svglob

Combine SVG paths into one compound path.


License
MIT
Install
pip install svglob==0.0.2

Documentation

svglob ✂️

Combine all of the segments of an SVG file into one path.

Why?

The software for some cutting machines (cough Cricut) is picky about lines being defined as a single shape. If they are separate paths the software will try to rearrange them when plotting.

This also resets the line thickness which Shaper makes so thick that the Cricut preview is unreadable.

Problems?

Create an issue and we can fix it together.

Development?

Fork this project to implement features (or get someone else that isn't me to do it). If you think other people would use your fork, push it to your repository, publish them as a PyPI package named svglob-<your_username>, and I will promote it in this readme. If I find anything useful I will consider pulling it into svglob. I would encourage you to do the same if you want a feature from one of the forks.

Community Forks

none