mathandy / svgpathtools

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

Create new svg from code #220

Open teddybee opened 2 months ago

teddybee commented 2 months ago

I would like to generate svg files from scratch, without loading file from the hdd. Is it possible with this lib to create new/empty paths, attributes, svg_attributes? I only need the x,y size to set for the new svg.