Search found 2 matches
- Sat Jul 25, 2015 1:10 am
- Forum: Help with using Inkscape
- Topic: Any way to do bulk changes to SVGs?
- Replies: 4
- Views: 1534
Re: Any way to do bulk changes to SVGs?
Not sure about command-line for cleanup, but bulk page color change is a piece of cake... Open all files in Textpad (or similar) and perform global replace. Ok, wow, that worked great. I hadn't even thought of that. I'd use a shell one-liner for each task (the two could also be merged to only loop ...
- Fri Jul 24, 2015 6:41 am
- Forum: Help with using Inkscape
- Topic: Any way to do bulk changes to SVGs?
- Replies: 4
- Views: 1534
Any way to do bulk changes to SVGs?
Hi, the work I'm doing changed their quality standards and now I have several thousand SVGs that need to be fixed. Essentially I need to change every SVG so that the page color is changed from whatever it was set as to #000000 For example, in the code: pagecolor="#666666" becomes pagecolor...