Smaller status images, green test
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user