https://github.com/tkf/inkscape-export-layers
Export selected layers from Inkscape SVG.
https://github.com/tkf/inkscape-export-layers
Last synced: 9 months ago
JSON representation
Export selected layers from Inkscape SVG.
- Host: GitHub
- URL: https://github.com/tkf/inkscape-export-layers
- Owner: tkf
- Created: 2012-07-05T16:36:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-10-15T23:47:42.000Z (about 4 years ago)
- Last Synced: 2025-03-28T18:09:20.103Z (10 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 21
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
usage: exportlayers.py [-h] [--hide HIDE] [--show SHOW] src dest
Export selected layers from Inkscape SVG.
positional arguments:
src source SVG file.
dest path to export SVG file.
optional arguments:
-h, --help show this help message and exit
--hide HIDE layer to hide. this option can be specified multiple times.
--show SHOW layer to show. this option can be specified multiple times.