From 138d5a1d9c1bd4b0fa607c8fbbbed988670bd7ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 31 Jul 2014 21:18:24 +0200 Subject: Robots like coffee too... --- Resources/graphics/create_key_robot.svg | 102 ++++++++++++++++++++++++++++++++ Resources/graphics/update-drawables.sh | 9 +++ 2 files changed, 111 insertions(+) create mode 100644 Resources/graphics/create_key_robot.svg (limited to 'Resources') diff --git a/Resources/graphics/create_key_robot.svg b/Resources/graphics/create_key_robot.svg new file mode 100644 index 000000000..7301dc5bb --- /dev/null +++ b/Resources/graphics/create_key_robot.svg @@ -0,0 +1,102 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/Resources/graphics/update-drawables.sh b/Resources/graphics/update-drawables.sh index c319a869a..ae77d313a 100755 --- a/Resources/graphics/update-drawables.sh +++ b/Resources/graphics/update-drawables.sh @@ -53,4 +53,13 @@ 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 + +for NAME in "create_key_robot" +do +echo $NAME +inkscape -w 48 -h 48 -e "$MDPI_DIR/$NAME.png" $NAME.svg +inkscape -w 64 -h 64 -e "$HDPI_DIR/$NAME.png" $NAME.svg +inkscape -w 96 -h 96 -e "$XDPI_DIR/$NAME.png" $NAME.svg +inkscape -w 128 -h 128 -e "$XXDPI_DIR/$NAME.png" $NAME.svg done \ No newline at end of file -- cgit v1.2.3