]> git.xonotic.org Git - xonotic/mediasource.git/commitdiff
Update Luma sourcefiles
authorSeverin Meyer <sev.ch@web.de>
Tue, 28 Jul 2015 11:14:07 +0000 (13:14 +0200)
committerSeverin Meyer <sev.ch@web.de>
Tue, 28 Jul 2015 11:14:07 +0000 (13:14 +0200)
18 files changed:
gfx/luma/gfx/hud/luma/common.css
gfx/luma/gfx/hud/luma/common.filters
gfx/luma/gfx/hud/luma/vehicle_bumble.svg
gfx/luma/gfx/hud/luma/vehicle_bumble_weapon1.svg
gfx/luma/gfx/hud/luma/vehicle_bumble_weapon2.svg
gfx/luma/gfx/hud/luma/vehicle_frame.svg
gfx/luma/gfx/hud/luma/vehicle_gunner.svg
gfx/luma/gfx/hud/luma/vehicle_gunner_weapon1.svg
gfx/luma/gfx/hud/luma/vehicle_racer.svg
gfx/luma/gfx/hud/luma/vehicle_racer_weapon1.svg
gfx/luma/gfx/hud/luma/vehicle_racer_weapon2.svg
gfx/luma/gfx/hud/luma/vehicle_raptor.svg
gfx/luma/gfx/hud/luma/vehicle_raptor_weapon1.svg
gfx/luma/gfx/hud/luma/vehicle_raptor_weapon2.svg
gfx/luma/gfx/hud/luma/vehicle_shield.svg
gfx/luma/gfx/hud/luma/vehicle_spider.svg
gfx/luma/gfx/hud/luma/vehicle_spider_weapon1.svg
gfx/luma/gfx/hud/luma/vehicle_spider_weapon2.svg

index 25c4b8519a0dc70173cf5bac021cedd425f41526..5b11795294680fa63fb22731316dd198323b3f0b 100755 (executable)
@@ -81,6 +81,9 @@
 .progressbar { fill:#ffffff }
 .yes         { fill:#81f13d }
 
+/* Vehicles */
+.vehicle { fill:#efefef; opacity:0.75 }
+
 /* Backgrounds */
 .shadow             { fill:#000000; opacity:0.6 }
 .border_corner      { fill:url(common.gradients#border_corner) }
index 6833325ef52c6ab1002a581826448f0bc0fd822e..d57c284f174c5976640669081bc4bb72a6a3e9e7 100755 (executable)
@@ -47,8 +47,8 @@
                        <feGaussianBlur stdDeviation="0.4"/>
                </filter>
                <filter id="vehicle" x="-0.5" y="-0.5" width="2" height="2">
-                       <feGaussianBlur stdDeviation="7"/>
-                       <feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0" result="glow"/>
+                       <feGaussianBlur stdDeviation="8"/>
+                       <feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.7 0" result="glow"/>
                        <feMerge>
                                <feMergeNode in="glow"/>
                                <feMergeNode in="SourceGraphic"/>
index 08485dffac64ccaf2fe681f1b0c4c06368004097..4aab9c2515823880b8a7a25fd30fc7ead8649578 100644 (file)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="256" height="256">
-       <g fill="#fff" opacity="0.85">
+       <g class="vehicle">
                <path opacity="0.6" d="m 120,70.5 -7,5.5 -4,12 5,10 28,0 5,-10 -4,-12 -7,-5.5 z"/>
                <path filter="url(common.filters#vehicle)" d="m 127,60 0,5 -2,0 0,-7 -2,0 -3,9 16,0 -3,-9 -2,0 0,7 -2,0 0,-5 z m -8,9 -8,5 -10,30 -5,0 -5,5 0,31 7,0 9,30 3,-10 3,0 -1,13 -3,5 -5,33 4,0 4,-4 6,-26 20,0 6,26 4,4 4,0 -5,-33 -3,-5 -1,-13 3,0 3,10 9,-30 7,0 0,-31 -5,-5 -5,0 -10,-30 -8,-5 z m 1,3 16,0 5,4 3.5,11 -3.5,8 -6,-4 -14,0 -6,4 -3.5,-8 3.5,-11 z"/>
        </g>
index 0e44dc964e198cb14ef019db8555ec2f4afff329..ba7263ca7e6f95d8de099d0aa6de4a33cc4c0836 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="256" height="256">
-       <g opacity="0.85">
-               <g fill="#fff" filter="url(common.filters#vehicleWeapon)">
+       <g class="vehicle">
+               <g filter="url(common.filters#vehicleWeapon)">
                        <path d="m 86,99 0,8 -1,0 0,11.5 2,2 0,13.5 -6,0 0,-13.5 2,-2 0,-11.5 -1,0 0,-8 z m -9,5 0,7 -1,0 0,11.5 2,2 0,13.5 -6,0 0,-13.5 2,-2 0,-11.5 -1,0 0,-7 z"/>
                </g>
        </g>
index c4ff09ca0cac11e445248f3bf163c577141676d8..da343732ba36d2a0e607d632aaa3a72e85f126aa 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="256" height="256">
-       <g opacity="0.85">
-               <g fill="#fff" filter="url(common.filters#vehicleWeapon)">
+       <g class="vehicle">
+               <g filter="url(common.filters#vehicleWeapon)">
                        <path d="m 170,99 0,8 1,0 0,11.5 -2,2 0,13.5 6,0 0,-13.5 -2,-2 0,-11.5 1,0 0,-8 z m 9,5 0,7 1,0 0,11.5 -2,2 0,13.5 6,0 0,-13.5 -2,-2 0,-11.5 1,0 0,-7 z"/>
                </g>
        </g>
index 52b6137dc4a8e2309291deefac34c8c46a90ea9e..e27937a9d1f7b2b85c02e89f9d6b78657062443c 100644 (file)
@@ -3,10 +3,10 @@
        <g filter="url(common.filters#blurred)">
                <path fill="#1f1f1f" opacity="0.72" d="m 264,128 60,-104 120,0 60,104 -60,104 -120,0 z"/>
                <g fill="#272727" opacity="0.7">
-                       <path d="M 11,125 257,125 305,42 52,53 Z"/>
-                       <path d="m 11,131 246,0 48,83 -253,-11 z"/>
-                       <path d="m 757,125 -246,0 -48,-83 253,11 z"/>
-                       <path d="m 757,131 -246,0 -48,83 253,-11 z"/>
+                       <path d="m 31,123 3,2 223,0 48,-83 -253,11 -39,68 0,2 z"/>
+                       <path d="m 31,133 3,-2 223,0 48,83 -253,-11 -39,-68 0,-2 z"/>
+                       <path d="m 755,121 0,2 -18,0 -3,2 -223,0 -48,-83 253,11 z"/>
+                       <path d="m 755,133 -18,0 -3,-2 -223,0 -48,83 253,-11 39,-68 z"/>
                </g>
        </g>
 </svg>
index 6f8163dd2189f0e296f668d06f71e30ec5022d63..41b83a28631d90c10081e1a23e739f847cc1dc59 100644 (file)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="256" height="256">
-       <g fill="#fff" opacity="0.85">
+       <g class="vehicle">
                <path opacity="0.6" d="m 166,115 22,13 3,12 -25,0 z"/>
                <path filter="url(common.filters#vehicle)" d="m 127.5,119 c 3.8,0 7.5,1.4 10.4,4 l 19.1,0 5,2 0,19 -5,2 -19.1,0 c -2.9,2.6 -6.6,4 -10.4,4 -8.6,0 -15.5,-6.9 -15.5,-15.5 0,-8.6 6.9,-15.5 15.5,-15.5 z M 53,87 l 3.5,8 28.5,11 1,6 -8,2 1,5 6,2 -9,3 0,12 26,1 0,6 -9,2 0,9 7,1 0,5 22,6 51,-2 0,-7 9,-10 10,0 1,-5 -4,-15 -19,-12 1,-3 -23,-11 0,-6 -21,-1 -27,12 -8,-1.5 -4,-8 z m 114,30 19.5,11.5 2.5,9.5 -2,0 -2,-5 -12,-2 z m 20,33 -4,4 -3,-3 -4,4 3,3 -4,4 8,8 6,0 -9,-9 1.5,-1.5 7,7 3,-3 -7,-7 1.5,-1.5 9,9 0,-6 z"/>
        </g>
index b1102d2575fd64b3407d09f21e8bd424e1046f16..28bb54afad45493c5a720c17b51a44e36874808d 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="256" height="256">
-       <g opacity="0.85">
-               <g fill="#fff" filter="url(common.filters#vehicleWeapon)">
+       <g class="vehicle">
+               <g filter="url(common.filters#vehicleWeapon)">
                        <path d="m 157,128 -8,0 0,1 -11.5,0 -2,-2 -13.5,0 0,6 13.5,0 2,-2 11.5,0 0,1 8,0 z m -5,9 -7,0 0,1 -11.5,0 -2,-2 -13.5,0 0,6 13.5,0 2,-2 11.5,0 0,1 7,0 z"/>
                </g>
        </g>
index c97ef3ebb1c7a6544c0df8545222ddae4dfd9f0b..3cc6ff4f8656200f87467a76c697ea94e12308b7 100644 (file)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="256" height="256">
-       <g fill="#fff" opacity="0.85">
+       <g class="vehicle">
                <rect opacity="0.6" x="116" y="132" width="24" height="52"/>
                <path filter="url(common.filters#vehicle)" d="m 123,62 -6,10 -5,52 -24,45 0,26 7,0 8,-12 7,0 9,7 18,0 9,-7 7,0 8,12 7,0 0,-26 -24,-45 -5,-52 -6,-10 z m 5,72 6,2 4,31 -4,15 -12,0 -4,-15 4,-31 z"/>
        </g>
index 2557dd680b54f4d241245997b4eea068d3c0386b..b8d2656acf5535d35f8edad76128b6cff1a7914b 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="256" height="256">
-       <g opacity="0.85">
-               <g fill="#fff" filter="url(common.filters#vehicleWeapon)">
+       <g class="vehicle">
+               <g filter="url(common.filters#vehicleWeapon)">
                        <path d="m 119,193 4,11 10,0 4,-11 z"/>
                        <path d="m 105.75,76 0,5 0.25,0 0,8 -1,1 0,9 4,0 0,-9 -1,-1 0,-8 0.25,0 0,-5 -2.5,0 z m -6,3 0,5 0.25,0 0,8 -1,1 0,9 4,0 0,-9 -1,-1 0,-8 0.25,0 0,-5 -2.5,0 z"/>
                        <path d="m 150.25,76 0,5 -0.25,0 0,8 1,1 0,9 -4,0 0,-9 1,-1 0,-8 -0.25,0 0,-5 2.5,0 z m 6,3 0,5 -0.25,0 0,8 1,1 0,9 -4,0 0,-9 1,-1 0,-8 -0.25,0 0,-5 2.5,0 z"/>
index f9cec12710ff0a3d7fb5e9f5536d0b949bd7f416..b257ca74a5947ee6c4b0668ee7583d5432dda0d2 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="256" height="256">
-       <g opacity="0.85">
-               <g fill="#fff" filter="url(common.filters#vehicleWeapon)">
+       <g class="vehicle">
+               <g filter="url(common.filters#vehicleWeapon)">
                        <path d="m 73.5,160 c -1,0 -3.5,5 -4,8 l 8,0 c -0.5,-3 -3,-8 -4,-8 z m -4.5,9 0,8 1.5,2 0.5,10.5 1.5,2.5 2,0 1.5,-2.5 0.5,-10.5 1.5,-2 0,-8 z m 0.6,14 -3.6,6 1,2.5 3,-2.5 z m 7.8,0 -0.4,6 3,2.5 1,-2.5 z"/>
                        <path d="m 182.5,160 c 1,0 3.5,5 4,8 l -8,0 c 0.5,-3 3,-8 4,-8 z m 4.5,9 0,8 -1.5,2 -0.5,10.5 -1.5,2.5 -2,0 -1.5,-2.5 -0.5,-10.5 -1.5,-2 0,-8 z m -0.6,14 3.6,6 -1,2.5 -3,-2.5 z m -7.8,0 0.4,6 -3,2.5 -1,-2.5 z"/>
                </g>
index a5df557a5369132db10e4b758eef418958df692e..420e3c3e04da6edfbf527c564a1228aa81cd15c9 100644 (file)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="256" height="256">
-       <g fill="#fff" opacity="0.85">
+       <g class="vehicle">
                <path opacity="0.6" d="m 125,76 -6,8 3,6 14,0 3,-6 -6,-8 z"/>
                <path d="m 125,74 -7,9 0,27 -2,0 -1,-17 -5,0 -10,6 0,5 -13.5,0.1 c -5,-6.8 -13.1,-10.8 -21.7,-10.8 -14.7,0 -26.6,11.5 -26.6,25.7 0,3.1 0.6,6.1 1.7,8.9 l 7.2,-3 c 2,6.8 9.1,11.6 17.2,11.6 6.9,0 13.1,-3.4 16,-8.8 l 7.1,4.8 c 2.6,-4.1 4.1,-8.4 4.1,-15.4 l 7.5,0 0,5 11,19 6,0 0,-9 6,0 0,55 -16,5 0,8 17,8 2,-5 8,0 2,5 17,-8 0,-8 -16,-5 0,-55 6,0 0,9 6,0 11,-19 0,-5 7.5,0 c 0,7 1.5,11.4 4.1,15.4 l 7.1,-4.8 c 2.9,5.4 9.2,8.8 16,8.8 8.1,0 15.2,-4.8 17.2,-11.6 l 7.2,3 c 1.1,-2.9 1.7,-5.9 1.7,-8.9 0,-14.2 -11.9,-25.7 -26.6,-25.7 -8.6,0 -16.7,4 -21.7,10.8 L 158,104 l 0,-5 -10,-6 -5,0 -1,17 -2,0 0,-27 -7,-9 z m 12.5,11 -1.5,3 -7,-3 -7,3 -1.5,-3 0,-1 5.5,-7 6,0 5.5,7 z m -11.5,61 6,0 0,47 -6,0 z" filter="url(common.filters#vehicle)"/>
        </g>
index 192cbab9bfb4726e7afb88dd1e3a6c59a00e3fc5..5f5691a784d29cb797a69fa365f8c2425cfdcac0 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="256" height="256">
-       <g opacity="0.85">
-               <g fill="#fff" filter="url(common.filters#vehicleWeapon)">
+       <g class="vehicle">
+               <g filter="url(common.filters#vehicleWeapon)">
                        <path d="m 107.75,65 0,5 0.25,0 0,8 -1,1 0,9 4,0 0,-9 -1,-1 0,-8 0.25,0 0,-5 -2.5,0 z m -6,3 0,5 0.25,0 0,8 -1,1 0,9 4,0 0,-9 -1,-1 0,-8 0.25,0 0,-5 -2.5,0 z"/>
                        <path d="m 150.25,65 0,5 -0.25,0 0,8 1,1 0,9 -4,0 0,-9 1,-1 0,-8 -0.25,0 0,-5 2.5,0 z m 6,3 0,5 -0.25,0 0,8 1,1 0,9 -4,0 0,-9 1,-1 0,-8 -0.25,0 0,-5 2.5,0 z"/>
                </g>
index 91ae0c8ac0ddf8e1611b52ff5ade58b0d57d2a09..2bd7cc1a72426981340dbc9c4fe811c4df46fadc 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="256" height="256">
-       <g opacity="0.85">
-               <g fill="#fff" filter="url(common.filters#vehicleWeapon)">
+       <g class="vehicle">
+               <g filter="url(common.filters#vehicleWeapon)">
                        <path d="m 96.5,134 c -1,0 -3.5,5 -4,8 l 8,0 c -0.5,-3 -3,-8 -4,-8 z m -4.5,9 0,8 1.5,2 0.5,10.5 1.5,2.5 2,0 1.5,-2.5 0.5,-10.5 1.5,-2 0,-8 z m 0.6,14 -3.6,6 1,2.5 3,-2.5 z m 7.8,0 -0.4,6 3,2.5 1,-2.5 z"/>
                        <path d="m 161.5,134 c 1,0 3.5,5 4,8 l -8,0 c 0.5,-3 3,-8 4,-8 z m 4.5,9 0,8 -1.5,2 -0.5,10.5 -1.5,2.5 -2,0 -1.5,-2.5 -0.5,-10.5 -1.5,-2 0,-8 z m -0.6,14 3.6,6 -1,2.5 -3,-2.5 z m -7.8,0 0.4,6 -3,2.5 -1,-2.5 z"/>
                </g>
index beaae077dfa1083fb301befe8f976ca2f6623f3a..a8e9b7c19a857aca2cf2c074f5e7781d2ebae71e 100644 (file)
@@ -8,8 +8,9 @@
                        <feGaussianBlur stdDeviation="12"/>
                </filter>
        </defs>
-       <g fill="#fff" opacity="0.9">
+       <g fill="#efefef" opacity="0.75">
                <path d="m 74,38 -22.5,39 3,2 L 63,66.5 66.5,66 79,47 l 98,0 12.5,19 3.5,0.5 8.5,12.5 3,-2 L 182,38 Z" filter="url(#shield)" clip-path="url(#clip)"/>
+               <path d="m 74,38 -22.5,39 3,2 L 63,66.5 66.5,66 79,47 l 98,0 12.5,19 3.5,0.5 8.5,12.5 3,-2 L 182,38 Z" filter="url(#shield)" clip-path="url(#clip)" opacity="0.5"/>
                <path d="m 74,38 -22.5,39 3,2 L 63,66.5 66.5,66 79,47 l 98,0 12.5,19 3.5,0.5 8.5,12.5 3,-2 L 182,38 Z" filter="url(common.filters#vehicleWeapon)"/>
        </g>
 </svg>
index c9da3337a3f3e72b0c24862ed789238c24dc35bd..ecf92b88dfb3f1a518360527be67e8dd52821886 100644 (file)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="256" height="256">
-       <g fill="#fff" opacity="0.85">
+       <g class="vehicle">
                <path opacity="0.6" d="m 123,77 -9,12 3,3 22,0 3,-3 -9,-12 z"/>
                <path filter="url(common.filters#vehicle)" d="m 122,75 -10,13 0,25 11,17.5 0,35.5 10,0 0,-35.5 11,-17.5 0,-25 -10,-13 z m 1,4 10,0 7,9.5 -1.5,1.5 -5.5,-4 -10,0 -5.5,4 -1.5,-1.5 z m -25.2,10 -7.9,1.8 -6.1,6.1 -1.8,7.9 8.4,8.3 18.5,0 0,-8 -4,-4 0.8,-4.2 z m 60.4,0 -8,7.9 0.8,4.2 -4,4 0,8 18.5,0 8.4,-8.3 -1.8,-7.9 -6.1,-6.1 z m -65.2,27 -11,16 0,28 15,20 14,0 10,-14 0,-35 -9.5,-15 z m 51.5,0 -9.5,15 0,35 10,14 14,0 15,-20 0,-28 -11,-16 z m -70.5,16 -5,7 0,9 5,7 6,0 0,-23 z m 102,0 0,23 6,0 5,-7 0,-9 -5,-7 z m -89.4,38.9 -6.3,5.8 1.8,7.9 6.1,6.1 7.9,1.8 10,-9.5 -10.5,0 z m 82.8,0 -8.9,12.1 -10.5,0 10,9.5 7.9,-1.8 6.1,-6.1 1.8,-7.9 z"/>
        </g>
index 89cd248d9d8006897353bccf6c446b89b994d218..4d00f804adf202ea335d348d8b6089148f755922 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="256" height="256">
-       <g opacity="0.85">
-               <g fill="#fff" filter="url(common.filters#vehicleWeapon)">
+       <g class="vehicle">
+               <g filter="url(common.filters#vehicleWeapon)">
                        <path d="m 106.75,59 0,5 0.25,0 0,8 -1,1 0,9 4,0 0,-9 -1,-1 0,-8 0.25,0 0,-5 -2.5,0 z m -6,3 0,5 0.25,0 0,8 -1,1 0,9 4,0 0,-9 -1,-1 0,-8 0.25,0 0,-5 -2.5,0 z"/>
                        <path d="m 149.25,59 0,5 -0.25,0 0,8 1,1 0,9 -4,0 0,-9 1,-1 0,-8 -0.25,0 0,-5 2.5,0 z m 6,3 0,5 -0.25,0 0,8 1,1 0,9 -4,0 0,-9 1,-1 0,-8 -0.25,0 0,-5 2.5,0 z"/>
                </g>
index ac06e7f842415898b6aec13d64859ad390c3b372..9c7c647e69dcc93bcd2f7ba5f9f1438578d86366 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="common.css" type="text/css"?>
 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="256" height="256">
-       <g opacity="0.85">
-               <g fill="#fff" filter="url(common.filters#vehicleWeapon)">
+       <g class="vehicle">
+               <g filter="url(common.filters#vehicleWeapon)">
                        <path d="m 57.5,129 c -1,0 -3.5,5 -4,8 l 8,0 c -0.5,-3 -3,-8 -4,-8 z m -4.5,9 0,8 1.5,2 0.5,10.5 1.5,2.5 2,0 1.5,-2.5 0.5,-10.5 1.5,-2 0,-8 z m 0.6,14 -3.6,6 1,2.5 3,-2.5 z m 7.8,0 -0.4,6 3,2.5 1,-2.5 z"/>
                        <path d="m 198.5,129 c 1,0 3.5,5 4,8 l -8,0 c 0.5,-3 3,-8 4,-8 z m 4.5,9 0,8 -1.5,2 -0.5,10.5 -1.5,2.5 -2,0 -1.5,-2.5 -0.5,-10.5 -1.5,-2 0,-8 z m -0.6,14 3.6,6 -1,2.5 -3,-2.5 z m -7.8,0 0.4,6 -3,2.5 -1,-2.5 z"/>
                </g>