Skip to content

Instantly share code, notes, and snippets.

@tommy4st
Created October 13, 2015 11:57
Show Gist options
  • Save tommy4st/e70e65ee0f8dcd474419 to your computer and use it in GitHub Desktop.
Save tommy4st/e70e65ee0f8dcd474419 to your computer and use it in GitHub Desktop.
Inkscape batch to convert all strokes to paths
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