summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-08-21 16:33:57 -0700
committerelijah <elijah@riseup.net>2015-08-21 16:33:57 -0700
commit677ac4fa3604657ec9eb5434f94d479a0f3a8c33 (patch)
tree6fedd29ee6d63cf30be2b65332b8496585a6dc8c
parent4670db917ebadf93a40047478f3d21200c45e840 (diff)
update mac stuff, added mac menu icon.
-rw-r--r--README.md37
-rw-r--r--Rakefile15
-rw-r--r--mac/bitmask-1024x1024.pngbin0 -> 89582 bytes
-rw-r--r--mac/bitmask-128x128.pngbin15903 -> 0 bytes
-rw-r--r--mac/bitmask.icnsbin47303 -> 239193 bytes
-rw-r--r--mac/bitmask.tiffbin2619 -> 0 bytes
-rw-r--r--mac/leap-128x128.pngbin9082 -> 0 bytes
-rw-r--r--mac/leap-client.tiffbin3598 -> 0 bytes
-rw-r--r--mac/leap.icnsbin28795 -> 0 bytes
-rw-r--r--mac/menubar-icon-22x21.pngbin0 -> 522 bytes
-rw-r--r--mac/menubar-icon-44x42.pngbin0 -> 1818 bytes
-rw-r--r--source/masks/mask-launcher-flat.svg392
-rw-r--r--source/statusbar/mac-menu-icon.svg287
13 files changed, 722 insertions, 9 deletions
diff --git a/README.md b/README.md
index 3ba76da..e1e7d55 100644
--- a/README.md
+++ b/README.md
@@ -17,9 +17,12 @@ Usage:
cd leap_assets
rake
-Android Launcher Icons
+Android Icons
=====================================
+Android Launcher Icons
+-------------------------------------
+
See https://developer.android.com/guide/practices/ui_guidelines/icon_design_launcher.html
Pixels height and width for launcher icons:
@@ -35,7 +38,7 @@ Links:
* Android Launcher Icon Guidelines -- https://developer.android.com/guide/practices/ui_guidelines/icon_design_launcher.html
Android Action Bar Icons
-====================================
+-----------------------------------
See https://developer.android.com/guide/practices/ui_guidelines/icon_design_action_bar.html
@@ -44,6 +47,36 @@ See https://developer.android.com/guide/practices/ui_guidelines/icon_design_acti
36x36 -- mdpi, 240 dpi, High density screen
48x48 -- xhdpi, 320 dpi, Extra-high density screen
+Mac OS Icons
+====================================
+
+NSStatusItem Icons
+------------------------------------
+
+See: http://alastairs-place.net/blog/2013/07/23/nsstatusitem-what-size-should-your-icon-be/
+
+Normal displays:
+ 21px height, but should include 3px space at the top and bottom of the icon
+ in order to look in line with the system icons.
+ The icon can be up to 22px wide (no space is needed).
+
+Retina displays:
+ 41px height, but should include a 6px space at the top and a 5px space at
+ the bottom in order to look in line with the system icons.
+ The icon can be up to 44px wide (no space is needed).
+
+The empty space on the top and the bottom is not required, and is flexible. It
+still looks fine if a few pixels poke into this space, and even some system
+icons do this.
+
+Unlike in the past, the Mac menu bar can now be light or dark colored, so the
+icon should look good on both backgrounds.
+
+Application Icons
+------------------------------------
+
+App icons must be 1024×1024 for the app to be accepted in the Mac App Store.
+
Resources
=====================
diff --git a/Rakefile b/Rakefile
index 413e3e6..11a30bf 100644
--- a/Rakefile
+++ b/Rakefile
@@ -109,10 +109,12 @@ svg_to_raster = [
['source/android/mask-silhouette.svg', android_icon_target],
# mac
- ['source/android/leap-launcher.svg', {:size => 128, :dest => 'mac/leap-128x128.png'}],
- ['source/masks/mask-launcher.svg', {:size => 128, :dest => 'mac/bitmask-128x128.png'}],
- ['source/masks/mask-launcher.svg', {:width => 32, :height => 26, :dest => 'mac/bitmask.tiff'}],
-
+ ['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/leap/kid-jumping-bw.svg', {:size => 16, :dest => 'web/favicon-bw.ico'}],
['source/leap/kid-ico.svg', {:size => 16, :dest => 'web/favicon.ico'}],
@@ -126,14 +128,13 @@ svg_to_raster = [
['source/masks/mask-launcher.svg', linux_target],
# print
- ['source/leap/kid-jumping.svg', {:width => 1000, :dest => 'print/leap.png'}],
+ ['source/leap/kid-jumping.svg', {:width => 1000, :dest => 'print/leap.png'}],
['source/letterhead/letterhead.svg', {:width => 2400, :height => 300, :dest => 'print'}]
]
png_to_icns = [
# mac
- ['mac/leap-128x128.png', {:dest => 'mac/leap.icns'}],
- ['mac/bitmask-128x128.png', {:dest => 'mac/bitmask.icns'}]
+ ['mac/bitmask-1024x1024.png', {:dest => 'mac/bitmask.icns'}]
]
png_to_pngs = [
diff --git a/mac/bitmask-1024x1024.png b/mac/bitmask-1024x1024.png
new file mode 100644
index 0000000..4d9487d
--- /dev/null
+++ b/mac/bitmask-1024x1024.png
Binary files differ
diff --git a/mac/bitmask-128x128.png b/mac/bitmask-128x128.png
deleted file mode 100644
index 6ff2dba..0000000
--- a/mac/bitmask-128x128.png
+++ /dev/null
Binary files differ
diff --git a/mac/bitmask.icns b/mac/bitmask.icns
index 7cc3e75..74fa0af 100644
--- a/mac/bitmask.icns
+++ b/mac/bitmask.icns
Binary files differ
diff --git a/mac/bitmask.tiff b/mac/bitmask.tiff
deleted file mode 100644
index c3852d6..0000000
--- a/mac/bitmask.tiff
+++ /dev/null
Binary files differ
diff --git a/mac/leap-128x128.png b/mac/leap-128x128.png
deleted file mode 100644
index 0a9ee26..0000000
--- a/mac/leap-128x128.png
+++ /dev/null
Binary files differ
diff --git a/mac/leap-client.tiff b/mac/leap-client.tiff
deleted file mode 100644
index 71c95b0..0000000
--- a/mac/leap-client.tiff
+++ /dev/null
Binary files differ
diff --git a/mac/leap.icns b/mac/leap.icns
deleted file mode 100644
index b26b0d7..0000000
--- a/mac/leap.icns
+++ /dev/null
Binary files differ
diff --git a/mac/menubar-icon-22x21.png b/mac/menubar-icon-22x21.png
new file mode 100644
index 0000000..3c4c4a8
--- /dev/null
+++ b/mac/menubar-icon-22x21.png
Binary files differ
diff --git a/mac/menubar-icon-44x42.png b/mac/menubar-icon-44x42.png
new file mode 100644
index 0000000..a478cc9
--- /dev/null
+++ b/mac/menubar-icon-44x42.png
Binary files differ
diff --git a/source/masks/mask-launcher-flat.svg b/source/masks/mask-launcher-flat.svg
new file mode 100644
index 0000000..f7cf7f7
--- /dev/null
+++ b/source/masks/mask-launcher-flat.svg
@@ -0,0 +1,392 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ 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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="64"
+ height="64"
+ id="svg3088"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="mask-launcher-flat.svg"
+ inkscape:export-filename="/home/elijah/dev/leap/leap_assets/svg/masks/rainbow-masthead.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs3090">
+ <linearGradient
+ id="linearGradient4212">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4214" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4216" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4192">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4194" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4196" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4184">
+ <stop
+ style="stop-color:#008080;stop-opacity:1;"
+ offset="0"
+ id="stop4186" />
+ <stop
+ style="stop-color:#008080;stop-opacity:0;"
+ offset="1"
+ id="stop4188" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath3159">
+ <g
+ style="display:inline;fill:none;stroke:#006082;stroke-width:31.77269936;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="g3161"
+ transform="matrix(0.6987131,0,0,0.6987131,-78.646361,-52.805193)">
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#006082;fill-opacity:1;stroke:none;stroke-width:22.20000076;marker:none;enable-background:accumulate"
+ d="m 278.28751,285.55576 -11.21875,0.125 c -16.33799,0.18876 -35.43079,3.64775 -48.84375,17.25 -26.364,26.73607 -32.91414,67.45937 -31.40625,101.9375 2.03445,46.51772 21.53824,93.17387 51.28125,128.53125 20.69424,24.60055 50.34517,51.04821 86.53125,52.21875 28.80499,0.93178 49.7747,-20.70739 66.84375,-34 14.22825,-11.08034 33.86145,-24.04072 51.59375,-31.4375 17.0467,-7.1108 34.85246,-7.21617 34.21875,-7.21875 l 0.0312,0 0.0625,0 0.0312,0 c -0.16965,5.1e-4 17.2016,0.10729 34.25,7.21875 17.72836,7.39514 37.32827,20.3525 51.5625,31.4375 17.07402,13.29649 38.06968,34.93179 66.875,34 36.18608,-1.17054 65.83701,-27.6182 86.53125,-52.21875 29.74301,-35.35738 49.2468,-82.01353 51.28125,-128.53125 1.50789,-34.47813 -5.04224,-75.20143 -31.40625,-101.9375 -14.31952,-14.52161 -35.00767,-17.52645 -52.09375,-17.21875 -30.44885,0.54835 -54.3266,17.12605 -78.40625,27.34375 -35.97307,15.26442 -58.60927,33.089 -90.875,42.9375 -15.59991,4.76158 -25.34249,3.77253 -37.15625,3.96875 -0.48134,-0.0127 -0.42021,-0.003 -0.5,0 -0.0399,0.002 -0.3107,-0.002 -0.25,0 -0.0108,-2.1e-4 -0.0204,2.1e-4 -0.0312,0 -12.03376,-0.23364 -21.77727,0.85894 -37.59375,-3.96875 -32.26573,-9.8485 -54.90193,-27.67308 -90.875,-42.9375 -21.91783,-9.30038 -43.75001,-23.72976 -70.4375,-26.6875 l 0,-0.8125 z m 12.125,109.15625 c 17.37009,-0.31472 36.71128,6.52981 55.875,13.53125 14.81121,5.41127 29.02735,15.65317 45.09375,25.09375 5.88038,3.4553 11.12945,6.87537 18,11.21875 -3.34103,2.83649 -6.57004,5.62753 -10.96875,9 -12.59562,9.65701 -28.90684,19.70424 -39,22.0625 -29.76308,6.95412 -52.56809,2.47169 -79.75,-19.25 -5.78601,-4.62373 -15.92397,-18.36952 -23.34375,-30.375 -3.24397,-5.24887 -5.84449,-9.82258 -8.03125,-13.71875 2.542,-1.66751 5.0341,-3.34504 8.34375,-5.3125 9.27056,-5.51099 21.18825,-10.95207 26.46875,-11.6875 2.38753,-0.33252 4.80103,-0.517 7.3125,-0.5625 z m 372,0 c 3.16744,-0.0296 6.24552,0.14841 9.21875,0.5625 5.2805,0.73543 17.19819,6.17651 26.46875,11.6875 3.30965,1.96746 5.80175,3.64499 8.34375,5.3125 -2.18676,3.89617 -4.78728,8.46988 -8.03125,13.71875 -7.41978,12.00548 -17.55774,25.75127 -23.34375,30.375 -27.17889,21.71928 -50.01971,26.20376 -79.78125,19.25 -10.09225,-2.35805 -26.38134,-12.40603 -38.96875,-22.0625 -4.40014,-3.37558 -7.62824,-6.16178 -10.96875,-9 6.87055,-4.34338 12.11962,-7.76345 18,-11.21875 16.0664,-9.44058 30.28254,-19.68248 45.09375,-25.09375 18.47767,-6.7508 37.09414,-13.37374 53.96875,-13.53125 z"
+ id="path3163"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccssssssccccsssssssssccccsscccssscsssscssscsscsssscssc" />
+ </g>
+ </clipPath>
+ <linearGradient
+ id="linearGradient4055-4">
+ <stop
+ id="stop4057-6"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop4059-2"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4141-7">
+ <stop
+ id="stop4143-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop4145-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4038-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4040-2" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1"
+ id="stop4042-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4020-4">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4022-5" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1"
+ id="stop4024-2" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath3842">
+ <rect
+ ry="13.697647"
+ y="-175.50618"
+ x="16.493958"
+ height="223.01208"
+ width="223.01207"
+ id="rect3844"
+ style="fill:#505050;fill-opacity:1;stroke:none" />
+ </clipPath>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="25.40653"
+ inkscape:cy="18.761967"
+ inkscape:current-layer="g3058"
+ showgrid="false"
+ inkscape:document-units="px"
+ inkscape:grid-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ objecttolerance="20"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ inkscape:snap-bbox-midpoints="true"
+ inkscape:object-paths="true"
+ inkscape:snap-intersection-paths="true"
+ inkscape:object-nodes="true"
+ inkscape:snap-smooth-nodes="true"
+ inkscape:snap-midpoints="true"
+ inkscape:snap-object-midpoints="true"
+ inkscape:snap-center="true"
+ borderlayer="true"
+ inkscape:window-width="1920"
+ inkscape:window-height="1056"
+ inkscape:window-x="1920"
+ inkscape:window-y="24"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3096"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="1500,0"
+ id="guide3104" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata3093">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="rainbow"
+ inkscape:groupmode="layer"
+ style="display:inline">
+ <g
+ id="g3058"
+ clip-path="url(#clipPath3842)"
+ style="opacity:1"
+ transform="matrix(0.26904373,0,0,0.26904372,-2.4375964,49.218835)">
+ <path
+ style="fill:#ffcc72;fill-opacity:1;stroke:none"
+ d="m -893.53906,-472.10742 c -24.63001,93.61008 -49.2616,187.21974 -73.89063,280.83008 365.69733,46.46497 731.39452,92.931073 1097.0918,139.396481 10.88256,0.620973 -1.15866,-5.191588 -5.46942,-6.485488 C -214.85788,-197.01503 -553.90835,-335.66397 -892.95898,-474.3125 c -0.19336,0.73503 -0.38672,1.47005 -0.58008,2.20508 z"
+ id="path4133"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#c08300;fill-opacity:1;stroke:none"
+ d="m -966.91602,-192.96484 c 0.43668,96.793617 0.87475,193.58723121 1.31055,290.380856 365.26336,-49.763822 730.52599,-99.5329616 1095.78906,-149.298828 10.67215,-2.220364 -2.46223,-4.713631 -6.96174,-4.849125 -363.38256,-46.171303 -726.76502,-92.343293 -1090.14763,-138.514153 0.003,0.76041 0.007,1.52083 0.01,2.28125 z"
+ id="path4135"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#ffe035;fill-opacity:1;stroke:none"
+ d="m -963.88477,93.144531 c -4.8494,1.420853 1.91688,10.524399 1.76121,15.049519 24.33389,89.20297 48.66993,178.40535 73.00247,267.60868 339.93594,-142.60868 679.87243,-285.21604 1019.80859,-427.824214 9.73633,-4.903606 -3.59761,-3.915711 -7.97889,-2.881161 -362.19779,49.3490588 -724.39558,98.698118 -1086.59338,148.047176 z"
+ id="path4137"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#90b600;fill-opacity:1;stroke:none"
+ d="M 129.14062,-55.708984 C -210.79576,86.897985 -550.73063,229.50857 -890.66797,372.11328 c 49.1596,84.26454 98.31939,168.52897 147.47656,252.79492 291.44315,-225.73074 582.88676,-451.46089 874.33008,-677.191403 3.53158,-4.630091 5.48741,-4.838852 -1.99805,-3.425781 z"
+ id="path4139"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#92ff92;fill-opacity:1;stroke:none"
+ d="M 128.68945,-55.447266 C -162.75387,170.28325 -454.19748,396.0134 -745.64062,621.74414 c 69.2929,68.67129 138.58633,137.34206 207.88085,206.01172 223.08804,-293.47043 446.177171,-586.94004 669.26563,-880.410157 2.21217,-5.385612 4.04864,-6.09407 -2.81641,-2.792969 z"
+ id="path4141"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#009c40;fill-opacity:1;stroke:none"
+ d="M 128.32227,-55.076172 C -94.766942,238.39452 -317.85603,531.8653 -540.94531,825.33594 c 84.70575,48.39401 169.40948,96.79154 254.11523,145.18554 C -147.297,629.31233 -7.766473,288.10213 131.76562,-53.107422 c 0.74182,-5.773895 2.33343,-6.934226 -3.44335,-1.96875 z"
+ id="path4143"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#00d78e;fill-opacity:1;stroke:none"
+ d="M 128.0625,-54.623047 C -11.46937,286.58725 -151.00149,627.79745 -290.5332,969.00781 c 94.34515,24.82254 188.68979,49.64699 283.0351531,74.46879 C 38.966925,677.77988 85.43303,312.08334 131.89844,-53.613281 c -0.77624,-5.771703 0.45986,-7.299484 -3.83594,-1.009766 z"
+ id="path4145"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#00a0a0;fill-opacity:1;stroke:none"
+ d="M 127.92969,-54.117188 C 81.46428,311.57944 34.998175,677.27598 -11.466797,1042.9727 86.087245,1042.5338 183.64127,1042.0912 281.19531,1041.6523 231.43149,676.38964 181.66235,311.12766 131.89648,-54.134766 c -2.24519,-5.3725 -1.4479,-7.170981 -3.96679,0.01758 z"
+ id="path4147"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#3ca6e6;fill-opacity:1;stroke:none"
+ d="M 127.93164,-53.595703 C 177.6988,311.66664 227.46412,676.92922 277.23242,1042.1914 371.3492,1016.5178 465.46503,990.84073 559.58203,965.16797 416.97335,625.23268 274.36599,285.29683 131.75781,-54.638672 c -3.55756,-4.610624 -3.25224,-6.552935 -3.82617,1.042969 z"
+ id="path4149"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#144c5a;fill-opacity:1;stroke:none"
+ d="M 128.07031,-53.091797 C 270.67728,286.84394 413.28787,626.77816 555.89258,966.71484 640.15712,917.55524 724.42155,868.39545 808.6875,819.23828 582.95676,527.79578 357.22661,236.35283 131.49609,-55.089844 c -4.63009,-3.531581 -4.83885,-5.487411 -3.42578,1.998047 z"
+ id="path4151"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#4682b4;fill-opacity:1;stroke:none"
+ d="M 128.33203,-52.640625 C 354.06255,238.80205 579.7927,530.245 805.52344,821.6875 874.19408,752.39524 942.86419,683.10247 1011.5332,613.80859 718.06342,390.72056 424.59447,167.63143 131.125,-55.457031 c -5.38561,-2.212167 -6.09407,-4.048645 -2.79297,2.816406 z"
+ id="path4153"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#005fba;fill-opacity:1;stroke:none"
+ d="M 128.70312,-52.273438 C 422.17317,170.81577 715.6433,393.90486 1009.1133,616.99414 1057.5079,532.28773 1105.9061,447.58336 1154.3008,362.87695 813.09163,223.34451 471.88143,83.814651 130.67188,-55.716797 c -5.7739,-0.741818 -6.93423,-2.333425 -1.96876,3.443359 z"
+ id="path4155"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#3978e7;fill-opacity:1;stroke:none"
+ d="m 124.625,-55.257812 c 11.47271,7.69564 25.3654,11.011264 37.85281,16.870343 330.10311,134.989152 660.20613,269.978549 990.30929,404.967549 24.8225,-94.34451 49.647,-188.68849 74.4688,-283.033205 C 861.55918,37.081903 495.86264,-9.3842017 130.16602,-55.849609 c -1.84701,0.197265 -3.69401,0.394531 -5.54102,0.591797 z"
+ id="path4157"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#001589;fill-opacity:1;stroke:none"
+ d="m 1223.1719,-204.8418 c -364.50914,49.66472 -729.01825,99.32943 -1093.52737,148.994144 -10.67214,2.220364 2.46224,4.71363 6.96175,4.849126 362.70903,46.0758805 725.41556,92.191838 1088.12612,138.242671 79.2168,0.380333 158.4336,0.759665 237.6504,1.140625 2.5301,-95.7753345 5.0559,-191.550786 7.584,-287.326176 -82.2645,-1.9598 -164.5328,-3.98387 -246.7949,-5.90039 z"
+ id="path4159"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#6445ff;fill-opacity:1;stroke:none"
+ d="m 1146.8438,-482.65234 c -339.23442,142.31445 -678.4688,284.6289 -1017.70318,426.943356 -9.73633,4.903606 3.59761,3.915714 7.97889,2.881146 362.95037,-49.452802 725.90098,-98.903772 1088.85119,-148.357712 -25.6736,-94.11678 -51.3507,-188.2326 -77.0234,-282.34961 -0.7012,0.29427 -1.4024,0.58855 -2.1035,0.88282 z"
+ id="path4161"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#6f00d0;fill-opacity:1;stroke:none"
+ d="m 1001.2148,-731.24414 c -290.84175,225.26562 -581.68355,450.53125 -872.52535,675.796874 -8.13411,7.258027 4.48834,2.850482 8.45304,0.717807 C 474.92656,-196.43442 812.70912,-338.14301 1150.4941,-479.8457 c -49.1596,-84.26454 -98.3193,-168.52897 -147.4765,-252.79492 -0.6009,0.46549 -1.2018,0.93098 -1.8028,1.39648 z"
+ id="path4163"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#c570db;fill-opacity:1;stroke:none"
+ d="m 796.20703,-933.67188 c -222.62825,292.86524 -445.25651,585.73047 -667.88476,878.595708 -5.97823,9.115201 5.0735,1.593098 8.35057,-1.493407 C 426.27079,-280.87195 715.86902,-505.17397 1005.4668,-729.47656 936.17391,-798.14722 866.88044,-866.8173 797.58594,-935.48633 c -0.45964,0.60482 -0.91927,1.20964 -1.37891,1.81445 z"
+ id="path4165"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#8b007e;fill-opacity:1;stroke:none"
+ d="M 545.79297,-1076.1426 C 406.54948,-735.63607 267.30599,-395.12956 128.0625,-54.623047 c -3.41417,10.351417 5.31334,0.224844 7.67955,-3.603921 221.6765,-291.613132 443.35286,-583.226362 665.02943,-874.839442 -84.70574,-48.394 -169.40948,-96.79149 -254.11523,-145.18559 -0.28776,0.7032 -0.57552,1.4063 -0.86328,2.1094 z"
+ id="path4167"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#ce42c9;fill-opacity:1;stroke:none"
+ d="m 267.03711,-1148.9473 c -46.36914,364.94339 -92.73828,729.88675 -139.10742,1094.830112 -0.62098,10.882562 5.19159,-1.158662 6.48547,-5.469427 C 273.0632,-398.63718 411.71149,-737.68765 550.35938,-1076.7383 c -94.34517,-24.8231 -188.68979,-49.6483 -283.03516,-74.4707 -0.0957,0.7539 -0.19141,1.5078 -0.28711,2.2617 z"
+ id="path4169"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#ce1684;fill-opacity:1;stroke:none"
+ d="m 269.01172,-1150.6953 c -96.79362,0.4373 -193.587236,0.8761 -290.380861,1.3125 49.764464,365.26269 99.534265,730.52467 149.300781,1095.787097 2.22036,10.672146 4.71363,-2.462233 4.84911,-6.96175 46.17066,-363.382557 92.34199,-726.765017 138.51222,-1090.147647 -0.76042,0 -1.52083,0.01 -2.28125,0.01 z"
+ id="path4171"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#e44376;fill-opacity:1;stroke:none"
+ d="m -19.605469,-1149.3223 c -93.383531,25.4737 -186.766491,50.9495 -280.150391,76.4219 142.60933,339.93595 285.217348,679.87245 427.82617,1019.808603 4.90361,9.736332 3.91572,-3.597607 2.88115,-7.978884 C 81.498661,-424.02105 32.047691,-786.97166 -17.40625,-1149.9219 c -0.733073,0.1999 -1.466146,0.3998 -2.199219,0.5996 z"
+ id="path4173"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#fd000f;fill-opacity:1;stroke:none"
+ d="m -298.03711,-1073.2969 c -83.60825,48.7751 -167.21506,97.55266 -250.82422,146.3262 225.73139,291.44315 451.462196,582.88675 677.19336,874.330075 7.25803,8.13411 2.85048,-4.488332 0.71781,-8.453037 C -12.655121,-398.87839 -154.36371,-736.66159 -296.06641,-1074.4473 c -0.6569,0.3835 -1.3138,0.767 -1.9707,1.1504 z"
+ id="path4175"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#eb8669;fill-opacity:1;stroke:none"
+ d="m -547.30273,-927.80078 c -68.1346,68.75408 -136.27058,137.50678 -204.4043,206.26172 293.47043,223.08804 586.94004,446.17716 880.41015,669.265622 9.11521,5.978227 1.5931,-5.073506 -1.4934,-8.350576 C -97.092651,-350.22261 -321.39467,-639.8215 -545.69727,-929.41992 c -0.53515,0.53971 -1.07031,1.07943 -1.60546,1.61914 z"
+ id="path4177"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#ea6000;fill-opacity:1;stroke:none"
+ d="m -750.41797,-722.74414 c -48.01806,84.04502 -96.03746,168.08927 -144.05469,252.13476 341.20916,139.53309 682.41936,279.06361 1023.62891,418.595708 10.35142,3.414168 0.22484,-5.313335 -3.60391,-7.679561 -291.61314,-221.677137 -583.22637,-443.354157 -874.83945,-665.031377 -0.37695,0.66016 -0.75391,1.32031 -1.13086,1.98047 z"
+ id="path4179"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="lighter"
+ style="display:inline;opacity:0.64200003"
+ transform="translate(0,-192)"
+ sodipodi:insensitive="true">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;stroke:#c8c8c8;stroke-width:0.98360652;stroke-opacity:1"
+ id="rect4414"
+ width="59.016396"
+ height="59.016392"
+ x="2.4918032"
+ y="194.49181"
+ ry="3.2"
+ rx="3.2" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer3"
+ inkscape:label="mask"
+ style="display:inline"
+ transform="translate(0,-192)"
+ sodipodi:insensitive="true">
+ <g
+ style="display:inline"
+ id="mask_group"
+ transform="matrix(0.90615411,0,0,0.90615411,2.8207486,194.97401)">
+ <g
+ style="display:inline;opacity:0.39100001;fill:none;stroke:#ffffff;stroke-width:55.15163803;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="g4440"
+ transform="matrix(0.09628644,0,0,0.09628644,-13.900612,-8.2957126)">
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:55.15163803;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 169.96875,100.5 c -14.66639,0.16945 -30.93901,3.67114 -41.0625,13.9375 -22.89313,23.21621 -29.64336,61.08236 -28.21875,93.65625 1.91143,43.70495 20.52619,88.39789 48.6875,121.875 19.75254,23.48109 47.70677,47.2892 78.375,48.28125 22.51282,0.72824 41.91608,-17.81666 59.6875,-31.65625 14.782,-11.51158 34.87713,-24.90852 54.125,-32.9375 19.40436,-8.09426 38.18432,-8.06391 38.53125,-8.0625 0,0 0.0595,10e-6 0.0625,0 0.33473,-10e-4 19.15169,-0.0344 38.5625,8.0625 19.24787,8.02898 39.31175,21.42592 54.09375,32.9375 17.77142,13.83959 37.20593,32.38449 59.71875,31.65625 30.66823,-0.99205 58.62246,-24.80016 78.375,-48.28125 28.16131,-33.47711 46.77607,-78.17005 48.6875,-121.875 1.42461,-32.57389 -5.32562,-70.44004 -28.21875,-93.65625 -10.79839,-10.95078 -28.62313,-14.18317 -44,-13.90625 -26.27537,0.47319 -48.88701,15.70649 -74.25,26.46875 -34.56835,14.66836 -57.60153,32.85381 -91.96875,43.34375 -17.59464,5.37044 -29.55939,4.21929 -40.6875,4.4375 -0.22725,-0.006 -0.4596,0.004 -0.6875,0 -11.12811,-0.21821 -23.06161,0.93294 -40.65625,-4.4375 C 304.75778,159.85381 281.7246,141.66836 247.15625,127 221.79326,116.23774 199.15037,101.00444 172.875,100.53125 c -0.96105,-0.0173 -1.92849,-0.0426 -2.90625,-0.0312 z M 193,187.34375 c 20.26573,-0.36718 40.73803,7.19583 59.875,14.1875 16.78643,6.13291 31.49775,16.91475 46.90625,25.96875 10.4842,6.16049 30.96875,19.28125 30.96875,19.28125 0,0 -38.82581,37.01847 -66.03125,43.375 -32.32466,7.55263 -60.041,1.91037 -89.21875,-21.40625 -16.83219,-13.45099 -39.0625,-56.3125 -39.0625,-56.3125 0,0 30.15123,-21.96471 47.90625,-24.4375 2.88277,-0.40149 5.76115,-0.6038 8.65625,-0.65625 z m 372.09375,0 c 3.62101,-0.0338 7.24028,0.15439 10.84375,0.65625 17.75502,2.47279 47.90625,24.4375 47.90625,24.4375 0,0 -22.23031,42.86151 -39.0625,56.3125 -29.17775,23.31662 -56.92534,28.95888 -89.25,21.40625 -27.20544,-6.35653 -66,-43.375 -66,-43.375 0,0 20.48455,-13.12076 30.96875,-19.28125 15.4085,-9.054 30.11982,-19.83584 46.90625,-25.96875 18.4535,-6.74197 38.13407,-14.00499 57.6875,-14.1875 z"
+ transform="translate(97.225014,196.27451)"
+ id="path4442"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="display:inline;fill:none;stroke:none"
+ id="eyes"
+ transform="matrix(0.09628644,0,0,0.09628644,-13.900612,-8.2957126)">
+ <path
+ inkscape:connector-curvature="0"
+ id="path3911"
+ d="m 290.22501,383.61826 c 20.26573,-0.36718 40.73803,7.19583 59.875,14.1875 16.78643,6.13291 31.49775,16.91475 46.90625,25.96875 10.4842,6.16049 30.96875,19.28125 30.96875,19.28125 0,0 -38.82581,37.01847 -66.03125,43.375 -32.32466,7.55263 -60.041,1.91037 -89.21875,-21.40625 -16.83219,-13.45099 -39.0625,-56.3125 -39.0625,-56.3125 0,0 30.15123,-21.96471 47.90625,-24.4375 2.88277,-0.40149 5.76115,-0.6038 8.65625,-0.65625 z"
+ style="fill:none;stroke:none" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3905"
+ d="m 662.31876,383.61826 c 3.62101,-0.0338 7.24028,0.15439 10.84375,0.65625 17.75502,2.47279 47.90625,24.4375 47.90625,24.4375 0,0 -22.23031,42.86151 -39.0625,56.3125 -29.17775,23.31662 -56.92534,28.95888 -89.25,21.40625 -27.20544,-6.35653 -66,-43.375 -66,-43.375 0,0 20.48455,-13.12076 30.96875,-19.28125 15.4085,-9.054 30.11982,-19.83584 46.90625,-25.96875 18.4535,-6.74197 38.13407,-14.00499 57.6875,-14.1875 z"
+ style="fill:none;stroke:none" />
+ </g>
+ <g
+ transform="matrix(0.09628644,0,0,0.09628644,-13.900612,-8.2957126)"
+ id="outline"
+ style="display:inline;fill:none;stroke:#000000;stroke-width:34.52383041;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
+ <path
+ inkscape:connector-curvature="0"
+ id="path3871"
+ transform="translate(97.225014,196.27451)"
+ d="m 169.96875,100.5 c -14.66639,0.16945 -30.93901,3.67114 -41.0625,13.9375 -22.89313,23.21621 -29.64336,61.08236 -28.21875,93.65625 1.91143,43.70495 20.52619,88.39789 48.6875,121.875 19.75254,23.48109 47.70677,47.2892 78.375,48.28125 22.51282,0.72824 41.91608,-17.81666 59.6875,-31.65625 14.782,-11.51158 34.87713,-24.90852 54.125,-32.9375 19.40436,-8.09426 38.18432,-8.06391 38.53125,-8.0625 0,0 0.0595,10e-6 0.0625,0 0.33473,-10e-4 19.15169,-0.0344 38.5625,8.0625 19.24787,8.02898 39.31175,21.42592 54.09375,32.9375 17.77142,13.83959 37.20593,32.38449 59.71875,31.65625 30.66823,-0.99205 58.62246,-24.80016 78.375,-48.28125 28.16131,-33.47711 46.77607,-78.17005 48.6875,-121.875 1.42461,-32.57389 -5.32562,-70.44004 -28.21875,-93.65625 -10.79839,-10.95078 -28.62313,-14.18317 -44,-13.90625 -26.27537,0.47319 -48.88701,15.70649 -74.25,26.46875 -34.56835,14.66836 -57.60153,32.85381 -91.96875,43.34375 -17.59464,5.37044 -29.55939,4.21929 -40.6875,4.4375 -0.22725,-0.006 -0.4596,0.004 -0.6875,0 -11.12811,-0.21821 -23.06161,0.93294 -40.65625,-4.4375 C 304.75778,159.85381 281.7246,141.66836 247.15625,127 221.79326,116.23774 199.15037,101.00444 172.875,100.53125 c -0.96105,-0.0173 -1.92849,-0.0426 -2.90625,-0.0312 z M 193,187.34375 c 20.26573,-0.36718 40.73803,7.19583 59.875,14.1875 16.78643,6.13291 31.49775,16.91475 46.90625,25.96875 10.4842,6.16049 30.96875,19.28125 30.96875,19.28125 0,0 -38.82581,37.01847 -66.03125,43.375 -32.32466,7.55263 -60.041,1.91037 -89.21875,-21.40625 -16.83219,-13.45099 -39.0625,-56.3125 -39.0625,-56.3125 0,0 30.15123,-21.96471 47.90625,-24.4375 2.88277,-0.40149 5.76115,-0.6038 8.65625,-0.65625 z m 372.09375,0 c 3.62101,-0.0338 7.24028,0.15439 10.84375,0.65625 17.75502,2.47279 47.90625,24.4375 47.90625,24.4375 0,0 -22.23031,42.86151 -39.0625,56.3125 -29.17775,23.31662 -56.92534,28.95888 -89.25,21.40625 -27.20544,-6.35653 -66,-43.375 -66,-43.375 0,0 20.48455,-13.12076 30.96875,-19.28125 15.4085,-9.054 30.11982,-19.83584 46.90625,-25.96875 18.4535,-6.74197 38.13407,-14.00499 57.6875,-14.1875 z"
+ style="fill:none;stroke:#000000;stroke-width:34.52383041;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ id="mask"
+ d="m 12.102284,20.301441 c -1.480584,-0.02666 -3.1790105,0.289339 -4.2187498,1.34375 -2.2042975,2.235407 -2.8559206,5.863576 -2.71875,9 0.1840448,4.208194 1.975948,8.526608 4.6875004,11.75 1.9019014,2.260911 4.5783144,4.529479 7.5312494,4.625 2.167679,0.07012 4.038854,-1.698685 5.75,-3.03125 1.423307,-1.108409 3.365441,-2.414418 5.21875,-3.1875 1.885814,-0.786641 3.71875,-0.75 3.71875,-0.75 0,0 1.832936,-0.03664 3.71875,0.75 1.853309,0.773082 3.764193,2.079091 5.1875,3.1875 1.711146,1.332565 3.582321,3.10137 5.75,3.03125 2.952935,-0.09552 5.660598,-2.364089 7.5625,-4.625 2.711552,-3.223392 4.503455,-7.541806 4.6875,-11.75 0.13717,-3.136424 -0.514452,-6.764593 -2.71875,-9 -1.039739,-1.054411 -2.769416,-1.37041 -4.25,-1.34375 -2.529962,0.04556 -4.714138,1.49499 -7.15625,2.53125 -3.328463,1.412364 -5.534652,3.177461 -8.84375,4.1875 -1.697948,0.518262 -2.832701,0.375 -3.9375,0.375 -1.104799,0 -2.270802,0.143262 -3.96875,-0.375 -3.309098,-1.010039 -5.515287,-2.775136 -8.84375,-4.1875 -2.442112,-1.03626 -4.626288,-2.485688 -7.15625,-2.53125 z m 1.9375,8.34375 c 1.951314,-0.03535 3.938619,0.701798 5.78125,1.375 1.616305,0.590516 3.01637,1.628222 4.5,2.5 1.009486,0.593172 3,1.84375 3,1.84375 0,0 -3.755485,3.575452 -6.375,4.1875 -3.112427,0.727216 -5.784328,0.182574 -8.59375,-2.0625 -1.620711,-1.295148 -3.7499996,-5.4375 -3.7499996,-5.4375 0,0 2.9154316,-2.105654 4.6249996,-2.34375 0.277572,-0.03866 0.533741,-0.05745 0.8125,-0.0625 z m 36.03125,0 c 0.278759,0.0051 0.566178,0.02384 0.84375,0.0625 1.709568,0.238096 4.625,2.34375 4.625,2.34375 0,0 -2.160539,4.142352 -3.78125,5.4375 -2.809422,2.245074 -5.481323,2.789716 -8.59375,2.0625 -2.619515,-0.612048 -6.34375,-4.1875 -6.34375,-4.1875 0,0 1.959264,-1.250578 2.96875,-1.84375 1.48363,-0.871778 2.914945,-1.909484 4.53125,-2.5 1.842631,-0.673202 3.798686,-1.410354 5.75,-1.375 z"
+ style="fill:#333333;fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+</svg>
diff --git a/source/statusbar/mac-menu-icon.svg b/source/statusbar/mac-menu-icon.svg
new file mode 100644
index 0000000..2acdbbb
--- /dev/null
+++ b/source/statusbar/mac-menu-icon.svg
@@ -0,0 +1,287 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ 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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="22"
+ height="21"
+ id="svg3088"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="mac-menu-icon.svg"
+ inkscape:export-filename="/home/elijah/dev/leap/leap_assets/svg/masks/favicon.png"
+ inkscape:export-xdpi="5.625"
+ inkscape:export-ydpi="5.625">
+ <defs
+ id="defs3090">
+ <linearGradient
+ id="linearGradient4212">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4214" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4216" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4192">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4194" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4196" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4184">
+ <stop
+ style="stop-color:#008080;stop-opacity:1;"
+ offset="0"
+ id="stop4186" />
+ <stop
+ style="stop-color:#008080;stop-opacity:0;"
+ offset="1"
+ id="stop4188" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath3159">
+ <g
+ style="display:inline;fill:none;stroke:#006082;stroke-width:31.77269936;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="g3161"
+ transform="matrix(0.6987131,0,0,0.6987131,-78.646361,-52.805193)">
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#006082;fill-opacity:1;stroke:none;stroke-width:22.20000076;marker:none;enable-background:accumulate"
+ d="m 278.28751,285.55576 -11.21875,0.125 c -16.33799,0.18876 -35.43079,3.64775 -48.84375,17.25 -26.364,26.73607 -32.91414,67.45937 -31.40625,101.9375 2.03445,46.51772 21.53824,93.17387 51.28125,128.53125 20.69424,24.60055 50.34517,51.04821 86.53125,52.21875 28.80499,0.93178 49.7747,-20.70739 66.84375,-34 14.22825,-11.08034 33.86145,-24.04072 51.59375,-31.4375 17.0467,-7.1108 34.85246,-7.21617 34.21875,-7.21875 l 0.0312,0 0.0625,0 0.0312,0 c -0.16965,5.1e-4 17.2016,0.10729 34.25,7.21875 17.72836,7.39514 37.32827,20.3525 51.5625,31.4375 17.07402,13.29649 38.06968,34.93179 66.875,34 36.18608,-1.17054 65.83701,-27.6182 86.53125,-52.21875 29.74301,-35.35738 49.2468,-82.01353 51.28125,-128.53125 1.50789,-34.47813 -5.04224,-75.20143 -31.40625,-101.9375 -14.31952,-14.52161 -35.00767,-17.52645 -52.09375,-17.21875 -30.44885,0.54835 -54.3266,17.12605 -78.40625,27.34375 -35.97307,15.26442 -58.60927,33.089 -90.875,42.9375 -15.59991,4.76158 -25.34249,3.77253 -37.15625,3.96875 -0.48134,-0.0127 -0.42021,-0.003 -0.5,0 -0.0399,0.002 -0.3107,-0.002 -0.25,0 -0.0108,-2.1e-4 -0.0204,2.1e-4 -0.0312,0 -12.03376,-0.23364 -21.77727,0.85894 -37.59375,-3.96875 -32.26573,-9.8485 -54.90193,-27.67308 -90.875,-42.9375 -21.91783,-9.30038 -43.75001,-23.72976 -70.4375,-26.6875 l 0,-0.8125 z m 12.125,109.15625 c 17.37009,-0.31472 36.71128,6.52981 55.875,13.53125 14.81121,5.41127 29.02735,15.65317 45.09375,25.09375 5.88038,3.4553 11.12945,6.87537 18,11.21875 -3.34103,2.83649 -6.57004,5.62753 -10.96875,9 -12.59562,9.65701 -28.90684,19.70424 -39,22.0625 -29.76308,6.95412 -52.56809,2.47169 -79.75,-19.25 -5.78601,-4.62373 -15.92397,-18.36952 -23.34375,-30.375 -3.24397,-5.24887 -5.84449,-9.82258 -8.03125,-13.71875 2.542,-1.66751 5.0341,-3.34504 8.34375,-5.3125 9.27056,-5.51099 21.18825,-10.95207 26.46875,-11.6875 2.38753,-0.33252 4.80103,-0.517 7.3125,-0.5625 z m 372,0 c 3.16744,-0.0296 6.24552,0.14841 9.21875,0.5625 5.2805,0.73543 17.19819,6.17651 26.46875,11.6875 3.30965,1.96746 5.80175,3.64499 8.34375,5.3125 -2.18676,3.89617 -4.78728,8.46988 -8.03125,13.71875 -7.41978,12.00548 -17.55774,25.75127 -23.34375,30.375 -27.17889,21.71928 -50.01971,26.20376 -79.78125,19.25 -10.09225,-2.35805 -26.38134,-12.40603 -38.96875,-22.0625 -4.40014,-3.37558 -7.62824,-6.16178 -10.96875,-9 6.87055,-4.34338 12.11962,-7.76345 18,-11.21875 16.0664,-9.44058 30.28254,-19.68248 45.09375,-25.09375 18.47767,-6.7508 37.09414,-13.37374 53.96875,-13.53125 z"
+ id="path3163"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccssssssccccsssssssssccccsscccssscsssscssscsscsssscssc" />
+ </g>
+ </clipPath>
+ <linearGradient
+ id="linearGradient4055-4">
+ <stop
+ id="stop4057-6"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1;" />
+ <stop
+ id="stop4059-2"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4141-7">
+ <stop
+ id="stop4143-9"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop4145-7"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4038-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4040-2" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1"
+ id="stop4042-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4020-4">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4022-5" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1"
+ id="stop4024-2" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#f0f0f0"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="22.627417"
+ inkscape:cx="11.085157"
+ inkscape:cy="7.2972904"
+ inkscape:current-layer="layer4"
+ showgrid="false"
+ inkscape:document-units="px"
+ inkscape:grid-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:snap-global="false"
+ objecttolerance="20"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ inkscape:snap-bbox-midpoints="true"
+ inkscape:object-paths="true"
+ inkscape:snap-intersection-paths="true"
+ inkscape:object-nodes="true"
+ inkscape:snap-smooth-nodes="true"
+ inkscape:snap-midpoints="true"
+ inkscape:snap-object-midpoints="true"
+ inkscape:snap-center="true"
+ borderlayer="true"
+ inkscape:window-width="1392"
+ inkscape:window-height="966"
+ inkscape:window-x="164"
+ inkscape:window-y="34"
+ inkscape:window-maximized="0">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3096"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="1500,0"
+ id="guide3104" />
+ <sodipodi:guide
+ position="0,18"
+ orientation="0,1"
+ id="guide4218"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <sodipodi:guide
+ position="0,3"
+ orientation="0,1"
+ id="guide4220"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <sodipodi:guide
+ position="3,0"
+ orientation="1,0"
+ id="guide4222"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <sodipodi:guide
+ position="19,0"
+ orientation="1,0"
+ id="guide4224"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <sodipodi:guide
+ position="1,21"
+ orientation="1,0"
+ id="guide4226"
+ inkscape:label=""
+ inkscape:color="rgb(255,6,0)" />
+ <sodipodi:guide
+ position="21,21"
+ orientation="1,0"
+ id="guide4228"
+ inkscape:label=""
+ inkscape:color="rgb(255,0,5)" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata3093">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer6"
+ inkscape:label="light/dark test"
+ style="display:none"
+ transform="translate(0,-23)"
+ sodipodi:insensitive="true">
+ <rect
+ style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:1.00100005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect4393"
+ width="11"
+ height="21"
+ x="0"
+ y="23" />
+ <rect
+ y="23"
+ x="11"
+ height="21"
+ width="11"
+ id="rect4395"
+ style="opacity:1;fill:#333333;fill-opacity:1;stroke:none;stroke-width:1.00100005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer4"
+ inkscape:label="mask bw"
+ style="display:inline"
+ transform="translate(0,-235)">
+ <g
+ id="g4384"
+ transform="matrix(0.08855904,0,0,0.08832861,-0.38335245,233.62554)">
+ <g
+ transform="matrix(0.37782792,0,0,0.37782792,-51.362096,-29.603952)"
+ id="g4328"
+ style="display:inline;fill:none;stroke:none">
+ <path
+ style="fill:none;stroke:none"
+ d="m 290.22501,383.61826 c 20.26573,-0.36718 40.73803,7.19583 59.875,14.1875 16.78643,6.13291 31.49775,16.91475 46.90625,25.96875 10.4842,6.16049 30.96875,19.28125 30.96875,19.28125 0,0 -38.82581,37.01847 -66.03125,43.375 -32.32466,7.55263 -60.041,1.91037 -89.21875,-21.40625 -16.83219,-13.45099 -39.0625,-56.3125 -39.0625,-56.3125 0,0 30.15123,-21.96471 47.90625,-24.4375 2.88277,-0.40149 5.76115,-0.6038 8.65625,-0.65625 z"
+ id="path4330"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:none"
+ d="m 662.31876,383.61826 c 3.62101,-0.0338 7.24028,0.15439 10.84375,0.65625 17.75502,2.47279 47.90625,24.4375 47.90625,24.4375 0,0 -22.23031,42.86151 -39.0625,56.3125 -29.17775,23.31662 -56.92534,28.95888 -89.25,21.40625 -27.20544,-6.35653 -66,-43.375 -66,-43.375 0,0 20.48455,-13.12076 30.96875,-19.28125 15.4085,-9.054 30.11982,-19.83584 46.90625,-25.96875 18.4535,-6.74197 38.13407,-14.00499 57.6875,-14.1875 z"
+ id="path4332"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ transform="matrix(0.37782792,0,0,0.37782792,-51.362096,-29.603952)"
+ id="g4397"
+ style="display:inline;fill:none;stroke:#ffffff;stroke-width:98.7535553;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4399"
+ transform="translate(97.225014,196.27451)"
+ d="m 169.96875,100.5 c -14.66639,0.16945 -30.93901,3.67114 -41.0625,13.9375 -22.89313,23.21621 -29.64336,61.08236 -28.21875,93.65625 1.91143,43.70495 20.52619,88.39789 48.6875,121.875 19.75254,23.48109 47.70677,47.2892 78.375,48.28125 22.51282,0.72824 41.91608,-17.81666 59.6875,-31.65625 14.782,-11.51158 34.87713,-24.90852 54.125,-32.9375 19.40436,-8.09426 38.18432,-8.06391 38.53125,-8.0625 0,0 0.0595,10e-6 0.0625,0 0.33473,-10e-4 19.15169,-0.0344 38.5625,8.0625 19.24787,8.02898 39.31175,21.42592 54.09375,32.9375 17.77142,13.83959 37.20593,32.38449 59.71875,31.65625 30.66823,-0.99205 58.62246,-24.80016 78.375,-48.28125 28.16131,-33.47711 46.77607,-78.17005 48.6875,-121.875 1.42461,-32.57389 -5.32562,-70.44004 -28.21875,-93.65625 -10.79839,-10.95078 -28.62313,-14.18317 -44,-13.90625 -26.27537,0.47319 -48.88701,15.70649 -74.25,26.46875 -34.56835,14.66836 -57.60153,32.85381 -91.96875,43.34375 -17.59464,5.37044 -29.55939,4.21929 -40.6875,4.4375 -0.22725,-0.006 -0.4596,0.004 -0.6875,0 -11.12811,-0.21821 -23.06161,0.93294 -40.65625,-4.4375 C 304.75778,159.85381 281.7246,141.66836 247.15625,127 221.79326,116.23774 199.15037,101.00444 172.875,100.53125 c -0.96105,-0.0173 -1.92849,-0.0426 -2.90625,-0.0312 z M 193,187.34375 c 20.26573,-0.36718 40.73803,7.19583 59.875,14.1875 16.78643,6.13291 31.49775,16.91475 46.90625,25.96875 10.4842,6.16049 30.96875,19.28125 30.96875,19.28125 0,0 -38.82581,37.01847 -66.03125,43.375 -32.32466,7.55263 -60.041,1.91037 -89.21875,-21.40625 -16.83219,-13.45099 -39.0625,-56.3125 -39.0625,-56.3125 0,0 30.15123,-21.96471 47.90625,-24.4375 2.88277,-0.40149 5.76115,-0.6038 8.65625,-0.65625 z m 372.09375,0 c 3.62101,-0.0338 7.24028,0.15439 10.84375,0.65625 17.75502,2.47279 47.90625,24.4375 47.90625,24.4375 0,0 -22.23031,42.86151 -39.0625,56.3125 -29.17775,23.31662 -56.92534,28.95888 -89.25,21.40625 -27.20544,-6.35653 -66,-43.375 -66,-43.375 0,0 20.48455,-13.12076 30.96875,-19.28125 15.4085,-9.054 30.11982,-19.83584 46.90625,-25.96875 18.4535,-6.74197 38.13407,-14.00499 57.6875,-14.1875 z"
+ style="fill:none;stroke:#ffffff;stroke-width:98.7535553;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </g>
+ <g
+ style="display:inline;fill:#ffffff;stroke:#000000;stroke-width:50.75334167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="g4334"
+ transform="matrix(0.37782792,0,0,0.37782792,-51.362096,-29.603952)">
+ <path
+ style="fill:#ffffff;stroke:#000000;stroke-width:50.75334167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 169.96875,100.5 c -14.66639,0.16945 -30.93901,3.67114 -41.0625,13.9375 -22.89313,23.21621 -29.64336,61.08236 -28.21875,93.65625 1.91143,43.70495 20.52619,88.39789 48.6875,121.875 19.75254,23.48109 47.70677,47.2892 78.375,48.28125 22.51282,0.72824 41.91608,-17.81666 59.6875,-31.65625 14.782,-11.51158 34.87713,-24.90852 54.125,-32.9375 19.40436,-8.09426 38.18432,-8.06391 38.53125,-8.0625 0,0 0.0595,10e-6 0.0625,0 0.33473,-10e-4 19.15169,-0.0344 38.5625,8.0625 19.24787,8.02898 39.31175,21.42592 54.09375,32.9375 17.77142,13.83959 37.20593,32.38449 59.71875,31.65625 30.66823,-0.99205 58.62246,-24.80016 78.375,-48.28125 28.16131,-33.47711 46.77607,-78.17005 48.6875,-121.875 1.42461,-32.57389 -5.32562,-70.44004 -28.21875,-93.65625 -10.79839,-10.95078 -28.62313,-14.18317 -44,-13.90625 -26.27537,0.47319 -48.88701,15.70649 -74.25,26.46875 -34.56835,14.66836 -57.60153,32.85381 -91.96875,43.34375 -17.59464,5.37044 -29.55939,4.21929 -40.6875,4.4375 -0.22725,-0.006 -0.4596,0.004 -0.6875,0 -11.12811,-0.21821 -23.06161,0.93294 -40.65625,-4.4375 C 304.75778,159.85381 281.7246,141.66836 247.15625,127 221.79326,116.23774 199.15037,101.00444 172.875,100.53125 c -0.96105,-0.0173 -1.92849,-0.0426 -2.90625,-0.0312 z M 193,187.34375 c 20.26573,-0.36718 40.73803,7.19583 59.875,14.1875 16.78643,6.13291 31.49775,16.91475 46.90625,25.96875 10.4842,6.16049 30.96875,19.28125 30.96875,19.28125 0,0 -38.82581,37.01847 -66.03125,43.375 -32.32466,7.55263 -60.041,1.91037 -89.21875,-21.40625 -16.83219,-13.45099 -39.0625,-56.3125 -39.0625,-56.3125 0,0 30.15123,-21.96471 47.90625,-24.4375 2.88277,-0.40149 5.76115,-0.6038 8.65625,-0.65625 z m 372.09375,0 c 3.62101,-0.0338 7.24028,0.15439 10.84375,0.65625 17.75502,2.47279 47.90625,24.4375 47.90625,24.4375 0,0 -22.23031,42.86151 -39.0625,56.3125 -29.17775,23.31662 -56.92534,28.95888 -89.25,21.40625 -27.20544,-6.35653 -66,-43.375 -66,-43.375 0,0 20.48455,-13.12076 30.96875,-19.28125 15.4085,-9.054 30.11982,-19.83584 46.90625,-25.96875 18.4535,-6.74197 38.13407,-14.00499 57.6875,-14.1875 z"
+ transform="translate(97.225014,196.27451)"
+ id="path4336"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ style="fill:#4d4d4d;fill-opacity:1;stroke:none"
+ d="m 50.673249,82.611258 c -5.80981,-0.104614 -12.474435,1.135366 -16.554371,5.272874 -8.649662,8.771736 -11.20663,23.008668 -10.668373,35.315998 0.722192,16.51295 7.753619,33.4584 18.393748,46.10699 7.46306,8.87181 17.965303,17.77367 29.552618,18.14849 8.505971,0.27516 15.84846,-6.66563 22.562996,-11.89462 5.585055,-4.34939 13.205983,-9.47417 20.478373,-12.50775 7.39993,-3.08677 14.59237,-2.943 14.59237,-2.943 0,0 7.19244,-0.14377 14.59237,2.943 7.27239,3.03358 14.77069,8.15836 20.35575,12.50775 6.71453,5.22899 14.05702,12.16978 22.563,11.89462 11.58731,-0.37482 22.21218,-9.27668 29.67524,-18.14849 10.64013,-12.64859 17.67155,-29.59404 18.39375,-46.10699 0.53825,-12.30733 -2.01871,-26.544262 -10.66838,-35.315998 -4.07993,-4.137508 -10.86718,-5.377488 -16.67699,-5.272874 -9.92757,0.178778 -18.49828,5.86634 -28.08112,9.932624 -13.06089,5.542115 -21.71797,12.468358 -34.70287,16.431748 -6.66275,2.03366 -11.11552,1.4715 -15.45075,1.4715 -4.33523,0 -8.91062,0.56216 -15.57337,-1.4715 -12.9849,-3.96339 -21.641984,-10.889633 -34.702871,-16.431748 -9.582845,-4.066284 -18.15355,-9.753838 -28.08112,-9.932624 z m 7.602749,32.740872 c 7.656955,-0.13872 15.455138,2.75385 22.685621,5.3955 6.34238,2.31718 11.836234,6.38914 17.657997,9.80999 3.961224,2.32761 11.771994,7.23488 11.771994,7.23488 0,0 -14.736517,14.03007 -25.015492,16.43175 -12.213161,2.85359 -22.697699,0.71642 -33.721869,-8.09325 -6.359669,-5.08216 -14.714996,-21.33675 -14.714996,-21.33675 0,0 11.440152,-8.26258 18.148496,-9.19687 1.089192,-0.1517 2.094399,-0.22544 3.188249,-0.24525 z m 141.386602,0 c 1.09385,0.02 2.22168,0.0935 3.31087,0.24525 6.70835,0.93429 18.1485,9.19687 18.1485,9.19687 0,0 -8.47795,16.25459 -14.83762,21.33675 -11.02417,8.80967 -21.50871,10.94684 -33.72187,8.09325 -10.27898,-2.40168 -24.89287,-16.43175 -24.89287,-16.43175 0,0 7.68815,-4.90727 11.64937,-7.23488 5.82176,-3.42085 11.43824,-7.49281 17.78062,-9.80999 7.23048,-2.64165 14.90604,-5.53423 22.563,-5.3955 z"
+ id="path4338"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+</svg>