From 94fb468742e88abae4690b81fd02dab80f77fc97 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Thu, 5 Jan 2017 22:57:18 +0100 Subject: add overlay to indicate that image is gif --- art/play_gif.svg | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ art/render.rb | 3 ++- 2 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 art/play_gif.svg (limited to 'art') diff --git a/art/play_gif.svg b/art/play_gif.svg new file mode 100644 index 000000000..47f5cc24d --- /dev/null +++ b/art/play_gif.svg @@ -0,0 +1,68 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/art/render.rb b/art/render.rb index 92ef1ee11..260c7dc24 100755 --- a/art/render.rb +++ b/art/render.rb @@ -13,7 +13,8 @@ resolutions = { images = { 'ic_launcher.svg' => ['ic_launcher', 48], 'main_logo.svg' => ['main_logo', 200], - 'play_video.svg' => ['play_video', 96], + 'play_video.svg' => ['play_video', 128], + 'play_gif.svg' => ['play_gif', 128], 'conversations_mono.svg' => ['ic_notification', 24], 'ic_received_indicator.svg' => ['ic_received_indicator', 12], 'ic_read_indicator.svg' => ['ic_read_indicator', 12], -- cgit v1.2.3