aboutsummaryrefslogtreecommitdiffstats
path: root/art/render.rb
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-01-05 22:57:18 +0100
committerChristian Schneppe <christian@pix-art.de>2017-01-05 22:57:18 +0100
commit94fb468742e88abae4690b81fd02dab80f77fc97 (patch)
treed8ea243430ddc97c401c724502a97049e085c30d /art/render.rb
parent0eaa0bf5c593f82fcdbae74f341d78c9f1721c93 (diff)
add overlay to indicate that image is gif
Diffstat (limited to 'art/render.rb')
-rwxr-xr-xart/render.rb3
1 files changed, 2 insertions, 1 deletions
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],