Documentation for keeping transparent background on resize svg

This commit is contained in:
Julien Duponchelle 2015-10-30 14:05:47 +01:00
parent 9841078ec8
commit 004a241555

View File

@ -28,5 +28,5 @@ brew install imagemagick --with-librsvg
For resizing with a height of 70:
```
convert symbols/firefox.svg -resize x70 firefox.svg
convert -background none symbols/firefox.svg -resize x70 firefox.svg
```