From 04c7639a5a9b4f85122b7d5f299ba09131ce3036 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sat, 21 Mar 2015 22:18:58 +0100 Subject: split up wait/action yubikey fragments --- Graphics/drawables/yubi_icon.svg | 32 ++++++++++++++++++++++++++++++++ Graphics/update-drawables.sh | 4 ++-- 2 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 Graphics/drawables/yubi_icon.svg (limited to 'Graphics') diff --git a/Graphics/drawables/yubi_icon.svg b/Graphics/drawables/yubi_icon.svg new file mode 100644 index 000000000..027257550 --- /dev/null +++ b/Graphics/drawables/yubi_icon.svg @@ -0,0 +1,32 @@ + + + + + + + + image/svg+xml + + + + + + + + diff --git a/Graphics/update-drawables.sh b/Graphics/update-drawables.sh index 8da894725..61dc51099 100755 --- a/Graphics/update-drawables.sh +++ b/Graphics/update-drawables.sh @@ -22,7 +22,7 @@ SRC_DIR=./drawables/ #inkscape -w 512 -h 512 -e "$PLAY_DIR/$NAME.png" $NAME.svg -for NAME in "ic_cloud_search" "ic_action_encrypt_file" "ic_action_encrypt_text" "ic_action_verified_cutout" "ic_action_encrypt_copy" "ic_action_encrypt_save" "ic_action_encrypt_share" "status_lock_closed" "status_lock_error" "status_lock_open" "status_signature_expired_cutout" "status_signature_invalid_cutout" "status_signature_revoked_cutout" "status_signature_unknown_cutout" "status_signature_unverified_cutout" "status_signature_verified_cutout" "key_flag_authenticate" "key_flag_certify" "key_flag_encrypt" "key_flag_sign" +for NAME in "ic_cloud_search" "ic_action_encrypt_file" "ic_action_encrypt_text" "ic_action_verified_cutout" "ic_action_encrypt_copy" "ic_action_encrypt_save" "ic_action_encrypt_share" "status_lock_closed" "status_lock_error" "status_lock_open" "status_signature_expired_cutout" "status_signature_invalid_cutout" "status_signature_revoked_cutout" "status_signature_unknown_cutout" "status_signature_unverified_cutout" "status_signature_verified_cutout" "key_flag_authenticate" "key_flag_certify" "key_flag_encrypt" "key_flag_sign" "yubi_icon" do echo $NAME inkscape -w 24 -h 24 -e "$MDPI_DIR/${NAME}_24dp.png" "$SRC_DIR/$NAME.svg" @@ -60,4 +60,4 @@ for NAME in "first_time_1" do echo $NAME inkscape -w 512 -h 512 -e "$DRAWABLE_DIR/$NAME.png" "$SRC_DIR/$NAME.svg" -done \ No newline at end of file +done -- cgit v1.2.3 From baac30508d24dcda6135bf8ae338c99d8c3b8ad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Fri, 17 Apr 2015 17:30:03 +0200 Subject: Graphic stuff --- Graphics/drawables/glyph_authlite.png | Bin 0 -> 3869 bytes .../drawables/material-launcher/vector-src.pdf | Bin 0 -> 12126 bytes .../drawables/material-launcher/vector-src.svg | 347 ++++++++------------- 3 files changed, 134 insertions(+), 213 deletions(-) create mode 100644 Graphics/drawables/glyph_authlite.png create mode 100644 Graphics/drawables/material-launcher/vector-src.pdf (limited to 'Graphics') diff --git a/Graphics/drawables/glyph_authlite.png b/Graphics/drawables/glyph_authlite.png new file mode 100644 index 000000000..1a40c4a2d Binary files /dev/null and b/Graphics/drawables/glyph_authlite.png differ diff --git a/Graphics/drawables/material-launcher/vector-src.pdf b/Graphics/drawables/material-launcher/vector-src.pdf new file mode 100644 index 000000000..68807173d Binary files /dev/null and b/Graphics/drawables/material-launcher/vector-src.pdf differ diff --git a/Graphics/drawables/material-launcher/vector-src.svg b/Graphics/drawables/material-launcher/vector-src.svg index a4d255d48..975d085f2 100644 --- a/Graphics/drawables/material-launcher/vector-src.svg +++ b/Graphics/drawables/material-launcher/vector-src.svg @@ -1,213 +1,134 @@ - - - - - - - - - - - - - - - - - - - - - - + + + +image/svg+xml + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3