id summary reporter owner description type status priority milestone component version severity resolution keywords cc 805 Buffered corners exceeding mitre limit should behave the same as a bevel MShepherd strk "Buffering on a corner that exceeds the mitre limit (in JOIN_MITRE mode) does not produce the same results as a bevel. From the doc for BufferParameters::setMitreLimit(): ""Corners with a ratio which exceed the limit will be beveled."" With a join style of JOIN_MITRE, the edges connected to a ""bevelled"" corner (one which exceeds the mitreLimit) do not lie parallel to the edges of the original input. With a join style of JOIN_BEVEL, the edges connected to a bevelled corner do lie parallel to the edges from the original input. In both modes, the edges connected to the new corner should be parallel to the edges from the original input. Please see attached C++ repro." defect new major 3.6.6 Core 3.6.0 Unassigned