Created
October 13, 2015 11:57
-
-
Save tommy4st/e70e65ee0f8dcd474419 to your computer and use it in GitHub Desktop.
Inkscape batch to convert all strokes to paths
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for file in *.svg; do inkscape --verb EditSelectAll --verb SelectionUnGroup --verb EditSelectAll --verb SelectionUnGroup --verb EditSelectAll --verb StrokeToPath --verb FileSave --verb FileQuit "$file";done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment