mathandy / svgpathtools

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

Generate Path objects from existing path-d strings #147

Closed ghost closed 3 years ago

ghost commented 3 years ago

Is it possible to generate Path objects from path-d strings?

mathandy commented 3 years ago

yeah, check out the parse_path function. There are examples in the readme.