Skip to content

Instantly share code, notes, and snippets.

@Obooman
Created July 1, 2019 13:59
Show Gist options
  • Save Obooman/d3b1d8f66f0e50610f2a82f62447d868 to your computer and use it in GitHub Desktop.
Save Obooman/d3b1d8f66f0e50610f2a82f62447d868 to your computer and use it in GitHub Desktop.
Bash use inkscape turn stroked svg line into filled sharps.
inkscape -f /Users/oboo_chin/Downloads/feather/align-left.svg --verb="EditSelectAll" --verb="EditSelectSameStrokeStyle" --verb="StrokeToPath" --verb="SelectionUnion" --verb="FileSave" --verb="FileQuit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment