Smaller status images, green test

This commit is contained in:
Dominik Schürmann
2014-07-28 09:10:45 +02:00
parent b2f7e839e1
commit 0c3b2a6ed4
62 changed files with 5 additions and 5 deletions

View File

@@ -49,8 +49,8 @@ done
for NAME in status*.svg
do
echo $NAME
inkscape -w 32 -h 32 -e "$MDPI_DIR/${NAME%%.*}.png" $NAME
inkscape -w 48 -h 48 -e "$HDPI_DIR/${NAME%%.*}.png" $NAME
inkscape -w 64 -h 64 -e "$XDPI_DIR/${NAME%%.*}.png" $NAME
inkscape -w 96 -h 96 -e "$XXDPI_DIR/${NAME%%.*}.png" $NAME
inkscape -w 24 -h 24 -e "$MDPI_DIR/${NAME%%.*}.png" $NAME
inkscape -w 32 -h 32 -e "$HDPI_DIR/${NAME%%.*}.png" $NAME
inkscape -w 48 -h 48 -e "$XDPI_DIR/${NAME%%.*}.png" $NAME
inkscape -w 64 -h 64 -e "$XXDPI_DIR/${NAME%%.*}.png" $NAME
done