-
Notifications
You must be signed in to change notification settings - Fork 28
Home
Berteh edited this page Mar 18, 2014
·
20 revisions
- Official Documentation: README
- Support: Issues Tracker
Interesting usage examples to integrate in your own workflows: (please contribute!)
-
To export all "group" objects with an id or label that has been modified in inkscape, as long as the id and label don't match:
./svg-objects-export.py --xpath "//svg:g[@inkscape:label!=@id]" input.svg
-
To export all layers of a file: `./svg-objects-export.py --xpath "//svg:g[@inkscape:groupmode='layer']" input.svg