CodingMeSwiftly / UIBezierPath-Superpowers

MIT License
78 stars 16 forks source link

Fixed issue where mx_perpendicularPoint(for:) could not "select" path elements with very small `length`. #3

Closed CodingMeSwiftly closed 6 years ago

CodingMeSwiftly commented 6 years ago

Added random sample path to illustrate points (zero length elements) in path.

Fixed https://github.com/ImJCabus/UIBezierPath-Superpowers/issues/2

CodingMeSwiftly commented 6 years ago

Also fixes https://github.com/ImJCabus/UIBezierPath-Superpowers/issues/1