From 34919385345d9cc0d48c1e3c151294a44ac65dff Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Mon, 24 Feb 2014 10:13:15 -0800 Subject: Added "promo" version of masthead graphic for Google Play Store --- Rakefile | 1 + svg/web/rainbow-masthead-android-promo.svg | 523 ++++++++++++++++++++++++ web/masthead/rainbow-masthead-android-promo.png | Bin 0 -> 18438 bytes 3 files changed, 524 insertions(+) create mode 100644 svg/web/rainbow-masthead-android-promo.svg create mode 100644 web/masthead/rainbow-masthead-android-promo.png diff --git a/Rakefile b/Rakefile index 8ad787c..ebaf857 100644 --- a/Rakefile +++ b/Rakefile @@ -112,6 +112,7 @@ svg_to_raster = [ ['svg/masks/mask.svg', {:width => 128, :dest => 'web/128'}], ['svg/web/rainbow-masthead-small.svg', {:dest => 'web/masthead'}], ['svg/web/rainbow-masthead-centered.svg', {:dest => 'web/masthead'}], + ['svg/web/rainbow-masthead-android-promo.svg', {:dest => 'web/masthead'}], ['svg/web/icons/*', {:size => 32, :dest => 'web/32'}], ['svg/web/icons/*', {:size => 64, :dest => 'web/64'}], diff --git a/svg/web/rainbow-masthead-android-promo.svg b/svg/web/rainbow-masthead-android-promo.svg new file mode 100644 index 0000000..30bf66d --- /dev/null +++ b/svg/web/rainbow-masthead-android-promo.svg @@ -0,0 +1,523 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/masthead/rainbow-masthead-android-promo.png b/web/masthead/rainbow-masthead-android-promo.png new file mode 100644 index 0000000..2c0648a Binary files /dev/null and b/web/masthead/rainbow-masthead-android-promo.png differ -- cgit v1.2.3