Search found 2 matches
- Sun Sep 06, 2015 10:27 pm
- Forum: Help with using Inkscape
- Topic: Ideas for displaying custom coordinates
- Replies: 0
- Views: 4459
Ideas for displaying custom coordinates
Hello! In PCBmodE ( http://pcbmode.com ) I generate Inkscape SVGs with Python. For the application (circuit boards), it makes sense to have the coordinate origin at the centre of the circuit-board/page. The generation code takes care of all the conversions (y-axis flip and translation of object plac...
- Sun Jan 27, 2013 11:50 pm
- Forum: Help with using Inkscape
- Topic: Export multiple IDs to PNG in commandline
- Replies: 3
- Views: 1927
Export multiple IDs to PNG in commandline
I am attempting to export multiple IDs into a PNG file with the following command: inkscape --without-gui --file=foobar.svg --export-png=foobar.png --export-dpi=600 --export-id-only --export-id=foo --export-id=bar However, only the last --export-id (namely, 'bar' in the above) gets exported. Is ther...