abey79 / vsvg

Fast and portable tools for plotter users
http://whisk.rs
MIT License
107 stars 12 forks source link

Add "merge layers" operation to `vsvg` and `vsvg-cli` #61

Closed abey79 closed 10 months ago

abey79 commented 10 months ago

This operation simply merges all layers to layer 0, if any (ie lmove all 0 in vpype's parlance).

To use with the CLI:

vsvg --layermerge true path/to/file.svg

This PR doesn't include refinement such as:

Also, it will need to properly handle path meta data cascading when that is a thing (#4).