You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to export each layer of an svg as a separate file
Ideally for my purposes the filename would include the layer name e.g. from an svg with layers red, green and blue vpype read the.svg write --split-layers –> the-red.svg, the-green.svg, the-blue.svg