mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-19 04:52:12 +01:00
OP-1543 New skyView, add digital font
This commit is contained in:
parent
0061a97000
commit
fce211204a
BIN
ground/openpilotgcs/src/plugins/gpsdisplay/font/digital-7.ttf
Normal file
BIN
ground/openpilotgcs/src/plugins/gpsdisplay/font/digital-7.ttf
Normal file
Binary file not shown.
73
ground/openpilotgcs/src/plugins/gpsdisplay/font/readme.txt
Normal file
73
ground/openpilotgcs/src/plugins/gpsdisplay/font/readme.txt
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
True Type Fonts: DIGITAL-7 version 1.02
|
||||||
|
|
||||||
|
|
||||||
|
EULA
|
||||||
|
-==-
|
||||||
|
The fonts Digital-7 is freeware for home using.
|
||||||
|
|
||||||
|
|
||||||
|
DESCRIPTION
|
||||||
|
-=========-
|
||||||
|
|
||||||
|
This font created specially for program Calculator-7 (download shareware version: http://www.styleseven.com/ and use 7 days fo free).
|
||||||
|
|
||||||
|
The program Calculator-7 offers you the following possibilities:
|
||||||
|
* calculate using seven operator: addition, subtraction, multiply, divide, percent, square root, 1 divide to X;
|
||||||
|
* set decimal position (0, 2, 3, float) and round type (up, mathematical, down);
|
||||||
|
* customize an appearance of work window: scale, fonts for digital panel and buttons, background color;
|
||||||
|
* customize an appearance of number in digital panel: leading zero for decimal, thousand separator, decimal separator, digit grouping;
|
||||||
|
* calculate total from clipboard (copy data to clipboard from table or text and press one button).
|
||||||
|
|
||||||
|
|
||||||
|
Files in digital-7_font.zip:
|
||||||
|
readme.txt this file;
|
||||||
|
digital-7.ttf digital-7 regular font;
|
||||||
|
digital-7 (italic).ttf digital-7 italic font;
|
||||||
|
digital-7 (mono).ttf digital-7 mono font;
|
||||||
|
digital-7 (mono italic).ttf digital-7 mono font.
|
||||||
|
|
||||||
|
Please visit http://www.styleseven.com/ for download our other products as freeware as shareware.
|
||||||
|
We will welcome any useful suggestions and comments; please send them to ms-7@styleseven.com
|
||||||
|
|
||||||
|
|
||||||
|
FREEWARE USE (NOTES)
|
||||||
|
-=================-
|
||||||
|
Also you may:
|
||||||
|
* Use the font in freeware software (credit needed);
|
||||||
|
* Use the font for your education process.
|
||||||
|
|
||||||
|
|
||||||
|
COMMERCIAL OR BUSINESS USE
|
||||||
|
-========================-
|
||||||
|
|
||||||
|
You can buy font for commercial use here ($24.95): http://store.esellerate.net/s.aspx?s=STR0331655240
|
||||||
|
You may:
|
||||||
|
* Include the font to your installation;
|
||||||
|
* Use one license up to 100 computers in your office.
|
||||||
|
Please contact us for any questions.
|
||||||
|
|
||||||
|
|
||||||
|
WHAT IS NEW?
|
||||||
|
-==========-
|
||||||
|
|
||||||
|
Version 1.01 April 05 2009
|
||||||
|
--------------------------
|
||||||
|
* Change Typeface name for fonts "Digital-7 (mono)" and "Digital-7 (italic)" (now available all fonts for select in application, for example Word Pad).
|
||||||
|
* Corrected symbol ':'.
|
||||||
|
|
||||||
|
Version 1.01 April 07 2011
|
||||||
|
--------------------------
|
||||||
|
* Embedding is allowed.
|
||||||
|
|
||||||
|
Version 1.1 June 07 2013
|
||||||
|
--------------------------
|
||||||
|
* Mono Italic font is added.
|
||||||
|
|
||||||
|
|
||||||
|
AUTHOR
|
||||||
|
-====-
|
||||||
|
|
||||||
|
Sizenko Alexander
|
||||||
|
Style-7
|
||||||
|
http://www.styleseven.com
|
||||||
|
Created: October 7 2008
|
@ -62,6 +62,8 @@ GpsConstellationWidget::GpsConstellationWidget(QWidget *parent) : QGraphicsView(
|
|||||||
scene->setSceneRect(world->boundingRect());
|
scene->setSceneRect(world->boundingRect());
|
||||||
setScene(scene);
|
setScene(scene);
|
||||||
|
|
||||||
|
QFontDatabase::addApplicationFont(":/gpsgadget/font/digital-7_mono.ttf");
|
||||||
|
|
||||||
// Now create 'maxSatellites' satellite icons which we will move around on the map:
|
// Now create 'maxSatellites' satellite icons which we will move around on the map:
|
||||||
for (int i = 0; i < MAX_SATTELITES; i++) {
|
for (int i = 0; i < MAX_SATTELITES; i++) {
|
||||||
satellites[i][0] = 0;
|
satellites[i][0] = 0;
|
||||||
@ -76,7 +78,7 @@ GpsConstellationWidget::GpsConstellationWidget(QWidget *parent) : QGraphicsView(
|
|||||||
|
|
||||||
satTexts[i] = new QGraphicsSimpleTextItem("##", satIcons[i]);
|
satTexts[i] = new QGraphicsSimpleTextItem("##", satIcons[i]);
|
||||||
satTexts[i]->setBrush(QColor("Black"));
|
satTexts[i]->setBrush(QColor("Black"));
|
||||||
satTexts[i]->setFont(QFont("Mono"));
|
satTexts[i]->setFont(QFont("Digital-7"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -151,8 +153,10 @@ void GpsConstellationWidget::updateSat(int index, int prn, int elevation, int az
|
|||||||
satTexts[index]->setText(prnString);
|
satTexts[index]->setText(prnString);
|
||||||
QRectF textRect = satTexts[index]->boundingRect();
|
QRectF textRect = satTexts[index]->boundingRect();
|
||||||
|
|
||||||
|
// Fixed scale, looks better for numbers 01,11,126...
|
||||||
|
qreal scale = 1.40;
|
||||||
|
|
||||||
QTransform matrix;
|
QTransform matrix;
|
||||||
qreal scale = 0.70 * (iconRect.width() / textRect.width());
|
|
||||||
matrix.translate(iconRect.width() / 2, iconRect.height() / 2);
|
matrix.translate(iconRect.width() / 2, iconRect.height() / 2);
|
||||||
matrix.scale(scale, scale);
|
matrix.scale(scale, scale);
|
||||||
matrix.translate(-textRect.width() / 2, -textRect.height() / 2);
|
matrix.translate(-textRect.width() / 2, -textRect.height() / 2);
|
||||||
@ -174,7 +178,7 @@ QPointF GpsConstellationWidget::polarToCoord(int elevation, int azimuth)
|
|||||||
double rad_azimuth;
|
double rad_azimuth;
|
||||||
|
|
||||||
// Vector modulus scaled to circle and angle (azimut)
|
// Vector modulus scaled to circle and angle (azimut)
|
||||||
vect_elevation = 0.93 - (elevation / 90.00f) * 0.93;
|
vect_elevation = 0.79 - (elevation / 90.00f) * 0.79;
|
||||||
rad_azimuth = M_PI * azimuth / 180;
|
rad_azimuth = M_PI * azimuth / 180;
|
||||||
|
|
||||||
// Cartesian coordinates
|
// Cartesian coordinates
|
||||||
|
@ -590,12 +590,82 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="GpsSnrWidget" name="gpsSnrWidget">
|
<widget class="GpsSnrWidget" name="gpsSnrWidget">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>100</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="maximumSize">
|
<property name="maximumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>400</width>
|
<width>400</width>
|
||||||
<height>95</height>
|
<height>95</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="palette">
|
||||||
|
<palette>
|
||||||
|
<active>
|
||||||
|
<colorrole role="Base">
|
||||||
|
<brush brushstyle="SolidPattern">
|
||||||
|
<color alpha="255">
|
||||||
|
<red>236</red>
|
||||||
|
<green>236</green>
|
||||||
|
<blue>236</blue>
|
||||||
|
</color>
|
||||||
|
</brush>
|
||||||
|
</colorrole>
|
||||||
|
<colorrole role="Window">
|
||||||
|
<brush brushstyle="SolidPattern">
|
||||||
|
<color alpha="255">
|
||||||
|
<red>237</red>
|
||||||
|
<green>237</green>
|
||||||
|
<blue>237</blue>
|
||||||
|
</color>
|
||||||
|
</brush>
|
||||||
|
</colorrole>
|
||||||
|
</active>
|
||||||
|
<inactive>
|
||||||
|
<colorrole role="Base">
|
||||||
|
<brush brushstyle="SolidPattern">
|
||||||
|
<color alpha="255">
|
||||||
|
<red>236</red>
|
||||||
|
<green>236</green>
|
||||||
|
<blue>236</blue>
|
||||||
|
</color>
|
||||||
|
</brush>
|
||||||
|
</colorrole>
|
||||||
|
<colorrole role="Window">
|
||||||
|
<brush brushstyle="SolidPattern">
|
||||||
|
<color alpha="255">
|
||||||
|
<red>237</red>
|
||||||
|
<green>237</green>
|
||||||
|
<blue>237</blue>
|
||||||
|
</color>
|
||||||
|
</brush>
|
||||||
|
</colorrole>
|
||||||
|
</inactive>
|
||||||
|
<disabled>
|
||||||
|
<colorrole role="Base">
|
||||||
|
<brush brushstyle="SolidPattern">
|
||||||
|
<color alpha="255">
|
||||||
|
<red>236</red>
|
||||||
|
<green>236</green>
|
||||||
|
<blue>236</blue>
|
||||||
|
</color>
|
||||||
|
</brush>
|
||||||
|
</colorrole>
|
||||||
|
<colorrole role="Window">
|
||||||
|
<brush brushstyle="SolidPattern">
|
||||||
|
<color alpha="255">
|
||||||
|
<red>236</red>
|
||||||
|
<green>236</green>
|
||||||
|
<blue>236</blue>
|
||||||
|
</color>
|
||||||
|
</brush>
|
||||||
|
</colorrole>
|
||||||
|
</disabled>
|
||||||
|
</palette>
|
||||||
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||||
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||||
@ -704,6 +774,9 @@ p, li { white-space: pre-wrap; }
|
|||||||
<height>50</height>
|
<height>50</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="lineWidth">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
<property name="verticalScrollBarPolicy">
|
<property name="verticalScrollBarPolicy">
|
||||||
<enum>Qt::ScrollBarAlwaysOn</enum>
|
<enum>Qt::ScrollBarAlwaysOn</enum>
|
||||||
</property>
|
</property>
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
width="492.01529"
|
width="691.54303"
|
||||||
height="495.57877"
|
height="691.54303"
|
||||||
id="svg2"
|
id="svg2"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
inkscape:version="0.48.5 r10040"
|
inkscape:version="0.48.5 r10040"
|
||||||
@ -19,16 +19,27 @@
|
|||||||
<defs
|
<defs
|
||||||
id="defs4">
|
id="defs4">
|
||||||
<linearGradient
|
<linearGradient
|
||||||
id="linearGradient3902"
|
inkscape:collect="always"
|
||||||
inkscape:collect="always">
|
id="linearGradient4431">
|
||||||
<stop
|
<stop
|
||||||
id="stop3904"
|
style="stop-color:#7e7876;stop-opacity:1;"
|
||||||
offset="0"
|
offset="0"
|
||||||
style="stop-color:#f1f4fc;stop-opacity:0.92084942" />
|
id="stop4433" />
|
||||||
<stop
|
<stop
|
||||||
id="stop3906"
|
style="stop-color:#7e7876;stop-opacity:0;"
|
||||||
offset="1"
|
offset="1"
|
||||||
style="stop-color:#f1f4fc;stop-opacity:0;" />
|
id="stop4435" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient4004">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#5aa3f7;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop4006" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#092bbc;stop-opacity:0;"
|
||||||
|
offset="1"
|
||||||
|
id="stop4008" />
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
<linearGradient
|
<linearGradient
|
||||||
id="linearGradient3943">
|
id="linearGradient3943">
|
||||||
@ -161,108 +172,6 @@
|
|||||||
inkscape:vp_y="0 : 1000 : 0"
|
inkscape:vp_y="0 : 1000 : 0"
|
||||||
inkscape:vp_x="0 : 0.5 : 1"
|
inkscape:vp_x="0 : 0.5 : 1"
|
||||||
sodipodi:type="inkscape:persp3d" />
|
sodipodi:type="inkscape:persp3d" />
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3899"
|
|
||||||
id="linearGradient3820"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
x1="337.63348"
|
|
||||||
y1="371.99725"
|
|
||||||
x2="729.8302"
|
|
||||||
y2="676.58545" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3815"
|
|
||||||
id="linearGradient3823"
|
|
||||||
x1="482.57312"
|
|
||||||
y1="500.55402"
|
|
||||||
x2="194.33984"
|
|
||||||
y2="219.71851"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3825"
|
|
||||||
id="linearGradient3831"
|
|
||||||
x1="540.86261"
|
|
||||||
y1="555.99707"
|
|
||||||
x2="243.24741"
|
|
||||||
y2="265.59933"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3815"
|
|
||||||
id="radialGradient3843"
|
|
||||||
cx="559.92383"
|
|
||||||
cy="182.67093"
|
|
||||||
fx="559.92383"
|
|
||||||
fy="182.67093"
|
|
||||||
r="21.496641"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.11243486,0.51064271,-0.68854473,-0.15160586,748.65596,-75.556107)" />
|
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3845"
|
|
||||||
id="linearGradient3859"
|
|
||||||
x1="572.75409"
|
|
||||||
y1="197.75398"
|
|
||||||
x2="599.88422"
|
|
||||||
y2="231.04071"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3825"
|
|
||||||
id="radialGradient3873"
|
|
||||||
cx="528.15979"
|
|
||||||
cy="189.95265"
|
|
||||||
fx="528.15979"
|
|
||||||
fy="189.95265"
|
|
||||||
r="2.2728431"
|
|
||||||
gradientTransform="matrix(-0.88493342,-0.46571756,0.45766876,-0.86963948,926.20406,586.09717)"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3825"
|
|
||||||
id="radialGradient3877"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.88493342,-0.46571756,0.45766876,-0.86963948,973.07286,586.09717)"
|
|
||||||
cx="528.15979"
|
|
||||||
cy="189.95265"
|
|
||||||
fx="528.15979"
|
|
||||||
fy="189.95265"
|
|
||||||
r="2.2728431" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3815"
|
|
||||||
id="radialGradient3907"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.11243486,0.51064271,-0.68854473,-0.15160586,748.65596,-75.556107)"
|
|
||||||
cx="559.92383"
|
|
||||||
cy="182.67093"
|
|
||||||
fx="559.92383"
|
|
||||||
fy="182.67093"
|
|
||||||
r="21.496641" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3825"
|
|
||||||
id="radialGradient3909"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.88493342,-0.46571756,0.45766876,-0.86963948,926.20406,586.09717)"
|
|
||||||
cx="528.15979"
|
|
||||||
cy="189.95265"
|
|
||||||
fx="528.15979"
|
|
||||||
fy="189.95265"
|
|
||||||
r="2.2728431" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3825"
|
|
||||||
id="radialGradient3911"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.88493342,-0.46571756,0.45766876,-0.86963948,973.07286,586.09717)"
|
|
||||||
cx="528.15979"
|
|
||||||
cy="189.95265"
|
|
||||||
fx="528.15979"
|
|
||||||
fy="189.95265"
|
|
||||||
r="2.2728431" />
|
|
||||||
<linearGradient
|
<linearGradient
|
||||||
inkscape:collect="always"
|
inkscape:collect="always"
|
||||||
xlink:href="#linearGradient3853"
|
xlink:href="#linearGradient3853"
|
||||||
@ -314,154 +223,6 @@
|
|||||||
fx="528.15979"
|
fx="528.15979"
|
||||||
fy="189.95265"
|
fy="189.95265"
|
||||||
r="2.2728431" />
|
r="2.2728431" />
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3815"
|
|
||||||
id="radialGradient3937"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.11243486,0.51064271,-0.68854473,-0.15160586,748.65596,-75.556107)"
|
|
||||||
cx="559.92383"
|
|
||||||
cy="182.67093"
|
|
||||||
fx="559.92383"
|
|
||||||
fy="182.67093"
|
|
||||||
r="21.496641" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3825"
|
|
||||||
id="radialGradient3939"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.88493342,-0.46571756,0.45766876,-0.86963948,926.20406,586.09717)"
|
|
||||||
cx="528.15979"
|
|
||||||
cy="189.95265"
|
|
||||||
fx="528.15979"
|
|
||||||
fy="189.95265"
|
|
||||||
r="2.2728431" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3825"
|
|
||||||
id="radialGradient3941"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.88493342,-0.46571756,0.45766876,-0.86963948,973.07286,586.09717)"
|
|
||||||
cx="528.15979"
|
|
||||||
cy="189.95265"
|
|
||||||
fx="528.15979"
|
|
||||||
fy="189.95265"
|
|
||||||
r="2.2728431" />
|
|
||||||
<filter
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="filter3985">
|
|
||||||
<feGaussianBlur
|
|
||||||
inkscape:collect="always"
|
|
||||||
stdDeviation="0.8285714"
|
|
||||||
id="feGaussianBlur3987" />
|
|
||||||
</filter>
|
|
||||||
<filter
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="filter3997">
|
|
||||||
<feGaussianBlur
|
|
||||||
inkscape:collect="always"
|
|
||||||
stdDeviation="0.62142855"
|
|
||||||
id="feGaussianBlur3999" />
|
|
||||||
</filter>
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3815"
|
|
||||||
id="radialGradient4015"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.11243486,0.51064271,-0.68854473,-0.15160586,748.65596,-75.556107)"
|
|
||||||
cx="559.92383"
|
|
||||||
cy="182.67093"
|
|
||||||
fx="559.92383"
|
|
||||||
fy="182.67093"
|
|
||||||
r="21.496641" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3825"
|
|
||||||
id="radialGradient4017"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.88493342,-0.46571756,0.45766876,-0.86963948,926.20406,586.09717)"
|
|
||||||
cx="528.15979"
|
|
||||||
cy="189.95265"
|
|
||||||
fx="528.15979"
|
|
||||||
fy="189.95265"
|
|
||||||
r="2.2728431" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3825"
|
|
||||||
id="radialGradient4019"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.88493342,-0.46571756,0.45766876,-0.86963948,973.07286,586.09717)"
|
|
||||||
cx="528.15979"
|
|
||||||
cy="189.95265"
|
|
||||||
fx="528.15979"
|
|
||||||
fy="189.95265"
|
|
||||||
r="2.2728431" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3815"
|
|
||||||
id="radialGradient4035"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.11243486,0.51064271,-0.68854473,-0.15160586,748.65596,-75.556107)"
|
|
||||||
cx="559.92383"
|
|
||||||
cy="182.67093"
|
|
||||||
fx="559.92383"
|
|
||||||
fy="182.67093"
|
|
||||||
r="21.496641" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3825"
|
|
||||||
id="radialGradient4037"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.88493342,-0.46571756,0.45766876,-0.86963948,926.20406,586.09717)"
|
|
||||||
cx="528.15979"
|
|
||||||
cy="189.95265"
|
|
||||||
fx="528.15979"
|
|
||||||
fy="189.95265"
|
|
||||||
r="2.2728431" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3825"
|
|
||||||
id="radialGradient4039"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.88493342,-0.46571756,0.45766876,-0.86963948,973.07286,586.09717)"
|
|
||||||
cx="528.15979"
|
|
||||||
cy="189.95265"
|
|
||||||
fx="528.15979"
|
|
||||||
fy="189.95265"
|
|
||||||
r="2.2728431" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3815"
|
|
||||||
id="radialGradient4055"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.11243486,0.51064271,-0.68854473,-0.15160586,748.65596,-75.556107)"
|
|
||||||
cx="559.92383"
|
|
||||||
cy="182.67093"
|
|
||||||
fx="559.92383"
|
|
||||||
fy="182.67093"
|
|
||||||
r="21.496641" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3825"
|
|
||||||
id="radialGradient4057"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.88493342,-0.46571756,0.45766876,-0.86963948,926.20406,586.09717)"
|
|
||||||
cx="528.15979"
|
|
||||||
cy="189.95265"
|
|
||||||
fx="528.15979"
|
|
||||||
fy="189.95265"
|
|
||||||
r="2.2728431" />
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient3825"
|
|
||||||
id="radialGradient4059"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.88493342,-0.46571756,0.45766876,-0.86963948,973.07286,586.09717)"
|
|
||||||
cx="528.15979"
|
|
||||||
cy="189.95265"
|
|
||||||
fx="528.15979"
|
|
||||||
fy="189.95265"
|
|
||||||
r="2.2728431" />
|
|
||||||
<linearGradient
|
<linearGradient
|
||||||
inkscape:collect="always"
|
inkscape:collect="always"
|
||||||
xlink:href="#linearGradient3899"
|
xlink:href="#linearGradient3899"
|
||||||
@ -471,33 +232,681 @@
|
|||||||
y1="371.99725"
|
y1="371.99725"
|
||||||
x2="729.8302"
|
x2="729.8302"
|
||||||
y2="676.58545" />
|
y2="676.58545" />
|
||||||
<filter
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="filter4256">
|
|
||||||
<feGaussianBlur
|
|
||||||
inkscape:collect="always"
|
|
||||||
stdDeviation="4.5456863"
|
|
||||||
id="feGaussianBlur4258" />
|
|
||||||
</filter>
|
|
||||||
<radialGradient
|
<radialGradient
|
||||||
inkscape:collect="always"
|
inkscape:collect="always"
|
||||||
xlink:href="#linearGradient3902"
|
xlink:href="#linearGradient3903-3"
|
||||||
id="radialGradient3900"
|
id="radialGradient3928-0"
|
||||||
cx="219.28656"
|
|
||||||
cy="264.63971"
|
|
||||||
fx="219.28656"
|
|
||||||
fy="264.63971"
|
|
||||||
r="229.28432"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
gradientUnits="userSpaceOnUse"
|
||||||
gradientTransform="matrix(0.36621472,0.44959574,-0.69284855,0.5643542,330.33614,1.9177412)" />
|
gradientTransform="translate(4.9058353,-3.3906445)"
|
||||||
|
cx="369.21075"
|
||||||
|
cy="404.8544"
|
||||||
|
fx="369.21075"
|
||||||
|
fy="404.8544"
|
||||||
|
r="225.88098" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient3903-3">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#f1f4fc;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3907-5" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#f1f4fc;stop-opacity:0;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3909-1" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3825-4"
|
||||||
|
id="linearGradient3930-6"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="540.86261"
|
||||||
|
y1="555.99707"
|
||||||
|
x2="243.24741"
|
||||||
|
y2="265.59933" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient3825-4">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#f1f4fc;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3827-3" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#f1f4fc;stop-opacity:0;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3829-6" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3815-0"
|
||||||
|
id="linearGradient3932-0"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="482.57312"
|
||||||
|
y1="500.55402"
|
||||||
|
x2="194.33984"
|
||||||
|
y2="219.71851" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient3815-0">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#f1f4fc;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3817-0" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#f1f4fc;stop-opacity:0;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3819-3" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3994-9"
|
||||||
|
id="linearGradient4002-7"
|
||||||
|
x1="372.07852"
|
||||||
|
y1="179.54483"
|
||||||
|
x2="372.07852"
|
||||||
|
y2="477.14145"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="translate(0,2)" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient3994-9">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#b6e1ff;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3996-6" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#b6e1ff;stop-opacity:0;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3998-9" />
|
||||||
|
</linearGradient>
|
||||||
|
<filter
|
||||||
|
color-interpolation-filters="sRGB"
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="filter3986-6">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="1.7409326"
|
||||||
|
id="feGaussianBlur3988-7" />
|
||||||
|
</filter>
|
||||||
|
<linearGradient
|
||||||
|
y2="477.14145"
|
||||||
|
x2="372.07852"
|
||||||
|
y1="179.54483"
|
||||||
|
x1="372.07852"
|
||||||
|
gradientTransform="translate(2.0114137e-7,2.0000041)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="linearGradient4225"
|
||||||
|
xlink:href="#linearGradient3994-9"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient4012-6"
|
||||||
|
id="radialGradient4018-6"
|
||||||
|
cx="370.72598"
|
||||||
|
cy="404.8544"
|
||||||
|
fx="370.72598"
|
||||||
|
fy="404.8544"
|
||||||
|
r="234.10378"
|
||||||
|
gradientTransform="matrix(1.9765214,-0.10515871,0.0140824,3.6322468,-367.72317,-1026.6916)"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient4012-6">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#90b7fe;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop4014-5" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#90b7fe;stop-opacity:0;"
|
||||||
|
offset="1"
|
||||||
|
id="stop4016-6" />
|
||||||
|
</linearGradient>
|
||||||
|
<filter
|
||||||
|
color-interpolation-filters="sRGB"
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="filter3981-9">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="2.7777025"
|
||||||
|
id="feGaussianBlur3983-0" />
|
||||||
|
</filter>
|
||||||
|
<radialGradient
|
||||||
|
r="234.10378"
|
||||||
|
fy="404.8544"
|
||||||
|
fx="370.72598"
|
||||||
|
cy="404.8544"
|
||||||
|
cx="370.72598"
|
||||||
|
gradientTransform="matrix(1.9765214,-0.10515871,0.0140824,3.6322468,-367.72317,-1026.6916)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="radialGradient4265"
|
||||||
|
xlink:href="#linearGradient4012-6"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient4004-2"
|
||||||
|
id="linearGradient4010-5"
|
||||||
|
x1="372.07852"
|
||||||
|
y1="649.21246"
|
||||||
|
x2="372.07852"
|
||||||
|
y2="355.00293"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient4004-2">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#5aa3f7;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop4006-6" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#092bbc;stop-opacity:0;"
|
||||||
|
offset="1"
|
||||||
|
id="stop4008-0" />
|
||||||
|
</linearGradient>
|
||||||
|
<filter
|
||||||
|
color-interpolation-filters="sRGB"
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="filter3990-2">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="1.7408554"
|
||||||
|
id="feGaussianBlur3992-1" />
|
||||||
|
</filter>
|
||||||
|
<linearGradient
|
||||||
|
y2="355.00293"
|
||||||
|
x2="372.07852"
|
||||||
|
y1="649.21246"
|
||||||
|
x1="372.07852"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="linearGradient4305"
|
||||||
|
xlink:href="#linearGradient4004-2"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3899-2"
|
||||||
|
id="linearGradient3820-2"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="337.63348"
|
||||||
|
y1="371.99725"
|
||||||
|
x2="729.8302"
|
||||||
|
y2="676.58545" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3899-2">
|
||||||
|
<stop
|
||||||
|
id="stop3901-4"
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#9eacdf;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#727272;stop-opacity:1"
|
||||||
|
offset="0.53534538"
|
||||||
|
id="stop3903-9" />
|
||||||
|
<stop
|
||||||
|
id="stop3905-5"
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#9498a5;stop-opacity:0;" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
y2="676.58545"
|
||||||
|
x2="729.8302"
|
||||||
|
y1="371.99725"
|
||||||
|
x1="337.63348"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="linearGradient4352"
|
||||||
|
xlink:href="#linearGradient3899-2"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient4431"
|
||||||
|
id="linearGradient4437"
|
||||||
|
x1="213.6924"
|
||||||
|
y1="244.4021"
|
||||||
|
x2="622.54413"
|
||||||
|
y2="647.70111"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
<filter
|
<filter
|
||||||
inkscape:collect="always"
|
inkscape:collect="always"
|
||||||
id="filter3932">
|
id="filter4439"
|
||||||
|
color-interpolation-filters="sRGB">
|
||||||
<feGaussianBlur
|
<feGaussianBlur
|
||||||
inkscape:collect="always"
|
inkscape:collect="always"
|
||||||
stdDeviation="2.2728432"
|
stdDeviation="2.2728432"
|
||||||
id="feGaussianBlur3934" />
|
id="feGaussianBlur4441" />
|
||||||
</filter>
|
</filter>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3903-3"
|
||||||
|
id="linearGradient4556"
|
||||||
|
x1="92.623444"
|
||||||
|
y1="353.18066"
|
||||||
|
x2="148.63506"
|
||||||
|
y2="481.89807"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3903-3"
|
||||||
|
id="linearGradient4560"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="92.623444"
|
||||||
|
y1="353.18066"
|
||||||
|
x2="148.63506"
|
||||||
|
y2="481.89807"
|
||||||
|
gradientTransform="matrix(-1,0,0,1,744.15704,0)" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3903-3"
|
||||||
|
id="linearGradient4564"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0,1,1,0,-42.29038,42.32162)"
|
||||||
|
x1="61.07505"
|
||||||
|
y1="412.49164"
|
||||||
|
x2="166.30215"
|
||||||
|
y2="412.49161" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3903-3"
|
||||||
|
id="linearGradient4568"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0,-1,1,0,-42.29038,786.47866)"
|
||||||
|
x1="75.719887"
|
||||||
|
y1="411.10696"
|
||||||
|
x2="147.37312"
|
||||||
|
y2="411.22964" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient4431-8"
|
||||||
|
id="linearGradient4437-3"
|
||||||
|
x1="213.6924"
|
||||||
|
y1="244.4021"
|
||||||
|
x2="622.54413"
|
||||||
|
y2="647.70111"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient4431-8">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#7e7876;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop4433-1" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#7e7876;stop-opacity:0;"
|
||||||
|
offset="1"
|
||||||
|
id="stop4435-9" />
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3815-6"
|
||||||
|
id="radialGradient4055-2"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(-0.11243486,0.51064271,-0.68854473,-0.15160586,748.65596,-75.556107)"
|
||||||
|
cx="559.92383"
|
||||||
|
cy="182.67093"
|
||||||
|
fx="559.92383"
|
||||||
|
fy="182.67093"
|
||||||
|
r="21.496641" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="linearGradient3815-6">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#f1f4fc;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3817-4" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#f1f4fc;stop-opacity:0;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3819-6" />
|
||||||
|
</linearGradient>
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="filter3985-6"
|
||||||
|
color-interpolation-filters="sRGB">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.8285714"
|
||||||
|
id="feGaussianBlur3987-7" />
|
||||||
|
</filter>
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3815-6"
|
||||||
|
id="radialGradient4035-7"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(-0.11243486,0.51064271,-0.68854473,-0.15160586,748.65596,-75.556107)"
|
||||||
|
cx="559.92383"
|
||||||
|
cy="182.67093"
|
||||||
|
fx="559.92383"
|
||||||
|
fy="182.67093"
|
||||||
|
r="21.496641" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3815-6"
|
||||||
|
id="radialGradient4015-9"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(-0.11243486,0.51064271,-0.68854473,-0.15160586,748.65596,-75.556107)"
|
||||||
|
cx="559.92383"
|
||||||
|
cy="182.67093"
|
||||||
|
fx="559.92383"
|
||||||
|
fy="182.67093"
|
||||||
|
r="21.496641" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3815-6"
|
||||||
|
id="radialGradient3937-6"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(-0.11243486,0.51064271,-0.68854473,-0.15160586,748.65596,-75.556107)"
|
||||||
|
cx="559.92383"
|
||||||
|
cy="182.67093"
|
||||||
|
fx="559.92383"
|
||||||
|
fy="182.67093"
|
||||||
|
r="21.496641" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3815-6"
|
||||||
|
id="radialGradient3907-5"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(-0.11243486,0.51064271,-0.68854473,-0.15160586,748.65596,-75.556107)"
|
||||||
|
cx="559.92383"
|
||||||
|
cy="182.67093"
|
||||||
|
fx="559.92383"
|
||||||
|
fy="182.67093"
|
||||||
|
r="21.496641" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3845-3"
|
||||||
|
id="linearGradient3859-7"
|
||||||
|
x1="572.75409"
|
||||||
|
y1="197.75398"
|
||||||
|
x2="599.88422"
|
||||||
|
y2="231.04071"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3845-3">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffe054;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3847-6" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#fff954;stop-opacity:0;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3849-4" />
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3815-6"
|
||||||
|
id="radialGradient3843-6"
|
||||||
|
cx="559.92383"
|
||||||
|
cy="182.67093"
|
||||||
|
fx="559.92383"
|
||||||
|
fy="182.67093"
|
||||||
|
r="21.496641"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(-0.11243486,0.51064271,-0.68854473,-0.15160586,748.65596,-75.556107)" />
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="filter3997-7"
|
||||||
|
color-interpolation-filters="sRGB">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.62142855"
|
||||||
|
id="feGaussianBlur3999-1" />
|
||||||
|
</filter>
|
||||||
|
<radialGradient
|
||||||
|
r="21.496641"
|
||||||
|
fy="182.67093"
|
||||||
|
fx="559.92383"
|
||||||
|
cy="182.67093"
|
||||||
|
cx="559.92383"
|
||||||
|
gradientTransform="matrix(-0.11243486,0.51064271,-0.68854473,-0.15160586,748.65596,-75.556107)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="radialGradient4859"
|
||||||
|
xlink:href="#linearGradient3815-6"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="filter5048">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="2.9081251"
|
||||||
|
id="feGaussianBlur5050" />
|
||||||
|
</filter>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3899-2"
|
||||||
|
id="linearGradient5132"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="337.63348"
|
||||||
|
y1="371.99725"
|
||||||
|
x2="729.8302"
|
||||||
|
y2="676.58545" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient4012-6"
|
||||||
|
id="radialGradient5134"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1.9765214,-0.10515871,0.0140824,3.6322468,-367.72317,-1026.6916)"
|
||||||
|
cx="370.72598"
|
||||||
|
cy="404.8544"
|
||||||
|
fx="370.72598"
|
||||||
|
fy="404.8544"
|
||||||
|
r="234.10378" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3994-9"
|
||||||
|
id="linearGradient5136"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="translate(-688,2.0000041)"
|
||||||
|
x1="372.07852"
|
||||||
|
y1="179.54483"
|
||||||
|
x2="372.07852"
|
||||||
|
y2="477.14145" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient4004-2"
|
||||||
|
id="linearGradient5138"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="372.07852"
|
||||||
|
y1="649.21246"
|
||||||
|
x2="372.07852"
|
||||||
|
y2="355.00293" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3903-3"
|
||||||
|
id="radialGradient5140"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="translate(4.9058353,-3.3906445)"
|
||||||
|
cx="369.21075"
|
||||||
|
cy="404.8544"
|
||||||
|
fx="369.21075"
|
||||||
|
fy="404.8544"
|
||||||
|
r="225.88098" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3825-4"
|
||||||
|
id="linearGradient5142"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="540.86261"
|
||||||
|
y1="555.99707"
|
||||||
|
x2="243.24741"
|
||||||
|
y2="265.59933" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3815-0"
|
||||||
|
id="linearGradient5144"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="482.57312"
|
||||||
|
y1="500.55402"
|
||||||
|
x2="194.33984"
|
||||||
|
y2="219.71851" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient4431"
|
||||||
|
id="linearGradient5146"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="213.6924"
|
||||||
|
y1="244.4021"
|
||||||
|
x2="622.54413"
|
||||||
|
y2="647.70111" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3903-3"
|
||||||
|
id="linearGradient5148"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="92.623444"
|
||||||
|
y1="353.18066"
|
||||||
|
x2="148.63506"
|
||||||
|
y2="481.89807"
|
||||||
|
gradientTransform="translate(-688,0)" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3903-3"
|
||||||
|
id="linearGradient5150"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(-1,0,0,1,56.15704,0)"
|
||||||
|
x1="92.623444"
|
||||||
|
y1="353.18066"
|
||||||
|
x2="148.63506"
|
||||||
|
y2="481.89807" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3903-3"
|
||||||
|
id="linearGradient5152"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0,1,1,0,-730.29038,42.32162)"
|
||||||
|
x1="61.07505"
|
||||||
|
y1="412.49164"
|
||||||
|
x2="166.30215"
|
||||||
|
y2="412.49161" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3903-3"
|
||||||
|
id="linearGradient5154"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0,-1,1,0,-730.29038,786.47866)"
|
||||||
|
x1="75.719887"
|
||||||
|
y1="411.10696"
|
||||||
|
x2="147.37312"
|
||||||
|
y2="411.22964" />
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="filter5338">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="2.7463259"
|
||||||
|
id="feGaussianBlur5340" />
|
||||||
|
</filter>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3899-2"
|
||||||
|
id="linearGradient5424"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="337.63348"
|
||||||
|
y1="371.99725"
|
||||||
|
x2="729.8302"
|
||||||
|
y2="676.58545" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient4012-6"
|
||||||
|
id="radialGradient5426"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1.9765214,-0.10515871,0.0140824,3.6322468,-367.72317,-1026.6916)"
|
||||||
|
cx="370.72598"
|
||||||
|
cy="404.8544"
|
||||||
|
fx="370.72598"
|
||||||
|
fy="404.8544"
|
||||||
|
r="234.10378" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3994-9"
|
||||||
|
id="linearGradient5428"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="translate(-17.792298,-10.791248)"
|
||||||
|
x1="372.07852"
|
||||||
|
y1="179.54483"
|
||||||
|
x2="372.07852"
|
||||||
|
y2="477.14145" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient4004-2"
|
||||||
|
id="linearGradient5430"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="372.07852"
|
||||||
|
y1="649.21246"
|
||||||
|
x2="372.07852"
|
||||||
|
y2="355.00293" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3903-3"
|
||||||
|
id="radialGradient5432"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="translate(4.9058353,-3.3906445)"
|
||||||
|
cx="369.21075"
|
||||||
|
cy="404.8544"
|
||||||
|
fx="369.21075"
|
||||||
|
fy="404.8544"
|
||||||
|
r="225.88098" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3825-4"
|
||||||
|
id="linearGradient5434"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="540.86261"
|
||||||
|
y1="555.99707"
|
||||||
|
x2="243.24741"
|
||||||
|
y2="265.59933" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3815-0"
|
||||||
|
id="linearGradient5436"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="482.57312"
|
||||||
|
y1="500.55402"
|
||||||
|
x2="194.33984"
|
||||||
|
y2="219.71851" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient4431"
|
||||||
|
id="linearGradient5438"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
x1="213.6924"
|
||||||
|
y1="244.4021"
|
||||||
|
x2="622.54413"
|
||||||
|
y2="647.70111" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3903-3"
|
||||||
|
id="linearGradient5440"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="translate(-17.792298,-12.791252)"
|
||||||
|
x1="92.623444"
|
||||||
|
y1="353.18066"
|
||||||
|
x2="148.63506"
|
||||||
|
y2="481.89807" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3903-3"
|
||||||
|
id="linearGradient5442"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(-1,0,0,1,726.36474,-12.791252)"
|
||||||
|
x1="92.623444"
|
||||||
|
y1="353.18066"
|
||||||
|
x2="148.63506"
|
||||||
|
y2="481.89807" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3903-3"
|
||||||
|
id="linearGradient5444"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0,1,1,0,-60.082678,29.530368)"
|
||||||
|
x1="61.07505"
|
||||||
|
y1="412.49164"
|
||||||
|
x2="166.30215"
|
||||||
|
y2="412.49161" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3903-3"
|
||||||
|
id="linearGradient5446"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0,-1,1,0,-60.082678,773.68741)"
|
||||||
|
x1="75.719887"
|
||||||
|
y1="411.10696"
|
||||||
|
x2="147.37312"
|
||||||
|
y2="411.22964" />
|
||||||
</defs>
|
</defs>
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
id="base"
|
id="base"
|
||||||
@ -506,17 +915,26 @@
|
|||||||
borderopacity="1.0"
|
borderopacity="1.0"
|
||||||
inkscape:pageopacity="0.0"
|
inkscape:pageopacity="0.0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="1.4710073"
|
inkscape:zoom="0.60995609"
|
||||||
inkscape:cx="246.00764"
|
inkscape:cx="51.721762"
|
||||||
inkscape:cy="247.78938"
|
inkscape:cy="371.93991"
|
||||||
inkscape:document-units="px"
|
inkscape:document-units="px"
|
||||||
inkscape:current-layer="map"
|
inkscape:current-layer="layer10"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:window-width="1280"
|
inkscape:window-width="1280"
|
||||||
inkscape:window-height="928"
|
inkscape:window-height="928"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="27"
|
inkscape:window-y="27"
|
||||||
inkscape:window-maximized="1" />
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:snap-object-midpoints="true"
|
||||||
|
inkscape:object-nodes="false"
|
||||||
|
inkscape:snap-nodes="false"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:snap-bbox-midpoints="true"
|
||||||
|
fit-margin-top="40"
|
||||||
|
fit-margin-right="40"
|
||||||
|
fit-margin-bottom="40"
|
||||||
|
fit-margin-left="40" />
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata7">
|
id="metadata7">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
@ -525,7 +943,7 @@
|
|||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title />
|
<dc:title></dc:title>
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
@ -533,147 +951,96 @@
|
|||||||
inkscape:label="Layer 1"
|
inkscape:label="Layer 1"
|
||||||
inkscape:groupmode="layer"
|
inkscape:groupmode="layer"
|
||||||
id="layer1"
|
id="layer1"
|
||||||
transform="translate(-123.98479,-154.29596)">
|
transform="translate(-24.322249,-70.603499)">
|
||||||
<g
|
<g
|
||||||
id="map"
|
inkscape:groupmode="layer"
|
||||||
inkscape:label="#g3789">
|
id="layer11"
|
||||||
|
inkscape:label="shadow"
|
||||||
|
style="display:inline">
|
||||||
<path
|
<path
|
||||||
sodipodi:type="arc"
|
inkscape:connector-curvature="0"
|
||||||
style="fill:url(#linearGradient3820);fill-opacity:1;stroke:#909196;stroke-width:4;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter4256)"
|
id="path5056"
|
||||||
id="path4250"
|
d="M -317.92145,125.56624 C -354.79559,125.56624 -384.7677,154.91794 -385.8277,191.53499 C -460.904,214.17941 -520.1115,273.36895 -542.7652,348.44124 C -579.3688,349.51846 -608.734,379.51507 -608.734,416.37874 C -608.734,453.24241 -579.3688,483.20886 -542.7652,484.28499 C -520.1179,559.36489 -460.9135,618.54987 -385.8277,641.19124 C -384.7677,677.80944 -354.79559,707.19124 -317.92145,707.19124 C -281.04731,707.19124 -251.04502,677.80944 -249.98395,641.19124 C -174.91166,618.54347 -115.72212,559.35537 -93.0777,484.28499 C -56.46065,483.22499 -27.10895,453.25288 -27.10895,416.37874 C -27.10895,379.5046 -56.46065,349.50231 -93.0777,348.44124 C -115.72852,273.37847 -174.92118,214.18581 -249.98395,191.53499 C -251.04502,154.91794 -281.04731,125.56624 -317.92145,125.56624 z M -317.92145,188.31624 C -191.96865,188.31624 -89.85895,290.42594 -89.85895,416.37874 C -89.85895,542.33151 -191.96865,644.44124 -317.92145,644.44124 C -443.8743,644.44124 -545.984,542.33151 -545.984,416.37874 C -545.984,290.42594 -443.8743,188.31624 -317.92145,188.31624 z"
|
||||||
sodipodi:cx="370.72598"
|
style="opacity:0.69172932;color:#000000;fill:#616a60;fill-opacity:1;fill-rule:nonzero;stroke:#6a6c69;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5048);enable-background:accumulate" />
|
||||||
sodipodi:cy="404.8544"
|
</g>
|
||||||
sodipodi:rx="227.28432"
|
<g
|
||||||
sodipodi:ry="227.28432"
|
inkscape:groupmode="layer"
|
||||||
d="M 598.0103,404.8544 C 598.0103,530.38006 496.25164,632.13872 370.72598,632.13872 C 245.20032,632.13872 143.44167,530.38006 143.44167,404.8544 C 143.44167,279.32874 245.20032,177.57008 370.72598,177.57008 C 496.25164,177.57008 598.0103,279.32874 598.0103,404.8544 z"
|
id="layer8"
|
||||||
transform="translate(3.1541623,-3.1541561)" />
|
inkscape:label="base"
|
||||||
|
style="display:inline">
|
||||||
<path
|
<path
|
||||||
transform="translate(3.1541623,-3.1541561)"
|
transform="translate(-686.64746,9.5243344)"
|
||||||
d="M 598.0103,404.8544 C 598.0103,530.38006 496.25164,632.13872 370.72598,632.13872 C 245.20032,632.13872 143.44167,530.38006 143.44167,404.8544 C 143.44167,279.32874 245.20032,177.57008 370.72598,177.57008 C 496.25164,177.57008 598.0103,279.32874 598.0103,404.8544 z"
|
d="M 598.0103,404.8544 A 227.28432,227.28432 0 1 1 143.44167,404.8544 A 227.28432,227.28432 0 1 1 598.0103,404.8544 z"
|
||||||
sodipodi:ry="227.28432"
|
sodipodi:ry="227.28432"
|
||||||
sodipodi:rx="227.28432"
|
sodipodi:rx="227.28432"
|
||||||
sodipodi:cy="404.8544"
|
sodipodi:cy="404.8544"
|
||||||
sodipodi:cx="370.72598"
|
sodipodi:cx="370.72598"
|
||||||
id="path3590"
|
id="path5058"
|
||||||
style="fill:url(#linearGradient3820);fill-opacity:1;stroke:#909196;stroke-width:4;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
style="fill:url(#linearGradient5132);fill-opacity:1;stroke:#909196;stroke-width:4;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter4439)"
|
||||||
sodipodi:type="arc" />
|
sodipodi:type="arc" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer3"
|
||||||
|
inkscape:label="sphere"
|
||||||
|
style="display:inline">
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer5"
|
||||||
|
inkscape:label="middle">
|
||||||
<path
|
<path
|
||||||
sodipodi:type="arc"
|
transform="matrix(1.0229478,0,0,0.27614188,-695.1548,302.58148)"
|
||||||
style="fill:url(#radialGradient3900);fill-opacity:1;stroke:none;stroke-width:4;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter3932)"
|
d="M 598.0103,404.8544 A 227.28432,227.28432 0 1 1 143.44167,404.8544 A 227.28432,227.28432 0 1 1 598.0103,404.8544 z"
|
||||||
id="path3130"
|
|
||||||
sodipodi:cx="370.72598"
|
|
||||||
sodipodi:cy="404.8544"
|
|
||||||
sodipodi:rx="227.28432"
|
|
||||||
sodipodi:ry="227.28432"
|
sodipodi:ry="227.28432"
|
||||||
d="M 598.0103,404.8544 C 598.0103,530.38006 496.25164,632.13872 370.72598,632.13872 C 245.20032,632.13872 143.44167,530.38006 143.44167,404.8544 C 143.44167,279.32874 245.20032,177.57008 370.72598,177.57008 C 496.25164,177.57008 598.0103,279.32874 598.0103,404.8544 z"
|
sodipodi:rx="227.28432"
|
||||||
transform="translate(3.1541623,-3.1541561)" />
|
sodipodi:cy="404.8544"
|
||||||
|
sodipodi:cx="370.72598"
|
||||||
|
id="path5060"
|
||||||
|
style="fill:url(#radialGradient5134);fill-opacity:1;stroke:none;filter:url(#filter3981-9)"
|
||||||
|
sodipodi:type="arc" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer4"
|
||||||
|
inkscape:label="top">
|
||||||
<path
|
<path
|
||||||
id="path3604"
|
inkscape:connector-curvature="0"
|
||||||
d="m 145.31205,404.8544 447.79741,0"
|
d="M -540.53876,419.10367 C -540.53876,385.21057 -438.75665,357.72895 -313.20207,357.72895 C -187.64749,357.72895 -85.86539,385.21057 -85.86539,419.10367 M -81.07773,419.10367 C -81.07773,290.91031 -185.00871,186.97933 -313.20207,186.97933 C -441.39544,186.97933 -545.32642,290.91031 -545.32642,419.10367"
|
||||||
style="fill:none;stroke:#f1f4fc;stroke-width:3.96454072000000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;opacity:1" />
|
style="fill:url(#linearGradient5136);fill-opacity:1;stroke:none;filter:url(#filter3986-6)"
|
||||||
|
id="path5062" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer7"
|
||||||
|
inkscape:label="bottom">
|
||||||
<path
|
<path
|
||||||
style="fill:none;stroke:#f1f4fc;stroke-width:3.96454072;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
transform="matrix(1,0,0,0.9884875,-688,-0.52611487)"
|
||||||
d="m 370.72598,180.95569 0,447.79741"
|
inkscape:connector-curvature="0"
|
||||||
id="path3606" />
|
d="M 602.13461,417.10367 C 602.13461,450.99678 500.35251,478.44751 374.79793,478.44751 C 249.24335,478.44751 147.46124,450.99678 147.46124,417.10367 M 142.67358,417.10367 C 142.67358,545.29704 246.60456,649.19713 374.79793,649.19713 C 502.99129,649.19713 606.92227,545.29704 606.92227,417.10367"
|
||||||
<g
|
style="fill:url(#linearGradient5138);fill-opacity:1;stroke:none;filter:url(#filter3990-2)"
|
||||||
transform="translate(2.1015148,2)"
|
id="path5064" />
|
||||||
id="g3618">
|
</g>
|
||||||
<rect
|
|
||||||
style="fill:#acbbf0;fill-opacity:1;stroke:#909196;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="rect3612"
|
|
||||||
width="34.345188"
|
|
||||||
height="34.345188"
|
|
||||||
x="351.45187"
|
|
||||||
y="156.29596"
|
|
||||||
ry="3.3283663" />
|
|
||||||
<text
|
|
||||||
xml:space="preserve"
|
|
||||||
style="font-size:26.23160934px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#f1f4fc;fill-opacity:1;stroke:none;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy"
|
|
||||||
x="357.6861"
|
|
||||||
y="182.85712"
|
|
||||||
id="text3614"
|
|
||||||
sodipodi:linespacing="125%"><tspan
|
|
||||||
sodipodi:role="line"
|
|
||||||
id="tspan3616"
|
|
||||||
x="357.6861"
|
|
||||||
y="182.85712">N</tspan></text>
|
|
||||||
</g>
|
</g>
|
||||||
<g
|
<g
|
||||||
transform="translate(4,-0.53294563)"
|
inkscape:groupmode="layer"
|
||||||
id="g3695">
|
id="layer2"
|
||||||
<rect
|
inkscape:label="grid"
|
||||||
style="fill:#acbbf0;fill-opacity:1;stroke:#909196;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
style="display:inline">
|
||||||
id="rect3612-7"
|
|
||||||
width="34.345188"
|
|
||||||
height="34.345188"
|
|
||||||
x="579.65491"
|
|
||||||
y="388.21475"
|
|
||||||
ry="3.3283663" />
|
|
||||||
<text
|
|
||||||
xml:space="preserve"
|
|
||||||
style="font-size:26.23160934px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#f1f4fc;fill-opacity:1;stroke:none;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy"
|
|
||||||
x="587.00348"
|
|
||||||
y="414.77591"
|
|
||||||
id="text3614-4"
|
|
||||||
sodipodi:linespacing="125%"><tspan
|
|
||||||
sodipodi:role="line"
|
|
||||||
id="tspan3616-0"
|
|
||||||
x="587.00348"
|
|
||||||
y="414.77591">E</tspan></text>
|
|
||||||
</g>
|
|
||||||
<g
|
<g
|
||||||
transform="translate(-0.40098763,-2)"
|
transform="translate(-690.03807,12.914976)"
|
||||||
id="g3707">
|
id="g5066">
|
||||||
<rect
|
<path
|
||||||
style="fill:#acbbf0;fill-opacity:1;stroke:#909196;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
id="path5068"
|
||||||
id="rect3612-8"
|
style="fill:none;stroke:url(#radialGradient5140);stroke-width:3.96454072;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
width="34.345188"
|
d="M 375.63182,177.56505 L 375.63182,625.36246 M 150.21789,401.46376 L 598.0153,401.46376"
|
||||||
height="34.345188"
|
inkscape:connector-curvature="0" />
|
||||||
x="353.95438"
|
|
||||||
y="613.52954"
|
|
||||||
ry="3.3283663" />
|
|
||||||
<text
|
|
||||||
xml:space="preserve"
|
|
||||||
style="font-size:26.23160934px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#f1f4fc;fill-opacity:1;stroke:none;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy"
|
|
||||||
x="361.69998"
|
|
||||||
y="640.0907"
|
|
||||||
id="text3614-8"
|
|
||||||
sodipodi:linespacing="125%"><tspan
|
|
||||||
sodipodi:role="line"
|
|
||||||
id="tspan3616-2"
|
|
||||||
x="361.69998"
|
|
||||||
y="640.0907">S</tspan></text>
|
|
||||||
</g>
|
|
||||||
<g
|
<g
|
||||||
transform="translate(6.502516,459.47727)"
|
id="g5070"
|
||||||
id="g3687">
|
transform="matrix(1.0013302,0,0,1.0013302,-0.26088419,-0.7708295)">
|
||||||
<rect
|
|
||||||
ry="3.3283663"
|
|
||||||
y="-71.795464"
|
|
||||||
x="123.48228"
|
|
||||||
height="34.345188"
|
|
||||||
width="34.345188"
|
|
||||||
id="rect3612-5"
|
|
||||||
style="fill:#acbbf0;fill-opacity:1;stroke:#909196;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
|
||||||
<text
|
|
||||||
sodipodi:linespacing="125%"
|
|
||||||
id="text3614-1"
|
|
||||||
y="-45.23431"
|
|
||||||
x="127.53906"
|
|
||||||
style="font-size:26.23160934px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#f1f4fc;fill-opacity:1;stroke:none;font-family:Arial Black;-inkscape-font-specification:Arial Black Heavy"
|
|
||||||
xml:space="preserve"><tspan
|
|
||||||
y="-45.23431"
|
|
||||||
x="127.53906"
|
|
||||||
id="tspan3616-7"
|
|
||||||
sodipodi:role="line">W</tspan></text>
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
id="g3035"
|
|
||||||
transform="matrix(1.0013302,0,0,1.0013302,-0.26088662,-0.77082907)">
|
|
||||||
<path
|
<path
|
||||||
sodipodi:type="arc"
|
sodipodi:type="arc"
|
||||||
style="fill:none;stroke:url(#linearGradient3831);stroke-width:2.39174914;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
style="fill:none;stroke:url(#linearGradient5142);stroke-width:2.39174914;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||||
id="path3608"
|
id="path5072"
|
||||||
sodipodi:cx="392.44427"
|
sodipodi:cx="392.44427"
|
||||||
sodipodi:cy="410.41025"
|
sodipodi:cy="410.41025"
|
||||||
sodipodi:rx="89.398499"
|
sodipodi:rx="89.398499"
|
||||||
@ -690,86 +1057,450 @@
|
|||||||
sodipodi:rx="89.398499"
|
sodipodi:rx="89.398499"
|
||||||
sodipodi:cy="410.41025"
|
sodipodi:cy="410.41025"
|
||||||
sodipodi:cx="392.44427"
|
sodipodi:cx="392.44427"
|
||||||
id="path3610"
|
id="path5074"
|
||||||
style="fill:none;stroke:url(#linearGradient3823);stroke-width:1.52159882;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.44600004;stroke-dasharray:none;stroke-dashoffset:0"
|
style="fill:none;stroke:url(#linearGradient5144);stroke-width:1.52159882;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.44600004;stroke-dasharray:none;stroke-dashoffset:0"
|
||||||
sodipodi:type="arc"
|
sodipodi:type="arc"
|
||||||
sodipodi:start="5.428369"
|
sodipodi:start="5.428369"
|
||||||
sodipodi:end="11.584848"
|
sodipodi:end="11.584848"
|
||||||
sodipodi:open="true" />
|
sodipodi:open="true" />
|
||||||
<g
|
<g
|
||||||
style="font-size:40px;font-style:normal;font-weight:normal;fill:#f1f4fc;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
|
style="font-size:40px;font-style:normal;font-weight:normal;fill:#f1f4fc;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
|
||||||
id="text3727"
|
id="g5076"
|
||||||
transform="translate(2,-2)">
|
transform="translate(2,-2)">
|
||||||
<path
|
<path
|
||||||
d="M 432.35937,317.06058 L 427.28711,317.06058 L 427.28711,314.77054 L 432.35937,308.74124 L 434.78613,308.74124 L 434.78613,314.90042 L 436.04395,314.90042 L 436.04395,317.06058 L 434.78613,317.06058 L 434.78613,318.93362 L 432.35937,318.93362 z M 432.35937,314.90042 L 432.35937,311.74905 L 429.67969,314.90042 z"
|
d="M 432.35937,317.06058 L 427.28711,317.06058 L 427.28711,314.77054 L 432.35937,308.74124 L 434.78613,308.74124 L 434.78613,314.90042 L 436.04395,314.90042 L 436.04395,317.06058 L 434.78613,317.06058 L 434.78613,318.93362 L 432.35937,318.93362 z M 432.35937,314.90042 L 432.35937,311.74905 L 429.67969,314.90042 z"
|
||||||
style="font-size:14px;fill:#f1f4fc;font-family:Arial Black;-inkscape-font-specification:Arial Black"
|
style="font-size:14px;fill:#f1f4fc;font-family:Arial Black;-inkscape-font-specification:Arial Black"
|
||||||
id="path3764"
|
id="path5078"
|
||||||
inkscape:connector-curvature="0" />
|
inkscape:connector-curvature="0" />
|
||||||
<path
|
<path
|
||||||
d="M 438.05371,308.91214 L 444.66406,308.91214 L 444.66406,311.13382 L 440.18652,311.13382 L 439.94727,312.63773 C 440.25716,312.4919 440.56364,312.38252 440.8667,312.3096 C 441.16975,312.2367 441.4694,312.20023 441.76562,312.20023 C 442.76822,312.20023 443.5817,312.50329 444.20605,313.10941 C 444.8304,313.71553 445.14257,314.47888 445.14258,315.39944 C 445.14257,316.04658 444.98192,316.66865 444.66064,317.26566 C 444.33935,317.86266 443.88362,318.31839 443.29346,318.63284 C 442.70328,318.9473 441.94791,319.10452 441.02734,319.10452 C 440.36653,319.10452 439.80029,319.04182 439.32861,318.91653 C 438.85693,318.79121 438.45589,318.60436 438.12549,318.35599 C 437.79508,318.10762 437.52734,317.8262 437.32227,317.51175 C 437.11719,317.1973 436.94629,316.80537 436.80957,316.33597 L 439.62598,316.02835 C 439.69428,316.47953 439.85384,316.82246 440.10449,317.05716 C 440.35514,317.29186 440.65364,317.40921 441,317.40921 C 441.38736,317.40921 441.70751,317.26224 441.96045,316.96829 C 442.21337,316.67435 442.33984,316.23571 442.33984,315.65237 C 442.33984,315.05537 442.21223,314.61787 441.95703,314.33987 C 441.70182,314.06188 441.3623,313.92289 440.93848,313.92288 C 440.66959,313.92289 440.40983,313.98898 440.15918,314.12112 C 439.97233,314.21682 439.76725,314.39001 439.54395,314.64066 L 437.17187,314.29886 z"
|
d="M 438.05371,308.91214 L 444.66406,308.91214 L 444.66406,311.13382 L 440.18652,311.13382 L 439.94727,312.63773 C 440.25716,312.4919 440.56364,312.38252 440.8667,312.3096 C 441.16975,312.2367 441.4694,312.20023 441.76562,312.20023 C 442.76822,312.20023 443.5817,312.50329 444.20605,313.10941 C 444.8304,313.71553 445.14257,314.47888 445.14258,315.39944 C 445.14257,316.04658 444.98192,316.66865 444.66064,317.26566 C 444.33935,317.86266 443.88362,318.31839 443.29346,318.63284 C 442.70328,318.9473 441.94791,319.10452 441.02734,319.10452 C 440.36653,319.10452 439.80029,319.04182 439.32861,318.91653 C 438.85693,318.79121 438.45589,318.60436 438.12549,318.35599 C 437.79508,318.10762 437.52734,317.8262 437.32227,317.51175 C 437.11719,317.1973 436.94629,316.80537 436.80957,316.33597 L 439.62598,316.02835 C 439.69428,316.47953 439.85384,316.82246 440.10449,317.05716 C 440.35514,317.29186 440.65364,317.40921 441,317.40921 C 441.38736,317.40921 441.70751,317.26224 441.96045,316.96829 C 442.21337,316.67435 442.33984,316.23571 442.33984,315.65237 C 442.33984,315.05537 442.21223,314.61787 441.95703,314.33987 C 441.70182,314.06188 441.3623,313.92289 440.93848,313.92288 C 440.66959,313.92289 440.40983,313.98898 440.15918,314.12112 C 439.97233,314.21682 439.76725,314.39001 439.54395,314.64066 L 437.17187,314.29886 z"
|
||||||
style="font-size:14px;fill:#f1f4fc;font-family:Arial Black;-inkscape-font-specification:Arial Black"
|
style="font-size:14px;fill:#f1f4fc;font-family:Arial Black;-inkscape-font-specification:Arial Black"
|
||||||
id="path3766"
|
id="path5080"
|
||||||
inkscape:connector-curvature="0" />
|
inkscape:connector-curvature="0" />
|
||||||
<path
|
<path
|
||||||
d="M 450.43359,310.68948 C 450.43359,311.22725 450.24218,311.68754 449.85937,312.07034 C 449.47656,312.45316 449.01399,312.64457 448.47168,312.64456 C 447.93392,312.64457 447.47363,312.45316 447.09082,312.07034 C 446.70801,311.68754 446.5166,311.22725 446.5166,310.68948 C 446.5166,310.14717 446.70801,309.68575 447.09082,309.30521 C 447.47363,308.92468 447.93392,308.73442 448.47168,308.73441 C 449.01399,308.73442 449.47656,308.92468 449.85937,309.30521 C 450.24218,309.68575 450.43359,310.14717 450.43359,310.68948 z M 449.16211,310.68248 C 449.16211,310.49108 449.09491,310.32702 448.96045,310.19029 C 448.82601,310.05358 448.66308,309.98522 448.47168,309.98521 C 448.28027,309.98522 448.11621,310.05361 447.97949,310.19029 C 447.84277,310.32702 447.77441,310.49108 447.77441,310.68248 C 447.77441,310.87389 447.84281,311.03682 447.97949,311.17125 C 448.11621,311.30569 448.28027,311.37291 448.47168,311.37291 C 448.66308,311.37291 448.82601,311.30571 448.96045,311.17125 C 449.09489,311.03682 449.16211,310.87389 449.16211,310.68248 z"
|
d="M 450.43359,310.68948 C 450.43359,311.22725 450.24218,311.68754 449.85937,312.07034 C 449.47656,312.45316 449.01399,312.64457 448.47168,312.64456 C 447.93392,312.64457 447.47363,312.45316 447.09082,312.07034 C 446.70801,311.68754 446.5166,311.22725 446.5166,310.68948 C 446.5166,310.14717 446.70801,309.68575 447.09082,309.30521 C 447.47363,308.92468 447.93392,308.73442 448.47168,308.73441 C 449.01399,308.73442 449.47656,308.92468 449.85937,309.30521 C 450.24218,309.68575 450.43359,310.14717 450.43359,310.68948 z M 449.16211,310.68248 C 449.16211,310.49108 449.09491,310.32702 448.96045,310.19029 C 448.82601,310.05358 448.66308,309.98522 448.47168,309.98521 C 448.28027,309.98522 448.11621,310.05361 447.97949,310.19029 C 447.84277,310.32702 447.77441,310.49108 447.77441,310.68248 C 447.77441,310.87389 447.84281,311.03682 447.97949,311.17125 C 448.11621,311.30569 448.28027,311.37291 448.47168,311.37291 C 448.66308,311.37291 448.82601,311.30571 448.96045,311.17125 C 449.09489,311.03682 449.16211,310.87389 449.16211,310.68248 z"
|
||||||
style="font-size:14px;fill:#f1f4fc;font-family:Arial Black;-inkscape-font-specification:Arial Black"
|
style="font-size:14px;fill:#f1f4fc;font-family:Arial Black;-inkscape-font-specification:Arial Black"
|
||||||
id="path3768"
|
id="path5082"
|
||||||
inkscape:connector-curvature="0" />
|
inkscape:connector-curvature="0" />
|
||||||
</g>
|
</g>
|
||||||
<g
|
<g
|
||||||
style="font-size:40px;font-style:normal;font-weight:normal;fill:#f1f4fc;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
|
style="font-size:40px;font-style:normal;font-weight:normal;fill:#f1f4fc;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
|
||||||
id="text3727-1">
|
id="g5084">
|
||||||
<path
|
<path
|
||||||
d="M 480.27866,266.95483 L 471.92514,266.95483 C 472.02084,266.12997 472.31137,265.35409 472.79672,264.6272 C 473.28207,263.90031 474.19239,263.0424 475.52768,262.05347 C 476.34343,261.44735 476.86524,260.98707 477.09311,260.67261 C 477.32097,260.35816 477.4349,260.05966 477.43491,259.7771 C 477.4349,259.47177 477.32211,259.21086 477.09653,258.99438 C 476.87094,258.77792 476.58724,258.66969 476.24545,258.66968 C 475.88998,258.66969 475.59945,258.78134 475.37387,259.00464 C 475.14828,259.22795 474.99675,259.62216 474.91928,260.18726 L 472.13022,259.96167 C 472.23959,259.17782 472.44011,258.56601 472.73178,258.12622 C 473.02345,257.68645 473.43474,257.34921 473.96567,257.1145 C 474.49659,256.87981 475.23145,256.76246 476.17026,256.76245 C 477.15007,256.76246 477.91228,256.87411 478.45688,257.09741 C 479.00147,257.32073 479.42985,257.66366 479.74203,258.12622 C 480.0542,258.58879 480.21029,259.10719 480.2103,259.6814 C 480.21029,260.29208 480.03141,260.87541 479.67368,261.4314 C 479.31592,261.98739 478.66537,262.59807 477.72202,263.26343 C 477.16146,263.6508 476.78663,263.92196 476.5975,264.0769 C 476.40837,264.23185 476.1862,264.43465 475.931,264.6853 L 480.27866,264.6853 z"
|
d="M 480.27866,266.95483 L 471.92514,266.95483 C 472.02084,266.12997 472.31137,265.35409 472.79672,264.6272 C 473.28207,263.90031 474.19239,263.0424 475.52768,262.05347 C 476.34343,261.44735 476.86524,260.98707 477.09311,260.67261 C 477.32097,260.35816 477.4349,260.05966 477.43491,259.7771 C 477.4349,259.47177 477.32211,259.21086 477.09653,258.99438 C 476.87094,258.77792 476.58724,258.66969 476.24545,258.66968 C 475.88998,258.66969 475.59945,258.78134 475.37387,259.00464 C 475.14828,259.22795 474.99675,259.62216 474.91928,260.18726 L 472.13022,259.96167 C 472.23959,259.17782 472.44011,258.56601 472.73178,258.12622 C 473.02345,257.68645 473.43474,257.34921 473.96567,257.1145 C 474.49659,256.87981 475.23145,256.76246 476.17026,256.76245 C 477.15007,256.76246 477.91228,256.87411 478.45688,257.09741 C 479.00147,257.32073 479.42985,257.66366 479.74203,258.12622 C 480.0542,258.58879 480.21029,259.10719 480.2103,259.6814 C 480.21029,260.29208 480.03141,260.87541 479.67368,261.4314 C 479.31592,261.98739 478.66537,262.59807 477.72202,263.26343 C 477.16146,263.6508 476.78663,263.92196 476.5975,264.0769 C 476.40837,264.23185 476.1862,264.43465 475.931,264.6853 L 480.27866,264.6853 z"
|
||||||
style="font-size:14px;fill:#f1f4fc;font-family:Arial Black;-inkscape-font-specification:Arial Black"
|
style="font-size:14px;fill:#f1f4fc;font-family:Arial Black;-inkscape-font-specification:Arial Black"
|
||||||
id="path3757"
|
id="path5086"
|
||||||
inkscape:connector-curvature="0" />
|
inkscape:connector-curvature="0" />
|
||||||
<path
|
<path
|
||||||
d="M 481.48178,261.90308 C 481.48178,259.99814 481.82472,258.66513 482.51059,257.90405 C 483.19646,257.14299 484.24122,256.76246 485.64487,256.76245 C 486.31934,256.76246 486.87305,256.84565 487.306,257.01196 C 487.73894,257.17831 488.09213,257.39478 488.36557,257.66138 C 488.639,257.92799 488.85433,258.20826 489.01157,258.5022 C 489.16878,258.79615 489.29525,259.13909 489.39096,259.53101 C 489.5778,260.27841 489.67123,261.0577 489.67123,261.8689 C 489.67123,263.68726 489.36361,265.01799 488.74838,265.86108 C 488.13314,266.70418 487.07357,267.12573 485.56967,267.12573 C 484.72657,267.12573 484.04525,266.99129 483.52573,266.72241 C 483.00619,266.45353 482.58009,266.05933 482.24741,265.53979 C 482.00587,265.17066 481.81788,264.66594 481.68344,264.02563 C 481.549,263.38534 481.48178,262.67782 481.48178,261.90308 z M 484.2435,261.91008 C 484.2435,263.18613 484.35629,264.05771 484.58188,264.52483 C 484.80746,264.99195 485.13445,265.22551 485.56284,265.22551 C 485.84538,265.22551 486.09034,265.12641 486.2977,264.92815 C 486.50505,264.72991 486.65772,264.4166 486.75571,263.98821 C 486.85371,263.55983 486.90267,262.89218 486.90268,261.98528 C 486.90267,260.65455 486.78988,259.76019 486.5643,259.30217 C 486.33871,258.84417 486.00033,258.61517 485.54916,258.61516 C 485.08887,258.61517 484.75619,258.84873 484.55112,259.31584 C 484.34604,259.78297 484.2435,260.64772 484.2435,261.91008 z"
|
d="M 481.48178,261.90308 C 481.48178,259.99814 481.82472,258.66513 482.51059,257.90405 C 483.19646,257.14299 484.24122,256.76246 485.64487,256.76245 C 486.31934,256.76246 486.87305,256.84565 487.306,257.01196 C 487.73894,257.17831 488.09213,257.39478 488.36557,257.66138 C 488.639,257.92799 488.85433,258.20826 489.01157,258.5022 C 489.16878,258.79615 489.29525,259.13909 489.39096,259.53101 C 489.5778,260.27841 489.67123,261.0577 489.67123,261.8689 C 489.67123,263.68726 489.36361,265.01799 488.74838,265.86108 C 488.13314,266.70418 487.07357,267.12573 485.56967,267.12573 C 484.72657,267.12573 484.04525,266.99129 483.52573,266.72241 C 483.00619,266.45353 482.58009,266.05933 482.24741,265.53979 C 482.00587,265.17066 481.81788,264.66594 481.68344,264.02563 C 481.549,263.38534 481.48178,262.67782 481.48178,261.90308 z M 484.2435,261.91008 C 484.2435,263.18613 484.35629,264.05771 484.58188,264.52483 C 484.80746,264.99195 485.13445,265.22551 485.56284,265.22551 C 485.84538,265.22551 486.09034,265.12641 486.2977,264.92815 C 486.50505,264.72991 486.65772,264.4166 486.75571,263.98821 C 486.85371,263.55983 486.90267,262.89218 486.90268,261.98528 C 486.90267,260.65455 486.78988,259.76019 486.5643,259.30217 C 486.33871,258.84417 486.00033,258.61517 485.54916,258.61516 C 485.08887,258.61517 484.75619,258.84873 484.55112,259.31584 C 484.34604,259.78297 484.2435,260.64772 484.2435,261.91008 z"
|
||||||
style="font-size:14px;fill:#f1f4fc;font-family:Arial Black;-inkscape-font-specification:Arial Black"
|
style="font-size:14px;fill:#f1f4fc;font-family:Arial Black;-inkscape-font-specification:Arial Black"
|
||||||
id="path3759"
|
id="path5088"
|
||||||
inkscape:connector-curvature="0" />
|
inkscape:connector-curvature="0" />
|
||||||
<path
|
<path
|
||||||
d="M 494.98959,258.71069 C 494.98959,259.24846 494.79818,259.70875 494.41537,260.09155 C 494.03256,260.47437 493.56999,260.66578 493.02768,260.66577 C 492.48992,260.66578 492.02963,260.47437 491.64682,260.09155 C 491.26401,259.70875 491.0726,259.24846 491.0726,258.71069 C 491.0726,258.16838 491.26401,257.70696 491.64682,257.32642 C 492.02963,256.94589 492.48992,256.75563 493.02768,256.75562 C 493.56999,256.75563 494.03256,256.94589 494.41537,257.32642 C 494.79818,257.70696 494.98959,258.16838 494.98959,258.71069 z M 493.71811,258.70369 C 493.71811,258.51229 493.65091,258.34823 493.51645,258.2115 C 493.38201,258.07479 493.21908,258.00643 493.02768,258.00642 C 492.83627,258.00643 492.67221,258.07482 492.53549,258.2115 C 492.39877,258.34823 492.33041,258.51229 492.33041,258.70369 C 492.33041,258.8951 492.39881,259.05802 492.53549,259.19246 C 492.67221,259.3269 492.83627,259.39412 493.02768,259.39412 C 493.21908,259.39412 493.38201,259.32692 493.51645,259.19246 C 493.65089,259.05802 493.71811,258.8951 493.71811,258.70369 z"
|
d="M 494.98959,258.71069 C 494.98959,259.24846 494.79818,259.70875 494.41537,260.09155 C 494.03256,260.47437 493.56999,260.66578 493.02768,260.66577 C 492.48992,260.66578 492.02963,260.47437 491.64682,260.09155 C 491.26401,259.70875 491.0726,259.24846 491.0726,258.71069 C 491.0726,258.16838 491.26401,257.70696 491.64682,257.32642 C 492.02963,256.94589 492.48992,256.75563 493.02768,256.75562 C 493.56999,256.75563 494.03256,256.94589 494.41537,257.32642 C 494.79818,257.70696 494.98959,258.16838 494.98959,258.71069 z M 493.71811,258.70369 C 493.71811,258.51229 493.65091,258.34823 493.51645,258.2115 C 493.38201,258.07479 493.21908,258.00643 493.02768,258.00642 C 492.83627,258.00643 492.67221,258.07482 492.53549,258.2115 C 492.39877,258.34823 492.33041,258.51229 492.33041,258.70369 C 492.33041,258.8951 492.39881,259.05802 492.53549,259.19246 C 492.67221,259.3269 492.83627,259.39412 493.02768,259.39412 C 493.21908,259.39412 493.38201,259.32692 493.51645,259.19246 C 493.65089,259.05802 493.71811,258.8951 493.71811,258.70369 z"
|
||||||
style="font-size:14px;fill:#f1f4fc;font-family:Arial Black;-inkscape-font-specification:Arial Black"
|
style="font-size:14px;fill:#f1f4fc;font-family:Arial Black;-inkscape-font-specification:Arial Black"
|
||||||
id="path3761"
|
id="path5090"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g5224"
|
||||||
|
inkscape:label="#g3789" />
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer9"
|
||||||
|
inkscape:label="Contour"
|
||||||
|
style="display:inline">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5092"
|
||||||
|
d="M -93.10898,482.36889 C -93.09848,482.36889 -93.08823,482.36889 -93.07773,482.36889 C -55.53307,482.36889 -25.10898,451.9448 -25.10898,414.40014 C -25.10898,376.85548 -55.53307,346.40014 -93.07773,346.40014 C -93.08822,346.40014 -93.09849,346.40014 -93.10898,346.40014 C -92.17901,349.479 -91.2895,352.58183 -90.48398,355.71264 C -89.51871,359.46433 -88.64103,363.23461 -87.85898,367.05639 C -87.07693,370.87817 -86.39039,374.73193 -85.79648,378.61889 C -85.20257,382.50585 -84.69734,386.42168 -84.29648,390.36889 C -83.89562,394.3161 -83.59312,398.30384 -83.39023,402.30639 C -83.18734,406.30894 -83.07773,410.34717 -83.07773,414.40014 C -83.07773,418.45311 -83.18734,422.46009 -83.39023,426.46264 C -83.59312,430.46519 -83.89562,434.45293 -84.29648,438.40014 C -84.69734,442.34735 -85.20257,446.26318 -85.79648,450.15014 C -86.39039,454.0371 -87.07693,457.89086 -87.85898,461.71264 C -88.64103,465.53442 -89.51871,469.33595 -90.48398,473.08764 C -91.28909,476.21683 -92.17955,479.2916 -93.10898,482.36889 z"
|
||||||
|
style="color:#000000;fill:#b6b4b7;fill-opacity:1;fill-rule:nonzero;stroke:#a49d9f;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5094"
|
||||||
|
d="M -538.73398,346.40014 C -576.27864,346.40014 -606.73398,376.85548 -606.73398,414.40014 C -606.73398,451.9448 -576.27864,482.36889 -538.73398,482.36889 C -539.66341,479.2916 -540.55387,476.21683 -541.35898,473.08764 C -542.32425,469.33595 -543.20193,465.53442 -543.98398,461.71264 C -544.76603,457.89086 -545.45257,454.0371 -546.04648,450.15014 C -546.64039,446.26318 -547.14562,442.34735 -547.54648,438.40014 C -547.94734,434.45293 -548.24984,430.46519 -548.45273,426.46264 C -548.65562,422.46009 -548.73398,418.45311 -548.73398,414.40014 C -548.73398,410.34717 -548.65562,406.30894 -548.45273,402.30639 C -548.24984,398.30384 -547.94734,394.3161 -547.54648,390.36889 C -547.14562,386.42168 -546.64039,382.50585 -546.04648,378.61889 C -545.45257,374.73193 -544.76603,370.87817 -543.98398,367.05639 C -543.20193,363.23461 -542.32425,359.46433 -541.35898,355.71264 C -540.55346,352.58183 -539.66395,349.479 -538.73398,346.40014 z"
|
||||||
|
style="color:#000000;fill:#b6b4b7;fill-opacity:1;fill-rule:nonzero;stroke:#a49d9f;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5096"
|
||||||
|
d="M -315.92148,123.58764 C -353.46614,123.58764 -383.89023,154.01173 -383.89023,191.55639 C -383.89023,191.56693 -383.89023,191.5771 -383.89023,191.58764 C -380.81294,190.65821 -377.73817,189.76775 -374.60898,188.96264 C -370.85729,187.99737 -367.05576,187.11969 -363.23398,186.33764 C -359.4122,185.55559 -355.55844,184.86905 -351.67148,184.27514 C -347.78452,183.68123 -343.86869,183.176 -339.92148,182.77514 C -335.97427,182.37428 -331.98653,182.07178 -327.98398,181.86889 C -323.98143,181.666 -319.97445,181.55639 -315.92148,181.55639 C -311.86851,181.55639 -307.83028,181.666 -303.82773,181.86889 C -299.82518,182.07178 -295.83744,182.37428 -291.89023,182.77514 C -287.94302,183.176 -284.02719,183.68123 -280.14023,184.27514 C -276.25327,184.86905 -272.39951,185.55559 -268.57773,186.33764 C -264.75595,187.11969 -260.98567,187.99737 -257.23398,188.96264 C -254.10317,189.76816 -251.00034,190.65767 -247.92148,191.58764 C -247.92148,191.5771 -247.92148,191.56693 -247.92148,191.55639 C -247.92148,154.01173 -278.37682,123.58764 -315.92148,123.58764 z"
|
||||||
|
style="color:#000000;fill:#b6b4b7;fill-opacity:1;fill-rule:nonzero;stroke:#a49d9f;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5098"
|
||||||
|
d="M -383.89023,637.21264 C -383.89023,674.7573 -353.46614,705.21264 -315.92148,705.21264 C -278.37682,705.21264 -247.92148,674.7573 -247.92148,637.21264 C -251.00034,638.14261 -254.10317,639.03212 -257.23398,639.83764 C -260.98567,640.80291 -264.75595,641.68059 -268.57773,642.46264 C -272.39951,643.24469 -276.25327,643.93123 -280.14023,644.52514 C -284.02719,645.11905 -287.94302,645.62428 -291.89023,646.02514 C -295.83744,646.426 -299.82518,646.7285 -303.82773,646.93139 C -307.83028,647.13428 -311.86851,647.21264 -315.92148,647.21264 C -319.97445,647.21264 -323.98143,647.13428 -327.98398,646.93139 C -331.98653,646.7285 -335.97427,646.426 -339.92148,646.02514 C -343.86869,645.62428 -347.78452,645.11905 -351.67148,644.52514 C -355.55844,643.93123 -359.4122,643.24469 -363.23398,642.46264 C -367.05576,641.68059 -370.85729,640.80291 -374.60898,639.83764 C -377.73817,639.03253 -380.81294,638.14207 -383.89023,637.21264 z"
|
||||||
|
style="color:#000000;fill:#b6b4b7;fill-opacity:1;fill-rule:nonzero;stroke:#a49d9f;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5100"
|
||||||
|
d="M -315.92148,179.55061 C -445.61667,179.55061 -550.76523,284.69917 -550.76523,414.39436 C -550.76523,544.08955 -445.61667,649.20686 -315.92148,649.20686 C -186.22629,649.20686 -81.07773,544.08955 -81.07773,414.39436 C -81.07773,284.69917 -186.22629,179.55061 -315.92148,179.55061 z M -315.92148,186.33186 C -189.96868,186.33186 -87.85898,288.44156 -87.85898,414.39436 C -87.85898,540.34716 -189.96868,642.45686 -315.92148,642.45686 C -441.87428,642.45686 -543.98398,540.34716 -543.98398,414.39436 C -543.98398,288.44156 -441.87428,186.33186 -315.92148,186.33186 z"
|
||||||
|
style="fill:#c6c2c1;fill-opacity:1;stroke:#b6b4b7;stroke-width:2.4000001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="fill:none;stroke:url(#linearGradient5146);stroke-width:1.98512197;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
id="path5102"
|
||||||
|
sodipodi:cx="370.72598"
|
||||||
|
sodipodi:cy="404.8544"
|
||||||
|
sodipodi:rx="227.28432"
|
||||||
|
sodipodi:ry="227.28432"
|
||||||
|
d="M 598.0103,404.8544 A 227.28432,227.28432 0 1 1 143.44167,404.8544 A 227.28432,227.28432 0 1 1 598.0103,404.8544 z"
|
||||||
|
transform="matrix(1.0185,0,0,1.0185,-693.50589,2.034528)" />
|
||||||
|
<path
|
||||||
|
style="color:#000000;fill:url(#linearGradient5148);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||||
|
d="M -538.73398,346.40014 C -576.27864,346.40014 -606.73398,376.85548 -606.73398,414.40014 C -606.73398,451.9448 -576.27864,482.36889 -538.73398,482.36889 C -539.66341,479.2916 -540.55387,476.21683 -541.35898,473.08764 C -542.32425,469.33595 -543.20193,465.53442 -543.98398,461.71264 C -544.76603,457.89086 -545.45257,454.0371 -546.04648,450.15014 C -546.64039,446.26318 -547.14562,442.34735 -547.54648,438.40014 C -547.94734,434.45293 -548.24984,430.46519 -548.45273,426.46264 C -548.65562,422.46009 -548.73398,418.45311 -548.73398,414.40014 C -548.73398,410.34717 -548.65562,406.30894 -548.45273,402.30639 C -548.24984,398.30384 -547.94734,394.3161 -547.54648,390.36889 C -547.14562,386.42168 -546.64039,382.50585 -546.04648,378.61889 C -545.45257,374.73193 -544.76603,370.87817 -543.98398,367.05639 C -543.20193,363.23461 -542.32425,359.46433 -541.35898,355.71264 C -540.55346,352.58183 -539.66395,349.479 -538.73398,346.40014 z"
|
||||||
|
id="path5104"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5106"
|
||||||
|
d="M -93.10898,346.40014 C -55.56432,346.40014 -25.10898,376.85548 -25.10898,414.40014 C -25.10898,451.9448 -55.56432,482.36889 -93.10898,482.36889 C -92.17955,479.2916 -91.28909,476.21683 -90.48398,473.08764 C -89.51871,469.33595 -88.64103,465.53442 -87.85898,461.71264 C -87.07693,457.89086 -86.39039,454.0371 -85.79648,450.15014 C -85.20257,446.26318 -84.69734,442.34735 -84.29648,438.40014 C -83.89562,434.45293 -83.59312,430.46519 -83.39023,426.46264 C -83.18734,422.46009 -83.10898,418.45311 -83.10898,414.40014 C -83.10898,410.34717 -83.18734,406.30894 -83.39023,402.30639 C -83.59312,398.30384 -83.89562,394.3161 -84.29648,390.36889 C -84.69734,386.42168 -85.20257,382.50585 -85.79648,378.61889 C -86.39039,374.73193 -87.07693,370.87817 -87.85898,367.05639 C -88.64103,363.23461 -89.51871,359.46433 -90.48398,355.71264 C -91.2895,352.58183 -92.17901,349.479 -93.10898,346.40014 z"
|
||||||
|
style="color:#000000;fill:url(#linearGradient5150);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
||||||
|
<path
|
||||||
|
style="color:#000000;fill:url(#linearGradient5152);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||||
|
d="M -383.89023,191.58764 C -383.89023,154.04298 -353.4349,123.58764 -315.89023,123.58764 C -278.34558,123.58764 -247.92148,154.04298 -247.92148,191.58764 C -250.99878,190.65821 -254.07354,189.76775 -257.20273,188.96264 C -260.95443,187.99737 -264.75595,187.11969 -268.57773,186.33764 C -272.39952,185.55559 -276.25328,184.86905 -280.14023,184.27514 C -284.0272,183.68123 -287.94303,183.176 -291.89023,182.77514 C -295.83745,182.37428 -299.82519,182.07178 -303.82773,181.86889 C -307.83029,181.666 -311.83727,181.58764 -315.89023,181.58764 C -319.94321,181.58764 -323.98144,181.666 -327.98398,181.86889 C -331.98654,182.07178 -335.97428,182.37428 -339.92148,182.77514 C -343.8687,183.176 -347.78453,183.68123 -351.67148,184.27514 C -355.55845,184.86905 -359.4122,185.55559 -363.23398,186.33764 C -367.05577,187.11969 -370.82605,187.99737 -374.57773,188.96264 C -377.70854,189.76816 -380.81138,190.65767 -383.89023,191.58764 z"
|
||||||
|
id="path5108"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5110"
|
||||||
|
d="M -383.89023,637.21264 C -383.89023,674.7573 -353.4349,705.21264 -315.89023,705.21264 C -278.34558,705.21264 -247.92148,674.7573 -247.92148,637.21264 C -250.99878,638.14207 -254.07354,639.03253 -257.20273,639.83764 C -260.95443,640.80291 -264.75595,641.68059 -268.57773,642.46264 C -272.39952,643.24469 -276.25328,643.93123 -280.14023,644.52514 C -284.0272,645.11905 -287.94303,645.62428 -291.89023,646.02514 C -295.83745,646.426 -299.82519,646.7285 -303.82773,646.93139 C -307.83029,647.13428 -311.83727,647.21264 -315.89023,647.21264 C -319.94321,647.21264 -323.98144,647.13428 -327.98398,646.93139 C -331.98654,646.7285 -335.97428,646.426 -339.92148,646.02514 C -343.8687,645.62428 -347.78453,645.11905 -351.67148,644.52514 C -355.55845,643.93123 -359.4122,643.24469 -363.23398,642.46264 C -367.05577,641.68059 -370.82605,640.80291 -374.57773,639.83764 C -377.70854,639.03212 -380.81138,638.14261 -383.89023,637.21264 z"
|
||||||
|
style="color:#000000;fill:url(#linearGradient5154);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer10"
|
||||||
|
inkscape:label="labels"
|
||||||
|
style="display:inline">
|
||||||
|
<path
|
||||||
|
id="path5293"
|
||||||
|
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#353434;fill-opacity:1;stroke:#353434;display:inline;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold;stroke-opacity:1"
|
||||||
|
d="M -585.88886,430.37683 L -585.88886,398.37683 L -562.92667,398.37683 L -562.92667,403.78529 L -578.8911,403.78529 L -578.8911,411.47097 L -564.37367,411.47097 L -564.37367,416.87943 L -578.8911,416.87943 L -578.8911,424.96837 L -561.9541,424.96837 L -561.9541,430.37683 L -585.88886,430.37683"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<g
|
||||||
|
transform="matrix(1.6846723,0,0,1.6846723,-763.69298,532.62267)"
|
||||||
|
style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#515153;fill-opacity:1;stroke:none;font-family:WRC Clean Bold;-inkscape-font-specification:'WRC Clean Bold,'"
|
||||||
|
id="g5122" />
|
||||||
|
<g
|
||||||
|
id="g5310"
|
||||||
|
style="opacity:0.76315792000000005;fill:#353434;fill-opacity:0.75416666;stroke:#353434;stroke-opacity:0.77500000000000002;filter:url(#filter5338)"
|
||||||
|
transform="translate(-0.19970867,0.199512)">
|
||||||
|
<g
|
||||||
|
style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#353434;fill-opacity:0.75416666;stroke:#353434;stroke-width:0.84838879000000000;stroke-miterlimit:4;stroke-opacity:0.77500000000000002;stroke-dasharray:none;font-family:WRC Clean Bold;-inkscape-font-specification:'WRC Clean Bold,'"
|
||||||
|
id="g5312"
|
||||||
|
transform="matrix(1.1787049,0,0,1.1787049,376.32226,334.65436)">
|
||||||
|
<path
|
||||||
|
d="M -576.28595,295.46039 C -576.28597,296.60623 -576.50733,297.67394 -576.95001,298.66351 C -577.39274,299.64008 -578.06331,300.48643 -578.96173,301.20258 C -579.86019,301.91872 -580.98649,302.47862 -582.34064,302.88226 C -583.69482,303.28591 -585.28336,303.48773 -587.10626,303.48773 C -590.16617,303.48773 -592.65965,302.8432 -594.58673,301.55414 C -596.51382,300.26508 -597.75079,298.39008 -598.29767,295.92914 L -592.73126,295.20648 C -592.43179,296.43045 -591.80679,297.4005 -590.85626,298.11664 C -589.90575,298.81977 -588.60367,299.17133 -586.95001,299.17133 C -586.16878,299.17133 -585.47216,299.11274 -584.86017,298.99554 C -584.23518,298.87836 -583.70133,298.68956 -583.25861,298.42914 C -582.81591,298.16873 -582.47737,297.82367 -582.24298,297.39398 C -582.00862,296.95128 -581.89144,296.41743 -581.89142,295.79242 C -581.89144,295.0893 -582.09977,294.51639 -582.51642,294.07367 C -582.92008,293.61795 -583.44091,293.24686 -584.07892,292.96039 C -584.70393,292.66092 -585.40055,292.42003 -586.16876,292.23773 C -586.937,292.04243 -587.67919,291.84712 -588.39532,291.65179 C -589.00731,291.48254 -589.65184,291.30024 -590.32892,291.10492 C -590.99299,290.8966 -591.64403,290.6492 -592.28204,290.36273 C -592.92007,290.07629 -593.52554,289.74426 -594.09845,289.36664 C -594.67137,288.97603 -595.17267,288.51379 -595.60236,287.97992 C -596.03205,287.44608 -596.3771,286.8341 -596.63751,286.14398 C -596.88491,285.44087 -597.00861,284.64009 -597.00861,283.74164 C -597.00861,282.46562 -596.73517,281.36536 -596.18829,280.44086 C -595.6284,279.50338 -594.88621,278.73515 -593.96173,278.13617 C -593.03726,277.52422 -591.97606,277.075 -590.77814,276.78851 C -589.58023,276.48906 -588.33023,276.33932 -587.02814,276.33929 C -584.11149,276.33932 -581.83284,276.91875 -580.1922,278.07758 C -578.5516,279.22343 -577.4904,281.00729 -577.00861,283.42914 L -582.59454,283.99554 C -582.88102,282.81067 -583.39534,281.91874 -584.13751,281.31976 C -584.87971,280.72083 -585.88232,280.42135 -587.14532,280.42133 C -587.96565,280.42135 -588.64924,280.50598 -589.19611,280.67523 C -589.72997,280.8315 -590.16617,281.05286 -590.5047,281.33929 C -590.83023,281.61275 -591.0646,281.93176 -591.20782,282.29633 C -591.33804,282.64791 -591.40314,283.019 -591.40314,283.40961 C -591.40314,284.03463 -591.24038,284.55546 -590.91486,284.97211 C -590.58934,285.37577 -590.16617,285.71431 -589.64532,285.98773 C -589.11148,286.26119 -588.50601,286.49556 -587.82892,286.69086 C -587.13883,286.87316 -586.44221,287.05546 -585.73907,287.23773 C -585.04898,287.40702 -584.33935,287.60233 -583.61017,287.82367 C -582.88102,288.03202 -582.16487,288.28592 -581.46173,288.58539 C -580.75862,288.87186 -580.09456,289.21691 -579.46954,289.62054 C -578.84456,290.01118 -578.29769,290.47993 -577.82892,291.02679 C -577.36019,291.57368 -576.9891,292.2117 -576.71564,292.94086 C -576.4292,293.67003 -576.28597,294.50988 -576.28595,295.46039"
|
||||||
|
style="font-size:40px;font-weight:bold;fill:#353434;fill-opacity:0.75416666;stroke:#353434;stroke-width:0.84838879000000000;stroke-miterlimit:4;stroke-opacity:0.77500000000000002;stroke-dasharray:none;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold"
|
||||||
|
id="path5314"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="M -312.75467,170.37874 L -321.86364,146.42024 C -321.73714,147.55889 -321.62645,148.65007 -321.53154,149.69379 C -321.48411,150.13661 -321.44458,150.59521 -321.41295,151.06962 C -321.36551,151.54406 -321.32597,152.01058 -321.29434,152.46918 C -321.26272,152.91199 -321.239,153.33897 -321.22317,153.75013 C -321.20736,154.14549 -321.19946,154.50131 -321.19946,154.81758 L -321.19946,170.37874 L -327.29582,170.37874 L -327.29582,138.37874 L -319.30175,138.37874 L -309.97929,162.9777 C -310.10582,161.91816 -310.21651,160.86651 -310.31138,159.82277 C -310.39048,158.92137 -310.46955,157.98043 -310.54859,156.99994 C -310.61187,156.00366 -310.64351,155.11015 -310.64348,154.31943 L -310.64348,138.37874 L -304.54712,138.37874 L -304.54712,170.37874 L -312.75467,170.37874"
|
||||||
|
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#353434;fill-opacity:0.75416666;stroke:#353434;stroke-opacity:0.77500000000000002;display:inline;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold"
|
||||||
|
id="path5316" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="M -585.88886,430.37683 L -585.88886,398.37683 L -562.92667,398.37683 L -562.92667,403.78529 L -578.8911,403.78529 L -578.8911,411.47097 L -564.37367,411.47097 L -564.37367,416.87943 L -578.8911,416.87943 L -578.8911,424.96837 L -561.9541,424.96837 L -561.9541,430.37683 L -585.88886,430.37683"
|
||||||
|
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#353434;fill-opacity:0.75416666;stroke:#353434;stroke-opacity:0.77500000000000002;display:inline;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold"
|
||||||
|
id="path5318" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="M -46.33808,430.37874 L -52.22095,430.37874 L -53.73911,424.04515 C -53.8182,423.74469 -53.91309,423.38887 -54.02377,422.9777 C -54.13449,422.56654 -54.25309,422.13165 -54.3796,421.67303 C -54.49031,421.19861 -54.60891,420.71629 -54.73542,420.22603 C -54.84612,419.71998 -54.95682,419.22975 -55.0675,418.75531 C -55.33636,417.64834 -55.6052,416.4939 -55.87404,415.29201 C -56.1587,416.50972 -56.43545,417.67206 -56.70428,418.77904 C -56.81499,419.25347 -56.93359,419.74372 -57.0601,420.24975 C -57.17081,420.74001 -57.28941,421.22233 -57.41592,421.69675 C -57.52662,422.15537 -57.63733,422.59026 -57.74801,423.00142 C -57.85872,423.39678 -57.95361,423.74469 -58.03267,424.04515 L -59.59827,430.37874 L -65.48114,430.37874 L -70.48634,398.37874 L -64.34252,398.37874 L -62.23133,414.86503 C -62.15227,415.48179 -62.08901,416.1539 -62.04156,416.88134 C -61.99413,417.60879 -61.95459,418.29671 -61.92295,418.94508 C -61.89134,419.70417 -61.86762,420.44744 -61.85179,421.17488 C -61.75691,420.60558 -61.63831,420.00465 -61.49597,419.37207 C -61.36947,418.81858 -61.22715,418.20183 -61.06899,417.52181 C -60.91086,416.82599 -60.7369,416.11436 -60.54712,415.3869 L -58.19872,407.34538 L -53.57306,407.34538 L -51.22466,415.3869 C -51.0191,416.09855 -50.84515,416.80227 -50.70279,417.49809 C -50.54467,418.1781 -50.40234,418.79486 -50.27581,419.34835 C -50.1335,419.98093 -50.01489,420.58977 -49.91999,421.17488 C -49.9042,421.17489 -49.88839,420.9614 -49.87255,420.53441 C -49.85676,420.10743 -49.83303,419.57767 -49.80139,418.94508 C -49.76978,418.31253 -49.73024,417.63252 -49.68278,416.90506 C -49.63535,416.1618 -49.5721,415.48179 -49.49301,414.86503 L -47.50042,398.37874 L -41.35661,398.37874 L -46.33808,430.37874"
|
||||||
|
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#353434;fill-opacity:0.75416666;stroke:#353434;stroke-opacity:0.77500000000000002;display:inline;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold"
|
||||||
|
id="path5320" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g5303">
|
||||||
|
<g
|
||||||
|
transform="matrix(1.1787049,0,0,1.1787049,376.32226,334.65436)"
|
||||||
|
id="text5226"
|
||||||
|
style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#353434;fill-opacity:1;stroke:#353434;font-family:WRC Clean Bold;-inkscape-font-specification:'WRC Clean Bold,';stroke-width:0.84838877;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5237"
|
||||||
|
style="font-size:40px;font-weight:bold;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold;stroke-width:0.84838877;stroke-miterlimit:4;stroke-dasharray:none;stroke:#353434;stroke-opacity:1;fill:#353434;fill-opacity:1"
|
||||||
|
d="M -576.28595,295.46039 C -576.28597,296.60623 -576.50733,297.67394 -576.95001,298.66351 C -577.39274,299.64008 -578.06331,300.48643 -578.96173,301.20258 C -579.86019,301.91872 -580.98649,302.47862 -582.34064,302.88226 C -583.69482,303.28591 -585.28336,303.48773 -587.10626,303.48773 C -590.16617,303.48773 -592.65965,302.8432 -594.58673,301.55414 C -596.51382,300.26508 -597.75079,298.39008 -598.29767,295.92914 L -592.73126,295.20648 C -592.43179,296.43045 -591.80679,297.4005 -590.85626,298.11664 C -589.90575,298.81977 -588.60367,299.17133 -586.95001,299.17133 C -586.16878,299.17133 -585.47216,299.11274 -584.86017,298.99554 C -584.23518,298.87836 -583.70133,298.68956 -583.25861,298.42914 C -582.81591,298.16873 -582.47737,297.82367 -582.24298,297.39398 C -582.00862,296.95128 -581.89144,296.41743 -581.89142,295.79242 C -581.89144,295.0893 -582.09977,294.51639 -582.51642,294.07367 C -582.92008,293.61795 -583.44091,293.24686 -584.07892,292.96039 C -584.70393,292.66092 -585.40055,292.42003 -586.16876,292.23773 C -586.937,292.04243 -587.67919,291.84712 -588.39532,291.65179 C -589.00731,291.48254 -589.65184,291.30024 -590.32892,291.10492 C -590.99299,290.8966 -591.64403,290.6492 -592.28204,290.36273 C -592.92007,290.07629 -593.52554,289.74426 -594.09845,289.36664 C -594.67137,288.97603 -595.17267,288.51379 -595.60236,287.97992 C -596.03205,287.44608 -596.3771,286.8341 -596.63751,286.14398 C -596.88491,285.44087 -597.00861,284.64009 -597.00861,283.74164 C -597.00861,282.46562 -596.73517,281.36536 -596.18829,280.44086 C -595.6284,279.50338 -594.88621,278.73515 -593.96173,278.13617 C -593.03726,277.52422 -591.97606,277.075 -590.77814,276.78851 C -589.58023,276.48906 -588.33023,276.33932 -587.02814,276.33929 C -584.11149,276.33932 -581.83284,276.91875 -580.1922,278.07758 C -578.5516,279.22343 -577.4904,281.00729 -577.00861,283.42914 L -582.59454,283.99554 C -582.88102,282.81067 -583.39534,281.91874 -584.13751,281.31976 C -584.87971,280.72083 -585.88232,280.42135 -587.14532,280.42133 C -587.96565,280.42135 -588.64924,280.50598 -589.19611,280.67523 C -589.72997,280.8315 -590.16617,281.05286 -590.5047,281.33929 C -590.83023,281.61275 -591.0646,281.93176 -591.20782,282.29633 C -591.33804,282.64791 -591.40314,283.019 -591.40314,283.40961 C -591.40314,284.03463 -591.24038,284.55546 -590.91486,284.97211 C -590.58934,285.37577 -590.16617,285.71431 -589.64532,285.98773 C -589.11148,286.26119 -588.50601,286.49556 -587.82892,286.69086 C -587.13883,286.87316 -586.44221,287.05546 -585.73907,287.23773 C -585.04898,287.40702 -584.33935,287.60233 -583.61017,287.82367 C -582.88102,288.03202 -582.16487,288.28592 -581.46173,288.58539 C -580.75862,288.87186 -580.09456,289.21691 -579.46954,289.62054 C -578.84456,290.01118 -578.29769,290.47993 -577.82892,291.02679 C -577.36019,291.57368 -576.9891,292.2117 -576.71564,292.94086 C -576.4292,293.67003 -576.28597,294.50988 -576.28595,295.46039" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
id="path5231"
|
||||||
|
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#353434;fill-opacity:1;stroke:#353434;display:inline;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold;stroke-opacity:1"
|
||||||
|
d="M -312.75467,170.37874 L -321.86364,146.42024 C -321.73714,147.55889 -321.62645,148.65007 -321.53154,149.69379 C -321.48411,150.13661 -321.44458,150.59521 -321.41295,151.06962 C -321.36551,151.54406 -321.32597,152.01058 -321.29434,152.46918 C -321.26272,152.91199 -321.239,153.33897 -321.22317,153.75013 C -321.20736,154.14549 -321.19946,154.50131 -321.19946,154.81758 L -321.19946,170.37874 L -327.29582,170.37874 L -327.29582,138.37874 L -319.30175,138.37874 L -309.97929,162.9777 C -310.10582,161.91816 -310.21651,160.86651 -310.31138,159.82277 C -310.39048,158.92137 -310.46955,157.98043 -310.54859,156.99994 C -310.61187,156.00366 -310.64351,155.11015 -310.64348,154.31943 L -310.64348,138.37874 L -304.54712,138.37874 L -304.54712,170.37874 L -312.75467,170.37874"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
id="path5233"
|
||||||
|
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#353434;fill-opacity:1;stroke:#353434;display:inline;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold;stroke-opacity:1"
|
||||||
|
d="M -585.88886,430.37683 L -585.88886,398.37683 L -562.92667,398.37683 L -562.92667,403.78529 L -578.8911,403.78529 L -578.8911,411.47097 L -564.37367,411.47097 L -564.37367,416.87943 L -578.8911,416.87943 L -578.8911,424.96837 L -561.9541,424.96837 L -561.9541,430.37683 L -585.88886,430.37683"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
id="path5235"
|
||||||
|
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#353434;fill-opacity:1;stroke:#353434;display:inline;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold;stroke-opacity:1"
|
||||||
|
d="M -46.33808,430.37874 L -52.22095,430.37874 L -53.73911,424.04515 C -53.8182,423.74469 -53.91309,423.38887 -54.02377,422.9777 C -54.13449,422.56654 -54.25309,422.13165 -54.3796,421.67303 C -54.49031,421.19861 -54.60891,420.71629 -54.73542,420.22603 C -54.84612,419.71998 -54.95682,419.22975 -55.0675,418.75531 C -55.33636,417.64834 -55.6052,416.4939 -55.87404,415.29201 C -56.1587,416.50972 -56.43545,417.67206 -56.70428,418.77904 C -56.81499,419.25347 -56.93359,419.74372 -57.0601,420.24975 C -57.17081,420.74001 -57.28941,421.22233 -57.41592,421.69675 C -57.52662,422.15537 -57.63733,422.59026 -57.74801,423.00142 C -57.85872,423.39678 -57.95361,423.74469 -58.03267,424.04515 L -59.59827,430.37874 L -65.48114,430.37874 L -70.48634,398.37874 L -64.34252,398.37874 L -62.23133,414.86503 C -62.15227,415.48179 -62.08901,416.1539 -62.04156,416.88134 C -61.99413,417.60879 -61.95459,418.29671 -61.92295,418.94508 C -61.89134,419.70417 -61.86762,420.44744 -61.85179,421.17488 C -61.75691,420.60558 -61.63831,420.00465 -61.49597,419.37207 C -61.36947,418.81858 -61.22715,418.20183 -61.06899,417.52181 C -60.91086,416.82599 -60.7369,416.11436 -60.54712,415.3869 L -58.19872,407.34538 L -53.57306,407.34538 L -51.22466,415.3869 C -51.0191,416.09855 -50.84515,416.80227 -50.70279,417.49809 C -50.54467,418.1781 -50.40234,418.79486 -50.27581,419.34835 C -50.1335,419.98093 -50.01489,420.58977 -49.91999,421.17488 C -49.9042,421.17489 -49.88839,420.9614 -49.87255,420.53441 C -49.85676,420.10743 -49.83303,419.57767 -49.80139,418.94508 C -49.76978,418.31253 -49.73024,417.63252 -49.68278,416.90506 C -49.63535,416.1618 -49.5721,415.48179 -49.49301,414.86503 L -47.50042,398.37874 L -41.35661,398.37874 L -46.33808,430.37874"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="map">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5342"
|
||||||
|
d="M 352.28625,112.77499 C 315.41211,112.77499 285.44,142.12669 284.38,178.74374 C 209.3037,201.38816 150.0962,260.5777 127.4425,335.64999 C 90.838902,336.72721 61.473702,366.72382 61.473702,403.58749 C 61.473702,440.45116 90.838902,470.41761 127.4425,471.49374 C 150.0898,546.57364 209.2942,605.75862 284.38,628.39999 C 285.44,665.01819 315.41211,694.39999 352.28625,694.39999 C 389.16039,694.39999 419.16268,665.01819 420.22375,628.39999 C 495.29604,605.75222 554.48558,546.56412 577.13,471.49374 C 613.74705,470.43374 643.09875,440.46163 643.09875,403.58749 C 643.09875,366.71335 613.74705,336.71106 577.13,335.64999 C 554.47918,260.58722 495.28652,201.39456 420.22375,178.74374 C 419.16268,142.12669 389.16039,112.77499 352.28625,112.77499 z M 352.28625,175.52499 C 478.23905,175.52499 580.34875,277.63469 580.34875,403.58749 C 580.34875,529.54026 478.23905,631.64999 352.28625,631.64999 C 226.3334,631.64999 124.2237,529.54026 124.2237,403.58749 C 124.2237,277.63469 226.3334,175.52499 352.28625,175.52499 z"
|
||||||
|
style="opacity:0.69172932;color:#000000;fill:#616a60;fill-opacity:1;fill-rule:nonzero;stroke:#6a6c69;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5048);enable-background:accumulate" />
|
||||||
|
<path
|
||||||
|
transform="translate(-16.439758,-3.266917)"
|
||||||
|
d="M 598.0103,404.8544 A 227.28432,227.28432 0 1 1 143.44167,404.8544 A 227.28432,227.28432 0 1 1 598.0103,404.8544 z"
|
||||||
|
sodipodi:ry="227.28432"
|
||||||
|
sodipodi:rx="227.28432"
|
||||||
|
sodipodi:cy="404.8544"
|
||||||
|
sodipodi:cx="370.72598"
|
||||||
|
id="path5344"
|
||||||
|
style="fill:url(#linearGradient5424);fill-opacity:1;stroke:#909196;stroke-width:4;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter4439)"
|
||||||
|
sodipodi:type="arc" />
|
||||||
|
<path
|
||||||
|
transform="matrix(1.0229478,0,0,0.27614188,-24.947098,289.79023)"
|
||||||
|
d="M 598.0103,404.8544 A 227.28432,227.28432 0 1 1 143.44167,404.8544 A 227.28432,227.28432 0 1 1 598.0103,404.8544 z"
|
||||||
|
sodipodi:ry="227.28432"
|
||||||
|
sodipodi:rx="227.28432"
|
||||||
|
sodipodi:cy="404.8544"
|
||||||
|
sodipodi:cx="370.72598"
|
||||||
|
id="path5346"
|
||||||
|
style="fill:url(#radialGradient5426);fill-opacity:1;stroke:none;display:inline;filter:url(#filter3981-9)"
|
||||||
|
sodipodi:type="arc" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="M 129.66894,406.31242 C 129.66894,372.41932 231.45105,344.9377 357.00563,344.9377 C 482.56021,344.9377 584.34231,372.41932 584.34231,406.31242 M 589.12997,406.31242 C 589.12997,278.11906 485.19899,174.18808 357.00563,174.18808 C 228.81226,174.18808 124.88128,278.11906 124.88128,406.31242"
|
||||||
|
style="fill:url(#linearGradient5428);fill-opacity:1;stroke:none;display:inline;filter:url(#filter3986-6)"
|
||||||
|
id="path5348" />
|
||||||
|
<path
|
||||||
|
transform="matrix(1,0,0,0.9884875,-17.792298,-13.317367)"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="M 602.13461,417.10367 C 602.13461,450.99678 500.35251,478.44751 374.79793,478.44751 C 249.24335,478.44751 147.46124,450.99678 147.46124,417.10367 M 142.67358,417.10367 C 142.67358,545.29704 246.60456,649.19713 374.79793,649.19713 C 502.99129,649.19713 606.92227,545.29704 606.92227,417.10367"
|
||||||
|
style="fill:url(#linearGradient5430);fill-opacity:1;stroke:none;display:inline;filter:url(#filter3990-2)"
|
||||||
|
id="path5350" />
|
||||||
|
<g
|
||||||
|
transform="translate(-19.830368,0.123724)"
|
||||||
|
id="g5352"
|
||||||
|
style="display:inline">
|
||||||
|
<path
|
||||||
|
id="path5354"
|
||||||
|
style="fill:none;stroke:url(#radialGradient5432);stroke-width:3.96454072;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
d="M 375.63182,177.56505 L 375.63182,625.36246 M 150.21789,401.46376 L 598.0153,401.46376"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<g
|
||||||
|
id="g5356"
|
||||||
|
transform="matrix(1.0013302,0,0,1.0013302,-0.26088419,-0.7708295)">
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="fill:none;stroke:url(#linearGradient5434);stroke-width:2.39174914;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||||
|
id="path5358"
|
||||||
|
sodipodi:cx="392.44427"
|
||||||
|
sodipodi:cy="410.41025"
|
||||||
|
sodipodi:rx="89.398499"
|
||||||
|
sodipodi:ry="89.398499"
|
||||||
|
d="M 451.71402,343.4835 A 89.398499,89.398499 0 1 1 437.72993,333.33041"
|
||||||
|
transform="matrix(1.2638612,0,0,1.2638612,-124.40402,-114.71229)"
|
||||||
|
sodipodi:start="5.4371862"
|
||||||
|
sodipodi:end="11.526764"
|
||||||
|
sodipodi:open="true" />
|
||||||
|
<path
|
||||||
|
transform="matrix(1.9716104,0,0,1.9716104,-399.86707,-407.46887)"
|
||||||
|
d="M 451.12161,342.96352 A 89.398499,89.398499 0 1 1 442.12815,336.08929"
|
||||||
|
sodipodi:ry="89.398499"
|
||||||
|
sodipodi:rx="89.398499"
|
||||||
|
sodipodi:cy="410.41025"
|
||||||
|
sodipodi:cx="392.44427"
|
||||||
|
id="path5360"
|
||||||
|
style="fill:none;stroke:url(#linearGradient5436);stroke-width:1.52159882;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.44600004;stroke-dasharray:none;stroke-dashoffset:0"
|
||||||
|
sodipodi:type="arc"
|
||||||
|
sodipodi:start="5.428369"
|
||||||
|
sodipodi:end="11.584848"
|
||||||
|
sodipodi:open="true" />
|
||||||
|
<g
|
||||||
|
style="font-size:40px;font-style:normal;font-weight:normal;fill:#f1f4fc;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
|
||||||
|
id="g5362"
|
||||||
|
transform="translate(2,-2)">
|
||||||
|
<path
|
||||||
|
d="M 432.35937,317.06058 L 427.28711,317.06058 L 427.28711,314.77054 L 432.35937,308.74124 L 434.78613,308.74124 L 434.78613,314.90042 L 436.04395,314.90042 L 436.04395,317.06058 L 434.78613,317.06058 L 434.78613,318.93362 L 432.35937,318.93362 z M 432.35937,314.90042 L 432.35937,311.74905 L 429.67969,314.90042 z"
|
||||||
|
style="font-size:14px;fill:#f1f4fc;font-family:Arial Black;-inkscape-font-specification:Arial Black"
|
||||||
|
id="path5364"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="M 438.05371,308.91214 L 444.66406,308.91214 L 444.66406,311.13382 L 440.18652,311.13382 L 439.94727,312.63773 C 440.25716,312.4919 440.56364,312.38252 440.8667,312.3096 C 441.16975,312.2367 441.4694,312.20023 441.76562,312.20023 C 442.76822,312.20023 443.5817,312.50329 444.20605,313.10941 C 444.8304,313.71553 445.14257,314.47888 445.14258,315.39944 C 445.14257,316.04658 444.98192,316.66865 444.66064,317.26566 C 444.33935,317.86266 443.88362,318.31839 443.29346,318.63284 C 442.70328,318.9473 441.94791,319.10452 441.02734,319.10452 C 440.36653,319.10452 439.80029,319.04182 439.32861,318.91653 C 438.85693,318.79121 438.45589,318.60436 438.12549,318.35599 C 437.79508,318.10762 437.52734,317.8262 437.32227,317.51175 C 437.11719,317.1973 436.94629,316.80537 436.80957,316.33597 L 439.62598,316.02835 C 439.69428,316.47953 439.85384,316.82246 440.10449,317.05716 C 440.35514,317.29186 440.65364,317.40921 441,317.40921 C 441.38736,317.40921 441.70751,317.26224 441.96045,316.96829 C 442.21337,316.67435 442.33984,316.23571 442.33984,315.65237 C 442.33984,315.05537 442.21223,314.61787 441.95703,314.33987 C 441.70182,314.06188 441.3623,313.92289 440.93848,313.92288 C 440.66959,313.92289 440.40983,313.98898 440.15918,314.12112 C 439.97233,314.21682 439.76725,314.39001 439.54395,314.64066 L 437.17187,314.29886 z"
|
||||||
|
style="font-size:14px;fill:#f1f4fc;font-family:Arial Black;-inkscape-font-specification:Arial Black"
|
||||||
|
id="path5366"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="M 450.43359,310.68948 C 450.43359,311.22725 450.24218,311.68754 449.85937,312.07034 C 449.47656,312.45316 449.01399,312.64457 448.47168,312.64456 C 447.93392,312.64457 447.47363,312.45316 447.09082,312.07034 C 446.70801,311.68754 446.5166,311.22725 446.5166,310.68948 C 446.5166,310.14717 446.70801,309.68575 447.09082,309.30521 C 447.47363,308.92468 447.93392,308.73442 448.47168,308.73441 C 449.01399,308.73442 449.47656,308.92468 449.85937,309.30521 C 450.24218,309.68575 450.43359,310.14717 450.43359,310.68948 z M 449.16211,310.68248 C 449.16211,310.49108 449.09491,310.32702 448.96045,310.19029 C 448.82601,310.05358 448.66308,309.98522 448.47168,309.98521 C 448.28027,309.98522 448.11621,310.05361 447.97949,310.19029 C 447.84277,310.32702 447.77441,310.49108 447.77441,310.68248 C 447.77441,310.87389 447.84281,311.03682 447.97949,311.17125 C 448.11621,311.30569 448.28027,311.37291 448.47168,311.37291 C 448.66308,311.37291 448.82601,311.30571 448.96045,311.17125 C 449.09489,311.03682 449.16211,310.87389 449.16211,310.68248 z"
|
||||||
|
style="font-size:14px;fill:#f1f4fc;font-family:Arial Black;-inkscape-font-specification:Arial Black"
|
||||||
|
id="path5368"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
style="font-size:40px;font-style:normal;font-weight:normal;fill:#f1f4fc;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
|
||||||
|
id="g5370">
|
||||||
|
<path
|
||||||
|
d="M 480.27866,266.95483 L 471.92514,266.95483 C 472.02084,266.12997 472.31137,265.35409 472.79672,264.6272 C 473.28207,263.90031 474.19239,263.0424 475.52768,262.05347 C 476.34343,261.44735 476.86524,260.98707 477.09311,260.67261 C 477.32097,260.35816 477.4349,260.05966 477.43491,259.7771 C 477.4349,259.47177 477.32211,259.21086 477.09653,258.99438 C 476.87094,258.77792 476.58724,258.66969 476.24545,258.66968 C 475.88998,258.66969 475.59945,258.78134 475.37387,259.00464 C 475.14828,259.22795 474.99675,259.62216 474.91928,260.18726 L 472.13022,259.96167 C 472.23959,259.17782 472.44011,258.56601 472.73178,258.12622 C 473.02345,257.68645 473.43474,257.34921 473.96567,257.1145 C 474.49659,256.87981 475.23145,256.76246 476.17026,256.76245 C 477.15007,256.76246 477.91228,256.87411 478.45688,257.09741 C 479.00147,257.32073 479.42985,257.66366 479.74203,258.12622 C 480.0542,258.58879 480.21029,259.10719 480.2103,259.6814 C 480.21029,260.29208 480.03141,260.87541 479.67368,261.4314 C 479.31592,261.98739 478.66537,262.59807 477.72202,263.26343 C 477.16146,263.6508 476.78663,263.92196 476.5975,264.0769 C 476.40837,264.23185 476.1862,264.43465 475.931,264.6853 L 480.27866,264.6853 z"
|
||||||
|
style="font-size:14px;fill:#f1f4fc;font-family:Arial Black;-inkscape-font-specification:Arial Black"
|
||||||
|
id="path5372"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="M 481.48178,261.90308 C 481.48178,259.99814 481.82472,258.66513 482.51059,257.90405 C 483.19646,257.14299 484.24122,256.76246 485.64487,256.76245 C 486.31934,256.76246 486.87305,256.84565 487.306,257.01196 C 487.73894,257.17831 488.09213,257.39478 488.36557,257.66138 C 488.639,257.92799 488.85433,258.20826 489.01157,258.5022 C 489.16878,258.79615 489.29525,259.13909 489.39096,259.53101 C 489.5778,260.27841 489.67123,261.0577 489.67123,261.8689 C 489.67123,263.68726 489.36361,265.01799 488.74838,265.86108 C 488.13314,266.70418 487.07357,267.12573 485.56967,267.12573 C 484.72657,267.12573 484.04525,266.99129 483.52573,266.72241 C 483.00619,266.45353 482.58009,266.05933 482.24741,265.53979 C 482.00587,265.17066 481.81788,264.66594 481.68344,264.02563 C 481.549,263.38534 481.48178,262.67782 481.48178,261.90308 z M 484.2435,261.91008 C 484.2435,263.18613 484.35629,264.05771 484.58188,264.52483 C 484.80746,264.99195 485.13445,265.22551 485.56284,265.22551 C 485.84538,265.22551 486.09034,265.12641 486.2977,264.92815 C 486.50505,264.72991 486.65772,264.4166 486.75571,263.98821 C 486.85371,263.55983 486.90267,262.89218 486.90268,261.98528 C 486.90267,260.65455 486.78988,259.76019 486.5643,259.30217 C 486.33871,258.84417 486.00033,258.61517 485.54916,258.61516 C 485.08887,258.61517 484.75619,258.84873 484.55112,259.31584 C 484.34604,259.78297 484.2435,260.64772 484.2435,261.91008 z"
|
||||||
|
style="font-size:14px;fill:#f1f4fc;font-family:Arial Black;-inkscape-font-specification:Arial Black"
|
||||||
|
id="path5374"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="M 494.98959,258.71069 C 494.98959,259.24846 494.79818,259.70875 494.41537,260.09155 C 494.03256,260.47437 493.56999,260.66578 493.02768,260.66577 C 492.48992,260.66578 492.02963,260.47437 491.64682,260.09155 C 491.26401,259.70875 491.0726,259.24846 491.0726,258.71069 C 491.0726,258.16838 491.26401,257.70696 491.64682,257.32642 C 492.02963,256.94589 492.48992,256.75563 493.02768,256.75562 C 493.56999,256.75563 494.03256,256.94589 494.41537,257.32642 C 494.79818,257.70696 494.98959,258.16838 494.98959,258.71069 z M 493.71811,258.70369 C 493.71811,258.51229 493.65091,258.34823 493.51645,258.2115 C 493.38201,258.07479 493.21908,258.00643 493.02768,258.00642 C 492.83627,258.00643 492.67221,258.07482 492.53549,258.2115 C 492.39877,258.34823 492.33041,258.51229 492.33041,258.70369 C 492.33041,258.8951 492.39881,259.05802 492.53549,259.19246 C 492.67221,259.3269 492.83627,259.39412 493.02768,259.39412 C 493.21908,259.39412 493.38201,259.32692 493.51645,259.19246 C 493.65089,259.05802 493.71811,258.8951 493.71811,258.70369 z"
|
||||||
|
style="font-size:14px;fill:#f1f4fc;font-family:Arial Black;-inkscape-font-specification:Arial Black"
|
||||||
|
id="path5376"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5378"
|
||||||
|
d="M 577.09872,469.57764 C 577.10922,469.57764 577.11947,469.57764 577.12997,469.57764 C 614.67463,469.57764 645.09872,439.15355 645.09872,401.60889 C 645.09872,364.06423 614.67463,333.60889 577.12997,333.60889 C 577.11948,333.60889 577.10921,333.60889 577.09872,333.60889 C 578.02869,336.68775 578.9182,339.79058 579.72372,342.92139 C 580.68899,346.67308 581.56667,350.44336 582.34872,354.26514 C 583.13077,358.08692 583.81731,361.94068 584.41122,365.82764 C 585.00513,369.7146 585.51036,373.63043 585.91122,377.57764 C 586.31208,381.52485 586.61458,385.51259 586.81747,389.51514 C 587.02036,393.51769 587.12997,397.55592 587.12997,401.60889 C 587.12997,405.66186 587.02036,409.66884 586.81747,413.67139 C 586.61458,417.67394 586.31208,421.66168 585.91122,425.60889 C 585.51036,429.5561 585.00513,433.47193 584.41122,437.35889 C 583.81731,441.24585 583.13077,445.09961 582.34872,448.92139 C 581.56667,452.74317 580.68899,456.5447 579.72372,460.29639 C 578.91861,463.42558 578.02815,466.50035 577.09872,469.57764 z"
|
||||||
|
style="color:#000000;fill:#b6b4b7;fill-opacity:1;fill-rule:nonzero;stroke:#a49d9f;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5380"
|
||||||
|
d="M 131.47372,333.60889 C 93.929062,333.60889 63.473722,364.06423 63.473722,401.60889 C 63.473722,439.15355 93.929062,469.57764 131.47372,469.57764 C 130.54429,466.50035 129.65383,463.42558 128.84872,460.29639 C 127.88345,456.5447 127.00577,452.74317 126.22372,448.92139 C 125.44167,445.09961 124.75513,441.24585 124.16122,437.35889 C 123.56731,433.47193 123.06208,429.5561 122.66122,425.60889 C 122.26036,421.66168 121.95786,417.67394 121.75497,413.67139 C 121.55208,409.66884 121.47372,405.66186 121.47372,401.60889 C 121.47372,397.55592 121.55208,393.51769 121.75497,389.51514 C 121.95786,385.51259 122.26036,381.52485 122.66122,377.57764 C 123.06208,373.63043 123.56731,369.7146 124.16122,365.82764 C 124.75513,361.94068 125.44167,358.08692 126.22372,354.26514 C 127.00577,350.44336 127.88345,346.67308 128.84872,342.92139 C 129.65424,339.79058 130.54375,336.68775 131.47372,333.60889 z"
|
||||||
|
style="color:#000000;fill:#b6b4b7;fill-opacity:1;fill-rule:nonzero;stroke:#a49d9f;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5382"
|
||||||
|
d="M 354.28622,110.79639 C 316.74156,110.79639 286.31747,141.22048 286.31747,178.76514 C 286.31747,178.77568 286.31747,178.78585 286.31747,178.79639 C 289.39476,177.86696 292.46953,176.9765 295.59872,176.17139 C 299.35041,175.20612 303.15194,174.32844 306.97372,173.54639 C 310.7955,172.76434 314.64926,172.0778 318.53622,171.48389 C 322.42318,170.88998 326.33901,170.38475 330.28622,169.98389 C 334.23343,169.58303 338.22117,169.28053 342.22372,169.07764 C 346.22627,168.87475 350.23325,168.76514 354.28622,168.76514 C 358.33919,168.76514 362.37742,168.87475 366.37997,169.07764 C 370.38252,169.28053 374.37026,169.58303 378.31747,169.98389 C 382.26468,170.38475 386.18051,170.88998 390.06747,171.48389 C 393.95443,172.0778 397.80819,172.76434 401.62997,173.54639 C 405.45175,174.32844 409.22203,175.20612 412.97372,176.17139 C 416.10453,176.97691 419.20736,177.86642 422.28622,178.79639 C 422.28622,178.78585 422.28622,178.77568 422.28622,178.76514 C 422.28622,141.22048 391.83088,110.79639 354.28622,110.79639 z"
|
||||||
|
style="color:#000000;fill:#b6b4b7;fill-opacity:1;fill-rule:nonzero;stroke:#a49d9f;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5384"
|
||||||
|
d="M 286.31747,624.42139 C 286.31747,661.96605 316.74156,692.42139 354.28622,692.42139 C 391.83088,692.42139 422.28622,661.96605 422.28622,624.42139 C 419.20736,625.35136 416.10453,626.24087 412.97372,627.04639 C 409.22203,628.01166 405.45175,628.88934 401.62997,629.67139 C 397.80819,630.45344 393.95443,631.13998 390.06747,631.73389 C 386.18051,632.3278 382.26468,632.83303 378.31747,633.23389 C 374.37026,633.63475 370.38252,633.93725 366.37997,634.14014 C 362.37742,634.34303 358.33919,634.42139 354.28622,634.42139 C 350.23325,634.42139 346.22627,634.34303 342.22372,634.14014 C 338.22117,633.93725 334.23343,633.63475 330.28622,633.23389 C 326.33901,632.83303 322.42318,632.3278 318.53622,631.73389 C 314.64926,631.13998 310.7955,630.45344 306.97372,629.67139 C 303.15194,628.88934 299.35041,628.01166 295.59872,627.04639 C 292.46953,626.24128 289.39476,625.35082 286.31747,624.42139 z"
|
||||||
|
style="color:#000000;fill:#b6b4b7;fill-opacity:1;fill-rule:nonzero;stroke:#a49d9f;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5386"
|
||||||
|
d="M 354.28622,166.75936 C 224.59103,166.75936 119.44247,271.90792 119.44247,401.60311 C 119.44247,531.2983 224.59103,636.41561 354.28622,636.41561 C 483.98141,636.41561 589.12997,531.2983 589.12997,401.60311 C 589.12997,271.90792 483.98141,166.75936 354.28622,166.75936 z M 354.28622,173.54061 C 480.23902,173.54061 582.34872,275.65031 582.34872,401.60311 C 582.34872,527.55591 480.23902,629.66561 354.28622,629.66561 C 228.33342,629.66561 126.22372,527.55591 126.22372,401.60311 C 126.22372,275.65031 228.33342,173.54061 354.28622,173.54061 z"
|
||||||
|
style="fill:#c6c2c1;fill-opacity:1;stroke:#b6b4b7;stroke-width:2.4000001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="fill:none;stroke:url(#linearGradient5438);stroke-width:1.98512197;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||||
|
id="path5388"
|
||||||
|
sodipodi:cx="370.72598"
|
||||||
|
sodipodi:cy="404.8544"
|
||||||
|
sodipodi:rx="227.28432"
|
||||||
|
sodipodi:ry="227.28432"
|
||||||
|
d="M 598.0103,404.8544 A 227.28432,227.28432 0 1 1 143.44167,404.8544 A 227.28432,227.28432 0 1 1 598.0103,404.8544 z"
|
||||||
|
transform="matrix(1.0185,0,0,1.0185,-23.298188,-10.756724)" />
|
||||||
|
<path
|
||||||
|
style="color:#000000;fill:url(#linearGradient5440);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||||
|
d="M 131.47372,333.60889 C 93.929062,333.60889 63.473722,364.06423 63.473722,401.60889 C 63.473722,439.15355 93.929062,469.57764 131.47372,469.57764 C 130.54429,466.50035 129.65383,463.42558 128.84872,460.29639 C 127.88345,456.5447 127.00577,452.74317 126.22372,448.92139 C 125.44167,445.09961 124.75513,441.24585 124.16122,437.35889 C 123.56731,433.47193 123.06208,429.5561 122.66122,425.60889 C 122.26036,421.66168 121.95786,417.67394 121.75497,413.67139 C 121.55208,409.66884 121.47372,405.66186 121.47372,401.60889 C 121.47372,397.55592 121.55208,393.51769 121.75497,389.51514 C 121.95786,385.51259 122.26036,381.52485 122.66122,377.57764 C 123.06208,373.63043 123.56731,369.7146 124.16122,365.82764 C 124.75513,361.94068 125.44167,358.08692 126.22372,354.26514 C 127.00577,350.44336 127.88345,346.67308 128.84872,342.92139 C 129.65424,339.79058 130.54375,336.68775 131.47372,333.60889 z"
|
||||||
|
id="path5390"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5392"
|
||||||
|
d="M 577.09872,333.60889 C 614.64338,333.60889 645.09872,364.06423 645.09872,401.60889 C 645.09872,439.15355 614.64338,469.57764 577.09872,469.57764 C 578.02815,466.50035 578.91861,463.42558 579.72372,460.29639 C 580.68899,456.5447 581.56667,452.74317 582.34872,448.92139 C 583.13077,445.09961 583.81731,441.24585 584.41122,437.35889 C 585.00513,433.47193 585.51036,429.5561 585.91122,425.60889 C 586.31208,421.66168 586.61458,417.67394 586.81747,413.67139 C 587.02036,409.66884 587.09872,405.66186 587.09872,401.60889 C 587.09872,397.55592 587.02036,393.51769 586.81747,389.51514 C 586.61458,385.51259 586.31208,381.52485 585.91122,377.57764 C 585.51036,373.63043 585.00513,369.7146 584.41122,365.82764 C 583.81731,361.94068 583.13077,358.08692 582.34872,354.26514 C 581.56667,350.44336 580.68899,346.67308 579.72372,342.92139 C 578.9182,339.79058 578.02869,336.68775 577.09872,333.60889 z"
|
||||||
|
style="color:#000000;fill:url(#linearGradient5442);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
||||||
|
<path
|
||||||
|
style="color:#000000;fill:url(#linearGradient5444);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||||
|
d="M 286.31747,178.79639 C 286.31747,141.25173 316.7728,110.79639 354.31747,110.79639 C 391.86212,110.79639 422.28622,141.25173 422.28622,178.79639 C 419.20892,177.86696 416.13416,176.9765 413.00497,176.17139 C 409.25327,175.20612 405.45175,174.32844 401.62997,173.54639 C 397.80818,172.76434 393.95442,172.0778 390.06747,171.48389 C 386.1805,170.88998 382.26467,170.38475 378.31747,169.98389 C 374.37025,169.58303 370.38251,169.28053 366.37997,169.07764 C 362.37741,168.87475 358.37043,168.79639 354.31747,168.79639 C 350.26449,168.79639 346.22626,168.87475 342.22372,169.07764 C 338.22116,169.28053 334.23342,169.58303 330.28622,169.98389 C 326.339,170.38475 322.42317,170.88998 318.53622,171.48389 C 314.64925,172.0778 310.7955,172.76434 306.97372,173.54639 C 303.15193,174.32844 299.38165,175.20612 295.62997,176.17139 C 292.49916,176.97691 289.39632,177.86642 286.31747,178.79639 z"
|
||||||
|
id="path5394"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5396"
|
||||||
|
d="M 286.31747,624.42139 C 286.31747,661.96605 316.7728,692.42139 354.31747,692.42139 C 391.86212,692.42139 422.28622,661.96605 422.28622,624.42139 C 419.20892,625.35082 416.13416,626.24128 413.00497,627.04639 C 409.25327,628.01166 405.45175,628.88934 401.62997,629.67139 C 397.80818,630.45344 393.95442,631.13998 390.06747,631.73389 C 386.1805,632.3278 382.26467,632.83303 378.31747,633.23389 C 374.37025,633.63475 370.38251,633.93725 366.37997,634.14014 C 362.37741,634.34303 358.37043,634.42139 354.31747,634.42139 C 350.26449,634.42139 346.22626,634.34303 342.22372,634.14014 C 338.22116,633.93725 334.23342,633.63475 330.28622,633.23389 C 326.339,632.83303 322.42317,632.3278 318.53622,631.73389 C 314.64925,631.13998 310.7955,630.45344 306.97372,629.67139 C 303.15193,628.88934 299.38165,628.01166 295.62997,627.04639 C 292.49916,626.24087 289.39632,625.35136 286.31747,624.42139 z"
|
||||||
|
style="color:#000000;fill:url(#linearGradient5446);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
||||||
|
<path
|
||||||
|
id="path5398"
|
||||||
|
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#353434;fill-opacity:1;stroke:#353434;stroke-opacity:1;display:inline;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold"
|
||||||
|
d="M 84.318842,417.58558 L 84.318842,385.58558 L 107.28103,385.58558 L 107.28103,390.99404 L 91.316602,390.99404 L 91.316602,398.67972 L 105.83403,398.67972 L 105.83403,404.08818 L 91.316602,404.08818 L 91.316602,412.17712 L 108.2536,412.17712 L 108.2536,417.58558 L 84.318842,417.58558"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<g
|
||||||
|
id="g5400"
|
||||||
|
style="opacity:0.76315792;fill:#353434;fill-opacity:0.75416667;stroke:#353434;stroke-opacity:0.775;filter:url(#filter5338)"
|
||||||
|
transform="translate(670.00799,-12.59174)">
|
||||||
|
<g
|
||||||
|
style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#353434;fill-opacity:0.75416667;stroke:#353434;stroke-width:0.84838879;stroke-miterlimit:4;stroke-opacity:0.775;stroke-dasharray:none;font-family:WRC Clean Bold;-inkscape-font-specification:'WRC Clean Bold,'"
|
||||||
|
id="g5402"
|
||||||
|
transform="matrix(1.1787049,0,0,1.1787049,376.32226,334.65436)">
|
||||||
|
<path
|
||||||
|
d="M -576.28595,295.46039 C -576.28597,296.60623 -576.50733,297.67394 -576.95001,298.66351 C -577.39274,299.64008 -578.06331,300.48643 -578.96173,301.20258 C -579.86019,301.91872 -580.98649,302.47862 -582.34064,302.88226 C -583.69482,303.28591 -585.28336,303.48773 -587.10626,303.48773 C -590.16617,303.48773 -592.65965,302.8432 -594.58673,301.55414 C -596.51382,300.26508 -597.75079,298.39008 -598.29767,295.92914 L -592.73126,295.20648 C -592.43179,296.43045 -591.80679,297.4005 -590.85626,298.11664 C -589.90575,298.81977 -588.60367,299.17133 -586.95001,299.17133 C -586.16878,299.17133 -585.47216,299.11274 -584.86017,298.99554 C -584.23518,298.87836 -583.70133,298.68956 -583.25861,298.42914 C -582.81591,298.16873 -582.47737,297.82367 -582.24298,297.39398 C -582.00862,296.95128 -581.89144,296.41743 -581.89142,295.79242 C -581.89144,295.0893 -582.09977,294.51639 -582.51642,294.07367 C -582.92008,293.61795 -583.44091,293.24686 -584.07892,292.96039 C -584.70393,292.66092 -585.40055,292.42003 -586.16876,292.23773 C -586.937,292.04243 -587.67919,291.84712 -588.39532,291.65179 C -589.00731,291.48254 -589.65184,291.30024 -590.32892,291.10492 C -590.99299,290.8966 -591.64403,290.6492 -592.28204,290.36273 C -592.92007,290.07629 -593.52554,289.74426 -594.09845,289.36664 C -594.67137,288.97603 -595.17267,288.51379 -595.60236,287.97992 C -596.03205,287.44608 -596.3771,286.8341 -596.63751,286.14398 C -596.88491,285.44087 -597.00861,284.64009 -597.00861,283.74164 C -597.00861,282.46562 -596.73517,281.36536 -596.18829,280.44086 C -595.6284,279.50338 -594.88621,278.73515 -593.96173,278.13617 C -593.03726,277.52422 -591.97606,277.075 -590.77814,276.78851 C -589.58023,276.48906 -588.33023,276.33932 -587.02814,276.33929 C -584.11149,276.33932 -581.83284,276.91875 -580.1922,278.07758 C -578.5516,279.22343 -577.4904,281.00729 -577.00861,283.42914 L -582.59454,283.99554 C -582.88102,282.81067 -583.39534,281.91874 -584.13751,281.31976 C -584.87971,280.72083 -585.88232,280.42135 -587.14532,280.42133 C -587.96565,280.42135 -588.64924,280.50598 -589.19611,280.67523 C -589.72997,280.8315 -590.16617,281.05286 -590.5047,281.33929 C -590.83023,281.61275 -591.0646,281.93176 -591.20782,282.29633 C -591.33804,282.64791 -591.40314,283.019 -591.40314,283.40961 C -591.40314,284.03463 -591.24038,284.55546 -590.91486,284.97211 C -590.58934,285.37577 -590.16617,285.71431 -589.64532,285.98773 C -589.11148,286.26119 -588.50601,286.49556 -587.82892,286.69086 C -587.13883,286.87316 -586.44221,287.05546 -585.73907,287.23773 C -585.04898,287.40702 -584.33935,287.60233 -583.61017,287.82367 C -582.88102,288.03202 -582.16487,288.28592 -581.46173,288.58539 C -580.75862,288.87186 -580.09456,289.21691 -579.46954,289.62054 C -578.84456,290.01118 -578.29769,290.47993 -577.82892,291.02679 C -577.36019,291.57368 -576.9891,292.2117 -576.71564,292.94086 C -576.4292,293.67003 -576.28597,294.50988 -576.28595,295.46039"
|
||||||
|
style="font-size:40px;font-weight:bold;fill:#353434;fill-opacity:0.75416667;stroke:#353434;stroke-width:0.84838879;stroke-miterlimit:4;stroke-opacity:0.775;stroke-dasharray:none;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold"
|
||||||
|
id="path5404"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="M -312.75467,170.37874 L -321.86364,146.42024 C -321.73714,147.55889 -321.62645,148.65007 -321.53154,149.69379 C -321.48411,150.13661 -321.44458,150.59521 -321.41295,151.06962 C -321.36551,151.54406 -321.32597,152.01058 -321.29434,152.46918 C -321.26272,152.91199 -321.239,153.33897 -321.22317,153.75013 C -321.20736,154.14549 -321.19946,154.50131 -321.19946,154.81758 L -321.19946,170.37874 L -327.29582,170.37874 L -327.29582,138.37874 L -319.30175,138.37874 L -309.97929,162.9777 C -310.10582,161.91816 -310.21651,160.86651 -310.31138,159.82277 C -310.39048,158.92137 -310.46955,157.98043 -310.54859,156.99994 C -310.61187,156.00366 -310.64351,155.11015 -310.64348,154.31943 L -310.64348,138.37874 L -304.54712,138.37874 L -304.54712,170.37874 L -312.75467,170.37874"
|
||||||
|
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#353434;fill-opacity:0.75416667;stroke:#353434;stroke-opacity:0.775;display:inline;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold"
|
||||||
|
id="path5406" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="M -585.88886,430.37683 L -585.88886,398.37683 L -562.92667,398.37683 L -562.92667,403.78529 L -578.8911,403.78529 L -578.8911,411.47097 L -564.37367,411.47097 L -564.37367,416.87943 L -578.8911,416.87943 L -578.8911,424.96837 L -561.9541,424.96837 L -561.9541,430.37683 L -585.88886,430.37683"
|
||||||
|
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#353434;fill-opacity:0.75416667;stroke:#353434;stroke-opacity:0.775;display:inline;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold"
|
||||||
|
id="path5408" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="M -46.33808,430.37874 L -52.22095,430.37874 L -53.73911,424.04515 C -53.8182,423.74469 -53.91309,423.38887 -54.02377,422.9777 C -54.13449,422.56654 -54.25309,422.13165 -54.3796,421.67303 C -54.49031,421.19861 -54.60891,420.71629 -54.73542,420.22603 C -54.84612,419.71998 -54.95682,419.22975 -55.0675,418.75531 C -55.33636,417.64834 -55.6052,416.4939 -55.87404,415.29201 C -56.1587,416.50972 -56.43545,417.67206 -56.70428,418.77904 C -56.81499,419.25347 -56.93359,419.74372 -57.0601,420.24975 C -57.17081,420.74001 -57.28941,421.22233 -57.41592,421.69675 C -57.52662,422.15537 -57.63733,422.59026 -57.74801,423.00142 C -57.85872,423.39678 -57.95361,423.74469 -58.03267,424.04515 L -59.59827,430.37874 L -65.48114,430.37874 L -70.48634,398.37874 L -64.34252,398.37874 L -62.23133,414.86503 C -62.15227,415.48179 -62.08901,416.1539 -62.04156,416.88134 C -61.99413,417.60879 -61.95459,418.29671 -61.92295,418.94508 C -61.89134,419.70417 -61.86762,420.44744 -61.85179,421.17488 C -61.75691,420.60558 -61.63831,420.00465 -61.49597,419.37207 C -61.36947,418.81858 -61.22715,418.20183 -61.06899,417.52181 C -60.91086,416.82599 -60.7369,416.11436 -60.54712,415.3869 L -58.19872,407.34538 L -53.57306,407.34538 L -51.22466,415.3869 C -51.0191,416.09855 -50.84515,416.80227 -50.70279,417.49809 C -50.54467,418.1781 -50.40234,418.79486 -50.27581,419.34835 C -50.1335,419.98093 -50.01489,420.58977 -49.91999,421.17488 C -49.9042,421.17489 -49.88839,420.9614 -49.87255,420.53441 C -49.85676,420.10743 -49.83303,419.57767 -49.80139,418.94508 C -49.76978,418.31253 -49.73024,417.63252 -49.68278,416.90506 C -49.63535,416.1618 -49.5721,415.48179 -49.49301,414.86503 L -47.50042,398.37874 L -41.35661,398.37874 L -46.33808,430.37874"
|
||||||
|
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#353434;fill-opacity:0.75416667;stroke:#353434;stroke-opacity:0.775;display:inline;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold"
|
||||||
|
id="path5410" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(670.2077,-12.791252)"
|
||||||
|
id="g5412">
|
||||||
|
<g
|
||||||
|
transform="matrix(1.1787049,0,0,1.1787049,376.32226,334.65436)"
|
||||||
|
id="g5414"
|
||||||
|
style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#353434;fill-opacity:1;stroke:#353434;stroke-width:0.84838879;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:WRC Clean Bold;-inkscape-font-specification:'WRC Clean Bold,'">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5416"
|
||||||
|
style="font-size:40px;font-weight:bold;fill:#353434;fill-opacity:1;stroke:#353434;stroke-width:0.84838879;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold"
|
||||||
|
d="M -576.28595,295.46039 C -576.28597,296.60623 -576.50733,297.67394 -576.95001,298.66351 C -577.39274,299.64008 -578.06331,300.48643 -578.96173,301.20258 C -579.86019,301.91872 -580.98649,302.47862 -582.34064,302.88226 C -583.69482,303.28591 -585.28336,303.48773 -587.10626,303.48773 C -590.16617,303.48773 -592.65965,302.8432 -594.58673,301.55414 C -596.51382,300.26508 -597.75079,298.39008 -598.29767,295.92914 L -592.73126,295.20648 C -592.43179,296.43045 -591.80679,297.4005 -590.85626,298.11664 C -589.90575,298.81977 -588.60367,299.17133 -586.95001,299.17133 C -586.16878,299.17133 -585.47216,299.11274 -584.86017,298.99554 C -584.23518,298.87836 -583.70133,298.68956 -583.25861,298.42914 C -582.81591,298.16873 -582.47737,297.82367 -582.24298,297.39398 C -582.00862,296.95128 -581.89144,296.41743 -581.89142,295.79242 C -581.89144,295.0893 -582.09977,294.51639 -582.51642,294.07367 C -582.92008,293.61795 -583.44091,293.24686 -584.07892,292.96039 C -584.70393,292.66092 -585.40055,292.42003 -586.16876,292.23773 C -586.937,292.04243 -587.67919,291.84712 -588.39532,291.65179 C -589.00731,291.48254 -589.65184,291.30024 -590.32892,291.10492 C -590.99299,290.8966 -591.64403,290.6492 -592.28204,290.36273 C -592.92007,290.07629 -593.52554,289.74426 -594.09845,289.36664 C -594.67137,288.97603 -595.17267,288.51379 -595.60236,287.97992 C -596.03205,287.44608 -596.3771,286.8341 -596.63751,286.14398 C -596.88491,285.44087 -597.00861,284.64009 -597.00861,283.74164 C -597.00861,282.46562 -596.73517,281.36536 -596.18829,280.44086 C -595.6284,279.50338 -594.88621,278.73515 -593.96173,278.13617 C -593.03726,277.52422 -591.97606,277.075 -590.77814,276.78851 C -589.58023,276.48906 -588.33023,276.33932 -587.02814,276.33929 C -584.11149,276.33932 -581.83284,276.91875 -580.1922,278.07758 C -578.5516,279.22343 -577.4904,281.00729 -577.00861,283.42914 L -582.59454,283.99554 C -582.88102,282.81067 -583.39534,281.91874 -584.13751,281.31976 C -584.87971,280.72083 -585.88232,280.42135 -587.14532,280.42133 C -587.96565,280.42135 -588.64924,280.50598 -589.19611,280.67523 C -589.72997,280.8315 -590.16617,281.05286 -590.5047,281.33929 C -590.83023,281.61275 -591.0646,281.93176 -591.20782,282.29633 C -591.33804,282.64791 -591.40314,283.019 -591.40314,283.40961 C -591.40314,284.03463 -591.24038,284.55546 -590.91486,284.97211 C -590.58934,285.37577 -590.16617,285.71431 -589.64532,285.98773 C -589.11148,286.26119 -588.50601,286.49556 -587.82892,286.69086 C -587.13883,286.87316 -586.44221,287.05546 -585.73907,287.23773 C -585.04898,287.40702 -584.33935,287.60233 -583.61017,287.82367 C -582.88102,288.03202 -582.16487,288.28592 -581.46173,288.58539 C -580.75862,288.87186 -580.09456,289.21691 -579.46954,289.62054 C -578.84456,290.01118 -578.29769,290.47993 -577.82892,291.02679 C -577.36019,291.57368 -576.9891,292.2117 -576.71564,292.94086 C -576.4292,293.67003 -576.28597,294.50988 -576.28595,295.46039" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
id="path5418"
|
||||||
|
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#353434;fill-opacity:1;stroke:#353434;stroke-opacity:1;display:inline;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold"
|
||||||
|
d="M -312.75467,170.37874 L -321.86364,146.42024 C -321.73714,147.55889 -321.62645,148.65007 -321.53154,149.69379 C -321.48411,150.13661 -321.44458,150.59521 -321.41295,151.06962 C -321.36551,151.54406 -321.32597,152.01058 -321.29434,152.46918 C -321.26272,152.91199 -321.239,153.33897 -321.22317,153.75013 C -321.20736,154.14549 -321.19946,154.50131 -321.19946,154.81758 L -321.19946,170.37874 L -327.29582,170.37874 L -327.29582,138.37874 L -319.30175,138.37874 L -309.97929,162.9777 C -310.10582,161.91816 -310.21651,160.86651 -310.31138,159.82277 C -310.39048,158.92137 -310.46955,157.98043 -310.54859,156.99994 C -310.61187,156.00366 -310.64351,155.11015 -310.64348,154.31943 L -310.64348,138.37874 L -304.54712,138.37874 L -304.54712,170.37874 L -312.75467,170.37874"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
id="path5420"
|
||||||
|
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#353434;fill-opacity:1;stroke:#353434;stroke-opacity:1;display:inline;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold"
|
||||||
|
d="M -585.88886,430.37683 L -585.88886,398.37683 L -562.92667,398.37683 L -562.92667,403.78529 L -578.8911,403.78529 L -578.8911,411.47097 L -564.37367,411.47097 L -564.37367,416.87943 L -578.8911,416.87943 L -578.8911,424.96837 L -561.9541,424.96837 L -561.9541,430.37683 L -585.88886,430.37683"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
id="path5422"
|
||||||
|
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#353434;fill-opacity:1;stroke:#353434;stroke-opacity:1;display:inline;font-family:Liberation Mono;-inkscape-font-specification:Liberation Mono Bold"
|
||||||
|
d="M -46.33808,430.37874 L -52.22095,430.37874 L -53.73911,424.04515 C -53.8182,423.74469 -53.91309,423.38887 -54.02377,422.9777 C -54.13449,422.56654 -54.25309,422.13165 -54.3796,421.67303 C -54.49031,421.19861 -54.60891,420.71629 -54.73542,420.22603 C -54.84612,419.71998 -54.95682,419.22975 -55.0675,418.75531 C -55.33636,417.64834 -55.6052,416.4939 -55.87404,415.29201 C -56.1587,416.50972 -56.43545,417.67206 -56.70428,418.77904 C -56.81499,419.25347 -56.93359,419.74372 -57.0601,420.24975 C -57.17081,420.74001 -57.28941,421.22233 -57.41592,421.69675 C -57.52662,422.15537 -57.63733,422.59026 -57.74801,423.00142 C -57.85872,423.39678 -57.95361,423.74469 -58.03267,424.04515 L -59.59827,430.37874 L -65.48114,430.37874 L -70.48634,398.37874 L -64.34252,398.37874 L -62.23133,414.86503 C -62.15227,415.48179 -62.08901,416.1539 -62.04156,416.88134 C -61.99413,417.60879 -61.95459,418.29671 -61.92295,418.94508 C -61.89134,419.70417 -61.86762,420.44744 -61.85179,421.17488 C -61.75691,420.60558 -61.63831,420.00465 -61.49597,419.37207 C -61.36947,418.81858 -61.22715,418.20183 -61.06899,417.52181 C -60.91086,416.82599 -60.7369,416.11436 -60.54712,415.3869 L -58.19872,407.34538 L -53.57306,407.34538 L -51.22466,415.3869 C -51.0191,416.09855 -50.84515,416.80227 -50.70279,417.49809 C -50.54467,418.1781 -50.40234,418.79486 -50.27581,419.34835 C -50.1335,419.98093 -50.01489,420.58977 -49.91999,421.17488 C -49.9042,421.17489 -49.88839,420.9614 -49.87255,420.53441 C -49.85676,420.10743 -49.83303,419.57767 -49.80139,418.94508 C -49.76978,418.31253 -49.73024,417.63252 -49.68278,416.90506 C -49.63535,416.1618 -49.5721,415.48179 -49.49301,414.86503 L -47.50042,398.37874 L -41.35661,398.37874 L -46.33808,430.37874"
|
||||||
inkscape:connector-curvature="0" />
|
inkscape:connector-curvature="0" />
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer13"
|
||||||
|
inkscape:label="Sats"
|
||||||
|
style="display:inline">
|
||||||
<g
|
<g
|
||||||
id="satellite"
|
id="satellite"
|
||||||
transform="matrix(0.93879118,0,0,0.93879118,26.496058,0.9451615)"
|
transform="matrix(0.93879118,0,0,0.93879118,58.788537,40.069094)"
|
||||||
inkscape:label="#g3722">
|
inkscape:label="#g3722">
|
||||||
<path
|
<path
|
||||||
transform="translate(0.08444214,2.2540576e-8)"
|
transform="translate(0.08444214,2.2540576e-8)"
|
||||||
d="M 589.99999,195.93361 C 589.99999,207.37379 580.72589,216.64789 569.28571,216.64789 C 557.84552,216.64789 548.57142,207.37379 548.57142,195.93361 C 548.57142,184.49343 557.84552,175.21932 569.28571,175.21932 C 580.72589,175.21932 589.99999,184.49343 589.99999,195.93361 z"
|
d="M 589.99999,195.93361 A 20.714285,20.714285 0 1 1 548.57142,195.93361 A 20.714285,20.714285 0 1 1 589.99999,195.93361 z"
|
||||||
sodipodi:ry="20.714285"
|
sodipodi:ry="20.714285"
|
||||||
sodipodi:rx="20.714285"
|
sodipodi:rx="20.714285"
|
||||||
sodipodi:cy="195.93361"
|
sodipodi:cy="195.93361"
|
||||||
sodipodi:cx="569.28571"
|
sodipodi:cx="569.28571"
|
||||||
id="path3712"
|
id="path3712"
|
||||||
style="fill:url(#linearGradient3859);fill-opacity:1.0;stroke:#fcaa21;stroke-width:1.56471384000000002;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
style="fill:url(#linearGradient3859-7);fill-opacity:1;stroke:#fcaa21;stroke-width:1.56471384;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
sodipodi:type="arc" />
|
sodipodi:type="arc" />
|
||||||
<rect
|
|
||||||
ry="2.2728431"
|
|
||||||
y="173.52946"
|
|
||||||
x="590.45447"
|
|
||||||
height="45.456863"
|
|
||||||
width="4.5456862"
|
|
||||||
id="rect3718"
|
|
||||||
style="fill:#ffe054;fill-opacity:1;stroke:#fcaa21;stroke-width:1.56471384000000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
|
||||||
<rect
|
|
||||||
style="fill:#ffe054;fill-opacity:1;stroke:#fcaa21;stroke-width:1.56471384000000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="rect3720"
|
|
||||||
width="4.5456862"
|
|
||||||
height="45.456863"
|
|
||||||
x="543.74017"
|
|
||||||
y="173.52946"
|
|
||||||
ry="2.2728431" />
|
|
||||||
<path
|
<path
|
||||||
sodipodi:type="arc"
|
sodipodi:type="arc"
|
||||||
style="fill:url(#radialGradient3843);fill-opacity:1;stroke:none;filter:url(#filter3997)"
|
style="fill:url(#radialGradient4859);fill-opacity:1;stroke:none;filter:url(#filter3997-7)"
|
||||||
id="path3833"
|
id="path3833"
|
||||||
sodipodi:cx="569.28571"
|
sodipodi:cx="569.28571"
|
||||||
sodipodi:cy="195.93361"
|
sodipodi:cy="195.93361"
|
||||||
@ -777,54 +1508,22 @@
|
|||||||
sodipodi:ry="20.714285"
|
sodipodi:ry="20.714285"
|
||||||
d="M 589.99999,195.93361 A 20.714285,20.714285 0 1 1 548.57142,195.93361 A 20.714285,20.714285 0 1 1 589.99999,195.93361 z"
|
d="M 589.99999,195.93361 A 20.714285,20.714285 0 1 1 548.57142,195.93361 A 20.714285,20.714285 0 1 1 589.99999,195.93361 z"
|
||||||
transform="translate(0.08444218,2.2540576e-8)" />
|
transform="translate(0.08444218,2.2540576e-8)" />
|
||||||
<rect
|
|
||||||
ry="2.2728431"
|
|
||||||
y="173.52946"
|
|
||||||
x="543.74017"
|
|
||||||
height="45.456863"
|
|
||||||
width="4.5456862"
|
|
||||||
id="rect3861"
|
|
||||||
style="fill:url(#radialGradient3873);fill-opacity:1;stroke:none" />
|
|
||||||
<rect
|
|
||||||
style="fill:url(#radialGradient3877);fill-opacity:1;stroke:none"
|
|
||||||
id="rect3875"
|
|
||||||
width="4.5456862"
|
|
||||||
height="45.456863"
|
|
||||||
x="590.60834"
|
|
||||||
y="173.52946"
|
|
||||||
ry="2.2728431" />
|
|
||||||
</g>
|
</g>
|
||||||
<g
|
<g
|
||||||
inkscape:label="#g3722"
|
inkscape:label="#g3722"
|
||||||
transform="matrix(0.93879118,0,0,0.93879118,94.496058,0.9451615)"
|
transform="matrix(0.93879118,0,0,0.93879118,126.78854,40.069094)"
|
||||||
id="sat-notSeen"
|
id="sat-notSeen"
|
||||||
style="opacity:0.4">
|
style="opacity:0.4">
|
||||||
<path
|
<path
|
||||||
sodipodi:type="arc"
|
sodipodi:type="arc"
|
||||||
style="fill:#ffe054;fill-opacity:1;stroke:#fcaa21;stroke-width:1.56471384000000002;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
style="fill:#ffe054;fill-opacity:1;stroke:#fcaa21;stroke-width:1.56471384;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
id="path3891"
|
id="path3891"
|
||||||
sodipodi:cx="569.28571"
|
sodipodi:cx="569.28571"
|
||||||
sodipodi:cy="195.93361"
|
sodipodi:cy="195.93361"
|
||||||
sodipodi:rx="20.714285"
|
sodipodi:rx="20.714285"
|
||||||
sodipodi:ry="20.714285"
|
sodipodi:ry="20.714285"
|
||||||
d="M 589.99999,195.93361 C 589.99999,207.37379 580.72589,216.64789 569.28571,216.64789 C 557.84552,216.64789 548.57142,207.37379 548.57142,195.93361 C 548.57142,184.49343 557.84552,175.21932 569.28571,175.21932 C 580.72589,175.21932 589.99999,184.49343 589.99999,195.93361 z"
|
d="M 589.99999,195.93361 A 20.714285,20.714285 0 1 1 548.57142,195.93361 A 20.714285,20.714285 0 1 1 589.99999,195.93361 z"
|
||||||
transform="translate(0.08444214,2.2540576e-8)" />
|
transform="translate(0.08444214,2.2540576e-8)" />
|
||||||
<rect
|
|
||||||
style="fill:#ffe054;fill-opacity:1;stroke:#fcaa21;stroke-width:1.56471384000000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="rect3893"
|
|
||||||
width="4.5456862"
|
|
||||||
height="45.456863"
|
|
||||||
x="590.45447"
|
|
||||||
y="173.52946"
|
|
||||||
ry="2.2728431" />
|
|
||||||
<rect
|
|
||||||
ry="2.2728431"
|
|
||||||
y="173.52946"
|
|
||||||
x="543.74017"
|
|
||||||
height="45.456863"
|
|
||||||
width="4.5456862"
|
|
||||||
id="rect3895"
|
|
||||||
style="fill:#ffe054;fill-opacity:1;stroke:#fcaa21;stroke-width:1.56471384000000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
|
||||||
<path
|
<path
|
||||||
transform="translate(0.08444218,2.2540576e-8)"
|
transform="translate(0.08444218,2.2540576e-8)"
|
||||||
d="M 589.99999,195.93361 A 20.714285,20.714285 0 1 1 548.57142,195.93361 A 20.714285,20.714285 0 1 1 589.99999,195.93361 z"
|
d="M 589.99999,195.93361 A 20.714285,20.714285 0 1 1 548.57142,195.93361 A 20.714285,20.714285 0 1 1 589.99999,195.93361 z"
|
||||||
@ -833,90 +1532,42 @@
|
|||||||
sodipodi:cy="195.93361"
|
sodipodi:cy="195.93361"
|
||||||
sodipodi:cx="569.28571"
|
sodipodi:cx="569.28571"
|
||||||
id="path3897"
|
id="path3897"
|
||||||
style="fill:url(#radialGradient3907);fill-opacity:1;stroke:none"
|
style="fill:url(#radialGradient3907-5);fill-opacity:1;stroke:none"
|
||||||
sodipodi:type="arc" />
|
sodipodi:type="arc" />
|
||||||
<rect
|
|
||||||
style="fill:url(#radialGradient3909);fill-opacity:1;stroke:none"
|
|
||||||
id="rect3899"
|
|
||||||
width="4.5456862"
|
|
||||||
height="45.456863"
|
|
||||||
x="543.74017"
|
|
||||||
y="173.52946"
|
|
||||||
ry="2.2728431" />
|
|
||||||
<rect
|
|
||||||
ry="2.2728431"
|
|
||||||
y="173.52946"
|
|
||||||
x="590.60834"
|
|
||||||
height="45.456863"
|
|
||||||
width="4.5456862"
|
|
||||||
id="rect3901"
|
|
||||||
style="fill:url(#radialGradient3911);fill-opacity:1;stroke:none" />
|
|
||||||
</g>
|
</g>
|
||||||
<g
|
<g
|
||||||
inkscape:label="#g3722"
|
inkscape:label="#g3722"
|
||||||
transform="matrix(0.93879118,0,0,0.93879118,26.496058,-53.054838)"
|
transform="matrix(0.93879118,0,0,0.93879118,58.788537,-13.930904)"
|
||||||
id="satellite-sbas">
|
id="satellite-sbas">
|
||||||
<path
|
<path
|
||||||
sodipodi:type="arc"
|
sodipodi:type="arc"
|
||||||
style="fill:#fd700b;fill-opacity:1;stroke:#ff5721;stroke-width:1.56471384000000002;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
style="fill:#fd700b;fill-opacity:1;stroke:#ff5721;stroke-width:1.56471384;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
id="path3915"
|
id="path3915"
|
||||||
sodipodi:cx="569.28571"
|
sodipodi:cx="569.28571"
|
||||||
sodipodi:cy="195.93361"
|
sodipodi:cy="195.93361"
|
||||||
sodipodi:rx="20.714285"
|
sodipodi:rx="20.714285"
|
||||||
sodipodi:ry="20.714285"
|
sodipodi:ry="20.714285"
|
||||||
d="M 589.99999,195.93361 C 589.99999,207.37379 580.72589,216.64789 569.28571,216.64789 C 557.84552,216.64789 548.57142,207.37379 548.57142,195.93361 C 548.57142,184.49343 557.84552,175.21932 569.28571,175.21932 C 580.72589,175.21932 589.99999,184.49343 589.99999,195.93361 z"
|
d="M 589.99999,195.93361 A 20.714285,20.714285 0 1 1 548.57142,195.93361 A 20.714285,20.714285 0 1 1 589.99999,195.93361 z"
|
||||||
transform="translate(0.08444214,2.2540576e-8)" />
|
transform="translate(0.08444214,2.2540576e-8)" />
|
||||||
<rect
|
|
||||||
style="fill:#fd700b;fill-opacity:1;stroke:#ff5721;stroke-width:1.56477822999999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="rect3917"
|
|
||||||
width="4.5456862"
|
|
||||||
height="45.456863"
|
|
||||||
x="590.45447"
|
|
||||||
y="173.52946"
|
|
||||||
ry="2.2728431" />
|
|
||||||
<rect
|
|
||||||
ry="2.2728431"
|
|
||||||
y="173.52946"
|
|
||||||
x="543.74017"
|
|
||||||
height="45.456863"
|
|
||||||
width="4.5456862"
|
|
||||||
id="rect3919"
|
|
||||||
style="fill:#fd700b;fill-opacity:1;stroke:#ff5721;stroke-width:1.56471384000000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
|
||||||
<path
|
<path
|
||||||
transform="translate(0.08444218,-2.2540576e-8)"
|
transform="translate(0.08444218,-2.2540576e-8)"
|
||||||
d="M 589.99999,195.93361 C 589.99999,207.37379 580.72589,216.64789 569.28571,216.64789 C 557.84552,216.64789 548.57142,207.37379 548.57142,195.93361 C 548.57142,184.49343 557.84552,175.21932 569.28571,175.21932 C 580.72589,175.21932 589.99999,184.49343 589.99999,195.93361 z"
|
d="M 589.99999,195.93361 A 20.714285,20.714285 0 1 1 548.57142,195.93361 A 20.714285,20.714285 0 1 1 589.99999,195.93361 z"
|
||||||
sodipodi:ry="20.714285"
|
sodipodi:ry="20.714285"
|
||||||
sodipodi:rx="20.714285"
|
sodipodi:rx="20.714285"
|
||||||
sodipodi:cy="195.93361"
|
sodipodi:cy="195.93361"
|
||||||
sodipodi:cx="569.28571"
|
sodipodi:cx="569.28571"
|
||||||
id="path3921"
|
id="path3921"
|
||||||
style="fill:url(#radialGradient3937);fill-opacity:1;stroke:none;filter:url(#filter3985)"
|
style="fill:url(#radialGradient3937-6);fill-opacity:1;stroke:none;filter:url(#filter3985-6)"
|
||||||
sodipodi:type="arc" />
|
sodipodi:type="arc" />
|
||||||
<rect
|
|
||||||
style="fill:url(#radialGradient3939);fill-opacity:1;stroke:none"
|
|
||||||
id="rect3923"
|
|
||||||
width="4.5456862"
|
|
||||||
height="45.456863"
|
|
||||||
x="543.74017"
|
|
||||||
y="173.52946"
|
|
||||||
ry="2.2728431" />
|
|
||||||
<rect
|
|
||||||
ry="2.2728431"
|
|
||||||
y="173.52946"
|
|
||||||
x="590.60834"
|
|
||||||
height="45.456863"
|
|
||||||
width="4.5456862"
|
|
||||||
id="rect3925"
|
|
||||||
style="fill:url(#radialGradient3941);fill-opacity:1;stroke:none" />
|
|
||||||
</g>
|
</g>
|
||||||
<g
|
<g
|
||||||
id="sat-sbas-notSeen"
|
id="sat-sbas-notSeen"
|
||||||
transform="matrix(0.93879118,0,0,0.93879118,94.496058,-53.054838)"
|
transform="matrix(0.93879118,0,0,0.93879118,126.78854,-13.930904)"
|
||||||
inkscape:label="#g3722"
|
inkscape:label="#g3722"
|
||||||
style="opacity:0.4">
|
style="opacity:0.4">
|
||||||
<path
|
<path
|
||||||
transform="translate(0.08444214,2.2540576e-8)"
|
transform="translate(0.08444214,2.2540576e-8)"
|
||||||
d="M 589.99999,195.93361 C 589.99999,207.37379 580.72589,216.64789 569.28571,216.64789 C 557.84552,216.64789 548.57142,207.37379 548.57142,195.93361 C 548.57142,184.49343 557.84552,175.21932 569.28571,175.21932 C 580.72589,175.21932 589.99999,184.49343 589.99999,195.93361 z"
|
d="M 589.99999,195.93361 A 20.714285,20.714285 0 1 1 548.57142,195.93361 A 20.714285,20.714285 0 1 1 589.99999,195.93361 z"
|
||||||
sodipodi:ry="20.714285"
|
sodipodi:ry="20.714285"
|
||||||
sodipodi:rx="20.714285"
|
sodipodi:rx="20.714285"
|
||||||
sodipodi:cy="195.93361"
|
sodipodi:cy="195.93361"
|
||||||
@ -924,56 +1575,24 @@
|
|||||||
id="path4003"
|
id="path4003"
|
||||||
style="fill:#fd700b;fill-opacity:1;stroke:#ff5721;stroke-width:1.56471384;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
style="fill:#fd700b;fill-opacity:1;stroke:#ff5721;stroke-width:1.56471384;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
sodipodi:type="arc" />
|
sodipodi:type="arc" />
|
||||||
<rect
|
|
||||||
ry="2.2728431"
|
|
||||||
y="173.52946"
|
|
||||||
x="590.45447"
|
|
||||||
height="45.456863"
|
|
||||||
width="4.5456862"
|
|
||||||
id="rect4005"
|
|
||||||
style="fill:#fd700b;fill-opacity:1;stroke:#ff5721;stroke-width:1.56477821;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
|
||||||
<rect
|
|
||||||
style="fill:#fd700b;fill-opacity:1;stroke:#ff5721;stroke-width:1.56471384;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="rect4007"
|
|
||||||
width="4.5456862"
|
|
||||||
height="45.456863"
|
|
||||||
x="543.74017"
|
|
||||||
y="173.52946"
|
|
||||||
ry="2.2728431" />
|
|
||||||
<path
|
<path
|
||||||
sodipodi:type="arc"
|
sodipodi:type="arc"
|
||||||
style="fill:url(#radialGradient4015);fill-opacity:1;stroke:none;filter:url(#filter3985)"
|
style="fill:url(#radialGradient4015-9);fill-opacity:1;stroke:none;filter:url(#filter3985-6)"
|
||||||
id="path4009"
|
id="path4009"
|
||||||
sodipodi:cx="569.28571"
|
sodipodi:cx="569.28571"
|
||||||
sodipodi:cy="195.93361"
|
sodipodi:cy="195.93361"
|
||||||
sodipodi:rx="20.714285"
|
sodipodi:rx="20.714285"
|
||||||
sodipodi:ry="20.714285"
|
sodipodi:ry="20.714285"
|
||||||
d="M 589.99999,195.93361 C 589.99999,207.37379 580.72589,216.64789 569.28571,216.64789 C 557.84552,216.64789 548.57142,207.37379 548.57142,195.93361 C 548.57142,184.49343 557.84552,175.21932 569.28571,175.21932 C 580.72589,175.21932 589.99999,184.49343 589.99999,195.93361 z"
|
d="M 589.99999,195.93361 A 20.714285,20.714285 0 1 1 548.57142,195.93361 A 20.714285,20.714285 0 1 1 589.99999,195.93361 z"
|
||||||
transform="translate(0.08444218,-2.2540576e-8)" />
|
transform="translate(0.08444218,-2.2540576e-8)" />
|
||||||
<rect
|
|
||||||
ry="2.2728431"
|
|
||||||
y="173.52946"
|
|
||||||
x="543.74017"
|
|
||||||
height="45.456863"
|
|
||||||
width="4.5456862"
|
|
||||||
id="rect4011"
|
|
||||||
style="fill:url(#radialGradient4017);fill-opacity:1;stroke:none" />
|
|
||||||
<rect
|
|
||||||
style="fill:url(#radialGradient4019);fill-opacity:1;stroke:none"
|
|
||||||
id="rect4013"
|
|
||||||
width="4.5456862"
|
|
||||||
height="45.456863"
|
|
||||||
x="590.60834"
|
|
||||||
y="173.52946"
|
|
||||||
ry="2.2728431" />
|
|
||||||
</g>
|
</g>
|
||||||
<g
|
<g
|
||||||
id="satellite-glonass"
|
id="satellite-glonass"
|
||||||
transform="matrix(0.93879118,0,0,0.93879118,26.496058,-109.05484)"
|
transform="matrix(0.93879118,0,0,0.93879118,58.788537,-69.930914)"
|
||||||
inkscape:label="#g3722">
|
inkscape:label="#g3722">
|
||||||
<path
|
<path
|
||||||
transform="translate(0.08444214,2.2540576e-8)"
|
transform="translate(0.08444214,2.2540576e-8)"
|
||||||
d="M 589.99999,195.93361 C 589.99999,207.37379 580.72589,216.64789 569.28571,216.64789 C 557.84552,216.64789 548.57142,207.37379 548.57142,195.93361 C 548.57142,184.49343 557.84552,175.21932 569.28571,175.21932 C 580.72589,175.21932 589.99999,184.49343 589.99999,195.93361 z"
|
d="M 589.99999,195.93361 A 20.714285,20.714285 0 1 1 548.57142,195.93361 A 20.714285,20.714285 0 1 1 589.99999,195.93361 z"
|
||||||
sodipodi:ry="20.714285"
|
sodipodi:ry="20.714285"
|
||||||
sodipodi:rx="20.714285"
|
sodipodi:rx="20.714285"
|
||||||
sodipodi:cy="195.93361"
|
sodipodi:cy="195.93361"
|
||||||
@ -981,52 +1600,20 @@
|
|||||||
id="path4023"
|
id="path4023"
|
||||||
style="fill:#008ef3;fill-opacity:1;stroke:#0061f3;stroke-width:1.56471384;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
style="fill:#008ef3;fill-opacity:1;stroke:#0061f3;stroke-width:1.56471384;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
sodipodi:type="arc" />
|
sodipodi:type="arc" />
|
||||||
<rect
|
|
||||||
ry="2.2728431"
|
|
||||||
y="173.52946"
|
|
||||||
x="590.45447"
|
|
||||||
height="45.456863"
|
|
||||||
width="4.5456862"
|
|
||||||
id="rect4025"
|
|
||||||
style="fill:#008ef3;fill-opacity:1;stroke:#0061f3;stroke-width:1.56477821;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
|
||||||
<rect
|
|
||||||
style="fill:#008ef3;fill-opacity:1;stroke:#0061f3;stroke-width:1.56471384;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="rect4027"
|
|
||||||
width="4.5456862"
|
|
||||||
height="45.456863"
|
|
||||||
x="543.74017"
|
|
||||||
y="173.52946"
|
|
||||||
ry="2.2728431" />
|
|
||||||
<path
|
<path
|
||||||
sodipodi:type="arc"
|
sodipodi:type="arc"
|
||||||
style="fill:url(#radialGradient4035);fill-opacity:1;stroke:none;filter:url(#filter3985)"
|
style="fill:url(#radialGradient4035-7);fill-opacity:1;stroke:none;filter:url(#filter3985-6)"
|
||||||
id="path4029"
|
id="path4029"
|
||||||
sodipodi:cx="569.28571"
|
sodipodi:cx="569.28571"
|
||||||
sodipodi:cy="195.93361"
|
sodipodi:cy="195.93361"
|
||||||
sodipodi:rx="20.714285"
|
sodipodi:rx="20.714285"
|
||||||
sodipodi:ry="20.714285"
|
sodipodi:ry="20.714285"
|
||||||
d="M 589.99999,195.93361 C 589.99999,207.37379 580.72589,216.64789 569.28571,216.64789 C 557.84552,216.64789 548.57142,207.37379 548.57142,195.93361 C 548.57142,184.49343 557.84552,175.21932 569.28571,175.21932 C 580.72589,175.21932 589.99999,184.49343 589.99999,195.93361 z"
|
d="M 589.99999,195.93361 A 20.714285,20.714285 0 1 1 548.57142,195.93361 A 20.714285,20.714285 0 1 1 589.99999,195.93361 z"
|
||||||
transform="translate(0.08444218,2.2540576e-8)" />
|
transform="translate(0.08444218,2.2540576e-8)" />
|
||||||
<rect
|
|
||||||
ry="2.2728431"
|
|
||||||
y="173.52946"
|
|
||||||
x="543.74017"
|
|
||||||
height="45.456863"
|
|
||||||
width="4.5456862"
|
|
||||||
id="rect4031"
|
|
||||||
style="fill:url(#radialGradient4037);fill-opacity:1;stroke:none" />
|
|
||||||
<rect
|
|
||||||
style="fill:url(#radialGradient4039);fill-opacity:1;stroke:none"
|
|
||||||
id="rect4033"
|
|
||||||
width="4.5456862"
|
|
||||||
height="45.456863"
|
|
||||||
x="590.60834"
|
|
||||||
y="173.52946"
|
|
||||||
ry="2.2728431" />
|
|
||||||
</g>
|
</g>
|
||||||
<g
|
<g
|
||||||
inkscape:label="#g3722"
|
inkscape:label="#g3722"
|
||||||
transform="matrix(0.93879118,0,0,0.93879118,94.496058,-109.05484)"
|
transform="matrix(0.93879118,0,0,0.93879118,126.78854,-69.930914)"
|
||||||
id="sat-glonass-notSeen"
|
id="sat-glonass-notSeen"
|
||||||
style="opacity:0.4">
|
style="opacity:0.4">
|
||||||
<path
|
<path
|
||||||
@ -1037,50 +1624,19 @@
|
|||||||
sodipodi:cy="195.93361"
|
sodipodi:cy="195.93361"
|
||||||
sodipodi:rx="20.714285"
|
sodipodi:rx="20.714285"
|
||||||
sodipodi:ry="20.714285"
|
sodipodi:ry="20.714285"
|
||||||
d="M 589.99999,195.93361 C 589.99999,207.37379 580.72589,216.64789 569.28571,216.64789 C 557.84552,216.64789 548.57142,207.37379 548.57142,195.93361 C 548.57142,184.49343 557.84552,175.21932 569.28571,175.21932 C 580.72589,175.21932 589.99999,184.49343 589.99999,195.93361 z"
|
d="M 589.99999,195.93361 A 20.714285,20.714285 0 1 1 548.57142,195.93361 A 20.714285,20.714285 0 1 1 589.99999,195.93361 z"
|
||||||
transform="translate(0.08444214,2.2540576e-8)" />
|
transform="translate(0.08444214,2.2540576e-8)" />
|
||||||
<rect
|
|
||||||
style="fill:#008ef3;fill-opacity:1;stroke:#0061f3;stroke-width:1.56477821;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="rect4045"
|
|
||||||
width="4.5456862"
|
|
||||||
height="45.456863"
|
|
||||||
x="590.45447"
|
|
||||||
y="173.52946"
|
|
||||||
ry="2.2728431" />
|
|
||||||
<rect
|
|
||||||
ry="2.2728431"
|
|
||||||
y="173.52946"
|
|
||||||
x="543.74017"
|
|
||||||
height="45.456863"
|
|
||||||
width="4.5456862"
|
|
||||||
id="rect4047"
|
|
||||||
style="fill:#008ef3;fill-opacity:1;stroke:#0061f3;stroke-width:1.56471384;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
|
||||||
<path
|
<path
|
||||||
transform="translate(0.08444218,2.2540576e-8)"
|
transform="translate(0.08444218,2.2540576e-8)"
|
||||||
d="M 589.99999,195.93361 C 589.99999,207.37379 580.72589,216.64789 569.28571,216.64789 C 557.84552,216.64789 548.57142,207.37379 548.57142,195.93361 C 548.57142,184.49343 557.84552,175.21932 569.28571,175.21932 C 580.72589,175.21932 589.99999,184.49343 589.99999,195.93361 z"
|
d="M 589.99999,195.93361 A 20.714285,20.714285 0 1 1 548.57142,195.93361 A 20.714285,20.714285 0 1 1 589.99999,195.93361 z"
|
||||||
sodipodi:ry="20.714285"
|
sodipodi:ry="20.714285"
|
||||||
sodipodi:rx="20.714285"
|
sodipodi:rx="20.714285"
|
||||||
sodipodi:cy="195.93361"
|
sodipodi:cy="195.93361"
|
||||||
sodipodi:cx="569.28571"
|
sodipodi:cx="569.28571"
|
||||||
id="path4049"
|
id="path4049"
|
||||||
style="fill:url(#radialGradient4055);fill-opacity:1;stroke:none;filter:url(#filter3985)"
|
style="fill:url(#radialGradient4055-2);fill-opacity:1;stroke:none;filter:url(#filter3985-6)"
|
||||||
sodipodi:type="arc" />
|
sodipodi:type="arc" />
|
||||||
<rect
|
</g>
|
||||||
style="fill:url(#radialGradient4057);fill-opacity:1;stroke:none"
|
|
||||||
id="rect4051"
|
|
||||||
width="4.5456862"
|
|
||||||
height="45.456863"
|
|
||||||
x="543.74017"
|
|
||||||
y="173.52946"
|
|
||||||
ry="2.2728431" />
|
|
||||||
<rect
|
|
||||||
ry="2.2728431"
|
|
||||||
y="173.52946"
|
|
||||||
x="590.60834"
|
|
||||||
height="45.456863"
|
|
||||||
width="4.5456862"
|
|
||||||
id="rect4053"
|
|
||||||
style="fill:url(#radialGradient4059);fill-opacity:1;stroke:none" />
|
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 119 KiB |
@ -13,7 +13,7 @@
|
|||||||
height="266.91373"
|
height="266.91373"
|
||||||
id="svg2"
|
id="svg2"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
inkscape:version="0.47 r22583"
|
inkscape:version="0.48.5 r10040"
|
||||||
sodipodi:docname="marker.svg">
|
sodipodi:docname="marker.svg">
|
||||||
<defs
|
<defs
|
||||||
id="defs4">
|
id="defs4">
|
||||||
@ -32,17 +32,19 @@
|
|||||||
borderopacity="1.0"
|
borderopacity="1.0"
|
||||||
inkscape:pageopacity="0.0"
|
inkscape:pageopacity="0.0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="0.49497475"
|
inkscape:zoom="1.4481878"
|
||||||
inkscape:cx="-190.24238"
|
inkscape:cx="88.375982"
|
||||||
inkscape:cy="166.06585"
|
inkscape:cy="166.06585"
|
||||||
inkscape:document-units="px"
|
inkscape:document-units="px"
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:window-width="1366"
|
inkscape:window-width="1280"
|
||||||
inkscape:window-height="693"
|
inkscape:window-height="928"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="27"
|
||||||
inkscape:window-maximized="1" />
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:snap-page="true"
|
||||||
|
inkscape:snap-object-midpoints="true" />
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata7">
|
id="metadata7">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
@ -61,24 +63,24 @@
|
|||||||
id="layer1"
|
id="layer1"
|
||||||
transform="translate(-81.1701,-431.51432)">
|
transform="translate(-81.1701,-431.51432)">
|
||||||
<path
|
<path
|
||||||
style="fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
sodipodi:type="arc"
|
||||||
d="m 140.0395,436.51432 74.24621,90.91372 74.24621,-90.91372 -148.49242,0 z"
|
style="color:#000000;fill:none;stroke:#ff0405;stroke-width:62.96201527;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||||
id="path2816"
|
id="path2987"
|
||||||
sodipodi:nodetypes="cccc" />
|
sodipodi:cx="132.45686"
|
||||||
|
sodipodi:cy="133.45686"
|
||||||
|
sodipodi:rx="132.45686"
|
||||||
|
sodipodi:ry="133.45686"
|
||||||
|
d="M 264.91373,133.45686 A 132.45686,133.45686 0 1 1 0,133.45686 A 132.45686,133.45686 0 1 1 264.91373,133.45686 z"
|
||||||
|
transform="matrix(0.63530368,0,0,0.63530368,130.16715,480.18555)" />
|
||||||
<path
|
<path
|
||||||
sodipodi:nodetypes="cccc"
|
style="fill:none;stroke:#ff0405;stroke-width:40;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
id="path3592"
|
d="M 214.31748,698.42805 L 214.31748,431.51432"
|
||||||
d="m 140.0395,693.42804 74.24621,-90.91372 74.24621,90.91372 -148.49242,0 z"
|
id="path3757"
|
||||||
style="fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
inkscape:connector-curvature="0" />
|
||||||
<path
|
<path
|
||||||
style="fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
inkscape:connector-curvature="0"
|
||||||
d="m 341.08382,639.82266 -90.91372,-74.24621 90.91372,-74.24621 0,148.49242 z"
|
id="path3759"
|
||||||
id="path3594"
|
d="M 347.77435,564.97118 L 80.860621,564.97118"
|
||||||
sodipodi:nodetypes="cccc" />
|
style="fill:none;stroke:#ff0405;stroke-width:40;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||||
<path
|
|
||||||
sodipodi:nodetypes="cccc"
|
|
||||||
id="path3598"
|
|
||||||
d="m 86.1701,639.82266 90.91372,-74.24621 -90.91372,-74.24621 0,148.49242 z"
|
|
||||||
style="fill:#ff0000;fill-opacity:1;stroke:#ff0000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
@ -3,5 +3,6 @@
|
|||||||
<file>images/gpsEarth.svg</file>
|
<file>images/gpsEarth.svg</file>
|
||||||
<file>images/flatEarth.png</file>
|
<file>images/flatEarth.png</file>
|
||||||
<file>images/marker.svg</file>
|
<file>images/marker.svg</file>
|
||||||
|
<file>font/digital-7.ttf</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user