kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #06831
[PATCH] better GUI and buttons
Hello,
The following patch implement the following:
- fix icon margins in KiCad program icons
- remove metal background in all icons
- fix some icons here and there (save button is now the standard one)
- fix the icons "pcb calculator" and "bitmap2component" in KiCad
- fixed button image.svg
- fix a building problem in the icon CMakeLists file
- some other minor stuff
after the patch is applied all icons need to be rebuild with:
cmake ../ -DKICAD_TESTING_VERSION=ON -DCMAKE_BUILD_TYPE=Debug -DMAINTAIN_PNGS=ON
it is a quite big patch, I hope it will work
Regards
Fabrizio
=== modified file 'bitmaps_png/CMakeLists.txt'
--- bitmaps_png/CMakeLists.txt 2011-09-08 05:58:45 +0000
+++ bitmaps_png/CMakeLists.txt 2011-09-08 16:05:30 +0000
@@ -49,15 +49,11 @@
# lower case is used for local variables, uppercase for global variables
-#if( 0 )
-if( 1 )
+if( 0 )
# stand alone debugging
project(kicad_for_bitmaps)
-
cmake_minimum_required(VERSION 2.8.0 FATAL_ERROR)
-
include_directories( /svn/kicad/work/include )
-
set( CMAKE_MODULE_PATH /svn/kicad/work/CMakeModules )
add_definitions( -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread )
@@ -65,7 +61,7 @@
option( MAINTAIN_PNGS
"Set to true if you are a PNG maintainer and have the required tools given in the bitmaps_png/CMakeLists.txt file (default OFF)."
- OFF )
+ OFF)
@@ -299,7 +295,7 @@
module_filtered_list
module_full_list
module_options
-# module_ratsnest
+ module_ratsnest
module
morgan1
morgan2
@@ -508,6 +504,8 @@
icon_kicad
icon_modedit
icon_pcbnew
+ icon_bitmap2component
+ icon_pcbcalculator
libedit_icon
viewlibs_icon
)
@@ -543,12 +541,18 @@
OUTPUT ${outFile}
# blend in the unified background into the png before converting to cpp.
- COMMAND composite -compose Over ${inputFile} ${bkgndFile} -alpha set ${TMP_DIR}/scratch.png
+ # COMMAND composite -compose Over ${inputFile} ${bkgndFile} -alpha set ${TMP_DIR}/scratch.png
# remove any extraneous tEXt records
- COMMAND pngcrush -rem alla ${TMP_DIR}/scratch.png ${outFile} > ${TMP_DIR}/${bmn}.pngcrush.log
+ # COMMAND pngcrush -rem alla ${TMP_DIR}/scratch.png ${outFile} > ${TMP_DIR}/${bmn}.pngcrush.log
+
+ # pngcrush all icons without background
+ COMMAND pngcrush -rem alla ${inputFile} ${outFile} > ${TMP_DIR}/${bmn}.pngcrush.log
+
+ # copy all icons without background and without pngcrash
+ #COMMAND cp ${inputFile} ${outFile}
- DEPENDS ${inputFile} ${bkgndFile}
+ DEPENDS ${inputFile} ${bkgndFile}
COMMENT "Creating composited ${outFile}"
)
=== modified file 'bitmaps_png/sources/add_junction.svg'
--- bitmaps_png/sources/add_junction.svg 2011-09-08 05:58:45 +0000
+++ bitmaps_png/sources/add_junction.svg 2011-09-08 15:49:41 +0000
@@ -1,35 +1,199 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48" version="1.1">
- <defs>
- <linearGradient id="d" y2="5.5" gradientUnits="userSpaceOnUse" x2="1.0312" gradientTransform="matrix(-2.1349,0,0,1.9493,-82.395,-17.388)" y1="9.4062" x1="4.9688">
- <stop stop-color="#afafff" offset="0"/>
- <stop stop-color="#fff" offset="1"/>
- </linearGradient>
- <filter id="c" color-interpolation-filters="sRGB">
- <feGaussianBlur stdDeviation="0.69535627"/>
- </filter>
- </defs>
- <g transform="matrix(2.4566,0,0,2.2316,-37.589,-39.022)">
- <rect fill-opacity="0" height="16" width="16" y="0" x="0"/>
- </g>
- <g transform="matrix(2.9379,0,0,2.1996,3.3067,10.722)">
- <rect fill-opacity="0" height="16" width="16" y="0" x="0"/>
- </g>
- <g transform="matrix(1.216,0,0,1.2391,130.56,26.755)">
- <g opacity=".71094" filter="url(#c)" transform="translate(2.2,2.5684)">
- <rect transform="scale(1,-1)" height="32.571" width="3.8987" y="-13.517" x="-90.749"/>
- <rect transform="matrix(0,-1,-1,0,0,0)" height="33.171" width="3.8987" y="72.214" x=".81906"/>
- <path d="m-88.8-10.566c4.7138 0 8.5396 3.4932 8.5396 7.7973s-3.8257 7.7973-8.5396 7.7973c-4.7138 0-8.5396-3.4932-8.5396-7.7973s3.8257-7.7973 8.5396-7.7973z"/>
- <path d="m-88.8-6.6671c-2.3569 0-4.2698 1.7466-4.2698 3.8987s1.9129 3.8987 4.2698 3.8987 4.2698-1.7466 4.2698-3.8987-1.9129-3.8987-4.2698-3.8987z"/>
- </g>
- <rect transform="scale(1,-1)" height="32.571" width="3.8987" y="-13.517" x="-90.749" fill="#d72e2e"/>
- <rect transform="matrix(0,-1,-1,0,0,0)" height="33.171" width="3.8987" y="72.214" x=".81906" fill="#d72e2e"/>
- <path fill="#d72e2e" d="m-88.8-10.566c4.7138 0 8.5396 3.4932 8.5396 7.7973s-3.8257 7.7973-8.5396 7.7973c-4.7138 0-8.5396-3.4932-8.5396-7.7973s3.8257-7.7973 8.5396-7.7973z"/>
- <path fill="url(#d)" d="m-88.8-6.6671c-2.3569 0-4.2698 1.7466-4.2698 3.8987s1.9129 3.8987 4.2698 3.8987 4.2698-1.7466 4.2698-3.8987-1.9129-3.8987-4.2698-3.8987z"/>
- </g>
- <g transform="matrix(3.433,0,0,3.1874,45.879,21.286)">
- <path fill="#afaf00" d="m12 5.5-2.5174-1.3495-2.5388 1.3087 0.5056-2.8112-2.0292-2.0101 2.8298-0.3879 1.2847-2.551 1.2433 2.5714 2.823 0.43352-2.061 1.9771z" transform="matrix(.86499 0 0 .86499 3.3638 -4.5167)"/>
- <path fill="#ebeb00" d="m12 5.5-2.5174-1.3495-2.5388 1.3087 0.5056-2.8112-2.0292-2.0101 2.8298-0.3879 1.2847-2.551 1.2433 2.5714 2.823 0.43352-2.061 1.9771z" transform="matrix(.61624 0 0 .61624 5.7296 -4.1188)"/>
- <path fill="#ff0" d="m12 5.5-2.5174-1.3495-2.5388 1.3087 0.5056-2.8112-2.0292-2.0101 2.8298-0.3879 1.2847-2.551 1.2433 2.5714 2.823 0.43352-2.061 1.9771z" transform="matrix(.3815 0 0 .3815 7.9622 -3.7434)"/>
- </g>
- <rect fill-opacity="0" height="38.871" width="43.287" y="-47.036" x="-74.787"/>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<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"
+ height="48"
+ width="48"
+ version="1.1"
+ id="svg2"
+ inkscape:version="0.47 r22583"
+ sodipodi:docname="add_junction.svg">
+ <metadata
+ id="metadata54">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1280"
+ inkscape:window-height="949"
+ id="namedview52"
+ showgrid="false"
+ inkscape:zoom="4.9166667"
+ inkscape:cx="-29.458994"
+ inkscape:cy="26.237289"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective56" />
+ <linearGradient
+ id="d"
+ y2="5.5"
+ gradientUnits="userSpaceOnUse"
+ x2="1.0312"
+ gradientTransform="matrix(-2.1349,0,0,1.9493,-82.395,-17.388)"
+ y1="9.4062"
+ x1="4.9688">
+ <stop
+ stop-color="#afafff"
+ offset="0"
+ id="stop7" />
+ <stop
+ stop-color="#fff"
+ offset="1"
+ id="stop9" />
+ </linearGradient>
+ <filter
+ id="c"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ stdDeviation="0.69535627"
+ id="feGaussianBlur12" />
+ </filter>
+ <inkscape:perspective
+ id="perspective3665"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <filter
+ id="c-7"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ stdDeviation="0.69535627"
+ id="feGaussianBlur12-9" />
+ </filter>
+ <filter
+ inkscape:collect="always"
+ id="filter3731">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.9945757"
+ id="feGaussianBlur3733" />
+ </filter>
+ </defs>
+ <g
+ transform="translate(4.1053542,1.9974836)"
+ id="g3649-4"
+ style="opacity:0.44715445;fill:#000000;stroke:none;filter:url(#filter3731)">
+ <g
+ id="g18-9"
+ transform="matrix(2.9379,0,0,2.1996,2.4931407,10.31522)"
+ style="fill:#000000;stroke:none">
+ <rect
+ style="fill:#000000;fill-opacity:0;stroke:none"
+ id="rect20-9"
+ x="0"
+ y="0"
+ width="16"
+ height="16" />
+ </g>
+ <path
+ transform="matrix(1.216,0,0,1.2391,139.1335,28.920555)"
+ id="path32-1"
+ d="m -88.8,-6.6671 c -2.3569,0 -4.2698,1.7466 -4.2698,3.8987 0,2.1521 1.9129,3.8987 4.2698,3.8987 2.3569,0 4.2698,-1.7466 4.2698,-3.8987 0,-2.1521 -1.9129,-3.8987 -4.2698,-3.8987 z"
+ style="opacity:0.71094001;fill:#000000;stroke:none;filter:url(#c-7)" />
+ <rect
+ transform="scale(1,-1)"
+ height="43.409573"
+ width="7.3848867"
+ y="-45.537811"
+ x="26.412182"
+ id="rect34-9"
+ style="fill:#000000;fill-opacity:1;stroke:none" />
+ <rect
+ transform="matrix(0,-1,-1,0,0,0)"
+ height="31.590176"
+ width="7.2715573"
+ y="-34.612186"
+ x="-26.926184"
+ id="rect36-4"
+ style="fill:#000000;fill-opacity:1;stroke:none" />
+ <path
+ d="m 30.104624,13.628771 c 5.731981,0 10.384154,4.328425 10.384154,9.661635 0,5.33321 -4.652052,9.661634 -10.384154,9.661634 -5.731981,0 -10.384154,-4.328424 -10.384154,-9.661634 0,-5.33321 4.652052,-9.661635 10.384154,-9.661635 z"
+ id="path38-2"
+ style="fill:#000000;fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ transform="matrix(2.4566,0,0,2.2316,-37.589,-39.022)"
+ id="g14">
+ <rect
+ fill-opacity="0"
+ height="16"
+ width="16"
+ y="0"
+ x="0"
+ id="rect16" />
+ </g>
+ <g
+ transform="matrix(2.9379,0,0,2.1996,2.4931407,9.9084403)"
+ id="g18">
+ <rect
+ height="16"
+ width="16"
+ y="0"
+ x="0"
+ id="rect20"
+ style="fill-opacity:0" />
+ </g>
+ <path
+ style="opacity:0.71094001;filter:url(#c)"
+ d="m -88.8,-6.6671 c -2.3569,0 -4.2698,1.7466 -4.2698,3.8987 0,2.1521 1.9129,3.8987 4.2698,3.8987 2.3569,0 4.2698,-1.7466 4.2698,-3.8987 0,-2.1521 -1.9129,-3.8987 -4.2698,-3.8987 z"
+ id="path32"
+ transform="matrix(1.216,0,0,1.2391,139.1335,28.513775)" />
+ <rect
+ style="fill:#007d00;fill-opacity:1"
+ id="rect34"
+ x="26.412182"
+ y="-45.131031"
+ width="7.3848867"
+ height="43.409573"
+ transform="scale(1,-1)" />
+ <rect
+ style="fill:#007d00;fill-opacity:1"
+ id="rect36"
+ x="-26.519403"
+ y="-34.612186"
+ width="7.2715573"
+ height="31.590176"
+ transform="matrix(0,-1,-1,0,0,0)" />
+ <path
+ style="fill:#007d00;fill-opacity:1"
+ id="path38"
+ d="m 29.494454,13.221991 c 5.731981,0 10.384154,4.328425 10.384154,9.661635 0,5.33321 -4.652052,9.661634 -10.384154,9.661634 -5.731981,0 -10.384154,-4.328424 -10.384154,-9.661634 0,-5.33321 4.652052,-9.661635 10.384154,-9.661635 z" />
+ <rect
+ fill-opacity="0"
+ height="38.871"
+ width="43.287"
+ y="-47.036"
+ x="-74.787"
+ id="rect50" />
</svg>
=== modified file 'bitmaps_png/sources/add_line.svg'
--- bitmaps_png/sources/add_line.svg 2011-09-08 05:58:45 +0000
+++ bitmaps_png/sources/add_line.svg 2011-09-08 15:48:59 +0000
@@ -1,22 +1,99 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48" version="1.1">
- <defs>
- <filter id="a" height="1.2015" width="1.1159" color-interpolation-filters="sRGB" y="-.10075" x="-.057925">
- <feGaussianBlur stdDeviation="0.88285369"/>
- </filter>
- </defs>
- <g transform="matrix(2.4566,0,0,2.2316,-37.589,-39.022)">
- <rect fill-opacity="0" height="16" width="16" y="0" x="0"/>
- </g>
- <g transform="matrix(2.9379,0,0,2.1996,1.5067,11.922)">
- <rect fill-opacity="0" height="16" width="16" y="0" x="0"/>
- </g>
- <g transform="matrix(3.433,0,0,3.1874,22.929,21.886)">
- <path fill="#afaf00" d="m12 5.5-2.5174-1.3495-2.5388 1.3087 0.5056-2.8112-2.0292-2.0101 2.8298-0.3879 1.2847-2.551 1.2433 2.5714 2.823 0.43352-2.061 1.9771z" transform="matrix(.86499 0 0 .86499 3.3638 -4.5167)"/>
- <path fill="#ebeb00" d="m12 5.5-2.5174-1.3495-2.5388 1.3087 0.5056-2.8112-2.0292-2.0101 2.8298-0.3879 1.2847-2.551 1.2433 2.5714 2.823 0.43352-2.061 1.9771z" transform="matrix(.61624 0 0 .61624 5.7296 -4.1188)"/>
- <path fill="#ff0" d="m12 5.5-2.5174-1.3495-2.5388 1.3087 0.5056-2.8112-2.0292-2.0101 2.8298-0.3879 1.2847-2.551 1.2433 2.5714 2.823 0.43352-2.061 1.9771z" transform="matrix(.3815 0 0 .3815 7.9622 -3.7434)"/>
- </g>
- <g fill-rule="evenodd" transform="matrix(1.0859,0,0,1.1186,102.41,27.327)">
- <path opacity=".45703" filter="url(#a)" d="m-89.671-7.5642 18.873-0.02542 0.074 16.365h17.632l-0.13021 4.666-21.99-0.03352-0.13512-16.298h-14.324v-4.6743z"/>
- <path fill="#007d00" d="m-91.729-9.3017 18.873-0.025425 0.07398 16.365h17.632l-0.13021 4.666-21.99-0.03352-0.13512-16.298h-14.324v-4.6743z"/>
- </g>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<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"
+ height="48"
+ width="48"
+ version="1.1"
+ id="svg2"
+ inkscape:version="0.47 r22583"
+ sodipodi:docname="add_line.svg">
+ <metadata
+ id="metadata33">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1280"
+ inkscape:window-height="949"
+ id="namedview31"
+ showgrid="false"
+ inkscape:zoom="4.9166667"
+ inkscape:cx="-12.610169"
+ inkscape:cy="23.59322"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective35" />
+ <filter
+ id="a"
+ height="1.2015"
+ width="1.1159"
+ color-interpolation-filters="sRGB"
+ y="-.10075"
+ x="-.057925">
+ <feGaussianBlur
+ stdDeviation="0.88285369"
+ id="feGaussianBlur7" />
+ </filter>
+ </defs>
+ <g
+ transform="matrix(2.4566,0,0,2.2316,-37.589,-39.022)"
+ id="g9">
+ <rect
+ fill-opacity="0"
+ height="16"
+ width="16"
+ y="0"
+ x="0"
+ id="rect11" />
+ </g>
+ <g
+ transform="matrix(3.0141712,0,0,2.3140068,0.28636102,8.2609835)"
+ id="g13">
+ <rect
+ height="16"
+ width="16"
+ y="0"
+ x="0"
+ id="rect15"
+ style="fill-opacity:0" />
+ </g>
+ <path
+ style="opacity:0.45702999;fill-rule:evenodd;filter:url(#a)"
+ id="path27"
+ d="m -89.671,-7.5642 18.873,-0.02542 0.074,16.365 h 17.632 l -0.13021,4.666 -21.99,-0.03352 -0.13512,-16.298 h -14.324 v -4.6743 z"
+ transform="matrix(1.1140912,0,0,1.1767812,103.80922,24.467237)" />
+ <path
+ style="fill:#007d00;fill-rule:evenodd"
+ id="path29"
+ d="m 1.6147483,13.521171 21.0262437,-0.02992 0.08242,19.258024 19.643656,0 -0.145066,5.490861 -24.498865,-0.03945 -0.150536,-19.17918 -15.9582426,0 0,-5.500628 z" />
</svg>
=== modified file 'bitmaps_png/sources/add_line2bus.svg'
--- bitmaps_png/sources/add_line2bus.svg 2011-09-08 05:58:45 +0000
+++ bitmaps_png/sources/add_line2bus.svg 2011-09-08 15:51:27 +0000
@@ -1,59 +1,257 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48" version="1.1">
- <defs>
- <filter id="h" height="1.3436" width="1.4604" color-interpolation-filters="sRGB" y="-.17179" x="-.23018">
- <feGaussianBlur stdDeviation="1.1820932"/>
- </filter>
- <filter id="i" height="1.3436" width="1.4604" color-interpolation-filters="sRGB" y="-.17179" x="-.23018">
- <feGaussianBlur stdDeviation="1.1820932"/>
- </filter>
- <filter id="j" height="1.3436" width="1.4604" color-interpolation-filters="sRGB" y="-.17179" x="-.23018">
- <feGaussianBlur stdDeviation="1.1820932"/>
- </filter>
- <filter id="k" height="2.2042" width="1.3288" color-interpolation-filters="sRGB" y="-.60208" x="-.16441">
- <feGaussianBlur stdDeviation="1.1820932"/>
- </filter>
- <filter id="l" height="2.2042" width="1.3288" color-interpolation-filters="sRGB" y="-.60208" x="-.16441">
- <feGaussianBlur stdDeviation="1.1820932"/>
- </filter>
- <filter id="m" height="2.2042" width="1.3288" color-interpolation-filters="sRGB" y="-.60208" x="-.16441">
- <feGaussianBlur stdDeviation="1.1820932"/>
- </filter>
- <filter id="n" height="1.1606" width="1.7673" color-interpolation-filters="sRGB" y="-.080278" x="-.38363">
- <feGaussianBlur stdDeviation="1.1820932"/>
- </filter>
- </defs>
- <g transform="matrix(2.4566,0,0,2.2316,-37.589,-39.022)">
- <rect fill-opacity="0" height="16" width="16" y="0" x="0"/>
- </g>
- <rect fill-opacity="0" height="38.871" width="43.287" y="-47.036" x="-74.787"/>
- <g opacity=".57812" transform="translate(79.95,-1.65)">
- <g transform="matrix(3.0687,0,0,2.2729,-75.919,15.626)">
- <rect fill-opacity="0" height="16" width="16" y="0" x="0"/>
- </g>
- <g transform="matrix(3.0012,0,0,2.9062,-76.081,9.3)">
- <rect fill-opacity="0" height="16" width="16" y="0" x="0"/>
- </g>
- <path opacity=".5625" filter="url(#n)" d="m-72.27 11.832h7.3953v35.34h-7.395v-35.34z"/>
- <path opacity=".5625" filter="url(#m)" d="m-52.549 30.68h17.256v4.712h-17.256v-4.712z"/>
- <path opacity=".5625" filter="url(#l)" d="m-52.549 21.256h17.256v4.712h-17.256v-4.712z"/>
- <path opacity=".5625" filter="url(#k)" d="m-52.549 11.832h17.256v4.712h-17.256v-4.712z"/>
- <path opacity=".5625" d="m-52.549 11.832-12.276 11.802v4.712l12.325-11.78-0.04911-4.7344z" fill-rule="evenodd" filter="url(#j)"/>
- <path opacity=".5625" d="m-52.598 21.256-12.276 11.802v4.712l12.325-11.78-0.04911-4.7344z" fill-rule="evenodd" filter="url(#i)"/>
- <path opacity=".5625" d="m-52.549 30.657-12.276 11.802v4.712l12.325-11.78-0.04911-4.7344z" fill-rule="evenodd" filter="url(#h)"/>
- </g>
- <g transform="matrix(1.0445 0 0 1.0333 -.060192 -.19333)">
- <g transform="matrix(2.9379,0,0,2.1996,1.5067,11.922)">
- <rect fill-opacity="0" height="16" width="16" y="0" x="0"/>
- </g>
- <g transform="matrix(2.8733,0,0,2.8125,1.3518,5.8)">
- <rect fill-opacity="0" height="16" width="16" y="0" x="0"/>
- </g>
- <path fill="#000069" d="m5 8.25h7.08v34.2h-7.08v-34.2z"/>
- <path fill="#006900" d="m23.88 26.49h16.52v4.56h-16.52v-4.56z"/>
- <path fill="#006900" d="m23.88 17.37h16.52v4.56h-16.52v-4.56z"/>
- <path fill="#006900" d="m23.88 8.25h16.52v4.56h-16.52v-4.56z"/>
- <path fill-rule="evenodd" fill="#d72e2e" d="m23.88 8.25-11.753 11.422v4.56l11.8-11.4-0.047-4.582z"/>
- <path fill-rule="evenodd" fill="#d72e2e" d="m23.833 17.37-11.753 11.422v4.56l11.8-11.4-0.047-4.582z"/>
- <path fill-rule="evenodd" fill="#d72e2e" d="m23.88 26.468-11.753 11.422v4.56l11.8-11.4-0.047-4.582z"/>
- </g>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<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"
+ height="48"
+ width="48"
+ version="1.1"
+ id="svg2"
+ inkscape:version="0.47 r22583"
+ sodipodi:docname="add_line2bus.svg">
+ <metadata
+ id="metadata83">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1280"
+ inkscape:window-height="949"
+ id="namedview81"
+ showgrid="false"
+ inkscape:zoom="4.9166667"
+ inkscape:cx="-12.610169"
+ inkscape:cy="23.18644"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective85" />
+ <filter
+ id="h"
+ height="1.3436"
+ width="1.4604"
+ color-interpolation-filters="sRGB"
+ y="-.17179"
+ x="-.23018">
+ <feGaussianBlur
+ stdDeviation="1.1820932"
+ id="feGaussianBlur7" />
+ </filter>
+ <filter
+ id="i"
+ height="1.3436"
+ width="1.4604"
+ color-interpolation-filters="sRGB"
+ y="-.17179"
+ x="-.23018">
+ <feGaussianBlur
+ stdDeviation="1.1820932"
+ id="feGaussianBlur10" />
+ </filter>
+ <filter
+ id="j"
+ height="1.3436"
+ width="1.4604"
+ color-interpolation-filters="sRGB"
+ y="-.17179"
+ x="-.23018">
+ <feGaussianBlur
+ stdDeviation="1.1820932"
+ id="feGaussianBlur13" />
+ </filter>
+ <filter
+ id="k"
+ height="2.2042"
+ width="1.3288"
+ color-interpolation-filters="sRGB"
+ y="-.60208"
+ x="-.16441">
+ <feGaussianBlur
+ stdDeviation="1.1820932"
+ id="feGaussianBlur16" />
+ </filter>
+ <filter
+ id="l"
+ height="2.2042"
+ width="1.3288"
+ color-interpolation-filters="sRGB"
+ y="-.60208"
+ x="-.16441">
+ <feGaussianBlur
+ stdDeviation="1.1820932"
+ id="feGaussianBlur19" />
+ </filter>
+ <filter
+ id="m"
+ height="2.2042"
+ width="1.3288"
+ color-interpolation-filters="sRGB"
+ y="-.60208"
+ x="-.16441">
+ <feGaussianBlur
+ stdDeviation="1.1820932"
+ id="feGaussianBlur22" />
+ </filter>
+ <filter
+ id="n"
+ height="1.1606"
+ width="1.7673"
+ color-interpolation-filters="sRGB"
+ y="-.080278"
+ x="-.38363">
+ <feGaussianBlur
+ stdDeviation="1.1820932"
+ id="feGaussianBlur25" />
+ </filter>
+ </defs>
+ <g
+ transform="matrix(2.4566,0,0,2.2316,-37.589,-39.022)"
+ id="g27">
+ <rect
+ fill-opacity="0"
+ height="16"
+ width="16"
+ y="0"
+ x="0"
+ id="rect29" />
+ </g>
+ <rect
+ fill-opacity="0"
+ height="38.871"
+ width="43.287"
+ y="-47.036"
+ x="-74.787"
+ id="rect31" />
+ <g
+ transform="matrix(1.047137,0,0,1.05048,82.434543,-3.6531852)"
+ id="g33"
+ style="opacity:0.57811997">
+ <g
+ transform="matrix(3.0687,0,0,2.2729,-75.919,15.626)"
+ id="g35">
+ <rect
+ height="16"
+ width="16"
+ y="0"
+ x="0"
+ id="rect37"
+ style="fill-opacity:0" />
+ </g>
+ <g
+ transform="matrix(3.0012,0,0,2.9062,-76.081,9.3)"
+ id="g39">
+ <rect
+ height="16"
+ width="16"
+ y="0"
+ x="0"
+ id="rect41"
+ style="fill-opacity:0" />
+ </g>
+ <path
+ d="m -72.27,11.832 h 7.3953 v 35.34 h -7.395 v -35.34 z"
+ id="path43"
+ style="opacity:0.5625;filter:url(#n)" />
+ <path
+ d="m -52.549,30.68 h 17.256 v 4.712 H -52.549 V 30.68 z"
+ id="path45"
+ style="opacity:0.5625;filter:url(#m)" />
+ <path
+ d="m -52.549,21.256 h 17.256 v 4.712 h -17.256 v -4.712 z"
+ id="path47"
+ style="opacity:0.5625;filter:url(#l)" />
+ <path
+ d="m -52.549,11.832 h 17.256 v 4.712 h -17.256 v -4.712 z"
+ id="path49"
+ style="opacity:0.5625;filter:url(#k)" />
+ <path
+ d="m -52.549,11.832 -12.276,11.802 v 4.712 l 12.325,-11.78 -0.04911,-4.7344 z"
+ id="path51"
+ style="opacity:0.5625;fill-rule:evenodd;filter:url(#j)" />
+ <path
+ d="m -52.598,21.256 -12.276,11.802 v 4.712 l 12.325,-11.78 -0.04911,-4.7344 z"
+ id="path53"
+ style="opacity:0.5625;fill-rule:evenodd;filter:url(#i)" />
+ <path
+ d="m -52.549,30.657 -12.276,11.802 v 4.712 l 12.325,-11.78 -0.04911,-4.7344 z"
+ id="path55"
+ style="opacity:0.5625;fill-rule:evenodd;filter:url(#h)" />
+ </g>
+ <g
+ id="g59"
+ transform="matrix(3.2132828,0,0,2.38758,0.30084354,10.817884)">
+ <rect
+ style="fill-opacity:0"
+ id="rect61"
+ x="0"
+ y="0"
+ width="16"
+ height="16" />
+ </g>
+ <g
+ id="g63"
+ transform="matrix(3.1426275,0,0,3.0528591,0.13142408,4.1726913)">
+ <rect
+ style="fill-opacity:0"
+ id="rect65"
+ x="0"
+ y="0"
+ width="16"
+ height="16" />
+ </g>
+ <path
+ style="fill:#1313c8;fill-opacity:1"
+ id="path67"
+ d="m 4.1215865,6.8320708 7.7436405,0 0,37.1227662 -7.7436405,0 0,-37.1227662 z" />
+ <path
+ style="fill:#007d00;fill-opacity:1"
+ id="path69"
+ d="m 24.771295,26.630879 18.068495,0 0,4.949702 -18.068495,0 0,-4.949702 z" />
+ <path
+ style="fill:#007d00;fill-opacity:1"
+ id="path71"
+ d="m 24.771295,16.731475 18.068495,0 0,4.949702 -18.068495,0 0,-4.949702 z" />
+ <path
+ style="fill:#007d00;fill-opacity:1"
+ id="path73"
+ d="m 24.771295,6.8320708 18.068495,0 0,4.9497022 -18.068495,0 0,-4.9497022 z" />
+ <path
+ style="fill:#007d00;fill-opacity:1;fill-rule:evenodd"
+ id="path75"
+ d="m 24.771295,6.8320708 -12.854662,12.3981352 0,4.949703 L 24.8227,11.805653 24.7713,6.8320708 z" />
+ <path
+ style="fill:#007d00;fill-opacity:1;fill-rule:evenodd"
+ id="path77"
+ d="m 24.719889,16.731475 -12.854662,12.398136 0,4.949702 12.906068,-12.374255 -0.0514,-4.973583 z" />
+ <path
+ style="fill:#007d00;fill-opacity:1;fill-rule:evenodd"
+ id="path79"
+ d="m 24.771295,26.606999 -12.854662,12.398136 0,4.949702 L 24.8227,31.580581 24.7713,26.606999 z" />
</svg>
=== modified file 'bitmaps_png/sources/config.svg'
--- bitmaps_png/sources/config.svg 2011-09-08 05:58:45 +0000
+++ bitmaps_png/sources/config.svg 2011-09-08 08:19:42 +0000
@@ -1,1161 +1,150 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- version="1.0"
- width="48"
- height="48"
- id="svg2">
- <defs
- id="defs4">
- <linearGradient
- id="f">
- <stop
- id="stop7"
- style="stop-color:#000000;stop-opacity:1"
- offset="0" />
- <stop
- id="stop9"
- style="stop-color:#000000;stop-opacity:0"
- offset="1" />
- </linearGradient>
- <linearGradient
- id="r">
- <stop
- id="stop12"
- style="stop-color:#f9f9f9;stop-opacity:1"
- offset="0" />
- <stop
- id="stop14"
- style="stop-color:#f9f9f9;stop-opacity:0"
- offset="1" />
- </linearGradient>
- <linearGradient
- id="b">
- <stop
- id="stop17"
- style="stop-color:#ffffff;stop-opacity:1"
- offset="0" />
- <stop
- id="stop19"
- style="stop-color:#ffffff;stop-opacity:0"
- offset="1" />
- </linearGradient>
- <linearGradient
- id="a">
- <stop
- id="stop32"
- style="stop-color:#888a85;stop-opacity:1"
- offset="0" />
- <stop
- id="stop34"
- style="stop-color:#babdb6;stop-opacity:1"
- offset="0.34042999" />
- <stop
- id="stop36"
- style="stop-color:#555753;stop-opacity:1"
- offset="1" />
- </linearGradient>
- <linearGradient
- id="c">
- <stop
- id="stop39"
- style="stop-color:#888a85;stop-opacity:1"
- offset="0" />
- <stop
- id="stop41"
- style="stop-color:#555753;stop-opacity:1"
- offset="1" />
- </linearGradient>
- <linearGradient
- x1="0.97257"
- y1="17.531"
- x2="5.289"
- y2="17.531"
- id="i"
- xlink:href="#a"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(74,-1)" />
- <radialGradient
- cx="10.607"
- cy="11.195"
- r="7.7782001"
- id="n"
- xlink:href="#f"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.82102,0,2.0036)" />
- <linearGradient
- x1="6.2756"
- y1="4.8969002"
- x2="7.5640001"
- y2="4.8969002"
- id="h"
- xlink:href="#c"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(68,-1)" />
- <linearGradient
- x1="6.2756"
- y1="4.8969002"
- x2="7.5640001"
- y2="4.8969002"
- id="g"
- xlink:href="#c"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(60,-1)" />
- <linearGradient
- x1="0.97257"
- y1="17.531"
- x2="5.289"
- y2="17.531"
- id="ae"
- xlink:href="#a"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(60,-1)" />
- <linearGradient
- x1="-0.20096999"
- y1="17.427999"
- x2="6.3455"
- y2="19.181999"
- id="d"
- xlink:href="#b"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- x1="1.4844"
- y1="17.452999"
- x2="8.5469999"
- y2="17.452999"
- id="ad"
- xlink:href="#b"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(60,-1)" />
- <linearGradient
- x1="1.4844"
- y1="17.452999"
- x2="8.5469999"
- y2="17.452999"
- id="ac"
- xlink:href="#b"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(74,-1)" />
- <linearGradient
- x1="2.2811999"
- y1="10.531"
- x2="6.8259001"
- y2="10.531"
- id="ab"
- xlink:href="#a"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(60,-1)" />
- <linearGradient
- x1="-6.5"
- y1="8.625"
- x2="-0.78125"
- y2="15.5"
- id="aa"
- xlink:href="#b"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- x1="2.2811999"
- y1="10.531"
- x2="6.8259001"
- y2="10.531"
- id="z"
- xlink:href="#a"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(71,-1)" />
- <linearGradient
- x1="-6.5"
- y1="8.625"
- x2="-0.78125"
- y2="15.5"
- id="y"
- xlink:href="#b"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,-8.9688,0)" />
- <linearGradient
- x1="8.5163002"
- y1="9.5593004"
- x2="12.946"
- y2="9.5593004"
- id="x"
- xlink:href="#a"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6,0,0,1,64.4,-1)" />
- <linearGradient
- x1="-19.406"
- y1="6.375"
- x2="-19"
- y2="10.719"
- id="w"
- xlink:href="#b"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- x1="11.444"
- y1="17.796"
- x2="17.465"
- y2="32.919998"
- id="t"
- xlink:href="#b"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- cx="16.037001"
- cy="30.995001"
- r="8.1430998"
- id="m"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.4132,0,0,1.4132,-7.0492,-15.819)">
- <stop
- id="stop59"
- style="stop-color:#729fcf;stop-opacity:1"
- offset="0" />
- <stop
- id="stop61"
- style="stop-color:#3465a4;stop-opacity:1"
- offset="1" />
- </radialGradient>
- <linearGradient
- x1="10.537"
- y1="20.32"
- x2="12.72"
- y2="32.347"
- id="s"
- xlink:href="#b"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- x1="3.4465001"
- y1="81.852997"
- x2="16.233999"
- y2="81.852997"
- id="aj"
- xlink:href="#a"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,90.281)" />
- <linearGradient
- x1="3.4465001"
- y1="81.852997"
- x2="16.233999"
- y2="81.852997"
- id="ai"
- xlink:href="#a"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(29,90.281)" />
- <linearGradient
- x1="16.483999"
- y1="6.1922998"
- x2="20.43"
- y2="6.1922998"
- id="ah"
- xlink:href="#a"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- cx="17.344"
- cy="5.0044999"
- r="2.5"
- id="l"
- xlink:href="#r"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.0377,0,0,2.8527,-17.997,-9.8701)" />
- <linearGradient
- id="linearGradient5855">
- <stop
- id="stop5857"
- style="stop-color:#000000;stop-opacity:1"
- offset="0" />
- <stop
- id="stop5859"
- style="stop-color:#000000;stop-opacity:0"
- offset="1" />
- </linearGradient>
- <linearGradient
- x1="50.651264"
- y1="51.526814"
- x2="52.728954"
- y2="55.049854"
- id="linearGradient3147"
- xlink:href="#linearGradient1766"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.882003,0,0,0.895157,2.650608,6.254694)" />
- <linearGradient
- id="linearGradient1766">
- <stop
- id="stop1767"
- style="stop-color:#000000;stop-opacity:1"
- offset="0" />
- <stop
- id="stop1768"
- style="stop-color:#000000;stop-opacity:0"
- offset="1" />
- </linearGradient>
- <linearGradient
- x1="22.609106"
- y1="7.0258279"
- x2="58.475803"
- y2="51.416283"
- id="linearGradient3149"
- xlink:href="#linearGradient1762"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.859599,0,0,0.918488,2.650608,6.254694)" />
- <linearGradient
- id="linearGradient1762">
- <stop
- id="stop1763"
- style="stop-color:#968ecd;stop-opacity:1"
- offset="0" />
- <stop
- id="stop1764"
- style="stop-color:#554d85;stop-opacity:1"
- offset="1" />
- </linearGradient>
- <radialGradient
- cx="44.574646"
- cy="47.514153"
- r="78.146217"
- fx="44.574646"
- fy="47.514153"
- id="radialGradient3151"
- xlink:href="#linearGradient1751"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.857394,0,0,0.92085,2.650608,6.254694)" />
- <linearGradient
- id="linearGradient1751">
- <stop
- id="stop1752"
- style="stop-color:#ffffff;stop-opacity:1"
- offset="0" />
- <stop
- id="stop1753"
- style="stop-color:#afd3ff;stop-opacity:1"
- offset="1" />
- </linearGradient>
- <linearGradient
- x1="28.63888"
- y1="66.265709"
- x2="32.073532"
- y2="70.376839"
- id="linearGradient3153"
- xlink:href="#linearGradient1751"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.216264,0,0,0.649144,2.650608,6.254694)" />
- <radialGradient
- cx="43.392353"
- cy="3.1320462"
- r="59.917706"
- fx="43.392353"
- fy="3.1320462"
- id="radialGradient3155"
- xlink:href="#linearGradient1746"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.089376,0,0,0.724755,2.650608,6.254694)" />
- <linearGradient
- id="linearGradient1746">
- <stop
- id="stop1747"
- style="stop-color:#ffffff;stop-opacity:1"
- offset="0" />
- <stop
- id="stop1748"
- style="stop-color:#ffffff;stop-opacity:0"
- offset="1" />
- </linearGradient>
- <linearGradient
- x1="24.75"
- y1="54.262535"
- x2="51.908588"
- y2="21"
- id="linearGradient3157"
- xlink:href="#Grad2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-12)" />
- <radialGradient
- cx="-1144.53"
- cy="15259.8"
- r="19.375799"
- id="Grad2"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop5019"
- style="stop-color:#000000;stop-opacity:0.4039"
- offset="0" />
- <stop
- id="stop5021"
- style="stop-color:#000000;stop-opacity:0"
- offset="1" />
- </radialGradient>
- <linearGradient
- x1="10.041956"
- y1="1.6904011"
- x2="-1.5743891"
- y2="24.699701"
- id="linearGradient3161"
- xlink:href="#Grad11"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- cx="-3.94152"
- cy="-51.525299"
- r="9.3570499"
- id="Grad11"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop5126"
- style="stop-color:#ffffff;stop-opacity:1"
- offset="0" />
- <stop
- id="stop5128"
- style="stop-color:#ffffff;stop-opacity:0"
- offset="1" />
- </radialGradient>
- <linearGradient
- x1="7.0261741"
- y1="-0.87859738"
- x2="1.3794134"
- y2="19.450006"
- id="linearGradient3159"
- xlink:href="#Grad3"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- x1="5848.3701"
- y1="23685"
- x2="7568.3701"
- y2="27865"
- id="Grad3"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop5030"
- style="stop-color:#9999ff;stop-opacity:1"
- offset="0" />
- <stop
- id="stop5032"
- style="stop-color:#003399;stop-opacity:1"
- offset="1" />
- </linearGradient>
- <linearGradient
- x1="0.061099309"
- y1="-2.2339125"
- x2="4.1944098"
- y2="10.2979"
- id="linearGradient3165"
- xlink:href="#Grad3"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- x1="0.061099309"
- y1="-2.2339125"
- x2="4.1944098"
- y2="10.2979"
- id="linearGradient3163"
- xlink:href="#Grad3"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- cx="3.1988571"
- cy="18.740725"
- r="14.91207"
- fx="3.1988571"
- fy="18.740725"
- id="radialGradient3169"
- xlink:href="#linearGradient5731"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.582607,0.22914,-0.418981,1.065297,9.187202,-2.388706)" />
- <linearGradient
- x1="6339.9902"
- y1="15448.8"
- x2="11807.6"
- y2="15860.2"
- id="linearGradient5731"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop5733"
- style="stop-color:#ffffff;stop-opacity:0.64709997"
- offset="0" />
- <stop
- id="stop5735"
- style="stop-color:#313131;stop-opacity:0.1882353"
- offset="1" />
- </linearGradient>
- <radialGradient
- cx="3.1988571"
- cy="18.740725"
- r="14.91207"
- fx="3.1988571"
- fy="18.740725"
- id="radialGradient3167"
- xlink:href="#linearGradient5731"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.582607,0.22914,-0.418981,1.065297,9.187202,-2.388706)" />
- <linearGradient
- x1="2.2669427"
- y1="7.0914383"
- x2="10.741066"
- y2="24.069174"
- id="linearGradient3173"
- xlink:href="#Grad3"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- x1="2.2669427"
- y1="7.0914383"
- x2="10.741066"
- y2="24.069174"
- id="linearGradient3171"
- xlink:href="#Grad3"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- x1="-3.2614744"
- y1="2.597945"
- x2="7.4613056"
- y2="5.1958899"
- id="linearGradient3177"
- xlink:href="#Grad3"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- x1="-3.2614744"
- y1="2.597945"
- x2="7.4613056"
- y2="5.1958899"
- id="linearGradient3175"
- xlink:href="#Grad3"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- x1="3.1243465"
- y1="0.41350415"
- x2="5.0198841"
- y2="13.208384"
- id="linearGradient3181"
- xlink:href="#Grad3"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- x1="3.1243465"
- y1="0.41350415"
- x2="5.0198841"
- y2="13.208384"
- id="linearGradient3179"
- xlink:href="#Grad3"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- x1="8"
- y1="13.285714"
- x2="23"
- y2="47.857143"
- id="linearGradient3183"
- xlink:href="#Grad3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.866025,0.5,-0.5,0.866025,32.08521,-4.918683)" />
- <linearGradient
- x1="-0.93260252"
- y1="15.092892"
- x2="3.0932074"
- y2="15.027462"
- id="linearGradient3187"
- xlink:href="#linearGradient5805"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient5805">
- <stop
- id="stop5807"
- style="stop-color:#00008d;stop-opacity:1"
- offset="0" />
- <stop
- id="stop5809"
- style="stop-color:#00008d;stop-opacity:0"
- offset="1" />
- </linearGradient>
- <linearGradient
- x1="-0.93260252"
- y1="15.092892"
- x2="3.0932074"
- y2="15.027462"
- id="linearGradient3185"
- xlink:href="#linearGradient5805"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- x1="-1.00526"
- y1="-11.28892"
- x2="12.063128"
- y2="9.8215532"
- id="linearGradient3191"
- xlink:href="#Grad11"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- x1="-1.00526"
- y1="-11.28892"
- x2="12.063128"
- y2="9.8215532"
- id="linearGradient3189"
- xlink:href="#Grad11"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- cx="-6.0942402"
- cy="-2.42307"
- r="13.6971"
- id="radialGradient3195"
- xlink:href="#Grad12"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- cx="-6.0942402"
- cy="-2.42307"
- r="13.6971"
- id="Grad12"
- gradientUnits="userSpaceOnUse">
- <stop
- id="stop5137"
- style="stop-color:#ffffff;stop-opacity:1"
- offset="0" />
- <stop
- id="stop5139"
- style="stop-color:#ffffff;stop-opacity:0"
- offset="1" />
- </radialGradient>
- <radialGradient
- cx="-0.0054390393"
- cy="0.096900508"
- r="13.6971"
- fx="-0.0054390393"
- fy="0.096900508"
- id="radialGradient3193"
- xlink:href="#Grad12"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.880707,-0.01630938,0.00867162,0.999962,0.00938896,-4.070948e-5)" />
- <radialGradient
- cx="18.518608"
- cy="40.677761"
- r="10.278411"
- fx="18.518608"
- fy="40.677761"
- id="radialGradient3197"
- xlink:href="#Grad11"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.448521,-2.389114,2.282078,0.428432,-77.11809,82.72714)" />
- <radialGradient
- cx="17.198801"
- cy="5.5359488"
- r="19.375851"
- fx="17.198801"
- fy="5.5359488"
- id="radialGradient3817"
- xlink:href="#linearGradient5855"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.271789,0,0,0.285714,-5.127952,3.954252)" />
- <radialGradient
- cx="17.198801"
- cy="5.5359488"
- r="19.375851"
- fx="17.198801"
- fy="5.5359488"
- id="radialGradient3153"
- xlink:href="#linearGradient5855"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.271789,0,0,0.285714,-5.127952,3.954252)" />
- </defs>
- <g
- id="g191"
- style="display:none">
- <g
- transform="matrix(2,0,0,2,-118,-130.5)"
- id="g193">
- <g
- transform="matrix(1,0,0,1.2221,60,-3.2888)"
- id="g195"
- style="opacity:0.18999999;fill:url(#n);fill-rule:evenodd">
- <path
- d="m 18.385,11.195 a 7.7782,6.3861 0 1 1 -15.556,0 7.7782,6.3861 0 1 1 15.556,0 z"
- transform="matrix(0.83467,0,0,0.9004,6.6548,0.17046)"
- id="path197" />
- <path
- d="m 18.385,11.195 a 7.7782,6.3861 0 1 1 -15.556,0 7.7782,6.3861 0 1 1 15.556,0 z"
- transform="matrix(0.83467,0,0,0.9004,-2.3452,0.17046)"
- id="path199" />
- </g>
- <rect
- width="3"
- height="5.9375"
- rx="0.53033"
- ry="0.53033"
- x="73.5"
- y="2.5"
- id="rect201"
- style="fill:url(#h);fill-rule:evenodd;stroke:#2e3436;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0.7" />
- <rect
- width="3"
- height="5.9375"
- rx="0.55242997"
- ry="0.55242997"
- x="65.5"
- y="2.5"
- id="rect203"
- style="fill:url(#g);fill-rule:evenodd;stroke:#2e3436;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0.7" />
- <path
- d="m 62.5,11.5 -2,5 v 2 h 7 v -2 l -2,-5 h -3 z"
- id="path205"
- style="fill:url(#ae);fill-rule:evenodd;stroke:#2e3436;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0.7" />
- <path
- d="M 3.1875,13.5 1.5,17.719 V 18.5 h 5 v -0.78125 l -1.6875,-4.219 h -1.625 z"
- transform="translate(60,-1)"
- id="path207"
- style="opacity:0.50757997;fill:none;stroke:url(#d);stroke-width:0.5;stroke-linecap:round;stroke-dashoffset:0.7" />
- <path
- d="m 76.5,11.5 -2,5 v 2 h 7 v -2 l -2,-5 h -3 z"
- id="path209"
- style="fill:url(#i);fill-rule:evenodd;stroke:#2e3436;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0.7" />
- <path
- d="M 3.1875,13.5 1.5,17.719 V 18.5 h 5 v -0.78125 l -1.6875,-4.219 h -1.625 z"
- transform="translate(74,-1)"
- id="path211"
- style="opacity:0.50757997;fill:none;stroke:url(#d);stroke-width:0.5;stroke-linecap:round;stroke-dashoffset:0.7" />
- <path
- d="m 61.5,16.5 h 5"
- id="path213"
- style="opacity:0.46969999;fill:none;stroke:url(#ad);stroke-width:0.5px;stroke-linecap:round" />
- <path
- d="m 75.5,16.5 h 5"
- id="path215"
- style="opacity:0.46969999;fill:none;stroke:url(#ac);stroke-width:0.5px;stroke-linecap:round" />
- <g
- transform="translate(60,-1)"
- id="g217"
- style="opacity:0.35;fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0.7">
- <path
- d="m 2.5,12.5 -0.65625,1.6562 c 0.22866,0.23629 0.54787,0.375 0.90625,0.375 H 6.3125 L 5.5,12.5002 h -3 z"
- id="path219" />
- <path
- d="m 19.516,12.5 0.65625,1.6562 c -0.22866,0.23629 -0.54787,0.375 -0.90625,0.375 h -3.562 l 0.812,-2.031 h 3 z"
- id="path221" />
- </g>
- <path
- d="m 65.75,4.5 c -1.228,0 -0.79563,2 -2.25,2 h -0.75 c -0.68656,0 -1.25,0.56344 -1.25,1.25 v 3.5625 c 0,0.68656 0.56344,1.2188 1.25,1.2188 h 5.5312 c 0.68656,0 1.25,-0.53219 1.25,-1.2188 v -5.562 c 0,-0.68656 -0.56344,-1.25 -1.25,-1.25 l -2.531,5e-4 z"
- id="path223"
- style="fill:url(#ab);fill-rule:evenodd;stroke:#2e3436;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0.7" />
- <path
- d="m -4.1562,6.5 c -0.028226,0.043363 -0.10875,0.16417 -0.21875,0.40625 -0.12017,0.26445 -0.25105,0.64919 -0.59375,1 -0.3428,0.3509 -0.9349,0.5938 -1.5313,0.5938 h -0.75 c -0.1309,0 -0.25,0.1191 -0.25,0.25 v 3.5625 c 0,0.1309 0.088286,0.1875 0.25,0.1875 h 5.5312 c 0.1618,0 0.2188,-0.057 0.2188,-0.188 v -5.562 c 0,-0.1309 -0.0879,-0.25 -0.2188,-0.25 h -2.4375 z"
- transform="translate(70,-1)"
- id="path225"
- style="opacity:0.3;fill:none;stroke:url(#aa);stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0.7" />
- <path
- d="m 76.281,4.5 c 1.228,0 0.79563,2 2.25,2 h 0.75 c 0.68656,0 1.25,0.56344 1.25,1.25 v 3.5625 c 0,0.68656 -0.56344,1.2188 -1.25,1.2188 h -5.5312 c -0.68656,0 -1.25,-0.53219 -1.25,-1.2188 v -5.562 c 0,-0.68656 0.56344,-1.25 1.25,-1.25 h 2.5312 z"
- id="path227"
- style="fill:url(#z);fill-rule:evenodd;stroke:#2e3436;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0.7" />
- <path
- d="m -4.1562,6.5 c -0.028226,0.043363 -0.10875,0.16417 -0.21875,0.40625 -0.12017,0.26445 -0.25105,0.64919 -0.59375,1 -0.3428,0.3509 -0.9349,0.5938 -1.5313,0.5938 h -0.75 c -0.1309,0 -0.25,0.1191 -0.25,0.25 v 3.5625 c 0,0.1309 0.088286,0.1875 0.25,0.1875 h 5.5312 c 0.1618,0 0.2188,-0.057 0.2188,-0.188 v -5.562 c 0,-0.1309 -0.0879,-0.25 -0.2188,-0.25 h -2.4375 z"
- transform="matrix(-1,0,0,1,72.031,-1)"
- id="path229"
- style="opacity:0.3;fill:none;stroke:url(#y);stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0.7" />
- <path
- d="m 69.5,5.5 h 3 l 1,1.5 v 2 l -1,1.5 h -3 L 68.5,9 V 7 l 1,-1.5 z"
- id="path231"
- style="fill:url(#x);fill-rule:evenodd;stroke:#2e3436;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0.7" />
- <path
- d="m -19.938,6.5 -0.5625,0.8125 v 1.375 l 0.562,0.8125 h 1.875 l 0.562,-0.8125 V 7.3125 L -18.0645,6.5 h -1.875 z"
- transform="translate(90,0)"
- id="path233"
- style="opacity:0.24621002;fill:none;stroke:url(#w);stroke-width:0.5;stroke-linecap:round;stroke-dashoffset:0.7" />
- </g>
- <g
- transform="matrix(2,0,0,1.2923,-278,9.7692)"
- id="g235">
- <g
- transform="matrix(1,0,0,1.2221,60,-3.2888)"
- id="g237"
- style="opacity:0.18999999;fill:url(#n);fill-rule:evenodd">
- <path
- d="m 18.385,11.195 a 7.7782,6.3861 0 1 1 -15.556,0 7.7782,6.3861 0 1 1 15.556,0 z"
- transform="matrix(0.83467,0,0,0.9004,6.6548,0.17046)"
- id="path239" />
- <path
- d="m 18.385,11.195 a 7.7782,6.3861 0 1 1 -15.556,0 7.7782,6.3861 0 1 1 15.556,0 z"
- transform="matrix(0.83467,0,0,0.9004,-2.3452,0.17046)"
- id="path241" />
- </g>
- <rect
- width="3"
- height="5.9375"
- rx="0.53033"
- ry="0.53033"
- x="73.5"
- y="2.5"
- id="rect243"
- style="fill:url(#h);fill-rule:evenodd;stroke:#2e3436;stroke-width:0.62202001;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0.7" />
- <rect
- width="3"
- height="5.9375"
- rx="0.55242997"
- ry="0.55242997"
- x="65.5"
- y="2.5"
- id="rect245"
- style="fill:url(#g);fill-rule:evenodd;stroke:#2e3436;stroke-width:0.62202001;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0.7" />
- <path
- d="m 62.5,11.5 -2,5 v 2 h 7 v -2 l -2,-5 h -3 z"
- id="path247"
- style="fill:url(#ae);fill-rule:evenodd;stroke:#2e3436;stroke-width:0.62202001;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0.7" />
- <path
- d="M 3.1875,13.5 1.5,17.719 V 18.5 h 5 v -0.78125 l -1.6875,-4.219 h -1.625 z"
- transform="translate(60,-1)"
- id="path249"
- style="opacity:0.50757997;fill:none;stroke:url(#d);stroke-width:0.62202001;stroke-linecap:round;stroke-dashoffset:0.7" />
- <path
- d="m 76.5,11.5 -2,5 v 2 h 7 v -2 l -2,-5 h -3 z"
- id="path251"
- style="fill:url(#i);fill-rule:evenodd;stroke:#2e3436;stroke-width:0.62202001;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0.7" />
- <path
- d="M 3.1875,13.5 1.5,17.719 V 18.5 h 5 v -0.78125 l -1.6875,-4.219 h -1.625 z"
- transform="translate(74,-1)"
- id="path253"
- style="opacity:0.50757997;fill:none;stroke:url(#d);stroke-width:0.62202001;stroke-linecap:round;stroke-dashoffset:0.7" />
- <path
- d="m 61.5,16.5 h 5"
- id="path255"
- style="opacity:0.46969999;fill:none;stroke:url(#ad);stroke-width:0.62202001px;stroke-linecap:round" />
- <path
- d="m 75.5,16.5 h 5"
- id="path257"
- style="opacity:0.46969999;fill:none;stroke:url(#ac);stroke-width:0.62202001px;stroke-linecap:round" />
- <g
- transform="translate(60,-1)"
- id="g259"
- style="opacity:0.35;fill-rule:evenodd;stroke:#000000;stroke-width:0.62202001;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0.7">
- <path
- d="m 2.5,12.5 -0.65625,1.6562 c 0.22866,0.23629 0.54787,0.375 0.90625,0.375 H 6.3125 L 5.5,12.5002 h -3 z"
- id="path261" />
- <path
- d="m 19.516,12.5 0.65625,1.6562 c -0.22866,0.23629 -0.54787,0.375 -0.90625,0.375 h -3.562 l 0.812,-2.031 h 3 z"
- id="path263" />
- </g>
- <path
- d="m 65.75,4.5 c -1.228,0 -0.79563,2 -2.25,2 h -0.75 c -0.68656,0 -1.25,0.56344 -1.25,1.25 v 3.5625 c 0,0.68656 0.56344,1.2188 1.25,1.2188 h 5.5312 c 0.68656,0 1.25,-0.53219 1.25,-1.2188 v -5.562 c 0,-0.68656 -0.56344,-1.25 -1.25,-1.25 l -2.531,5e-4 z"
- id="path265"
- style="fill:url(#ab);fill-rule:evenodd;stroke:#2e3436;stroke-width:0.62202001;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0.7" />
- <path
- d="m -4.1562,6.5 c -0.028226,0.043363 -0.10875,0.16417 -0.21875,0.40625 -0.12017,0.26445 -0.25105,0.64919 -0.59375,1 -0.3428,0.3509 -0.9349,0.5938 -1.5313,0.5938 h -0.75 c -0.1309,0 -0.25,0.1191 -0.25,0.25 v 3.5625 c 0,0.1309 0.088286,0.1875 0.25,0.1875 h 5.5312 c 0.1618,0 0.2188,-0.057 0.2188,-0.188 v -5.562 c 0,-0.1309 -0.0879,-0.25 -0.2188,-0.25 h -2.4375 z"
- transform="translate(70,-1)"
- id="path267"
- style="opacity:0.3;fill:none;stroke:url(#aa);stroke-width:0.62202001;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0.7" />
- <path
- d="m 76.281,4.5 c 1.228,0 0.79563,2 2.25,2 h 0.75 c 0.68656,0 1.25,0.56344 1.25,1.25 v 3.5625 c 0,0.68656 -0.56344,1.2188 -1.25,1.2188 h -5.5312 c -0.68656,0 -1.25,-0.53219 -1.25,-1.2188 v -5.562 c 0,-0.68656 0.56344,-1.25 1.25,-1.25 h 2.5312 z"
- id="path269"
- style="fill:url(#z);fill-rule:evenodd;stroke:#2e3436;stroke-width:0.62202001;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0.7" />
- <path
- d="m -4.1562,6.5 c -0.028226,0.043363 -0.10875,0.16417 -0.21875,0.40625 -0.12017,0.26445 -0.25105,0.64919 -0.59375,1 -0.3428,0.3509 -0.9349,0.5938 -1.5313,0.5938 h -0.75 c -0.1309,0 -0.25,0.1191 -0.25,0.25 v 3.5625 c 0,0.1309 0.088286,0.1875 0.25,0.1875 h 5.5312 c 0.1618,0 0.2188,-0.057 0.2188,-0.188 v -5.562 c 0,-0.1309 -0.0879,-0.25 -0.2188,-0.25 h -2.4375 z"
- transform="matrix(-1,0,0,1,72.031,-1)"
- id="path271"
- style="opacity:0.3;fill:none;stroke:url(#y);stroke-width:0.62202001;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0.7" />
- <path
- d="m 69.5,5.5 h 3 l 1,1.5 v 2 l -1,1.5 h -3 L 68.5,9 V 7 l 1,-1.5 z"
- id="path273"
- style="fill:url(#x);fill-rule:evenodd;stroke:#2e3436;stroke-width:0.62202001;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:0.7" />
- <path
- d="m -19.938,6.5 -0.5625,0.8125 v 1.375 l 0.562,0.8125 h 1.875 l 0.562,-0.8125 V 7.3125 L -18.0645,6.5 h -1.875 z"
- transform="translate(90,0)"
- id="path275"
- style="opacity:0.24621002;fill:none;stroke:url(#w);stroke-width:0.62202001;stroke-linecap:round;stroke-dashoffset:0.7" />
- </g>
- <rect
- width="16.062"
- height="10.938"
- x="4.5"
- y="-94.438004"
- id="rect277"
- style="opacity:0.18999999;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-dashoffset:0.7" />
- <rect
- width="16.062"
- height="10.938"
- x="27.5"
- y="-94.438004"
- id="rect279"
- style="opacity:0.18999999;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-dashoffset:0.7" />
- <path
- d="M 90.688,74.497 87.062,74.5 c -1.5,0.0011 -3,-1.9981 -4.5,-2 l -2.187,-0.003 c -1.5928,0 -2.875,1.2899 -2.875,2.8921 v 4.2184 c 0,1.603 1.282,2.893 2.875,2.893 h 10.312 c 1.5928,0 2.875,-1.2899 2.875,-2.8921 v -2.218 c 0,-1.6022 -1.2822,-2.8921 -2.875,-2.8921 z"
- id="path281"
- style="opacity:0.18999999;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-dashoffset:0.7" />
- <path
- d="m 88.005,70.3 -3.1463,0.0025 c -1.3019,0.001 -2.6038,-1.7978 -3.9057,-1.7995 l -1.8986,-0.0025 c -1.3824,0 -2.4953,1.1606 -2.4953,2.6022 v 3.7956 c 0,1.4416 1.1129,2.6022 2.4953,2.6022 h 8.9506 c 1.3824,0 2.4953,-1.1606 2.4953,-2.6022 v -1.996 c 0,-1.442 -1.113,-2.602 -2.495,-2.602 z"
- id="path283"
- style="opacity:0.18999999;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-dashoffset:0.7" />
- <path
- d="m 79.062,68.5 c -1.3824,-10e-7 -2.5,1.1521 -2.5,2.5938 v 3.8125 c 0,0.15184 0.0077,0.29329 0.03125,0.4375 0.38021,1.801 0.7504,3.6041 1.125,5.4062 0.441,1.0296 1.4711,1.75 2.6562,1.75 h 10.312 c 1.5928,0 2.875,-1.304 2.875,-2.9062 v -2.219 c 0,-0.5224 -0.13607,-1.0178 -0.375,-1.4375 l -3,-4.2812 c -0.109,-0.209 -0.246,-0.395 -0.405,-0.563 -0.453,-0.48 -1.081,-0.782 -1.781,-0.782 h -3.1562 c -1.302,0.002 -2.605,-1.81 -3.906,-1.812 h -1.875 z"
- id="path285"
- style="fill:#555753;fill-rule:evenodd;stroke:#2e3436;stroke-dashoffset:0.7" />
- <path
- d="m 38,193.22 c -4.1353,0 -7.5,3.3647 -7.5,7.5 v 2 c 0,4.1353 3.3647,7.5 7.5,7.5 4.1353,0 7.5,-3.3647 7.5,-7.5 v -2 c 0,-4.1353 -3.3647,-7.5 -7.5,-7.5 z"
- id="path287"
- style="opacity:0.18999999;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-dashoffset:0.7" />
- <path
- d="m 19.5,-32.5 a 3,3 0 1 1 -6,0 3,3 0 1 1 6,0 z"
- transform="translate(13,18)"
- id="path289"
- style="fill:#555753;fill-rule:evenodd;stroke:#2e3436;stroke-dashoffset:0.7" />
- <g
- transform="translate(21,-20)"
- id="g291"
- style="stroke-dashoffset:0.7">
- <path
- d="m 18.5,2.5 c -1.656,0 -3,1.344 -3,3 v 2 c 0,1.656 1.344,3 3,3 1.656,0 3,-1.344 3,-3 v -2 c 0,-1.656 -1.344,-3 -3,-3 z"
- id="path293"
- style="fill:url(#ah);fill-rule:evenodd;stroke:#2e3436" />
- <path
- d="m 18.5,3.5 c -1.112,0 -2,0.88799 -2,2 v 2 c 0,1.112 0.88799,2 2,2 1.11201,0 2,-0.88799 2,-2 v -2 c 0,-1.112 -0.88799,-2 -2,-2 z"
- id="path295"
- style="opacity:0.31817998;fill:none;stroke:url(#l)" />
- </g>
- <path
- d="m 22,24.882 a 7.4645,7.4645 0 1 1 -14.929,0 7.4645,7.4645 0 1 1 14.929,0 z"
- transform="matrix(1.0036,0,0,1.0036,-134.59,55.742)"
- id="path297"
- style="opacity:0.18999999;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.9964;stroke-dashoffset:0.7" />
- <path
- d="m 27,26.5 a 3.5,3.5 0 1 1 -7,0 3.5,3.5 0 1 1 7,0 z"
- transform="matrix(1.1429,0,0,1.1429,-3.3571,-66.786)"
- id="path299"
- style="opacity:0.18999999;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.875;stroke-dashoffset:0.7" />
- <path
- d="m 27,26.5 a 3.5,3.5 0 1 1 -7,0 3.5,3.5 0 1 1 7,0 z"
- transform="translate(0,-65.5)"
- id="path301"
- style="opacity:0.18999999;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-dashoffset:0.7" />
- <path
- d="m 19.5,-32.5 a 3,3 0 1 1 -6,0 3,3 0 1 1 6,0 z"
- transform="translate(1,-4)"
- id="path303"
- style="opacity:0.18999999;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-dashoffset:0.7" />
- <path
- d="m 19.5,-32.5 a 3,3 0 1 1 -6,0 3,3 0 1 1 6,0 z"
- transform="translate(14,-4)"
- id="path305"
- style="opacity:0.18999999;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-dashoffset:0.7" />
- <path
- d="m 19.5,-32.5 a 3,3 0 1 1 -6,0 3,3 0 1 1 6,0 z"
- transform="translate(14,-8)"
- id="path307"
- style="opacity:0.18999999;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-dashoffset:0.7" />
- <path
- d="m 22,24.882 a 7.4645,7.4645 0 1 1 -14.929,0 7.4645,7.4645 0 1 1 14.929,0 z"
- transform="matrix(1.0036,0,0,1.0036,-134.59,57.742)"
- id="path309"
- style="opacity:0.18999999;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.9964;stroke-dashoffset:0.7" />
- <path
- d="m 22,24.882 a 7.4645,7.4645 0 1 1 -14.929,0 7.4645,7.4645 0 1 1 14.929,0 z"
- transform="matrix(1.0036,0,0,1.0036,-4.588,167.74)"
- id="path311"
- style="opacity:0.18999999;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.9964;stroke-dashoffset:0.7" />
- <path
- d="m 10,163.5 c -4.1353,0 -7.5,3.3647 -7.5,7.5 v 2 c 0,4.1353 3.3647,7.5 7.5,7.5 4.1353,0 7.5,-3.3647 7.5,-7.5 v -2 c 0,-4.1353 -3.3647,-7.5 -7.5,-7.5 z"
- id="path313"
- style="fill:url(#aj);fill-rule:evenodd;stroke:#2e3436;stroke-dashoffset:0.7" />
- <path
- d="m 22,24.882 a 7.4645,7.4645 0 1 1 -14.929,0 7.4645,7.4645 0 1 1 14.929,0 z"
- transform="matrix(0.87194,0,0,0.87194,-2.6655,151.3)"
- id="path315"
- style="opacity:0.45832998;fill:none;stroke:url(#t);stroke-width:1.14690006;stroke-dashoffset:0.7" />
- <g
- transform="translate(0,70)"
- id="g317"
- style="fill-rule:evenodd">
- <path
- d="m 22,24.882 a 7.4645,7.4645 0 1 1 -14.929,0 7.4645,7.4645 0 1 1 14.929,0 z"
- transform="matrix(0.73682,0,0,0.73682,-0.71013,84.662)"
- id="path319"
- style="fill:url(#m);stroke:#204a87;stroke-width:1.35720003;stroke-dashoffset:0.7" />
- <path
- d="m 22,24.882 a 7.4645,7.4645 0 1 1 -14.929,0 7.4645,7.4645 0 1 1 14.929,0 z"
- transform="matrix(0.40607,-0.23444,0.1676,0.2903,-0.82383,97.884)"
- id="path321"
- style="opacity:0.7;fill:url(#s)" />
- </g>
- <path
- d="m 39,163.5 c -4.1353,0 -7.5,3.3647 -7.5,7.5 v 2 c 0,4.1353 3.3647,7.5 7.5,7.5 4.1353,0 7.5,-3.3647 7.5,-7.5 v -2 c 0,-4.1353 -3.3647,-7.5 -7.5,-7.5 z"
- id="path323"
- style="fill:url(#ai);fill-rule:evenodd;stroke:#2e3436;stroke-dashoffset:0.7" />
- <path
- d="m 22,24.882 a 7.4645,7.4645 0 1 1 -14.929,0 7.4645,7.4645 0 1 1 14.929,0 z"
- transform="matrix(0.87194,0,0,0.87194,26.334,151.3)"
- id="path325"
- style="opacity:0.45832998;fill:none;stroke:url(#t);stroke-width:1.14690006;stroke-dashoffset:0.7" />
- <g
- transform="translate(29,70)"
- id="g327"
- style="fill-rule:evenodd">
- <path
- d="m 22,24.882 a 7.4645,7.4645 0 1 1 -14.929,0 7.4645,7.4645 0 1 1 14.929,0 z"
- transform="matrix(0.73682,0,0,0.73682,-0.71013,84.662)"
- id="path329"
- style="fill:url(#m);stroke:#204a87;stroke-width:1.35720003;stroke-dashoffset:0.7" />
- <path
- d="m 22,24.882 a 7.4645,7.4645 0 1 1 -14.929,0 7.4645,7.4645 0 1 1 14.929,0 z"
- transform="matrix(0.40607,-0.23444,0.1676,0.2903,-0.82383,97.884)"
- id="path331"
- style="opacity:0.7;fill:url(#s)" />
- </g>
- <path
- d="m 24.062,147.49 c -1.3835,0 -2.5569,0.80272 -3.125,1.9688 -0.3831,1.3431 -0.62036,2.7245 -0.875,4.0938 0.03356,2.1791 1.813,3.9375 4,3.9375 2.1975,0 3.9831,-1.7752 4,-3.9688 -0.21734,-1.3786 -0.55403,-2.736 -0.875,-4.0938 -0.57293,-1.1524 -1.7514,-1.9375 -3.125,-1.9375 z"
- id="path333"
- style="fill:#555753;fill-rule:evenodd;stroke:#2e3436;stroke-dashoffset:0.7" />
- <path
- d="m 27,26.5 a 3.5,3.5 0 1 1 -7,0 3.5,3.5 0 1 1 7,0 z"
- transform="matrix(1.1429,0,0,1.1429,-2.8571,-66.786)"
- id="path335"
- style="opacity:0.18999999;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.875;stroke-dashoffset:0.7" />
- </g>
- <g
- transform="matrix(0.52009195,0,0,0.48523674,17.223021,33.386277)"
- id="g5023"
- style="opacity:0.43333333;fill:url(#radialGradient3153);fill-opacity:1;fill-rule:evenodd;stroke:none" />
- <g
- transform="matrix(0.45041269,0.24261874,-0.26004639,0.4202272,30.107194,-3.6777346)"
- id="g4982"
- style="fill:#00008d;fill-rule:nonzero;stroke:none" />
- <g
- transform="matrix(0.7653146,0,0,0.66003031,1.8468256,9.3449408)"
- id="g3110">
- <g
- transform="translate(0,-12)"
- id="g3567">
- <path
- d="m 6.4859703,59.212304 c 5.7743127,0.0012 10.5366127,-0.333378 20.2467607,-0.839315 5.152715,-0.268476 12.612758,-0.317333 20.162115,-0.534619 4.325063,-5.949281 3.242604,-9.707879 4.016469,-14.276996 1.6505,-9.745023 3.073339,-15.833605 3.220371,-32.705402 C 40.699182,15.435815 31.588703,17.48176 19.956429,21.984577 16.03898,34.51241 10.403421,46.684469 6.4859703,59.212304 z"
- id="path913"
- style="font-size:12px;opacity:0.1220657;fill:url(#linearGradient3147);fill-opacity:1;fill-rule:evenodd" />
- <path
- d="m 3.7613018,56.235995 c 14.5667852,2.023333 17.7359572,2.56525 24.9332392,2.0453 C 39.674078,57.496509 49.945724,52.10414 50.785513,44.249148 51.94251,36.874406 54.000268,25.684635 51.281019,6.25474 36.23661,8.381069 24.212642,8.705434 6.4965635,7.1713494 9.895753,18.093303 7.9523756,42.704571 3.7613018,56.235995 z"
- id="path861"
- style="font-size:12px;fill:url(#linearGradient3149);fill-opacity:1;fill-rule:evenodd" />
- <path
- d="m 5.5680397,55.125301 c 12.8982643,1.849322 16.5435153,2.64715 24.8757473,0.620389 2.884388,-0.701607 10.640257,-4.311455 11.133289,-8.754232 0.697309,0.223101 5.620629,2.670915 8.097743,-3.853004 C 51.266647,32.422448 52.001026,22.907343 50.035239,7.905772 30.469715,9.805759 20.412554,9.657213 8.2040808,8.476129 11.287474,17.91492 9.015132,44.596697 5.5680397,55.125301 z"
- id="path863"
- style="font-size:12px;fill:url(#radialGradient3151);fill-opacity:1;fill-rule:evenodd" />
- <path
- d="m 29.715616,56.951454 c 9.698838,-2.136217 15.170313,-4.314123 18.537411,-9.893784 -2.007946,1.888813 -3.952909,1.995803 -5.84453,1.403068 -1.548891,3.748235 -4.735299,6.038236 -12.692881,8.490716 z"
- id="path1150"
- style="font-size:12px;opacity:0.91549294;fill:url(#linearGradient3153);fill-opacity:1;fill-rule:evenodd" />
- <path
- d="m 50.992789,20.453472 c 0.06842,-2.796737 -0.466103,-8.797307 -0.95755,-12.5477 C 30.469715,9.805759 20.412554,9.657213 8.2040808,8.476129 9.904975,14.347061 10.323651,20.420752 9.631002,27.428323 18.482713,46.92233 51.060807,29.870822 50.992789,20.453472 z"
- id="path1794"
- style="font-size:12px;fill:url(#radialGradient3155);fill-opacity:1;fill-rule:evenodd" />
- </g>
- <path
- d="m 37.903947,1.619805 c -3.29549,0.230944 -6.376001,2.322122 -7.702841,4.329227 -1.304665,1.973559 -1.623311,4.407106 0.130557,7.692677 -0.0031,-0.0016 -7.199286,9.37006 -7.76812,10.134196 -3.772842,-0.775081 -10.050333,0.264157 -11.652179,5.203393 -0.42797,1.07941 0.373953,1.190015 1.044453,2.540466 1.376253,1.256852 1.78465,1.70401 2.415298,2.130612 0.437501,0.476532 1.392055,0.140616 1.566679,0.03816 0,0 3.622948,-2.269603 3.622947,-2.269602 0.305588,-0.260218 0.569996,-0.302363 1.077092,-0.09541 0,0 2.904886,0.797817 2.904885,0.797818 0.06661,0.296052 0.760316,2.36814 0.489587,2.559722 0,0 -4.177813,2.902062 -4.177812,2.902063 0.231704,0.548219 0.795508,1.551264 1.436123,2.343381 0,0 2.088905,1.908266 2.088906,1.908264 0.701529,0.623014 1.907507,0.40863 2.643772,0.316003 2.422956,-0.309874 4.38943,-1.511706 5.744492,-3.290485 1.835664,-2.412694 1.95097,-5.558047 0.326391,-8.175888 0.0042,-0.007 -0.0038,-0.01952 0,-0.02666 1.687632,-2.225485 6.163767,-8.125177 7.76812,-10.240842 3.962946,0.884393 8.498244,-0.358322 10.640365,-3.154582 0.610413,-0.796813 1.219148,-1.868179 1.403484,-2.779116 0.0477,-0.23729 -0.608946,-1.44427 -1.436123,-2.156754 0,0 -2.578497,-2.255117 -2.578493,-2.255116 -0.253863,-0.269524 -0.934389,-0.341368 -1.17501,-0.23524 0,0 -3.296553,2.331984 -3.296555,2.331983 -0.572472,0.321294 -1.171237,0.382963 -1.795154,0.20345 0,0 -2.904883,-0.797818 -2.904885,-0.797818 -0.122037,-0.623284 -0.35903,-1.745603 -0.35903,-1.745602 -0.09547,-0.522548 -0.113295,-0.940795 0.293752,-1.247582 0,0 3.427108,-2.451001 3.427112,-2.451001 0.278239,-0.417 0.203545,-0.929259 0.03264,-1.062871 0,0 -1.142373,-1.53806 -1.142371,-1.538061 0,0 -1.501398,-1.444049 -1.501401,-1.444049 -0.301254,-0.283716 -1.176369,-0.495319 -1.56668,-0.464733 z"
- id="path4379"
- style="fill:url(#linearGradient3157);fill-rule:nonzero;stroke:none" />
- <g
- transform="translate(0,-12)"
- id="g4381">
- <path
- d="m 36.75,4.9062499 c -3.155231,0.69344 -6.104632,3.539723 -7.375,6.0625001 -1.249137,2.480612 -1.554221,5.3739 0.125,9 -0.003,-0.0015 -6.892876,11.906369 -7.4375,12.875 -3.612266,-0.424509 -9.62258,1.598882 -11.15625,7.59375 -0.409755,1.320098 0.358037,1.34687 1,2.84375 1.317678,1.296637 1.708693,1.768371 2.3125,2.1875 0.418881,0.502431 1.332808,-0.01375 1.5,-0.15625 0,0 3.468751,-3.125001 3.46875,-3.125 0.292582,-0.344208 0.545737,-0.427525 1.03125,-0.25 0,0 2.781251,0.562499 2.78125,0.5625 0.06377,0.338465 0.727956,2.678213 0.46875,2.9375 0,0 -4.000001,3.937499 -4,3.9375 0.221842,0.612856 0.76165,1.71622 1.375,2.5625 0,0 1.999999,1.968753 2,1.96875 0.671671,0.640257 1.826321,0.234269 2.53125,0.03125 2.319832,-0.674027 4.202611,-2.334978 5.5,-4.59375 1.757536,-3.063449 1.867935,-6.764974 0.3125,-9.625 0.004,-0.0087 -0.0036,-0.0224 0,-0.03125 1.615804,-2.825027 5.90143,-10.31438 7.4375,-13 3.794279,0.528247 8.13655,-1.510154 10.1875,-5.0625 0.584433,-1.012266 1.167257,-2.346124 1.34375,-3.4375 0.04567,-0.284251 -0.583029,-1.614744 -1.375,-2.34375 0,0 -2.468753,-2.3125 -2.46875,-2.3125 -0.243058,-0.283348 -0.89462,-0.280261 -1.125,-0.125 0,0 -3.156248,3.15625 -3.15625,3.15625 -0.548107,0.450032 -1.121388,0.599125 -1.71875,0.46875 0,0 -2.781248,-0.5625 -2.78125,-0.5625 -0.116843,-0.714909 -0.34375,-2.000001 -0.34375,-2 -0.09141,-0.600242 -0.108473,-1.088192 0.28125,-1.5 0,0 3.281247,-3.3124991 3.28125,-3.3125001 0.266397,-0.524467 0.194882,-1.115314 0.03125,-1.25 0,0 -1.093752,-1.656249 -1.09375,-1.65625 0,0 -1.437497,-1.5 -1.4375,-1.5 -0.288432,-0.293905 -1.126301,-0.429669 -1.5,-0.34375 z"
- id="path4377"
- style="fill:#00008d;fill-rule:nonzero;stroke:none" />
- <g
- transform="matrix(0.553817,0.319747,-0.319747,0.553817,17.40243,29.81194)"
- id="g5056"
- style="fill:url(#linearGradient3161);fill-opacity:0.93288586;fill-rule:evenodd;stroke:none">
- <path
- d="M 0.830132,19.9504 C 0.121187,18.1538 0,17.6206 0.0484753,15.4786 0.206019,8.27708 3.44171,3.65987 9.99793,0.842258 12.3762,0 10.774296,1.7782884 12.180096,1.7480144 c 0,0 5.949504,-1.0511734 5.949504,-1.0511734 0,0 -0.2606,-0.003033 -0.2606,-0.003033 C 9.65557,0.693808 4.30214,21.6682 4.75053,21.944 4.42333,21.8834 3.98705,21.741 3.75377,21.6016 c 0,0 -2.72974,-1.4452 -2.72974,-1.4452 -0.124214,-0.0636 -0.139363,-0.0727 -0.193898,-0.206 z"
- id="path5058"
- style="fill:url(#linearGradient3159);fill-opacity:0.93288586" />
- </g>
- <g
- transform="matrix(0.553817,0.319747,-0.319747,0.553817,23.75869,41.11054)"
- id="g4997"
- style="fill:#0044c1;fill-rule:evenodd;stroke:none">
- <path
- d="m 4.37182,6.55923 c 0,0 4.14458,1.35428 4.14458,1.35428 C 8.5164,7.91351 2.57522,0 2.57522,0 2.57522,0 0,0.736214 0,0.736214 c 0,0 3.78406,4.914116 3.78406,4.914116 0,0 0.58776,0.9089 0.58776,0.9089 z"
- id="path4999" />
- </g>
- <g
- transform="matrix(0.553817,0.319747,-0.319747,0.553817,23.0159,44.85377)"
- id="g5034"
- style="fill:url(#linearGradient3165);fill-opacity:0.93288586;fill-rule:evenodd;stroke:none">
- <path
- d="m 1.86325,0 c 0.26661,0.378709 0.44536,0.618066 0.69379,0.63017 1.74205,0.078775 1.85112,0.96344 3.39624,1.02404 0,0 -1.96623,8.64369 -1.96623,8.64369 0,0 -1.36941,-0.2364 -1.36941,-0.2364 0,0 -2.269228,-1.21786 -2.269228,-1.21786 C 0.0757417,8.70123 0,8.45583 0.109069,8.08923 c 0,0 1.948081,-6.92887 1.948081,-6.92887 C 2.17833,0.72411 2.19954,0.48172 1.86325,0 z"
- id="path5036"
- style="fill:url(#linearGradient3163);fill-opacity:0.93288586" />
- </g>
- <g
- transform="matrix(0.553817,0.319747,-0.319747,0.553817,22.69509,24.42676)"
- id="g5045"
- style="fill:url(#radialGradient3169);fill-rule:evenodd;stroke:none">
- <path
- d="m 19.0233,37.474 c 0.6756,0.0485 1.1059,-0.1605 1.2967,-0.6301 0,0 1.7602,-7.041 1.7602,-7.041 0.1485,-0.5544 -0.0908,-1.1422 -0.4423,-1.5512 0,0 -4.5657,-5.3807 -4.5657,-5.3807 -0.3363,-0.2938 -0.7635,-0.3605 -1.2846,-0.1939 0,0 -6.77432,2.2511 -6.77432,2.2511 -0.41506,0.1393 -0.70288,0.3999 -0.83013,0.8089 0,0 -2.35103,8.0074 -2.35103,8.0074 -0.11512,0.3242 -0.36356,0.4545 -0.75135,0.3878 0,0 -0.55141,-0.1272 -0.55141,-0.1272 0,0 -2.73579,-0.6302 -2.73579,-0.6302 -0.4393,-0.1 -0.72409,-0.2424 -0.911933,-0.5877 C 0.85134,32.7357 0.930112,32.5811 0.899816,32.5236 0.0999808,30.9966 0,29.1485 0,27.3247 0,18.9537 6.69861,12.1248 14.9121,12.1248 20.6745,0 22.5074,4.03251 22.5529,14.2789 c 4.3476,2.66 7.256,7.5166 7.2712,13.0458 0.0091,4.0779 -1.527,7.7953 -4.1446,10.525 -0.7968,0.8271 -1.5118,1.1543 -2.9236,0.812 0,0 -2.0329,-0.4847 -2.0329,-0.4847 -0.6181,-0.1667 -1.1695,-0.4212 -1.6997,-0.703 z"
- id="path5047"
- style="fill:url(#radialGradient3167)" />
- </g>
- <g
- transform="matrix(0.553817,0.319747,-0.319747,0.553817,37.54427,5.470503)"
- id="g5060"
- style="fill:#9999ff;fill-rule:evenodd;stroke:none">
- <path
- d="m 4.02947,0.872546 c 0,0 2.27831,1.354264 2.27831,1.354264 0.35448,0.21814 0.49384,0.76954 0.39386,1.10583 0,0 -6.119942,-1.69359 -6.119942,-1.69359 C 0.581698,1.63905 0,0 0,0 c 0,0 0.721063,0.00908787 0.721063,0.00908787 0,0 2.544927,0.58472813 2.544927,0.58472813 0.34841,0.072711 0.5514,0.133305 0.76348,0.27873 z"
- id="path5062" />
- </g>
- <g
- transform="matrix(0.553817,0.319747,-0.319747,0.553817,33.13918,2.808619)"
- id="g5071"
- style="fill:url(#linearGradient3173);fill-opacity:0.93288586;fill-rule:evenodd;stroke:none">
- <path
- d="m 11.0795,1.83295 c 0,0 0.1545,0.37265 0.1545,0.37265 0,0 -0.6574,8.6285 -0.6574,8.6285 0,0 5.617,6.938 5.617,6.938 0,0 8.3043,-2.8903 8.3043,-2.8903 0,0 2.6783,-9.56775 2.6783,-9.56775 0,0 4.4778,1.42697 4.4778,1.42697 0.7544,1.90567 1.2028,3.65988 1.2028,5.85638 0,8.777 -10.6008,15.4271 -18.6567,13.7517 C 11.943,25.8795 11.2855,26.8975 9.61013,25.8522 0,19.8565 0.2757,6.64711 7.80141,0.284791 8.01349,0.106038 8.27101,0 8.76788,0.169662 7.79838,0.18481 8.25284,0.424154 8.40432,0.466571 9.18294,0.681678 9.56468,1.24217 10.2221,1.66329 c 0.1606,0.10604 0.5363,0.06665 0.8574,0.16966 z"
- id="path5073"
- style="fill:url(#linearGradient3171);fill-opacity:0.93288586" />
- </g>
- <g
- transform="matrix(0.553817,0.319747,-0.319747,0.553817,37.85911,15.25198)"
- id="g5082"
- style="fill:url(#linearGradient3177);fill-opacity:0.93288586;fill-rule:evenodd;stroke:none">
- <path
- d="m 8.77393,0 c 0,0 3.55077,3.05694 3.55077,3.05694 0,0 -10.16454,2.13895 -10.16454,2.13895 C 2.16016,5.19589 0,2.86304 0,2.86304 0,2.86304 5.98361,0.869516 5.98361,0.869516 5.98361,0.869516 8.77393,0 8.77393,0 z"
- id="path5084"
- style="fill:url(#linearGradient3175);fill-opacity:0.93288586" />
- </g>
- <g
- transform="matrix(0.553817,0.319747,-0.319747,0.553817,43.79913,12.61651)"
- id="g5093"
- style="fill:url(#linearGradient3181);fill-rule:evenodd;stroke:none">
- <path
- d="m 0,9.08296 c 0.463541,-0.09392 1.69963,-0.46051 2.24194,0.12422 0.58472,0.62714 0.92405,1.08162 2.82971,0.91192 0,0 2.67823,-8.4346 2.67823,-8.4346 C 7.41967,1.59967 7.09547,1.51181 6.8107,1.38759 6.02298,1.03312 4.7384,0.599873 3.94461,0.396887 3.72649,0.339321 3.88404,0.160571 4.4445,0.136335 3.8416,0 3.5356,0.145423 3.43259,0.484747 c 0,0 -1.67236,6.692553 -1.67236,6.692553 C 1.59965,7.83171 0.84528,9.03146 0,9.08296 z"
- id="path5095"
- style="fill:url(#linearGradient3179)" />
- </g>
- <g
- transform="matrix(0.553817,0.319747,-0.319747,0.553817,45.79595,13.85435)"
- id="g5097"
- style="fill:#333c99;fill-rule:evenodd;stroke:none">
- <path
- d="m 5.6564,1.24823 c 0,0 1.88447,0.97252 1.88447,0.97252 0.36961,0.16663 0.60594,0.47263 0.71802,0.91799 0,0 -2.0632,-0.33629 -2.0632,-0.33629 0,0 -2.70853,-1.39062 -2.70853,-1.39062 C 3.48716,1.41183 0,0.321146 0,0.321146 0,0.321146 0.190857,0 0.190857,0 c 0,0 0.581697,0.0212088 0.581697,0.0212088 0,0 4.344556,1.0300912 4.344556,1.0300912 0.22722,0.04847 0.40598,0.1121 0.53929,0.19693 z"
- id="path5099" />
- </g>
- <path
- d="m 21.214891,51.273347 c 0.358208,0.242625 0.663002,0.264415 0.918553,0.06556 0,0 3.222465,-3.332761 3.222465,-3.332761 0.259207,-0.259285 0.314513,-0.660883 0.250739,-0.999349 0,0 -0.807204,-4.434693 -0.807204,-4.434693 -0.09215,-0.270003 -0.307168,-0.443323 -0.648667,-0.517541 0,0 -4.466391,-0.918329 -4.466391,-0.918329 -0.274079,-0.05552 -0.516526,-0.0033 -0.717533,0.182305 0,0 -3.857973,3.678724 -3.857973,3.678724 -0.167218,0.142558 -0.346246,0.135264 -0.539477,-0.02548 0,0 -0.264418,-0.24644 -0.264418,-0.24644 0,0 -1.312108,-1.222384 -1.312108,-1.222384 -0.211103,-0.195575 -0.323143,-0.365339 -0.31674,-0.616397 -2.93e-4,-0.0382 0.09262,-0.0985 0.09425,-0.140015 0.04522,-1.100134 0.580168,-2.154411 1.162682,-3.163354 2.047465,-3.546312 5.596775,-5.317045 9.364902,-4.783915 -0.803535,-0.801757 8.091801,3.019137 7.277453,4.770222 1.555439,2.860022 1.613242,6.475484 -0.144204,9.538909 -1.297384,2.258773 -3.334443,3.824586 -5.654274,4.498614 -0.704957,0.203078 -1.204986,0.155702 -1.876571,-0.484578 0,0 -0.969758,-0.917435 -0.969758,-0.917435 -0.288721,-0.289567 -0.512429,-0.606432 -0.715722,-0.931669 z M 40.221195,9.3678403 c 0,0 -3.179683,3.2702977 -3.179683,3.2702977 -0.389744,0.411841 -0.536273,0.917213 -0.444809,1.517487 0,0 0.726615,3.985945 0.726615,3.985945 0.08095,0.413214 0.345215,0.632838 0.821773,0.724703 0,0 3.754553,0.773329 3.754553,0.773329 0.597358,0.130374 1.17222,-0.02937 1.720383,-0.479373 0,0 3.384234,-3.225931 3.384234,-3.225931 0.230439,-0.155229 0.438746,-0.202548 0.68186,0.08083 0,0 1.402447,1.305783 1.402447,1.305783 0.248861,0.230836 0.34379,0.526975 0.298125,0.81122 -0.176494,1.091377 -0.580702,2.16303 -1.165128,3.175285 -2.100703,3.638522 -6.183572,5.43099 -10.039642,4.759952 -2.54698,2.99873 -6.049884,-2.574749 -6.139402,-4.4208 -1.175692,-1.878871 -1.749682,-7.382575 -0.367898,-9.775895 1.414642,-2.4502301 3.77718,-4.1503181 6.317233,-4.7374195 0.373644,-0.08595 0.612239,-0.030883 0.900654,0.2630108 0,0 1.259146,1.2096482 1.259146,1.2096482 0.163571,0.1346583 0.205322,0.6235633 0.06954,0.7619258 z M 30.227023,20.223568 c 0,0 2.280576,1.492879 2.280576,1.492879 0,0 6.776873,2.608799 6.776873,2.608799 0,0 -8.880709,15.583861 -8.880709,15.583861 0.01033,0.160146 -8.346557,-5.540586 -7.844227,-6.405532 0,0 7.667487,-13.280007 7.667487,-13.280007 z"
- id="path5110"
- style="fill:url(#linearGradient3183);fill-rule:nonzero;stroke:none" />
- <g
- transform="matrix(0.553817,0.319747,-0.319747,0.553817,30.2852,20.03253)"
- id="g5119"
- style="fill:url(#linearGradient3187);fill-opacity:0.93288586;fill-rule:evenodd;stroke:none">
- <path
- d="m 0.05922333,0.31592294 c 0,0 2.31846667,-0.0295809 2.31846667,-0.0295809 0,0 1.64013,27.72695796 -0.04596,25.22745796 C 2.10181,25.1745 2.3115947,24.993913 1.8772947,25.033313 1.3129427,25.084813 0.582931,25.12 0,24.414 0,24.414 0.05922333,0.31592294 0.05922333,0.31592294 z"
- id="path5121"
- style="fill:url(#linearGradient3185);fill-opacity:0.93288586;fill-rule:nonzero" />
- </g>
- <g
- transform="matrix(0.553817,0.319747,-0.319747,0.553817,18.44278,31.99639)"
- id="g5130"
- style="fill:url(#linearGradient3191);fill-rule:evenodd;stroke:none">
- <path
- d="M 18.0283,1.91843 C 17.1436,4.58439 14.7848,6.64483 9.34997,5.61172 6.07364,4.96624 1.90895,9.87528 0,13.7309 1.14537,6.77194 4.41013,2.46044 10.0797,0.17589 13.8109,4.8928 18.7141,0 18.0283,1.91843 z"
- id="path5132"
- style="fill:url(#linearGradient3189)" />
- </g>
- <g
- transform="matrix(0.553817,0.319747,-0.319747,0.553817,35.29534,4.990984)"
- id="g5141"
- style="fill:url(#radialGradient3195);fill-rule:evenodd;stroke:none">
- <path
- d="M 9.87814,1.85255 C 4.8291406,3.7910427 3.0463118,12.169308 8.8652718,16.908408 13.560992,20.514908 18.622,27.3941 16.4616,25.5001 13.8707,23.2288 5.99615,23.8633 4.96418,22.8438 2.05793,19.9717 0.47388441,16.4739 0.47388441,12.0353 0.47388441,7.49098 1.92092,3.39114 4.98258,0.534637 5.43328,0.115021 5.80939,0 6.44659,0.177178 c 0,0 2.72286,0.671401 2.72286,0.671401 0.33569,0.055939 0.78639,0.702471 0.70869,1.003971 z"
- id="path5143"
- style="fill:url(#radialGradient3193)" />
- </g>
- <path
- d="m 21.214891,51.273347 c 0.358208,0.242625 0.663002,0.264415 0.918553,0.06556 0,0 3.222465,-3.332761 3.222465,-3.332761 0.259207,-0.259285 0.314513,-0.660883 0.250739,-0.999349 0,0 -0.807204,-4.434693 -0.807204,-4.434693 -0.09215,-0.270003 -0.307168,-0.443323 -0.648667,-0.517541 0,0 -4.466391,-0.918329 -4.466391,-0.918329 -0.274079,-0.05552 -0.516526,-0.0033 -0.717533,0.182305 0,0 -3.857973,3.678724 -3.857973,3.678724 -0.167218,0.142558 -0.346246,0.135264 -0.539477,-0.02548 0,0 -0.264418,-0.24644 -0.264418,-0.24644 0,0 -1.312108,-1.222384 -1.312108,-1.222384 -0.211103,-0.195575 -0.323143,-0.365339 -0.31674,-0.616397 -2.93e-4,-0.0382 0.09262,-0.0985 0.09425,-0.140015 0.04522,-1.100134 0.580168,-2.154411 1.162682,-3.163354 2.047465,-3.546312 5.596775,-5.317045 9.364902,-4.783915 -0.803535,-0.801757 8.091801,3.019137 7.277453,4.770222 1.555439,2.860022 1.613242,6.475484 -0.144204,9.538909 -1.297384,2.258773 -3.334443,3.824586 -5.654274,4.498614 -0.704957,0.203078 -1.204986,0.155702 -1.876571,-0.484578 0,0 -0.969758,-0.917435 -0.969758,-0.917435 -0.288721,-0.289567 -0.512429,-0.606432 -0.715722,-0.931669 z M 40.221195,9.3678403 c 0,0 -3.179683,3.2702977 -3.179683,3.2702977 -0.389744,0.411841 -0.536273,0.917213 -0.444809,1.517487 0,0 0.726615,3.985945 0.726615,3.985945 0.08095,0.413214 0.345215,0.632838 0.821773,0.724703 0,0 3.754553,0.773329 3.754553,0.773329 0.597358,0.130374 1.17222,-0.02937 1.720383,-0.479373 0,0 3.384234,-3.225931 3.384234,-3.225931 0.230439,-0.155229 0.438746,-0.202548 0.68186,0.08083 0,0 1.402447,1.305783 1.402447,1.305783 0.248861,0.230836 0.34379,0.526975 0.298125,0.81122 -0.176494,1.091377 -0.580702,2.16303 -1.165128,3.175285 -2.100703,3.638522 -6.183572,5.43099 -10.039642,4.759952 -2.54698,2.99873 -6.049884,-2.574749 -6.139402,-4.4208 -1.175692,-1.878871 -1.749682,-7.382575 -0.367898,-9.775895 1.414642,-2.4502301 3.77718,-4.1503181 6.317233,-4.7374195 0.373644,-0.08595 0.612239,-0.030883 0.900654,0.2630108 0,0 1.259146,1.2096482 1.259146,1.2096482 0.163571,0.1346583 0.205322,0.6235633 0.06954,0.7619258 z M 30.227023,20.223568 c 0,0 2.280576,1.492879 2.280576,1.492879 0,0 6.776873,2.608799 6.776873,2.608799 0,0 -8.880709,15.583861 -8.880709,15.583861 0.01033,0.160146 -8.346557,-5.540586 -7.844227,-6.405532 0,0 7.667487,-13.280007 7.667487,-13.280007 z"
- id="path5827"
- style="fill:url(#radialGradient3197);fill-rule:nonzero;stroke:none" />
- </g>
- </g>
- <g
- transform="matrix(0.52009195,0,0,0.48523674,-27.201996,32.581465)"
- id="g3757"
- style="opacity:0.43333333;fill:url(#radialGradient3817);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <defs>
+ <linearGradient id="b">
+ <stop stop-color="#fff" offset="0"/>
+ <stop stop-color="#fff" stop-opacity="0" offset="1"/>
+ </linearGradient>
+ <linearGradient id="a">
+ <stop offset="0"/>
+ <stop stop-opacity="0" offset="1"/>
+ </linearGradient>
+ <clipPath id="an">
+ <path display="block" fill="url(#linearGradient3774)" d="m30.916 135.97c-0.93726 0.54113-1.2283 1.7475-0.67792 2.7008l1.9375 3.3558c-1.4181 1.4141-2.6223 3.012-3.5955 4.71l-3.7836-0.99094c-0.53163-0.14245-1.0379-0.11751-1.4762 0.13061-0.43816 0.24835-0.79654 0.66758-0.9366 1.1903l-1.9788 7.3851c-0.2801 1.0454 0.36595 2.0654 1.4291 2.3503l3.7722 1.0336c-0.0062 1.9571 0.23771 3.943 0.75875 5.8767l-3.3558 1.9375c-0.95328 0.55038-1.3044 1.7407-0.7633 2.6779l3.8125 6.6034c0.54113 0.93726 1.7475 1.2283 2.7008 0.67792l3.3558-1.9375c1.4141 1.4181 3.012 2.6223 4.71 3.5954l-0.99094 3.7836c-0.2849 1.0632 0.27544 2.1327 1.3209 2.4128l7.3851 1.9788c1.0454 0.28012 2.0654-0.36588 2.3503-1.4291l1.0336-3.7722c1.9571 0.006 3.943-0.2377 5.8767-0.75875l1.9375 3.3558c0.55038 0.95327 1.7407 1.3044 2.6779 0.7633l6.6034-3.8125c0.93726-0.54113 1.2283-1.7475 0.67792-2.7008l-1.9375-3.3558c1.4181-1.4141 2.6223-3.012 3.5955-4.71l3.7836 0.99095c1.0632 0.28489 2.1327-0.2755 2.4128-1.3209l1.9788-7.3851c0.2801-1.0454-0.36595-2.0654-1.4291-2.3503l-3.7722-1.0336c0.0062-1.9571-0.2377-3.943-0.75876-5.8767l3.3558-1.9375c0.95327-0.55037 1.3044-1.7407 0.7633-2.6779l-3.8125-6.6034c-0.54113-0.93727-1.7475-1.2283-2.7008-0.67793l-3.3558 1.9375c-1.4141-1.4181-3.012-2.6223-4.71-3.5954l0.99094-3.7836c0.2849-1.0632-0.27542-2.1328-1.3209-2.4128l-7.3851-1.9788c-1.0454-0.28011-2.0654 0.36588-2.3503 1.4291l-1.0336 3.7722c-1.9571-0.006-3.943 0.23771-5.8767 0.75876l-1.9375-3.3558c-0.55038-0.95329-1.7407-1.3044-2.6779-0.7633l-6.6034 3.8125zm13.052 14.981c3.8263-2.2091 8.7191-0.89814 10.928 2.9282 2.2091 3.8263 0.89814 8.7191-2.9282 10.928-3.8263 2.2091-8.7191 0.89814-10.928-2.9282-2.2091-3.8264-0.89814-8.7191 2.9282-10.928z"/>
+ </clipPath>
+ <radialGradient id="al" xlink:href="#a" gradientUnits="userSpaceOnUse" cy="41.5" cx="5" gradientTransform="matrix(.99002 0 0 1.1 32.115 -5.15)" r="5"/>
+ <radialGradient id="am" xlink:href="#a" gradientUnits="userSpaceOnUse" cy="41.5" cx="5" gradientTransform="matrix(.99001 0 0 1.1 -14.885 -86.15)" r="5"/>
+ <linearGradient id="aj" y2="35" gradientUnits="userSpaceOnUse" x2="17.554" gradientTransform="matrix(1.1795,0,0,1,-4.2194,0)" y1="46" x1="17.554">
+ <stop stop-opacity="0" offset="0"/>
+ <stop offset=".5"/>
+ <stop stop-opacity="0" offset="1"/>
+ </linearGradient>
+ <radialGradient id="ak" gradientUnits="userSpaceOnUse" cy="39.161" cx="25.456" gradientTransform="matrix(1 0 0 .31532 0 26.813)" r="19.622">
+ <stop offset="0"/>
+ <stop stop-opacity="0" offset="1"/>
+ </radialGradient>
+ <linearGradient id="ad" y2="39.685" gradientUnits="userSpaceOnUse" x2="34.534" gradientTransform="matrix(1.2419,0,0,1.2419,36.866,-2.4533)" y1="12.285" x1="14.463">
+ <stop stop-color="#c9c9c9" offset="0"/>
+ <stop stop-color="#f8f8f8" offset=".25"/>
+ <stop stop-color="#e2e2e2" offset=".5"/>
+ <stop stop-color="#b0b0b0" offset=".75"/>
+ <stop stop-color="#c9c9c9" offset="1"/>
+ </linearGradient>
+ <linearGradient id="ao" y2="36.049" gradientUnits="userSpaceOnUse" x2="18.938" gradientTransform="matrix(1.2963 0 0 1.1069 67.324 .35705)" y1="33.95" x1="18.938">
+ <stop offset="0"/>
+ <stop stop-opacity="0" offset="1"/>
+ </linearGradient>
+ <linearGradient id="ae" y2="48.125" xlink:href="#b" gradientUnits="userSpaceOnUse" x2="50.5" gradientTransform="matrix(1.2963 0 0 1.1069 15.473 .35705)" y1="33.75" x1="48.25"/>
+ <linearGradient id="ap" y2="40.006" gradientUnits="userSpaceOnUse" x2="71.562" gradientTransform="matrix(1.2963 0 0 1.1069 15.473 .35705)" y1="18.675" x1="66.84">
+ <stop stop-color="#eeeeec" offset="0"/>
+ <stop stop-color="#e9b96e" offset="1"/>
+ </linearGradient>
+ <linearGradient id="aq" y2="21.5" gradientUnits="userSpaceOnUse" x2="12.11" gradientTransform="matrix(1.2963,0,0,-1.1069,67.324,53.489)" y1="21.5" x1="10.749">
+ <stop stop-color="#8f5902" offset="0"/>
+ <stop stop-color="#8f5902" stop-opacity="0" offset="1"/>
+ </linearGradient>
+ <linearGradient id="ar" y2="21.562" gradientUnits="userSpaceOnUse" x2="13.168" gradientTransform="matrix(-1.2963,0,0,-1.1069,128.15,53.489)" y1="21.562" x1="11.124">
+ <stop stop-color="#e9b96e" offset="0"/>
+ <stop stop-color="#e9b96e" stop-opacity="0" offset="1"/>
+ </linearGradient>
+ <linearGradient id="as" y2="37.447" gradientUnits="userSpaceOnUse" x2="17.38" gradientTransform="matrix(1.2987,0,0,-1.4846,67.306,63.438)" y1="20.096" x1="17.38">
+ <stop stop-color="#eaba6f" offset="0"/>
+ <stop stop-color="#b97a1b" offset="1"/>
+ </linearGradient>
+ <linearGradient id="at" y2="23.531" gradientUnits="userSpaceOnUse" x2="20.812" gradientTransform="matrix(1.2929 0 0 1.087 67.324 .34217)" y1="24.594" x1="20.781">
+ <stop offset="0"/>
+ <stop stop-opacity="0" offset="1"/>
+ </linearGradient>
+ <linearGradient id="au" y2="24.08" gradientUnits="userSpaceOnUse" x2="22.188" gradientTransform="matrix(1.2963 0 0 1.1069 67.324 .35705)" y1="20" x1="22.188">
+ <stop stop-color="#e9b96e" offset="0"/>
+ <stop stop-color="#e9b96e" stop-opacity="0" offset="1"/>
+ </linearGradient>
+ <linearGradient id="av" y2="45.017" gradientUnits="userSpaceOnUse" x2="20.759" gradientTransform="matrix(.83721 0 0 .83721 107.91 38.744)" y1="1" x1="20.759">
+ <stop stop-color="#f0f0f0" offset="0"/>
+ <stop stop-color="#aaa" offset="1"/>
+ </linearGradient>
+ <linearGradient id="ac" y2="66.233" xlink:href="#a" gradientUnits="userSpaceOnUse" x2="126.14" y1="48.047" x1="48.234"/>
+ <linearGradient id="z" y2="62.839" xlink:href="#a" gradientUnits="userSpaceOnUse" x2="126.67" y1="48.032" x1="48.055"/>
+ <linearGradient id="aa" y2="60.29" xlink:href="#a" gradientUnits="userSpaceOnUse" x2="127.05" y1="48.029" x1="47.997"/>
+ <linearGradient id="ab" y2="57.665" xlink:href="#a" gradientUnits="userSpaceOnUse" x2="127.42" y1="48.029" x1="47.998"/>
+ <linearGradient id="af" y2="66.233" xlink:href="#b" gradientUnits="userSpaceOnUse" x2="126.14" y1="48.047" x1="48.234"/>
+ <linearGradient id="ag" y2="62.839" xlink:href="#b" gradientUnits="userSpaceOnUse" x2="126.67" y1="48.032" x1="48.055"/>
+ <linearGradient id="ah" y2="60.29" xlink:href="#b" gradientUnits="userSpaceOnUse" x2="127.05" y1="48.029" x1="47.997"/>
+ <linearGradient id="ai" y2="57.665" xlink:href="#b" gradientUnits="userSpaceOnUse" x2="127.42" y1="48.029" x1="47.998"/>
+ </defs>
+ <path opacity=".6" style="color:#000000" d="m82.596 21.388c-0.53698 0-0.70899 0.07794-0.85068 0.17296s-0.32553 0.29557-0.4861 0.69182l-2.1064 5.7767h37.187l-2.147-5.5691c-0.27047-0.57414-0.46403-0.7592-0.64813-0.86477-0.1841-0.10558-0.46514-0.20755-1.0937-0.20755h-29.855z" display="block" fill="url(#au)"/>
+ <g opacity=".17241" transform="matrix(1.2963,0,0,1.2075,67.324,-3.1649)">
+ <rect height="11" width="4.9352" y="35" x="37.065" fill="url(#al)"/>
+ <rect transform="scale(-1)" height="11" width="4.9352" y="-46" x="-9.9352" fill="url(#am)"/>
+ <rect height="11" width="27.13" y="35" x="9.9352" fill="url(#aj)"/>
+ </g>
+ <g opacity=".29714" transform="matrix(1.3253 0 0 .75471 66.642 15.127)">
+ <rect height="11" width="4.9352" y="35" x="37.065" fill="url(#al)"/>
+ <rect transform="scale(-1)" height="11" width="4.9352" y="-46" x="-9.9352" fill="url(#am)"/>
+ <rect height="11" width="27.13" y="35" x="9.9352" fill="url(#aj)"/>
+ </g>
+ <path opacity=".15" style="color:#000000" d="m82.556 21.538c-0.23116 0-0.36064 0.02349-0.40403 0.03397-0.04338 0.01044-0.0022 0.0087-0.0404 0.03397-0.0074 0.0049-0.15048 0.0861-0.28282 0.40762l-1.8181 4.9594h35.312l-1.8585-4.7216v-0.03397c-0.22488-0.45836-0.33943-0.54099-0.40403-0.57746-0.0908-0.05125-0.18217-0.10191-0.72724-0.10191h-29.777z" display="block" stroke="url(#at)" stroke-width="1.1855" fill="none"/>
+ <path style="color:#000000" d="m82.596 19.728c-1.7441 0-2.6727 0.76991-3.1597 1.9717l-2.4305 6.6415-1.2558 9.0974h1.2558v7.2987c0 1.4809 1.4156 2.6635 3.1597 2.6635h35.202c1.7441 0 3.1596-1.1826 3.1596-2.6635v-7.2987h1.2963l-1.2963-9.0974-2.5115-6.5031c-0.61174-1.5824-1.8207-2.11-3.5647-2.11h-29.855z" stroke="#a0670c" stroke-width="1.1979" display="block" fill="url(#as)"/>
+ <path opacity=".69349" style="color:#000000" d="m117.23 28.479-2.4305-6.2956c-0.23963-0.61984-0.53098-0.89567-0.85068-1.0723-0.31969-0.17665-0.77987-0.27673-1.4988-0.27673h-29.855c-0.64867 0-0.99096 0.13374-1.2558 0.31132-0.2648 0.17758-0.50043 0.4349-0.68864 0.89936l-2.39 6.5723v0.06919" display="block" stroke="url(#ae)" stroke-width="1.1979" fill="none"/>
+ <path opacity=".67050" style="color:#000000" d="m112.88 21.388c0.53698 0 0.70899 0.07794 0.85068 0.17296s0.32553 0.29557 0.4861 0.69182l2.1064 5.7767h-6.3193v-6.6415h2.8761z" display="block" fill="url(#ar)"/>
+ <path opacity=".6" style="color:#000000" d="m82.596 21.388c-0.53698 0-0.70899 0.07794-0.85068 0.17296s-0.32553 0.29557-0.4861 0.69182l-2.1064 5.7767h6.3193v-6.6415h-2.8761z" display="block" fill="url(#aq)"/>
+ <g transform="matrix(.90016 0 0 .87207 -91.511 -47.243)">
+ <g transform="translate(-60,16)">
+ <path opacity=".05" d="m126 38.469c-1.8584 0-3.2812 1.5681-3.2812 3.3438v1.1875c-0.36268 0.13513-0.71008 0.30878-1.0625 0.46875l-0.875-0.875c-0.5657-0.56571-1.3669-0.99198-2.3125-1-0.82395-0.007-1.699 0.29275-2.375 0.96875l-3.5312 3.5312c-1.3106 1.3106-1.2411 3.415 0.0313 4.6875l0.875 0.875c-0.15997 0.35242-0.33362 0.69982-0.46875 1.0625h-1.1875c-1.7756 0-3.3438 1.4228-3.3438 3.2812v5c0 1.8584 1.5681 3.2812 3.3438 3.2812h1.1875c0.13513 0.36268 0.30878 0.71008 0.46875 1.0625l-0.875 0.875c-1.2725 1.2725-1.3419 3.377-0.0313 4.6875l3.5312 3.5312c1.3105 1.3105 3.415 1.2413 4.6875-0.03125l0.875-0.875c0.35242 0.15997 0.69982 0.33362 1.0625 0.46875v1.1875c0 1.7756 1.4228 3.3438 3.2812 3.3438h5c1.8584 0 3.2812-1.5681 3.2812-3.3438v-1.1875c0.36268-0.13513 0.71008-0.30878 1.0625-0.46875l0.875 0.875c1.2726 1.2725 3.377 1.3418 4.6875 0.03125l3.5312-3.5312c1.3106-1.3106 1.2411-3.415-0.0313-4.6875l-0.875-0.875c0.15997-0.35242 0.33362-0.69982 0.46875-1.0625h1.1875c1.7756 0 3.3438-1.4228 3.3438-3.2812v-5c0-1.8584-1.5681-3.2812-3.3438-3.2812h-1.1875c-0.13513-0.36268-0.30878-0.71008-0.46875-1.0625l0.875-0.875c1.2725-1.2725 1.342-3.3769 0.0313-4.6875l-3.5312-3.5312c-1.3105-1.3105-3.415-1.2413-4.6875 0.03125l-0.875 0.875c-0.35-0.16-0.7-0.334-1.06-0.469v-1.1875c0-1.7756-1.4228-3.3438-3.2812-3.3438h-5zm2.5 16.812c1.7874 0 3.2188 1.4313 3.2188 3.2188 0 1.7874-1.4313 3.2188-3.2188 3.2188-1.7874 0-3.2188-1.4313-3.2188-3.2188 0-1.7874 1.4313-3.2188 3.2188-3.2188z" transform="translate(-.5 .5)" display="block"/>
+ <path opacity=".15" d="m126 39.5c-1.2683 0-2.25 1.0884-2.25 2.3125v1.875c-0.81272 0.26478-1.5968 0.58312-2.3438 0.96875l-1.35-1.344c-0.38667-0.38668-0.96689-0.68219-1.5938-0.6875-0.5946-0.005-1.1882 0.18823-1.6562 0.65625l-3.5312 3.5312c-0.89095 0.89096-0.84049 2.3782 0.0313 3.25l1.3438 1.3438c-0.38563 0.74697-0.70397 1.531-0.96875 2.3438h-1.875c-1.2241 0-2.3125 0.98174-2.3125 2.25v5c0 1.2683 1.0884 2.25 2.3125 2.25h1.875c0.26478 0.81272 0.58312 1.5968 0.96875 2.3438l-1.3438 1.3438c-0.87182 0.87182-0.92228 2.3591-0.0313 3.25l3.5312 3.5312c0.89093 0.89094 2.3782 0.8406 3.25-0.03125l1.3438-1.3438c0.74697 0.38563 1.531 0.70397 2.3438 0.96875v1.875c0 1.2241 0.98174 2.3125 2.25 2.3125h5c1.2683 0 2.25-1.0884 2.25-2.3125v-1.875c0.81272-0.26478 1.5968-0.58312 2.3438-0.96875l1.3438 1.3438c0.87184 0.87184 2.3591 0.92218 3.25 0.03125l3.5312-3.5312c0.89095-0.89096 0.84047-2.3782-0.0313-3.25l-1.3438-1.3438c0.38563-0.74696 0.70397-1.531 0.96875-2.3438h1.875c1.2241 0 2.3125-0.98172 2.3125-2.25v-5c0-1.2683-1.0884-2.25-2.3125-2.25h-1.875c-0.26478-0.81272-0.58312-1.5968-0.96875-2.3438l1.3438-1.3438c0.87182-0.87181 0.9223-2.3591 0.0313-3.25l-3.5312-3.5312c-0.89093-0.89094-2.3782-0.84059-3.25 0.03125l-1.3438 1.3438c-0.73-0.385-1.52-0.704-2.33-0.968v-1.875c0-1.225-0.98-2.313-2.25-2.313h-5zm2.5 14.75c2.3457 0 4.25 1.9043 4.25 4.25s-1.9043 4.25-4.25 4.25-4.25-1.9043-4.25-4.25 1.9043-4.25 4.25-4.25z" transform="translate(-.5 .5)" display="block"/>
+ <path opacity=".3" display="block" d="m125.5 41c-0.70838 0-1.2682 0.5886-1.2682 1.3091v2.5364c-1.2666 0.33748-2.4722 0.84915-3.5795 1.4932l-1.8205-1.8c-0.25473-0.25473-0.54989-0.4063-0.87954-0.40909-0.32965-0.0028-0.67001 0.11773-0.92046 0.36818l-3.5386 3.5386c-0.5009 0.5009-0.46851 1.2905 0.0409 1.8l1.8 1.8205c-0.64403 1.1074-1.1557 2.3129-1.4932 3.5795h-2.5364c-0.72049 0-1.3091 0.5598-1.3091 1.2682v4.9909c0 0.70838 0.5886 1.2682 1.3091 1.2682h2.5364c0.33749 1.2666 0.84916 2.4722 1.4932 3.5795l-1.8 1.8205c-0.50947 0.50946-0.54186 1.2991-0.0409 1.8l3.5386 3.5386c0.5009 0.5009 1.2905 0.46856 1.8-0.04091l1.8205-1.8c1.1074 0.64403 2.3129 1.1557 3.5795 1.4932v2.5364c0 0.72049 0.5598 1.3091 1.2682 1.3091h4.9909c0.70838 0 1.2682-0.5886 1.2682-1.3091v-2.5364c1.2666-0.33748 2.4722-0.84915 3.5796-1.4932l1.8204 1.8c0.50947 0.50947 1.2991 0.54181 1.8 0.04091l3.5386-3.5386c0.5009-0.5009 0.4685-1.2905-0.0409-1.8l-1.8-1.8205c0.64403-1.1074 1.1557-2.3129 1.4932-3.5795h2.5364c0.72048 0 1.3091-0.5598 1.3091-1.2682v-4.9909c0-0.70838-0.58861-1.2682-1.3091-1.2682h-2.54c-0.33748-1.2666-0.84915-2.4722-1.4932-3.5795l1.8-1.8205c0.50947-0.50947 0.54187-1.2991 0.0409-1.8l-3.5386-3.5386c-0.5009-0.5009-1.2905-0.46856-1.8 0.04091l-1.8204 1.8c-1.1074-0.64403-2.3129-1.1557-3.5796-1.4932v-2.536c0-0.72-0.56-1.309-1.27-1.309h-4.99zm2.5 12.764c2.892 0 5.2364 2.3444 5.2364 5.2364s-2.3444 5.2364-5.2364 5.2364-5.2364-2.3444-5.2364-5.2364 2.3444-5.2364 5.2364-5.2364z"/>
+ <path display="block" fill="url(#av)" d="m125.5 40c-0.70838 0-1.2682 0.5886-1.2682 1.3091v2.5364c-1.2666 0.33748-2.4722 0.84915-3.5795 1.4932l-1.8205-1.8c-0.25473-0.25473-0.54989-0.4063-0.87954-0.40909-0.32965-0.0028-0.67001 0.11773-0.92046 0.36818l-3.5386 3.5386c-0.5009 0.5009-0.46851 1.2905 0.0409 1.8l1.8 1.8205c-0.64403 1.1074-1.1557 2.3129-1.4932 3.5795h-2.5364c-0.72049 0-1.3091 0.5598-1.3091 1.2682v4.9909c0 0.70838 0.5886 1.2682 1.3091 1.2682h2.5364c0.33749 1.2666 0.84916 2.4722 1.4932 3.5795l-1.8 1.8205c-0.50947 0.50946-0.54186 1.2991-0.0409 1.8l3.5386 3.5386c0.5009 0.5009 1.2905 0.46856 1.8-0.04091l1.8205-1.8c1.1074 0.64403 2.3129 1.1557 3.5795 1.4932v2.5364c0 0.72049 0.5598 1.3091 1.2682 1.3091h4.9909c0.70838 0 1.2682-0.5886 1.2682-1.3091v-2.5364c1.2666-0.33748 2.4722-0.84915 3.5796-1.4932l1.8204 1.8c0.50947 0.50947 1.2991 0.54181 1.8 0.04091l3.5386-3.5386c0.5009-0.5009 0.4685-1.2905-0.0409-1.8l-1.8-1.8205c0.64403-1.1074 1.1557-2.3129 1.4932-3.5795h2.5364c0.72048 0 1.3091-0.5598 1.3091-1.2682v-4.9909c0-0.70838-0.58861-1.2682-1.3091-1.2682h-2.54c-0.33748-1.2666-0.84915-2.4722-1.4932-3.5795l1.8-1.8205c0.50947-0.50947 0.54187-1.2991 0.0409-1.8l-3.5386-3.5386c-0.5009-0.5009-1.2905-0.46856-1.8 0.04091l-1.8204 1.8c-1.1074-0.64403-2.3129-1.1557-3.5796-1.4932v-2.536c0-0.72-0.56-1.309-1.27-1.309h-4.99zm2.5 12.764c2.892 0 5.2364 2.3444 5.2364 5.2364s-2.3444 5.2364-5.2364 5.2364-5.2364-2.3444-5.2364-5.2364 2.3444-5.2364 5.2364-5.2364z"/>
+ <g transform="matrix(.56685 .32727 -.32727 .56685 152.48 -47.194)" clip-path="url(#an)">
+ <g opacity=".9" transform="matrix(.14137 .99272 -1.1652 .12045 96.937 104.81)">
+ <path opacity=".05" style="color:#000000" d="m108.9 48a60.896 60.896 0 0 1 -6.5462 27.467l-54.338-27.467z" transform="matrix(.99411 -.10837 .10837 .99411 -5.1582 5.4919)" fill="url(#ac)"/>
+ <path opacity="0.07" style="color:#000000" d="m108.9 48a60.896 60.896 0 0 1 -4.4572 22.869l-56.431-22.869z" transform="matrix(.99786 -.065374 .065374 .99786 -3.094 3.2416)" fill="url(#z)"/>
+ <path opacity=".1" style="color:#000000" d="m108.9 48a60.896 60.896 0 0 1 -3.1299 19.272l-57.77-19.272z" transform="matrix(.99945 -.033121 .033121 .99945 -1.5635 1.6161)" fill="url(#aa)"/>
+ <path opacity=".05" style="color:#000000" fill="url(#ab)" d="m108.9 48a60.896 60.896 0 0 1 -2.075 15.761l-58.805-15.761z"/>
+ </g>
+ <g opacity=".9" transform="matrix(1.0628 -.13088 -.7401 3.2275 32.525 9.3323)">
+ <path opacity=".2" style="color:#000000" d="m108.9 48a60.896 60.896 0 0 1 -6.5462 27.467l-54.338-27.467z" transform="matrix(.99411 -.10837 .10837 .99411 -5.1582 5.4919)" fill="url(#af)"/>
+ <path opacity=".4" style="color:#000000" d="m108.9 48a60.896 60.896 0 0 1 -4.4572 22.869l-56.431-22.869z" transform="matrix(.99786 -.065374 .065374 .99786 -3.094 3.2416)" fill="url(#ag)"/>
+ <path opacity=".6" style="color:#000000" d="m108.9 48a60.896 60.896 0 0 1 -3.1299 19.272l-57.77-19.272z" transform="matrix(.99945 -.033121 .033121 .99945 -1.5635 1.6161)" fill="url(#ah)"/>
+ <path opacity=".8" style="color:#000000" fill="url(#ai)" d="m108.9 48a60.896 60.896 0 0 1 -2.075 15.761l-58.805-15.761z"/>
+ </g>
+ <g opacity=".5" transform="matrix(-.61679 .78713 -.78713 -.61679 115 150.01)">
+ <path opacity=".05" style="color:#000000" d="m108.9 48a60.896 60.896 0 0 1 -6.5462 27.467l-54.338-27.467z" transform="matrix(.99411 -.10837 .10837 .99411 -5.1582 5.4919)" fill="url(#ac)"/>
+ <path opacity="0.07" style="color:#000000" d="m108.9 48a60.896 60.896 0 0 1 -4.4572 22.869l-56.431-22.869z" transform="matrix(.99786 -.065374 .065374 .99786 -3.094 3.2416)" fill="url(#z)"/>
+ <path opacity=".1" style="color:#000000" d="m108.9 48a60.896 60.896 0 0 1 -3.1299 19.272l-57.77-19.272z" transform="matrix(.99945 -.033121 .033121 .99945 -1.5635 1.6161)" fill="url(#aa)"/>
+ <path opacity=".1" style="color:#000000" fill="url(#ab)" d="m108.9 48a60.896 60.896 0 0 1 -2.075 15.761l-58.805-15.761z"/>
+ </g>
+ <g opacity=".8" transform="matrix(-.068172 -1.046 2.7107 .60163 -79.095 179.08)">
+ <path opacity=".05" style="color:#000000" d="m108.9 48a60.896 60.896 0 0 1 -6.5462 27.467l-54.338-27.467z" transform="matrix(.99411 -.10837 .10837 .99411 -5.1582 5.4919)" fill="url(#ac)"/>
+ <path opacity="0.07" style="color:#000000" d="m108.9 48a60.896 60.896 0 0 1 -4.4572 22.869l-56.431-22.869z" transform="matrix(.99786 -.065374 .065374 .99786 -3.094 3.2416)" fill="url(#z)"/>
+ <path opacity=".1" style="color:#000000" d="m108.9 48a60.896 60.896 0 0 1 -3.1299 19.272l-57.77-19.272z" transform="matrix(.99945 -.033121 .033121 .99945 -1.5635 1.6161)" fill="url(#aa)"/>
+ <path opacity=".1" style="color:#000000" fill="url(#ab)" d="m108.9 48a60.896 60.896 0 0 1 -2.075 15.761l-58.805-15.761z"/>
+ </g>
+ <g opacity=".9" transform="matrix(-1.0628 .13088 .7401 -3.2275 62.997 306.67)">
+ <path opacity=".2" style="color:#000000" d="m108.9 48a60.896 60.896 0 0 1 -6.5462 27.467l-54.338-27.467z" transform="matrix(.99411 -.10837 .10837 .99411 -5.1582 5.4919)" fill="url(#af)"/>
+ <path opacity=".4" style="color:#000000" d="m108.9 48a60.896 60.896 0 0 1 -4.4572 22.869l-56.431-22.869z" transform="matrix(.99786 -.065374 .065374 .99786 -3.094 3.2416)" fill="url(#ag)"/>
+ <path opacity=".6" style="color:#000000" d="m108.9 48a60.896 60.896 0 0 1 -3.1299 19.272l-57.77-19.272z" transform="matrix(.99945 -.033121 .033121 .99945 -1.5635 1.6161)" fill="url(#ah)"/>
+ <path opacity=".8" style="color:#000000" fill="url(#ai)" d="m108.9 48a60.896 60.896 0 0 1 -2.075 15.761l-58.805-15.761z"/>
+ </g>
+ </g>
+ <path display="block" fill="url(#linearGradient4407)" d="m125.5 40c-0.70838-0.000001-1.2682 0.5886-1.2682 1.3091v2.5364c-1.2666 0.33748-2.4722 0.84915-3.5795 1.4932l-1.8205-1.8c-0.25473-0.25474-0.54989-0.4063-0.87954-0.40909-0.32965-0.0026-0.67 0.11773-0.92046 0.36818l-3.5386 3.5386c-0.5009 0.50091-0.4685 1.2905 0.0409 1.8l1.8 1.8205c-0.64403 1.1074-1.1557 2.3129-1.4932 3.5796h-2.5364c-0.72049-0.000004-1.3091 0.55979-1.3091 1.2682v4.9909c0 0.70839 0.5886 1.2682 1.3091 1.2682h2.5364c0.33749 1.2666 0.84916 2.4722 1.4932 3.5795l-1.8 1.8205c-0.50947 0.50947-0.54186 1.2991-0.0409 1.8l3.5386 3.5386c0.5009 0.5009 1.2905 0.46856 1.8-0.04091l1.8205-1.8c1.1074 0.64391 2.3129 1.1557 3.5795 1.4932v2.5364c0 0.72049 0.5598 1.3091 1.2682 1.3091l4.9909 0.000001c0.70839-0.000003 1.2682-0.5886 1.2682-1.3091v-2.5364c1.2666-0.33749 2.4722-0.84915 3.5796-1.4932l1.8204 1.8c0.50947 0.50947 1.2991 0.54182 1.8 0.04091l3.5386-3.5386c0.5009-0.5009 0.4685-1.2905-0.0409-1.8l-1.8-1.8205c0.64403-1.1074 1.1557-2.3129 1.4932-3.5795h2.5364c0.72048 0.000001 1.3091-0.55979 1.3091-1.2682v-4.9909c0-0.70838-0.5886-1.2682-1.3091-1.2682h-2.54c-0.33747-1.2666-0.84915-2.4722-1.4932-3.5796l1.8-1.8205c0.50947-0.50946 0.54187-1.2991 0.0409-1.8l-3.5386-3.5386c-0.5009-0.50091-1.2905-0.46856-1.8 0.0409l-1.8204 1.8c-1.1074-0.64391-2.3129-1.1557-3.5796-1.4932v-2.5364c0-0.72049-0.5598-1.3091-1.2682-1.3091h-4.99zm2.5 8.836c5.0609-0.000004 9.1636 4.1027 9.1636 9.1636s-4.1027 9.1636-9.1636 9.1636c-5.0609-0.000001-9.1636-4.1027-9.1636-9.1636s4.1027-9.1636 9.1636-9.1636z"/>
+ <path opacity=".7" d="m125.5 40c-0.70838 0-1.25 0.59201-1.25 1.3125v0.71875c0.12-0.595 0.63-1.031 1.25-1.031h5c0.61983 0 1.1332 0.43591 1.25 1.0312v-0.718c0-0.72-0.54-1.312-1.25-1.312h-5zm-7.5312 3.125c-0.32965-0.0028-0.68705 0.12455-0.9375 0.375l-3.53 3.531c-0.37568 0.37568-0.45054 0.91451-0.25 1.375 0.059-0.12899 0.14211-0.26711 0.25-0.375l3.53-3.531c0.25045-0.25045 0.60785-0.3778 0.9375-0.375s0.62027 0.15152 0.875 0.40625l1.8125 1.8125c1.1074-0.64403 2.3271-1.1625 3.5938-1.5v-1c-1.2666 0.33748-2.4864 0.85597-3.5938 1.5l-1.8125-1.8125c-0.25473-0.25473-0.54535-0.40346-0.875-0.40625zm20.094 0c-0.3237 0.0092-0.65151 0.15152-0.90625 0.40625l-1.8125 1.8125c-1.1074-0.64403-2.3271-1.1625-3.5938-1.5v1c1.2666 0.33748 2.4864 0.85597 3.5938 1.5l1.8125-1.8125c0.50947-0.50947 1.3116-0.53215 1.8125-0.03125l3.54 3.53c0.1079 0.10789 0.19102 0.24601 0.25 0.375 0.20056-0.46049 0.12573-0.99932-0.25-1.375l-3.53-3.531c-0.25-0.25-0.58-0.384-0.91-0.375zm-23.06 8.187c-0.47821 0.92428-0.8835 1.9138-1.1562 2.9375h-2.5312c-0.72 0-1.31 0.542-1.31 1.25v1c0-0.70839 0.59201-1.25 1.3125-1.25h2.5312c0.33749-1.2666 0.85597-2.4864 1.5-3.5938l-0.34-0.344zm26 0-0.34375 0.34375c0.64403 1.1074 1.1625 2.3271 1.5 3.5938h2.5312c0.72048 0 1.3125 0.54162 1.3125 1.25v-1c0-0.70838-0.59202-1.25-1.3125-1.25h-2.5312c-0.28-1.024-0.68-2.013-1.16-2.938zm-18.219 7.2188c-0.014 0.15592-0.0313 0.30919-0.0313 0.46875 0 2.892 2.358 5.25 5.25 5.25s5.25-2.358 5.25-5.25c0-0.15956-0.0173-0.31283-0.0313-0.46875-0.27 2.641-2.51 4.719-5.22 4.719-2.7112 0-4.9506-2.0783-5.2188-4.7188zm-7.78 7.157-1.4688 1.4688c-0.39974 0.39973-0.49609 0.9676-0.28125 1.4375 0.0669-0.1535 0.15388-0.31013 0.28125-0.4375l1.8125-1.8125c-0.12-0.213-0.23-0.437-0.34-0.656zm26 0c-0.1135 0.21938-0.22021 0.44383-0.34375 0.65625l1.8125 1.8125c0.12735 0.12737 0.2144 0.284 0.28125 0.4375 0.21481-0.4699 0.11843-1.0378-0.28125-1.4375l-1.47-1.468z" display="block" fill="#fff"/>
+ </g>
+ </g>
+ <path opacity=".69349" style="color:#000000" d="m78.261 28.618v0.06919l-1.0532 7.6792c0.62077 0.0838 1.0817 0.53575 1.0937 1.0723v7.2987c0 0.8785 0.80555 1.5566 1.8634 1.5566h35.202c1.0578 0 1.8634-0.6781 1.8634-1.5566v-7.2987c-0.005-0.56112 0.48227-1.0367 1.1342-1.1069l-1.1342-7.8521" display="block" stroke="url(#ae)" stroke-width="1.1979" fill="none"/>
+ <g transform="matrix(.75086 0 0 .67396 48.393 .49257)">
+ <path opacity=".40909" style="color:#000000" d="m45.078 39.161a19.622 6.1872 0 1 1 -39.244 0 19.622 6.1872 0 1 1 39.244 0z" transform="translate(41.01,7.2306)" fill="url(#ak)"/>
+ <path style="color:#000000" fill="url(#ad)" d="m65.144 5.2244c-0.46544 0.031846-0.91783 0.10393-1.375 0.15625h-0.03125l-1.0938 5.9688c-1.7827 0.40599-3.4599 1.095-4.9688 2.0312l-4.906-3.5306c-1.327 1.0296-2.533 2.2306-3.594 3.5316l3.4062 4.9687c-1.0342 1.5805-1.812 3.3852-2.25 5.2812-0.000075 0.009-0.000061 0.02969 0 0.03125l-5.9375 0.9375c-0.10855 0.88663-0.15625 1.8029-0.15625 2.7188 0 0.7493 0.02069 1.4886 0.09375 2.2188l5.9375 1.0625c0.42228 2.0619 1.2245 3.9875 2.3438 5.6875l-3.5312 4.8438c1.0113 1.2555 2.1789 2.3986 3.4375 3.4062l5-3.4375c1.7474 1.1147 3.6981 1.8964 5.8125 2.2812l0.9375 5.9062c0.66618 0.06064 1.3493 0.0625 2.0312 0.0625 0.96268-0.000001 1.8822-0.03648 2.8125-0.15625l1.125-6.0312c2.0076-0.4996 3.8935-1.3663 5.5312-2.5312l4.8125 3.5c1.248-1.0618 2.3893-2.2823 3.375-3.5938l-3.5-5.0625c0.94785-1.637 1.6046-3.4431 1.9375-5.375l5.906-0.937c0.05179-0.61635 0.0625-1.2141 0.0625-1.8438 0-1.0942-0.12718-2.1671-0.28125-3.2188l-6-1.0938c-0.47019-1.7362-1.2417-3.3561-2.2188-4.8125l3.5312-4.8437c-1.094-1.337-2.342-2.574-3.718-3.6236l-5.0938 3.5c-1.464-0.86584-3.0395-1.5302-4.75-1.9062l-0.937-5.9373c-0.854-0.1004-1.714-0.1563-2.594-0.1563-0.23787 0-0.48268-0.00748-0.71875 0-0.11508 0.00365-0.22897-0.00669-0.34375 0-0.03109 0.00181-0.06272-0.00212-0.09375 0zm0.8125 15.187c0.11417-0.0058 0.22815 0 0.34375 0 3.6991 0 6.7188 3.0196 6.7188 6.7188 0.000001 3.6991-3.0196 6.6875-6.7188 6.6875-3.6991 0.000001-6.6875-2.9884-6.6875-6.6875 0.000001-3.5835 2.8046-6.5392 6.3438-6.7188z" stroke="#808080"/>
+ <path opacity=".64773" style="color:#000000" d="m36.239 23.782a12.728 12.728 0 1 1 -25.456 0 12.728 12.728 0 1 1 25.456 0z" transform="matrix(.60652 0 0 .60652 52.044 12.693)" stroke="#fff" stroke-width="1.6488" fill="none"/>
+ <path opacity=".34659" style="color:#000000" d="m64.452 6.4058-0.87819 5.779c-1.671 0.38054-4.7447 1.5444-6.159 2.422l-4.672-3.4872c-1.2432 0.96516-1.3284 1.0306-2.3225 2.2498l3.3781 5.01c-0.96942 1.4815-2.1338 4.1215-2.5519 6.0081 0 0-5.9194 0.99784-5.9194 0.99784-0.10175 0.83107-0.05285 2.6098 0.01563 3.2942l5.6542 1.0186c0.39581 1.9327 1.877 5.0436 2.9262 6.637l-3.5756 4.724c0.94794 1.1768 1.1377 1.2845 2.3174 2.229l4.7812-3.5028c1.6379 1.0449 4.889 2.3159 6.8709 2.6766l0.78469 5.7063c0.62443 0.05684 2.3495 0.21628 3.2214 0.10402l0.88-5.941c1.8817-0.46829 5.1332-1.803 6.6683-2.8949l4.7761 3.4508c1.1698-0.99525 1.1803-1.1452 2.1042-2.3745l-3.5392-5.0307c0.88845-1.5344 2.0372-4.5352 2.3492-6.346l5.7946-0.96146c0.051-0.579 0.053-2.19-0.091-3.176l-5.9038-1.0186c-0.44073-1.6274-1.9532-4.56-2.869-5.9251l3.7524-4.724c-1.026-1.2547-1.4074-1.4269-2.6968-2.4109l-4.9423 3.5392c-1.371-0.812-4.108-2.049-5.711-2.402l-0.873-5.6542c-0.79982-0.094085-3.1074-0.052306-3.5645 0z" stroke="#fff" fill="none"/>
+ </g>
+ <rect opacity=".69349" style="color:#000000" rx=".64813" ry=".55346" height="1.1069" width="42.777" y="35.778" x="76.398" fill="#fff"/>
+ <rect style="color:#000000" height="1.1069" width="42.858" y="36.885" x="76.398" fill="#a0670c"/>
+ <path opacity=".35" style="color:#000000" d="m77.654 36.885v7.8521c0 1.1797 1.1106 2.11 2.5115 2.11h35.202c1.401 0 2.5115-0.93037 2.5115-2.11v-7.852h-40.228z" display="block" fill="url(#ao)"/>
+ <rect style="color:#000000" rx=".64813" ry=".60237" height="1.2047" width="40.184" y="28.03" x="77.694" fill="#fcf3e6"/>
+ <path style="color:#000000" display="block" fill="url(#ap)" d="m77.532 28.586-1.0937 8.2987h42.696l-1.1342-8.2987h-40.468z"/>
+ <g transform="matrix(.86722 0 0 .82291 -33.183 .42016)">
+ <path opacity=".40909" style="color:#000000" d="m45.078 39.161a19.622 6.1872 0 1 1 -39.244 0 19.622 6.1872 0 1 1 39.244 0z" transform="translate(41.01,7.2306)" fill="url(#ak)"/>
+ <path style="color:#000000" fill="url(#ad)" d="m65.144 5.2244c-0.46544 0.031846-0.91783 0.10393-1.375 0.15625h-0.03125l-1.0938 5.9688c-1.7827 0.40599-3.4599 1.095-4.9688 2.0312l-4.906-3.5306c-1.327 1.0296-2.533 2.2306-3.594 3.5316l3.4062 4.9687c-1.0342 1.5805-1.812 3.3852-2.25 5.2812-0.000075 0.009-0.000061 0.02969 0 0.03125l-5.9375 0.9375c-0.10855 0.88663-0.15625 1.8029-0.15625 2.7188 0 0.7493 0.02069 1.4886 0.09375 2.2188l5.9375 1.0625c0.42228 2.0619 1.2245 3.9875 2.3438 5.6875l-3.5312 4.8438c1.0113 1.2555 2.1789 2.3986 3.4375 3.4062l5-3.4375c1.7474 1.1147 3.6981 1.8964 5.8125 2.2812l0.9375 5.9062c0.66618 0.06064 1.3493 0.0625 2.0312 0.0625 0.96268-0.000001 1.8822-0.03648 2.8125-0.15625l1.125-6.0312c2.0076-0.4996 3.8935-1.3663 5.5312-2.5312l4.8125 3.5c1.248-1.0618 2.3893-2.2823 3.375-3.5938l-3.5-5.0625c0.94785-1.637 1.6046-3.4431 1.9375-5.375l5.906-0.937c0.05179-0.61635 0.0625-1.2141 0.0625-1.8438 0-1.0942-0.12718-2.1671-0.28125-3.2188l-6-1.0938c-0.47019-1.7362-1.2417-3.3561-2.2188-4.8125l3.5312-4.8437c-1.094-1.337-2.342-2.574-3.718-3.6236l-5.0938 3.5c-1.464-0.86584-3.0395-1.5302-4.75-1.9062l-0.937-5.9373c-0.854-0.1004-1.714-0.1563-2.594-0.1563-0.23787 0-0.48268-0.00748-0.71875 0-0.11508 0.00365-0.22897-0.00669-0.34375 0-0.03109 0.00181-0.06272-0.00212-0.09375 0zm0.8125 15.187c0.11417-0.0058 0.22815 0 0.34375 0 3.6991 0 6.7188 3.0196 6.7188 6.7188 0.000001 3.6991-3.0196 6.6875-6.7188 6.6875-3.6991 0.000001-6.6875-2.9884-6.6875-6.6875 0.000001-3.5835 2.8046-6.5392 6.3438-6.7188z" stroke="#808080"/>
+ <path opacity=".64773" style="color:#000000" d="m36.239 23.782a12.728 12.728 0 1 1 -25.456 0 12.728 12.728 0 1 1 25.456 0z" transform="matrix(.60652 0 0 .60652 52.044 12.693)" stroke="#fff" stroke-width="1.6488" fill="none"/>
+ <path opacity=".34659" style="color:#000000" d="m64.452 6.4058-0.87819 5.779c-1.671 0.38054-4.7447 1.5444-6.159 2.422l-4.672-3.4872c-1.2432 0.96516-1.3284 1.0306-2.3225 2.2498l3.3781 5.01c-0.96942 1.4815-2.1338 4.1215-2.5519 6.0081 0 0-5.9194 0.99784-5.9194 0.99784-0.10175 0.83107-0.05285 2.6098 0.01563 3.2942l5.6542 1.0186c0.39581 1.9327 1.877 5.0436 2.9262 6.637l-3.5756 4.724c0.94794 1.1768 1.1377 1.2845 2.3174 2.229l4.7812-3.5028c1.6379 1.0449 4.889 2.3159 6.8709 2.6766l0.78469 5.7063c0.62443 0.05684 2.3495 0.21628 3.2214 0.10402l0.88-5.941c1.8817-0.46829 5.1332-1.803 6.6683-2.8949l4.7761 3.4508c1.1698-0.99525 1.1803-1.1452 2.1042-2.3745l-3.5392-5.0307c0.88845-1.5344 2.0372-4.5352 2.3492-6.346l5.7946-0.96146c0.051-0.579 0.053-2.19-0.091-3.176l-5.9038-1.0186c-0.44073-1.6274-1.9532-4.56-2.869-5.9251l3.7524-4.724c-1.026-1.2547-1.4074-1.4269-2.6968-2.4109l-4.9423 3.5392c-1.371-0.812-4.108-2.049-5.711-2.402l-0.873-5.6542c-0.79982-0.094085-3.1074-0.052306-3.5645 0z" stroke="#fff" fill="none"/>
+ </g>
</svg>
=== modified file 'bitmaps_png/sources/icon_bitmap2component.svg'
--- bitmaps_png/sources/icon_bitmap2component.svg 2011-09-08 05:58:45 +0000
+++ bitmaps_png/sources/icon_bitmap2component.svg 2011-09-08 15:16:24 +0000
@@ -1,236 +1,1125 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
- <linearGradient id="aw">
- <stop offset="0"/>
- <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="au">
- <stop stop-color="#555753" stop-opacity="0" offset="0"/>
- <stop stop-color="#eeeeec" offset="1"/>
- </linearGradient>
- <linearGradient id="ay">
- <stop stop-color="#2e3436" offset="0"/>
- <stop stop-color="#555753" stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="az">
- <stop stop-color="#eeeeec" offset="0"/>
- <stop stop-color="#fff" stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="ax">
- <stop stop-color="#888a85" offset="0"/>
- <stop stop-color="#fff" offset="1"/>
- </linearGradient>
- <filter id="ck" height="1.6824" width="1.6824" color-interpolation-filters="sRGB" y="-.34118" x="-.34118">
- <feGaussianBlur stdDeviation="0.28648224"/>
- </filter>
- <linearGradient id="at">
- <stop stop-color="#dee3e0" offset="0"/>
- <stop stop-color="#dee3e0" stop-opacity="0" offset="1"/>
- </linearGradient>
- <radialGradient id="ba" xlink:href="#aw" gradientUnits="userSpaceOnUse" cy="486.65" cx="605.71" gradientTransform="matrix(-.062854 0 0 .020588 46.705 34.451)" r="117.14"/>
- <linearGradient id="av" y2="609.51" gradientUnits="userSpaceOnUse" x2="302.86" gradientTransform="matrix(.062854 0 0 .020588 1.2826 34.451)" y1="366.65" x1="302.86">
- <stop stop-opacity="0" offset="0"/>
- <stop offset=".5"/>
- <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <radialGradient id="bb" xlink:href="#aw" gradientUnits="userSpaceOnUse" cy="486.65" cx="605.71" gradientTransform="matrix(.062854 0 0 .020588 1.295 34.451)" r="117.14"/>
- <radialGradient id="bl" gradientUnits="userSpaceOnUse" cy="188.5" cx="171.25" gradientTransform="matrix(.23274 0 0 .23274 -13.152 -9.0643)" r="19">
- <stop stop-color="#b100cb" offset="0"/>
- <stop stop-color="#204a87" stop-opacity="0" offset="1"/>
- </radialGradient>
- <linearGradient id="cl" y2="53.914" gradientUnits="userSpaceOnUse" x2="11.692" gradientTransform="matrix(.97498 0 0 .9583 -.89967 3.1462)" y1="20.521" x1="10.666">
- <stop stop-color="#fff" offset="0"/>
- <stop stop-color="#fff" stop-opacity="0" offset="1"/>
- </linearGradient>
- <radialGradient id="bm" xlink:href="#at" gradientUnits="userSpaceOnUse" cy="12.007" cx="14.739" gradientTransform="matrix(-3.3976e-6,-2.2552,3.3832,-5.402e-6,-27.32,54.059)" r=".54688"/>
- <radialGradient id="bn" gradientUnits="userSpaceOnUse" cy="17.109" cx="9.2366" gradientTransform="matrix(1.2675 -4.6716e-7 1.8899e-7 .44533 1.7922 12.443)" r="2.961">
- <stop stop-color="#e9e9e9" offset="0"/>
- <stop stop-color="#a7a7a7" offset="0"/>
- <stop stop-color="#bebebe" offset="0.529"/>
- <stop stop-color="#e7e7e7" offset="1"/>
- </radialGradient>
- <radialGradient id="bo" xlink:href="#at" gradientUnits="userSpaceOnUse" cy="20.823" cx="9.119" gradientTransform="matrix(0 -.60512 2.7541 0 -44.001 27.997)" r="3.177"/>
- <linearGradient id="bc" y2="30.191" gradientUnits="userSpaceOnUse" x2="6.5596" gradientTransform="matrix(1.3054 0 0 .96884 27.658 -4.2992)" y1="28.781" x1="6.5596">
- <stop stop-color="#fff" offset="0"/>
- <stop stop-color="#d7dbc7" offset="1"/>
- </linearGradient>
- <linearGradient id="bd" y2="22.713" gradientUnits="userSpaceOnUse" x2="8.5602" gradientTransform="matrix(1.1646 0 0 .37791 27.782 13.975)" y1="29.18" x1="5.3348">
- <stop stop-color="#eee" offset="0"/>
- <stop stop-color="#a2a2a2" offset="1"/>
- </linearGradient>
- <linearGradient id="be" y2="24.938" xlink:href="#ax" gradientUnits="userSpaceOnUse" x2="24" gradientTransform="matrix(.67368 0 0 .67368 6.6323 9.8582)" y1="22.125" x1="22.062"/>
- <linearGradient id="bf" y2="26.868" xlink:href="#ax" gradientUnits="userSpaceOnUse" x2="24.082" gradientTransform="matrix(1.0732 0 0 1.0757 2.6528 -.50307)" y1="21.016" x1="21.568"/>
- <radialGradient id="bp" gradientUnits="userSpaceOnUse" cy="62.526" cx="442.29" gradientTransform="matrix(-1.3017e-5,-1.3896,0.25862,0,12.335,648.41)" r="77.923">
- <stop stop-color="#777" stop-opacity="0" offset="0"/>
- <stop stop-color="#2b2b2b" offset="1"/>
- </radialGradient>
- <radialGradient id="bq" xlink:href="#az" gradientUnits="userSpaceOnUse" cy="183.64" cx="258.76" gradientTransform="matrix(.17369 -.0023476 .0017845 .13208 -14.213 13.883)" r="18.578"/>
- <radialGradient id="br" gradientUnits="userSpaceOnUse" cy="171.79" cx="251.69" gradientTransform="matrix(.040643 -.16438 .25253 .063961 -21.612 69.314)" r="21.531">
- <stop stop-color="#eeeeec" offset="0"/>
- <stop stop-color="#090908" stop-opacity=".96622" offset="1"/>
- </radialGradient>
- <linearGradient id="bg" y2="179.04" xlink:href="#az" gradientUnits="userSpaceOnUse" x2="222.73" gradientTransform="matrix(.13883 0 0 .13367 -4.9888 13.067)" y1="171.62" x1="236.75"/>
- <radialGradient id="bs" gradientUnits="userSpaceOnUse" cy="111.3" cx="439.05" gradientTransform="matrix(.071034 -.056703 .11549 .15363 -18.07 41.978)" r="75.752">
- <stop stop-color="#eeeeec" offset="0"/>
- <stop stop-color="#babdb6" offset="1"/>
- </radialGradient>
- <linearGradient id="bh" y2="114.23" gradientUnits="userSpaceOnUse" x2="457.2" gradientTransform="matrix(.072459 0 0 .10109 -4.6279 19.41)" y1="289.78" x1="457.2">
- <stop stop-color="#2e3436" offset="0"/>
- <stop stop-color="#fff" offset="1"/>
- </linearGradient>
- <radialGradient id="bt" xlink:href="#ay" gradientUnits="userSpaceOnUse" cy="98.975" cx="434.13" gradientTransform="matrix(-.15022 .15417 -.1987 -.20393 113.38 -16.437)" r="74.908"/>
- <radialGradient id="bu" gradientUnits="userSpaceOnUse" cy="130.89" cx="441.36" gradientTransform="matrix(-.012867 -.088952 .29168 -.044437 -3.9993 74.887)" r="75.756">
- <stop stop-color="#3a3a3a" offset="0"/>
- <stop stop-color="#3a3a3a" stop-opacity="0" offset="1"/>
- </radialGradient>
- <radialGradient id="bv" xlink:href="#ay" gradientUnits="userSpaceOnUse" cy="131.83" cx="469.91" gradientTransform="matrix(-.14051 -.13746 .12306 -.13043 81.917 108.28)" r="74.908"/>
- <radialGradient id="bw" xlink:href="#au" gradientUnits="userSpaceOnUse" cy="218.66" cx="344.26" gradientTransform="matrix(-.013724 -.24747 .093642 -.0055498 12.749 122.21)" r="74.908"/>
- <linearGradient id="bi" y2="225.83" xlink:href="#au" gradientUnits="userSpaceOnUse" x2="280.02" gradientTransform="matrix(.093448 0 0 .13038 -14.224 11.368)" y1="126.84" x1="469.36"/>
- <radialGradient id="bx" gradientUnits="userSpaceOnUse" cy="95.382" cx="529.4" gradientTransform="matrix(0 .10037 -.10096 0 38.13 -18.815)" r="74.908">
- <stop stop-color="#2e3436" stop-opacity="0" offset="0"/>
- <stop stop-color="#2e3436" stop-opacity="0" offset=".47336"/>
- <stop stop-color="#0f1112" offset="1"/>
- </radialGradient>
- <radialGradient id="by" gradientUnits="userSpaceOnUse" cy="165.52" cx="449.88" gradientTransform="matrix(0 -.096503 .10561 0 11.021 76.299)" r="74.908">
- <stop stop-color="#eeeeec" stop-opacity="0" offset="0"/>
- <stop stop-color="#eeeeec" stop-opacity=".49804" offset=".86670"/>
- <stop stop-color="#eeeeec" stop-opacity="0" offset="1"/>
- </radialGradient>
- <radialGradient id="bz" gradientUnits="userSpaceOnUse" cy="170.41" cx="459.45" gradientTransform="matrix(.15094 -2.3254e-8 1.3013e-8 .12469 -40.912 13.001)" r="74.908">
- <stop stop-color="#eeeeec" stop-opacity=".95270" offset="0"/>
- <stop stop-color="#eeeeec" stop-opacity="0" offset=".47989"/>
- <stop stop-color="#eeeeec" stop-opacity=".99324" offset=".52296"/>
- <stop stop-color="#eeeeec" stop-opacity="0" offset=".63154"/>
- <stop stop-color="#eeeeec" stop-opacity=".23529" offset=".73835"/>
- <stop stop-color="#fff" stop-opacity=".71622" offset=".83401"/>
- <stop stop-color="#f6f6f5" stop-opacity=".27027" offset=".90514"/>
- <stop stop-color="#f2f2f0" stop-opacity=".27703" offset=".90514"/>
- <stop stop-color="#eeeeec" stop-opacity="0" offset="1"/>
- </radialGradient>
- <radialGradient id="ca" gradientUnits="userSpaceOnUse" cy="217.46" cx="502.53" gradientTransform="matrix(.10492 -.072831 .035871 .057009 -25.672 64.354)" r="74.908">
- <stop stop-color="#eeeeec" offset="0"/>
- <stop stop-color="#eeeeec" stop-opacity="0" offset="1"/>
- </radialGradient>
- <radialGradient id="cb" gradientUnits="userSpaceOnUse" cy="33.605" cx="427.8" gradientTransform="matrix(-.44827 .10225 -.081708 -.35819 230.04 -5.144)" r="74.908">
- <stop stop-color="#eeeeec" offset="0"/>
- <stop stop-color="#eeeeec" stop-opacity="0" offset="1"/>
- </radialGradient>
- <radialGradient id="cc" gradientUnits="userSpaceOnUse" cy="127.25" cx="399.88" gradientTransform="matrix(.942 -.093118 .12194 .43761 -363.99 7.6542)" r="2.0222">
- <stop stop-color="#fff" offset="0"/>
- <stop stop-color="#fff" stop-opacity="0" offset="1"/>
- </radialGradient>
- <radialGradient id="cd" gradientUnits="userSpaceOnUse" cy="127.65" cx="400.3" gradientTransform="matrix(1.0867,3.1905e-5,-1.4474e-5,0.51097,-406.97,-39.597)" r="2.0222">
- <stop stop-color="#fff" offset="0"/>
- <stop stop-color="#eeeeec" stop-opacity="0" offset="1"/>
- </radialGradient>
- <linearGradient id="bj" y2="496.34" gradientUnits="userSpaceOnUse" x2="700.41" gradientTransform="matrix(.15392 0 0 .1533 -88.254 -28.438)" y1="327.78" x1="697.91">
- <stop stop-color="#f0f0f4" offset="0"/>
- <stop stop-color="#eeeeec" offset=".037441"/>
- <stop stop-color="#eeeeec" stop-opacity=".69595" offset=".39254"/>
- <stop stop-color="#a1a29f" offset="0.908"/>
- <stop stop-color="#555753" offset="1"/>
- </linearGradient>
- <radialGradient id="ce" gradientUnits="userSpaceOnUse" cy="14.782" cx="76.166" gradientTransform="matrix(4.2066 1.9379e-8 0 .1402 -297.74 19.928)" r="21">
- <stop stop-color="#7a7c7c" offset="0"/>
- <stop stop-color="#33393a" offset="1"/>
- </radialGradient>
- <linearGradient id="bk" y2="45.818" gradientUnits="userSpaceOnUse" x2="8.5625" gradientTransform="translate(-53.5,9.8117)" y1="4.6468" x1="8.5625">
- <stop stop-color="#2f3537" offset="0"/>
- <stop stop-color="#8a8e8e" offset="0.3"/>
- <stop stop-color="#2f3537" offset="1"/>
- </linearGradient>
- <radialGradient id="cf" gradientUnits="userSpaceOnUse" cy="114.57" cx="20.892" gradientTransform="matrix(.2297 0 0 .2297 4.6135 3.9798)" r="5.256">
- <stop stop-color="#f0f0f0" offset="0"/>
- <stop stop-color="#9a9a9a" offset="1"/>
- </radialGradient>
- <radialGradient id="cg" gradientUnits="userSpaceOnUse" cy="64.568" cx="20.892" gradientTransform="matrix(.2297 0 0 .2297 4.6135 3.9798)" r="5.257">
- <stop stop-color="#f0f0f0" offset="0"/>
- <stop stop-color="#9a9a9a" offset="1"/>
- </radialGradient>
- <radialGradient id="ch" gradientUnits="userSpaceOnUse" cy="7.2679" cx="8.1436" gradientTransform="matrix(.83037 0 0 .95552 -34.846 -1.8031)" r="38.159">
- <stop stop-color="#fff" offset="0"/>
- <stop stop-color="#f8f8f8" offset="1"/>
- </radialGradient>
- <radialGradient id="ci" gradientUnits="userSpaceOnUse" cy="35.737" cx="33.967" gradientTransform="matrix(.8327 0 0 .97109 -37.62 -2.5748)" r="86.708">
- <stop stop-color="#fafafa" offset="0"/>
- <stop stop-color="#bbb" offset="1"/>
- </radialGradient>
- <radialGradient id="cj" gradientUnits="userSpaceOnUse" cy="3.7561" cx="8.8244" gradientTransform="matrix(.83945 0 0 .96329 -34.713 -1.9718)" r="37.752">
- <stop stop-color="#a3a3a3" offset="0"/>
- <stop stop-color="#4c4c4c" offset="1"/>
- </radialGradient>
- </defs>
- <g fill="none">
- <path d="m11.506 5.4943v37.907" stroke-opacity=".017544" stroke="#000" stroke-width=".98855"/>
- <path stroke-opacity=".20468" d="m12.5 5.0205v38.018" stroke="#fff"/>
- </g>
- <g opacity=".3" transform="matrix(.9138 0 0 1 4.4269 -9.3837)">
- <path fill="url(#ba)" d="m8.8251 42v4.9997c-3.2368 0.009-7.8251-1.12-7.8251-2.5s3.6121-2.4995 7.8251-2.4995z"/>
- <rect height="5" width="30.35" y="42" x="8.8251" fill="url(#av)"/>
- <path fill="url(#bb)" d="m39.175 42v4.9997c3.2369 0.0094 7.8251-1.1202 7.8251-2.5002s-3.612-2.5-7.825-2.5z"/>
- </g>
- <g transform="translate(46,32.25)">
- <rect stroke-linejoin="round" style="color:#000000" stroke-width=".89924" display="block" transform="rotate(90)" ry="1.0718" width="30.235" stroke="url(#cj)" stroke-linecap="round" y=".82638" x="-31.895" height="38.168" fill="url(#ci)"/>
- <rect stroke-linejoin="round" style="color:#000000" transform="rotate(90)" display="block" rx=".12782" ry=".13790" height="36.033" width="28.108" stroke="url(#ch)" stroke-linecap="round" y="1.8398" x="-31.148" stroke-width=".89075" fill="none"/>
- <g transform="matrix(0,1.3362,-1.0851,0,9.545,-39.685)">
- <g fill="#fff" transform="matrix(.2297 0 0 .2297 4.9671 4.245)" stroke="#000">
- <path d="m23.428 113.07c0 1.973-1.6 3.572-3.573 3.572-1.974 0-3.573-1.6-3.573-3.572 0-1.974 1.6-3.573 3.573-3.573s3.573 1.6 3.573 3.573z"/>
- <path d="m23.428 63.07c0 1.973-1.6 3.573-3.573 3.573-1.974 0-3.573-1.6-3.573-3.573 0-1.974 1.6-3.573 3.573-3.573s3.573 1.6 3.573 3.573z"/>
- </g>
- <path fill="url(#cf)" d="m9.995 29.952c0 0.4532-0.36752 0.8205-0.82073 0.8205-0.45343 0-0.82073-0.36752-0.82073-0.8205 0-0.45343 0.36752-0.82073 0.82073-0.82073 0.4532 0 0.82073 0.36752 0.82073 0.82073z"/>
- <path fill="url(#cg)" d="m9.995 18.467c0 0.4532-0.36752 0.82073-0.82073 0.82073-0.45343 0-0.82073-0.36752-0.82073-0.82073 0-0.45343 0.36752-0.82073 0.82073-0.82073 0.4532 0 0.82073 0.36752 0.82073 0.82073z"/>
- </g>
- <path stroke-linejoin="round" style="color:#000000" d="m-22.444-23.794h-10.851" stroke-opacity=".74510" stroke="#9b9b9b" stroke-linecap="round" stroke-width="1.2041" fill="none"/>
- <path stroke-linejoin="round" style="color:#000000" d="m-22.444-17.113-3.2554-6.6808" stroke-opacity=".74510" stroke="#9b9b9b" stroke-linecap="round" stroke-width="1.2041" fill="none"/>
- <path stroke-linejoin="round" style="color:#000000" d="m-33.295-17.113 3.2554-6.6808" stroke-opacity=".74510" stroke="#9b9b9b" stroke-linecap="round" stroke-width="1.2041" fill="none"/>
- <path stroke-linejoin="round" style="color:#000000" d="m-27.825-24.512v-4.7243" stroke-opacity=".74510" stroke="#9b9b9b" stroke-linecap="round" stroke-width="1.1494" fill="none"/>
- <path stroke-linejoin="round" style="color:#000000" d="m-33.295-17.113h-3.2554" stroke-opacity=".74510" stroke="#9b9b9b" stroke-linecap="round" stroke-width="1.2041" fill="none"/>
- <path stroke-linejoin="round" style="color:#000000" d="m-36.639-17.148v-5.3447" stroke-opacity=".74510" stroke="#9b9b9b" stroke-linecap="round" stroke-width="1.2041" fill="none"/>
- <path stroke-linejoin="round" style="color:#000000" d="m-22.444-17.113h6.5107" stroke-opacity=".74510" stroke="#9b9b9b" stroke-linecap="round" stroke-width="1.2041" fill="none"/>
- <path stroke-linejoin="round" style="color:#000000" d="m-15.934-15.777v-2.6723h7.5958v2.6723h-7.5958" stroke-opacity=".74510" stroke="#9b9b9b" stroke-linecap="round" stroke-width="1.2041" fill="none"/>
- <path stroke-linejoin="round" style="color:#000000" d="m-19.189-17.306v7.2734" stroke-opacity=".74510" stroke="#9b9b9b" stroke-linecap="round" stroke-width=".99326" fill="none"/>
- <path stroke-linejoin="round" style="color:#000000" d="m-5.0823-17.113h-3.2554" stroke-opacity=".74510" stroke="#9b9b9b" stroke-linecap="round" stroke-width="1.2041" fill="none"/>
- <path style="color:#000000" d="m-33.295-17.113 3.0519-2.9229-2.645-1.5032-0.40692 4.426z" fill-opacity=".74510" fill-rule="evenodd" fill="#9b9b9b"/>
- </g>
- <g transform="matrix(.92391 0 0 .875 -.53806 5.8515)">
- <g opacity=".3" transform="translate(-1.5002,1.8117)">
- <path fill="url(#ba)" d="m8.8251 42v4.9997c-3.2368 0.009-7.8251-1.12-7.8251-2.5s3.6121-2.4995 7.8251-2.4995z"/>
- <rect height="5" width="30.35" y="42" x="8.8251" fill="url(#av)"/>
- <path fill="url(#bb)" d="m39.175 42v4.9997c3.2369 0.0094 7.8251-1.1202 7.8251-2.5002s-3.612-2.5-7.825-2.5z"/>
- </g>
- <rect stroke-linejoin="round" rx="2.4749" ry="2.1004" height="26.99" width="40.99" stroke="url(#bk)" stroke-linecap="round" y="19.317" x="2.005" stroke-width="1.01" fill="url(#ce)"/>
- <rect rx="1.6573" ry="1.6573" height="24" width="40" y="21.812" x="2.4998" fill="url(#bj)"/>
- <path opacity=".27228" fill="url(#cd)" d="m30.74 24.195a2.7165 2.6372 0 0 1 -5.433 0 2.7165 2.6372 0 1 1 5.433 0z"/>
- <path fill="url(#cc)" d="m30.727 25.473a2.7042 1.8094 0 0 1 -5.4083 0 2.7042 1.8094 0 1 1 5.4083 0z"/>
- <path fill="url(#cb)" d="m38.5 33.812a10 10 0 0 1 -20 0 10 10 0 1 1 20 0z"/>
- <path fill="#888a85" d="m37.5 33.812a9 9 0 0 1 -18 0 9 9 0 1 1 18 0z"/>
- <path fill="url(#ca)" d="m39.5 33.812a11 11 0 0 1 -22 0 11 11 0 1 1 22 0z"/>
- <path fill="url(#bz)" d="m38.437 34.25a10 10 0 0 1 -20 0 10 10 0 1 1 20 0z"/>
- <path fill="url(#by)" d="m36.569 33.475a8.0691 7.8189 0 0 1 -16.138 0 8.0691 7.8189 0 1 1 16.138 0z"/>
- <path opacity=".85149" fill="url(#bx)" d="m35.5 33.812a7 7 0 0 1 -14 0 7 7 0 1 1 14 0z"/>
- <path fill="url(#bi)" d="m35.5 33.812a7 7 0 0 1 -14 0 7 7 0 1 1 14 0z"/>
- <path fill="url(#bw)" d="m35.5 34.812a7 7 0 0 1 -14 0 7 7 0 1 1 14 0z"/>
- <path opacity=".53960" fill="url(#bv)" d="m34.234 34.76a5.7665 6.0002 0 0 1 -11.533 0 5.7665 6.0002 0 1 1 11.533 0z"/>
- <path stroke-linejoin="round" d="m34.176 35.312a5.676 5.426 0 0 1 -11.352 0 5.676 5.426 0 1 1 11.352 0z" stroke="url(#bu)" stroke-linecap="round" stroke-width=".1485" fill="url(#bt)"/>
- <path stroke-linejoin="round" d="m33.928 36.812c0 2.9961-2.4316 5.4277-5.4277 5.4277s-5.4277-2.4316-5.4277-5.4277 2.4316-5.4277 5.4277-5.4277 5.4277 2.4316 5.4277 5.4277z" stroke="url(#bh)" stroke-linecap="round" stroke-width=".14459" fill="url(#bs)"/>
- <path fill="#2e3436" d="m33 36.812a4.5 4.5 0 0 1 -9 0 4.5 4.5 0 1 1 9 0z"/>
- <path opacity=".23267" fill="url(#bg)" d="m27.724 34.278c-0.08496 0.02653-0.16639 0.05752-0.24728 0.0919 0.08079-0.03461 0.1624-0.06518 0.24728-0.0919zm1.77 0.05013c0.035 0.01321 0.06988 0.02718 0.10412 0.04177-0.03437-0.01461-0.06898-0.02856-0.10412-0.04177zm-2.308 0.18798c-0.05662 0.03268-0.11114 0.06787-0.16486 0.10443 0.05331-0.03657 0.10869-0.07167 0.16486-0.10443zm-0.16486 0.10443c-0.06461 0.04398-0.12648 0.08859-0.18655 0.13785 0.05929-0.04879 0.12287-0.09417 0.18655-0.13785zm3.2754 0.18798c0.03712 0.0324 0.07334 0.06589 0.10846 0.10026-0.03511-0.03423-0.07136-0.06799-0.10846-0.10026zm-3.5271 0.0084c-0.04762 0.0418-0.09456 0.08446-0.13883 0.12949 0.04437-0.04514 0.09114-0.08753 0.13883-0.12949zm-0.13883 0.12949c-0.33737 0.34318-0.57623 0.77514-0.6681 1.2574-0.000256 0.0014 0.000257 0.0028 0 0.0042v0.88976c0.13918 0.7375 0.61747 1.3607 1.2755 1.721h2.5987c0.63044-0.34525 1.0935-0.93177 1.2538-1.6291v-1.0652c-0.072-0.315-0.203-0.61-0.387-0.868-0.142-0.184-0.307-0.317-0.485-0.389h-3.488c-0.03512 0.02614-0.06746 0.05237-0.09978 0.07937zm-0.6681 2.1513c-0.01352-0.07159-0.02313-0.14322-0.03037-0.21722 0.007 0.07375 0.01683 0.14545 0.03037 0.21722zm0-0.88976c-0.01357 0.07192-0.0234 0.14331-0.03037 0.21722 0.0072-0.07297 0.01685-0.14567 0.03037-0.21722zm4.5596-1.1822c0.02542 0.02829 0.04966 0.05836 0.07375 0.08772-0.02444-0.02974-0.04796-0.05908-0.07375-0.08772zm-2.828 3.991c0.05283 0.01722 0.10623 0.03193 0.16052 0.04595-0.05432-0.01407-0.10765-0.02866-0.16052-0.04595zm1.6876 0c-0.05312 0.01729-0.10592 0.03188-0.16052 0.04595 0.05429-0.01402 0.10769-0.02874 0.16052-0.04595z"/>
- <path opacity=".37557" fill="url(#br)" d="m26.234 33.812c-0.535 0.385-0.965 0.904-1.234 1.501v2.946c0.28195 0.62634 0.73926 1.1627 1.3106 1.5527h4.4296c0.538-0.369 0.975-0.868 1.259-1.45v-3.1465c-0.271-0.557-0.682-1.041-1.189-1.404h-4.5769z"/>
- <path fill="#2e3436" d="m27.734 34.215c-0.08393 0.02688-0.16438 0.05827-0.24429 0.0931 0.07981-0.03506 0.16044-0.06603 0.24429-0.0931zm1.7486 0.05078c0.03457 0.01338 0.06903 0.02754 0.10286 0.04232-0.03396-0.0148-0.06815-0.02893-0.10286-0.04232zm-2.28 0.19043c-0.05593 0.03311-0.1098 0.06876-0.16286 0.1058 0.05266-0.03705 0.10737-0.07261 0.16286-0.1058zm-0.16286 0.1058c-0.06383 0.04455-0.12495 0.08974-0.18429 0.13965 0.05858-0.04943 0.12138-0.0954 0.18429-0.13965zm3.2357 0.19043c0.03667 0.03282 0.07245 0.06675 0.10715 0.10157-0.03468-0.03468-0.07049-0.06888-0.10715-0.10157zm-3.4843 0.0085c-0.04705 0.04235-0.09341 0.08557-0.13714 0.13119 0.04384-0.04573 0.09004-0.08867 0.13714-0.13119zm-0.138 0.132c-0.33328 0.34766-0.56925 0.78528-0.66001 1.2738-0.000253 0.0014 0.000254 0.0029 0 0.0042v0.90138c0.13749 0.74714 0.60999 1.3785 1.26 1.7435h2.5672c0.6228-0.34977 1.0802-0.94395 1.2386-1.6504v-1.0792c-0.07047-0.31936-0.2005-0.61814-0.38143-0.88022-0.14074-0.1859-0.30357-0.32067-0.48-0.39356h-3.4458c-0.03469 0.02648-0.06665 0.05306-0.09857 0.0804zm-0.66001 2.1794c-0.01335-0.07252-0.02285-0.14509-0.03-0.22006 0.0069 0.07472 0.01662 0.14735 0.03 0.22006zm0-0.90138c-0.01341 0.07286-0.02312 0.14518-0.03 0.22006 0.0071-0.07392 0.01665-0.14757 0.03-0.22006zm4.5043-1.1976c0.02511 0.02866 0.04905 0.05912 0.07286 0.08887-0.02414-0.03013-0.04738-0.05985-0.07286-0.08887zm-2.7943 4.0414c0.05219 0.01744 0.10494 0.03235 0.15857 0.04655-0.05367-0.01425-0.10635-0.02904-0.15857-0.04655zm1.6672 0c-0.05248 0.01752-0.10464 0.0323-0.15857 0.04655 0.05363-0.0142 0.10638-0.02911 0.15857-0.04655z"/>
- <path opacity=".23267" fill="url(#bq)" d="m27.734 34.153c-0.08393 0.02723-0.16438 0.05903-0.24429 0.0943 0.07981-0.03551 0.16044-0.06688 0.24429-0.0943zm1.7486 0.05144c0.03457 0.01355 0.06903 0.02789 0.10286 0.04286-0.034-0.015-0.069-0.029-0.103-0.043zm-2.281 0.193c-0.05593 0.03353-0.1098 0.06965-0.16286 0.10716 0.05266-0.03753 0.10737-0.07354 0.16286-0.10716zm-0.16286 0.10716c-0.06383 0.04513-0.12495 0.0909-0.18429 0.14145 0.05858-0.05006 0.12138-0.09663 0.18429-0.14145zm3.2357 0.19289c0.03667 0.03325 0.07245 0.06761 0.10715 0.10288-0.03468-0.03512-0.07049-0.06977-0.10715-0.10288zm-3.4843 0.0086c-0.04705 0.0429-0.09341 0.08667-0.13714 0.13288 0.04384-0.04632 0.09004-0.08982 0.13714-0.13288zm-0.138 0.133c-0.33328 0.35214-0.56925 0.7954-0.66001 1.2902-0.000253 0.0014 0.000254 0.0029 0 0.0043v0.91301c0.13749 0.75678 0.60999 1.3962 1.26 1.766h2.5672c0.6228-0.35428 1.0802-0.95612 1.2386-1.6717v-1.0931c-0.071-0.324-0.201-0.627-0.382-0.892-0.141-0.188-0.303-0.325-0.48-0.399h-3.4458c-0.03469 0.02682-0.06665 0.05374-0.09857 0.08144zm-0.66 2.207c-0.01335-0.07346-0.02285-0.14697-0.03-0.22289 0.0069 0.07568 0.01662 0.14925 0.03 0.22289zm0-0.91301c-0.01341 0.0738-0.02312 0.14705-0.03 0.2229 0.0071-0.07488 0.01665-0.14948 0.03-0.2229zm4.5043-1.2131c0.02511 0.02903 0.04905 0.05988 0.07286 0.09002-0.02414-0.03052-0.04738-0.06063-0.07286-0.09002zm-2.7943 4.0935c0.05219 0.01767 0.10494 0.03277 0.15857 0.04715-0.054-0.015-0.107-0.03-0.159-0.048zm1.6672 0c-0.05248 0.01774-0.10464 0.03271-0.15857 0.04715 0.05363-0.01438 0.10638-0.02949 0.15857-0.04715z"/>
- <path fill-opacity=".50543" d="m28.512 34.806c-1.0298-0.000002-1.8752 0.77295-1.9851 1.7632-0.0046 0.04174-0.008 0.08347-0.0099 0.12595-0.0014 0.0304-0.005 0.05994-0.005 0.09068 0 0.0067-0.000067 0.01348 0 0.02015-0.000067 0.0067 0 0.01346 0 0.02015 0.000605 0.03001 0.003 0.06102 0.005 0.09068 0.002 0.04247 0.0053 0.08421 0.0099 0.12595 0.10987 0.99028 0.95525 1.7632 1.9851 1.7632s1.8752-0.77295 1.9851-1.7632c0.0046-0.04174 0.008-0.08347 0.0099-0.12595 0.0024-0.03624 0.0046-0.07407 0.005-0.11083-0.00037-0.03675-0.0026-0.0746-0.005-0.11083-0.002-0.042-0.005-0.084-0.01-0.126-0.11-0.99-0.955-1.763-1.985-1.763z"/>
- <path stroke-linejoin="round" d="m39.016 33.812a10.516 10.516 0 0 1 -21.033 0 10.516 10.516 0 1 1 21.033 0z" stroke="url(#bp)" stroke-linecap="round" fill="none"/>
- <path d="m29.013 24.307a2.0122 2.017 0 0 1 -4.0244 0 2.0122 2.017 0 1 1 4.0244 0z" fill-rule="evenodd" stroke="url(#bf)" stroke-miterlimit="10" stroke-width=".97678" fill="#2e3436"/>
- <path opacity=".34706" fill-rule="evenodd" d="m27.834 24.314a0.81921 0.82118 0 0 1 -1.6384 0 0.81921 0.82118 0 1 1 1.6384 0z"/>
- <path opacity=".30588" d="m28.417 16.445a0.8397 0.8397 0 1 1 -1.6794 0 0.8397 0.8397 0 1 1 1.6794 0z" fill-rule="evenodd" transform="matrix(.6932 0 0 .69486 8.2648 13.585)" filter="url(#ck)" fill="#fff"/>
- <path d="m23.18 25.395a1.2632 1.2632 0 0 1 -2.5263 0 1.2632 1.2632 0 1 1 2.5263 0z" fill-rule="evenodd" stroke="url(#be)" stroke-miterlimit="10" stroke-width=".47368" fill="#2e3436"/>
- <rect rx=".93042" ry=".79550" height="2.2404" width="8.2404" stroke="url(#bd)" y="23.192" x="32.88" stroke-width=".75957" fill="url(#bc)"/>
- <path d="m17.228 20.683a3.7307 1.6168 0 0 1 -7.4614 0 3.7307 1.6168 0 1 1 7.4614 0z" stroke-opacity=".99608" fill-rule="evenodd" stroke="url(#bo)" stroke-miterlimit="10" stroke-width=".4957" fill="#2e3436"/>
- <path fill-rule="evenodd" fill="url(#bn)" d="m16.5 20.062a3 1.25 0 0 1 -6 0 3 1.25 0 1 1 6 0z"/>
- <rect stroke-linejoin="round" rx=".51201" ry=".55650" height="1.4607" width="1.4429" stroke="url(#bm)" stroke-miterlimit="0" y="20.772" x="12.662" stroke-width=".30218" fill="#2e3436"/>
- <rect opacity=".4" stroke-linejoin="round" rx="1.3157" ry="1.3157" height="22.999" width="38.999" stroke="url(#cl)" stroke-linecap="round" y="22.312" x="3.0002" stroke-width="1.0008" fill="none"/>
- <path opacity=".8" d="m32 37.11c0 1.933-1.567 3.5-3.5 3.5s-3.5-1.567-3.5-3.5 1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5z" fill-rule="evenodd" fill="url(#bl)"/>
- <rect opacity=".5" rx="1" ry="1" height="10" width="2" y="29.812" x="9.4998" fill="#eeeeec"/>
- <rect opacity=".2" rx="1" ry="1" height="8" width="2" y="30.812" x="13.5" fill="#555753"/>
- </g>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<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: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"
+ height="48"
+ width="48"
+ version="1.1"
+ id="svg2"
+ inkscape:version="0.47 r22583"
+ sodipodi:docname="icon_bitmap2component.svg">
+ <metadata
+ id="metadata347">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1280"
+ inkscape:window-height="949"
+ id="namedview345"
+ showgrid="false"
+ inkscape:zoom="4.9166667"
+ inkscape:cx="24"
+ inkscape:cy="23.59322"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective349" />
+ <linearGradient
+ id="aw">
+ <stop
+ offset="0"
+ id="stop7" />
+ <stop
+ stop-opacity="0"
+ offset="1"
+ id="stop9" />
+ </linearGradient>
+ <linearGradient
+ id="au">
+ <stop
+ stop-color="#555753"
+ stop-opacity="0"
+ offset="0"
+ id="stop12" />
+ <stop
+ stop-color="#eeeeec"
+ offset="1"
+ id="stop14" />
+ </linearGradient>
+ <linearGradient
+ id="ay">
+ <stop
+ stop-color="#2e3436"
+ offset="0"
+ id="stop17" />
+ <stop
+ stop-color="#555753"
+ stop-opacity="0"
+ offset="1"
+ id="stop19" />
+ </linearGradient>
+ <linearGradient
+ id="az">
+ <stop
+ stop-color="#eeeeec"
+ offset="0"
+ id="stop22" />
+ <stop
+ stop-color="#fff"
+ stop-opacity="0"
+ offset="1"
+ id="stop24" />
+ </linearGradient>
+ <linearGradient
+ id="ax">
+ <stop
+ stop-color="#888a85"
+ offset="0"
+ id="stop27" />
+ <stop
+ stop-color="#fff"
+ offset="1"
+ id="stop29" />
+ </linearGradient>
+ <filter
+ id="ck"
+ height="1.6824"
+ width="1.6824"
+ color-interpolation-filters="sRGB"
+ y="-.34118"
+ x="-.34118">
+ <feGaussianBlur
+ stdDeviation="0.28648224"
+ id="feGaussianBlur32" />
+ </filter>
+ <linearGradient
+ id="at">
+ <stop
+ stop-color="#dee3e0"
+ offset="0"
+ id="stop35" />
+ <stop
+ stop-color="#dee3e0"
+ stop-opacity="0"
+ offset="1"
+ id="stop37" />
+ </linearGradient>
+ <radialGradient
+ id="ba"
+ xlink:href="#aw"
+ gradientUnits="userSpaceOnUse"
+ cy="486.65"
+ cx="605.71"
+ gradientTransform="matrix(-.062854 0 0 .020588 46.705 34.451)"
+ r="117.14" />
+ <linearGradient
+ id="av"
+ y2="609.51"
+ gradientUnits="userSpaceOnUse"
+ x2="302.86"
+ gradientTransform="matrix(.062854 0 0 .020588 1.2826 34.451)"
+ y1="366.65"
+ x1="302.86">
+ <stop
+ stop-opacity="0"
+ offset="0"
+ id="stop41" />
+ <stop
+ offset=".5"
+ id="stop43" />
+ <stop
+ stop-opacity="0"
+ offset="1"
+ id="stop45" />
+ </linearGradient>
+ <radialGradient
+ id="bb"
+ xlink:href="#aw"
+ gradientUnits="userSpaceOnUse"
+ cy="486.65"
+ cx="605.71"
+ gradientTransform="matrix(.062854 0 0 .020588 1.295 34.451)"
+ r="117.14" />
+ <radialGradient
+ id="bl"
+ gradientUnits="userSpaceOnUse"
+ cy="188.5"
+ cx="171.25"
+ gradientTransform="matrix(.23274 0 0 .23274 -13.152 -9.0643)"
+ r="19">
+ <stop
+ stop-color="#b100cb"
+ offset="0"
+ id="stop49" />
+ <stop
+ stop-color="#204a87"
+ stop-opacity="0"
+ offset="1"
+ id="stop51" />
+ </radialGradient>
+ <linearGradient
+ id="cl"
+ y2="53.914"
+ gradientUnits="userSpaceOnUse"
+ x2="11.692"
+ gradientTransform="matrix(.97498 0 0 .9583 -.89967 3.1462)"
+ y1="20.521"
+ x1="10.666">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop54" />
+ <stop
+ stop-color="#fff"
+ stop-opacity="0"
+ offset="1"
+ id="stop56" />
+ </linearGradient>
+ <radialGradient
+ id="bm"
+ xlink:href="#at"
+ gradientUnits="userSpaceOnUse"
+ cy="12.007"
+ cx="14.739"
+ gradientTransform="matrix(-3.3976e-6,-2.2552,3.3832,-5.402e-6,-27.32,54.059)"
+ r=".54688" />
+ <radialGradient
+ id="bn"
+ gradientUnits="userSpaceOnUse"
+ cy="17.109"
+ cx="9.2366"
+ gradientTransform="matrix(1.2675 -4.6716e-7 1.8899e-7 .44533 1.7922 12.443)"
+ r="2.961">
+ <stop
+ stop-color="#e9e9e9"
+ offset="0"
+ id="stop60" />
+ <stop
+ stop-color="#a7a7a7"
+ offset="0"
+ id="stop62" />
+ <stop
+ stop-color="#bebebe"
+ offset="0.529"
+ id="stop64" />
+ <stop
+ stop-color="#e7e7e7"
+ offset="1"
+ id="stop66" />
+ </radialGradient>
+ <radialGradient
+ id="bo"
+ xlink:href="#at"
+ gradientUnits="userSpaceOnUse"
+ cy="20.823"
+ cx="9.119"
+ gradientTransform="matrix(0 -.60512 2.7541 0 -44.001 27.997)"
+ r="3.177" />
+ <linearGradient
+ id="bc"
+ y2="30.191"
+ gradientUnits="userSpaceOnUse"
+ x2="6.5596"
+ gradientTransform="matrix(1.3054 0 0 .96884 27.658 -4.2992)"
+ y1="28.781"
+ x1="6.5596">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop70" />
+ <stop
+ stop-color="#d7dbc7"
+ offset="1"
+ id="stop72" />
+ </linearGradient>
+ <linearGradient
+ id="bd"
+ y2="22.713"
+ gradientUnits="userSpaceOnUse"
+ x2="8.5602"
+ gradientTransform="matrix(1.1646 0 0 .37791 27.782 13.975)"
+ y1="29.18"
+ x1="5.3348">
+ <stop
+ stop-color="#eee"
+ offset="0"
+ id="stop75" />
+ <stop
+ stop-color="#a2a2a2"
+ offset="1"
+ id="stop77" />
+ </linearGradient>
+ <linearGradient
+ id="be"
+ y2="24.938"
+ xlink:href="#ax"
+ gradientUnits="userSpaceOnUse"
+ x2="24"
+ gradientTransform="matrix(.67368 0 0 .67368 6.6323 9.8582)"
+ y1="22.125"
+ x1="22.062" />
+ <linearGradient
+ id="bf"
+ y2="26.868"
+ xlink:href="#ax"
+ gradientUnits="userSpaceOnUse"
+ x2="24.082"
+ gradientTransform="matrix(1.0732 0 0 1.0757 2.6528 -.50307)"
+ y1="21.016"
+ x1="21.568" />
+ <radialGradient
+ id="bp"
+ gradientUnits="userSpaceOnUse"
+ cy="62.526"
+ cx="442.29"
+ gradientTransform="matrix(-1.3017e-5,-1.3896,0.25862,0,12.335,648.41)"
+ r="77.923">
+ <stop
+ stop-color="#777"
+ stop-opacity="0"
+ offset="0"
+ id="stop82" />
+ <stop
+ stop-color="#2b2b2b"
+ offset="1"
+ id="stop84" />
+ </radialGradient>
+ <radialGradient
+ id="bq"
+ xlink:href="#az"
+ gradientUnits="userSpaceOnUse"
+ cy="183.64"
+ cx="258.76"
+ gradientTransform="matrix(.17369 -.0023476 .0017845 .13208 -14.213 13.883)"
+ r="18.578" />
+ <radialGradient
+ id="br"
+ gradientUnits="userSpaceOnUse"
+ cy="171.79"
+ cx="251.69"
+ gradientTransform="matrix(.040643 -.16438 .25253 .063961 -21.612 69.314)"
+ r="21.531">
+ <stop
+ stop-color="#eeeeec"
+ offset="0"
+ id="stop88" />
+ <stop
+ stop-color="#090908"
+ stop-opacity=".96622"
+ offset="1"
+ id="stop90" />
+ </radialGradient>
+ <linearGradient
+ id="bg"
+ y2="179.04"
+ xlink:href="#az"
+ gradientUnits="userSpaceOnUse"
+ x2="222.73"
+ gradientTransform="matrix(.13883 0 0 .13367 -4.9888 13.067)"
+ y1="171.62"
+ x1="236.75" />
+ <radialGradient
+ id="bs"
+ gradientUnits="userSpaceOnUse"
+ cy="111.3"
+ cx="439.05"
+ gradientTransform="matrix(.071034 -.056703 .11549 .15363 -18.07 41.978)"
+ r="75.752">
+ <stop
+ stop-color="#eeeeec"
+ offset="0"
+ id="stop94" />
+ <stop
+ stop-color="#babdb6"
+ offset="1"
+ id="stop96" />
+ </radialGradient>
+ <linearGradient
+ id="bh"
+ y2="114.23"
+ gradientUnits="userSpaceOnUse"
+ x2="457.2"
+ gradientTransform="matrix(.072459 0 0 .10109 -4.6279 19.41)"
+ y1="289.78"
+ x1="457.2">
+ <stop
+ stop-color="#2e3436"
+ offset="0"
+ id="stop99" />
+ <stop
+ stop-color="#fff"
+ offset="1"
+ id="stop101" />
+ </linearGradient>
+ <radialGradient
+ id="bt"
+ xlink:href="#ay"
+ gradientUnits="userSpaceOnUse"
+ cy="98.975"
+ cx="434.13"
+ gradientTransform="matrix(-.15022 .15417 -.1987 -.20393 113.38 -16.437)"
+ r="74.908" />
+ <radialGradient
+ id="bu"
+ gradientUnits="userSpaceOnUse"
+ cy="130.89"
+ cx="441.36"
+ gradientTransform="matrix(-.012867 -.088952 .29168 -.044437 -3.9993 74.887)"
+ r="75.756">
+ <stop
+ stop-color="#3a3a3a"
+ offset="0"
+ id="stop105" />
+ <stop
+ stop-color="#3a3a3a"
+ stop-opacity="0"
+ offset="1"
+ id="stop107" />
+ </radialGradient>
+ <radialGradient
+ id="bv"
+ xlink:href="#ay"
+ gradientUnits="userSpaceOnUse"
+ cy="131.83"
+ cx="469.91"
+ gradientTransform="matrix(-.14051 -.13746 .12306 -.13043 81.917 108.28)"
+ r="74.908" />
+ <radialGradient
+ id="bw"
+ xlink:href="#au"
+ gradientUnits="userSpaceOnUse"
+ cy="218.66"
+ cx="344.26"
+ gradientTransform="matrix(-.013724 -.24747 .093642 -.0055498 12.749 122.21)"
+ r="74.908" />
+ <linearGradient
+ id="bi"
+ y2="225.83"
+ xlink:href="#au"
+ gradientUnits="userSpaceOnUse"
+ x2="280.02"
+ gradientTransform="matrix(.093448 0 0 .13038 -14.224 11.368)"
+ y1="126.84"
+ x1="469.36" />
+ <radialGradient
+ id="bx"
+ gradientUnits="userSpaceOnUse"
+ cy="95.382"
+ cx="529.4"
+ gradientTransform="matrix(0 .10037 -.10096 0 38.13 -18.815)"
+ r="74.908">
+ <stop
+ stop-color="#2e3436"
+ stop-opacity="0"
+ offset="0"
+ id="stop113" />
+ <stop
+ stop-color="#2e3436"
+ stop-opacity="0"
+ offset=".47336"
+ id="stop115" />
+ <stop
+ stop-color="#0f1112"
+ offset="1"
+ id="stop117" />
+ </radialGradient>
+ <radialGradient
+ id="by"
+ gradientUnits="userSpaceOnUse"
+ cy="165.52"
+ cx="449.88"
+ gradientTransform="matrix(0 -.096503 .10561 0 11.021 76.299)"
+ r="74.908">
+ <stop
+ stop-color="#eeeeec"
+ stop-opacity="0"
+ offset="0"
+ id="stop120" />
+ <stop
+ stop-color="#eeeeec"
+ stop-opacity=".49804"
+ offset=".86670"
+ id="stop122" />
+ <stop
+ stop-color="#eeeeec"
+ stop-opacity="0"
+ offset="1"
+ id="stop124" />
+ </radialGradient>
+ <radialGradient
+ id="bz"
+ gradientUnits="userSpaceOnUse"
+ cy="170.41"
+ cx="459.45"
+ gradientTransform="matrix(.15094 -2.3254e-8 1.3013e-8 .12469 -40.912 13.001)"
+ r="74.908">
+ <stop
+ stop-color="#eeeeec"
+ stop-opacity=".95270"
+ offset="0"
+ id="stop127" />
+ <stop
+ stop-color="#eeeeec"
+ stop-opacity="0"
+ offset=".47989"
+ id="stop129" />
+ <stop
+ stop-color="#eeeeec"
+ stop-opacity=".99324"
+ offset=".52296"
+ id="stop131" />
+ <stop
+ stop-color="#eeeeec"
+ stop-opacity="0"
+ offset=".63154"
+ id="stop133" />
+ <stop
+ stop-color="#eeeeec"
+ stop-opacity=".23529"
+ offset=".73835"
+ id="stop135" />
+ <stop
+ stop-color="#fff"
+ stop-opacity=".71622"
+ offset=".83401"
+ id="stop137" />
+ <stop
+ stop-color="#f6f6f5"
+ stop-opacity=".27027"
+ offset=".90514"
+ id="stop139" />
+ <stop
+ stop-color="#f2f2f0"
+ stop-opacity=".27703"
+ offset=".90514"
+ id="stop141" />
+ <stop
+ stop-color="#eeeeec"
+ stop-opacity="0"
+ offset="1"
+ id="stop143" />
+ </radialGradient>
+ <radialGradient
+ id="ca"
+ gradientUnits="userSpaceOnUse"
+ cy="217.46"
+ cx="502.53"
+ gradientTransform="matrix(.10492 -.072831 .035871 .057009 -25.672 64.354)"
+ r="74.908">
+ <stop
+ stop-color="#eeeeec"
+ offset="0"
+ id="stop146" />
+ <stop
+ stop-color="#eeeeec"
+ stop-opacity="0"
+ offset="1"
+ id="stop148" />
+ </radialGradient>
+ <radialGradient
+ id="cb"
+ gradientUnits="userSpaceOnUse"
+ cy="33.605"
+ cx="427.8"
+ gradientTransform="matrix(-.44827 .10225 -.081708 -.35819 230.04 -5.144)"
+ r="74.908">
+ <stop
+ stop-color="#eeeeec"
+ offset="0"
+ id="stop151" />
+ <stop
+ stop-color="#eeeeec"
+ stop-opacity="0"
+ offset="1"
+ id="stop153" />
+ </radialGradient>
+ <radialGradient
+ id="cc"
+ gradientUnits="userSpaceOnUse"
+ cy="127.25"
+ cx="399.88"
+ gradientTransform="matrix(.942 -.093118 .12194 .43761 -363.99 7.6542)"
+ r="2.0222">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop156" />
+ <stop
+ stop-color="#fff"
+ stop-opacity="0"
+ offset="1"
+ id="stop158" />
+ </radialGradient>
+ <radialGradient
+ id="cd"
+ gradientUnits="userSpaceOnUse"
+ cy="127.65"
+ cx="400.3"
+ gradientTransform="matrix(1.0867,3.1905e-5,-1.4474e-5,0.51097,-406.97,-39.597)"
+ r="2.0222">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop161" />
+ <stop
+ stop-color="#eeeeec"
+ stop-opacity="0"
+ offset="1"
+ id="stop163" />
+ </radialGradient>
+ <linearGradient
+ id="bj"
+ y2="496.34"
+ gradientUnits="userSpaceOnUse"
+ x2="700.41"
+ gradientTransform="matrix(.15392 0 0 .1533 -88.254 -28.438)"
+ y1="327.78"
+ x1="697.91">
+ <stop
+ stop-color="#f0f0f4"
+ offset="0"
+ id="stop166" />
+ <stop
+ stop-color="#eeeeec"
+ offset=".037441"
+ id="stop168" />
+ <stop
+ stop-color="#eeeeec"
+ stop-opacity=".69595"
+ offset=".39254"
+ id="stop170" />
+ <stop
+ stop-color="#a1a29f"
+ offset="0.908"
+ id="stop172" />
+ <stop
+ stop-color="#555753"
+ offset="1"
+ id="stop174" />
+ </linearGradient>
+ <radialGradient
+ id="ce"
+ gradientUnits="userSpaceOnUse"
+ cy="14.782"
+ cx="76.166"
+ gradientTransform="matrix(4.2066 1.9379e-8 0 .1402 -297.74 19.928)"
+ r="21">
+ <stop
+ stop-color="#7a7c7c"
+ offset="0"
+ id="stop177" />
+ <stop
+ stop-color="#33393a"
+ offset="1"
+ id="stop179" />
+ </radialGradient>
+ <linearGradient
+ id="bk"
+ y2="45.818"
+ gradientUnits="userSpaceOnUse"
+ x2="8.5625"
+ gradientTransform="translate(-53.5,9.8117)"
+ y1="4.6468"
+ x1="8.5625">
+ <stop
+ stop-color="#2f3537"
+ offset="0"
+ id="stop182" />
+ <stop
+ stop-color="#8a8e8e"
+ offset="0.3"
+ id="stop184" />
+ <stop
+ stop-color="#2f3537"
+ offset="1"
+ id="stop186" />
+ </linearGradient>
+ <radialGradient
+ id="cf"
+ gradientUnits="userSpaceOnUse"
+ cy="114.57"
+ cx="20.892"
+ gradientTransform="matrix(0.2297,0,0,0.2297,4.6135,3.9798)"
+ r="5.256">
+ <stop
+ stop-color="#f0f0f0"
+ offset="0"
+ id="stop189" />
+ <stop
+ stop-color="#9a9a9a"
+ offset="1"
+ id="stop191" />
+ </radialGradient>
+ <radialGradient
+ id="cg"
+ gradientUnits="userSpaceOnUse"
+ cy="64.568"
+ cx="20.892"
+ gradientTransform="matrix(0.2297,0,0,0.2297,4.6135,3.9798)"
+ r="5.257">
+ <stop
+ stop-color="#f0f0f0"
+ offset="0"
+ id="stop194" />
+ <stop
+ stop-color="#9a9a9a"
+ offset="1"
+ id="stop196" />
+ </radialGradient>
+ <radialGradient
+ id="ch"
+ gradientUnits="userSpaceOnUse"
+ cy="7.2679"
+ cx="8.1436"
+ gradientTransform="matrix(0.83037,0,0,0.95552,-34.846,-1.8031)"
+ r="38.159">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop199" />
+ <stop
+ stop-color="#f8f8f8"
+ offset="1"
+ id="stop201" />
+ </radialGradient>
+ <radialGradient
+ id="ci"
+ gradientUnits="userSpaceOnUse"
+ cy="35.737"
+ cx="33.967"
+ gradientTransform="matrix(0.8327,0,0,0.97109,-37.62,-2.5748)"
+ r="86.708">
+ <stop
+ stop-color="#fafafa"
+ offset="0"
+ id="stop204" />
+ <stop
+ stop-color="#bbb"
+ offset="1"
+ id="stop206" />
+ </radialGradient>
+ <radialGradient
+ id="cj"
+ gradientUnits="userSpaceOnUse"
+ cy="3.7561"
+ cx="8.8244"
+ gradientTransform="matrix(0.83945,0,0,0.96329,-34.713,-1.9718)"
+ r="37.752">
+ <stop
+ stop-color="#a3a3a3"
+ offset="0"
+ id="stop209" />
+ <stop
+ stop-color="#4c4c4c"
+ offset="1"
+ id="stop211" />
+ </radialGradient>
+ </defs>
+ <g
+ fill="none"
+ id="g213">
+ <path
+ d="m11.506 5.4943v37.907"
+ stroke-opacity=".017544"
+ stroke="#000"
+ stroke-width=".98855"
+ id="path215" />
+ <path
+ stroke-opacity=".20468"
+ d="m12.5 5.0205v38.018"
+ stroke="#fff"
+ id="path217" />
+ </g>
+ <g
+ opacity=".3"
+ transform="matrix(.9138 0 0 1 4.4269 -9.3837)"
+ id="g219">
+ <path
+ fill="url(#ba)"
+ d="m8.8251 42v4.9997c-3.2368 0.009-7.8251-1.12-7.8251-2.5s3.6121-2.4995 7.8251-2.4995z"
+ id="path221" />
+ <rect
+ height="5"
+ width="30.35"
+ y="42"
+ x="8.8251"
+ fill="url(#av)"
+ id="rect223" />
+ <path
+ fill="url(#bb)"
+ d="m39.175 42v4.9997c3.2369 0.0094 7.8251-1.1202 7.8251-2.5002s-3.612-2.5-7.825-2.5z"
+ id="path225" />
+ </g>
+ <g
+ transform="translate(46,33.47034)"
+ id="g227">
+ <rect
+ style="color:#000000;fill:url(#ci);stroke:url(#cj);stroke-width:0.89924002;stroke-linecap:round;stroke-linejoin:round;display:block"
+ display="block"
+ transform="matrix(0,1,-1,0,0,0)"
+ ry="1.0718"
+ width="30.235001"
+ y="0.82638001"
+ x="-31.895"
+ height="38.167999"
+ id="rect229" />
+ <rect
+ style="color:#000000;fill:none;stroke:url(#ch);stroke-width:0.89074999;stroke-linecap:round;stroke-linejoin:round;display:block"
+ transform="matrix(0,1,-1,0,0,0)"
+ display="block"
+ rx="0.12782"
+ ry="0.13789999"
+ height="36.033001"
+ width="28.108"
+ y="1.8398"
+ x="-31.148001"
+ id="rect231" />
+ <g
+ transform="matrix(0,1.3362,-1.0851,0,9.545,-39.685)"
+ id="g233">
+ <g
+ transform="matrix(0.2297,0,0,0.2297,4.9671,4.245)"
+ id="g235"
+ style="fill:#ffffff;stroke:#000000">
+ <path
+ d="m 23.428,113.07 c 0,1.973 -1.6,3.572 -3.573,3.572 -1.974,0 -3.573,-1.6 -3.573,-3.572 0,-1.974 1.6,-3.573 3.573,-3.573 1.973,0 3.573,1.6 3.573,3.573 z"
+ id="path237" />
+ <path
+ d="m 23.428,63.07 c 0,1.973 -1.6,3.573 -3.573,3.573 -1.974,0 -3.573,-1.6 -3.573,-3.573 0,-1.974 1.6,-3.573 3.573,-3.573 1.973,0 3.573,1.6 3.573,3.573 z"
+ id="path239" />
+ </g>
+ <path
+ d="m 9.995,29.952 c 0,0.4532 -0.36752,0.8205 -0.82073,0.8205 -0.45343,0 -0.82073,-0.36752 -0.82073,-0.8205 0,-0.45343 0.36752,-0.82073 0.82073,-0.82073 0.4532,0 0.82073,0.36752 0.82073,0.82073 z"
+ id="path241"
+ style="fill:url(#cf)" />
+ <path
+ d="m 9.995,18.467 c 0,0.4532 -0.36752,0.82073 -0.82073,0.82073 -0.45343,0 -0.82073,-0.36752 -0.82073,-0.82073 0,-0.45343 0.36752,-0.82073 0.82073,-0.82073 0.4532,0 0.82073,0.36752 0.82073,0.82073 z"
+ id="path243"
+ style="fill:url(#cg)" />
+ </g>
+ <path
+ style="color:#000000;fill:none;stroke:#9b9b9b;stroke-width:1.20410001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.74510001"
+ d="M -22.444,-23.794 H -33.295"
+ id="path245" />
+ <path
+ style="color:#000000;fill:none;stroke:#9b9b9b;stroke-width:1.20410001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.74510001"
+ d="m -22.444,-17.113 -3.2554,-6.6808"
+ id="path247" />
+ <path
+ style="color:#000000;fill:none;stroke:#9b9b9b;stroke-width:1.20410001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.74510001"
+ d="m -33.295,-17.113 3.2554,-6.6808"
+ id="path249" />
+ <path
+ style="color:#000000;fill:none;stroke:#9b9b9b;stroke-width:1.1494;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.74510001"
+ d="m -27.825,-24.512 v -4.7243"
+ id="path251" />
+ <path
+ style="color:#000000;fill:none;stroke:#9b9b9b;stroke-width:1.20410001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.74510001"
+ d="m -33.295,-17.113 h -3.2554"
+ id="path253" />
+ <path
+ style="color:#000000;fill:none;stroke:#9b9b9b;stroke-width:1.20410001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.74510001"
+ d="m -36.639,-17.148 v -5.3447"
+ id="path255" />
+ <path
+ style="color:#000000;fill:none;stroke:#9b9b9b;stroke-width:1.20410001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.74510001"
+ d="m -22.444,-17.113 h 6.5107"
+ id="path257" />
+ <path
+ style="color:#000000;fill:none;stroke:#9b9b9b;stroke-width:1.20410001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.74510001"
+ d="m -15.934,-15.777 v -2.6723 h 7.5958 v 2.6723 h -7.5958"
+ id="path259" />
+ <path
+ style="color:#000000;fill:none;stroke:#9b9b9b;stroke-width:0.99326003;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.74510001"
+ d="m -19.189,-17.306 v 7.2734"
+ id="path261" />
+ <path
+ style="color:#000000;fill:none;stroke:#9b9b9b;stroke-width:1.20410001;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.74510001"
+ d="M -5.0823,-17.113 H -8.3377"
+ id="path263" />
+ <path
+ style="color:#000000;fill:#9b9b9b;fill-opacity:0.74510001;fill-rule:evenodd"
+ d="m -33.295,-17.113 3.0519,-2.9229 -2.645,-1.5032 -0.40692,4.426 z"
+ id="path265" />
+ </g>
+ <g
+ transform="matrix(.92391 0 0 .875 -.53806 5.8515)"
+ id="g267">
+ <g
+ opacity=".3"
+ transform="translate(-1.5002,1.8117)"
+ id="g269">
+ <path
+ fill="url(#ba)"
+ d="m8.8251 42v4.9997c-3.2368 0.009-7.8251-1.12-7.8251-2.5s3.6121-2.4995 7.8251-2.4995z"
+ id="path271" />
+ <rect
+ height="5"
+ width="30.35"
+ y="42"
+ x="8.8251"
+ fill="url(#av)"
+ id="rect273" />
+ <path
+ fill="url(#bb)"
+ d="m39.175 42v4.9997c3.2369 0.0094 7.8251-1.1202 7.8251-2.5002s-3.612-2.5-7.825-2.5z"
+ id="path275" />
+ </g>
+ <rect
+ stroke-linejoin="round"
+ rx="2.4749"
+ ry="2.1004"
+ height="26.99"
+ width="40.99"
+ stroke="url(#bk)"
+ stroke-linecap="round"
+ y="19.317"
+ x="2.005"
+ stroke-width="1.01"
+ fill="url(#ce)"
+ id="rect277" />
+ <rect
+ rx="1.6573"
+ ry="1.6573"
+ height="24"
+ width="40"
+ y="21.812"
+ x="2.4998"
+ fill="url(#bj)"
+ id="rect279" />
+ <path
+ opacity=".27228"
+ fill="url(#cd)"
+ d="m30.74 24.195a2.7165 2.6372 0 0 1 -5.433 0 2.7165 2.6372 0 1 1 5.433 0z"
+ id="path281" />
+ <path
+ fill="url(#cc)"
+ d="m30.727 25.473a2.7042 1.8094 0 0 1 -5.4083 0 2.7042 1.8094 0 1 1 5.4083 0z"
+ id="path283" />
+ <path
+ fill="url(#cb)"
+ d="m38.5 33.812a10 10 0 0 1 -20 0 10 10 0 1 1 20 0z"
+ id="path285" />
+ <path
+ fill="#888a85"
+ d="m37.5 33.812a9 9 0 0 1 -18 0 9 9 0 1 1 18 0z"
+ id="path287" />
+ <path
+ fill="url(#ca)"
+ d="m39.5 33.812a11 11 0 0 1 -22 0 11 11 0 1 1 22 0z"
+ id="path289" />
+ <path
+ fill="url(#bz)"
+ d="m38.437 34.25a10 10 0 0 1 -20 0 10 10 0 1 1 20 0z"
+ id="path291" />
+ <path
+ fill="url(#by)"
+ d="m36.569 33.475a8.0691 7.8189 0 0 1 -16.138 0 8.0691 7.8189 0 1 1 16.138 0z"
+ id="path293" />
+ <path
+ opacity=".85149"
+ fill="url(#bx)"
+ d="m35.5 33.812a7 7 0 0 1 -14 0 7 7 0 1 1 14 0z"
+ id="path295" />
+ <path
+ fill="url(#bi)"
+ d="m35.5 33.812a7 7 0 0 1 -14 0 7 7 0 1 1 14 0z"
+ id="path297" />
+ <path
+ fill="url(#bw)"
+ d="m35.5 34.812a7 7 0 0 1 -14 0 7 7 0 1 1 14 0z"
+ id="path299" />
+ <path
+ opacity=".53960"
+ fill="url(#bv)"
+ d="m34.234 34.76a5.7665 6.0002 0 0 1 -11.533 0 5.7665 6.0002 0 1 1 11.533 0z"
+ id="path301" />
+ <path
+ stroke-linejoin="round"
+ d="m34.176 35.312a5.676 5.426 0 0 1 -11.352 0 5.676 5.426 0 1 1 11.352 0z"
+ stroke="url(#bu)"
+ stroke-linecap="round"
+ stroke-width=".1485"
+ fill="url(#bt)"
+ id="path303" />
+ <path
+ stroke-linejoin="round"
+ d="m33.928 36.812c0 2.9961-2.4316 5.4277-5.4277 5.4277s-5.4277-2.4316-5.4277-5.4277 2.4316-5.4277 5.4277-5.4277 5.4277 2.4316 5.4277 5.4277z"
+ stroke="url(#bh)"
+ stroke-linecap="round"
+ stroke-width=".14459"
+ fill="url(#bs)"
+ id="path305" />
+ <path
+ fill="#2e3436"
+ d="m33 36.812a4.5 4.5 0 0 1 -9 0 4.5 4.5 0 1 1 9 0z"
+ id="path307" />
+ <path
+ opacity=".23267"
+ fill="url(#bg)"
+ d="m27.724 34.278c-0.08496 0.02653-0.16639 0.05752-0.24728 0.0919 0.08079-0.03461 0.1624-0.06518 0.24728-0.0919zm1.77 0.05013c0.035 0.01321 0.06988 0.02718 0.10412 0.04177-0.03437-0.01461-0.06898-0.02856-0.10412-0.04177zm-2.308 0.18798c-0.05662 0.03268-0.11114 0.06787-0.16486 0.10443 0.05331-0.03657 0.10869-0.07167 0.16486-0.10443zm-0.16486 0.10443c-0.06461 0.04398-0.12648 0.08859-0.18655 0.13785 0.05929-0.04879 0.12287-0.09417 0.18655-0.13785zm3.2754 0.18798c0.03712 0.0324 0.07334 0.06589 0.10846 0.10026-0.03511-0.03423-0.07136-0.06799-0.10846-0.10026zm-3.5271 0.0084c-0.04762 0.0418-0.09456 0.08446-0.13883 0.12949 0.04437-0.04514 0.09114-0.08753 0.13883-0.12949zm-0.13883 0.12949c-0.33737 0.34318-0.57623 0.77514-0.6681 1.2574-0.000256 0.0014 0.000257 0.0028 0 0.0042v0.88976c0.13918 0.7375 0.61747 1.3607 1.2755 1.721h2.5987c0.63044-0.34525 1.0935-0.93177 1.2538-1.6291v-1.0652c-0.072-0.315-0.203-0.61-0.387-0.868-0.142-0.184-0.307-0.317-0.485-0.389h-3.488c-0.03512 0.02614-0.06746 0.05237-0.09978 0.07937zm-0.6681 2.1513c-0.01352-0.07159-0.02313-0.14322-0.03037-0.21722 0.007 0.07375 0.01683 0.14545 0.03037 0.21722zm0-0.88976c-0.01357 0.07192-0.0234 0.14331-0.03037 0.21722 0.0072-0.07297 0.01685-0.14567 0.03037-0.21722zm4.5596-1.1822c0.02542 0.02829 0.04966 0.05836 0.07375 0.08772-0.02444-0.02974-0.04796-0.05908-0.07375-0.08772zm-2.828 3.991c0.05283 0.01722 0.10623 0.03193 0.16052 0.04595-0.05432-0.01407-0.10765-0.02866-0.16052-0.04595zm1.6876 0c-0.05312 0.01729-0.10592 0.03188-0.16052 0.04595 0.05429-0.01402 0.10769-0.02874 0.16052-0.04595z"
+ id="path309" />
+ <path
+ opacity=".37557"
+ fill="url(#br)"
+ d="m26.234 33.812c-0.535 0.385-0.965 0.904-1.234 1.501v2.946c0.28195 0.62634 0.73926 1.1627 1.3106 1.5527h4.4296c0.538-0.369 0.975-0.868 1.259-1.45v-3.1465c-0.271-0.557-0.682-1.041-1.189-1.404h-4.5769z"
+ id="path311" />
+ <path
+ fill="#2e3436"
+ d="m27.734 34.215c-0.08393 0.02688-0.16438 0.05827-0.24429 0.0931 0.07981-0.03506 0.16044-0.06603 0.24429-0.0931zm1.7486 0.05078c0.03457 0.01338 0.06903 0.02754 0.10286 0.04232-0.03396-0.0148-0.06815-0.02893-0.10286-0.04232zm-2.28 0.19043c-0.05593 0.03311-0.1098 0.06876-0.16286 0.1058 0.05266-0.03705 0.10737-0.07261 0.16286-0.1058zm-0.16286 0.1058c-0.06383 0.04455-0.12495 0.08974-0.18429 0.13965 0.05858-0.04943 0.12138-0.0954 0.18429-0.13965zm3.2357 0.19043c0.03667 0.03282 0.07245 0.06675 0.10715 0.10157-0.03468-0.03468-0.07049-0.06888-0.10715-0.10157zm-3.4843 0.0085c-0.04705 0.04235-0.09341 0.08557-0.13714 0.13119 0.04384-0.04573 0.09004-0.08867 0.13714-0.13119zm-0.138 0.132c-0.33328 0.34766-0.56925 0.78528-0.66001 1.2738-0.000253 0.0014 0.000254 0.0029 0 0.0042v0.90138c0.13749 0.74714 0.60999 1.3785 1.26 1.7435h2.5672c0.6228-0.34977 1.0802-0.94395 1.2386-1.6504v-1.0792c-0.07047-0.31936-0.2005-0.61814-0.38143-0.88022-0.14074-0.1859-0.30357-0.32067-0.48-0.39356h-3.4458c-0.03469 0.02648-0.06665 0.05306-0.09857 0.0804zm-0.66001 2.1794c-0.01335-0.07252-0.02285-0.14509-0.03-0.22006 0.0069 0.07472 0.01662 0.14735 0.03 0.22006zm0-0.90138c-0.01341 0.07286-0.02312 0.14518-0.03 0.22006 0.0071-0.07392 0.01665-0.14757 0.03-0.22006zm4.5043-1.1976c0.02511 0.02866 0.04905 0.05912 0.07286 0.08887-0.02414-0.03013-0.04738-0.05985-0.07286-0.08887zm-2.7943 4.0414c0.05219 0.01744 0.10494 0.03235 0.15857 0.04655-0.05367-0.01425-0.10635-0.02904-0.15857-0.04655zm1.6672 0c-0.05248 0.01752-0.10464 0.0323-0.15857 0.04655 0.05363-0.0142 0.10638-0.02911 0.15857-0.04655z"
+ id="path313" />
+ <path
+ opacity=".23267"
+ fill="url(#bq)"
+ d="m27.734 34.153c-0.08393 0.02723-0.16438 0.05903-0.24429 0.0943 0.07981-0.03551 0.16044-0.06688 0.24429-0.0943zm1.7486 0.05144c0.03457 0.01355 0.06903 0.02789 0.10286 0.04286-0.034-0.015-0.069-0.029-0.103-0.043zm-2.281 0.193c-0.05593 0.03353-0.1098 0.06965-0.16286 0.10716 0.05266-0.03753 0.10737-0.07354 0.16286-0.10716zm-0.16286 0.10716c-0.06383 0.04513-0.12495 0.0909-0.18429 0.14145 0.05858-0.05006 0.12138-0.09663 0.18429-0.14145zm3.2357 0.19289c0.03667 0.03325 0.07245 0.06761 0.10715 0.10288-0.03468-0.03512-0.07049-0.06977-0.10715-0.10288zm-3.4843 0.0086c-0.04705 0.0429-0.09341 0.08667-0.13714 0.13288 0.04384-0.04632 0.09004-0.08982 0.13714-0.13288zm-0.138 0.133c-0.33328 0.35214-0.56925 0.7954-0.66001 1.2902-0.000253 0.0014 0.000254 0.0029 0 0.0043v0.91301c0.13749 0.75678 0.60999 1.3962 1.26 1.766h2.5672c0.6228-0.35428 1.0802-0.95612 1.2386-1.6717v-1.0931c-0.071-0.324-0.201-0.627-0.382-0.892-0.141-0.188-0.303-0.325-0.48-0.399h-3.4458c-0.03469 0.02682-0.06665 0.05374-0.09857 0.08144zm-0.66 2.207c-0.01335-0.07346-0.02285-0.14697-0.03-0.22289 0.0069 0.07568 0.01662 0.14925 0.03 0.22289zm0-0.91301c-0.01341 0.0738-0.02312 0.14705-0.03 0.2229 0.0071-0.07488 0.01665-0.14948 0.03-0.2229zm4.5043-1.2131c0.02511 0.02903 0.04905 0.05988 0.07286 0.09002-0.02414-0.03052-0.04738-0.06063-0.07286-0.09002zm-2.7943 4.0935c0.05219 0.01767 0.10494 0.03277 0.15857 0.04715-0.054-0.015-0.107-0.03-0.159-0.048zm1.6672 0c-0.05248 0.01774-0.10464 0.03271-0.15857 0.04715 0.05363-0.01438 0.10638-0.02949 0.15857-0.04715z"
+ id="path315" />
+ <path
+ fill-opacity=".50543"
+ d="m28.512 34.806c-1.0298-0.000002-1.8752 0.77295-1.9851 1.7632-0.0046 0.04174-0.008 0.08347-0.0099 0.12595-0.0014 0.0304-0.005 0.05994-0.005 0.09068 0 0.0067-0.000067 0.01348 0 0.02015-0.000067 0.0067 0 0.01346 0 0.02015 0.000605 0.03001 0.003 0.06102 0.005 0.09068 0.002 0.04247 0.0053 0.08421 0.0099 0.12595 0.10987 0.99028 0.95525 1.7632 1.9851 1.7632s1.8752-0.77295 1.9851-1.7632c0.0046-0.04174 0.008-0.08347 0.0099-0.12595 0.0024-0.03624 0.0046-0.07407 0.005-0.11083-0.00037-0.03675-0.0026-0.0746-0.005-0.11083-0.002-0.042-0.005-0.084-0.01-0.126-0.11-0.99-0.955-1.763-1.985-1.763z"
+ id="path317" />
+ <path
+ stroke-linejoin="round"
+ d="m39.016 33.812a10.516 10.516 0 0 1 -21.033 0 10.516 10.516 0 1 1 21.033 0z"
+ stroke="url(#bp)"
+ stroke-linecap="round"
+ fill="none"
+ id="path319" />
+ <path
+ d="m29.013 24.307a2.0122 2.017 0 0 1 -4.0244 0 2.0122 2.017 0 1 1 4.0244 0z"
+ fill-rule="evenodd"
+ stroke="url(#bf)"
+ stroke-miterlimit="10"
+ stroke-width=".97678"
+ fill="#2e3436"
+ id="path321" />
+ <path
+ opacity=".34706"
+ fill-rule="evenodd"
+ d="m27.834 24.314a0.81921 0.82118 0 0 1 -1.6384 0 0.81921 0.82118 0 1 1 1.6384 0z"
+ id="path323" />
+ <path
+ opacity=".30588"
+ d="m28.417 16.445a0.8397 0.8397 0 1 1 -1.6794 0 0.8397 0.8397 0 1 1 1.6794 0z"
+ fill-rule="evenodd"
+ transform="matrix(.6932 0 0 .69486 8.2648 13.585)"
+ filter="url(#ck)"
+ fill="#fff"
+ id="path325" />
+ <path
+ d="m23.18 25.395a1.2632 1.2632 0 0 1 -2.5263 0 1.2632 1.2632 0 1 1 2.5263 0z"
+ fill-rule="evenodd"
+ stroke="url(#be)"
+ stroke-miterlimit="10"
+ stroke-width=".47368"
+ fill="#2e3436"
+ id="path327" />
+ <rect
+ rx=".93042"
+ ry=".79550"
+ height="2.2404"
+ width="8.2404"
+ stroke="url(#bd)"
+ y="23.192"
+ x="32.88"
+ stroke-width=".75957"
+ fill="url(#bc)"
+ id="rect329" />
+ <path
+ d="m17.228 20.683a3.7307 1.6168 0 0 1 -7.4614 0 3.7307 1.6168 0 1 1 7.4614 0z"
+ stroke-opacity=".99608"
+ fill-rule="evenodd"
+ stroke="url(#bo)"
+ stroke-miterlimit="10"
+ stroke-width=".4957"
+ fill="#2e3436"
+ id="path331" />
+ <path
+ fill-rule="evenodd"
+ fill="url(#bn)"
+ d="m16.5 20.062a3 1.25 0 0 1 -6 0 3 1.25 0 1 1 6 0z"
+ id="path333" />
+ <rect
+ stroke-linejoin="round"
+ rx=".51201"
+ ry=".55650"
+ height="1.4607"
+ width="1.4429"
+ stroke="url(#bm)"
+ stroke-miterlimit="0"
+ y="20.772"
+ x="12.662"
+ stroke-width=".30218"
+ fill="#2e3436"
+ id="rect335" />
+ <rect
+ opacity=".4"
+ stroke-linejoin="round"
+ rx="1.3157"
+ ry="1.3157"
+ height="22.999"
+ width="38.999"
+ stroke="url(#cl)"
+ stroke-linecap="round"
+ y="22.312"
+ x="3.0002"
+ stroke-width="1.0008"
+ fill="none"
+ id="rect337" />
+ <path
+ opacity=".8"
+ d="m32 37.11c0 1.933-1.567 3.5-3.5 3.5s-3.5-1.567-3.5-3.5 1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5z"
+ fill-rule="evenodd"
+ fill="url(#bl)"
+ id="path339" />
+ <rect
+ opacity=".5"
+ rx="1"
+ ry="1"
+ height="10"
+ width="2"
+ y="29.812"
+ x="9.4998"
+ fill="#eeeeec"
+ id="rect341" />
+ <rect
+ opacity=".2"
+ rx="1"
+ ry="1"
+ height="8"
+ width="2"
+ y="30.812"
+ x="13.5"
+ fill="#555753"
+ id="rect343" />
+ </g>
</svg>
=== modified file 'bitmaps_png/sources/image.svg'
--- bitmaps_png/sources/image.svg 2011-09-08 05:58:45 +0000
+++ bitmaps_png/sources/image.svg 2011-09-08 15:53:33 +0000
@@ -1,6 +1,4 @@
<?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#"
@@ -10,165 +8,309 @@
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"
- height="16"
- id="svg2307"
- inkscape:output_extension="org.inkscape.output.svg.inkscape"
- inkscape:version="0.48.1 "
- sodipodi:docname="image.svg"
- sodipodi:version="0.32"
- version="1.0"
- width="16"
- inkscape:export-filename="F:\kicad-launchpad\mytesting\bitmaps\sources\image.png"
- inkscape:export-xdpi="89.996742"
- inkscape:export-ydpi="89.996742">
+ height="48"
+ width="48"
+ version="1.1"
+ viewBox="0 0 48 48"
+ id="svg2"
+ inkscape:version="0.47 r22583"
+ sodipodi:docname="image.svg">
<metadata
- id="metadata3">
+ id="metadata133">
<rdf:RDF>
<cc:Work
rdf:about="">
- <dc:title>Photos</dc:title>
- <dc:description />
- <dc:subject>
- <rdf:Bag>
- <rdf:li>unsorted</rdf:li>
- </rdf:Bag>
- </dc:subject>
- <dc:publisher>
- <cc:Agent
- rdf:about="http://www.openclipart.org/">
- <dc:title>Open Clip Art Library, Source: GNOME Icon Theme, Source: GNOME Icon Theme, Source: GNOME Icon Theme, Source: GNOME Icon Theme</dc:title>
- </cc:Agent>
- </dc:publisher>
- <dc:creator>
- <cc:Agent>
- <dc:title>Lapo Calamandrei</dc:title>
- </cc:Agent>
- </dc:creator>
- <dc:rights>
- <cc:Agent>
- <dc:title>Lapo Calamandrei</dc:title>
- </cc:Agent>
- </dc:rights>
- <dc:date>2006-06-11</dc:date>
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
- <dc:language>en</dc:language>
</cc:Work>
</rdf:RDF>
</metadata>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1280"
+ inkscape:window-height="949"
+ id="namedview131"
+ showgrid="false"
+ inkscape:zoom="4.9166667"
+ inkscape:cx="24"
+ inkscape:cy="23.18644"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2" />
<defs
- id="defs2309">
- <linearGradient
- id="linearGradient4840"
- inkscape:collect="always">
- <stop
- id="stop4842"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop4844"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- id="linearGradient3848"
- inkscape:collect="always">
- <stop
- id="stop3850"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:1" />
- <stop
- id="stop3852"
- offset="1"
- style="stop-color:#888a85;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient3820"
- inkscape:collect="always">
- <stop
- id="stop3822"
- offset="0"
- style="stop-color:#eeeeec;stop-opacity:1" />
- <stop
- id="stop3824"
- offset="1"
- style="stop-color:#babdb6;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient3806"
- inkscape:collect="always">
- <stop
- id="stop3808"
- offset="0"
- style="stop-color:#eeeeec;stop-opacity:1" />
- <stop
- id="stop3810"
- offset="1"
- style="stop-color:#888a85;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient3790"
- inkscape:collect="always">
- <stop
- id="stop3792"
- offset="0"
- style="stop-color:#eeeeec;stop-opacity:1;" />
- <stop
- id="stop3794"
- offset="1"
- style="stop-color:#e9b96e;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient3773"
- inkscape:collect="always">
- <stop
- id="stop3775"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:1;" />
- <stop
- id="stop3777"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- id="linearGradient3542"
- inkscape:collect="always">
- <stop
- id="stop3544"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:1;" />
- <stop
- id="stop3547"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:0.48669201" />
- </linearGradient>
- <linearGradient
- id="linearGradient3520"
- inkscape:collect="always">
- <stop
- id="stop3522"
- offset="0"
- style="stop-color:#d3d7cf;stop-opacity:1" />
- <stop
- id="stop3525"
- offset="1"
- style="stop-color:#888a85;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient3527"
- inkscape:collect="always">
- <stop
- id="stop3529"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:1;" />
- <stop
- id="stop3531"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:0;" />
- </linearGradient>
+ id="defs4">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective135" />
+ <radialGradient
+ id="r"
+ gradientUnits="userSpaceOnUse"
+ cy="115.71"
+ cx="63.912"
+ gradientTransform="matrix(.36069 0 0 .029425 1.0834 42.741)"
+ r="63.912">
+ <stop
+ offset="0"
+ id="stop7" />
+ <stop
+ stop-opacity="0"
+ offset="1"
+ id="stop9" />
+ </radialGradient>
+ <radialGradient
+ id="p"
+ gradientUnits="userSpaceOnUse"
+ cy="112.3"
+ cx="102"
+ gradientTransform="translate(0,4)"
+ r="139.56">
+ <stop
+ stop-color="#00537d"
+ offset="0"
+ id="stop12" />
+ <stop
+ stop-color="#186389"
+ offset=".0151"
+ id="stop14" />
+ <stop
+ stop-color="#558ca8"
+ offset=".0558"
+ id="stop16" />
+ <stop
+ stop-color="#89afc3"
+ offset=".0964"
+ id="stop18" />
+ <stop
+ stop-color="#b3ccd8"
+ offset=".1357"
+ id="stop20" />
+ <stop
+ stop-color="#d4e2e9"
+ offset=".1737"
+ id="stop22" />
+ <stop
+ stop-color="#ecf2f5"
+ offset=".20990"
+ id="stop24" />
+ <stop
+ stop-color="#fafcfd"
+ offset=".24350"
+ id="stop26" />
+ <stop
+ stop-color="#fff"
+ offset=".27220"
+ id="stop28" />
+ </radialGradient>
+ <radialGradient
+ id="q"
+ gradientUnits="userSpaceOnUse"
+ cy="112.3"
+ cx="102"
+ gradientTransform="translate(0,4)"
+ r="139.56">
+ <stop
+ stop-color="#535557"
+ offset="0"
+ id="stop31" />
+ <stop
+ stop-color="#898a8c"
+ offset=".11366"
+ id="stop33" />
+ <stop
+ stop-color="#ececec"
+ offset=".20297"
+ id="stop35" />
+ <stop
+ stop-color="#fafafa"
+ offset=".23630"
+ id="stop37" />
+ <stop
+ stop-color="#fff"
+ offset=".27220"
+ id="stop39" />
+ <stop
+ stop-color="#fafafa"
+ offset=".53130"
+ id="stop41" />
+ <stop
+ stop-color="#ebecec"
+ offset=".84490"
+ id="stop43" />
+ <stop
+ stop-color="#e1e2e3"
+ offset="1"
+ id="stop45" />
+ </radialGradient>
+ <linearGradient
+ id="j"
+ y2="94.537"
+ gradientUnits="userSpaceOnUse"
+ x2="86.536"
+ y1="102.34"
+ x1="94.344">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop48" />
+ <stop
+ stop-color="#555753"
+ offset="1"
+ id="stop50" />
+ </linearGradient>
+ <linearGradient
+ id="k"
+ y2="94.587"
+ gradientUnits="userSpaceOnUse"
+ x2="86.587"
+ y1="103"
+ x1="95">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop53" />
+ <stop
+ stop-color="#555753"
+ offset="1"
+ id="stop55" />
+ </linearGradient>
+ <linearGradient
+ id="l"
+ y2="95.293"
+ gradientUnits="userSpaceOnUse"
+ x2="87.293"
+ y1="103"
+ x1="95">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop58" />
+ <stop
+ stop-color="#393b38"
+ offset="1"
+ id="stop60" />
+ </linearGradient>
+ <linearGradient
+ id="m"
+ y2="96"
+ gradientUnits="userSpaceOnUse"
+ x2="88"
+ y1="104"
+ x1="96">
+ <stop
+ stop-color="#888a85"
+ offset="0"
+ id="stop63" />
+ <stop
+ stop-color="#8c8e89"
+ offset=".0072"
+ id="stop65" />
+ <stop
+ stop-color="#abaca9"
+ offset=".0673"
+ id="stop67" />
+ <stop
+ stop-color="#c5c6c4"
+ offset=".1347"
+ id="stop69" />
+ <stop
+ stop-color="#dbdbda"
+ offset=".2115"
+ id="stop71" />
+ <stop
+ stop-color="#ebebeb"
+ offset=".3012"
+ id="stop73" />
+ <stop
+ stop-color="#f7f7f6"
+ offset=".4122"
+ id="stop75" />
+ <stop
+ stop-color="#fdfdfd"
+ offset=".5679"
+ id="stop77" />
+ <stop
+ stop-color="#fff"
+ offset="1"
+ id="stop79" />
+ </linearGradient>
+ <linearGradient
+ id="n"
+ y2="50"
+ gradientUnits="userSpaceOnUse"
+ x2="67.692"
+ gradientTransform="matrix(1,0,0,-1,0,100)"
+ y1="50"
+ x1="16.097">
+ <stop
+ stop-color="#646464"
+ offset="0"
+ id="stop82" />
+ <stop
+ stop-color="#7e7e7e"
+ offset="0"
+ id="stop84" />
+ <stop
+ stop-color="#999"
+ stop-opacity=".58763"
+ offset="0.86"
+ id="stop86" />
+ <stop
+ stop-color="#fff"
+ stop-opacity="0"
+ offset="1"
+ id="stop88" />
+ </linearGradient>
+ <linearGradient
+ id="o"
+ y2="50"
+ gradientUnits="userSpaceOnUse"
+ x2="72"
+ y1="50"
+ x1="4">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop91" />
+ <stop
+ stop-color="#fff"
+ offset=".5"
+ id="stop93" />
+ <stop
+ stop-color="#fff"
+ stop-opacity="0"
+ offset="1"
+ id="stop95" />
+ </linearGradient>
+ <inkscape:perspective
+ id="perspective3236"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <radialGradient
+ cx="24.218407"
+ cy="24.218407"
+ fx="24.218407"
+ fy="24.218407"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3471"
+ inkscape:collect="always"
+ r="24.218407"
+ xlink:href="#linearGradient3601" />
<linearGradient
id="linearGradient3601"
inkscape:collect="always">
@@ -182,77 +324,58 @@
style="stop-color:#000000;stop-opacity:0;" />
</linearGradient>
<linearGradient
- id="linearGradient3552"
- inkscape:collect="always">
- <stop
- id="stop3554"
- offset="0"
- style="stop-color:#d3d7cf;stop-opacity:1" />
- <stop
- id="stop3556"
- offset="1"
- style="stop-color:#eeeeec;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient3544"
- inkscape:collect="always">
- <stop
- id="stop3546"
- offset="0"
- style="stop-color:#2e3436;stop-opacity:1" />
- <stop
- id="stop3548"
- offset="1"
- style="stop-color:#2e3436;stop-opacity:0" />
- </linearGradient>
- <linearGradient
- id="linearGradient3538"
- inkscape:collect="always">
- <stop
- id="stop3540"
- offset="0"
- style="stop-color:#2e3436;stop-opacity:1" />
- <stop
- id="stop3542"
- offset="1"
- style="stop-color:#2e3436;stop-opacity:0" />
- </linearGradient>
- <linearGradient
- id="linearGradient3530"
- inkscape:collect="always">
- <stop
- id="stop3532"
- offset="0"
- style="stop-color:#888a85;stop-opacity:1" />
- <stop
- id="stop3534"
- offset="1"
- style="stop-color:#888a85;stop-opacity:0" />
- </linearGradient>
- <linearGradient
- id="linearGradient3522"
- inkscape:collect="always">
- <stop
- id="stop3524"
- offset="0"
- style="stop-color:#888a85;stop-opacity:1" />
- <stop
- id="stop3526"
- offset="1"
- style="stop-color:#888a85;stop-opacity:0" />
- </linearGradient>
- <linearGradient
- id="linearGradient3757"
- inkscape:collect="always">
- <stop
- id="stop3759"
- offset="0"
- style="stop-color:#000000;stop-opacity:1" />
- <stop
- id="stop3761"
- offset="1"
- style="stop-color:#000000;stop-opacity:0" />
- </linearGradient>
+ inkscape:collect="always"
+ xlink:href="#linearGradient3405"
+ id="linearGradient3433"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(40,0)"
+ x1="21.8125"
+ y1="-73.30188"
+ x2="21.8125"
+ y2="-63.037922" />
+ <linearGradient
+ id="linearGradient3405">
+ <stop
+ id="stop3407"
+ offset="0"
+ style="stop-color:#729fcf;stop-opacity:1;" />
+ <stop
+ id="stop3409"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3431"
+ id="radialGradient3435"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.1388215,0,0,0.781307,29.843553,-10.683516)"
+ cx="7.0863543"
+ cy="-81.039185"
+ fx="7.0863543"
+ fy="-81.039185"
+ r="15.5" />
+ <linearGradient
+ id="linearGradient3431"
+ inkscape:collect="always">
+ <stop
+ id="stop3433"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop3435"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3705"
+ id="linearGradient3437"
+ gradientUnits="userSpaceOnUse"
+ x1="66.375"
+ y1="-61.75"
+ x2="65.875"
+ y2="-68.375" />
<linearGradient
id="linearGradient3705"
inkscape:collect="always">
@@ -266,6 +389,15 @@
style="stop-color:#73d216;stop-opacity:0;" />
</linearGradient>
<linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3697"
+ id="linearGradient3439"
+ gradientUnits="userSpaceOnUse"
+ x1="62.375"
+ y1="-58.5"
+ x2="61.5"
+ y2="-64.375" />
+ <linearGradient
id="linearGradient3697"
inkscape:collect="always">
<stop
@@ -278,6 +410,58 @@
style="stop-color:#4e9a06;stop-opacity:0;" />
</linearGradient>
<linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3757"
+ id="linearGradient3441"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.33135061,0,0,0.33597225,-23.165571,31.817259)"
+ x1="86.5"
+ y1="27.988253"
+ x2="78.9375"
+ y2="35.8125" />
+ <linearGradient
+ id="linearGradient3757"
+ inkscape:collect="always">
+ <stop
+ id="stop3759"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:1" />
+ <stop
+ id="stop3761"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3552"
+ id="linearGradient3443"
+ gradientUnits="userSpaceOnUse"
+ x1="33.067142"
+ y1="-68.606171"
+ x2="12.312527"
+ y2="-115.58344" />
+ <linearGradient
+ id="linearGradient3552"
+ inkscape:collect="always">
+ <stop
+ id="stop3554"
+ offset="0"
+ style="stop-color:#d3d7cf;stop-opacity:1" />
+ <stop
+ id="stop3556"
+ offset="1"
+ style="stop-color:#eeeeec;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3513"
+ id="linearGradient3445"
+ gradientUnits="userSpaceOnUse"
+ x1="23.931919"
+ y1="-104.15109"
+ x2="23.931919"
+ y2="-94.357811" />
+ <linearGradient
id="linearGradient3513"
inkscape:collect="always">
<stop
@@ -289,6 +473,17 @@
offset="1"
style="stop-color:#fce94f;stop-opacity:1" />
</linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3493"
+ id="radialGradient3447"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-5,1.9999994)"
+ cx="22"
+ cy="-96"
+ fx="22"
+ fy="-96"
+ r="4" />
<linearGradient
id="linearGradient3493">
<stop
@@ -308,1158 +503,6 @@
offset="1"
style="stop-color:#fce94f;stop-opacity:0;" />
</linearGradient>
- <linearGradient
- id="linearGradient3431"
- inkscape:collect="always">
- <stop
- id="stop3433"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:1;" />
- <stop
- id="stop3435"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- id="linearGradient3405">
- <stop
- id="stop3407"
- offset="0"
- style="stop-color:#729fcf;stop-opacity:1;" />
- <stop
- id="stop3409"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- id="linearGradient3397">
- <stop
- id="stop3399"
- offset="0"
- style="stop-color:#e9b96e;stop-opacity:1" />
- <stop
- id="stop3401"
- offset="1"
- style="stop-color:#653f01;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient3389"
- inkscape:collect="always">
- <stop
- id="stop3391"
- offset="0"
- style="stop-color:#8f5902;stop-opacity:1" />
- <stop
- id="stop3393"
- offset="1"
- style="stop-color:#8f5902;stop-opacity:0" />
- </linearGradient>
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient3395"
- inkscape:collect="always"
- x1="34.9375"
- x2="34.9375"
- xlink:href="#linearGradient3389"
- y1="-59.28125"
- y2="-60.439186" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient3415"
- inkscape:collect="always"
- x1="12.227922"
- x2="12.227922"
- xlink:href="#linearGradient3397"
- y1="-53.602253"
- y2="-65.245789" />
- <radialGradient
- cx="7.0863543"
- cy="-81.039185"
- fx="7.0863543"
- fy="-81.039185"
- gradientTransform="matrix(2.1388215,0,0,0.781307,-10.156447,-10.683516)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient3440"
- inkscape:collect="always"
- r="15.5"
- xlink:href="#linearGradient3431" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient3455"
- inkscape:collect="always"
- x1="21.8125"
- x2="21.8125"
- xlink:href="#linearGradient3405"
- y1="-73.30188"
- y2="-63.037922" />
- <radialGradient
- cx="6.6730971"
- cy="-76.966545"
- fx="6.6730971"
- fy="-76.966545"
- gradientTransform="matrix(2.5831757,0,0,0.9436286,-13.121666,-28.19018)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient3459"
- inkscape:collect="always"
- r="15.5"
- xlink:href="#linearGradient3431" />
- <radialGradient
- cx="22"
- cy="-96"
- fx="22"
- fy="-96"
- gradientTransform="translate(-5,1.9999994)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient3499"
- inkscape:collect="always"
- r="4"
- xlink:href="#linearGradient3493" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient3519"
- inkscape:collect="always"
- x1="23.931919"
- x2="23.931919"
- xlink:href="#linearGradient3513"
- y1="-104.15109"
- y2="-94.357811" />
- <radialGradient
- cx="7.0863543"
- cy="-81.039185"
- fx="7.0863543"
- fy="-81.039185"
- gradientTransform="matrix(2.1388215,0,0,0.781307,29.843553,-10.683516)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient3672"
- inkscape:collect="always"
- r="15.5"
- xlink:href="#linearGradient3431" />
- <linearGradient
- gradientTransform="translate(40,0)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient3680"
- inkscape:collect="always"
- x1="21.8125"
- x2="21.8125"
- xlink:href="#linearGradient3405"
- y1="-73.30188"
- y2="-63.037922" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient3703"
- inkscape:collect="always"
- x1="62.375"
- x2="61.5"
- xlink:href="#linearGradient3697"
- y1="-58.5"
- y2="-64.375" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient3711"
- inkscape:collect="always"
- x1="66.375"
- x2="65.875"
- xlink:href="#linearGradient3705"
- y1="-61.75"
- y2="-68.375" />
- <radialGradient
- cx="24"
- cy="23.5"
- fx="24"
- fy="23.5"
- gradientTransform="matrix(1.0845846,0,0,1.1782442,-2.0300301,-4.1887404)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient3506"
- inkscape:collect="always"
- r="24"
- xlink:href="#linearGradient3544" />
- <radialGradient
- cx="24"
- cy="23.5"
- fx="24"
- fy="23.5"
- gradientTransform="matrix(1.0845846,0,0,3.6828459,-2.0300301,-63.04688)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient3508"
- inkscape:collect="always"
- r="24"
- xlink:href="#linearGradient3538" />
- <radialGradient
- cx="24"
- cy="23.5"
- fx="24"
- fy="23.5"
- gradientTransform="matrix(1.0845846,0,0,3.4021649,-2.0300301,-56.450876)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient3528"
- inkscape:collect="always"
- r="24"
- xlink:href="#linearGradient3530" />
- <radialGradient
- cx="24"
- cy="23.5"
- fx="24"
- fy="23.5"
- gradientTransform="matrix(1.0845846,0,0,3.6828459,-2.0300301,-63.04688)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient3536"
- inkscape:collect="always"
- r="24"
- xlink:href="#linearGradient3522" />
- <radialGradient
- cx="24.218407"
- cy="24.218407"
- fx="24.218407"
- fy="24.218407"
- gradientUnits="userSpaceOnUse"
- id="radialGradient3471"
- inkscape:collect="always"
- r="24.218407"
- xlink:href="#linearGradient3601" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient3473"
- inkscape:collect="always"
- x1="21.8125"
- x2="21.8125"
- xlink:href="#linearGradient3405"
- y1="-73.30188"
- y2="-63.037922" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient3475"
- inkscape:collect="always"
- x1="12.227922"
- x2="12.227922"
- xlink:href="#linearGradient3397"
- y1="-53.602253"
- y2="-65.245789" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient3477"
- inkscape:collect="always"
- x1="34.9375"
- x2="34.9375"
- xlink:href="#linearGradient3389"
- y1="-59.28125"
- y2="-60.439186" />
- <radialGradient
- cx="7.0863543"
- cy="-81.039185"
- fx="7.0863543"
- fy="-81.039185"
- gradientTransform="matrix(2.1388215,0,0,0.781307,-10.156447,-10.683516)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient3479"
- inkscape:collect="always"
- r="15.5"
- xlink:href="#linearGradient3431" />
- <linearGradient
- gradientTransform="translate(40,0)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient3481"
- inkscape:collect="always"
- x1="21.8125"
- x2="21.8125"
- xlink:href="#linearGradient3405"
- y1="-73.30188"
- y2="-63.037922" />
- <radialGradient
- cx="7.0863543"
- cy="-81.039185"
- fx="7.0863543"
- fy="-81.039185"
- gradientTransform="matrix(2.1388215,0,0,0.781307,29.843553,-10.683516)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient3483"
- inkscape:collect="always"
- r="15.5"
- xlink:href="#linearGradient3431" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient3485"
- inkscape:collect="always"
- x1="66.375"
- x2="65.875"
- xlink:href="#linearGradient3705"
- y1="-61.75"
- y2="-68.375" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient3487"
- inkscape:collect="always"
- x1="62.375"
- x2="61.5"
- xlink:href="#linearGradient3697"
- y1="-58.5"
- y2="-64.375" />
- <linearGradient
- gradientTransform="translate(-70,0)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient3489"
- inkscape:collect="always"
- x1="86.5"
- x2="78.9375"
- xlink:href="#linearGradient3757"
- y1="27.988253"
- y2="35.8125" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient3491"
- inkscape:collect="always"
- x1="33.067142"
- x2="12.312527"
- xlink:href="#linearGradient3552"
- y1="-68.606171"
- y2="-115.58344" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient3494"
- inkscape:collect="always"
- x1="23.931919"
- x2="23.931919"
- xlink:href="#linearGradient3513"
- y1="-104.15109"
- y2="-94.357811" />
- <radialGradient
- cx="22"
- cy="-96"
- fx="22"
- fy="-96"
- gradientTransform="translate(-5,1.9999994)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient3496"
- inkscape:collect="always"
- r="4"
- xlink:href="#linearGradient3493" />
- <radialGradient
- cx="6.6730971"
- cy="-76.966545"
- fx="6.6730971"
- fy="-76.966545"
- gradientTransform="matrix(2.5831757,0,0,0.9436286,-13.121666,-28.19018)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient3498"
- inkscape:collect="always"
- r="15.5"
- xlink:href="#linearGradient3431" />
- <radialGradient
- cx="76.625"
- cy="36.080647"
- fx="76.625"
- fy="36.080647"
- gradientTransform="matrix(1.625,0,0,1.259375,-47.890625,-12.189063)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient3538"
- inkscape:collect="always"
- r="20"
- xlink:href="#linearGradient3520" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient3550"
- inkscape:collect="always"
- x1="64.989273"
- x2="71.388336"
- xlink:href="#linearGradient3542"
- y1="14.550339"
- y2="56.04731" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient3779"
- inkscape:collect="always"
- x1="43.310287"
- x2="44.125"
- xlink:href="#linearGradient3773"
- y1="11.230447"
- y2="44.994797" />
- <radialGradient
- cx="31.122519"
- cy="32.693764"
- fx="31.122519"
- fy="32.693764"
- gradientTransform="matrix(0.8735036,0,0,0.8735036,4.5333351,3.4959452)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient3830"
- inkscape:collect="always"
- r="8.5509109"
- xlink:href="#linearGradient3820" />
- <radialGradient
- cx="35.880283"
- cy="27.836349"
- fx="35.880283"
- fy="27.836349"
- gradientTransform="matrix(0.8735036,0,0,0.8735036,4.5333351,3.4959452)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient3832"
- inkscape:collect="always"
- r="8.5509109"
- xlink:href="#linearGradient3806" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient4846"
- inkscape:collect="always"
- x1="38"
- x2="30.833328"
- xlink:href="#linearGradient4840"
- y1="23.66666"
- y2="34.333332" />
- <radialGradient
- cx="39.5"
- cy="23.999998"
- fx="39.5"
- fy="23.999998"
- gradientTransform="matrix(1.8338068,0,0,1.8338068,-32.93537,-20.011363)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient4854"
- inkscape:collect="always"
- r="9"
- xlink:href="#linearGradient3848" />
- <linearGradient
- id="linearGradient10691"
- inkscape:collect="always">
- <stop
- id="stop10693"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop10695"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- id="linearGradient3524">
- <stop
- id="stop5270"
- offset="0"
- style="stop-color:#729fcf;stop-opacity:0;" />
- <stop
- id="stop5272"
- offset="0.85000002"
- style="stop-color:#729fcf;stop-opacity:0;" />
- <stop
- id="stop3528"
- offset="1"
- style="stop-color:#729fcf;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- id="linearGradient3670"
- inkscape:collect="always">
- <stop
- id="stop3672"
- offset="0"
- style="stop-color:#d3d7cf" />
- <stop
- id="stop3674"
- offset="1"
- style="stop-color:#555753" />
- </linearGradient>
- <linearGradient
- id="linearGradient3676"
- inkscape:collect="always">
- <stop
- id="stop3678"
- offset="0"
- style="stop-color:#eeeeec" />
- <stop
- id="stop3680"
- offset="1"
- style="stop-color:#555753" />
- </linearGradient>
- <linearGradient
- id="linearGradient3692"
- inkscape:collect="always">
- <stop
- id="stop3694"
- offset="0"
- style="stop-color:#2e3436;stop-opacity:1;" />
- <stop
- id="stop3696"
- offset="1"
- style="stop-color:#babdb6" />
- </linearGradient>
- <linearGradient
- id="linearGradient3730"
- inkscape:collect="always">
- <stop
- id="stop3732"
- offset="0"
- style="stop-color:#eeeeec" />
- <stop
- id="stop3734"
- offset="1"
- style="stop-color:#888a85" />
- </linearGradient>
- <linearGradient
- id="linearGradient3776"
- inkscape:collect="always">
- <stop
- id="stop3778"
- offset="0"
- style="stop-color:#eeeeec;stop-opacity:1;" />
- <stop
- id="stop3780"
- offset="1"
- style="stop-color:#e9b96e" />
- </linearGradient>
- <linearGradient
- id="linearGradient3802">
- <stop
- id="stop3804"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:1;" />
- <stop
- id="stop3806"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- id="linearGradient4179">
- <stop
- id="stop4181"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop4183"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- id="linearGradient4443"
- inkscape:collect="always">
- <stop
- id="stop4445"
- offset="0"
- style="stop-color:#2e3436" />
- <stop
- id="stop4447"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- id="linearGradient4457"
- inkscape:collect="always">
- <stop
- id="stop4459"
- offset="0"
- style="stop-color:#cc0000" />
- <stop
- id="stop4461"
- offset="1"
- style="stop-color:#ef2929" />
- </linearGradient>
- <linearGradient
- id="linearGradient1557"
- inkscape:collect="always">
- <stop
- id="stop1559"
- offset="0"
- style="stop-color:#2e3436;stop-opacity:1;" />
- <stop
- id="stop1561"
- offset="1"
- style="stop-color:#888a85" />
- </linearGradient>
- <linearGradient
- gradientTransform="translate(-1,-1)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5639"
- inkscape:collect="always"
- x1="28.976408"
- x2="29"
- xlink:href="#linearGradient4457"
- y1="31.069963"
- y2="40.00526" />
- <linearGradient
- gradientTransform="matrix(0.750053,0,0,0.750052,49.87293,11.12351)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5643"
- inkscape:collect="always"
- x1="28.976408"
- x2="29"
- xlink:href="#linearGradient4457"
- y1="31.069963"
- y2="40.00526" />
- <linearGradient
- gradientTransform="translate(-222.45316,-277.85765)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5654"
- inkscape:collect="always"
- x1="28.976408"
- x2="29"
- xlink:href="#linearGradient4457"
- y1="31.069963"
- y2="40.00526" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient5664"
- inkscape:collect="always"
- x1="31.122492"
- x2="26.595585"
- xlink:href="#linearGradient4179"
- y1="37.319328"
- y2="27.982578" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient5666"
- inkscape:collect="always"
- x1="31.122492"
- x2="26.595585"
- xlink:href="#linearGradient4179"
- y1="37.319328"
- y2="27.982578" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient5669"
- inkscape:collect="always"
- x1="31.122492"
- x2="26.595585"
- xlink:href="#linearGradient4179"
- y1="37.319328"
- y2="27.982578" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient5671"
- inkscape:collect="always"
- x1="31.122492"
- x2="26.595585"
- xlink:href="#linearGradient4179"
- y1="37.319328"
- y2="27.982578" />
- <radialGradient
- cx="24"
- cy="23.998266"
- fx="24"
- fy="23.998266"
- gradientTransform="matrix(1.706667,-3.134658e-7,3.134999e-7,1.706852,-278.41317,-270.82086)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient5688"
- inkscape:collect="always"
- r="9.375"
- xlink:href="#linearGradient3524" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient5693"
- inkscape:collect="always"
- x1="31.122492"
- x2="26.595585"
- xlink:href="#linearGradient4179"
- y1="37.319328"
- y2="27.982578" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient5695"
- inkscape:collect="always"
- x1="31.122492"
- x2="26.595585"
- xlink:href="#linearGradient4179"
- y1="37.319328"
- y2="27.982578" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient5697"
- inkscape:collect="always"
- x1="31.122492"
- x2="26.595585"
- xlink:href="#linearGradient4179"
- y1="37.319328"
- y2="27.982578" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient5699"
- inkscape:collect="always"
- x1="31.122492"
- x2="26.595585"
- xlink:href="#linearGradient4179"
- y1="37.319328"
- y2="27.982578" />
- <radialGradient
- cx="24"
- cy="23.997831"
- fx="24"
- fy="23.997831"
- gradientTransform="matrix(2.133334,5.970086e-7,-5.970733e-7,2.133565,-288.65317,-281.06076)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient5721"
- inkscape:collect="always"
- r="9.375"
- xlink:href="#linearGradient3524" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient5726"
- inkscape:collect="always"
- x1="14.547794"
- x2="20.205004"
- xlink:href="#linearGradient4179"
- y1="32.813522"
- y2="27.916948" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient5728"
- inkscape:collect="always"
- x1="14.547794"
- x2="20.205004"
- xlink:href="#linearGradient4179"
- y1="32.813522"
- y2="27.916948" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient5730"
- inkscape:collect="always"
- x1="14.547794"
- x2="20.205004"
- xlink:href="#linearGradient4179"
- y1="32.813522"
- y2="27.916948" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient5732"
- inkscape:collect="always"
- x1="14.547794"
- x2="20.205004"
- xlink:href="#linearGradient4179"
- y1="32.813522"
- y2="27.916948" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient5734"
- inkscape:collect="always"
- x1="40.308037"
- x2="28.882694"
- xlink:href="#linearGradient4179"
- y1="18.052834"
- y2="22.09783" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient5736"
- inkscape:collect="always"
- x1="40.308037"
- x2="28.882694"
- xlink:href="#linearGradient4179"
- y1="18.052834"
- y2="22.09783" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient5738"
- inkscape:collect="always"
- x1="40.308037"
- x2="28.882694"
- xlink:href="#linearGradient4179"
- y1="18.052834"
- y2="22.09783" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient5740"
- inkscape:collect="always"
- x1="40.308037"
- x2="28.882694"
- xlink:href="#linearGradient4179"
- y1="18.052834"
- y2="22.09783" />
- <radialGradient
- cx="24"
- cy="23.99819"
- fx="24"
- fy="23.99819"
- gradientTransform="matrix(2.56,1.62901e-7,-1.629132e-7,2.560192,-298.89316,-291.29944)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient5770"
- inkscape:collect="always"
- r="9.375"
- xlink:href="#linearGradient3524" />
- <radialGradient
- cx="6.702713"
- cy="73.615715"
- fx="6.702713"
- fy="73.615715"
- gradientTransform="scale(1.902215,0.525703)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient5783"
- inkscape:collect="always"
- r="7.228416"
- xlink:href="#linearGradient10691" />
- <radialGradient
- cx="12.704856"
- cy="13.847466"
- fx="12.704856"
- fy="13.847466"
- gradientTransform="matrix(0.06370852,-1.424475,1.547293,0.0692112,-9.530629,30.98681)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient5795"
- inkscape:collect="always"
- r="9.375"
- xlink:href="#linearGradient3527" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient5797"
- inkscape:collect="always"
- x1="-0.51990569"
- x2="-0.51990569"
- xlink:href="#linearGradient3692"
- y1="-0.51990569"
- y2="19.269905" />
- <radialGradient
- cx="6.8797626"
- cy="7.1986876"
- fx="6.8797626"
- fy="7.1986876"
- gradientTransform="matrix(1.240749,0,0,1.157631,-1.713645,-1.134736)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient5799"
- inkscape:collect="always"
- r="9.375"
- xlink:href="#linearGradient3670" />
- <linearGradient
- gradientTransform="translate(-261.45316,-253.85765)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5843"
- inkscape:collect="always"
- x1="11.205317"
- x2="36.958458"
- xlink:href="#linearGradient3802"
- y1="10.494597"
- y2="13.041261" />
- <radialGradient
- cx="-1.0016617"
- cy="0.99004257"
- fx="-1.0016617"
- fy="0.99004257"
- gradientTransform="matrix(-0.310032,2.110862,-2.082775,-0.305867,-243.70028,-237.44306)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient5853"
- inkscape:collect="always"
- r="9.9205227"
- xlink:href="#linearGradient3730" />
- <radialGradient
- cx="-1.0016617"
- cy="0.99004257"
- fx="-1.0016617"
- fy="0.99004257"
- gradientTransform="matrix(-0.127582,1.416065,-1.630141,-0.146854,-243.96565,-238.29644)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient5856"
- inkscape:collect="always"
- r="9.9205227"
- xlink:href="#linearGradient3676" />
- <linearGradient
- gradientTransform="translate(-261.45316,-253.85765)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5858"
- inkscape:collect="always"
- x1="17.0625"
- x2="20.3125"
- xlink:href="#linearGradient1557"
- y1="34.950001"
- y2="5.375" />
- <linearGradient
- gradientTransform="translate(-261.45316,-253.85765)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5861"
- inkscape:collect="always"
- x1="11"
- x2="37"
- xlink:href="#linearGradient3790"
- y1="24"
- y2="24" />
- <radialGradient
- cx="14.98359"
- cy="8.6957369"
- fx="14.98359"
- fy="8.6957369"
- gradientTransform="matrix(-0.03705951,0.632425,-1.64403,-0.0963398,-231.61824,-255.70077)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient5864"
- inkscape:collect="always"
- r="14"
- xlink:href="#linearGradient3776" />
- <linearGradient
- gradientTransform="translate(-261.45316,-173.85765)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5868"
- inkscape:collect="always"
- x1="43.14547"
- x2="46.613785"
- xlink:href="#linearGradient4443"
- y1="36.220219"
- y2="36.832134" />
- <radialGradient
- cx="9.375"
- cy="9.375"
- fx="9.375"
- fy="9.375"
- gradientUnits="userSpaceOnUse"
- id="radialGradient5875"
- inkscape:collect="always"
- r="9.375"
- xlink:href="#linearGradient3524" />
- <radialGradient
- cx="9.375"
- cy="9.375"
- fx="9.375"
- fy="9.375"
- gradientUnits="userSpaceOnUse"
- id="radialGradient5877"
- inkscape:collect="always"
- r="9.375"
- xlink:href="#linearGradient3524" />
- <radialGradient
- cx="9.375"
- cy="9.375"
- fx="9.375"
- fy="9.375"
- gradientUnits="userSpaceOnUse"
- id="radialGradient5879"
- inkscape:collect="always"
- r="9.375"
- xlink:href="#linearGradient3524" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3538"
- id="radialGradient3361"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0845846,0,0,3.6828459,-2.0300301,-63.04688)"
- cx="24"
- cy="23.5"
- fx="24"
- fy="23.5"
- r="24" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3538"
- id="radialGradient3363"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0845846,0,0,3.6828459,-2.0300301,-63.04688)"
- cx="24"
- cy="23.5"
- fx="24"
- fy="23.5"
- r="24" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3538"
- id="radialGradient3365"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0845846,0,0,3.6828459,-2.0300301,-63.04688)"
- cx="24"
- cy="23.5"
- fx="24"
- fy="23.5"
- r="24" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3544"
- id="radialGradient3367"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0845846,0,0,1.1782442,-2.0300301,-4.1887404)"
- cx="24"
- cy="23.5"
- fx="24"
- fy="23.5"
- r="24" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3544"
- id="radialGradient3369"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0845846,0,0,1.1782442,-2.0300301,-4.1887404)"
- cx="24"
- cy="23.5"
- fx="24"
- fy="23.5"
- r="24" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3544"
- id="radialGradient3371"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0845846,0,0,1.1782442,-2.0300301,-4.1887404)"
- cx="24"
- cy="23.5"
- fx="24"
- fy="23.5"
- r="24" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3544"
- id="radialGradient3373"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0845846,0,0,1.1782442,-2.0300301,-4.1887404)"
- cx="24"
- cy="23.5"
- fx="24"
- fy="23.5"
- r="24" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3530"
- id="radialGradient3375"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0845846,0,0,3.4021649,-2.0300301,-56.450876)"
- cx="24"
- cy="23.5"
- fx="24"
- fy="23.5"
- r="24" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3530"
- id="radialGradient3377"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0845846,0,0,3.4021649,-2.0300301,-56.450876)"
- cx="24"
- cy="23.5"
- fx="24"
- fy="23.5"
- r="24" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3530"
- id="radialGradient3379"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0845846,0,0,3.4021649,-2.0300301,-56.450876)"
- cx="24"
- cy="23.5"
- fx="24"
- fy="23.5"
- r="24" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3530"
- id="radialGradient3381"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0845846,0,0,3.4021649,-2.0300301,-56.450876)"
- cx="24"
- cy="23.5"
- fx="24"
- fy="23.5"
- r="24" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3757"
- id="linearGradient3390"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.33135061,0,0,0.33597225,-23.165571,31.817259)"
- x1="86.5"
- y1="27.988253"
- x2="78.9375"
- y2="35.8125" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3552"
- id="linearGradient3408"
- gradientUnits="userSpaceOnUse"
- x1="33.067142"
- y1="-68.606171"
- x2="12.312527"
- y2="-115.58344" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3513"
- id="linearGradient3410"
- gradientUnits="userSpaceOnUse"
- x1="23.931919"
- y1="-104.15109"
- x2="23.931919"
- y2="-94.357811" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3493"
- id="radialGradient3412"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-5,1.9999994)"
- cx="22"
- cy="-96"
- fx="22"
- fy="-96"
- r="4" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3431"
- id="radialGradient3414"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.5831757,0,0,0.9436286,-13.121666,-28.19018)"
- cx="6.6730971"
- cy="-76.966545"
- fx="6.6730971"
- fy="-76.966545"
- r="15.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3405"
- id="linearGradient3433"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(40,0)"
- x1="21.8125"
- y1="-73.30188"
- x2="21.8125"
- y2="-63.037922" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3431"
- id="radialGradient3435"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.1388215,0,0,0.781307,29.843553,-10.683516)"
- cx="7.0863543"
- cy="-81.039185"
- fx="7.0863543"
- fy="-81.039185"
- r="15.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3705"
- id="linearGradient3437"
- gradientUnits="userSpaceOnUse"
- x1="66.375"
- y1="-61.75"
- x2="65.875"
- y2="-68.375" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3697"
- id="linearGradient3439"
- gradientUnits="userSpaceOnUse"
- x1="62.375"
- y1="-58.5"
- x2="61.5"
- y2="-64.375" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3757"
- id="linearGradient3441"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.33135061,0,0,0.33597225,-23.165571,31.817259)"
- x1="86.5"
- y1="27.988253"
- x2="78.9375"
- y2="35.8125" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3552"
- id="linearGradient3443"
- gradientUnits="userSpaceOnUse"
- x1="33.067142"
- y1="-68.606171"
- x2="12.312527"
- y2="-115.58344" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3513"
- id="linearGradient3445"
- gradientUnits="userSpaceOnUse"
- x1="23.931919"
- y1="-104.15109"
- x2="23.931919"
- y2="-94.357811" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3493"
- id="radialGradient3447"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-5,1.9999994)"
- cx="22"
- cy="-96"
- fx="22"
- fy="-96"
- r="4" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3431"
@@ -1472,1413 +515,127 @@
fy="-76.966545"
r="15.5" />
</defs>
- <sodipodi:namedview
- bordercolor="#666666"
- borderopacity="1.0"
- height="48px"
- id="base"
- inkscape:current-layer="layer1"
- inkscape:cx="7.9996166"
- inkscape:cy="7.999254"
- inkscape:document-units="px"
- inkscape:grid-bbox="true"
- inkscape:grid-points="true"
- inkscape:guide-bbox="true"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:showpageshadow="false"
- inkscape:window-height="983"
- inkscape:window-width="1056"
- inkscape:window-x="139"
- inkscape:window-y="24"
- inkscape:zoom="49.25"
- pagecolor="#ffffff"
- showborder="true"
- showgrid="true"
- showguides="true"
- width="48px"
- inkscape:window-maximized="0">
- <inkscape:grid
- id="GridFromPre046Settings"
- type="xygrid"
- originx="0px"
- originy="0px"
- spacingx="0.5px"
- spacingy="0.5px"
- color="#0000ff"
- empcolor="#0000ff"
- opacity="0.2"
- empopacity="0.4"
- empspacing="2"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true" />
- </sodipodi:namedview>
- <g
- id="layer4"
- inkscape:groupmode="layer"
- inkscape:label="base"
- sodipodi:insensitive="true"
- style="display:none"
- transform="translate(0,-32)">
- <image
- sodipodi:absref="F:\kicad-launchpad\mytesting\bitmaps\sources\maudiodx4.jpg"
- xlink:href="maudiodx4.jpg"
- height="39.962635"
- id="image3690"
- width="67.242516"
- x="11.503743"
- y="4.393683" />
- </g>
- <g
- id="layer2"
- inkscape:groupmode="layer"
- inkscape:label="righe nere"
- style="display:inline"
- transform="translate(0,-32)" />
- <g
- id="layer3"
- inkscape:groupmode="layer"
- inkscape:label="righe bianche"
- style="display:none"
- transform="translate(0,-32)">
- <g
- id="g2475"
- style="fill:url(#radialGradient3508);fill-opacity:1"
- transform="translate(-80,0)">
- <rect
- height="1"
- id="rect2477"
- style="fill:url(#radialGradient3361);fill-opacity:1;stroke:none"
- width="48"
- x="0"
- y="18" />
- <rect
- height="1"
- id="rect2479"
- style="fill:url(#radialGradient3363);fill-opacity:1;stroke:none"
- width="48"
- x="0"
- y="38" />
- <rect
- height="1"
- id="rect2481"
- style="fill:url(#radialGradient3365);fill-opacity:1;stroke:none"
- width="48"
- x="0"
- y="28" />
- <rect
- height="1"
- id="rect2483"
- style="fill:url(#radialGradient3536);fill-opacity:1;stroke:none"
- width="48"
- x="0"
- y="8" />
- </g>
- <g
- id="g2485"
- style="fill:url(#radialGradient3506);fill-opacity:1"
- transform="translate(-80,2)">
- <rect
- height="1"
- id="rect2487"
- style="fill:url(#radialGradient3367);fill-opacity:1;stroke:none"
- width="48"
- x="0"
- y="18" />
- <rect
- height="1"
- id="rect2489"
- style="fill:url(#radialGradient3369);fill-opacity:1;stroke:none"
- width="48"
- x="0"
- y="38" />
- <rect
- height="1"
- id="rect2491"
- style="fill:url(#radialGradient3371);fill-opacity:1;stroke:none"
- width="48"
- x="0"
- y="28" />
- <rect
- height="1"
- id="rect2493"
- style="fill:url(#radialGradient3373);fill-opacity:1;stroke:none"
- width="48"
- x="0"
- y="8" />
- </g>
- <g
- id="g2495"
- style="fill:url(#radialGradient3528);fill-opacity:1"
- transform="translate(-80,1)">
- <rect
- height="1"
- id="rect2497"
- style="fill:url(#radialGradient3375);fill-opacity:1;stroke:none"
- width="48"
- x="0"
- y="18" />
- <rect
- height="1"
- id="rect2499"
- style="fill:url(#radialGradient3377);fill-opacity:1;stroke:none"
- width="48"
- x="0"
- y="38" />
- <rect
- height="1"
- id="rect2501"
- style="fill:url(#radialGradient3379);fill-opacity:1;stroke:none"
- width="48"
- x="0"
- y="28" />
- <rect
- height="1"
- id="rect2503"
- style="fill:url(#radialGradient3381);fill-opacity:1;stroke:none"
- width="48"
- x="0"
- y="8" />
- </g>
- </g>
- <g
- id="layer1"
- inkscape:groupmode="layer"
- inkscape:label="Layer 1"
- style="display:inline"
- transform="translate(0,-32)">
- <g
- id="g3238"
- style="opacity:0.30632181"
- transform="translate(9,3)" />
- <g
- id="g3374"
- transform="translate(1.0000005,98.6875)" />
+ <g
+ transform="matrix(2.6390239,0,0,2.6273715,2.5929653,-81.32446)"
+ style="display:inline"
+ id="g3209">
<path
- transform="matrix(0.31442472,0.09597205,-0.08676419,0.29224277,2.5849605,31.090877)"
+ d="m 48.436813,24.218407 c 0,13.375456 -10.84295,24.218406 -24.218406,24.218406 C 10.84295,48.436813 0,37.593863 0,24.218407 0,10.84295 10.84295,0 24.218407,0 37.593863,0 48.436813,10.84295 48.436813,24.218407 z"
+ id="path3599"
+ sodipodi:cx="24.218407"
+ sodipodi:cy="24.218407"
+ sodipodi:rx="24.218407"
+ sodipodi:ry="24.218407"
+ sodipodi:type="arc"
style="opacity:0.70114938;fill:url(#radialGradient3471);fill-opacity:1;stroke:none"
- sodipodi:type="arc"
- sodipodi:ry="24.218407"
- sodipodi:rx="24.218407"
- sodipodi:cy="24.218407"
- sodipodi:cx="24.218407"
- id="path3599"
- d="m 48.436813,24.218407 a 24.218407,24.218407 0 1 1 -48.436813,0 24.218407,24.218407 0 1 1 48.436813,0 z" />
+ transform="matrix(0.31442472,0.09597205,-0.08676419,0.29224277,2.5849605,31.090877)" />
<g
- id="g3416"
+ inkscape:export-ydpi="93"
+ inkscape:export-xdpi="93"
+ inkscape:export-filename="F:\kicad-launchpad\mytesting\bitmaps\sources\image.png"
transform="matrix(1.0917746,0,0,1.0641495,-0.01095054,-3.0745682)"
- inkscape:export-filename="F:\kicad-launchpad\mytesting\bitmaps\sources\image.png"
- inkscape:export-xdpi="93"
- inkscape:export-ydpi="93">
+ id="g3416">
<g
- id="g3720"
- transform="matrix(0.3200601,0.086956,-0.08575983,0.32452426,-17.922845,58.986775)">
+ transform="matrix(0.3200601,0.086956,-0.08575983,0.32452426,-17.922845,58.986775)"
+ id="g3720">
<rect
- height="21.999998"
+ y="-77.5"
+ x="41.5"
+ width="38"
+ style="fill:#eeeeec;fill-opacity:1;stroke:#888a85;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ ry="0.86008656"
+ rx="0.96564269"
id="rect3722"
- rx="0.96564269"
- ry="0.86008656"
- style="fill:#eeeeec;fill-opacity:1;stroke:#888a85;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="38"
- x="41.5"
- y="-77.5" />
+ height="21.999998" />
<rect
- height="20"
+ y="-76.5"
+ x="42.5"
+ width="36"
+ style="fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ ry="0"
+ rx="0"
id="rect3724"
+ height="20" />
+ <rect
+ y="-74.5"
+ x="44.5"
+ width="32"
+ style="fill:url(#linearGradient3433);fill-opacity:1;stroke:#729fcf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ ry="0"
rx="0"
- ry="0"
- style="fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="36"
- x="42.5"
- y="-76.5" />
- <rect
- height="16"
id="rect3726"
- rx="0"
- ry="0"
- style="fill:url(#linearGradient3433);fill-opacity:1;stroke:#729fcf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="32"
- x="44.5"
- y="-74.5" />
+ height="16" />
<path
- d="m 45,-74 31,0 0,7 c -16.341516,-3.066748 -26.416818,1.720898 -31,7 l 0,-14 z"
+ inkscape:connector-curvature="0"
+ style="opacity:0.5249042;fill:url(#radialGradient3435);fill-opacity:1;stroke:none"
+ sodipodi:nodetypes="ccccc"
id="path3728"
+ d="m 45,-74 31,0 0,7 c -16.341516,-3.066748 -26.416818,1.720898 -31,7 l 0,-14 z" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient3437);fill-opacity:1;stroke:url(#linearGradient3439);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0"
sodipodi:nodetypes="ccccc"
- style="opacity:0.5249042;fill:url(#radialGradient3435);fill-opacity:1;stroke:none"
- inkscape:connector-curvature="0" />
- <path
- d="m 44.5,-63.4375 c 8.111108,-2.277779 19.968464,-2.682435 32,-3 l 0,7.9375 -32,0 0,-4.9375 z"
id="path3730"
- sodipodi:nodetypes="ccccc"
- style="fill:url(#linearGradient3437);fill-opacity:1;stroke:url(#linearGradient3439);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0"
- inkscape:connector-curvature="0" />
+ d="m 44.5,-63.4375 c 8.111108,-2.277779 19.968464,-2.682435 32,-3 l 0,7.9375 -32,0 0,-4.9375 z" />
</g>
<path
- d="m 2.1827502,37.350302 0.6523465,6.362474 c 0.04153,0.402915 0.4139947,0.658969 0.7869577,0.619449 l 10.0544196,-1.070911 0.579864,-2.18382 c 0.06703,-0.253657 -0.100923,-0.509222 -0.35206,-0.577452 L 2.3587802,37.3713 c -0.059296,-0.01611 -0.1175642,-0.02627 -0.17603,-0.021 z"
+ inkscape:connector-curvature="0"
+ style="opacity:0.2;fill:url(#linearGradient3441);fill-opacity:1;stroke:none"
id="path3742"
- style="opacity:0.2;fill:url(#linearGradient3441);fill-opacity:1;stroke:none"
- inkscape:connector-curvature="0" />
+ d="m 2.1827502,37.350302 0.6523465,6.362474 c 0.04153,0.402915 0.4139947,0.658969 0.7869577,0.619449 l 10.0544196,-1.070911 0.579864,-2.18382 c 0.06703,-0.253657 -0.100923,-0.509222 -0.35206,-0.577452 L 2.3587802,37.3713 c -0.059296,-0.01611 -0.1175642,-0.02627 -0.17603,-0.021 z" />
<g
- id="g3546"
- transform="matrix(0.32955578,-0.0349218,0.03444141,0.33415239,4.4341277,70.426458)">
+ transform="matrix(0.32955578,-0.0349218,0.03444141,0.33415239,4.4341277,70.426458)"
+ id="g3546">
<rect
- height="21.999998"
+ y="-107.5"
+ x="1.5"
+ width="38"
+ style="fill:url(#linearGradient3443);fill-opacity:1;stroke:#888a85;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ ry="0.86008656"
+ rx="0.96564269"
id="rect3548"
- rx="0.96564269"
- ry="0.86008656"
- style="fill:url(#linearGradient3443);fill-opacity:1;stroke:#888a85;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="38"
- x="1.5"
- y="-107.5" />
+ height="21.999998" />
<rect
- height="20"
+ y="-106.5"
+ x="2.5"
+ width="36"
+ style="fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ ry="0"
+ rx="0"
id="rect3550"
- rx="0"
- ry="0"
- style="fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="36"
- x="2.5"
- y="-106.5" />
+ height="20" />
<g
id="g3552">
<rect
- height="16"
+ y="-104.5"
+ x="4.5"
+ width="32"
+ style="fill:url(#linearGradient3445);fill-opacity:1;stroke:#f57900;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ ry="0"
+ rx="0"
id="rect3554"
- rx="0"
- ry="0"
- style="fill:url(#linearGradient3445);fill-opacity:1;stroke:#f57900;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="32"
- x="4.5"
- y="-104.5" />
+ height="16" />
<rect
- height="8"
+ y="-98"
+ x="13"
+ width="8"
+ style="fill:url(#radialGradient3447);fill-opacity:1;stroke:none"
id="rect3556"
- style="fill:url(#radialGradient3447);fill-opacity:1;stroke:none"
- width="8"
- x="13"
- y="-98" />
+ height="8" />
<path
- d="m 4.5,-89 c 1.7654963,-1.895317 2.7341619,-2.121361 7.3125,-3.8125 2.517463,2.09711 5.631778,3.253296 8.5625,1.5625 3.653079,-2.406706 5.93787,0.191196 9.4375,-2.625 1.599342,0.895833 2.755113,1.854167 6.6875,2.875 l 0,2.5 -32,0 0,-0.5 z"
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ sodipodi:nodetypes="cccccccc"
id="path3558"
- sodipodi:nodetypes="cccccccc"
- style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- inkscape:connector-curvature="0" />
+ d="m 4.5,-89 c 1.7654963,-1.895317 2.7341619,-2.121361 7.3125,-3.8125 2.517463,2.09711 5.631778,3.253296 8.5625,1.5625 3.653079,-2.406706 5.93787,0.191196 9.4375,-2.625 1.599342,0.895833 2.755113,1.854167 6.6875,2.875 l 0,2.5 -32,0 0,-0.5 z" />
<path
- d="m 5,-104 31,0 0,7 c -16.341516,-3.06675 -26.4168185,1.720898 -31,7 l 0,-14 z"
+ inkscape:connector-curvature="0"
+ style="opacity:0.75478929;fill:url(#radialGradient3449);fill-opacity:1;stroke:none"
+ sodipodi:nodetypes="ccccc"
id="path3560"
- sodipodi:nodetypes="ccccc"
- style="opacity:0.75478929;fill:url(#radialGradient3449);fill-opacity:1;stroke:none"
- inkscape:connector-curvature="0" />
+ d="m 5,-104 31,0 0,7 c -16.341516,-3.06675 -26.4168185,1.720898 -31,7 l 0,-14 z" />
</g>
</g>
</g>
- <rect
- height="16"
- id="rect1315"
- style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:none;overflow:visible"
- width="16"
- x="-203.45316"
- y="-253.85765" />
- <rect
- height="22"
- id="rect3481"
- style="color:#000000;fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:none;overflow:visible"
- width="22"
- x="-203.45316"
- y="-227.85765" />
- <path
- d="m 18.75,9.375 c 0,5.17767 -4.19733,9.375 -9.375,9.375 C 4.1973305,18.75 0,14.55267 0,9.375 0,4.1973305 4.1973305,0 9.375,0 14.55267,0 18.75,4.1973305 18.75,9.375 z"
- id="path3584"
- sodipodi:cx="9.375"
- sodipodi:cy="9.375"
- sodipodi:rx="9.375"
- sodipodi:ry="9.375"
- sodipodi:type="arc"
- style="color:#000000;fill:url(#radialGradient5875);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.60878164;marker:none;visibility:visible;display:none;overflow:visible"
- transform="matrix(1.706666,0,0,1.706666,-151.45316,-198.85765)" />
- <path
- d="m 18.75,9.375 c 0,5.17767 -4.19733,9.375 -9.375,9.375 C 4.1973305,18.75 0,14.55267 0,9.375 0,4.1973305 4.1973305,0 9.375,0 14.55267,0 18.75,4.1973305 18.75,9.375 z"
- id="path3586"
- sodipodi:cx="9.375"
- sodipodi:cy="9.375"
- sodipodi:rx="9.375"
- sodipodi:ry="9.375"
- sodipodi:type="arc"
- style="color:#000000;fill:url(#radialGradient5877);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.48148614;marker:none;visibility:visible;display:none;overflow:visible"
- transform="matrix(2.133334,0,0,2.133334,-155.45316,-202.85766)" />
- <path
- d="m 18.75,9.375 c 0,5.17767 -4.19733,9.375 -9.375,9.375 C 4.1973305,18.75 0,14.55267 0,9.375 0,4.1973305 4.1973305,0 9.375,0 14.55267,0 18.75,4.1973305 18.75,9.375 z"
- id="path3588"
- sodipodi:cx="9.375"
- sodipodi:cy="9.375"
- sodipodi:rx="9.375"
- sodipodi:ry="9.375"
- sodipodi:type="arc"
- style="color:#000000;fill:url(#radialGradient5879);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.39974412;marker:none;visibility:visible;display:none;overflow:visible"
- transform="matrix(2.559999,0,0,2.559999,-159.45316,-206.85765)" />
- <g
- id="g3977"
- style="display:none"
- transform="translate(-339.45321,-219.35765)">
- <path
- d="m 57,28.5 c 0,0.552285 -0.783502,1 -1.75,1 -0.966498,0 -1.75,-0.447715 -1.75,-1 0,-0.552285 0.783502,-1 1.75,-1 0.966498,0 1.75,0.447715 1.75,1 z"
- id="path3954"
- sodipodi:cx="55.25"
- sodipodi:cy="28.5"
- sodipodi:rx="1.75"
- sodipodi:ry="1"
- sodipodi:type="arc"
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- transform="matrix(1.142857,0,0,1.5,-11.14285,-8.25)" />
- <rect
- height="8.5"
- id="rect3956"
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- width="1"
- x="53"
- y="26" />
- <path
- d="m 54,26 c 2,0 1.5,3 2.5,2.999999 C 54.5,29 56,27.5 54,27.5 L 54,26 z"
- id="path3964"
- sodipodi:nodetypes="cccc"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- inkscape:connector-curvature="0" />
- </g>
- <g
- id="g3997"
- style="display:none"
- transform="translate(-339.45321,-219.35765)">
- <path
- d="m 57,28.5 c 0,0.552285 -0.783502,1 -1.75,1 -0.966498,0 -1.75,-0.447715 -1.75,-1 0,-0.552285 0.783502,-1 1.75,-1 0.966498,0 1.75,0.447715 1.75,1 z"
- id="path3984"
- sodipodi:cx="55.25"
- sodipodi:cy="28.5"
- sodipodi:rx="1.75"
- sodipodi:ry="1"
- sodipodi:type="arc"
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- transform="matrix(1.142857,0,0,1.5,-2.642849,-8.25)" />
- <rect
- height="8.5"
- id="rect3986"
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- width="1"
- x="61.5"
- y="26" />
- <path
- d="M 62.500001,26 C 64.5,26 64,28.500001 65,28.5 c -1.500001,1e-6 -0.499999,-1 -2.499999,-1 l 0,-1.5 z"
- id="path3988"
- sodipodi:nodetypes="cccc"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- inkscape:connector-curvature="0" />
- <path
- d="M 62.500001,28 C 64.5,28 64,30.500001 65,30.5 c -1.500001,1e-6 -0.499999,-1 -2.499999,-1 l 0,-1.5 z"
- id="path3995"
- sodipodi:nodetypes="cccc"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
- inkscape:connector-curvature="0" />
- </g>
- <g
- id="g4113"
- style="display:none"
- transform="translate(-261.45316,-253.85765)">
- <path
- d="m 57,28.5 c 0,0.552285 -0.783502,1 -1.75,1 -0.966498,0 -1.75,-0.447715 -1.75,-1 0,-0.552285 0.783502,-1 1.75,-1 0.966498,0 1.75,0.447715 1.75,1 z"
- id="path4005"
- sodipodi:cx="55.25"
- sodipodi:cy="28.5"
- sodipodi:rx="1.75"
- sodipodi:ry="1"
- sodipodi:type="arc"
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- transform="matrix(-1.142857,0,0,-1.5,56.14275,104.75)" />
- <rect
- height="8.5"
- id="rect4007"
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- transform="scale(-1,-1)"
- width="1"
- x="8.0000496"
- y="-70.5" />
- <path
- d="m -8.00005,70.499999 c 2,0 1.5,-3 2.5,-2.999999 -2,-10e-7 -0.5,1.499999 -2.5,1.499999 l 0,1.5 z"
- id="path4009"
- sodipodi:nodetypes="cccc"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
- inkscape:connector-curvature="0" />
- </g>
- <g
- id="g4028"
- style="display:none"
- transform="translate(-339.95316,-219.35765)">
- <path
- d="m 57,28.5 c 0,0.552285 -0.783502,1 -1.75,1 -0.966498,0 -1.75,-0.447715 -1.75,-1 0,-0.552285 0.783502,-1 1.75,-1 0.966498,0 1.75,0.447715 1.75,1 z"
- id="path4016"
- sodipodi:cx="55.25"
- sodipodi:cy="28.5"
- sodipodi:rx="1.75"
- sodipodi:ry="1"
- sodipodi:type="arc"
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- transform="matrix(-1.142857,0,0,-1.5,142.6428,70.25)" />
- <rect
- height="8.5"
- id="rect4018"
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- transform="scale(-1,-1)"
- width="1"
- x="-78.5"
- y="-36" />
- <path
- d="M 78.500001,36 C 80.5,36 80,33.499999 81,33.5 c -1.500001,-10e-7 -0.499999,1 -2.499999,1 l 0,1.5 z"
- id="path4020"
- sodipodi:nodetypes="cccc"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
- inkscape:connector-curvature="0" />
- <path
- d="M 78.500001,34 C 80.5,34 80,31.499999 81,31.5 c -1.500001,-1e-6 -0.499999,1 -2.499999,1 l 0,1.5 z"
- id="path4022"
- sodipodi:nodetypes="cccc"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
- inkscape:connector-curvature="0" />
- </g>
- <g
- id="g4074"
- style="display:none"
- transform="translate(-260.45316,-254.85765)">
- <path
- d="m 57,28.5 c 0,0.552285 -0.783502,1 -1.75,1 -0.966498,0 -1.75,-0.447715 -1.75,-1 0,-0.552285 0.783502,-1 1.75,-1 0.966498,0 1.75,0.447715 1.75,1 z"
- id="path4053"
- sodipodi:cx="55.25"
- sodipodi:cy="28.5"
- sodipodi:rx="1.75"
- sodipodi:ry="1"
- sodipodi:type="arc"
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- transform="matrix(1.142857,0,0,1.5,-89.14285,39.75)" />
- <path
- d="m -25,74 6,1.5 0,8.5 -1,0 0,-7 -4,-1 0,6.5 -1,0 0,-8.5 z"
- id="rect4055"
- sodipodi:nodetypes="ccccccccc"
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:connector-curvature="0" />
- <path
- d="m 57,28.5 c 0,0.552285 -0.783502,1 -1.75,1 -0.966498,0 -1.75,-0.447715 -1.75,-1 0,-0.552285 0.783502,-1 1.75,-1 0.966498,0 1.75,0.447715 1.75,1 z"
- id="path4061"
- sodipodi:cx="55.25"
- sodipodi:cy="28.5"
- sodipodi:rx="1.75"
- sodipodi:ry="1"
- sodipodi:type="arc"
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- transform="matrix(1.142857,0,0,1.5,-84.14285,41.25)" />
- </g>
- <g
- id="g4090"
- style="display:none"
- transform="translate(-261.95316,-255.85765)">
- <path
- d="m 57,28.5 c 0,0.552285 -0.783502,1 -1.75,1 -0.966498,0 -1.75,-0.447715 -1.75,-1 0,-0.552285 0.783502,-1 1.75,-1 0.966498,0 1.75,0.447715 1.75,1 z"
- id="path4081"
- sodipodi:cx="55.25"
- sodipodi:cy="28.5"
- sodipodi:rx="1.75"
- sodipodi:ry="1"
- sodipodi:type="arc"
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- transform="matrix(1.142857,0,0,-1.5,-74.64285,120.75)" />
- <path
- d="m -13.5,86.5 6,-1.5 0,-8.5 -1,0 0,7 -4,1 0,-6.5 -1,0 0,8.5 z"
- id="path4083"
- sodipodi:nodetypes="ccccccccc"
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:connector-curvature="0" />
- <path
- d="m 57,28.5 c 0,0.552285 -0.783502,1 -1.75,1 -0.966498,0 -1.75,-0.447715 -1.75,-1 0,-0.552285 0.783502,-1 1.75,-1 0.966498,0 1.75,0.447715 1.75,1 z"
- id="path4085"
- sodipodi:cx="55.25"
- sodipodi:cy="28.5"
- sodipodi:rx="1.75"
- sodipodi:ry="1"
- sodipodi:type="arc"
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- transform="matrix(1.142857,0,0,-1.5,-69.64285,119.25)" />
- </g>
- <path
- d="m 80,37 c 0,8.836556 -7.163444,16 -16,16 -8.836556,0 -16,-7.163444 -16,-16 0,-8.836556 7.163444,-16 16,-16 8.836556,0 16,7.163444 16,16 z"
- id="path5560"
- sodipodi:cx="64"
- sodipodi:cy="37"
- sodipodi:rx="16"
- sodipodi:ry="16"
- sodipodi:type="arc"
- style="color:#000000;fill:#5c3566;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:none;overflow:visible"
- transform="translate(-197.94836,-174.85285)" />
- <path
- d="m 80,37 c 0,8.836556 -7.163444,16 -16,16 -8.836556,0 -16,-7.163444 -16,-16 0,-8.836556 7.163444,-16 16,-16 8.836556,0 16,7.163444 16,16 z"
- id="path5562"
- sodipodi:cx="64"
- sodipodi:cy="37"
- sodipodi:rx="16"
- sodipodi:ry="16"
- sodipodi:type="arc"
- style="color:#000000;fill:#75507b;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:none;overflow:visible"
- transform="matrix(0.7503,0,0,0.7503,-181.96756,-165.61395)" />
- <path
- d="m 80,37 c 0,8.836556 -7.163444,16 -16,16 -8.836556,0 -16,-7.163444 -16,-16 0,-8.836556 7.163444,-16 16,-16 8.836556,0 16,7.163444 16,16 z"
- id="path5564"
- sodipodi:cx="64"
- sodipodi:cy="37"
- sodipodi:rx="16"
- sodipodi:ry="16"
- sodipodi:type="arc"
- style="color:#000000;fill:#ad7fa8;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:none;overflow:visible"
- transform="matrix(0.499916,0,0,0.499916,-165.943,-156.34975)" />
- <g
- id="g4489"
- style="display:none"
- transform="translate(-261.45316,-254.85765)">
- <rect
- height="12"
- id="rect4451"
- ry="1.0852587"
- style="color:#000000;fill:url(#linearGradient5639);fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
- width="12"
- x="26.5"
- y="27.5" />
- <g
- id="g4467"
- transform="translate(-2.000047,-2.00005)">
- <rect
- height="2.0000057"
- id="rect4463"
- ry="0"
- style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- transform="matrix(0.707107,0.707107,-0.707107,0.707107,0,0)"
- width="9.0000229"
- x="44.997532"
- y="-0.29288569" />
- <rect
- height="2.0000057"
- id="rect4465"
- ry="0"
- style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- transform="matrix(-0.707107,0.707107,0.707107,0.707107,0,0)"
- width="9.0000229"
- x="-3.7929118"
- y="48.497509" />
- </g>
- <rect
- height="10"
- id="rect4479"
- ry="0"
- style="color:#000000;fill:none;stroke:#ef2929;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
- width="10"
- x="27.5"
- y="28.5" />
- </g>
- <rect
- height="7"
- id="rect4506"
- ry="1.0852587"
- style="color:#000000;fill:url(#linearGradient5654);fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:none;overflow:visible"
- width="7"
- x="-194.95316"
- y="-249.35765" />
- <path
- d="m -193.95316,-247.35765 1,-1 4,4 -1,1 -4,-4 z"
- id="path4510"
- sodipodi:nodetypes="ccccc"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;display:none"
- inkscape:connector-curvature="0" />
- <path
- d="m -192.95316,-243.35765 -1,-1 4,-4 1,1 -4,4 z"
- id="path4512"
- sodipodi:nodetypes="ccccc"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;display:none"
- inkscape:connector-curvature="0" />
- <g
- id="g5709"
- style="display:none"
- transform="translate(-261.45316,-253.85765)">
- <rect
- height="9.0006237"
- id="rect5674"
- ry="0.99253845"
- style="color:#000000;fill:url(#linearGradient5643);fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
- width="9.0006361"
- x="70.499382"
- y="32.499989" />
- <rect
- height="7"
- id="rect5682"
- ry="0"
- style="color:#000000;fill:none;stroke:#ef2929;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
- width="7"
- x="71.5"
- y="33.5" />
- <g
- id="g5705">
- <path
- d="m 72.5,35.5 1,-1 4,4 -1,1 -4,-4 z"
- id="path5693"
- sodipodi:nodetypes="ccccc"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
- inkscape:connector-curvature="0" />
- <path
- d="m 73.5,39.5 -1,-1 4,-4 1,1 -4,4 z"
- id="path5695"
- sodipodi:nodetypes="ccccc"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
- inkscape:connector-curvature="0" />
- </g>
- </g>
- </g>
- <g
- id="layer5"
- inkscape:groupmode="layer"
- inkscape:label="pippe"
- style="display:none"
- transform="translate(0,-32)">
- <g
- id="g3364"
- style="display:inline"
- transform="matrix(0.9659258,-0.258819,0.258819,0.9659258,250.90999,86.039858)">
- <rect
- height="21.999998"
- id="rect3360"
- rx="0.96564269"
- ry="0.86008656"
- style="fill:#eeeeec;fill-opacity:1;stroke:#888a85;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="38"
- x="1.5"
- y="-77.5" />
- <rect
- height="16"
- id="rect3362"
- rx="0"
- ry="0"
- style="fill:#729fcf;fill-opacity:1;stroke:#3465a4;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="32"
- x="4.5"
- y="-74.5" />
- </g>
- <g
- id="g3380"
- style="display:inline"
- transform="matrix(0.9944961,-0.1047742,0.1047742,0.9944961,244.07143,91.503368)">
- <rect
- height="21.999998"
- id="rect3376"
- rx="0.96564269"
- ry="0.86008656"
- style="fill:#eeeeec;fill-opacity:1;stroke:#888a85;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="38"
- x="1.5"
- y="-77.5" />
- <rect
- height="16"
- id="rect3378"
- rx="0"
- ry="0"
- style="fill:#729fcf;fill-opacity:1;stroke:#3465a4;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="32"
- x="4.5"
- y="-74.5" />
- </g>
- <g
- id="g3368"
- style="display:inline"
- transform="matrix(0.9659258,0.2588191,-0.2588191,0.9659258,214.48705,91.115776)">
- <rect
- height="21.999998"
- id="rect3370"
- rx="0.96564269"
- ry="0.86008656"
- style="fill:#eeeeec;fill-opacity:1;stroke:#888a85;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="38"
- x="1.5"
- y="-77.5" />
- <rect
- height="16"
- id="rect3372"
- rx="0"
- ry="0"
- style="fill:#729fcf;fill-opacity:1;stroke:#3465a4;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="32"
- x="4.5"
- y="-74.5" />
- </g>
- <g
- id="g3538"
- style="display:inline"
- transform="translate(0,-70)">
- <rect
- height="21.999998"
- id="rect3346"
- rx="0.96564269"
- ry="0.86008656"
- style="fill:#eeeeec;fill-opacity:1;stroke:#888a85;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="38"
- x="1.5"
- y="-77.5" />
- <rect
- height="20"
- id="rect3427"
- rx="0"
- ry="0"
- style="fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="36"
- x="2.5"
- y="-76.5" />
- <g
- id="g3442">
- <rect
- height="16"
- id="rect3358"
- rx="0"
- ry="0"
- style="fill:url(#linearGradient3455);fill-opacity:1;stroke:#729fcf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="32"
- x="4.5"
- y="-74.5" />
- <path
- d="m 5,-58.5 c 1.4374991,-7.5 3.9476793,-4.798522 6.1875,-11.1875 1.313216,0.771838 1.799196,0.267024 2.8125,1.125 1.008661,1.252341 1.472316,3.231357 2,5.125 C 18.902977,-68 19.560828,-62 23.1875,-61.0625 27,-62.47312 27.5,-71 29.5,-70 c 0.817656,-0.761636 1.563694,-5.577727 2.5,-2 1,4 3.664333,8.257 4.5,12 l 0,1.5 -31.5,0 z"
- id="path3387"
- sodipodi:nodetypes="cccccccccc"
- style="fill:url(#linearGradient3415);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3395);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- inkscape:connector-curvature="0" />
- <path
- d="m 5,-74 31,0 0,7 c -16.341516,-3.066748 -26.4168185,1.720898 -31,7 l 0,-14 z"
- id="rect3429"
- sodipodi:nodetypes="ccccc"
- style="opacity:0.5249042;fill:url(#radialGradient3440);fill-opacity:1;stroke:none"
- inkscape:connector-curvature="0" />
- </g>
- </g>
- <g
- id="g3529"
- style="display:inline"
- transform="translate(0,-70)">
- <rect
- height="21.999998"
- id="rect3447"
- rx="0.96564269"
- ry="0.86008656"
- style="fill:#eeeeec;fill-opacity:1;stroke:#888a85;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="38"
- x="1.5"
- y="-107.5" />
- <rect
- height="20"
- id="rect3449"
- rx="0"
- ry="0"
- style="fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="36"
- x="2.5"
- y="-106.5" />
- <g
- id="g3523">
- <rect
- height="16"
- id="rect3451"
- rx="0"
- ry="0"
- style="fill:url(#linearGradient3519);fill-opacity:1;stroke:#f57900;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="32"
- x="4.5"
- y="-104.5" />
- <rect
- height="8"
- id="rect3483"
- style="fill:url(#radialGradient3499);fill-opacity:1;stroke:none"
- width="8"
- x="13"
- y="-98" />
- <path
- d="m 4.5,-89 c 1.7654963,-1.895317 2.7341619,-2.121361 7.3125,-3.8125 2.517463,2.09711 5.631778,3.253296 8.5625,1.5625 3.653079,-2.406706 5.93787,0.191196 9.4375,-2.625 1.599342,0.895833 2.755113,1.854167 6.6875,2.875 l 0,2.5 -32,0 0,-0.5 z"
- id="path3521"
- sodipodi:nodetypes="cccccccc"
- style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- inkscape:connector-curvature="0" />
- <path
- d="m 5,-104 31,0 0,7 c -16.341516,-3.06675 -26.4168185,1.720898 -31,7 l 0,-14 z"
- id="path3457"
- sodipodi:nodetypes="ccccc"
- style="opacity:0.75478929;fill:url(#radialGradient3459);fill-opacity:1;stroke:none"
- inkscape:connector-curvature="0" />
- </g>
- </g>
- <g
- id="g3713"
- style="display:inline"
- transform="translate(0,-70)">
- <rect
- height="21.999998"
- id="rect3637"
- rx="0.96564269"
- ry="0.86008656"
- style="fill:#eeeeec;fill-opacity:1;stroke:#888a85;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="38"
- x="41.5"
- y="-77.5" />
- <rect
- height="20"
- id="rect3639"
- rx="0"
- ry="0"
- style="fill:none;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="36"
- x="42.5"
- y="-76.5" />
- <rect
- height="16"
- id="rect3643"
- rx="0"
- ry="0"
- style="fill:url(#linearGradient3680);fill-opacity:1;stroke:#729fcf;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- width="32"
- x="44.5"
- y="-74.5" />
- <path
- d="m 45,-74 31,0 0,7 c -16.341516,-3.066748 -26.416818,1.720898 -31,7 l 0,-14 z"
- id="path3647"
- sodipodi:nodetypes="ccccc"
- style="opacity:0.5249042;fill:url(#radialGradient3672);fill-opacity:1;stroke:none"
- inkscape:connector-curvature="0" />
- <path
- d="m 44.5,-63.4375 c 8.111108,-2.277779 19.968464,-2.682435 32,-3 l 0,7.9375 -32,0 0,-4.9375 z"
- id="rect3682"
- sodipodi:nodetypes="ccccc"
- style="fill:url(#linearGradient3711);fill-opacity:1;stroke:url(#linearGradient3703);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0"
- inkscape:connector-curvature="0" />
- </g>
- <path
- d="m 19.6875,8 c -1.430216,0.00674 -2.609449,1.0270947 -3.0625,2.25 -0.0051,0.01371 -0.02636,0.01749 -0.03125,0.03125 l -1,2.71875 -6.0625,0 C 6.503472,13 4,15.503472 4,18.53125 l 0,14.9375 C 4,36.496528 6.503472,39 9.53125,39 l 28.9375,0 C 41.496528,39 44,36.496528 44,33.46875 l 0,-14.9375 C 44,15.503472 41.496528,13 38.46875,13 L 32.375,13 31.40625,10.28125 C 30.942984,8.9778834 29.727142,8.0068113 28.28125,8 L 19.6875,8 z"
- id="path3579"
- inkscape:original="M 19.6875 10 C 19.144701 10.002558 18.669166 10.373642 18.46875 10.9375 L 17 15 L 9.53125 15 C 7.579648 15 6 16.579648 6 18.53125 L 6 33.46875 C 6 35.420352 7.579648 37 9.53125 37 L 38.46875 37 C 40.420352 37 42 35.420352 42 33.46875 L 42 18.53125 C 42 16.579648 40.420352 15 38.46875 15 L 30.96875 15 L 29.53125 10.9375 C 29.330834 10.373643 28.824049 10.002557 28.28125 10 L 19.6875 10 z "
- inkscape:radius="1.9943689"
- sodipodi:type="inkscape:offset"
- style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
- transform="translate(0,-90)" />
- <path
- d="m 19.6875,9 c -0.995798,0.00469 -1.835024,0.6900019 -2.15625,1.59375 L 16.3125,14 9.53125,14 C 7.0400407,14 5,16.040041 5,18.53125 l 0,14.9375 C 5,35.959959 7.0400407,38 9.53125,38 l 28.9375,0 C 40.959959,38 43,35.959959 43,33.46875 l 0,-14.9375 C 43,16.040041 40.959959,14 38.46875,14 L 31.6875,14 30.46875,10.59375 C 30.136538,9.6590942 29.27687,9.0046901 28.28125,9 L 19.6875,9 z"
- id="path3577"
- inkscape:original="M 19.6875 10 C 19.144701 10.002558 18.669166 10.373642 18.46875 10.9375 L 17 15 L 9.53125 15 C 7.579648 15 6 16.579648 6 18.53125 L 6 33.46875 C 6 35.420352 7.579648 37 9.53125 37 L 38.46875 37 C 40.420352 37 42 35.420352 42 33.46875 L 42 18.53125 C 42 16.579648 40.420352 15 38.46875 15 L 30.96875 15 L 29.53125 10.9375 C 29.330834 10.373643 28.824049 10.002557 28.28125 10 L 19.6875 10 z "
- inkscape:radius="1"
- sodipodi:type="inkscape:offset"
- style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
- transform="translate(0,-90)" />
- <path
- d="m 19.1875,12.5 a 1.4862846,1.4862846 0 0 0 -1.375,0.9375 l -3.1875,8 A 1.4862846,1.4862846 0 0 0 16,23.5 l 16,0 a 1.4862846,1.4862846 0 0 0 1.375,-2.0625 l -3.1875,-8 A 1.4862846,1.4862846 0 0 0 28.8125,12.5 l -9.625,0 z"
- id="path3514"
- inkscape:original="M 19.1875 14 L 16 22 L 32 22 L 28.8125 14 L 19.1875 14 z "
- inkscape:radius="1.486136"
- sodipodi:type="inkscape:offset"
- style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
- transform="matrix(0.8946398,0,0,1,2.5198955,-92.500008)" />
- <rect
- height="22"
- id="rect2528"
- rx="3.5227478"
- ry="3.5227478"
- style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
- width="36"
- x="6"
- y="-75" />
- <path
- d="M 28,25.75 C 28,28.373353 25.537566,30.5 22.5,30.5 19.462434,30.5 17,28.373353 17,25.75 17,23.126647 19.462434,21 22.5,21 25.537566,21 28,23.126647 28,25.75 z"
- id="path3499"
- sodipodi:cx="22.5"
- sodipodi:cy="25.75"
- sodipodi:rx="5.5"
- sodipodi:ry="4.75"
- sodipodi:type="arc"
- style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
- transform="matrix(1.2727273,0,0,1.4736842,-4.6363649,-101.94737)" />
- <path
- d="M 28,25.75 C 28,28.373353 25.537566,30.5 22.5,30.5 19.462434,30.5 17,28.373353 17,25.75 17,23.126647 19.462434,21 22.5,21 25.537566,21 28,23.126647 28,25.75 z"
- id="path3501"
- sodipodi:cx="22.5"
- sodipodi:cy="25.75"
- sodipodi:rx="5.5"
- sodipodi:ry="4.75"
- sodipodi:type="arc"
- style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
- transform="matrix(0.9090911,0,0,1.0526319,3.5454479,-91.105273)" />
- <rect
- height="3"
- id="rect3506"
- rx="1.0852478"
- ry="1.0852478"
- style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
- width="4"
- x="23"
- y="-78" />
- <path
- d="m 21,16 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z"
- id="path3508"
- sodipodi:cx="20"
- sodipodi:cy="16"
- sodipodi:rx="1"
- sodipodi:ry="1"
- sodipodi:type="arc"
- style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
- transform="translate(1,-92)" />
- <path
- d="m 21,16 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z"
- id="path3516"
- sodipodi:cx="20"
- sodipodi:cy="16"
- sodipodi:rx="1"
- sodipodi:ry="1"
- sodipodi:type="arc"
- style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
- transform="matrix(-3,0,0,-3,84,-16)" />
- <path
- d="m 21,16 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z"
- id="path3523"
- sodipodi:cx="20"
- sodipodi:cy="16"
- sodipodi:rx="1"
- sodipodi:ry="1"
- sodipodi:type="arc"
- style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
- transform="matrix(-3,0,0,-3,85,-15)" />
- <g
- id="g3544"
- style="display:inline"
- transform="translate(0,-90)">
- <path
- d="M 28,25.75 C 28,28.373353 25.537566,30.5 22.5,30.5 19.462434,30.5 17,28.373353 17,25.75 17,23.126647 19.462434,21 22.5,21 25.537566,21 28,23.126647 28,25.75 z"
- id="path3551"
- sodipodi:cx="22.5"
- sodipodi:cy="25.75"
- sodipodi:rx="5.5"
- sodipodi:ry="4.75"
- sodipodi:type="arc"
- style="fill:#ffffff;fill-opacity:1;stroke:none"
- transform="matrix(1.2727273,0,0,1.4736842,-4.6363649,-11.947368)" />
- <path
- d="M 28,25.75 C 28,28.373353 25.537566,30.5 22.5,30.5 19.462434,30.5 17,28.373353 17,25.75 17,23.126647 19.462434,21 22.5,21 25.537566,21 28,23.126647 28,25.75 z"
- id="path3553"
- sodipodi:cx="22.5"
- sodipodi:cy="25.75"
- sodipodi:rx="5.5"
- sodipodi:ry="4.75"
- sodipodi:type="arc"
- style="fill:#000000;fill-opacity:1;stroke:none"
- transform="matrix(0.9090911,0,0,1.0526319,3.5454479,-1.1052727)" />
- <rect
- height="3"
- id="rect3555"
- rx="1.0852478"
- ry="1.0852478"
- style="fill:#ffffff;fill-opacity:1;stroke:none"
- width="4"
- x="23"
- y="12" />
- <path
- d="m 21,16 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z"
- id="path3557"
- sodipodi:cx="20"
- sodipodi:cy="16"
- sodipodi:rx="1"
- sodipodi:ry="1"
- sodipodi:type="arc"
- style="fill:#ffffff;fill-opacity:1;stroke:none"
- transform="translate(1,-2)" />
- <path
- d="m 21,16 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z"
- id="path3559"
- sodipodi:cx="20"
- sodipodi:cy="16"
- sodipodi:rx="1"
- sodipodi:ry="1"
- sodipodi:type="arc"
- style="fill:#ffffff;fill-opacity:1;stroke:none"
- transform="matrix(-3,0,0,-3,84,74)" />
- <path
- d="m 21,16 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z"
- id="path3561"
- sodipodi:cx="20"
- sodipodi:cy="16"
- sodipodi:rx="1"
- sodipodi:ry="1"
- sodipodi:type="arc"
- style="fill:#000000;fill-opacity:1;stroke:none"
- transform="matrix(-3,0,0,-3,85,75)" />
- </g>
- <path
- d="m 19.6875,8 c -1.430216,0.00674 -2.609449,1.0270947 -3.0625,2.25 -0.0051,0.01371 -0.02636,0.01749 -0.03125,0.03125 l -1,2.71875 -6.0625,0 C 6.503472,13 4,15.503472 4,18.53125 l 0,14.9375 C 4,36.496528 6.503472,39 9.53125,39 l 28.9375,0 C 41.496528,39 44,36.496528 44,33.46875 l 0,-14.9375 C 44,15.503472 41.496528,13 38.46875,13 L 32.375,13 31.40625,10.28125 C 30.942984,8.9778834 29.727142,8.0068113 28.28125,8 L 19.6875,8 z"
- id="path3587"
- inkscape:original="M 19.6875 10 C 19.144701 10.002558 18.669166 10.373642 18.46875 10.9375 L 17 15 L 9.53125 15 C 7.579648 15 6 16.579648 6 18.53125 L 6 33.46875 C 6 35.420352 7.579648 37 9.53125 37 L 38.46875 37 C 40.420352 37 42 35.420352 42 33.46875 L 42 18.53125 C 42 16.579648 40.420352 15 38.46875 15 L 30.96875 15 L 29.53125 10.9375 C 29.330834 10.373643 28.824049 10.002557 28.28125 10 L 19.6875 10 z "
- inkscape:radius="1.9943689"
- sodipodi:type="inkscape:offset"
- style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
- transform="translate(50,-90)" />
- <path
- d="m 19.6875,9 c -0.995798,0.00469 -1.835024,0.6900019 -2.15625,1.59375 L 16.3125,14 9.53125,14 C 7.0400407,14 5,16.040041 5,18.53125 l 0,14.9375 C 5,35.959959 7.0400407,38 9.53125,38 l 28.9375,0 C 40.959959,38 43,35.959959 43,33.46875 l 0,-14.9375 C 43,16.040041 40.959959,14 38.46875,14 L 31.6875,14 30.46875,10.59375 C 30.136538,9.6590942 29.27687,9.0046901 28.28125,9 L 19.6875,9 z"
- id="path3589"
- inkscape:original="M 19.6875 10 C 19.144701 10.002558 18.669166 10.373642 18.46875 10.9375 L 17 15 L 9.53125 15 C 7.579648 15 6 16.579648 6 18.53125 L 6 33.46875 C 6 35.420352 7.579648 37 9.53125 37 L 38.46875 37 C 40.420352 37 42 35.420352 42 33.46875 L 42 18.53125 C 42 16.579648 40.420352 15 38.46875 15 L 30.96875 15 L 29.53125 10.9375 C 29.330834 10.373643 28.824049 10.002557 28.28125 10 L 19.6875 10 z "
- inkscape:radius="1"
- sodipodi:type="inkscape:offset"
- style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
- transform="translate(50,-90)" />
- <path
- d="m 69.6875,-80 c -0.5428,0.0026 -1.018334,0.373642 -1.21875,0.9375 L 67,-75 59.53125,-75 C 57.579648,-75 56,-73.420352 56,-71.46875 l 0,14.9375 C 56,-54.579648 57.579648,-53 59.53125,-53 l 28.9375,0 C 90.420352,-53 92,-54.579648 92,-56.53125 l 0,-14.9375 C 92,-73.420352 90.420355,-75 88.46875,-75 l -7.5,0 -1.4375,-4.0625 c -0.200414,-0.563857 -0.707201,-0.934943 -1.25,-0.9375 l -8.59375,0 z"
- id="path3592"
- style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
- inkscape:connector-curvature="0" />
- <path
- d="m 69.6875,8.5 c -1.222297,0.00576 -2.24337,0.8638083 -2.625,1.9375 l -1.09375,3.0625 -6.4375,0 C 56.770237,13.5 54.5,15.770237 54.5,18.53125 l 0,14.9375 c 0,2.761013 2.270237,5.03125 5.03125,5.03125 l 28.9375,0 C 91.229763,38.5 93.5,36.229763 93.5,33.46875 l 0,-14.9375 C 93.5,15.770239 91.229765,13.5 88.46875,13.5 l -6.4375,0 -1.09375,-3.0625 C 80.539392,9.317438 79.503281,8.5057567 78.28125,8.5 l -8.59375,0 z"
- id="path3635"
- inkscape:original="M 69.6875 10 C 69.1447 10.002558 68.669166 10.373642 68.46875 10.9375 L 67 15 L 59.53125 15 C 57.579648 15 56 16.579648 56 18.53125 L 56 33.46875 C 56 35.420352 57.579648 37 59.53125 37 L 88.46875 37 C 90.420352 37 92 35.420352 92 33.46875 L 92 18.53125 C 92 16.579648 90.420355 15 88.46875 15 L 80.96875 15 L 79.53125 10.9375 C 79.330836 10.373643 78.824049 10.002557 78.28125 10 L 69.6875 10 z "
- inkscape:radius="1.5"
- sodipodi:type="inkscape:offset"
- style="fill:url(#radialGradient3538);fill-opacity:1;stroke:#555753;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
- transform="translate(50,-90)" />
- <path
- d="M 124.09375,-78 C 123.49252,-78 123,-77.507477 123,-76.90625 l 0,0.8125 c 0,0.601227 0.49252,1.09375 1.09375,1.09375 l 1.8125,0 C 126.50748,-75 127,-75.492523 127,-76.09375 l 0,-0.8125 C 127,-77.507477 126.50748,-78 125.90625,-78 l -1.8125,0 z M 121,-77 c -0.552,0 -1,0.448 -1,1 0,0.552 0.448,1 1,1 0.552,0 1,-0.448 1,-1 0,-0.552 -0.448,-1 -1,-1 z"
- id="path3596"
- sodipodi:nodetypes="ccccccccccsssc"
- style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
- inkscape:connector-curvature="0" />
- <path
- d="m 69.6875,9.5 c -0.757172,0.00357 -1.384976,0.5359 -1.65625,1.25 -0.0053,0.01384 -0.02628,0.01726 -0.03125,0.03125 L 66.65625,14.5 l -7.125,0 C 57.306806,14.5 55.5,16.306806 55.5,18.53125 l 0,14.9375 c 0,2.224444 1.806806,4.03125 4.03125,4.03125 l 28.9375,0 C 90.693194,37.5 92.5,35.693194 92.5,33.46875 l 0,-14.9375 C 92.5,16.306806 90.693197,14.5 88.46875,14.5 L 81.3125,14.5 80,10.78125 C 79.732946,10.029903 79.053009,9.5036356 78.28125,9.5 l -8.59375,0 z"
- id="path3637"
- inkscape:original="M 69.6875 10 C 69.1447 10.002558 68.669166 10.373642 68.46875 10.9375 L 67 15 L 59.53125 15 C 57.579648 15 56 16.579648 56 18.53125 L 56 33.46875 C 56 35.420352 57.579648 37 59.53125 37 L 88.46875 37 C 90.420352 37 92 35.420352 92 33.46875 L 92 18.53125 C 92 16.579648 90.420355 15 88.46875 15 L 80.96875 15 L 79.53125 10.9375 C 79.330836 10.373643 78.824049 10.002557 78.28125 10 L 69.6875 10 z "
- inkscape:radius="0.50563109"
- sodipodi:type="inkscape:offset"
- style="opacity:0.58620689;fill:none;stroke:url(#linearGradient3550);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
- transform="translate(50,-90)" />
- <path
- d="m 124,-70 c -3.864,0 -7,3.136 -7,7 0,3.864 3.136,7 7,7 3.864,0 7,-3.136 7,-7 0,-3.864 -3.136,-7 -7,-7 z m 0,2 c 2.76,-10e-7 5,2.239999 5,5 0,2.760001 -2.24,5 -5,5 -2.76,0 -5,-2.239999 -5,-5 0,-2.76 2.24,-5 5,-5 z m 0,2 c -1.656,0 -3,1.344 -3,3 0,1.084258 0.57484,2.035411 1.4375,2.5625 C 122.15956,-60.892389 122,-61.428258 122,-62 c 0,-1.656 1.344,-3 3,-3 0.57174,0 1.10761,0.159559 1.5625,0.4375 C 126.03541,-65.425156 125.08426,-66 124,-66 z"
- id="path3530"
- sodipodi:nodetypes="csssccsssccscsscc"
- style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
- inkscape:connector-curvature="0" />
- <g
- id="g3781"
- style="display:inline">
- <path
- d="m 90.757605,6.0410041 -5.740466,3.1603108 0,22.9122531 5.740466,4.345428 14.801555,-1.975195 0,-26.8626415 -14.801555,-1.5801554 z"
- id="path3732"
- sodipodi:nodetypes="ccccccc"
- style="fill:#f0cf9c;fill-opacity:1;stroke:#c17d11;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
- inkscape:connector-curvature="0" />
- <path
- d="m 91.152644,6.4854228 0,29.5291542 14.011476,-1.876435 0,-26.1466336 -14.011476,-1.5060856 z"
- id="path3734"
- sodipodi:nodetypes="ccccc"
- style="fill:#e9b96e;fill-opacity:1;stroke:none;display:inline"
- inkscape:connector-curvature="0" />
- <path
- d="m 29.90625,7 -4.9375,2.71875 0,21.9375 5.03125,3.8125 13.625,-1.8125 0,-25.1875 L 29.90625,7 z"
- id="path3771"
- inkscape:original="M 29.75 6.03125 L 24.03125 9.1875 L 24.03125 32.125 L 29.75 36.46875 L 44.5625 34.46875 L 44.5625 7.625 L 29.75 6.03125 z "
- inkscape:radius="-0.93552941"
- sodipodi:type="inkscape:offset"
- style="opacity:0.48659004;fill:none;stroke:url(#linearGradient3779);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
- transform="translate(61,0)" />
- <g
- id="g3764"
- transform="matrix(0.8397685,0,0,1,66.798262,2)">
- <path
- d="m 42,30 c 0,4.418278 -3.581722,8 -8,8 -4.418278,0 -8,-3.581722 -8,-8 0,-4.418278 3.581722,-8 8,-8 4.418278,0 8,3.581722 8,8 z"
- id="path3736"
- sodipodi:cx="34"
- sodipodi:cy="30"
- sodipodi:rx="8"
- sodipodi:ry="8"
- sodipodi:type="arc"
- style="fill:#babdb6;fill-opacity:1;stroke:#888a85;stroke-width:1.4984448;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
- transform="matrix(0.716008,0,0,0.7406978,13.511631,3.1521667)" />
- <path
- d="m 42,30 c 0,4.418278 -3.581722,8 -8,8 -4.418278,0 -8,-3.581722 -8,-8 0,-4.418278 3.581722,-8 8,-8 4.418278,0 8,3.581722 8,8 z"
- id="path3738"
- sodipodi:cx="34"
- sodipodi:cy="30"
- sodipodi:rx="8"
- sodipodi:ry="8"
- sodipodi:type="arc"
- style="fill:#babdb6;fill-opacity:1;stroke:#888a85;stroke-width:3.68314815;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
- transform="matrix(0.2962791,0,0,0.2962791,27.584892,6.6087566)" />
- <path
- d="m 42,30 c 0,4.418278 -3.581722,8 -8,8 -4.418278,0 -8,-3.581722 -8,-8 0,-4.418278 3.581722,-8 8,-8 4.418278,0 8,3.581722 8,8 z"
- id="path3740"
- sodipodi:cx="34"
- sodipodi:cy="30"
- sodipodi:rx="8"
- sodipodi:ry="8"
- sodipodi:type="arc"
- style="fill:#babdb6;fill-opacity:1;stroke:#888a85;stroke-width:3.68314815;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
- transform="matrix(0.2962791,0,0,0.2962791,27.584892,0.288135)" />
- </g>
- </g>
- <path
- d="m 132,3 20,2 0,34 -20,3 0,-39 z"
- id="path3701"
- sodipodi:nodetypes="ccccc"
- style="fill:#888a85;fill-opacity:1;stroke:#555753;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
- inkscape:connector-curvature="0" />
- <path
- d="M 126.34146,7 132,3 l 0,39 -5.65854,-6 0,-29 z"
- id="path3703"
- sodipodi:nodetypes="ccccc"
- style="fill:#888a85;fill-opacity:1;stroke:#555753;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
- inkscape:connector-curvature="0" />
- <path
- d="m 42,30 c 0,4.418278 -3.581722,8 -8,8 -4.418278,0 -8,-3.581722 -8,-8 0,-4.418278 3.581722,-8 8,-8 4.418278,0 8,3.581722 8,8 z"
- id="path3716"
- sodipodi:cx="34"
- sodipodi:cy="30"
- sodipodi:rx="8"
- sodipodi:ry="8"
- sodipodi:type="arc"
- style="fill:#e9b96e;fill-opacity:1;stroke:#888a85;stroke-width:5.33333349;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
- transform="matrix(-0.1875,0,0,0.1875,27.874999,-36.625001)" />
- <path
- d="m 42,30 c 0,4.418278 -3.581722,8 -8,8 -4.418278,0 -8,-3.581722 -8,-8 0,-4.418278 3.581722,-8 8,-8 4.418278,0 8,3.581722 8,8 z"
- id="path3826"
- sodipodi:cx="34"
- sodipodi:cy="30"
- sodipodi:rx="8"
- sodipodi:ry="8"
- sodipodi:type="arc"
- style="fill:url(#radialGradient3830);fill-opacity:1;stroke:url(#radialGradient4854);stroke-width:2.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
- transform="matrix(-0.4999999,0,0,0.4999999,38.499995,-38.499996)" />
- <path
- d="m 42,30 c 0,4.418278 -3.581722,8 -8,8 -4.418278,0 -8,-3.581722 -8,-8 0,-4.418278 3.581722,-8 8,-8 4.418278,0 8,3.581722 8,8 z"
- id="path3828"
- sodipodi:cx="34"
- sodipodi:cy="30"
- sodipodi:rx="8"
- sodipodi:ry="8"
- sodipodi:type="arc"
- style="fill:url(#radialGradient3832);fill-opacity:1;stroke:none;display:inline"
- transform="matrix(-0.1875,0,0,0.1875,28.375,-29.125)" />
- <path
- d="m 42,30 c 0,4.418278 -3.581722,8 -8,8 -4.418278,0 -8,-3.581722 -8,-8 0,-4.418278 3.581722,-8 8,-8 4.418278,0 8,3.581722 8,8 z"
- id="path4838"
- sodipodi:cx="34"
- sodipodi:cy="30"
- sodipodi:rx="8"
- sodipodi:ry="8"
- sodipodi:type="arc"
- style="opacity:0.4291188;fill:none;stroke:url(#linearGradient4846);stroke-width:2.66666818;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
- transform="matrix(-0.3749998,0,0,0.3749998,34.249992,-34.749993)" />
- <path
- d="m -227.95316,-141.35765 c 8.5,7.5 5,0.5 8,0.5 6.5,0 -2.5,4.5 6.5,4.5"
- id="path4429"
- sodipodi:nodetypes="ccc"
- style="fill:none;stroke:url(#linearGradient5868);stroke-width:1.10000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
- inkscape:connector-curvature="0" />
- <path
- d="m 26.5,38.700001 c 0,2.098682 -6.156085,3.8 -13.75,3.8 -7.5939153,0 -13.75,-1.701318 -13.75,-3.8 0,-2.098682 6.1560847,-3.8 13.75,-3.8 7.593915,0 13.75,1.701318 13.75,3.8 z"
- id="path3945"
- sodipodi:cx="12.75"
- sodipodi:cy="38.700001"
- sodipodi:rx="13.75"
- sodipodi:ry="3.8"
- sodipodi:type="arc"
- style="opacity:0.4556962;color:#000000;fill:url(#radialGradient5783);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible"
- transform="matrix(1.163637,0,0,1.052631,-252.28952,-258.59448)" />
- <path
- d="m -249.45316,-247.35765 -1.5,4.5 0,26.5 27,0 0,-26.5 -1.5,-4.5 -24,0 z"
- id="rect3521"
- sodipodi:nodetypes="ccccccc"
- style="color:#000000;fill:url(#radialGradient5864);fill-opacity:1;fill-rule:evenodd;stroke:#c17d11;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:connector-curvature="0" />
- <rect
- height="26"
- id="rect3773"
- style="color:#000000;fill:url(#linearGradient5861);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible"
- width="26"
- x="-250.45316"
- y="-242.85765" />
- <path
- d="m -237.70316,-239.85765 c -1.93999,0.0492 -3.73663,0.68344 -5.25,1.6875 -0.36681,-0.42341 -0.89625,-0.6875 -1.5,-0.6875 -0.0345,0 -0.0873,8.5e-4 -0.125,0 -0.028,-2e-4 -0.0686,-0.003 -0.0937,0 -1.00811,0.10248 -1.78125,0.965 -1.78125,2 0,0.60375 0.26409,1.13319 0.6875,1.5 -1.04839,1.58018 -1.6875,3.46201 -1.6875,5.5 0,2.03368 0.61192,3.92183 1.65625,5.5 -0.41282,0.36953 -0.65625,0.90164 -0.65625,1.5 0,1.104 0.896,2 2,2 0.60375,0 1.13319,-0.26409 1.5,-0.6875 1.58018,1.04839 3.46201,1.6875 5.5,1.6875 2.03799,0 3.91982,-0.63911 5.5,-1.6875 0.36681,0.42341 0.89625,0.6875 1.5,0.6875 1.104,0 2,-0.896 2,-2 0,-0.60375 -0.26409,-1.13319 -0.6875,-1.5 1.04839,-1.58018 1.6875,-3.46201 1.6875,-5.5 0,-2.03799 -0.63911,-3.91982 -1.6875,-5.5 0.42341,-0.36681 0.6875,-0.89625 0.6875,-1.5 0,-1.104 -0.896,-2 -2,-2 -0.0345,0 -0.0873,8.5e-4 -0.125,0 -0.028,-2e-4 -0.0686,-0.003 -0.0937,0 -0.50405,0.0512 -0.96195,0.29844 -1.28125,0.65625 -0.007,-0.004 -0.0246,0.004 -0.0312,0 -1.57413,-1.03622 -3.44369,-1.65625 -5.46875,-1.65625 -0.0862,0 -0.16435,-0.002 -0.25,0 z"
- id="path3726"
- sodipodi:nodetypes="ccsssscscsscscsscscsssssssc"
- style="color:#000000;fill:url(#radialGradient5856);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5858);stroke-width:1.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:connector-curvature="0" />
- <path
- d="m -237.70316,-239.85765 c -1.93999,0.0492 -3.73663,0.68344 -5.25,1.6875 -0.36681,-0.42341 -0.89625,-0.6875 -1.5,-0.6875 -0.0345,0 -0.0873,8.5e-4 -0.125,0 -0.028,-2e-4 -0.0686,-0.003 -0.0937,0 -1.00811,0.10248 -1.78125,0.965 -1.78125,2 0,0.60375 0.26409,1.13319 0.6875,1.5 -1.04839,1.58018 -1.6875,3.46201 -1.6875,5.5 0,2.03368 0.61192,3.92183 1.65625,5.5 -0.41282,0.36953 -0.65625,0.90164 -0.65625,1.5 0,1.104 0.896,2 2,2 0.60375,0 1.13319,-0.26409 1.5,-0.6875 1.58018,1.04839 3.46201,1.6875 5.5,1.6875 2.03799,0 3.91982,-0.63911 5.5,-1.6875 0.36681,0.42341 0.89625,0.6875 1.5,0.6875 1.104,0 2,-0.896 2,-2 0,-0.60375 -0.26409,-1.13319 -0.6875,-1.5 1.04839,-1.58018 1.6875,-3.46201 1.6875,-5.5 0,-2.03799 -0.63911,-3.91982 -1.6875,-5.5 0.42341,-0.36681 0.6875,-0.89625 0.6875,-1.5 0,-1.104 -0.896,-2 -2,-2 -0.0345,0 -0.0873,8.5e-4 -0.125,0 -0.028,-2e-4 -0.0686,-0.003 -0.0937,0 -0.50405,0.0512 -0.96195,0.29844 -1.28125,0.65625 -0.007,-0.004 -0.0246,0.004 -0.0312,0 -1.57413,-1.03622 -3.44369,-1.65625 -5.46875,-1.65625 -0.0862,0 -0.16435,-0.002 -0.25,0 z"
- id="path3507"
- sodipodi:nodetypes="ccsssscscsscscsscscsssssssc"
- style="color:#000000;fill:url(#radialGradient5853);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.09104455;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:connector-curvature="0" />
- <path
- d="m 18.75,9.375 c 0,5.17767 -4.19733,9.375 -9.375,9.375 C 4.1973305,18.75 0,14.55267 0,9.375 0,4.1973305 4.1973305,0 9.375,0 14.55267,0 18.75,4.1973305 18.75,9.375 z"
- id="path3636"
- sodipodi:cx="9.375"
- sodipodi:cy="9.375"
- sodipodi:rx="9.375"
- sodipodi:ry="9.375"
- sodipodi:type="arc"
- style="color:#000000;fill:url(#radialGradient5795);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5797);stroke-width:1.03981137;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
- transform="matrix(0.911415,0,0,0.911415,-245.99175,-238.40809)" />
- <path
- d="m 18.75,9.375 c 0,5.17767 -4.19733,9.375 -9.375,9.375 C 4.1973305,18.75 0,14.55267 0,9.375 0,4.1973305 4.1973305,0 9.375,0 14.55267,0 18.75,4.1973305 18.75,9.375 z"
- id="path3519"
- sodipodi:cx="9.375"
- sodipodi:cy="9.375"
- sodipodi:rx="9.375"
- sodipodi:ry="9.375"
- sodipodi:type="arc"
- style="color:#000000;fill:url(#radialGradient5799);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6.57905483;marker:none;visibility:visible;display:inline;overflow:visible"
- transform="matrix(0.32,0,0,0.32,-240.45316,-232.85765)" />
- <path
- d="M 17,16.5 C 17,16.776142 16.776142,17 16.5,17 16.223858,17 16,16.776142 16,16.5 16,16.223858 16.223858,16 16.5,16 c 0.276142,0 0.5,0.223858 0.5,0.5 z"
- id="path3720"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- sodipodi:type="arc"
- style="color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible"
- transform="translate(-246.45316,-253.85765)" />
- <path
- d="M 17,16.5 C 17,16.776142 16.776142,17 16.5,17 16.223858,17 16,16.776142 16,16.5 16,16.223858 16.223858,16 16.5,16 c 0.276142,0 0.5,0.223858 0.5,0.5 z"
- id="path5383"
- sodipodi:cx="16.5"
- sodipodi:cy="16.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- sodipodi:type="arc"
- style="color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;marker:none;visibility:visible;display:inline;overflow:visible"
- transform="translate(-246.45316,-158.85765)" />
- <path
- d="m -249.10941,-246.85765 -1.34375,4 0,0.0625 0,25.9375 26,0 0,-25.9375 0,-0.0625 -1.34375,-4 -23.3125,0 z m 0.75,1 21.8125,0 1.09375,3.28125 0,24.71875 -24,0 0,-24.71875 1.09375,-3.28125 z"
- id="path3812"
- sodipodi:nodetypes="cccccccccccccccc"
- style="color:#000000;fill:#f5dfbd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:connector-curvature="0" />
- <path
- d="m -249.95316,-242.35765 24.95846,0 0,0 0,0"
- id="path3792"
- sodipodi:nodetypes="cccc"
- style="fill:none;stroke:url(#linearGradient5843);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
- inkscape:connector-curvature="0" />
- <path
- d="M 14,13.5 C 14,13.776142 13.776142,14 13.5,14 13.223858,14 13,13.776142 13,13.5 13,13.223858 13.223858,13 13.5,13 c 0.276142,0 0.5,0.223858 0.5,0.5 z"
- id="path4415"
- sodipodi:cx="13.5"
- sodipodi:cy="13.5"
- sodipodi:rx="0.5"
- sodipodi:ry="0.5"
- sodipodi:type="arc"
- style="color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible"
- transform="translate(-240.45316,-253.85765)" />
- <path
- d="m -238.23441,-253.85765 c -4.90458,0.1555 -9.41987,1.79415 -13.15625,4.46875 l 13.9375,19.53125 21.21875,-11.25 c -4.03245,-7.59021 -12.03002,-12.75 -21.21875,-12.75 -0.25875,0 -0.52447,-0.008 -0.78125,0 z m 0.78125,24 10.40625,21.625 0.0312,0 c 8.02933,-3.88285 13.5625,-12.11335 13.5625,-21.625 0,-3.23884 -0.64786,-6.33642 -1.8125,-9.15625 l -22.1875,9.15625 z m 0,0 -16.53125,17.40625 c 4.30467,4.09059 10.12874,6.59375 16.53125,6.59375 2.36497,0 4.65358,-0.33043 6.8125,-0.96875 l -6.8125,-23.03125 z m 0,0 -18.4375,-15.375 c -3.47978,4.16507 -5.5625,9.52725 -5.5625,15.375 0,5.99472 2.20561,11.47986 5.84375,15.6875 l 18.15625,-15.6875 z"
- id="path3515"
- style="color:#000000;fill:url(#radialGradient5770);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.39974412;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:connector-curvature="0" />
- <g
- id="g4352"
- style="fill-opacity:1;stroke:url(#linearGradient5726);display:inline"
- transform="translate(-261.45316,-253.85765)">
- <path
- d="M 14.5,37.5 24,24"
- id="path4326"
- sodipodi:nodetypes="cc"
- style="opacity:0.52509652;fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5728);stroke-width:0.50000006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:connector-curvature="0" />
- <path
- d="M 3.4999996,35.5 24,24"
- id="path4328"
- sodipodi:nodetypes="cc"
- style="opacity:0.52509652;fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5730);stroke-width:0.50000006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
- inkscape:connector-curvature="0" />
- <path
- d="M 13,34 24,24"
- id="path4330"
- sodipodi:nodetypes="cc"
- style="opacity:0.52509652;fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5732);stroke-width:0.50000006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
- inkscape:connector-curvature="0" />
- </g>
- <g
- id="g4404"
- style="fill-opacity:1;stroke:url(#linearGradient5734);display:inline"
- transform="translate(-261.45316,-253.85765)">
- <path
- d="M 40,13 23.999999,24"
- id="path4369"
- sodipodi:nodetypes="cc"
- style="opacity:0.52509652;fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5736);stroke-width:0.49999997;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:connector-curvature="0" />
- <path
- d="M 44,22 23.999999,24"
- id="path4371"
- sodipodi:nodetypes="cc"
- style="opacity:0.52509652;fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5738);stroke-width:0.49999997;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
- inkscape:connector-curvature="0" />
- <path
- d="M 42,17.5 23.999999,24"
- id="path4373"
- sodipodi:nodetypes="cc"
- style="opacity:0.52509652;fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5740);stroke-width:0.49999997;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
- inkscape:connector-curvature="0" />
- </g>
- <path
- d="m -238.23441,-249.85765 c -4.03793,0.15364 -7.7627,1.51326 -10.84375,3.71875 l 11.625,16.28125 17.6875,-9.375 c -3.36093,-6.32339 -10.03154,-10.625 -17.6875,-10.625 -0.25875,0 -0.52487,-0.01 -0.78125,0 z m 0.78125,20 8.6875,18 c 6.68522,-3.23788 11.3125,-10.07794 11.3125,-18 0,-2.70029 -0.52861,-5.27426 -1.5,-7.625 l -18.5,7.625 z m 0,0 -13.78125,14.5 c 3.58765,3.41123 8.4437,5.5 13.78125,5.5 1.9736,0 3.88615,-0.27912 5.6875,-0.8125 l -5.6875,-19.1875 z m 0,0 -15.34375,-12.8125 c -2.89982,3.47089 -4.65625,7.93937 -4.65625,12.8125 0,5.0025 1.83572,9.58548 4.875,13.09375 l 15.125,-13.09375 z"
- id="path3513"
- style="color:#000000;fill:url(#radialGradient5721);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.48148614;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:connector-curvature="0" />
- <g
- id="g4308"
- style="opacity:0.52509652;fill-opacity:1;stroke:url(#linearGradient5693);display:inline"
- transform="matrix(-0.965926,0.258819,-0.258819,-0.965926,-207.93749,-212.33753)">
- <path
- d="M 39.585011,33.921308 23.975406,24.562348"
- id="path4310"
- sodipodi:nodetypes="cc"
- style="fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5695);stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:connector-curvature="0" />
- <path
- d="M 27.397624,44.631934 23.975406,24.562348"
- id="path4312"
- sodipodi:nodetypes="cc"
- style="fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5697);stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
- inkscape:connector-curvature="0" />
- <path
- d="m 32.719506,38.293358 -8.7441,-13.73101"
- id="path4314"
- sodipodi:nodetypes="cc"
- style="fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5699);stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
- inkscape:connector-curvature="0" />
- </g>
- <path
- d="m -238.07816,-245.85765 c -3.23718,0.12318 -6.21966,1.22898 -8.6875,3 l 9.3125,13 14.15625,-7.5 c -2.68772,-5.062 -8.02905,-8.5 -14.15625,-8.5 -0.207,0 -0.4199,-0.008 -0.625,0 z m 0.625,16 6.9375,14.40625 c 5.36232,-2.58507 9.0625,-8.05825 9.0625,-14.40625 0,-2.16315 -0.43965,-4.2111 -1.21875,-6.09375 l -14.78125,6.09375 z m 0,0 -11.03125,11.59375 c 2.87169,2.738 6.75325,4.40625 11.03125,4.40625 1.57665,0 3.09197,-0.23071 4.53125,-0.65625 l -4.53125,-15.34375 z m 0,0 -12.28125,-10.25 c -2.31986,2.77671 -3.71875,6.3515 -3.71875,10.25 0,4.002 1.47482,7.66214 3.90625,10.46875 l 12.09375,-10.46875 z"
- id="path3511"
- style="color:#000000;fill:url(#radialGradient5688);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.60878164;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:connector-curvature="0" />
- <g
- id="g4166"
- style="opacity:0.52509652;fill-opacity:1;stroke:url(#linearGradient5664);display:inline"
- transform="translate(-261.45316,-253.85765)">
- <path
- d="M 36,35.5 24,24"
- id="path4160"
- sodipodi:nodetypes="cc"
- style="fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5666);stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:connector-curvature="0" />
- <path
- d="M 25.5,40.5 24,24"
- id="path4162"
- sodipodi:nodetypes="cc"
- style="fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5669);stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
- inkscape:connector-curvature="0" />
- <path
- d="M 29.5,36.5 24,24"
- id="path4164"
- sodipodi:nodetypes="cc"
- style="fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5671);stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
- inkscape:connector-curvature="0" />
- </g>
</g>
</svg>
=== modified file 'bitmaps_png/sources/kicad_icon_small.svg'
--- bitmaps_png/sources/kicad_icon_small.svg 2011-09-08 05:58:45 +0000
+++ bitmaps_png/sources/kicad_icon_small.svg 2011-09-08 15:21:38 +0000
@@ -1,374 +1,2027 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="128" width="128" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
- <filter id="db" color-interpolation-filters="sRGB">
- <feGaussianBlur stdDeviation="1.5117496"/>
- </filter>
- <linearGradient id="bo">
- <stop stop-color="#020202" offset="0"/>
- <stop stop-color="#020202" stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="b">
- <stop offset="0"/>
- <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <filter id="dd" color-interpolation-filters="sRGB">
- <feGaussianBlur stdDeviation="0.25678329"/>
- </filter>
- <filter id="de" color-interpolation-filters="sRGB">
- <feGaussianBlur stdDeviation="0.24681652"/>
- </filter>
- <filter id="df" height="1.2702" width="1.0584" color-interpolation-filters="sRGB" y="-.13508" x="-.029185">
- <feGaussianBlur stdDeviation="0.47764525"/>
- </filter>
- <linearGradient id="bl">
- <stop stop-color="#111" offset="0"/>
- <stop stop-color="#414143" offset=".14286"/>
- <stop stop-color="#101010" offset=".57143"/>
- <stop stop-color="#0d0d0d" offset="1"/>
- </linearGradient>
- <linearGradient id="bm">
- <stop stop-color="#fff" offset="0"/>
- <stop stop-color="#fff" stop-opacity="0" offset="1"/>
- </linearGradient>
- <filter id="dg" height="1.2683" width="1.0585" color-interpolation-filters="sRGB" y="-.13413" x="-.02923">
- <feGaussianBlur stdDeviation="0.46194598"/>
- </filter>
- <filter id="dc" height="1.3472" width="1.0687" color-interpolation-filters="sRGB" y="-.1736" x="-.034338">
- <feGaussianBlur stdDeviation="1.8288518"/>
- </filter>
- <linearGradient id="dl" y2="62.827" gradientUnits="userSpaceOnUse" x2="38.061" gradientTransform="matrix(-.67516 -.21831 .25815 -.6762 162.55 118.91)" y1="62.402" x1="55.876">
- <stop stop-color="#fff" offset="0"/>
- <stop stop-color="#fff" stop-opacity="0" offset="1"/>
- </linearGradient>
- <radialGradient id="bq" gradientUnits="userSpaceOnUse" cy="37.75" cx="23.25" gradientTransform="matrix(1 0 0 .42017 0 21.889)" r="14.875">
- <stop stop-opacity="0" offset="0"/>
- <stop offset=".5"/>
- <stop stop-opacity="0" offset="1"/>
- </radialGradient>
- <linearGradient id="dm" y2="14.188" gradientUnits="userSpaceOnUse" x2="37.625" y1="14.188" x1="11.75">
- <stop stop-color="#fff" offset="0"/>
- <stop stop-color="#fff" stop-opacity=".69" offset=".32895"/>
- <stop stop-color="#c2c2c2" stop-opacity=".34" offset=".65789"/>
- <stop stop-color="#fff" stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="dn" y2="104.05" gradientUnits="userSpaceOnUse" x2="90.398" y1="111.22" x1="53.478">
- <stop offset="0"/>
- <stop stop-color="#8e8e8e" stop-opacity="0.3" offset="1"/>
- </linearGradient>
- <linearGradient id="do" y2="67.754" gradientUnits="userSpaceOnUse" x2="-59.581" gradientTransform="matrix(.74077 0 0 .74032 57.827 46.347)" y1="67.754" x1="-70.589">
- <stop stop-color="#323232" offset="0"/>
- <stop stop-color="#dfe1e1" offset=".20014"/>
- <stop stop-color="#e2dcdc" offset=".5"/>
- <stop stop-color="#fff" offset=".78202"/>
- <stop stop-color="#dfd9df" offset=".90059"/>
- <stop stop-color="#3a3a3a" offset="1"/>
- </linearGradient>
- <linearGradient id="dp" y2="94.734" gradientUnits="userSpaceOnUse" x2="55.089" gradientTransform="matrix(.61282 -.41618 .42688 .60486 14.254 61.459)" y1="94.734" x1="34.913">
- <stop stop-color="#695412" offset="0"/>
- <stop stop-color="#7c6725" offset=".09292"/>
- <stop stop-color="#b3983e" offset=".50432"/>
- <stop stop-color="#7f6926" offset=".91571"/>
- <stop stop-color="#725f21" offset="1"/>
- </linearGradient>
- <linearGradient id="dq" y2="62.415" xlink:href="#bo" gradientUnits="userSpaceOnUse" x2="45.241" gradientTransform="matrix(.61282 -.41618 .42688 .60486 14.369 61.48)" y1="61.083" x1="45.241"/>
- <linearGradient id="dr" y2="125.9" xlink:href="#bo" gradientUnits="userSpaceOnUse" x2="45.616" gradientTransform="matrix(.61282 -.41618 .42688 .60486 14.254 61.459)" y1="128" x1="45.616"/>
- <linearGradient id="ds" y2="75.48" xlink:href="#b" gradientUnits="userSpaceOnUse" x2="38.615" gradientTransform="matrix(.61282 -.41618 .42688 .60486 14.316 61.471)" y1="75.416" x1="37.235"/>
- <linearGradient id="dt" y2="75.48" xlink:href="#b" gradientUnits="userSpaceOnUse" x2="38.452" gradientTransform="matrix(-.6228 .41436 .4169 .60304 70.688 23.925)" y1="75.416" x1="36.909"/>
- <linearGradient id="br" y2="65.269" xlink:href="#b" gradientUnits="userSpaceOnUse" x2="-58.207" gradientTransform="matrix(.74077 0 0 .74032 57.827 46.347)" y1="49.462" x1="-74.013"/>
- <linearGradient id="bs" y2="75.717" xlink:href="#b" gradientUnits="userSpaceOnUse" x2="-66.906" gradientTransform="matrix(.74078 0 0 .74032 57.837 46.357)" y1="77.1" x1="-66.906"/>
- <linearGradient id="bt" y2="77.233" xlink:href="#b" gradientUnits="userSpaceOnUse" x2="-66.906" gradientTransform="matrix(.74077 0 0 .74032 57.827 -143.33)" y1="78.001" x1="-66.906"/>
- <radialGradient id="a" fx="-67.047" fy="83.803" gradientUnits="userSpaceOnUse" cy="84.213" cx="-67.615" gradientTransform="matrix(1 0 0 .63636 0 30.623)" r="1.4498">
- <stop offset="0"/>
- <stop stop-color="#2a2a2a" stop-opacity=".29537" offset="1"/>
- </radialGradient>
- <linearGradient id="bu" y2="62.35" gradientUnits="userSpaceOnUse" x2="118.03" gradientTransform="matrix(.61282 -.41618 .42688 .60486 -18.75 60.697)" y1="46.47" x1="62.988">
- <stop stop-color="#e2dcdc" offset="0"/>
- <stop stop-color="#fff" offset=".39074"/>
- <stop stop-color="#dfd9df" offset=".82692"/>
- <stop stop-color="#c3c3c3" offset="1"/>
- </linearGradient>
- <radialGradient id="cr" xlink:href="#bl" gradientUnits="userSpaceOnUse" cy="43.249" cx="92.496" gradientTransform="matrix(1.1248 -.55882 .67142 1.2951 -74.774 47.309)" r="16.633"/>
- <radialGradient id="cs" xlink:href="#bl" gradientUnits="userSpaceOnUse" cy="42.85" cx="92.99" gradientTransform="matrix(1.1248 -.55882 .67142 1.2951 -74.774 47.309)" r="16.633"/>
- <radialGradient id="ct" xlink:href="#bl" gradientUnits="userSpaceOnUse" cy="43.103" cx="93.748" gradientTransform="matrix(1.1248 -.55882 .67142 1.2951 -74.774 47.309)" r="16.633"/>
- <radialGradient id="cu" xlink:href="#bl" gradientUnits="userSpaceOnUse" cy="43.032" cx="94.932" gradientTransform="matrix(1.1248 -.55882 .67142 1.2951 -74.774 47.309)" r="16.633"/>
- <radialGradient id="cv" xlink:href="#bl" gradientUnits="userSpaceOnUse" cy="42.71" cx="94.436" gradientTransform="matrix(1.4018 -.96887 .58239 .79944 -97.374 107.48)" r="16.633"/>
- <linearGradient id="bv" y2="55.575" xlink:href="#bm" gradientUnits="userSpaceOnUse" x2="108.79" gradientTransform="matrix(.61282 -.41618 .42688 .60486 -18.75 60.697)" y1="59.273" x1="106.03"/>
- <linearGradient id="bw" y2="51.712" xlink:href="#bm" gradientUnits="userSpaceOnUse" x2="107.04" gradientTransform="matrix(.61282 -.41618 .42688 .60486 -18.75 60.697)" y1="55.344" x1="103.66"/>
- <linearGradient id="bx" y2="40.551" gradientUnits="userSpaceOnUse" x2="61.87" gradientTransform="matrix(.61282 -.41618 .42688 .60486 -18.75 60.697)" y1="33.319" x1="61.87">
- <stop offset="0"/>
- <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="by" y2="41.512" gradientUnits="userSpaceOnUse" x2="75.465" gradientTransform="matrix(.61282 -.41618 .42688 .60486 -18.75 60.697)" y1="41.759" x1="45.277">
- <stop offset="0"/>
- <stop stop-opacity="0" offset=".14835"/>
- <stop stop-opacity=".39608" offset=".42444"/>
- <stop stop-opacity=".79061" offset=".57418"/>
- <stop stop-opacity=".093863" offset=".78709"/>
- <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <radialGradient id="cw" fx="60.05" fy="51.986" gradientUnits="userSpaceOnUse" cy="51.897" cx="58.079" gradientTransform="matrix(1.8628 -.72234 .18026 .4438 -79.298 87.02)" r="15.015">
- <stop offset="0"/>
- <stop stop-opacity="0" offset="1"/>
- </radialGradient>
- <radialGradient id="cx" spreadMethod="reflect" gradientUnits="userSpaceOnUse" cy="-16.595" cx="59.888" gradientTransform="matrix(1.4254 -.79223 .30348 .52848 -55.096 102.01)" r="15.015">
- <stop stop-color="#fff" offset="0"/>
- <stop stop-color="#fff" stop-opacity="0" offset=".31868"/>
- <stop stop-color="#fff" stop-opacity="0" offset="1"/>
- </radialGradient>
- <radialGradient id="cy" fx="47.818" gradientUnits="userSpaceOnUse" cy="43.681" cx="47.794" gradientTransform="matrix(1,0,0,140,0,-6071.6)" r=".046903">
- <stop stop-color="#fff" offset="0"/>
- <stop stop-color="#fff" stop-opacity="0" offset="1"/>
- </radialGradient>
- <linearGradient id="bz" y2="49.982" xlink:href="#bm" gradientUnits="userSpaceOnUse" x2="9.0166" gradientTransform="matrix(.51375 .093233 -.093396 .51285 30.768 37.401)" y1="23.462" x1="35.537"/>
- <linearGradient id="ca" y2="49.982" xlink:href="#bm" gradientUnits="userSpaceOnUse" x2="9.0166" gradientTransform="matrix(.51375 .093233 -.093396 .51285 30.768 37.401)" y1="12.437" x1="27.371"/>
- <linearGradient id="cb" y2="54.61" xlink:href="#bm" gradientUnits="userSpaceOnUse" x2="5.8861" gradientTransform="matrix(.51375 .093233 -.093396 .51285 30.768 37.401)" y1="14.887" x1="56.906"/>
- <radialGradient id="cz" fx="37.468" gradientUnits="userSpaceOnUse" cy="115.71" cx="63.912" gradientTransform="matrix(1 0 0 .1978 0 92.822)" r="63.912">
- <stop offset="0"/>
- <stop stop-opacity="0" offset="1"/>
- </radialGradient>
- <linearGradient id="cc" y2="22.251" gradientUnits="userSpaceOnUse" x2="50.988" gradientTransform="matrix(.0052596 .99999 .99999 -.0052596 42.996 -2.4962)" y1="17.376" x1="48.906">
- <stop stop-color="#ffd1d1" offset="0"/>
- <stop stop-color="#ff1d1d" offset=".5"/>
- <stop stop-color="#6f0000" offset="1"/>
- </linearGradient>
- <linearGradient id="cd" y2="22.625" gradientUnits="userSpaceOnUse" x2="47.688" gradientTransform="matrix(.0052596 .99999 .99999 -.0052596 42.996 -2.4962)" y1="19.812" x1="46">
- <stop stop-color="#c1c1c1" offset="0"/>
- <stop stop-color="#acacac" offset="1"/>
- </linearGradient>
- <radialGradient id="da" gradientUnits="userSpaceOnUse" cy="27.641" cx="29.053" gradientTransform="matrix(.015377 2.9235 2.0297 -.010675 20.391 -69.727)" r="3.2409">
- <stop stop-color="#e7e2b8" offset="0"/>
- <stop stop-color="#e7e2b8" stop-opacity="0" offset="1"/>
- </radialGradient>
- <linearGradient id="ce" y2="30.703" gradientUnits="userSpaceOnUse" x2="25.515" gradientTransform="matrix(.0052596 .99999 .99999 -.0052596 48.693 -14.145)" y1="31.047" x1="25.719">
- <stop offset="0"/>
- <stop stop-color="#c9c9c9" offset="1"/>
- </linearGradient>
- <linearGradient id="cf" y2="26.085" gradientUnits="userSpaceOnUse" x2="34.25" gradientTransform="matrix(1.1148,0,0,1.3531,81.018,14.572)" y1="26.085" x1="15.375">
- <stop stop-color="#f5f5f5" stop-opacity=".09" offset="0"/>
- <stop stop-color="#fff" stop-opacity="0.9" offset=".26316"/>
- <stop stop-color="#c7c7c7" stop-opacity="0.46" offset=".74792"/>
- <stop stop-color="#fff" stop-opacity=".78039" offset="1"/>
- </linearGradient>
- <linearGradient id="cg" y2="19.085" gradientUnits="userSpaceOnUse" x2="15.625" gradientTransform="matrix(1.1148,0,0,1.3531,81.018,14.572)" y1="19.46" x1="30.875">
- <stop stop-color="#959791" offset="0"/>
- <stop stop-color="#f8f8f8" offset=".5"/>
- <stop stop-color="#8c8c8c" offset="1"/>
- </linearGradient>
- <linearGradient id="ch" y2="44.111" gradientUnits="userSpaceOnUse" x2="20.683" gradientTransform="matrix(1.1148,0,0,1.3531,80.974,6.8369)" y1="27.14" x1="20.064">
- <stop stop-color="#fff" offset="0"/>
- <stop stop-color="#fff" stop-opacity="0" offset="1"/>
- </linearGradient>
- <linearGradient id="bp">
- <stop stop-color="#fafafa" offset="0"/>
- <stop stop-color="#bbb" offset="1"/>
- </linearGradient>
- <linearGradient id="bn">
- <stop stop-color="#a3a3a3" offset="0"/>
- <stop stop-color="#8a8a8a" offset="1"/>
- </linearGradient>
- <radialGradient id="cq" xlink:href="#bn" gradientUnits="userSpaceOnUse" cy="3.7561" cx="8.8244" gradientTransform="matrix(0 .55708 -.68281 0 47.394 23.598)" r="37.752"/>
- <filter id="dh" color-interpolation-filters="sRGB">
- <feGaussianBlur stdDeviation="0.69831732"/>
- </filter>
- <linearGradient id="dj" y2="38.07" gradientUnits="userSpaceOnUse" x2="34.17" gradientTransform="matrix(-.065078 -1.7336 1.9843 -.056856 26.639 -2.1123)" y1="36.921" x1="33.396">
- <stop stop-color="#fff" offset="0"/>
- <stop stop-color="#fff" stop-opacity="0" offset="1"/>
- </linearGradient>
- <radialGradient id="ci" xlink:href="#bp" gradientUnits="userSpaceOnUse" cy="14.937" cx="30.654" gradientTransform="matrix(.29453 .019446 -.021927 .31288 77.235 -57.133)" r="86.708"/>
- <radialGradient id="cj" xlink:href="#bn" gradientUnits="userSpaceOnUse" cy="2.3667" cx="31.863" gradientTransform="matrix(.65861 0 0 .68183 67.398 -63.366)" r="37.752"/>
- <radialGradient id="ck" gradientUnits="userSpaceOnUse" cy="12.989" cx="37.03" gradientTransform="matrix(3.4637,0,0,2.474,-25.401,-88.449)" r="4.2929">
- <stop offset="0"/>
- <stop stop-opacity="0" offset="1"/>
- </radialGradient>
- <radialGradient id="cl" gradientUnits="userSpaceOnUse" cy="7.2679" cx="8.1436" gradientTransform="matrix(2.9421,0,0,1.9868,-5.5519,-79.905)" r="38.159">
- <stop stop-color="#fff" offset="0"/>
- <stop stop-color="#f8f8f8" offset="1"/>
- </radialGradient>
- <radialGradient id="cm" xlink:href="#bp" gradientUnits="userSpaceOnUse" cy="35.737" cx="33.967" gradientTransform="matrix(2.882,0,0,2.0326,-14.76,-81.916)" r="86.708"/>
- <radialGradient id="cn" xlink:href="#bn" gradientUnits="userSpaceOnUse" cy="3.7561" cx="8.8244" gradientTransform="matrix(2.9053,0,0,2.0163,-4.6975,-80.654)" r="37.752"/>
- <radialGradient id="co" xlink:href="#b" gradientUnits="userSpaceOnUse" cy="43.5" cx="4.993" gradientTransform="matrix(2.0038,0,0,1.4,27.988,-17.4)" r="2.5"/>
- <radialGradient id="cp" xlink:href="#b" gradientUnits="userSpaceOnUse" cy="43.5" cx="4.993" gradientTransform="matrix(2.0038,0,0,1.4,-20.012,-104.4)" r="2.5"/>
- <linearGradient id="dk" y2="39.999" gradientUnits="userSpaceOnUse" x2="25.058" y1="47.028" x1="25.058">
- <stop stop-opacity="0" offset="0"/>
- <stop offset=".5"/>
- <stop stop-opacity="0" offset="1"/>
- </linearGradient>
- <filter id="di" color-interpolation-filters="sRGB">
- <feGaussianBlur stdDeviation="1.160684"/>
- </filter>
- </defs>
- <g transform="translate(0,80)">
- <g fill-rule="evenodd" transform="matrix(1.2272 -.068694 .059822 1.0687 210.54 4.1809)" filter="url(#di)" fill="#fff">
- <g transform="matrix(1.4965,0,0,1.6844,-186.97,-55.067)">
- <path d="m81.189 8.8512-5.595 5.6548-15.269 31.644c-1.2329 3.2565 3.4022 5.1697 5.0121 2.2862l14.894-31.58 0.958-8.0048z"/>
- <path d="m63.227 41.398s0.10131 1.437 1.3543 1.9929c1.2908 0.57271 2.6562-0.01397 2.6562-0.01397l-2.4423 5.0442s-0.87372 1.4566-2.8403 0.6712c-1.9397-0.77472-1.1704-2.6814-1.1704-2.6814l2.4424-5.0129z"/>
- <path d="m63.227 41.398s0.10131 1.437 1.3543 1.9929c1.2908 0.57271 2.6562-0.01397 2.6562-0.01397l-0.98947 2.0052s-1.3145 0.83396-2.6863 0.23288c-1.4095-0.6176-1.3242-2.2118-1.3242-2.2118l0.989-2.005z"/>
- <path d="m80.478 10.282-4.4763 4.5236c0.82038 1.4957 2.1682 2.2699 3.7286 1.8554l0.74771-6.379z"/>
- <path d="m79.079 11.633 1.5852-1.6334-0.30017 2.3454c-0.71759 0.22253-1.0635-0.18191-1.285-0.712z"/>
- <path d="m75.971 14.806 1.258 1.556-12.789 26.954c-0.858-0.44-1.091-1.236-1.172-1.897l12.703-26.613z"/>
- <path d="m79.793 16.661-0.749 0.19144-12.549 26.768s0.61304-0.11339 0.7482-0.21982l12.55-26.739z"/>
- </g>
- <path opacity=".72527" d="m-66.156-38.182-7.1428 8.1886-12.434 29.107 13.029-28.288 6.5476-9.0075z"/>
- <path opacity=".41758" d="m-66.355-38.182-1.3228 11.315-10.119 24.268 9.7884-24.343-0.79366 0.14888 2.4471-11.39z"/>
- </g>
- <g transform="matrix(3.0005,0,0,1.927,-14.505,-74.871)">
- <g opacity=".4" transform="matrix(1.0526,0,0,1.2857,-1.2632,-13.429)">
- <rect height="7" width="5" y="40" x="38" fill="url(#co)"/>
- <rect transform="scale(-1)" height="7" width="5" y="-47" x="-10" fill="url(#cp)"/>
- <rect height="7" width="28" y="40" x="10" fill="url(#dk)"/>
- </g>
- </g>
- <path stroke-linejoin="round" style="color:#000000" d="m8.5018-74.797 80.961-0.0305s20.234 18.632 20.234 19.875v57.801c0 1.2428-1.5377 2.2433-3.4477 2.2433h-97.75c-1.91 0-3.4477-1.0005-3.4477-2.2433v-75.402c0-1.2428 1.5377-2.2433 3.4477-2.2433z" display="block" stroke="url(#cn)" stroke-linecap="round" stroke-width="2.5254" fill="url(#cm)"/>
- <path stroke-linejoin="round" style="color:#000000" d="m8.0047-72.33 81.795 0.11036s17.343 15.321 17.343 15.48v59.047c0 0.15886-0.202 0.28674-0.45289 0.28674h-98.685c-0.2509 0-0.45289-0.1279-0.45289-0.28674v-74.35c0-0.15886 0.20199-0.28674 0.45289-0.28674z" display="block" stroke="url(#cl)" stroke-linecap="round" stroke-width="2.5254" fill="none"/>
- <path opacity=".35714" style="color:#000000" d="m108.74-55.035c-1.446-2.595-12.116-7.1887-17.671-8.7294 0.33653 3.0311-0.24377 12.175-0.24377 12.175 4.0948-2.6496 16.364-3.7579 17.914-3.4455z" fill-rule="evenodd" fill="url(#ck)"/>
- <path d="m13.033-67.346 81.727 0.02273 7.3558 9.7908 0.0282 55.207h-89.42l0.29652-65.021z" stroke="#a4a4a4" stroke-width="2.5254px" fill="none"/>
- <path stroke-linejoin="round" style="color:#000000" d="m109.7-55.356c0.0262-2.727-12.612-19.669-20.32-19.47 1.9318 0.44898 3.475 11.886 0.71598 17.306 5.4597 0 17.691-1.4162 19.604 2.1645z" display="block" stroke="url(#cj)" stroke-width="2.5254" fill="url(#ci)"/>
- <path style="color:#000000" d="m105.72-60.177c-1.446-2.3357-8.2561-8.7931-12.073-10.939 0.47438 2.4731 1.0662 6.3871-0.15603 10.832 0 0 10.679-0.17405 12.229 0.10714z" stroke="url(#dj)" stroke-width="2.5254" fill="none"/>
- <path d="m71.392-2.0887v-15.297h31.282" stroke="#a4a4a4" stroke-width="2.5254px" fill="none"/>
- <path d="m75.382-12.391h7.6608" stroke="#555753" stroke-width="2.5254px" fill="none"/>
- <path d="m86.714-12.391h11.651" stroke="#555753" stroke-width="2.5254px" fill="none"/>
- <path d="m75.223-7.3958h10.214" stroke="#555753" stroke-width="2.5254px" fill="none"/>
- <path d="m89.267-7.3958h5.1072" stroke="#555753" stroke-width="2.5254px" fill="none"/>
- <g fill="none" transform="matrix(2.5536,0,0,2.4975,-26.402,-90.992)" stroke="#888a85">
- <path style="color:#000000" stroke-linecap="square" d="m23.5 25.504v3.9928"/>
- <path style="color:#000000" stroke-linecap="round" d="m25.5 25.5-2 2"/>
- <path style="color:#000000" stroke-linecap="round" d="m25.5 29.5-2-2"/>
- <path style="color:#000000" stroke-linecap="square" d="m23.337 27.5h-3.845"/>
- <path style="color:#000000" stroke-linecap="round" d="m25.5 29.522v2.6654"/>
- <path style="color:#000000" stroke-linecap="square" d="m26.5 32.472h-1.978"/>
- <path style="color:#000000" stroke-linecap="round" d="m25.507 25.461v-3.985"/>
- <path style="color:#000000" stroke-linecap="square" d="m26.492 21.472h-2v-4h2v4"/>
- <path style="color:#000000" stroke-linecap="square" d="m25.839 24.5h5.5003"/>
- <path style="color:#000000" stroke-linecap="square" d="m25.484 13.472v3.8653"/>
- <path style="color:#000000" stroke-linecap="square" d="m19.484 20.472h2.0397"/>
- <path style="color:#000000" stroke-linecap="square" d="m19.484 18.472h2.0397"/>
- <path style="color:#000000" stroke-linecap="square" d="m33.538 22.494v3.9928"/>
- <path style="color:#000000" stroke-linecap="round" d="m35.538 22.49-2 2"/>
- <path style="color:#000000" stroke-linecap="round" d="m35.538 26.49-2-2"/>
- <path style="color:#000000" stroke-linecap="square" d="m33.545 24.49h-3.845"/>
- <path style="color:#000000" stroke-linecap="round" d="m35.545 26.487v3.0033"/>
- <path style="color:#000000" stroke-linecap="square" d="m35.559 31.796v-2.26"/>
- <path style="color:#000000" stroke-linecap="square" d="m36.492 32.472h-1.978"/>
- <path style="color:#000000" stroke-linecap="round" d="m35.545 22.522v-3.038"/>
- <path style="color:#000000" stroke-linecap="square" d="m42.468 19.472h-6.922"/>
- <path style="color:#000000" stroke-linecap="square" d="m38.452 24.472h2.0397"/>
- <path style="color:#000000" stroke-linecap="square" d="m38.452 22.472h2.0397"/>
- <path stroke-width="1px" d="m42.492 18.504 3.9539-0.02344 1.0461 1.0234-1.0362 0.96875-3.9638-0.03125v-1.9375z"/>
- </g>
- <path opacity=".35714" stroke-linejoin="round" d="m152.04 68.959c0.25514 0.07903 0.50201 0.146 0.75368 0.22207l1.3492-3.5399c-0.71779-0.24837-1.811-0.70999-2.5614-0.96521-8.6394-2.9383-14.999-2.9206-15.091-2.6817-0.10102 0.26281 5.003 3.7627 13.482 6.3071 0.49786 0.14939 1.5832 0.50786 2.0666 0.6576z" stroke="url(#dl)" stroke-linecap="round" stroke-width=".82316" fill="none"/>
- <g transform="matrix(1.3425,0,0,1.2448,-42.719,-42.336)">
- <path opacity=".31868" d="m37.625 37.75a14.375 5.75 0 1 1 -28.75 0 14.375 5.75 0 1 1 28.75 0z" fill-rule="evenodd" transform="matrix(1.1148,0,0,1.3531,82.089,12.249)" fill="url(#bq)"/>
- <path opacity=".69780" d="m33.5 36.812a8.5625 2.9375 0 1 1 -17.125 0 8.5625 2.9375 0 1 1 17.125 0z" fill-rule="evenodd" transform="matrix(1.1148,0,0,1.3531,80.835,13.264)" fill="#fff"/>
- <path opacity=".78571" d="m37.625 37.75a14.375 5.75 0 1 1 -28.75 0 14.375 5.75 0 1 1 28.75 0z" fill-rule="evenodd" transform="matrix(.63978 0 0 .77658 93.132 33.338)" fill="url(#bq)"/>
- <path d="m37.125 14.188a12.438 5.6875 0 1 1 -24.875 0 12.438 5.6875 0 1 1 24.875 0z" fill-rule="evenodd" transform="matrix(1.1204,0,0,1.3531,80.766,14.448)" stroke="#8c8c8c" stroke-width=".9975" fill="url(#dm)"/>
- <g transform="matrix(.81688 .33727 -.25634 .9055 61.171 -79.733)">
- <path opacity=".4" d="m63.2 49.605c-7.5508 0.10459-15.273 2.4072-21.404 6.5006-0.29873 0.19946-4.3598 4.2553-5.1926 6.4421l-6.6808 2.1083-3.7045 2.5475c1.6292 2.9933 3.5545 5.7774 6.0475 8.2283l4.1161-2.1669 4.7494-5.7686c3.9317-1.162 8.874-0.76659 13.172 2.9575l10.322 13.528c-1.3082 0.85355-1.0147 1.1182-0.41161 2.2547 0.50942 0.95992 7.4007 11.679 10.734 16.427 6.6658 9.4966 15.071 20.088 15.071 20.088 1.0084 1.3215 2.985 1.6413 4.4327 0.73205l7.1557-4.5094c1.4477-0.90925 1.8316-2.6902 0.82322-4.0116 0 0-8.0188-10.857-15.388-19.912-3.687-4.523-12.195-14.181-12.921-15.017-0.722-0.831-1.57-1.004-2.66-0.352l-10.353-13.528s-3.3902-5.1582-0.41161-7.3498c6.7225-4.9463 19.118-1.9588 20.232-1.1713 0 0-1.2389-4.0616-1.2665-4.0702-4.8148-2.7949-10.592-4.0344-16.464-3.9531z" fill-rule="evenodd" transform="matrix(.83696 0 0 .95665 7.5426 1.8749)" filter="url(#db)" fill="url(#dn)"/>
- <path fill-rule="evenodd" fill="#bfbfc0" d="m53.952 66.853 1.0071-0.74494c-3.1223-5.5861-5.7423-12.877-14.163-13.91-2.0956 0.26522-3.4806 3.8558-4.3118 6.2155l-6.6032 2.2363-3.6774 2.7232c1.608 3.1945 3.5325 6.174 5.9931 8.7896l4.0441-2.32 4.688-6.1641c3.8805-1.2401 8.7818-0.79976 13.023 3.1746z"/>
- <rect transform="matrix(.82726 -.56181 .57661 .81702 0 0)" ry="0" width="8.1485" y="85.584" x="5.5372" height="18.508" fill="url(#do)"/>
- <path fill="url(#dp)" d="m63.728 83.686c0.50279 1.0244 7.2873 12.452 10.577 17.519 6.579 10.135 14.877 21.465 14.877 21.465 0.9953 1.4103 2.944 1.7474 4.3729 0.7771l7.0857-4.812c1.4288-0.97035 1.7931-2.8783 0.79777-4.2886 0 0-7.9101-11.593-15.183-21.257-3.637-4.836-12.002-15.183-12.759-16.041-0.764-0.866-1.527-1.104-2.335-0.555-2.37 1.609-4.74 3.219-7.11 4.828-0.681 0.463-0.918 1.147-0.323 2.36z"/>
- <path opacity=".091575" fill="url(#dq)" d="m63.843 83.707c0.50279 1.0244 10.525-5.7754 9.7679-6.6336-0.76406-0.86593-1.5268-1.1038-2.3355-0.55459-2.3699 1.6094-4.7397 3.2189-7.1096 4.8283-0.6814 0.46275-0.91805 1.147-0.32277 2.3599z"/>
- <path opacity=".5" fill="url(#dr)" d="m89.182 122.67c0.9953 1.4103 2.944 1.7474 4.3729 0.7771l7.0857-4.812c1.4288-0.97035 1.7931-2.8783 0.79777-4.2886l-12.256 8.3235z"/>
- <path opacity=".36996" fill="url(#ds)" d="m63.791 83.698c0.50279 1.0244 7.2873 12.452 10.577 17.519 6.579 10.135 14.877 21.465 14.877 21.465 0.9953 1.4103-22.761-42.953-25.131-41.344-0.6814 0.46275-0.91805 1.147-0.32277 2.3599z"/>
- <path opacity=".2381" fill="url(#dt)" d="m73.487 76.994c0.7877 0.81992 9.1384 11.042 12.737 15.832 7.198 9.5797 14.895 21.152 14.895 21.152 0.97203 1.406-32.405-35.915-29.996-37.517 0.69249-0.46074 1.4307-0.4368 2.3633 0.53396z"/>
- <rect opacity=".12705" transform="matrix(.82726 -.56181 .57661 .81702 0 0)" ry="0" width="8.1485" y="85.584" x="5.5372" height="14.066" fill="url(#br)"/>
- <rect opacity=".36066" transform="matrix(.82726 -.56181 .57661 .81702 0 0)" ry="0" width="8.2097" y="101.88" x="5.5467" height="1.5979" fill="url(#bs)"/>
- <rect opacity=".29098" transform="matrix(.82726 -.56181 -.57661 -.81702 0 0)" ry="0" width="8.1485" y="-88.165" x="5.5372" height="2.5806" fill="url(#bt)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 53.652 -29.99)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 56.213 -26.36)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 58.774 -22.731)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 61.335 -19.102)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 63.897 -15.473)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 66.458 -11.844)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 69.446 -7.61)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 72.007 -3.9808)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 74.568 -.35171)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 77.13 3.2774)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 77.13 3.2774)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 58.609 -30.672)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 61.17 -27.043)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 63.732 -23.414)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 66.293 -19.785)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 68.854 -16.156)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 71.415 -12.526)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 74.403 -8.2925)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 76.965 -4.6633)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 79.526 -1.0342)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 82.087 2.5949)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 82.087 2.5949)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 51.255 -25.678)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 53.817 -22.049)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 56.378 -18.42)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 58.939 -14.791)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 61.5 -11.161)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 64.062 -7.5323)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 67.05 -3.2984)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 69.611 .33078)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 72.172 3.9599)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 74.733 7.589)" fill="url(#a)"/>
- <path opacity=".21245" d="m-66.165 84.213a1.4498 0.92271 0 1 1 -2.8997 0 1.4498 0.92271 0 1 1 2.8997 0z" transform="matrix(.63402 -.43057 .69401 .98337 74.733 7.589)" fill="url(#a)"/>
- <path fill-rule="evenodd" fill="url(#bu)" d="m41.588 51.54c-0.79167 0.57154-1.5585 1.1828-2.3121 1.8218 0.64948 1.3484 2.8838 3.9409 3.82 5.0112 0.62842 0.71845 3.626 0.55623 4.4389 1.1517 2.5677 1.8807 4.5492 4.8691 7.0147 6.9049l6.0548-3.9538c0.000002-0.000002-3.2787-5.7348-0.33886-8.0737 6.6349-5.2787 18.869-2.1013 19.969-1.2609l-1.0869-4.2253s-0.16103-0.08103-0.18831-0.09021c-10.862-6.8178-26.614-5.0519-37.371 2.7143z"/>
- <path opacity="0.11" d="m40.768 55.516c-0.856-0.136-3.131-0.838-1.37-2.574 18.782-13.499 33.919-7.894 39.591-4.042-6.363-3.582-22.436-6.103-38.221 6.616z" fill-rule="evenodd" filter="url(#dd)"/>
- <path opacity="0.11" fill-rule="evenodd" d="m40.849 54.66c-2.332-0.301-1.839-1.382-1.163-1.856 18.781-12.688 33.631-7.178 39.303-3.557-5.9-3.985-22.355-6.541-38.14 5.413z"/>
- <path opacity="0.11" d="m40.845 53.977c-1.221 0.266-1.85-0.737-0.943-1.454 18.781-13.5 33.415-7.475 39.087-3.623-5.9-4.239-21.263-8.387-38.144 5.077z" fill-rule="evenodd" transform="matrix(1 0 0 .94922 0 2.7431)" filter="url(#de)"/>
- <path opacity="0.11" d="m40.725 53.264c-0.23 0.184-1.708 0.031-0.618-0.804 18.781-12.403 33.21-6.74 38.882-3.2-5.9-3.895-21.219-8.154-38.264 4.004z" fill-rule="evenodd" filter="url(#df)"/>
- <path opacity=".23361" d="m60.053 62.868 0.69508-0.55752s-3.499-5.5171-0.55916-7.856c7.0479-5.6072 19.564-1.7179 19.909-1.239l-0.96552-4.2888s-12.663-5.1221-20.167 0.08717c-5.2017 3.61-1.4519 11.218 1.0881 13.854z" fill-rule="evenodd" fill="url(#cr)"/>
- <path opacity=".23361" d="m59.869 62.992 0.87892-0.68237s-3.499-5.5171-0.55916-7.856c7.0479-5.6072 19.63-1.5301 19.909-1.239l-0.96552-4.2888s-12.748-5.2431-20.253-0.0338c-5.2017 3.61-1.5504 11.464 0.98965 14.1z" fill-rule="evenodd" fill="url(#cs)"/>
- <path opacity=".073770" d="m59.501 63.242 1.2466-0.93208s-3.499-5.5171-0.55916-7.856c7.0479-5.6072 19.713-1.5799 19.913-1.242l-1.106-4.18s-12.868-5.7112-20.373-0.50195c-5.2017 3.61-1.6619 12.077 0.87808 14.713z" fill-rule="evenodd" fill="url(#ct)"/>
- <path opacity=".23361" d="m60.053 62.868 0.69508-0.55752s-3.499-5.5171-0.55916-7.856c7.0479-5.6072 19.655-1.5791 19.92-1.2332l-1.121-4.191s-12.434-5.105-19.939 0.10427c-5.2017 3.61-1.5373 11.097 1.0027 13.733z" fill-rule="evenodd" fill="url(#cu)"/>
- <path opacity="0.37" d="m60.114 62.826 0.6338-0.5159s-3.499-5.5171-0.55916-7.856c7.0479-5.6072 19.695-1.555 19.917-1.2321l-1.11-4.19s-12.313-4.9249-19.818 0.28436c-5.2017 3.61-1.604 10.874 0.93596 13.51z" fill-rule="evenodd" fill="url(#cv)"/>
- <path opacity="0.11" d="m66.906 49.611c4.6238-1.0713 11.683 0.69608 12.989 2.2532l-0.06281-0.8521c-1.7644-1.8317-8.1057-3.1098-12.61-2.344-0.73621 0.12517-0.69045 1.0297-0.31557 0.94284z" fill-rule="evenodd" fill="url(#bv)"/>
- <path opacity="0.11" d="m66.906 49.611c4.6238-1.0713 11.683 0.69608 12.989 2.2532l-0.06281-0.8521c-1.7644-1.8317-8.1057-3.1098-12.61-2.344-0.73621 0.12517-0.69045 1.0297-0.31557 0.94284z" fill-rule="evenodd" fill="url(#bw)"/>
- <path opacity="0.11" d="m79.146 48.913 1.1005 4.2178-0.14705 0.09987-1.1061-4.1872 0.15264-0.1305z" fill-rule="evenodd" fill="#b7b7b7"/>
- <path opacity=".11475" d="m53.952 66.853 1.0071-0.74494c-0.327-6.917-5.742-12.877-14.163-13.91-2.0956 0.26522-3.4806 3.8558-4.3118 6.2155l-6.6032 2.2363-3.6774 2.7232c1.608 3.1945 3.5325 6.174 5.9931 8.7896l4.0441-2.32 4.688-6.1641c3.8805-1.2401 8.7818-0.79976 13.023 3.1746z" fill-rule="evenodd" fill="#bfbfc0"/>
- <path opacity=".52869" d="m53.952 66.853 0.78744-0.7848c-6.2248-5.7624-5.8088-7.0427-9.7083-7.3744-1.4219-0.12095-4.6047-1.9477-4.1637-3.5058 0.78234-2.764-1.2584-2.84-2.6827-0.6184-0.681 1.0622-1.2158 2.6519-1.7008 3.8439l-6.6032 2.2363-3.6774 2.7232c1.608 3.1945 2.6788 4.9643 5.1393 7.5799l4.0441-2.32 4.688-6.1641c3.8805-1.2401 9.6355 0.40995 13.877 4.3843z" fill-rule="evenodd" fill="url(#bx)"/>
- <path opacity=".028688" d="m53.952 66.853 1.0071-0.74494c-7.753-15.2-13.55-7.196-14.163-13.91-2.0956 0.26522-3.4806 3.8558-4.3118 6.2155l-6.6032 2.2363-3.6774 2.7232c1.608 3.1945 3.5325 6.174 5.9931 8.7896l4.0441-2.32 4.688-6.1641c3.8805-1.2401 8.7818-0.79976 13.023 3.1746z" fill-rule="evenodd" fill="#4b4b4c"/>
- <path opacity=".028688" d="m53.952 66.853 1.0071-0.74494c-9.473-14.788-14.926-4.939-14.163-13.91-1.1265 0.63362-3.4806 3.8558-4.3118 6.2155l-6.6032 2.2363-3.6774 2.7232c1.608 3.1945 3.5325 6.174 5.9931 8.7896l4.0441-2.32 4.688-6.1641c3.8805-1.2401 8.7818-0.79976 13.023 3.1746z" fill-rule="evenodd" fill="#4b4b4c"/>
- <path opacity=".11066" d="m53.952 66.853 0.78744-0.7848c-6.2248-5.7624-5.8994-6.7759-9.7989-7.1076-1.4219-0.12095-1.8777-0.22261-4.1369-3.4799-1.486-2.1426-1.8238-2.5816-2.6189-0.911-0.6087 1.2789-1.2852 2.664-1.7008 3.8439l-6.6032 2.2363-3.6774 2.7232c1.608 3.1945 3.5325 6.174 5.9931 8.7896l4.0441-2.32 4.688-6.1641c3.8805-1.2401 8.7818-0.79976 13.023 3.1746z" fill-rule="evenodd" fill="#4b4b4c"/>
- <path opacity=".78279" d="m53.952 66.853 0.78744-0.7848c-6.2248-5.7624-6.0529-6.8562-9.9524-7.1879-1.4219-0.12095-1.979-0.6379-4.0065-3.5612-1.486-2.1426-1.8006-2.4201-2.5958-0.74947-0.6087 1.2789-1.2852 2.664-1.7008 3.8439l-6.6032 2.2363-3.6774 2.7232c1.608 3.1945 3.5325 6.174 5.9931 8.7896l4.0441-2.32 4.688-6.1641c3.8805-1.2401 8.7818-0.79976 13.023 3.1746z" fill-rule="evenodd" fill="url(#by)"/>
- <path opacity=".55" d="m53.749 67.053 0.78744-0.7848c-6.2248-5.7624-5.8352-6.8743-9.7305-7.2525-1.7492-0.16987-3.2649-2.0992-4.2635-3.5344-1.4897-2.1401-1.7655-2.3823-2.5607-0.71163-0.6087 1.2789-1.2852 2.664-1.7008 3.8439l-6.6032 2.2363-3.6774 2.7232c1.608 3.1945 3.5325 6.174 5.9931 8.7896l4.0441-2.32 4.688-6.1641c3.8805-1.2401 8.7818-0.79976 13.023 3.1746z" fill-rule="evenodd" fill="url(#cw)"/>
- <path opacity="0.76" d="m53.762 66.762 0.774-0.775c-6.1157-5.6852-5.9157-6.791-9.7408-7.1831-1.7017-0.17488-1.8668-0.81252-3.9445-3.4684-1.5825-2.0234-1.7982-2.3413-2.5794-0.69299-0.59803 1.2617-1.2626 2.6283-1.671 3.7924l-6.488 2.207-3.613 2.687c1.58 3.152 3.471 6.092 5.888 8.672l3.9732-2.289 4.6058-6.0816c3.8125-1.2235 8.6279-0.78905 12.795 3.1321z" fill-rule="evenodd" fill="url(#cx)"/>
- <path opacity="0.11" d="m41.721 52.943c-0.346 0.289-0.965-0.36-0.487-0.666 18.358-12.377 32.211-6.566 37.755-3.034-5.767-3.887-20.607-8.431-37.268 3.7z" fill-rule="evenodd" filter="url(#dg)"/>
- <path fill="url(#cy)" d="m47.841 43.681a0.046905 6.5667 0 1 1 -0.09381 0 0.046905 6.5667 0 1 1 0.09381 0z" transform="matrix(6.741 -4.5779 .42688 .60486 -311.64 260.51)"/>
- <path fill-rule="evenodd" fill="url(#bz)" d="m27.505 64.062c1.8597-1.778 8.6931-5.692 9.5948-4.3198 1.0873 1.6546-5.0695 6.0519-7.4519 7.1245-0.81586 0.36732-2.7672-2.2078-2.1429-2.8047z"/>
- <path fill-rule="evenodd" fill="url(#ca)" d="m27.505 64.062c2.2193-1.5087 8.3604-5.5484 9.2622-4.1762 1.0873 1.6546-4.7953 5.3878-7.1193 6.9809-0.73778 0.50577-2.8574-2.319-2.1429-2.8047z"/>
- <path fill-rule="evenodd" fill="url(#cb)" d="m27.505 64.062c2.2193-1.5087 7.9694-5.3644 8.8711-3.9922 1.0873 1.6546-4.4043 5.2038-6.7282 6.7969-0.73778 0.50577-2.8574-2.319-2.1429-2.8047z"/>
- <path opacity=".4" d="m127.82 115.71a63.912 12.642 0 1 1 -127.82 0 63.912 12.642 0 1 1 127.82 0z" transform="matrix(-.42268 0 0 .25972 111.7 94.664)" filter="url(#dc)" fill="url(#cz)"/>
- </g>
- <g fill-rule="evenodd" transform="matrix(1.1148,0,0,1.3531,36.105,-3.3116)">
- <path fill="#cb9022" d="m81.189 8.8512-5.595 5.6548-15.269 31.644c-1.2329 3.2565 3.4022 5.1697 5.0121 2.2862l14.894-31.58 0.958-8.0048z" stroke="#5c410c"/>
- <path fill="url(#cc)" d="m63.227 41.398s0.10131 1.437 1.3543 1.9929c1.2908 0.57271 2.6562-0.01397 2.6562-0.01397l-2.4423 5.0442s-0.87372 1.4566-2.8403 0.6712c-1.9397-0.77472-1.1704-2.6814-1.1704-2.6814l2.4424-5.0129z"/>
- <path fill="url(#cd)" d="m63.227 41.398s0.10131 1.437 1.3543 1.9929c1.2908 0.57271 2.6562-0.01397 2.6562-0.01397l-0.98947 2.0052s-1.3145 0.83396-2.6863 0.23288c-1.4095-0.6176-1.3242-2.2118-1.3242-2.2118l0.989-2.005z"/>
- <path fill="url(#da)" d="m80.478 10.282-4.4763 4.5236c0.82038 1.4957 2.1682 2.2699 3.7286 1.8554l0.74771-6.379z"/>
- <path fill="url(#ce)" d="m79.079 11.633 1.5852-1.6334-0.30017 2.3454c-0.71759 0.22253-1.0635-0.18191-1.285-0.712z"/>
- <path fill-opacity=".36364" fill="#fff" d="m75.971 14.806 1.258 1.556-12.789 26.954c-0.858-0.44-1.091-1.236-1.172-1.897l12.703-26.613z"/>
- <path fill-opacity=".36364" d="m79.793 16.661-0.749 0.19144-12.549 26.768s0.61304-0.11339 0.7482-0.21982l12.55-26.739z"/>
- </g>
- <path opacity=".53846" d="m120.65 37.061-2.3564 24.807c-0.9398 6.4678-18.668 6.5385-19.736 0l-2.452-24.723c2.3497 7.0775 23.424 6.0288 24.547-0.08363z" stroke="#fff" stroke-width="1.2282" fill="none"/>
- <path d="m122.4 34.023-3.2049 28.923c-1.0219 7.0325-20.298 7.1093-21.459 0l-3.305-28.913c2.0519 9.2951 26.746 9.7569 27.968-0.01031z" fill-rule="evenodd" stroke="url(#cg)" stroke-width="1.2282" fill="url(#cf)"/>
- <path opacity=".72527" d="m126.1 10.252-5.3207 6.5781-9.262 23.382 9.7054-22.724 4.8773-7.2359z" fill-rule="evenodd" fill="#fff"/>
- <path opacity=".41758" d="m125.95 10.252-0.98532 9.0897-7.5377 19.495 7.2914-19.555-0.5912 0.1196 1.8228-9.1495z" fill-rule="evenodd" fill="#fff"/>
- <path fill-rule="evenodd" fill="url(#ch)" d="m101.57 41.05 1.0839 25.595 3.6457 0.71761 0.19706-25.595-4.9266-0.71761z"/>
- </g>
- <g transform="matrix(1.3118 0 0 1.3888 .64873 9.7313)">
- <path opacity=".46094" d="m15.375 4.5-12.375 11 38.875 9.875 12.875-11.125z" transform="matrix(1.0622,0,0,1.0464,-1.8834,-1.2561)" filter="url(#dh)"/>
- <g transform="matrix(1.27 .32676 -.68615 .63994 9.5663 -22.597)">
- <path stroke-linejoin="round" style="color:#000000" d="m51.619 25.972s0.0073 18.438 0.01033 18.772c0.003 0.32881-0.3726 0.6319-0.79347 0.6319l-31.72 0.15709c-0.42087 0-0.75969-0.29485-0.75969-0.66109v-18.743c0-0.36624 0.33882-0.66109 0.75969-0.66109l31.743-0.158c0.42087 0 0.75969 0.29485 0.75969 0.66109z" display="block" stroke="url(#cq)" stroke-linecap="round" stroke-width=".93514" fill="#4e9a06"/>
- <g fill="#4e9a06" transform="matrix(0,1,-1,0,58.389,10.492)">
- <g stroke-linejoin="round" stroke-linecap="round" stroke="#5fc500">
- <path style="color:#000000" d="m21.508 20.297v8.2056" stroke-width="2" display="block" fill="#4e9a06"/>
- <path style="color:#000000" display="block" fill="#5fc500" d="m15.675 7.5244 0.39365-0.046944 0.65032 0.00556 0.28484 27.505-1.043 1.168-0.28584-28.632z"/>
- <path style="color:#000000" display="block" fill="#5fc500" d="m33.958 7.6847-1.823-0.0091-0.127 31.324h2l-0.05-31.315z"/>
- <path style="color:#000000" d="m28.508 29.5-0.046-21.28" stroke-width="2" display="block" fill="none"/>
- </g>
- </g>
- <path stroke-linejoin="round" style="color:#000000" d="m19.889 30.546 4.985 4.892" display="block" stroke="#5fc500" stroke-linecap="round" stroke-width="2" fill="#4e9a06"/>
- <path d="m32.154 30.025 0.03576 10.918c-0.49634 0.61805-1.2041 1.59-3.2262 1.5779-10.021-0.06028-10.084-14.129-0.07812-14.073 2.0946 0.01176 2.7372 1.036 3.2686 1.5772z" stroke="#eeeeec" stroke-linecap="round" stroke-width="1px" fill="none"/>
- <path d="m45.874-17.761a3.0052 2.6517 0 1 1 -6.0104 0 3.0052 2.6517 0 1 1 6.0104 0z" transform="matrix(.49913 0 0 .56569 7.4918 42.047)" stroke="#d3d7cf" stroke-linecap="round" stroke-width="2.2583" fill="#2e3436"/>
- <path d="m45.874-17.761a3.0052 2.6517 0 1 1 -6.0104 0 3.0052 2.6517 0 1 1 6.0104 0z" transform="matrix(.49913 0 0 .56569 7.4918 49.047)" stroke="#d3d7cf" stroke-linecap="round" stroke-width="2.2583" fill="#2e3436"/>
- <path d="m45.874-17.761a3.0052 2.6517 0 1 1 -6.0104 0 3.0052 2.6517 0 1 1 6.0104 0z" transform="matrix(.49913 0 0 .56569 3.4918 45.529)" stroke="#d3d7cf" stroke-linecap="round" stroke-width="2.2583" fill="#2e3436"/>
- <path d="m45.874-17.761a3.0052 2.6517 0 1 1 -6.0104 0 3.0052 2.6517 0 1 1 6.0104 0z" transform="matrix(.49913 0 0 .56569 16.492 42.047)" stroke="#d3d7cf" stroke-linecap="round" stroke-width="2.2583" fill="#2e3436"/>
- <path d="m51.029 29.628-9.5956-0.05971v4.9056l9.6839 0.10996" fill-rule="evenodd" stroke="#eeeeec" stroke-width="1px" fill="#4e9a06"/>
- </g>
- </g>
- </g>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<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: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"
+ height="48"
+ width="48"
+ version="1.1"
+ id="svg2"
+ inkscape:version="0.47 r22583"
+ sodipodi:docname="kicad_icon_small.svg">
+ <metadata
+ id="metadata581">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1280"
+ inkscape:window-height="949"
+ id="namedview579"
+ showgrid="false"
+ inkscape:zoom="4.763765"
+ inkscape:cx="76.02543"
+ inkscape:cy="51.248894"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg2" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 64 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="128 : 64 : 1"
+ inkscape:persp3d-origin="64 : 42.666667 : 1"
+ id="perspective583" />
+ <filter
+ id="db"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ stdDeviation="1.5117496"
+ id="feGaussianBlur7" />
+ </filter>
+ <linearGradient
+ id="bo">
+ <stop
+ stop-color="#020202"
+ offset="0"
+ id="stop10" />
+ <stop
+ stop-color="#020202"
+ stop-opacity="0"
+ offset="1"
+ id="stop12" />
+ </linearGradient>
+ <linearGradient
+ id="b">
+ <stop
+ offset="0"
+ id="stop15" />
+ <stop
+ stop-opacity="0"
+ offset="1"
+ id="stop17" />
+ </linearGradient>
+ <filter
+ id="dd"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ stdDeviation="0.25678329"
+ id="feGaussianBlur20" />
+ </filter>
+ <filter
+ id="de"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ stdDeviation="0.24681652"
+ id="feGaussianBlur23" />
+ </filter>
+ <filter
+ id="df"
+ height="1.2702"
+ width="1.0584"
+ color-interpolation-filters="sRGB"
+ y="-0.13507999"
+ x="-0.029185001">
+ <feGaussianBlur
+ stdDeviation="0.47764525"
+ id="feGaussianBlur26" />
+ </filter>
+ <linearGradient
+ id="bl">
+ <stop
+ stop-color="#111"
+ offset="0"
+ id="stop29" />
+ <stop
+ stop-color="#414143"
+ offset=".14286"
+ id="stop31" />
+ <stop
+ stop-color="#101010"
+ offset=".57143"
+ id="stop33" />
+ <stop
+ stop-color="#0d0d0d"
+ offset="1"
+ id="stop35" />
+ </linearGradient>
+ <linearGradient
+ id="bm">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop38" />
+ <stop
+ stop-color="#fff"
+ stop-opacity="0"
+ offset="1"
+ id="stop40" />
+ </linearGradient>
+ <filter
+ id="dg"
+ height="1.2683001"
+ width="1.0585001"
+ color-interpolation-filters="sRGB"
+ y="-0.13413"
+ x="-0.02923">
+ <feGaussianBlur
+ stdDeviation="0.46194598"
+ id="feGaussianBlur43" />
+ </filter>
+ <filter
+ id="dc"
+ height="1.3472"
+ width="1.0687"
+ color-interpolation-filters="sRGB"
+ y="-0.1736"
+ x="-0.034338001">
+ <feGaussianBlur
+ stdDeviation="1.8288518"
+ id="feGaussianBlur46" />
+ </filter>
+ <linearGradient
+ id="dl"
+ y2="62.827"
+ gradientUnits="userSpaceOnUse"
+ x2="38.061001"
+ gradientTransform="matrix(-0.67516,-0.21831,0.25815,-0.6762,162.55,118.91)"
+ y1="62.402"
+ x1="55.875999">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop49" />
+ <stop
+ stop-color="#fff"
+ stop-opacity="0"
+ offset="1"
+ id="stop51" />
+ </linearGradient>
+ <radialGradient
+ id="bq"
+ gradientUnits="userSpaceOnUse"
+ cy="37.75"
+ cx="23.25"
+ gradientTransform="matrix(1,0,0,0.42017,0,21.889)"
+ r="14.875">
+ <stop
+ stop-opacity="0"
+ offset="0"
+ id="stop54" />
+ <stop
+ offset=".5"
+ id="stop56" />
+ <stop
+ stop-opacity="0"
+ offset="1"
+ id="stop58" />
+ </radialGradient>
+ <linearGradient
+ id="dm"
+ y2="14.188"
+ gradientUnits="userSpaceOnUse"
+ x2="37.625"
+ y1="14.188"
+ x1="11.75">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop61" />
+ <stop
+ stop-color="#fff"
+ stop-opacity=".69"
+ offset=".32895"
+ id="stop63" />
+ <stop
+ stop-color="#c2c2c2"
+ stop-opacity=".34"
+ offset=".65789"
+ id="stop65" />
+ <stop
+ stop-color="#fff"
+ stop-opacity="0"
+ offset="1"
+ id="stop67" />
+ </linearGradient>
+ <linearGradient
+ id="dn"
+ y2="104.05"
+ gradientUnits="userSpaceOnUse"
+ x2="90.398003"
+ y1="111.22"
+ x1="53.478001">
+ <stop
+ offset="0"
+ id="stop70" />
+ <stop
+ stop-color="#8e8e8e"
+ stop-opacity="0.3"
+ offset="1"
+ id="stop72" />
+ </linearGradient>
+ <linearGradient
+ id="do"
+ y2="67.753998"
+ gradientUnits="userSpaceOnUse"
+ x2="-59.581001"
+ gradientTransform="matrix(0.74077,0,0,0.74032,57.827,46.347)"
+ y1="67.753998"
+ x1="-70.588997">
+ <stop
+ stop-color="#323232"
+ offset="0"
+ id="stop75" />
+ <stop
+ stop-color="#dfe1e1"
+ offset=".20014"
+ id="stop77" />
+ <stop
+ stop-color="#e2dcdc"
+ offset=".5"
+ id="stop79" />
+ <stop
+ stop-color="#fff"
+ offset=".78202"
+ id="stop81" />
+ <stop
+ stop-color="#dfd9df"
+ offset=".90059"
+ id="stop83" />
+ <stop
+ stop-color="#3a3a3a"
+ offset="1"
+ id="stop85" />
+ </linearGradient>
+ <linearGradient
+ id="dp"
+ y2="94.734001"
+ gradientUnits="userSpaceOnUse"
+ x2="55.089001"
+ gradientTransform="matrix(0.61282,-0.41618,0.42688,0.60486,14.254,61.459)"
+ y1="94.734001"
+ x1="34.912998">
+ <stop
+ stop-color="#695412"
+ offset="0"
+ id="stop88" />
+ <stop
+ stop-color="#7c6725"
+ offset=".09292"
+ id="stop90" />
+ <stop
+ stop-color="#b3983e"
+ offset=".50432"
+ id="stop92" />
+ <stop
+ stop-color="#7f6926"
+ offset=".91571"
+ id="stop94" />
+ <stop
+ stop-color="#725f21"
+ offset="1"
+ id="stop96" />
+ </linearGradient>
+ <linearGradient
+ id="dq"
+ y2="62.415001"
+ xlink:href="#bo"
+ gradientUnits="userSpaceOnUse"
+ x2="45.241001"
+ gradientTransform="matrix(0.61282,-0.41618,0.42688,0.60486,14.369,61.48)"
+ y1="61.083"
+ x1="45.241001" />
+ <linearGradient
+ id="dr"
+ y2="125.9"
+ xlink:href="#bo"
+ gradientUnits="userSpaceOnUse"
+ x2="45.616001"
+ gradientTransform="matrix(0.61282,-0.41618,0.42688,0.60486,14.254,61.459)"
+ y1="128"
+ x1="45.616001" />
+ <linearGradient
+ id="ds"
+ y2="75.480003"
+ xlink:href="#b"
+ gradientUnits="userSpaceOnUse"
+ x2="38.615002"
+ gradientTransform="matrix(0.61282,-0.41618,0.42688,0.60486,14.316,61.471)"
+ y1="75.416"
+ x1="37.235001" />
+ <linearGradient
+ id="dt"
+ y2="75.480003"
+ xlink:href="#b"
+ gradientUnits="userSpaceOnUse"
+ x2="38.452"
+ gradientTransform="matrix(-0.6228,0.41436,0.4169,0.60304,70.688,23.925)"
+ y1="75.416"
+ x1="36.909" />
+ <linearGradient
+ id="br"
+ y2="65.268997"
+ xlink:href="#b"
+ gradientUnits="userSpaceOnUse"
+ x2="-58.207001"
+ gradientTransform="matrix(0.74077,0,0,0.74032,57.827,46.347)"
+ y1="49.462002"
+ x1="-74.013" />
+ <linearGradient
+ id="bs"
+ y2="75.717003"
+ xlink:href="#b"
+ gradientUnits="userSpaceOnUse"
+ x2="-66.905998"
+ gradientTransform="matrix(0.74078,0,0,0.74032,57.837,46.357)"
+ y1="77.099998"
+ x1="-66.905998" />
+ <linearGradient
+ id="bt"
+ y2="77.233002"
+ xlink:href="#b"
+ gradientUnits="userSpaceOnUse"
+ x2="-66.905998"
+ gradientTransform="matrix(0.74077,0,0,0.74032,57.827,-143.33)"
+ y1="78.000999"
+ x1="-66.905998" />
+ <radialGradient
+ id="a"
+ fx="-67.046997"
+ fy="83.803001"
+ gradientUnits="userSpaceOnUse"
+ cy="84.212997"
+ cx="-67.614998"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ r="1.4498">
+ <stop
+ offset="0"
+ id="stop106" />
+ <stop
+ stop-color="#2a2a2a"
+ stop-opacity=".29537"
+ offset="1"
+ id="stop108" />
+ </radialGradient>
+ <linearGradient
+ id="bu"
+ y2="62.349998"
+ gradientUnits="userSpaceOnUse"
+ x2="118.03"
+ gradientTransform="matrix(0.61282,-0.41618,0.42688,0.60486,-18.75,60.697)"
+ y1="46.470001"
+ x1="62.987999">
+ <stop
+ stop-color="#e2dcdc"
+ offset="0"
+ id="stop111" />
+ <stop
+ stop-color="#fff"
+ offset=".39074"
+ id="stop113" />
+ <stop
+ stop-color="#dfd9df"
+ offset=".82692"
+ id="stop115" />
+ <stop
+ stop-color="#c3c3c3"
+ offset="1"
+ id="stop117" />
+ </linearGradient>
+ <radialGradient
+ id="cr"
+ xlink:href="#bl"
+ gradientUnits="userSpaceOnUse"
+ cy="43.249001"
+ cx="92.496002"
+ gradientTransform="matrix(1.1248,-0.55882,0.67142,1.2951,-74.774,47.309)"
+ r="16.632999" />
+ <radialGradient
+ id="cs"
+ xlink:href="#bl"
+ gradientUnits="userSpaceOnUse"
+ cy="42.849998"
+ cx="92.989998"
+ gradientTransform="matrix(1.1248,-0.55882,0.67142,1.2951,-74.774,47.309)"
+ r="16.632999" />
+ <radialGradient
+ id="ct"
+ xlink:href="#bl"
+ gradientUnits="userSpaceOnUse"
+ cy="43.103001"
+ cx="93.748001"
+ gradientTransform="matrix(1.1248,-0.55882,0.67142,1.2951,-74.774,47.309)"
+ r="16.632999" />
+ <radialGradient
+ id="cu"
+ xlink:href="#bl"
+ gradientUnits="userSpaceOnUse"
+ cy="43.032001"
+ cx="94.931999"
+ gradientTransform="matrix(1.1248,-0.55882,0.67142,1.2951,-74.774,47.309)"
+ r="16.632999" />
+ <radialGradient
+ id="cv"
+ xlink:href="#bl"
+ gradientUnits="userSpaceOnUse"
+ cy="42.709999"
+ cx="94.435997"
+ gradientTransform="matrix(1.4018,-0.96887,0.58239,0.79944,-97.374,107.48)"
+ r="16.632999" />
+ <linearGradient
+ id="bv"
+ y2="55.575001"
+ xlink:href="#bm"
+ gradientUnits="userSpaceOnUse"
+ x2="108.79"
+ gradientTransform="matrix(0.61282,-0.41618,0.42688,0.60486,-18.75,60.697)"
+ y1="59.272999"
+ x1="106.03" />
+ <linearGradient
+ id="bw"
+ y2="51.712002"
+ xlink:href="#bm"
+ gradientUnits="userSpaceOnUse"
+ x2="107.04"
+ gradientTransform="matrix(0.61282,-0.41618,0.42688,0.60486,-18.75,60.697)"
+ y1="55.344002"
+ x1="103.66" />
+ <linearGradient
+ id="bx"
+ y2="40.550999"
+ gradientUnits="userSpaceOnUse"
+ x2="61.869999"
+ gradientTransform="matrix(0.61282,-0.41618,0.42688,0.60486,-18.75,60.697)"
+ y1="33.319"
+ x1="61.869999">
+ <stop
+ offset="0"
+ id="stop127" />
+ <stop
+ stop-opacity="0"
+ offset="1"
+ id="stop129" />
+ </linearGradient>
+ <linearGradient
+ id="by"
+ y2="41.512001"
+ gradientUnits="userSpaceOnUse"
+ x2="75.464996"
+ gradientTransform="matrix(0.61282,-0.41618,0.42688,0.60486,-18.75,60.697)"
+ y1="41.758999"
+ x1="45.277">
+ <stop
+ offset="0"
+ id="stop132" />
+ <stop
+ stop-opacity="0"
+ offset=".14835"
+ id="stop134" />
+ <stop
+ stop-opacity=".39608"
+ offset=".42444"
+ id="stop136" />
+ <stop
+ stop-opacity=".79061"
+ offset=".57418"
+ id="stop138" />
+ <stop
+ stop-opacity=".093863"
+ offset=".78709"
+ id="stop140" />
+ <stop
+ stop-opacity="0"
+ offset="1"
+ id="stop142" />
+ </linearGradient>
+ <radialGradient
+ id="cw"
+ fx="60.049999"
+ fy="51.986"
+ gradientUnits="userSpaceOnUse"
+ cy="51.896999"
+ cx="58.078999"
+ gradientTransform="matrix(1.8628,-0.72234,0.18026,0.4438,-79.298,87.02)"
+ r="15.015">
+ <stop
+ offset="0"
+ id="stop145" />
+ <stop
+ stop-opacity="0"
+ offset="1"
+ id="stop147" />
+ </radialGradient>
+ <radialGradient
+ id="cx"
+ spreadMethod="reflect"
+ gradientUnits="userSpaceOnUse"
+ cy="-16.594999"
+ cx="59.888"
+ gradientTransform="matrix(1.4254,-0.79223,0.30348,0.52848,-55.096,102.01)"
+ r="15.015">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop150" />
+ <stop
+ stop-color="#fff"
+ stop-opacity="0"
+ offset=".31868"
+ id="stop152" />
+ <stop
+ stop-color="#fff"
+ stop-opacity="0"
+ offset="1"
+ id="stop154" />
+ </radialGradient>
+ <radialGradient
+ id="cy"
+ fx="47.818001"
+ gradientUnits="userSpaceOnUse"
+ cy="43.681"
+ cx="47.793999"
+ gradientTransform="matrix(1,0,0,140,0,-6071.6)"
+ r="0.046902999">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop157" />
+ <stop
+ stop-color="#fff"
+ stop-opacity="0"
+ offset="1"
+ id="stop159" />
+ </radialGradient>
+ <linearGradient
+ id="bz"
+ y2="49.981998"
+ xlink:href="#bm"
+ gradientUnits="userSpaceOnUse"
+ x2="9.0165997"
+ gradientTransform="matrix(0.51375,0.093233,-0.093396,0.51285,30.768,37.401)"
+ y1="23.462"
+ x1="35.536999" />
+ <linearGradient
+ id="ca"
+ y2="49.981998"
+ xlink:href="#bm"
+ gradientUnits="userSpaceOnUse"
+ x2="9.0165997"
+ gradientTransform="matrix(0.51375,0.093233,-0.093396,0.51285,30.768,37.401)"
+ y1="12.437"
+ x1="27.371" />
+ <linearGradient
+ id="cb"
+ y2="54.610001"
+ xlink:href="#bm"
+ gradientUnits="userSpaceOnUse"
+ x2="5.8860998"
+ gradientTransform="matrix(0.51375,0.093233,-0.093396,0.51285,30.768,37.401)"
+ y1="14.887"
+ x1="56.905998" />
+ <radialGradient
+ id="cz"
+ fx="37.467999"
+ gradientUnits="userSpaceOnUse"
+ cy="115.71"
+ cx="63.911999"
+ gradientTransform="matrix(1,0,0,0.1978,0,92.822)"
+ r="63.911999">
+ <stop
+ offset="0"
+ id="stop165" />
+ <stop
+ stop-opacity="0"
+ offset="1"
+ id="stop167" />
+ </radialGradient>
+ <linearGradient
+ id="cc"
+ y2="22.250999"
+ gradientUnits="userSpaceOnUse"
+ x2="50.987999"
+ gradientTransform="matrix(0.0052596,0.99999,0.99999,-0.0052596,42.996,-2.4962)"
+ y1="17.375999"
+ x1="48.905998">
+ <stop
+ stop-color="#ffd1d1"
+ offset="0"
+ id="stop170" />
+ <stop
+ stop-color="#ff1d1d"
+ offset=".5"
+ id="stop172" />
+ <stop
+ stop-color="#6f0000"
+ offset="1"
+ id="stop174" />
+ </linearGradient>
+ <linearGradient
+ id="cd"
+ y2="22.625"
+ gradientUnits="userSpaceOnUse"
+ x2="47.688"
+ gradientTransform="matrix(0.0052596,0.99999,0.99999,-0.0052596,42.996,-2.4962)"
+ y1="19.812"
+ x1="46">
+ <stop
+ stop-color="#c1c1c1"
+ offset="0"
+ id="stop177" />
+ <stop
+ stop-color="#acacac"
+ offset="1"
+ id="stop179" />
+ </linearGradient>
+ <radialGradient
+ id="da"
+ gradientUnits="userSpaceOnUse"
+ cy="27.641001"
+ cx="29.052999"
+ gradientTransform="matrix(0.015377,2.9235,2.0297,-0.010675,20.391,-69.727)"
+ r="3.2409">
+ <stop
+ stop-color="#e7e2b8"
+ offset="0"
+ id="stop182" />
+ <stop
+ stop-color="#e7e2b8"
+ stop-opacity="0"
+ offset="1"
+ id="stop184" />
+ </radialGradient>
+ <linearGradient
+ id="ce"
+ y2="30.702999"
+ gradientUnits="userSpaceOnUse"
+ x2="25.514999"
+ gradientTransform="matrix(0.0052596,0.99999,0.99999,-0.0052596,48.693,-14.145)"
+ y1="31.047001"
+ x1="25.719">
+ <stop
+ offset="0"
+ id="stop187" />
+ <stop
+ stop-color="#c9c9c9"
+ offset="1"
+ id="stop189" />
+ </linearGradient>
+ <linearGradient
+ id="cf"
+ y2="26.084999"
+ gradientUnits="userSpaceOnUse"
+ x2="34.25"
+ gradientTransform="matrix(1.1148,0,0,1.3531,81.018,14.572)"
+ y1="26.084999"
+ x1="15.375">
+ <stop
+ stop-color="#f5f5f5"
+ stop-opacity=".09"
+ offset="0"
+ id="stop192" />
+ <stop
+ stop-color="#fff"
+ stop-opacity="0.9"
+ offset=".26316"
+ id="stop194" />
+ <stop
+ stop-color="#c7c7c7"
+ stop-opacity="0.46"
+ offset=".74792"
+ id="stop196" />
+ <stop
+ stop-color="#fff"
+ stop-opacity=".78039"
+ offset="1"
+ id="stop198" />
+ </linearGradient>
+ <linearGradient
+ id="cg"
+ y2="19.084999"
+ gradientUnits="userSpaceOnUse"
+ x2="15.625"
+ gradientTransform="matrix(1.1148,0,0,1.3531,81.018,14.572)"
+ y1="19.459999"
+ x1="30.875">
+ <stop
+ stop-color="#959791"
+ offset="0"
+ id="stop201" />
+ <stop
+ stop-color="#f8f8f8"
+ offset=".5"
+ id="stop203" />
+ <stop
+ stop-color="#8c8c8c"
+ offset="1"
+ id="stop205" />
+ </linearGradient>
+ <linearGradient
+ id="ch"
+ y2="44.111"
+ gradientUnits="userSpaceOnUse"
+ x2="20.683001"
+ gradientTransform="matrix(1.1148,0,0,1.3531,80.974,6.8369)"
+ y1="27.139999"
+ x1="20.063999">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop208" />
+ <stop
+ stop-color="#fff"
+ stop-opacity="0"
+ offset="1"
+ id="stop210" />
+ </linearGradient>
+ <linearGradient
+ id="bp">
+ <stop
+ stop-color="#fafafa"
+ offset="0"
+ id="stop213" />
+ <stop
+ stop-color="#bbb"
+ offset="1"
+ id="stop215" />
+ </linearGradient>
+ <linearGradient
+ id="bn">
+ <stop
+ stop-color="#a3a3a3"
+ offset="0"
+ id="stop218" />
+ <stop
+ stop-color="#8a8a8a"
+ offset="1"
+ id="stop220" />
+ </linearGradient>
+ <radialGradient
+ id="cq"
+ xlink:href="#bn"
+ gradientUnits="userSpaceOnUse"
+ cy="3.7560999"
+ cx="8.8243999"
+ gradientTransform="matrix(0,0.55708,-0.68281,0,47.394,23.598)"
+ r="37.751999" />
+ <filter
+ id="dh"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ stdDeviation="0.69831732"
+ id="feGaussianBlur224" />
+ </filter>
+ <linearGradient
+ id="dj"
+ y2="38.07"
+ gradientUnits="userSpaceOnUse"
+ x2="34.169998"
+ gradientTransform="matrix(-0.065078,-1.7336,1.9843,-0.056856,26.639,-2.1123)"
+ y1="36.921001"
+ x1="33.396">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop227" />
+ <stop
+ stop-color="#fff"
+ stop-opacity="0"
+ offset="1"
+ id="stop229" />
+ </linearGradient>
+ <radialGradient
+ id="ci"
+ xlink:href="#bp"
+ gradientUnits="userSpaceOnUse"
+ cy="14.937"
+ cx="30.653999"
+ gradientTransform="matrix(0.29453,0.019446,-0.021927,0.31288,77.235,-57.133)"
+ r="86.708" />
+ <radialGradient
+ id="cj"
+ xlink:href="#bn"
+ gradientUnits="userSpaceOnUse"
+ cy="2.3666999"
+ cx="31.863001"
+ gradientTransform="matrix(0.65861,0,0,0.68183,67.398,-63.366)"
+ r="37.751999" />
+ <radialGradient
+ id="ck"
+ gradientUnits="userSpaceOnUse"
+ cy="12.989"
+ cx="37.029999"
+ gradientTransform="matrix(3.4637,0,0,2.474,-25.401,-88.449)"
+ r="4.2929001">
+ <stop
+ offset="0"
+ id="stop234" />
+ <stop
+ stop-opacity="0"
+ offset="1"
+ id="stop236" />
+ </radialGradient>
+ <radialGradient
+ id="cl"
+ gradientUnits="userSpaceOnUse"
+ cy="7.2679"
+ cx="8.1436005"
+ gradientTransform="matrix(2.9421,0,0,1.9868,-5.5519,-79.905)"
+ r="38.159">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop239" />
+ <stop
+ stop-color="#f8f8f8"
+ offset="1"
+ id="stop241" />
+ </radialGradient>
+ <radialGradient
+ id="cm"
+ xlink:href="#bp"
+ gradientUnits="userSpaceOnUse"
+ cy="35.737"
+ cx="33.966999"
+ gradientTransform="matrix(2.882,0,0,2.0326,-14.76,-81.916)"
+ r="86.708" />
+ <radialGradient
+ id="cn"
+ xlink:href="#bn"
+ gradientUnits="userSpaceOnUse"
+ cy="3.7560999"
+ cx="8.8243999"
+ gradientTransform="matrix(2.9053,0,0,2.0163,-4.6975,-80.654)"
+ r="37.751999" />
+ <radialGradient
+ id="co"
+ xlink:href="#b"
+ gradientUnits="userSpaceOnUse"
+ cy="43.5"
+ cx="4.993"
+ gradientTransform="matrix(2.0038,0,0,1.4,27.988,-17.4)"
+ r="2.5" />
+ <radialGradient
+ id="cp"
+ xlink:href="#b"
+ gradientUnits="userSpaceOnUse"
+ cy="43.5"
+ cx="4.993"
+ gradientTransform="matrix(2.0038,0,0,1.4,-20.012,-104.4)"
+ r="2.5" />
+ <linearGradient
+ id="dk"
+ y2="39.999001"
+ gradientUnits="userSpaceOnUse"
+ x2="25.058001"
+ y1="47.028"
+ x1="25.058001">
+ <stop
+ stop-opacity="0"
+ offset="0"
+ id="stop248" />
+ <stop
+ offset=".5"
+ id="stop250" />
+ <stop
+ stop-opacity="0"
+ offset="1"
+ id="stop252" />
+ </linearGradient>
+ <filter
+ id="di"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ stdDeviation="1.160684"
+ id="feGaussianBlur255" />
+ </filter>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#bq"
+ id="radialGradient3389"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.42017,0,21.889)"
+ cx="23.25"
+ cy="37.75"
+ r="14.875" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#bq"
+ id="radialGradient3391"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.42017,0,21.889)"
+ cx="23.25"
+ cy="37.75"
+ r="14.875" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3393"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3395"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3397"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3399"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3401"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3403"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3405"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3407"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3409"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3411"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3413"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3415"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3417"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3419"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3421"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3423"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3425"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3427"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3429"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3431"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3433"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3435"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3437"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3439"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3441"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3443"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3445"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3447"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3449"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3451"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3453"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3455"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#a"
+ id="radialGradient3457"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.63636,0,30.623)"
+ cx="-67.614998"
+ cy="84.212997"
+ fx="-67.046997"
+ fy="83.803001"
+ r="1.4498" />
+ </defs>
+ <g
+ id="g257"
+ transform="matrix(0.37849822,0,0,0.37896231,-0.61714,29.994816)">
+ <g
+ transform="matrix(1.2272,-0.068694,0.059822,1.0687,210.54,4.1809)"
+ id="g259"
+ style="fill:#ffffff;fill-rule:evenodd;filter:url(#di)">
+ <g
+ transform="matrix(1.4965,0,0,1.6844,-186.97,-55.067)"
+ id="g261">
+ <path
+ d="M 81.189,8.8512 75.594,14.506 60.325,46.15 c -1.2329,3.2565 3.4022,5.1697 5.0121,2.2862 l 14.894,-31.58 0.958,-8.0048 z"
+ id="path263" />
+ <path
+ d="m 63.227,41.398 c 0,0 0.10131,1.437 1.3543,1.9929 1.2908,0.57271 2.6562,-0.01397 2.6562,-0.01397 l -2.4423,5.0442 c 0,0 -0.87372,1.4566 -2.8403,0.6712 -1.9397,-0.77472 -1.1704,-2.6814 -1.1704,-2.6814 l 2.4424,-5.0129 z"
+ id="path265" />
+ <path
+ d="m 63.227,41.398 c 0,0 0.10131,1.437 1.3543,1.9929 1.2908,0.57271 2.6562,-0.01397 2.6562,-0.01397 l -0.98947,2.0052 c 0,0 -1.3145,0.83396 -2.6863,0.23288 -1.4095,-0.6176 -1.3242,-2.2118 -1.3242,-2.2118 l 0.989,-2.005 z"
+ id="path267" />
+ <path
+ d="m 80.478,10.282 -4.4763,4.5236 c 0.82038,1.4957 2.1682,2.2699 3.7286,1.8554 l 0.74771,-6.379 z"
+ id="path269" />
+ <path
+ d="m 79.079,11.633 1.5852,-1.6334 -0.30017,2.3454 c -0.71759,0.22253 -1.0635,-0.18191 -1.285,-0.712 z"
+ id="path271" />
+ <path
+ d="M 75.971,14.806 77.229,16.362 64.44,43.316 C 63.582,42.876 63.349,42.08 63.268,41.419 L 75.971,14.806 z"
+ id="path273" />
+ <path
+ d="m 79.793,16.661 -0.749,0.19144 -12.549,26.768 c 0,0 0.61304,-0.11339 0.7482,-0.21982 l 12.55,-26.739 z"
+ id="path275" />
+ </g>
+ <path
+ d="m -66.156,-38.182 -7.1428,8.1886 -12.434,29.107 13.029,-28.288 6.5476,-9.0075 z"
+ id="path277"
+ style="opacity:0.72526999" />
+ <path
+ d="m -66.355,-38.182 -1.3228,11.315 -10.119,24.268 9.7884,-24.343 -0.79366,0.14888 2.4471,-11.39 z"
+ id="path279"
+ style="opacity:0.41757998" />
+ </g>
+ <g
+ transform="matrix(3.0005,0,0,1.927,-14.505,-74.871)"
+ id="g281">
+ <g
+ transform="matrix(1.0526,0,0,1.2857,-1.2632,-13.429)"
+ id="g283"
+ style="opacity:0.4">
+ <rect
+ height="7"
+ width="5"
+ y="40"
+ x="38"
+ id="rect285"
+ style="fill:url(#co)" />
+ <rect
+ transform="scale(-1,-1)"
+ height="7"
+ width="5"
+ y="-47"
+ x="-10"
+ id="rect287"
+ style="fill:url(#cp)" />
+ <rect
+ height="7"
+ width="28"
+ y="40"
+ x="10"
+ id="rect289"
+ style="fill:url(#dk)" />
+ </g>
+ </g>
+ <path
+ style="color:#000000;fill:url(#cm);stroke:url(#cn);stroke-width:2.52539992;stroke-linecap:round;stroke-linejoin:round;display:block"
+ d="m 8.5018,-74.797 80.961,-0.0305 c 0,0 20.234,18.632 20.234,19.875 v 57.801 c 0,1.2428 -1.5377,2.2433 -3.4477,2.2433 h -97.75 c -1.91,0 -3.4477,-1.0005 -3.4477,-2.2433 v -75.402 c 0,-1.2428 1.5377,-2.2433 3.4477,-2.2433 z"
+ display="block"
+ id="path291" />
+ <path
+ style="color:#000000;fill:none;stroke:url(#cl);stroke-width:2.52539992;stroke-linecap:round;stroke-linejoin:round;display:block"
+ d="m 8.0047,-72.33 81.795,0.11036 c 0,0 17.343,15.321 17.343,15.48 v 59.047 c 0,0.15886 -0.202,0.28674 -0.45289,0.28674 h -98.685 c -0.2509,0 -0.45289,-0.1279 -0.45289,-0.28674 v -74.35 c 0,-0.15886 0.20199,-0.28674 0.45289,-0.28674 z"
+ display="block"
+ id="path293" />
+ <path
+ style="opacity:0.35713998;color:#000000;fill:url(#ck);fill-rule:evenodd"
+ d="m 108.74,-55.035 c -1.446,-2.595 -12.116,-7.1887 -17.671,-8.7294 0.33653,3.0311 -0.24377,12.175 -0.24377,12.175 4.0948,-2.6496 16.364,-3.7579 17.914,-3.4455 z"
+ id="path295" />
+ <path
+ d="m 13.033,-67.346 81.727,0.02273 7.3558,9.7908 0.0282,55.207 h -89.42 l 0.29652,-65.021 z"
+ id="path297"
+ style="fill:none;stroke:#a4a4a4;stroke-width:2.52539992px" />
+ <path
+ style="color:#000000;fill:url(#ci);stroke:url(#cj);stroke-width:2.52539992;stroke-linejoin:round;display:block"
+ d="m 109.7,-55.356 c 0.0262,-2.727 -12.612,-19.669 -20.32,-19.47 1.9318,0.44898 3.475,11.886 0.71598,17.306 5.4597,0 17.691,-1.4162 19.604,2.1645 z"
+ display="block"
+ id="path299" />
+ <path
+ style="color:#000000;fill:none;stroke:url(#dj);stroke-width:2.52539992"
+ d="m 105.72,-60.177 c -1.446,-2.3357 -8.2561,-8.7931 -12.073,-10.939 0.47438,2.4731 1.0662,6.3871 -0.15603,10.832 0,0 10.679,-0.17405 12.229,0.10714 z"
+ id="path301" />
+ <path
+ d="m 71.392,-2.0887 v -15.297 h 31.282"
+ id="path303"
+ style="fill:none;stroke:#a4a4a4;stroke-width:2.52539992px" />
+ <path
+ d="m 75.382,-12.391 h 7.6608"
+ id="path305"
+ style="fill:none;stroke:#555753;stroke-width:2.52539992px" />
+ <path
+ d="M 86.714,-12.391 H 98.365"
+ id="path307"
+ style="fill:none;stroke:#555753;stroke-width:2.52539992px" />
+ <path
+ d="M 75.223,-7.3958 H 85.437"
+ id="path309"
+ style="fill:none;stroke:#555753;stroke-width:2.52539992px" />
+ <path
+ d="m 89.267,-7.3958 h 5.1072"
+ id="path311"
+ style="fill:none;stroke:#555753;stroke-width:2.52539992px" />
+ <g
+ transform="matrix(2.5536,0,0,2.4975,-26.402,-90.992)"
+ id="g313"
+ style="fill:none;stroke:#888a85">
+ <path
+ style="color:#000000;stroke-linecap:square"
+ d="m 23.5,25.504 v 3.9928"
+ id="path315" />
+ <path
+ style="color:#000000;stroke-linecap:round"
+ d="m 25.5,25.5 -2,2"
+ id="path317" />
+ <path
+ style="color:#000000;stroke-linecap:round"
+ d="m 25.5,29.5 -2,-2"
+ id="path319" />
+ <path
+ style="color:#000000;stroke-linecap:square"
+ d="M 23.337,27.5 H 19.492"
+ id="path321" />
+ <path
+ style="color:#000000;stroke-linecap:round"
+ d="m 25.5,29.522 v 2.6654"
+ id="path323" />
+ <path
+ style="color:#000000;stroke-linecap:square"
+ d="M 26.5,32.472 H 24.522"
+ id="path325" />
+ <path
+ style="color:#000000;stroke-linecap:round"
+ d="M 25.507,25.461 V 21.476"
+ id="path327" />
+ <path
+ style="color:#000000;stroke-linecap:square"
+ d="m 26.492,21.472 h -2 v -4 h 2 v 4"
+ id="path329" />
+ <path
+ style="color:#000000;stroke-linecap:square"
+ d="m 25.839,24.5 h 5.5003"
+ id="path331" />
+ <path
+ style="color:#000000;stroke-linecap:square"
+ d="m 25.484,13.472 v 3.8653"
+ id="path333" />
+ <path
+ style="color:#000000;stroke-linecap:square"
+ d="m 19.484,20.472 h 2.0397"
+ id="path335" />
+ <path
+ style="color:#000000;stroke-linecap:square"
+ d="m 19.484,18.472 h 2.0397"
+ id="path337" />
+ <path
+ style="color:#000000;stroke-linecap:square"
+ d="m 33.538,22.494 v 3.9928"
+ id="path339" />
+ <path
+ style="color:#000000;stroke-linecap:round"
+ d="m 35.538,22.49 -2,2"
+ id="path341" />
+ <path
+ style="color:#000000;stroke-linecap:round"
+ d="m 35.538,26.49 -2,-2"
+ id="path343" />
+ <path
+ style="color:#000000;stroke-linecap:square"
+ d="M 33.545,24.49 H 29.7"
+ id="path345" />
+ <path
+ style="color:#000000;stroke-linecap:round"
+ d="m 35.545,26.487 v 3.0033"
+ id="path347" />
+ <path
+ style="color:#000000;stroke-linecap:square"
+ d="m 35.559,31.796 v -2.26"
+ id="path349" />
+ <path
+ style="color:#000000;stroke-linecap:square"
+ d="M 36.492,32.472 H 34.514"
+ id="path351" />
+ <path
+ style="color:#000000;stroke-linecap:round"
+ d="M 35.545,22.522 V 19.484"
+ id="path353" />
+ <path
+ style="color:#000000;stroke-linecap:square"
+ d="M 42.468,19.472 H 35.546"
+ id="path355" />
+ <path
+ style="color:#000000;stroke-linecap:square"
+ d="m 38.452,24.472 h 2.0397"
+ id="path357" />
+ <path
+ style="color:#000000;stroke-linecap:square"
+ d="m 38.452,22.472 h 2.0397"
+ id="path359" />
+ <path
+ d="m 42.492,18.504 3.9539,-0.02344 1.0461,1.0234 -1.0362,0.96875 -3.9638,-0.03125 v -1.9375 z"
+ id="path361"
+ style="stroke-width:1px" />
+ </g>
+ <path
+ d="m 152.04,68.959 c 0.25514,0.07903 0.50201,0.146 0.75368,0.22207 l 1.3492,-3.5399 c -0.71779,-0.24837 -1.811,-0.70999 -2.5614,-0.96521 -8.6394,-2.9383 -14.999,-2.9206 -15.091,-2.6817 -0.10102,0.26281 5.003,3.7627 13.482,6.3071 0.49786,0.14939 1.5832,0.50786 2.0666,0.6576 z"
+ id="path363"
+ style="opacity:0.35713998;fill:none;stroke:url(#dl);stroke-width:0.82315999;stroke-linecap:round;stroke-linejoin:round" />
+ <g
+ transform="matrix(1.3425,0,0,1.2448,-42.719,-42.336)"
+ id="g365">
+ <path
+ d="m 37.625,37.75 a 14.375,5.75 0 1 1 -28.75,0 14.375,5.75 0 1 1 28.75,0 z"
+ transform="matrix(1.1148,0,0,1.3531,82.089,12.249)"
+ id="path367"
+ style="opacity:0.31867999;fill:url(#radialGradient3389);fill-rule:evenodd" />
+ <path
+ d="m 33.5,36.812 a 8.5625,2.9375 0 1 1 -17.125,0 8.5625,2.9375 0 1 1 17.125,0 z"
+ transform="matrix(1.1148,0,0,1.3531,80.835,13.264)"
+ id="path369"
+ style="opacity:0.69779998;fill:#ffffff;fill-rule:evenodd" />
+ <path
+ d="m 37.625,37.75 a 14.375,5.75 0 1 1 -28.75,0 14.375,5.75 0 1 1 28.75,0 z"
+ transform="matrix(0.63978,0,0,0.77658,93.132,33.338)"
+ id="path371"
+ style="opacity:0.78570999;fill:url(#radialGradient3391);fill-rule:evenodd" />
+ <path
+ d="m 37.125,14.188 a 12.438,5.6875 0 1 1 -24.875,0 12.438,5.6875 0 1 1 24.875,0 z"
+ transform="matrix(1.1204,0,0,1.3531,80.766,14.448)"
+ id="path373"
+ style="fill:url(#dm);fill-rule:evenodd;stroke:#8c8c8c;stroke-width:0.9975" />
+ <g
+ transform="matrix(0.81688,0.33727,-0.25634,0.9055,61.171,-79.733)"
+ id="g375">
+ <path
+ d="m 63.2,49.605 c -7.5508,0.10459 -15.273,2.4072 -21.404,6.5006 -0.29873,0.19946 -4.3598,4.2553 -5.1926,6.4421 l -6.6808,2.1083 -3.7045,2.5475 c 1.6292,2.9933 3.5545,5.7774 6.0475,8.2283 l 4.1161,-2.1669 4.7494,-5.7686 c 3.9317,-1.162 8.874,-0.76659 13.172,2.9575 l 10.322,13.528 c -1.3082,0.85355 -1.0147,1.1182 -0.41161,2.2547 0.50942,0.95992 7.4007,11.679 10.734,16.427 6.6658,9.4966 15.071,20.088 15.071,20.088 1.0084,1.3215 2.985,1.6413 4.4327,0.73205 l 7.1557,-4.5094 c 1.4477,-0.90925 1.8316,-2.6902 0.82322,-4.0116 0,0 -8.0188,-10.857 -15.388,-19.912 -3.687,-4.523 -12.195,-14.181 -12.921,-15.017 -0.722,-0.831 -1.57,-1.004 -2.66,-0.352 l -10.353,-13.528 c 0,0 -3.3902,-5.1582 -0.41161,-7.3498 6.7225,-4.9463 19.118,-1.9588 20.232,-1.1713 0,0 -1.2389,-4.0616 -1.2665,-4.0702 -4.8148,-2.7949 -10.592,-4.0344 -16.464,-3.9531 z"
+ transform="matrix(0.83696,0,0,0.95665,7.5426,1.8749)"
+ id="path377"
+ style="opacity:0.4;fill:url(#dn);fill-rule:evenodd;filter:url(#db)" />
+ <path
+ d="m 53.952,66.853 1.0071,-0.74494 c -3.1223,-5.5861 -5.7423,-12.877 -14.163,-13.91 -2.0956,0.26522 -3.4806,3.8558 -4.3118,6.2155 l -6.6032,2.2363 -3.6774,2.7232 c 1.608,3.1945 3.5325,6.174 5.9931,8.7896 l 4.0441,-2.32 4.688,-6.1641 c 3.8805,-1.2401 8.7818,-0.79976 13.023,3.1746 z"
+ id="path379"
+ style="fill:#bfbfc0;fill-rule:evenodd" />
+ <rect
+ transform="matrix(0.82726,-0.56181,0.57661,0.81702,0,0)"
+ ry="0"
+ width="8.1485004"
+ y="85.584"
+ x="5.5372"
+ height="18.507999"
+ id="rect381"
+ style="fill:url(#do)" />
+ <path
+ d="m 63.728,83.686 c 0.50279,1.0244 7.2873,12.452 10.577,17.519 6.579,10.135 14.877,21.465 14.877,21.465 0.9953,1.4103 2.944,1.7474 4.3729,0.7771 l 7.0857,-4.812 c 1.4288,-0.97035 1.7931,-2.8783 0.79777,-4.2886 0,0 -7.9101,-11.593 -15.183,-21.257 -3.637,-4.836 -12.002,-15.183 -12.759,-16.041 -0.764,-0.866 -1.527,-1.104 -2.335,-0.555 -2.37,1.609 -4.74,3.219 -7.11,4.828 -0.681,0.463 -0.918,1.147 -0.323,2.36 z"
+ id="path383"
+ style="fill:url(#dp)" />
+ <path
+ d="m 63.843,83.707 c 0.50279,1.0244 10.525,-5.7754 9.7679,-6.6336 -0.76406,-0.86593 -1.5268,-1.1038 -2.3355,-0.55459 -2.3699,1.6094 -4.7397,3.2189 -7.1096,4.8283 -0.6814,0.46275 -0.91805,1.147 -0.32277,2.3599 z"
+ id="path385"
+ style="opacity:0.09157499;fill:url(#dq)" />
+ <path
+ d="m 89.182,122.67 c 0.9953,1.4103 2.944,1.7474 4.3729,0.7771 l 7.0857,-4.812 c 1.4288,-0.97035 1.7931,-2.8783 0.79777,-4.2886 l -12.256,8.3235 z"
+ id="path387"
+ style="opacity:0.5;fill:url(#dr)" />
+ <path
+ d="m 63.791,83.698 c 0.50279,1.0244 7.2873,12.452 10.577,17.519 6.579,10.135 14.877,21.465 14.877,21.465 0.9953,1.4103 -22.761,-42.953 -25.131,-41.344 -0.6814,0.46275 -0.91805,1.147 -0.32277,2.3599 z"
+ id="path389"
+ style="opacity:0.36995999;fill:url(#ds)" />
+ <path
+ d="m 73.487,76.994 c 0.7877,0.81992 9.1384,11.042 12.737,15.832 7.198,9.5797 14.895,21.152 14.895,21.152 0.97203,1.406 -32.405,-35.915 -29.996,-37.517 0.69249,-0.46074 1.4307,-0.4368 2.3633,0.53396 z"
+ id="path391"
+ style="opacity:0.2381;fill:url(#dt)" />
+ <rect
+ transform="matrix(0.82726,-0.56181,0.57661,0.81702,0,0)"
+ ry="0"
+ width="8.1485004"
+ y="85.584"
+ x="5.5372"
+ height="14.066"
+ id="rect393"
+ style="opacity:0.12705;fill:url(#br)" />
+ <rect
+ transform="matrix(0.82726,-0.56181,0.57661,0.81702,0,0)"
+ ry="0"
+ width="8.2096996"
+ y="101.88"
+ x="5.5467"
+ height="1.5979"
+ id="rect395"
+ style="opacity:0.36065997;fill:url(#bs)" />
+ <rect
+ transform="matrix(0.82726,-0.56181,-0.57661,-0.81702,0,0)"
+ ry="0"
+ width="8.1485004"
+ y="-88.165001"
+ x="5.5372"
+ height="2.5806"
+ id="rect397"
+ style="opacity:0.29098002;fill:url(#bt)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,53.652,-29.99)"
+ id="path399"
+ style="opacity:0.21244998;fill:url(#radialGradient3393)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,56.213,-26.36)"
+ id="path401"
+ style="opacity:0.21244998;fill:url(#radialGradient3395)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,58.774,-22.731)"
+ id="path403"
+ style="opacity:0.21244998;fill:url(#radialGradient3397)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,61.335,-19.102)"
+ id="path405"
+ style="opacity:0.21244998;fill:url(#radialGradient3399)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,63.897,-15.473)"
+ id="path407"
+ style="opacity:0.21244998;fill:url(#radialGradient3401)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,66.458,-11.844)"
+ id="path409"
+ style="opacity:0.21244998;fill:url(#radialGradient3403)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,69.446,-7.61)"
+ id="path411"
+ style="opacity:0.21244998;fill:url(#radialGradient3405)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,72.007,-3.9808)"
+ id="path413"
+ style="opacity:0.21244998;fill:url(#radialGradient3407)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,74.568,-0.35171)"
+ id="path415"
+ style="opacity:0.21244998;fill:url(#radialGradient3409)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,77.13,3.2774)"
+ id="path417"
+ style="opacity:0.21244998;fill:url(#radialGradient3411)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,77.13,3.2774)"
+ id="path419"
+ style="opacity:0.21244998;fill:url(#radialGradient3413)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,58.609,-30.672)"
+ id="path421"
+ style="opacity:0.21244998;fill:url(#radialGradient3415)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,61.17,-27.043)"
+ id="path423"
+ style="opacity:0.21244998;fill:url(#radialGradient3417)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,63.732,-23.414)"
+ id="path425"
+ style="opacity:0.21244998;fill:url(#radialGradient3419)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,66.293,-19.785)"
+ id="path427"
+ style="opacity:0.21244998;fill:url(#radialGradient3421)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,68.854,-16.156)"
+ id="path429"
+ style="opacity:0.21244998;fill:url(#radialGradient3423)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,71.415,-12.526)"
+ id="path431"
+ style="opacity:0.21244998;fill:url(#radialGradient3425)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,74.403,-8.2925)"
+ id="path433"
+ style="opacity:0.21244998;fill:url(#radialGradient3427)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,76.965,-4.6633)"
+ id="path435"
+ style="opacity:0.21244998;fill:url(#radialGradient3429)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,79.526,-1.0342)"
+ id="path437"
+ style="opacity:0.21244998;fill:url(#radialGradient3431)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,82.087,2.5949)"
+ id="path439"
+ style="opacity:0.21244998;fill:url(#radialGradient3433)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,82.087,2.5949)"
+ id="path441"
+ style="opacity:0.21244998;fill:url(#radialGradient3435)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,51.255,-25.678)"
+ id="path443"
+ style="opacity:0.21244998;fill:url(#radialGradient3437)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,53.817,-22.049)"
+ id="path445"
+ style="opacity:0.21244998;fill:url(#radialGradient3439)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,56.378,-18.42)"
+ id="path447"
+ style="opacity:0.21244998;fill:url(#radialGradient3441)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,58.939,-14.791)"
+ id="path449"
+ style="opacity:0.21244998;fill:url(#radialGradient3443)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,61.5,-11.161)"
+ id="path451"
+ style="opacity:0.21244998;fill:url(#radialGradient3445)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,64.062,-7.5323)"
+ id="path453"
+ style="opacity:0.21244998;fill:url(#radialGradient3447)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,67.05,-3.2984)"
+ id="path455"
+ style="opacity:0.21244998;fill:url(#radialGradient3449)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,69.611,0.33078)"
+ id="path457"
+ style="opacity:0.21244998;fill:url(#radialGradient3451)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,72.172,3.9599)"
+ id="path459"
+ style="opacity:0.21244998;fill:url(#radialGradient3453)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,74.733,7.589)"
+ id="path461"
+ style="opacity:0.21244998;fill:url(#radialGradient3455)" />
+ <path
+ d="m -66.165,84.213 a 1.44985,0.92274182 0 1 1 -2.8997,0 1.44985,0.92274182 0 1 1 2.8997,0 z"
+ transform="matrix(0.63402,-0.43057,0.69401,0.98337,74.733,7.589)"
+ id="path463"
+ style="opacity:0.21244998;fill:url(#radialGradient3457)" />
+ <path
+ d="m 41.588,51.54 c -0.79167,0.57154 -1.5585,1.1828 -2.3121,1.8218 0.64948,1.3484 2.8838,3.9409 3.82,5.0112 0.62842,0.71845 3.626,0.55623 4.4389,1.1517 2.5677,1.8807 4.5492,4.8691 7.0147,6.9049 l 6.0548,-3.9538 c 2e-6,-2e-6 -3.2787,-5.7348 -0.33886,-8.0737 6.6349,-5.2787 18.869,-2.1013 19.969,-1.2609 l -1.0869,-4.2253 c 0,0 -0.16103,-0.08103 -0.18831,-0.09021 -10.862,-6.8178 -26.614,-5.0519 -37.371,2.7143 z"
+ id="path465"
+ style="fill:url(#bu);fill-rule:evenodd" />
+ <path
+ d="M 40.768,55.516 C 39.912,55.38 37.637,54.678 39.398,52.942 58.18,39.443 73.317,45.048 78.989,48.9 72.626,45.318 56.553,42.797 40.768,55.516 z"
+ id="path467"
+ style="opacity:0.11000001;fill-rule:evenodd;filter:url(#dd)" />
+ <path
+ d="M 40.849,54.66 C 38.517,54.359 39.01,53.278 39.686,52.804 58.467,40.116 73.317,45.626 78.989,49.247 73.089,45.262 56.634,42.706 40.849,54.66 z"
+ id="path469"
+ style="opacity:0.11000001;fill-rule:evenodd" />
+ <path
+ d="m 40.845,53.977 c -1.221,0.266 -1.85,-0.737 -0.943,-1.454 18.781,-13.5 33.415,-7.475 39.087,-3.623 -5.9,-4.239 -21.263,-8.387 -38.144,5.077 z"
+ transform="matrix(1,0,0,0.94922,0,2.7431)"
+ id="path471"
+ style="opacity:0.11000001;fill-rule:evenodd;filter:url(#de)" />
+ <path
+ d="m 40.725,53.264 c -0.23,0.184 -1.708,0.031 -0.618,-0.804 18.781,-12.403 33.21,-6.74 38.882,-3.2 -5.9,-3.895 -21.219,-8.154 -38.264,4.004 z"
+ id="path473"
+ style="opacity:0.11000001;fill-rule:evenodd;filter:url(#df)" />
+ <path
+ d="m 60.053,62.868 0.69508,-0.55752 c 0,0 -3.499,-5.5171 -0.55916,-7.856 7.0479,-5.6072 19.564,-1.7179 19.909,-1.239 l -0.96552,-4.2888 c 0,0 -12.663,-5.1221 -20.167,0.08717 -5.2017,3.61 -1.4519,11.218 1.0881,13.854 z"
+ id="path475"
+ style="opacity:0.23361003;fill:url(#cr);fill-rule:evenodd" />
+ <path
+ d="m 59.869,62.992 0.87892,-0.68237 c 0,0 -3.499,-5.5171 -0.55916,-7.856 7.0479,-5.6072 19.63,-1.5301 19.909,-1.239 l -0.96552,-4.2888 c 0,0 -12.748,-5.2431 -20.253,-0.0338 -5.2017,3.61 -1.5504,11.464 0.98965,14.1 z"
+ id="path477"
+ style="opacity:0.23361003;fill:url(#cs);fill-rule:evenodd" />
+ <path
+ d="m 59.501,63.242 1.2466,-0.93208 c 0,0 -3.499,-5.5171 -0.55916,-7.856 7.0479,-5.6072 19.713,-1.5799 19.913,-1.242 l -1.106,-4.18 c 0,0 -12.868,-5.7112 -20.373,-0.50195 -5.2017,3.61 -1.6619,12.077 0.87808,14.713 z"
+ id="path479"
+ style="opacity:0.07377002;fill:url(#ct);fill-rule:evenodd" />
+ <path
+ d="m 60.053,62.868 0.69508,-0.55752 c 0,0 -3.499,-5.5171 -0.55916,-7.856 7.0479,-5.6072 19.655,-1.5791 19.92,-1.2332 l -1.121,-4.191 c 0,0 -12.434,-5.105 -19.939,0.10427 -5.2017,3.61 -1.5373,11.097 1.0027,13.733 z"
+ id="path481"
+ style="opacity:0.23361003;fill:url(#cu);fill-rule:evenodd" />
+ <path
+ d="m 60.114,62.826 0.6338,-0.5159 c 0,0 -3.499,-5.5171 -0.55916,-7.856 7.0479,-5.6072 19.695,-1.555 19.917,-1.2321 l -1.11,-4.19 c 0,0 -12.313,-4.9249 -19.818,0.28436 -5.2017,3.61 -1.604,10.874 0.93596,13.51 z"
+ id="path483"
+ style="opacity:0.37000002;fill:url(#cv);fill-rule:evenodd" />
+ <path
+ d="m 66.906,49.611 c 4.6238,-1.0713 11.683,0.69608 12.989,2.2532 l -0.06281,-0.8521 c -1.7644,-1.8317 -8.1057,-3.1098 -12.61,-2.344 -0.73621,0.12517 -0.69045,1.0297 -0.31557,0.94284 z"
+ id="path485"
+ style="opacity:0.11000001;fill:url(#bv);fill-rule:evenodd" />
+ <path
+ d="m 66.906,49.611 c 4.6238,-1.0713 11.683,0.69608 12.989,2.2532 l -0.06281,-0.8521 c -1.7644,-1.8317 -8.1057,-3.1098 -12.61,-2.344 -0.73621,0.12517 -0.69045,1.0297 -0.31557,0.94284 z"
+ id="path487"
+ style="opacity:0.11000001;fill:url(#bw);fill-rule:evenodd" />
+ <path
+ d="m 79.146,48.913 1.1005,4.2178 -0.14705,0.09987 -1.1061,-4.1872 0.15264,-0.1305 z"
+ id="path489"
+ style="opacity:0.11000001;fill:#b7b7b7;fill-rule:evenodd" />
+ <path
+ d="m 53.952,66.853 1.0071,-0.74494 c -0.327,-6.917 -5.742,-12.877 -14.163,-13.91 -2.0956,0.26522 -3.4806,3.8558 -4.3118,6.2155 l -6.6032,2.2363 -3.6774,2.7232 c 1.608,3.1945 3.5325,6.174 5.9931,8.7896 l 4.0441,-2.32 4.688,-6.1641 c 3.8805,-1.2401 8.7818,-0.79976 13.023,3.1746 z"
+ id="path491"
+ style="opacity:0.11474998;fill:#bfbfc0;fill-rule:evenodd" />
+ <path
+ d="m 53.952,66.853 0.78744,-0.7848 c -6.2248,-5.7624 -5.8088,-7.0427 -9.7083,-7.3744 -1.4219,-0.12095 -4.6047,-1.9477 -4.1637,-3.5058 0.78234,-2.764 -1.2584,-2.84 -2.6827,-0.6184 -0.681,1.0622 -1.2158,2.6519 -1.7008,3.8439 l -6.6032,2.2363 -3.6774,2.7232 c 1.608,3.1945 2.6788,4.9643 5.1393,7.5799 l 4.0441,-2.32 4.688,-6.1641 c 3.8805,-1.2401 9.6355,0.40995 13.877,4.3843 z"
+ id="path493"
+ style="opacity:0.52868999;fill:url(#bx);fill-rule:evenodd" />
+ <path
+ d="m 53.952,66.853 1.0071,-0.74494 c -7.753,-15.2 -13.55,-7.196 -14.163,-13.91 -2.0956,0.26522 -3.4806,3.8558 -4.3118,6.2155 l -6.6032,2.2363 -3.6774,2.7232 c 1.608,3.1945 3.5325,6.174 5.9931,8.7896 l 4.0441,-2.32 4.688,-6.1641 c 3.8805,-1.2401 8.7818,-0.79976 13.023,3.1746 z"
+ id="path495"
+ style="opacity:0.02868802;fill:#4b4b4c;fill-rule:evenodd" />
+ <path
+ d="m 53.952,66.853 1.0071,-0.74494 c -9.473,-14.788 -14.926,-4.939 -14.163,-13.91 -1.1265,0.63362 -3.4806,3.8558 -4.3118,6.2155 l -6.6032,2.2363 -3.6774,2.7232 c 1.608,3.1945 3.5325,6.174 5.9931,8.7896 l 4.0441,-2.32 4.688,-6.1641 c 3.8805,-1.2401 8.7818,-0.79976 13.023,3.1746 z"
+ id="path497"
+ style="opacity:0.02868802;fill:#4b4b4c;fill-rule:evenodd" />
+ <path
+ d="m 53.952,66.853 0.78744,-0.7848 c -6.2248,-5.7624 -5.8994,-6.7759 -9.7989,-7.1076 -1.4219,-0.12095 -1.8777,-0.22261 -4.1369,-3.4799 -1.486,-2.1426 -1.8238,-2.5816 -2.6189,-0.911 -0.6087,1.2789 -1.2852,2.664 -1.7008,3.8439 l -6.6032,2.2363 -3.6774,2.7232 c 1.608,3.1945 3.5325,6.174 5.9931,8.7896 l 4.0441,-2.32 4.688,-6.1641 c 3.8805,-1.2401 8.7818,-0.79976 13.023,3.1746 z"
+ id="path499"
+ style="opacity:0.11066003;fill:#4b4b4c;fill-rule:evenodd" />
+ <path
+ d="m 53.952,66.853 0.78744,-0.7848 c -6.2248,-5.7624 -6.0529,-6.8562 -9.9524,-7.1879 -1.4219,-0.12095 -1.979,-0.6379 -4.0065,-3.5612 -1.486,-2.1426 -1.8006,-2.4201 -2.5958,-0.74947 -0.6087,1.2789 -1.2852,2.664 -1.7008,3.8439 l -6.6032,2.2363 -3.6774,2.7232 c 1.608,3.1945 3.5325,6.174 5.9931,8.7896 l 4.0441,-2.32 4.688,-6.1641 c 3.8805,-1.2401 8.7818,-0.79976 13.023,3.1746 z"
+ id="path501"
+ style="opacity:0.78279;fill:url(#by);fill-rule:evenodd" />
+ <path
+ d="m 53.749,67.053 0.78744,-0.7848 c -6.2248,-5.7624 -5.8352,-6.8743 -9.7305,-7.2525 -1.7492,-0.16987 -3.2649,-2.0992 -4.2635,-3.5344 -1.4897,-2.1401 -1.7655,-2.3823 -2.5607,-0.71163 -0.6087,1.2789 -1.2852,2.664 -1.7008,3.8439 l -6.6032,2.2363 -3.6774,2.7232 c 1.608,3.1945 3.5325,6.174 5.9931,8.7896 l 4.0441,-2.32 4.688,-6.1641 c 3.8805,-1.2401 8.7818,-0.79976 13.023,3.1746 z"
+ id="path503"
+ style="opacity:0.55;fill:url(#cw);fill-rule:evenodd" />
+ <path
+ d="m 53.762,66.762 0.774,-0.775 c -6.1157,-5.6852 -5.9157,-6.791 -9.7408,-7.1831 -1.7017,-0.17488 -1.8668,-0.81252 -3.9445,-3.4684 -1.5825,-2.0234 -1.7982,-2.3413 -2.5794,-0.69299 -0.59803,1.2617 -1.2626,2.6283 -1.671,3.7924 l -6.488,2.207 -3.613,2.687 c 1.58,3.152 3.471,6.092 5.888,8.672 l 3.9732,-2.289 4.6058,-6.0816 c 3.8125,-1.2235 8.6279,-0.78905 12.795,3.1321 z"
+ id="path505"
+ style="opacity:0.76000001;fill:url(#cx);fill-rule:evenodd" />
+ <path
+ d="M 41.721,52.943 C 41.375,53.232 40.756,52.583 41.234,52.277 59.592,39.9 73.445,45.711 78.989,49.243 73.222,45.356 58.382,40.812 41.721,52.943 z"
+ id="path507"
+ style="opacity:0.11000001;fill-rule:evenodd;filter:url(#dg)" />
+ <path
+ d="m 47.841,43.681 a 0.046905,6.5667 0 1 1 -0.09381,0 0.046905,6.5667 0 1 1 0.09381,0 z"
+ transform="matrix(6.741,-4.5779,0.42688,0.60486,-311.64,260.51)"
+ id="path509"
+ style="fill:url(#cy)" />
+ <path
+ d="m 27.505,64.062 c 1.8597,-1.778 8.6931,-5.692 9.5948,-4.3198 1.0873,1.6546 -5.0695,6.0519 -7.4519,7.1245 -0.81586,0.36732 -2.7672,-2.2078 -2.1429,-2.8047 z"
+ id="path511"
+ style="fill:url(#bz);fill-rule:evenodd" />
+ <path
+ d="m 27.505,64.062 c 2.2193,-1.5087 8.3604,-5.5484 9.2622,-4.1762 1.0873,1.6546 -4.7953,5.3878 -7.1193,6.9809 -0.73778,0.50577 -2.8574,-2.319 -2.1429,-2.8047 z"
+ id="path513"
+ style="fill:url(#ca);fill-rule:evenodd" />
+ <path
+ d="m 27.505,64.062 c 2.2193,-1.5087 7.9694,-5.3644 8.8711,-3.9922 1.0873,1.6546 -4.4043,5.2038 -6.7282,6.7969 -0.73778,0.50577 -2.8574,-2.319 -2.1429,-2.8047 z"
+ id="path515"
+ style="fill:url(#cb);fill-rule:evenodd" />
+ <path
+ d="m 127.82,115.71 a 63.912,12.642 0 1 1 -127.82,0 63.912,12.642 0 1 1 127.82,0 z"
+ transform="matrix(-0.42268,0,0,0.25972,111.7,94.664)"
+ id="path517"
+ style="opacity:0.4;fill:url(#cz);filter:url(#dc)" />
+ </g>
+ <g
+ transform="matrix(1.1148,0,0,1.3531,36.105,-3.3116)"
+ id="g519"
+ style="fill-rule:evenodd">
+ <path
+ d="M 81.189,8.8512 75.594,14.506 60.325,46.15 c -1.2329,3.2565 3.4022,5.1697 5.0121,2.2862 l 14.894,-31.58 0.958,-8.0048 z"
+ id="path521"
+ style="fill:#cb9022;stroke:#5c410c" />
+ <path
+ d="m 63.227,41.398 c 0,0 0.10131,1.437 1.3543,1.9929 1.2908,0.57271 2.6562,-0.01397 2.6562,-0.01397 l -2.4423,5.0442 c 0,0 -0.87372,1.4566 -2.8403,0.6712 -1.9397,-0.77472 -1.1704,-2.6814 -1.1704,-2.6814 l 2.4424,-5.0129 z"
+ id="path523"
+ style="fill:url(#cc)" />
+ <path
+ d="m 63.227,41.398 c 0,0 0.10131,1.437 1.3543,1.9929 1.2908,0.57271 2.6562,-0.01397 2.6562,-0.01397 l -0.98947,2.0052 c 0,0 -1.3145,0.83396 -2.6863,0.23288 -1.4095,-0.6176 -1.3242,-2.2118 -1.3242,-2.2118 l 0.989,-2.005 z"
+ id="path525"
+ style="fill:url(#cd)" />
+ <path
+ d="m 80.478,10.282 -4.4763,4.5236 c 0.82038,1.4957 2.1682,2.2699 3.7286,1.8554 l 0.74771,-6.379 z"
+ id="path527"
+ style="fill:url(#da)" />
+ <path
+ d="m 79.079,11.633 1.5852,-1.6334 -0.30017,2.3454 c -0.71759,0.22253 -1.0635,-0.18191 -1.285,-0.712 z"
+ id="path529"
+ style="fill:url(#ce)" />
+ <path
+ d="M 75.971,14.806 77.229,16.362 64.44,43.316 C 63.582,42.876 63.349,42.08 63.268,41.419 L 75.971,14.806 z"
+ id="path531"
+ style="fill:#ffffff;fill-opacity:0.36363998" />
+ <path
+ d="m 79.793,16.661 -0.749,0.19144 -12.549,26.768 c 0,0 0.61304,-0.11339 0.7482,-0.21982 l 12.55,-26.739 z"
+ id="path533"
+ style="fill-opacity:0.36363998" />
+ </g>
+ <path
+ d="m 120.65,37.061 -2.3564,24.807 c -0.9398,6.4678 -18.668,6.5385 -19.736,0 l -2.452,-24.723 c 2.3497,7.0775 23.424,6.0288 24.547,-0.08363 z"
+ id="path535"
+ style="opacity:0.53845999;fill:none;stroke:#ffffff;stroke-width:1.22819996" />
+ <path
+ d="m 122.4,34.023 -3.2049,28.923 c -1.0219,7.0325 -20.298,7.1093 -21.459,0 l -3.305,-28.913 c 2.0519,9.2951 26.746,9.7569 27.968,-0.01031 z"
+ id="path537"
+ style="fill:url(#cf);fill-rule:evenodd;stroke:url(#cg);stroke-width:1.22819996" />
+ <path
+ d="m 126.1,10.252 -5.3207,6.5781 -9.262,23.382 9.7054,-22.724 4.8773,-7.2359 z"
+ id="path539"
+ style="opacity:0.72526999;fill:#ffffff;fill-rule:evenodd" />
+ <path
+ d="m 125.95,10.252 -0.98532,9.0897 -7.5377,19.495 7.2914,-19.555 -0.5912,0.1196 1.8228,-9.1495 z"
+ id="path541"
+ style="opacity:0.41757998;fill:#ffffff;fill-rule:evenodd" />
+ <path
+ d="m 101.57,41.05 1.0839,25.595 3.6457,0.71761 0.19706,-25.595 -4.9266,-0.71761 z"
+ id="path543"
+ style="fill:url(#ch);fill-rule:evenodd" />
+ </g>
+ <g
+ transform="matrix(1.3118,0,0,1.3888,0.64873,9.7313)"
+ id="g545">
+ <path
+ d="M 15.375,4.5 3,15.5 41.875,25.375 54.75,14.25 z"
+ transform="matrix(1.0622,0,0,1.0464,-1.8834,-1.2561)"
+ id="path547"
+ style="opacity:0.46094001;filter:url(#dh)" />
+ <g
+ transform="matrix(1.27,0.32676,-0.68615,0.63994,9.5663,-22.597)"
+ id="g549">
+ <path
+ style="color:#000000;fill:#4e9a06;stroke:url(#cq);stroke-width:0.93514001;stroke-linecap:round;stroke-linejoin:round;display:block"
+ d="m 51.619,25.972 c 0,0 0.0073,18.438 0.01033,18.772 0.003,0.32881 -0.3726,0.6319 -0.79347,0.6319 l -31.72,0.15709 c -0.42087,0 -0.75969,-0.29485 -0.75969,-0.66109 v -18.743 c 0,-0.36624 0.33882,-0.66109 0.75969,-0.66109 l 31.743,-0.158 c 0.42087,0 0.75969,0.29485 0.75969,0.66109 z"
+ display="block"
+ id="path551" />
+ <g
+ transform="matrix(0,1,-1,0,58.389,10.492)"
+ id="g553"
+ style="fill:#4e9a06">
+ <g
+ id="g555"
+ style="stroke:#5fc500;stroke-linecap:round;stroke-linejoin:round">
+ <path
+ style="color:#000000;fill:#4e9a06;stroke-width:2;display:block"
+ d="m 21.508,20.297 v 8.2056"
+ display="block"
+ id="path557" />
+ <path
+ style="color:#000000;fill:#5fc500;display:block"
+ display="block"
+ d="m 15.675,7.5244 0.39365,-0.046944 0.65032,0.00556 0.28484,27.505 -1.043,1.168 -0.28584,-28.632 z"
+ id="path559" />
+ <path
+ style="color:#000000;fill:#5fc500;display:block"
+ display="block"
+ d="m 33.958,7.6847 -1.823,-0.0091 -0.127,31.324 h 2 l -0.05,-31.315 z"
+ id="path561" />
+ <path
+ style="color:#000000;fill:none;stroke-width:2;display:block"
+ d="M 28.508,29.5 28.462,8.22"
+ display="block"
+ id="path563" />
+ </g>
+ </g>
+ <path
+ style="color:#000000;fill:#4e9a06;stroke:#5fc500;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block"
+ d="m 19.889,30.546 4.985,4.892"
+ display="block"
+ id="path565" />
+ <path
+ d="m 32.154,30.025 0.03576,10.918 c -0.49634,0.61805 -1.2041,1.59 -3.2262,1.5779 -10.021,-0.06028 -10.084,-14.129 -0.07812,-14.073 2.0946,0.01176 2.7372,1.036 3.2686,1.5772 z"
+ id="path567"
+ style="fill:none;stroke:#eeeeec;stroke-width:1px;stroke-linecap:round" />
+ <path
+ d="m 45.874,-17.761 a 3.0052,2.6517 0 1 1 -6.0104,0 3.0052,2.6517 0 1 1 6.0104,0 z"
+ transform="matrix(0.49913,0,0,0.56569,7.4918,42.047)"
+ id="path569"
+ style="fill:#2e3436;stroke:#d3d7cf;stroke-width:2.25830007;stroke-linecap:round" />
+ <path
+ d="m 45.874,-17.761 a 3.0052,2.6517 0 1 1 -6.0104,0 3.0052,2.6517 0 1 1 6.0104,0 z"
+ transform="matrix(0.49913,0,0,0.56569,7.4918,49.047)"
+ id="path571"
+ style="fill:#2e3436;stroke:#d3d7cf;stroke-width:2.25830007;stroke-linecap:round" />
+ <path
+ d="m 45.874,-17.761 a 3.0052,2.6517 0 1 1 -6.0104,0 3.0052,2.6517 0 1 1 6.0104,0 z"
+ transform="matrix(0.49913,0,0,0.56569,3.4918,45.529)"
+ id="path573"
+ style="fill:#2e3436;stroke:#d3d7cf;stroke-width:2.25830007;stroke-linecap:round" />
+ <path
+ d="m 45.874,-17.761 a 3.0052,2.6517 0 1 1 -6.0104,0 3.0052,2.6517 0 1 1 6.0104,0 z"
+ transform="matrix(0.49913,0,0,0.56569,16.492,42.047)"
+ id="path575"
+ style="fill:#2e3436;stroke:#d3d7cf;stroke-width:2.25830007;stroke-linecap:round" />
+ <path
+ d="m 51.029,29.628 -9.5956,-0.05971 v 4.9056 l 9.6839,0.10996"
+ id="path577"
+ style="fill:#4e9a06;fill-rule:evenodd;stroke:#eeeeec;stroke-width:1px" />
+ </g>
+ </g>
+ </g>
</svg>
=== modified file 'bitmaps_png/sources/save_project.svg'
--- bitmaps_png/sources/save_project.svg 2011-09-08 05:58:45 +0000
+++ bitmaps_png/sources/save_project.svg 2011-09-08 15:56:20 +0000
@@ -1,92 +1,543 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48" version="1.0" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
- <filter id="g" color-interpolation-filters="sRGB">
- <feGaussianBlur stdDeviation="0.89955545"/>
- </filter>
- <radialGradient id="j" gradientUnits="userSpaceOnUse" cy="112.3" cx="102" gradientTransform="matrix(.875 0 0 .85714 10 17.143)" r="139.56">
- <stop stop-color="#00537d" offset="0"/>
- <stop stop-color="#186389" offset=".0151"/>
- <stop stop-color="#558ca8" offset=".0558"/>
- <stop stop-color="#89afc3" offset=".0964"/>
- <stop stop-color="#b3ccd8" offset=".1357"/>
- <stop stop-color="#d4e2e9" offset=".1737"/>
- <stop stop-color="#ecf2f5" offset=".20990"/>
- <stop stop-color="#fafcfd" offset=".24350"/>
- <stop stop-color="#fff" offset=".27220"/>
- </radialGradient>
- <radialGradient id="k" gradientUnits="userSpaceOnUse" cy="109.33" cx="99.081" gradientTransform="matrix(.85638 0 0 .84156 11.191 18.14)" r="139.56">
- <stop stop-color="#7a7d80" offset="0"/>
- <stop stop-color="#c2c2c2" offset=".12618"/>
- <stop stop-color="#fafafa" offset=".23251"/>
- <stop stop-color="#fff" offset=".27220"/>
- <stop stop-color="#fafafa" offset=".53130"/>
- <stop stop-color="#ebecec" offset=".84490"/>
- <stop stop-color="#e1e2e3" offset="1"/>
- </radialGradient>
- <filter id="h" color-interpolation-filters="sRGB">
- <feGaussianBlur stdDeviation="1.2065414"/>
- </filter>
- <linearGradient id="i" y2="94.104" gradientUnits="userSpaceOnUse" x2="86.572" gradientTransform="matrix(.875 0 0 .85714 10 17.143)" y1="104" x1="96">
- <stop stop-color="#888a85" offset="0"/>
- <stop stop-color="#8c8e89" offset=".0072"/>
- <stop stop-color="#abaca9" offset=".0673"/>
- <stop stop-color="#c5c6c4" offset=".1347"/>
- <stop stop-color="#dbdbda" offset=".2115"/>
- <stop stop-color="#ebebeb" offset=".3012"/>
- <stop stop-color="#f7f7f6" offset=".4122"/>
- <stop stop-color="#fdfdfd" offset=".5679"/>
- <stop stop-color="#fff" offset="1"/>
- </linearGradient>
- </defs>
- <g transform="matrix(.37937 0 0 .37022 -57.512 -3.9082)">
- <use xlink:href="#l" transform="translate(-12,-12)" height="128" width="128" y="0" x="0"/>
- <g id="l" transform="translate(143.2,4.4)">
- <path opacity=".6" d="m23 25v96h53.525c0.464 0 30.475-29.398 30.475-29.853v-66.147h-84z" transform="matrix(1.0476,0,0,1.0417,-2.0952,-4.0417)" filter="url(#g)"/>
- <path fill="url(#j)" d="m24 24v96h53.525c0.464 0 30.475-29.398 30.475-29.853v-66.147h-84z"/>
- <path fill="url(#k)" d="m26.606 25.714c-0.47187 0-0.85638 0.37786-0.85638 0.84156v90.888c0 0.46455 0.38452 0.84157 0.85638 0.84157h50.674c0.22523 0 0.44618-0.0892 0.60546-0.24658l28.115-27.618c0.16013-0.15737 0.25092-0.37365 0.25092-0.59498v-63.262c0-0.4637-0.38366-0.84156-0.85639-0.84156h-78.787z"/>
- <path opacity=".5" filter="url(#h)" d="m76.526 120s11.662-9 16.474-13.714c4.812-4.72 14-16.143 14-16.143s-8 5.853-24 5.853c0 16-6.4745 24-6.4745 24z"/>
- <path fill="url(#i)" d="m77.526 120s11.662-9 16.474-13.714c4.812-4.72 14-16.143 14-16.143s-8 5.853-24 5.853c0 16-6.4745 24-6.4745 24z"/>
- </g>
- <g transform="translate(155.2,16.4)">
- <path opacity=".6" d="m23 25v96h53.525c0.464 0 30.475-29.398 30.475-29.853v-66.147h-84z" transform="matrix(1.0476,0,0,1.0417,-2.0952,-4.0417)" filter="url(#g)"/>
- <path fill="url(#j)" d="m24 24v96h53.525c0.464 0 30.475-29.398 30.475-29.853v-66.147h-84z"/>
- <path fill="url(#k)" d="m26.606 25.714c-0.47187 0-0.85638 0.37786-0.85638 0.84156v90.888c0 0.46455 0.38452 0.84157 0.85638 0.84157h50.674c0.22523 0 0.44618-0.0892 0.60546-0.24658l28.115-27.618c0.16013-0.15737 0.25092-0.37365 0.25092-0.59498v-63.262c0-0.4637-0.38366-0.84156-0.85639-0.84156h-78.787z"/>
- <path opacity=".5" filter="url(#h)" d="m76.526 120s11.662-9 16.474-13.714c4.812-4.72 14-16.143 14-16.143s-8 5.853-24 5.853c0 16-6.4745 24-6.4745 24z"/>
- <path fill="url(#i)" d="m77.526 120s11.662-9 16.474-13.714c4.812-4.72 14-16.143 14-16.143s-8 5.853-24 5.853c0 16-6.4745 24-6.4745 24z"/>
- </g>
- </g>
- <rect opacity="0" height="38.351" width="34.878" y="9.7705" x="8.8357"/>
- <g transform="matrix(.29786 0 0 .36049 92.935 9.4553)">
- <g fill="none" transform="matrix(3.4208,0,0,4.6204,-337.91,-53.242)" stroke="#888a85">
- <path style="color:#000000" stroke-linecap="square" d="m23.5 25.504v3.9928"/>
- <path style="color:#000000" stroke-linecap="round" d="m25.5 25.5-2 2"/>
- <path style="color:#000000" stroke-linecap="round" d="m25.5 29.5-2-2"/>
- <path style="color:#000000" stroke-linecap="square" d="m23.337 27.5h-3.845"/>
- <path style="color:#000000" stroke-linecap="round" d="m25.5 29.522v2.6654"/>
- <path style="color:#000000" stroke-linecap="square" d="m26.5 32.472h-1.978"/>
- <path style="color:#000000" stroke-linecap="round" d="m25.507 25.461v-3.985"/>
- <path style="color:#000000" stroke-linecap="square" d="m26.492 21.472h-2v-4h2v4"/>
- <path style="color:#000000" stroke-linecap="square" d="m25.839 24.5h5.5003"/>
- <path style="color:#000000" stroke-linecap="square" d="m25.484 13.472v3.8653"/>
- <path style="color:#000000" stroke-linecap="square" d="m19.484 20.472h2.0397"/>
- <path style="color:#000000" stroke-linecap="square" d="m19.484 18.472h2.0397"/>
- <path style="color:#000000" stroke-linecap="square" d="m33.538 22.494v3.9928"/>
- <path style="color:#000000" stroke-linecap="round" d="m35.538 22.49-2 2"/>
- <path style="color:#000000" stroke-linecap="round" d="m35.538 26.49-2-2"/>
- <path style="color:#000000" stroke-linecap="square" d="m33.545 24.49h-3.845"/>
- <path style="color:#000000" stroke-linecap="round" d="m35.545 26.487v3.0033"/>
- <path style="color:#000000" stroke-linecap="square" d="m35.559 31.796v-2.26"/>
- <path style="color:#000000" stroke-linecap="square" d="m36.492 32.472h-1.978"/>
- <path style="color:#000000" stroke-linecap="round" d="m35.545 22.522v-3.038"/>
- <path style="color:#000000" stroke-linecap="square" d="m42.468 19.472h-6.922"/>
- <path style="color:#000000" stroke-linecap="square" d="m38.452 24.472h2.0397"/>
- <path style="color:#000000" stroke-linecap="square" d="m38.452 22.472h2.0397"/>
- <path stroke-width="1px" d="m42.492 18.504 3.9539-0.02344 1.0461 1.0234-1.0362 0.96875-3.9638-0.03125v-1.9375z"/>
- </g>
- </g>
- <path stroke-linejoin="round" d="m25.961 2.2795c-0.50881 0-0.91843 0.40232-0.91843 0.90206v20.226c0 0.49974 0.40962 0.90206 0.91843 0.90206h19.775c0.50881 0 0.91843-0.40232 0.91843-0.90206v-18.154l-3.0423-2.974h-17.651z" fill-rule="evenodd" stroke-linecap="round" stroke-width="1pt" fill="#7f7f7f"/>
- <path d="m29.647 2.3339v5.6378c0 0.57606 0.51531 1.0398 1.1554 1.0398h7.7628c0.64009-4e-7 1.1554-0.46376 1.1554-1.0398v-5.6378h-10.074z" fill-rule="evenodd" stroke="#333" stroke-width="1.3425" fill="#bfbfbf"/>
- <rect fill-rule="evenodd" rx=".60650" height="3.8493" width="2.8554" stroke="#333" y="3.7319" x="31.209" stroke-width=".80550" fill="#7f7f7f"/>
- <path stroke-linejoin="round" d="m25.961 2.2795c-0.50881 0-0.91843 0.40232-0.91843 0.90206v20.226c0 0.49974 0.40962 0.90206 0.91843 0.90206h19.775c0.50881 0 0.91843-0.40232 0.91843-0.90206v-18.154l-3.0423-2.974h-17.651z" stroke="#333" stroke-linecap="round" stroke-width="1.3425" fill="none"/>
- <rect stroke-linejoin="round" fill-rule="evenodd" fill-opacity=".75" rx=".88217" height="12.181" width="18.097" stroke="#333" stroke-linecap="round" y="10.573" x="26.805" stroke-width=".80550" fill="#d9d9d9"/>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<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: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"
+ height="48"
+ width="48"
+ version="1.1"
+ id="svg2"
+ inkscape:version="0.47 r22583"
+ sodipodi:docname="save_project.svg">
+ <metadata
+ id="metadata150">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="640"
+ inkscape:window-height="495"
+ id="namedview148"
+ showgrid="false"
+ inkscape:zoom="4.9166667"
+ inkscape:cx="27.050847"
+ inkscape:cy="23.59322"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg2" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective152" />
+ <radialGradient
+ id="t"
+ xlink:href="#a"
+ gradientUnits="userSpaceOnUse"
+ cy="486.65"
+ cx="605.71"
+ gradientTransform="matrix(-2.7744,0,0,1.9697,112.76,-872.89)"
+ r="117.14" />
+ <linearGradient
+ id="a">
+ <stop
+ offset="0"
+ id="stop8" />
+ <stop
+ stop-opacity="0"
+ offset="1"
+ id="stop10" />
+ </linearGradient>
+ <radialGradient
+ id="s"
+ xlink:href="#a"
+ gradientUnits="userSpaceOnUse"
+ cy="486.65"
+ cx="605.71"
+ gradientTransform="matrix(2.7744,0,0,1.9697,-1891.6,-872.89)"
+ r="117.14" />
+ <linearGradient
+ id="ac"
+ y2="609.51"
+ gradientUnits="userSpaceOnUse"
+ x2="302.86"
+ gradientTransform="matrix(2.7744,0,0,1.9697,-1892.2,-872.89)"
+ y1="366.65"
+ x1="302.86">
+ <stop
+ stop-opacity="0"
+ offset="0"
+ id="stop14" />
+ <stop
+ offset=".5"
+ id="stop16" />
+ <stop
+ stop-opacity="0"
+ offset="1"
+ id="stop18" />
+ </linearGradient>
+ <radialGradient
+ id="r"
+ gradientUnits="userSpaceOnUse"
+ cy="6.4577"
+ cx="23.447"
+ gradientTransform="matrix(-1.3145 -.010063 -.01023 1.3362 46.221 -4.9099)"
+ r="19.062">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop21" />
+ <stop
+ stop-color="#fff"
+ stop-opacity="0"
+ offset="1"
+ id="stop23" />
+ </radialGradient>
+ <linearGradient
+ id="v"
+ y2="12.584"
+ gradientUnits="userSpaceOnUse"
+ x2="12.624"
+ gradientTransform="matrix(0.91411,0,0,0.91411,-3.8687,-2.7069)"
+ y1="27.394"
+ x1="33.06">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop26" />
+ <stop
+ stop-color="#fff"
+ stop-opacity="0"
+ offset="1"
+ id="stop28" />
+ </linearGradient>
+ <radialGradient
+ id="u"
+ gradientUnits="userSpaceOnUse"
+ cy="36.421"
+ cx="24.837"
+ gradientTransform="matrix(1 0 0 .53672 0 16.873)"
+ r="15.645">
+ <stop
+ offset="0"
+ id="stop31" />
+ <stop
+ stop-opacity="0"
+ offset="1"
+ id="stop33" />
+ </radialGradient>
+ <linearGradient
+ id="x"
+ y2="35.281"
+ gradientUnits="userSpaceOnUse"
+ x2="24.688"
+ gradientTransform="translate(.79549 3.7992)"
+ y1="35.281"
+ x1="7.0625">
+ <stop
+ stop-color="#838383"
+ offset="0"
+ id="stop36" />
+ <stop
+ stop-color="#bbb"
+ stop-opacity="0"
+ offset="1"
+ id="stop38" />
+ </linearGradient>
+ <linearGradient
+ id="y"
+ y2="40.944"
+ gradientUnits="userSpaceOnUse"
+ x2="36.183"
+ gradientTransform="translate(0,5.125)"
+ y1="28.481"
+ x1="7.6046">
+ <stop
+ stop-color="#bbb"
+ offset="0"
+ id="stop41" />
+ <stop
+ stop-color="#9f9f9f"
+ offset="1"
+ id="stop43" />
+ </linearGradient>
+ <linearGradient
+ id="z"
+ y2="33.759"
+ gradientUnits="userSpaceOnUse"
+ x2="12.222"
+ gradientTransform="translate(0,5.125)"
+ y1="37.206"
+ x1="12.277">
+ <stop
+ stop-color="#eee"
+ offset="0"
+ id="stop46" />
+ <stop
+ stop-color="#eee"
+ stop-opacity="0"
+ offset="1"
+ id="stop48" />
+ </linearGradient>
+ <radialGradient
+ id="q"
+ gradientUnits="userSpaceOnUse"
+ cy="2.9585"
+ cx="15.571"
+ gradientTransform="matrix(1.2862 .7817 -.71078 1.1696 -2.3543 .24814)"
+ r="20.936">
+ <stop
+ stop-color="#e4e4e4"
+ offset="0"
+ id="stop51" />
+ <stop
+ stop-color="#d3d3d3"
+ offset="1"
+ id="stop53" />
+ </radialGradient>
+ <linearGradient
+ id="aa"
+ y2="47.621"
+ gradientUnits="userSpaceOnUse"
+ x2="44.096"
+ gradientTransform="translate(0,5.125)"
+ y1="4.4331"
+ x1="12.378">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop56" />
+ <stop
+ stop-color="#fff"
+ stop-opacity="0"
+ offset="1"
+ id="stop58" />
+ </linearGradient>
+ <linearGradient
+ id="ab"
+ y2="26.357"
+ gradientUnits="userSpaceOnUse"
+ x2="23.688"
+ gradientTransform="translate(0,5.125)"
+ y1="11.319"
+ x1="23.688">
+ <stop
+ stop-color="#fff"
+ stop-opacity=".25490"
+ offset="0"
+ id="stop61" />
+ <stop
+ stop-color="#fff"
+ offset="1"
+ id="stop63" />
+ </linearGradient>
+ <linearGradient
+ id="w"
+ y2="11.781"
+ gradientUnits="userSpaceOnUse"
+ x2="21.748"
+ y1="31.965"
+ x1="33.431">
+ <stop
+ stop-color="#fff"
+ offset="0"
+ id="stop66" />
+ <stop
+ stop-color="#e6e6e6"
+ offset=".5"
+ id="stop68" />
+ <stop
+ stop-color="#fff"
+ offset=".75"
+ id="stop70" />
+ <stop
+ stop-color="#e1e1e1"
+ offset=".84167"
+ id="stop72" />
+ <stop
+ stop-color="#fff"
+ offset="1"
+ id="stop74" />
+ </linearGradient>
+ <linearGradient
+ id="ad"
+ y2="16.743"
+ gradientUnits="userSpaceOnUse"
+ x2="8.8953"
+ y1="15.868"
+ x1="14.752">
+ <stop
+ stop-color="#3465a4"
+ offset="0"
+ id="stop77" />
+ <stop
+ stop-color="#3465a4"
+ stop-opacity="0"
+ offset="1"
+ id="stop79" />
+ </linearGradient>
+ <linearGradient
+ id="ae"
+ y2="21.118"
+ gradientUnits="userSpaceOnUse"
+ x2="7"
+ y1="18.25"
+ x1="12.25">
+ <stop
+ stop-color="#204a87"
+ offset="0"
+ id="stop82" />
+ <stop
+ stop-color="#204a87"
+ stop-opacity="0"
+ offset="1"
+ id="stop84" />
+ </linearGradient>
+ </defs>
+ <g
+ transform="matrix(.024114 0 0 .019292 45.49 41.752)"
+ id="g86">
+ <rect
+ opacity=".40206"
+ style="color:#000000"
+ height="478.36"
+ width="1339.6"
+ y="-150.7"
+ x="-1559.3"
+ fill="url(#ac)"
+ id="rect88" />
+ <path
+ opacity=".40206"
+ style="color:#000000"
+ fill="url(#s)"
+ d="m-219.62-150.68v478.33c142.87 0.90045 345.4-107.17 345.4-239.2s-159.44-239.13-345.4-239.13z"
+ id="path90" />
+ <path
+ opacity=".40206"
+ style="color:#000000"
+ fill="url(#t)"
+ d="m-1559.3-150.68v478.33c-142.87 0.90045-345.4-107.17-345.4-239.2s159.44-239.13 345.4-239.13z"
+ id="path92" />
+ </g>
+ <path
+ stroke-linejoin="round"
+ d="m11.286 13.088c-0.625 0-1.0312 0.29018-1.2812 0.84375-0.000001 0-6.4688 17.104-6.4688 17.104s-0.25 0.67156-0.25 1.7812v9.65c0 1.0826 0.65779 1.625 1.6562 1.625h38.562c0.98485 0 1.5938-0.71818 1.5938-1.8438v-9.65s0.10596-0.77042-0.09375-1.3125l-6.718-17.198c-0.18452-0.51191-0.6369-0.9881-1.125-1h-25.875z"
+ stroke="#535353"
+ stroke-linecap="round"
+ stroke-width="2"
+ fill="none"
+ id="path94" />
+ <path
+ fill-rule="evenodd"
+ fill="url(#y)"
+ d="m3.2736 32.122 0.7646-0.69222 37.61 0.0625 3.4624 0.3173v10.439c0 1.1256-0.60702 1.8433-1.5919 1.8433h-38.58c-0.99846 0-1.6618-0.54205-1.6618-1.6247v-10.345z"
+ id="path96" />
+ <path
+ fill-rule="evenodd"
+ fill="url(#q)"
+ d="m3.5491 31.039c-0.71429 1.4643-0.0006156 2.3929 1.0357 2.3929h39c1.119-0.024 1.845-1.012 1.428-2.143l-6.715-17.21c-0.184-0.512-0.655-0.988-1.143-1h-25.857c-0.625 0-1.0357 0.30357-1.2857 0.85715l-6.4643 17.104z"
+ id="path98" />
+ <rect
+ style="color:#000000"
+ fill-rule="evenodd"
+ height="5.5625"
+ width="17.625"
+ y="36.299"
+ x="7.858"
+ fill="url(#x)"
+ id="rect100" />
+ <path
+ opacity=".81143"
+ d="m7.858 41.862v-4.0115c1.8355 3.1792 8.2965 4.0115 12.937 4.0115h-12.937z"
+ fill-rule="evenodd"
+ fill="url(#z)"
+ id="path102" />
+ <path
+ fill-rule="evenodd"
+ fill="#fff"
+ d="m44.796 30.754c0.06352 1.25-0.414 2.3158-1.3221 2.3438 0 0-38.119-0.000001-38.119 0-1.2892 0-1.8677-0.32495-2.0841-0.86806 0.091761 0.94433 0.82582 1.6493 2.0841 1.6493-1e-7 -0.000001 38.119 0 38.119 0 1.076-0.03307 1.7528-1.424 1.3522-2.9948l-0.03005-0.13021z"
+ id="path104" />
+ <path
+ opacity=".69143"
+ style="color:#000000"
+ d="m10.969 15.281c-0.04608 0.20032-0.1875 0.3868-0.1875 0.59375 0 0.9486 0.59098 1.7895 1.3438 2.5938 0.24027-0.15408 0.36512-0.35441 0.625-0.5-0.94031-0.816-1.5534-1.7166-1.7812-2.6875zm26.656 0c-0.22873 0.96962-0.84201 1.8724-1.7812 2.6875 0.27414 0.15358 0.40399 0.36824 0.65625 0.53125 0.75726-0.80666 1.3125-1.673 1.3125-2.625 0-0.20695-0.14159-0.39343-0.1875-0.59375zm2.1875 8.4375c-0.61379 4.0401-7.2986 7.25-15.531 7.25-8.2123 0.000001-14.86-3.1928-15.5-7.2188-0.032357 0.19713-0.125 0.39188-0.125 0.59375 3e-7 4.3179 6.9891 7.8438 15.625 7.8438s15.656-3.5258 15.656-7.8438c0-0.21292-0.08905-0.41736-0.125-0.625z"
+ fill-rule="evenodd"
+ fill="url(#ab)"
+ id="path106" />
+ <path
+ style="color:#000000"
+ d="m8.5737 25.594a1.37 1.0165 0 1 1 -2.74 0 1.37 1.0165 0 1 1 2.74 0z"
+ fill-rule="evenodd"
+ fill-opacity=".45763"
+ transform="translate(.088388 5.3018)"
+ fill="#fff"
+ id="path108" />
+ <path
+ style="color:#000000"
+ d="m8.5737 25.594a1.37 1.0165 0 1 1 -2.74 0 1.37 1.0165 0 1 1 2.74 0z"
+ fill-rule="evenodd"
+ fill-opacity=".45763"
+ transform="translate(33.967,5.2134)"
+ fill="#fff"
+ id="path110" />
+ <path
+ stroke-linejoin="round"
+ d="m11.643 13.541c-0.60169 0-0.99279 0.27936-1.2335 0.81229-0.000001 0-6.415 16.591-6.415 16.591s-0.24068 0.64652-0.24068 1.7148v9.2901c0 1.3547 0.44406 1.6269 1.5945 1.6269h37.687c1.3231 0 1.5343-0.3164 1.5343-1.8375v-9.2901s0.10201-0.74169-0.09025-1.2636l-6.593-16.806c-0.17764-0.49282-0.55065-0.82625-1.0205-0.83771h-25.223z"
+ stroke="url(#aa)"
+ stroke-linecap="round"
+ fill="none"
+ id="path112" />
+ <path
+ d="m40.5 36.554v5.0209"
+ stroke-opacity=".42373"
+ stroke="#fff"
+ stroke-linecap="square"
+ stroke-width="1px"
+ fill="none"
+ id="path114" />
+ <path
+ d="m38.5 36.614v5.0209"
+ stroke-opacity=".42373"
+ stroke="#fff"
+ stroke-linecap="square"
+ stroke-width="1px"
+ fill="none"
+ id="path116" />
+ <path
+ d="m36.5 36.614v5.0209"
+ stroke-opacity=".42373"
+ stroke="#fff"
+ stroke-linecap="square"
+ stroke-width="1px"
+ fill="none"
+ id="path118" />
+ <path
+ d="m34.5 36.614v5.0209"
+ stroke-opacity=".42373"
+ stroke="#fff"
+ stroke-linecap="square"
+ stroke-width="1px"
+ fill="none"
+ id="path120" />
+ <path
+ d="m32.5 36.614v5.0209"
+ stroke-opacity=".42373"
+ stroke="#fff"
+ stroke-linecap="square"
+ stroke-width="1px"
+ fill="none"
+ id="path122" />
+ <path
+ d="m30.5 36.614v5.0209"
+ stroke-opacity=".42373"
+ stroke="#fff"
+ stroke-linecap="square"
+ stroke-width="1px"
+ fill="none"
+ id="path124" />
+ <path
+ opacity=".097143"
+ d="m39.5 36.604v5.0209"
+ stroke="#000"
+ stroke-linecap="square"
+ stroke-width="1px"
+ fill="none"
+ id="path126" />
+ <path
+ opacity=".097143"
+ d="m37.5 36.664v5.0209"
+ stroke="#000"
+ stroke-linecap="square"
+ stroke-width="1px"
+ fill="none"
+ id="path128" />
+ <path
+ opacity=".097143"
+ d="m35.5 36.664v5.0209"
+ stroke="#000"
+ stroke-linecap="square"
+ stroke-width="1px"
+ fill="none"
+ id="path130" />
+ <path
+ opacity=".097143"
+ d="m33.5 36.664v5.0209"
+ stroke="#000"
+ stroke-linecap="square"
+ stroke-width="1px"
+ fill="none"
+ id="path132" />
+ <path
+ opacity=".097143"
+ d="m31.5 36.664v5.0209"
+ stroke="#000"
+ stroke-linecap="square"
+ stroke-width="1px"
+ fill="none"
+ id="path134" />
+ <path
+ opacity="0.44"
+ d="m7.875 36.312v5.5312h12.562l-12.218-0.343-0.344-5.188z"
+ fill-rule="evenodd"
+ fill="#fff"
+ id="path136" />
+ <path
+ opacity=".20571"
+ style="color:#000000"
+ d="m39.875 19.562a14.875 6.6875 0 1 1 -29.75 0 14.875 6.6875 0 1 1 29.75 0z"
+ fill-rule="evenodd"
+ transform="matrix(1.0378,0,0,1.0607,-1.6329,3.0304)"
+ fill="url(#w)"
+ id="path138" />
+ <path
+ opacity=".14118"
+ style="color:#000000"
+ d="m40.482 36.421a15.645 8.3969 0 1 1 -31.289 0 15.645 8.3969 0 1 1 31.289 0z"
+ fill-rule="evenodd"
+ transform="matrix(1.1302 0 0 -.7596 -3.9097 53.666)"
+ fill="url(#u)"
+ id="path140" />
+ <path
+ style="color:#000000"
+ d="m3.2035 25.835c-1.0306-31.22 25.538-26.286 25.378-10.046h7.3129l-11.38 12.986-11.933-12.986h7.5414c0.461-10.97-16.714-14.179-16.919 10.046z"
+ stroke="url(#ae)"
+ display="block"
+ fill="url(#ad)"
+ id="path142" />
+ <path
+ style="opacity:0.47158999;color:#000000;fill:none;stroke:url(#v);stroke-miterlimit:10;display:block"
+ d="M 7.6642,9.1041 C 12.406,-0.04 28.1222,2.7175 27.7622,16.579 h 6.3174 l -9.565,10.957 -10.096,-10.957 h 6.4566 C 21.1452,5.004 10.9222,5.535 7.6642,9.1041 z"
+ display="block"
+ stroke-miterlimit="10"
+ id="path144" />
+ <path
+ opacity=".49432"
+ style="color:#000000"
+ fill="url(#r)"
+ d="m34.767 16.212-1.9842 2.5457c-5.41-1.5163-7.8862 2.7293-15.674 1.7318l-3.8613-4.409 7.1865 0.08279c0.049-11.848-12.09-11.165-15.405-2.536 3.8082-14.889 22.864-12.822 23.254 2.486l6.4838 0.0975z"
+ id="path146" />
</svg>
=== modified file 'include/bitmaps.h'
--- include/bitmaps.h 2011-09-08 05:58:45 +0000
+++ include/bitmaps.h 2011-09-08 14:57:09 +0000
@@ -218,6 +218,8 @@
EXTERN_BITMAP( icon_modedit_xpm )
EXTERN_BITMAP( icon_txt_xpm )
EXTERN_BITMAP( icon_3d_xpm )
+EXTERN_BITMAP( icon_bitmap2component_xpm )
+EXTERN_BITMAP( icon_pcbcalculator_xpm )
EXTERN_BITMAP( image_xpm )
EXTERN_BITMAP( import_cmp_from_lib_xpm )
EXTERN_BITMAP( import_footprint_names_xpm )
=== modified file 'kicad/commandframe.cpp'
--- kicad/commandframe.cpp 2011-09-08 06:20:13 +0000
+++ kicad/commandframe.cpp 2011-09-08 15:58:56 +0000
@@ -18,10 +18,10 @@
m_DialogWin = NULL;
m_ButtPanel = new wxPanel( this, wxID_ANY );
m_ButtonSeparation = 10; // control of command buttons position
- m_ButtonsListPosition.x = 20;
- m_ButtonsListPosition.y = 20 + BUTTON_HEIGHT;
+ m_ButtonsListPosition.x = 10;
+ m_ButtonsListPosition.y = 35 + BUTTON_HEIGHT;
m_ButtonLastPosition = m_ButtonsListPosition;
- m_ButtonsPanelHeight = m_ButtonsListPosition.y + 20;
+ m_ButtonsPanelHeight = m_ButtonsListPosition.y + 10;
CreateCommandToolbar();
m_DialogWin = new wxTextCtrl( this, wxID_ANY, wxEmptyString,
wxDefaultPosition, wxDefaultSize,
@@ -82,11 +82,11 @@
btn = AddBitmapButton( ID_TO_GERBVIEW, KiBitmap( icon_gerbview_xpm ) );
btn->SetToolTip( _( "GerbView (Gerber viewer)" ) );
- btn = AddBitmapButton( ID_TO_BITMAP_CONVERTER, bitmap2component_xpm );
+ btn = AddBitmapButton( ID_TO_BITMAP_CONVERTER, KiBitmap( icon_bitmap2component_xpm ) );
btn->SetToolTip( _( "Bitmap2Component (a tool to build a logo from a bitmap)\n\
Creates a component (for Eeschema) or a footprint (for Pcbnew) that shows a B&W picture" ) );
- btn = AddBitmapButton( ID_TO_PCB_CALCULATOR, pcb_calculator_xpm );
+ btn = AddBitmapButton( ID_TO_PCB_CALCULATOR, KiBitmap( icon_pcbcalculator_xpm ) );
btn->SetToolTip( _( "Pcb calculator" ) );
}
Follow ups