Skip to content

Instantly share code, notes, and snippets.

@lexrus
Created March 31, 2015 06:39
Show Gist options
  • Select an option

  • Save lexrus/b3bc92991688514c2ba8 to your computer and use it in GitHub Desktop.

Select an option

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