CGPath copy lineJoin and miterLimit has no apparent affect
问题 I am offsetting a CGPath using copy(strokingWithWidth:lineCap:lineJoin:miterLimit:transform:). The problem is the offset path introduces all kinds of jagged lines that seem to be the result of a miter join. Changing the miterLimit to 0 has no effect, and using a bevel line join also makes no difference. In this image there is the original path (before applying strokingWithWidth ), an offset path using miter join, and an offset path using bevel join. Why doesn't using bevel join have any