mathandy / svgpathtools

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

Added strings as input #168

Closed user123-source closed 2 years ago

mathandy commented 2 years ago

Closing as this is now possible thanks to #176. io.StringIO are now supported by both the Document class and svg2paths() function. There is also now a Document.from_svg_string() constructor.