mathandy / svgpathtools

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

Fix arc sweep with negative scale #201

Closed SebKuzminsky closed 1 year ago

SebKuzminsky commented 1 year ago

This fixes #200 the same exact way that #112 fixed #111, except that this time I added a test for it ;-)

mathandy commented 1 year ago

Thanks @SebKuzminsky !