From aa9b5036d26f27b9d1f0c8bacd934b5d5dd09137 Mon Sep 17 00:00:00 2001 From: lookshe Date: Wed, 6 Apr 2016 00:08:12 +0200 Subject: update to beta-2 and new logo for beta --- art/conversations_plus_beta_baloons.svg | 476 +++++++++++++++++++++ ...onversations_plus_beta_baloons_notification.svg | 259 +++++++++++ art/render.rb | 6 +- 3 files changed, 738 insertions(+), 3 deletions(-) create mode 100644 art/conversations_plus_beta_baloons.svg create mode 100644 art/conversations_plus_beta_baloons_notification.svg (limited to 'art') diff --git a/art/conversations_plus_beta_baloons.svg b/art/conversations_plus_beta_baloons.svg new file mode 100644 index 00000000..9383890a --- /dev/null +++ b/art/conversations_plus_beta_baloons.svg @@ -0,0 +1,476 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + BETA + + diff --git a/art/conversations_plus_beta_baloons_notification.svg b/art/conversations_plus_beta_baloons_notification.svg new file mode 100644 index 00000000..ec1c5b73 --- /dev/null +++ b/art/conversations_plus_beta_baloons_notification.svg @@ -0,0 +1,259 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + BETA + + + + + + + + + + + + + + + + diff --git a/art/render.rb b/art/render.rb index b4f84769..c5dd4487 100755 --- a/art/render.rb +++ b/art/render.rb @@ -1,4 +1,4 @@ -#!/bin/env ruby +#!/usr/bin/env ruby require 'xml' @@ -11,8 +11,8 @@ resolutions = { } images = { - 'conversations_baloon.svg' => ['ic_launcher', 48], - 'conversations_mono.svg' => ['ic_notification', 24], + 'conversations_plus_beta_baloons.svg' => ['ic_launcher', 48], + 'conversations_plus_beta_baloons_notification.svg' => ['ic_notification', 24], 'ic_received_indicator.svg' => ['ic_received_indicator', 12], 'ic_send_text_offline.svg' => ['ic_send_text_offline', 36], 'ic_send_text_online.svg' => ['ic_send_text_online', 36], -- cgit v1.2.3