ASPolylineView
ASPolylineView copied to clipboard
Handling of loops
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.

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