We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e569105 commit 3c02564Copy full SHA for 3c02564
build.sh
@@ -43,7 +43,7 @@ do
43
echo "This $i file is compressed"
44
fname=$( basename "$i")
45
fdir=$( dirname "$i")
46
- inkscape -f "$i" -e "${i%.*}.png"
+ inkscape -p "$i" -o "${i%.*}.png"
47
optipng -o7 "${i%.*}.png"
48
done
49
0 commit comments