ASPolylineView icon indicating copy to clipboard operation
ASPolylineView copied to clipboard

Handling of loops

Open nighthawk opened this issue 12 years ago • 1 comments

As suggested by Mihajlo Grbovic, it'd be nice if loops would look like spirals following the order as defined in the CGPath rather than default merging.

ios simulator screen shot

nighthawk avatar May 03 '13 07:05 nighthawk

Note, this can currently be done manually by breaking up the paths into segments and using the kCGLineCapButt style. See the example project.

nighthawk avatar May 08 '13 03:05 nighthawk