mathandy / svgpathtools

A collection of tools for manipulating and analyzing SVG Path objects and Bezier curves.
MIT License
558 stars 142 forks source link

fix Arc/Arc intersections #110

Closed SebKuzminsky closed 4 years ago

SebKuzminsky commented 4 years ago

This fixes a bunch of problems in Arc.intersect(Arc). Also adds unit tests that verify the bug fixes.