Skip to content

Instantly share code, notes, and snippets.

@lexrus
Created March 31, 2015 06:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lexrus/b3bc92991688514c2ba8 to your computer and use it in GitHub Desktop.
Save lexrus/b3bc92991688514c2ba8 to your computer and use it in GitHub Desktop.
Convert svg files to png.
for f in *.svg; do cairosvg $f -f png -o $f.png; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment