adamwulf / ClippingBezier

ClippingBezier calculates intersection points, paths, and shapes between two UIBezierPaths
http://getlooseleaf.com/opensource/
MIT License
254 stars 34 forks source link

BezierPathIntersectionException mismatched intersection length #9

Open ntoichkina opened 5 years ago

ntoichkina commented 5 years ago

Hi, I try to calculate the difference of two bezier paths (spline lines which is closed by first and last point in y == 0), and I get the error mismatched intersection length, what can go wrong? and some differences are not found. Simulator Screen Shot - iPhone 5s (12 1) - 2019-05-16 at 17 18 47

adamwulf commented 5 years ago

Could you add a test and send a PR? It's hard to know what the issue might be without the exact paths causing the problem. thanks!