Search found 2 matches
- Tue Sep 16, 2008 7:17 pm
- Forum: Help with using Inkscape
- Topic: Inkscape over command line (problem using verbs)
- Replies: 2
- Views: 2288
Re: Inkscape over command line (problem using verbs)
Thanks for your quick reply! My SVG files are also generated by a perl script. They are quite simple and only contain several groups with some paths in each group. like this: <g id="paths1"> <path d="M 100,50 L 400,50" id="line01" style="fill:none;stroke:#ccc;strok...
- Tue Sep 16, 2008 5:13 pm
- Forum: Help with using Inkscape
- Topic: Inkscape over command line (problem using verbs)
- Replies: 2
- Views: 2288
Inkscape over command line (problem using verbs)
Hello, I would like to use inkscape to change some things in a large amount of SVG graphics. So I wrote a little perl script that searches for SVG files in the given directory and calls inkscape over the command line for every SVG file. I use verbs to to do the following: - select everything in the ...