From 19b90febeb716b8855d11f3899f3be85930d4d64 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 17 Jan 2018 15:12:20 -0800 Subject: update bitmask launcher icon --- Rakefile | 51 +- android/bitmask-icon.png | Bin 80238 -> 0 bytes android/feature-graphic.png | Bin 0 -> 27722 bytes android/google-play-feature-graphics.png | Bin 101540 -> 0 bytes android/hi-res-icon.png | Bin 0 -> 23820 bytes android/leap-debug-icon.png | Bin 47668 -> 0 bytes android/leap-icon.png | Bin 44718 -> 0 bytes .../drawable-hdpi/kid-jumping-silhouette-light.png | Bin 1272 -> 0 bytes android/res/drawable-hdpi/leap-debug-launcher.png | Bin 4730 -> 0 bytes android/res/drawable-hdpi/leap-launcher.png | Bin 4254 -> 0 bytes android/res/drawable-hdpi/mask-launcher.png | Bin 7965 -> 3472 bytes android/res/drawable-hdpi/mask-silhouette.png | Bin 700 -> 0 bytes android/res/drawable-hdpi/vpn_connected.png | Bin 539 -> 0 bytes android/res/drawable-hdpi/vpn_disconnected.png | Bin 801 -> 0 bytes android/res/drawable-hdpi/vpn_progress.png | Bin 721 -> 0 bytes .../drawable-ldpi/kid-jumping-silhouette-light.png | Bin 632 -> 0 bytes android/res/drawable-ldpi/leap-debug-launcher.png | Bin 1811 -> 0 bytes android/res/drawable-ldpi/leap-launcher.png | Bin 1517 -> 0 bytes android/res/drawable-ldpi/mask-launcher.png | Bin 3118 -> 1736 bytes android/res/drawable-ldpi/mask-silhouette.png | Bin 416 -> 0 bytes android/res/drawable-ldpi/vpn_connected.png | Bin 757 -> 0 bytes android/res/drawable-ldpi/vpn_disconnected.png | Bin 455 -> 0 bytes android/res/drawable-ldpi/vpn_progress.png | Bin 404 -> 0 bytes .../drawable-mdpi/kid-jumping-silhouette-light.png | Bin 845 -> 0 bytes android/res/drawable-mdpi/leap-debug-launcher.png | Bin 2673 -> 0 bytes android/res/drawable-mdpi/leap-launcher.png | Bin 2320 -> 0 bytes android/res/drawable-mdpi/mask-launcher.png | Bin 4518 -> 2252 bytes android/res/drawable-mdpi/mask-silhouette.png | Bin 568 -> 0 bytes android/res/drawable-mdpi/vpn_connected.png | Bin 502 -> 0 bytes android/res/drawable-mdpi/vpn_disconnected.png | Bin 586 -> 0 bytes android/res/drawable-mdpi/vpn_progress.png | Bin 504 -> 0 bytes .../kid-jumping-silhouette-light.png | Bin 1731 -> 0 bytes android/res/drawable-xhdpi/leap-debug-launcher.png | Bin 6848 -> 0 bytes android/res/drawable-xhdpi/leap-launcher.png | Bin 6320 -> 0 bytes android/res/drawable-xhdpi/mask-launcher.png | Bin 11135 -> 4466 bytes android/res/drawable-xhdpi/mask-silhouette.png | Bin 881 -> 0 bytes android/res/drawable-xhdpi/vpn_connected.png | Bin 688 -> 0 bytes android/res/drawable-xhdpi/vpn_disconnected.png | Bin 1091 -> 0 bytes android/res/drawable-xhdpi/vpn_progress.png | Bin 902 -> 0 bytes linux/hicolor/128x128/apps/bitmask.png | Bin 15903 -> 5762 bytes linux/hicolor/24x24/apps/bitmask.png | Bin 1847 -> 1325 bytes linux/hicolor/256x256/apps/bitmask.png | Bin 34961 -> 11219 bytes linux/hicolor/32x32/apps/bitmask.png | Bin 2586 -> 1485 bytes linux/hicolor/48x48/apps/bitmask.png | Bin 4518 -> 2252 bytes linux/hicolor/64x64/apps/bitmask.png | Bin 6662 -> 3089 bytes linux/hicolor/scalable/apps/bitmask.svg | 551 ++++++++++----------- mac/bitmask-1024x1024.png | Bin 89582 -> 53981 bytes mac/bitmask.icns | Bin 239193 -> 161966 bytes mac/menubar-icon-22x21.png | Bin 522 -> 0 bytes mac/menubar-icon-44x42.png | Bin 1818 -> 0 bytes source/masks/feature-graphic.svg | 324 ++++++++++++ source/masks/mask-launcher-old.svg | 526 ++++++++++++++++++++ source/masks/mask-launcher.svg | 551 ++++++++++----------- 53 files changed, 1372 insertions(+), 631 deletions(-) delete mode 100644 android/bitmask-icon.png create mode 100644 android/feature-graphic.png delete mode 100644 android/google-play-feature-graphics.png create mode 100644 android/hi-res-icon.png delete mode 100644 android/leap-debug-icon.png delete mode 100644 android/leap-icon.png delete mode 100644 android/res/drawable-hdpi/kid-jumping-silhouette-light.png delete mode 100644 android/res/drawable-hdpi/leap-debug-launcher.png delete mode 100644 android/res/drawable-hdpi/leap-launcher.png delete mode 100644 android/res/drawable-hdpi/mask-silhouette.png delete mode 100644 android/res/drawable-hdpi/vpn_connected.png delete mode 100644 android/res/drawable-hdpi/vpn_disconnected.png delete mode 100644 android/res/drawable-hdpi/vpn_progress.png delete mode 100644 android/res/drawable-ldpi/kid-jumping-silhouette-light.png delete mode 100644 android/res/drawable-ldpi/leap-debug-launcher.png delete mode 100644 android/res/drawable-ldpi/leap-launcher.png delete mode 100644 android/res/drawable-ldpi/mask-silhouette.png delete mode 100644 android/res/drawable-ldpi/vpn_connected.png delete mode 100644 android/res/drawable-ldpi/vpn_disconnected.png delete mode 100644 android/res/drawable-ldpi/vpn_progress.png delete mode 100644 android/res/drawable-mdpi/kid-jumping-silhouette-light.png delete mode 100644 android/res/drawable-mdpi/leap-debug-launcher.png delete mode 100644 android/res/drawable-mdpi/leap-launcher.png delete mode 100644 android/res/drawable-mdpi/mask-silhouette.png delete mode 100644 android/res/drawable-mdpi/vpn_connected.png delete mode 100644 android/res/drawable-mdpi/vpn_disconnected.png delete mode 100644 android/res/drawable-mdpi/vpn_progress.png delete mode 100644 android/res/drawable-xhdpi/kid-jumping-silhouette-light.png delete mode 100644 android/res/drawable-xhdpi/leap-debug-launcher.png delete mode 100644 android/res/drawable-xhdpi/leap-launcher.png delete mode 100644 android/res/drawable-xhdpi/mask-silhouette.png delete mode 100644 android/res/drawable-xhdpi/vpn_connected.png delete mode 100644 android/res/drawable-xhdpi/vpn_disconnected.png delete mode 100644 android/res/drawable-xhdpi/vpn_progress.png delete mode 100644 mac/menubar-icon-22x21.png delete mode 100644 mac/menubar-icon-44x42.png create mode 100644 source/masks/feature-graphic.svg create mode 100644 source/masks/mask-launcher-old.svg diff --git a/Rakefile b/Rakefile index 11a30bf..eb70b8f 100644 --- a/Rakefile +++ b/Rakefile @@ -94,28 +94,28 @@ svg_to_raster = [ ['source/leap/kid-jumping.svg', {:width => 200, :dest => 'icons/logo/leap200.png'}], ['source/leap/kid-jumping.svg', {:width => 128, :dest => 'icons/logo/leap128.png'}], ['source/leap/kid-jumping.svg', {:width => 64, :dest => 'icons/logo/leap64.png'}], - + # android ['source/android/icons/*.svg', android_icon_target], - ['source/android/leap-launcher.svg', android_launcher_target], - ['source/android/leap-launcher.svg', {:size => 512, :dest => 'android/leap-icon.png'}], - ['source/leap/kid-jumping-silhouette-light.svg', android_icon_target], - ['source/android/vpn_disconnected.svg', android_icon_target], - ['source/android/vpn_progress.svg', android_icon_target], - ['source/android/leap-debug-launcher.svg', android_launcher_target], - ['source/android/leap-debug-launcher.svg', {:size => 512, :dest => 'android/leap-debug-icon.png'}], - ['source/masks/mask-launcher.svg', android_launcher_target], - ['source/masks/mask-icon.svg', {:size => 512, :dest => 'android/bitmask-icon.png'}], - ['source/android/mask-silhouette.svg', android_icon_target], - + #['source/android/leap-launcher.svg', android_launcher_target], + #['source/android/leap-launcher.svg', {:size => 512, :dest => 'android/leap-icon.png'}], + #['source/leap/kid-jumping-silhouette-light.svg', android_icon_target], + #['source/android/vpn_disconnected.svg', android_icon_target], + #['source/android/vpn_progress.svg', android_icon_target], + #['source/android/leap-debug-launcher.svg', android_launcher_target], + #['source/android/leap-debug-launcher.svg', {:size => 512, :dest => 'android/leap-debug-icon.png'}], + ['source/masks/mask-launcher.svg', android_launcher_target], + ['source/masks/mask-launcher.svg', {:size => 512, :dest => 'android/hi-res-icon.png'}], + ['source/masks/feature-graphic.svg', {:width => 1024, :height => 512, :dest => 'android/feature-graphic.png'}], + #['source/android/mask-silhouette.svg', android_icon_target], + # mac - ['source/masks/mask-launcher-flat.svg', {:size => 1024, :dest => 'mac/bitmask-1024x1024.png'}], - # I don't know what this was used for: - # ['source/masks/mask-launcher-flat.svg', {:width => 32, :height => 26, :dest => 'mac/bitmask.tiff'}], - ['source/statusbar/mac-menu-icon.svg', {:width => 22, :height => 21, :dest => 'mac/menubar-icon-22x21.png'}], - ['source/statusbar/mac-menu-icon.svg', {:width => 44, :height => 42, :dest => 'mac/menubar-icon-44x42.png'}], - - # web + ['source/masks/mask-launcher.svg', {:size => 1024, :dest => 'mac/bitmask-1024x1024.png'}], + #['source/masks/mask-launcher-flat.svg', {:width => 32, :height => 26, :dest => 'mac/bitmask.tiff'}], + #['source/statusbar/mac-menu-icon.svg', {:width => 22, :height => 21, :dest => 'mac/menubar-icon-22x21.png'}], + #['source/statusbar/mac-menu-icon.svg', {:width => 44, :height => 42, :dest => 'mac/menubar-icon-44x42.png'}], + + # web ['source/leap/kid-jumping-bw.svg', {:size => 16, :dest => 'web/favicon-bw.ico'}], ['source/leap/kid-ico.svg', {:size => 16, :dest => 'web/favicon.ico'}], ['source/masks/mask.svg', {:width => 128, :dest => 'web/128'}], @@ -123,7 +123,7 @@ svg_to_raster = [ ['source/web/icons/*', {:size => 32, :dest => 'web/32'}], ['source/web/icons/*', {:size => 64, :dest => 'web/64'}], ['source/android/black/*.svg', {:size => 22, :dest => 'web/22'}], - + # linux ['source/masks/mask-launcher.svg', linux_target], @@ -137,8 +137,9 @@ png_to_icns = [ ['mac/bitmask-1024x1024.png', {:dest => 'mac/bitmask.icns'}] ] -png_to_pngs = [ - ['source/qr-codes/*.png', {:dest => 'web/qr'}] +copy = [ + ['source/qr-codes/*.png', {:dest => 'web/qr'}], + ['source/masks/mask-launcher.svg', {:dest => 'linux/hicolor/scalable/apps/bitmask.svg'}] ] ## @@ -191,7 +192,7 @@ def render_png_to_icns(source, targets) end end -def copy_pngs(source, targets) +def copy_files(source, targets) render_changed(source, targets) do |src_file, dest_file| run("cp '#{src_file}' '#{dest_file}'") end @@ -242,8 +243,8 @@ task :render do png_to_icns.each do |sources, targets| render_png_to_icns(sources, targets) end - png_to_pngs.each do |sources, targets| - copy_pngs(sources, targets) + copy.each do |sources, targets| + copy_files(sources, targets) end end puts diff --git a/android/bitmask-icon.png b/android/bitmask-icon.png deleted file mode 100644 index 0875f42..0000000 Binary files a/android/bitmask-icon.png and /dev/null differ diff --git a/android/feature-graphic.png b/android/feature-graphic.png new file mode 100644 index 0000000..0422488 Binary files /dev/null and b/android/feature-graphic.png differ diff --git a/android/google-play-feature-graphics.png b/android/google-play-feature-graphics.png deleted file mode 100644 index 8197679..0000000 Binary files a/android/google-play-feature-graphics.png and /dev/null differ diff --git a/android/hi-res-icon.png b/android/hi-res-icon.png new file mode 100644 index 0000000..56daa88 Binary files /dev/null and b/android/hi-res-icon.png differ diff --git a/android/leap-debug-icon.png b/android/leap-debug-icon.png deleted file mode 100644 index 52aa9b3..0000000 Binary files a/android/leap-debug-icon.png and /dev/null differ diff --git a/android/leap-icon.png b/android/leap-icon.png deleted file mode 100644 index 5f358a6..0000000 Binary files a/android/leap-icon.png and /dev/null differ diff --git a/android/res/drawable-hdpi/kid-jumping-silhouette-light.png b/android/res/drawable-hdpi/kid-jumping-silhouette-light.png deleted file mode 100644 index 98d6051..0000000 Binary files a/android/res/drawable-hdpi/kid-jumping-silhouette-light.png and /dev/null differ diff --git a/android/res/drawable-hdpi/leap-debug-launcher.png b/android/res/drawable-hdpi/leap-debug-launcher.png deleted file mode 100644 index 1a79ea1..0000000 Binary files a/android/res/drawable-hdpi/leap-debug-launcher.png and /dev/null differ diff --git a/android/res/drawable-hdpi/leap-launcher.png b/android/res/drawable-hdpi/leap-launcher.png deleted file mode 100644 index a07db1e..0000000 Binary files a/android/res/drawable-hdpi/leap-launcher.png and /dev/null differ diff --git a/android/res/drawable-hdpi/mask-launcher.png b/android/res/drawable-hdpi/mask-launcher.png index 02ede65..7610997 100644 Binary files a/android/res/drawable-hdpi/mask-launcher.png and b/android/res/drawable-hdpi/mask-launcher.png differ diff --git a/android/res/drawable-hdpi/mask-silhouette.png b/android/res/drawable-hdpi/mask-silhouette.png deleted file mode 100644 index 386f05f..0000000 Binary files a/android/res/drawable-hdpi/mask-silhouette.png and /dev/null differ diff --git a/android/res/drawable-hdpi/vpn_connected.png b/android/res/drawable-hdpi/vpn_connected.png deleted file mode 100644 index c3547e8..0000000 Binary files a/android/res/drawable-hdpi/vpn_connected.png and /dev/null differ diff --git a/android/res/drawable-hdpi/vpn_disconnected.png b/android/res/drawable-hdpi/vpn_disconnected.png deleted file mode 100644 index dfb962b..0000000 Binary files a/android/res/drawable-hdpi/vpn_disconnected.png and /dev/null differ diff --git a/android/res/drawable-hdpi/vpn_progress.png b/android/res/drawable-hdpi/vpn_progress.png deleted file mode 100644 index 25f82a9..0000000 Binary files a/android/res/drawable-hdpi/vpn_progress.png and /dev/null differ diff --git a/android/res/drawable-ldpi/kid-jumping-silhouette-light.png b/android/res/drawable-ldpi/kid-jumping-silhouette-light.png deleted file mode 100644 index 4f0ba1d..0000000 Binary files a/android/res/drawable-ldpi/kid-jumping-silhouette-light.png and /dev/null differ diff --git a/android/res/drawable-ldpi/leap-debug-launcher.png b/android/res/drawable-ldpi/leap-debug-launcher.png deleted file mode 100644 index 27bfe70..0000000 Binary files a/android/res/drawable-ldpi/leap-debug-launcher.png and /dev/null differ diff --git a/android/res/drawable-ldpi/leap-launcher.png b/android/res/drawable-ldpi/leap-launcher.png deleted file mode 100644 index 6f25cd0..0000000 Binary files a/android/res/drawable-ldpi/leap-launcher.png and /dev/null differ diff --git a/android/res/drawable-ldpi/mask-launcher.png b/android/res/drawable-ldpi/mask-launcher.png index e312075..db21f2b 100644 Binary files a/android/res/drawable-ldpi/mask-launcher.png and b/android/res/drawable-ldpi/mask-launcher.png differ diff --git a/android/res/drawable-ldpi/mask-silhouette.png b/android/res/drawable-ldpi/mask-silhouette.png deleted file mode 100644 index 5e246cc..0000000 Binary files a/android/res/drawable-ldpi/mask-silhouette.png and /dev/null differ diff --git a/android/res/drawable-ldpi/vpn_connected.png b/android/res/drawable-ldpi/vpn_connected.png deleted file mode 100644 index 65fc6db..0000000 Binary files a/android/res/drawable-ldpi/vpn_connected.png and /dev/null differ diff --git a/android/res/drawable-ldpi/vpn_disconnected.png b/android/res/drawable-ldpi/vpn_disconnected.png deleted file mode 100644 index 22f3497..0000000 Binary files a/android/res/drawable-ldpi/vpn_disconnected.png and /dev/null differ diff --git a/android/res/drawable-ldpi/vpn_progress.png b/android/res/drawable-ldpi/vpn_progress.png deleted file mode 100644 index 2df0a9b..0000000 Binary files a/android/res/drawable-ldpi/vpn_progress.png and /dev/null differ diff --git a/android/res/drawable-mdpi/kid-jumping-silhouette-light.png b/android/res/drawable-mdpi/kid-jumping-silhouette-light.png deleted file mode 100644 index e8c99c1..0000000 Binary files a/android/res/drawable-mdpi/kid-jumping-silhouette-light.png and /dev/null differ diff --git a/android/res/drawable-mdpi/leap-debug-launcher.png b/android/res/drawable-mdpi/leap-debug-launcher.png deleted file mode 100644 index 867005e..0000000 Binary files a/android/res/drawable-mdpi/leap-debug-launcher.png and /dev/null differ diff --git a/android/res/drawable-mdpi/leap-launcher.png b/android/res/drawable-mdpi/leap-launcher.png deleted file mode 100644 index 4b3456f..0000000 Binary files a/android/res/drawable-mdpi/leap-launcher.png and /dev/null differ diff --git a/android/res/drawable-mdpi/mask-launcher.png b/android/res/drawable-mdpi/mask-launcher.png index 468314c..323d2df 100644 Binary files a/android/res/drawable-mdpi/mask-launcher.png and b/android/res/drawable-mdpi/mask-launcher.png differ diff --git a/android/res/drawable-mdpi/mask-silhouette.png b/android/res/drawable-mdpi/mask-silhouette.png deleted file mode 100644 index 8880ad1..0000000 Binary files a/android/res/drawable-mdpi/mask-silhouette.png and /dev/null differ diff --git a/android/res/drawable-mdpi/vpn_connected.png b/android/res/drawable-mdpi/vpn_connected.png deleted file mode 100644 index 7e167f8..0000000 Binary files a/android/res/drawable-mdpi/vpn_connected.png and /dev/null differ diff --git a/android/res/drawable-mdpi/vpn_disconnected.png b/android/res/drawable-mdpi/vpn_disconnected.png deleted file mode 100644 index f8b02bf..0000000 Binary files a/android/res/drawable-mdpi/vpn_disconnected.png and /dev/null differ diff --git a/android/res/drawable-mdpi/vpn_progress.png b/android/res/drawable-mdpi/vpn_progress.png deleted file mode 100644 index a658d9e..0000000 Binary files a/android/res/drawable-mdpi/vpn_progress.png and /dev/null differ diff --git a/android/res/drawable-xhdpi/kid-jumping-silhouette-light.png b/android/res/drawable-xhdpi/kid-jumping-silhouette-light.png deleted file mode 100644 index 0c89a0f..0000000 Binary files a/android/res/drawable-xhdpi/kid-jumping-silhouette-light.png and /dev/null differ diff --git a/android/res/drawable-xhdpi/leap-debug-launcher.png b/android/res/drawable-xhdpi/leap-debug-launcher.png deleted file mode 100644 index a540c2c..0000000 Binary files a/android/res/drawable-xhdpi/leap-debug-launcher.png and /dev/null differ diff --git a/android/res/drawable-xhdpi/leap-launcher.png b/android/res/drawable-xhdpi/leap-launcher.png deleted file mode 100644 index dbb53ee..0000000 Binary files a/android/res/drawable-xhdpi/leap-launcher.png and /dev/null differ diff --git a/android/res/drawable-xhdpi/mask-launcher.png b/android/res/drawable-xhdpi/mask-launcher.png index ead0372..a25a8a3 100644 Binary files a/android/res/drawable-xhdpi/mask-launcher.png and b/android/res/drawable-xhdpi/mask-launcher.png differ diff --git a/android/res/drawable-xhdpi/mask-silhouette.png b/android/res/drawable-xhdpi/mask-silhouette.png deleted file mode 100644 index 043ab56..0000000 Binary files a/android/res/drawable-xhdpi/mask-silhouette.png and /dev/null differ diff --git a/android/res/drawable-xhdpi/vpn_connected.png b/android/res/drawable-xhdpi/vpn_connected.png deleted file mode 100644 index 1f46be2..0000000 Binary files a/android/res/drawable-xhdpi/vpn_connected.png and /dev/null differ diff --git a/android/res/drawable-xhdpi/vpn_disconnected.png b/android/res/drawable-xhdpi/vpn_disconnected.png deleted file mode 100644 index 7f44c46..0000000 Binary files a/android/res/drawable-xhdpi/vpn_disconnected.png and /dev/null differ diff --git a/android/res/drawable-xhdpi/vpn_progress.png b/android/res/drawable-xhdpi/vpn_progress.png deleted file mode 100644 index f4f28ef..0000000 Binary files a/android/res/drawable-xhdpi/vpn_progress.png and /dev/null differ diff --git a/linux/hicolor/128x128/apps/bitmask.png b/linux/hicolor/128x128/apps/bitmask.png index 6ff2dba..b4194da 100644 Binary files a/linux/hicolor/128x128/apps/bitmask.png and b/linux/hicolor/128x128/apps/bitmask.png differ diff --git a/linux/hicolor/24x24/apps/bitmask.png b/linux/hicolor/24x24/apps/bitmask.png index 6c2b20d..9e9e545 100644 Binary files a/linux/hicolor/24x24/apps/bitmask.png and b/linux/hicolor/24x24/apps/bitmask.png differ diff --git a/linux/hicolor/256x256/apps/bitmask.png b/linux/hicolor/256x256/apps/bitmask.png index 6478c27..3f6ad10 100644 Binary files a/linux/hicolor/256x256/apps/bitmask.png and b/linux/hicolor/256x256/apps/bitmask.png differ diff --git a/linux/hicolor/32x32/apps/bitmask.png b/linux/hicolor/32x32/apps/bitmask.png index 25abc93..896019a 100644 Binary files a/linux/hicolor/32x32/apps/bitmask.png and b/linux/hicolor/32x32/apps/bitmask.png differ diff --git a/linux/hicolor/48x48/apps/bitmask.png b/linux/hicolor/48x48/apps/bitmask.png index 468314c..323d2df 100644 Binary files a/linux/hicolor/48x48/apps/bitmask.png and b/linux/hicolor/48x48/apps/bitmask.png differ diff --git a/linux/hicolor/64x64/apps/bitmask.png b/linux/hicolor/64x64/apps/bitmask.png index b9aa421..31420cb 100644 Binary files a/linux/hicolor/64x64/apps/bitmask.png and b/linux/hicolor/64x64/apps/bitmask.png differ diff --git a/linux/hicolor/scalable/apps/bitmask.svg b/linux/hicolor/scalable/apps/bitmask.svg index 9413456..6082653 100644 --- a/linux/hicolor/scalable/apps/bitmask.svg +++ b/linux/hicolor/scalable/apps/bitmask.svg @@ -7,15 +7,14 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="256" height="256" id="svg3088" version="1.1" - inkscape:version="0.48.3.1 r9886" - sodipodi:docname="mask-icon.svg" + inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" + sodipodi:docname="mask-launcher.svg" inkscape:export-filename="/home/elijah/dev/leap/leap_assets/svg/masks/rainbow-masthead.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90"> @@ -54,17 +53,6 @@ offset="1" id="stop4188" /> - @@ -80,16 +68,6 @@ sodipodi:nodetypes="ccssssssccccsssssssssccccsscccssscsssscssscsscsssscssc" /> - - - - + id="guide3104" + inkscape:locked="false" /> @@ -243,225 +190,253 @@ id="layer1" inkscape:label="rainbow" inkscape:groupmode="layer" - transform="translate(0,192)"> + transform="translate(0,192)" + sodipodi:insensitive="true"> - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + style="display:inline"> + transform="matrix(3.3574522,0,0,3.3574522,20.599252,17.545339)"> + style="display:inline;fill:none;stroke:#000000;stroke-width:34.52383041;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"> + style="fill:none;stroke:#000000;stroke-width:34.52383041;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - - - - - - + style="fill:#333333;fill-opacity:1;stroke:none" /> diff --git a/mac/bitmask-1024x1024.png b/mac/bitmask-1024x1024.png index 4d9487d..044f8e6 100644 Binary files a/mac/bitmask-1024x1024.png and b/mac/bitmask-1024x1024.png differ diff --git a/mac/bitmask.icns b/mac/bitmask.icns index 74fa0af..8c0b64e 100644 Binary files a/mac/bitmask.icns and b/mac/bitmask.icns differ diff --git a/mac/menubar-icon-22x21.png b/mac/menubar-icon-22x21.png deleted file mode 100644 index 3c4c4a8..0000000 Binary files a/mac/menubar-icon-22x21.png and /dev/null differ diff --git a/mac/menubar-icon-44x42.png b/mac/menubar-icon-44x42.png deleted file mode 100644 index a478cc9..0000000 Binary files a/mac/menubar-icon-44x42.png and /dev/null differ diff --git a/source/masks/feature-graphic.svg b/source/masks/feature-graphic.svg new file mode 100644 index 0000000..be5cb84 --- /dev/null +++ b/source/masks/feature-graphic.svg @@ -0,0 +1,324 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/source/masks/mask-launcher-old.svg b/source/masks/mask-launcher-old.svg new file mode 100644 index 0000000..9413456 --- /dev/null +++ b/source/masks/mask-launcher-old.svg @@ -0,0 +1,526 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/source/masks/mask-launcher.svg b/source/masks/mask-launcher.svg index 9413456..6082653 100644 --- a/source/masks/mask-launcher.svg +++ b/source/masks/mask-launcher.svg @@ -7,15 +7,14 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="256" height="256" id="svg3088" version="1.1" - inkscape:version="0.48.3.1 r9886" - sodipodi:docname="mask-icon.svg" + inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" + sodipodi:docname="mask-launcher.svg" inkscape:export-filename="/home/elijah/dev/leap/leap_assets/svg/masks/rainbow-masthead.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90"> @@ -54,17 +53,6 @@ offset="1" id="stop4188" /> - @@ -80,16 +68,6 @@ sodipodi:nodetypes="ccssssssccccsssssssssccccsscccssscsssscssscsscsssscssc" /> - - - - + id="guide3104" + inkscape:locked="false" /> @@ -243,225 +190,253 @@ id="layer1" inkscape:label="rainbow" inkscape:groupmode="layer" - transform="translate(0,192)"> + transform="translate(0,192)" + sodipodi:insensitive="true"> - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + style="display:inline"> + transform="matrix(3.3574522,0,0,3.3574522,20.599252,17.545339)"> + style="display:inline;fill:none;stroke:#000000;stroke-width:34.52383041;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"> + style="fill:none;stroke:#000000;stroke-width:34.52383041;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - - - - - - + style="fill:#333333;fill-opacity:1;stroke:none" /> -- cgit v1.2.3