use rsvg to convert assets
This commit is contained in:
parent
4c7038dd4a
commit
e135c75787
|
@ -1 +1 @@
|
|||
: foreach svg/*.svg |> convert -background none %f %o |> png/%B.png
|
||||
: foreach svg/*.svg |> rsvg-convert --background-color transparent --format Png --height 400 --output %o %f |> png/%B.png
|
||||
|
|
Loading…
Reference in a new issue