From 9a7f51520e4897be0c10a7f1353e275eb0f4fa89 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Tue, 28 Jun 2016 08:00:04 +0200 Subject: render ic_launcher. fixes #1919 --- art/conversations_baloon.svg | 427 ------------------------------------------- art/ic_launcher.svg | 427 +++++++++++++++++++++++++++++++++++++++++++ art/main_logo.svg | 1 + art/render.rb | 4 +- 4 files changed, 430 insertions(+), 429 deletions(-) delete mode 100644 art/conversations_baloon.svg create mode 100644 art/ic_launcher.svg create mode 120000 art/main_logo.svg (limited to 'art') diff --git a/art/conversations_baloon.svg b/art/conversations_baloon.svg deleted file mode 100644 index 96b17d2b..00000000 --- a/art/conversations_baloon.svg +++ /dev/null @@ -1,427 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/art/ic_launcher.svg b/art/ic_launcher.svg new file mode 100644 index 00000000..96b17d2b --- /dev/null +++ b/art/ic_launcher.svg @@ -0,0 +1,427 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/art/main_logo.svg b/art/main_logo.svg new file mode 120000 index 00000000..e62f735a --- /dev/null +++ b/art/main_logo.svg @@ -0,0 +1 @@ +ic_launcher.svg \ No newline at end of file diff --git a/art/render.rb b/art/render.rb index e63955da..2b2caacf 100755 --- a/art/render.rb +++ b/art/render.rb @@ -11,8 +11,8 @@ resolutions = { } images = { - 'conversations_baloon.svg' => ['ic_launcher', 48], - 'conversations_baloon.svg' => ['main_logo', 200], + 'ic_launcher.svg' => ['ic_launcher', 48], + 'main_logo.svg' => ['main_logo', 200], 'conversations_mono.svg' => ['ic_notification', 24], 'ic_received_indicator.svg' => ['ic_received_indicator', 12], 'ic_send_text_offline.svg' => ['ic_send_text_offline', 36], -- cgit v1.2.3