summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeva <deva>2006-05-02 20:19:39 +0000
committerdeva <deva>2006-05-02 20:19:39 +0000
commitd5da69b6ed984df4c60c3a7abfa8119db34eab2b (patch)
tree92426df38177cd7c40f26957d2daee9afff4d45e
parent2bee772bed19a55f666d7106c02735f14c0084e4 (diff)
*** empty log message ***
-rw-r--r--client/mainwindow.cc20
-rw-r--r--pixmaps/clear.svg3532
-rw-r--r--pixmaps/cpr.svg2038
-rw-r--r--pixmaps/freeze.svg376
-rw-r--r--pixmaps/mute.svg550
-rw-r--r--pixmaps/record.svg318
-rw-r--r--pixmaps/snapshot.svg253
-rw-r--r--pixmaps/unfreeze.svg325
-rw-r--r--pixmaps/unmute.svg3847
9 files changed, 5474 insertions, 5785 deletions
diff --git a/client/mainwindow.cc b/client/mainwindow.cc
index 982388b..645fef4 100644
--- a/client/mainwindow.cc
+++ b/client/mainwindow.cc
@@ -43,23 +43,25 @@
#include <QPainter>
#include "svgloader.h"
-#define CAIRO_SVG
+//#define CAIRO_SVG
QPixmap MainWindow::loadIcon(char* fname)
{
QSvgRenderer svgrenderer;
QPainter painter;
- int w = (int)((double)x11Info().appDpiX() / 1.5);
- int h = (int)((double)x11Info().appDpiY() / 1.5);
+ int dpix = x11Info().appDpiX();
+ int dpiy = x11Info().appDpiY();
+
+ printf("DpiX: %d DpiY: %d\n", dpix, dpiy);
#ifdef CAIRO_SVG
QPixmap pixmap;
- SVGLoader cairo;
+ SVGLoader svg;
QString filename = fname;
filename.append(".svg");
- w = h;
- pixmap = QPixmap::fromImage(cairo.load(filename, 0, 0, 0.1, 0.1));
+ double dpi = (double)(dpix + dpiy) / 2.0;
+ pixmap = QPixmap::fromImage(svg.load(filename, 0, 0, 12.0 / dpi, 12.0 / dpi));
return pixmap;
#else/*CAIRO_SVG*/
#ifdef QT_SVG
@@ -72,10 +74,12 @@ QPixmap MainWindow::loadIcon(char* fname)
return pixmap;
#else/*QT_SVG*/
// Load as png
- QPixmap pixmap(fname".png");
+ QString filename = fname;
+ filename.append(".png");
+ QPixmap pixmap(filename);
Qt::AspectRatioMode aspect = pixmap.width()<pixmap.height()?
Qt::KeepAspectRatio:Qt::KeepAspectRatioByExpanding;
- pixmap = pixmap.scaled(w,h, aspect, Qt::SmoothTransformation);
+ pixmap = pixmap.scaled((int)((double)dpix / 1.5),(int)((double)dpix / 1.5), aspect, Qt::SmoothTransformation);
return pixmap;
#endif/*QT_SVG*/
#endif/*CAIRO_SVG*/
diff --git a/pixmaps/clear.svg b/pixmaps/clear.svg
index 118aab1..99c4c1e 100644
--- a/pixmaps/clear.svg
+++ b/pixmaps/clear.svg
@@ -12,1718 +12,1559 @@
inkscape:export-ydpi="72.000000"
inkscape:export-xdpi="72.000000"
inkscape:export-filename="/home/tine/docs/Grafik/svg/MiaV-knapper/clear2.png"
- sodipodi:docname="clear2.svg"
- sodipodi:docbase="/mnt/solar/docs/tine/Grafik/svg/MiaV-knapper"
- inkscape:version="0.41"
+ sodipodi:docname="clear.svg"
+ sodipodi:docbase="/home/deva/docs/c/miav/pixmaps"
+ inkscape:version="0.43"
sodipodi:version="0.32"
id="svg2"
- height="297mm"
- width="210mm">
+ height="400pt"
+ width="400pt"
+ version="1.0">
<defs
- id="defs3"><linearGradient
- id="linearGradient44871">
- <stop
- id="stop44873"
- offset="0.0000000"
- style="stop-color:#e4e8ff;stop-opacity:0.60109288;" />
- <stop
- id="stop44875"
- offset="1.0000000"
- style="stop-color:#e4e8ff;stop-opacity:0.15300547;" />
-</linearGradient>
-<linearGradient
- id="linearGradient44103">
- <stop
- id="stop44105"
- offset="0.0000000"
- style="stop-color:#1a1f39;stop-opacity:0.85792351;" />
- <stop
- id="stop44107"
- offset="1.0000000"
- style="stop-color:#1a1f39;stop-opacity:0.0000000;" />
-</linearGradient>
-<linearGradient
- id="linearGradient41791">
- <stop
- id="stop41793"
- offset="0.0000000"
- style="stop-color:#ffebeb;stop-opacity:0.79215688;" />
- <stop
- id="stop41795"
- offset="1.0000000"
- style="stop-color:#ffebeb;stop-opacity:0.0000000;" />
-</linearGradient>
-<linearGradient
- id="linearGradient37977">
- <stop
- id="stop37979"
- offset="0.0000000"
- style="stop-color:#440d0d;stop-opacity:0.79234976;" />
- <stop
- id="stop37981"
- offset="1.0000000"
- style="stop-color:#440d0d;stop-opacity:0.0000000;" />
-</linearGradient>
-<linearGradient
- id="linearGradient36446">
- <stop
- id="stop36448"
- offset="0.0000000"
- style="stop-color:#deffc9;stop-opacity:0.68306011;" />
- <stop
- id="stop36450"
- offset="1.0000000"
- style="stop-color:#deffc9;stop-opacity:0.0000000;" />
-</linearGradient>
-<linearGradient
- id="linearGradient34914">
- <stop
- id="stop34916"
- offset="0.0000000"
- style="stop-color:#389400;stop-opacity:0.0000000;" />
- <stop
- id="stop34918"
- offset="1.0000000"
- style="stop-color:#143600;stop-opacity:0.77049178;" />
-</linearGradient>
-<linearGradient
- id="linearGradient34148">
- <stop
- id="stop34150"
- offset="0.0000000"
- style="stop-color:#ffa2a2;stop-opacity:0.0000000;" />
- <stop
- id="stop34152"
- offset="1.0000000"
- style="stop-color:#ffebeb;stop-opacity:0.28415301;" />
-</linearGradient>
-<linearGradient
- id="linearGradient33378">
- <stop
- id="stop33380"
- offset="0.0000000"
- style="stop-color:#391919;stop-opacity:0.29508197;" />
- <stop
- id="stop33382"
- offset="1"
- style="stop-color:#1f0e0e;stop-opacity:0;" />
-</linearGradient>
-<linearGradient
- id="linearGradient26492">
- <stop
- id="stop26494"
- offset="0.0000000"
- style="stop-color:#ffc8c8;stop-opacity:0.88524592;" />
- <stop
- id="stop26496"
- offset="1.0000000"
- style="stop-color:#ffc8c8;stop-opacity:0.0000000;" />
-</linearGradient>
-<linearGradient
- id="linearGradient16566">
- <stop
- id="stop16568"
- offset="0.0000000"
- style="stop-color:#481919;stop-opacity:1.0000000;" />
- <stop
- id="stop16570"
- offset="1.0000000"
- style="stop-color:#481919;stop-opacity:0.0000000;" />
-</linearGradient>
-<linearGradient
- id="linearGradient16558">
- <stop
- id="stop16560"
- offset="0"
- style="stop-color:#480000;stop-opacity:1;" />
- <stop
- id="stop16562"
- offset="1"
- style="stop-color:#480000;stop-opacity:0;" />
-</linearGradient>
-<linearGradient
- id="linearGradient9675">
- <stop
- id="stop9677"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.44705883;" />
- <stop
- id="stop9679"
- offset="1.0000000"
- style="stop-color:#e9d97b;stop-opacity:0.0000000;" />
-</linearGradient>
-<linearGradient
- id="linearGradient8903">
- <stop
- id="stop8905"
- offset="0.0000000"
- style="stop-color:#241601;stop-opacity:0.44808742;" />
- <stop
- id="stop8907"
- offset="1.0000000"
- style="stop-color:#e9bc7b;stop-opacity:0.0000000;" />
-</linearGradient>
-<linearGradient
- gradientUnits="userSpaceOnUse"
- y2="190.53215"
- x2="355.94244"
- y1="194.50729"
- x1="244.72018"
- gradientTransform="scale(0.902285,1.108297)"
- id="linearGradient37985"
- xlink:href="#linearGradient37977"
- inkscape:collect="always" />
-<radialGradient
- gradientUnits="userSpaceOnUse"
- r="105.28590"
- fy="234.25877"
- fx="260.83936"
- cy="234.25877"
- cx="260.83936"
- gradientTransform="scale(0.902285,1.108297)"
- id="radialGradient39507"
- xlink:href="#linearGradient37977"
- inkscape:collect="always" />
-<radialGradient
- r="60.821499"
- fy="150.78070"
- fx="289.85388"
- cy="149.45563"
- cx="288.24194"
- gradientTransform="scale(0.902285,1.108297)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient40269"
- xlink:href="#linearGradient37977"
- inkscape:collect="always" />
-<linearGradient
- gradientUnits="userSpaceOnUse"
- y2="156.08087"
- x2="339.01733"
- y1="140.18028"
- x1="426.86679"
- gradientTransform="scale(0.902285,1.108297)"
- id="linearGradient41797"
- xlink:href="#linearGradient41791"
- inkscape:collect="always" />
-<linearGradient
- y2="150.78067"
- x2="323.70410"
- y1="132.22998"
- x1="465.55280"
- gradientTransform="scale(0.902285,1.108297)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient42559"
- xlink:href="#linearGradient41791"
- inkscape:collect="always" />
-<linearGradient
- y2="150.78067"
- x2="323.70410"
- y1="132.22998"
- x1="465.55280"
- gradientTransform="scale(0.902285,1.108297)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient42570"
- xlink:href="#linearGradient41791"
- inkscape:collect="always" />
-<linearGradient
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.022092,0.978386)"
- y2="308.28685"
- x2="171.28488"
- y1="316.35138"
- x1="181.41313"
- id="linearGradient698"
- xlink:href="#linearGradient702" />
-<radialGradient
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.953391,1.048888)"
- fy="9.9523215"
- fx="444.24946"
- r="117.60775"
- cy="9.9523215"
- cx="444.24946"
- id="radialGradient681"
- xlink:href="#linearGradient675" />
-<radialGradient
- fy="0.49999905"
- fx="0.49382621"
- r="0.32380703"
- cy="0.49999905"
- cx="0.49382621"
- id="radialGradient674"
- xlink:href="#linearGradient675" />
-<linearGradient
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.075801,0.929540)"
- y2="518.32839"
- x2="295.86313"
- y1="453.92553"
- x1="210.37647"
- id="linearGradient673"
- xlink:href="#linearGradient665" />
-<linearGradient
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.092610,0.915239)"
- y2="509.82785"
- x2="285.80833"
- y1="479.64343"
- x1="236.36413"
- id="linearGradient670"
- xlink:href="#linearGradient661" />
-<linearGradient
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.041813,0.959866)"
- y2="379.11809"
- x2="159.74905"
- y1="431.61243"
- x1="219.12265"
- id="linearGradient664"
- xlink:href="#linearGradient665" />
-<linearGradient
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.059438,0.943897)"
- y2="294.76926"
- x2="136.54559"
- y1="324.94113"
- x1="172.22270"
- id="linearGradient654"
- xlink:href="#linearGradient702" />
-<radialGradient
- fy="0.48436525"
- fx="0.51537794"
- r="0.56172943"
- cy="0.48436525"
- cx="0.51537794"
- id="radialGradient649"
- xlink:href="#linearGradient650" />
-<radialGradient
- spreadMethod="pad"
- gradientUnits="objectBoundingBox"
- fy="0.50000006"
- fx="0.5234375"
- r="0.72027689"
- cy="0.50000006"
- cx="0.5234375"
- id="radialGradient625"
- xlink:href="#linearGradient655" />
-<radialGradient
- fy="492.77755"
- fx="245.05766"
- r="255.97230"
- cy="492.77755"
- cx="245.05766"
- id="radialGradient617"
- xlink:href="#linearGradient3981"
- gradientTransform="scale(1.223982,0.817005)"
- gradientUnits="userSpaceOnUse" />
-<radialGradient
- gradientUnits="userSpaceOnUse"
- fy="370.09051"
- fx="208.23220"
- r="17.511396"
- cy="370.09051"
- cx="208.23220"
- id="radialGradient612"
- xlink:href="#linearGradient613" />
-<linearGradient
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.041813,0.959866)"
- y2="400.46792"
- x2="190.65559"
- y1="382.67633"
- x1="167.06850"
- id="linearGradient611"
- xlink:href="#linearGradient661" />
-<linearGradient
- id="linearGradient608">
- <stop
- id="stop609"
- offset="0"
- style="stop-color:#000;stop-opacity:1;" />
- <stop
- id="stop610"
- offset="1"
- style="stop-color:#fff;stop-opacity:1;" />
-</linearGradient>
-<linearGradient
- id="linearGradient613">
- <stop
- id="stop614"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:1;" />
- <stop
- id="stop615"
- offset="1"
- style="stop-color:#1f1f23;stop-opacity:0;" />
-</linearGradient>
-<linearGradient
- id="linearGradient618">
- <stop
- id="stop619"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:1;" />
- <stop
- id="stop620"
- offset="1"
- style="stop-color:#363232;stop-opacity:1;" />
-</linearGradient>
-<linearGradient
- id="linearGradient626">
- <stop
- id="stop627"
- offset="0"
- style="stop-color:#232323;stop-opacity:0.6353;" />
- <stop
- id="stop628"
- offset="1"
- style="stop-color:#000000;stop-opacity:0.949;" />
-</linearGradient>
-<linearGradient
- id="linearGradient644">
- <stop
- id="stop645"
- offset="0"
- style="stop-color:#000000;stop-opacity:0;" />
- <stop
- id="stop646"
- offset="1"
- style="stop-color:#525251;stop-opacity:1;" />
-</linearGradient>
-<linearGradient
- id="linearGradient650">
- <stop
- id="stop651"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:1;" />
- <stop
- id="stop652"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
-</linearGradient>
-<linearGradient
- id="linearGradient655">
- <stop
- id="stop656"
- offset="0"
- style="stop-color:#000000;stop-opacity:0;" />
- <stop
- id="stop657"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
-</linearGradient>
-<linearGradient
- id="linearGradient661">
- <stop
- id="stop662"
- offset="0"
- style="stop-color:#000000;stop-opacity:0;" />
- <stop
- id="stop663"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
-</linearGradient>
-<linearGradient
- id="linearGradient665">
- <stop
- id="stop666"
- offset="0"
- style="stop-color:#000000;stop-opacity:0;" />
- <stop
- id="stop667"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
-</linearGradient>
-<linearGradient
- id="linearGradient675">
- <stop
- id="stop676"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:0.7608;" />
- <stop
- id="stop677"
- offset="1"
- style="stop-color:#ffffad;stop-opacity:0.4471;" />
-</linearGradient>
-<linearGradient
- id="linearGradient702">
- <stop
- id="stop703"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:1;" />
- <stop
- id="stop704"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
-</linearGradient>
-<linearGradient
- id="linearGradient3215">
- <stop
- id="stop3217"
- offset="0.0000000"
- style="stop-color:#a3a3a3;stop-opacity:1.0000000;" />
- <stop
- id="stop3221"
- offset="0.50000000"
- style="stop-color:#ececec;stop-opacity:1.0000000;" />
- <stop
- id="stop3219"
- offset="1.0000000"
- style="stop-color:#a3a3a3;stop-opacity:1.0000000;" />
-</linearGradient>
-<linearGradient
- id="linearGradient3981">
- <stop
- id="stop3983"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:1;" />
- <stop
- id="stop3985"
- offset="1.0000000"
- style="stop-color:#5d5656;stop-opacity:1.0000000;" />
-</linearGradient>
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3215"
- id="linearGradient1737"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.264328,0.000000,0.000000,0.790934,-37.01167,178.6313)"
- x1="96.322487"
- y1="351.10611"
- x2="383.87842"
- y2="641.80432" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3981"
- id="radialGradient1740"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.223982,0.000000,0.000000,0.817005,-37.01167,178.6313)"
- cx="245.05766"
- cy="492.77755"
- fx="245.05766"
- fy="492.77755"
- r="255.97230" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient34148"
- id="radialGradient1801"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.372678,0.000000,0.000000,0.377868,334.9054,582.2648)"
- cx="251.85469"
- cy="231.61150"
- fx="251.85469"
- fy="231.61150"
- r="280.93845" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient1804"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.406785,0.000000,0.000000,0.346186,334.9054,582.2648)"
- x1="57.693123"
- y1="371.57895"
- x2="198.36630"
- y2="283.28192" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient1807"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.407405,0.000000,0.000000,0.345659,334.9054,582.2648)"
- x1="252.49219"
- y1="360.83649"
- x2="390.48270"
- y2="323.51849" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient1810"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.407945,0.000000,0.000000,0.345201,334.9054,582.2648)"
- x1="275.12863"
- y1="109.79964"
- x2="395.47256"
- y2="150.93991" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient1813"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.409507,0.000000,0.000000,0.343884,334.9054,582.2648)"
- x1="71.276215"
- y1="143.22806"
- x2="214.52130"
- y2="239.65953" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient1816"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.350616,0.000000,0.000000,0.401645,334.9054,582.2648)"
- x1="135.99692"
- y1="281.88895"
- x2="248.47047"
- y2="296.39566" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient1819"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.351231,0.000000,0.000000,0.400942,334.9054,582.2648)"
- x1="425.22043"
- y1="376.14044"
- x2="291.93912"
- y2="210.23166" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient1822"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.352429,0.000000,0.000000,0.399579,334.9054,582.2648)"
- x1="440.59283"
- y1="42.121670"
- x2="250.66240"
- y2="114.55282" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient1825"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.351109,0.000000,0.000000,0.401081,334.9054,582.2648)"
- x1="131.64180"
- y1="57.598587"
- x2="225.79659"
- y2="165.83847" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient1828"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.703570,0.000000,0.000000,0.200155,334.9054,582.2648)"
- x1="38.539066"
- y1="760.42139"
- x2="68.762253"
- y2="749.69598" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient1831"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.703570,0.000000,0.000000,0.200155,334.9054,582.2648)"
- x1="228.04651"
- y1="764.17627"
- x2="198.98575"
- y2="730.65948" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient1834"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.703570,0.000000,0.000000,0.200155,334.9054,582.2648)"
- x1="229.20894"
- y1="71.361206"
- x2="192.88298"
- y2="85.438248" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient1837"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.212013,0.000000,0.000000,0.664221,334.9054,582.2648)"
- x1="128.19040"
- y1="210.39626"
- x2="187.98611"
- y2="211.00757" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient1840"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.212013,0.000000,0.000000,0.664221,334.9054,582.2648)"
- x1="781.93964"
- y1="209.19675"
- x2="687.02582"
- y2="207.97412" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient1843"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.703570,0.000000,0.000000,0.200155,334.9054,582.2648)"
- x1="40.088970"
- y1="79.405235"
- x2="72.055801"
- y2="89.460258" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient1846"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.208767,0.000000,0.000000,0.674546,334.9054,582.2648)"
- x1="803.78528"
- y1="42.364986"
- x2="690.93176"
- y2="41.744175" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient1849"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.213931,0.000000,0.000000,0.658265,334.9054,582.2648)"
- x1="133.46594"
- y1="40.326912"
- x2="181.06233"
- y2="39.093105" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient33378"
- id="radialGradient1852"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.372678,0.000000,0.000000,0.377868,334.9054,582.2648)"
- cx="254.63573"
- cy="220.58165"
- fx="254.63573"
- fy="220.58165"
- r="124.33797" />
-
-
-
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3950"
- id="linearGradient3948"
- gradientTransform="scale(1.264328,0.790934)"
- x1="87.164658"
- y1="342.38516"
- x2="391.20468"
- y2="647.61829"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient858"
- id="linearGradient863"
- x1="541.83889"
- y1="784.27714"
- x2="445.67755"
- y2="763.94555"
- gradientTransform="scale(1.379388,0.724959)"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient858"
- id="linearGradient861"
- x1="523.69328"
- y1="660.31015"
- x2="403.43633"
- y2="675.79099"
- gradientTransform="scale(1.385617,0.721700)"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient844"
- id="linearGradient847"
- x1="542.73657"
- y1="757.16992"
- x2="514.87789"
- y2="741.91990"
- gradientTransform="scale(1.379388,0.724959)"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient851"
- id="linearGradient840"
- x1="538.24391"
- y1="757.16884"
- x2="464.99974"
- y2="784.27691"
- gradientTransform="scale(1.379388,0.724959)"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient851"
- id="linearGradient836"
- x1="517.74657"
- y1="649.61339"
- x2="444.32817"
- y2="657.67624"
- gradientTransform="scale(1.385617,0.721700)"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient854"
- id="linearGradient832"
- x1="758.35934"
- y1="528.44045"
- x2="613.50539"
- y2="528.44045"
- gradientTransform="scale(0.977958,1.022539)"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient829"
- id="linearGradient828"
- x1="2222.2724"
- y1="148.25975"
- x2="2346.8072"
- y2="148.25975"
- gradientTransform="scale(0.273861,3.651484)"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient702"
- id="linearGradient1873"
- x1="181.41313"
- y1="316.35138"
- x2="171.28488"
- y2="308.28685"
- gradientTransform="scale(1.022092,0.978386)"
- gradientUnits="userSpaceOnUse" />
-
-
-
+ id="defs3">
+ <linearGradient
+ id="linearGradient44871">
+ <stop
+ id="stop44873"
+ offset="0.0000000"
+ style="stop-color:#e4e8ff;stop-opacity:0.60109288;" />
+ <stop
+ id="stop44875"
+ offset="1.0000000"
+ style="stop-color:#e4e8ff;stop-opacity:0.15300547;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient44103">
+ <stop
+ id="stop44105"
+ offset="0.0000000"
+ style="stop-color:#1a1f39;stop-opacity:0.85792351;" />
+ <stop
+ id="stop44107"
+ offset="1.0000000"
+ style="stop-color:#1a1f39;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient41791">
+ <stop
+ id="stop41793"
+ offset="0.0000000"
+ style="stop-color:#ffebeb;stop-opacity:0.79215688;" />
+ <stop
+ id="stop41795"
+ offset="1.0000000"
+ style="stop-color:#ffebeb;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient37977">
+ <stop
+ id="stop37979"
+ offset="0.0000000"
+ style="stop-color:#440d0d;stop-opacity:0.79234976;" />
+ <stop
+ id="stop37981"
+ offset="1.0000000"
+ style="stop-color:#440d0d;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient36446">
+ <stop
+ id="stop36448"
+ offset="0.0000000"
+ style="stop-color:#deffc9;stop-opacity:0.68306011;" />
+ <stop
+ id="stop36450"
+ offset="1.0000000"
+ style="stop-color:#deffc9;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient34914">
+ <stop
+ id="stop34916"
+ offset="0.0000000"
+ style="stop-color:#389400;stop-opacity:0.0000000;" />
+ <stop
+ id="stop34918"
+ offset="1.0000000"
+ style="stop-color:#143600;stop-opacity:0.77049178;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient34148">
+ <stop
+ id="stop34150"
+ offset="0.0000000"
+ style="stop-color:#ffa2a2;stop-opacity:0.0000000;" />
+ <stop
+ id="stop34152"
+ offset="1.0000000"
+ style="stop-color:#ffebeb;stop-opacity:0.28415301;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient33378">
+ <stop
+ id="stop33380"
+ offset="0.0000000"
+ style="stop-color:#391919;stop-opacity:0.29508197;" />
+ <stop
+ id="stop33382"
+ offset="1"
+ style="stop-color:#1f0e0e;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient26492">
+ <stop
+ id="stop26494"
+ offset="0.0000000"
+ style="stop-color:#ffc8c8;stop-opacity:0.88524592;" />
+ <stop
+ id="stop26496"
+ offset="1.0000000"
+ style="stop-color:#ffc8c8;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient16566">
+ <stop
+ id="stop16568"
+ offset="0.0000000"
+ style="stop-color:#481919;stop-opacity:1.0000000;" />
+ <stop
+ id="stop16570"
+ offset="1.0000000"
+ style="stop-color:#481919;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient16558">
+ <stop
+ id="stop16560"
+ offset="0"
+ style="stop-color:#480000;stop-opacity:1;" />
+ <stop
+ id="stop16562"
+ offset="1"
+ style="stop-color:#480000;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9675">
+ <stop
+ id="stop9677"
+ offset="0.0000000"
+ style="stop-color:#ffffff;stop-opacity:0.44705883;" />
+ <stop
+ id="stop9679"
+ offset="1.0000000"
+ style="stop-color:#e9d97b;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8903">
+ <stop
+ id="stop8905"
+ offset="0.0000000"
+ style="stop-color:#241601;stop-opacity:0.44808742;" />
+ <stop
+ id="stop8907"
+ offset="1.0000000"
+ style="stop-color:#e9bc7b;stop-opacity:0.0000000;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="190.53215"
+ x2="355.94244"
+ y1="194.50729"
+ x1="244.72018"
+ gradientTransform="scale(0.902285,1.108297)"
+ id="linearGradient37985"
+ xlink:href="#linearGradient37977"
+ inkscape:collect="always" />
<radialGradient
- xlink:href="#linearGradient675"
- id="radialGradient1871"
- cx="0.53571492"
- cy="0.46875045"
- r="0.57164133"
- fx="0.53571492"
- fy="0.46875045" />
-
-
-
+ gradientUnits="userSpaceOnUse"
+ r="105.2859"
+ fy="234.25877"
+ fx="260.83936"
+ cy="234.25877"
+ cx="260.83936"
+ gradientTransform="scale(0.902285,1.108297)"
+ id="radialGradient39507"
+ xlink:href="#linearGradient37977"
+ inkscape:collect="always" />
<radialGradient
- xlink:href="#linearGradient675"
- id="radialGradient1869"
- cx="0.49382621"
- cy="0.49999905"
- r="0.32380703"
- fx="0.49382621"
- fy="0.49999905" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient665"
- id="linearGradient1867"
- x1="210.37647"
- y1="453.92553"
- x2="295.86313"
- y2="518.32839"
- gradientTransform="scale(1.075801,0.929540)"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient661"
- id="linearGradient1865"
- x1="236.36413"
- y1="479.64343"
- x2="285.80833"
- y2="509.82785"
- gradientTransform="scale(1.092610,0.915239)"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient665"
- id="linearGradient1863"
- x1="219.12265"
- y1="431.61243"
- x2="159.74905"
- y2="379.11809"
- gradientTransform="scale(1.041813,0.959866)"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient702"
- id="linearGradient1861"
- x1="172.22270"
- y1="324.94113"
- x2="136.54559"
- y2="294.76926"
- gradientTransform="scale(1.059438,0.943897)"
- gradientUnits="userSpaceOnUse" />
-
-
-
+ r="60.821499"
+ fy="150.7807"
+ fx="289.85388"
+ cy="149.45563"
+ cx="288.24194"
+ gradientTransform="scale(0.902285,1.108297)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient40269"
+ xlink:href="#linearGradient37977"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="156.08087"
+ x2="339.01733"
+ y1="140.18028"
+ x1="426.86679"
+ gradientTransform="scale(0.902285,1.108297)"
+ id="linearGradient41797"
+ xlink:href="#linearGradient41791"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="150.78067"
+ x2="323.7041"
+ y1="132.22998"
+ x1="465.5528"
+ gradientTransform="scale(0.902285,1.108297)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient42559"
+ xlink:href="#linearGradient41791"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="150.78067"
+ x2="323.7041"
+ y1="132.22998"
+ x1="465.5528"
+ gradientTransform="scale(0.902285,1.108297)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient42570"
+ xlink:href="#linearGradient41791"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.022092,0.978386)"
+ y2="308.28687"
+ x2="171.28488"
+ y1="316.35138"
+ x1="181.41313"
+ id="linearGradient698"
+ xlink:href="#linearGradient702" />
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.953391,1.048888)"
+ fy="9.9523211"
+ fx="444.24945"
+ r="117.60775"
+ cy="9.9523211"
+ cx="444.24945"
+ id="radialGradient681"
+ xlink:href="#linearGradient675" />
+ <radialGradient
+ fy="0.49999905"
+ fx="0.49382621"
+ r="0.32380703"
+ cy="0.49999905"
+ cx="0.49382621"
+ id="radialGradient674"
+ xlink:href="#linearGradient675" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.075801,0.92954)"
+ y2="518.32837"
+ x2="295.86313"
+ y1="453.92554"
+ x1="210.37646"
+ id="linearGradient673"
+ xlink:href="#linearGradient665" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.09261,0.915239)"
+ y2="509.82785"
+ x2="285.80832"
+ y1="479.64343"
+ x1="236.36414"
+ id="linearGradient670"
+ xlink:href="#linearGradient661" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.041813,0.959866)"
+ y2="379.1181"
+ x2="159.74905"
+ y1="431.61243"
+ x1="219.12265"
+ id="linearGradient664"
+ xlink:href="#linearGradient665" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.059438,0.943897)"
+ y2="294.76926"
+ x2="136.54559"
+ y1="324.94113"
+ x1="172.2227"
+ id="linearGradient654"
+ xlink:href="#linearGradient702" />
<radialGradient
- xlink:href="#linearGradient650"
- id="radialGradient1859"
- cx="0.51537794"
- cy="0.48436525"
- r="0.56172943"
- fx="0.51537794"
- fy="0.48436525" />
-
-
-
+ fy="0.48436525"
+ fx="0.51537794"
+ r="0.56172943"
+ cy="0.48436525"
+ cx="0.51537794"
+ id="radialGradient649"
+ xlink:href="#linearGradient650" />
<radialGradient
- xlink:href="#linearGradient655"
- id="radialGradient1857"
- cx="0.5234375"
- cy="0.50000006"
- r="0.72027689"
- fx="0.5234375"
- fy="0.50000006"
- gradientUnits="objectBoundingBox"
- spreadMethod="pad" />
-
-
-
+ spreadMethod="pad"
+ gradientUnits="objectBoundingBox"
+ fy="0.50000006"
+ fx="0.5234375"
+ r="0.72027689"
+ cy="0.50000006"
+ cx="0.5234375"
+ id="radialGradient625"
+ xlink:href="#linearGradient655" />
<radialGradient
- xlink:href="#linearGradient618"
- id="radialGradient1855"
- cx="0.48554912"
- cy="0.51293105"
- r="0.63589662"
- fx="0.48554912"
- fy="0.51293105" />
-
-
-
+ fy="492.77756"
+ fx="245.05766"
+ r="255.97231"
+ cy="492.77756"
+ cx="245.05766"
+ id="radialGradient617"
+ xlink:href="#linearGradient3981"
+ gradientTransform="scale(1.223982,0.817005)"
+ gradientUnits="userSpaceOnUse" />
<radialGradient
- xlink:href="#linearGradient613"
- id="radialGradient1853"
- cx="208.23220"
- cy="370.09051"
- r="17.511396"
- fx="208.23220"
- fy="370.09051"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient661"
- id="linearGradient1850"
- x1="167.06850"
- y1="382.67633"
- x2="190.65559"
- y2="400.46792"
- gradientTransform="scale(1.041813,0.959866)"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- id="linearGradient1844">
- <stop
- style="stop-color:#000;stop-opacity:1;"
- offset="0"
- id="stop1846" />
-
-
-
- <stop
- style="stop-color:#fff;stop-opacity:1;"
- offset="1"
- id="stop1848" />
-
-
-
+ gradientUnits="userSpaceOnUse"
+ fy="370.09052"
+ fx="208.23219"
+ r="17.511396"
+ cy="370.09052"
+ cx="208.23219"
+ id="radialGradient612"
+ xlink:href="#linearGradient613" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.041813,0.959866)"
+ y2="400.46793"
+ x2="190.65559"
+ y1="382.67633"
+ x1="167.0685"
+ id="linearGradient611"
+ xlink:href="#linearGradient661" />
+ <linearGradient
+ id="linearGradient608">
+ <stop
+ id="stop609"
+ offset="0"
+ style="stop-color:#000;stop-opacity:1;" />
+ <stop
+ id="stop610"
+ offset="1"
+ style="stop-color:#fff;stop-opacity:1;" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient1838">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop1840" />
-
-
-
- <stop
- style="stop-color:#1f1f23;stop-opacity:0;"
- offset="1"
- id="stop1842" />
-
-
-
+ <linearGradient
+ id="linearGradient613">
+ <stop
+ id="stop614"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop615"
+ offset="1"
+ style="stop-color:#1f1f23;stop-opacity:0;" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient1832">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop1834" />
-
-
-
- <stop
- style="stop-color:#5d5656;stop-opacity:1.0000000;"
- offset="1.0000000"
- id="stop1836" />
-
-
-
+ <linearGradient
+ id="linearGradient618">
+ <stop
+ id="stop619"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop620"
+ offset="1"
+ style="stop-color:#363232;stop-opacity:1;" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient1826">
- <stop
- style="stop-color:#232323;stop-opacity:0.6353;"
- offset="0"
- id="stop1828" />
-
-
-
- <stop
- style="stop-color:#000000;stop-opacity:0.949;"
- offset="1"
- id="stop1830" />
-
-
-
+ <linearGradient
+ id="linearGradient626">
+ <stop
+ id="stop627"
+ offset="0"
+ style="stop-color:#232323;stop-opacity:0.6353;" />
+ <stop
+ id="stop628"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0.949;" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient1820">
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="0"
- id="stop1822" />
-
-
-
- <stop
- style="stop-color:#525251;stop-opacity:1;"
- offset="1"
- id="stop1824" />
-
-
-
+ <linearGradient
+ id="linearGradient644">
+ <stop
+ id="stop645"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0;" />
+ <stop
+ id="stop646"
+ offset="1"
+ style="stop-color:#525251;stop-opacity:1;" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient1814">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop1816" />
-
-
-
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop1818" />
-
-
-
+ <linearGradient
+ id="linearGradient650">
+ <stop
+ id="stop651"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop652"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient1808">
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="0"
- id="stop1810" />
-
-
-
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop1812" />
-
-
-
+ <linearGradient
+ id="linearGradient655">
+ <stop
+ id="stop656"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0;" />
+ <stop
+ id="stop657"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient1801">
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="0"
- id="stop1803" />
-
-
-
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop1805" />
-
-
-
+ <linearGradient
+ id="linearGradient661">
+ <stop
+ id="stop662"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0;" />
+ <stop
+ id="stop663"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient1795">
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="0"
- id="stop1797" />
-
-
-
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop1799" />
-
-
-
+ <linearGradient
+ id="linearGradient665">
+ <stop
+ id="stop666"
+ offset="0"
+ style="stop-color:#000000;stop-opacity:0;" />
+ <stop
+ id="stop667"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient1789">
- <stop
- style="stop-color:#ffffff;stop-opacity:0.7608;"
- offset="0"
- id="stop1791" />
-
-
-
- <stop
- style="stop-color:#ffffad;stop-opacity:0.4471;"
- offset="1"
- id="stop1793" />
-
-
-
+ <linearGradient
+ id="linearGradient675">
+ <stop
+ id="stop676"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.7608;" />
+ <stop
+ id="stop677"
+ offset="1"
+ style="stop-color:#ffffad;stop-opacity:0.4471;" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient1783">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop1785" />
-
-
-
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop1787" />
-
-
-
+ <linearGradient
+ id="linearGradient702">
+ <stop
+ id="stop703"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop704"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:0;" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient829">
- <stop
- style="stop-color:#620000;stop-opacity:0.8431;"
- offset="0"
- id="stop830" />
-
-
-
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop831" />
-
-
-
+ <linearGradient
+ id="linearGradient3215">
+ <stop
+ id="stop3217"
+ offset="0.0000000"
+ style="stop-color:#a3a3a3;stop-opacity:1.0000000;" />
+ <stop
+ id="stop3221"
+ offset="0.50000000"
+ style="stop-color:#ececec;stop-opacity:1.0000000;" />
+ <stop
+ id="stop3219"
+ offset="1.0000000"
+ style="stop-color:#a3a3a3;stop-opacity:1.0000000;" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient833">
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="0"
- id="stop834" />
-
-
-
- <stop
- style="stop-color:#ffff00;stop-opacity:1;"
- offset="1"
- id="stop835" />
-
-
-
+ <linearGradient
+ id="linearGradient3981">
+ <stop
+ id="stop3983"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop3985"
+ offset="1.0000000"
+ style="stop-color:#5d5656;stop-opacity:1.0000000;" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient841">
- <stop
- style="stop-color:#ffffff;stop-opacity:0.2392;"
- offset="0"
- id="stop842" />
-
-
-
- <stop
- style="stop-color:#ffad00;stop-opacity:0.8431;"
- offset="1"
- id="stop843" />
-
-
-
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3215"
+ id="linearGradient1737"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.264328,0,0,0.790934,-50.6875,-126.4896)"
+ x1="96.322487"
+ y1="351.10611"
+ x2="383.87842"
+ y2="641.80432" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3981"
+ id="radialGradient1740"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.223982,0,0,0.817005,-50.6875,-126.4896)"
+ cx="245.05766"
+ cy="492.77756"
+ fx="245.05766"
+ fy="492.77756"
+ r="255.97231" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient34148"
+ id="radialGradient1801"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.372678,0,0,0.377868,334.9054,582.2648)"
+ cx="251.85469"
+ cy="231.6115"
+ fx="251.85469"
+ fy="231.6115"
+ r="280.93845" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient1804"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.406785,0,0,0.346186,334.9054,582.2648)"
+ x1="57.693123"
+ y1="371.57895"
+ x2="198.3663"
+ y2="283.28192" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient1807"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.407405,0,0,0.345659,334.9054,582.2648)"
+ x1="252.49219"
+ y1="360.83649"
+ x2="390.4827"
+ y2="323.51849" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient1810"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.407945,0,0,0.345201,334.9054,582.2648)"
+ x1="275.12863"
+ y1="109.79964"
+ x2="395.47256"
+ y2="150.93991" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient1813"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.409507,0,0,0.343884,334.9054,582.2648)"
+ x1="71.276215"
+ y1="143.22806"
+ x2="214.5213"
+ y2="239.65953" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient1816"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.350616,0,0,0.401645,334.9054,582.2648)"
+ x1="135.99692"
+ y1="281.88895"
+ x2="248.47047"
+ y2="296.39566" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient1819"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.351231,0,0,0.400942,334.9054,582.2648)"
+ x1="425.22043"
+ y1="376.14044"
+ x2="291.93912"
+ y2="210.23166" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient1822"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.352429,0,0,0.399579,334.9054,582.2648)"
+ x1="440.59283"
+ y1="42.12167"
+ x2="250.6624"
+ y2="114.55282" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient1825"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.351109,0,0,0.401081,334.9054,582.2648)"
+ x1="131.6418"
+ y1="57.598587"
+ x2="225.79659"
+ y2="165.83847" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient1828"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.70357,0,0,0.200155,334.9054,582.2648)"
+ x1="38.539066"
+ y1="760.42139"
+ x2="68.762253"
+ y2="749.69598" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient1831"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.70357,0,0,0.200155,334.9054,582.2648)"
+ x1="228.04651"
+ y1="764.17627"
+ x2="198.98575"
+ y2="730.65948" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient1834"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.70357,0,0,0.200155,334.9054,582.2648)"
+ x1="229.20894"
+ y1="71.361206"
+ x2="192.88298"
+ y2="85.438248" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient1837"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.212013,0,0,0.664221,334.9054,582.2648)"
+ x1="128.1904"
+ y1="210.39626"
+ x2="187.98611"
+ y2="211.00757" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient1840"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.212013,0,0,0.664221,334.9054,582.2648)"
+ x1="781.93964"
+ y1="209.19675"
+ x2="687.02582"
+ y2="207.97412" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient1843"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.70357,0,0,0.200155,334.9054,582.2648)"
+ x1="40.08897"
+ y1="79.405235"
+ x2="72.055801"
+ y2="89.460258" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient1846"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.208767,0,0,0.674546,334.9054,582.2648)"
+ x1="803.78528"
+ y1="42.364986"
+ x2="690.93176"
+ y2="41.744175" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient1849"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.213931,0,0,0.658265,334.9054,582.2648)"
+ x1="133.46594"
+ y1="40.326912"
+ x2="181.06233"
+ y2="39.093105" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient33378"
+ id="radialGradient1852"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.372678,0,0,0.377868,334.9054,582.2648)"
+ cx="254.63573"
+ cy="220.58165"
+ fx="254.63573"
+ fy="220.58165"
+ r="124.33797" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3950"
+ id="linearGradient3948"
+ gradientTransform="scale(1.264328,0.790934)"
+ x1="87.164658"
+ y1="342.38516"
+ x2="391.20468"
+ y2="647.61829"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ xlink:href="#linearGradient858"
+ id="linearGradient863"
+ x1="541.83887"
+ y1="784.27716"
+ x2="445.67755"
+ y2="763.94556"
+ gradientTransform="scale(1.379388,0.724959)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ xlink:href="#linearGradient858"
+ id="linearGradient861"
+ x1="523.6933"
+ y1="660.31012"
+ x2="403.43634"
+ y2="675.79102"
+ gradientTransform="scale(1.385617,0.7217)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ xlink:href="#linearGradient844"
+ id="linearGradient847"
+ x1="542.73657"
+ y1="757.16992"
+ x2="514.87787"
+ y2="741.91992"
+ gradientTransform="scale(1.379388,0.724959)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ xlink:href="#linearGradient851"
+ id="linearGradient840"
+ x1="538.2439"
+ y1="757.16882"
+ x2="464.99973"
+ y2="784.27692"
+ gradientTransform="scale(1.379388,0.724959)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ xlink:href="#linearGradient851"
+ id="linearGradient836"
+ x1="517.74658"
+ y1="649.6134"
+ x2="444.32816"
+ y2="657.67627"
+ gradientTransform="scale(1.385617,0.7217)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ xlink:href="#linearGradient854"
+ id="linearGradient832"
+ x1="758.35931"
+ y1="528.44043"
+ x2="613.50537"
+ y2="528.44043"
+ gradientTransform="scale(0.977958,1.022539)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ xlink:href="#linearGradient829"
+ id="linearGradient828"
+ x1="2222.2725"
+ y1="148.25975"
+ x2="2346.8071"
+ y2="148.25975"
+ gradientTransform="scale(0.273861,3.651484)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ xlink:href="#linearGradient702"
+ id="linearGradient1873"
+ x1="181.41313"
+ y1="316.35138"
+ x2="171.28488"
+ y2="308.28687"
+ gradientTransform="scale(1.022092,0.978386)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ xlink:href="#linearGradient675"
+ id="radialGradient1871"
+ cx="0.53571492"
+ cy="0.46875045"
+ r="0.57164133"
+ fx="0.53571492"
+ fy="0.46875045" />
+ <radialGradient
+ xlink:href="#linearGradient675"
+ id="radialGradient1869"
+ cx="0.49382621"
+ cy="0.49999905"
+ r="0.32380703"
+ fx="0.49382621"
+ fy="0.49999905" />
+ <linearGradient
+ xlink:href="#linearGradient665"
+ id="linearGradient1867"
+ x1="210.37646"
+ y1="453.92554"
+ x2="295.86313"
+ y2="518.32837"
+ gradientTransform="scale(1.075801,0.92954)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ xlink:href="#linearGradient661"
+ id="linearGradient1865"
+ x1="236.36414"
+ y1="479.64343"
+ x2="285.80832"
+ y2="509.82785"
+ gradientTransform="scale(1.09261,0.915239)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ xlink:href="#linearGradient665"
+ id="linearGradient1863"
+ x1="219.12265"
+ y1="431.61243"
+ x2="159.74905"
+ y2="379.1181"
+ gradientTransform="scale(1.041813,0.959866)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ xlink:href="#linearGradient702"
+ id="linearGradient1861"
+ x1="172.2227"
+ y1="324.94113"
+ x2="136.54559"
+ y2="294.76926"
+ gradientTransform="scale(1.059438,0.943897)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ xlink:href="#linearGradient650"
+ id="radialGradient1859"
+ cx="0.51537794"
+ cy="0.48436525"
+ r="0.56172943"
+ fx="0.51537794"
+ fy="0.48436525" />
+ <radialGradient
+ xlink:href="#linearGradient655"
+ id="radialGradient1857"
+ cx="0.5234375"
+ cy="0.50000006"
+ r="0.72027689"
+ fx="0.5234375"
+ fy="0.50000006"
+ gradientUnits="objectBoundingBox"
+ spreadMethod="pad" />
+ <radialGradient
+ xlink:href="#linearGradient618"
+ id="radialGradient1855"
+ cx="0.48554912"
+ cy="0.51293105"
+ r="0.63589662"
+ fx="0.48554912"
+ fy="0.51293105" />
+ <radialGradient
+ xlink:href="#linearGradient613"
+ id="radialGradient1853"
+ cx="208.23219"
+ cy="370.09052"
+ r="17.511396"
+ fx="208.23219"
+ fy="370.09052"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ xlink:href="#linearGradient661"
+ id="linearGradient1850"
+ x1="167.0685"
+ y1="382.67633"
+ x2="190.65559"
+ y2="400.46793"
+ gradientTransform="scale(1.041813,0.959866)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient1844">
+ <stop
+ style="stop-color:#000;stop-opacity:1;"
+ offset="0"
+ id="stop1846" />
+ <stop
+ style="stop-color:#fff;stop-opacity:1;"
+ offset="1"
+ id="stop1848" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient844">
- <stop
- style="stop-color:#ffff7d;stop-opacity:0.7804;"
- offset="0"
- id="stop845" />
-
-
-
- <stop
- style="stop-color:#ffb700;stop-opacity:1;"
- offset="1"
- id="stop846" />
-
-
-
+ <linearGradient
+ id="linearGradient1838">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop1840" />
+ <stop
+ style="stop-color:#1f1f23;stop-opacity:0;"
+ offset="1"
+ id="stop1842" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient848">
- <stop
- style="stop-color:#ffff00;stop-opacity:0;"
- offset="0"
- id="stop849" />
-
-
-
- <stop
- style="stop-color:#ffd21d;stop-opacity:1;"
- offset="1"
- id="stop850" />
-
-
-
+ <linearGradient
+ id="linearGradient1832">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop1834" />
+ <stop
+ style="stop-color:#5d5656;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop1836" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient851">
- <stop
- style="stop-color:#ffffff;stop-opacity:0.2392;"
- offset="0"
- id="stop852" />
-
-
-
- <stop
- style="stop-color:#ffad00;stop-opacity:0.8431;"
- offset="1"
- id="stop853" />
-
-
-
+ <linearGradient
+ id="linearGradient1826">
+ <stop
+ style="stop-color:#232323;stop-opacity:0.6353;"
+ offset="0"
+ id="stop1828" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.949;"
+ offset="1"
+ id="stop1830" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient854">
- <stop
- style="stop-color:#ffff7d;stop-opacity:0.7804;"
- offset="0"
- id="stop855" />
-
-
-
- <stop
- style="stop-color:#ff9200;stop-opacity:1;"
- offset="1"
- id="stop856" />
-
-
-
+ <linearGradient
+ id="linearGradient1820">
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="0"
+ id="stop1822" />
+ <stop
+ style="stop-color:#525251;stop-opacity:1;"
+ offset="1"
+ id="stop1824" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient858">
- <stop
- style="stop-color:#ffff00;stop-opacity:0;"
- offset="0"
- id="stop859" />
-
-
-
- <stop
- style="stop-color:#000000;stop-opacity:0.6784;"
- offset="1"
- id="stop860" />
-
-
-
+ <linearGradient
+ id="linearGradient1814">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop1816" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop1818" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient981">
- <stop
- style="stop-color:#ffff00;stop-opacity:0;"
- offset="0"
- id="stop982" />
-
-
-
- <stop
- style="stop-color:#000000;stop-opacity:0.6784;"
- offset="1"
- id="stop983" />
-
-
-
+ <linearGradient
+ id="linearGradient1808">
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="0"
+ id="stop1810" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop1812" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient3950">
- <stop
- style="stop-color:#a3a3a3;stop-opacity:1.0000000;"
- offset="0.0000000"
- id="stop3952" />
-
-
-
- <stop
- style="stop-color:#ececec;stop-opacity:1.0000000;"
- offset="0.50000000"
- id="stop3956" />
-
-
-
- <stop
- style="stop-color:#a3a3a3;stop-opacity:1.0000000;"
- offset="1.0000000"
- id="stop3954" />
-
-
-
+ <linearGradient
+ id="linearGradient1801">
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="0"
+ id="stop1803" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop1805" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient1795">
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="0"
+ id="stop1797" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop1799" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient1789">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.7608;"
+ offset="0"
+ id="stop1791" />
+ <stop
+ style="stop-color:#ffffad;stop-opacity:0.4471;"
+ offset="1"
+ id="stop1793" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient1783">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop1785" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop1787" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient829">
+ <stop
+ style="stop-color:#620000;stop-opacity:0.8431;"
+ offset="0"
+ id="stop830" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop831" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient833">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop834" />
+ <stop
+ style="stop-color:#ffff00;stop-opacity:1;"
+ offset="1"
+ id="stop835" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient4716">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop4718" />
-
-
-
- <stop
- style="stop-color:#363232;stop-opacity:1;"
- offset="1"
- id="stop4720" />
-
-
-
+ <linearGradient
+ id="linearGradient841">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.2392;"
+ offset="0"
+ id="stop842" />
+ <stop
+ style="stop-color:#ffad00;stop-opacity:0.8431;"
+ offset="1"
+ id="stop843" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient844">
+ <stop
+ style="stop-color:#ffff7d;stop-opacity:0.7804;"
+ offset="0"
+ id="stop845" />
+ <stop
+ style="stop-color:#ffb700;stop-opacity:1;"
+ offset="1"
+ id="stop846" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient848">
+ <stop
+ style="stop-color:#ffff00;stop-opacity:0;"
+ offset="0"
+ id="stop849" />
+ <stop
+ style="stop-color:#ffd21d;stop-opacity:1;"
+ offset="1"
+ id="stop850" />
</linearGradient>
-
- <linearGradient
- y2="509.82785"
- x2="285.80833"
- y1="479.64343"
- x1="236.36413"
- gradientTransform="scale(1.092610,0.915239)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient1942"
- xlink:href="#linearGradient661"
- inkscape:collect="always" />
-<linearGradient
- y2="400.46792"
- x2="190.65559"
- y1="382.67633"
- x1="167.06850"
- gradientTransform="scale(1.041813,0.959866)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient1944"
- xlink:href="#linearGradient661"
- inkscape:collect="always" />
-<linearGradient
- y2="379.11809"
- x2="159.74905"
- y1="431.61243"
- x1="219.12265"
- gradientTransform="scale(1.041813,0.959866)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient1946"
- xlink:href="#linearGradient665"
- inkscape:collect="always" />
-<linearGradient
- y2="518.32839"
- x2="295.86313"
- y1="453.92553"
- x1="210.37647"
- gradientTransform="scale(1.075801,0.929540)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient1948"
- xlink:href="#linearGradient665"
- inkscape:collect="always" />
-<radialGradient
- r="17.511396"
- fy="370.09051"
- fx="208.23220"
- cy="370.09051"
- cx="208.23220"
- gradientUnits="userSpaceOnUse"
- id="radialGradient1950"
- xlink:href="#linearGradient613"
- inkscape:collect="always" />
-<linearGradient
- y2="308.28685"
- x2="171.28488"
- y1="316.35138"
- x1="181.41313"
- gradientTransform="scale(1.022092,0.978386)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient1952"
- xlink:href="#linearGradient702"
- inkscape:collect="always" />
-<linearGradient
- y2="294.76926"
- x2="136.54559"
- y1="324.94113"
- x1="172.22270"
- gradientTransform="scale(1.059438,0.943897)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient1954"
- xlink:href="#linearGradient702"
- inkscape:collect="always" />
-<linearGradient
- y2="647.61829"
- x2="391.20468"
- y1="342.38516"
- x1="87.164658"
- gradientTransform="matrix(1.264328,0.000000,0.000000,0.790934,-507.4961,176.5811)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient1989"
- xlink:href="#linearGradient3950"
- inkscape:collect="always" />
-<radialGradient
- r="255.97230"
- fy="492.77755"
- fx="245.05766"
- cy="492.77755"
- cx="245.05766"
- gradientTransform="matrix(1.223982,0.000000,0.000000,0.817005,-507.4961,176.5811)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient1992"
- xlink:href="#linearGradient3981"
- inkscape:collect="always" />
-<linearGradient
- y2="528.44045"
- x2="613.50539"
- y1="528.44045"
- x1="758.35934"
- gradientTransform="scale(0.977958,1.022539)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient1995"
- xlink:href="#linearGradient854"
- inkscape:collect="always" />
-<linearGradient
- y2="784.27691"
- x2="464.99974"
- y1="757.16884"
- x1="538.24391"
- gradientTransform="scale(1.379388,0.724959)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient1997"
- xlink:href="#linearGradient851"
- inkscape:collect="always" />
-<linearGradient
- y2="657.67624"
- x2="444.32817"
- y1="649.61339"
- x1="517.74657"
- gradientTransform="scale(1.385617,0.721700)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient1999"
- xlink:href="#linearGradient851"
- inkscape:collect="always" />
-<linearGradient
- y2="741.91990"
- x2="514.87789"
- y1="757.16992"
- x1="542.73657"
- gradientTransform="scale(1.379388,0.724959)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2001"
- xlink:href="#linearGradient844"
- inkscape:collect="always" />
-<linearGradient
- y2="675.79099"
- x2="403.43633"
- y1="660.31015"
- x1="523.69328"
- gradientTransform="scale(1.385617,0.721700)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2003"
- xlink:href="#linearGradient858"
- inkscape:collect="always" />
-<linearGradient
- y2="763.94555"
- x2="445.67755"
- y1="784.27714"
- x1="541.83889"
- gradientTransform="scale(1.379388,0.724959)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2005"
- xlink:href="#linearGradient858"
- inkscape:collect="always" />
-<linearGradient
- y2="148.25975"
- x2="2346.8072"
- y1="148.25975"
- x1="2222.2724"
- gradientTransform="scale(0.273861,3.651484)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2007"
- xlink:href="#linearGradient829"
- inkscape:collect="always" />
-<radialGradient
- r="124.33797"
- fy="220.58165"
- fx="254.63573"
- cy="220.58165"
- cx="254.63573"
- gradientTransform="matrix(0.372678,0.000000,0.000000,0.377868,334.9054,582.2648)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient2030"
- xlink:href="#linearGradient33378"
- inkscape:collect="always" />
-<linearGradient
- y2="39.093105"
- x2="181.06233"
- y1="40.326912"
- x1="133.46594"
- gradientTransform="matrix(0.213931,0.000000,0.000000,0.658265,334.9054,582.2648)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2032"
- xlink:href="#linearGradient16566"
- inkscape:collect="always" />
-<linearGradient
- y2="41.744175"
- x2="690.93176"
- y1="42.364986"
- x1="803.78528"
- gradientTransform="matrix(0.208767,0.000000,0.000000,0.674546,334.9054,582.2648)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2034"
- xlink:href="#linearGradient26492"
- inkscape:collect="always" />
-<linearGradient
- y2="89.460258"
- x2="72.055801"
- y1="79.405235"
- x1="40.088970"
- gradientTransform="matrix(0.703570,0.000000,0.000000,0.200155,334.9054,582.2648)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2036"
- xlink:href="#linearGradient16566"
- inkscape:collect="always" />
-<linearGradient
- y2="207.97412"
- x2="687.02582"
- y1="209.19675"
- x1="781.93964"
- gradientTransform="matrix(0.212013,0.000000,0.000000,0.664221,334.9054,582.2648)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2038"
- xlink:href="#linearGradient26492"
- inkscape:collect="always" />
-<linearGradient
- y2="211.00757"
- x2="187.98611"
- y1="210.39626"
- x1="128.19040"
- gradientTransform="matrix(0.212013,0.000000,0.000000,0.664221,334.9054,582.2648)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2040"
- xlink:href="#linearGradient16566"
- inkscape:collect="always" />
-<linearGradient
- y2="85.438248"
- x2="192.88298"
- y1="71.361206"
- x1="229.20894"
- gradientTransform="matrix(0.703570,0.000000,0.000000,0.200155,334.9054,582.2648)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2042"
- xlink:href="#linearGradient26492"
- inkscape:collect="always" />
-<linearGradient
- y2="730.65948"
- x2="198.98575"
- y1="764.17627"
- x1="228.04651"
- gradientTransform="matrix(0.703570,0.000000,0.000000,0.200155,334.9054,582.2648)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2044"
- xlink:href="#linearGradient26492"
- inkscape:collect="always" />
-<linearGradient
- y2="749.69598"
- x2="68.762253"
- y1="760.42139"
- x1="38.539066"
- gradientTransform="matrix(0.703570,0.000000,0.000000,0.200155,334.9054,582.2648)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2046"
- xlink:href="#linearGradient16566"
- inkscape:collect="always" />
-<linearGradient
- y2="165.83847"
- x2="225.79659"
- y1="57.598587"
- x1="131.64180"
- gradientTransform="matrix(0.351109,0.000000,0.000000,0.401081,334.9054,582.2648)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2048"
- xlink:href="#linearGradient26492"
- inkscape:collect="always" />
-<linearGradient
- y2="114.55282"
- x2="250.66240"
- y1="42.121670"
- x1="440.59283"
- gradientTransform="matrix(0.352429,0.000000,0.000000,0.399579,334.9054,582.2648)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2050"
- xlink:href="#linearGradient16566"
- inkscape:collect="always" />
-<linearGradient
- y2="210.23166"
- x2="291.93912"
- y1="376.14044"
- x1="425.22043"
- gradientTransform="matrix(0.351231,0.000000,0.000000,0.400942,334.9054,582.2648)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2052"
- xlink:href="#linearGradient16566"
- inkscape:collect="always" />
-<linearGradient
- y2="296.39566"
- x2="248.47047"
- y1="281.88895"
- x1="135.99692"
- gradientTransform="matrix(0.350616,0.000000,0.000000,0.401645,334.9054,582.2648)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2054"
- xlink:href="#linearGradient26492"
- inkscape:collect="always" />
-<linearGradient
- y2="239.65953"
- x2="214.52130"
- y1="143.22806"
- x1="71.276215"
- gradientTransform="matrix(0.409507,0.000000,0.000000,0.343884,334.9054,582.2648)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2056"
- xlink:href="#linearGradient16566"
- inkscape:collect="always" />
-<linearGradient
- y2="150.93991"
- x2="395.47256"
- y1="109.79964"
- x1="275.12863"
- gradientTransform="matrix(0.407945,0.000000,0.000000,0.345201,334.9054,582.2648)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2058"
- xlink:href="#linearGradient26492"
- inkscape:collect="always" />
-<linearGradient
- y2="323.51849"
- x2="390.48270"
- y1="360.83649"
- x1="252.49219"
- gradientTransform="matrix(0.407405,0.000000,0.000000,0.345659,334.9054,582.2648)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2060"
- xlink:href="#linearGradient26492"
- inkscape:collect="always" />
-<linearGradient
- y2="283.28192"
- x2="198.36630"
- y1="371.57895"
- x1="57.693123"
- gradientTransform="matrix(0.406785,0.000000,0.000000,0.346186,334.9054,582.2648)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2062"
- xlink:href="#linearGradient16566"
- inkscape:collect="always" />
-<radialGradient
- r="280.93845"
- fy="231.61150"
- fx="251.85469"
- cy="231.61150"
- cx="251.85469"
- gradientTransform="matrix(0.372678,0.000000,0.000000,0.377868,334.9054,582.2648)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient2064"
- xlink:href="#linearGradient34148"
- inkscape:collect="always" />
-</defs>
+ <linearGradient
+ id="linearGradient851">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.2392;"
+ offset="0"
+ id="stop852" />
+ <stop
+ style="stop-color:#ffad00;stop-opacity:0.8431;"
+ offset="1"
+ id="stop853" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient854">
+ <stop
+ style="stop-color:#ffff7d;stop-opacity:0.7804;"
+ offset="0"
+ id="stop855" />
+ <stop
+ style="stop-color:#ff9200;stop-opacity:1;"
+ offset="1"
+ id="stop856" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient858">
+ <stop
+ style="stop-color:#ffff00;stop-opacity:0;"
+ offset="0"
+ id="stop859" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.6784;"
+ offset="1"
+ id="stop860" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient981">
+ <stop
+ style="stop-color:#ffff00;stop-opacity:0;"
+ offset="0"
+ id="stop982" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.6784;"
+ offset="1"
+ id="stop983" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3950">
+ <stop
+ style="stop-color:#a3a3a3;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop3952" />
+ <stop
+ style="stop-color:#ececec;stop-opacity:1.0000000;"
+ offset="0.50000000"
+ id="stop3956" />
+ <stop
+ style="stop-color:#a3a3a3;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop3954" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4716">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4718" />
+ <stop
+ style="stop-color:#363232;stop-opacity:1;"
+ offset="1"
+ id="stop4720" />
+ </linearGradient>
+ <linearGradient
+ y2="509.82785"
+ x2="285.80832"
+ y1="479.64343"
+ x1="236.36414"
+ gradientTransform="scale(1.09261,0.915239)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1942"
+ xlink:href="#linearGradient661"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="400.46793"
+ x2="190.65559"
+ y1="382.67633"
+ x1="167.0685"
+ gradientTransform="scale(1.041813,0.959866)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1944"
+ xlink:href="#linearGradient661"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="379.1181"
+ x2="159.74905"
+ y1="431.61243"
+ x1="219.12265"
+ gradientTransform="scale(1.041813,0.959866)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1946"
+ xlink:href="#linearGradient665"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="518.32837"
+ x2="295.86313"
+ y1="453.92554"
+ x1="210.37646"
+ gradientTransform="scale(1.075801,0.92954)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1948"
+ xlink:href="#linearGradient665"
+ inkscape:collect="always" />
+ <radialGradient
+ r="17.511396"
+ fy="370.09052"
+ fx="208.23219"
+ cy="370.09052"
+ cx="208.23219"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient1950"
+ xlink:href="#linearGradient613"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="308.28687"
+ x2="171.28488"
+ y1="316.35138"
+ x1="181.41313"
+ gradientTransform="scale(1.022092,0.978386)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1952"
+ xlink:href="#linearGradient702"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="294.76926"
+ x2="136.54559"
+ y1="324.94113"
+ x1="172.2227"
+ gradientTransform="scale(1.059438,0.943897)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1954"
+ xlink:href="#linearGradient702"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="647.61829"
+ x2="391.20468"
+ y1="342.38516"
+ x1="87.164658"
+ gradientTransform="matrix(1.264328,0,0,0.790934,-507.4961,176.5811)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1989"
+ xlink:href="#linearGradient3950"
+ inkscape:collect="always" />
+ <radialGradient
+ r="255.97231"
+ fy="492.77756"
+ fx="245.05766"
+ cy="492.77756"
+ cx="245.05766"
+ gradientTransform="matrix(1.223982,0,0,0.817005,-507.4961,176.5811)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient1992"
+ xlink:href="#linearGradient3981"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="528.44043"
+ x2="613.50537"
+ y1="528.44043"
+ x1="758.35931"
+ gradientTransform="scale(0.977958,1.022539)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1995"
+ xlink:href="#linearGradient854"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="784.27692"
+ x2="464.99973"
+ y1="757.16882"
+ x1="538.2439"
+ gradientTransform="scale(1.379388,0.724959)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1997"
+ xlink:href="#linearGradient851"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="657.67627"
+ x2="444.32816"
+ y1="649.6134"
+ x1="517.74658"
+ gradientTransform="scale(1.385617,0.7217)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1999"
+ xlink:href="#linearGradient851"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="741.91992"
+ x2="514.87787"
+ y1="757.16992"
+ x1="542.73657"
+ gradientTransform="scale(1.379388,0.724959)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2001"
+ xlink:href="#linearGradient844"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="675.79102"
+ x2="403.43634"
+ y1="660.31012"
+ x1="523.6933"
+ gradientTransform="scale(1.385617,0.7217)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2003"
+ xlink:href="#linearGradient858"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="763.94556"
+ x2="445.67755"
+ y1="784.27716"
+ x1="541.83887"
+ gradientTransform="scale(1.379388,0.724959)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2005"
+ xlink:href="#linearGradient858"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="148.25975"
+ x2="2346.8071"
+ y1="148.25975"
+ x1="2222.2725"
+ gradientTransform="scale(0.273861,3.651484)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2007"
+ xlink:href="#linearGradient829"
+ inkscape:collect="always" />
+ <radialGradient
+ r="124.33797"
+ fy="220.58165"
+ fx="254.63573"
+ cy="220.58165"
+ cx="254.63573"
+ gradientTransform="matrix(0.372678,0,0,0.377868,334.9054,582.2648)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2030"
+ xlink:href="#linearGradient33378"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="39.093105"
+ x2="181.06233"
+ y1="40.326912"
+ x1="133.46594"
+ gradientTransform="matrix(0.213931,0,0,0.658265,334.9054,582.2648)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2032"
+ xlink:href="#linearGradient16566"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="41.744175"
+ x2="690.93176"
+ y1="42.364986"
+ x1="803.78528"
+ gradientTransform="matrix(0.208767,0,0,0.674546,334.9054,582.2648)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2034"
+ xlink:href="#linearGradient26492"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="89.460258"
+ x2="72.055801"
+ y1="79.405235"
+ x1="40.08897"
+ gradientTransform="matrix(0.70357,0,0,0.200155,334.9054,582.2648)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2036"
+ xlink:href="#linearGradient16566"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="207.97412"
+ x2="687.02582"
+ y1="209.19675"
+ x1="781.93964"
+ gradientTransform="matrix(0.212013,0,0,0.664221,334.9054,582.2648)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2038"
+ xlink:href="#linearGradient26492"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="211.00757"
+ x2="187.98611"
+ y1="210.39626"
+ x1="128.1904"
+ gradientTransform="matrix(0.212013,0,0,0.664221,334.9054,582.2648)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2040"
+ xlink:href="#linearGradient16566"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="85.438248"
+ x2="192.88298"
+ y1="71.361206"
+ x1="229.20894"
+ gradientTransform="matrix(0.70357,0,0,0.200155,334.9054,582.2648)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2042"
+ xlink:href="#linearGradient26492"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="730.65948"
+ x2="198.98575"
+ y1="764.17627"
+ x1="228.04651"
+ gradientTransform="matrix(0.70357,0,0,0.200155,334.9054,582.2648)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2044"
+ xlink:href="#linearGradient26492"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="749.69598"
+ x2="68.762253"
+ y1="760.42139"
+ x1="38.539066"
+ gradientTransform="matrix(0.70357,0,0,0.200155,334.9054,582.2648)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2046"
+ xlink:href="#linearGradient16566"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="165.83847"
+ x2="225.79659"
+ y1="57.598587"
+ x1="131.6418"
+ gradientTransform="matrix(0.351109,0,0,0.401081,334.9054,582.2648)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2048"
+ xlink:href="#linearGradient26492"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="114.55282"
+ x2="250.6624"
+ y1="42.12167"
+ x1="440.59283"
+ gradientTransform="matrix(0.352429,0,0,0.399579,334.9054,582.2648)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2050"
+ xlink:href="#linearGradient16566"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="210.23166"
+ x2="291.93912"
+ y1="376.14044"
+ x1="425.22043"
+ gradientTransform="matrix(0.351231,0,0,0.400942,334.9054,582.2648)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2052"
+ xlink:href="#linearGradient16566"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="296.39566"
+ x2="248.47047"
+ y1="281.88895"
+ x1="135.99692"
+ gradientTransform="matrix(0.350616,0,0,0.401645,334.9054,582.2648)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2054"
+ xlink:href="#linearGradient26492"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="239.65953"
+ x2="214.5213"
+ y1="143.22806"
+ x1="71.276215"
+ gradientTransform="matrix(0.409507,0,0,0.343884,334.9054,582.2648)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2056"
+ xlink:href="#linearGradient16566"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="150.93991"
+ x2="395.47256"
+ y1="109.79964"
+ x1="275.12863"
+ gradientTransform="matrix(0.407945,0,0,0.345201,334.9054,582.2648)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2058"
+ xlink:href="#linearGradient26492"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="323.51849"
+ x2="390.4827"
+ y1="360.83649"
+ x1="252.49219"
+ gradientTransform="matrix(0.407405,0,0,0.345659,334.9054,582.2648)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2060"
+ xlink:href="#linearGradient26492"
+ inkscape:collect="always" />
+ <linearGradient
+ y2="283.28192"
+ x2="198.3663"
+ y1="371.57895"
+ x1="57.693123"
+ gradientTransform="matrix(0.406785,0,0,0.346186,334.9054,582.2648)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient2062"
+ xlink:href="#linearGradient16566"
+ inkscape:collect="always" />
+ <radialGradient
+ r="280.93845"
+ fy="231.6115"
+ fx="251.85469"
+ cy="231.6115"
+ cx="251.85469"
+ gradientTransform="matrix(0.372678,0,0,0.377868,334.9054,582.2648)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient2064"
+ xlink:href="#linearGradient34148"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient661"
+ id="linearGradient6014"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.09261,0.915239)"
+ x1="236.36414"
+ y1="479.64343"
+ x2="285.80832"
+ y2="509.82785" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient661"
+ id="linearGradient6016"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.041813,0.959866)"
+ x1="167.0685"
+ y1="382.67633"
+ x2="190.65559"
+ y2="400.46793" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient665"
+ id="linearGradient6018"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.041813,0.959866)"
+ x1="219.12265"
+ y1="431.61243"
+ x2="159.74905"
+ y2="379.1181" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient665"
+ id="linearGradient6020"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.075801,0.92954)"
+ x1="210.37646"
+ y1="453.92554"
+ x2="295.86313"
+ y2="518.32837" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient613"
+ id="radialGradient6022"
+ gradientUnits="userSpaceOnUse"
+ cx="208.23219"
+ cy="370.09052"
+ fx="208.23219"
+ fy="370.09052"
+ r="17.511396" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient613"
+ id="radialGradient6025"
+ gradientUnits="userSpaceOnUse"
+ cx="208.23219"
+ cy="370.09052"
+ fx="208.23219"
+ fy="370.09052"
+ r="17.511396"
+ gradientTransform="matrix(1.436363,0,0,1.436363,-93.42323,-312.363)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient702"
+ id="linearGradient6045"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.022092,0.978386)"
+ x1="181.41313"
+ y1="316.35138"
+ x2="171.28488"
+ y2="308.28687" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient702"
+ id="linearGradient6047"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.059438,0.943897)"
+ x1="172.2227"
+ y1="324.94113"
+ x2="136.54559"
+ y2="294.76926" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient702"
+ id="linearGradient6051"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.382037,0,0,1.231312,-127.1808,-218.0737)"
+ x1="172.2227"
+ y1="324.94113"
+ x2="136.54559"
+ y2="294.76926" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient702"
+ id="linearGradient6055"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.252227,0,0,2.000171,-310.0362,-459.33)"
+ x1="181.41313"
+ y1="316.35138"
+ x2="171.28488"
+ y2="308.28687" />
+ </defs>
<sodipodi:namedview
- inkscape:window-y="0"
+ inkscape:window-y="30"
inkscape:window-x="0"
- inkscape:window-height="948"
+ inkscape:window-height="972"
inkscape:window-width="1272"
inkscape:current-layer="layer1"
inkscape:document-units="px"
- inkscape:cy="708.19954"
- inkscape:cx="350.71848"
- inkscape:zoom="1.0000001"
+ inkscape:cy="248.99998"
+ inkscape:cx="254.49997"
+ inkscape:zoom="1.5480771"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
@@ -1732,16 +1573,12 @@
id="base" />
<metadata
id="metadata4">
- <rdf:RDF
- id="RDF5">
+ <rdf:RDF>
<cc:Work
- id="Work6"
rdf:about="">
- <dc:format
- id="format7">image/svg+xml</dc:format>
+ <dc:format>image/svg+xml</dc:format>
<dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage"
- id="type9" />
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
@@ -1750,280 +1587,277 @@
inkscape:groupmode="layer"
inkscape:label="Layer 1">
<rect
- ry="8.7500000"
- y="418.49344"
- x="77.988327"
- height="17.500000"
- width="37.500000"
+ ry="8.75"
+ y="113.3726"
+ x="64.312492"
+ height="17.5"
+ width="37.5"
id="rect629"
- style="font-size:12.000000;fill:#474747;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:3.5000000;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"
- rx="8.7500000" />
+ style="font-size:12px;fill:#474747;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.5;stroke-miterlimit:4;stroke-opacity:1"
+ rx="8.75" />
<rect
- ry="20.000000"
- y="425.99347"
- x="40.488331"
- height="297.50000"
- width="447.50000"
+ ry="20"
+ y="120.87263"
+ x="26.8125"
+ height="297.5"
+ width="447.5"
id="rect605"
- style="font-size:12.000000;fill:url(#radialGradient1740);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:3.6250000"
- rx="20.000000" />
+ style="font-size:12px;fill:url(#radialGradient1740);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.625"
+ rx="20" />
<rect
ry="16.638657"
- y="450.99344"
- x="65.488335"
- height="247.50000"
+ y="145.87259"
+ x="51.812504"
+ height="247.5"
width="397.50003"
id="rect616"
- style="font-size:12.000000;fill:url(#linearGradient1737);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:3.1161921;stroke-opacity:0.35110000"
+ style="font-size:12px;fill:url(#linearGradient1737);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.1161921;stroke-opacity:0.35110001"
rx="16.638657" />
<g
- transform="translate(-217.3489,-16.14290)"
+ transform="translate(-231.0248,-321.2638)"
id="g5503">
<rect
- rx="7.5000000"
- ry="7.5000000"
+ rx="7.5"
+ ry="7.5"
y="480.03461"
x="612.37402"
height="32.500061"
width="50.000031"
id="rect630"
- style="font-size:12.000000;fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:2.1250000;stroke-opacity:1.0000000" />
+ style="font-size:12px;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:2.125;stroke-opacity:1" />
<path
id="path633"
- d="M 651.60370,486.67050 L 651.60370,506.25790"
- style="fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
+ d="M 651.6037,486.6705 L 651.6037,506.2579"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path634"
- d="M 641.81000,486.67050 L 641.81000,506.25790"
- style="fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
+ d="M 641.81,486.6705 L 641.81,506.2579"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path632"
- d="M 630.92810,486.67050 L 630.92810,506.25790"
- style="fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
+ d="M 630.9281,486.6705 L 630.9281,506.2579"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path631"
- d="M 620.04620,486.67050 L 620.04620,506.25790"
- style="fill:#eeeee6;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
+ d="M 620.0462,486.6705 L 620.0462,506.2579"
+ style="fill:#eeeee6;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
+ <path
+ sodipodi:type="arc"
+ style="fill:#1b1b27;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.875;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="path606"
+ d="M 300 421.11218 A 68.75 68.75 0 1 1 162.5,421.11218 A 68.75 68.75 0 1 1 300 421.11218 z"
+ sodipodi:cx="231.25"
+ sodipodi:cy="421.11218"
+ sodipodi:rx="68.75"
+ sodipodi:ry="68.75"
+ transform="matrix(1.436363,0,0,1.436363,-79.0596,-326.7267)" />
<g
- transform="matrix(1.436363,0.000000,0.000000,1.436363,-79.74740,-7.242100)"
- id="g684">
- <path
- transform="translate(10.00000,-10.00003)"
- sodipodi:ry="68.750000"
- sodipodi:rx="68.750000"
- sodipodi:cy="421.11218"
- sodipodi:cx="231.25000"
- d="M 300.00000 421.11218 A 68.750000 68.750000 0 1 1 162.50000,421.11218 A 68.750000 68.750000 0 1 1 300.00000 421.11218 z"
- id="path606"
- style="fill:#1b1b27;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:3.8750000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
- sodipodi:type="arc" />
- <path
- sodipodi:end="0.85779350"
- sodipodi:start="0.44411815"
- transform="matrix(0.969819,0.000000,0.000000,0.969819,16.97942,2.709625)"
- sodipodi:ry="68.750000"
- sodipodi:rx="68.750000"
- sodipodi:cy="421.11218"
- sodipodi:cx="231.25000"
- d="M 293.33056,450.65143 A 68.750000,68.750000 0 0 1 276.21993,473.11476 L 231.25000,421.11218 z"
- id="path672"
- style="font-size:12.000000;fill:url(#linearGradient670);fill-rule:evenodd;stroke-width:3.8750000"
- sodipodi:type="arc" />
- <path
- sodipodi:end="4.0604091"
- sodipodi:start="3.6717133"
- transform="matrix(0.969819,0.000000,0.000000,0.969819,16.97942,2.709625)"
- sodipodi:ry="68.750000"
- sodipodi:rx="68.750000"
- sodipodi:cy="421.11218"
- sodipodi:cx="231.25000"
- d="M 171.93621,386.34961 A 68.750000,68.750000 0 0 1 189.53516,366.46390 L 231.25000,421.11218 z"
- id="path659"
- style="font-size:12.000000;fill:url(#linearGradient611);fill-opacity:1.0000000;fill-rule:evenodd;stroke-width:3.8750000"
- sodipodi:type="arc" />
- <path
- transform="matrix(0.736097,0.000000,0.000000,0.736097,71.02757,101.1326)"
- sodipodi:ry="68.750000"
- sodipodi:rx="68.750000"
- sodipodi:cy="421.11218"
- sodipodi:cx="231.25000"
- d="M 300.00000 421.11218 A 68.750000 68.750000 0 1 1 162.50000,421.11218 A 68.750000 68.750000 0 1 1 300.00000 421.11218 z"
- id="path660"
- style="fill:#141419;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:3.8750000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
- sodipodi:type="arc" />
- <path
- sodipodi:end="4.0604091"
- sodipodi:start="3.6717133"
- transform="matrix(0.547270,0.000000,0.000000,0.547270,114.6938,180.6500)"
- sodipodi:ry="68.750000"
- sodipodi:rx="68.750000"
- sodipodi:cy="421.11218"
- sodipodi:cx="231.25000"
- d="M 171.93621,386.34961 A 68.750000,68.750000 0 0 1 189.53516,366.46390 L 231.25000,421.11218 z"
- id="path658"
- style="font-size:12.000000;fill:url(#linearGradient664);fill-rule:evenodd;stroke-width:3.8750000"
- sodipodi:type="arc" />
- <path
- sodipodi:end="0.88512256"
- sodipodi:start="0.46061768"
- transform="matrix(0.547270,0.000000,0.000000,0.547270,114.6938,180.6500)"
- sodipodi:ry="68.750000"
- sodipodi:rx="68.750000"
- sodipodi:cy="421.11218"
- sodipodi:cx="231.25000"
- d="M 292.83474,451.67166 A 68.750000,68.750000 0 0 1 274.78213,474.32417 L 231.25000,421.11218 z"
- id="path671"
- style="font-size:12.000000;fill:url(#linearGradient673);fill-rule:evenodd;stroke-width:3.8750000"
- sodipodi:type="arc" />
+ id="g6068">
<rect
- y="351.96634"
- x="188.84692"
- height="40.000004"
- width="39.999996"
- id="rect607"
- style="font-size:12.000000;fill:url(#radialGradient612);fill-opacity:1.0000000;fill-rule:evenodd;stroke-width:1.0000000" />
- </g>
- <g
- transform="matrix(1.304500,0.000000,0.000000,1.304498,-113.5049,87.04724)"
- id="g707">
- <rect
- rx="7.5786743"
- ry="7.5786743"
- y="288.81390"
- x="158.20416"
- height="37.893219"
- width="49.261169"
+ rx="9.8863802"
+ ry="9.8863659"
+ y="158.68346"
+ x="79.196533"
+ height="49.431629"
+ width="64.261192"
id="rect683"
- style="font-size:12.000000;fill:#1b1b1b;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-opacity:1.0000000" />
+ style="font-size:12px;fill:#1b1b1b;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-opacity:1" />
<path
sodipodi:nodetypes="cccc"
id="path697"
- d="M 177.31500,305.41870 C 177.94700,304.03260 178.87280,303.11870 179.80430,302.68980 L 191.57330,316.33840 L 177.31500,305.41870 z "
- style="font-size:12.000000;fill:url(#linearGradient698);fill-rule:evenodd"
- transform="matrix(1.689188,0.000000,0.000000,1.567161,-140.1728,-184.9419)" />
+ d="M 80.685559,165.05516 C 82.0782,162.22148 84.118243,160.35314 86.170846,159.47631 L 112.10438,187.37894 L 80.685559,165.05516 z "
+ style="font-size:12px;fill:url(#linearGradient6055);fill-rule:evenodd" />
<rect
- rx="6.0629210"
- ry="6.0629210"
- y="292.60324"
- x="163.13034"
- height="30.314484"
- width="39.408821"
+ rx="7.9090805"
+ ry="7.9090686"
+ y="163.62665"
+ x="85.622726"
+ height="39.545185"
+ width="51.408806"
id="rect692"
- style="font-size:12.000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.79999799" />
+ style="font-size:12px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.79999799" />
<path
sodipodi:nodetypes="cccc"
id="path705"
- d="M 165.08910,297.48160 C 165.83850,295.95200 166.93610,294.94350 168.04060,294.47020 L 181.99460,309.53200 L 165.08910,297.48160 z "
- style="font-size:12.000000;fill:url(#linearGradient654);fill-rule:evenodd" />
+ d="M 88.177931,169.99045 C 89.155523,167.99509 90.587342,166.67951 92.028163,166.06209 L 110.23116,185.71017 L 88.177931,169.99045 z "
+ style="font-size:12px;fill:url(#linearGradient6051);fill-rule:evenodd" />
<rect
- rx="3.5019977"
- ry="3.5019977"
- y="298.69293"
- x="170.20331"
- height="17.509918"
- width="22.762894"
+ rx="4.568356"
+ ry="4.5683489"
+ y="171.57063"
+ x="94.849419"
+ height="22.841654"
+ width="29.694195"
id="rect706"
- style="font-size:12.000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.79999799" />
+ style="font-size:12px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.79999799" />
</g>
<g
- transform="matrix(1.048839,0.000000,0.000000,1.048839,-18.65928,-37.10740)"
+ transform="matrix(1.048839,0,0,1.048839,-32.33511,-342.2283)"
id="g2009">
<path
sodipodi:nodetypes="ccccccccccccccccc"
id="path15740"
- d="M 359.84987,596.46252 L 385.31029,596.46252 L 428.80260,647.41826 L 473.28192,596.46252 L 498.34351,596.46252 L 498.34351,622.83665 L 446.32076,665.33655 L 498.34351,709.05992 L 498.34351,734.82848 L 473.26363,734.82848 L 429.06936,683.98098 L 385.26145,734.95616 L 359.84987,734.95616 L 360.22513,709.25255 L 411.87262,665.01512 L 359.84987,622.00117 L 359.84987,596.46252 z "
- style="color:#000000;fill:#c3433d;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:2.6268480;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
+ d="M 359.84987,596.46252 L 385.31029,596.46252 L 428.8026,647.41826 L 473.28192,596.46252 L 498.34351,596.46252 L 498.34351,622.83665 L 446.32076,665.33655 L 498.34351,709.05992 L 498.34351,734.82848 L 473.26363,734.82848 L 429.06936,683.98098 L 385.26145,734.95616 L 359.84987,734.95616 L 360.22513,709.25255 L 411.87262,665.01512 L 359.84987,622.00117 L 359.84987,596.46252 z "
+ style="color:#000000;fill:#c3433d;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.62684798;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
sodipodi:nodetypes="ccccccccccccccccc"
id="rect14979"
- d="M 369.40371,604.89057 L 378.95561,604.89057 L 428.82405,655.42419 L 479.06776,604.89057 L 489.16494,605.07820 L 489.16494,616.39477 L 438.39266,665.36374 L 488.78967,714.41767 L 488.78967,726.34049 L 478.99946,726.34049 L 429.07135,675.49991 L 379.14324,726.34049 L 369.40371,726.34049 L 369.40371,714.68259 L 419.80072,665.06576 L 369.40371,616.57472 L 369.40371,604.89057 z "
- style="color:#000000;fill:url(#radialGradient2030);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.5010560;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
+ d="M 369.40371,604.89057 L 378.95561,604.89057 L 428.82405,655.42419 L 479.06776,604.89057 L 489.16494,605.0782 L 489.16494,616.39477 L 438.39266,665.36374 L 488.78967,714.41767 L 488.78967,726.34049 L 478.99946,726.34049 L 429.07135,675.49991 L 379.14324,726.34049 L 369.40371,726.34049 L 369.40371,714.68259 L 419.80072,665.06576 L 369.40371,616.57472 L 369.40371,604.89057 z "
+ style="color:#000000;fill:url(#radialGradient2030);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.50105596;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
sodipodi:nodetypes="ccccc"
id="rect12735"
- d="M 361.09336,597.57140 L 368.61747,604.11253 L 368.61747,616.71772 L 361.09336,621.26807 L 361.09336,597.57140 z "
- style="color:#000000;fill:url(#linearGradient2032);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.26237428;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
+ d="M 361.09336,597.5714 L 368.61747,604.11253 L 368.61747,616.71772 L 361.09336,621.26807 L 361.09336,597.5714 z "
+ style="color:#000000;fill:url(#linearGradient2032);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.26237428;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
sodipodi:nodetypes="ccccc"
id="path15012"
- d="M 497.30949,597.57140 L 489.92275,604.11253 L 489.92275,616.71772 L 497.30949,622.01860 L 497.30949,597.57140 z "
- style="color:#000000;fill:url(#linearGradient2034);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
+ d="M 497.30949,597.5714 L 489.92275,604.11253 L 489.92275,616.71772 L 497.30949,622.0186 L 497.30949,597.5714 z "
+ style="color:#000000;fill:url(#linearGradient2034);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
sodipodi:nodetypes="ccccc"
id="path15014"
d="M 384.72202,597.75146 L 379.49432,604.20004 L 368.57781,604.20004 L 361.40062,597.93909 L 384.72202,597.75146 z "
- style="color:#000000;fill:url(#linearGradient2036);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
+ style="color:#000000;fill:url(#linearGradient2036);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
sodipodi:nodetypes="ccccc"
id="path15016"
d="M 496.93423,733.47201 L 489.54749,726.93088 L 489.54749,714.32569 L 496.93423,709.77533 L 496.93423,733.47201 z "
- style="color:#000000;fill:url(#linearGradient2038);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
+ style="color:#000000;fill:url(#linearGradient2038);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
sodipodi:nodetypes="ccccc"
id="path15018"
d="M 361.20721,733.65964 L 368.59395,727.11851 L 368.59395,714.51332 L 361.20721,709.96297 L 361.20721,733.65964 z "
- style="color:#000000;fill:url(#linearGradient2040);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
+ style="color:#000000;fill:url(#linearGradient2040);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
sodipodi:nodetypes="ccccc"
id="path15020"
d="M 473.60455,597.75146 L 478.83225,604.20004 L 489.74875,604.20004 L 496.92595,597.93909 L 473.60455,597.75146 z "
- style="color:#000000;fill:url(#linearGradient2042);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
+ style="color:#000000;fill:url(#linearGradient2042);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
sodipodi:nodetypes="ccccc"
id="path15022"
- d="M 473.60455,733.47848 L 478.83225,727.02990 L 489.74875,727.02990 L 496.92595,733.53843 L 473.60455,733.47848 z "
- style="color:#000000;fill:url(#linearGradient2044);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
+ d="M 473.60455,733.47848 L 478.83225,727.0299 L 489.74875,727.0299 L 496.92595,733.53843 L 473.60455,733.47848 z "
+ style="color:#000000;fill:url(#linearGradient2044);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
sodipodi:nodetypes="ccccc"
id="path15024"
d="M 384.72202,733.66611 L 379.49432,727.21753 L 368.57782,727.21753 L 361.40062,733.47848 L 384.72202,733.66611 z "
- style="color:#000000;fill:url(#linearGradient2046);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
+ style="color:#000000;fill:url(#linearGradient2046);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
sodipodi:nodetypes="ccccc"
id="path15026"
- d="M 379.33957,604.04433 L 384.61440,597.77861 L 428.89502,648.67407 L 428.90705,654.43782 L 379.33957,604.04433 z "
- style="color:#000000;fill:url(#linearGradient2048);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
+ d="M 379.33957,604.04433 L 384.6144,597.77861 L 428.89502,648.67407 L 428.90705,654.43782 L 379.33957,604.04433 z "
+ style="color:#000000;fill:url(#linearGradient2048);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
sodipodi:nodetypes="ccccc"
id="path15028"
d="M 478.81716,604.04433 L 473.72996,597.77861 L 428.88645,648.67407 L 428.87442,654.43782 L 478.81716,604.04433 z "
- style="color:#000000;fill:url(#linearGradient2050);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
+ style="color:#000000;fill:url(#linearGradient2050);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
sodipodi:nodetypes="ccccc"
id="path15030"
d="M 478.81716,727.16517 L 473.72996,733.43089 L 428.88645,682.72307 L 429.06205,676.39642 L 478.81716,727.16517 z "
- style="color:#000000;fill:url(#linearGradient2052);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
+ style="color:#000000;fill:url(#linearGradient2052);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
sodipodi:nodetypes="ccccc"
id="path15032"
d="M 379.35161,727.25899 L 384.62644,733.71234 L 428.90705,682.62925 L 429.10672,676.67787 L 379.35161,727.25899 z "
- style="color:#000000;fill:url(#linearGradient2054);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
+ style="color:#000000;fill:url(#linearGradient2054);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
sodipodi:nodetypes="ccccc"
id="path15034"
d="M 361.12526,621.25822 L 368.60751,616.72611 L 419.11204,665.37904 L 413.30771,665.31317 L 361.12526,621.25822 z "
- style="color:#000000;fill:url(#linearGradient2056);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
+ style="color:#000000;fill:url(#linearGradient2056);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
sodipodi:nodetypes="ccccc"
id="path15036"
- d="M 497.35459,622.00875 L 490.05996,616.53848 L 439.36780,665.56667 L 444.44567,665.50081 L 497.35459,622.00875 z "
- style="color:#000000;fill:url(#linearGradient2058);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
+ d="M 497.35459,622.00875 L 490.05996,616.53848 L 439.3678,665.56667 L 444.44567,665.50081 L 497.35459,622.00875 z "
+ style="color:#000000;fill:url(#linearGradient2058);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
sodipodi:nodetypes="ccccc"
id="path15038"
- d="M 497.16695,709.81888 L 489.68470,714.35099 L 439.55543,665.51043 L 444.52554,665.57630 L 497.16695,709.81888 z "
- style="color:#000000;fill:url(#linearGradient2060);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
+ d="M 497.16695,709.81888 L 489.6847,714.35099 L 439.55543,665.51043 L 444.52554,665.5763 L 497.16695,709.81888 z "
+ style="color:#000000;fill:url(#linearGradient2060);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
sodipodi:nodetypes="ccccc"
id="path15040"
d="M 361.21908,710.00651 L 368.70133,714.53862 L 419.01823,665.51043 L 413.40152,665.38867 L 361.21908,710.00651 z "
- style="color:#000000;fill:url(#linearGradient2062);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
+ style="color:#000000;fill:url(#linearGradient2062);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.25996822;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
sodipodi:nodetypes="ccccccccccccccccc"
id="path33386"
- d="M 369.40371,604.89057 L 378.95561,604.89057 L 428.82405,655.42419 L 479.06776,604.89057 L 489.16494,605.07820 L 489.16494,616.39477 L 438.39266,665.36374 L 488.78967,714.41767 L 488.78967,726.34049 L 478.99946,726.34049 L 429.07135,675.49991 L 379.14324,726.34049 L 369.40371,726.34049 L 369.40371,714.68259 L 419.80072,665.06576 L 369.40371,616.57472 L 369.40371,604.89057 z "
- style="color:#000000;fill:url(#radialGradient2064);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.5010560;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
+ d="M 369.40371,604.89057 L 378.95561,604.89057 L 428.82405,655.42419 L 479.06776,604.89057 L 489.16494,605.0782 L 489.16494,616.39477 L 438.39266,665.36374 L 488.78967,714.41767 L 488.78967,726.34049 L 478.99946,726.34049 L 429.07135,675.49991 L 379.14324,726.34049 L 369.40371,726.34049 L 369.40371,714.68259 L 419.80072,665.06576 L 369.40371,616.57472 L 369.40371,604.89057 z "
+ style="color:#000000;fill:url(#radialGradient2064);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.50105596;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <g
+ id="g6033">
+ <path
+ sodipodi:end="0.8577935"
+ sodipodi:start="0.44411815"
+ transform="matrix(1.393012,0,0,1.393012,-69.03462,-308.471)"
+ sodipodi:ry="68.75"
+ sodipodi:rx="68.75"
+ sodipodi:cy="421.11218"
+ sodipodi:cx="231.25"
+ d="M 293.33056,450.65143 A 68.75,68.75 0 0 1 276.21993,473.11476 L 231.25,421.11218 z"
+ id="path672"
+ style="font-size:12px;fill:url(#linearGradient6014);fill-rule:evenodd;stroke-width:3.875"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:end="4.0604091"
+ sodipodi:start="3.6717133"
+ transform="matrix(1.393012,0,0,1.393012,-69.03462,-308.471)"
+ sodipodi:ry="68.75"
+ sodipodi:rx="68.75"
+ sodipodi:cy="421.11218"
+ sodipodi:cx="231.25"
+ d="M 171.93621,386.34961 A 68.75,68.75 0 0 1 189.53516,366.4639 L 231.25,421.11218 z"
+ id="path659"
+ style="font-size:12px;fill:url(#linearGradient6016);fill-opacity:1;fill-rule:evenodd;stroke-width:3.875"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(1.057302,0,0,1.057302,8.598144,-167.0999)"
+ sodipodi:ry="68.75"
+ sodipodi:rx="68.75"
+ sodipodi:cy="421.11218"
+ sodipodi:cx="231.25"
+ d="M 300 421.11218 A 68.75 68.75 0 1 1 162.5,421.11218 A 68.75 68.75 0 1 1 300 421.11218 z"
+ id="path660"
+ style="fill:#141419;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.875;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:end="4.0604091"
+ sodipodi:start="3.6717133"
+ transform="matrix(0.786078,0,0,0.786078,71.3187,-52.88402)"
+ sodipodi:ry="68.75"
+ sodipodi:rx="68.75"
+ sodipodi:cy="421.11218"
+ sodipodi:cx="231.25"
+ d="M 171.93621,386.34961 A 68.75,68.75 0 0 1 189.53516,366.4639 L 231.25,421.11218 z"
+ id="path658"
+ style="font-size:12px;fill:url(#linearGradient6018);fill-rule:evenodd;stroke-width:3.875"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:end="0.88512256"
+ sodipodi:start="0.46061768"
+ transform="matrix(0.786078,0,0,0.786078,71.3187,-52.88402)"
+ sodipodi:ry="68.75"
+ sodipodi:rx="68.75"
+ sodipodi:cy="421.11218"
+ sodipodi:cx="231.25"
+ d="M 292.83474,451.67166 A 68.75,68.75 0 0 1 274.78213,474.32417 L 231.25,421.11218 z"
+ id="path671"
+ style="font-size:12px;fill:url(#linearGradient6020);fill-rule:evenodd;stroke-width:3.875"
+ sodipodi:type="arc" />
+ <rect
+ y="193.18843"
+ x="177.8295"
+ height="57.454525"
+ width="57.454514"
+ id="rect607"
+ style="font-size:12px;fill:url(#radialGradient6025);fill-opacity:1;fill-rule:evenodd;stroke-width:1" />
</g>
</g>
</svg>
diff --git a/pixmaps/cpr.svg b/pixmaps/cpr.svg
index 32c90e2..8ed81b9 100644
--- a/pixmaps/cpr.svg
+++ b/pixmaps/cpr.svg
@@ -1,944 +1,1108 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
-"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ 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:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg619"
- sodipodi:version="0.34"
- width="210mm"
- height="297mm"
+ sodipodi:version="0.32"
+ width="600pt"
+ height="400pt"
xml:space="preserve"
- sodipodi:docbase="/mnt/solar/docs/tine/Sodipodi/MiaV-knapper/"
- sodipodi:docname="/mnt/solar/docs/tine/Sodipodi/MiaV-knapper/CPR.svg"><defs
- id="defs621"><linearGradient
- id="linearGradient855"><stop
- style="stop-color:#e30000;stop-opacity:0;"
- offset="0"
- id="stop856" /><stop
- style="stop-color:#350000;stop-opacity:0.749;"
- offset="1"
- id="stop857" /></linearGradient><linearGradient
- id="linearGradient844"><stop
- style="stop-color:#e30000;stop-opacity:0.2392;"
- offset="0"
- id="stop845" /><stop
- style="stop-color:#350000;stop-opacity:0.749;"
- offset="1"
- id="stop846" /></linearGradient><linearGradient
- id="linearGradient830"><stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="0"
- id="stop831" /><stop
- style="stop-color:#350000;stop-opacity:0.749;"
- offset="1"
- id="stop832" /></linearGradient><linearGradient
- id="linearGradient823"><stop
- style="stop-color:#ff0000;stop-opacity:0;"
- offset="0"
- id="stop824" /><stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop825" /></linearGradient><linearGradient
- id="linearGradient815"><stop
- style="stop-color:#000000;stop-opacity:0.7412;"
- offset="0"
- id="stop816" /><stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop817" /></linearGradient><linearGradient
- id="linearGradient1592"><stop
- style="stop-color:#ed433d;stop-opacity:1;"
- offset="0"
- id="stop1593" /><stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop1594" /></linearGradient><linearGradient
- id="linearGradient1584"><stop
- style="stop-color:#ff0000;stop-opacity:0.302;"
- offset="0"
- id="stop1585" /><stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop1586" /></linearGradient><linearGradient
- id="linearGradient1575"><stop
- style="stop-color:#ffffff;stop-opacity:0.698;"
- offset="0"
- id="stop1576" /><stop
- style="stop-color:#ff0000;stop-opacity:0.302;"
- offset="1"
- id="stop1577" /></linearGradient><linearGradient
- id="linearGradient1562"><stop
- style="stop-color:#ed523d;stop-opacity:0.9059;"
- offset="0"
- id="stop1563" /><stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop1564" /></linearGradient><linearGradient
- id="linearGradient1557"><stop
- style="stop-color:#ffffff;stop-opacity:0.1529;"
- offset="0"
- id="stop1558" /><stop
- style="stop-color:#350000;stop-opacity:0.749;"
- offset="1"
- id="stop1559" /></linearGradient><linearGradient
- id="linearGradient1539"><stop
- style="stop-color:#ed523d;stop-opacity:0.8431;"
- offset="0"
- id="stop1540" /><stop
- style="stop-color:#000000;stop-opacity:0.6549;"
- offset="1"
- id="stop1541" /></linearGradient><linearGradient
- id="linearGradient910"><stop
- style="stop-color:#c3433d;stop-opacity:0.4902;"
- offset="0"
- id="stop911" /><stop
- style="stop-color:#000000;stop-opacity:0.6549;"
- offset="1"
- id="stop912" /></linearGradient><linearGradient
- id="linearGradient796"><stop
- style="stop-color:#c3433d;stop-opacity:1;"
- offset="0"
- id="stop797" /><stop
- style="stop-color:#000000;stop-opacity:0.6549;"
- offset="1"
- id="stop798" /></linearGradient><linearGradient
- id="linearGradient755"><stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop756" /><stop
- style="stop-color:#ff0000;stop-opacity:0.302;"
- offset="1"
- id="stop757" /></linearGradient><linearGradient
- id="linearGradient751"><stop
- style="stop-color:#000;stop-opacity:1;"
- offset="0"
- id="stop752" /><stop
- style="stop-color:#fff;stop-opacity:1;"
- offset="1"
- id="stop753" /></linearGradient><linearGradient
- xlink:href="#linearGradient755"
- id="linearGradient754"
- x1="0.26521865"
- y1="0.39166671"
- x2="-0.54347819"
- y2="-5.83333187e-2" /><linearGradient
- xlink:href="#linearGradient755"
- id="linearGradient758"
- x1="0.26000002"
- y1="0.49218571"
- x2="-0.324"
- y2="0.50781244" /><linearGradient
- xlink:href="#linearGradient796"
- id="linearGradient795"
- x1="0.12399938"
- y1="0.48076031"
- x2="-0.17199992"
- y2="0.48076913" /><linearGradient
- xlink:href="#linearGradient755"
- id="linearGradient886"
- x1="0.19565153"
- y1="0.48039424"
- x2="-7.39131123e-2"
- y2="0.48039246" /><linearGradient
- xlink:href="#linearGradient796"
- id="linearGradient897"
- x1="1.30385747e-2"
- y1="0.99999994"
- x2="0.67391288"
- y2="0.83606553" /><linearGradient
- xlink:href="#linearGradient796"
- id="linearGradient901"
- x1="8.33329409e-2"
- y1="8.59371424e-2"
- x2="0.19999993"
- y2="0.11718749" /><linearGradient
- xlink:href="#linearGradient755"
- id="linearGradient907"
- x1="0.94000012"
- y1="0.5000996"
- x2="-0.16399993"
- y2="0.35000113"
- gradientTransform="translate(-2.017867e-8,1.247108e-6)" /><linearGradient
- xlink:href="#linearGradient910"
- id="linearGradient909"
- x1="0.80434781"
- y1="0.61127704"
- x2="-7.39130527e-2"
- y2="0.22222637"
- gradientTransform="translate(-2.017867e-8,1.247108e-6)" /><linearGradient
- xlink:href="#linearGradient755"
- id="linearGradient915"
- x1="0.99200201"
- y1="-0.16681558"
- x2="-0.54399985"
- y2="1.02380276"
- gradientTransform="translate(6.689783e-8,-2.45386e-6)" /><linearGradient
- xlink:href="#linearGradient910"
- id="linearGradient917"
- x1="0.96521896"
- y1="0.55250198"
- x2="-0.83478254"
- y2="0.65788758"
- gradientTransform="translate(6.689783e-8,-2.45386e-6)" /><linearGradient
- xlink:href="#linearGradient910"
- id="linearGradient919"
- x1="7.3910445e-2"
- y1="0.38235724"
- x2="0.38695648"
- y2="0.3627454" /><linearGradient
- xlink:href="#linearGradient755"
- id="linearGradient921"
- x1="0.77522969"
- y1="0.46874708"
- x2="-5.0458584e-2"
- y2="0.46875003" /><radialGradient
- xlink:href="#linearGradient910"
- id="radialGradient922"
- cx="0.252"
- cy="0.53773904"
- r="0.83114851"
- fx="0.252"
- fy="0.53773904" /><radialGradient
- xlink:href="#linearGradient910"
- id="radialGradient1196"
- cx="0.47321332"
- cy="0.55468655"
- r="0.75153869"
- fx="0.47321332"
- fy="0.55468655" /><linearGradient
- xlink:href="#linearGradient1539"
- id="linearGradient1538"
- x1="0.78571433"
- y1="0.390625"
- x2="-4.46428396e-2"
- y2="0.609375" /><linearGradient
- xlink:href="#linearGradient1539"
- id="linearGradient1544"
- x1="4.25000095"
- y1="0.1874854"
- x2="-3.24999905"
- y2="1.31249976" /><linearGradient
- xlink:href="#linearGradient1539"
- id="linearGradient1554"
- x1="0.90869004"
- y1="0.41296712"
- x2="-0.39565247"
- y2="0.58695096"
- gradientTransform="translate(-1.251595e-7,-1.620153e-6)" /><linearGradient
- xlink:href="#linearGradient1562"
- id="linearGradient1556"
- x1="1.33335018"
- y1="0.82813323"
- x2="0.91666746"
- y2="-1.03125" /><linearGradient
- xlink:href="#linearGradient1575"
- id="linearGradient1561"
- x1="2.66666508"
- y1="0.96874744"
- x2="-0.66666728"
- y2="-0.87500113" /><linearGradient
- xlink:href="#linearGradient1539"
- id="linearGradient1569"
- x1="0.68399411"
- y1="0.57894331"
- x2="-8.40000808e-2"
- y2="0.15789649" /><linearGradient
- xlink:href="#linearGradient755"
- id="linearGradient1583"
- x1="1.05223083"
- y1="0.21875603"
- x2="-0.23134342"
- y2="0.93750006" /><linearGradient
- xlink:href="#linearGradient755"
- id="linearGradient1590"
- x1="1.35002565"
- y1="0.87500018"
- x2="-0.49999794"
- y2="1.5625041e-2" /><linearGradient
- xlink:href="#linearGradient796"
- id="linearGradient1595"
- x1="0.92400694"
- y1="-8.85485932e-2"
- x2="-1.03599977"
- y2="0.14705414" /><linearGradient
- xlink:href="#linearGradient796"
- id="linearGradient806"
- x1="1.50008416"
- y1="0.53124356"
- x2="-2.16666126"
- y2="0.546875"
- gradientTransform="translate(1.467567e-6,-8.631446e-8)" /><linearGradient
- xlink:href="#linearGradient796"
- id="linearGradient808"
- x1="0.83200008"
- y1="0.56196499"
- x2="-1.04400003"
- y2="0.12499999"
- gradientTransform="translate(-1.044904e-8,-1.380269e-6)" /><linearGradient
- xlink:href="#linearGradient796"
- id="linearGradient810"
- x1="0.83335334"
- y1="0.87504345"
- x2="-0.58333242"
- y2="-1.79687452" /><linearGradient
- xlink:href="#linearGradient796"
- id="linearGradient812"
- x1="0.97618723"
- y1="0.90625381"
- x2="-2.45238185"
- y2="-1.09375" /><radialGradient
- xlink:href="#linearGradient815"
- id="radialGradient814"
- cx="0.69047409"
- cy="0.93750256"
- r="0.19616166"
- fx="0.69047409"
- fy="0.93750256" /><linearGradient
- xlink:href="#linearGradient796"
- id="linearGradient820"
- x1="0.94800663"
- y1="0.61987388"
- x2="-1.17999983"
- y2="0.29999733"
- gradientTransform="translate(4.575628e-8,-1.130842e-6)" /><linearGradient
- xlink:href="#linearGradient823"
- id="linearGradient822"
- x1="0.18695973"
- y1="0.49991316"
- x2="1.11304319"
- y2="0.23912963"
- gradientTransform="translate(4.575628e-8,-1.130842e-6)" /><linearGradient
- xlink:href="#linearGradient823"
- id="linearGradient827"
- x1="1.11116326"
- y1="0.51562786"
- x2="5.64763104e-6"
- y2="0.56250012"
- gradientTransform="translate(2.085277e-6,1.329635e-7)" /><linearGradient
- xlink:href="#linearGradient830"
- id="linearGradient829"
- x1="5.5596672e-2"
- y1="0.48437715"
- x2="1.00000548"
- y2="0.48437512"
- gradientTransform="translate(2.085277e-6,1.329635e-7)" /><linearGradient
- xlink:href="#linearGradient910"
- id="linearGradient834"
- x1="0.50001895"
- y1="0.53124833"
- x2="1.00000083"
- y2="0.51562524" /><linearGradient
- xlink:href="#linearGradient823"
- id="linearGradient836"
- x1="0.79269695"
- y1="0.51562393"
- x2="0.24390398"
- y2="0.54687524" /><linearGradient
- xlink:href="#linearGradient823"
- id="linearGradient838"
- x1="3.02152559e-2"
- y1="0.59471816"
- x2="1.3956511"
- y2="0.43024006"
- gradientTransform="translate(-6.475992e-7,2.416127e-6)" /><linearGradient
- xlink:href="#linearGradient844"
- id="linearGradient843"
- x1="0.86513495"
- y1="0.54714006"
- x2="0.20434675"
- y2="0.61628664"
- gradientTransform="translate(-6.475992e-7,2.416127e-6)" /><linearGradient
- xlink:href="#linearGradient1584"
- id="linearGradient848"
- x1="7.60023966e-2"
- y1="0.54748476"
- x2="1.42799938"
- y2="0.42856953"
- gradientTransform="translate(2.895717e-8,-1.339751e-6)" /><linearGradient
- xlink:href="#linearGradient844"
- id="linearGradient850"
- x1="0.86521733"
- y1="0.42093995"
- x2="9.13043842e-2"
- y2="0.39473549"
- gradientTransform="translate(2.895717e-8,-1.339751e-6)" /><linearGradient
- xlink:href="#linearGradient855"
- id="linearGradient852"
- x1="0.46825346"
- y1="0.74999881"
- x2="0.54761916"
- y2="-1.56250373e-2" /><linearGradient
- xlink:href="#linearGradient855"
- id="linearGradient854"
- x1="0.4682537"
- y1="0.10937455"
- x2="0.468254"
- y2="1.2421875" /><linearGradient
- xlink:href="#linearGradient823"
- id="linearGradient1172"
- x1="0.14347747"
- y1="0.4411782"
- x2="-6.45795097e-8"
- y2="0.44117677" /><linearGradient
- xlink:href="#linearGradient823"
- id="linearGradient1252"
- x1="1.25002992"
- y1="0.53126693"
- x2="-0.24999644"
- y2="0.53125119"
- gradientTransform="translate(1.159262e-6,4.250198e-7)" /><linearGradient
- xlink:href="#linearGradient855"
- id="linearGradient1254"
- x1="1.0001694"
- y1="0.87510073"
- x2="1.0000037"
- y2="-0.31249899"
- gradientTransform="translate(1.159262e-6,4.250198e-7)" /><linearGradient
- xlink:href="#linearGradient823"
- id="linearGradient1437"
- x1="1.49999452"
- y1="0.578125"
- x2="0.1666663"
- y2="0.578125" /><linearGradient
- xlink:href="#linearGradient830"
- id="linearGradient1440"
- x1="0.83332926"
- y1="0.890625"
- x2="0.5833329"
- y2="-0.18750001" /></defs><sodipodi:namedview
- id="base" /><g
- id="g1441"><path
- style="font-size:12;fill:#808080;fill-rule:evenodd;stroke:#000000;stroke-width:3.25;"
- d="M 336.6829 481.2589 L 353.5892 496.5158 C 360.874 496.7906 369.8082 497.4779 377.5054 496.5158 L 389.4635 481.6712 L 336.6829 481.2589 z "
- id="path1566"
- sodipodi:nodetypes="ccccc" /><path
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:3.25;font-family:Arial Black;"
- d="M 583.3993 441.6239 L 583.3993 441.6239 z M 509.6127 588.2124 L 509.6127 588.2124 z M 364.019 564.3593 L 364.019 564.3593 z M 366.4056 355.9148 L 355.5237 343.9448 C 429.1468 345.033 434.8929 352.6773 449.1709 364.7014 C 462.4687 377.8137 466.9411 393.2089 466.9411 417.4166 C 466.9411 442.2962 459.6978 461.7404 445.2109 475.7494 C 430.8319 489.7583 412.0955 496.9687 382.4728 496.9687 L 375.3251 496.9114 L 386.8709 482.616 L 449.6521 417.3667 L 366.4056 355.9148 z M 169.3552 492.0157 C 169.3552 492.0157 167.4483 507.8293 169.3552 492.0157 z "
- id="path712"
- sodipodi:nodetypes="cccccccccccccccccc" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25;"
- d="M 336.6829 481.2589 L 354.492 495.4567 C 361.6987 497.4156 365.6024 496.8095 374.4585 497.2624 L 389.4635 481.6712 L 336.6829 481.2589 z "
- id="path1567"
- sodipodi:nodetypes="ccccc" /><path
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke-width:3.25;font-family:Arial Black;"
- d="M 169.3552 492.0157 C 169.3552 492.0157 167.4483 507.8293 169.3552 492.0157 z M 366.4056 355.9148 L 355.5237 343.9448 C 429.1468 345.033 434.8929 352.6773 449.1709 364.7014 C 462.4687 377.8137 466.9411 393.2089 466.9411 417.4166 C 466.9411 442.2962 459.6978 461.7404 445.2109 475.7494 C 430.8319 489.7583 412.714 497.3468 383.0913 497.3468 L 374.3857 497.3065 L 386.8709 482.616 L 449.6521 417.3667 L 366.4056 355.9148 z M 364.019 564.3593 L 364.019 564.3593 z M 509.6127 588.2124 L 509.6127 588.2124 z M 583.3993 441.6239 L 583.3993 441.6239 z "
- id="path1399"
- sodipodi:nodetypes="cccccccccccccccccc" /><path
- style="font-size:72;font-weight:normal;fill:url(#linearGradient921);stroke-width:3.25;font-family:Arial Black;"
- d="M 583.3993 441.6239 L 583.3993 441.6239 z M 509.6127 588.2124 L 509.6127 588.2124 z M 364.019 564.3593 L 364.019 564.3593 z M 366.4056 355.9148 L 355.5237 343.9448 C 429.1468 345.033 434.8929 352.6773 449.1709 364.7014 C 462.4687 377.8137 466.9411 393.2089 466.9411 417.4166 C 466.9411 442.2962 459.6978 461.7404 445.2109 475.7494 C 430.8319 489.7583 412.0955 497.3066 382.4728 497.3066 L 374.3113 497.3066 L 386.8709 482.616 L 449.6521 417.3667 L 366.4056 355.9148 z M 169.3552 492.0157 C 169.3552 492.0157 167.4483 507.8293 169.3552 492.0157 z "
- id="path1400"
- sodipodi:nodetypes="cccccccccccccccccc" /><path
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:3.25;font-family:Arial Black;"
- d="M 177.4113 488.0199 C 177.4113 488.0199 175.5044 503.2749 177.4113 488.0199 z M 265.0375 343.2594 L 276.5247 343.08 C 311.7981 342.3546 336.9594 342.7677 352.7241 343.861 L 367.3597 361.5029 L 276.5321 361.0034 L 265.0375 343.2594 z M 350.3113 444.4351 L 350.3113 444.4351 z M 517.6688 580.8185 L 517.6688 580.8185 z M 591.4554 439.4081 L 591.4554 439.4081 z "
- id="path1405"
- sodipodi:nodetypes="cccccccccccccc" /><path
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke-width:3.25;font-family:Arial Black;"
- d="M 177.4113 488.0199 C 177.4113 488.0199 175.5044 503.2749 177.4113 488.0199 z M 264.3196 343.2594 L 276.5247 343.08 C 311.7981 342.3546 335.7391 343.18 355.6273 343.861 L 370.9122 360.5556 L 276.5321 361.0034 L 264.3196 343.2594 z M 350.3113 444.4351 L 350.3113 444.4351 z M 517.6688 580.8185 L 517.6688 580.8185 z M 591.4554 439.4081 L 591.4554 439.4081 z "
- id="path1406"
- sodipodi:nodetypes="cccccccccccccc" /><path
- style="font-size:72;font-weight:normal;fill:url(#linearGradient1538);stroke-width:3.25;font-family:Arial Black;"
- d="M 177.4113 488.0199 C 177.4113 488.0199 175.5044 503.2749 177.4113 488.0199 z M 264.3196 343.2594 L 276.5247 343.08 C 311.7981 342.3546 335.7391 343.18 355.6273 343.861 L 370.9122 360.5556 L 276.5321 361.0034 L 264.3196 343.2594 z M 350.3113 444.4351 L 350.3113 444.4351 z M 517.6688 580.8185 L 517.6688 580.8185 z M 591.4554 439.4081 L 591.4554 439.4081 z "
- id="path1537"
- sodipodi:nodetypes="cccccccccccccc" /><path
- style="font-size:12;fill:url(#linearGradient1569);fill-rule:evenodd;stroke-width:3.25;"
- d="M 336.6829 481.2589 L 354.492 495.4567 C 361.6987 497.4156 365.6024 496.8095 374.4585 497.2624 L 389.4635 481.6712 L 336.6829 481.2589 z "
- id="path1568"
- sodipodi:nodetypes="ccccc" /><g
- id="g1007"
- transform="matrix(0.810042,0,0,1.027834,-391.4072,123.9912)"
- style="font-size:12;"><path
- transform="matrix(2.758731,0,0,2.765921,355.2524,-130.7329)"
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:1.1765;font-family:Arial Black;"
- d="M 205.5291 141.1674 L 198.8791 142.0183 L 199.0606 159.5891 L 208.1351 159.6702 L 211.0491 155.5192 C 214.7062 155.4381 216.0821 155.0288 216.7384 154.1616 C 217.4181 153.2945 217.7579 152.2984 217.7579 151.1734 C 217.7579 149.5093 217.2306 148.232 216.1759 147.3413 C 215.1212 146.4507 214.0516 145.8756 210.1044 146.0054 M 197.9104 140.7905 L 211.798 139.9796 C 216.4815 140.3041 215.7164 140.8362 221.4741 142.614 C 223.0678 144.8874 224.9057 145.5882 224.9057 148.8694 C 224.9057 151.7288 224.8168 152.3846 223.5981 154.4705 L 217.7467 159.7376 L 210.6119 161.1815 L 198.3374 161.1814 L 197.9104 140.7905 z "
- id="path911"
- sodipodi:nodetypes="cccccccccccccccccc" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25;"
- d="M 547.1058 391.6655 L 561.0276 404.1653 L 579.1779 403.9026 L 568.0839 392.54 L 547.1058 391.6655 z "
- id="path912"
- sodipodi:nodetypes="ccccc"
- transform="translate(355.2524,-130.7329)" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25;"
- d="M 561.6249 430.1213 L 550.6976 441.0487 L 575.0264 440.8426 L 582.2426 430.1213 L 561.6249 430.1213 z "
- id="path915"
- sodipodi:nodetypes="ccccc"
- transform="translate(355.2524,-130.7329)" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25;"
- d="M 548.3265 392.5971 L 547.9141 443.729 L 560.6972 430.9461 L 560.0787 403.5245 L 548.3265 392.5971 z "
- id="path917"
- sodipodi:nodetypes="ccccc"
- transform="translate(355.2524,-130.7329)" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25;"
- d="M 547.7015 393.8472 L 547.2891 442.479 L 560.6972 430.5338 L 560.0787 403.9368 L 547.7015 393.8472 z "
- id="path934"
- sodipodi:nodetypes="ccccc"
- transform="translate(355.2524,-130.7329)" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25;"
- d="M 547.7308 391.6655 L 561.0276 403.5403 L 579.8029 403.2776 L 569.3339 391.9149 L 547.7308 391.6655 z "
- id="path935"
- sodipodi:nodetypes="ccccc"
- transform="translate(355.2524,-130.7329)" /><path
- transform="matrix(2.758731,0,0,2.765921,355.2524,-130.7329)"
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke-width:1.1765;font-family:Arial Black;"
- d="M 205.5291 141.1674 L 198.8791 142.0183 L 199.0606 159.5891 L 208.1351 159.6702 L 211.0491 155.6683 C 214.7062 155.5872 216.0821 155.0288 216.7384 154.1616 C 217.4181 153.2945 217.7579 152.2984 217.7579 151.1734 C 217.7579 149.5093 217.2306 148.232 216.1759 147.3413 C 215.1212 146.4507 213.8544 145.6789 209.9072 145.8087 M 197.9104 140.7905 L 211.798 139.9796 C 216.4815 140.3041 215.7164 140.8362 221.4741 142.614 C 223.0678 144.8874 224.9057 145.5882 224.9057 148.8694 C 224.9057 151.7288 224.8168 152.3846 223.5981 154.4705 L 217.7467 159.7376 L 210.6119 161.1815 L 198.3374 161.1814 L 197.9104 140.7905 z "
- id="path936"
- sodipodi:nodetypes="cccccccccccccccccc" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25;"
- d="M 562.0372 430.9461 L 550.6976 441.0487 L 575.0264 440.8426 L 582.655 430.5337 L 562.0372 430.9461 z "
- id="path937"
- sodipodi:nodetypes="ccccc"
- transform="translate(355.2524,-130.7329)" /><path
- style="font-size:12;fill:url(#linearGradient827);fill-rule:evenodd;stroke-width:3.25;"
- d="M 547.7015 393.8472 L 547.2891 442.479 L 560.6972 430.5338 L 560.0787 403.9368 L 547.7015 393.8472 z "
- id="path948"
- sodipodi:nodetypes="ccccc"
- transform="translate(355.2524,-130.7329)" /><path
- style="font-size:12;fill:url(#linearGradient829);fill-rule:evenodd;stroke-width:3.25;"
- d="M 547.7015 393.8472 L 547.2891 442.479 L 560.6972 430.5338 L 560.0787 403.9368 L 547.7015 393.8472 z "
- id="path949"
- sodipodi:nodetypes="ccccc"
- transform="translate(355.2524,-130.7329)" /><path
- transform="matrix(2.758731,0,0,2.765921,355.2524,-130.7329)"
- style="font-size:72;font-weight:normal;fill:url(#linearGradient834);stroke-width:1.1765;font-family:Arial Black;"
- d="M 205.5291 141.1674 L 198.8791 142.0183 L 199.0606 159.5891 L 208.1351 159.6702 L 211.0491 155.6683 C 214.7062 155.5872 216.0821 155.0288 216.7384 154.1616 C 217.4181 153.2945 217.7579 152.2984 217.7579 151.1734 C 217.7579 149.5093 217.2306 148.232 216.1759 147.3413 C 215.1212 146.4507 213.8544 145.6789 209.9072 145.8087 M 197.9104 140.7905 L 211.798 139.9796 C 216.4815 140.3041 215.7164 140.8362 221.4741 142.614 C 223.0678 144.8874 224.9057 145.5882 224.9057 148.8694 C 224.9057 151.7288 224.8168 152.3846 223.5981 154.4705 L 217.7467 159.7376 L 210.6119 161.1815 L 198.3374 161.1814 L 197.9104 140.7905 z "
- id="path950"
- sodipodi:nodetypes="cccccccccccccccccc" /><path
- transform="matrix(2.758731,0,0,2.765921,355.2524,-130.7329)"
- style="font-size:72;font-weight:normal;fill:url(#linearGradient836);stroke-width:1.1765;font-family:Arial Black;"
- d="M 205.5291 141.1674 L 198.8791 142.0183 L 199.0606 159.5891 L 208.1351 159.6702 L 211.0491 155.6683 C 214.7062 155.5872 216.0821 155.0288 216.7384 154.1616 C 217.4181 153.2945 217.7579 152.2984 217.7579 151.1734 C 217.7579 149.5093 217.2306 148.232 216.1759 147.3413 C 215.1212 146.4507 213.8544 145.6789 209.9072 145.8087 M 197.9104 140.7905 L 211.798 139.9796 C 216.4815 140.3041 215.7164 140.8362 221.4741 142.614 C 223.0678 144.8874 224.9057 145.5882 224.9057 148.8694 C 224.9057 151.7288 224.8168 152.3846 223.5981 154.4705 L 217.7467 159.7376 L 210.6119 161.1815 L 198.3374 161.1814 L 197.9104 140.7905 z "
- id="path951"
- sodipodi:nodetypes="cccccccccccccccccc" /><path
- style="font-size:12;fill:url(#linearGradient838);fill-rule:evenodd;stroke-width:3.25;"
- d="M 547.7308 391.6655 L 561.0276 403.5403 L 579.8029 403.2776 L 569.3339 391.9149 L 547.7308 391.6655 z "
- id="path952"
- sodipodi:nodetypes="ccccc"
- transform="translate(355.2524,-130.7329)" /><path
- style="font-size:12;fill:url(#linearGradient843);fill-rule:evenodd;stroke-width:3.25;"
- d="M 547.7308 391.6655 L 561.0276 403.5403 L 579.8029 403.2776 L 569.3339 391.9149 L 547.7308 391.6655 z "
- id="path953"
- sodipodi:nodetypes="ccccc"
- transform="translate(355.2524,-130.7329)" /><path
- style="font-size:12;fill:url(#linearGradient848);fill-rule:evenodd;stroke-width:3.25;"
- d="M 562.0372 430.9461 L 550.6976 441.0487 L 575.0264 440.8426 L 582.655 430.5337 L 562.0372 430.9461 z "
- id="path954"
- sodipodi:nodetypes="ccccc"
- transform="translate(355.2524,-130.7329)" /><path
- style="font-size:12;fill:url(#linearGradient850);fill-rule:evenodd;stroke-width:3.25;"
- d="M 562.0372 430.9461 L 550.6976 441.0487 L 575.0264 440.8426 L 582.655 430.5337 L 562.0372 430.9461 z "
- id="path955"
- sodipodi:nodetypes="ccccc"
- transform="translate(355.2524,-130.7329)" /></g><path
- style="font-size:12;fill:#808080;fill-rule:evenodd;stroke:#000000;stroke-width:3.25;"
- d="M 340.8064 483.3205 L 340.8064 561.6669 L 357.3004 576.0991 L 356.0633 496.928 L 340.8064 483.3205 z "
- id="path1550"
- sodipodi:nodetypes="ccccc" /><path
- style="font-size:12;fill:#808080;fill-rule:evenodd;stroke:#000000;stroke-width:3.25;"
- d="M 279.2759 560.464 L 266.9055 577.4969 L 355.1518 577.9092 L 340.3073 560.8763 L 279.2759 560.464 z "
- id="path1546"
- sodipodi:nodetypes="ccccc" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25;"
- d="M 341.1074 484.7457 L 342.3445 561.8551 L 357.6014 577.5243 L 356.3983 498.2071 L 341.1074 484.7457 z "
- id="path1552"
- sodipodi:nodetypes="ccccc" /><path
- style="font-size:12;fill:url(#linearGradient1437);fill-rule:evenodd;stroke-width:3.25;"
- d="M 341.1075 484.7456 L 342.3446 561.855 L 357.6015 577.5242 L 356.3984 498.207 L 341.1075 484.7456 z "
- id="path1436" /><path
- style="font-size:12;fill:url(#linearGradient1561);fill-rule:evenodd;stroke-width:3.25;"
- d="M 341.1073 484.7456 L 342.3444 561.855 L 357.6013 577.5242 L 356.3982 498.207 L 341.1073 484.7456 z "
- id="path1574" /><path
- style="font-size:12;fill:url(#linearGradient1556);fill-rule:evenodd;stroke-width:3.25;"
- d="M 341.1075 484.7456 L 342.3446 561.855 L 357.6015 577.5242 L 356.3984 498.207 L 341.1075 484.7456 z "
- id="path1573" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25;"
- d="M 280.1006 561.701 L 266.9055 577.4969 L 355.1518 577.9092 L 339.4826 560.8763 L 280.1006 561.701 z "
- id="path1551"
- sodipodi:nodetypes="ccccc" /><path
- style="font-size:12;fill:url(#linearGradient1554);fill-rule:evenodd;stroke-width:3.25;"
- d="M 280.1006 561.701 L 266.9055 577.4969 L 355.1518 577.9092 L 339.4826 560.8763 L 280.1006 561.701 z "
- id="path1553"
- sodipodi:nodetypes="ccccc" /><path
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke:#000000;font-family:Arial Black;"
- d="M 190.388 480.6666 C 190.388 480.6666 188.7147 494.0532 190.388 480.6666 z M 277.3627 353.4779 L 277.3627 353.4779 C 407.8581 353.4779 425.3144 359.0279 436.8888 370.1278 C 448.5579 381.2278 454.3925 397.0238 454.3925 417.5162 C 454.3925 438.5775 448.0362 455.0377 435.3235 466.8966 C 422.7056 478.7556 403.3992 484.6849 377.4045 484.6849 L 377.4045 484.6849 L 342.1124 484.6849 L 342.1124 562.0999 L 277.3627 562.0999 L 277.3627 353.4779 z M 342.1124 442.4197 L 342.1124 442.4197 C 370.3365 442.4197 379.0647 440.2853 384.0929 436.0161 C 389.1211 431.6517 391.6352 426.1017 391.6352 419.3661 C 391.6352 412.8199 389.4531 407.2699 385.0891 402.7161 C 380.725 398.1623 372.5186 395.8853 360.4699 395.8853 L 360.4699 395.8853 L 342.1124 395.8853 L 342.1124 442.4197 z M 488.9732 562.0999 L 488.9732 562.0999 z M 553.7229 438.0084 L 553.7229 438.0084 z "
- id="path643"
- sodipodi:nodetypes="cccccccccccccccccccccccccc" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25;"
- d="M 263.7097 344.6724 L 265.2468 575.1901 L 276.879 562.6135 L 275.9721 354.323 L 263.7097 344.6724 z "
- id="path1407"
- sodipodi:nodetypes="ccccc" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25;"
- d="M 263.7097 344.6724 L 265.2468 575.1901 L 276.879 562.6135 L 275.9721 354.323 L 263.7097 344.6724 z "
- id="path1542"
- sodipodi:nodetypes="ccccc" /><path
- style="font-size:12;fill:url(#linearGradient1544);fill-rule:evenodd;stroke-width:3.25;"
- d="M 263.7097 344.6724 L 265.2468 575.1901 L 276.879 562.6135 L 275.9721 354.323 L 263.7097 344.6724 z "
- id="path1543"
- sodipodi:nodetypes="ccccc" /><path
- style="font-size:72;font-weight:normal;fill:url(#radialGradient1196);stroke:#000000;font-family:Arial Black;"
- d="M 190.388 480.6665 C 190.388 480.6665 188.7147 494.0531 190.388 480.6665 z M 277.3627 353.4778 L 277.3627 353.4778 C 407.8581 353.4778 425.3144 359.0278 436.8888 370.1277 C 448.5579 381.2277 454.3925 397.0237 454.3925 417.5161 C 454.3925 438.5774 448.0362 455.0376 435.3235 466.8965 C 422.7056 478.7555 403.3992 484.6848 377.4045 484.6848 L 377.4045 484.6848 L 342.1124 484.6848 L 342.1124 562.0998 L 277.3627 562.0998 L 277.3627 353.4778 z M 342.1124 442.4196 L 342.1124 442.4196 C 370.3365 442.4196 379.0647 440.2852 384.0929 436.016 C 389.1211 431.6516 391.6352 426.1016 391.6352 419.366 C 391.6352 412.8198 389.4531 407.2698 385.0891 402.716 C 380.725 398.1622 372.5186 395.8852 360.4699 395.8852 L 360.4699 395.8852 L 342.1124 395.8852 L 342.1124 442.4196 z M 488.9732 562.0998 L 488.9732 562.0998 z M 553.7229 438.0083 L 553.7229 438.0083 z "
- id="path1195"
- sodipodi:nodetypes="cccccccccccccccccccccccccc" /><path
- style="font-size:12;fill:url(#linearGradient1440);fill-rule:evenodd;stroke-width:3.25;"
- d="M 341.1075 484.7456 L 342.3446 561.855 L 357.6015 577.5242 L 356.3984 498.207 L 341.1075 484.7456 z "
- id="path1439" /></g><g
- id="g1173"><path
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:3.25;font-family:Arial Black;"
- d="M 407.9519 440.3334 L 407.9519 440.3334 z M 363.9253 524.3661 L 363.9253 524.3661 z M 264.0671 443.3208 L 264.0671 443.3208 z M 220.0404 383.0903 L 220.0404 383.0903 z M 164.5721 400.321 C 169.7003 403.9188 176.6399 402.5063 180.6065 410.1938 L 177.4065 417.407 L 162.7163 430.7213 L 160.3063 425.4607 C 159.2761 421.409 150.4274 413.6396 144.0375 412.3145 L 164.5721 400.321 z "
- id="path887"
- sodipodi:nodetypes="cccsccccccccccc" /><path
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:3.25;font-family:Arial Black;"
- d="M 413.8553 443.5674 L 413.8553 443.5674 z M 369.8287 527.6 L 369.8287 527.6 z M 269.9705 446.5547 L 269.9705 446.5547 z M 225.9438 386.3242 L 225.9438 386.3242 z M 164.5296 466.2793 L 188.6771 483.7052 L 166.683 522.6456 L 146.8343 504.8406 C 152.9478 502.704 154.6861 501.1925 160.7995 490.9308 C 163.7096 482.5052 164.7446 475.9547 164.5296 466.2793 z "
- id="path883"
- sodipodi:nodetypes="cccccccccscccc" /><path
- style="font-size:72;font-weight:normal;fill:#ffffff;stroke-width:3.25;font-family:Arial Black;"
- d="M 138.6261 577.8549 C 112.4342 577.8549 97.50942 575.2997 80.85194 567.7687 C 64.30383 560.1287 49.18629 550.0126 37.13139 530.9126 C 25.07639 511.8126 19.0489 487.3636 19.0489 457.5676 C 19.0489 417.8396 29.62439 387.3336 50.77529 366.0506 C 72.03569 344.6576 102.0631 336.8036 140.8579 336.8036 L 171.6303 361.3686 C 126.3082 354.764 104.6692 360.4748 75.45158 384.1847 C 58.16021 401.5349 48.44746 421.7272 47.26066 443.8141 C 45.94727 475.6741 45.58121 490.4822 62.26704 513.8163 C 90.0847 556.6207 119.7971 554.9007 158.9827 562.6541 L 138.6261 577.8549 z M 289.2973 338.0546 L 289.2973 338.0546 z M 364.0924 440.3776 L 364.0924 440.3776 z M 533.7374 578.0626 L 533.7374 578.0626 z M 608.5323 435.3026 L 608.5323 435.3026 z "
- id="path793"
- sodipodi:nodetypes="cccccccccccccccccccc" /><path
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:3.25;font-family:Arial Black;"
- d="M 138.6261 577.8549 C 112.4342 577.8549 97.50942 575.2997 80.85194 567.7687 C 64.30383 560.1287 49.18629 550.0126 37.13139 530.9126 C 25.07639 511.8126 19.0489 487.3636 19.0489 457.5676 C 19.0489 417.8396 29.62439 387.3336 50.77529 366.0506 C 72.03569 344.6576 102.0631 336.8036 140.8579 336.8036 L 171.6303 361.3686 C 126.3082 354.764 104.6692 360.4748 75.45158 384.1847 C 58.16021 401.5349 48.44746 421.7272 47.26066 443.8141 C 45.94727 475.6741 45.58121 490.4822 62.26704 513.8163 C 90.0847 556.6207 119.7971 554.9007 158.9827 562.6541 L 138.6261 577.8549 z M 289.2973 338.0546 L 289.2973 338.0546 z M 364.0924 440.3776 L 364.0924 440.3776 z M 533.7374 578.0626 L 533.7374 578.0626 z M 608.5323 435.3026 L 608.5323 435.3026 z "
- id="path739"
- sodipodi:nodetypes="cccccccccccccccccccc" /><g
- id="g776"
- style="font-size:12;"><path
- style="font-size:72;font-weight:normal;stroke-width:3.25;font-family:Arial Black;fill:#c3433d;fill-opacity:1;stroke:#000000;stroke-opacity:1;stroke-dasharray:none;"
- d="M 140.7329 337.0058 C 169.457 338.0939 195.4692 343.662 212.7845 355.8861 C 221.4968 361.9981 232.0792 372.8766 238.8178 385.9363 C 242.1871 392.4661 245.0035 399.4052 246.961 406.2945 C 248.9184 413.1837 251.105 421.1112 251.5823 427.4415 L 235.4385 417.1047 C 235.4385 417.1047 228.3597 397.8961 218.581 385.4889 C 208.8024 373.0817 197.4121 368.0199 192.0539 363.6677 C 186.6105 361.4912 179.4808 357.5465 172.1737 355.3445 C 164.8667 353.1425 157.3823 352.6833 155.5823 350.9489 C 151.9824 347.4799 149.3565 345.9833 140.7329 337.0058 z M 289.7164 341.0985 L 289.7164 341.0985 z M 364.5115 443.4215 L 364.5115 443.4215 z M 534.1565 581.1069 L 534.1565 581.1069 z M 608.9514 438.3463 L 608.9514 438.3463 z "
- id="path737"
- sodipodi:nodetypes="ccssccscssccccccccc" /><path
- style="font-size:72;font-weight:normal;stroke-width:3.25;font-family:Arial Black;fill:#c3433d;fill-opacity:1;stroke:#000000;stroke-opacity:1;stroke-dasharray:none;"
- d="M 203.8707 539.8067 C 211.9302 531.6428 219.9897 522.9347 223.1524 510.9621 C 227.384 500.8591 228.8965 491.8448 232.5826 478.4768 C 232.5913 478.4396 228.9377 480.5857 248.3199 468.3198 C 249.8395 467.3304 260.4832 583.9877 141.4039 577.9351 L 155.7703 565.4 C 175.0683 561.2216 190.5577 553.7788 203.8707 539.8067 z M 289.1724 341.3702 L 289.1724 341.3702 z M 363.9675 443.6928 L 363.9675 443.6928 z M 533.6125 581.3778 L 533.6125 581.3778 z M 608.4074 438.6182 L 608.4074 438.6182 z "
- id="path740"
- sodipodi:nodetypes="ccssccccccccccc" /><path
- style="font-size:72;font-weight:normal;stroke-width:3.25;font-family:Arial Black;fill:#c3433d;fill-opacity:1;stroke:none;stroke-opacity:1;stroke-dasharray:none;"
- d="M 203.8707 539.8067 C 211.9302 531.6428 219.9897 522.9347 223.1524 510.9621 C 227.384 500.8591 228.8965 491.8448 232.5826 478.4768 C 232.5913 478.4396 228.9377 480.5857 248.3199 468.3198 C 249.8395 467.3304 260.4832 583.9877 141.4039 577.9351 L 155.7703 565.4 C 175.0683 561.2216 190.5577 553.7788 203.8707 539.8067 z M 289.1724 341.3702 L 289.1724 341.3702 z M 363.9675 443.6928 L 363.9675 443.6928 z M 533.6125 581.3778 L 533.6125 581.3778 z M 608.4074 438.6182 L 608.4074 438.6182 z "
- id="path748"
- sodipodi:nodetypes="ccssccccccccccc" /><path
- style="font-size:72;font-weight:normal;stroke-width:1pt;font-family:Arial Black;fill:#c3433d;fill-opacity:1;stroke:none;stroke-opacity:1;"
- d="M 140.7329 337.0058 C 169.457 338.0939 195.4692 343.662 212.7845 355.8861 C 221.4968 361.9981 232.0792 372.8766 238.8178 385.9363 C 242.1871 392.4661 245.0035 399.4052 246.961 406.2945 C 248.9184 413.1837 251.105 421.1112 251.5823 427.4415 L 235.4385 417.1047 C 235.4385 417.1047 228.3597 397.8961 218.581 385.4889 C 208.8024 373.0817 197.4121 368.0199 192.0539 363.6677 C 186.6105 361.4912 179.4808 357.5465 172.1737 355.3445 C 164.8667 353.1425 157.3823 352.6833 155.5823 350.9489 C 151.9824 347.4799 149.3565 345.9833 140.7329 337.0058 z M 289.7164 341.0985 L 289.7164 341.0985 z M 364.5115 443.4215 L 364.5115 443.4215 z M 534.1565 581.1069 L 534.1565 581.1069 z M 608.9514 438.3463 L 608.9514 438.3463 z "
- id="path747"
- sodipodi:nodetypes="ccssccscssccccccccc" /><path
- style="font-size:72;font-weight:normal;stroke-width:3.25;font-family:Arial Black;fill:url(#linearGradient758);fill-opacity:1;stroke:none;stroke-opacity:1;stroke-dasharray:none;"
- d="M 203.8707 539.8067 C 211.9302 531.6428 219.9897 522.9347 223.1524 510.9621 C 227.384 500.8591 228.8965 491.8448 232.5826 478.4768 C 232.5913 478.4396 228.9377 480.5857 248.3199 468.3198 C 249.8395 467.3304 260.4832 583.9877 141.4039 577.9351 L 155.7703 565.4 C 175.0683 561.2216 190.5577 553.7788 203.8707 539.8067 z M 289.1724 341.3702 L 289.1724 341.3702 z M 363.9675 443.6928 L 363.9675 443.6928 z M 533.6125 581.3778 L 533.6125 581.3778 z M 608.4074 438.6182 L 608.4074 438.6182 z "
- id="path750"
- sodipodi:nodetypes="ccssccccccccccc" /><path
- style="font-size:72;font-weight:normal;stroke-width:1pt;font-family:Arial Black;fill:url(#linearGradient754);fill-opacity:1;"
- d="M 140.7329 337.0058 C 169.457 338.0939 195.4692 343.662 212.7845 355.8861 C 221.4968 361.9981 232.0792 372.8766 238.8178 385.9363 C 242.1871 392.4661 245.0035 399.4052 246.961 406.2945 C 248.9184 413.1837 251.105 421.1112 251.5823 427.4415 L 235.4385 417.1047 C 235.4385 417.1047 228.3597 397.8961 218.581 385.4889 C 208.8024 373.0817 197.4121 368.0199 192.0539 363.6677 C 186.6105 361.4912 179.4808 357.5465 172.1737 355.3445 C 164.8667 353.1425 157.3823 352.6833 155.5823 350.9489 C 151.9824 347.4799 149.3565 345.9833 140.7329 337.0058 z M 289.7164 341.0985 L 289.7164 341.0985 z M 364.5115 443.4215 L 364.5115 443.4215 z M 534.1565 581.1069 L 534.1565 581.1069 z M 608.9514 438.3463 L 608.9514 438.3463 z "
- id="path746"
- sodipodi:nodetypes="ccssccscssccccccccc" /></g><path
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke-width:3.25;font-family:Arial Black;"
- d="M 608.5323 435.3026 L 608.5323 435.3026 z M 533.7374 578.0626 L 533.7374 578.0626 z M 364.0924 440.3776 L 364.0924 440.3776 z M 289.2973 338.0546 L 289.2973 338.0546 z M 141.1389 578.2139 C 114.947 578.2139 97.50942 575.2997 80.85194 567.7687 C 64.30383 560.1287 49.18629 550.0126 37.13139 530.9126 C 25.07639 511.8126 19.0489 487.3636 19.0489 457.5676 C 19.0489 417.8396 29.62439 387.3336 50.77529 366.0506 C 72.03569 344.6576 102.781 336.8036 141.5759 336.8036 L 171.6303 361.3686 C 126.3082 354.764 104.6692 360.4748 75.45158 384.1847 C 58.16021 401.5349 48.44746 421.7272 47.26066 443.8141 C 45.94727 475.6741 45.58121 490.4822 62.26704 513.8163 C 90.0847 556.6207 119.7971 554.9007 158.9827 562.6541 L 141.1389 578.2139 z "
- id="path794"
- sodipodi:nodetypes="cccccccccccccccccccc" /><path
- style="font-size:72;font-weight:normal;fill:url(#linearGradient795);stroke-width:3.25;font-family:Arial Black;"
- d="M 608.5323 435.3026 L 608.5323 435.3026 z M 533.7374 578.0626 L 533.7374 578.0626 z M 364.0924 440.3776 L 364.0924 440.3776 z M 289.2973 338.0546 L 289.2973 338.0546 z M 141.1389 578.2139 C 114.947 578.2139 97.50942 575.2997 80.85194 567.7687 C 64.30383 560.1287 49.18629 550.0126 37.13139 530.9126 C 25.07639 511.8126 19.0489 487.3636 19.0489 457.5676 C 19.0489 417.8396 29.62439 387.3336 50.77529 366.0506 C 72.03569 344.6576 102.781 336.8036 141.5759 336.8036 L 171.6303 361.3686 C 126.3082 354.764 104.6692 360.4748 75.45158 384.1847 C 58.16021 401.5349 48.44746 421.7272 47.26066 443.8141 C 45.94727 475.6741 45.58121 490.4822 62.26704 513.8163 C 90.0847 556.6207 119.7971 554.9007 158.9827 562.6541 L 141.1389 578.2139 z "
- id="path881"
- sodipodi:nodetypes="cccccccccccccccccccc" /><path
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:3.25;font-family:Arial Black;"
- d="M 171.4085 517.8638 C 160.5265 523.3048 152.3019 524.4204 139.5939 524.4204 C 124.1766 524.4204 120.8149 521.116 111.0098 514.5067 C 102.3573 506.7449 104.277 505.9477 97.18114 494.705 C 92.80565 481.2858 93.61057 474.5118 92.52236 456.4288 C 94.69877 433.0437 94.39455 430.866 103.0359 412.8971 C 115.5505 400.3046 116.9025 393.4644 139.7383 393.4644 L 165.2426 399.7961 L 143.7308 412.2209 C 139.1497 411.3742 139.862 411.5656 136.6739 412.2136 C 126.1147 416.5886 124.8888 419.2346 119.5992 427.2012 C 115.5997 433.1116 113.6 442.3949 113.6 455.0516 C 113.6 470.7274 115.5131 489.0675 120.2867 494.9138 C 125.0602 500.6959 130.3481 504.9463 138.9921 504.9463 C 144.1656 505.0075 145.7089 505.0314 148.4842 504.1306 L 171.4085 517.8638 z M 228.7465 384.9916 L 228.7465 384.9916 z M 272.7732 445.2221 L 272.7732 445.2221 z M 372.6314 526.2674 L 372.6314 526.2674 z M 416.658 442.2348 L 416.658 442.2348 z "
- id="path738"
- sodipodi:nodetypes="cccccccccccccccccccccccc" /><path
- style="font-size:72;font-weight:normal;fill:#ffffff;stroke-width:3.25;font-family:Arial Black;"
- d="M 171.4085 517.8638 C 160.5265 523.3048 152.3019 524.4204 139.5939 524.4204 C 124.1766 524.4204 120.8149 521.116 111.0098 514.5067 C 102.3573 506.7449 104.277 505.9477 97.18114 494.705 C 92.80565 481.2858 93.61057 474.5118 92.52236 456.4288 C 94.69877 433.0437 94.39455 430.866 103.0359 412.8971 C 115.5505 400.3046 116.9025 393.4644 139.7383 393.4644 L 165.2426 399.7961 L 143.7308 412.2209 C 139.1497 411.3742 139.862 411.5656 136.6739 412.2136 C 126.1147 416.5886 124.8888 419.2346 119.5992 427.2012 C 115.5997 433.1116 113.6 442.3949 113.6 455.0516 C 113.6 470.7274 115.5131 489.0675 120.2867 494.9138 C 125.0602 500.6959 130.3481 504.9463 138.9921 504.9463 C 144.1656 505.0075 145.7089 505.0314 148.4842 504.1306 L 171.4085 517.8638 z M 228.7465 384.9916 L 228.7465 384.9916 z M 272.7732 445.2221 L 272.7732 445.2221 z M 372.6314 526.2674 L 372.6314 526.2674 z M 416.658 442.2348 L 416.658 442.2348 z "
- id="path884"
- sodipodi:nodetypes="cccccccccccccccccccccccc" /><path
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke-width:3.25;font-family:Arial Black;"
- d="M 413.8553 443.5674 L 413.8553 443.5674 z M 369.8287 527.6 L 369.8287 527.6 z M 269.9705 446.5547 L 269.9705 446.5547 z M 225.9438 386.3242 L 225.9438 386.3242 z M 164.5296 466.2793 L 181.7066 477.9047 L 189.8208 477.9673 L 166.683 522.6456 L 147.4528 504.4218 C 153.5663 502.2852 154.6861 501.1925 160.7995 490.9308 C 163.7096 482.5052 164.7446 475.9547 164.5296 466.2793 z "
- id="path894"
- sodipodi:nodetypes="ccccccccccscccc" /><path
- style="font-size:72;font-weight:normal;fill:url(#linearGradient886);stroke-width:3.25;font-family:Arial Black;"
- d="M 171.4085 517.8638 C 160.5265 523.3048 152.3019 524.4204 139.5939 524.4204 C 124.1766 524.4204 120.8149 521.116 111.0098 514.5067 C 102.3573 506.7449 104.277 505.9477 97.18114 494.705 C 92.80565 481.2858 93.61057 474.5118 92.52236 456.4288 C 94.69877 433.0437 94.39455 430.866 103.0359 412.8971 C 115.5505 400.3046 116.9025 393.4644 139.7383 393.4644 L 165.2426 399.7961 L 143.7308 412.2209 C 139.1497 411.3742 139.862 411.5656 136.6739 412.2136 C 126.1147 416.5886 124.8888 419.2346 119.5992 427.2012 C 115.5997 433.1116 113.6 442.3949 113.6 455.0516 C 113.6 470.7274 115.5131 489.0675 120.2867 494.9138 C 125.0602 500.6959 130.3481 504.9463 138.9921 504.9463 C 144.1656 505.0075 145.7089 505.0314 148.4842 504.1306 L 171.4085 517.8638 z M 228.7465 384.9916 L 228.7465 384.9916 z M 272.7732 445.2221 L 272.7732 445.2221 z M 372.6314 526.2674 L 372.6314 526.2674 z M 416.658 442.2348 L 416.658 442.2348 z "
- id="path885"
- sodipodi:nodetypes="cccccccccccccccccccccccc" /><path
- style="font-size:72;font-weight:normal;fill:url(#linearGradient897);stroke-width:3.25;font-family:Arial Black;"
- d="M 413.8553 443.5674 L 413.8553 443.5674 z M 369.8287 527.6 L 369.8287 527.6 z M 269.9705 446.5547 L 269.9705 446.5547 z M 225.9438 386.3242 L 225.9438 386.3242 z M 164.5296 466.2793 L 181.7066 477.9047 L 189.8208 477.9673 L 166.683 522.6456 L 147.4528 504.4218 C 153.5663 502.2852 154.6861 501.1925 160.7995 490.9308 C 163.7096 482.5052 164.7446 475.9547 164.5296 466.2793 z "
- id="path898"
- sodipodi:nodetypes="ccccccccccscccc" /><path
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke-width:3.25;font-family:Arial Black;"
- d="M 164.5721 400.0841 C 169.7003 403.682 176.6399 402.5063 180.6065 410.1938 L 177.4065 417.407 L 162.7163 430.7213 L 160.3063 425.4607 C 159.2761 421.409 149.9537 413.6396 143.5638 412.3145 L 164.5721 400.0841 z M 220.0404 383.0903 L 220.0404 383.0903 z M 264.0671 443.3208 L 264.0671 443.3208 z M 363.9253 524.3661 L 363.9253 524.3661 z M 407.9519 440.3334 L 407.9519 440.3334 z "
- id="path899"
- sodipodi:nodetypes="ccccccccccccscc" /><path
- style="font-size:72;font-weight:normal;fill:url(#linearGradient901);stroke-width:3.25;font-family:Arial Black;"
- d="M 164.5721 400.0841 C 169.7003 403.682 176.6399 402.5063 180.6065 410.1938 L 177.4065 417.407 L 162.7163 430.7213 L 160.3063 425.4607 C 159.2761 421.409 149.9537 413.6396 143.5638 412.3145 L 164.5721 400.0841 z M 220.0404 383.0903 L 220.0404 383.0903 z M 264.0671 443.3208 L 264.0671 443.3208 z M 363.9253 524.3661 L 363.9253 524.3661 z M 407.9519 440.3334 L 407.9519 440.3334 z "
- id="path900"
- sodipodi:nodetypes="ccccccccccccscc" /><path
- style="font-size:72;font-weight:normal;fill:url(#linearGradient919);stroke-width:3.25;font-family:Arial Black;"
- d="M 171.4085 517.8638 C 160.5265 523.3048 152.3019 524.4204 139.5939 524.4204 C 124.1766 524.4204 120.8149 521.116 111.0098 514.5067 C 102.3573 506.7449 104.277 505.9477 97.18114 494.705 C 92.80565 481.2858 93.61057 474.5118 92.52236 456.4288 C 94.69877 433.0437 94.39455 430.866 103.0359 412.8971 C 115.5505 400.3046 116.9025 393.4644 139.7383 393.4644 L 165.2426 399.7961 L 143.7308 412.2209 C 139.1497 411.3742 139.862 411.5656 136.6739 412.2136 C 126.1147 416.5886 124.8888 419.2346 119.5992 427.2012 C 115.5997 433.1116 113.6 442.3949 113.6 455.0516 C 113.6 470.7274 115.5131 489.0675 120.2867 494.9138 C 125.0602 500.6959 130.3481 504.9463 138.9921 504.9463 C 144.1656 505.0075 145.7089 505.0314 148.4842 504.1306 L 171.4085 517.8638 z M 228.7465 384.9916 L 228.7465 384.9916 z M 272.7732 445.2221 L 272.7732 445.2221 z M 372.6314 526.2674 L 372.6314 526.2674 z M 416.658 442.2348 L 416.658 442.2348 z "
- id="path918"
- sodipodi:nodetypes="cccccccccccccccccccccccc" /><path
- style="font-size:12;fill:#808080;fill-rule:evenodd;stroke:#000000;stroke-width:3.25;"
- d="M 177.8644 420.2019 L 166.1813 431.6507 L 248.9156 429.126 L 234.9422 418.4684 L 177.8644 420.2019 z "
- id="path903"
- sodipodi:nodetypes="ccccc" /><path
- style="font-size:12;fill:#808080;fill-rule:evenodd;stroke:#000000;stroke-width:3.25;"
- d="M 232.2325 477.1047 L 243.9937 468.1559 L 167.9001 464.8994 L 182.0297 475.8694 L 232.2325 477.1047 z "
- id="path904"
- sodipodi:nodetypes="ccccc" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25;"
- d="M 177.8644 419.8894 L 163.9938 431.9632 L 250.7906 429.126 L 234.9422 418.4684 L 177.8644 419.8894 z "
- id="path905"
- sodipodi:nodetypes="ccccc" /><path
- style="font-size:12;fill:url(#linearGradient907);fill-rule:evenodd;stroke-width:3.25;"
- d="M 177.8644 419.8894 L 163.9938 431.9632 L 250.7906 429.126 L 234.9422 418.4684 L 177.8644 419.8894 z "
- id="path906"
- sodipodi:nodetypes="ccccc" /><path
- style="font-size:12;fill:url(#linearGradient909);fill-rule:evenodd;stroke-width:3.25;"
- d="M 177.8644 419.8894 L 163.9938 431.9632 L 250.7906 429.126 L 234.9422 418.4684 L 177.8644 419.8894 z "
- id="path908"
- sodipodi:nodetypes="ccccc" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25;"
- d="M 231.9957 477.8152 L 246.362 467.919 L 164.3476 464.4257 L 181.556 476.5799 L 231.9957 477.8152 z "
- id="path913"
- sodipodi:nodetypes="ccccc" /><path
- style="font-size:12;fill:url(#linearGradient915);fill-rule:evenodd;stroke-width:3.25;"
- d="M 231.9957 477.8152 L 246.362 467.919 L 164.3476 464.4257 L 181.556 476.5799 L 231.9957 477.8152 z "
- id="path914"
- sodipodi:nodetypes="ccccc" /><path
- style="font-size:12;fill:url(#linearGradient917);fill-rule:evenodd;stroke-width:3.25;"
- d="M 231.9957 477.8152 L 246.362 467.919 L 164.3476 464.4257 L 181.556 476.5799 L 231.9957 477.8152 z "
- id="path916"
- sodipodi:nodetypes="ccccc" /><path
- style="font-size:72;font-weight:normal;fill:url(#linearGradient1172);stroke-width:3.25;font-family:Arial Black;"
- d="M 171.4085 517.8638 C 160.5265 523.3048 152.3019 524.4204 139.5939 524.4204 C 124.1766 524.4204 120.8149 521.116 111.0098 514.5067 C 102.3573 506.7449 104.277 505.9477 97.18114 494.705 C 92.80565 481.2858 93.61057 474.5118 92.52236 456.4288 C 94.69877 433.0437 94.39455 430.866 103.0359 412.8971 C 115.5505 400.3046 116.9025 393.4644 139.7383 393.4644 L 165.2426 399.7961 L 143.7308 412.2209 C 139.1497 411.3742 139.862 411.5656 136.6739 412.2136 C 126.1147 416.5886 124.8888 419.2346 119.5992 427.2012 C 115.5997 433.1116 113.6 442.3949 113.6 455.0516 C 113.6 470.7274 115.5131 489.0675 120.2867 494.9138 C 125.0602 500.6959 130.3481 504.9463 138.9921 504.9463 C 144.1656 505.0075 145.7089 505.0314 148.4842 504.1306 L 171.4085 517.8638 z M 228.7465 384.9916 L 228.7465 384.9916 z M 272.7732 445.2221 L 272.7732 445.2221 z M 372.6314 526.2674 L 372.6314 526.2674 z M 416.658 442.2348 L 416.658 442.2348 z "
- id="path1171"
- sodipodi:nodetypes="cccccccccccccccccccccccc" /><path
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke:#000000;font-family:Arial Black;"
- d="M 544.6252 438.859 L 544.6252 438.859 z M 479.8756 562.9505 L 479.8756 562.9505 z M 333.0148 443.2704 L 333.0148 443.2704 z M 268.2651 354.3285 L 268.2651 354.3285 z M 181.2904 481.5172 L 181.8345 477.1646 C 218.2579 478.3012 196.0425 477.3512 232.4135 478.5109 C 233.0418 478.5214 233.9351 479.7208 233.1202 487.2097 C 231.3731 512.8354 226.0014 530.6313 188.8578 558.5392 C 176.8092 563.9467 161.44 566.6506 142.7504 566.6506 C 120.0762 566.6506 101.5288 563.3776 87.10847 556.8314 C 72.78291 550.1905 60.40222 538.5687 49.96636 521.9661 C 39.53054 505.3635 34.31259 484.1123 34.31259 458.2126 C 34.31259 423.6796 43.46768 397.163 61.77784 378.663 C 80.18285 360.0682 106.1775 350.7709 139.7619 350.7709 C 166.0413 350.7709 186.6758 356.0837 201.6655 366.7093 C 216.75 377.3348 228.4185 395.0736 235.7236 417.0837 L 206.8302 418.0313 C 185.3344 419.1299 190.7044 417.7965 177.628 418.6449 C 174.023 413.7114 164.9963 405.1802 159.7784 402.5239 C 154.5605 399.8675 147.7786 398.0656 141.3273 398.5392 C 126.7172 398.5392 115.5223 404.8948 107.7429 416.6591 C 101.8609 425.387 98.91993 439.0958 98.91993 457.7855 C 98.91993 480.9343 102.4301 496.8254 109.4506 505.4586 C 116.4711 513.9971 126.3377 518.266 139.0504 518.266 C 151.3837 518.266 160.6811 514.8034 166.9426 507.8776 C 173.299 500.9521 179.6171 494.9039 181.2904 481.5172 z "
- id="path646"
- sodipodi:nodetypes="ccccccccccscccccccccccccccccccs" /><path
- style="font-size:72;font-weight:normal;fill:url(#radialGradient922);stroke:#000000;font-family:Arial Black;"
- d="M 544.6252 438.859 L 544.6252 438.859 z M 479.8756 562.9505 L 479.8756 562.9505 z M 333.0148 443.2704 L 333.0148 443.2704 z M 268.2651 354.3285 L 268.2651 354.3285 z M 181.2904 481.5172 L 181.8345 477.1646 C 218.2579 478.3012 196.0425 477.3512 232.4135 478.5109 C 233.0418 478.5214 233.9351 479.7208 233.1202 487.2097 C 231.3731 512.8354 226.0014 530.6313 188.8578 558.5392 C 176.8092 563.9467 161.44 566.6506 142.7504 566.6506 C 120.0762 566.6506 101.5288 563.3776 87.10847 556.8314 C 72.78291 550.1905 60.40222 538.5687 49.96636 521.9661 C 39.53054 505.3635 34.31259 484.1123 34.31259 458.2126 C 34.31259 423.6796 43.46768 397.163 61.77784 378.663 C 80.18285 360.0682 106.1775 350.7709 139.7619 350.7709 C 166.0413 350.7709 186.6758 356.0837 201.6655 366.7093 C 216.75 377.3348 228.4185 395.0736 235.7236 417.0837 L 206.8302 418.0313 C 185.3344 419.1299 190.7044 417.7965 177.628 418.6449 C 174.023 413.7114 164.9963 405.1802 159.7784 402.5239 C 154.5605 399.8675 147.7786 398.0656 141.3273 398.5392 C 126.7172 398.5392 115.5223 404.8948 107.7429 416.6591 C 101.8609 425.387 98.91993 439.0958 98.91993 457.7855 C 98.91993 480.9343 102.4301 496.8254 109.4506 505.4586 C 116.4711 513.9971 126.3377 518.266 139.0504 518.266 C 151.3837 518.266 160.6811 514.8034 166.9426 507.8776 C 173.299 500.9521 179.6171 494.9039 181.2904 481.5172 z "
- id="path920"
- sodipodi:nodetypes="ccccccccccscccccccccccccccccccs" /></g><g
- id="g1350"><path
- transform="matrix(4.440541,0,0,4.452115,14.21009,-3.051758e-5)"
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:0.7309;font-family:Arial Black;"
- d="M 133.1117 85.96286 C 133.1117 85.96286 136.0179 85.96286 133.1117 85.96286 z M 140.2858 105.6702 L 147.4779 106.0867 C 148.0639 106.5086 149.764 107.5722 150.8656 108.955 C 151.9906 110.3378 153.2978 112.3305 153.6728 113.0805 L 160.8998 126.8255 L 160.9046 130.2894 L 154.0533 125.3186 L 148.4934 117.3219 C 148.4934 117.3219 142.653 105.1311 140.2858 105.6702 z "
- id="path757"
- sodipodi:nodetypes="ccccccccccc" /><path
- transform="matrix(4.440541,0,0,4.452115,14.21009,-3.051758e-5)"
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:0.7309;font-family:Arial Black;"
- d="M 149.7708 91.15968 L 145.1278 83.35817 L 139.2776 82.78094 L 132.948 76.48288 C 138.4271 76.48289 144.4174 77.2752 147.019 78.48943 C 149.6205 79.33317 151.9039 82.0149 153.4977 84.31178 C 155.0914 87.14095 155.5169 88.43638 155.5169 92.45859 C 155.5169 95.31796 154.9075 97.79063 153.6887 99.87656 C 152.47 101.9391 150.237 104.541 148.1042 105.8301 L 139.9144 105.8316 L 147.6436 99.86585 L 149.7708 91.15968 z M 125.0013 99.03281 L 125.0013 99.03281 z "
- id="path753"
- sodipodi:nodetypes="cccccccccccccc" /><path
- transform="matrix(2.758731,0,0,2.765921,14.21009,-3.051758e-5)"
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:1.1765;font-family:Arial Black;"
- d="M 205.5291 141.1674 L 198.8791 142.0183 L 199.0606 159.5891 L 208.1351 159.6702 L 211.0491 155.5192 C 214.7062 155.4381 216.0821 155.0288 216.7384 154.1616 C 217.4181 153.2945 217.7579 152.2984 217.7579 151.1734 C 217.7579 149.5093 217.2306 148.232 216.1759 147.3413 C 215.1212 146.4507 214.0516 145.8756 210.1044 146.0054 M 197.9104 140.7905 L 211.798 139.9796 C 216.4815 140.3041 215.7164 140.8362 221.4741 142.614 C 223.0678 144.8874 224.9057 145.5882 224.9057 148.8694 C 224.9057 151.7288 224.8168 152.3846 223.5981 154.4705 L 217.7467 159.7376 L 210.6119 161.1815 L 198.3374 161.1814 L 197.9104 140.7905 z "
- id="path762"
- sodipodi:nodetypes="cccccccccccccccccc" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25;"
- d="M 547.1058 391.6655 L 561.0276 404.1653 L 579.1779 403.9026 L 568.0839 392.54 L 547.1058 391.6655 z "
- id="path764"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25;"
- d="M 561.6249 430.1213 L 550.6976 441.0487 L 575.0264 440.8426 L 582.2426 430.1213 L 561.6249 430.1213 z "
- id="path766"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25;"
- d="M 548.3265 392.5971 L 547.9141 443.729 L 560.6972 430.9461 L 560.0787 403.5245 L 548.3265 392.5971 z "
- id="path768"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- transform="matrix(3.367258,0,0,3.376034,14.21009,-3.051758e-5)"
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:0.9639;font-family:Arial Black;"
- d="M 166.5047 155.3689 L 166.5047 155.3689 z M 166.2273 136.7017 L 169.4677 138.311 L 176.1747 144.25 L 179.1323 150.3597 L 186.196 164.5467 L 179.2082 171.534 L 179.2104 166.8431 L 171.32 151.334 L 169.2812 147.7822 L 168.333 146.4466 L 163.8319 141.6763 L 166.2273 136.7017 z "
- id="path772"
- sodipodi:nodetypes="cccccccccccccc" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25;"
- d="M 621.22 560.9282 L 605.1152 581.296 L 711.691 581.5328 L 688.4813 560.4545 L 621.22 560.9282 z "
- id="path775"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25;"
- d="M 473.1671 340.0713 L 490.1791 357.3584 L 607.9579 358.0763 L 590.7271 340.4858 L 473.1671 340.0713 z "
- id="path777"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25;"
- d="M 547.6355 473.441 L 546.7789 558.7532 L 565.5908 578.8232 L 565.5908 493.5727 L 547.6355 473.441 z "
- id="path779"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25;"
- d="M 470.9093 341.7756 L 472.3058 578.1765 L 492.3165 557.8201 L 489.5386 356.3031 L 470.9093 341.7756 z "
- id="path784"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25;"
- d="M 491.0706 558.35 L 473.9296 580.7396 L 564.0167 581.3804 L 550.075 562.4904 L 491.0706 558.35 z "
- id="path782"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25;"
- d="M 471.5343 341.1506 L 472.3058 579.4265 L 491.0665 558.4451 L 489.5386 357.5531 L 471.5343 341.1506 z "
- id="path785"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25;"
- d="M 472.5421 340.0713 L 492.0541 357.9834 L 609.2079 358.0763 L 591.6646 340.4857 L 472.5421 340.0713 z "
- id="path786"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- transform="matrix(4.440541,0,0,4.452115,14.21009,-3.051758e-5)"
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke-width:0.7309;font-family:Arial Black;"
- d="M 125.0013 99.03281 L 125.0013 99.03281 z M 149.7708 91.15968 L 145.1278 83.35817 L 139.2776 82.78094 L 132.948 76.48288 C 138.4271 76.48289 144.4174 77.2752 147.019 78.48943 C 149.6205 79.33317 151.9039 82.0149 153.4977 84.31178 C 155.0914 87.14095 155.5169 88.43638 155.5169 92.45859 C 155.5169 95.31796 154.9075 97.79063 153.6887 99.87656 C 152.47 101.9391 149.9555 104.6814 147.8227 105.9705 L 139.9144 105.6912 L 147.6436 99.86585 L 149.7708 91.15968 z "
- id="path787"
- sodipodi:nodetypes="cccccccccccccc" /><path
- transform="matrix(4.440541,0,0,4.452115,14.21009,-3.051758e-5)"
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke-width:0.7309;font-family:Arial Black;"
- d="M 140.2858 106.0914 L 147.7594 106.3675 C 148.3454 106.7894 149.6232 107.5722 150.7249 108.955 C 151.8499 110.3378 153.157 112.3305 153.532 113.0805 L 160.759 126.6851 L 160.7639 130.4298 L 154.757 125.3186 L 148.4934 117.3219 C 148.4934 117.3219 142.653 105.5523 140.2858 106.0914 z M 133.1117 85.96286 C 133.1117 85.96286 136.0179 85.96286 133.1117 85.96286 z "
- id="path788"
- sodipodi:nodetypes="ccccccccccc" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25;"
- d="M 623.72 560.9282 L 605.1152 580.671 L 711.066 580.9078 L 687.2313 560.4545 L 623.72 560.9282 z "
- id="path789"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- transform="matrix(3.367258,0,0,3.376034,14.21009,-3.051758e-5)"
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke-width:0.9639;font-family:Arial Black;"
- d="M 166.5047 155.3689 L 166.5047 155.3689 z M 166.2273 136.7017 L 169.4677 138.311 L 176.1747 144.25 L 179.1323 150.3597 L 186.196 164.3616 L 179.2082 171.534 L 179.2104 166.8431 L 171.32 151.334 L 169.2812 147.7822 L 168.333 146.4466 L 163.6463 141.306 L 166.2273 136.7017 z "
- id="path790"
- sodipodi:nodetypes="cccccccccccccc" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25;"
- d="M 546.3855 474.066 L 546.7789 556.8782 L 565.5908 580.0732 L 565.5908 494.8227 L 546.3855 474.066 z "
- id="path791"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25;"
- d="M 492.3206 558.35 L 473.3046 580.7396 L 565.2667 581.3804 L 550.075 562.4904 L 492.3206 558.35 z "
- id="path792"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25;"
- d="M 547.7015 393.8472 L 547.2891 442.479 L 560.6972 430.5338 L 560.0787 403.9368 L 547.7015 393.8472 z "
- id="path795"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25;"
- d="M 547.7308 391.6655 L 561.0276 403.5403 L 579.8029 403.2776 L 569.3339 391.9149 L 547.7308 391.6655 z "
- id="path796"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- transform="matrix(2.758731,0,0,2.765921,14.21009,-3.051758e-5)"
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke-width:1.1765;font-family:Arial Black;"
- d="M 205.5291 141.1674 L 198.8791 142.0183 L 199.0606 159.5891 L 208.1351 159.6702 L 211.0491 155.6683 C 214.7062 155.5872 216.0821 155.0288 216.7384 154.1616 C 217.4181 153.2945 217.7579 152.2984 217.7579 151.1734 C 217.7579 149.5093 217.2306 148.232 216.1759 147.3413 C 215.1212 146.4507 213.8544 145.6789 209.9072 145.8087 M 197.9104 140.7905 L 211.798 139.9796 C 216.4815 140.3041 215.7164 140.8362 221.4741 142.614 C 223.0678 144.8874 224.9057 145.5882 224.9057 148.8694 C 224.9057 151.7288 224.8168 152.3846 223.5981 154.4705 L 217.7467 159.7376 L 210.6119 161.1815 L 198.3374 161.1814 L 197.9104 140.7905 z "
- id="path797"
- sodipodi:nodetypes="cccccccccccccccccc" /><path
- style="font-size:12;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25;"
- d="M 562.0372 430.9461 L 550.6976 441.0487 L 575.0264 440.8426 L 582.655 430.5337 L 562.0372 430.9461 z "
- id="path798"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- transform="matrix(4.440541,0,0,4.452115,14.21009,-3.051758e-5)"
- style="font-size:72;font-weight:normal;fill:url(#linearGradient1583);stroke-width:0.7309;font-family:Arial Black;"
- d="M 125.0013 99.03281 L 125.0013 99.03281 z M 149.7708 91.15968 L 145.1278 83.35817 L 139.2776 82.78094 L 132.948 76.48288 C 138.4271 76.48289 144.4174 77.2752 147.019 78.48943 C 149.6205 79.33317 151.9039 82.0149 153.4977 84.31178 C 155.0914 87.14095 155.5169 88.43638 155.5169 92.45859 C 155.5169 95.31796 154.9075 97.79063 153.6887 99.87656 C 152.47 101.9391 149.9555 104.6814 147.8227 105.9705 L 139.9144 105.6912 L 147.6436 99.86585 L 149.7708 91.15968 z "
- id="path799"
- sodipodi:nodetypes="cccccccccccccc" /><path
- transform="matrix(4.440541,0,0,4.452115,14.21009,-3.051758e-5)"
- style="font-size:72;font-weight:normal;fill:url(#linearGradient1590);stroke-width:0.7309;font-family:Arial Black;"
- d="M 140.2858 106.0914 L 147.7594 106.3675 C 148.3454 106.7894 149.6232 107.5722 150.7249 108.955 C 151.8499 110.3378 153.157 112.3305 153.532 113.0805 L 160.759 126.6851 L 160.7639 130.4298 L 154.757 125.3186 L 148.4934 117.3219 C 148.4934 117.3219 142.653 105.5523 140.2858 106.0914 z M 133.1117 85.96286 C 133.1117 85.96286 136.0179 85.96286 133.1117 85.96286 z "
- id="path800"
- sodipodi:nodetypes="ccccccccccc" /><path
- style="font-size:12;fill:url(#linearGradient1595);fill-rule:evenodd;stroke-width:3.25;"
- d="M 472.5421 340.0713 L 492.0541 357.9834 L 609.2079 358.0763 L 591.6646 340.4857 L 472.5421 340.0713 z "
- id="path804"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:url(#linearGradient806);fill-rule:evenodd;stroke-width:3.25;"
- d="M 471.5343 341.1506 L 472.3058 579.4265 L 491.0665 558.4451 L 489.5386 357.5531 L 471.5343 341.1506 z "
- id="path805"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:url(#linearGradient808);fill-rule:evenodd;stroke-width:3.25;"
- d="M 492.3206 558.35 L 473.3046 580.7396 L 565.2667 581.3804 L 550.075 562.4904 L 492.3206 558.35 z "
- id="path807"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:url(#linearGradient810);fill-rule:evenodd;stroke-width:3.25;"
- d="M 546.3855 474.066 L 546.7789 556.8782 L 565.5908 580.0732 L 565.5908 494.8227 L 546.3855 474.066 z "
- id="path809"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- transform="matrix(3.367258,0,0,3.376034,14.21009,-3.051758e-5)"
- style="font-size:72;font-weight:normal;fill:url(#linearGradient812);stroke-width:0.9639;font-family:Arial Black;"
- d="M 166.5047 155.3689 L 166.5047 155.3689 z M 166.2273 136.7017 L 169.4677 138.311 L 176.1747 144.25 L 179.1323 150.3597 L 186.196 164.3616 L 179.2082 171.534 L 179.2104 166.8431 L 171.32 151.334 L 169.2812 147.7822 L 168.333 146.4466 L 163.6463 141.306 L 166.2273 136.7017 z "
- id="path811"
- sodipodi:nodetypes="cccccccccccccc" /><path
- transform="matrix(3.367258,0,0,3.376034,14.21009,-3.051758e-5)"
- style="font-size:72;font-weight:normal;fill:url(#radialGradient814);stroke-width:0.9639;font-family:Arial Black;"
- d="M 166.5047 155.3689 L 166.5047 155.3689 z M 166.2273 136.7017 L 169.4677 138.311 L 176.1747 144.25 L 179.1323 150.3597 L 186.196 164.3616 L 179.2082 171.534 L 179.2104 166.8431 L 171.32 151.334 L 169.2812 147.7822 L 168.333 146.4466 L 163.6463 141.306 L 166.2273 136.7017 z "
- id="path813"
- sodipodi:nodetypes="cccccccccccccc" /><path
- style="font-size:12;fill:url(#linearGradient820);fill-rule:evenodd;stroke-width:3.25;"
- d="M 623.72 560.9282 L 605.1152 580.671 L 711.066 580.9078 L 687.2313 560.4545 L 623.72 560.9282 z "
- id="path819"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:url(#linearGradient822);fill-rule:evenodd;stroke-width:3.25;"
- d="M 623.72 560.9282 L 605.1152 580.671 L 711.066 580.9078 L 687.2313 560.4545 L 623.72 560.9282 z "
- id="path821"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:url(#linearGradient827);fill-rule:evenodd;stroke-width:3.25;"
- d="M 547.7015 393.8472 L 547.2891 442.479 L 560.6972 430.5338 L 560.0787 403.9368 L 547.7015 393.8472 z "
- id="path826"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:url(#linearGradient829);fill-rule:evenodd;stroke-width:3.25;"
- d="M 547.7015 393.8472 L 547.2891 442.479 L 560.6972 430.5338 L 560.0787 403.9368 L 547.7015 393.8472 z "
- id="path828"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- transform="matrix(2.758731,0,0,2.765921,14.21009,-3.051758e-5)"
- style="font-size:72;font-weight:normal;fill:url(#linearGradient834);stroke-width:1.1765;font-family:Arial Black;"
- d="M 205.5291 141.1674 L 198.8791 142.0183 L 199.0606 159.5891 L 208.1351 159.6702 L 211.0491 155.6683 C 214.7062 155.5872 216.0821 155.0288 216.7384 154.1616 C 217.4181 153.2945 217.7579 152.2984 217.7579 151.1734 C 217.7579 149.5093 217.2306 148.232 216.1759 147.3413 C 215.1212 146.4507 213.8544 145.6789 209.9072 145.8087 M 197.9104 140.7905 L 211.798 139.9796 C 216.4815 140.3041 215.7164 140.8362 221.4741 142.614 C 223.0678 144.8874 224.9057 145.5882 224.9057 148.8694 C 224.9057 151.7288 224.8168 152.3846 223.5981 154.4705 L 217.7467 159.7376 L 210.6119 161.1815 L 198.3374 161.1814 L 197.9104 140.7905 z "
- id="path833"
- sodipodi:nodetypes="cccccccccccccccccc" /><path
- transform="matrix(2.758731,0,0,2.765921,14.21009,-3.051758e-5)"
- style="font-size:72;font-weight:normal;fill:url(#linearGradient836);stroke-width:1.1765;font-family:Arial Black;"
- d="M 205.5291 141.1674 L 198.8791 142.0183 L 199.0606 159.5891 L 208.1351 159.6702 L 211.0491 155.6683 C 214.7062 155.5872 216.0821 155.0288 216.7384 154.1616 C 217.4181 153.2945 217.7579 152.2984 217.7579 151.1734 C 217.7579 149.5093 217.2306 148.232 216.1759 147.3413 C 215.1212 146.4507 213.8544 145.6789 209.9072 145.8087 M 197.9104 140.7905 L 211.798 139.9796 C 216.4815 140.3041 215.7164 140.8362 221.4741 142.614 C 223.0678 144.8874 224.9057 145.5882 224.9057 148.8694 C 224.9057 151.7288 224.8168 152.3846 223.5981 154.4705 L 217.7467 159.7376 L 210.6119 161.1815 L 198.3374 161.1814 L 197.9104 140.7905 z "
- id="path835"
- sodipodi:nodetypes="cccccccccccccccccc" /><path
- style="font-size:12;fill:url(#linearGradient838);fill-rule:evenodd;stroke-width:3.25;"
- d="M 547.7308 391.6655 L 561.0276 403.5403 L 579.8029 403.2776 L 569.3339 391.9149 L 547.7308 391.6655 z "
- id="path837"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:url(#linearGradient843);fill-rule:evenodd;stroke-width:3.25;"
- d="M 547.7308 391.6655 L 561.0276 403.5403 L 579.8029 403.2776 L 569.3339 391.9149 L 547.7308 391.6655 z "
- id="path841"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:url(#linearGradient848);fill-rule:evenodd;stroke-width:3.25;"
- d="M 562.0372 430.9461 L 550.6976 441.0487 L 575.0264 440.8426 L 582.655 430.5337 L 562.0372 430.9461 z "
- id="path847"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:url(#linearGradient850);fill-rule:evenodd;stroke-width:3.25;"
- d="M 562.0372 430.9461 L 550.6976 441.0487 L 575.0264 440.8426 L 582.655 430.5337 L 562.0372 430.9461 z "
- id="path849"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:url(#linearGradient1252);fill-rule:evenodd;stroke-width:3.25;"
- d="M 546.3855 474.066 L 546.7789 556.8782 L 565.5908 580.0732 L 565.5908 494.8227 L 546.3855 474.066 z "
- id="path1251"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:12;fill:url(#linearGradient1254);fill-rule:evenodd;stroke-width:3.25;"
- d="M 546.3855 474.066 L 546.7789 556.8782 L 565.5908 580.0732 L 565.5908 494.8227 L 546.3855 474.066 z "
- id="path1253"
- sodipodi:nodetypes="ccccc"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:72;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:0.875;font-family:Arial Black;"
- d="M 486.7536 563.6203 L 486.7536 353.9554 L 594.4519 353.9554 C 614.4226 353.9554 629.6857 355.6716 640.2417 359.104 C 650.7973 362.5365 659.3087 368.9246 665.7752 378.2685 C 672.242 387.517 675.4754 398.8155 675.4754 412.1637 C 675.4754 423.796 673.0028 433.8551 668.0575 442.3407 C 663.1126 450.7311 656.3131 457.5484 647.6592 462.7926 C 642.1434 466.1296 634.5831 468.8947 624.9782 471.0874 C 632.6813 473.6617 638.2921 476.2359 641.8107 478.8106 C 644.188 480.5265 647.6117 484.1976 652.0811 489.8229 C 656.6458 495.4483 659.6889 499.7865 661.2105 502.8375 L 692.4504 563.6203 L 619.4153 563.6203 L 584.8945 499.5481 C 580.5201 491.2529 576.6212 485.8659 573.1975 483.3872 C 568.5379 480.1454 563.2599 478.5242 557.3639 478.5242 L 551.6579 478.5242 L 551.6579 563.6203 L 486.7536 563.6203 z M 551.6579 438.9085 L 578.9036 438.9085 C 581.8514 438.9085 587.5574 437.9549 596.021 436.0478 C 600.3004 435.1898 603.7716 432.9967 606.4342 429.4693 C 609.192 425.9415 610.5712 421.8892 610.5712 417.3127 C 610.5712 410.543 608.4313 405.3468 604.1518 401.7234 C 599.8724 398.1004 591.8369 396.2888 580.0446 396.2888 L 551.6579 396.2888 L 551.6579 438.9085 z "
- id="path742"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:72;font-weight:normal;fill:url(#linearGradient854);stroke:#000000;stroke-width:0.875;font-family:Arial Black;"
- d="M 486.7536 563.6203 L 486.7536 353.9554 L 594.4519 353.9554 C 614.4226 353.9554 629.6857 355.6716 640.2417 359.104 C 650.7973 362.5365 659.3087 368.9246 665.7752 378.2685 C 672.242 387.517 675.4754 398.8155 675.4754 412.1637 C 675.4754 423.796 673.0028 433.8551 668.0575 442.3407 C 663.1126 450.7311 656.3131 457.5484 647.6592 462.7926 C 642.1434 466.1296 634.5831 468.8947 624.9782 471.0874 C 632.6813 473.6617 638.2921 476.2359 641.8107 478.8106 C 644.188 480.5265 647.6117 484.1976 652.0811 489.8229 C 656.6458 495.4483 659.6889 499.7865 661.2105 502.8375 L 692.4504 563.6203 L 619.4153 563.6203 L 584.8945 499.5481 C 580.5201 491.2529 576.6212 485.8659 573.1975 483.3872 C 568.5379 480.1454 563.2599 478.5242 557.3639 478.5242 L 551.6579 478.5242 L 551.6579 563.6203 L 486.7536 563.6203 z M 551.6579 438.9085 L 578.9036 438.9085 C 581.8514 438.9085 587.5574 437.9549 596.021 436.0478 C 600.3004 435.1898 603.7716 432.9967 606.4342 429.4693 C 609.192 425.9415 610.5712 421.8892 610.5712 417.3127 C 610.5712 410.543 608.4313 405.3468 604.1518 401.7234 C 599.8724 398.1004 591.8369 396.2888 580.0446 396.2888 L 551.6579 396.2888 L 551.6579 438.9085 z "
- id="path853"
- transform="translate(14.21009,-3.051758e-5)" /><path
- style="font-size:72;font-weight:normal;fill:url(#linearGradient852);stroke:#000000;stroke-width:0.875;font-family:Arial Black;"
- d="M 486.7536 563.6203 L 486.7536 353.9554 L 594.4519 353.9554 C 614.4226 353.9554 629.6857 355.6716 640.2417 359.104 C 650.7973 362.5365 659.3087 368.9246 665.7752 378.2685 C 672.242 387.517 675.4754 398.8155 675.4754 412.1637 C 675.4754 423.796 673.0028 433.8551 668.0575 442.3407 C 663.1126 450.7311 656.3131 457.5484 647.6592 462.7926 C 642.1434 466.1296 634.5831 468.8947 624.9782 471.0874 C 632.6813 473.6617 638.2921 476.2359 641.8107 478.8106 C 644.188 480.5265 647.6117 484.1976 652.0811 489.8229 C 656.6458 495.4483 659.6889 499.7865 661.2105 502.8375 L 692.4504 563.6203 L 619.4153 563.6203 L 584.8945 499.5481 C 580.5201 491.2529 576.6212 485.8659 573.1975 483.3872 C 568.5379 480.1454 563.2599 478.5242 557.3639 478.5242 L 551.6579 478.5242 L 551.6579 563.6203 L 486.7536 563.6203 z M 551.6579 438.9085 L 578.9036 438.9085 C 581.8514 438.9085 587.5574 437.9549 596.021 436.0478 C 600.3004 435.1898 603.7716 432.9967 606.4342 429.4693 C 609.192 425.9415 610.5712 421.8892 610.5712 417.3127 C 610.5712 410.543 608.4313 405.3468 604.1518 401.7234 C 599.8724 398.1004 591.8369 396.2888 580.0446 396.2888 L 551.6579 396.2888 L 551.6579 438.9085 z "
- id="path851"
- transform="translate(14.21009,-3.051758e-5)" /></g></svg>
+ sodipodi:docbase="/home/deva/docs/c/miav/pixmaps"
+ sodipodi:docname="cpr.svg"
+ inkscape:version="0.43"
+ version="1.0"><metadata
+ id="metadata4811"><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><defs
+ id="defs621"><linearGradient
+ id="linearGradient855"><stop
+ style="stop-color:#e30000;stop-opacity:0;"
+ offset="0"
+ id="stop856" /><stop
+ style="stop-color:#350000;stop-opacity:0.749;"
+ offset="1"
+ id="stop857" /></linearGradient><linearGradient
+ id="linearGradient844"><stop
+ style="stop-color:#e30000;stop-opacity:0.2392;"
+ offset="0"
+ id="stop845" /><stop
+ style="stop-color:#350000;stop-opacity:0.749;"
+ offset="1"
+ id="stop846" /></linearGradient><linearGradient
+ id="linearGradient830"><stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop831" /><stop
+ style="stop-color:#350000;stop-opacity:0.749;"
+ offset="1"
+ id="stop832" /></linearGradient><linearGradient
+ id="linearGradient823"><stop
+ style="stop-color:#ff0000;stop-opacity:0;"
+ offset="0"
+ id="stop824" /><stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop825" /></linearGradient><linearGradient
+ id="linearGradient815"><stop
+ style="stop-color:#000000;stop-opacity:0.7412;"
+ offset="0"
+ id="stop816" /><stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop817" /></linearGradient><linearGradient
+ id="linearGradient1592"><stop
+ style="stop-color:#ed433d;stop-opacity:1;"
+ offset="0"
+ id="stop1593" /><stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop1594" /></linearGradient><linearGradient
+ id="linearGradient1584"><stop
+ style="stop-color:#ff0000;stop-opacity:0.302;"
+ offset="0"
+ id="stop1585" /><stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop1586" /></linearGradient><linearGradient
+ id="linearGradient1575"><stop
+ style="stop-color:#ffffff;stop-opacity:0.698;"
+ offset="0"
+ id="stop1576" /><stop
+ style="stop-color:#ff0000;stop-opacity:0.302;"
+ offset="1"
+ id="stop1577" /></linearGradient><linearGradient
+ id="linearGradient1562"><stop
+ style="stop-color:#ed523d;stop-opacity:0.9059;"
+ offset="0"
+ id="stop1563" /><stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop1564" /></linearGradient><linearGradient
+ id="linearGradient1557"><stop
+ style="stop-color:#ffffff;stop-opacity:0.1529;"
+ offset="0"
+ id="stop1558" /><stop
+ style="stop-color:#350000;stop-opacity:0.749;"
+ offset="1"
+ id="stop1559" /></linearGradient><linearGradient
+ id="linearGradient1539"><stop
+ style="stop-color:#ed523d;stop-opacity:0.8431;"
+ offset="0"
+ id="stop1540" /><stop
+ style="stop-color:#000000;stop-opacity:0.6549;"
+ offset="1"
+ id="stop1541" /></linearGradient><linearGradient
+ id="linearGradient910"><stop
+ style="stop-color:#c3433d;stop-opacity:0.4902;"
+ offset="0"
+ id="stop911" /><stop
+ style="stop-color:#000000;stop-opacity:0.6549;"
+ offset="1"
+ id="stop912" /></linearGradient><linearGradient
+ id="linearGradient796"><stop
+ style="stop-color:#c3433d;stop-opacity:1;"
+ offset="0"
+ id="stop797" /><stop
+ style="stop-color:#000000;stop-opacity:0.6549;"
+ offset="1"
+ id="stop798" /></linearGradient><linearGradient
+ id="linearGradient755"><stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop756" /><stop
+ style="stop-color:#ff0000;stop-opacity:0.302;"
+ offset="1"
+ id="stop757" /></linearGradient><linearGradient
+ id="linearGradient751"><stop
+ style="stop-color:#000;stop-opacity:1;"
+ offset="0"
+ id="stop752" /><stop
+ style="stop-color:#fff;stop-opacity:1;"
+ offset="1"
+ id="stop753" /></linearGradient><linearGradient
+ xlink:href="#linearGradient755"
+ id="linearGradient754"
+ x1="191.2776"
+ y1="599.15344"
+ x2="-82.12011"
+ y2="447.02103"
+ gradientTransform="scale(1.384967,0.722039)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient755"
+ id="linearGradient758"
+ x1="188.41644"
+ y1="640.96112"
+ x2="-7.1009622"
+ y2="646.19281"
+ gradientTransform="scale(1.394914,0.71689)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient796"
+ id="linearGradient795"
+ x1="58.967323"
+ y1="707.66187"
+ x2="-52.694412"
+ y2="707.66516"
+ gradientTransform="scale(1.562636,0.639944)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient755"
+ id="linearGradient886"
+ x1="102.95039"
+ y1="685.95111"
+ x2="45.265751"
+ y2="685.95074"
+ gradientTransform="scale(1.51471,0.660192)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient796"
+ id="linearGradient897"
+ x1="109.9081"
+ y1="724.50275"
+ x2="238.1181"
+ y2="692.6994"
+ gradientTransform="scale(1.373205,0.728224)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient796"
+ id="linearGradient901"
+ x1="121.04947"
+ y1="540.67743"
+ x2="143.5972"
+ y2="546.71704"
+ gradientTransform="scale(1.368003,0.730993)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient755"
+ id="linearGradient907"
+ x1="96.83432"
+ y1="1078.3988"
+ x2="59.050652"
+ y2="1073.2618"
+ gradientTransform="scale(2.536113,0.394304)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient910"
+ id="linearGradient909"
+ x1="92.191711"
+ y1="1082.2039"
+ x2="62.133816"
+ y2="1068.8888"
+ gradientTransform="scale(2.536113,0.394304)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient755"
+ id="linearGradient915"
+ x1="99.277992"
+ y1="1143.8929"
+ x2="48.37785"
+ y2="1183.3478"
+ gradientTransform="scale(2.47493,0.404052)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient910"
+ id="linearGradient917"
+ x1="98.39045"
+ y1="1167.7299"
+ x2="38.741871"
+ y2="1171.222"
+ gradientTransform="scale(2.47493,0.404052)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient910"
+ id="linearGradient919"
+ x1="76.898788"
+ y1="664.97198"
+ x2="143.88811"
+ y2="660.77521"
+ gradientTransform="scale(1.51471,0.660192)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient755"
+ id="linearGradient921"
+ x1="376.08783"
+ y1="597.47699"
+ x2="113.23275"
+ y2="597.47791"
+ gradientTransform="scale(1.30327,0.767301)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ xlink:href="#linearGradient910"
+ id="radialGradient922"
+ cx="105.93902"
+ cy="716.89172"
+ r="276.77786"
+ fx="105.93902"
+ fy="716.89172"
+ gradientTransform="scale(1.535443,0.651278)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ xlink:href="#linearGradient910"
+ id="radialGradient1196"
+ cx="274.2326"
+ cy="619.27161"
+ r="207.90405"
+ fx="274.2326"
+ fy="619.27161"
+ gradientTransform="scale(1.319699,0.757749)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient1539"
+ id="linearGradient1538"
+ x1="380.64407"
+ y1="575.33716"
+ x2="119.70488"
+ y2="644.07916"
+ gradientTransform="scale(1.320262,0.757425)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient1539"
+ id="linearGradient1544"
+ x1="1337.4736"
+ y1="92.712654"
+ x2="924.24084"
+ y2="154.69836"
+ gradientTransform="scale(0.239017,4.183799)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient1539"
+ id="linearGradient1554"
+ x1="152.49065"
+ y1="1292.6582"
+ x2="101.92166"
+ y2="1299.4034"
+ gradientTransform="scale(2.276166,0.439335)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient1562"
+ id="linearGradient1556"
+ x1="861.16602"
+ y1="236.78255"
+ x2="844.86584"
+ y2="164.04547"
+ gradientTransform="scale(0.421637,2.371706)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient1575"
+ id="linearGradient1561"
+ x1="913.32343"
+ y1="242.2832"
+ x2="782.92706"
+ y2="170.15775"
+ gradientTransform="scale(0.421637,2.371706)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient1539"
+ id="linearGradient1569"
+ x1="205.27129"
+ y1="890.82001"
+ x2="182.95085"
+ y2="878.58301"
+ gradientTransform="scale(1.816058,0.550643)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient755"
+ id="linearGradient1583"
+ x1="154.44179"
+ y1="84.366676"
+ x2="115.93815"
+ y2="105.92699"
+ gradientTransform="scale(1.017281,0.983012)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient755"
+ id="linearGradient1590"
+ x1="216.13875"
+ y1="98.47123"
+ x2="151.26624"
+ y2="68.336571"
+ gradientTransform="scale(0.788581,1.268101)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient796"
+ id="linearGradient1595"
+ x1="217.35246"
+ y1="932.52936"
+ x2="120.1261"
+ y2="944.21643"
+ gradientTransform="scale(2.755075,0.362967)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient796"
+ id="linearGradient806"
+ x1="1749.2766"
+ y1="133.91637"
+ x2="1499.129"
+ y2="134.98276"
+ gradientTransform="scale(0.286309,3.492726)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient796"
+ id="linearGradient808"
+ x1="275.14685"
+ y1="1141.595"
+ x2="188.81161"
+ y2="1121.4855"
+ gradientTransform="scale(1.998268,0.500433)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient796"
+ id="linearGradient810"
+ x1="1321.2803"
+ y1="241.26443"
+ x2="1257.3582"
+ y2="120.70497"
+ gradientTransform="scale(0.42564,2.349401)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient796"
+ id="linearGradient812"
+ x1="230.74738"
+ y1="135.38869"
+ x2="134.65822"
+ y2="79.33654"
+ gradientTransform="scale(0.804599,1.242856)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ xlink:href="#linearGradient815"
+ id="radialGradient814"
+ cx="222.73997"
+ cy="136.26447"
+ r="5.4976311"
+ fx="222.73997"
+ fy="136.26447"
+ gradientTransform="scale(0.804599,1.242856)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient796"
+ id="linearGradient820"
+ x1="310.00009"
+ y1="1304.4451"
+ x2="210.93819"
+ y2="1289.5544"
+ gradientTransform="scale(2.27599,0.439369)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient823"
+ id="linearGradient822"
+ x1="274.57224"
+ y1="1298.8608"
+ x2="317.6828"
+ y2="1286.7209"
+ gradientTransform="scale(2.27599,0.439369)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient823"
+ id="linearGradient827"
+ x1="1070.6755"
+ y1="219.96712"
+ x2="1042.3016"
+ y2="221.16402"
+ gradientTransform="scale(0.525078,1.904481)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient830"
+ id="linearGradient829"
+ x1="1043.7212"
+ y1="219.16911"
+ x2="1067.8372"
+ y2="219.16907"
+ gradientTransform="scale(0.525078,1.904481)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient910"
+ id="linearGradient834"
+ x1="187.35526"
+ y1="170.66017"
+ x2="199.31676"
+ y2="170.28641"
+ gradientTransform="scale(1.128383,0.886224)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient823"
+ id="linearGradient836"
+ x1="194.35725"
+ y1="170.28638"
+ x2="181.228"
+ y2="171.03403"
+ gradientTransform="scale(1.128383,0.886224)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient823"
+ id="linearGradient838"
+ x1="333.87531"
+ y1="655.28003"
+ x2="360.52231"
+ y2="652.07013"
+ gradientTransform="scale(1.643427,0.608484)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient844"
+ id="linearGradient843"
+ x1="350.16907"
+ y1="654.3515"
+ x2="337.27356"
+ y2="655.70093"
+ gradientTransform="scale(1.643427,0.608484)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient1584"
+ id="linearGradient848"
+ x1="317.28046"
+ y1="760.60089"
+ x2="342.06415"
+ y2="758.42102"
+ gradientTransform="scale(1.743336,0.573613)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient844"
+ id="linearGradient850"
+ x1="331.74771"
+ y1="758.28119"
+ x2="317.56097"
+ y2="757.80084"
+ gradientTransform="scale(1.743336,0.573613)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient855"
+ id="linearGradient852"
+ x1="588.61737"
+ y1="506.5802"
+ x2="605.16876"
+ y2="346.91208"
+ gradientTransform="scale(0.990532,1.009559)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient855"
+ id="linearGradient854"
+ x1="588.61743"
+ y1="372.98029"
+ x2="588.61749"
+ y2="609.22437"
+ gradientTransform="scale(0.990532,1.009559)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient823"
+ id="linearGradient1172"
+ x1="91.785568"
+ y1="677.5592"
+ x2="61.082542"
+ y2="677.5589"
+ gradientTransform="scale(1.51471,0.660192)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient823"
+ id="linearGradient1252"
+ x1="1340.0811"
+ y1="225.75291"
+ x2="1272.3986"
+ y2="225.75221"
+ gradientTransform="scale(0.42564,2.349401)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient855"
+ id="linearGradient1254"
+ x1="1328.8073"
+ y1="241.26703"
+ x2="1328.7997"
+ y2="187.6814"
+ gradientTransform="scale(0.42564,2.349401)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient823"
+ id="linearGradient1437"
+ x1="867.685"
+ y1="227.00249"
+ x2="815.52661"
+ y2="227.00249"
+ gradientTransform="scale(0.421637,2.371706)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient830"
+ id="linearGradient1440"
+ x1="841.60577"
+ y1="239.22716"
+ x2="831.82617"
+ y2="197.05206"
+ gradientTransform="scale(0.421637,2.371706)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient823"
+ id="linearGradient4813"
+ gradientTransform="scale(0.525078,1.904481)"
+ x1="1070.6755"
+ y1="219.96712"
+ x2="1042.3016"
+ y2="221.16402"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient830"
+ id="linearGradient4815"
+ gradientTransform="scale(0.525078,1.904481)"
+ x1="1043.7212"
+ y1="219.16911"
+ x2="1067.8372"
+ y2="219.16907"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient910"
+ id="linearGradient4817"
+ x1="187.35526"
+ y1="170.66017"
+ x2="199.31676"
+ y2="170.28641"
+ gradientTransform="scale(1.128383,0.886224)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient823"
+ id="linearGradient4819"
+ x1="194.35725"
+ y1="170.28638"
+ x2="181.228"
+ y2="171.03403"
+ gradientTransform="scale(1.128383,0.886224)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient823"
+ id="linearGradient4821"
+ gradientTransform="scale(1.643427,0.608484)"
+ x1="333.87531"
+ y1="655.28003"
+ x2="360.52231"
+ y2="652.07013"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient844"
+ id="linearGradient4823"
+ gradientTransform="scale(1.643427,0.608484)"
+ x1="350.16907"
+ y1="654.3515"
+ x2="337.27356"
+ y2="655.70093"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1584"
+ id="linearGradient4825"
+ gradientTransform="scale(1.743336,0.573613)"
+ x1="317.28046"
+ y1="760.60089"
+ x2="342.06415"
+ y2="758.42102"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient844"
+ id="linearGradient4827"
+ gradientTransform="scale(1.743336,0.573613)"
+ x1="331.74771"
+ y1="758.28119"
+ x2="317.56097"
+ y2="757.80084"
+ gradientUnits="userSpaceOnUse" /></defs><sodipodi:namedview
+ id="base"
+ inkscape:zoom="0.35539095"
+ inkscape:cx="372.04724"
+ inkscape:cy="526.18109"
+ inkscape:window-width="1272"
+ inkscape:window-height="972"
+ inkscape:window-x="0"
+ inkscape:window-y="30"
+ inkscape:current-layer="svg619" /><g
+ id="g1441"
+ transform="translate(8.441408,-208.2214)"><path
+ style="font-size:12px;fill:#808080;fill-rule:evenodd;stroke:#000000;stroke-width:3.25"
+ d="M 336.6829,481.2589 L 353.5892,496.5158 C 360.874,496.7906 369.8082,497.4779 377.5054,496.5158 L 389.4635,481.6712 L 336.6829,481.2589 z "
+ id="path1566"
+ sodipodi:nodetypes="ccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:3.25;font-family:Arial Black"
+ d="M 583.3993,441.6239 L 583.3993,441.6239 z M 509.6127,588.2124 L 509.6127,588.2124 z M 364.019,564.3593 L 364.019,564.3593 z M 366.4056,355.9148 L 355.5237,343.9448 C 429.1468,345.033 434.8929,352.6773 449.1709,364.7014 C 462.4687,377.8137 466.9411,393.2089 466.9411,417.4166 C 466.9411,442.2962 459.6978,461.7404 445.2109,475.7494 C 430.8319,489.7583 412.0955,496.9687 382.4728,496.9687 L 375.3251,496.9114 L 386.8709,482.616 L 449.6521,417.3667 L 366.4056,355.9148 z M 169.3552,492.0157 C 169.3552,492.0157 167.4483,507.8293 169.3552,492.0157 z "
+ id="path712"
+ sodipodi:nodetypes="cccccccccccccccccc" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25"
+ d="M 336.6829,481.2589 L 354.492,495.4567 C 361.6987,497.4156 365.6024,496.8095 374.4585,497.2624 L 389.4635,481.6712 L 336.6829,481.2589 z "
+ id="path1567"
+ sodipodi:nodetypes="ccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke-width:3.25;font-family:Arial Black"
+ d="M 169.3552,492.0157 C 169.3552,492.0157 167.4483,507.8293 169.3552,492.0157 z M 366.4056,355.9148 L 355.5237,343.9448 C 429.1468,345.033 434.8929,352.6773 449.1709,364.7014 C 462.4687,377.8137 466.9411,393.2089 466.9411,417.4166 C 466.9411,442.2962 459.6978,461.7404 445.2109,475.7494 C 430.8319,489.7583 412.714,497.3468 383.0913,497.3468 L 374.3857,497.3065 L 386.8709,482.616 L 449.6521,417.3667 L 366.4056,355.9148 z M 364.019,564.3593 L 364.019,564.3593 z M 509.6127,588.2124 L 509.6127,588.2124 z M 583.3993,441.6239 L 583.3993,441.6239 z "
+ id="path1399"
+ sodipodi:nodetypes="cccccccccccccccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:url(#linearGradient921);stroke-width:3.25;font-family:Arial Black"
+ d="M 583.3993,441.6239 L 583.3993,441.6239 z M 509.6127,588.2124 L 509.6127,588.2124 z M 364.019,564.3593 L 364.019,564.3593 z M 366.4056,355.9148 L 355.5237,343.9448 C 429.1468,345.033 434.8929,352.6773 449.1709,364.7014 C 462.4687,377.8137 466.9411,393.2089 466.9411,417.4166 C 466.9411,442.2962 459.6978,461.7404 445.2109,475.7494 C 430.8319,489.7583 412.0955,497.3066 382.4728,497.3066 L 374.3113,497.3066 L 386.8709,482.616 L 449.6521,417.3667 L 366.4056,355.9148 z M 169.3552,492.0157 C 169.3552,492.0157 167.4483,507.8293 169.3552,492.0157 z "
+ id="path1400"
+ sodipodi:nodetypes="cccccccccccccccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:3.25;font-family:Arial Black"
+ d="M 177.4113,488.0199 C 177.4113,488.0199 175.5044,503.2749 177.4113,488.0199 z M 265.0375,343.2594 L 276.5247,343.08 C 311.7981,342.3546 336.9594,342.7677 352.7241,343.861 L 367.3597,361.5029 L 276.5321,361.0034 L 265.0375,343.2594 z M 350.3113,444.4351 L 350.3113,444.4351 z M 517.6688,580.8185 L 517.6688,580.8185 z M 591.4554,439.4081 L 591.4554,439.4081 z "
+ id="path1405"
+ sodipodi:nodetypes="cccccccccccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke-width:3.25;font-family:Arial Black"
+ d="M 177.4113,488.0199 C 177.4113,488.0199 175.5044,503.2749 177.4113,488.0199 z M 264.3196,343.2594 L 276.5247,343.08 C 311.7981,342.3546 335.7391,343.18 355.6273,343.861 L 370.9122,360.5556 L 276.5321,361.0034 L 264.3196,343.2594 z M 350.3113,444.4351 L 350.3113,444.4351 z M 517.6688,580.8185 L 517.6688,580.8185 z M 591.4554,439.4081 L 591.4554,439.4081 z "
+ id="path1406"
+ sodipodi:nodetypes="cccccccccccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:url(#linearGradient1538);stroke-width:3.25;font-family:Arial Black"
+ d="M 177.4113,488.0199 C 177.4113,488.0199 175.5044,503.2749 177.4113,488.0199 z M 264.3196,343.2594 L 276.5247,343.08 C 311.7981,342.3546 335.7391,343.18 355.6273,343.861 L 370.9122,360.5556 L 276.5321,361.0034 L 264.3196,343.2594 z M 350.3113,444.4351 L 350.3113,444.4351 z M 517.6688,580.8185 L 517.6688,580.8185 z M 591.4554,439.4081 L 591.4554,439.4081 z "
+ id="path1537"
+ sodipodi:nodetypes="cccccccccccccc" /><path
+ style="font-size:12px;fill:url(#linearGradient1569);fill-rule:evenodd;stroke-width:3.25"
+ d="M 336.6829,481.2589 L 354.492,495.4567 C 361.6987,497.4156 365.6024,496.8095 374.4585,497.2624 L 389.4635,481.6712 L 336.6829,481.2589 z "
+ id="path1568"
+ sodipodi:nodetypes="ccccc" /><g
+ id="g1007"
+ transform="matrix(0.810042,0,0,1.027834,-391.4072,123.9912)"
+ style="font-size:12px"><path
+ transform="matrix(2.758731,0,0,2.765921,355.2524,-130.7329)"
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:1.17649996;font-family:Arial Black"
+ d="M 205.5291,141.1674 L 198.8791,142.0183 L 199.0606,159.5891 L 208.1351,159.6702 L 211.0491,155.5192 C 214.7062,155.4381 216.0821,155.0288 216.7384,154.1616 C 217.4181,153.2945 217.7579,152.2984 217.7579,151.1734 C 217.7579,149.5093 217.2306,148.232 216.1759,147.3413 C 215.1212,146.4507 214.0516,145.8756 210.1044,146.0054 M 197.9104,140.7905 L 211.798,139.9796 C 216.4815,140.3041 215.7164,140.8362 221.4741,142.614 C 223.0678,144.8874 224.9057,145.5882 224.9057,148.8694 C 224.9057,151.7288 224.8168,152.3846 223.5981,154.4705 L 217.7467,159.7376 L 210.6119,161.1815 L 198.3374,161.1814 L 197.9104,140.7905 z "
+ id="path911"
+ sodipodi:nodetypes="cccccccccccccccccc" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25"
+ d="M 547.1058,391.6655 L 561.0276,404.1653 L 579.1779,403.9026 L 568.0839,392.54 L 547.1058,391.6655 z "
+ id="path912"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(355.2524,-130.7329)" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25"
+ d="M 561.6249,430.1213 L 550.6976,441.0487 L 575.0264,440.8426 L 582.2426,430.1213 L 561.6249,430.1213 z "
+ id="path915"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(355.2524,-130.7329)" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25"
+ d="M 548.3265,392.5971 L 547.9141,443.729 L 560.6972,430.9461 L 560.0787,403.5245 L 548.3265,392.5971 z "
+ id="path917"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(355.2524,-130.7329)" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25"
+ d="M 547.7015,393.8472 L 547.2891,442.479 L 560.6972,430.5338 L 560.0787,403.9368 L 547.7015,393.8472 z "
+ id="path934"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(355.2524,-130.7329)" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25"
+ d="M 547.7308,391.6655 L 561.0276,403.5403 L 579.8029,403.2776 L 569.3339,391.9149 L 547.7308,391.6655 z "
+ id="path935"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(355.2524,-130.7329)" /><path
+ transform="matrix(2.758731,0,0,2.765921,355.2524,-130.7329)"
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke-width:1.17649996;font-family:Arial Black"
+ d="M 205.5291,141.1674 L 198.8791,142.0183 L 199.0606,159.5891 L 208.1351,159.6702 L 211.0491,155.6683 C 214.7062,155.5872 216.0821,155.0288 216.7384,154.1616 C 217.4181,153.2945 217.7579,152.2984 217.7579,151.1734 C 217.7579,149.5093 217.2306,148.232 216.1759,147.3413 C 215.1212,146.4507 213.8544,145.6789 209.9072,145.8087 M 197.9104,140.7905 L 211.798,139.9796 C 216.4815,140.3041 215.7164,140.8362 221.4741,142.614 C 223.0678,144.8874 224.9057,145.5882 224.9057,148.8694 C 224.9057,151.7288 224.8168,152.3846 223.5981,154.4705 L 217.7467,159.7376 L 210.6119,161.1815 L 198.3374,161.1814 L 197.9104,140.7905 z "
+ id="path936"
+ sodipodi:nodetypes="cccccccccccccccccc" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25"
+ d="M 562.0372,430.9461 L 550.6976,441.0487 L 575.0264,440.8426 L 582.655,430.5337 L 562.0372,430.9461 z "
+ id="path937"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(355.2524,-130.7329)" /><path
+ style="font-size:12px;fill:url(#linearGradient827);fill-rule:evenodd;stroke-width:3.25"
+ d="M 547.7015,393.8472 L 547.2891,442.479 L 560.6972,430.5338 L 560.0787,403.9368 L 547.7015,393.8472 z "
+ id="path948"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(355.2524,-130.7329)" /><path
+ style="font-size:12px;fill:url(#linearGradient829);fill-rule:evenodd;stroke-width:3.25"
+ d="M 547.7015,393.8472 L 547.2891,442.479 L 560.6972,430.5338 L 560.0787,403.9368 L 547.7015,393.8472 z "
+ id="path949"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(355.2524,-130.7329)" /><path
+ transform="matrix(2.758731,0,0,2.765921,355.2524,-130.7329)"
+ style="font-size:72px;font-weight:normal;fill:url(#linearGradient834);stroke-width:1.17649996;font-family:Arial Black"
+ d="M 205.5291,141.1674 L 198.8791,142.0183 L 199.0606,159.5891 L 208.1351,159.6702 L 211.0491,155.6683 C 214.7062,155.5872 216.0821,155.0288 216.7384,154.1616 C 217.4181,153.2945 217.7579,152.2984 217.7579,151.1734 C 217.7579,149.5093 217.2306,148.232 216.1759,147.3413 C 215.1212,146.4507 213.8544,145.6789 209.9072,145.8087 M 197.9104,140.7905 L 211.798,139.9796 C 216.4815,140.3041 215.7164,140.8362 221.4741,142.614 C 223.0678,144.8874 224.9057,145.5882 224.9057,148.8694 C 224.9057,151.7288 224.8168,152.3846 223.5981,154.4705 L 217.7467,159.7376 L 210.6119,161.1815 L 198.3374,161.1814 L 197.9104,140.7905 z "
+ id="path950"
+ sodipodi:nodetypes="cccccccccccccccccc" /><path
+ transform="matrix(2.758731,0,0,2.765921,355.2524,-130.7329)"
+ style="font-size:72px;font-weight:normal;fill:url(#linearGradient836);stroke-width:1.17649996;font-family:Arial Black"
+ d="M 205.5291,141.1674 L 198.8791,142.0183 L 199.0606,159.5891 L 208.1351,159.6702 L 211.0491,155.6683 C 214.7062,155.5872 216.0821,155.0288 216.7384,154.1616 C 217.4181,153.2945 217.7579,152.2984 217.7579,151.1734 C 217.7579,149.5093 217.2306,148.232 216.1759,147.3413 C 215.1212,146.4507 213.8544,145.6789 209.9072,145.8087 M 197.9104,140.7905 L 211.798,139.9796 C 216.4815,140.3041 215.7164,140.8362 221.4741,142.614 C 223.0678,144.8874 224.9057,145.5882 224.9057,148.8694 C 224.9057,151.7288 224.8168,152.3846 223.5981,154.4705 L 217.7467,159.7376 L 210.6119,161.1815 L 198.3374,161.1814 L 197.9104,140.7905 z "
+ id="path951"
+ sodipodi:nodetypes="cccccccccccccccccc" /><path
+ style="font-size:12px;fill:url(#linearGradient838);fill-rule:evenodd;stroke-width:3.25"
+ d="M 547.7308,391.6655 L 561.0276,403.5403 L 579.8029,403.2776 L 569.3339,391.9149 L 547.7308,391.6655 z "
+ id="path952"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(355.2524,-130.7329)" /><path
+ style="font-size:12px;fill:url(#linearGradient843);fill-rule:evenodd;stroke-width:3.25"
+ d="M 547.7308,391.6655 L 561.0276,403.5403 L 579.8029,403.2776 L 569.3339,391.9149 L 547.7308,391.6655 z "
+ id="path953"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(355.2524,-130.7329)" /><path
+ style="font-size:12px;fill:url(#linearGradient848);fill-rule:evenodd;stroke-width:3.25"
+ d="M 562.0372,430.9461 L 550.6976,441.0487 L 575.0264,440.8426 L 582.655,430.5337 L 562.0372,430.9461 z "
+ id="path954"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(355.2524,-130.7329)" /><path
+ style="font-size:12px;fill:url(#linearGradient850);fill-rule:evenodd;stroke-width:3.25"
+ d="M 562.0372,430.9461 L 550.6976,441.0487 L 575.0264,440.8426 L 582.655,430.5337 L 562.0372,430.9461 z "
+ id="path955"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(355.2524,-130.7329)" /></g><path
+ style="font-size:12px;fill:#808080;fill-rule:evenodd;stroke:#000000;stroke-width:3.25"
+ d="M 340.8064,483.3205 L 340.8064,561.6669 L 357.3004,576.0991 L 356.0633,496.928 L 340.8064,483.3205 z "
+ id="path1550"
+ sodipodi:nodetypes="ccccc" /><path
+ style="font-size:12px;fill:#808080;fill-rule:evenodd;stroke:#000000;stroke-width:3.25"
+ d="M 279.2759,560.464 L 266.9055,577.4969 L 355.1518,577.9092 L 340.3073,560.8763 L 279.2759,560.464 z "
+ id="path1546"
+ sodipodi:nodetypes="ccccc" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25"
+ d="M 341.1074,484.7457 L 342.3445,561.8551 L 357.6014,577.5243 L 356.3983,498.2071 L 341.1074,484.7457 z "
+ id="path1552"
+ sodipodi:nodetypes="ccccc" /><path
+ style="font-size:12px;fill:url(#linearGradient1437);fill-rule:evenodd;stroke-width:3.25"
+ d="M 341.1075,484.7456 L 342.3446,561.855 L 357.6015,577.5242 L 356.3984,498.207 L 341.1075,484.7456 z "
+ id="path1436" /><path
+ style="font-size:12px;fill:url(#linearGradient1561);fill-rule:evenodd;stroke-width:3.25"
+ d="M 341.1073,484.7456 L 342.3444,561.855 L 357.6013,577.5242 L 356.3982,498.207 L 341.1073,484.7456 z "
+ id="path1574" /><path
+ style="font-size:12px;fill:url(#linearGradient1556);fill-rule:evenodd;stroke-width:3.25"
+ d="M 341.1075,484.7456 L 342.3446,561.855 L 357.6015,577.5242 L 356.3984,498.207 L 341.1075,484.7456 z "
+ id="path1573" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25"
+ d="M 280.1006,561.701 L 266.9055,577.4969 L 355.1518,577.9092 L 339.4826,560.8763 L 280.1006,561.701 z "
+ id="path1551"
+ sodipodi:nodetypes="ccccc" /><path
+ style="font-size:12px;fill:url(#linearGradient1554);fill-rule:evenodd;stroke-width:3.25"
+ d="M 280.1006,561.701 L 266.9055,577.4969 L 355.1518,577.9092 L 339.4826,560.8763 L 280.1006,561.701 z "
+ id="path1553"
+ sodipodi:nodetypes="ccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke:#000000;font-family:Arial Black"
+ d="M 190.388,480.6666 C 190.388,480.6666 188.7147,494.0532 190.388,480.6666 z M 277.3627,353.4779 L 277.3627,353.4779 C 407.8581,353.4779 425.3144,359.0279 436.8888,370.1278 C 448.5579,381.2278 454.3925,397.0238 454.3925,417.5162 C 454.3925,438.5775 448.0362,455.0377 435.3235,466.8966 C 422.7056,478.7556 403.3992,484.6849 377.4045,484.6849 L 377.4045,484.6849 L 342.1124,484.6849 L 342.1124,562.0999 L 277.3627,562.0999 L 277.3627,353.4779 z M 342.1124,442.4197 L 342.1124,442.4197 C 370.3365,442.4197 379.0647,440.2853 384.0929,436.0161 C 389.1211,431.6517 391.6352,426.1017 391.6352,419.3661 C 391.6352,412.8199 389.4531,407.2699 385.0891,402.7161 C 380.725,398.1623 372.5186,395.8853 360.4699,395.8853 L 360.4699,395.8853 L 342.1124,395.8853 L 342.1124,442.4197 z M 488.9732,562.0999 L 488.9732,562.0999 z M 553.7229,438.0084 L 553.7229,438.0084 z "
+ id="path643"
+ sodipodi:nodetypes="cccccccccccccccccccccccccc" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25"
+ d="M 263.7097,344.6724 L 265.2468,575.1901 L 276.879,562.6135 L 275.9721,354.323 L 263.7097,344.6724 z "
+ id="path1407"
+ sodipodi:nodetypes="ccccc" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25"
+ d="M 263.7097,344.6724 L 265.2468,575.1901 L 276.879,562.6135 L 275.9721,354.323 L 263.7097,344.6724 z "
+ id="path1542"
+ sodipodi:nodetypes="ccccc" /><path
+ style="font-size:12px;fill:url(#linearGradient1544);fill-rule:evenodd;stroke-width:3.25"
+ d="M 263.7097,344.6724 L 265.2468,575.1901 L 276.879,562.6135 L 275.9721,354.323 L 263.7097,344.6724 z "
+ id="path1543"
+ sodipodi:nodetypes="ccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:url(#radialGradient1196);stroke:#000000;font-family:Arial Black"
+ d="M 190.388,480.6665 C 190.388,480.6665 188.7147,494.0531 190.388,480.6665 z M 277.3627,353.4778 L 277.3627,353.4778 C 407.8581,353.4778 425.3144,359.0278 436.8888,370.1277 C 448.5579,381.2277 454.3925,397.0237 454.3925,417.5161 C 454.3925,438.5774 448.0362,455.0376 435.3235,466.8965 C 422.7056,478.7555 403.3992,484.6848 377.4045,484.6848 L 377.4045,484.6848 L 342.1124,484.6848 L 342.1124,562.0998 L 277.3627,562.0998 L 277.3627,353.4778 z M 342.1124,442.4196 L 342.1124,442.4196 C 370.3365,442.4196 379.0647,440.2852 384.0929,436.016 C 389.1211,431.6516 391.6352,426.1016 391.6352,419.366 C 391.6352,412.8198 389.4531,407.2698 385.0891,402.716 C 380.725,398.1622 372.5186,395.8852 360.4699,395.8852 L 360.4699,395.8852 L 342.1124,395.8852 L 342.1124,442.4196 z M 488.9732,562.0998 L 488.9732,562.0998 z M 553.7229,438.0083 L 553.7229,438.0083 z "
+ id="path1195"
+ sodipodi:nodetypes="cccccccccccccccccccccccccc" /><path
+ style="font-size:12px;fill:url(#linearGradient1440);fill-rule:evenodd;stroke-width:3.25"
+ d="M 341.1075,484.7456 L 342.3446,561.855 L 357.6015,577.5242 L 356.3984,498.207 L 341.1075,484.7456 z "
+ id="path1439" /></g><g
+ id="g1173"
+ transform="translate(8.441408,-208.2214)"><path
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:3.25;font-family:Arial Black"
+ d="M 407.9519,440.3334 L 407.9519,440.3334 z M 363.9253,524.3661 L 363.9253,524.3661 z M 264.0671,443.3208 L 264.0671,443.3208 z M 220.0404,383.0903 L 220.0404,383.0903 z M 164.5721,400.321 C 169.7003,403.9188 176.6399,402.5063 180.6065,410.1938 L 177.4065,417.407 L 162.7163,430.7213 L 160.3063,425.4607 C 159.2761,421.409 150.4274,413.6396 144.0375,412.3145 L 164.5721,400.321 z "
+ id="path887"
+ sodipodi:nodetypes="cccsccccccccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:3.25;font-family:Arial Black"
+ d="M 413.8553,443.5674 L 413.8553,443.5674 z M 369.8287,527.6 L 369.8287,527.6 z M 269.9705,446.5547 L 269.9705,446.5547 z M 225.9438,386.3242 L 225.9438,386.3242 z M 164.5296,466.2793 L 188.6771,483.7052 L 166.683,522.6456 L 146.8343,504.8406 C 152.9478,502.704 154.6861,501.1925 160.7995,490.9308 C 163.7096,482.5052 164.7446,475.9547 164.5296,466.2793 z "
+ id="path883"
+ sodipodi:nodetypes="cccccccccscccc" /><path
+ style="font-size:72px;font-weight:normal;fill:#ffffff;stroke-width:3.25;font-family:Arial Black"
+ d="M 138.6261,577.8549 C 112.4342,577.8549 97.50942,575.2997 80.85194,567.7687 C 64.30383,560.1287 49.18629,550.0126 37.13139,530.9126 C 25.07639,511.8126 19.0489,487.3636 19.0489,457.5676 C 19.0489,417.8396 29.62439,387.3336 50.77529,366.0506 C 72.03569,344.6576 102.0631,336.8036 140.8579,336.8036 L 171.6303,361.3686 C 126.3082,354.764 104.6692,360.4748 75.45158,384.1847 C 58.16021,401.5349 48.44746,421.7272 47.26066,443.8141 C 45.94727,475.6741 45.58121,490.4822 62.26704,513.8163 C 90.0847,556.6207 119.7971,554.9007 158.9827,562.6541 L 138.6261,577.8549 z M 289.2973,338.0546 L 289.2973,338.0546 z M 364.0924,440.3776 L 364.0924,440.3776 z M 533.7374,578.0626 L 533.7374,578.0626 z M 608.5323,435.3026 L 608.5323,435.3026 z "
+ id="path793"
+ sodipodi:nodetypes="cccccccccccccccccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:3.25;font-family:Arial Black"
+ d="M 138.6261,577.8549 C 112.4342,577.8549 97.50942,575.2997 80.85194,567.7687 C 64.30383,560.1287 49.18629,550.0126 37.13139,530.9126 C 25.07639,511.8126 19.0489,487.3636 19.0489,457.5676 C 19.0489,417.8396 29.62439,387.3336 50.77529,366.0506 C 72.03569,344.6576 102.0631,336.8036 140.8579,336.8036 L 171.6303,361.3686 C 126.3082,354.764 104.6692,360.4748 75.45158,384.1847 C 58.16021,401.5349 48.44746,421.7272 47.26066,443.8141 C 45.94727,475.6741 45.58121,490.4822 62.26704,513.8163 C 90.0847,556.6207 119.7971,554.9007 158.9827,562.6541 L 138.6261,577.8549 z M 289.2973,338.0546 L 289.2973,338.0546 z M 364.0924,440.3776 L 364.0924,440.3776 z M 533.7374,578.0626 L 533.7374,578.0626 z M 608.5323,435.3026 L 608.5323,435.3026 z "
+ id="path739"
+ sodipodi:nodetypes="cccccccccccccccccccc" /><g
+ id="g776"
+ style="font-size:12px"><path
+ style="font-size:72px;font-weight:normal;fill:#c3433d;fill-opacity:1;stroke:#000000;stroke-width:3.25;stroke-dasharray:none;stroke-opacity:1;font-family:Arial Black"
+ d="M 140.7329,337.0058 C 169.457,338.0939 195.4692,343.662 212.7845,355.8861 C 221.4968,361.9981 232.0792,372.8766 238.8178,385.9363 C 242.1871,392.4661 245.0035,399.4052 246.961,406.2945 C 248.9184,413.1837 251.105,421.1112 251.5823,427.4415 L 235.4385,417.1047 C 235.4385,417.1047 228.3597,397.8961 218.581,385.4889 C 208.8024,373.0817 197.4121,368.0199 192.0539,363.6677 C 186.6105,361.4912 179.4808,357.5465 172.1737,355.3445 C 164.8667,353.1425 157.3823,352.6833 155.5823,350.9489 C 151.9824,347.4799 149.3565,345.9833 140.7329,337.0058 z M 289.7164,341.0985 L 289.7164,341.0985 z M 364.5115,443.4215 L 364.5115,443.4215 z M 534.1565,581.1069 L 534.1565,581.1069 z M 608.9514,438.3463 L 608.9514,438.3463 z "
+ id="path737"
+ sodipodi:nodetypes="ccssccscssccccccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:#c3433d;fill-opacity:1;stroke:#000000;stroke-width:3.25;stroke-dasharray:none;stroke-opacity:1;font-family:Arial Black"
+ d="M 203.8707,539.8067 C 211.9302,531.6428 219.9897,522.9347 223.1524,510.9621 C 227.384,500.8591 228.8965,491.8448 232.5826,478.4768 C 232.5913,478.4396 228.9377,480.5857 248.3199,468.3198 C 249.8395,467.3304 260.4832,583.9877 141.4039,577.9351 L 155.7703,565.4 C 175.0683,561.2216 190.5577,553.7788 203.8707,539.8067 z M 289.1724,341.3702 L 289.1724,341.3702 z M 363.9675,443.6928 L 363.9675,443.6928 z M 533.6125,581.3778 L 533.6125,581.3778 z M 608.4074,438.6182 L 608.4074,438.6182 z "
+ id="path740"
+ sodipodi:nodetypes="ccssccccccccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:#c3433d;fill-opacity:1;stroke:none;stroke-width:3.25;stroke-dasharray:none;stroke-opacity:1;font-family:Arial Black"
+ d="M 203.8707,539.8067 C 211.9302,531.6428 219.9897,522.9347 223.1524,510.9621 C 227.384,500.8591 228.8965,491.8448 232.5826,478.4768 C 232.5913,478.4396 228.9377,480.5857 248.3199,468.3198 C 249.8395,467.3304 260.4832,583.9877 141.4039,577.9351 L 155.7703,565.4 C 175.0683,561.2216 190.5577,553.7788 203.8707,539.8067 z M 289.1724,341.3702 L 289.1724,341.3702 z M 363.9675,443.6928 L 363.9675,443.6928 z M 533.6125,581.3778 L 533.6125,581.3778 z M 608.4074,438.6182 L 608.4074,438.6182 z "
+ id="path748"
+ sodipodi:nodetypes="ccssccccccccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:#c3433d;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-opacity:1;font-family:Arial Black"
+ d="M 140.7329,337.0058 C 169.457,338.0939 195.4692,343.662 212.7845,355.8861 C 221.4968,361.9981 232.0792,372.8766 238.8178,385.9363 C 242.1871,392.4661 245.0035,399.4052 246.961,406.2945 C 248.9184,413.1837 251.105,421.1112 251.5823,427.4415 L 235.4385,417.1047 C 235.4385,417.1047 228.3597,397.8961 218.581,385.4889 C 208.8024,373.0817 197.4121,368.0199 192.0539,363.6677 C 186.6105,361.4912 179.4808,357.5465 172.1737,355.3445 C 164.8667,353.1425 157.3823,352.6833 155.5823,350.9489 C 151.9824,347.4799 149.3565,345.9833 140.7329,337.0058 z M 289.7164,341.0985 L 289.7164,341.0985 z M 364.5115,443.4215 L 364.5115,443.4215 z M 534.1565,581.1069 L 534.1565,581.1069 z M 608.9514,438.3463 L 608.9514,438.3463 z "
+ id="path747"
+ sodipodi:nodetypes="ccssccscssccccccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:url(#linearGradient758);fill-opacity:1;stroke:none;stroke-width:3.25;stroke-dasharray:none;stroke-opacity:1;font-family:Arial Black"
+ d="M 203.8707,539.8067 C 211.9302,531.6428 219.9897,522.9347 223.1524,510.9621 C 227.384,500.8591 228.8965,491.8448 232.5826,478.4768 C 232.5913,478.4396 228.9377,480.5857 248.3199,468.3198 C 249.8395,467.3304 260.4832,583.9877 141.4039,577.9351 L 155.7703,565.4 C 175.0683,561.2216 190.5577,553.7788 203.8707,539.8067 z M 289.1724,341.3702 L 289.1724,341.3702 z M 363.9675,443.6928 L 363.9675,443.6928 z M 533.6125,581.3778 L 533.6125,581.3778 z M 608.4074,438.6182 L 608.4074,438.6182 z "
+ id="path750"
+ sodipodi:nodetypes="ccssccccccccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:url(#linearGradient754);fill-opacity:1;stroke-width:1pt;font-family:Arial Black"
+ d="M 140.7329,337.0058 C 169.457,338.0939 195.4692,343.662 212.7845,355.8861 C 221.4968,361.9981 232.0792,372.8766 238.8178,385.9363 C 242.1871,392.4661 245.0035,399.4052 246.961,406.2945 C 248.9184,413.1837 251.105,421.1112 251.5823,427.4415 L 235.4385,417.1047 C 235.4385,417.1047 228.3597,397.8961 218.581,385.4889 C 208.8024,373.0817 197.4121,368.0199 192.0539,363.6677 C 186.6105,361.4912 179.4808,357.5465 172.1737,355.3445 C 164.8667,353.1425 157.3823,352.6833 155.5823,350.9489 C 151.9824,347.4799 149.3565,345.9833 140.7329,337.0058 z M 289.7164,341.0985 L 289.7164,341.0985 z M 364.5115,443.4215 L 364.5115,443.4215 z M 534.1565,581.1069 L 534.1565,581.1069 z M 608.9514,438.3463 L 608.9514,438.3463 z "
+ id="path746"
+ sodipodi:nodetypes="ccssccscssccccccccc" /></g><path
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke-width:3.25;font-family:Arial Black"
+ d="M 608.5323,435.3026 L 608.5323,435.3026 z M 533.7374,578.0626 L 533.7374,578.0626 z M 364.0924,440.3776 L 364.0924,440.3776 z M 289.2973,338.0546 L 289.2973,338.0546 z M 141.1389,578.2139 C 114.947,578.2139 97.50942,575.2997 80.85194,567.7687 C 64.30383,560.1287 49.18629,550.0126 37.13139,530.9126 C 25.07639,511.8126 19.0489,487.3636 19.0489,457.5676 C 19.0489,417.8396 29.62439,387.3336 50.77529,366.0506 C 72.03569,344.6576 102.781,336.8036 141.5759,336.8036 L 171.6303,361.3686 C 126.3082,354.764 104.6692,360.4748 75.45158,384.1847 C 58.16021,401.5349 48.44746,421.7272 47.26066,443.8141 C 45.94727,475.6741 45.58121,490.4822 62.26704,513.8163 C 90.0847,556.6207 119.7971,554.9007 158.9827,562.6541 L 141.1389,578.2139 z "
+ id="path794"
+ sodipodi:nodetypes="cccccccccccccccccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:url(#linearGradient795);stroke-width:3.25;font-family:Arial Black"
+ d="M 608.5323,435.3026 L 608.5323,435.3026 z M 533.7374,578.0626 L 533.7374,578.0626 z M 364.0924,440.3776 L 364.0924,440.3776 z M 289.2973,338.0546 L 289.2973,338.0546 z M 141.1389,578.2139 C 114.947,578.2139 97.50942,575.2997 80.85194,567.7687 C 64.30383,560.1287 49.18629,550.0126 37.13139,530.9126 C 25.07639,511.8126 19.0489,487.3636 19.0489,457.5676 C 19.0489,417.8396 29.62439,387.3336 50.77529,366.0506 C 72.03569,344.6576 102.781,336.8036 141.5759,336.8036 L 171.6303,361.3686 C 126.3082,354.764 104.6692,360.4748 75.45158,384.1847 C 58.16021,401.5349 48.44746,421.7272 47.26066,443.8141 C 45.94727,475.6741 45.58121,490.4822 62.26704,513.8163 C 90.0847,556.6207 119.7971,554.9007 158.9827,562.6541 L 141.1389,578.2139 z "
+ id="path881"
+ sodipodi:nodetypes="cccccccccccccccccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:3.25;font-family:Arial Black"
+ d="M 171.4085,517.8638 C 160.5265,523.3048 152.3019,524.4204 139.5939,524.4204 C 124.1766,524.4204 120.8149,521.116 111.0098,514.5067 C 102.3573,506.7449 104.277,505.9477 97.18114,494.705 C 92.80565,481.2858 93.61057,474.5118 92.52236,456.4288 C 94.69877,433.0437 94.39455,430.866 103.0359,412.8971 C 115.5505,400.3046 116.9025,393.4644 139.7383,393.4644 L 165.2426,399.7961 L 143.7308,412.2209 C 139.1497,411.3742 139.862,411.5656 136.6739,412.2136 C 126.1147,416.5886 124.8888,419.2346 119.5992,427.2012 C 115.5997,433.1116 113.6,442.3949 113.6,455.0516 C 113.6,470.7274 115.5131,489.0675 120.2867,494.9138 C 125.0602,500.6959 130.3481,504.9463 138.9921,504.9463 C 144.1656,505.0075 145.7089,505.0314 148.4842,504.1306 L 171.4085,517.8638 z M 228.7465,384.9916 L 228.7465,384.9916 z M 272.7732,445.2221 L 272.7732,445.2221 z M 372.6314,526.2674 L 372.6314,526.2674 z M 416.658,442.2348 L 416.658,442.2348 z "
+ id="path738"
+ sodipodi:nodetypes="cccccccccccccccccccccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:#ffffff;stroke-width:3.25;font-family:Arial Black"
+ d="M 171.4085,517.8638 C 160.5265,523.3048 152.3019,524.4204 139.5939,524.4204 C 124.1766,524.4204 120.8149,521.116 111.0098,514.5067 C 102.3573,506.7449 104.277,505.9477 97.18114,494.705 C 92.80565,481.2858 93.61057,474.5118 92.52236,456.4288 C 94.69877,433.0437 94.39455,430.866 103.0359,412.8971 C 115.5505,400.3046 116.9025,393.4644 139.7383,393.4644 L 165.2426,399.7961 L 143.7308,412.2209 C 139.1497,411.3742 139.862,411.5656 136.6739,412.2136 C 126.1147,416.5886 124.8888,419.2346 119.5992,427.2012 C 115.5997,433.1116 113.6,442.3949 113.6,455.0516 C 113.6,470.7274 115.5131,489.0675 120.2867,494.9138 C 125.0602,500.6959 130.3481,504.9463 138.9921,504.9463 C 144.1656,505.0075 145.7089,505.0314 148.4842,504.1306 L 171.4085,517.8638 z M 228.7465,384.9916 L 228.7465,384.9916 z M 272.7732,445.2221 L 272.7732,445.2221 z M 372.6314,526.2674 L 372.6314,526.2674 z M 416.658,442.2348 L 416.658,442.2348 z "
+ id="path884"
+ sodipodi:nodetypes="cccccccccccccccccccccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke-width:3.25;font-family:Arial Black"
+ d="M 413.8553,443.5674 L 413.8553,443.5674 z M 369.8287,527.6 L 369.8287,527.6 z M 269.9705,446.5547 L 269.9705,446.5547 z M 225.9438,386.3242 L 225.9438,386.3242 z M 164.5296,466.2793 L 181.7066,477.9047 L 189.8208,477.9673 L 166.683,522.6456 L 147.4528,504.4218 C 153.5663,502.2852 154.6861,501.1925 160.7995,490.9308 C 163.7096,482.5052 164.7446,475.9547 164.5296,466.2793 z "
+ id="path894"
+ sodipodi:nodetypes="ccccccccccscccc" /><path
+ style="font-size:72px;font-weight:normal;fill:url(#linearGradient886);stroke-width:3.25;font-family:Arial Black"
+ d="M 171.4085,517.8638 C 160.5265,523.3048 152.3019,524.4204 139.5939,524.4204 C 124.1766,524.4204 120.8149,521.116 111.0098,514.5067 C 102.3573,506.7449 104.277,505.9477 97.18114,494.705 C 92.80565,481.2858 93.61057,474.5118 92.52236,456.4288 C 94.69877,433.0437 94.39455,430.866 103.0359,412.8971 C 115.5505,400.3046 116.9025,393.4644 139.7383,393.4644 L 165.2426,399.7961 L 143.7308,412.2209 C 139.1497,411.3742 139.862,411.5656 136.6739,412.2136 C 126.1147,416.5886 124.8888,419.2346 119.5992,427.2012 C 115.5997,433.1116 113.6,442.3949 113.6,455.0516 C 113.6,470.7274 115.5131,489.0675 120.2867,494.9138 C 125.0602,500.6959 130.3481,504.9463 138.9921,504.9463 C 144.1656,505.0075 145.7089,505.0314 148.4842,504.1306 L 171.4085,517.8638 z M 228.7465,384.9916 L 228.7465,384.9916 z M 272.7732,445.2221 L 272.7732,445.2221 z M 372.6314,526.2674 L 372.6314,526.2674 z M 416.658,442.2348 L 416.658,442.2348 z "
+ id="path885"
+ sodipodi:nodetypes="cccccccccccccccccccccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:url(#linearGradient897);stroke-width:3.25;font-family:Arial Black"
+ d="M 413.8553,443.5674 L 413.8553,443.5674 z M 369.8287,527.6 L 369.8287,527.6 z M 269.9705,446.5547 L 269.9705,446.5547 z M 225.9438,386.3242 L 225.9438,386.3242 z M 164.5296,466.2793 L 181.7066,477.9047 L 189.8208,477.9673 L 166.683,522.6456 L 147.4528,504.4218 C 153.5663,502.2852 154.6861,501.1925 160.7995,490.9308 C 163.7096,482.5052 164.7446,475.9547 164.5296,466.2793 z "
+ id="path898"
+ sodipodi:nodetypes="ccccccccccscccc" /><path
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke-width:3.25;font-family:Arial Black"
+ d="M 164.5721,400.0841 C 169.7003,403.682 176.6399,402.5063 180.6065,410.1938 L 177.4065,417.407 L 162.7163,430.7213 L 160.3063,425.4607 C 159.2761,421.409 149.9537,413.6396 143.5638,412.3145 L 164.5721,400.0841 z M 220.0404,383.0903 L 220.0404,383.0903 z M 264.0671,443.3208 L 264.0671,443.3208 z M 363.9253,524.3661 L 363.9253,524.3661 z M 407.9519,440.3334 L 407.9519,440.3334 z "
+ id="path899"
+ sodipodi:nodetypes="ccccccccccccscc" /><path
+ style="font-size:72px;font-weight:normal;fill:url(#linearGradient901);stroke-width:3.25;font-family:Arial Black"
+ d="M 164.5721,400.0841 C 169.7003,403.682 176.6399,402.5063 180.6065,410.1938 L 177.4065,417.407 L 162.7163,430.7213 L 160.3063,425.4607 C 159.2761,421.409 149.9537,413.6396 143.5638,412.3145 L 164.5721,400.0841 z M 220.0404,383.0903 L 220.0404,383.0903 z M 264.0671,443.3208 L 264.0671,443.3208 z M 363.9253,524.3661 L 363.9253,524.3661 z M 407.9519,440.3334 L 407.9519,440.3334 z "
+ id="path900"
+ sodipodi:nodetypes="ccccccccccccscc" /><path
+ style="font-size:72px;font-weight:normal;fill:url(#linearGradient919);stroke-width:3.25;font-family:Arial Black"
+ d="M 171.4085,517.8638 C 160.5265,523.3048 152.3019,524.4204 139.5939,524.4204 C 124.1766,524.4204 120.8149,521.116 111.0098,514.5067 C 102.3573,506.7449 104.277,505.9477 97.18114,494.705 C 92.80565,481.2858 93.61057,474.5118 92.52236,456.4288 C 94.69877,433.0437 94.39455,430.866 103.0359,412.8971 C 115.5505,400.3046 116.9025,393.4644 139.7383,393.4644 L 165.2426,399.7961 L 143.7308,412.2209 C 139.1497,411.3742 139.862,411.5656 136.6739,412.2136 C 126.1147,416.5886 124.8888,419.2346 119.5992,427.2012 C 115.5997,433.1116 113.6,442.3949 113.6,455.0516 C 113.6,470.7274 115.5131,489.0675 120.2867,494.9138 C 125.0602,500.6959 130.3481,504.9463 138.9921,504.9463 C 144.1656,505.0075 145.7089,505.0314 148.4842,504.1306 L 171.4085,517.8638 z M 228.7465,384.9916 L 228.7465,384.9916 z M 272.7732,445.2221 L 272.7732,445.2221 z M 372.6314,526.2674 L 372.6314,526.2674 z M 416.658,442.2348 L 416.658,442.2348 z "
+ id="path918"
+ sodipodi:nodetypes="cccccccccccccccccccccccc" /><path
+ style="font-size:12px;fill:#808080;fill-rule:evenodd;stroke:#000000;stroke-width:3.25"
+ d="M 177.8644,420.2019 L 166.1813,431.6507 L 248.9156,429.126 L 234.9422,418.4684 L 177.8644,420.2019 z "
+ id="path903"
+ sodipodi:nodetypes="ccccc" /><path
+ style="font-size:12px;fill:#808080;fill-rule:evenodd;stroke:#000000;stroke-width:3.25"
+ d="M 232.2325,477.1047 L 243.9937,468.1559 L 167.9001,464.8994 L 182.0297,475.8694 L 232.2325,477.1047 z "
+ id="path904"
+ sodipodi:nodetypes="ccccc" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25"
+ d="M 177.8644,419.8894 L 163.9938,431.9632 L 250.7906,429.126 L 234.9422,418.4684 L 177.8644,419.8894 z "
+ id="path905"
+ sodipodi:nodetypes="ccccc" /><path
+ style="font-size:12px;fill:url(#linearGradient907);fill-rule:evenodd;stroke-width:3.25"
+ d="M 177.8644,419.8894 L 163.9938,431.9632 L 250.7906,429.126 L 234.9422,418.4684 L 177.8644,419.8894 z "
+ id="path906"
+ sodipodi:nodetypes="ccccc" /><path
+ style="font-size:12px;fill:url(#linearGradient909);fill-rule:evenodd;stroke-width:3.25"
+ d="M 177.8644,419.8894 L 163.9938,431.9632 L 250.7906,429.126 L 234.9422,418.4684 L 177.8644,419.8894 z "
+ id="path908"
+ sodipodi:nodetypes="ccccc" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25"
+ d="M 231.9957,477.8152 L 246.362,467.919 L 164.3476,464.4257 L 181.556,476.5799 L 231.9957,477.8152 z "
+ id="path913"
+ sodipodi:nodetypes="ccccc" /><path
+ style="font-size:12px;fill:url(#linearGradient915);fill-rule:evenodd;stroke-width:3.25"
+ d="M 231.9957,477.8152 L 246.362,467.919 L 164.3476,464.4257 L 181.556,476.5799 L 231.9957,477.8152 z "
+ id="path914"
+ sodipodi:nodetypes="ccccc" /><path
+ style="font-size:12px;fill:url(#linearGradient917);fill-rule:evenodd;stroke-width:3.25"
+ d="M 231.9957,477.8152 L 246.362,467.919 L 164.3476,464.4257 L 181.556,476.5799 L 231.9957,477.8152 z "
+ id="path916"
+ sodipodi:nodetypes="ccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:url(#linearGradient1172);stroke-width:3.25;font-family:Arial Black"
+ d="M 171.4085,517.8638 C 160.5265,523.3048 152.3019,524.4204 139.5939,524.4204 C 124.1766,524.4204 120.8149,521.116 111.0098,514.5067 C 102.3573,506.7449 104.277,505.9477 97.18114,494.705 C 92.80565,481.2858 93.61057,474.5118 92.52236,456.4288 C 94.69877,433.0437 94.39455,430.866 103.0359,412.8971 C 115.5505,400.3046 116.9025,393.4644 139.7383,393.4644 L 165.2426,399.7961 L 143.7308,412.2209 C 139.1497,411.3742 139.862,411.5656 136.6739,412.2136 C 126.1147,416.5886 124.8888,419.2346 119.5992,427.2012 C 115.5997,433.1116 113.6,442.3949 113.6,455.0516 C 113.6,470.7274 115.5131,489.0675 120.2867,494.9138 C 125.0602,500.6959 130.3481,504.9463 138.9921,504.9463 C 144.1656,505.0075 145.7089,505.0314 148.4842,504.1306 L 171.4085,517.8638 z M 228.7465,384.9916 L 228.7465,384.9916 z M 272.7732,445.2221 L 272.7732,445.2221 z M 372.6314,526.2674 L 372.6314,526.2674 z M 416.658,442.2348 L 416.658,442.2348 z "
+ id="path1171"
+ sodipodi:nodetypes="cccccccccccccccccccccccc" /><path
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke:#000000;font-family:Arial Black"
+ d="M 544.6252,438.859 L 544.6252,438.859 z M 479.8756,562.9505 L 479.8756,562.9505 z M 333.0148,443.2704 L 333.0148,443.2704 z M 268.2651,354.3285 L 268.2651,354.3285 z M 181.2904,481.5172 L 181.8345,477.1646 C 218.2579,478.3012 196.0425,477.3512 232.4135,478.5109 C 233.0418,478.5214 233.9351,479.7208 233.1202,487.2097 C 231.3731,512.8354 226.0014,530.6313 188.8578,558.5392 C 176.8092,563.9467 161.44,566.6506 142.7504,566.6506 C 120.0762,566.6506 101.5288,563.3776 87.10847,556.8314 C 72.78291,550.1905 60.40222,538.5687 49.96636,521.9661 C 39.53054,505.3635 34.31259,484.1123 34.31259,458.2126 C 34.31259,423.6796 43.46768,397.163 61.77784,378.663 C 80.18285,360.0682 106.1775,350.7709 139.7619,350.7709 C 166.0413,350.7709 186.6758,356.0837 201.6655,366.7093 C 216.75,377.3348 228.4185,395.0736 235.7236,417.0837 L 206.8302,418.0313 C 185.3344,419.1299 190.7044,417.7965 177.628,418.6449 C 174.023,413.7114 164.9963,405.1802 159.7784,402.5239 C 154.5605,399.8675 147.7786,398.0656 141.3273,398.5392 C 126.7172,398.5392 115.5223,404.8948 107.7429,416.6591 C 101.8609,425.387 98.91993,439.0958 98.91993,457.7855 C 98.91993,480.9343 102.4301,496.8254 109.4506,505.4586 C 116.4711,513.9971 126.3377,518.266 139.0504,518.266 C 151.3837,518.266 160.6811,514.8034 166.9426,507.8776 C 173.299,500.9521 179.6171,494.9039 181.2904,481.5172 z "
+ id="path646"
+ sodipodi:nodetypes="ccccccccccscccccccccccccccccccs" /><path
+ style="font-size:72px;font-weight:normal;fill:url(#radialGradient922);stroke:#000000;font-family:Arial Black"
+ d="M 544.6252,438.859 L 544.6252,438.859 z M 479.8756,562.9505 L 479.8756,562.9505 z M 333.0148,443.2704 L 333.0148,443.2704 z M 268.2651,354.3285 L 268.2651,354.3285 z M 181.2904,481.5172 L 181.8345,477.1646 C 218.2579,478.3012 196.0425,477.3512 232.4135,478.5109 C 233.0418,478.5214 233.9351,479.7208 233.1202,487.2097 C 231.3731,512.8354 226.0014,530.6313 188.8578,558.5392 C 176.8092,563.9467 161.44,566.6506 142.7504,566.6506 C 120.0762,566.6506 101.5288,563.3776 87.10847,556.8314 C 72.78291,550.1905 60.40222,538.5687 49.96636,521.9661 C 39.53054,505.3635 34.31259,484.1123 34.31259,458.2126 C 34.31259,423.6796 43.46768,397.163 61.77784,378.663 C 80.18285,360.0682 106.1775,350.7709 139.7619,350.7709 C 166.0413,350.7709 186.6758,356.0837 201.6655,366.7093 C 216.75,377.3348 228.4185,395.0736 235.7236,417.0837 L 206.8302,418.0313 C 185.3344,419.1299 190.7044,417.7965 177.628,418.6449 C 174.023,413.7114 164.9963,405.1802 159.7784,402.5239 C 154.5605,399.8675 147.7786,398.0656 141.3273,398.5392 C 126.7172,398.5392 115.5223,404.8948 107.7429,416.6591 C 101.8609,425.387 98.91993,439.0958 98.91993,457.7855 C 98.91993,480.9343 102.4301,496.8254 109.4506,505.4586 C 116.4711,513.9971 126.3377,518.266 139.0504,518.266 C 151.3837,518.266 160.6811,514.8034 166.9426,507.8776 C 173.299,500.9521 179.6171,494.9039 181.2904,481.5172 z "
+ id="path920"
+ sodipodi:nodetypes="ccccccccccscccccccccccccccccccs" /></g><g
+ id="g1350"
+ transform="translate(8.441408,-208.2214)"><path
+ transform="matrix(4.440541,0,0,4.452115,14.21009,-3.051758e-5)"
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:0.73089999;font-family:Arial Black"
+ d="M 133.1117,85.96286 C 133.1117,85.96286 136.0179,85.96286 133.1117,85.96286 z M 140.2858,105.6702 L 147.4779,106.0867 C 148.0639,106.5086 149.764,107.5722 150.8656,108.955 C 151.9906,110.3378 153.2978,112.3305 153.6728,113.0805 L 160.8998,126.8255 L 160.9046,130.2894 L 154.0533,125.3186 L 148.4934,117.3219 C 148.4934,117.3219 142.653,105.1311 140.2858,105.6702 z "
+ id="path757"
+ sodipodi:nodetypes="ccccccccccc" /><path
+ transform="matrix(4.440541,0,0,4.452115,14.21009,-3.051758e-5)"
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:0.73089999;font-family:Arial Black"
+ d="M 149.7708,91.15968 L 145.1278,83.35817 L 139.2776,82.78094 L 132.948,76.48288 C 138.4271,76.48289 144.4174,77.2752 147.019,78.48943 C 149.6205,79.33317 151.9039,82.0149 153.4977,84.31178 C 155.0914,87.14095 155.5169,88.43638 155.5169,92.45859 C 155.5169,95.31796 154.9075,97.79063 153.6887,99.87656 C 152.47,101.9391 150.237,104.541 148.1042,105.8301 L 139.9144,105.8316 L 147.6436,99.86585 L 149.7708,91.15968 z M 125.0013,99.03281 L 125.0013,99.03281 z "
+ id="path753"
+ sodipodi:nodetypes="cccccccccccccc" /><path
+ transform="matrix(2.758731,0,0,2.765921,14.21009,-3.051758e-5)"
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:1.17649996;font-family:Arial Black"
+ d="M 205.5291,141.1674 L 198.8791,142.0183 L 199.0606,159.5891 L 208.1351,159.6702 L 211.0491,155.5192 C 214.7062,155.4381 216.0821,155.0288 216.7384,154.1616 C 217.4181,153.2945 217.7579,152.2984 217.7579,151.1734 C 217.7579,149.5093 217.2306,148.232 216.1759,147.3413 C 215.1212,146.4507 214.0516,145.8756 210.1044,146.0054 M 197.9104,140.7905 L 211.798,139.9796 C 216.4815,140.3041 215.7164,140.8362 221.4741,142.614 C 223.0678,144.8874 224.9057,145.5882 224.9057,148.8694 C 224.9057,151.7288 224.8168,152.3846 223.5981,154.4705 L 217.7467,159.7376 L 210.6119,161.1815 L 198.3374,161.1814 L 197.9104,140.7905 z "
+ id="path762"
+ sodipodi:nodetypes="cccccccccccccccccc" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25"
+ d="M 547.1058,391.6655 L 561.0276,404.1653 L 579.1779,403.9026 L 568.0839,392.54 L 547.1058,391.6655 z "
+ id="path764"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25"
+ d="M 561.6249,430.1213 L 550.6976,441.0487 L 575.0264,440.8426 L 582.2426,430.1213 L 561.6249,430.1213 z "
+ id="path766"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25"
+ d="M 548.3265,392.5971 L 547.9141,443.729 L 560.6972,430.9461 L 560.0787,403.5245 L 548.3265,392.5971 z "
+ id="path768"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ transform="matrix(3.367258,0,0,3.376034,14.21009,-3.051758e-5)"
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:0.96390003;font-family:Arial Black"
+ d="M 166.5047,155.3689 L 166.5047,155.3689 z M 166.2273,136.7017 L 169.4677,138.311 L 176.1747,144.25 L 179.1323,150.3597 L 186.196,164.5467 L 179.2082,171.534 L 179.2104,166.8431 L 171.32,151.334 L 169.2812,147.7822 L 168.333,146.4466 L 163.8319,141.6763 L 166.2273,136.7017 z "
+ id="path772"
+ sodipodi:nodetypes="cccccccccccccc" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25"
+ d="M 621.22,560.9282 L 605.1152,581.296 L 711.691,581.5328 L 688.4813,560.4545 L 621.22,560.9282 z "
+ id="path775"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25"
+ d="M 473.1671,340.0713 L 490.1791,357.3584 L 607.9579,358.0763 L 590.7271,340.4858 L 473.1671,340.0713 z "
+ id="path777"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25"
+ d="M 547.6355,473.441 L 546.7789,558.7532 L 565.5908,578.8232 L 565.5908,493.5727 L 547.6355,473.441 z "
+ id="path779"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25"
+ d="M 470.9093,341.7756 L 472.3058,578.1765 L 492.3165,557.8201 L 489.5386,356.3031 L 470.9093,341.7756 z "
+ id="path784"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:3.25"
+ d="M 491.0706,558.35 L 473.9296,580.7396 L 564.0167,581.3804 L 550.075,562.4904 L 491.0706,558.35 z "
+ id="path782"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25"
+ d="M 471.5343,341.1506 L 472.3058,579.4265 L 491.0665,558.4451 L 489.5386,357.5531 L 471.5343,341.1506 z "
+ id="path785"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25"
+ d="M 472.5421,340.0713 L 492.0541,357.9834 L 609.2079,358.0763 L 591.6646,340.4857 L 472.5421,340.0713 z "
+ id="path786"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ transform="matrix(4.440541,0,0,4.452115,14.21009,-3.051758e-5)"
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke-width:0.73089999;font-family:Arial Black"
+ d="M 125.0013,99.03281 L 125.0013,99.03281 z M 149.7708,91.15968 L 145.1278,83.35817 L 139.2776,82.78094 L 132.948,76.48288 C 138.4271,76.48289 144.4174,77.2752 147.019,78.48943 C 149.6205,79.33317 151.9039,82.0149 153.4977,84.31178 C 155.0914,87.14095 155.5169,88.43638 155.5169,92.45859 C 155.5169,95.31796 154.9075,97.79063 153.6887,99.87656 C 152.47,101.9391 149.9555,104.6814 147.8227,105.9705 L 139.9144,105.6912 L 147.6436,99.86585 L 149.7708,91.15968 z "
+ id="path787"
+ sodipodi:nodetypes="cccccccccccccc" /><path
+ transform="matrix(4.440541,0,0,4.452115,14.21009,-3.051758e-5)"
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke-width:0.73089999;font-family:Arial Black"
+ d="M 140.2858,106.0914 L 147.7594,106.3675 C 148.3454,106.7894 149.6232,107.5722 150.7249,108.955 C 151.8499,110.3378 153.157,112.3305 153.532,113.0805 L 160.759,126.6851 L 160.7639,130.4298 L 154.757,125.3186 L 148.4934,117.3219 C 148.4934,117.3219 142.653,105.5523 140.2858,106.0914 z M 133.1117,85.96286 C 133.1117,85.96286 136.0179,85.96286 133.1117,85.96286 z "
+ id="path788"
+ sodipodi:nodetypes="ccccccccccc" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25"
+ d="M 623.72,560.9282 L 605.1152,580.671 L 711.066,580.9078 L 687.2313,560.4545 L 623.72,560.9282 z "
+ id="path789"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ transform="matrix(3.367258,0,0,3.376034,14.21009,-3.051758e-5)"
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke-width:0.96390003;font-family:Arial Black"
+ d="M 166.5047,155.3689 L 166.5047,155.3689 z M 166.2273,136.7017 L 169.4677,138.311 L 176.1747,144.25 L 179.1323,150.3597 L 186.196,164.3616 L 179.2082,171.534 L 179.2104,166.8431 L 171.32,151.334 L 169.2812,147.7822 L 168.333,146.4466 L 163.6463,141.306 L 166.2273,136.7017 z "
+ id="path790"
+ sodipodi:nodetypes="cccccccccccccc" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25"
+ d="M 546.3855,474.066 L 546.7789,556.8782 L 565.5908,580.0732 L 565.5908,494.8227 L 546.3855,474.066 z "
+ id="path791"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25"
+ d="M 492.3206,558.35 L 473.3046,580.7396 L 565.2667,581.3804 L 550.075,562.4904 L 492.3206,558.35 z "
+ id="path792"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25"
+ d="M 547.7015,393.8472 L 547.2891,442.479 L 560.6972,430.5338 L 560.0787,403.9368 L 547.7015,393.8472 z "
+ id="path795"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25"
+ d="M 547.7308,391.6655 L 561.0276,403.5403 L 579.8029,403.2776 L 569.3339,391.9149 L 547.7308,391.6655 z "
+ id="path796"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ transform="matrix(2.758731,0,0,2.765921,14.21009,-3.051758e-5)"
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke-width:1.17649996;font-family:Arial Black"
+ d="M 205.5291,141.1674 L 198.8791,142.0183 L 199.0606,159.5891 L 208.1351,159.6702 L 211.0491,155.6683 C 214.7062,155.5872 216.0821,155.0288 216.7384,154.1616 C 217.4181,153.2945 217.7579,152.2984 217.7579,151.1734 C 217.7579,149.5093 217.2306,148.232 216.1759,147.3413 C 215.1212,146.4507 213.8544,145.6789 209.9072,145.8087 M 197.9104,140.7905 L 211.798,139.9796 C 216.4815,140.3041 215.7164,140.8362 221.4741,142.614 C 223.0678,144.8874 224.9057,145.5882 224.9057,148.8694 C 224.9057,151.7288 224.8168,152.3846 223.5981,154.4705 L 217.7467,159.7376 L 210.6119,161.1815 L 198.3374,161.1814 L 197.9104,140.7905 z "
+ id="path797"
+ sodipodi:nodetypes="cccccccccccccccccc" /><path
+ style="font-size:12px;fill:#c3433d;fill-rule:evenodd;stroke-width:3.25"
+ d="M 562.0372,430.9461 L 550.6976,441.0487 L 575.0264,440.8426 L 582.655,430.5337 L 562.0372,430.9461 z "
+ id="path798"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ transform="matrix(4.440541,0,0,4.452115,14.21009,-3.051758e-5)"
+ style="font-size:72px;font-weight:normal;fill:url(#linearGradient1583);stroke-width:0.73089999;font-family:Arial Black"
+ d="M 125.0013,99.03281 L 125.0013,99.03281 z M 149.7708,91.15968 L 145.1278,83.35817 L 139.2776,82.78094 L 132.948,76.48288 C 138.4271,76.48289 144.4174,77.2752 147.019,78.48943 C 149.6205,79.33317 151.9039,82.0149 153.4977,84.31178 C 155.0914,87.14095 155.5169,88.43638 155.5169,92.45859 C 155.5169,95.31796 154.9075,97.79063 153.6887,99.87656 C 152.47,101.9391 149.9555,104.6814 147.8227,105.9705 L 139.9144,105.6912 L 147.6436,99.86585 L 149.7708,91.15968 z "
+ id="path799"
+ sodipodi:nodetypes="cccccccccccccc" /><path
+ transform="matrix(4.440541,0,0,4.452115,14.21009,-3.051758e-5)"
+ style="font-size:72px;font-weight:normal;fill:url(#linearGradient1590);stroke-width:0.73089999;font-family:Arial Black"
+ d="M 140.2858,106.0914 L 147.7594,106.3675 C 148.3454,106.7894 149.6232,107.5722 150.7249,108.955 C 151.8499,110.3378 153.157,112.3305 153.532,113.0805 L 160.759,126.6851 L 160.7639,130.4298 L 154.757,125.3186 L 148.4934,117.3219 C 148.4934,117.3219 142.653,105.5523 140.2858,106.0914 z M 133.1117,85.96286 C 133.1117,85.96286 136.0179,85.96286 133.1117,85.96286 z "
+ id="path800"
+ sodipodi:nodetypes="ccccccccccc" /><path
+ style="font-size:12px;fill:url(#linearGradient1595);fill-rule:evenodd;stroke-width:3.25"
+ d="M 472.5421,340.0713 L 492.0541,357.9834 L 609.2079,358.0763 L 591.6646,340.4857 L 472.5421,340.0713 z "
+ id="path804"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:url(#linearGradient806);fill-rule:evenodd;stroke-width:3.25"
+ d="M 471.5343,341.1506 L 472.3058,579.4265 L 491.0665,558.4451 L 489.5386,357.5531 L 471.5343,341.1506 z "
+ id="path805"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:url(#linearGradient808);fill-rule:evenodd;stroke-width:3.25"
+ d="M 492.3206,558.35 L 473.3046,580.7396 L 565.2667,581.3804 L 550.075,562.4904 L 492.3206,558.35 z "
+ id="path807"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:url(#linearGradient810);fill-rule:evenodd;stroke-width:3.25"
+ d="M 546.3855,474.066 L 546.7789,556.8782 L 565.5908,580.0732 L 565.5908,494.8227 L 546.3855,474.066 z "
+ id="path809"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ transform="matrix(3.367258,0,0,3.376034,14.21009,-3.051758e-5)"
+ style="font-size:72px;font-weight:normal;fill:url(#linearGradient812);stroke-width:0.96390003;font-family:Arial Black"
+ d="M 166.5047,155.3689 L 166.5047,155.3689 z M 166.2273,136.7017 L 169.4677,138.311 L 176.1747,144.25 L 179.1323,150.3597 L 186.196,164.3616 L 179.2082,171.534 L 179.2104,166.8431 L 171.32,151.334 L 169.2812,147.7822 L 168.333,146.4466 L 163.6463,141.306 L 166.2273,136.7017 z "
+ id="path811"
+ sodipodi:nodetypes="cccccccccccccc" /><path
+ transform="matrix(3.367258,0,0,3.376034,14.21009,-3.051758e-5)"
+ style="font-size:72px;font-weight:normal;fill:url(#radialGradient814);stroke-width:0.96390003;font-family:Arial Black"
+ d="M 166.5047,155.3689 L 166.5047,155.3689 z M 166.2273,136.7017 L 169.4677,138.311 L 176.1747,144.25 L 179.1323,150.3597 L 186.196,164.3616 L 179.2082,171.534 L 179.2104,166.8431 L 171.32,151.334 L 169.2812,147.7822 L 168.333,146.4466 L 163.6463,141.306 L 166.2273,136.7017 z "
+ id="path813"
+ sodipodi:nodetypes="cccccccccccccc" /><path
+ style="font-size:12px;fill:url(#linearGradient820);fill-rule:evenodd;stroke-width:3.25"
+ d="M 623.72,560.9282 L 605.1152,580.671 L 711.066,580.9078 L 687.2313,560.4545 L 623.72,560.9282 z "
+ id="path819"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:url(#linearGradient822);fill-rule:evenodd;stroke-width:3.25"
+ d="M 623.72,560.9282 L 605.1152,580.671 L 711.066,580.9078 L 687.2313,560.4545 L 623.72,560.9282 z "
+ id="path821"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:url(#linearGradient4813);fill-rule:evenodd;stroke-width:3.25"
+ d="M 547.7015,393.8472 L 547.2891,442.479 L 560.6972,430.5338 L 560.0787,403.9368 L 547.7015,393.8472 z "
+ id="path826"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:url(#linearGradient4815);fill-rule:evenodd;stroke-width:3.25"
+ d="M 547.7015,393.8472 L 547.2891,442.479 L 560.6972,430.5338 L 560.0787,403.9368 L 547.7015,393.8472 z "
+ id="path828"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ transform="matrix(2.758731,0,0,2.765921,14.21009,-3.051758e-5)"
+ style="font-size:72px;font-weight:normal;fill:url(#linearGradient4817);stroke-width:1.17649996;font-family:Arial Black"
+ d="M 205.5291,141.1674 L 198.8791,142.0183 L 199.0606,159.5891 L 208.1351,159.6702 L 211.0491,155.6683 C 214.7062,155.5872 216.0821,155.0288 216.7384,154.1616 C 217.4181,153.2945 217.7579,152.2984 217.7579,151.1734 C 217.7579,149.5093 217.2306,148.232 216.1759,147.3413 C 215.1212,146.4507 213.8544,145.6789 209.9072,145.8087 M 197.9104,140.7905 L 211.798,139.9796 C 216.4815,140.3041 215.7164,140.8362 221.4741,142.614 C 223.0678,144.8874 224.9057,145.5882 224.9057,148.8694 C 224.9057,151.7288 224.8168,152.3846 223.5981,154.4705 L 217.7467,159.7376 L 210.6119,161.1815 L 198.3374,161.1814 L 197.9104,140.7905 z "
+ id="path833"
+ sodipodi:nodetypes="cccccccccccccccccc" /><path
+ transform="matrix(2.758731,0,0,2.765921,14.21009,-3.051758e-5)"
+ style="font-size:72px;font-weight:normal;fill:url(#linearGradient4819);stroke-width:1.17649996;font-family:Arial Black"
+ d="M 205.5291,141.1674 L 198.8791,142.0183 L 199.0606,159.5891 L 208.1351,159.6702 L 211.0491,155.6683 C 214.7062,155.5872 216.0821,155.0288 216.7384,154.1616 C 217.4181,153.2945 217.7579,152.2984 217.7579,151.1734 C 217.7579,149.5093 217.2306,148.232 216.1759,147.3413 C 215.1212,146.4507 213.8544,145.6789 209.9072,145.8087 M 197.9104,140.7905 L 211.798,139.9796 C 216.4815,140.3041 215.7164,140.8362 221.4741,142.614 C 223.0678,144.8874 224.9057,145.5882 224.9057,148.8694 C 224.9057,151.7288 224.8168,152.3846 223.5981,154.4705 L 217.7467,159.7376 L 210.6119,161.1815 L 198.3374,161.1814 L 197.9104,140.7905 z "
+ id="path835"
+ sodipodi:nodetypes="cccccccccccccccccc" /><path
+ style="font-size:12px;fill:url(#linearGradient4821);fill-rule:evenodd;stroke-width:3.25"
+ d="M 547.7308,391.6655 L 561.0276,403.5403 L 579.8029,403.2776 L 569.3339,391.9149 L 547.7308,391.6655 z "
+ id="path837"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:url(#linearGradient4823);fill-rule:evenodd;stroke-width:3.25"
+ d="M 547.7308,391.6655 L 561.0276,403.5403 L 579.8029,403.2776 L 569.3339,391.9149 L 547.7308,391.6655 z "
+ id="path841"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:url(#linearGradient4825);fill-rule:evenodd;stroke-width:3.25"
+ d="M 562.0372,430.9461 L 550.6976,441.0487 L 575.0264,440.8426 L 582.655,430.5337 L 562.0372,430.9461 z "
+ id="path847"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:url(#linearGradient4827);fill-rule:evenodd;stroke-width:3.25"
+ d="M 562.0372,430.9461 L 550.6976,441.0487 L 575.0264,440.8426 L 582.655,430.5337 L 562.0372,430.9461 z "
+ id="path849"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:url(#linearGradient1252);fill-rule:evenodd;stroke-width:3.25"
+ d="M 546.3855,474.066 L 546.7789,556.8782 L 565.5908,580.0732 L 565.5908,494.8227 L 546.3855,474.066 z "
+ id="path1251"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:12px;fill:url(#linearGradient1254);fill-rule:evenodd;stroke-width:3.25"
+ d="M 546.3855,474.066 L 546.7789,556.8782 L 565.5908,580.0732 L 565.5908,494.8227 L 546.3855,474.066 z "
+ id="path1253"
+ sodipodi:nodetypes="ccccc"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:72px;font-weight:normal;fill:#c3433d;stroke:#000000;stroke-width:0.875;font-family:Arial Black"
+ d="M 486.7536,563.6203 L 486.7536,353.9554 L 594.4519,353.9554 C 614.4226,353.9554 629.6857,355.6716 640.2417,359.104 C 650.7973,362.5365 659.3087,368.9246 665.7752,378.2685 C 672.242,387.517 675.4754,398.8155 675.4754,412.1637 C 675.4754,423.796 673.0028,433.8551 668.0575,442.3407 C 663.1126,450.7311 656.3131,457.5484 647.6592,462.7926 C 642.1434,466.1296 634.5831,468.8947 624.9782,471.0874 C 632.6813,473.6617 638.2921,476.2359 641.8107,478.8106 C 644.188,480.5265 647.6117,484.1976 652.0811,489.8229 C 656.6458,495.4483 659.6889,499.7865 661.2105,502.8375 L 692.4504,563.6203 L 619.4153,563.6203 L 584.8945,499.5481 C 580.5201,491.2529 576.6212,485.8659 573.1975,483.3872 C 568.5379,480.1454 563.2599,478.5242 557.3639,478.5242 L 551.6579,478.5242 L 551.6579,563.6203 L 486.7536,563.6203 z M 551.6579,438.9085 L 578.9036,438.9085 C 581.8514,438.9085 587.5574,437.9549 596.021,436.0478 C 600.3004,435.1898 603.7716,432.9967 606.4342,429.4693 C 609.192,425.9415 610.5712,421.8892 610.5712,417.3127 C 610.5712,410.543 608.4313,405.3468 604.1518,401.7234 C 599.8724,398.1004 591.8369,396.2888 580.0446,396.2888 L 551.6579,396.2888 L 551.6579,438.9085 z "
+ id="path742"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:72px;font-weight:normal;fill:url(#linearGradient854);stroke:#000000;stroke-width:0.875;font-family:Arial Black"
+ d="M 486.7536,563.6203 L 486.7536,353.9554 L 594.4519,353.9554 C 614.4226,353.9554 629.6857,355.6716 640.2417,359.104 C 650.7973,362.5365 659.3087,368.9246 665.7752,378.2685 C 672.242,387.517 675.4754,398.8155 675.4754,412.1637 C 675.4754,423.796 673.0028,433.8551 668.0575,442.3407 C 663.1126,450.7311 656.3131,457.5484 647.6592,462.7926 C 642.1434,466.1296 634.5831,468.8947 624.9782,471.0874 C 632.6813,473.6617 638.2921,476.2359 641.8107,478.8106 C 644.188,480.5265 647.6117,484.1976 652.0811,489.8229 C 656.6458,495.4483 659.6889,499.7865 661.2105,502.8375 L 692.4504,563.6203 L 619.4153,563.6203 L 584.8945,499.5481 C 580.5201,491.2529 576.6212,485.8659 573.1975,483.3872 C 568.5379,480.1454 563.2599,478.5242 557.3639,478.5242 L 551.6579,478.5242 L 551.6579,563.6203 L 486.7536,563.6203 z M 551.6579,438.9085 L 578.9036,438.9085 C 581.8514,438.9085 587.5574,437.9549 596.021,436.0478 C 600.3004,435.1898 603.7716,432.9967 606.4342,429.4693 C 609.192,425.9415 610.5712,421.8892 610.5712,417.3127 C 610.5712,410.543 608.4313,405.3468 604.1518,401.7234 C 599.8724,398.1004 591.8369,396.2888 580.0446,396.2888 L 551.6579,396.2888 L 551.6579,438.9085 z "
+ id="path853"
+ transform="translate(14.21009,-3.051758e-5)" /><path
+ style="font-size:72px;font-weight:normal;fill:url(#linearGradient852);stroke:#000000;stroke-width:0.875;font-family:Arial Black"
+ d="M 486.7536,563.6203 L 486.7536,353.9554 L 594.4519,353.9554 C 614.4226,353.9554 629.6857,355.6716 640.2417,359.104 C 650.7973,362.5365 659.3087,368.9246 665.7752,378.2685 C 672.242,387.517 675.4754,398.8155 675.4754,412.1637 C 675.4754,423.796 673.0028,433.8551 668.0575,442.3407 C 663.1126,450.7311 656.3131,457.5484 647.6592,462.7926 C 642.1434,466.1296 634.5831,468.8947 624.9782,471.0874 C 632.6813,473.6617 638.2921,476.2359 641.8107,478.8106 C 644.188,480.5265 647.6117,484.1976 652.0811,489.8229 C 656.6458,495.4483 659.6889,499.7865 661.2105,502.8375 L 692.4504,563.6203 L 619.4153,563.6203 L 584.8945,499.5481 C 580.5201,491.2529 576.6212,485.8659 573.1975,483.3872 C 568.5379,480.1454 563.2599,478.5242 557.3639,478.5242 L 551.6579,478.5242 L 551.6579,563.6203 L 486.7536,563.6203 z M 551.6579,438.9085 L 578.9036,438.9085 C 581.8514,438.9085 587.5574,437.9549 596.021,436.0478 C 600.3004,435.1898 603.7716,432.9967 606.4342,429.4693 C 609.192,425.9415 610.5712,421.8892 610.5712,417.3127 C 610.5712,410.543 608.4313,405.3468 604.1518,401.7234 C 599.8724,398.1004 591.8369,396.2888 580.0446,396.2888 L 551.6579,396.2888 L 551.6579,438.9085 z "
+ id="path851"
+ transform="translate(14.21009,-3.051758e-5)" /></g></svg> \ No newline at end of file
diff --git a/pixmaps/freeze.svg b/pixmaps/freeze.svg
index 2acee7c..9c5a854 100644
--- a/pixmaps/freeze.svg
+++ b/pixmaps/freeze.svg
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<svg
- xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -10,31 +9,28 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- inkscape:version="0.41"
- sodipodi:docname="Freeze.svg"
- sodipodi:docbase="/mnt/solar/docs/tine/Grafik/svg/MiaV-knapper"
+ inkscape:version="0.43"
+ sodipodi:docname="freeze.svg"
+ sodipodi:docbase="/home/deva/docs/c/miav/pixmaps"
xml:space="preserve"
- height="297mm"
- width="210mm"
+ height="400pt"
+ width="400pt"
sodipodi:version="0.32"
id="svg602"
inkscape:export-filename="/mnt/solar/docs/tine/Grafik/svg/MiaV-knapper/Freeze_72dpi.png"
inkscape:export-xdpi="72.000000"
- inkscape:export-ydpi="72.000000">
+ inkscape:export-ydpi="72.000000"
+ version="1.0">
<metadata
id="metadata1661">
- <rdf:RDF
- id="RDF1663">
+ <rdf:RDF>
<cc:Work
- id="Work1665"
rdf:about="">
- <dc:format
- id="format1667">image/svg+xml</dc:format>
+ <dc:format>image/svg+xml</dc:format>
<dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage"
- id="type1669" />
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
@@ -414,33 +410,35 @@
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.041813,0.959866)"
- y2="400.46792"
+ y2="400.46793"
x2="190.65559"
y1="382.67633"
- x1="167.06850"
+ x1="167.0685"
id="linearGradient611"
xlink:href="#linearGradient661" />
<radialGradient
gradientUnits="userSpaceOnUse"
- fy="370.09051"
- fx="208.23220"
+ fy="370.09052"
+ fx="208.23219"
r="17.511396"
- cy="370.09051"
- cx="208.23220"
+ cy="370.09052"
+ cx="208.23219"
id="radialGradient612"
xlink:href="#linearGradient613" />
<radialGradient
- fy="0.51724136"
- fx="0.48843929"
- r="0.68115747"
- cy="0.51724136"
- cx="0.48843929"
+ fy="491.18887"
+ fx="241.86195"
+ r="251.05529"
+ cy="491.18887"
+ cx="241.86195"
id="radialGradient617"
- xlink:href="#linearGradient3280" />
+ xlink:href="#linearGradient3280"
+ gradientTransform="matrix(1.223982,0,0,0.817005,-50.6875,-149.6426)"
+ gradientUnits="userSpaceOnUse" />
<radialGradient
@@ -471,7 +469,7 @@
y2="294.76926"
x2="136.54559"
y1="324.94113"
- x1="172.22270"
+ x1="172.2227"
id="linearGradient654"
xlink:href="#linearGradient702" />
@@ -479,7 +477,7 @@
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.041813,0.959866)"
- y2="379.11809"
+ y2="379.1181"
x2="159.74905"
y1="431.61243"
x1="219.12265"
@@ -489,22 +487,22 @@
<linearGradient
gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.092610,0.915239)"
+ gradientTransform="scale(1.09261,0.915239)"
y2="509.82785"
- x2="285.80833"
+ x2="285.80832"
y1="479.64343"
- x1="236.36413"
+ x1="236.36414"
id="linearGradient670"
xlink:href="#linearGradient661" />
<linearGradient
gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.075801,0.929540)"
- y2="518.32839"
+ gradientTransform="scale(1.075801,0.92954)"
+ y2="518.32837"
x2="295.86313"
- y1="453.92553"
- x1="210.37647"
+ y1="453.92554"
+ x1="210.37646"
id="linearGradient673"
xlink:href="#linearGradient665" />
@@ -532,7 +530,7 @@
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.022092,0.978386)"
- y2="308.28685"
+ y2="308.28687"
x2="171.28488"
y1="316.35138"
x1="181.41313"
@@ -542,7 +540,7 @@
<linearGradient
y2="0.49999994"
- x2="1.50000644"
+ x2="1.5000064"
y1="0.49999946"
x1="-0.49999106"
id="linearGradient828"
@@ -551,10 +549,10 @@
<linearGradient
gradientTransform="translate(5.377853e-6,1.151001e-7)"
- y2="-1.20312488"
- x2="2.83335519"
+ y2="-1.2031249"
+ x2="2.8333552"
y1="0.46879041"
- x1="3.50477624"
+ x1="3.5047762"
id="linearGradient832"
xlink:href="#linearGradient848" />
@@ -571,7 +569,7 @@
<linearGradient
gradientTransform="translate(-1.505309e-6,-3.622718e-6)"
y2="0.4545348"
- x2="5.99912554e-2"
+ x2="0.059991255"
y1="0.4086037"
x1="0.96352595"
id="linearGradient840"
@@ -600,9 +598,9 @@
<linearGradient
gradientTransform="matrix(0.999997,0,0,1.000003,-1.505309e-6,-1.061149e-6)"
- y2="1.18180192"
+ y2="1.1818019"
x2="-0.3260918"
- y1="1.45432353"
+ y1="1.4543235"
x1="0.89933848"
id="linearGradient863"
xlink:href="#linearGradient858" />
@@ -611,7 +609,7 @@
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.455573,2.195036)"
- y2="206.48556"
+ y2="206.48557"
x2="1444.4233"
y1="310.49551"
x1="1533.5693"
@@ -623,10 +621,10 @@
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.215292,4.644854)"
- y2="134.44369"
+ y2="134.4437"
x2="3137.0984"
y1="134.44368"
- x1="3071.5624"
+ x1="3071.5625"
id="linearGradient1723"
xlink:href="#linearGradient829"
inkscape:collect="always" />
@@ -634,10 +632,10 @@
<linearGradient
gradientUnits="userSpaceOnUse"
- y2="78.635592"
- x2="3293.3758"
- y1="133.42100"
- x1="3315.3770"
+ y2="78.63559"
+ x2="3293.3757"
+ y1="133.42101"
+ x1="3315.377"
gradientTransform="scale(0.215292,4.644854)"
id="linearGradient1725"
xlink:href="#linearGradient848"
@@ -647,9 +645,9 @@
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1316.2712"
- x2="278.95918"
+ x2="278.95917"
y1="1315.6632"
- x1="290.92079"
+ x1="290.92078"
gradientTransform="scale(2.389696,0.418463)"
id="linearGradient1727"
xlink:href="#linearGradient844"
@@ -659,9 +657,9 @@
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1602.5244"
- x2="283.97505"
- y1="1593.1452"
- x1="301.30343"
+ x2="283.97504"
+ y1="1593.1451"
+ x1="301.30344"
gradientTransform="scale(2.300599,0.434669)"
id="linearGradient1729"
xlink:href="#linearGradient844"
@@ -671,9 +669,9 @@
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1304.2649"
- x2="272.81188"
+ x2="272.81189"
y1="1302.3853"
- x1="290.75947"
+ x1="290.75946"
gradientTransform="scale(2.389696,0.418463)"
id="linearGradient1731"
xlink:href="#linearGradient858"
@@ -683,9 +681,9 @@
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1614.4005"
- x2="284.45336"
- y1="1618.1480"
- x1="301.30471"
+ x2="284.45337"
+ y1="1618.1479"
+ x1="301.30472"
gradientTransform="scale(2.300599,0.434669)"
id="linearGradient1733"
xlink:href="#linearGradient858"
@@ -695,7 +693,7 @@
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.455573,2.195036)"
- y2="206.48556"
+ y2="206.48557"
x2="1444.4233"
y1="310.49551"
x1="1533.5693"
@@ -707,10 +705,10 @@
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.215292,4.644854)"
- y2="134.44369"
+ y2="134.4437"
x2="3137.0984"
y1="134.44368"
- x1="3071.5624"
+ x1="3071.5625"
id="linearGradient1737"
xlink:href="#linearGradient829"
inkscape:collect="always" />
@@ -718,10 +716,10 @@
<linearGradient
gradientUnits="userSpaceOnUse"
- y2="78.635592"
- x2="3293.3758"
- y1="133.42100"
- x1="3315.3770"
+ y2="78.63559"
+ x2="3293.3757"
+ y1="133.42101"
+ x1="3315.377"
gradientTransform="scale(0.215292,4.644854)"
id="linearGradient1739"
xlink:href="#linearGradient848"
@@ -731,9 +729,9 @@
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1316.2712"
- x2="278.95918"
+ x2="278.95917"
y1="1315.6632"
- x1="290.92079"
+ x1="290.92078"
gradientTransform="scale(2.389696,0.418463)"
id="linearGradient1741"
xlink:href="#linearGradient844"
@@ -743,9 +741,9 @@
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1602.5244"
- x2="283.97505"
- y1="1593.1452"
- x1="301.30343"
+ x2="283.97504"
+ y1="1593.1451"
+ x1="301.30344"
gradientTransform="scale(2.300599,0.434669)"
id="linearGradient1743"
xlink:href="#linearGradient844"
@@ -755,9 +753,9 @@
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1304.2649"
- x2="272.81188"
+ x2="272.81189"
y1="1302.3853"
- x1="290.75947"
+ x1="290.75946"
gradientTransform="scale(2.389696,0.418463)"
id="linearGradient1745"
xlink:href="#linearGradient858"
@@ -767,9 +765,9 @@
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1614.4005"
- x2="284.45336"
- y1="1618.1480"
- x1="301.30471"
+ x2="284.45337"
+ y1="1618.1479"
+ x1="301.30472"
gradientTransform="scale(2.300599,0.434669)"
id="linearGradient1747"
xlink:href="#linearGradient858"
@@ -782,7 +780,7 @@
x2="369.22589"
y1="348.19913"
x1="114.63815"
- gradientTransform="matrix(1.264328,0.000000,0.000000,0.790934,-0.358570,-4.945394e-6)"
+ gradientTransform="matrix(1.264328,0,0,0.790934,-51.04607,-149.6426)"
id="linearGradient2518"
xlink:href="#linearGradient2512"
inkscape:collect="always" />
@@ -793,11 +791,11 @@
<sodipodi:namedview
inkscape:current-layer="svg602"
- inkscape:window-y="0"
+ inkscape:window-y="30"
inkscape:window-x="0"
inkscape:window-height="948"
inkscape:window-width="1272"
- inkscape:cy="665.03274"
+ inkscape:cy="208.70216"
inkscape:cx="463.38861"
inkscape:zoom="0.96421327"
inkscape:guide-bbox="true"
@@ -862,144 +860,146 @@
<rect
ry="8.75"
- y="239.862152"
- x="115"
+ y="90.219528"
+ x="64.3125"
height="17.5"
width="37.5"
id="rect629"
- style="stroke-opacity:1.0000000;fill-opacity:1.0000000;fill-rule:evenodd;fill:#474747;font-size:12;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:3.2500000" />
+ style="font-size:12px;fill:#474747;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ rx="8.75" />
<rect
ry="20"
- y="247.362183"
- x="77.5"
+ y="97.719559"
+ x="26.8125"
height="297.5"
width="447.5"
id="rect605"
- style="fill-opacity:1.0;stroke-width:3.625;stroke:#000000;fill-rule:evenodd;fill:url(#radialGradient617);font-size:12" />
+ style="font-size:12px;fill:url(#radialGradient617);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.625"
+ rx="20" />
<rect
rx="16.638657"
ry="16.638657"
- y="272.36215"
- x="102.14148"
- height="247.50000"
+ y="122.71953"
+ x="51.453979"
+ height="247.5"
width="397.50003"
id="rect616"
- style="font-size:12.000000;fill:url(#linearGradient2518);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:3.1161921;stroke-opacity:0.35110000" />
+ style="font-size:12px;fill:url(#linearGradient2518);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.1161921;stroke-opacity:0.35110001" />
<rect
- rx="7.5000000"
- ry="7.5000000"
- y="285.34552"
- x="433.45190"
+ rx="7.5"
+ ry="7.5"
+ y="135.7029"
+ x="382.7644"
height="32.500061"
width="50.000031"
id="rect630"
- style="font-size:12.000000;fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:2.1250000;stroke-opacity:1.0000000" />
+ style="font-size:12px;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:2.125;stroke-opacity:1" />
<path
id="path633"
- d="M 472.68156,291.98141 L 472.68156,311.56881"
- style="fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
+ d="M 421.99406,142.33878 L 421.99406,161.92618"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path634"
- d="M 462.88786,291.98141 L 462.88786,311.56881"
- style="fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
+ d="M 412.20036,142.33878 L 412.20036,161.92618"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path632"
- d="M 452.00596,291.98141 L 452.00596,311.56881"
- style="fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
+ d="M 401.31846,142.33878 L 401.31846,161.92618"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
- transform="matrix(1.436363,0.000000,0.000000,1.436363,-41.77017,-185.1891)"
+ transform="matrix(1.436363,0,0,1.436363,-92.45767,-334.8317)"
id="g684">
<path
- transform="translate(10.00000,-10.00003)"
- sodipodi:ry="68.750000"
- sodipodi:rx="68.750000"
+ transform="translate(10,-10.00003)"
+ sodipodi:ry="68.75"
+ sodipodi:rx="68.75"
sodipodi:cy="421.11218"
- sodipodi:cx="231.25000"
- d="M 300.00000 421.11218 A 68.750000 68.750000 0 1 1 162.50000,421.11218 A 68.750000 68.750000 0 1 1 300.00000 421.11218 z"
+ sodipodi:cx="231.25"
+ d="M 300 421.11218 A 68.75 68.75 0 1 1 162.5,421.11218 A 68.75 68.75 0 1 1 300 421.11218 z"
id="path606"
- style="fill:#1b1b27;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:3.8750000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ style="fill:#1b1b27;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.875;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:type="arc" />
<path
- sodipodi:end="0.85779350"
+ sodipodi:end="0.8577935"
sodipodi:start="0.44411815"
- transform="matrix(0.969819,0.000000,0.000000,0.969819,16.97942,2.709625)"
- sodipodi:ry="68.750000"
- sodipodi:rx="68.750000"
+ transform="matrix(0.969819,0,0,0.969819,16.97942,2.709625)"
+ sodipodi:ry="68.75"
+ sodipodi:rx="68.75"
sodipodi:cy="421.11218"
- sodipodi:cx="231.25000"
- d="M 293.33056,450.65143 A 68.750000,68.750000 0 0 1 276.21993,473.11476 L 231.25000,421.11218 z"
+ sodipodi:cx="231.25"
+ d="M 293.33056,450.65143 A 68.75,68.75 0 0 1 276.21993,473.11476 L 231.25,421.11218 z"
id="path672"
- style="font-size:12.000000;fill:url(#linearGradient670);fill-rule:evenodd;stroke-width:3.8750000"
+ style="font-size:12px;fill:url(#linearGradient670);fill-rule:evenodd;stroke-width:3.875"
sodipodi:type="arc" />
<path
sodipodi:end="4.0604091"
sodipodi:start="3.6717133"
- transform="matrix(0.969819,0.000000,0.000000,0.969819,16.97942,2.709625)"
- sodipodi:ry="68.750000"
- sodipodi:rx="68.750000"
+ transform="matrix(0.969819,0,0,0.969819,16.97942,2.709625)"
+ sodipodi:ry="68.75"
+ sodipodi:rx="68.75"
sodipodi:cy="421.11218"
- sodipodi:cx="231.25000"
- d="M 171.93621,386.34961 A 68.750000,68.750000 0 0 1 189.53516,366.46390 L 231.25000,421.11218 z"
+ sodipodi:cx="231.25"
+ d="M 171.93621,386.34961 A 68.75,68.75 0 0 1 189.53516,366.4639 L 231.25,421.11218 z"
id="path659"
- style="font-size:12.000000;fill:url(#linearGradient611);fill-opacity:1.0000000;fill-rule:evenodd;stroke-width:3.8750000"
+ style="font-size:12px;fill:url(#linearGradient611);fill-opacity:1;fill-rule:evenodd;stroke-width:3.875"
sodipodi:type="arc" />
<path
- transform="matrix(0.736097,0.000000,0.000000,0.736097,71.02757,101.1326)"
- sodipodi:ry="68.750000"
- sodipodi:rx="68.750000"
+ transform="matrix(0.736097,0,0,0.736097,71.02757,101.1326)"
+ sodipodi:ry="68.75"
+ sodipodi:rx="68.75"
sodipodi:cy="421.11218"
- sodipodi:cx="231.25000"
- d="M 300.00000 421.11218 A 68.750000 68.750000 0 1 1 162.50000,421.11218 A 68.750000 68.750000 0 1 1 300.00000 421.11218 z"
+ sodipodi:cx="231.25"
+ d="M 300 421.11218 A 68.75 68.75 0 1 1 162.5,421.11218 A 68.75 68.75 0 1 1 300 421.11218 z"
id="path660"
- style="fill:#141419;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:3.8750000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ style="fill:#141419;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.875;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:type="arc" />
<path
sodipodi:end="4.0604091"
sodipodi:start="3.6717133"
- transform="matrix(0.547270,0.000000,0.000000,0.547270,114.6938,180.6500)"
- sodipodi:ry="68.750000"
- sodipodi:rx="68.750000"
+ transform="matrix(0.54727,0,0,0.54727,114.6938,180.65)"
+ sodipodi:ry="68.75"
+ sodipodi:rx="68.75"
sodipodi:cy="421.11218"
- sodipodi:cx="231.25000"
- d="M 171.93621,386.34961 A 68.750000,68.750000 0 0 1 189.53516,366.46390 L 231.25000,421.11218 z"
+ sodipodi:cx="231.25"
+ d="M 171.93621,386.34961 A 68.75,68.75 0 0 1 189.53516,366.4639 L 231.25,421.11218 z"
id="path658"
- style="font-size:12.000000;fill:url(#linearGradient664);fill-rule:evenodd;stroke-width:3.8750000"
+ style="font-size:12px;fill:url(#linearGradient664);fill-rule:evenodd;stroke-width:3.875"
sodipodi:type="arc" />
<path
sodipodi:end="0.88512256"
sodipodi:start="0.46061768"
- transform="matrix(0.547270,0.000000,0.000000,0.547270,114.6938,180.6500)"
- sodipodi:ry="68.750000"
- sodipodi:rx="68.750000"
+ transform="matrix(0.54727,0,0,0.54727,114.6938,180.65)"
+ sodipodi:ry="68.75"
+ sodipodi:rx="68.75"
sodipodi:cy="421.11218"
- sodipodi:cx="231.25000"
- d="M 292.83474,451.67166 A 68.750000,68.750000 0 0 1 274.78213,474.32417 L 231.25000,421.11218 z"
+ sodipodi:cx="231.25"
+ d="M 292.83474,451.67166 A 68.75,68.75 0 0 1 274.78213,474.32417 L 231.25,421.11218 z"
id="path671"
- style="font-size:12.000000;fill:url(#linearGradient673);fill-rule:evenodd;stroke-width:3.8750000"
+ style="font-size:12px;fill:url(#linearGradient673);fill-rule:evenodd;stroke-width:3.875"
sodipodi:type="arc" />
@@ -1009,50 +1009,50 @@
height="40.000004"
width="39.999996"
id="rect607"
- style="font-size:12.000000;fill:url(#radialGradient612);fill-opacity:1.0000000;fill-rule:evenodd;stroke-width:1.0000000" />
+ style="font-size:12px;fill:url(#radialGradient612);fill-opacity:1;fill-rule:evenodd;stroke-width:1" />
</g>
<g
- transform="matrix(1.304500,0.000000,0.000000,1.304498,-76.40359,-92.82927)"
+ transform="matrix(1.3045,0,0,1.304498,-127.0911,-242.4719)"
id="g707">
<rect
rx="7.5786743"
ry="7.5786743"
- y="288.81390"
+ y="288.8139"
x="158.20416"
height="37.893219"
width="49.261169"
id="rect683"
- style="font-size:12.000000;fill:#1b1b1b;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-opacity:1.0000000" />
+ style="font-size:12px;fill:#1b1b1b;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-opacity:1" />
<path
sodipodi:nodetypes="cccc"
id="path697"
- d="M 177.31500,305.41870 C 177.94700,304.03260 178.87280,303.11870 179.80430,302.68980 L 191.57330,316.33840 L 177.31500,305.41870 z "
- style="font-size:12.000000;fill:url(#linearGradient698);fill-rule:evenodd"
- transform="matrix(1.689188,0.000000,0.000000,1.567161,-140.1728,-184.9419)" />
+ d="M 177.315,305.4187 C 177.947,304.0326 178.8728,303.1187 179.8043,302.6898 L 191.5733,316.3384 L 177.315,305.4187 z "
+ style="font-size:12px;fill:url(#linearGradient698);fill-rule:evenodd"
+ transform="matrix(1.689188,0,0,1.567161,-140.1728,-184.9419)" />
<rect
- rx="6.0629210"
- ry="6.0629210"
+ rx="6.062921"
+ ry="6.062921"
y="292.60324"
x="163.13034"
height="30.314484"
width="39.408821"
id="rect692"
- style="font-size:12.000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.79999799" />
+ style="font-size:12px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.79999799" />
<path
sodipodi:nodetypes="cccc"
id="path705"
- d="M 165.08910,297.48160 C 165.83850,295.95200 166.93610,294.94350 168.04060,294.47020 L 181.99460,309.53200 L 165.08910,297.48160 z "
- style="font-size:12.000000;fill:url(#linearGradient654);fill-rule:evenodd" />
+ d="M 165.0891,297.4816 C 165.8385,295.952 166.9361,294.9435 168.0406,294.4702 L 181.9946,309.532 L 165.0891,297.4816 z "
+ style="font-size:12px;fill:url(#linearGradient654);fill-rule:evenodd" />
<rect
@@ -1063,17 +1063,17 @@
height="17.509918"
width="22.762894"
id="rect706"
- style="font-size:12.000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.79999799" />
+ style="font-size:12px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.79999799" />
</g>
<g
- transform="translate(-0.136778,-1.403659e-5)"
+ transform="translate(-50.82428,-149.6426)"
id="g1699">
<g
- transform="matrix(1.236818,0.000000,0.000000,1.000000,-351.6389,-121.8335)"
+ transform="matrix(1.236818,0,0,1,-351.6389,-121.8335)"
id="g948">
<rect
y="548.36975"
@@ -1081,7 +1081,7 @@
height="152.20279"
width="31.589264"
id="rect949"
- style="font-size:12.000000;fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.6250000;stroke-opacity:1.0000000" />
+ style="font-size:12px;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.625;stroke-opacity:1" />
<rect
@@ -1090,49 +1090,49 @@
height="152.20279"
width="31.589264"
id="rect950"
- style="font-size:12.000000;fill:url(#linearGradient1721);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-opacity:1.0000000" />
+ style="font-size:12px;fill:url(#linearGradient1721);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
id="path951"
- d="M 664.81020,548.36990 L 664.81020,700.57270 L 671.86490,694.70540 L 671.86490,553.85240 L 664.81020,548.36990 z "
- style="font-size:12.000000;fill:url(#linearGradient1723);fill-opacity:1.0000000;fill-rule:evenodd" />
+ d="M 664.8102,548.3699 L 664.8102,700.5727 L 671.8649,694.7054 L 671.8649,553.8524 L 664.8102,548.3699 z "
+ style="font-size:12px;fill:url(#linearGradient1723);fill-opacity:1;fill-rule:evenodd" />
<path
sodipodi:nodetypes="ccccc"
id="path952"
- d="M 696.10380,548.36980 L 696.10380,700.57260 L 689.04910,694.70530 L 689.04910,553.85230 L 696.10380,548.36980 z "
- style="font-size:12.000000;fill:url(#linearGradient1725);fill-opacity:1.0000000;fill-rule:evenodd" />
+ d="M 696.1038,548.3698 L 696.1038,700.5726 L 689.0491,694.7053 L 689.0491,553.8523 L 696.1038,548.3698 z "
+ style="font-size:12px;fill:url(#linearGradient1725);fill-opacity:1;fill-rule:evenodd" />
<path
sodipodi:nodetypes="ccccc"
id="path953"
- d="M 664.72960,548.29320 L 671.87330,553.83310 L 689.07650,553.68730 L 696.36600,548.29320 L 664.72960,548.29320 z "
- style="font-size:12.000000;fill:url(#linearGradient1727);fill-rule:evenodd" />
+ d="M 664.7296,548.2932 L 671.8733,553.8331 L 689.0765,553.6873 L 696.366,548.2932 L 664.7296,548.2932 z "
+ style="font-size:12px;fill:url(#linearGradient1727);fill-rule:evenodd" />
<path
sodipodi:nodetypes="ccccc"
id="path954"
- d="M 696.36600,700.49790 L 689.22240,694.95800 L 671.72750,694.66640 L 664.72960,700.64370 L 696.36600,700.49790 z "
- style="font-size:12.000000;fill:url(#linearGradient1729);fill-rule:evenodd" />
+ d="M 696.366,700.4979 L 689.2224,694.958 L 671.7275,694.6664 L 664.7296,700.6437 L 696.366,700.4979 z "
+ style="font-size:12px;fill:url(#linearGradient1729);fill-rule:evenodd" />
<path
sodipodi:nodetypes="ccccc"
id="path955"
- d="M 664.72960,548.29320 L 671.87330,553.83310 L 689.07650,553.68730 L 696.36600,548.29320 L 664.72960,548.29320 z "
- style="font-size:12.000000;fill:url(#linearGradient1731);fill-rule:evenodd" />
+ d="M 664.7296,548.2932 L 671.8733,553.8331 L 689.0765,553.6873 L 696.366,548.2932 L 664.7296,548.2932 z "
+ style="font-size:12px;fill:url(#linearGradient1731);fill-rule:evenodd" />
<path
sodipodi:nodetypes="ccccc"
id="path956"
- d="M 696.36600,700.49790 L 689.22240,694.95800 L 671.72750,694.66640 L 664.72960,700.64370 L 696.36600,700.49790 z "
- style="font-size:12.000000;fill:url(#linearGradient1733);fill-rule:evenodd" />
+ d="M 696.366,700.4979 L 689.2224,694.958 L 671.7275,694.6664 L 664.7296,700.6437 L 696.366,700.4979 z "
+ style="font-size:12px;fill:url(#linearGradient1733);fill-rule:evenodd" />
<rect
@@ -1141,14 +1141,14 @@
height="152.20279"
width="31.589264"
id="rect957"
- style="font-size:12.000000;fill:#ffbf94;fill-opacity:0.12210000;fill-rule:evenodd;stroke:#000000;stroke-width:1.6250000;stroke-opacity:1.0000000" />
+ style="font-size:12px;fill:#ffbf94;fill-opacity:0.12209999;fill-rule:evenodd;stroke:#000000;stroke-width:1.625;stroke-opacity:1" />
</g>
<g
- transform="matrix(1.236818,0.000000,0.000000,1.000000,-429.1389,-121.8335)"
+ transform="matrix(1.236818,0,0,1,-429.1389,-121.8335)"
id="g1395">
<rect
y="548.36975"
@@ -1156,7 +1156,7 @@
height="152.20279"
width="31.589264"
id="rect1396"
- style="font-size:12.000000;fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.6250000;stroke-opacity:1.0000000" />
+ style="font-size:12px;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.625;stroke-opacity:1" />
<rect
@@ -1165,49 +1165,49 @@
height="152.20279"
width="31.589264"
id="rect1397"
- style="font-size:12.000000;fill:url(#linearGradient1735);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-opacity:1.0000000" />
+ style="font-size:12px;fill:url(#linearGradient1735);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
id="path1398"
- d="M 664.81020,548.36990 L 664.81020,700.57270 L 671.86490,694.70540 L 671.86490,553.85240 L 664.81020,548.36990 z "
- style="font-size:12.000000;fill:url(#linearGradient1737);fill-opacity:1.0000000;fill-rule:evenodd" />
+ d="M 664.8102,548.3699 L 664.8102,700.5727 L 671.8649,694.7054 L 671.8649,553.8524 L 664.8102,548.3699 z "
+ style="font-size:12px;fill:url(#linearGradient1737);fill-opacity:1;fill-rule:evenodd" />
<path
sodipodi:nodetypes="ccccc"
id="path1399"
- d="M 696.10380,548.36980 L 696.10380,700.57260 L 689.04910,694.70530 L 689.04910,553.85230 L 696.10380,548.36980 z "
- style="font-size:12.000000;fill:url(#linearGradient1739);fill-opacity:1.0000000;fill-rule:evenodd" />
+ d="M 696.1038,548.3698 L 696.1038,700.5726 L 689.0491,694.7053 L 689.0491,553.8523 L 696.1038,548.3698 z "
+ style="font-size:12px;fill:url(#linearGradient1739);fill-opacity:1;fill-rule:evenodd" />
<path
sodipodi:nodetypes="ccccc"
id="path1400"
- d="M 664.72960,548.29320 L 671.87330,553.83310 L 689.07650,553.68730 L 696.36600,548.29320 L 664.72960,548.29320 z "
- style="font-size:12.000000;fill:url(#linearGradient1741);fill-rule:evenodd" />
+ d="M 664.7296,548.2932 L 671.8733,553.8331 L 689.0765,553.6873 L 696.366,548.2932 L 664.7296,548.2932 z "
+ style="font-size:12px;fill:url(#linearGradient1741);fill-rule:evenodd" />
<path
sodipodi:nodetypes="ccccc"
id="path1401"
- d="M 696.36600,700.49790 L 689.22240,694.95800 L 671.72750,694.66640 L 664.72960,700.64370 L 696.36600,700.49790 z "
- style="font-size:12.000000;fill:url(#linearGradient1743);fill-rule:evenodd" />
+ d="M 696.366,700.4979 L 689.2224,694.958 L 671.7275,694.6664 L 664.7296,700.6437 L 696.366,700.4979 z "
+ style="font-size:12px;fill:url(#linearGradient1743);fill-rule:evenodd" />
<path
sodipodi:nodetypes="ccccc"
id="path1402"
- d="M 664.72960,548.29320 L 671.87330,553.83310 L 689.07650,553.68730 L 696.36600,548.29320 L 664.72960,548.29320 z "
- style="font-size:12.000000;fill:url(#linearGradient1745);fill-rule:evenodd" />
+ d="M 664.7296,548.2932 L 671.8733,553.8331 L 689.0765,553.6873 L 696.366,548.2932 L 664.7296,548.2932 z "
+ style="font-size:12px;fill:url(#linearGradient1745);fill-rule:evenodd" />
<path
sodipodi:nodetypes="ccccc"
id="path1403"
- d="M 696.36600,700.49790 L 689.22240,694.95800 L 671.72750,694.66640 L 664.72960,700.64370 L 696.36600,700.49790 z "
- style="font-size:12.000000;fill:url(#linearGradient1747);fill-rule:evenodd" />
+ d="M 696.366,700.4979 L 689.2224,694.958 L 671.7275,694.6664 L 664.7296,700.6437 L 696.366,700.4979 z "
+ style="font-size:12px;fill:url(#linearGradient1747);fill-rule:evenodd" />
<rect
@@ -1216,7 +1216,7 @@
height="152.20279"
width="31.589264"
id="rect1404"
- style="font-size:12.000000;fill:#ffbf94;fill-opacity:0.12210000;fill-rule:evenodd;stroke:#000000;stroke-width:1.6250000;stroke-opacity:1.0000000" />
+ style="font-size:12px;fill:#ffbf94;fill-opacity:0.12209999;fill-rule:evenodd;stroke:#000000;stroke-width:1.625;stroke-opacity:1" />
</g>
@@ -1227,6 +1227,6 @@
<path
id="path1902"
- d="M 442.15380,291.98141 L 442.15380,311.56881"
- style="fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
-</svg>
+ d="M 391.4663,142.33878 L 391.4663,161.92618"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+</svg> \ No newline at end of file
diff --git a/pixmaps/mute.svg b/pixmaps/mute.svg
index 707ecc4..5799ead 100644
--- a/pixmaps/mute.svg
+++ b/pixmaps/mute.svg
@@ -9,16 +9,17 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="744.09448819"
- height="1052.3622047"
+ width="400pt"
+ height="400pt"
id="svg2"
sodipodi:version="0.32"
- inkscape:version="0.42.2"
- sodipodi:docbase="/home/tine/docs/Grafik/svg/MiaV-knapper"
+ inkscape:version="0.43"
+ sodipodi:docbase="/home/deva/docs/c/miav/pixmaps"
sodipodi:docname="mute.svg"
inkscape:export-filename="/home/tine/docs/Grafik/svg/MiaV-knapper/mute.png"
inkscape:export-xdpi="72.000000"
- inkscape:export-ydpi="72.000000">
+ inkscape:export-ydpi="72.000000"
+ version="1.0">
<defs
id="defs4">
<linearGradient
@@ -26,10 +27,10 @@
xlink:href="#linearGradient26492"
id="linearGradient16399"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.019910,0.000000,0.000000,0.450784,-825.2491,314.3276)"
+ gradientTransform="matrix(1.01991,0,0,0.450784,-825.2491,314.3276)"
x1="1183.5841"
y1="1159.2882"
- x2="1006.7490"
+ x2="1006.749"
y2="1224.5554" />
<radialGradient
r="121.89799"
@@ -37,7 +38,7 @@
fx="708.93524"
cy="503.97726"
cx="708.93524"
- gradientTransform="matrix(2.596105,0.000000,0.000000,1.592015,-1228.378,-289.2156)"
+ gradientTransform="matrix(2.596105,0,0,1.592015,-1228.378,-289.2156)"
gradientUnits="userSpaceOnUse"
id="radialGradient15802"
xlink:href="#linearGradient3280"
@@ -48,14 +49,14 @@
fx="708.93524"
cy="503.97726"
cx="708.93524"
- gradientTransform="matrix(1.775837,0.000000,0.000000,1.089000,-707.4618,-37.92523)"
+ gradientTransform="matrix(1.775837,0,0,1.089,-707.4618,-37.92523)"
gradientUnits="userSpaceOnUse"
id="radialGradient14346"
xlink:href="#linearGradient3280"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.000000,0.000000,0.000000,1.468750,1.092876e-14,-235.2838)"
+ gradientTransform="matrix(1,0,0,1.46875,1.94291e-16,-235.2838)"
r="30.160181"
fy="501.93884"
fx="461.04669"
@@ -70,7 +71,7 @@
fx="708.93524"
cy="503.97726"
cx="708.93524"
- gradientTransform="matrix(1.000000,0.000000,0.000000,1.964717,222.1749,-481.0600)"
+ gradientTransform="matrix(1,0,0,1.964717,222.1749,-481.06)"
gradientUnits="userSpaceOnUse"
id="radialGradient9966"
xlink:href="#linearGradient3280"
@@ -81,14 +82,14 @@
fx="708.93524"
cy="503.97726"
cx="708.93524"
- gradientTransform="matrix(1.000000,0.000000,0.000000,1.303272,328.6780,-150.6233)"
+ gradientTransform="matrix(1,0,0,1.303272,328.678,-150.6233)"
gradientUnits="userSpaceOnUse"
id="radialGradient9962"
xlink:href="#linearGradient3280"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.000000,0.000000,0.000000,0.613232,-208.5166,199.7533)"
+ gradientTransform="matrix(1,0,0,0.613232,-208.5166,199.7533)"
r="121.89799"
fy="503.97726"
fx="708.93524"
@@ -109,7 +110,7 @@
xlink:href="#linearGradient3280"
inkscape:collect="always" />
<linearGradient
- gradientTransform="matrix(0.591312,0.000000,0.000000,0.970000,91.82938,9.911985)"
+ gradientTransform="matrix(0.591312,0,0,0.97,91.82938,9.911985)"
gradientUnits="userSpaceOnUse"
y2="343.59793"
x2="452.93359"
@@ -124,7 +125,7 @@
fx="241.86195"
cy="491.18887"
cx="241.86195"
- gradientTransform="matrix(1.223982,0.000000,0.000000,0.817005,-702.7574,-429.1491)"
+ gradientTransform="matrix(1.223982,0,0,0.817005,-702.7574,-429.1491)"
gradientUnits="userSpaceOnUse"
id="radialGradient6722"
xlink:href="#linearGradient3280"
@@ -134,7 +135,7 @@
x2="369.22589"
y1="348.19913"
x1="114.63815"
- gradientTransform="matrix(1.264328,0.000000,0.000000,0.790934,-691.8060,23.25366)"
+ gradientTransform="matrix(1.264328,0,0,0.790934,-691.806,23.25366)"
gradientUnits="userSpaceOnUse"
id="linearGradient6719"
xlink:href="#linearGradient2512"
@@ -377,19 +378,19 @@
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.041813,0.959866)"
- y2="400.46792"
+ y2="400.46793"
x2="190.65559"
y1="382.67633"
- x1="167.06850"
+ x1="167.0685"
id="linearGradient611"
xlink:href="#linearGradient661" />
<radialGradient
gradientUnits="userSpaceOnUse"
- fy="370.09051"
- fx="208.23220"
+ fy="370.09052"
+ fx="208.23219"
r="17.511396"
- cy="370.09051"
- cx="208.23220"
+ cy="370.09052"
+ cx="208.23219"
id="radialGradient612"
xlink:href="#linearGradient613" />
<radialGradient
@@ -397,7 +398,7 @@
gradientTransform="scale(1.223982,0.817005)"
fy="491.18887"
fx="241.86195"
- r="251.05529"
+ r="251.05528"
cy="491.18887"
cx="241.86195"
id="radialGradient617"
@@ -426,13 +427,13 @@
y2="294.76926"
x2="136.54559"
y1="324.94113"
- x1="172.22270"
+ x1="172.2227"
id="linearGradient654"
xlink:href="#linearGradient702" />
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.041813,0.959866)"
- y2="379.11809"
+ y2="379.1181"
x2="159.74905"
y1="431.61243"
x1="219.12265"
@@ -440,20 +441,20 @@
xlink:href="#linearGradient665" />
<linearGradient
gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.092610,0.915239)"
+ gradientTransform="scale(1.09261,0.915239)"
y2="509.82785"
- x2="285.80833"
+ x2="285.80832"
y1="479.64343"
- x1="236.36413"
+ x1="236.36414"
id="linearGradient670"
xlink:href="#linearGradient661" />
<linearGradient
gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.075801,0.929540)"
- y2="518.32839"
+ gradientTransform="scale(1.075801,0.92954)"
+ y2="518.32837"
x2="295.86313"
- y1="453.92553"
- x1="210.37647"
+ y1="453.92554"
+ x1="210.37646"
id="linearGradient673"
xlink:href="#linearGradient665" />
<radialGradient
@@ -475,7 +476,7 @@
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.022092,0.978386)"
- y2="308.28685"
+ y2="308.28687"
x2="171.28488"
y1="316.35138"
x1="181.41313"
@@ -483,17 +484,17 @@
xlink:href="#linearGradient702" />
<linearGradient
y2="0.49999994"
- x2="1.50000644"
+ x2="1.5000064"
y1="0.49999946"
x1="-0.49999106"
id="linearGradient828"
xlink:href="#linearGradient829" />
<linearGradient
gradientTransform="translate(5.377853e-6,1.151001e-7)"
- y2="-1.20312488"
- x2="2.83335519"
+ y2="-1.2031249"
+ x2="2.8333552"
y1="0.46879041"
- x1="3.50477624"
+ x1="3.5047762"
id="linearGradient832"
xlink:href="#linearGradient848" />
<linearGradient
@@ -506,7 +507,7 @@
<linearGradient
gradientTransform="translate(-1.505309e-6,-3.622718e-6)"
y2="0.4545348"
- x2="5.99912554e-2"
+ x2="0.059991255"
y1="0.4086037"
x1="0.96352595"
id="linearGradient840"
@@ -529,16 +530,16 @@
xlink:href="#linearGradient858" />
<linearGradient
gradientTransform="matrix(0.999997,0,0,1.000003,-1.505309e-6,-1.061149e-6)"
- y2="1.18180192"
+ y2="1.1818019"
x2="-0.3260918"
- y1="1.45432353"
+ y1="1.4543235"
x1="0.89933848"
id="linearGradient863"
xlink:href="#linearGradient858" />
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.455573,2.195036)"
- y2="206.48556"
+ y2="206.48557"
x2="1444.4233"
y1="310.49551"
x1="1533.5693"
@@ -548,19 +549,19 @@
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.215292,4.644854)"
- y2="134.44369"
+ y2="134.4437"
x2="3137.0984"
y1="134.44368"
- x1="3071.5624"
+ x1="3071.5625"
id="linearGradient1723"
xlink:href="#linearGradient829"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
- y2="78.635592"
- x2="3293.3758"
- y1="133.42100"
- x1="3315.3770"
+ y2="78.63559"
+ x2="3293.3757"
+ y1="133.42101"
+ x1="3315.377"
gradientTransform="scale(0.215292,4.644854)"
id="linearGradient1725"
xlink:href="#linearGradient848"
@@ -568,9 +569,9 @@
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1316.2712"
- x2="278.95918"
+ x2="278.95917"
y1="1315.6632"
- x1="290.92079"
+ x1="290.92078"
gradientTransform="scale(2.389696,0.418463)"
id="linearGradient1727"
xlink:href="#linearGradient844"
@@ -578,9 +579,9 @@
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1602.5244"
- x2="283.97505"
- y1="1593.1452"
- x1="301.30343"
+ x2="283.97504"
+ y1="1593.1451"
+ x1="301.30344"
gradientTransform="scale(2.300599,0.434669)"
id="linearGradient1729"
xlink:href="#linearGradient844"
@@ -588,9 +589,9 @@
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1304.2649"
- x2="272.81188"
+ x2="272.81189"
y1="1302.3853"
- x1="290.75947"
+ x1="290.75946"
gradientTransform="scale(2.389696,0.418463)"
id="linearGradient1731"
xlink:href="#linearGradient858"
@@ -598,9 +599,9 @@
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1614.4005"
- x2="284.45336"
- y1="1618.1480"
- x1="301.30471"
+ x2="284.45337"
+ y1="1618.1479"
+ x1="301.30472"
gradientTransform="scale(2.300599,0.434669)"
id="linearGradient1733"
xlink:href="#linearGradient858"
@@ -608,7 +609,7 @@
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.455573,2.195036)"
- y2="206.48556"
+ y2="206.48557"
x2="1444.4233"
y1="310.49551"
x1="1533.5693"
@@ -618,19 +619,19 @@
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.215292,4.644854)"
- y2="134.44369"
+ y2="134.4437"
x2="3137.0984"
y1="134.44368"
- x1="3071.5624"
+ x1="3071.5625"
id="linearGradient1737"
xlink:href="#linearGradient829"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
- y2="78.635592"
- x2="3293.3758"
- y1="133.42100"
- x1="3315.3770"
+ y2="78.63559"
+ x2="3293.3757"
+ y1="133.42101"
+ x1="3315.377"
gradientTransform="scale(0.215292,4.644854)"
id="linearGradient1739"
xlink:href="#linearGradient848"
@@ -638,9 +639,9 @@
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1316.2712"
- x2="278.95918"
+ x2="278.95917"
y1="1315.6632"
- x1="290.92079"
+ x1="290.92078"
gradientTransform="scale(2.389696,0.418463)"
id="linearGradient1741"
xlink:href="#linearGradient844"
@@ -648,9 +649,9 @@
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1602.5244"
- x2="283.97505"
- y1="1593.1452"
- x1="301.30343"
+ x2="283.97504"
+ y1="1593.1451"
+ x1="301.30344"
gradientTransform="scale(2.300599,0.434669)"
id="linearGradient1743"
xlink:href="#linearGradient844"
@@ -658,9 +659,9 @@
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1304.2649"
- x2="272.81188"
+ x2="272.81189"
y1="1302.3853"
- x1="290.75947"
+ x1="290.75946"
gradientTransform="scale(2.389696,0.418463)"
id="linearGradient1745"
xlink:href="#linearGradient858"
@@ -668,18 +669,18 @@
<linearGradient
gradientUnits="userSpaceOnUse"
y2="1614.4005"
- x2="284.45336"
- y1="1618.1480"
- x1="301.30471"
+ x2="284.45337"
+ y1="1618.1479"
+ x1="301.30472"
gradientTransform="scale(2.300599,0.434669)"
id="linearGradient1747"
xlink:href="#linearGradient858"
inkscape:collect="always" />
<radialGradient
r="280.93845"
- fy="231.61150"
+ fy="231.6115"
fx="251.85469"
- cy="231.61150"
+ cy="231.6115"
cx="251.85469"
gradientTransform="scale(0.993109,1.006939)"
gradientUnits="userSpaceOnUse"
@@ -688,7 +689,7 @@
inkscape:collect="always" />
<linearGradient
y2="283.28192"
- x2="198.36630"
+ x2="198.3663"
y1="371.57895"
x1="57.693123"
gradientTransform="scale(1.083997,0.922512)"
@@ -698,7 +699,7 @@
inkscape:collect="always" />
<linearGradient
y2="323.51849"
- x2="390.48270"
+ x2="390.4827"
y1="360.83649"
x1="252.49219"
gradientTransform="scale(1.085649,0.921108)"
@@ -718,10 +719,10 @@
inkscape:collect="always" />
<linearGradient
y2="239.65953"
- x2="214.52130"
+ x2="214.5213"
y1="143.22806"
x1="71.276215"
- gradientTransform="scale(1.091250,0.916380)"
+ gradientTransform="scale(1.09125,0.91638)"
gradientUnits="userSpaceOnUse"
id="linearGradient2115"
xlink:href="#linearGradient16566"
@@ -748,8 +749,8 @@
inkscape:collect="always" />
<linearGradient
y2="114.55282"
- x2="250.66240"
- y1="42.121670"
+ x2="250.6624"
+ y1="42.12167"
x1="440.59283"
gradientTransform="scale(0.939149,1.064794)"
gradientUnits="userSpaceOnUse"
@@ -760,7 +761,7 @@
y2="165.83847"
x2="225.79659"
y1="57.598587"
- x1="131.64180"
+ x1="131.6418"
gradientTransform="scale(0.935632,1.068796)"
gradientUnits="userSpaceOnUse"
id="linearGradient2107"
@@ -800,7 +801,7 @@
y2="211.00757"
x2="187.98611"
y1="210.39626"
- x1="128.19040"
+ x1="128.1904"
gradientTransform="scale(0.564969,1.770009)"
gradientUnits="userSpaceOnUse"
id="linearGradient2099"
@@ -820,7 +821,7 @@
y2="89.460258"
x2="72.055801"
y1="79.405235"
- x1="40.088970"
+ x1="40.08897"
gradientTransform="scale(1.874867,0.533371)"
gradientUnits="userSpaceOnUse"
id="linearGradient2095"
@@ -841,7 +842,7 @@
x2="181.06233"
y1="40.326912"
x1="133.46594"
- gradientTransform="scale(0.570080,1.754139)"
+ gradientTransform="scale(0.57008,1.754139)"
gradientUnits="userSpaceOnUse"
id="linearGradient2091"
xlink:href="#linearGradient16566"
@@ -859,9 +860,9 @@
inkscape:collect="always" />
<radialGradient
r="21.074394"
- fy="150.10910"
+ fy="150.1091"
fx="216.69933"
- cy="150.10910"
+ cy="150.1091"
cx="216.69933"
gradientUnits="userSpaceOnUse"
id="radialGradient2087"
@@ -889,7 +890,7 @@
inkscape:collect="always" />
<radialGradient
r="60.821499"
- fy="150.78070"
+ fy="150.7807"
fx="289.85388"
cy="149.45563"
cx="288.24194"
@@ -899,7 +900,7 @@
xlink:href="#linearGradient37977"
inkscape:collect="always" />
<radialGradient
- r="105.28590"
+ r="105.2859"
fy="234.25877"
fx="260.83936"
cy="234.25877"
@@ -944,7 +945,7 @@
x2="44.435406"
y1="330.44629"
x1="17.975288"
- gradientTransform="matrix(-4.760058,0.000000,0.000000,0.180263,482.2960,15.53622)"
+ gradientTransform="matrix(-4.760058,0,0,0.180263,482.296,15.53622)"
gradientUnits="userSpaceOnUse"
id="linearGradient2071"
xlink:href="#linearGradient8903"
@@ -954,7 +955,7 @@
x2="44.435406"
y1="330.44629"
x1="17.975288"
- gradientTransform="matrix(-4.760058,0.000000,0.000000,-0.199943,482.2960,435.6345)"
+ gradientTransform="matrix(-4.760058,0,0,-0.199943,482.296,435.6345)"
gradientUnits="userSpaceOnUse"
id="linearGradient2069"
xlink:href="#linearGradient8903"
@@ -964,7 +965,7 @@
x2="61.205906"
y1="293.60443"
x1="76.858376"
- gradientTransform="matrix(5.206733,0.000000,0.000000,-0.192059,-8.421585e-6,445.4823)"
+ gradientTransform="matrix(5.206733,0,0,-0.192059,-8.421585e-6,445.4823)"
gradientUnits="userSpaceOnUse"
id="linearGradient2067"
xlink:href="#linearGradient9675"
@@ -984,7 +985,7 @@
x2="44.435406"
y1="330.44629"
x1="17.975288"
- gradientTransform="matrix(4.760058,0.000000,0.000000,-0.199943,19.99715,435.6345)"
+ gradientTransform="matrix(4.760058,0,0,-0.199943,19.99715,435.6345)"
gradientUnits="userSpaceOnUse"
id="linearGradient2063"
xlink:href="#linearGradient9675"
@@ -994,7 +995,7 @@
x2="44.435406"
y1="330.44629"
x1="17.975288"
- gradientTransform="matrix(4.760058,0.000000,0.000000,0.180263,19.99715,15.53622)"
+ gradientTransform="matrix(4.760058,0,0,0.180263,19.99715,15.53622)"
gradientUnits="userSpaceOnUse"
id="linearGradient2061"
xlink:href="#linearGradient9675"
@@ -1004,7 +1005,7 @@
x2="44.435406"
y1="330.44629"
x1="17.975288"
- gradientTransform="matrix(5.206733,0.000000,0.000000,-0.192059,1.425726e-8,445.4823)"
+ gradientTransform="matrix(5.206733,0,0,-0.192059,1.425726e-8,445.4823)"
gradientUnits="userSpaceOnUse"
id="linearGradient2059"
xlink:href="#linearGradient8903"
@@ -1177,7 +1178,7 @@
x2="44.435406"
y1="330.44629"
x1="17.975288"
- gradientTransform="matrix(5.206733,0.000000,0.000000,-0.192059,1.425726e-8,445.4823)"
+ gradientTransform="matrix(5.206733,0,0,-0.192059,1.425726e-8,445.4823)"
gradientUnits="userSpaceOnUse"
id="linearGradient1883"
xlink:href="#linearGradient8903"
@@ -1187,7 +1188,7 @@
x2="44.435406"
y1="330.44629"
x1="17.975288"
- gradientTransform="matrix(4.760058,0.000000,0.000000,0.180263,19.99715,15.53622)"
+ gradientTransform="matrix(4.760058,0,0,0.180263,19.99715,15.53622)"
gradientUnits="userSpaceOnUse"
id="linearGradient1885"
xlink:href="#linearGradient9675"
@@ -1197,7 +1198,7 @@
x2="44.435406"
y1="330.44629"
x1="17.975288"
- gradientTransform="matrix(4.760058,0.000000,0.000000,-0.199943,19.99715,435.6345)"
+ gradientTransform="matrix(4.760058,0,0,-0.199943,19.99715,435.6345)"
gradientUnits="userSpaceOnUse"
id="linearGradient1887"
xlink:href="#linearGradient9675"
@@ -1217,7 +1218,7 @@
x2="61.205906"
y1="293.60443"
x1="76.858376"
- gradientTransform="matrix(5.206733,0.000000,0.000000,-0.192059,-8.421585e-6,445.4823)"
+ gradientTransform="matrix(5.206733,0,0,-0.192059,-8.421585e-6,445.4823)"
gradientUnits="userSpaceOnUse"
id="linearGradient1891"
xlink:href="#linearGradient9675"
@@ -1227,7 +1228,7 @@
x2="44.435406"
y1="330.44629"
x1="17.975288"
- gradientTransform="matrix(-4.760058,0.000000,0.000000,-0.199943,482.2960,435.6345)"
+ gradientTransform="matrix(-4.760058,0,0,-0.199943,482.296,435.6345)"
gradientUnits="userSpaceOnUse"
id="linearGradient1893"
xlink:href="#linearGradient8903"
@@ -1237,7 +1238,7 @@
x2="44.435406"
y1="330.44629"
x1="17.975288"
- gradientTransform="matrix(-4.760058,0.000000,0.000000,0.180263,482.2960,15.53622)"
+ gradientTransform="matrix(-4.760058,0,0,0.180263,482.296,15.53622)"
gradientUnits="userSpaceOnUse"
id="linearGradient1895"
xlink:href="#linearGradient8903"
@@ -1248,7 +1249,7 @@
x2="181.06233"
y1="40.326912"
x1="133.46594"
- gradientTransform="scale(0.570080,1.754139)"
+ gradientTransform="scale(0.57008,1.754139)"
id="linearGradient1897"
xlink:href="#linearGradient16566"
inkscape:collect="always" />
@@ -1257,7 +1258,7 @@
y2="211.00757"
x2="187.98611"
y1="210.39626"
- x1="128.19040"
+ x1="128.1904"
gradientTransform="scale(0.564969,1.770009)"
id="linearGradient1899"
xlink:href="#linearGradient16566"
@@ -1265,7 +1266,7 @@
<linearGradient
gradientUnits="userSpaceOnUse"
y2="283.28192"
- x2="198.36630"
+ x2="198.3663"
y1="371.57895"
x1="57.693123"
gradientTransform="scale(1.083997,0.922512)"
@@ -1285,10 +1286,10 @@
<linearGradient
gradientUnits="userSpaceOnUse"
y2="239.65953"
- x2="214.52130"
+ x2="214.5213"
y1="143.22806"
x1="71.276215"
- gradientTransform="scale(1.091250,0.916380)"
+ gradientTransform="scale(1.09125,0.91638)"
id="linearGradient1905"
xlink:href="#linearGradient16566"
inkscape:collect="always" />
@@ -1297,7 +1298,7 @@
y2="89.460258"
x2="72.055801"
y1="79.405235"
- x1="40.088970"
+ x1="40.08897"
gradientTransform="scale(1.874867,0.533371)"
id="linearGradient1907"
xlink:href="#linearGradient16566"
@@ -1305,8 +1306,8 @@
<linearGradient
gradientUnits="userSpaceOnUse"
y2="114.55282"
- x2="250.66240"
- y1="42.121670"
+ x2="250.6624"
+ y1="42.12167"
x1="440.59283"
gradientTransform="scale(0.939149,1.064794)"
id="linearGradient1909"
@@ -1337,7 +1338,7 @@
y2="165.83847"
x2="225.79659"
y1="57.598587"
- x1="131.64180"
+ x1="131.6418"
gradientTransform="scale(0.935632,1.068796)"
id="linearGradient1915"
xlink:href="#linearGradient26492"
@@ -1355,7 +1356,7 @@
<linearGradient
gradientUnits="userSpaceOnUse"
y2="323.51849"
- x2="390.48270"
+ x2="390.4827"
y1="360.83649"
x1="252.49219"
gradientTransform="scale(1.085649,0.921108)"
@@ -1415,9 +1416,9 @@
inkscape:collect="always" />
<radialGradient
r="280.93845"
- fy="231.61150"
+ fy="231.6115"
fx="251.85469"
- cy="231.61150"
+ cy="231.6115"
cx="251.85469"
gradientTransform="scale(0.993109,1.006939)"
gradientUnits="userSpaceOnUse"
@@ -1436,9 +1437,9 @@
inkscape:collect="always" />
<radialGradient
r="21.074394"
- fy="150.10910"
+ fy="150.1091"
fx="216.69933"
- cy="150.10910"
+ cy="150.1091"
cx="216.69933"
gradientUnits="userSpaceOnUse"
id="radialGradient1935"
@@ -1456,7 +1457,7 @@
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
- r="105.28590"
+ r="105.2859"
fy="234.25877"
fx="260.83936"
cy="234.25877"
@@ -1467,7 +1468,7 @@
inkscape:collect="always" />
<radialGradient
r="60.821499"
- fy="150.78070"
+ fy="150.7807"
fx="289.85388"
cy="149.45563"
cx="288.24194"
@@ -1488,9 +1489,9 @@
inkscape:collect="always" />
<linearGradient
y2="150.78067"
- x2="323.70410"
+ x2="323.7041"
y1="132.22998"
- x1="465.55280"
+ x1="465.5528"
gradientTransform="scale(0.902285,1.108297)"
gradientUnits="userSpaceOnUse"
id="linearGradient1945"
@@ -1498,9 +1499,9 @@
inkscape:collect="always" />
<linearGradient
y2="150.78067"
- x2="323.70410"
+ x2="323.7041"
y1="132.22998"
- x1="465.55280"
+ x1="465.5528"
gradientTransform="scale(0.902285,1.108297)"
gradientUnits="userSpaceOnUse"
id="linearGradient1947"
@@ -1518,7 +1519,7 @@
inkscape:collect="always" />
<radialGradient
r="60.821499"
- fy="150.78070"
+ fy="150.7807"
fx="289.85388"
cy="149.45563"
cx="288.24194"
@@ -1528,7 +1529,7 @@
xlink:href="#linearGradient37977"
inkscape:collect="always" />
<radialGradient
- r="105.28590"
+ r="105.2859"
fy="234.25877"
fx="260.83936"
cy="234.25877"
@@ -1723,7 +1724,7 @@
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
- r="105.28590"
+ r="105.2859"
fy="234.25877"
fx="260.83936"
cy="234.25877"
@@ -1734,7 +1735,7 @@
inkscape:collect="always" />
<radialGradient
r="60.821499"
- fy="150.78070"
+ fy="150.7807"
fx="289.85388"
cy="149.45563"
cx="288.24194"
@@ -1755,9 +1756,9 @@
inkscape:collect="always" />
<linearGradient
y2="150.78067"
- x2="323.70410"
+ x2="323.7041"
y1="132.22998"
- x1="465.55280"
+ x1="465.5528"
gradientTransform="scale(0.902285,1.108297)"
gradientUnits="userSpaceOnUse"
id="linearGradient42559"
@@ -1765,9 +1766,9 @@
inkscape:collect="always" />
<linearGradient
y2="150.78067"
- x2="323.70410"
+ x2="323.7041"
y1="132.22998"
- x1="465.55280"
+ x1="465.5528"
gradientTransform="scale(0.902285,1.108297)"
gradientUnits="userSpaceOnUse"
id="linearGradient42570"
@@ -1806,16 +1807,16 @@
<linearGradient
y2="503.17862"
x2="1709.8169"
- y1="317.02976"
+ y1="317.02975"
x1="1897.8429"
id="linearGradient734"
xlink:href="#linearGradient731"
gradientTransform="scale(1.011641,0.988493)"
gradientUnits="userSpaceOnUse" />
<linearGradient
- y2="836.30459"
- x2="388.85817"
- y1="812.53319"
+ y2="836.30457"
+ x2="388.85818"
+ y1="812.5332"
x1="458.71106"
id="linearGradient730"
xlink:href="#linearGradient727"
@@ -1823,26 +1824,26 @@
gradientUnits="userSpaceOnUse" />
<linearGradient
y2="1224.5554"
- x2="1006.7490"
+ x2="1006.749"
y1="1159.2882"
x1="1183.5841"
id="linearGradient726"
xlink:href="#linearGradient723"
- gradientTransform="scale(1.800030,0.555546)"
+ gradientTransform="scale(1.80003,0.555546)"
gradientUnits="userSpaceOnUse" />
<linearGradient
- y2="802.48202"
+ y2="802.48199"
x2="375.92123"
- y1="778.72875"
+ y1="778.72876"
x1="442.70984"
id="linearGradient722"
xlink:href="#linearGradient716"
gradientTransform="scale(2.072347,0.482545)"
gradientUnits="userSpaceOnUse" />
<linearGradient
- y2="810.44789"
+ y2="810.44788"
x2="1543.0366"
- y1="216.76410"
+ y1="216.7641"
x1="2126.3125"
id="linearGradient793"
xlink:href="#linearGradient794"
@@ -1850,35 +1851,35 @@
gradientUnits="userSpaceOnUse" />
<linearGradient
y2="0.8046875"
- x2="-3.48837338e-2"
- y1="4.68749553e-2"
- x1="1.11627901"
+ x2="-0.034883734"
+ y1="0.046874955"
+ x1="1.116279"
id="linearGradient721"
xlink:href="#linearGradient717" />
<linearGradient
y2="2.3275857"
- x2="-1.63599992"
+ x2="-1.6359999"
y1="-0.56934309"
x1="0.99599993"
id="linearGradient715"
xlink:href="#linearGradient717" />
<linearGradient
- y2="5.1725477e-2"
+ y2="0.051725477"
x2="0.18000007"
y1="-0.15506883"
x1="0.81999993"
id="linearGradient710"
xlink:href="#linearGradient707" />
<linearGradient
- y2="6.24999925e-2"
+ y2="0.062499993"
x2="0.6439395"
y1="0.734375"
- x1="-9.84830111e-2"
+ x1="-0.098483011"
id="linearGradient2045"
xlink:href="#linearGradient703" />
<linearGradient
y2="0.6034475"
- x2="2.79999971e-2"
+ x2="0.027999997"
y1="0.29308793"
x1="0.93999994"
id="linearGradient700"
@@ -1898,19 +1899,19 @@
id="linearGradient689"
xlink:href="#linearGradient660" />
<linearGradient
- y2="447.60448"
+ y2="447.60449"
x2="163.12115"
- y1="447.60448"
- x1="378.25175"
+ y1="447.60449"
+ x1="378.25174"
id="linearGradient658"
xlink:href="#linearGradient660"
gradientTransform="scale(0.910143,1.098728)"
gradientUnits="userSpaceOnUse" />
<radialGradient
- fy="380.95162"
+ fy="380.95163"
fx="643.00336"
- r="314.01351"
- cy="380.95162"
+ r="314.01352"
+ cy="380.95163"
cx="643.00336"
id="radialGradient630"
xlink:href="#linearGradient631"
@@ -1919,7 +1920,7 @@
<radialGradient
fy="0.515625"
fx="-0.93589729"
- r="5.46153784"
+ r="5.4615378"
cy="0.515625"
cx="-0.93589729"
id="radialGradient627"
@@ -1928,20 +1929,20 @@
id="radialGradient626"
xlink:href="#linearGradient655" />
<radialGradient
- fy="433.95130"
- fx="384.60346"
+ fy="433.95129"
+ fx="384.60345"
r="164.48636"
- cy="433.95130"
- cx="384.60346"
+ cy="433.95129"
+ cx="384.60345"
id="radialGradient621"
xlink:href="#linearGradient622"
gradientTransform="scale(0.909507,1.099496)"
gradientUnits="userSpaceOnUse" />
<linearGradient
- y2="477.36213"
+ y2="477.36212"
x2="842.53534"
y1="483.26401"
- x1="45.718480"
+ x1="45.718479"
id="linearGradient610"
xlink:href="#linearGradient655"
gradientUnits="userSpaceOnUse" />
@@ -2194,7 +2195,7 @@
cy="234.25877"
fx="260.83936"
fy="234.25877"
- r="105.28590" />
+ r="105.2859" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient37977"
@@ -2204,7 +2205,7 @@
cx="288.24194"
cy="149.45563"
fx="289.85388"
- fy="150.78070"
+ fy="150.7807"
r="60.821499" />
<linearGradient
inkscape:collect="always"
@@ -2222,9 +2223,9 @@
id="linearGradient2320"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.902285,1.108297)"
- x1="465.55280"
+ x1="465.5528"
y1="132.22998"
- x2="323.70410"
+ x2="323.7041"
y2="150.78067" />
<linearGradient
inkscape:collect="always"
@@ -2232,9 +2233,9 @@
id="linearGradient2318"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.902285,1.108297)"
- x1="465.55280"
+ x1="465.5528"
y1="132.22998"
- x2="323.70410"
+ x2="323.7041"
y2="150.78067" />
<linearGradient
inkscape:collect="always"
@@ -2255,7 +2256,7 @@
cx="288.24194"
cy="149.45563"
fx="289.85388"
- fy="150.78070"
+ fy="150.7807"
r="60.821499" />
<radialGradient
inkscape:collect="always"
@@ -2266,7 +2267,7 @@
cy="234.25877"
fx="260.83936"
fy="234.25877"
- r="105.28590"
+ r="105.2859"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
@@ -2284,9 +2285,9 @@
id="radialGradient36452"
gradientUnits="userSpaceOnUse"
cx="216.69933"
- cy="150.10910"
+ cy="150.1091"
fx="216.69933"
- fy="150.10910"
+ fy="150.1091"
r="21.074394" />
<radialGradient
inkscape:collect="always"
@@ -2305,9 +2306,9 @@
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.993109,1.006939)"
cx="251.85469"
- cy="231.61150"
+ cy="231.6115"
fx="251.85469"
- fy="231.61150"
+ fy="231.6115"
r="280.93845" />
<radialGradient
inkscape:collect="always"
@@ -2367,7 +2368,7 @@
gradientTransform="scale(1.085649,0.921108)"
x1="252.49219"
y1="360.83649"
- x2="390.48270"
+ x2="390.4827"
y2="323.51849"
gradientUnits="userSpaceOnUse" />
<linearGradient
@@ -2385,7 +2386,7 @@
xlink:href="#linearGradient26492"
id="linearGradient27262"
gradientTransform="scale(0.935632,1.068796)"
- x1="131.64180"
+ x1="131.6418"
y1="57.598587"
x2="225.79659"
y2="165.83847"
@@ -2416,8 +2417,8 @@
id="linearGradient24958"
gradientTransform="scale(0.939149,1.064794)"
x1="440.59283"
- y1="42.121670"
- x2="250.66240"
+ y1="42.12167"
+ x2="250.6624"
y2="114.55282"
gradientUnits="userSpaceOnUse" />
<linearGradient
@@ -2425,7 +2426,7 @@
xlink:href="#linearGradient16566"
id="linearGradient23434"
gradientTransform="scale(1.874867,0.533371)"
- x1="40.088970"
+ x1="40.08897"
y1="79.405235"
x2="72.055801"
y2="89.460258"
@@ -2434,10 +2435,10 @@
inkscape:collect="always"
xlink:href="#linearGradient16566"
id="linearGradient20394"
- gradientTransform="scale(1.091250,0.916380)"
+ gradientTransform="scale(1.09125,0.91638)"
x1="71.276215"
y1="143.22806"
- x2="214.52130"
+ x2="214.5213"
y2="239.65953"
gradientUnits="userSpaceOnUse" />
<linearGradient
@@ -2457,7 +2458,7 @@
gradientTransform="scale(1.083997,0.922512)"
x1="57.693123"
y1="371.57895"
- x2="198.36630"
+ x2="198.3663"
y2="283.28192"
gradientUnits="userSpaceOnUse" />
<linearGradient
@@ -2465,7 +2466,7 @@
xlink:href="#linearGradient16566"
id="linearGradient17336"
gradientTransform="scale(0.564969,1.770009)"
- x1="128.19040"
+ x1="128.1904"
y1="210.39626"
x2="187.98611"
y2="211.00757"
@@ -2474,7 +2475,7 @@
inkscape:collect="always"
xlink:href="#linearGradient16566"
id="linearGradient16564"
- gradientTransform="scale(0.570080,1.754139)"
+ gradientTransform="scale(0.57008,1.754139)"
x1="133.46594"
y1="40.326912"
x2="181.06233"
@@ -2485,7 +2486,7 @@
xlink:href="#linearGradient8903"
id="linearGradient11973"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-4.760058,0.000000,0.000000,0.180263,482.2960,15.53622)"
+ gradientTransform="matrix(-4.760058,0,0,0.180263,482.296,15.53622)"
x1="17.975288"
y1="330.44629"
x2="44.435406"
@@ -2495,7 +2496,7 @@
xlink:href="#linearGradient8903"
id="linearGradient11211"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-4.760058,0.000000,0.000000,-0.199943,482.2960,435.6345)"
+ gradientTransform="matrix(-4.760058,0,0,-0.199943,482.296,435.6345)"
x1="17.975288"
y1="330.44629"
x2="44.435406"
@@ -2505,7 +2506,7 @@
xlink:href="#linearGradient9675"
id="linearGradient11207"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(5.206733,0.000000,0.000000,-0.192059,-8.421585e-6,445.4823)"
+ gradientTransform="matrix(5.206733,0,0,-0.192059,-8.421585e-6,445.4823)"
x1="76.858376"
y1="293.60443"
x2="61.205906"
@@ -2525,7 +2526,7 @@
xlink:href="#linearGradient9675"
id="linearGradient9683"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(4.760058,0.000000,0.000000,-0.199943,19.99715,435.6345)"
+ gradientTransform="matrix(4.760058,0,0,-0.199943,19.99715,435.6345)"
x1="17.975288"
y1="330.44629"
x2="44.435406"
@@ -2535,7 +2536,7 @@
xlink:href="#linearGradient9675"
id="linearGradient8915"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(4.760058,0.000000,0.000000,0.180263,19.99715,15.53622)"
+ gradientTransform="matrix(4.760058,0,0,0.180263,19.99715,15.53622)"
x1="17.975288"
y1="330.44629"
x2="44.435406"
@@ -2545,7 +2546,7 @@
xlink:href="#linearGradient8903"
id="linearGradient8911"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(5.206733,0.000000,0.000000,-0.192059,1.425726e-8,445.4823)"
+ gradientTransform="matrix(5.206733,0,0,-0.192059,1.425726e-8,445.4823)"
x1="17.975288"
y1="330.44629"
x2="44.435406"
@@ -2708,7 +2709,7 @@
xlink:href="#linearGradient3280"
id="radialGradient2378"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.596105,0.000000,0.000000,1.592015,-1401.047,-119.7644)"
+ gradientTransform="matrix(2.596105,0,0,1.592015,-1401.047,-119.7644)"
cx="708.93524"
cy="503.97726"
fx="708.93524"
@@ -2719,7 +2720,7 @@
xlink:href="#linearGradient3280"
id="radialGradient2381"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.775837,0.000000,0.000000,1.089000,-880.1313,131.5260)"
+ gradientTransform="matrix(1.775837,0,0,1.089,-880.1313,131.526)"
cx="708.93524"
cy="503.97726"
fx="708.93524"
@@ -2730,7 +2731,7 @@
xlink:href="#linearGradient3280"
id="radialGradient2384"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.000000,0.000000,0.000000,0.613232,-381.1861,369.2045)"
+ gradientTransform="matrix(1,0,0,0.613232,-381.1861,369.2045)"
cx="708.93524"
cy="503.97726"
fx="708.93524"
@@ -2741,7 +2742,7 @@
xlink:href="#linearGradient7469"
id="linearGradient2387"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.591312,0.000000,0.000000,0.970000,-80.84012,179.3632)"
+ gradientTransform="matrix(0.591312,0,0,0.97,-55.87167,-244.5474)"
x1="452.93359"
y1="681.01489"
x2="452.93359"
@@ -2751,7 +2752,7 @@
xlink:href="#linearGradient3280"
id="radialGradient2390"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.900664,4.069407e-9,-5.675128e-10,0.320135,-58.15200,523.6249)"
+ gradientTransform="matrix(0.900664,4.069407e-9,-5.675128e-10,0.320135,-33.18357,99.71433)"
cx="201.86694"
cy="486.43906"
fx="201.86694"
@@ -2762,49 +2763,49 @@
xlink:href="#linearGradient631"
id="radialGradient2406"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.631124,0.000000,0.000000,1.584476,745.6349,33.88884)"
+ gradientTransform="matrix(0.631124,0,0,1.584476,745.6349,33.88884)"
cx="643.00336"
- cy="380.95162"
+ cy="380.95163"
fx="643.00336"
- fy="380.95162"
- r="314.01351" />
+ fy="380.95163"
+ r="314.01352" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient34148"
id="radialGradient2423"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.993109,0.000000,0.000000,1.006939,597.5781,400.3749)"
+ gradientTransform="matrix(0.993109,0,0,1.006939,597.5781,400.3749)"
cx="251.85469"
- cy="231.61150"
+ cy="231.6115"
fx="251.85469"
- fy="231.61150"
+ fy="231.6115"
r="280.93845" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16566"
id="linearGradient2426"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.083997,0.000000,0.000000,0.922512,593.8081,387.1798)"
+ gradientTransform="matrix(1.083997,0,0,0.922512,593.8081,387.1798)"
x1="57.693123"
y1="371.57895"
- x2="198.36630"
+ x2="198.3663"
y2="283.28192" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient26492"
id="linearGradient2429"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.085649,0.000000,0.000000,0.921108,637.1143,380.6839)"
+ gradientTransform="matrix(1.085649,0,0,0.921108,637.1143,380.6839)"
x1="252.49219"
y1="360.83649"
- x2="390.48270"
+ x2="390.4827"
y2="323.51849" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient26492"
id="linearGradient2432"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.087088,0.000000,0.000000,0.919889,613.2959,408.8329)"
+ gradientTransform="matrix(1.087088,0,0,0.919889,613.2959,408.8329)"
x1="275.12863"
y1="109.79964"
x2="395.47256"
@@ -2814,17 +2815,17 @@
xlink:href="#linearGradient16566"
id="linearGradient2435"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.091250,0.000000,0.000000,0.916380,593.8081,387.1798)"
+ gradientTransform="matrix(1.09125,0,0,0.91638,593.8081,387.1798)"
x1="71.276215"
y1="143.22806"
- x2="214.52130"
+ x2="214.5213"
y2="239.65953" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient26492"
id="linearGradient2438"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.934317,0.000000,0.000000,1.070301,593.8081,387.1798)"
+ gradientTransform="matrix(0.934317,0,0,1.070301,593.8081,387.1798)"
x1="135.99692"
y1="281.88895"
x2="248.47047"
@@ -2834,7 +2835,7 @@
xlink:href="#linearGradient16566"
id="linearGradient2441"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.935956,0.000000,0.000000,1.068427,593.8081,387.1798)"
+ gradientTransform="matrix(0.935956,0,0,1.068427,593.8081,387.1798)"
x1="425.22043"
y1="376.14044"
x2="291.93912"
@@ -2844,18 +2845,18 @@
xlink:href="#linearGradient16566"
id="linearGradient2444"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.939149,0.000000,0.000000,1.064794,593.8081,387.1798)"
+ gradientTransform="matrix(0.939149,0,0,1.064794,593.8081,387.1798)"
x1="440.59283"
- y1="42.121670"
- x2="250.66240"
+ y1="42.12167"
+ x2="250.6624"
y2="114.55282" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient26492"
id="linearGradient2447"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.935632,0.000000,0.000000,1.068796,603.2332,373.9847)"
- x1="131.64180"
+ gradientTransform="matrix(0.935632,0,0,1.068796,603.2332,373.9847)"
+ x1="131.6418"
y1="57.598587"
x2="225.79659"
y2="165.83847" />
@@ -2864,7 +2865,7 @@
xlink:href="#linearGradient16566"
id="linearGradient2450"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.874867,0.000000,0.000000,0.533371,593.8081,387.1798)"
+ gradientTransform="matrix(1.874867,0,0,0.533371,593.8081,387.1798)"
x1="38.539066"
y1="760.42139"
x2="68.762253"
@@ -2874,7 +2875,7 @@
xlink:href="#linearGradient26492"
id="linearGradient2453"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.874867,0.000000,0.000000,0.533371,593.8081,387.1798)"
+ gradientTransform="matrix(1.874867,0,0,0.533371,593.8081,387.1798)"
x1="228.04651"
y1="764.17627"
x2="198.98575"
@@ -2884,7 +2885,7 @@
xlink:href="#linearGradient26492"
id="linearGradient2456"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.874867,0.000000,0.000000,0.533371,595.6931,326.8594)"
+ gradientTransform="matrix(1.874867,0,0,0.533371,595.6931,326.8594)"
x1="229.20894"
y1="71.361206"
x2="192.88298"
@@ -2894,8 +2895,8 @@
xlink:href="#linearGradient16566"
id="linearGradient2459"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.564969,0.000000,0.000000,1.770009,593.8081,387.1798)"
- x1="128.19040"
+ gradientTransform="matrix(0.564969,0,0,1.770009,593.8081,387.1798)"
+ x1="128.1904"
y1="210.39626"
x2="187.98611"
y2="211.00757" />
@@ -2904,7 +2905,7 @@
xlink:href="#linearGradient26492"
id="linearGradient2462"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.564969,0.000000,0.000000,1.770009,593.8081,387.1798)"
+ gradientTransform="matrix(0.564969,0,0,1.770009,593.8081,387.1798)"
x1="781.93964"
y1="209.19675"
x2="687.02582"
@@ -2914,8 +2915,8 @@
xlink:href="#linearGradient16566"
id="linearGradient2465"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.874867,0.000000,0.000000,0.533371,576.8430,324.9744)"
- x1="40.088970"
+ gradientTransform="matrix(1.874867,0,0,0.533371,576.843,324.9744)"
+ x1="40.08897"
y1="79.405235"
x2="72.055801"
y2="89.460258" />
@@ -2924,7 +2925,7 @@
xlink:href="#linearGradient26492"
id="linearGradient2468"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.556321,0.000000,0.000000,1.797523,593.8081,387.1798)"
+ gradientTransform="matrix(0.556321,0,0,1.797523,593.8081,387.1798)"
x1="803.78528"
y1="42.364986"
x2="690.93176"
@@ -2934,7 +2935,7 @@
xlink:href="#linearGradient16566"
id="linearGradient2471"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.570080,0.000000,0.000000,1.754139,576.8430,389.0648)"
+ gradientTransform="matrix(0.57008,0,0,1.754139,576.843,389.0648)"
x1="133.46594"
y1="40.326912"
x2="181.06233"
@@ -2944,7 +2945,7 @@
xlink:href="#linearGradient33378"
id="radialGradient2474"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.975730,0.000000,0.000000,1.006939,606.6922,387.1798)"
+ gradientTransform="matrix(0.97573,0,0,1.006939,606.6922,387.1798)"
cx="254.63573"
cy="220.58165"
fx="254.63573"
@@ -2955,7 +2956,7 @@
xlink:href="#linearGradient41791"
id="linearGradient2482"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.902285,0.000000,0.000000,1.108297,593.8081,387.1798)"
+ gradientTransform="matrix(0.902285,0,0,1.108297,593.8081,387.1798)"
x1="426.86679"
y1="140.18028"
x2="339.01733"
@@ -2965,29 +2966,29 @@
xlink:href="#linearGradient37977"
id="radialGradient2485"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.902285,0.000000,0.000000,1.108297,593.8081,387.1798)"
+ gradientTransform="matrix(0.902285,0,0,1.108297,593.8081,387.1798)"
cx="288.24194"
cy="149.45563"
fx="289.85388"
- fy="150.78070"
+ fy="150.7807"
r="60.821499" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient37977"
id="radialGradient2488"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.902285,0.000000,0.000000,1.108297,593.8081,387.1798)"
+ gradientTransform="matrix(0.902285,0,0,1.108297,593.8081,387.1798)"
cx="260.83936"
cy="234.25877"
fx="260.83936"
fy="234.25877"
- r="105.28590" />
+ r="105.2859" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient37977"
id="linearGradient2491"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.902285,0.000000,0.000000,1.108297,593.8081,387.1798)"
+ gradientTransform="matrix(0.902285,0,0,1.108297,593.8081,387.1798)"
x1="244.72018"
y1="194.50729"
x2="355.94244"
@@ -2997,7 +2998,7 @@
xlink:href="#linearGradient8903"
id="linearGradient2500"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-4.760058,0.000000,0.000000,0.180263,1076.104,402.7160)"
+ gradientTransform="matrix(-4.760058,0,0,0.180263,1076.104,402.716)"
x1="17.975288"
y1="330.44629"
x2="44.435406"
@@ -3007,7 +3008,7 @@
xlink:href="#linearGradient8903"
id="linearGradient2503"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-4.760058,0.000000,0.000000,-0.199943,1076.104,822.8143)"
+ gradientTransform="matrix(-4.760058,0,0,-0.199943,1076.104,822.8143)"
x1="17.975288"
y1="330.44629"
x2="44.435406"
@@ -3017,7 +3018,7 @@
xlink:href="#linearGradient9675"
id="linearGradient2506"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(5.206733,0.000000,0.000000,-0.192059,593.8081,832.6621)"
+ gradientTransform="matrix(5.206733,0,0,-0.192059,593.8081,832.6621)"
x1="76.858376"
y1="293.60443"
x2="61.205906"
@@ -3027,7 +3028,7 @@
xlink:href="#linearGradient9675"
id="linearGradient2509"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(5.206733,0.000000,0.000000,0.192059,593.8081,387.1798)"
+ gradientTransform="matrix(5.206733,0,0,0.192059,593.8081,387.1798)"
x1="76.858376"
y1="293.60443"
x2="61.205906"
@@ -3037,7 +3038,7 @@
xlink:href="#linearGradient9675"
id="linearGradient2513"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(4.760058,0.000000,0.000000,-0.199943,613.8053,822.8143)"
+ gradientTransform="matrix(4.760058,0,0,-0.199943,613.8053,822.8143)"
x1="17.975288"
y1="330.44629"
x2="44.435406"
@@ -3047,7 +3048,7 @@
xlink:href="#linearGradient9675"
id="linearGradient2516"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(4.760058,0.000000,0.000000,0.180263,613.8053,402.7160)"
+ gradientTransform="matrix(4.760058,0,0,0.180263,613.8053,402.716)"
x1="17.975288"
y1="330.44629"
x2="44.435406"
@@ -3057,7 +3058,7 @@
xlink:href="#linearGradient8903"
id="linearGradient2519"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(5.206733,0.000000,0.000000,-0.192059,593.8081,832.6621)"
+ gradientTransform="matrix(5.206733,0,0,-0.192059,593.8081,832.6621)"
x1="17.975288"
y1="330.44629"
x2="44.435406"
@@ -3067,7 +3068,7 @@
xlink:href="#linearGradient8903"
id="linearGradient2524"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(5.206733,0.000000,0.000000,0.192059,593.8081,387.1798)"
+ gradientTransform="matrix(5.206733,0,0,0.192059,593.8081,387.1798)"
x1="17.975288"
y1="330.44629"
x2="44.435406"
@@ -3077,27 +3078,27 @@
xlink:href="#linearGradient26492"
id="linearGradient3314"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.174203,0.000000,0.000000,0.391550,-418.2520,158.0093)"
+ gradientTransform="matrix(1.174203,0,0,0.39155,-418.252,158.0093)"
x1="467.83578"
- y1="812.53320"
- x2="434.74310"
+ y1="812.5332"
+ x2="434.7431"
y2="821.08521" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient16566"
id="linearGradient3317"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.174206,0.000000,0.000000,0.391550,-418.2520,158.0093)"
+ gradientTransform="matrix(1.174206,0,0,0.39155,-418.252,158.0093)"
x1="386.45993"
y1="801.93011"
- x2="438.32220"
+ x2="438.3222"
y2="767.26935" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient26492"
id="linearGradient3320"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.571385,0.000000,0.000000,0.804641,-825.5974,314.2795)"
+ gradientTransform="matrix(0.571385,0,0,0.804641,-825.5974,314.2795)"
x1="1978.5189"
y1="335.16922"
x2="1633.9866"
@@ -3107,7 +3108,7 @@
xlink:href="#linearGradient16566"
id="linearGradient3326"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.573203,0.000000,0.000000,0.802089,-825.5974,314.2795)"
+ gradientTransform="matrix(0.573203,0,0,0.802089,-825.5974,314.2795)"
x1="1822.2916"
y1="403.41656"
x2="1709.8169"
@@ -3117,7 +3118,7 @@
xlink:href="#linearGradient16566"
id="linearGradient17855"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.019910,0.000000,0.000000,0.450784,-825.5974,314.2795)"
+ gradientTransform="matrix(1.01991,0,0,0.450784,-825.5974,314.2795)"
x1="1160.0526"
y1="1168.1616"
x2="1073.4216"
@@ -3130,15 +3131,15 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
- inkscape:zoom="1.0000000"
- inkscape:cx="397.58071"
- inkscape:cy="463.56541"
+ inkscape:zoom="1.5631263"
+ inkscape:cx="250.5"
+ inkscape:cy="249.5"
inkscape:document-units="px"
inkscape:current-layer="layer1"
inkscape:window-width="1272"
inkscape:window-height="947"
inkscape:window-x="0"
- inkscape:window-y="0" />
+ inkscape:window-y="30" />
<metadata
id="metadata7">
<rdf:RDF>
@@ -3156,63 +3157,64 @@
id="layer1">
<path
sodipodi:type="arc"
- style="opacity:1.0000000;color:#000000;fill:#5d5656;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:9.6111755;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
+ style="opacity:1;color:#000000;fill:#5d5656;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:9.61117554;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="path9968"
sodipodi:cx="447.69019"
sodipodi:cy="501.93887"
sodipodi:rx="30.160181"
sodipodi:ry="44.297764"
- d="M 477.85037 501.93887 A 30.160181 44.297764 0 1 1 417.53000,501.93887 A 30.160181 44.297764 0 1 1 477.85037 501.93887 z"
- transform="matrix(0.878033,0.000000,0.000000,1.000000,-121.8361,169.4512)" />
+ d="M 477.85037 501.93887 A 30.160181 44.297764 0 1 1 417.53,501.93887 A 30.160181 44.297764 0 1 1 477.85037 501.93887 z"
+ transform="matrix(0.878033,0,0,1,-96.86766,-254.4594)" />
<path
- transform="matrix(0.846783,0.000000,0.000000,0.964409,-108.7883,187.3157)"
- d="M 477.85037 501.93887 A 30.160181 44.297764 0 1 1 417.53000,501.93887 A 30.160181 44.297764 0 1 1 477.85037 501.93887 z"
+ transform="matrix(0.846783,0,0,0.964409,-83.81986,-236.5949)"
+ d="M 477.85037 501.93887 A 30.160181 44.297764 0 1 1 417.53,501.93887 A 30.160181 44.297764 0 1 1 477.85037 501.93887 z"
sodipodi:ry="44.297764"
sodipodi:rx="30.160181"
sodipodi:cy="501.93887"
sodipodi:cx="447.69019"
id="path12156"
- style="opacity:1.0000000;color:#000000;fill:url(#radialGradient13616);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:9.6111755;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
+ style="opacity:1;color:#000000;fill:url(#radialGradient13616);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9.61117554;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
sodipodi:type="arc" />
<path
- style="color:#000000;fill:url(#radialGradient2390);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:5.4185519;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
- d="M 82.550250,616.69122 L 118.63725,616.72476 L 268.07449,467.80887 C 277.52034,606.04303 279.88180,740.50717 268.07449,871.20129 L 118.63725,739.25050 L 82.550250,739.25442 L 82.550250,616.69122 z "
+ style="color:#000000;fill:url(#radialGradient2390);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:5.41855192;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 107.5187,192.78065 L 143.60568,192.81419 L 293.04293,43.898304 C 302.48877,182.13246 304.85023,316.5966 293.04293,447.29072 L 143.60568,315.33993 L 107.5187,315.34385 L 107.5187,192.78065 z "
id="rect4926"
sodipodi:nodetypes="ccccccc" />
<path
- style="opacity:0.77205884;color:#000000;fill:url(#linearGradient2387);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:6.8464365;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
- d="M 119.70815,618.70398 L 265.49196,474.25555 C 274.40900,608.34270 277.58076,737.83043 266.43446,864.60374 L 119.70815,737.55397 L 119.70815,618.70398 z "
+ style="opacity:0.77205882;color:#000000;fill:url(#linearGradient2387);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.8464365;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 144.67658,194.79341 L 290.4604,50.344984 C 299.37743,184.43213 302.54919,313.91986 291.4029,440.69317 L 144.67658,313.6434 L 144.67658,194.79341 z "
id="path7451"
sodipodi:nodetypes="ccccc" />
<g
- id="g19309">
+ id="g19309"
+ transform="translate(24.96844,-423.9106)">
<path
- style="font-size:12.000000px;fill:#c3433d;fill-rule:evenodd;stroke:#000000;stroke-width:4.2378488;fill-opacity:1.0000000"
+ style="font-size:12px;fill:#c3433d;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.23784876"
d="M 37.985736,469.06889 L 323.21275,868.22248 L 412.96953,869.27726 L 126.74087,468.68914 L 37.985736,469.06889 z "
id="path746"
sodipodi:nodetypes="ccccc" />
<path
- style="font-size:12.000000px;fill:url(#linearGradient3326);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000"
- d="M 38.357588,469.43446 L 82.429980,496.68888 L 322.07471,830.55497 L 322.32515,866.77468 L 38.357588,469.43446 z "
+ style="font-size:12px;fill:url(#linearGradient3326);fill-opacity:1;fill-rule:evenodd;stroke:#000000"
+ d="M 38.357588,469.43446 L 82.42998,496.68888 L 322.07471,830.55497 L 322.32515,866.77468 L 38.357588,469.43446 z "
id="path748"
sodipodi:nodetypes="ccccc" />
<path
- style="font-size:12.000000px;fill:url(#linearGradient17855);fill-rule:evenodd;stroke:#000000;stroke-width:0.67805576;fill-opacity:1.0"
- d="M 322.32572,868.20936 L 322.07528,830.19657 L 367.15000,830.19648 L 410.97195,868.92650 L 322.32572,868.20936 z "
+ style="font-size:12px;fill:url(#linearGradient17855);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.67805576"
+ d="M 322.32572,868.20936 L 322.07528,830.19657 L 367.15,830.19648 L 410.97195,868.9265 L 322.32572,868.20936 z "
id="path749"
sodipodi:nodetypes="ccccc" />
<path
- style="font-size:12.000000px;fill:url(#linearGradient3320);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:0.67805576"
+ style="font-size:12px;fill:url(#linearGradient3320);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.67805576"
d="M 125.60543,467.10015 L 125.73065,496.86487 L 367.62991,830.19494 L 410.70111,868.56639 L 125.60543,467.10015 z "
id="path750"
sodipodi:nodetypes="ccccc" />
<path
- style="font-size:12.000000px;fill:url(#linearGradient3317);fill-rule:evenodd;stroke:#000000;fill-opacity:1.0"
+ style="font-size:12px;fill:url(#linearGradient3317);fill-opacity:1;fill-rule:evenodd;stroke:#000000"
d="M 125.36849,467.45545 L 125.40135,496.63409 L 82.708083,496.31674 L 36.031565,467.67494 L 125.36849,467.45545 z "
id="path752"
sodipodi:nodetypes="ccccc" />
<path
- style="font-size:12.000000px;fill:url(#linearGradient3314);fill-rule:evenodd;stroke:#000000;fill-opacity:1.0"
+ style="font-size:12px;fill:url(#linearGradient3314);fill-opacity:1;fill-rule:evenodd;stroke:#000000"
d="M 125.44838,467.77304 L 125.48068,496.95168 L 82.787975,496.63433 L 36.111456,467.99253 L 125.44838,467.77304 z "
id="path753"
sodipodi:nodetypes="ccccc" />
@@ -3220,10 +3222,10 @@
sodipodi:nodetypes="ccccc"
id="path16397"
d="M 322.67395,868.25744 L 322.42351,830.24465 L 367.49823,830.24456 L 411.32018,868.97458 L 322.67395,868.25744 z "
- style="font-size:12.000000px;fill:url(#linearGradient16399);fill-rule:evenodd;stroke:#000000;stroke-width:0.67805576;fill-opacity:1.0;opacity:0.36764706" />
+ style="font-size:12px;opacity:0.36764706;fill:url(#linearGradient16399);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.67805576" />
<path
- style="font-size:12.000000px;fill:#f0aa32;fill-opacity:0.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:4.2378488"
- d="M 38.925567,470.11222 L 324.15332,869.26582 L 413.91010,870.32059 L 127.68115,469.73247 L 38.925567,470.11222 z "
+ style="font-size:12px;fill:#f0aa32;fill-opacity:0;fill-rule:evenodd;stroke:#000000;stroke-width:4.23784876"
+ d="M 38.925567,470.11222 L 324.15332,869.26582 L 413.9101,870.32059 L 127.68115,469.73247 L 38.925567,470.11222 z "
id="path785"
sodipodi:nodetypes="ccccc" />
</g>
diff --git a/pixmaps/record.svg b/pixmaps/record.svg
index 05f244f..0498f99 100644
--- a/pixmaps/record.svg
+++ b/pixmaps/record.svg
@@ -1,172 +1,160 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
-"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ 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:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg602"
- sodipodi:version="0.34"
- width="210mm"
- height="297mm"
+ sodipodi:version="0.32"
+ width="400pt"
+ height="400pt"
xml:space="preserve"
- sodipodi:docbase="/home/tine/docs/Sodipodi/MiaV-knapper/"
- sodipodi:docname="/home/tine/docs/Sodipodi/MiaV-knapper/Record.svg"><defs
- id="defs604"><linearGradient
- id="linearGradient660"><stop
- style="stop-color:#ff0000;stop-opacity:0;"
- offset="0"
- id="stop661" /><stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="1"
- id="stop662" /></linearGradient><linearGradient
- id="linearGradient655"><stop
- style="stop-color:#a20000;stop-opacity:0;"
- offset="0"
- id="stop656" /><stop
- style="stop-color:#2d0000;stop-opacity:1;"
- offset="1"
- id="stop657" /></linearGradient><linearGradient
- id="linearGradient631"><stop
- style="stop-color:#a12e28;stop-opacity:0.8431;"
- offset="0"
- id="stop632" /><stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop633" /></linearGradient><linearGradient
- id="linearGradient622"><stop
- style="stop-color:#a12e28;stop-opacity:0.1961;"
- offset="0"
- id="stop623" /><stop
- style="stop-color:#a12e28;stop-opacity:0.8431;"
- offset="1"
- id="stop624" /></linearGradient><linearGradient
- id="linearGradient618"><stop
- style="stop-color:#a12e28;stop-opacity:0.3647;"
- offset="0"
- id="stop619" /><stop
- style="stop-color:#a12e28;stop-opacity:1;"
- offset="1"
- id="stop620" /></linearGradient><linearGradient
- id="linearGradient615"><stop
- style="stop-color:#cf635e;stop-opacity:1;"
- offset="0"
- id="stop616" /><stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop617" /></linearGradient><linearGradient
- id="linearGradient611"><stop
- style="stop-color:#cf635e;stop-opacity:1;"
- offset="0"
- id="stop612" /><stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop613" /></linearGradient><linearGradient
- id="linearGradient607"><stop
- style="stop-color:#000;stop-opacity:1;"
- offset="0"
- id="stop608" /><stop
- style="stop-color:#fff;stop-opacity:1;"
- offset="1"
- id="stop609" /></linearGradient><linearGradient
- xlink:href="#linearGradient655"
- id="linearGradient610"
- x1="-0.37500072"
- y1="0.51562363"
- x2="1.73437548"
- y2="0.49999985" /><radialGradient
- xlink:href="#linearGradient622"
- id="radialGradient621"
- cx="0.51851857"
- cy="0.49999994"
- r="0.48173499"
- fx="0.51851857"
- fy="0.49999994" /><radialGradient
- xlink:href="#linearGradient655"
- id="radialGradient626" /><radialGradient
- xlink:href="#linearGradient622"
- id="radialGradient627"
- cx="-0.93589729"
- cy="0.515625"
- r="5.46153784"
- fx="-0.93589729"
- fy="0.515625" /><radialGradient
- xlink:href="#linearGradient631"
- id="radialGradient630"
- cx="-0.23076862"
- cy="0.51562536"
- r="1.03893137"
- fx="-0.23076862"
- fy="0.51562536" /><linearGradient
- xlink:href="#linearGradient660"
- id="linearGradient658"
- x1="0.5"
- y1="0.53906232"
- x2="-0.12962978"
- y2="0.53906232" /></defs><sodipodi:namedview
- id="base" /><path
- sodipodi:type="arc"
- style="fill-rule:evenodd;stroke:#000000;fill:#ffffff;fill-opacity:1;stroke-opacity:1;stroke-width:2.75;stroke-linejoin:miter;stroke-linecap:butt;stroke-dasharray:none;"
- id="path797"
- d="M 563.75 477.3622 A 187.5 187.5 0 1 0 188.75 477.3622 A 187.5 187.5 0 1 0 563.75 477.3622 z"
- sodipodi:cx="376.25"
- sodipodi:cy="477.362183"
- sodipodi:rx="187.5"
- sodipodi:ry="187.5"
- transform="matrix(1.315602,0,0,1.311203,-117.9204,-148.5566)" /><path
- sodipodi:type="arc"
- style="font-size:12;fill:url(#radialGradient621);stroke-width:2.75;"
- id="path614"
- d="M 499.3224 618.8169 A 187.5 187.5 0 1 1 497.0085 333.9271 L 376.25 477.3622z"
- sodipodi:cx="376.25"
- sodipodi:cy="477.362183"
- sodipodi:rx="187.5"
- sodipodi:ry="187.5"
- transform="matrix(1.306666,0,0,1.306666,-115.3834,-146.3911)"
- sodipodi:start="0.85477765"
- sodipodi:end="5.41216368" /><path
- sodipodi:type="arc"
- style="font-size:12;fill:url(#linearGradient658);stroke-width:2.75;"
- id="path625"
- d="M 499.7512 618.4427 A 187.5 187.5 0 1 1 497.0085 333.9271 L 376.25 477.3622z"
- sodipodi:cx="376.25"
- sodipodi:cy="477.362183"
- sodipodi:rx="187.5"
- sodipodi:ry="187.5"
- transform="matrix(1.306666,0,0,1.306666,-115.3835,-146.3911)"
- sodipodi:start="0.85174273"
- sodipodi:end="5.41216368" /><path
- style="fill:#ffffff;fill-rule:evenodd;stroke:#ff0000;stroke-opacity:0.229;stroke-width:1pt;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;"
- d="M 433.6376 238.1 C 457.6165 243.7666 482.6508 253.765 498.3327 263.1028 C 550.6432 292.7054 573.7582 327.322 590.5736 352.9761 C 616.1116 400.3188 623.0932 440.2153 624.0223 471.6502 C 623.1836 518.7928 617.0701 551.5295 591.2075 600.0356 C 563.4414 649.4687 523.6259 678.123 496.6104 692.8738 C 482.075 701.0226 458.091 710.8256 433.2673 717.0024 L 496.6873 619.3701 L 496.7873 333.6141 L 433.6376 238.1 z "
- id="path648"
- sodipodi:nodetypes="cccccccccc" /><path
- style="fill:url(#radialGradient630);fill-rule:evenodd;stroke:none;stroke-opacity:1;stroke-width:1pt;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;"
- d="M 433.6376 238.1 C 457.6165 243.7666 482.6508 253.765 498.3327 263.1028 C 550.6432 292.7054 573.7582 327.322 590.5736 352.9761 C 616.1116 400.3188 623.0932 440.2153 624.0223 471.6502 C 623.1836 518.7928 617.0701 551.5295 591.2075 600.0356 C 563.4414 649.4687 523.6259 678.123 496.6104 692.8738 C 482.075 701.0226 458.091 710.8256 433.2673 717.0024 L 496.6873 619.3701 L 496.7873 333.6141 L 433.6376 238.1 z "
- id="path651"
- sodipodi:nodetypes="cccccccccc" /><path
- sodipodi:type="arc"
- style="fill-rule:evenodd;stroke:#000000;fill:#c3433d;fill-opacity:1;stroke-opacity:1;stroke-width:2.75;stroke-linejoin:miter;stroke-linecap:butt;stroke-dasharray:none;"
- id="path605"
- d="M 563.75 477.3622 A 187.5 187.5 0 1 0 188.75 477.3622 A 187.5 187.5 0 1 0 563.75 477.3622 z"
- sodipodi:cx="376.25"
- sodipodi:cy="477.362183"
- sodipodi:rx="187.5"
- sodipodi:ry="187.5" /><path
- sodipodi:type="arc"
- style="fill-rule:evenodd;stroke:#000000;fill:url(#linearGradient610);fill-opacity:1;stroke-opacity:1;stroke-width:2.75;stroke-linejoin:miter;stroke-linecap:butt;stroke-dasharray:none;"
- id="path659"
- d="M 563.75 477.3622 A 187.5 187.5 0 1 0 188.75 477.3622 A 187.5 187.5 0 1 0 563.75 477.3622 z"
- sodipodi:cx="376.25"
- sodipodi:cy="477.362183"
- sodipodi:rx="187.5"
- sodipodi:ry="187.5" /><path
- sodipodi:type="arc"
- style="fill-rule:evenodd;stroke:#000000;fill:#cf635e;fill-opacity:0;stroke-opacity:1;stroke-width:2.75;stroke-linejoin:miter;stroke-linecap:butt;stroke-dasharray:none;"
- id="path634"
- d="M 563.75 477.3622 A 187.5 187.5 0 1 0 188.75 477.3622 A 187.5 187.5 0 1 0 563.75 477.3622 z"
- sodipodi:cx="376.25"
- sodipodi:cy="477.362183"
- sodipodi:rx="187.5"
- sodipodi:ry="187.5"
- transform="matrix(1.315602,0,0,1.311203,-117.9204,-148.5566)" /></svg>
+ sodipodi:docbase="/home/deva/docs/c/miav/pixmaps"
+ sodipodi:docname="record.svg"
+ inkscape:version="0.43"
+ version="1.0"><metadata
+ id="metadata1409"><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><defs
+ id="defs604"><linearGradient
+ id="linearGradient660"><stop
+ style="stop-color:#ff0000;stop-opacity:0;"
+ offset="0"
+ id="stop661" /><stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="1"
+ id="stop662" /></linearGradient><linearGradient
+ id="linearGradient655"><stop
+ style="stop-color:#a20000;stop-opacity:0;"
+ offset="0"
+ id="stop656" /><stop
+ style="stop-color:#2d0000;stop-opacity:1;"
+ offset="1"
+ id="stop657" /></linearGradient><linearGradient
+ id="linearGradient631"><stop
+ style="stop-color:#a12e28;stop-opacity:0.8431;"
+ offset="0"
+ id="stop632" /><stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop633" /></linearGradient><linearGradient
+ id="linearGradient622"><stop
+ style="stop-color:#a12e28;stop-opacity:0.1961;"
+ offset="0"
+ id="stop623" /><stop
+ style="stop-color:#a12e28;stop-opacity:0.8431;"
+ offset="1"
+ id="stop624" /></linearGradient><linearGradient
+ xlink:href="#linearGradient655"
+ id="linearGradient610"
+ x1="45.718479"
+ y1="483.26401"
+ x2="842.53534"
+ y2="477.36212"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ xlink:href="#linearGradient622"
+ id="radialGradient621"
+ cx="384.60345"
+ cy="433.95129"
+ r="164.48636"
+ fx="384.60345"
+ fy="433.95129"
+ gradientTransform="scale(0.909507,1.099496)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ xlink:href="#linearGradient631"
+ id="radialGradient630"
+ cx="616.75238"
+ cy="306.11658"
+ r="314.01352"
+ fx="616.75238"
+ fy="306.11658"
+ gradientTransform="matrix(0.631124,0,0,1.584476,-126.8023,-227.3986)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient660"
+ id="linearGradient658"
+ x1="378.25174"
+ y1="447.60449"
+ x2="163.12115"
+ y2="447.60449"
+ gradientTransform="scale(0.910143,1.098728)"
+ gradientUnits="userSpaceOnUse" /></defs><sodipodi:namedview
+ id="base"
+ inkscape:zoom="1.5254743"
+ inkscape:cx="264.31608"
+ inkscape:cy="245.30387"
+ inkscape:window-width="1272"
+ inkscape:window-height="972"
+ inkscape:window-x="0"
+ inkscape:window-y="30"
+ inkscape:current-layer="svg602" /><path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
+ id="path797"
+ d="M 563.75 477.36218 A 187.5 187.5 0 1 1 188.75,477.36218 A 187.5 187.5 0 1 1 563.75 477.36218 z"
+ sodipodi:cx="376.25"
+ sodipodi:cy="477.36218"
+ sodipodi:rx="187.5"
+ sodipodi:ry="187.5"
+ transform="matrix(1.315602,0,0,1.311203,-244.7227,-375.9552)" /><path
+ sodipodi:type="arc"
+ style="font-size:12px;fill:url(#radialGradient621);stroke-width:2.75"
+ id="path614"
+ d="M 499.32243,618.81687 A 187.5,187.5 0 1 1 497.00851,333.92706 L 376.25,477.36218 z"
+ sodipodi:cx="376.25"
+ sodipodi:cy="477.36218"
+ sodipodi:rx="187.5"
+ sodipodi:ry="187.5"
+ transform="matrix(1.306666,0,0,1.306666,-242.1857,-373.7897)"
+ sodipodi:start="0.85477765"
+ sodipodi:end="5.4121637" /><path
+ sodipodi:type="arc"
+ style="font-size:12px;fill:url(#linearGradient658);stroke-width:2.75"
+ id="path625"
+ d="M 499.75116,618.4427 A 187.5,187.5 0 1 1 497.00851,333.92706 L 376.25,477.36218 z"
+ sodipodi:cx="376.25"
+ sodipodi:cy="477.36218"
+ sodipodi:rx="187.5"
+ sodipodi:ry="187.5"
+ transform="matrix(1.306666,0,0,1.306666,-242.1858,-373.7897)"
+ sodipodi:start="0.85174273"
+ sodipodi:end="5.4121637" /><path
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.22900002"
+ d="M 306.83526,10.701398 C 330.81416,16.367998 355.84846,26.366398 371.53036,35.704198 C 423.84086,65.306798 446.95586,99.923398 463.77126,125.5775 C 489.30926,172.9202 496.29086,212.8167 497.21996,244.2516 C 496.38126,291.3942 490.26776,324.1309 464.40516,372.637 C 436.63906,422.0701 396.82356,450.7244 369.80806,465.4752 C 355.27266,473.624 331.28866,483.427 306.46496,489.6038 L 369.88496,391.9715 L 369.98496,106.2155 L 306.83526,10.701398 z "
+ id="path648"
+ sodipodi:nodetypes="cccccccccc" /><path
+ style="fill:url(#radialGradient630);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 306.83526,10.701398 C 330.81416,16.367998 355.84846,26.366398 371.53036,35.704198 C 423.84086,65.306798 446.95586,99.923398 463.77126,125.5775 C 489.30926,172.9202 496.29086,212.8167 497.21996,244.2516 C 496.38126,291.3942 490.26776,324.1309 464.40516,372.637 C 436.63906,422.0701 396.82356,450.7244 369.80806,465.4752 C 355.27266,473.624 331.28866,483.427 306.46496,489.6038 L 369.88496,391.9715 L 369.98496,106.2155 L 306.83526,10.701398 z "
+ id="path651"
+ sodipodi:nodetypes="cccccccccc" /><path
+ sodipodi:type="arc"
+ style="fill:#c3433d;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
+ id="path605"
+ d="M 563.75 477.36218 A 187.5 187.5 0 1 1 188.75,477.36218 A 187.5 187.5 0 1 1 563.75 477.36218 z"
+ sodipodi:cx="376.25"
+ sodipodi:cy="477.36218"
+ sodipodi:rx="187.5"
+ sodipodi:ry="187.5"
+ transform="translate(-126.8023,-227.3986)" /><path
+ sodipodi:type="arc"
+ style="fill:url(#linearGradient610);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
+ id="path659"
+ d="M 563.75 477.36218 A 187.5 187.5 0 1 1 188.75,477.36218 A 187.5 187.5 0 1 1 563.75 477.36218 z"
+ sodipodi:cx="376.25"
+ sodipodi:cy="477.36218"
+ sodipodi:rx="187.5"
+ sodipodi:ry="187.5"
+ transform="translate(-126.8023,-227.3986)" /><path
+ sodipodi:type="arc"
+ style="fill:#cf635e;fill-opacity:0;fill-rule:evenodd;stroke:#000000;stroke-width:2.75;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
+ id="path634"
+ d="M 563.75 477.36218 A 187.5 187.5 0 1 1 188.75,477.36218 A 187.5 187.5 0 1 1 563.75 477.36218 z"
+ sodipodi:cx="376.25"
+ sodipodi:cy="477.36218"
+ sodipodi:rx="187.5"
+ sodipodi:ry="187.5"
+ transform="matrix(1.315602,0,0,1.311203,-244.7227,-375.9552)" /></svg> \ No newline at end of file
diff --git a/pixmaps/snapshot.svg b/pixmaps/snapshot.svg
index f832c4b..2b751d6 100644
--- a/pixmaps/snapshot.svg
+++ b/pixmaps/snapshot.svg
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<svg
- xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -15,24 +14,21 @@
inkscape:export-filename="/mnt/solar/docs/tine/Grafik/svg/MiaV-knapper/Snapshot_72dpi.png"
id="svg602"
sodipodi:version="0.32"
- width="210mm"
- height="297mm"
+ width="400pt"
+ height="400pt"
xml:space="preserve"
- sodipodi:docbase="/mnt/solar/docs/tine/Grafik/svg/MiaV-knapper"
- sodipodi:docname="Snapshot.svg"
- inkscape:version="0.41">
+ sodipodi:docbase="/home/deva/docs/c/miav/pixmaps"
+ sodipodi:docname="snapshot.svg"
+ inkscape:version="0.43"
+ version="1.0">
<metadata
id="metadata1657">
- <rdf:RDF
- id="RDF1659">
+ <rdf:RDF>
<cc:Work
- rdf:about=""
- id="Work1661">
- <dc:format
- id="format1663">image/svg+xml</dc:format>
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
<dc:type
- id="type1665"
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
@@ -233,31 +229,33 @@
<linearGradient
xlink:href="#linearGradient661"
id="linearGradient611"
- x1="167.06850"
+ x1="167.0685"
y1="382.67633"
x2="190.65559"
- y2="400.46792"
+ y2="400.46793"
gradientTransform="scale(1.041813,0.959866)"
gradientUnits="userSpaceOnUse" />
<radialGradient
xlink:href="#linearGradient613"
id="radialGradient612"
- cx="208.23220"
- cy="370.09051"
+ cx="208.23219"
+ cy="370.09052"
r="17.511396"
- fx="208.23220"
- fy="370.09051"
+ fx="208.23219"
+ fy="370.09052"
gradientUnits="userSpaceOnUse" />
<radialGradient
xlink:href="#linearGradient3981"
id="radialGradient617"
- cx="0.49710983"
- cy="0.52155173"
- r="0.69449818"
- fx="0.49710983"
- fy="0.52155173" />
+ cx="245.05766"
+ cy="492.77755"
+ r="255.9723"
+ fx="245.05766"
+ fy="492.77755"
+ gradientTransform="matrix(1.223982,0,0,0.817005,-50.6875,-141.6747)"
+ gradientUnits="userSpaceOnUse" />
<radialGradient
xlink:href="#linearGradient655"
@@ -282,7 +280,7 @@
<linearGradient
xlink:href="#linearGradient702"
id="linearGradient654"
- x1="172.22270"
+ x1="172.2227"
y1="324.94113"
x2="136.54559"
y2="294.76926"
@@ -295,28 +293,28 @@
x1="219.12265"
y1="431.61243"
x2="159.74905"
- y2="379.11809"
+ y2="379.1181"
gradientTransform="scale(1.041813,0.959866)"
gradientUnits="userSpaceOnUse" />
<linearGradient
xlink:href="#linearGradient661"
id="linearGradient670"
- x1="236.36413"
+ x1="236.36414"
y1="479.64343"
- x2="285.80833"
+ x2="285.80832"
y2="509.82785"
- gradientTransform="scale(1.092610,0.915239)"
+ gradientTransform="scale(1.09261,0.915239)"
gradientUnits="userSpaceOnUse" />
<linearGradient
xlink:href="#linearGradient665"
id="linearGradient673"
- x1="210.37647"
- y1="453.92553"
+ x1="210.37646"
+ y1="453.92554"
x2="295.86313"
- y2="518.32839"
- gradientTransform="scale(1.075801,0.929540)"
+ y2="518.32837"
+ gradientTransform="scale(1.075801,0.92954)"
gradientUnits="userSpaceOnUse" />
<radialGradient
@@ -331,11 +329,11 @@
<radialGradient
xlink:href="#linearGradient675"
id="radialGradient681"
- cx="444.24946"
- cy="9.9523215"
+ cx="444.24945"
+ cy="9.9523211"
r="117.60775"
- fx="444.24946"
- fy="9.9523215"
+ fx="444.24945"
+ fy="9.9523211"
gradientTransform="scale(0.953391,1.048888)"
gradientUnits="userSpaceOnUse" />
@@ -345,7 +343,7 @@
x1="181.41313"
y1="316.35138"
x2="171.28488"
- y2="308.28685"
+ y2="308.28687"
gradientTransform="scale(1.022092,0.978386)"
gradientUnits="userSpaceOnUse" />
@@ -353,7 +351,7 @@
inkscape:collect="always"
xlink:href="#linearGradient3215"
id="linearGradient3213"
- gradientTransform="scale(1.264328,0.790934)"
+ gradientTransform="matrix(1.264328,0,0,0.790934,-50.6875,-141.6747)"
x1="96.322487"
y1="351.10611"
x2="383.87842"
@@ -366,13 +364,13 @@
id="base"
showguides="true"
inkscape:guide-bbox="true"
- inkscape:zoom="0.57434918"
- inkscape:cx="444.57647"
- inkscape:cy="612.35836"
+ inkscape:zoom="1.567054"
+ inkscape:cx="249.57826"
+ inkscape:cy="249.96282"
inkscape:window-width="1272"
inkscape:window-height="948"
inkscape:window-x="0"
- inkscape:window-y="0"
+ inkscape:window-y="30"
inkscape:current-layer="svg602">
<sodipodi:guide
orientation="vertical"
@@ -417,146 +415,149 @@
</sodipodi:namedview>
<rect
- style="stroke-width:3.5000000;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke:#000000;fill-opacity:1.0000000;fill-rule:evenodd;fill:#474747;font-size:12;stroke-opacity:1.0000000"
+ style="font-size:12px;fill:#474747;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect629"
width="37.5"
height="17.5"
- x="115"
- y="239.862152"
- ry="8.75" />
+ x="64.3125"
+ y="98.187469"
+ ry="8.75"
+ rx="8.75" />
<rect
- style="font-size:12;fill:url(#radialGradient617);fill-rule:evenodd;stroke:#000000;stroke-width:3.625;fill-opacity:1.0"
+ style="font-size:12px;fill:url(#radialGradient617);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.625"
id="rect605"
width="447.5"
height="297.5"
- x="77.5"
- y="247.362183"
- ry="20" />
+ x="26.8125"
+ y="105.6875"
+ ry="20"
+ rx="20" />
<rect
- style="stroke-opacity:0.3511;fill-opacity:1.0;stroke-width:3.116192;stroke:#000000;fill-rule:evenodd;fill:url(#linearGradient3213);font-size:12"
+ style="font-size:12px;fill:url(#linearGradient3213);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.1161921;stroke-opacity:0.35110001"
id="rect616"
- width="397.500034"
- height="247.500003"
- x="102.500006"
- y="272.362165"
- ry="16.6386557" />
+ width="397.50003"
+ height="247.5"
+ x="51.812508"
+ y="130.68747"
+ ry="16.638657"
+ rx="16.638657" />
<g
id="g5503"
- transform="translate(-180.3372,-194.7742)">
+ transform="translate(-231.0247,-336.4489)">
<rect
- style="font-size:12.000000;fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:2.1250000;stroke-opacity:1.0000000"
+ style="font-size:12px;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:2.125;stroke-opacity:1"
id="rect630"
width="50.000031"
height="32.500061"
x="612.37402"
y="480.03461"
- ry="7.5000000"
- rx="7.5000000" />
+ ry="7.5"
+ rx="7.5" />
<path
- style="fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
- d="M 651.60370,486.67050 L 651.60370,506.25790"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 651.6037,486.6705 L 651.6037,506.2579"
id="path633" />
<path
- style="fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
- d="M 641.81000,486.67050 L 641.81000,506.25790"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 641.81,486.6705 L 641.81,506.2579"
id="path634" />
<path
- style="fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
- d="M 630.92810,486.67050 L 630.92810,506.25790"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 630.9281,486.6705 L 630.9281,506.2579"
id="path632" />
<path
- style="fill:#eeeee6;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
- d="M 620.04620,486.67050 L 620.04620,506.25790"
+ style="fill:#eeeee6;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 620.0462,486.6705 L 620.0462,506.2579"
id="path631" />
</g>
<g
id="g684"
- transform="matrix(1.436363,0.000000,0.000000,1.436363,-42.73573,-185.8734)">
+ transform="matrix(1.436363,0,0,1.436363,-93.42323,-327.5481)">
<path
sodipodi:type="arc"
- style="fill:#1b1b27;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:3.8750000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ style="fill:#1b1b27;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.875;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path606"
- d="M 300.00000 421.11218 A 68.750000 68.750000 0 1 1 162.50000,421.11218 A 68.750000 68.750000 0 1 1 300.00000 421.11218 z"
- sodipodi:cx="231.25000"
+ d="M 300 421.11218 A 68.75 68.75 0 1 1 162.5,421.11218 A 68.75 68.75 0 1 1 300 421.11218 z"
+ sodipodi:cx="231.25"
sodipodi:cy="421.11218"
- sodipodi:rx="68.750000"
- sodipodi:ry="68.750000"
- transform="translate(10.00000,-10.00003)" />
+ sodipodi:rx="68.75"
+ sodipodi:ry="68.75"
+ transform="translate(10,-10.00003)" />
<path
sodipodi:type="arc"
- style="font-size:12.000000;fill:url(#linearGradient670);fill-rule:evenodd;stroke-width:3.8750000"
+ style="font-size:12px;fill:url(#linearGradient670);fill-rule:evenodd;stroke-width:3.875"
id="path672"
- d="M 293.33056,450.65143 A 68.750000,68.750000 0 0 1 276.21993,473.11476 L 231.25000,421.11218 z"
- sodipodi:cx="231.25000"
+ d="M 293.33056,450.65143 A 68.75,68.75 0 0 1 276.21993,473.11476 L 231.25,421.11218 z"
+ sodipodi:cx="231.25"
sodipodi:cy="421.11218"
- sodipodi:rx="68.750000"
- sodipodi:ry="68.750000"
- transform="matrix(0.969819,0.000000,0.000000,0.969819,16.97942,2.709625)"
+ sodipodi:rx="68.75"
+ sodipodi:ry="68.75"
+ transform="matrix(0.969819,0,0,0.969819,16.97942,2.709625)"
sodipodi:start="0.44411815"
- sodipodi:end="0.85779350" />
+ sodipodi:end="0.8577935" />
<path
sodipodi:type="arc"
- style="font-size:12.000000;fill:url(#linearGradient611);fill-opacity:1.0000000;fill-rule:evenodd;stroke-width:3.8750000"
+ style="font-size:12px;fill:url(#linearGradient611);fill-opacity:1;fill-rule:evenodd;stroke-width:3.875"
id="path659"
- d="M 171.93621,386.34961 A 68.750000,68.750000 0 0 1 189.53516,366.46390 L 231.25000,421.11218 z"
- sodipodi:cx="231.25000"
+ d="M 171.93621,386.34961 A 68.75,68.75 0 0 1 189.53516,366.4639 L 231.25,421.11218 z"
+ sodipodi:cx="231.25"
sodipodi:cy="421.11218"
- sodipodi:rx="68.750000"
- sodipodi:ry="68.750000"
- transform="matrix(0.969819,0.000000,0.000000,0.969819,16.97942,2.709625)"
+ sodipodi:rx="68.75"
+ sodipodi:ry="68.75"
+ transform="matrix(0.969819,0,0,0.969819,16.97942,2.709625)"
sodipodi:start="3.6717133"
sodipodi:end="4.0604091" />
<path
sodipodi:type="arc"
- style="fill:#141419;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:3.8750000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ style="fill:#141419;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.875;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path660"
- d="M 300.00000 421.11218 A 68.750000 68.750000 0 1 1 162.50000,421.11218 A 68.750000 68.750000 0 1 1 300.00000 421.11218 z"
- sodipodi:cx="231.25000"
+ d="M 300 421.11218 A 68.75 68.75 0 1 1 162.5,421.11218 A 68.75 68.75 0 1 1 300 421.11218 z"
+ sodipodi:cx="231.25"
sodipodi:cy="421.11218"
- sodipodi:rx="68.750000"
- sodipodi:ry="68.750000"
- transform="matrix(0.736097,0.000000,0.000000,0.736097,71.02757,101.1326)" />
+ sodipodi:rx="68.75"
+ sodipodi:ry="68.75"
+ transform="matrix(0.736097,0,0,0.736097,71.02757,101.1326)" />
<path
sodipodi:type="arc"
- style="font-size:12.000000;fill:url(#linearGradient664);fill-rule:evenodd;stroke-width:3.8750000"
+ style="font-size:12px;fill:url(#linearGradient664);fill-rule:evenodd;stroke-width:3.875"
id="path658"
- d="M 171.93621,386.34961 A 68.750000,68.750000 0 0 1 189.53516,366.46390 L 231.25000,421.11218 z"
- sodipodi:cx="231.25000"
+ d="M 171.93621,386.34961 A 68.75,68.75 0 0 1 189.53516,366.4639 L 231.25,421.11218 z"
+ sodipodi:cx="231.25"
sodipodi:cy="421.11218"
- sodipodi:rx="68.750000"
- sodipodi:ry="68.750000"
- transform="matrix(0.547270,0.000000,0.000000,0.547270,114.6938,180.6500)"
+ sodipodi:rx="68.75"
+ sodipodi:ry="68.75"
+ transform="matrix(0.54727,0,0,0.54727,114.6938,180.65)"
sodipodi:start="3.6717133"
sodipodi:end="4.0604091" />
<path
sodipodi:type="arc"
- style="font-size:12.000000;fill:url(#linearGradient673);fill-rule:evenodd;stroke-width:3.8750000"
+ style="font-size:12px;fill:url(#linearGradient673);fill-rule:evenodd;stroke-width:3.875"
id="path671"
- d="M 292.83474,451.67166 A 68.750000,68.750000 0 0 1 274.78213,474.32417 L 231.25000,421.11218 z"
- sodipodi:cx="231.25000"
+ d="M 292.83474,451.67166 A 68.75,68.75 0 0 1 274.78213,474.32417 L 231.25,421.11218 z"
+ sodipodi:cx="231.25"
sodipodi:cy="421.11218"
- sodipodi:rx="68.750000"
- sodipodi:ry="68.750000"
- transform="matrix(0.547270,0.000000,0.000000,0.547270,114.6938,180.6500)"
+ sodipodi:rx="68.75"
+ sodipodi:ry="68.75"
+ transform="matrix(0.54727,0,0,0.54727,114.6938,180.65)"
sodipodi:start="0.46061768"
sodipodi:end="0.88512256" />
<rect
- style="font-size:12.000000;fill:url(#radialGradient612);fill-opacity:1.0000000;fill-rule:evenodd;stroke-width:1.0000000"
+ style="font-size:12px;fill:url(#radialGradient612);fill-opacity:1;fill-rule:evenodd;stroke-width:1"
id="rect607"
width="39.999996"
height="40.000004"
@@ -567,42 +568,42 @@
<g
id="g707"
- transform="matrix(1.304500,0.000000,0.000000,1.304498,-76.49323,-91.58406)">
+ transform="matrix(1.3045,0,0,1.304498,-127.1808,-233.2587)">
<rect
- style="font-size:12.000000;fill:#1b1b1b;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-opacity:1.0000000"
+ style="font-size:12px;fill:#1b1b1b;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-opacity:1"
id="rect683"
width="49.261169"
height="37.893219"
x="158.20416"
- y="288.81390"
+ y="288.8139"
ry="7.5786743"
rx="7.5786743" />
<path
- transform="matrix(1.689188,0.000000,0.000000,1.567161,-140.1728,-184.9419)"
- style="font-size:12.000000;fill:url(#linearGradient698);fill-rule:evenodd"
- d="M 177.31500,305.41870 C 177.94700,304.03260 178.87280,303.11870 179.80430,302.68980 L 191.57330,316.33840 L 177.31500,305.41870 z "
+ transform="matrix(1.689188,0,0,1.567161,-140.1728,-184.9419)"
+ style="font-size:12px;fill:url(#linearGradient698);fill-rule:evenodd"
+ d="M 177.315,305.4187 C 177.947,304.0326 178.8728,303.1187 179.8043,302.6898 L 191.5733,316.3384 L 177.315,305.4187 z "
id="path697"
sodipodi:nodetypes="cccc" />
<rect
- style="font-size:12.000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.79999799"
+ style="font-size:12px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.79999799"
id="rect692"
width="39.408821"
height="30.314484"
x="163.13034"
y="292.60324"
- ry="6.0629210"
- rx="6.0629210" />
+ ry="6.062921"
+ rx="6.062921" />
<path
- style="font-size:12.000000;fill:url(#linearGradient654);fill-rule:evenodd"
- d="M 165.08910,297.48160 C 165.83850,295.95200 166.93610,294.94350 168.04060,294.47020 L 181.99460,309.53200 L 165.08910,297.48160 z "
+ style="font-size:12px;fill:url(#linearGradient654);fill-rule:evenodd"
+ d="M 165.0891,297.4816 C 165.8385,295.952 166.9361,294.9435 168.0406,294.4702 L 181.9946,309.532 L 165.0891,297.4816 z "
id="path705"
sodipodi:nodetypes="cccc" />
<rect
- style="font-size:12.000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.79999799"
+ style="font-size:12px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.79999799"
id="rect706"
width="22.762894"
height="17.509918"
@@ -615,19 +616,19 @@
<g
id="g714"
- transform="matrix(1.200678,0.000000,0.000000,1.200677,-52.66913,300.2396)">
+ transform="matrix(1.200678,0,0,1.200677,-103.3567,158.5649)">
<path
- style="font-size:12.000000;fill:url(#radialGradient681);fill-opacity:0.62599999;fill-rule:evenodd;stroke:#ffffb3;stroke-width:1.1403890;stroke-opacity:0.64120001"
- d="M 449.64070,124.50970 C 440.68280,94.602340 427.88450,57.325140 422.76700,62.426040 C 418.47960,58.368540 403.63120,73.657540 398.38360,94.474140 C 400.26180,70.836040 400.21970,51.804240 392.49710,53.961840 C 388.47780,51.115740 357.57600,63.931140 340.11540,78.589240 C 354.90600,62.275540 381.21770,30.300240 375.84630,24.120440 C 373.23050,15.430640 347.57250,14.110840 319.03420,11.869840 C 353.28450,5.5888380 375.05360,2.9927380 372.82040,-4.2095620 C 375.27450,-9.2162620 350.84610,-34.490760 328.33790,-49.631360 C 356.71360,-38.857260 387.96940,-28.083060 393.30280,-33.891660 C 400.88100,-36.981260 398.85830,-70.472660 395.87560,-90.144960 C 411.55410,-64.537060 430.11290,-41.692960 434.27030,-43.723060 C 439.83780,-42.122360 453.08610,-70.001960 459.61370,-85.905160 C 456.77540,-65.952260 452.01690,-29.416360 456.85940,-26.046360 C 458.63850,-19.822160 496.90100,-44.921260 514.04150,-65.413960 C 498.29080,-44.186660 485.42040,-22.038460 486.95150,-10.023760 C 492.12750,-0.10556200 498.26360,0.60023800 514.00080,8.6756380 C 497.03210,13.421340 476.22310,18.166740 474.61590,25.676240 C 476.64220,33.139640 483.46890,47.973140 500.85660,70.176740 C 480.48170,54.182140 459.14680,46.478840 454.13340,49.830640 C 445.91520,51.692040 445.37770,92.246340 449.64070,124.50970 z "
+ style="font-size:12px;fill:url(#radialGradient681);fill-opacity:0.62599996;fill-rule:evenodd;stroke:#ffffb3;stroke-width:1.14038897;stroke-opacity:0.64119999"
+ d="M 449.6407,124.5097 C 440.6828,94.60234 427.8845,57.32514 422.767,62.42604 C 418.4796,58.36854 403.6312,73.65754 398.3836,94.47414 C 400.2618,70.83604 400.2197,51.80424 392.4971,53.96184 C 388.4778,51.11574 357.576,63.93114 340.1154,78.58924 C 354.906,62.27554 381.2177,30.30024 375.8463,24.12044 C 373.2305,15.43064 347.5725,14.11084 319.0342,11.86984 C 353.2845,5.588838 375.0536,2.992738 372.8204,-4.209562 C 375.2745,-9.216262 350.8461,-34.49076 328.3379,-49.63136 C 356.7136,-38.85726 387.9694,-28.08306 393.3028,-33.89166 C 400.881,-36.98126 398.8583,-70.47266 395.8756,-90.14496 C 411.5541,-64.53706 430.1129,-41.69296 434.2703,-43.72306 C 439.8378,-42.12236 453.0861,-70.00196 459.6137,-85.90516 C 456.7754,-65.95226 452.0169,-29.41636 456.8594,-26.04636 C 458.6385,-19.82216 496.901,-44.92126 514.0415,-65.41396 C 498.2908,-44.18666 485.4204,-22.03846 486.9515,-10.02376 C 492.1275,-0.105562 498.2636,0.600238 514.0008,8.675638 C 497.0321,13.42134 476.2231,18.16674 474.6159,25.67624 C 476.6422,33.13964 483.4689,47.97314 500.8566,70.17674 C 480.4817,54.18214 459.1468,46.47884 454.1334,49.83064 C 445.9152,51.69204 445.3777,92.24634 449.6407,124.5097 z "
id="path682"
sodipodi:nodetypes="ccccccccccccccccccccc" />
<path
- style="font-size:12.000000;fill:none;fill-opacity:0.62599999;fill-rule:evenodd;stroke:#000000;stroke-width:1.1403890;stroke-opacity:0.87019998"
- d="M 449.24340,124.50970 C 440.28550,94.602370 427.48720,57.325170 422.36970,62.426070 C 418.08230,58.368570 403.23390,73.657570 397.98630,94.474170 C 399.86450,70.836070 399.82240,51.804270 392.09980,53.961870 C 388.08050,51.115770 357.17870,63.931170 339.71810,78.589270 C 354.50870,62.275570 380.82040,30.300270 375.44900,24.120470 C 372.83320,15.430670 347.17520,14.110870 318.63690,11.869870 C 352.88720,5.5888690 374.65630,2.9927690 372.42310,-4.2095310 C 374.87720,-9.2162310 350.44880,-34.490730 327.94060,-49.631330 C 356.31630,-38.857230 387.57210,-28.083030 392.90550,-33.891630 C 400.48370,-36.981230 398.46100,-70.472630 395.47830,-90.144930 C 411.15680,-64.537030 429.71560,-41.692930 433.87300,-43.723030 C 439.44050,-42.122330 452.68880,-70.001930 459.21640,-85.905130 C 456.37810,-65.952230 451.61960,-29.416330 456.46210,-26.046330 C 458.24120,-19.822130 496.50370,-44.921230 513.64420,-65.413930 C 497.89350,-44.186630 485.02310,-22.038430 486.55420,-10.023730 C 491.73020,-0.10553100 497.86630,0.60026900 513.60350,8.6756690 C 496.63480,13.421370 475.82580,18.166770 474.21860,25.676270 C 476.24490,33.139670 483.07160,47.973170 500.45930,70.176770 C 480.08440,54.182170 458.74950,46.478870 453.73610,49.830670 C 445.51790,51.692070 444.98040,92.246370 449.24340,124.50970 z "
+ style="font-size:12px;fill:none;fill-opacity:0.62599996;fill-rule:evenodd;stroke:#000000;stroke-width:1.14038897;stroke-opacity:0.8702"
+ d="M 449.2434,124.5097 C 440.2855,94.60237 427.4872,57.32517 422.3697,62.42607 C 418.0823,58.36857 403.2339,73.65757 397.9863,94.47417 C 399.8645,70.83607 399.8224,51.80427 392.0998,53.96187 C 388.0805,51.11577 357.1787,63.93117 339.7181,78.58927 C 354.5087,62.27557 380.8204,30.30027 375.449,24.12047 C 372.8332,15.43067 347.1752,14.11087 318.6369,11.86987 C 352.8872,5.588869 374.6563,2.992769 372.4231,-4.209531 C 374.8772,-9.216231 350.4488,-34.49073 327.9406,-49.63133 C 356.3163,-38.85723 387.5721,-28.08303 392.9055,-33.89163 C 400.4837,-36.98123 398.461,-70.47263 395.4783,-90.14493 C 411.1568,-64.53703 429.7156,-41.69293 433.873,-43.72303 C 439.4405,-42.12233 452.6888,-70.00193 459.2164,-85.90513 C 456.3781,-65.95223 451.6196,-29.41633 456.4621,-26.04633 C 458.2412,-19.82213 496.5037,-44.92123 513.6442,-65.41393 C 497.8935,-44.18663 485.0231,-22.03843 486.5542,-10.02373 C 491.7302,-0.105531 497.8663,0.600269 513.6035,8.675669 C 496.6348,13.42137 475.8258,18.16677 474.2186,25.67627 C 476.2449,33.13967 483.0716,47.97317 500.4593,70.17677 C 480.0844,54.18217 458.7495,46.47887 453.7361,49.83067 C 445.5179,51.69207 444.9804,92.24637 449.2434,124.5097 z "
id="path713"
sodipodi:nodetypes="ccccccccccccccccccccc" />
</g>
-</svg>
+</svg> \ No newline at end of file
diff --git a/pixmaps/unfreeze.svg b/pixmaps/unfreeze.svg
index 3ef3232..37d02d9 100644
--- a/pixmaps/unfreeze.svg
+++ b/pixmaps/unfreeze.svg
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<svg
- xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -10,31 +9,28 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- inkscape:version="0.41"
- sodipodi:docname="Unfreeze.svg"
- sodipodi:docbase="/home/tine/docs/Grafik/svg/MiaV-knapper"
+ inkscape:version="0.43"
+ sodipodi:docname="unfreeze.svg"
+ sodipodi:docbase="/home/deva/docs/c/miav/pixmaps"
xml:space="preserve"
- height="297mm"
- width="210mm"
+ height="400pt"
+ width="400pt"
sodipodi:version="0.32"
id="svg602"
inkscape:export-filename="/mnt/solar/docs/tine/Grafik/svg/MiaV-knapper/Unfreeze_72dpi.png"
inkscape:export-xdpi="72.000000"
- inkscape:export-ydpi="72.000000">
+ inkscape:export-ydpi="72.000000"
+ version="1.0">
<metadata
id="metadata3160">
- <rdf:RDF
- id="RDF3162">
+ <rdf:RDF>
<cc:Work
- id="Work3164"
rdf:about="">
- <dc:format
- id="format3166">image/svg+xml</dc:format>
+ <dc:format>image/svg+xml</dc:format>
<dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage"
- id="type3168" />
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
@@ -431,33 +427,35 @@
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.041813,0.959866)"
- y2="400.46792"
+ y2="400.46793"
x2="190.65559"
y1="382.67633"
- x1="167.06850"
+ x1="167.0685"
id="linearGradient611"
xlink:href="#linearGradient661" />
<radialGradient
gradientUnits="userSpaceOnUse"
- fy="370.09051"
- fx="208.23220"
+ fy="370.09052"
+ fx="208.23219"
r="17.511396"
- cy="370.09051"
- cx="208.23220"
+ cy="370.09052"
+ cx="208.23219"
id="radialGradient612"
xlink:href="#linearGradient613" />
<radialGradient
- fy="0.51293105"
- fx="0.48554912"
- r="0.63589662"
- cy="0.51293105"
- cx="0.48554912"
+ fy="489.60021"
+ fx="240.79671"
+ r="234.37343"
+ cy="489.60021"
+ cx="240.79671"
id="radialGradient617"
- xlink:href="#linearGradient618" />
+ xlink:href="#linearGradient618"
+ gradientTransform="matrix(1.223982,0,0,0.817005,-50.6875,-143.5183)"
+ gradientUnits="userSpaceOnUse" />
<radialGradient
@@ -488,7 +486,7 @@
y2="294.76926"
x2="136.54559"
y1="324.94113"
- x1="172.22270"
+ x1="172.2227"
id="linearGradient654"
xlink:href="#linearGradient702" />
@@ -496,7 +494,7 @@
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.041813,0.959866)"
- y2="379.11809"
+ y2="379.1181"
x2="159.74905"
y1="431.61243"
x1="219.12265"
@@ -506,22 +504,22 @@
<linearGradient
gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.092610,0.915239)"
+ gradientTransform="scale(1.09261,0.915239)"
y2="509.82785"
- x2="285.80833"
+ x2="285.80832"
y1="479.64343"
- x1="236.36413"
+ x1="236.36414"
id="linearGradient670"
xlink:href="#linearGradient661" />
<linearGradient
gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.075801,0.929540)"
- y2="518.32839"
+ gradientTransform="scale(1.075801,0.92954)"
+ y2="518.32837"
x2="295.86313"
- y1="453.92553"
- x1="210.37647"
+ y1="453.92554"
+ x1="210.37646"
id="linearGradient673"
xlink:href="#linearGradient665" />
@@ -549,7 +547,7 @@
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.022092,0.978386)"
- y2="308.28685"
+ y2="308.28687"
x2="171.28488"
y1="316.35138"
x1="181.41313"
@@ -561,9 +559,9 @@
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.273861,3.651484)"
y2="148.25975"
- x2="2346.8072"
+ x2="2346.8071"
y1="148.25975"
- x1="2222.2724"
+ x1="2222.2725"
id="linearGradient828"
xlink:href="#linearGradient829" />
@@ -571,21 +569,21 @@
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.977958,1.022539)"
- y2="528.44045"
- x2="613.50539"
- y1="528.44045"
- x1="758.35934"
+ y2="528.44043"
+ x2="613.50537"
+ y1="528.44043"
+ x1="758.35931"
id="linearGradient832"
xlink:href="#linearGradient854" />
<linearGradient
gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.385617,0.721700)"
- y2="657.67624"
- x2="444.32817"
- y1="649.61339"
- x1="517.74657"
+ gradientTransform="scale(1.385617,0.7217)"
+ y2="657.67627"
+ x2="444.32816"
+ y1="649.6134"
+ x1="517.74658"
id="linearGradient836"
xlink:href="#linearGradient851" />
@@ -593,10 +591,10 @@
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.379388,0.724959)"
- y2="784.27691"
- x2="464.99974"
- y1="757.16884"
- x1="538.24391"
+ y2="784.27692"
+ x2="464.99973"
+ y1="757.16882"
+ x1="538.2439"
id="linearGradient840"
xlink:href="#linearGradient851" />
@@ -604,8 +602,8 @@
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.379388,0.724959)"
- y2="741.91990"
- x2="514.87789"
+ y2="741.91992"
+ x2="514.87787"
y1="757.16992"
x1="542.73657"
id="linearGradient847"
@@ -614,11 +612,11 @@
<linearGradient
gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.385617,0.721700)"
- y2="675.79099"
- x2="403.43633"
- y1="660.31015"
- x1="523.69328"
+ gradientTransform="scale(1.385617,0.7217)"
+ y2="675.79102"
+ x2="403.43634"
+ y1="660.31012"
+ x1="523.6933"
id="linearGradient861"
xlink:href="#linearGradient858" />
@@ -626,10 +624,10 @@
<linearGradient
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.379388,0.724959)"
- y2="763.94555"
+ y2="763.94556"
x2="445.67755"
- y1="784.27714"
- x1="541.83889"
+ y1="784.27716"
+ x1="541.83887"
id="linearGradient863"
xlink:href="#linearGradient858" />
@@ -640,7 +638,7 @@
x2="391.20468"
y1="342.38516"
x1="87.164658"
- gradientTransform="scale(1.264328,0.790934)"
+ gradientTransform="matrix(1.264328,0,0,0.790934,-50.6875,-143.5183)"
id="linearGradient3948"
xlink:href="#linearGradient3950"
inkscape:collect="always" />
@@ -655,9 +653,9 @@
inkscape:window-x="0"
inkscape:window-height="948"
inkscape:window-width="1272"
- inkscape:cy="580.92036"
- inkscape:cx="372.04724"
- inkscape:zoom="1.4614740"
+ inkscape:cy="424.45496"
+ inkscape:cx="751.31457"
+ inkscape:zoom="0.51670909"
inkscape:guide-bbox="true"
showguides="true"
id="base">
@@ -708,155 +706,158 @@
<rect
ry="8.75"
- y="239.862152"
- x="115"
+ y="96.343803"
+ x="64.3125"
height="17.5"
width="37.5"
id="rect629"
- style="stroke-opacity:1.0000000;font-size:12;fill:#474747;fill-rule:evenodd;fill-opacity:1.0000000;stroke:#000000;stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:3.1250000" />
+ style="font-size:12px;fill:#474747;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.125;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ rx="8.75" />
<rect
ry="20"
- y="247.362183"
- x="77.5"
+ y="103.84383"
+ x="26.8125"
height="297.5"
width="447.5"
id="rect605"
- style="fill-opacity:1.0;stroke-width:3.625;stroke:#000000;fill-rule:evenodd;fill:url(#radialGradient617);font-size:12" />
+ style="font-size:12px;fill:url(#radialGradient617);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.625"
+ rx="20" />
<rect
- ry="16.6386557"
- y="272.362165"
- x="102.500006"
- height="247.500003"
- width="397.500034"
+ ry="16.638657"
+ y="128.84381"
+ x="51.8125"
+ height="247.5"
+ width="397.50003"
id="rect616"
- style="stroke-opacity:0.3511;fill-opacity:1.0;stroke-width:3.116192;stroke:#000000;fill-rule:evenodd;fill:url(#linearGradient3948);font-size:12" />
+ style="font-size:12px;fill:url(#linearGradient3948);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.1161921;stroke-opacity:0.35110001"
+ rx="16.638657" />
<g
- transform="translate(-125.5863,-30.42964)"
+ transform="translate(-176.2738,-173.948)"
id="g6243">
<rect
- rx="7.5000000"
- ry="7.5000000"
+ rx="7.5"
+ ry="7.5"
y="315.45203"
x="559.48907"
height="32.500061"
width="50.000031"
id="rect630"
- style="font-size:12.000000;fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:2.1250000;stroke-opacity:1.0000000" />
+ style="font-size:12px;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:2.125;stroke-opacity:1" />
<path
id="path633"
- d="M 598.71870,322.08793 L 598.71870,341.67533"
- style="fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
+ d="M 598.7187,322.08793 L 598.7187,341.67533"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path634"
- d="M 588.92500,322.08793 L 588.92500,341.67533"
- style="fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
+ d="M 588.925,322.08793 L 588.925,341.67533"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path632"
- d="M 578.04310,322.08793 L 578.04310,341.67533"
- style="fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
+ d="M 578.0431,322.08793 L 578.0431,341.67533"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path631"
- d="M 567.16120,322.08793 L 567.16120,341.67533"
- style="fill:#eeeee6;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
+ d="M 567.1612,322.08793 L 567.1612,341.67533"
+ style="fill:#eeeee6;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9ff;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<g
- transform="matrix(1.436363,0.000000,0.000000,1.436363,-41.77017,-185.8734)"
+ transform="matrix(1.436363,0,0,1.436363,-92.4577,-329.3917)"
id="g684">
<path
- transform="translate(10.00000,-10.00003)"
- sodipodi:ry="68.750000"
- sodipodi:rx="68.750000"
+ transform="translate(10,-10.00003)"
+ sodipodi:ry="68.75"
+ sodipodi:rx="68.75"
sodipodi:cy="421.11218"
- sodipodi:cx="231.25000"
- d="M 300.00000 421.11218 A 68.750000 68.750000 0 1 1 162.50000,421.11218 A 68.750000 68.750000 0 1 1 300.00000 421.11218 z"
+ sodipodi:cx="231.25"
+ d="M 300 421.11218 A 68.75 68.75 0 1 1 162.5,421.11218 A 68.75 68.75 0 1 1 300 421.11218 z"
id="path606"
- style="fill:#1b1b27;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:3.8750000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ style="fill:#1b1b27;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.875;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:type="arc" />
<path
- sodipodi:end="0.85779350"
+ sodipodi:end="0.8577935"
sodipodi:start="0.44411815"
- transform="matrix(0.969819,0.000000,0.000000,0.969819,16.97942,2.709625)"
- sodipodi:ry="68.750000"
- sodipodi:rx="68.750000"
+ transform="matrix(0.969819,0,0,0.969819,16.97942,2.709625)"
+ sodipodi:ry="68.75"
+ sodipodi:rx="68.75"
sodipodi:cy="421.11218"
- sodipodi:cx="231.25000"
- d="M 293.33056,450.65143 A 68.750000,68.750000 0 0 1 276.21993,473.11476 L 231.25000,421.11218 z"
+ sodipodi:cx="231.25"
+ d="M 293.33056,450.65143 A 68.75,68.75 0 0 1 276.21993,473.11476 L 231.25,421.11218 z"
id="path672"
- style="font-size:12.000000;fill:url(#linearGradient670);fill-rule:evenodd;stroke-width:3.8750000"
+ style="font-size:12px;fill:url(#linearGradient670);fill-rule:evenodd;stroke-width:3.875"
sodipodi:type="arc" />
<path
sodipodi:end="4.0604091"
sodipodi:start="3.6717133"
- transform="matrix(0.969819,0.000000,0.000000,0.969819,16.97942,2.709625)"
- sodipodi:ry="68.750000"
- sodipodi:rx="68.750000"
+ transform="matrix(0.969819,0,0,0.969819,16.97942,2.709625)"
+ sodipodi:ry="68.75"
+ sodipodi:rx="68.75"
sodipodi:cy="421.11218"
- sodipodi:cx="231.25000"
- d="M 171.93621,386.34961 A 68.750000,68.750000 0 0 1 189.53516,366.46390 L 231.25000,421.11218 z"
+ sodipodi:cx="231.25"
+ d="M 171.93621,386.34961 A 68.75,68.75 0 0 1 189.53516,366.4639 L 231.25,421.11218 z"
id="path659"
- style="font-size:12.000000;fill:url(#linearGradient611);fill-opacity:1.0000000;fill-rule:evenodd;stroke-width:3.8750000"
+ style="font-size:12px;fill:url(#linearGradient611);fill-opacity:1;fill-rule:evenodd;stroke-width:3.875"
sodipodi:type="arc" />
<path
- transform="matrix(0.736097,0.000000,0.000000,0.736097,71.02757,101.1326)"
- sodipodi:ry="68.750000"
- sodipodi:rx="68.750000"
+ transform="matrix(0.736097,0,0,0.736097,71.02757,101.1326)"
+ sodipodi:ry="68.75"
+ sodipodi:rx="68.75"
sodipodi:cy="421.11218"
- sodipodi:cx="231.25000"
- d="M 300.00000 421.11218 A 68.750000 68.750000 0 1 1 162.50000,421.11218 A 68.750000 68.750000 0 1 1 300.00000 421.11218 z"
+ sodipodi:cx="231.25"
+ d="M 300 421.11218 A 68.75 68.75 0 1 1 162.5,421.11218 A 68.75 68.75 0 1 1 300 421.11218 z"
id="path660"
- style="fill:#141419;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:3.8750000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ style="fill:#141419;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.875;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:type="arc" />
<path
sodipodi:end="4.0604091"
sodipodi:start="3.6717133"
- transform="matrix(0.547270,0.000000,0.000000,0.547270,114.6938,180.6500)"
- sodipodi:ry="68.750000"
- sodipodi:rx="68.750000"
+ transform="matrix(0.54727,0,0,0.54727,114.6938,180.65)"
+ sodipodi:ry="68.75"
+ sodipodi:rx="68.75"
sodipodi:cy="421.11218"
- sodipodi:cx="231.25000"
- d="M 171.93621,386.34961 A 68.750000,68.750000 0 0 1 189.53516,366.46390 L 231.25000,421.11218 z"
+ sodipodi:cx="231.25"
+ d="M 171.93621,386.34961 A 68.75,68.75 0 0 1 189.53516,366.4639 L 231.25,421.11218 z"
id="path658"
- style="font-size:12.000000;fill:url(#linearGradient664);fill-rule:evenodd;stroke-width:3.8750000"
+ style="font-size:12px;fill:url(#linearGradient664);fill-rule:evenodd;stroke-width:3.875"
sodipodi:type="arc" />
<path
sodipodi:end="0.88512256"
sodipodi:start="0.46061768"
- transform="matrix(0.547270,0.000000,0.000000,0.547270,114.6938,180.6500)"
- sodipodi:ry="68.750000"
- sodipodi:rx="68.750000"
+ transform="matrix(0.54727,0,0,0.54727,114.6938,180.65)"
+ sodipodi:ry="68.75"
+ sodipodi:rx="68.75"
sodipodi:cy="421.11218"
- sodipodi:cx="231.25000"
- d="M 292.83474,451.67166 A 68.750000,68.750000 0 0 1 274.78213,474.32417 L 231.25000,421.11218 z"
+ sodipodi:cx="231.25"
+ d="M 292.83474,451.67166 A 68.75,68.75 0 0 1 274.78213,474.32417 L 231.25,421.11218 z"
id="path671"
- style="font-size:12.000000;fill:url(#linearGradient673);fill-rule:evenodd;stroke-width:3.8750000"
+ style="font-size:12px;fill:url(#linearGradient673);fill-rule:evenodd;stroke-width:3.875"
sodipodi:type="arc" />
@@ -866,50 +867,50 @@
height="40.000004"
width="39.999996"
id="rect607"
- style="font-size:12.000000;fill:url(#radialGradient612);fill-opacity:1.0000000;fill-rule:evenodd;stroke-width:1.0000000" />
+ style="font-size:12px;fill:url(#radialGradient612);fill-opacity:1;fill-rule:evenodd;stroke-width:1" />
</g>
<g
- transform="matrix(1.304500,0.000000,0.000000,1.304498,-76.40359,-91.58407)"
+ transform="matrix(1.3045,0,0,1.304498,-127.091,-235.1024)"
id="g707">
<rect
rx="7.5786743"
ry="7.5786743"
- y="288.81390"
+ y="288.8139"
x="158.20416"
height="37.893219"
width="49.261169"
id="rect683"
- style="font-size:12.000000;fill:#1b1b1b;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-opacity:1.0000000" />
+ style="font-size:12px;fill:#1b1b1b;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-opacity:1" />
<path
sodipodi:nodetypes="cccc"
id="path697"
- d="M 177.31500,305.41870 C 177.94700,304.03260 178.87280,303.11870 179.80430,302.68980 L 191.57330,316.33840 L 177.31500,305.41870 z "
- style="font-size:12.000000;fill:url(#linearGradient698);fill-rule:evenodd"
- transform="matrix(1.689188,0.000000,0.000000,1.567161,-140.1728,-184.9419)" />
+ d="M 177.315,305.4187 C 177.947,304.0326 178.8728,303.1187 179.8043,302.6898 L 191.5733,316.3384 L 177.315,305.4187 z "
+ style="font-size:12px;fill:url(#linearGradient698);fill-rule:evenodd"
+ transform="matrix(1.689188,0,0,1.567161,-140.1728,-184.9419)" />
<rect
- rx="6.0629210"
- ry="6.0629210"
+ rx="6.062921"
+ ry="6.062921"
y="292.60324"
x="163.13034"
height="30.314484"
width="39.408821"
id="rect692"
- style="font-size:12.000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.79999799" />
+ style="font-size:12px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.79999799" />
<path
sodipodi:nodetypes="cccc"
id="path705"
- d="M 165.08910,297.48160 C 165.83850,295.95200 166.93610,294.94350 168.04060,294.47020 L 181.99460,309.53200 L 165.08910,297.48160 z "
- style="font-size:12.000000;fill:url(#linearGradient654);fill-rule:evenodd" />
+ d="M 165.0891,297.4816 C 165.8385,295.952 166.9361,294.9435 168.0406,294.4702 L 181.9946,309.532 L 165.0891,297.4816 z "
+ style="font-size:12px;fill:url(#linearGradient654);fill-rule:evenodd" />
<rect
@@ -920,75 +921,75 @@
height="17.509918"
width="22.762894"
id="rect706"
- style="font-size:12.000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.79999799" />
+ style="font-size:12px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.79999799" />
</g>
<g
- transform="translate(-222.6083,-42.50047)"
+ transform="translate(-273.2957,-186.0188)"
id="g1119">
<g
id="g1109">
<path
id="path979"
- d="M 616.67170,464.07470 L 616.67170,615.17290 L 761.13850,539.38700 L 616.67170,464.07470 z "
- style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
+ d="M 616.6717,464.0747 L 616.6717,615.1729 L 761.1385,539.387 L 616.6717,464.0747 z "
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path971"
- d="M 616.67170,464.07480 L 616.67170,615.17300 L 761.13870,539.38710 L 616.67170,464.07480 z "
- style="fill:#ffd64a;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
+ d="M 616.6717,464.0748 L 616.6717,615.173 L 761.1387,539.3871 L 616.6717,464.0748 z "
+ style="fill:#ffd64a;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path972"
- d="M 627.97050,480.17930 L 627.97050,598.65940 L 741.25080,539.23370 L 627.97050,480.17930 z "
- style="font-size:12.000000;fill:url(#linearGradient832);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffa800;stroke-width:0.78412598;stroke-opacity:0.70230001" />
+ d="M 627.9705,480.1793 L 627.9705,598.6594 L 741.2508,539.2337 L 627.9705,480.1793 z "
+ style="font-size:12px;fill:url(#linearGradient832);fill-opacity:1;fill-rule:evenodd;stroke:#ffa800;stroke-width:0.78412598;stroke-opacity:0.70230001" />
<path
sodipodi:nodetypes="ccccc"
id="path976"
- d="M 627.17330,599.45520 L 617.86120,614.01550 L 760.42250,539.09010 L 741.77100,539.24050 L 627.17330,599.45520 z "
- style="font-size:12.000000;fill:url(#linearGradient840);fill-rule:evenodd" />
+ d="M 627.1733,599.4552 L 617.8612,614.0155 L 760.4225,539.0901 L 741.771,539.2405 L 627.1733,599.4552 z "
+ style="font-size:12px;fill:url(#linearGradient840);fill-rule:evenodd" />
<path
sodipodi:nodetypes="ccccc"
id="path978"
- d="M 616.83150,464.75260 L 627.17790,479.61370 L 742.20840,539.23590 L 759.83500,539.23610 L 616.83150,464.75260 z "
- style="font-size:12.000000;fill:url(#linearGradient836);fill-rule:evenodd" />
+ d="M 616.8315,464.7526 L 627.1779,479.6137 L 742.2084,539.2359 L 759.835,539.2361 L 616.8315,464.7526 z "
+ style="font-size:12px;fill:url(#linearGradient836);fill-rule:evenodd" />
<path
sodipodi:nodetypes="ccccc"
id="path984"
- d="M 627.17330,599.45520 L 617.86120,614.01550 L 760.42250,539.09010 L 741.77100,539.24050 L 627.17330,599.45520 z "
- style="font-size:12.000000;fill:url(#linearGradient847);fill-rule:evenodd" />
+ d="M 627.1733,599.4552 L 617.8612,614.0155 L 760.4225,539.0901 L 741.771,539.2405 L 627.1733,599.4552 z "
+ style="font-size:12px;fill:url(#linearGradient847);fill-rule:evenodd" />
<path
sodipodi:nodetypes="ccccc"
id="path985"
- d="M 616.83150,464.75260 L 627.17790,479.61370 L 742.20840,539.23590 L 759.83500,539.23610 L 616.83150,464.75260 z "
- style="font-size:12.000000;fill:url(#linearGradient861);fill-rule:evenodd" />
+ d="M 616.8315,464.7526 L 627.1779,479.6137 L 742.2084,539.2359 L 759.835,539.2361 L 616.8315,464.7526 z "
+ style="font-size:12px;fill:url(#linearGradient861);fill-rule:evenodd" />
<path
sodipodi:nodetypes="ccccc"
id="path986"
- d="M 627.17330,599.45520 L 617.86120,614.01550 L 760.42250,539.09010 L 741.77100,539.24050 L 627.17330,599.45520 z "
- style="font-size:12.000000;fill:url(#linearGradient863);fill-rule:evenodd" />
+ d="M 627.1733,599.4552 L 617.8612,614.0155 L 760.4225,539.0901 L 741.771,539.2405 L 627.1733,599.4552 z "
+ style="font-size:12px;fill:url(#linearGradient863);fill-rule:evenodd" />
<path
sodipodi:nodetypes="ccccc"
id="path974"
- d="M 616.55360,464.39790 L 616.55360,615.96990 L 627.92150,599.15490 L 627.92150,480.50240 L 616.55360,464.39790 z "
- style="font-size:12.000000;fill:url(#linearGradient828);fill-opacity:1.0000000;fill-rule:evenodd" />
+ d="M 616.5536,464.3979 L 616.5536,615.9699 L 627.9215,599.1549 L 627.9215,480.5024 L 616.5536,464.3979 z "
+ style="font-size:12px;fill:url(#linearGradient828);fill-opacity:1;fill-rule:evenodd" />
</g>
@@ -996,11 +997,11 @@
<path
id="path980"
- d="M 616.67170,464.29560 L 616.67170,615.39380 L 761.13850,539.60790 L 616.67170,464.29560 z "
- style="fill:#ffffa4;fill-opacity:0.12210000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" />
+ d="M 616.6717,464.2956 L 616.6717,615.3938 L 761.1385,539.6079 L 616.6717,464.2956 z "
+ style="fill:#ffffa4;fill-opacity:0.12209999;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
-</svg>
+</svg> \ No newline at end of file
diff --git a/pixmaps/unmute.svg b/pixmaps/unmute.svg
index 8d2e836..4f5112c 100644
--- a/pixmaps/unmute.svg
+++ b/pixmaps/unmute.svg
@@ -9,2097 +9,1792 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="744.09448819"
- height="1052.3622047"
+ width="400pt"
+ height="400pt"
id="svg2"
sodipodi:version="0.32"
- inkscape:version="0.42.2"
- sodipodi:docbase="/home/tine/docs/Grafik/svg/MiaV-knapper"
+ inkscape:version="0.43"
+ sodipodi:docbase="/home/deva/docs/c/miav/pixmaps"
sodipodi:docname="unmute.svg"
inkscape:export-filename="/home/tine/docs/Grafik/svg/MiaV-knapper/unmute.png"
inkscape:export-xdpi="72.000000"
- inkscape:export-ydpi="72.000000">
+ inkscape:export-ydpi="72.000000"
+ version="1.0">
<defs
- id="defs4"><linearGradient
- id="linearGradient7469">
- <stop
- id="stop7471"
- offset="0.0000000"
- style="stop-color:#5d5656;stop-opacity:1.0000000;" />
-<stop
- style="stop-color:#ffffff;stop-opacity:1.0000000;"
- offset="0.50000000"
- id="stop7475" />
-
-
-
- <stop
- id="stop7473"
- offset="1.0000000"
- style="stop-color:#5d5656;stop-opacity:1.0000000;" />
-
-
-
+ id="defs4">
+ <linearGradient
+ id="linearGradient7469">
+ <stop
+ id="stop7471"
+ offset="0.0000000"
+ style="stop-color:#5d5656;stop-opacity:1.0000000;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1.0000000;"
+ offset="0.50000000"
+ id="stop7475" />
+ <stop
+ id="stop7473"
+ offset="1.0000000"
+ style="stop-color:#5d5656;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7461">
+ <stop
+ id="stop7463"
+ offset="0.0000000"
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ <stop
+ style="stop-color:#aeaaaa;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop7467" />
+ <stop
+ id="stop7465"
+ offset="1.0000000"
+ style="stop-color:#5d5656;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient41791"
+ id="linearGradient42570"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.902285,1.108297)"
+ x1="465.5528"
+ y1="132.22998"
+ x2="323.7041"
+ y2="150.78067" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient41791"
+ id="linearGradient42559"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.902285,1.108297)"
+ x1="465.5528"
+ y1="132.22998"
+ x2="323.7041"
+ y2="150.78067" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient41791"
+ id="linearGradient41797"
+ gradientTransform="scale(0.902285,1.108297)"
+ x1="426.86679"
+ y1="140.18028"
+ x2="339.01733"
+ y2="156.08087"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient37977"
+ id="radialGradient40269"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.902285,1.108297)"
+ cx="288.24194"
+ cy="149.45563"
+ fx="289.85388"
+ fy="150.7807"
+ r="60.821499" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient37977"
+ id="radialGradient39507"
+ gradientTransform="scale(0.902285,1.108297)"
+ cx="260.83936"
+ cy="234.25877"
+ fx="260.83936"
+ fy="234.25877"
+ r="105.2859"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient37977"
+ id="linearGradient37985"
+ gradientTransform="scale(0.902285,1.108297)"
+ x1="244.72018"
+ y1="194.50729"
+ x2="355.94244"
+ y2="190.53215"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient8903">
+ <stop
+ style="stop-color:#241601;stop-opacity:0.44808742;"
+ offset="0.0000000"
+ id="stop8905" />
+ <stop
+ style="stop-color:#e9bc7b;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop8907" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9675">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.44705883;"
+ offset="0.0000000"
+ id="stop9677" />
+ <stop
+ style="stop-color:#e9d97b;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop9679" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient16558">
+ <stop
+ style="stop-color:#480000;stop-opacity:1;"
+ offset="0"
+ id="stop16560" />
+ <stop
+ style="stop-color:#480000;stop-opacity:0;"
+ offset="1"
+ id="stop16562" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient16566">
+ <stop
+ style="stop-color:#481919;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop16568" />
+ <stop
+ style="stop-color:#481919;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop16570" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient26492">
+ <stop
+ style="stop-color:#ffc8c8;stop-opacity:0.88524592;"
+ offset="0.0000000"
+ id="stop26494" />
+ <stop
+ style="stop-color:#ffc8c8;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop26496" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient33378">
+ <stop
+ style="stop-color:#391919;stop-opacity:0.50980395;"
+ offset="0.0000000"
+ id="stop33380" />
+ <stop
+ style="stop-color:#1f0e0e;stop-opacity:0;"
+ offset="1"
+ id="stop33382" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient34148">
+ <stop
+ style="stop-color:#ffa2a2;stop-opacity:0.0000000;"
+ offset="0.0000000"
+ id="stop34150" />
+ <stop
+ style="stop-color:#ffebeb;stop-opacity:0.34509805;"
+ offset="1.0000000"
+ id="stop34152" />
</linearGradient>
-<linearGradient
- id="linearGradient7461">
- <stop
- id="stop7463"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:1.0000000;" />
-<stop
- style="stop-color:#aeaaaa;stop-opacity:1.0000000;"
- offset="0.0000000"
- id="stop7467" />
-
-
-
- <stop
- id="stop7465"
- offset="1.0000000"
- style="stop-color:#5d5656;stop-opacity:1.0000000;" />
-
-
-
+ <linearGradient
+ id="linearGradient34914">
+ <stop
+ style="stop-color:#389400;stop-opacity:0.0000000;"
+ offset="0.0000000"
+ id="stop34916" />
+ <stop
+ style="stop-color:#143600;stop-opacity:0.77049178;"
+ offset="1.0000000"
+ id="stop34918" />
</linearGradient>
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient41791"
- id="linearGradient42570"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.902285,1.108297)"
- x1="465.55280"
- y1="132.22998"
- x2="323.70410"
- y2="150.78067" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient41791"
- id="linearGradient42559"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.902285,1.108297)"
- x1="465.55280"
- y1="132.22998"
- x2="323.70410"
- y2="150.78067" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient41791"
- id="linearGradient41797"
- gradientTransform="scale(0.902285,1.108297)"
- x1="426.86679"
- y1="140.18028"
- x2="339.01733"
- y2="156.08087"
- gradientUnits="userSpaceOnUse" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37977"
- id="radialGradient40269"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.902285,1.108297)"
- cx="288.24194"
- cy="149.45563"
- fx="289.85388"
- fy="150.78070"
- r="60.821499" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37977"
- id="radialGradient39507"
- gradientTransform="scale(0.902285,1.108297)"
- cx="260.83936"
- cy="234.25877"
- fx="260.83936"
- fy="234.25877"
- r="105.28590"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37977"
- id="linearGradient37985"
- gradientTransform="scale(0.902285,1.108297)"
- x1="244.72018"
- y1="194.50729"
- x2="355.94244"
- y2="190.53215"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- id="linearGradient8903">
- <stop
- style="stop-color:#241601;stop-opacity:0.44808742;"
- offset="0.0000000"
- id="stop8905" />
- <stop
- style="stop-color:#e9bc7b;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop8907" />
-</linearGradient>
-<linearGradient
- id="linearGradient9675">
- <stop
- style="stop-color:#ffffff;stop-opacity:0.44705883;"
- offset="0.0000000"
- id="stop9677" />
- <stop
- style="stop-color:#e9d97b;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop9679" />
-</linearGradient>
-<linearGradient
- id="linearGradient16558">
- <stop
- style="stop-color:#480000;stop-opacity:1;"
- offset="0"
- id="stop16560" />
- <stop
- style="stop-color:#480000;stop-opacity:0;"
- offset="1"
- id="stop16562" />
-</linearGradient>
-<linearGradient
- id="linearGradient16566">
- <stop
- style="stop-color:#481919;stop-opacity:1.0000000;"
- offset="0.0000000"
- id="stop16568" />
- <stop
- style="stop-color:#481919;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop16570" />
-</linearGradient>
-<linearGradient
- id="linearGradient26492">
- <stop
- style="stop-color:#ffc8c8;stop-opacity:0.88524592;"
- offset="0.0000000"
- id="stop26494" />
- <stop
- style="stop-color:#ffc8c8;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop26496" />
-</linearGradient>
-<linearGradient
- id="linearGradient33378">
- <stop
- style="stop-color:#391919;stop-opacity:0.50980395;"
- offset="0.0000000"
- id="stop33380" />
- <stop
- style="stop-color:#1f0e0e;stop-opacity:0;"
- offset="1"
- id="stop33382" />
-</linearGradient>
-<linearGradient
- id="linearGradient34148">
- <stop
- style="stop-color:#ffa2a2;stop-opacity:0.0000000;"
- offset="0.0000000"
- id="stop34150" />
- <stop
- style="stop-color:#ffebeb;stop-opacity:0.34509805;"
- offset="1.0000000"
- id="stop34152" />
-</linearGradient>
-<linearGradient
- id="linearGradient34914">
- <stop
- style="stop-color:#389400;stop-opacity:0.0000000;"
- offset="0.0000000"
- id="stop34916" />
- <stop
- style="stop-color:#143600;stop-opacity:0.77049178;"
- offset="1.0000000"
- id="stop34918" />
-</linearGradient>
-<linearGradient
- id="linearGradient36446">
- <stop
- style="stop-color:#deffc9;stop-opacity:0.68306011;"
- offset="0.0000000"
- id="stop36448" />
- <stop
- style="stop-color:#deffc9;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop36450" />
-</linearGradient>
-<linearGradient
- id="linearGradient37977">
- <stop
- style="stop-color:#440d0d;stop-opacity:0.79234976;"
- offset="0.0000000"
- id="stop37979" />
- <stop
- style="stop-color:#440d0d;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop37981" />
-</linearGradient>
-<linearGradient
- id="linearGradient41791">
- <stop
- style="stop-color:#ffebeb;stop-opacity:0.79215688;"
- offset="0.0000000"
- id="stop41793" />
- <stop
- style="stop-color:#ffebeb;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop41795" />
-</linearGradient>
-<linearGradient
- id="linearGradient44103">
- <stop
- style="stop-color:#1a1f39;stop-opacity:0.85792351;"
- offset="0.0000000"
- id="stop44105" />
- <stop
- style="stop-color:#1a1f39;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop44107" />
-</linearGradient>
-<linearGradient
- id="linearGradient44871">
- <stop
- style="stop-color:#e4e8ff;stop-opacity:0.60109288;"
- offset="0.0000000"
- id="stop44873" />
- <stop
- style="stop-color:#e4e8ff;stop-opacity:0.15300547;"
- offset="1.0000000"
- id="stop44875" />
-</linearGradient>
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient44871"
- id="linearGradient1959"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.078034,0.927615)"
- x1="265.90518"
- y1="309.28394"
- x2="240.58624"
- y2="309.28391" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient44103"
- id="linearGradient1957"
- gradientTransform="scale(1.078034,0.927615)"
- x1="143.10834"
- y1="276.71259"
- x2="232.56859"
- y2="281.64764"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37977"
- id="linearGradient1955"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.902285,1.108297)"
- x1="244.72018"
- y1="194.50729"
- x2="355.94244"
- y2="190.53215" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37977"
- id="radialGradient1953"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.902285,1.108297)"
- cx="260.83936"
- cy="234.25877"
- fx="260.83936"
- fy="234.25877"
- r="105.28590" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37977"
- id="radialGradient1951"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.902285,1.108297)"
- cx="288.24194"
- cy="149.45563"
- fx="289.85388"
- fy="150.78070"
- r="60.821499" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient41791"
- id="linearGradient1949"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.902285,1.108297)"
- x1="426.86679"
- y1="140.18028"
- x2="339.01733"
- y2="156.08087" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient41791"
- id="linearGradient1947"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.902285,1.108297)"
- x1="465.55280"
- y1="132.22998"
- x2="323.70410"
- y2="150.78067" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient41791"
- id="linearGradient1945"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.902285,1.108297)"
- x1="465.55280"
- y1="132.22998"
- x2="323.70410"
- y2="150.78067" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient41791"
- id="linearGradient1943"
- gradientTransform="scale(0.902285,1.108297)"
- x1="426.86679"
- y1="140.18028"
- x2="339.01733"
- y2="156.08087"
- gradientUnits="userSpaceOnUse" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37977"
- id="radialGradient1941"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.902285,1.108297)"
- cx="288.24194"
- cy="149.45563"
- fx="289.85388"
- fy="150.78070"
- r="60.821499" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37977"
- id="radialGradient1939"
- gradientTransform="scale(0.902285,1.108297)"
- cx="260.83936"
- cy="234.25877"
- fx="260.83936"
- fy="234.25877"
- r="105.28590"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37977"
- id="linearGradient1937"
- gradientTransform="scale(0.902285,1.108297)"
- x1="244.72018"
- y1="194.50729"
- x2="355.94244"
- y2="190.53215"
- gradientUnits="userSpaceOnUse" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient36446"
- id="radialGradient1935"
- gradientUnits="userSpaceOnUse"
- cx="216.69933"
- cy="150.10910"
- fx="216.69933"
- fy="150.10910"
- r="21.074394" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient34914"
- id="radialGradient1933"
- cx="225.01645"
- cy="173.97636"
- fx="225.01645"
- fy="173.97636"
- r="50.828304"
- gradientUnits="userSpaceOnUse" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient34148"
- id="radialGradient1931"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.993109,1.006939)"
- cx="251.85469"
- cy="231.61150"
- fx="251.85469"
- fy="231.61150"
- r="280.93845" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient33378"
- id="radialGradient1929"
- gradientTransform="scale(0.993109,1.006939)"
- cx="254.63573"
- cy="220.58165"
- fx="254.63573"
- fy="220.58165"
- r="124.33797"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient1927"
- gradientTransform="scale(1.874867,0.533371)"
- x1="228.04651"
- y1="764.17627"
- x2="198.98575"
- y2="730.65948"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient1925"
- gradientTransform="scale(1.874867,0.533371)"
- x1="229.20894"
- y1="71.361206"
- x2="192.88298"
- y2="85.438248"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient1923"
- gradientTransform="scale(0.556321,1.797523)"
- x1="803.78528"
- y1="42.364986"
- x2="690.93176"
- y2="41.744175"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient1921"
- gradientTransform="scale(0.564969,1.770009)"
- x1="781.93964"
- y1="209.19675"
- x2="687.02582"
- y2="207.97412"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient1919"
- gradientTransform="scale(1.085649,0.921108)"
- x1="252.49219"
- y1="360.83649"
- x2="390.48270"
- y2="323.51849"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient1917"
- gradientTransform="scale(1.087088,0.919889)"
- x1="275.12863"
- y1="109.79964"
- x2="395.47256"
- y2="150.93991"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient1915"
- gradientTransform="scale(0.935632,1.068796)"
- x1="131.64180"
- y1="57.598587"
- x2="225.79659"
- y2="165.83847"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient1913"
- gradientTransform="scale(0.934317,1.070301)"
- x1="135.99692"
- y1="281.88895"
- x2="248.47047"
- y2="296.39566"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient1911"
- gradientTransform="scale(0.935956,1.068427)"
- x1="425.22043"
- y1="376.14044"
- x2="291.93912"
- y2="210.23166"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient1909"
- gradientTransform="scale(0.939149,1.064794)"
- x1="440.59283"
- y1="42.121670"
- x2="250.66240"
- y2="114.55282"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient1907"
- gradientTransform="scale(1.874867,0.533371)"
- x1="40.088970"
- y1="79.405235"
- x2="72.055801"
- y2="89.460258"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient1905"
- gradientTransform="scale(1.091250,0.916380)"
- x1="71.276215"
- y1="143.22806"
- x2="214.52130"
- y2="239.65953"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient1903"
- gradientTransform="scale(1.874867,0.533371)"
- x1="38.539066"
- y1="760.42139"
- x2="68.762253"
- y2="749.69598"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient1901"
- gradientTransform="scale(1.083997,0.922512)"
- x1="57.693123"
- y1="371.57895"
- x2="198.36630"
- y2="283.28192"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient1899"
- gradientTransform="scale(0.564969,1.770009)"
- x1="128.19040"
- y1="210.39626"
- x2="187.98611"
- y2="211.00757"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient1897"
- gradientTransform="scale(0.570080,1.754139)"
- x1="133.46594"
- y1="40.326912"
- x2="181.06233"
- y2="39.093105"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient8903"
- id="linearGradient1895"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-4.760058,0.000000,0.000000,0.180263,482.2960,15.53622)"
- x1="17.975288"
- y1="330.44629"
- x2="44.435406"
- y2="339.65677" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient8903"
- id="linearGradient1893"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-4.760058,0.000000,0.000000,-0.199943,482.2960,435.6345)"
- x1="17.975288"
- y1="330.44629"
- x2="44.435406"
- y2="339.65677" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9675"
- id="linearGradient1891"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(5.206733,0.000000,0.000000,-0.192059,-8.421585e-6,445.4823)"
- x1="76.858376"
- y1="293.60443"
- x2="61.205906"
- y2="284.39395" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9675"
- id="linearGradient1889"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(5.206733,0.192059)"
- x1="76.858376"
- y1="293.60443"
- x2="61.205906"
- y2="284.39395" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9675"
- id="linearGradient1887"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(4.760058,0.000000,0.000000,-0.199943,19.99715,435.6345)"
- x1="17.975288"
- y1="330.44629"
- x2="44.435406"
- y2="339.65677" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9675"
- id="linearGradient1885"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(4.760058,0.000000,0.000000,0.180263,19.99715,15.53622)"
- x1="17.975288"
- y1="330.44629"
- x2="44.435406"
- y2="339.65677" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient8903"
- id="linearGradient1883"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(5.206733,0.000000,0.000000,-0.192059,1.425726e-8,445.4823)"
- x1="17.975288"
- y1="330.44629"
- x2="44.435406"
- y2="339.65677" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient8903"
- id="linearGradient1881"
- gradientTransform="scale(5.206733,0.192059)"
- x1="17.975288"
- y1="330.44629"
- x2="44.435406"
- y2="339.65677"
- gradientUnits="userSpaceOnUse" />
-<linearGradient
- id="linearGradient1875">
- <stop
- style="stop-color:#241601;stop-opacity:0.44808742;"
- offset="0.0000000"
- id="stop1877" />
- <stop
- style="stop-color:#e9bc7b;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop1879" />
-</linearGradient>
-<linearGradient
- id="linearGradient1869">
- <stop
- style="stop-color:#ffffff;stop-opacity:0.44705883;"
- offset="0.0000000"
- id="stop1871" />
- <stop
- style="stop-color:#e9d97b;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop1873" />
-</linearGradient>
-<linearGradient
- id="linearGradient1863">
- <stop
- style="stop-color:#480000;stop-opacity:1;"
- offset="0"
- id="stop1865" />
- <stop
- style="stop-color:#480000;stop-opacity:0;"
- offset="1"
- id="stop1867" />
-</linearGradient>
-<linearGradient
- id="linearGradient1857">
- <stop
- style="stop-color:#481919;stop-opacity:1.0000000;"
- offset="0.0000000"
- id="stop1859" />
- <stop
- style="stop-color:#481919;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop1861" />
-</linearGradient>
-<linearGradient
- id="linearGradient1851">
- <stop
- style="stop-color:#ffc8c8;stop-opacity:0.88524592;"
- offset="0.0000000"
- id="stop1853" />
- <stop
- style="stop-color:#ffc8c8;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop1855" />
-</linearGradient>
-<linearGradient
- id="linearGradient1845">
- <stop
- style="stop-color:#391919;stop-opacity:0.50980395;"
- offset="0.0000000"
- id="stop1847" />
- <stop
- style="stop-color:#1f0e0e;stop-opacity:0;"
- offset="1"
- id="stop1849" />
-</linearGradient>
-<linearGradient
- id="linearGradient1839">
- <stop
- style="stop-color:#ffa2a2;stop-opacity:0.0000000;"
- offset="0.0000000"
- id="stop1841" />
- <stop
- style="stop-color:#ffebeb;stop-opacity:0.34509805;"
- offset="1.0000000"
- id="stop1843" />
-</linearGradient>
-<linearGradient
- id="linearGradient1833">
- <stop
- style="stop-color:#389400;stop-opacity:0.0000000;"
- offset="0.0000000"
- id="stop1835" />
- <stop
- style="stop-color:#143600;stop-opacity:0.77049178;"
- offset="1.0000000"
- id="stop1837" />
-</linearGradient>
-<linearGradient
- id="linearGradient1827">
- <stop
- style="stop-color:#deffc9;stop-opacity:0.68306011;"
- offset="0.0000000"
- id="stop1829" />
- <stop
- style="stop-color:#deffc9;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop1831" />
-</linearGradient>
-<linearGradient
- id="linearGradient1821">
- <stop
- style="stop-color:#440d0d;stop-opacity:0.79234976;"
- offset="0.0000000"
- id="stop1823" />
- <stop
- style="stop-color:#440d0d;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop1825" />
-</linearGradient>
-<linearGradient
- id="linearGradient1815">
- <stop
- style="stop-color:#ffebeb;stop-opacity:0.79215688;"
- offset="0.0000000"
- id="stop1817" />
- <stop
- style="stop-color:#ffebeb;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop1819" />
-</linearGradient>
-<linearGradient
- id="linearGradient1809">
- <stop
- style="stop-color:#1a1f39;stop-opacity:0.85792351;"
- offset="0.0000000"
- id="stop1811" />
- <stop
- style="stop-color:#1a1f39;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop1813" />
-</linearGradient>
-<linearGradient
- id="linearGradient1803">
- <stop
- style="stop-color:#e4e8ff;stop-opacity:0.60109288;"
- offset="0.0000000"
- id="stop1805" />
- <stop
- style="stop-color:#e4e8ff;stop-opacity:0.15300547;"
- offset="1.0000000"
- id="stop1807" />
-</linearGradient>
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient8903"
- id="linearGradient2057"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(5.206733,0.192059)"
- x1="17.975288"
- y1="330.44629"
- x2="44.435406"
- y2="339.65677" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient8903"
- id="linearGradient2059"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(5.206733,0.000000,0.000000,-0.192059,1.425726e-8,445.4823)"
- x1="17.975288"
- y1="330.44629"
- x2="44.435406"
- y2="339.65677" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9675"
- id="linearGradient2061"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(4.760058,0.000000,0.000000,0.180263,19.99715,15.53622)"
- x1="17.975288"
- y1="330.44629"
- x2="44.435406"
- y2="339.65677" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9675"
- id="linearGradient2063"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(4.760058,0.000000,0.000000,-0.199943,19.99715,435.6345)"
- x1="17.975288"
- y1="330.44629"
- x2="44.435406"
- y2="339.65677" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9675"
- id="linearGradient2065"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(5.206733,0.192059)"
- x1="76.858376"
- y1="293.60443"
- x2="61.205906"
- y2="284.39395" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9675"
- id="linearGradient2067"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(5.206733,0.000000,0.000000,-0.192059,-8.421585e-6,445.4823)"
- x1="76.858376"
- y1="293.60443"
- x2="61.205906"
- y2="284.39395" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient8903"
- id="linearGradient2069"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-4.760058,0.000000,0.000000,-0.199943,482.2960,435.6345)"
- x1="17.975288"
- y1="330.44629"
- x2="44.435406"
- y2="339.65677" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient8903"
- id="linearGradient2071"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-4.760058,0.000000,0.000000,0.180263,482.2960,15.53622)"
- x1="17.975288"
- y1="330.44629"
- x2="44.435406"
- y2="339.65677" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient44103"
- id="linearGradient2073"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.078034,0.927615)"
- x1="143.10834"
- y1="276.71259"
- x2="232.56859"
- y2="281.64764" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient44871"
- id="linearGradient2075"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.078034,0.927615)"
- x1="265.90518"
- y1="309.28394"
- x2="240.58624"
- y2="309.28391" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37977"
- id="linearGradient2077"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.902285,1.108297)"
- x1="244.72018"
- y1="194.50729"
- x2="355.94244"
- y2="190.53215" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37977"
- id="radialGradient2079"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.902285,1.108297)"
- cx="260.83936"
- cy="234.25877"
- fx="260.83936"
- fy="234.25877"
- r="105.28590" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37977"
- id="radialGradient2081"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.902285,1.108297)"
- cx="288.24194"
- cy="149.45563"
- fx="289.85388"
- fy="150.78070"
- r="60.821499" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient41791"
- id="linearGradient2083"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.902285,1.108297)"
- x1="426.86679"
- y1="140.18028"
- x2="339.01733"
- y2="156.08087" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient34914"
- id="radialGradient2085"
- gradientUnits="userSpaceOnUse"
- cx="225.01645"
- cy="173.97636"
- fx="225.01645"
- fy="173.97636"
- r="50.828304" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient36446"
- id="radialGradient2087"
- gradientUnits="userSpaceOnUse"
- cx="216.69933"
- cy="150.10910"
- fx="216.69933"
- fy="150.10910"
- r="21.074394" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient33378"
- id="radialGradient2089"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.993109,1.006939)"
- cx="254.63573"
- cy="220.58165"
- fx="254.63573"
- fy="220.58165"
- r="124.33797" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient2091"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.570080,1.754139)"
- x1="133.46594"
- y1="40.326912"
- x2="181.06233"
- y2="39.093105" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient2093"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.556321,1.797523)"
- x1="803.78528"
- y1="42.364986"
- x2="690.93176"
- y2="41.744175" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient2095"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.874867,0.533371)"
- x1="40.088970"
- y1="79.405235"
- x2="72.055801"
- y2="89.460258" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient2097"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.564969,1.770009)"
- x1="781.93964"
- y1="209.19675"
- x2="687.02582"
- y2="207.97412" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient2099"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.564969,1.770009)"
- x1="128.19040"
- y1="210.39626"
- x2="187.98611"
- y2="211.00757" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient2101"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.874867,0.533371)"
- x1="229.20894"
- y1="71.361206"
- x2="192.88298"
- y2="85.438248" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient2103"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.874867,0.533371)"
- x1="228.04651"
- y1="764.17627"
- x2="198.98575"
- y2="730.65948" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient2105"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.874867,0.533371)"
- x1="38.539066"
- y1="760.42139"
- x2="68.762253"
- y2="749.69598" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient2107"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.935632,1.068796)"
- x1="131.64180"
- y1="57.598587"
- x2="225.79659"
- y2="165.83847" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient2109"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.939149,1.064794)"
- x1="440.59283"
- y1="42.121670"
- x2="250.66240"
- y2="114.55282" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient2111"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.935956,1.068427)"
- x1="425.22043"
- y1="376.14044"
- x2="291.93912"
- y2="210.23166" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient2113"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.934317,1.070301)"
- x1="135.99692"
- y1="281.88895"
- x2="248.47047"
- y2="296.39566" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient2115"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.091250,0.916380)"
- x1="71.276215"
- y1="143.22806"
- x2="214.52130"
- y2="239.65953" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient2117"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.087088,0.919889)"
- x1="275.12863"
- y1="109.79964"
- x2="395.47256"
- y2="150.93991" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient26492"
- id="linearGradient2119"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.085649,0.921108)"
- x1="252.49219"
- y1="360.83649"
- x2="390.48270"
- y2="323.51849" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16566"
- id="linearGradient2121"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.083997,0.922512)"
- x1="57.693123"
- y1="371.57895"
- x2="198.36630"
- y2="283.28192" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient34148"
- id="radialGradient2123"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(0.993109,1.006939)"
- cx="251.85469"
- cy="231.61150"
- fx="251.85469"
- fy="231.61150"
- r="280.93845" />
-
-
-
-
-
-
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient858"
- id="linearGradient1747"
- gradientTransform="scale(2.300599,0.434669)"
- x1="301.30471"
- y1="1618.1480"
- x2="284.45336"
- y2="1614.4005"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient858"
- id="linearGradient1745"
- gradientTransform="scale(2.389696,0.418463)"
- x1="290.75947"
- y1="1302.3853"
- x2="272.81188"
- y2="1304.2649"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient844"
- id="linearGradient1743"
- gradientTransform="scale(2.300599,0.434669)"
- x1="301.30343"
- y1="1593.1452"
- x2="283.97505"
- y2="1602.5244"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient844"
- id="linearGradient1741"
- gradientTransform="scale(2.389696,0.418463)"
- x1="290.92079"
- y1="1315.6632"
- x2="278.95918"
- y2="1316.2712"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient848"
- id="linearGradient1739"
- gradientTransform="scale(0.215292,4.644854)"
- x1="3315.3770"
- y1="133.42100"
- x2="3293.3758"
- y2="78.635592"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient829"
- id="linearGradient1737"
- x1="3071.5624"
- y1="134.44368"
- x2="3137.0984"
- y2="134.44369"
- gradientTransform="scale(0.215292,4.644854)"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient854"
- id="linearGradient1735"
- x1="1533.5693"
- y1="310.49551"
- x2="1444.4233"
- y2="206.48556"
- gradientTransform="scale(0.455573,2.195036)"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient858"
- id="linearGradient1733"
- gradientTransform="scale(2.300599,0.434669)"
- x1="301.30471"
- y1="1618.1480"
- x2="284.45336"
- y2="1614.4005"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient858"
- id="linearGradient1731"
- gradientTransform="scale(2.389696,0.418463)"
- x1="290.75947"
- y1="1302.3853"
- x2="272.81188"
- y2="1304.2649"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient844"
- id="linearGradient1729"
- gradientTransform="scale(2.300599,0.434669)"
- x1="301.30343"
- y1="1593.1452"
- x2="283.97505"
- y2="1602.5244"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient844"
- id="linearGradient1727"
- gradientTransform="scale(2.389696,0.418463)"
- x1="290.92079"
- y1="1315.6632"
- x2="278.95918"
- y2="1316.2712"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient848"
- id="linearGradient1725"
- gradientTransform="scale(0.215292,4.644854)"
- x1="3315.3770"
- y1="133.42100"
- x2="3293.3758"
- y2="78.635592"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient829"
- id="linearGradient1723"
- x1="3071.5624"
- y1="134.44368"
- x2="3137.0984"
- y2="134.44369"
- gradientTransform="scale(0.215292,4.644854)"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient854"
- id="linearGradient1721"
- x1="1533.5693"
- y1="310.49551"
- x2="1444.4233"
- y2="206.48556"
- gradientTransform="scale(0.455573,2.195036)"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient858"
- id="linearGradient863"
- x1="0.89933848"
- y1="1.45432353"
- x2="-0.3260918"
- y2="1.18180192"
- gradientTransform="matrix(0.999997,0,0,1.000003,-1.505309e-6,-1.061149e-6)" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient858"
- id="linearGradient861"
- x1="0.95134062"
- y1="-0.59435552"
- x2="-0.40435284"
- y2="-0.45237499"
- gradientTransform="matrix(0.999997,0,0,1.000003,-1.505309e-6,3.569232e-6)" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient844"
- id="linearGradient847"
- x1="0.89924514"
- y1="-0.36388198"
- x2="-0.36087444"
- y2="0.3181681"
- gradientTransform="matrix(0.999997,0,0,1.000003,-1.505309e-6,-1.061149e-6)" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient844"
- id="linearGradient840"
- x1="0.96352595"
- y1="0.4086037"
- x2="5.99912554e-2"
- y2="0.4545348"
- gradientTransform="translate(-1.505309e-6,-3.622718e-6)" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient854"
- id="linearGradient836"
- x1="1.0713557"
- y1="0.87500894"
- x2="-0.2142881"
- y2="-0.62499988" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient848"
- id="linearGradient832"
- x1="3.50477624"
- y1="0.46879041"
- x2="2.83335519"
- y2="-1.20312488"
- gradientTransform="translate(5.377853e-6,1.151001e-7)" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient829"
- id="linearGradient828"
- x1="-0.49999106"
- y1="0.49999946"
- x2="1.50000644"
- y2="0.49999994" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient702"
- id="linearGradient698"
- x1="181.41313"
- y1="316.35138"
- x2="171.28488"
- y2="308.28685"
- gradientTransform="scale(1.022092,0.978386)"
- gradientUnits="userSpaceOnUse" />
-
-
-
+ <linearGradient
+ id="linearGradient36446">
+ <stop
+ style="stop-color:#deffc9;stop-opacity:0.68306011;"
+ offset="0.0000000"
+ id="stop36448" />
+ <stop
+ style="stop-color:#deffc9;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop36450" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient37977">
+ <stop
+ style="stop-color:#440d0d;stop-opacity:0.79234976;"
+ offset="0.0000000"
+ id="stop37979" />
+ <stop
+ style="stop-color:#440d0d;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop37981" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient41791">
+ <stop
+ style="stop-color:#ffebeb;stop-opacity:0.79215688;"
+ offset="0.0000000"
+ id="stop41793" />
+ <stop
+ style="stop-color:#ffebeb;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop41795" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient44103">
+ <stop
+ style="stop-color:#1a1f39;stop-opacity:0.85792351;"
+ offset="0.0000000"
+ id="stop44105" />
+ <stop
+ style="stop-color:#1a1f39;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop44107" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient44871">
+ <stop
+ style="stop-color:#e4e8ff;stop-opacity:0.60109288;"
+ offset="0.0000000"
+ id="stop44873" />
+ <stop
+ style="stop-color:#e4e8ff;stop-opacity:0.15300547;"
+ offset="1.0000000"
+ id="stop44875" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient44871"
+ id="linearGradient1959"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.078034,0.927615)"
+ x1="265.90518"
+ y1="309.28394"
+ x2="240.58624"
+ y2="309.28391" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient44103"
+ id="linearGradient1957"
+ gradientTransform="scale(1.078034,0.927615)"
+ x1="143.10834"
+ y1="276.71259"
+ x2="232.56859"
+ y2="281.64764"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient37977"
+ id="linearGradient1955"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.902285,1.108297)"
+ x1="244.72018"
+ y1="194.50729"
+ x2="355.94244"
+ y2="190.53215" />
<radialGradient
- xlink:href="#linearGradient675"
- id="radialGradient681"
- cx="0.53571492"
- cy="0.46875045"
- r="0.57164133"
- fx="0.53571492"
- fy="0.46875045" />
-
-
-
+ inkscape:collect="always"
+ xlink:href="#linearGradient37977"
+ id="radialGradient1953"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.902285,1.108297)"
+ cx="260.83936"
+ cy="234.25877"
+ fx="260.83936"
+ fy="234.25877"
+ r="105.2859" />
<radialGradient
- xlink:href="#linearGradient675"
- id="radialGradient674"
- cx="0.49382621"
- cy="0.49999905"
- r="0.32380703"
- fx="0.49382621"
- fy="0.49999905" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient665"
- id="linearGradient673"
- x1="210.37647"
- y1="453.92553"
- x2="295.86313"
- y2="518.32839"
- gradientTransform="scale(1.075801,0.929540)"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient661"
- id="linearGradient670"
- x1="236.36413"
- y1="479.64343"
- x2="285.80833"
- y2="509.82785"
- gradientTransform="scale(1.092610,0.915239)"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient665"
- id="linearGradient664"
- x1="219.12265"
- y1="431.61243"
- x2="159.74905"
- y2="379.11809"
- gradientTransform="scale(1.041813,0.959866)"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient702"
- id="linearGradient654"
- x1="172.22270"
- y1="324.94113"
- x2="136.54559"
- y2="294.76926"
- gradientTransform="scale(1.059438,0.943897)"
- gradientUnits="userSpaceOnUse" />
-
-
-
+ inkscape:collect="always"
+ xlink:href="#linearGradient37977"
+ id="radialGradient1951"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.902285,1.108297)"
+ cx="288.24194"
+ cy="149.45563"
+ fx="289.85388"
+ fy="150.7807"
+ r="60.821499" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient41791"
+ id="linearGradient1949"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.902285,1.108297)"
+ x1="426.86679"
+ y1="140.18028"
+ x2="339.01733"
+ y2="156.08087" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient41791"
+ id="linearGradient1947"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.902285,1.108297)"
+ x1="465.5528"
+ y1="132.22998"
+ x2="323.7041"
+ y2="150.78067" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient41791"
+ id="linearGradient1945"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.902285,1.108297)"
+ x1="465.5528"
+ y1="132.22998"
+ x2="323.7041"
+ y2="150.78067" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient41791"
+ id="linearGradient1943"
+ gradientTransform="scale(0.902285,1.108297)"
+ x1="426.86679"
+ y1="140.18028"
+ x2="339.01733"
+ y2="156.08087"
+ gradientUnits="userSpaceOnUse" />
<radialGradient
- xlink:href="#linearGradient650"
- id="radialGradient649"
- cx="0.51537794"
- cy="0.48436525"
- r="0.56172943"
- fx="0.51537794"
- fy="0.48436525" />
-
-
-
+ inkscape:collect="always"
+ xlink:href="#linearGradient37977"
+ id="radialGradient1941"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.902285,1.108297)"
+ cx="288.24194"
+ cy="149.45563"
+ fx="289.85388"
+ fy="150.7807"
+ r="60.821499" />
<radialGradient
- xlink:href="#linearGradient655"
- id="radialGradient625"
- cx="0.5234375"
- cy="0.50000006"
- r="0.72027689"
- fx="0.5234375"
- fy="0.50000006"
- gradientUnits="objectBoundingBox"
- spreadMethod="pad" />
-
-
-
+ inkscape:collect="always"
+ xlink:href="#linearGradient37977"
+ id="radialGradient1939"
+ gradientTransform="scale(0.902285,1.108297)"
+ cx="260.83936"
+ cy="234.25877"
+ fx="260.83936"
+ fy="234.25877"
+ r="105.2859"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient37977"
+ id="linearGradient1937"
+ gradientTransform="scale(0.902285,1.108297)"
+ x1="244.72018"
+ y1="194.50729"
+ x2="355.94244"
+ y2="190.53215"
+ gradientUnits="userSpaceOnUse" />
<radialGradient
- xlink:href="#linearGradient3280"
- id="radialGradient617"
- cx="241.86195"
- cy="491.18887"
- r="251.05529"
- fx="241.86195"
- fy="491.18887"
- gradientTransform="scale(1.223982,0.817005)"
- gradientUnits="userSpaceOnUse" />
-
-
-
+ inkscape:collect="always"
+ xlink:href="#linearGradient36446"
+ id="radialGradient1935"
+ gradientUnits="userSpaceOnUse"
+ cx="216.69933"
+ cy="150.1091"
+ fx="216.69933"
+ fy="150.1091"
+ r="21.074394" />
<radialGradient
- xlink:href="#linearGradient613"
- id="radialGradient612"
- cx="208.23220"
- cy="370.09051"
- r="17.511396"
- fx="208.23220"
- fy="370.09051"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- xlink:href="#linearGradient661"
- id="linearGradient611"
- x1="167.06850"
- y1="382.67633"
- x2="190.65559"
- y2="400.46792"
- gradientTransform="scale(1.041813,0.959866)"
- gradientUnits="userSpaceOnUse" />
-
-
-
- <linearGradient
- id="linearGradient608">
- <stop
- style="stop-color:#000;stop-opacity:1;"
- offset="0"
- id="stop609" />
-
-
-
- <stop
- style="stop-color:#fff;stop-opacity:1;"
- offset="1"
- id="stop610" />
-
-
-
+ inkscape:collect="always"
+ xlink:href="#linearGradient34914"
+ id="radialGradient1933"
+ cx="225.01645"
+ cy="173.97636"
+ fx="225.01645"
+ fy="173.97636"
+ r="50.828304"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient34148"
+ id="radialGradient1931"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.993109,1.006939)"
+ cx="251.85469"
+ cy="231.6115"
+ fx="251.85469"
+ fy="231.6115"
+ r="280.93845" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient33378"
+ id="radialGradient1929"
+ gradientTransform="scale(0.993109,1.006939)"
+ cx="254.63573"
+ cy="220.58165"
+ fx="254.63573"
+ fy="220.58165"
+ r="124.33797"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient1927"
+ gradientTransform="scale(1.874867,0.533371)"
+ x1="228.04651"
+ y1="764.17627"
+ x2="198.98575"
+ y2="730.65948"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient1925"
+ gradientTransform="scale(1.874867,0.533371)"
+ x1="229.20894"
+ y1="71.361206"
+ x2="192.88298"
+ y2="85.438248"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient1923"
+ gradientTransform="scale(0.556321,1.797523)"
+ x1="803.78528"
+ y1="42.364986"
+ x2="690.93176"
+ y2="41.744175"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient1921"
+ gradientTransform="scale(0.564969,1.770009)"
+ x1="781.93964"
+ y1="209.19675"
+ x2="687.02582"
+ y2="207.97412"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient1919"
+ gradientTransform="scale(1.085649,0.921108)"
+ x1="252.49219"
+ y1="360.83649"
+ x2="390.4827"
+ y2="323.51849"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient1917"
+ gradientTransform="scale(1.087088,0.919889)"
+ x1="275.12863"
+ y1="109.79964"
+ x2="395.47256"
+ y2="150.93991"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient1915"
+ gradientTransform="scale(0.935632,1.068796)"
+ x1="131.6418"
+ y1="57.598587"
+ x2="225.79659"
+ y2="165.83847"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient1913"
+ gradientTransform="scale(0.934317,1.070301)"
+ x1="135.99692"
+ y1="281.88895"
+ x2="248.47047"
+ y2="296.39566"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient1911"
+ gradientTransform="scale(0.935956,1.068427)"
+ x1="425.22043"
+ y1="376.14044"
+ x2="291.93912"
+ y2="210.23166"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient1909"
+ gradientTransform="scale(0.939149,1.064794)"
+ x1="440.59283"
+ y1="42.12167"
+ x2="250.6624"
+ y2="114.55282"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient1907"
+ gradientTransform="scale(1.874867,0.533371)"
+ x1="40.08897"
+ y1="79.405235"
+ x2="72.055801"
+ y2="89.460258"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient1905"
+ gradientTransform="scale(1.09125,0.91638)"
+ x1="71.276215"
+ y1="143.22806"
+ x2="214.5213"
+ y2="239.65953"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient1903"
+ gradientTransform="scale(1.874867,0.533371)"
+ x1="38.539066"
+ y1="760.42139"
+ x2="68.762253"
+ y2="749.69598"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient1901"
+ gradientTransform="scale(1.083997,0.922512)"
+ x1="57.693123"
+ y1="371.57895"
+ x2="198.3663"
+ y2="283.28192"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient1899"
+ gradientTransform="scale(0.564969,1.770009)"
+ x1="128.1904"
+ y1="210.39626"
+ x2="187.98611"
+ y2="211.00757"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient1897"
+ gradientTransform="scale(0.57008,1.754139)"
+ x1="133.46594"
+ y1="40.326912"
+ x2="181.06233"
+ y2="39.093105"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8903"
+ id="linearGradient1895"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-4.760058,0,0,0.180263,482.296,15.53622)"
+ x1="17.975288"
+ y1="330.44629"
+ x2="44.435406"
+ y2="339.65677" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8903"
+ id="linearGradient1893"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-4.760058,0,0,-0.199943,482.296,435.6345)"
+ x1="17.975288"
+ y1="330.44629"
+ x2="44.435406"
+ y2="339.65677" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9675"
+ id="linearGradient1891"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(5.206733,0,0,-0.192059,-8.421585e-6,445.4823)"
+ x1="76.858376"
+ y1="293.60443"
+ x2="61.205906"
+ y2="284.39395" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9675"
+ id="linearGradient1889"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(5.206733,0.192059)"
+ x1="76.858376"
+ y1="293.60443"
+ x2="61.205906"
+ y2="284.39395" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9675"
+ id="linearGradient1887"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.760058,0,0,-0.199943,19.99715,435.6345)"
+ x1="17.975288"
+ y1="330.44629"
+ x2="44.435406"
+ y2="339.65677" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9675"
+ id="linearGradient1885"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.760058,0,0,0.180263,19.99715,15.53622)"
+ x1="17.975288"
+ y1="330.44629"
+ x2="44.435406"
+ y2="339.65677" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8903"
+ id="linearGradient1883"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(5.206733,0,0,-0.192059,1.425726e-8,445.4823)"
+ x1="17.975288"
+ y1="330.44629"
+ x2="44.435406"
+ y2="339.65677" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8903"
+ id="linearGradient1881"
+ gradientTransform="scale(5.206733,0.192059)"
+ x1="17.975288"
+ y1="330.44629"
+ x2="44.435406"
+ y2="339.65677"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient1875">
+ <stop
+ style="stop-color:#241601;stop-opacity:0.44808742;"
+ offset="0.0000000"
+ id="stop1877" />
+ <stop
+ style="stop-color:#e9bc7b;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop1879" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient613">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop614" />
-
-
-
- <stop
- style="stop-color:#1f1f23;stop-opacity:0;"
- offset="1"
- id="stop615" />
-
-
-
+ <linearGradient
+ id="linearGradient1869">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.44705883;"
+ offset="0.0000000"
+ id="stop1871" />
+ <stop
+ style="stop-color:#e9d97b;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop1873" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient618">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop619" />
-
-
-
- <stop
- style="stop-color:#363232;stop-opacity:1;"
- offset="1"
- id="stop620" />
-
-
-
+ <linearGradient
+ id="linearGradient1863">
+ <stop
+ style="stop-color:#480000;stop-opacity:1;"
+ offset="0"
+ id="stop1865" />
+ <stop
+ style="stop-color:#480000;stop-opacity:0;"
+ offset="1"
+ id="stop1867" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient626">
- <stop
- style="stop-color:#232323;stop-opacity:0.6353;"
- offset="0"
- id="stop627" />
-
-
-
- <stop
- style="stop-color:#000000;stop-opacity:0.949;"
- offset="1"
- id="stop628" />
-
-
-
+ <linearGradient
+ id="linearGradient1857">
+ <stop
+ style="stop-color:#481919;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop1859" />
+ <stop
+ style="stop-color:#481919;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop1861" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient644">
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="0"
- id="stop645" />
-
-
-
- <stop
- style="stop-color:#525251;stop-opacity:1;"
- offset="1"
- id="stop646" />
-
-
-
+ <linearGradient
+ id="linearGradient1851">
+ <stop
+ style="stop-color:#ffc8c8;stop-opacity:0.88524592;"
+ offset="0.0000000"
+ id="stop1853" />
+ <stop
+ style="stop-color:#ffc8c8;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop1855" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient650">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop651" />
-
-
-
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop652" />
-
-
-
+ <linearGradient
+ id="linearGradient1845">
+ <stop
+ style="stop-color:#391919;stop-opacity:0.50980395;"
+ offset="0.0000000"
+ id="stop1847" />
+ <stop
+ style="stop-color:#1f0e0e;stop-opacity:0;"
+ offset="1"
+ id="stop1849" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient655">
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="0"
- id="stop656" />
-
-
-
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop657" />
-
-
-
+ <linearGradient
+ id="linearGradient1839">
+ <stop
+ style="stop-color:#ffa2a2;stop-opacity:0.0000000;"
+ offset="0.0000000"
+ id="stop1841" />
+ <stop
+ style="stop-color:#ffebeb;stop-opacity:0.34509805;"
+ offset="1.0000000"
+ id="stop1843" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient661">
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="0"
- id="stop662" />
-
-
-
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop663" />
-
-
-
+ <linearGradient
+ id="linearGradient1833">
+ <stop
+ style="stop-color:#389400;stop-opacity:0.0000000;"
+ offset="0.0000000"
+ id="stop1835" />
+ <stop
+ style="stop-color:#143600;stop-opacity:0.77049178;"
+ offset="1.0000000"
+ id="stop1837" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient665">
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="0"
- id="stop666" />
-
-
-
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop667" />
-
-
-
+ <linearGradient
+ id="linearGradient1827">
+ <stop
+ style="stop-color:#deffc9;stop-opacity:0.68306011;"
+ offset="0.0000000"
+ id="stop1829" />
+ <stop
+ style="stop-color:#deffc9;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop1831" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient675">
- <stop
- style="stop-color:#ffffff;stop-opacity:0.7608;"
- offset="0"
- id="stop676" />
-
-
-
- <stop
- style="stop-color:#ffffad;stop-opacity:0.4471;"
- offset="1"
- id="stop677" />
-
-
-
+ <linearGradient
+ id="linearGradient1821">
+ <stop
+ style="stop-color:#440d0d;stop-opacity:0.79234976;"
+ offset="0.0000000"
+ id="stop1823" />
+ <stop
+ style="stop-color:#440d0d;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop1825" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient702">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop703" />
-
-
-
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop704" />
-
-
-
+ <linearGradient
+ id="linearGradient1815">
+ <stop
+ style="stop-color:#ffebeb;stop-opacity:0.79215688;"
+ offset="0.0000000"
+ id="stop1817" />
+ <stop
+ style="stop-color:#ffebeb;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop1819" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient829">
- <stop
- style="stop-color:#620000;stop-opacity:0.8431;"
- offset="0"
- id="stop830" />
-
-
-
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop831" />
-
-
-
+ <linearGradient
+ id="linearGradient1809">
+ <stop
+ style="stop-color:#1a1f39;stop-opacity:0.85792351;"
+ offset="0.0000000"
+ id="stop1811" />
+ <stop
+ style="stop-color:#1a1f39;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop1813" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient833">
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="0"
- id="stop834" />
-
-
-
- <stop
- style="stop-color:#ffff00;stop-opacity:1;"
- offset="1"
- id="stop835" />
-
-
-
+ <linearGradient
+ id="linearGradient1803">
+ <stop
+ style="stop-color:#e4e8ff;stop-opacity:0.60109288;"
+ offset="0.0000000"
+ id="stop1805" />
+ <stop
+ style="stop-color:#e4e8ff;stop-opacity:0.15300547;"
+ offset="1.0000000"
+ id="stop1807" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient841">
- <stop
- style="stop-color:#ffffff;stop-opacity:0.2392;"
- offset="0"
- id="stop842" />
-
-
-
- <stop
- style="stop-color:#ffad00;stop-opacity:0.8431;"
- offset="1"
- id="stop843" />
-
-
-
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8903"
+ id="linearGradient2057"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(5.206733,0.192059)"
+ x1="17.975288"
+ y1="330.44629"
+ x2="44.435406"
+ y2="339.65677" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8903"
+ id="linearGradient2059"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(5.206733,0,0,-0.192059,1.425726e-8,445.4823)"
+ x1="17.975288"
+ y1="330.44629"
+ x2="44.435406"
+ y2="339.65677" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9675"
+ id="linearGradient2061"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.760058,0,0,0.180263,19.99715,15.53622)"
+ x1="17.975288"
+ y1="330.44629"
+ x2="44.435406"
+ y2="339.65677" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9675"
+ id="linearGradient2063"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.760058,0,0,-0.199943,19.99715,435.6345)"
+ x1="17.975288"
+ y1="330.44629"
+ x2="44.435406"
+ y2="339.65677" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9675"
+ id="linearGradient2065"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(5.206733,0.192059)"
+ x1="76.858376"
+ y1="293.60443"
+ x2="61.205906"
+ y2="284.39395" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9675"
+ id="linearGradient2067"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(5.206733,0,0,-0.192059,-8.421585e-6,445.4823)"
+ x1="76.858376"
+ y1="293.60443"
+ x2="61.205906"
+ y2="284.39395" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8903"
+ id="linearGradient2069"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-4.760058,0,0,-0.199943,482.296,435.6345)"
+ x1="17.975288"
+ y1="330.44629"
+ x2="44.435406"
+ y2="339.65677" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8903"
+ id="linearGradient2071"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-4.760058,0,0,0.180263,482.296,15.53622)"
+ x1="17.975288"
+ y1="330.44629"
+ x2="44.435406"
+ y2="339.65677" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient44103"
+ id="linearGradient2073"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.078034,0.927615)"
+ x1="143.10834"
+ y1="276.71259"
+ x2="232.56859"
+ y2="281.64764" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient44871"
+ id="linearGradient2075"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.078034,0.927615)"
+ x1="265.90518"
+ y1="309.28394"
+ x2="240.58624"
+ y2="309.28391" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient37977"
+ id="linearGradient2077"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.902285,1.108297)"
+ x1="244.72018"
+ y1="194.50729"
+ x2="355.94244"
+ y2="190.53215" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient37977"
+ id="radialGradient2079"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.902285,1.108297)"
+ cx="260.83936"
+ cy="234.25877"
+ fx="260.83936"
+ fy="234.25877"
+ r="105.2859" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient37977"
+ id="radialGradient2081"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.902285,1.108297)"
+ cx="288.24194"
+ cy="149.45563"
+ fx="289.85388"
+ fy="150.7807"
+ r="60.821499" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient41791"
+ id="linearGradient2083"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.902285,1.108297)"
+ x1="426.86679"
+ y1="140.18028"
+ x2="339.01733"
+ y2="156.08087" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient34914"
+ id="radialGradient2085"
+ gradientUnits="userSpaceOnUse"
+ cx="225.01645"
+ cy="173.97636"
+ fx="225.01645"
+ fy="173.97636"
+ r="50.828304" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient36446"
+ id="radialGradient2087"
+ gradientUnits="userSpaceOnUse"
+ cx="216.69933"
+ cy="150.1091"
+ fx="216.69933"
+ fy="150.1091"
+ r="21.074394" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient33378"
+ id="radialGradient2089"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.993109,1.006939)"
+ cx="254.63573"
+ cy="220.58165"
+ fx="254.63573"
+ fy="220.58165"
+ r="124.33797" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient2091"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.57008,1.754139)"
+ x1="133.46594"
+ y1="40.326912"
+ x2="181.06233"
+ y2="39.093105" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient2093"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.556321,1.797523)"
+ x1="803.78528"
+ y1="42.364986"
+ x2="690.93176"
+ y2="41.744175" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient2095"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.874867,0.533371)"
+ x1="40.08897"
+ y1="79.405235"
+ x2="72.055801"
+ y2="89.460258" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient2097"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.564969,1.770009)"
+ x1="781.93964"
+ y1="209.19675"
+ x2="687.02582"
+ y2="207.97412" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient2099"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.564969,1.770009)"
+ x1="128.1904"
+ y1="210.39626"
+ x2="187.98611"
+ y2="211.00757" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient2101"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.874867,0.533371)"
+ x1="229.20894"
+ y1="71.361206"
+ x2="192.88298"
+ y2="85.438248" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient2103"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.874867,0.533371)"
+ x1="228.04651"
+ y1="764.17627"
+ x2="198.98575"
+ y2="730.65948" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient2105"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.874867,0.533371)"
+ x1="38.539066"
+ y1="760.42139"
+ x2="68.762253"
+ y2="749.69598" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient2107"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.935632,1.068796)"
+ x1="131.6418"
+ y1="57.598587"
+ x2="225.79659"
+ y2="165.83847" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient2109"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.939149,1.064794)"
+ x1="440.59283"
+ y1="42.12167"
+ x2="250.6624"
+ y2="114.55282" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient2111"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.935956,1.068427)"
+ x1="425.22043"
+ y1="376.14044"
+ x2="291.93912"
+ y2="210.23166" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient2113"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.934317,1.070301)"
+ x1="135.99692"
+ y1="281.88895"
+ x2="248.47047"
+ y2="296.39566" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient2115"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.09125,0.91638)"
+ x1="71.276215"
+ y1="143.22806"
+ x2="214.5213"
+ y2="239.65953" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient2117"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.087088,0.919889)"
+ x1="275.12863"
+ y1="109.79964"
+ x2="395.47256"
+ y2="150.93991" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26492"
+ id="linearGradient2119"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.085649,0.921108)"
+ x1="252.49219"
+ y1="360.83649"
+ x2="390.4827"
+ y2="323.51849" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16566"
+ id="linearGradient2121"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.083997,0.922512)"
+ x1="57.693123"
+ y1="371.57895"
+ x2="198.3663"
+ y2="283.28192" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient34148"
+ id="radialGradient2123"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.993109,1.006939)"
+ cx="251.85469"
+ cy="231.6115"
+ fx="251.85469"
+ fy="231.6115"
+ r="280.93845" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient858"
+ id="linearGradient1747"
+ gradientTransform="scale(2.300599,0.434669)"
+ x1="301.30472"
+ y1="1618.1479"
+ x2="284.45337"
+ y2="1614.4005"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient858"
+ id="linearGradient1745"
+ gradientTransform="scale(2.389696,0.418463)"
+ x1="290.75946"
+ y1="1302.3853"
+ x2="272.81189"
+ y2="1304.2649"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient844"
+ id="linearGradient1743"
+ gradientTransform="scale(2.300599,0.434669)"
+ x1="301.30344"
+ y1="1593.1451"
+ x2="283.97504"
+ y2="1602.5244"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient844"
+ id="linearGradient1741"
+ gradientTransform="scale(2.389696,0.418463)"
+ x1="290.92078"
+ y1="1315.6632"
+ x2="278.95917"
+ y2="1316.2712"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient848"
+ id="linearGradient1739"
+ gradientTransform="scale(0.215292,4.644854)"
+ x1="3315.377"
+ y1="133.42101"
+ x2="3293.3757"
+ y2="78.63559"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient829"
+ id="linearGradient1737"
+ x1="3071.5625"
+ y1="134.44368"
+ x2="3137.0984"
+ y2="134.4437"
+ gradientTransform="scale(0.215292,4.644854)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient854"
+ id="linearGradient1735"
+ x1="1533.5693"
+ y1="310.49551"
+ x2="1444.4233"
+ y2="206.48557"
+ gradientTransform="scale(0.455573,2.195036)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient858"
+ id="linearGradient1733"
+ gradientTransform="scale(2.300599,0.434669)"
+ x1="301.30472"
+ y1="1618.1479"
+ x2="284.45337"
+ y2="1614.4005"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient858"
+ id="linearGradient1731"
+ gradientTransform="scale(2.389696,0.418463)"
+ x1="290.75946"
+ y1="1302.3853"
+ x2="272.81189"
+ y2="1304.2649"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient844"
+ id="linearGradient1729"
+ gradientTransform="scale(2.300599,0.434669)"
+ x1="301.30344"
+ y1="1593.1451"
+ x2="283.97504"
+ y2="1602.5244"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient844"
+ id="linearGradient1727"
+ gradientTransform="scale(2.389696,0.418463)"
+ x1="290.92078"
+ y1="1315.6632"
+ x2="278.95917"
+ y2="1316.2712"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient848"
+ id="linearGradient1725"
+ gradientTransform="scale(0.215292,4.644854)"
+ x1="3315.377"
+ y1="133.42101"
+ x2="3293.3757"
+ y2="78.63559"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient829"
+ id="linearGradient1723"
+ x1="3071.5625"
+ y1="134.44368"
+ x2="3137.0984"
+ y2="134.4437"
+ gradientTransform="scale(0.215292,4.644854)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient854"
+ id="linearGradient1721"
+ x1="1533.5693"
+ y1="310.49551"
+ x2="1444.4233"
+ y2="206.48557"
+ gradientTransform="scale(0.455573,2.195036)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ xlink:href="#linearGradient858"
+ id="linearGradient863"
+ x1="0.89933848"
+ y1="1.4543235"
+ x2="-0.3260918"
+ y2="1.1818019"
+ gradientTransform="matrix(0.999997,0,0,1.000003,-1.505309e-6,-1.061149e-6)" />
+ <linearGradient
+ xlink:href="#linearGradient858"
+ id="linearGradient861"
+ x1="0.95134062"
+ y1="-0.59435552"
+ x2="-0.40435284"
+ y2="-0.45237499"
+ gradientTransform="matrix(0.999997,0,0,1.000003,-1.505309e-6,3.569232e-6)" />
+ <linearGradient
+ xlink:href="#linearGradient844"
+ id="linearGradient847"
+ x1="0.89924514"
+ y1="-0.36388198"
+ x2="-0.36087444"
+ y2="0.3181681"
+ gradientTransform="matrix(0.999997,0,0,1.000003,-1.505309e-6,-1.061149e-6)" />
+ <linearGradient
+ xlink:href="#linearGradient844"
+ id="linearGradient840"
+ x1="0.96352595"
+ y1="0.4086037"
+ x2="0.059991255"
+ y2="0.4545348"
+ gradientTransform="translate(-1.505309e-6,-3.622718e-6)" />
+ <linearGradient
+ xlink:href="#linearGradient854"
+ id="linearGradient836"
+ x1="1.0713557"
+ y1="0.87500894"
+ x2="-0.2142881"
+ y2="-0.62499988" />
+ <linearGradient
+ xlink:href="#linearGradient848"
+ id="linearGradient832"
+ x1="3.5047762"
+ y1="0.46879041"
+ x2="2.8333552"
+ y2="-1.2031249"
+ gradientTransform="translate(5.377853e-6,1.151001e-7)" />
+ <linearGradient
+ xlink:href="#linearGradient829"
+ id="linearGradient828"
+ x1="-0.49999106"
+ y1="0.49999946"
+ x2="1.5000064"
+ y2="0.49999994" />
+ <linearGradient
+ xlink:href="#linearGradient702"
+ id="linearGradient698"
+ x1="181.41313"
+ y1="316.35138"
+ x2="171.28488"
+ y2="308.28687"
+ gradientTransform="scale(1.022092,0.978386)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ xlink:href="#linearGradient675"
+ id="radialGradient681"
+ cx="0.53571492"
+ cy="0.46875045"
+ r="0.57164133"
+ fx="0.53571492"
+ fy="0.46875045" />
+ <radialGradient
+ xlink:href="#linearGradient675"
+ id="radialGradient674"
+ cx="0.49382621"
+ cy="0.49999905"
+ r="0.32380703"
+ fx="0.49382621"
+ fy="0.49999905" />
+ <linearGradient
+ xlink:href="#linearGradient665"
+ id="linearGradient673"
+ x1="210.37646"
+ y1="453.92554"
+ x2="295.86313"
+ y2="518.32837"
+ gradientTransform="scale(1.075801,0.92954)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ xlink:href="#linearGradient661"
+ id="linearGradient670"
+ x1="236.36414"
+ y1="479.64343"
+ x2="285.80832"
+ y2="509.82785"
+ gradientTransform="scale(1.09261,0.915239)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ xlink:href="#linearGradient665"
+ id="linearGradient664"
+ x1="219.12265"
+ y1="431.61243"
+ x2="159.74905"
+ y2="379.1181"
+ gradientTransform="scale(1.041813,0.959866)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ xlink:href="#linearGradient702"
+ id="linearGradient654"
+ x1="172.2227"
+ y1="324.94113"
+ x2="136.54559"
+ y2="294.76926"
+ gradientTransform="scale(1.059438,0.943897)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ xlink:href="#linearGradient650"
+ id="radialGradient649"
+ cx="0.51537794"
+ cy="0.48436525"
+ r="0.56172943"
+ fx="0.51537794"
+ fy="0.48436525" />
+ <radialGradient
+ xlink:href="#linearGradient655"
+ id="radialGradient625"
+ cx="0.5234375"
+ cy="0.50000006"
+ r="0.72027689"
+ fx="0.5234375"
+ fy="0.50000006"
+ gradientUnits="objectBoundingBox"
+ spreadMethod="pad" />
+ <radialGradient
+ xlink:href="#linearGradient3280"
+ id="radialGradient617"
+ cx="241.86195"
+ cy="491.18887"
+ r="251.05528"
+ fx="241.86195"
+ fy="491.18887"
+ gradientTransform="scale(1.223982,0.817005)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ xlink:href="#linearGradient613"
+ id="radialGradient612"
+ cx="208.23219"
+ cy="370.09052"
+ r="17.511396"
+ fx="208.23219"
+ fy="370.09052"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ xlink:href="#linearGradient661"
+ id="linearGradient611"
+ x1="167.0685"
+ y1="382.67633"
+ x2="190.65559"
+ y2="400.46793"
+ gradientTransform="scale(1.041813,0.959866)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient608">
+ <stop
+ style="stop-color:#000;stop-opacity:1;"
+ offset="0"
+ id="stop609" />
+ <stop
+ style="stop-color:#fff;stop-opacity:1;"
+ offset="1"
+ id="stop610" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient613">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop614" />
+ <stop
+ style="stop-color:#1f1f23;stop-opacity:0;"
+ offset="1"
+ id="stop615" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient618">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop619" />
+ <stop
+ style="stop-color:#363232;stop-opacity:1;"
+ offset="1"
+ id="stop620" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient626">
+ <stop
+ style="stop-color:#232323;stop-opacity:0.6353;"
+ offset="0"
+ id="stop627" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.949;"
+ offset="1"
+ id="stop628" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient844">
- <stop
- style="stop-color:#ffff7d;stop-opacity:0.7804;"
- offset="0"
- id="stop845" />
-
-
-
- <stop
- style="stop-color:#ffb700;stop-opacity:1;"
- offset="1"
- id="stop846" />
-
-
-
+ <linearGradient
+ id="linearGradient644">
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="0"
+ id="stop645" />
+ <stop
+ style="stop-color:#525251;stop-opacity:1;"
+ offset="1"
+ id="stop646" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient848">
- <stop
- style="stop-color:#ffff00;stop-opacity:0;"
- offset="0"
- id="stop849" />
-
-
-
- <stop
- style="stop-color:#ffd21d;stop-opacity:1;"
- offset="1"
- id="stop850" />
-
-
-
+ <linearGradient
+ id="linearGradient650">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop651" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop652" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient851">
- <stop
- style="stop-color:#ffffff;stop-opacity:0.2392;"
- offset="0"
- id="stop852" />
-
-
-
- <stop
- style="stop-color:#ffad00;stop-opacity:0.8431;"
- offset="1"
- id="stop853" />
-
-
-
+ <linearGradient
+ id="linearGradient655">
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="0"
+ id="stop656" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop657" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient854">
- <stop
- style="stop-color:#ffff7d;stop-opacity:0.7804;"
- offset="0"
- id="stop855" />
-
-
-
- <stop
- style="stop-color:#ff9200;stop-opacity:1;"
- offset="1"
- id="stop856" />
-
-
-
+ <linearGradient
+ id="linearGradient661">
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="0"
+ id="stop662" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop663" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient858">
- <stop
- style="stop-color:#ffff00;stop-opacity:0;"
- offset="0"
- id="stop859" />
-
-
-
- <stop
- style="stop-color:#000000;stop-opacity:0.6784;"
- offset="1"
- id="stop860" />
-
-
-
+ <linearGradient
+ id="linearGradient665">
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="0"
+ id="stop666" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop667" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient2512">
- <stop
- style="stop-color:#a3a3a3;stop-opacity:1.0000000;"
- offset="0.0000000"
- id="stop2514" />
-
-
-
- <stop
- style="stop-color:#ececec;stop-opacity:1.0000000;"
- offset="0.50000000"
- id="stop2520" />
-
-
-
- <stop
- style="stop-color:#a3a3a3;stop-opacity:1.0000000;"
- offset="1.0000000"
- id="stop2516" />
-
-
-
+ <linearGradient
+ id="linearGradient675">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.7608;"
+ offset="0"
+ id="stop676" />
+ <stop
+ style="stop-color:#ffffad;stop-opacity:0.4471;"
+ offset="1"
+ id="stop677" />
</linearGradient>
-
-
-
- <linearGradient
- id="linearGradient3280">
- <stop
- style="stop-color:#ffffff;stop-opacity:1.0000000;"
- offset="0.0000000"
- id="stop3282" />
-
-
-
- <stop
- style="stop-color:#5d5656;stop-opacity:1.0000000;"
- offset="1.0000000"
- id="stop3284" />
-
-
-
+ <linearGradient
+ id="linearGradient702">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop703" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop704" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient829">
+ <stop
+ style="stop-color:#620000;stop-opacity:0.8431;"
+ offset="0"
+ id="stop830" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop831" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient833">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="0"
+ id="stop834" />
+ <stop
+ style="stop-color:#ffff00;stop-opacity:1;"
+ offset="1"
+ id="stop835" />
</linearGradient>
-
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2512"
- id="linearGradient6719"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.264328,0.000000,0.000000,0.790934,-691.8060,23.25366)"
- x1="114.63815"
- y1="348.19913"
- x2="369.22589"
- y2="656.33923" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3280"
- id="radialGradient6722"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.223982,0.000000,0.000000,0.817005,-702.7574,-429.1491)"
- cx="241.86195"
- cy="491.18887"
- fx="241.86195"
- fy="491.18887"
- r="251.05528" />
-<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7469"
- id="linearGradient7491"
- x1="452.93359"
- y1="681.01489"
- x2="452.93359"
- y2="343.59793"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.591312,0.000000,0.000000,0.970000,91.82938,9.911985)" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3280"
- id="radialGradient8494"
- cx="201.86694"
- cy="486.43906"
- fx="201.86694"
- fy="486.43906"
- r="157.89726"
- gradientTransform="matrix(0.900664,4.069407e-9,-5.675128e-10,0.320135,114.5175,354.1737)"
- gradientUnits="userSpaceOnUse" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3280"
- id="radialGradient9232"
- cx="708.93524"
- cy="503.97726"
- fx="708.93524"
- fy="503.97726"
- r="121.89799"
- gradientTransform="matrix(1.000000,0.000000,0.000000,0.613232,-208.5166,199.7533)"
- gradientUnits="userSpaceOnUse" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3280"
- id="radialGradient9962"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.000000,0.000000,0.000000,1.303272,328.6780,-150.6233)"
- cx="708.93524"
- cy="503.97726"
- fx="708.93524"
- fy="503.97726"
- r="121.89799" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3280"
- id="radialGradient9966"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.000000,0.000000,0.000000,1.964717,222.1749,-481.0600)"
- cx="708.93524"
- cy="503.97726"
- fx="708.93524"
- fy="503.97726"
- r="121.89799" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3280"
- id="radialGradient13616"
- cx="461.04669"
- cy="501.93884"
- fx="461.04669"
- fy="501.93884"
- r="30.160181"
- gradientTransform="matrix(1.000000,0.000000,0.000000,1.468750,0.000000,-235.2838)"
- gradientUnits="userSpaceOnUse" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3280"
- id="radialGradient14346"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.775837,0.000000,0.000000,1.089000,-707.4618,-37.92523)"
- cx="708.93524"
- cy="503.97726"
- fx="708.93524"
- fy="503.97726"
- r="121.89799" />
-<radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3280"
- id="radialGradient15802"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.596105,0.000000,0.000000,1.592015,-1228.378,-289.2156)"
- cx="708.93524"
- cy="503.97726"
- fx="708.93524"
- fy="503.97726"
- r="121.89799" />
-</defs>
+ <linearGradient
+ id="linearGradient841">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.2392;"
+ offset="0"
+ id="stop842" />
+ <stop
+ style="stop-color:#ffad00;stop-opacity:0.8431;"
+ offset="1"
+ id="stop843" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient844">
+ <stop
+ style="stop-color:#ffff7d;stop-opacity:0.7804;"
+ offset="0"
+ id="stop845" />
+ <stop
+ style="stop-color:#ffb700;stop-opacity:1;"
+ offset="1"
+ id="stop846" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient848">
+ <stop
+ style="stop-color:#ffff00;stop-opacity:0;"
+ offset="0"
+ id="stop849" />
+ <stop
+ style="stop-color:#ffd21d;stop-opacity:1;"
+ offset="1"
+ id="stop850" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient851">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.2392;"
+ offset="0"
+ id="stop852" />
+ <stop
+ style="stop-color:#ffad00;stop-opacity:0.8431;"
+ offset="1"
+ id="stop853" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient854">
+ <stop
+ style="stop-color:#ffff7d;stop-opacity:0.7804;"
+ offset="0"
+ id="stop855" />
+ <stop
+ style="stop-color:#ff9200;stop-opacity:1;"
+ offset="1"
+ id="stop856" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient858">
+ <stop
+ style="stop-color:#ffff00;stop-opacity:0;"
+ offset="0"
+ id="stop859" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.6784;"
+ offset="1"
+ id="stop860" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2512">
+ <stop
+ style="stop-color:#a3a3a3;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2514" />
+ <stop
+ style="stop-color:#ececec;stop-opacity:1.0000000;"
+ offset="0.50000000"
+ id="stop2520" />
+ <stop
+ style="stop-color:#a3a3a3;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop2516" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3280">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop3282" />
+ <stop
+ style="stop-color:#5d5656;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop3284" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2512"
+ id="linearGradient6719"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.264328,0,0,0.790934,-691.806,23.25366)"
+ x1="114.63815"
+ y1="348.19913"
+ x2="369.22589"
+ y2="656.33923" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3280"
+ id="radialGradient6722"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.223982,0,0,0.817005,-702.7574,-429.1491)"
+ cx="241.86195"
+ cy="491.18887"
+ fx="241.86195"
+ fy="491.18887"
+ r="251.05528" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7469"
+ id="linearGradient7491"
+ x1="452.93359"
+ y1="681.01489"
+ x2="452.93359"
+ y2="343.59793"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.591312,0,0,0.97,-56.68107,-244.5474)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3280"
+ id="radialGradient8494"
+ cx="201.86694"
+ cy="486.43906"
+ fx="201.86694"
+ fy="486.43906"
+ r="157.89726"
+ gradientTransform="matrix(0.900664,4.069407e-9,-5.675128e-10,0.320135,-33.99297,99.71433)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3280"
+ id="radialGradient9232"
+ cx="708.93524"
+ cy="503.97726"
+ fx="708.93524"
+ fy="503.97726"
+ r="121.89799"
+ gradientTransform="matrix(1,0,0,0.613232,-357.0271,-54.70607)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3280"
+ id="radialGradient9962"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.303272,328.678,-150.6233)"
+ cx="708.93524"
+ cy="503.97726"
+ fx="708.93524"
+ fy="503.97726"
+ r="121.89799" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3280"
+ id="radialGradient9966"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.964717,222.1749,-481.06)"
+ cx="708.93524"
+ cy="503.97726"
+ fx="708.93524"
+ fy="503.97726"
+ r="121.89799" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3280"
+ id="radialGradient13616"
+ cx="461.04669"
+ cy="501.93884"
+ fx="461.04669"
+ fy="501.93884"
+ r="30.160181"
+ gradientTransform="matrix(1,0,0,1.46875,5.6205e-16,-235.2838)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3280"
+ id="radialGradient14346"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.775837,0,0,1.089,-855.9723,-292.3846)"
+ cx="708.93524"
+ cy="503.97726"
+ fx="708.93524"
+ fy="503.97726"
+ r="121.89799" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3280"
+ id="radialGradient15802"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.596105,0,0,1.592015,-1376.888,-543.675)"
+ cx="708.93524"
+ cy="503.97726"
+ fx="708.93524"
+ fy="503.97726"
+ r="121.89799" />
+ </defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@@ -2107,15 +1802,15 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
- inkscape:zoom="0.35000000"
- inkscape:cx="426.34305"
- inkscape:cy="601.52743"
+ inkscape:zoom="1.5644699"
+ inkscape:cx="250"
+ inkscape:cy="250"
inkscape:document-units="px"
inkscape:current-layer="layer1"
inkscape:window-width="1272"
inkscape:window-height="947"
inkscape:window-x="0"
- inkscape:window-y="0" />
+ inkscape:window-y="30" />
<metadata
id="metadata7">
<rdf:RDF>
@@ -2133,48 +1828,48 @@
id="layer1">
<path
sodipodi:type="arc"
- style="opacity:1.0000000;color:#000000;fill:#5d5656;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:9.6111758;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
+ style="opacity:1;color:#000000;fill:#5d5656;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:9.61117554;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="path9968"
sodipodi:cx="447.69019"
sodipodi:cy="501.93887"
sodipodi:rx="30.160181"
sodipodi:ry="44.297764"
- d="M 477.85037 501.93887 A 30.160181 44.297764 0 1 1 417.53000,501.93887 A 30.160181 44.297764 0 1 1 477.85037 501.93887 z"
- transform="matrix(0.878033,0.000000,0.000000,1.000000,50.83341,0.000000)" />
+ d="M 477.85037 501.93887 A 30.160181 44.297764 0 1 1 417.53,501.93887 A 30.160181 44.297764 0 1 1 477.85037 501.93887 z"
+ transform="matrix(0.878033,0,0,1,-97.67707,-254.4594)" />
<path
- transform="matrix(0.846783,0.000000,0.000000,0.964409,63.88122,17.86446)"
- d="M 477.85037 501.93887 A 30.160181 44.297764 0 1 1 417.53000,501.93887 A 30.160181 44.297764 0 1 1 477.85037 501.93887 z"
+ transform="matrix(0.846783,0,0,0.964409,-84.62927,-236.5949)"
+ d="M 477.85037 501.93887 A 30.160181 44.297764 0 1 1 417.53,501.93887 A 30.160181 44.297764 0 1 1 477.85037 501.93887 z"
sodipodi:ry="44.297764"
sodipodi:rx="30.160181"
sodipodi:cy="501.93887"
sodipodi:cx="447.69019"
id="path12156"
- style="opacity:1.0000000;color:#000000;fill:url(#radialGradient13616);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:9.6111755;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
+ style="opacity:1;color:#000000;fill:url(#radialGradient13616);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9.61117554;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
sodipodi:type="arc" />
<path
- style="color:#000000;fill:url(#radialGradient8494);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:5.4185519;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
- d="M 255.21975,447.24002 L 291.30675,447.27356 L 440.74399,298.35767 C 450.18984,436.59183 452.55130,571.05597 440.74399,701.75009 L 291.30675,569.79930 L 255.21975,569.80322 L 255.21975,447.24002 z "
+ style="color:#000000;fill:url(#radialGradient8494);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:5.41855192;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 106.70928,192.78065 L 142.79628,192.81419 L 292.23352,43.898306 C 301.67937,182.13246 304.04083,316.5966 292.23352,447.29072 L 142.79628,315.33993 L 106.70928,315.34385 L 106.70928,192.78065 z "
id="rect4926"
sodipodi:nodetypes="ccccccc" />
<path
- style="opacity:0.77205884;color:#000000;fill:url(#linearGradient7491);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:6.8464365;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
- d="M 292.37765,449.25278 L 438.16146,304.80435 C 447.07850,438.89150 450.25026,568.37923 439.10396,695.15254 L 292.37765,568.10277 L 292.37765,449.25278 z "
+ style="opacity:0.77205882;color:#000000;fill:url(#linearGradient7491);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.8464365;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 143.86718,194.79341 L 289.65099,50.344986 C 298.56803,184.43213 301.73979,313.91986 290.59349,440.69317 L 143.86718,313.6434 L 143.86718,194.79341 z "
id="path7451"
sodipodi:nodetypes="ccccc" />
<path
sodipodi:nodetypes="ccccc"
id="path8496"
- d="M 482.31222,434.68750 L 491.54090,426.23864 C 515.59365,477.47044 515.48054,539.41849 493.42591,585.97082 L 484.44124,577.87086 C 501.72357,530.40934 504.23693,485.90691 482.31222,434.68750 z "
- style="opacity:1.0000000;color:#000000;fill:url(#radialGradient9232);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:5.4840002;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
+ d="M 333.80175,180.22813 L 343.03043,171.77927 C 367.08318,223.01107 366.97007,284.95912 344.91544,331.51145 L 335.93077,323.41149 C 353.2131,275.94997 355.72646,231.44754 333.80175,180.22813 z "
+ style="opacity:1;color:#000000;fill:url(#radialGradient9232);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:5.48400021;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
- style="opacity:1.0000000;color:#000000;fill:url(#radialGradient14346);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:5.8480000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
- d="M 519.33734,379.27940 L 530.07094,369.93063 C 572.78469,460.90994 572.58383,559.60950 533.41841,642.27883 L 523.11813,633.54965 C 553.80873,549.26575 558.27204,470.23670 519.33734,379.27940 z "
+ style="opacity:1;color:#000000;fill:url(#radialGradient14346);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:5.84800005;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ d="M 370.82687,124.82003 L 381.56047,115.47126 C 424.27422,206.45057 424.07336,305.15013 384.90794,387.81946 L 374.60766,379.09028 C 405.29826,294.80638 409.76157,215.77733 370.82687,124.82003 z "
id="path14344"
sodipodi:nodetypes="ccccc" />
<path
sodipodi:nodetypes="ccccc"
id="path15800"
- d="M 565.08636,320.69810 L 575.12284,310.80110 C 637.56630,443.80424 635.38764,578.66861 578.13150,699.52335 L 570.61352,692.41715 C 615.48027,569.20206 622.00521,453.66906 565.08636,320.69810 z "
- style="opacity:1.0000000;color:#000000;fill:url(#radialGradient15802);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:5.4840002;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible" />
+ d="M 416.57589,66.238736 L 426.61237,56.341736 C 489.05583,189.34487 486.87717,324.20924 429.62103,445.06398 L 422.10305,437.95778 C 466.9698,314.74269 473.49474,199.20969 416.57589,66.238736 z "
+ style="opacity:1;color:#000000;fill:url(#radialGradient15802);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:5.48400021;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
</g>
</svg>