mathandy / svgpathtools

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

Fastfail Intersection #191

Closed tatarize closed 1 year ago

tatarize commented 1 year ago

Intended to parallel and complement #188. This better optimizes the intersections code to be more correctly measured against PR 188 in timed tests. Adding in a rather hefty acceleration structure should be measured against better fast-failed implementations of the intersection code.

mathandy commented 1 year ago

@tatarize this is great! What an improvement. Your new test is really a great tool too. I'm merging this. Very nice. Thanks and hope you're well!