Sometimes, I think the command line option could be a good thing.
However, so far I haven't found much more than:
http://tavmjong.free.fr/INKSCAPE/MANUAL ... dLine.html
Well, flipping a star is already a start...

On my laptop it's rather slow because it seems that it always has to start the GUI (which I actually don't want to be started...)
However, does anybody know, for example, how to create via command line:
- a new file
- create a square with a certain size (how to enter the size, position, etc.? How to give an ID? ...)
- center it on the canvas
- color it blue
- etc...
I know that you can get the verb-list via
Code: Select all
inkscape --verb-list
Is the command line actually suitable for batch processing?
I get the impression that a batch processing of 100 files and in each file, e.g. changing a blue square named "XYZ" into a red circle named "ABC" might be faster if you do open each file via GUI and edit by hand...
Thank you for any hints or practical examples...