mathandy / svgpathtools

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

Polyline/polygon parsing adjusted to specification #56

Closed DmitryMilk closed 6 years ago

DmitryMilk commented 6 years ago

Dealing with #47 Adjusted to https://www.w3.org/TR/SVG11/shapes.html#PointsBNF

mathandy commented 6 years ago

Thanks @DmitryMilk ! The code looks good. I made one in-line comment/review.