From be4aa2afc96b86c89c2fc37735a4b0cf328d7415 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Mon, 11 Jul 2016 21:24:33 +0200 Subject: show a preview for video files --- art/play_video.svg | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ art/render.rb | 1 + 2 files changed, 60 insertions(+) create mode 100644 art/play_video.svg (limited to 'art') diff --git a/art/play_video.svg b/art/play_video.svg new file mode 100644 index 00000000..083e7cfa --- /dev/null +++ b/art/play_video.svg @@ -0,0 +1,59 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/art/render.rb b/art/render.rb index 2b2caacf..fe39e66b 100755 --- a/art/render.rb +++ b/art/render.rb @@ -13,6 +13,7 @@ resolutions = { images = { 'ic_launcher.svg' => ['ic_launcher', 48], 'main_logo.svg' => ['main_logo', 200], + 'play_video.svg' => ['play_video', 96], '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