Merge lp:~inkscape.dev/inkscape/simplify into lp:~inkscape.dev/inkscape/trunk

Proposed by Jabiertxof
Status: Merged
Approved by: Jabiertxof
Approved revision: 13298
Merge reported by: su_v
Merged at revision: not available
Proposed branch: lp:~inkscape.dev/inkscape/simplify
Merge into: lp:~inkscape.dev/inkscape/trunk
Diff against target: 58141 lines (+9230/-48372)
17 files modified
po/POTFILES.skip (+1/-0)
share/icons/icons.svg (+89/-28)
share/icons/symbolic_icons.svg (+115/-100)
share/icons/tango_icons.svg (+8351/-48237)
src/live_effects/CMakeLists.txt (+4/-0)
src/live_effects/Makefile_insert (+2/-0)
src/live_effects/effect-enum.h (+1/-0)
src/live_effects/effect.cpp (+11/-3)
src/live_effects/lpe-simplify.cpp (+290/-0)
src/live_effects/lpe-simplify.h (+59/-0)
src/live_effects/parameter/Makefile_insert (+2/-0)
src/live_effects/parameter/togglebutton.cpp (+154/-0)
src/live_effects/parameter/togglebutton.h (+67/-0)
src/ui/tools/node-tool.cpp (+5/-3)
src/ui/tools/node-tool.h (+1/-1)
src/ui/widget/registered-widget.cpp (+53/-0)
src/ui/widget/registered-widget.h (+25/-0)
To merge this branch: bzr merge lp:~inkscape.dev/inkscape/simplify
Reviewer Review Type Date Requested Status
Martin Owens Approve
Review via email: mp+216434@code.launchpad.net

Description of the change

Simplify a path by non destructive LPE.

To post a comment you must log in.
Revision history for this message
Martin Owens (doctormo) wrote :

Code Review: Looks nice and clean, no errors or items I can spot.

Compile: Compiles perfectly with trunk

Packaging: Not tested

Use: Works well and certainly looks really nice on the canvas.

UX Design: There are extra colons at the end of labels and a tooltip. These should be removed. The three text inputs should be grouped and put into a grid with the right alignment. i.e. labels aligned right and boxes all the same size or aligned right if not possible to size.

An added item might be to turn the checkboxes into toggle buttons like many of the existing UI toggles for instance the toggles on the snap menu. These could then be aliened together on a single line.

But these items are not enough to stop a merge, so I'm saying Approved.

review: Approve (full)
lp:~inkscape.dev/inkscape/simplify updated
13287. By Jabiertxof <email address hidden>

Removed extra colons and reorder widgets

13288. By Jabiertxof <email address hidden>

update to trunk

13289. By Jabiertxof <email address hidden>

Fixes some UX Design Pounted by Martin Owens

13290. By Jabiertxof <email address hidden>

update to trunk

Revision history for this message
Jabiertxof (jabiertxof) wrote :

Thanks very much Martin for the review.

I grouped the scalar widgets, and remove the extra colons.

About the align of this scalar widgets, this changes affect to all LPE because is handled by a scalar parameter used in a lot of LPE's.

About the radio button instead a checkbox, there is two checkbox that need to be checkbox, the other two need an extra option to tell work as default.

Sorry if dont explain well. Regards, Jabier.

Revision history for this message
Martin Owens (doctormo) wrote :
Revision history for this message
Jabiertxof (jabiertxof) wrote :

Ahhhh. Think is easy to implement this new LPE parameter. I attemp to do today.

Revision history for this message
Martin Owens (doctormo) wrote :

These are the widgets used in the toolbar. A single icon inside the button (no text). with tooltip.

Revision history for this message
Jabiertxof (jabiertxof) wrote :

I have it working, now a bit of cleanup

lp:~inkscape.dev/inkscape/simplify updated
13291. By Jabiertxof <email address hidden>

Added UX Design improvements pointed by Martin Owens

Revision history for this message
Jabiertxof (jabiertxof) wrote :

Now finish your UX Design Sugerences Martin.

Revision history for this message
su_v (suv-lp) wrote :

On 2014-04-22 15:15 +0100, Jabiertxof wrote:
> Now finish your UX Design Sugerences Martin.

Just a comment from a user with a small screen (13") (and no UX
expertise): the old version had a more compact dialog which saved canvas
screen estate, instead of adding unused empty areas in the dialog itself
and in the dock overall:

<https://www.dropbox.com/s/23pi1gm58lvhgnv/Simplify-UX-questions-3.png>
(r13290 on the left, r13291 on the right)

lp:~inkscape.dev/inkscape/simplify updated
13292. By Jabiertxof <email address hidden>

Reduce button sizes pointed by suv

Revision history for this message
Jabiertxof (jabiertxof) wrote :

Thanks for the feedback suv. I update the text strings and now more compact, there is a tooltip to better explain it, but some translations maybe need diferent sizes.

Revision history for this message
Martin Owens (doctormo) wrote :

I see the buttons, I was suggesting icons so all 4 fit on one line.

Revision history for this message
su_v (suv-lp) wrote :

On 2014-04-22 17:41 +0100, Martin Owens wrote:
> I see the buttons, I was suggesting icons so all 4 fit on one line.

Could you explain what was wrong with the original checkboxes? They are
used in other path effects as well, and I haven't seen a lot of
complaints by users about them...

Revision history for this message
Jabiertxof (jabiertxof) wrote :

> I see the buttons, I was suggesting icons so all 4 fit on one line.
But for me seems dificult find a comprensibe icons for "Paths separately" and for "Just coalesce".
I also think is better helper butttons are separated from this two last buttons.

Revision history for this message
Jabiertxof (jabiertxof) wrote :

> On 2014-04-22 17:41 +0100, Martin Owens wrote:
> > I see the buttons, I was suggesting icons so all 4 fit on one line.
>
> Could you explain what was wrong with the original checkboxes? They are
> used in other path effects as well, and I haven't seen a lot of
> complaints by users about them...

This is not for me but: I dont think diferences except the ability to add a integrated icon. But the new parameter is done so, it can help anoter effect better in the future.

lp:~inkscape.dev/inkscape/simplify updated
13293. By Jabiertxof <email address hidden>

Added two extra decimal to finetune threhold
Changed threshold spin buttons steps from 0.001 to 0.0001
Fix a bug hidding helper paths

13294. By Jabiertxof <email address hidden>

update to trunk

Revision history for this message
Martin Owens (doctormo) wrote :

fair, pass!

review: Approve
lp:~inkscape.dev/inkscape/simplify updated
13295. By Jabiertxof <email address hidden>

update to trunk

13296. By Jabiertxof <email address hidden>

actualizando CMakeList.txt

13297. By Jabiertxof <email address hidden>

update to trunk

13298. By Jabiertxof <email address hidden>

update to trunk

13299. By Jabiertxof <email address hidden>

update to trunk

13300. By Jabiertxof <email address hidden>

update to trunk

13301. By Jabiertxof <email address hidden>

Updated toggle button to:
Handle icons, labels or both
Handle diferent state -active/inactive- icons, label or both
Apply it to simplify lpe, the only effect using toggle button till now

13302. By Jabiertxof <email address hidden>

update to trunk

13303. By Jabiertxof <email address hidden>

Added LiamW fixes

13304. By Jabiertxof <email address hidden>

update to trunk

13305. By Jabiertxof <email address hidden>

Added two on/off buttons to icons files and to the lpe simplify

13306. By Jabiertxof <email address hidden>

fix bspline icon

13307. By root <email address hidden>

Fixed missing icons pointed by su_v

13308. By root <email address hidden>

Fixing icons

13309. By Jabiertxof <email address hidden>

Fixed alignaments of toggle buttons

13310. By Jabiertxof <email address hidden>

update to trunk

13311. By Jabiertxof <email address hidden>

update to trunk

13312. By Jabiertxof <email address hidden>

fix bug on compiling

13313. By Jabiertxof <email address hidden>

fix bug on compiling

13314. By Jabiertxof <email address hidden>

update to trunk

13315. By Jabiertxof <email address hidden>

Better helper paths sugested by suv

13316. By Jabiertxof <email address hidden>

Simplify path info pointed by Liam

13317. By Jabiertxof <email address hidden>

Code refactor: now lines draw ok when handle is degenerate or cirle handle is biger then the distance to node. also remove code duplication at loop

Revision history for this message
su_v (suv-lp) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'po/POTFILES.skip'
2--- po/POTFILES.skip 2010-01-14 08:13:09 +0000
3+++ po/POTFILES.skip 2014-08-11 03:01:08 +0000
4@@ -25,6 +25,7 @@
5 src/live_effects/lpe-tangent_to_curve.cpp
6 src/live_effects/lpe-test-doEffect-stack.cpp
7 src/live_effects/lpe-text_label.cpp
8+src/live_effects/lpe-simplify.cpp
9 src/lpe-tool-context.cpp
10 src/ui/dialog/session-player.cpp
11 src/ui/dialog/whiteboard-connect.cpp
12
13=== modified file 'share/icons/icons.svg'
14--- share/icons/icons.svg 2014-06-13 16:06:01 +0000
15+++ share/icons/icons.svg 2014-08-11 03:01:08 +0000
16@@ -863,8 +863,49 @@
17 <linearGradient inkscape:collect="always" xlink:href="#linearGradient10331" id="linearGradient10337" x1="255.513" y1="92.579002" x2="264.6582" y2="83.394058" gradientUnits="userSpaceOnUse" />
18 <linearGradient inkscape:collect="always" xlink:href="#linearGradient10331" id="linearGradient10372" gradientUnits="userSpaceOnUse" x1="255.513" y1="92.579002" x2="264.6582" y2="83.394058" />
19 <linearGradient inkscape:collect="always" xlink:href="#linearGradient10331" id="linearGradient10399" gradientUnits="userSpaceOnUse" x1="255.513" y1="92.579002" x2="264.6582" y2="83.394058" />
20+<linearGradient inkscape:collect="always" xlink:href="#linearGradient10359" id="linearGradient33193" gradientUnits="userSpaceOnUse" x1="14.56176" y1="185.4726" x2="22.91343" y2="193.8308" />
21+<linearGradient id="linearGradient10359" inkscape:collect="always">
22+<stop id="stop10361" offset="0" style="stop-color:#c80000" />
23+<stop id="stop10363" offset="1" style="stop-color:#f99e9e;stop-opacity:1" />
24+</linearGradient>
25+<linearGradient inkscape:collect="always" xlink:href="#linearGradient3480-8-6" id="linearGradient33195" gradientUnits="userSpaceOnUse" x1="7.859756" y1="190.7533" x2="25.59999" y2="190.0497" />
26+<linearGradient id="linearGradient3480-8-6">
27+<stop id="stop3482-9-9" offset="0.0000000" style="stop-color:#646464;stop-opacity:1.0000000;" />
28+<stop id="stop3484-6-1" offset="1.0000000" style="stop-color:#000000;stop-opacity:1.0000000;" />
29+</linearGradient>
30+<linearGradient inkscape:collect="always" xlink:href="#linearGradient3480-8-6" id="linearGradient33210" gradientUnits="userSpaceOnUse" x1="11.04291" y1="190.3311" x2="23.16458" y2="191.3432" />
31+<linearGradient id="linearGradient13055">
32+<stop id="stop13057" offset="0.0000000" style="stop-color:#646464;stop-opacity:1.0000000;" />
33+<stop id="stop13059" offset="1.0000000" style="stop-color:#000000;stop-opacity:1.0000000;" />
34+</linearGradient>
35+<linearGradient inkscape:collect="always" xlink:href="#linearGradient3480-3" id="linearGradient33212" gradientUnits="userSpaceOnUse" x1="11.04291" y1="190.3311" x2="21.57254" y2="190.0497" />
36+<linearGradient id="linearGradient3480-3">
37+<stop id="stop3482-8" offset="0.0000000" style="stop-color:#646464;stop-opacity:1.0000000;" />
38+<stop id="stop3484-5" offset="1.0000000" style="stop-color:#000000;stop-opacity:1.0000000;" />
39+</linearGradient>
40+<linearGradient inkscape:collect="always" xlink:href="#linearGradient10359" id="linearGradient33191" gradientUnits="userSpaceOnUse" x1="24.49481" y1="214.0368" x2="14.87818" y2="201.604" />
41+<linearGradient inkscape:collect="always" xlink:href="#linearGradient10349" id="linearGradient33206" gradientUnits="userSpaceOnUse" x1="14.95977" y1="203.6547" x2="23.60995" y2="211.0178" />
42+<linearGradient inkscape:collect="always" id="linearGradient10349">
43+<stop style="stop-color:#a2f156;stop-opacity:1;" offset="0" id="stop10351" />
44+<stop style="stop-color:#a2f156;stop-opacity:0;" offset="1" id="stop10353" />
45+</linearGradient>
46+<linearGradient inkscape:collect="always" xlink:href="#linearGradient3480-8-6" id="linearGradient33208" gradientUnits="userSpaceOnUse" x1="8.364343" y1="207.3121" x2="25.59999" y2="207.5353" />
47+<linearGradient id="linearGradient13077">
48+<stop id="stop13079" offset="0.0000000" style="stop-color:#646464;stop-opacity:1.0000000;" />
49+<stop id="stop13081" offset="1.0000000" style="stop-color:#000000;stop-opacity:1.0000000;" />
50+</linearGradient>
51+<linearGradient inkscape:collect="always" xlink:href="#linearGradient3480-8-6" id="linearGradient33214" gradientUnits="userSpaceOnUse" x1="11.89733" y1="207.3945" x2="22.12529" y2="207.5352" />
52+<linearGradient id="linearGradient13084">
53+<stop id="stop13086" offset="0.0000000" style="stop-color:#646464;stop-opacity:1.0000000;" />
54+<stop id="stop13088" offset="1.0000000" style="stop-color:#000000;stop-opacity:1.0000000;" />
55+</linearGradient>
56+<linearGradient inkscape:collect="always" xlink:href="#linearGradient900-2" id="linearGradient33204" gradientUnits="userSpaceOnUse" x1="14.22924" y1="201.6041" x2="23.09063" y2="212.7821" />
57+<linearGradient id="linearGradient900-2">
58+<stop id="stop1014-7" offset="0.0000000" style="stop-color:#e4ffa6;stop-opacity:1.0000000;" />
59+<stop id="stop1015-3" offset="1.0000000" style="stop-color:#3a7801;stop-opacity:1.0000000;" />
60+</linearGradient>
61 </defs>
62-<sodipodi:namedview inkscape:guide-bbox="true" inkscape:current-layer="svg1" inkscape:grid-bbox="true" inkscape:pageopacity="1.0000000" pagecolor="#e8e8e4" snaptoguides="true" showguides="true" inkscape:window-y="0" inkscape:window-x="40" inkscape:window-height="745" inkscape:window-width="1326" inkscape:cy="417.9499" inkscape:cx="364.8285" inkscape:zoom="3.343024" gridtolerance="6" snaptogrid="false" showgrid="false" id="base" inkscape:document-units="px" inkscape:grid-points="true" guidetolerance="8" fill="#8ab3de" stroke="#646464" inkscape:object-nodes="false" objecttolerance="11" inkscape:snap-bbox="false" inkscape:snap-nodes="true" inkscape:bbox-nodes="false" inkscape:bbox-paths="false" inkscape:snap-global="false" inkscape:snap-center="false" inkscape:snap-midpoints="false" inkscape:snap-intersection-paths="true" inkscape:object-paths="false" inkscape:snap-object-midpoints="true" inkscape:window-maximized="1" inkscape:snap-grids="true" inkscape:snap-smooth-nodes="false" inkscape:snap-text-baseline="false" inkscape:snap-page="true" inkscape:snap-bbox-midpoints="false" inkscape:snap-bbox-edge-midpoints="false">
63+<sodipodi:namedview inkscape:guide-bbox="true" inkscape:current-layer="svg1" inkscape:grid-bbox="true" inkscape:pageopacity="1.0000000" pagecolor="#e8e8e4" snaptoguides="true" showguides="true" inkscape:window-y="27" inkscape:window-x="0" inkscape:window-height="933" inkscape:window-width="1280" inkscape:cy="524.4164" inkscape:cx="202.9399" inkscape:zoom="0.835756" gridtolerance="6" snaptogrid="false" showgrid="false" id="base" inkscape:document-units="px" inkscape:grid-points="true" guidetolerance="8" fill="#8ab3de" stroke="#646464" inkscape:object-nodes="false" objecttolerance="11" inkscape:snap-bbox="false" inkscape:snap-nodes="true" inkscape:bbox-nodes="false" inkscape:bbox-paths="false" inkscape:snap-global="false" inkscape:snap-center="false" inkscape:snap-midpoints="false" inkscape:snap-intersection-paths="true" inkscape:object-paths="false" inkscape:snap-object-midpoints="true" inkscape:window-maximized="1" inkscape:snap-grids="true" inkscape:snap-smooth-nodes="false" inkscape:snap-text-baseline="false" inkscape:snap-page="true" inkscape:snap-bbox-midpoints="false" inkscape:snap-bbox-edge-midpoints="false">
64 <inkscape:grid type="xygrid" id="grid9252" originx="0px" originy="0px" spacingx="0.5px" spacingy="0.5px" empspacing="2" visible="true" enabled="true" snapvisiblegridlinesonly="true" />
65 <sodipodi:guide orientation="0,1" position="630.08101,968.02815" id="guide4946" />
66 <sodipodi:guide orientation="0,1" position="618.47896,943.93157" id="guide4948" />
67@@ -887,7 +928,7 @@
68 <dc:title>Inkscape Developers</dc:title>
69 </cc:Agent>
70 </dc:rights>
71-<dc:title></dc:title>
72+<dc:title />
73 </cc:Work>
74 <cc:License rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
75 <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction" />
76@@ -3857,70 +3898,90 @@
77 <path sodipodi:type="arc" style="color:#000000;color-interpolation:sRGB;color-interpolation-filters:linearRGB;fill:none;stroke:#c80000;stroke-width:0.9166215;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:0.9166215, 0.9166215;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto" id="path11051-8" sodipodi:cx="337.3443" sodipodi:cy="163.0209" sodipodi:rx="3.963478" sodipodi:ry="4.113043" d="m 341.3078,163.0209 c 0,2.2716 -1.7745,4.113 -3.9635,4.113 -2.189,0 -3.9635,-1.8414 -3.9635,-4.113 0,-2.2716 1.7745,-4.113 3.9635,-4.113 2.189,0 3.9635,1.8414 3.9635,4.113 z" transform="matrix(1.101789,0,0,1.080243,-44.03243,-59.90819)" />
78 </g>
79 <g id="pack-more">
80-<rect y="235" x="350" height="16" width="16" style="fill:none" />
81-<g style="fill:#98b6d6;fill-opacity:0.70;stroke:#000000">
82- <rect x="351.5" y="236.5" width="3" height="3"/>
83- <rect x="356.5" y="236.5" width="3" height="3"/>
84- <rect x="361.5" y="236.5" width="3" height="3"/>
85- <rect x="351.5" y="241.5" width="3" height="3"/>
86- <rect x="356.5" y="241.5" width="3" height="3"/>
87- <rect x="361.5" y="241.5" width="3" height="3"/>
88- <rect x="351.5" y="246.5" width="3" height="3"/>
89- <rect x="356.5" y="246.5" width="3" height="3"/>
90- <rect x="361.5" y="246.5" width="3" height="3"/>
91+<rect y="235" x="350" height="16" width="16" style="fill:none" id="rect19733" />
92+<g style="fill:#98b6d6;fill-opacity:0.70;stroke:#000000" id="g19735">
93+<rect x="351.5" y="236.5" width="3" height="3" id="rect19737" />
94+<rect x="356.5" y="236.5" width="3" height="3" id="rect19739" />
95+<rect x="361.5" y="236.5" width="3" height="3" id="rect19741" />
96+<rect x="351.5" y="241.5" width="3" height="3" id="rect19743" />
97+<rect x="356.5" y="241.5" width="3" height="3" id="rect19745" />
98+<rect x="361.5" y="241.5" width="3" height="3" id="rect19747" />
99+<rect x="351.5" y="246.5" width="3" height="3" id="rect19749" />
100+<rect x="356.5" y="246.5" width="3" height="3" id="rect19751" />
101+<rect x="361.5" y="246.5" width="3" height="3" id="rect19753" />
102 </g>
103 </g>
104 <g id="pack-less">
105-<rect y="215" x="350" height="16" width="16" style="fill:none" />
106-<g style="fill:#98b6d6;fill-opacity:0.70;stroke:#000000">
107- <rect x="351.5" y="216.5" width="5" height="5"/>
108- <rect x="359.5" y="216.5" width="5" height="5"/>
109- <rect x="351.5" y="224.5" width="5" height="5"/>
110- <rect x="359.5" y="224.5" width="5" height="5"/>
111+<rect y="215" x="350" height="16" width="16" style="fill:none" id="rect19756" />
112+<g style="fill:#98b6d6;fill-opacity:0.70;stroke:#000000" id="g19758">
113+<rect x="351.5" y="216.5" width="5" height="5" id="rect19760" />
114+<rect x="359.5" y="216.5" width="5" height="5" id="rect19762" />
115+<rect x="351.5" y="224.5" width="5" height="5" id="rect19764" />
116+<rect x="359.5" y="224.5" width="5" height="5" id="rect19766" />
117 </g>
118 </g>
119 <g id="boundingbox_top_left" transform="translate(998.14709,-107)" inkscape:label="#boundingbox_top_left" style="display:inline">
120 <rect y="475" x="-262.14709" height="16" width="16" id="rect7835" style="fill:none;stroke:none" />
121 <path sodipodi:nodetypes="ccccccc" inkscape:connector-curvature="0" id="path7837" d="m -257.64708,489.5 0,-10 10,0 0,2 -8,0 0,8 z" style="fill:#ffffff;fill-opacity:1;stroke:#888a85;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
122-<path transform="matrix(1.05938,0,0,1.0593804,-645.21436,-1289.4664)" d="m 370.56324,1670.7562 a 3.7757924,3.7757924 0 0 1 -3.77579,3.7758 3.7757924,3.7757924 0 0 1 -3.7758,-3.7758 3.7757924,3.7757924 0 0 1 3.7758,-3.7758 3.7757924,3.7757924 0 0 1 3.77579,3.7758 z" sodipodi:ry="3.7757924" sodipodi:rx="3.7757924" sodipodi:cy="1670.7562" sodipodi:cx="366.78745" id="path7824" style="fill:url(#radialSnotBall);fill-opacity:1;stroke:#3a7304;stroke-width:0.94394815;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.33333325;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" sodipodi:type="arc" />
123+<path transform="matrix(1.05938,0,0,1.0593804,-645.21436,-1289.4664)" d="m 370.5632,1670.756 c 0,2.086 -1.6904,3.776 -3.7758,3.776 -2.0853,0 -3.7757,-1.69 -3.7757,-3.776 0,-2.085 1.6904,-3.776 3.7757,-3.776 2.0854,0 3.7758,1.691 3.7758,3.776 z" sodipodi:ry="3.7757924" sodipodi:rx="3.7757924" sodipodi:cy="1670.7562" sodipodi:cx="366.78745" id="path7824" style="fill:url(#radialSnotBall);fill-opacity:1;stroke:#3a7304;stroke-width:0.94394815;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.33333325;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" sodipodi:type="arc" />
124 </g>
125 <g id="boundingbox_top" transform="translate(1022.1471,-107)" style="display:inline">
126 <rect style="fill:none;stroke:none" id="rect7846" width="16" height="16" x="-262.14709" y="475" />
127 <path style="fill:#ffffff;fill-opacity:1;stroke:#888a85;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" d="m -260.64708,479.5 13,0 0,2 -13,0 z" id="path7848" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc" />
128-<path sodipodi:type="arc" style="fill:url(#radialSnotBall);fill-opacity:1;stroke:#3a7304;stroke-width:0.94394815;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.33333325;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" id="path7850" sodipodi:cx="366.78745" sodipodi:cy="1670.7562" sodipodi:rx="3.7757924" sodipodi:ry="3.7757924" d="m 370.56324,1670.7562 a 3.7757924,3.7757924 0 0 1 -3.77579,3.7758 3.7757924,3.7757924 0 0 1 -3.7758,-3.7758 3.7757924,3.7757924 0 0 1 3.7758,-3.7758 3.7757924,3.7757924 0 0 1 3.77579,3.7758 z" transform="matrix(1.05938,0,0,1.0593804,-642.71436,-1289.4664)" />
129+<path sodipodi:type="arc" style="fill:url(#radialSnotBall);fill-opacity:1;stroke:#3a7304;stroke-width:0.94394815;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.33333325;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" id="path7850" sodipodi:cx="366.78745" sodipodi:cy="1670.7562" sodipodi:rx="3.7757924" sodipodi:ry="3.7757924" d="m 370.5632,1670.756 c 0,2.086 -1.6904,3.776 -3.7758,3.776 -2.0853,0 -3.7757,-1.69 -3.7757,-3.776 0,-2.085 1.6904,-3.776 3.7757,-3.776 2.0854,0 3.7758,1.691 3.7758,3.776 z" transform="matrix(1.05938,0,0,1.0593804,-642.71436,-1289.4664)" />
130 </g>
131 <g id="boundingbox_top_right" transform="matrix(0,1,-1,0,1275,630.14709)" style="display:inline">
132 <rect style="fill:none;stroke:none" id="rect7856" width="16" height="16" x="-262.14709" y="475" />
133 <path style="fill:#ffffff;fill-opacity:1;stroke:#888a85;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" d="m -257.64708,489.5 0,-10 10,0 0,2 -8,0 0,8 z" id="path7858" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccc" />
134-<path sodipodi:type="arc" style="fill:url(#radialSnotBall);fill-opacity:1;stroke:#3a7304;stroke-width:0.94394815;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.33333325;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" id="path7860" sodipodi:cx="366.78745" sodipodi:cy="1670.7562" sodipodi:rx="3.7757924" sodipodi:ry="3.7757924" d="m 370.56324,1670.7562 a 3.7757924,3.7757924 0 0 1 -3.77579,3.7758 3.7757924,3.7757924 0 0 1 -3.7758,-3.7758 3.7757924,3.7757924 0 0 1 3.7758,-3.7758 3.7757924,3.7757924 0 0 1 3.77579,3.7758 z" transform="matrix(1.05938,0,0,1.0593804,-645.21436,-1289.4664)" />
135+<path sodipodi:type="arc" style="fill:url(#radialSnotBall);fill-opacity:1;stroke:#3a7304;stroke-width:0.94394815;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.33333325;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" id="path7860" sodipodi:cx="366.78745" sodipodi:cy="1670.7562" sodipodi:rx="3.7757924" sodipodi:ry="3.7757924" d="m 370.5632,1670.756 c 0,2.086 -1.6904,3.776 -3.7758,3.776 -2.0853,0 -3.7757,-1.69 -3.7757,-3.776 0,-2.085 1.6904,-3.776 3.7757,-3.776 2.0854,0 3.7758,1.691 3.7758,3.776 z" transform="matrix(1.05938,0,0,1.0593804,-645.21436,-1289.4664)" />
136 </g>
137 <g transform="matrix(0,1,-1,0,1275,654.14709)" id="boundingbox_right" style="display:inline">
138 <rect y="475" x="-262.14709" height="16" width="16" id="rect7864" style="fill:none;stroke:none" />
139 <path sodipodi:nodetypes="ccccc" inkscape:connector-curvature="0" id="path7866" d="m -260.64708,479.5 13,0 0,2 -13,0 z" style="fill:#ffffff;fill-opacity:1;stroke:#888a85;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
140-<path transform="matrix(1.05938,0,0,1.0593804,-642.71436,-1289.4664)" d="m 370.56324,1670.7562 a 3.7757924,3.7757924 0 0 1 -3.77579,3.7758 3.7757924,3.7757924 0 0 1 -3.7758,-3.7758 3.7757924,3.7757924 0 0 1 3.7758,-3.7758 3.7757924,3.7757924 0 0 1 3.77579,3.7758 z" sodipodi:ry="3.7757924" sodipodi:rx="3.7757924" sodipodi:cy="1670.7562" sodipodi:cx="366.78745" id="path7868" style="fill:url(#radialSnotBall);fill-opacity:1;stroke:#3a7304;stroke-width:0.94394815;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.33333325;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" sodipodi:type="arc" />
141+<path transform="matrix(1.05938,0,0,1.0593804,-642.71436,-1289.4664)" d="m 370.5632,1670.756 c 0,2.086 -1.6904,3.776 -3.7758,3.776 -2.0853,0 -3.7757,-1.69 -3.7757,-3.776 0,-2.085 1.6904,-3.776 3.7757,-3.776 2.0854,0 3.7758,1.691 3.7758,3.776 z" sodipodi:ry="3.7757924" sodipodi:rx="3.7757924" sodipodi:cy="1670.7562" sodipodi:cx="366.78745" id="path7868" style="fill:url(#radialSnotBall);fill-opacity:1;stroke:#3a7304;stroke-width:0.94394815;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.33333325;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" sodipodi:type="arc" />
142 </g>
143 <g transform="matrix(-1,0,0,-1,537.85291,907)" id="boundingbox_bottom_right" style="display:inline">
144 <rect y="475" x="-262.14709" height="16" width="16" id="rect7876" style="fill:none;stroke:none" />
145 <path sodipodi:nodetypes="ccccccc" inkscape:connector-curvature="0" id="path7878" d="m -257.64708,489.5 0,-10 10,0 0,2 -8,0 0,8 z" style="fill:#ffffff;fill-opacity:1;stroke:#888a85;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
146-<path transform="matrix(1.05938,0,0,1.0593804,-645.21436,-1289.4664)" d="m 370.56324,1670.7562 a 3.7757924,3.7757924 0 0 1 -3.77579,3.7758 3.7757924,3.7757924 0 0 1 -3.7758,-3.7758 3.7757924,3.7757924 0 0 1 3.7758,-3.7758 3.7757924,3.7757924 0 0 1 3.77579,3.7758 z" sodipodi:ry="3.7757924" sodipodi:rx="3.7757924" sodipodi:cy="1670.7562" sodipodi:cx="366.78745" id="path7880" style="fill:url(#radialSnotBall);fill-opacity:1;stroke:#3a7304;stroke-width:0.94394815;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.33333325;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" sodipodi:type="arc" />
147+<path transform="matrix(1.05938,0,0,1.0593804,-645.21436,-1289.4664)" d="m 370.5632,1670.756 c 0,2.086 -1.6904,3.776 -3.7758,3.776 -2.0853,0 -3.7757,-1.69 -3.7757,-3.776 0,-2.085 1.6904,-3.776 3.7757,-3.776 2.0854,0 3.7758,1.691 3.7758,3.776 z" sodipodi:ry="3.7757924" sodipodi:rx="3.7757924" sodipodi:cy="1670.7562" sodipodi:cx="366.78745" id="path7880" style="fill:url(#radialSnotBall);fill-opacity:1;stroke:#3a7304;stroke-width:0.94394815;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.33333325;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" sodipodi:type="arc" />
148 </g>
149 <g id="boundingbox_bottom" transform="matrix(-1,0,0,-1,513.85291,907)" style="display:inline">
150 <rect style="fill:none;stroke:none" id="rect7884" width="16" height="16" x="-262.14709" y="475" />
151 <path style="fill:#ffffff;fill-opacity:1;stroke:#888a85;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" d="m -260.64708,479.5 13,0 0,2 -13,0 z" id="path7886" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc" />
152-<path sodipodi:type="arc" style="fill:url(#radialSnotBall);fill-opacity:1;stroke:#3a7304;stroke-width:0.94394815;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.33333325;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" id="path7888" sodipodi:cx="366.78745" sodipodi:cy="1670.7562" sodipodi:rx="3.7757924" sodipodi:ry="3.7757924" d="m 370.56324,1670.7562 a 3.7757924,3.7757924 0 0 1 -3.77579,3.7758 3.7757924,3.7757924 0 0 1 -3.7758,-3.7758 3.7757924,3.7757924 0 0 1 3.7758,-3.7758 3.7757924,3.7757924 0 0 1 3.77579,3.7758 z" transform="matrix(1.05938,0,0,1.0593804,-642.71436,-1289.4664)" />
153+<path sodipodi:type="arc" style="fill:url(#radialSnotBall);fill-opacity:1;stroke:#3a7304;stroke-width:0.94394815;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.33333325;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" id="path7888" sodipodi:cx="366.78745" sodipodi:cy="1670.7562" sodipodi:rx="3.7757924" sodipodi:ry="3.7757924" d="m 370.5632,1670.756 c 0,2.086 -1.6904,3.776 -3.7758,3.776 -2.0853,0 -3.7757,-1.69 -3.7757,-3.776 0,-2.085 1.6904,-3.776 3.7757,-3.776 2.0854,0 3.7758,1.691 3.7758,3.776 z" transform="matrix(1.05938,0,0,1.0593804,-642.71436,-1289.4664)" />
154 </g>
155 <g id="boundingbox_bottom_left" transform="matrix(0,-1,1,0,261,169.85291)" style="display:inline">
156 <rect style="fill:none;stroke:none" id="rect7896" width="16" height="16" x="-262.14709" y="475" />
157 <path style="fill:#ffffff;fill-opacity:1;stroke:#888a85;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" d="m -257.64708,489.5 0,-10 10,0 0,2 -8,0 0,8 z" id="path7898" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccc" />
158-<path sodipodi:type="arc" style="fill:url(#radialSnotBall);fill-opacity:1;stroke:#3a7304;stroke-width:0.94394815;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.33333325;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" id="path7900" sodipodi:cx="366.78745" sodipodi:cy="1670.7562" sodipodi:rx="3.7757924" sodipodi:ry="3.7757924" d="m 370.56324,1670.7562 a 3.7757924,3.7757924 0 0 1 -3.77579,3.7758 3.7757924,3.7757924 0 0 1 -3.7758,-3.7758 3.7757924,3.7757924 0 0 1 3.7758,-3.7758 3.7757924,3.7757924 0 0 1 3.77579,3.7758 z" transform="matrix(1.05938,0,0,1.0593804,-645.21436,-1289.4664)" />
159+<path sodipodi:type="arc" style="fill:url(#radialSnotBall);fill-opacity:1;stroke:#3a7304;stroke-width:0.94394815;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.33333325;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" id="path7900" sodipodi:cx="366.78745" sodipodi:cy="1670.7562" sodipodi:rx="3.7757924" sodipodi:ry="3.7757924" d="m 370.5632,1670.756 c 0,2.086 -1.6904,3.776 -3.7758,3.776 -2.0853,0 -3.7757,-1.69 -3.7757,-3.776 0,-2.085 1.6904,-3.776 3.7757,-3.776 2.0854,0 3.7758,1.691 3.7758,3.776 z" transform="matrix(1.05938,0,0,1.0593804,-645.21436,-1289.4664)" />
160 </g>
161 <g transform="matrix(0,-1,1,0,261,145.85291)" id="boundingbox_left" style="display:inline">
162 <rect y="475" x="-262.14709" height="16" width="16" id="rect7905" style="fill:none;stroke:none" />
163 <path sodipodi:nodetypes="ccccc" inkscape:connector-curvature="0" id="path7907" d="m -260.64708,479.5 13,0 0,2 -13,0 z" style="fill:#ffffff;fill-opacity:1;stroke:#888a85;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
164-<path transform="matrix(1.05938,0,0,1.0593804,-642.71436,-1289.4664)" d="m 370.56324,1670.7562 a 3.7757924,3.7757924 0 0 1 -3.77579,3.7758 3.7757924,3.7757924 0 0 1 -3.7758,-3.7758 3.7757924,3.7757924 0 0 1 3.7758,-3.7758 3.7757924,3.7757924 0 0 1 3.77579,3.7758 z" sodipodi:ry="3.7757924" sodipodi:rx="3.7757924" sodipodi:cy="1670.7562" sodipodi:cx="366.78745" id="path7909" style="fill:url(#radialSnotBall);fill-opacity:1;stroke:#3a7304;stroke-width:0.94394815;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.33333325;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" sodipodi:type="arc" />
165+<path transform="matrix(1.05938,0,0,1.0593804,-642.71436,-1289.4664)" d="m 370.5632,1670.756 c 0,2.086 -1.6904,3.776 -3.7758,3.776 -2.0853,0 -3.7757,-1.69 -3.7757,-3.776 0,-2.085 1.6904,-3.776 3.7757,-3.776 2.0854,0 3.7758,1.691 3.7758,3.776 z" sodipodi:ry="3.7757924" sodipodi:rx="3.7757924" sodipodi:cy="1670.7562" sodipodi:cx="366.78745" id="path7909" style="fill:url(#radialSnotBall);fill-opacity:1;stroke:#3a7304;stroke-width:0.94394815;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.33333325;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" sodipodi:type="arc" />
166 </g>
167 <g transform="translate(1022.1471,-83)" id="boundingbox_center" style="display:inline">
168 <rect y="475" x="-262.14709" height="16" width="16" id="rect7917" style="fill:none;stroke:none" />
169-<path transform="matrix(1.05938,0,0,1.0593804,-642.71438,-1286.9664)" d="m 370.56324,1670.7562 a 3.7757924,3.7757924 0 0 1 -3.77579,3.7758 3.7757924,3.7757924 0 0 1 -3.7758,-3.7758 3.7757924,3.7757924 0 0 1 3.7758,-3.7758 3.7757924,3.7757924 0 0 1 3.77579,3.7758 z" sodipodi:ry="3.7757924" sodipodi:rx="3.7757924" sodipodi:cy="1670.7562" sodipodi:cx="366.78745" id="path7922" style="fill:url(#radialSnotBall);fill-opacity:1;stroke:#3a7304;stroke-width:0.94394815;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.33333325;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" sodipodi:type="arc" />
170+<path transform="matrix(1.05938,0,0,1.0593804,-642.71438,-1286.9664)" d="m 370.5632,1670.756 c 0,2.086 -1.6904,3.776 -3.7758,3.776 -2.0853,0 -3.7757,-1.69 -3.7757,-3.776 0,-2.085 1.6904,-3.776 3.7757,-3.776 2.0854,0 3.7758,1.691 3.7758,3.776 z" sodipodi:ry="3.7757924" sodipodi:rx="3.7757924" sodipodi:cy="1670.7562" sodipodi:cx="366.78745" id="path7922" style="fill:url(#radialSnotBall);fill-opacity:1;stroke:#3a7304;stroke-width:0.94394815;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.33333325;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" sodipodi:type="arc" />
171+</g>
172+<g id="path-mode-bspline" transform="matrix(1.395066,-1.366399,1.366399,1.395066,-466.9364,1306.511)" inkscape:label="#bspline_mode">
173+<path inkscape:connector-curvature="0" style="color:#000000;fill:none;stroke:#0000ff;stroke-width:0.9960949;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline" d="m 961.8604,56.03607 c 0,0 1.3781,-1.49823 3.2604,-1.76058 1.8823,-0.26235 3.5841,1.78013 3.5841,1.78013" id="path-mode-spiro-3-8-8" sodipodi:nodetypes="czc" inkscape:label="#spiro_splines_mode" />
174+<path inkscape:connector-curvature="0" sodipodi:nodetypes="ccc" id="path6177-8-2" d="m 960.716,54.82044 4.5038,-4.57407 4.5738,4.47984" style="fill:none;stroke:#646464;stroke-width:0.7501467;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
175+<rect y="-639.9971" x="724.2002" height="1.022964" width="1.022542" id="rect8372-9-8" style="color:#000000;fill:#6464ff;fill-opacity:0.3921569;fill-rule:evenodd;stroke:#6464ff;stroke-width:0.2557612;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" transform="matrix(0.7144089,0.6997285,-0.6997285,0.7144089,0,0)" />
176+<rect transform="matrix(0.7144089,0.6997285,-0.6997285,0.7144089,0,0)" style="color:#000000;fill:#6464ff;fill-opacity:0.3921569;fill-rule:evenodd;stroke:#6464ff;stroke-width:0.2557612;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" id="rect6941" width="1.022542" height="1.022964" x="724.2002" y="-633.3398" />
177+<rect y="-639.9971" x="730.8575" height="1.022964" width="1.022542" id="rect6954" style="color:#000000;fill:#6464ff;fill-opacity:0.3921569;fill-rule:evenodd;stroke:#6464ff;stroke-width:0.2557612;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline" transform="matrix(0.7144089,0.6997285,-0.6997285,0.7144089,0,0)" />
178+</g>
179+<g id="on" transform="translate(658.5112,-35.5352)">
180+<ellipse style="text-decoration:none;color:#000000;fill:url(#linearGradient33206);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient33208);stroke-width:1;stroke-linecap:butt;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="ellipse10646" cx="18.48884" cy="207.5353" rx="6.611154" ry="6.515604" d="m 25.09999,207.5353 c 0,3.5985 -2.95991,6.5156 -6.61115,6.5156 -3.65124,0 -6.61115,-2.9171 -6.61115,-6.5156 0,-3.5985 2.95991,-6.5156 6.61115,-6.5156 3.65124,0 6.61115,2.9171 6.61115,6.5156 z" sodipodi:cx="18.48884" sodipodi:cy="207.5353" sodipodi:rx="6.611154" sodipodi:ry="6.515604" transform="translate(-1.031494e-7,-4.35791e-5)" />
181+<path sodipodi:nodetypes="ccc" inkscape:connector-curvature="0" id="path10653" d="m 15.35239,207.5955 2.03195,1.896 4.24095,-3.9125" style="text-decoration:none;color:#000000;fill:none;stroke:url(#linearGradient33214);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
182+<ellipse transform="matrix(0.8723531,0,0,0.8723531,2.360043,26.49119)" sodipodi:ry="6.515604" sodipodi:rx="6.611154" sodipodi:cy="207.5353" sodipodi:cx="18.48884" ry="6.515604" rx="6.611154" cy="207.5353" cx="18.48884" id="ellipse10289" style="text-decoration:none;color:#000000;fill:none;stroke:url(#linearGradient33204);stroke-width:1;stroke-linecap:butt;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" d="m 25.09999,207.5353 c 0,3.5985 -2.95991,6.5156 -6.61115,6.5156 -3.65124,0 -6.61115,-2.9171 -6.61115,-6.5156 0,-3.5985 2.95991,-6.5156 6.61115,-6.5156 3.65124,0 6.61115,2.9171 6.61115,6.5156 z" />
183+<rect style="color:#000000;fill:none;stroke:none;stroke-width:0.531496;marker:none;display:inline" id="rect9056-1" width="15.99999" height="15.99999" x="10.48884" y="199.5352" />
184+</g>
185+<g id="off" transform="translate(634.5112,-18.0497)">
186+<ellipse ry="6.515604" rx="6.611154" cy="190.0497" cx="18.48884" id="path10622" style="text-decoration:none;color:#000000;fill:url(#linearGradient33193);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient33195);stroke-width:1;stroke-linecap:butt;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" d="m 25.09999,190.0497 c 0,3.5985 -2.95991,6.5156 -6.61115,6.5156 -3.65124,0 -6.61115,-2.9171 -6.61115,-6.5156 0,-3.5985 2.95991,-6.5156 6.61115,-6.5156 3.65124,0 6.61115,2.9171 6.61115,6.5156 z" sodipodi:cx="18.48884" sodipodi:cy="190.0497" sodipodi:rx="6.611154" sodipodi:ry="6.515604" transform="translate(4.896851e-6,2.124023e-6)" />
187+<path inkscape:transform-center-y="3.571599" inkscape:transform-center-x="-5.253213" sodipodi:nodetypes="cc" inkscape:connector-curvature="0" id="path10677" d="m 15.90515,187.466 5.16739,5.1674" style="text-decoration:none;color:#000000;fill:none;stroke:url(#linearGradient33210);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
188+<path style="text-decoration:none;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient33212);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" d="m 21.07254,187.466 -5.16739,5.1674" id="path10688" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" inkscape:transform-center-x="3.571613" inkscape:transform-center-y="5.253199" />
189+<ellipse style="text-decoration:none;color:#000000;fill:none;stroke:url(#linearGradient33191);stroke-width:1;stroke-linecap:butt;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="ellipse10324" cx="18.48884" cy="207.5353" rx="6.611154" ry="6.515604" sodipodi:cx="18.48884" sodipodi:cy="207.5353" sodipodi:rx="6.611154" sodipodi:ry="6.515604" transform="matrix(0.8723531,0,0,0.8723531,2.360048,9.005643)" d="m 25.09999,207.5353 c 0,3.5985 -2.95991,6.5156 -6.61115,6.5156 -3.65124,0 -6.61115,-2.9171 -6.61115,-6.5156 0,-3.5985 2.95991,-6.5156 6.61115,-6.5156 3.65124,0 6.61115,2.9171 6.61115,6.5156 z" />
190+<rect style="color:#000000;fill:none;stroke:none;stroke-width:0.531496;marker:none;display:inline" id="rect9056-0" width="15.99999" height="15.99999" x="10.48885" y="182.0497" />
191 </g>
192 </svg>
193
194=== modified file 'share/icons/symbolic_icons.svg'
195--- share/icons/symbolic_icons.svg 2013-05-16 22:38:41 +0000
196+++ share/icons/symbolic_icons.svg 2014-08-11 03:01:08 +0000
197@@ -1,7 +1,7 @@
198 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
199 <!-- Created with Inkscape (http://www.inkscape.org/) -->
200
201-<svg xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="1250" height="540" id="svg15638" version="1.1" inkscape:version="0.48+devel r" sodipodi:docname="symbolic_icons.svg">
202+<svg xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="1250" height="540" id="svg15638" version="1.1" inkscape:version="0.48.4 r9939" sodipodi:docname="symbolic_icons.svg">
203 <title id="title9623">Inkscape Icon Theme</title>
204 <defs id="defs15640">
205 <inkscape:path-effect effect="spiro" id="path-effect36695" is_visible="true" />
206@@ -13,7 +13,7 @@
207 <linearGradient inkscape:collect="always" xlink:href="#linearGradient19282" id="linearGradient29996" gradientTransform="translate(0,796.7244)" gradientUnits="userSpaceOnUse" />
208 <linearGradient inkscape:collect="always" xlink:href="#linearGradient19282" id="linearGradient29998" gradientTransform="translate(0,796.7244)" gradientUnits="userSpaceOnUse" />
209 </defs>
210-<sodipodi:namedview id="base" pagecolor="#f2f2f2" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="4.956897" inkscape:cx="668" inkscape:cy="196" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" inkscape:window-width="1301" inkscape:window-height="744" inkscape:window-x="65" inkscape:window-y="24" inkscape:window-maximized="1" inkscape:snap-bbox="true" inkscape:bbox-paths="false" inkscape:bbox-nodes="false" inkscape:snap-global="true" showguides="true" inkscape:guide-bbox="true" inkscape:snap-nodes="false" inkscape:snap-object-midpoints="false" inkscape:snap-grids="true" inkscape:snap-to-guides="true" borderlayer="true" inkscape:showpageshadow="false" showborder="false" inkscape:snap-bbox-edge-midpoints="false">
211+<sodipodi:namedview id="base" pagecolor="#f2f2f2" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="1.551103" inkscape:cx="674.2907" inkscape:cy="457.3122" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" inkscape:window-width="1280" inkscape:window-height="933" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" inkscape:snap-bbox="true" inkscape:bbox-paths="false" inkscape:bbox-nodes="false" inkscape:snap-global="true" showguides="true" inkscape:guide-bbox="true" inkscape:snap-nodes="false" inkscape:snap-object-midpoints="false" inkscape:snap-grids="true" inkscape:snap-to-guides="true" borderlayer="true" inkscape:showpageshadow="false" showborder="false" inkscape:snap-bbox-edge-midpoints="false">
212 <inkscape:grid type="xygrid" id="grid15646" empspacing="5" visible="true" enabled="true" snapvisiblegridlinesonly="true" />
213 </sodipodi:namedview>
214 <metadata id="metadata15643">
215@@ -55,9 +55,9 @@
216 </g>
217 <g id="document-cleanup" inkscape:label="#file_vacuum" transform="matrix(0.99690056,0,0,1.0000002,0.04649158,2.0001197)">
218 <path sodipodi:nodetypes="ccsscsscccccsccssccc" style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" d="m 24.733638,588.18037 c 0,0 -0.01281,0.54666 -0.303251,1.0909 -0.29048,0.54426 -0.801932,1.09091 -2.122758,1.09091 -1.116653,0 -3.307629,0 -3.881615,0.13637 -0.638443,0.15168 -1.238624,0.44092 -1.698207,0.95455 -0.459583,0.51361 -0.727803,1.25369 -0.727803,2.18181 0,0.70749 0.130199,1.27268 0.394227,1.70454 0.264027,0.43186 0.655158,0.70901 1.031054,0.85227 0.751791,0.28653 1.535247,0.17046 1.971133,0.17046 l 0,-1.09091 c -0.534518,0 -1.206668,0.0736 -1.667882,-0.10229 -0.230607,-0.0879 -0.385328,-0.23022 -0.515527,-0.44318 -0.130199,-0.21295 -0.242601,-0.54118 -0.242601,-1.0909 0,-0.70824 0.182368,-1.12727 0.454877,-1.43182 0.272509,-0.30457 0.684115,-0.49013 1.213005,-0.61364 0.36171,-0.22726 2.484486,-0.13636 3.669339,-0.13636 1.590385,0 2.534539,-0.81699 2.971862,-1.63637 0.437322,-0.81938 0.424551,-1.63636 0.424551,-1.63636 l -0.970404,0 z" id="path11319" inkscape:connector-curvature="0" />
219-<path transform="matrix(0.15999997,0,0,0.15384586,-23.799991,585.36221)" d="m 280,97.5 c 0,3.5899 -2.7982,6.5 -6.25,6.5 -3.4518,0 -6.25,-2.9101 -6.25,-6.5 0,-3.58985 2.7982,-6.5 6.25,-6.5 C 277.2018,91 280,93.91015 280,97.5 Z" sodipodi:ry="6.5" sodipodi:rx="6.25" sodipodi:cy="97.5" sodipodi:cx="273.75" id="path11327" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.87804985000000002;marker:none;display:inline" sodipodi:type="arc" />
220+<path transform="matrix(0.15999997,0,0,0.15384586,-23.799991,585.36221)" d="m 280,97.5 c 0,3.5899 -2.7982,6.5 -6.25,6.5 -3.4518,0 -6.25,-2.9101 -6.25,-6.5 0,-3.58985 2.7982,-6.5 6.25,-6.5 3.4518,0 6.25,2.91015 6.25,6.5 z" sodipodi:ry="6.5" sodipodi:rx="6.25" sodipodi:cy="97.5" sodipodi:cx="273.75" id="path11327" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8.87804985000000002;marker:none;display:inline" sodipodi:type="arc" />
221 <path inkscape:connector-curvature="0" sodipodi:nodetypes="scccs" id="rect11314" d="m 19,595.36218 c 4,-2 10,-1 10,-1 l 0,6.00035 c 0,0 0.01874,-0.018 -11,-3.5e-4 -2,0 -1,-4 1,-5 z" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline" />
222-<path transform="matrix(0.38951329,0,0,0.38130207,-78.013976,561.70654)" d="m 280,97.5 c 0,3.5899 -2.7982,6.5 -6.25,6.5 -3.4518,0 -6.25,-2.9101 -6.25,-6.5 0,-3.58985 2.7982,-6.5 6.25,-6.5 C 277.2018,91 280,93.91015 280,97.5 Z" sodipodi:ry="6.5" sodipodi:rx="6.25" sodipodi:cy="97.5" sodipodi:cx="273.75" id="path11312" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.54062963000000019;marker:none;display:inline" sodipodi:type="arc" />
223+<path transform="matrix(0.38951329,0,0,0.38130207,-78.013976,561.70654)" d="m 280,97.5 c 0,3.5899 -2.7982,6.5 -6.25,6.5 -3.4518,0 -6.25,-2.9101 -6.25,-6.5 0,-3.58985 2.7982,-6.5 6.25,-6.5 3.4518,0 6.25,2.91015 6.25,6.5 z" sodipodi:ry="6.5" sodipodi:rx="6.25" sodipodi:cy="97.5" sodipodi:cx="273.75" id="path11312" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.54062963000000019;marker:none;display:inline" sodipodi:type="arc" />
224 <rect y="586.40131" x="21.293545" height="2.0342929" width="7.8504539" id="rect11317" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999928000000005;marker:none;display:inline" />
225 <rect y="585.36218" x="15" height="15.999997" width="16" id="rect29219" style="fill:none;stroke:none" />
226 </g>
227@@ -195,7 +195,7 @@
228 <rect style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="rect55503" width="1" height="1" x="55" y="721.36218" />
229 <rect style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="rect55505" width="1" height="1" x="57" y="721.36218" />
230 <path id="rect55539" transform="translate(0,512.36218)" d="M 47 203 L 47 208 L 55 208 L 55 205.5 C 54.833229 205.519 54.671777 205.5625 54.5 205.5625 C 52.723448 205.5625 51.20038 204.5157 50.46875 203 L 47 203 z " style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none;opacity:1" />
231-<path transform="matrix(1.0000003,0,0,1.1666667,0.9999829,478.86217)" d="m 57,201 c 0,1.6569 -1.567,3 -3.5,3 -1.933,0 -3.5,-1.3431 -3.5,-3 0,-1.6569 1.567,-3 3.5,-3 C 55.433,198 57,199.3431 57,201 Z" sodipodi:ry="3" sodipodi:rx="3.5" sodipodi:cy="201" sodipodi:cx="53.5" id="path55541" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none;opacity:1" sodipodi:type="arc" />
232+<path transform="matrix(1.0000003,0,0,1.1666667,0.9999829,478.86217)" d="m 57,201 c 0,1.6569 -1.567,3 -3.5,3 -1.933,0 -3.5,-1.3431 -3.5,-3 0,-1.6569 1.567,-3 3.5,-3 1.933,0 3.5,1.3431 3.5,3 z" sodipodi:ry="3" sodipodi:rx="3.5" sodipodi:cy="201" sodipodi:cx="53.5" id="path55541" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none;opacity:1" sodipodi:type="arc" />
233 </g>
234 <g id="edit-select-none" inkscape:label="#selection_deselect">
235 <g transform="translate(0,20)" id="g55605" inkscape:label="#selection_select_all">
236@@ -229,7 +229,7 @@
237 <rect style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none;opacity:0.29999999999999999" id="rect55661" width="1" height="1" x="55" y="721.36218" />
238 <rect style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none;opacity:0.29999999999999999" id="rect55663" width="1" height="1" x="57" y="721.36218" />
239 <path inkscape:connector-curvature="0" id="path55665" transform="translate(0,512.36218)" d="m 47,203 0,5 8,0 0,-2.5 c -0.166771,0.019 -0.328223,0.0625 -0.5,0.0625 -1.776552,0 -3.29962,-1.0468 -4.03125,-2.5625 L 47,203 z" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none;opacity:0.29999999999999999" />
240-<path transform="matrix(1.0000003,0,0,1.1666667,0.9999829,478.86217)" d="m 57,201 c 0,1.6569 -1.567,3 -3.5,3 -1.933,0 -3.5,-1.3431 -3.5,-3 0,-1.6569 1.567,-3 3.5,-3 C 55.433,198 57,199.3431 57,201 Z" sodipodi:ry="3" sodipodi:rx="3.5" sodipodi:cy="201" sodipodi:cx="53.5" id="path55667" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none;opacity:0.29999999999999999" sodipodi:type="arc" />
241+<path transform="matrix(1.0000003,0,0,1.1666667,0.9999829,478.86217)" d="m 57,201 c 0,1.6569 -1.567,3 -3.5,3 -1.933,0 -3.5,-1.3431 -3.5,-3 0,-1.6569 1.567,-3 3.5,-3 1.933,0 3.5,1.3431 3.5,3 z" sodipodi:ry="3" sodipodi:rx="3.5" sodipodi:cy="201" sodipodi:cx="53.5" id="path55667" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none;opacity:0.29999999999999999" sodipodi:type="arc" />
242 </g>
243 </g>
244 <g id="edit-select-invert" inkscape:label="#selection_invert">
245@@ -579,7 +579,7 @@
246 </g>
247 </g>
248 <path id="path23473" transform="translate(0,512.36218)" d="M 83 381 C 79.686292 381 79 382.99999 77 384.5 C 79 386 79.686292 388 83 388 C 86.313708 388 87 386 89 384.5 C 87 382.99999 86.313708 381 83 381 z M 83 382 C 84.656854 382 86 383.11929 86 384.5 C 86 385.88071 84.656854 387 83 387 C 81.343146 387 80 385.88071 80 384.5 C 80 383.11929 81.343146 382 83 382 z " style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" />
249-<path transform="matrix(1.21875,0,0,1.5,-18.125,319.36218)" d="m 84,385 c 0,0.5523 -0.44772,1 -1,1 -0.55228,0 -1,-0.4477 -1,-1 0,-0.5523 0.44772,-1 1,-1 C 83.55228,384 84,384.4477 84,385 Z" sodipodi:ry="1" sodipodi:rx="1" sodipodi:cy="385" sodipodi:cx="83" id="path23477" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
250+<path transform="matrix(1.21875,0,0,1.5,-18.125,319.36218)" d="m 84,385 c 0,0.5523 -0.44772,1 -1,1 -0.55228,0 -1,-0.4477 -1,-1 0,-0.5523 0.44772,-1 1,-1 0.55228,0 1,0.4477 1,1 z" sodipodi:ry="1" sodipodi:rx="1" sodipodi:cy="385" sodipodi:cx="83" id="path23477" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
251 </g>
252 <g id="layer-new" inkscape:label="#new_layer">
253 <rect ry="1" rx="0" transform="translate(0,512.36218)" y="15" x="105" height="16" width="16" id="rect10817" style="fill:none;fill-opacity:1;stroke:none" />
254@@ -734,7 +734,7 @@
255 <rect y="587.36218" x="148" height="3" width="3" id="rect11967" style="fill:url(#linearGradient19282);stroke:none;fill-opacity:1" />
256 <rect y="600.36218" x="135" height="3.0000026" width="3" id="rect11969" style="fill:url(#linearGradient19282);stroke:none;fill-opacity:1" />
257 <rect y="600.36218" x="148" height="3.0000026" width="3" id="rect11971" style="fill:url(#linearGradient19282);stroke:none;fill-opacity:1" />
258-<path transform="translate(0,512.36218)" d="m 144,82.5 c 0,1.933 -1.567,3.5 -3.5,3.5 -1.933,0 -3.5,-1.567 -3.5,-3.5 0,-1.933 1.567,-3.5 3.5,-3.5 C 142.433,79 144,80.567 144,82.5 Z" sodipodi:ry="3.5" sodipodi:rx="3.5" sodipodi:cy="82.5" sodipodi:cx="140.5" id="path11973" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
259+<path transform="translate(0,512.36218)" d="m 144,82.5 c 0,1.933 -1.567,3.5 -3.5,3.5 -1.933,0 -3.5,-1.567 -3.5,-3.5 0,-1.933 1.567,-3.5 3.5,-3.5 1.933,0 3.5,1.567 3.5,3.5 z" sodipodi:ry="3.5" sodipodi:rx="3.5" sodipodi:cy="82.5" sodipodi:cx="140.5" id="path11973" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
260 <path id="rect11975" transform="translate(0,512.36218)" d="M 144.9375 82 C 144.95624 82.166771 145 82.328223 145 82.5 C 145 84.813505 143.24609 86.685111 141 86.9375 L 141 88 L 147 88 L 147 82 L 144.9375 82 z " style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" />
261 </g>
262 <g id="object-ungroup" inkscape:label="#selection_ungroup">
263@@ -742,7 +742,7 @@
264 <rect style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="rect12013" width="2" height="1.9999974" x="136" y="608.36218" />
265 <rect style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="rect12015" width="2" height="1.9999974" x="148" y="610.36218" />
266 <rect style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="rect12019" width="2" height="2.0000026" x="148" y="620.36218" />
267-<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path12021" sodipodi:cx="140.5" sodipodi:cy="82.5" sodipodi:rx="3.5" sodipodi:ry="3.5" d="m 144,82.5 c 0,1.933 -1.567,3.5 -3.5,3.5 -1.933,0 -3.5,-1.567 -3.5,-3.5 0,-1.933 1.567,-3.5 3.5,-3.5 C 142.433,79 144,80.567 144,82.5 Z" transform="translate(0.5,531.36218)" />
268+<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path12021" sodipodi:cx="140.5" sodipodi:cy="82.5" sodipodi:rx="3.5" sodipodi:ry="3.5" d="m 144,82.5 c 0,1.933 -1.567,3.5 -3.5,3.5 -1.933,0 -3.5,-1.567 -3.5,-3.5 0,-1.933 1.567,-3.5 3.5,-3.5 1.933,0 3.5,1.567 3.5,3.5 z" transform="translate(0.5,531.36218)" />
269 <path style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" d="m 145.9375,613.36218 c 0.0187,0.16677 0.0625,0.32822 0.0625,0.5 0,2.3135 -1.75391,4.18511 -4,4.4375 l 0,1.0625 6,0 0,-6 -2.0625,0 z" id="path12023" inkscape:connector-curvature="0" />
270 <rect y="608.36218" x="144" height="1.9999974" width="2" id="rect12039" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" />
271 <rect style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="rect12041" width="2" height="1.9999974" x="136" y="617.36218" />
272@@ -821,7 +821,7 @@
273 <g id="dialog-transform" inkscape:label="#object_transform">
274 <rect transform="translate(0,512.36218)" y="275" x="135" height="16" width="16" id="rect18662" style="fill:none;fill-opacity:1;stroke:none" />
275 <path style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" d="M 143.5 275 C 139.91014 275 137 277.91015 137 281.5 C 137 281.67107 137.01825 281.83226 137.03125 282 L 135 282 L 138 285 L 141 282 L 139.0625 282 C 139.0438 281.83323 139 281.67178 139 281.5 C 139 279.01472 141.01472 277 143.5 277 C 143.67178 277 143.83323 277.0438 144 277.0625 C 144.16677 277.0438 144.32822 277 144.5 277 C 146.98528 277 149 279.01472 149 281.5 C 149 281.67178 148.9562 281.83323 148.9375 282 C 148.9562 282.16677 149 282.32822 149 282.5 C 149 284.98528 146.98528 287 144.5 287 C 144.32822 287 144.16677 286.9562 144 286.9375 L 144 288.96875 C 144.16774 288.98175 144.32893 289 144.5 289 C 148.08986 289 151 286.08985 151 282.5 C 151 282.32893 150.98175 282.16774 150.96875 282 C 150.98175 281.83226 151 281.67107 151 281.5 C 151 277.91015 148.08986 275 144.5 275 C 144.32893 275 144.16774 275.01825 144 275.03125 C 143.83226 275.01825 143.67107 275 143.5 275 z " transform="translate(0,512.36218)" id="path18678" />
276-<path transform="matrix(1.3333333,0,0,1.3333333,-48.666667,417.69551)" d="m 146,282.5 c 0,0.8284 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.6716 -1.5,-1.5 0,-0.8284 0.6716,-1.5 1.5,-1.5 C 145.3284,281 146,281.6716 146,282.5 Z" sodipodi:ry="1.5" sodipodi:rx="1.5" sodipodi:cy="282.5" sodipodi:cx="144.5" id="path18701" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
277+<path transform="matrix(1.3333333,0,0,1.3333333,-48.666667,417.69551)" d="m 146,282.5 c 0,0.8284 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.6716 -1.5,-1.5 0,-0.8284 0.6716,-1.5 1.5,-1.5 0.8284,0 1.5,0.6716 1.5,1.5 z" sodipodi:ry="1.5" sodipodi:rx="1.5" sodipodi:cy="282.5" sodipodi:cx="144.5" id="path18701" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
278 <rect transform="translate(0,512.36218)" y="286" x="135" height="5" width="6" id="rect18705" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" />
279 </g>
280 <g id="dialog-align-and-distribute" inkscape:label="#object_align">
281@@ -847,8 +847,8 @@
282 <path inkscape:connector-curvature="0" id="path8587" d="m 43.059524,-18.992857 c -2.202823,0 -3.992858,1.790033 -3.992858,3.992857 0,2.202825 1.790035,3.992858 3.992858,3.992858 2.202822,0 3.992857,-1.790033 3.992857,-3.992858 0,-2.202824 -1.790035,-3.992857 -3.992857,-3.992857 z m 0,1.052381 C 44.685876,-17.940476 46,-16.626352 46,-15 c 0,1.626353 -1.314124,2.940477 -2.940476,2.940477 -1.626353,0 -2.940477,-1.314124 -2.940477,-2.940477 0,-1.626352 1.314124,-2.940476 2.940477,-2.940476 z" style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans" />
283 <path inkscape:connector-curvature="0" id="path8591" d="m 39.045327,-11.923578 c -2.202823,0 -3.992858,1.790033 -3.992858,3.9928574 0,2.2028242 1.790035,3.9928576 3.992858,3.9928576 2.202822,0 3.992857,-1.7900334 3.992857,-3.9928576 0,-2.2028244 -1.790035,-3.9928574 -3.992857,-3.9928574 z m 0,1.052381 c 1.626352,0 2.940476,1.3141241 2.940476,2.9404764 0,1.6263522 -1.314124,2.9404765 -2.940476,2.9404765 -1.626353,0 -2.940477,-1.3141243 -2.940477,-2.9404765 0,-1.6263523 1.314124,-2.9404764 2.940477,-2.9404764 z" style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans" />
284 <path inkscape:connector-curvature="0" id="path8593" d="m 47.044477,-11.923578 c -2.202823,0 -3.992858,1.790033 -3.992858,3.9928574 0,2.2028242 1.790035,3.9928576 3.992858,3.9928576 2.202822,0 3.992857,-1.7900334 3.992857,-3.9928576 0,-2.2028244 -1.790035,-3.9928574 -3.992857,-3.9928574 z m 0,1.052381 c 1.626352,0 2.940476,1.3141241 2.940476,2.9404764 0,1.6263522 -1.314124,2.9404765 -2.940476,2.9404765 -1.626353,0 -2.940477,-1.3141243 -2.940477,-2.9404765 0,-1.6263523 1.314124,-2.9404764 2.940477,-2.9404764 z" style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans" />
285-<path transform="matrix(0.87028524,0,0,0.80812198,4.9230797,-1.8942386)" d="m 41.45413,-7.555495 c 0,1.366835 -1.02889,2.474874 -2.29809,2.474874 -1.26921,0 -2.2981,-1.108039 -2.2981,-2.474874 0,-1.366835 1.02889,-2.474875 2.2981,-2.474875 C 40.42524,-10.03037 41.45413,-8.92233 41.45413,-7.555495 Z" sodipodi:ry="2.4748738" sodipodi:rx="2.2980971" sodipodi:cy="-7.5554948" sodipodi:cx="39.156036" id="path14494" style="opacity:0.3;fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
286-<path transform="matrix(0.72180426,0,0,0.8,13.240611,-2)" d="m 49.54167,-7.5 c 0,1.380712 -1.24054,2.5 -2.77083,2.5 C 45.24055,-5 44,-6.119288 44,-7.5 44,-8.880712 45.24055,-10 46.77084,-10 48.30113,-10 49.54167,-8.880712 49.54167,-7.5 Z" sodipodi:ry="2.5" sodipodi:rx="2.7708344" sodipodi:cy="-7.5" sodipodi:cx="46.770836" id="path14496" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
287+<path transform="matrix(0.87028524,0,0,0.80812198,4.9230797,-1.8942386)" d="m 41.45413,-7.555495 c 0,1.366835 -1.02889,2.474874 -2.29809,2.474874 -1.26921,0 -2.2981,-1.108039 -2.2981,-2.474874 0,-1.366835 1.02889,-2.474875 2.2981,-2.474875 1.2692,0 2.29809,1.10804 2.29809,2.474875 z" sodipodi:ry="2.4748738" sodipodi:rx="2.2980971" sodipodi:cy="-7.5554948" sodipodi:cx="39.156036" id="path14494" style="opacity:0.3;fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
288+<path transform="matrix(0.72180426,0,0,0.8,13.240611,-2)" d="m 49.54167,-7.5 c 0,1.380712 -1.24054,2.5 -2.77083,2.5 C 45.24055,-5 44,-6.119288 44,-7.5 c 0,-1.380712 1.24055,-2.5 2.77084,-2.5 1.53029,0 2.77083,1.119288 2.77083,2.5 z" sodipodi:ry="2.5" sodipodi:rx="2.7708344" sodipodi:cy="-7.5" sodipodi:cx="46.770836" id="path14496" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
289 </g>
290 </g>
291 </g>
292@@ -1195,7 +1195,7 @@
293 <g id="object-tweak-push" inkscape:label="#g15982">
294 <rect style="fill:none;stroke:none;stroke-width:1;marker:none;display:inline" id="rect4991" width="16" height="16" x="255" y="687.36218" />
295 <g id="g5135" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" transform="translate(-116.8263,551.36338)">
296-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" inkscape:tile-h="2.223736" inkscape:tile-w="2.223736" inkscape:tile-cy="137.9821" inkscape:tile-cx="375.0941" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="path5011" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27735790999999999;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.20571,0,0,1.20571,-78.25832,-27.17581)" />
297+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" inkscape:tile-h="2.223736" inkscape:tile-w="2.223736" inkscape:tile-cy="137.9821" inkscape:tile-cx="375.0941" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="path5011" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27735790999999999;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.20571,0,0,1.20571,-78.25832,-27.17581)" />
298 <use xlink:href="#path5011" transform="translate(4.825002e-8,2.41142)" x="0" y="0" inkscape:tiled-clone-of="#path5011" id="use5085" style="fill:url(#linearGradient19282);stroke:none;stroke-width:0.27735790999999999;fill-opacity:1" width="1250" height="1250" />
299 <use xlink:href="#path5011" x="0" y="0" inkscape:tiled-clone-of="#path5011" transform="translate(0.0067742,5.089253)" id="use5087" style="fill:url(#linearGradient19282);stroke:none;stroke-width:0.27735790999999999;fill-opacity:1" width="1250" height="1250" />
300 <use xlink:href="#path5011" x="0" y="0" inkscape:tiled-clone-of="#path5011" transform="translate(0.0027824,7.946541)" id="use5091" style="fill:url(#linearGradient19282);stroke:none;stroke-width:0.27735790999999999;fill-opacity:1" width="1250" height="1250" />
301@@ -1230,7 +1230,7 @@
302 <use x="0" y="0" inkscape:tiled-clone-of="#path5011" transform="translate(11.0383,9.082095)" id="use5126" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" width="1250" height="1250" xlink:href="#path5084" />
303 <use height="1250" width="1250" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="use5090" transform="translate(10.38143,6.05473)" inkscape:tiled-clone-of="#path5011" y="0" x="0" xlink:href="#path5084" />
304 <use x="0" y="0" inkscape:tiled-clone-of="#path5011" transform="translate(5.90759,10.40446)" id="use5132" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" width="1250" height="1250" xlink:href="#path5084" />
305-<path transform="matrix(1.20571,0,0,1.20571,-78.25832,-27.88514)" sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" id="path5084" sodipodi:cx="375.09409" sodipodi:cy="137.9821" sodipodi:rx="1.111868" sodipodi:ry="1.111868" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" inkscape:tile-cx="375.0941" inkscape:tile-cy="137.9821" inkscape:tile-w="2.223736" inkscape:tile-h="2.223736" inkscape:tile-x0="373.9822" inkscape:tile-y0="136.8702" />
306+<path transform="matrix(1.20571,0,0,1.20571,-78.25832,-27.88514)" sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" id="path5084" sodipodi:cx="375.09409" sodipodi:cy="137.9821" sodipodi:rx="1.111868" sodipodi:ry="1.111868" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" inkscape:tile-cx="375.0941" inkscape:tile-cy="137.9821" inkscape:tile-w="2.223736" inkscape:tile-h="2.223736" inkscape:tile-x0="373.9822" inkscape:tile-y0="136.8702" />
307 <use height="1250" width="1250" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="use5086" inkscape:tiled-clone-of="#path5011" y="0" x="0" transform="translate(8.706381,0.9318868)" xlink:href="#path5084" />
308 <use height="1250" width="1250" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="use5092" transform="translate(2.953795,0.8543842)" inkscape:tiled-clone-of="#path5011" y="0" x="0" xlink:href="#path5084" />
309 <use height="1250" width="1250" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="use5094" transform="translate(11.81518,0)" inkscape:tiled-clone-of="#path5011" y="0" x="0" xlink:href="#path5084" />
310@@ -1253,7 +1253,7 @@
311 </g>
312 <g id="g16249">
313 <g inkscape:label="#g5082-9" transform="translate(-116.79862,590.73072)" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="object-tweak-randomize">
314-<path transform="matrix(1.20571,0,0,1.20571,-78.426537,-27.790612)" sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" id="path5084-3" sodipodi:cx="375.09409" sodipodi:cy="137.9821" sodipodi:rx="1.111868" sodipodi:ry="1.111868" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" inkscape:tile-cx="375.0941" inkscape:tile-cy="137.9821" inkscape:tile-w="2.223736" inkscape:tile-h="2.223736" inkscape:tile-x0="373.9822" inkscape:tile-y0="136.8702" />
315+<path transform="matrix(1.20571,0,0,1.20571,-78.426537,-27.790612)" sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" id="path5084-3" sodipodi:cx="375.09409" sodipodi:cy="137.9821" sodipodi:rx="1.111868" sodipodi:ry="1.111868" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" inkscape:tile-cx="375.0941" inkscape:tile-cy="137.9821" inkscape:tile-w="2.223736" inkscape:tile-h="2.223736" inkscape:tile-x0="373.9822" inkscape:tile-y0="136.8702" />
316 <use height="1250" width="1250" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="use5086-7" inkscape:tiled-clone-of="#path5011" y="0" x="0" transform="translate(8.561625,0.49145)" xlink:href="#path5084-3" />
317 <use height="1250" width="1250" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="use5088-6" transform="translate(11.84313,2.65475)" inkscape:tiled-clone-of="#path5011" y="0" x="0" xlink:href="#path5084-3" />
318 <use height="1250" width="1250" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="use5090-6" transform="translate(11.465,6.015863)" inkscape:tiled-clone-of="#path5011" y="0" x="0" xlink:href="#path5084-3" />
319@@ -1282,7 +1282,7 @@
320 <rect y="727.36218" x="255" height="15.999997" width="16" id="rect16247" style="opacity:0.29999999999999999;fill:none;fill-opacity:1;stroke:none" />
321 </g>
322 <g id="object-tweak-shrink" inkscape:label="#g17007">
323-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" inkscape:tile-h="2.223736" inkscape:tile-w="2.223736" inkscape:tile-cy="137.9821" inkscape:tile-cx="375.0941" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="path5084-2" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.3307731,0,0,1.3042956,-242.68549,568.84293)" />
324+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" inkscape:tile-h="2.223736" inkscape:tile-w="2.223736" inkscape:tile-cy="137.9821" inkscape:tile-cx="375.0941" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="path5084-2" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.3307731,0,0,1.3042956,-242.68549,568.84293)" />
325 <use xlink:href="#path5084-2" transform="matrix(0.9860759,0,0,0.9860759,13.351987,10.42661)" x="0" y="0" inkscape:tiled-clone-of="#path5011" id="use5086-8" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" width="1250" height="1250" />
326 <use xlink:href="#path5084-2" x="0" y="0" inkscape:tiled-clone-of="#path5011" transform="matrix(0.9791266,0,0,0.9791266,18.394269,18.905142)" id="use5088-8" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" width="1250" height="1250" />
327 <use xlink:href="#path5084-2" x="0" y="0" inkscape:tiled-clone-of="#path5011" transform="matrix(0.9025255,0,0,0.9025255,38.040921,79.539899)" id="use5090-1" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" width="1250" height="1250" />
328@@ -1344,7 +1344,7 @@
329 <g id="object-tweak-duplicate" inkscape:label="#g17291">
330 <rect inkscape:label="#rect5080-7" style="fill:none;stroke:none;stroke-width:1;marker:none;display:inline" id="tweak_moreless_mode" width="16" height="16" x="255" y="787.36218" />
331 <path inkscape:connector-curvature="0" id="use5685" d="m 260.40625,788.36218 c 0.12731,1.33115 1.22924,2.375 2.59375,2.375 1.36451,0 2.46644,-1.04385 2.59375,-2.375 l -5.1875,0 z" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.138679;marker:none;visibility:visible;display:inline" />
332-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use5687" style="opacity:0.3;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.138679;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(2.2020973,0,0,2.1623495,-563.99367,496.4009)" />
333+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use5687" style="opacity:0.3;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.138679;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(2.2020973,0,0,2.1623495,-563.99367,496.4009)" />
334 <path inkscape:connector-curvature="0" id="use5828" d="m 263,799.58093 c -1.45162,0 -2.625,1.20463 -2.625,2.65625 0,0.0447 -0.002,0.0809 0,0.125 l 5.25,0 c 0.002,-0.0446 0,-0.0798 0,-0.125 0,-1.45162 -1.17338,-2.65625 -2.625,-2.65625 z" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.138679;marker:none;visibility:visible;display:inline" />
335 <path inkscape:connector-curvature="0" id="path5885" d="m 270,792.54968 c -1.4208,0.0334 -2.5625,1.19616 -2.5625,2.625 0,1.42884 1.1417,2.59158 2.5625,2.625 l 0,-5.25 z" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.138679;marker:none;visibility:visible;display:inline" />
336 <path inkscape:connector-curvature="0" id="path5889" d="m 256,792.54968 0,5.25 c 1.42252,-0.0335 2.5625,-1.19443 2.5625,-2.625 0,-1.43035 -1.14028,-2.5912 -2.5625,-2.625 z" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.138679;marker:none;visibility:visible;display:inline" />
337@@ -1352,39 +1352,39 @@
338 <path inkscape:connector-curvature="0" id="path5895" d="m 256,788.36218 0,2.375 c 1.33849,-0.0318 2.40769,-1.06152 2.53125,-2.375 l -2.53125,0 z" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.138679;marker:none;visibility:visible;display:inline" />
339 <path inkscape:connector-curvature="0" id="path5897" d="m 270,799.61218 c -1.4205,0.0337 -2.5625,1.19638 -2.5625,2.625 0,0.0414 -0.002,0.084 0,0.125 l 2.5625,0 0,-2.75 z" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.138679;marker:none;visibility:visible;display:inline" />
340 <path inkscape:connector-curvature="0" id="path5899" d="m 256,799.58093 0,2.78125 2.5625,0 c 0.002,-0.0446 0,-0.0798 0,-0.125 0,-1.43056 -1.14008,-2.62201 -2.5625,-2.65625 z" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.138679;marker:none;visibility:visible;display:inline" />
341-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="path5911" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.138679;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(2.0869437,0,0,2.0869437,-519.12064,507.91517)" />
342+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="path5911" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.138679;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(2.0869437,0,0,2.0869437,-519.12064,507.91517)" />
343 </g>
344 <g id="object-tweak-blur" inkscape:label="#g18302">
345-<path transform="matrix(1.20571,0,0,1.20571,-195.22344,642.99262)" sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" id="path7657" sodipodi:cx="375.09409" sodipodi:cy="137.9821" sodipodi:rx="1.111868" sodipodi:ry="1.111868" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" inkscape:tile-cx="375.0941" inkscape:tile-cy="137.9821" inkscape:tile-w="2.223736" inkscape:tile-h="2.223736" inkscape:tile-x0="373.9822" inkscape:tile-y0="136.8702" />
346-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7660" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(0.93596932,0,0,0.93596932,-85.183574,680.21213)" />
347-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7662" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(0.95569617,0,0,0.95569617,-89.629494,680.51744)" />
348-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7664" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.088184,0,0,1.088184,-139.32498,665.26382)" />
349-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7666" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(0.85164475,0,0,0.85164475,-59.461916,691.84727)" />
350-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7668" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.20571,0,0,1.20571,-183.40826,642.99262)" />
351-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7670" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.093412,0,0,1.093412,-153.10114,664.54246)" />
352-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7672" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(0.93202132,0,0,0.93202132,-92.564554,689.83883)" />
353-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7674" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.111722,0,0,1.111722,-154.06152,655.96126)" />
354-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7676" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(0.95698217,0,0,0.95698217,-101.92698,680.34002)" />
355-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7696" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(0.99499803,0,0,0.99499803,-107.32534,684.1765)" />
356-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7698" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(0.98523203,0,0,0.98523203,-100.70816,682.49677)" />
357-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7700" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.20571,0,0,1.20571,-195.22344,655.10208)" />
358-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7702" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(0.94043332,0,0,0.94043332,-92.766074,691.70543)" />
359-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7704" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.121575,0,0,1.121575,-157.75711,666.71126)" />
360-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7706" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.20571,0,0,1.20571,-183.40826,655.10208)" />
361-<path transform="matrix(0,0,0,0,257.93883,809.12291)" d="m 250,293 c 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 C 249.5523,292 250,292.4477 250,293 Z" sodipodi:ry="1" sodipodi:rx="1" sodipodi:cy="293" sodipodi:cx="249" id="path18244" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
362-<path transform="matrix(1.188915,0,0,1.188915,-185.8816,648.4478)" sodipodi:type="arc" style="opacity:0.3;color:#000000;fill:none;stroke:url(#linearGradient19282);stroke-width:0.27735791;stroke-opacity:1;marker:none;visibility:visible;display:inline" id="path18274" sodipodi:cx="375.09409" sodipodi:cy="137.9821" sodipodi:rx="1.111868" sodipodi:ry="1.111868" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" inkscape:tile-x0="373.9822" inkscape:tile-y0="136.8702" />
363-<path transform="matrix(0.78686415,0,0,0.78686415,-32.120872,703.92362)" sodipodi:type="arc" style="opacity:0.3;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" id="path18276" sodipodi:cx="375.09409" sodipodi:cy="137.9821" sodipodi:rx="1.111868" sodipodi:ry="1.111868" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" inkscape:tile-x0="373.9822" inkscape:tile-y0="136.8702" />
364-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="path18278" style="opacity:0.3;color:#000000;fill:none;stroke:url(#linearGradient19282);stroke-width:0.27735791;stroke-opacity:1;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.188915,0,0,1.188915,-180.00377,648.40361)" />
365-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="path18280" style="opacity:0.3;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(0.76410089,0,0,0.76410089,-26.53634,710.06454)" />
366-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="path18282" style="opacity:0.3;color:#000000;fill:none;stroke:url(#linearGradient19282);stroke-width:0.27735791;stroke-opacity:1;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.111722,0,0,1.111722,-153.97313,662.09905)" />
367-<path transform="matrix(0.73911182,0,0,0.73911182,-11.285259,713.4684)" sodipodi:type="arc" style="opacity:0.3;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" id="path18284" sodipodi:cx="375.09409" sodipodi:cy="137.9821" sodipodi:rx="1.111868" sodipodi:ry="1.111868" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" inkscape:tile-x0="373.9822" inkscape:tile-y0="136.8702" />
368-<path transform="matrix(1.188915,0,0,1.188915,-185.8816,654.4478)" sodipodi:type="arc" style="opacity:0.3;color:#000000;fill:none;stroke:url(#linearGradient19282);stroke-width:0.27735791;stroke-opacity:1;marker:none;visibility:visible;display:inline" id="path18286" sodipodi:cx="375.09409" sodipodi:cy="137.9821" sodipodi:rx="1.111868" sodipodi:ry="1.111868" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" inkscape:tile-x0="373.9822" inkscape:tile-y0="136.8702" />
369-<path transform="matrix(0.71189696,0,0,0.71189696,-4.0011204,720.26775)" sodipodi:type="arc" style="opacity:0.3;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" id="path18288" sodipodi:cx="375.09409" sodipodi:cy="137.9821" sodipodi:rx="1.111868" sodipodi:ry="1.111868" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" inkscape:tile-x0="373.9822" inkscape:tile-y0="136.8702" />
370-<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 C 375.7082,136.8702 376.206,137.368 376.206,137.9821 Z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="path18290" style="opacity:0.3;color:#000000;fill:none;stroke:url(#linearGradient19282);stroke-width:0.27735791;stroke-opacity:1;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.188915,0,0,1.188915,-180.00377,654.40361)" />
371-<path transform="matrix(3.2413793,0,0,2.6666667,-552.88963,22.622911)" d="m 251,296.2031 c 0,0.1295 -0.084,0.2344 -0.1875,0.2344 -0.1036,0 -0.1875,-0.1049 -0.1875,-0.2344 0,-0.1294 0.084,-0.2344 0.1875,-0.2344 C 250.9161,295.9687 251,296.0737 251,296.2031 Z" sodipodi:ry="0.234375" sodipodi:rx="0.1875" sodipodi:cy="296.20312" sodipodi:cx="250.8125" id="path18292" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
372-<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path18294" sodipodi:cx="250.8125" sodipodi:cy="296.20312" sodipodi:rx="0.1875" sodipodi:ry="0.234375" d="m 251,296.2031 c 0,0.1295 -0.084,0.2344 -0.1875,0.2344 -0.1036,0 -0.1875,-0.1049 -0.1875,-0.2344 0,-0.1294 0.084,-0.2344 0.1875,-0.2344 C 250.9161,295.9687 251,296.0737 251,296.2031 Z" transform="matrix(3.2413793,0,0,2.6666667,-552.95213,28.591661)" />
373-<path transform="matrix(3.2413793,0,0,2.6666667,-547.04588,22.560411)" d="m 251,296.2031 c 0,0.1295 -0.084,0.2344 -0.1875,0.2344 -0.1036,0 -0.1875,-0.1049 -0.1875,-0.2344 0,-0.1294 0.084,-0.2344 0.1875,-0.2344 C 250.9161,295.9687 251,296.0737 251,296.2031 Z" sodipodi:ry="0.234375" sodipodi:rx="0.1875" sodipodi:cy="296.20312" sodipodi:cx="250.8125" id="path18296" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
374-<path transform="matrix(3.2413793,0,0,2.6666667,-547.04588,28.622911)" d="m 251,296.2031 c 0,0.1295 -0.084,0.2344 -0.1875,0.2344 -0.1036,0 -0.1875,-0.1049 -0.1875,-0.2344 0,-0.1294 0.084,-0.2344 0.1875,-0.2344 C 250.9161,295.9687 251,296.0737 251,296.2031 Z" sodipodi:ry="0.234375" sodipodi:rx="0.1875" sodipodi:cy="296.20312" sodipodi:cx="250.8125" id="path18298" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
375+<path transform="matrix(1.20571,0,0,1.20571,-195.22344,642.99262)" sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" id="path7657" sodipodi:cx="375.09409" sodipodi:cy="137.9821" sodipodi:rx="1.111868" sodipodi:ry="1.111868" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" inkscape:tile-cx="375.0941" inkscape:tile-cy="137.9821" inkscape:tile-w="2.223736" inkscape:tile-h="2.223736" inkscape:tile-x0="373.9822" inkscape:tile-y0="136.8702" />
376+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7660" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(0.93596932,0,0,0.93596932,-85.183574,680.21213)" />
377+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7662" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(0.95569617,0,0,0.95569617,-89.629494,680.51744)" />
378+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7664" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.088184,0,0,1.088184,-139.32498,665.26382)" />
379+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7666" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(0.85164475,0,0,0.85164475,-59.461916,691.84727)" />
380+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7668" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.20571,0,0,1.20571,-183.40826,642.99262)" />
381+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7670" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.093412,0,0,1.093412,-153.10114,664.54246)" />
382+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7672" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(0.93202132,0,0,0.93202132,-92.564554,689.83883)" />
383+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7674" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.111722,0,0,1.111722,-154.06152,655.96126)" />
384+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7676" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(0.95698217,0,0,0.95698217,-101.92698,680.34002)" />
385+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7696" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(0.99499803,0,0,0.99499803,-107.32534,684.1765)" />
386+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7698" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(0.98523203,0,0,0.98523203,-100.70816,682.49677)" />
387+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7700" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.20571,0,0,1.20571,-195.22344,655.10208)" />
388+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7702" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(0.94043332,0,0,0.94043332,-92.766074,691.70543)" />
389+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7704" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.121575,0,0,1.121575,-157.75711,666.71126)" />
390+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="use7706" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.20571,0,0,1.20571,-183.40826,655.10208)" />
391+<path transform="matrix(0,0,0,0,257.93883,809.12291)" d="m 250,293 c 0,0.5523 -0.4477,1 -1,1 -0.5523,0 -1,-0.4477 -1,-1 0,-0.5523 0.4477,-1 1,-1 0.5523,0 1,0.4477 1,1 z" sodipodi:ry="1" sodipodi:rx="1" sodipodi:cy="293" sodipodi:cx="249" id="path18244" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
392+<path transform="matrix(1.188915,0,0,1.188915,-185.8816,648.4478)" sodipodi:type="arc" style="opacity:0.3;color:#000000;fill:none;stroke:url(#linearGradient19282);stroke-width:0.27735791;stroke-opacity:1;marker:none;visibility:visible;display:inline" id="path18274" sodipodi:cx="375.09409" sodipodi:cy="137.9821" sodipodi:rx="1.111868" sodipodi:ry="1.111868" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" inkscape:tile-x0="373.9822" inkscape:tile-y0="136.8702" />
393+<path transform="matrix(0.78686415,0,0,0.78686415,-32.120872,703.92362)" sodipodi:type="arc" style="opacity:0.3;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" id="path18276" sodipodi:cx="375.09409" sodipodi:cy="137.9821" sodipodi:rx="1.111868" sodipodi:ry="1.111868" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" inkscape:tile-x0="373.9822" inkscape:tile-y0="136.8702" />
394+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="path18278" style="opacity:0.3;color:#000000;fill:none;stroke:url(#linearGradient19282);stroke-width:0.27735791;stroke-opacity:1;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.188915,0,0,1.188915,-180.00377,648.40361)" />
395+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="path18280" style="opacity:0.3;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(0.76410089,0,0,0.76410089,-26.53634,710.06454)" />
396+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="path18282" style="opacity:0.3;color:#000000;fill:none;stroke:url(#linearGradient19282);stroke-width:0.27735791;stroke-opacity:1;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.111722,0,0,1.111722,-153.97313,662.09905)" />
397+<path transform="matrix(0.73911182,0,0,0.73911182,-11.285259,713.4684)" sodipodi:type="arc" style="opacity:0.3;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" id="path18284" sodipodi:cx="375.09409" sodipodi:cy="137.9821" sodipodi:rx="1.111868" sodipodi:ry="1.111868" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" inkscape:tile-x0="373.9822" inkscape:tile-y0="136.8702" />
398+<path transform="matrix(1.188915,0,0,1.188915,-185.8816,654.4478)" sodipodi:type="arc" style="opacity:0.3;color:#000000;fill:none;stroke:url(#linearGradient19282);stroke-width:0.27735791;stroke-opacity:1;marker:none;visibility:visible;display:inline" id="path18286" sodipodi:cx="375.09409" sodipodi:cy="137.9821" sodipodi:rx="1.111868" sodipodi:ry="1.111868" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" inkscape:tile-x0="373.9822" inkscape:tile-y0="136.8702" />
399+<path transform="matrix(0.71189696,0,0,0.71189696,-4.0011204,720.26775)" sodipodi:type="arc" style="opacity:0.3;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.27735791;marker:none;visibility:visible;display:inline" id="path18288" sodipodi:cx="375.09409" sodipodi:cy="137.9821" sodipodi:rx="1.111868" sodipodi:ry="1.111868" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" inkscape:tile-x0="373.9822" inkscape:tile-y0="136.8702" />
400+<path inkscape:tile-y0="136.8702" inkscape:tile-x0="373.9822" d="m 376.206,137.9821 c 0,0.6141 -0.4978,1.1119 -1.1119,1.1119 -0.6141,0 -1.1119,-0.4978 -1.1119,-1.1119 0,-0.6141 0.4978,-1.1119 1.1119,-1.1119 0.6141,0 1.1119,0.4978 1.1119,1.1119 z" sodipodi:ry="1.111868" sodipodi:rx="1.111868" sodipodi:cy="137.9821" sodipodi:cx="375.09409" id="path18290" style="opacity:0.3;color:#000000;fill:none;stroke:url(#linearGradient19282);stroke-width:0.27735791;stroke-opacity:1;marker:none;visibility:visible;display:inline" sodipodi:type="arc" transform="matrix(1.188915,0,0,1.188915,-180.00377,654.40361)" />
401+<path transform="matrix(3.2413793,0,0,2.6666667,-552.88963,22.622911)" d="m 251,296.2031 c 0,0.1295 -0.084,0.2344 -0.1875,0.2344 -0.1036,0 -0.1875,-0.1049 -0.1875,-0.2344 0,-0.1294 0.084,-0.2344 0.1875,-0.2344 0.1036,0 0.1875,0.105 0.1875,0.2344 z" sodipodi:ry="0.234375" sodipodi:rx="0.1875" sodipodi:cy="296.20312" sodipodi:cx="250.8125" id="path18292" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
402+<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path18294" sodipodi:cx="250.8125" sodipodi:cy="296.20312" sodipodi:rx="0.1875" sodipodi:ry="0.234375" d="m 251,296.2031 c 0,0.1295 -0.084,0.2344 -0.1875,0.2344 -0.1036,0 -0.1875,-0.1049 -0.1875,-0.2344 0,-0.1294 0.084,-0.2344 0.1875,-0.2344 0.1036,0 0.1875,0.105 0.1875,0.2344 z" transform="matrix(3.2413793,0,0,2.6666667,-552.95213,28.591661)" />
403+<path transform="matrix(3.2413793,0,0,2.6666667,-547.04588,22.560411)" d="m 251,296.2031 c 0,0.1295 -0.084,0.2344 -0.1875,0.2344 -0.1036,0 -0.1875,-0.1049 -0.1875,-0.2344 0,-0.1294 0.084,-0.2344 0.1875,-0.2344 0.1036,0 0.1875,0.105 0.1875,0.2344 z" sodipodi:ry="0.234375" sodipodi:rx="0.1875" sodipodi:cy="296.20312" sodipodi:cx="250.8125" id="path18296" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
404+<path transform="matrix(3.2413793,0,0,2.6666667,-547.04588,28.622911)" d="m 251,296.2031 c 0,0.1295 -0.084,0.2344 -0.1875,0.2344 -0.1036,0 -0.1875,-0.1049 -0.1875,-0.2344 0,-0.1294 0.084,-0.2344 0.1875,-0.2344 0.1036,0 0.1875,0.105 0.1875,0.2344 z" sodipodi:ry="0.234375" sodipodi:rx="0.1875" sodipodi:cy="296.20312" sodipodi:cx="250.8125" id="path18298" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
405 <rect rx="0.9999907" ry="0" y="807.36218" x="255" height="15.999997" width="16" id="rect18300" style="fill:none;fill-opacity:1;stroke:none" />
406 </g>
407 <g id="tool-pointer" inkscape:label="#draw_select">
408@@ -1650,16 +1650,16 @@
409 <path sodipodi:nodetypes="ccccc" id="path30254" d="m 329,1027.3622 0,-1.1429 c 0,-1.1428 -2,-1.1428 -2,0 l 0,1.1429 z" style="fill:url(#linearGradient19282);fill-opacity:1;fill-rule:evenodd;stroke:none" inkscape:connector-curvature="0" />
410 <path style="fill:url(#linearGradient19282);fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 332,1032.3622 -1,-1 -6,0 -1,1 0,3.9996 c 0,0 2,2.0004 8,2.0004 z" id="path30256" sodipodi:nodetypes="ccccccc" inkscape:connector-curvature="0" />
411 <path sodipodi:nodetypes="ccccc" id="path30258" d="m 331,1030.3622 -1,-2 -3.99999,0 -1.00001,2 z" style="fill:url(#linearGradient19282);fill-opacity:1;fill-rule:evenodd;stroke:none" inkscape:connector-curvature="0" />
412-<path sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="path30260" sodipodi:cx="206.58955" sodipodi:cy="518.42188" sodipodi:rx="0.92537314" sodipodi:ry="0.92537314" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 C 207.1006,517.4965 207.5149,517.9108 207.5149,518.4219 Z" transform="matrix(0.29048125,0,0,0.29048056,264.88859,876.54905)" />
413-<path sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="use30268" sodipodi:cx="206.58955" sodipodi:cy="518.42188" sodipodi:rx="0.92537314" sodipodi:ry="0.92537314" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 C 207.1006,517.4965 207.5149,517.9108 207.5149,518.4219 Z" transform="matrix(0.4232259,0,0,0.42322492,236.56022,809.01573)" />
414-<path transform="matrix(0.44710501,0,0,0.42322492,231.56052,806.05824)" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 C 207.1006,517.4965 207.5149,517.9108 207.5149,518.4219 Z" sodipodi:ry="0.92537314" sodipodi:rx="0.92537314" sodipodi:cy="518.42188" sodipodi:cx="206.58955" id="use30270" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" sodipodi:type="arc" />
415-<path transform="matrix(0.63535924,0,0,0.63535772,191.19767,699.65607)" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 C 207.1006,517.4965 207.5149,517.9108 207.5149,518.4219 Z" sodipodi:ry="0.92537314" sodipodi:rx="0.92537314" sodipodi:cy="518.42188" sodipodi:cx="206.58955" id="use30274" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" sodipodi:type="arc" />
416-<path sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="use30276" sodipodi:cx="206.58955" sodipodi:cy="518.42188" sodipodi:rx="0.92537314" sodipodi:ry="0.92537314" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 C 207.1006,517.4965 207.5149,517.9108 207.5149,518.4219 Z" transform="matrix(0.63535924,0,0,0.63535772,191.12575,695.52348)" />
417-<path sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="use30278" sodipodi:cx="206.58955" sodipodi:cy="518.42188" sodipodi:rx="0.92537314" sodipodi:ry="0.92537314" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 C 207.1006,517.4965 207.5149,517.9108 207.5149,518.4219 Z" transform="matrix(0.63535924,0,0,0.63535772,190.28606,697.87704)" />
418-<path sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="use30280" sodipodi:cx="206.58955" sodipodi:cy="518.42188" sodipodi:rx="0.92537314" sodipodi:ry="0.92537314" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 C 207.1006,517.4965 207.5149,517.9108 207.5149,518.4219 Z" transform="matrix(1.072959,0,0,1.069944,98.242372,475.7339)" />
419-<path transform="matrix(1.0806383,0,0,1.0672356,96.900477,471.15992)" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 C 207.1006,517.4965 207.5149,517.9108 207.5149,518.4219 Z" sodipodi:ry="0.92537314" sodipodi:rx="0.92537314" sodipodi:cy="518.42188" sodipodi:cx="206.58955" id="use30282" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" sodipodi:type="arc" />
420-<path transform="matrix(1.0806446,0,0,1.1320461,95.750111,440.43715)" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 C 207.1006,517.4965 207.5149,517.9108 207.5149,518.4219 Z" sodipodi:ry="0.92537314" sodipodi:rx="0.92537314" sodipodi:cy="518.42188" sodipodi:cx="206.58955" id="use30284" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" sodipodi:type="arc" />
421-<path sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="use30294" sodipodi:cx="206.58955" sodipodi:cy="518.42188" sodipodi:rx="0.92537314" sodipodi:ry="0.92537314" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 C 207.1006,517.4965 207.5149,517.9108 207.5149,518.4219 Z" transform="matrix(0.53984281,0,0,0.53984151,212.00749,747.35054)" />
422+<path sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="path30260" sodipodi:cx="206.58955" sodipodi:cy="518.42188" sodipodi:rx="0.92537314" sodipodi:ry="0.92537314" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 0.511,0 0.9253,0.4143 0.9253,0.9254 z" transform="matrix(0.29048125,0,0,0.29048056,264.88859,876.54905)" />
423+<path sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="use30268" sodipodi:cx="206.58955" sodipodi:cy="518.42188" sodipodi:rx="0.92537314" sodipodi:ry="0.92537314" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 0.511,0 0.9253,0.4143 0.9253,0.9254 z" transform="matrix(0.4232259,0,0,0.42322492,236.56022,809.01573)" />
424+<path transform="matrix(0.44710501,0,0,0.42322492,231.56052,806.05824)" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 0.511,0 0.9253,0.4143 0.9253,0.9254 z" sodipodi:ry="0.92537314" sodipodi:rx="0.92537314" sodipodi:cy="518.42188" sodipodi:cx="206.58955" id="use30270" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" sodipodi:type="arc" />
425+<path transform="matrix(0.63535924,0,0,0.63535772,191.19767,699.65607)" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 0.511,0 0.9253,0.4143 0.9253,0.9254 z" sodipodi:ry="0.92537314" sodipodi:rx="0.92537314" sodipodi:cy="518.42188" sodipodi:cx="206.58955" id="use30274" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" sodipodi:type="arc" />
426+<path sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="use30276" sodipodi:cx="206.58955" sodipodi:cy="518.42188" sodipodi:rx="0.92537314" sodipodi:ry="0.92537314" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 0.511,0 0.9253,0.4143 0.9253,0.9254 z" transform="matrix(0.63535924,0,0,0.63535772,191.12575,695.52348)" />
427+<path sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="use30278" sodipodi:cx="206.58955" sodipodi:cy="518.42188" sodipodi:rx="0.92537314" sodipodi:ry="0.92537314" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 0.511,0 0.9253,0.4143 0.9253,0.9254 z" transform="matrix(0.63535924,0,0,0.63535772,190.28606,697.87704)" />
428+<path sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="use30280" sodipodi:cx="206.58955" sodipodi:cy="518.42188" sodipodi:rx="0.92537314" sodipodi:ry="0.92537314" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 0.511,0 0.9253,0.4143 0.9253,0.9254 z" transform="matrix(1.072959,0,0,1.069944,98.242372,475.7339)" />
429+<path transform="matrix(1.0806383,0,0,1.0672356,96.900477,471.15992)" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 0.511,0 0.9253,0.4143 0.9253,0.9254 z" sodipodi:ry="0.92537314" sodipodi:rx="0.92537314" sodipodi:cy="518.42188" sodipodi:cx="206.58955" id="use30282" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" sodipodi:type="arc" />
430+<path transform="matrix(1.0806446,0,0,1.1320461,95.750111,440.43715)" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 0.511,0 0.9253,0.4143 0.9253,0.9254 z" sodipodi:ry="0.92537314" sodipodi:rx="0.92537314" sodipodi:cy="518.42188" sodipodi:cx="206.58955" id="use30284" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" sodipodi:type="arc" />
431+<path sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="use30294" sodipodi:cx="206.58955" sodipodi:cy="518.42188" sodipodi:rx="0.92537314" sodipodi:ry="0.92537314" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 0.511,0 0.9253,0.4143 0.9253,0.9254 z" transform="matrix(0.53984281,0,0,0.53984151,212.00749,747.35054)" />
432 </g>
433 <g id="tool-spray" inkscape:label="#g30432">
434 <path id="path5769" d="m 285,1022.3622 24,0 0,24 -24,0 0,-24 z" style="fill:none;stroke:none" inkscape:connector-curvature="0" />
435@@ -1667,12 +1667,12 @@
436 <path inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccc" id="path6315-8" d="M 306.95581,1035.2461 306,1034.3622 l -9,0 -0.97119,1.4125 -0.0288,6.5875 c 2.89515,1.8232 3.73482,4.5745 11,2 z" style="fill:url(#linearGradient19282);fill-opacity:1;fill-rule:evenodd;stroke:none" />
437 <path inkscape:connector-curvature="0" style="fill:url(#linearGradient19282);fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 306,1033.3622 -2,-3 -5,0 -2,3 z" id="path5211-1" sodipodi:nodetypes="ccccc" />
438 <g id="g30296" transform="translate(-0.08294714,-0.72362013)">
439-<path sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="path23475" sodipodi:cx="206.58955" sodipodi:cy="518.42188" sodipodi:rx="0.92537314" sodipodi:ry="0.92537314" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 C 207.1006,517.4965 207.5149,517.9108 207.5149,518.4219 Z" transform="matrix(0.4357219,0,0,0.4357219,206.83288,803.64194)" />
440+<path sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="path23475" sodipodi:cx="206.58955" sodipodi:cy="518.42188" sodipodi:rx="0.92537314" sodipodi:ry="0.92537314" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 0.511,0 0.9253,0.4143 0.9253,0.9254 z" transform="matrix(0.4357219,0,0,0.4357219,206.83288,803.64194)" />
441 <use x="0" y="0" xlink:href="#path23475" id="use23477" transform="matrix(1.0586461,0,0,1.0586461,-18.174531,-59.248658)" width="744.09448" height="1052.3622" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" />
442 <use x="0" y="0" xlink:href="#use23477" id="use23479" transform="translate(0,-2.2081683)" width="744.09448" height="1052.3622" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" />
443 <use x="0" y="0" xlink:href="#use23477" id="use23483" transform="matrix(1.3762691,0,0,1.3762691,-112.79388,-386.94167)" width="744.09448" height="1052.3622" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" />
444 <use x="0" y="0" xlink:href="#use23479" id="use23485" transform="matrix(1.3762691,0,0,1.3762691,-113.12569,-387.87483)" width="744.09448" height="1052.3622" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" />
445-<path sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="use23487" sodipodi:cx="206.58955" sodipodi:cy="518.42188" sodipodi:rx="0.92537314" sodipodi:ry="0.92537314" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 C 207.1006,517.4965 207.5149,517.9108 207.5149,518.4219 Z" transform="matrix(0.63483893,0,0,0.63483893,162.58913,700.41531)" />
446+<path sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:0.22950418;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="use23487" sodipodi:cx="206.58955" sodipodi:cy="518.42188" sodipodi:rx="0.92537314" sodipodi:ry="0.92537314" d="m 207.5149,518.4219 c 0,0.511 -0.4143,0.9253 -0.9253,0.9253 -0.5111,0 -0.9254,-0.4143 -0.9254,-0.9253 0,-0.5111 0.4143,-0.9254 0.9254,-0.9254 0.511,0 0.9253,0.4143 0.9253,0.9254 z" transform="matrix(0.63483893,0,0,0.63483893,162.58913,700.41531)" />
447 <use x="0" y="0" xlink:href="#use23483" id="use23489" transform="matrix(1.5012295,0,0,1.5012295,-149.6645,-516.0387)" width="744.09448" height="1052.3622" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" />
448 <use x="0" y="0" xlink:href="#use23485" id="use23491" transform="matrix(1.5012295,0,0,1.5012295,-149.78926,-515.96508)" width="744.09448" height="1052.3622" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" />
449 <use x="0" y="0" xlink:href="#use23487" id="use23493" transform="matrix(1.5012295,0,0,1.5012295,-149.54212,-516.03065)" width="744.09448" height="1052.3622" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" />
450@@ -1893,7 +1893,7 @@
451 </g>
452 <g id="draw-ellipse-segment" inkscape:label="#circle_closed_arc">
453 <rect style="fill:none;stroke:none" id="rect4316" width="16" height="16" x="379" y="651.36218" />
454-<path transform="translate(-121,501.36218)" d="m 514,158 c 0,3.3137 -2.6863,6 -6,6 -3.3137,0 -6,-2.6863 -6,-6 0,-2.1436 1.1436,-4.1244 3,-5.1962 L 508,158 Z" sodipodi:ry="6" sodipodi:rx="6" sodipodi:cy="158" sodipodi:cx="508" id="path4318" style="fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1.50000000000000000;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" sodipodi:type="arc" sodipodi:start="0" sodipodi:end="4.18879" />
455+<path transform="translate(-121,501.36218)" d="m 514,158 c 0,3.3137 -2.6863,6 -6,6 -3.3137,0 -6,-2.6863 -6,-6 0,-2.1436 1.1436,-4.1244 3,-5.1962 L 508,158 z" sodipodi:ry="6" sodipodi:rx="6" sodipodi:cy="158" sodipodi:cx="508" id="path4318" style="fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1.50000000000000000;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" sodipodi:type="arc" sodipodi:start="0" sodipodi:end="4.18879" />
456 </g>
457 <g id="draw-ellipse-arc" inkscape:label="#circle_open_arc">
458 <rect y="651.36218" x="409" height="16" width="16" id="rect19892" style="fill:none;stroke:none" />
459@@ -1902,12 +1902,12 @@
460 <g id="g19923" inkscape:label="#circle_reset">
461 <rect style="fill:none;stroke:none" id="rect19849" width="16" height="16" x="349" y="651.36218" />
462 <path id="path19864" transform="translate(0,512.36218)" d="M 357 141 C 353.68629 141 351 143.68629 351 147 C 351 150.31371 353.68629 153 357 153 C 359.62335 153 361.84089 151.3144 362.65625 148.96875 C 362.06746 148.86438 361.51775 148.50813 361.21875 147.9375 C 360.70618 146.95929 361.08425 145.7313 362.0625 145.21875 C 362.26302 145.11369 362.47535 145.06399 362.6875 145.03125 C 362.34107 144.02883 361.72098 143.15012 360.9375 142.46875 C 360.80611 143.00759 360.46739 143.50361 359.9375 143.78125 C 358.95925 144.29382 357.73131 143.91576 357.21875 142.9375 C 356.88747 142.30523 356.94702 141.57459 357.28125 141 C 357.18932 140.99582 357.09297 141 357 141 z " style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" />
463-<path sodipodi:end="12.060928" sodipodi:start="5.8005538" transform="translate(0,512.36218)" d="m 359.8858,141.5359 c 0.2563,0.4892 0.067,1.0936 -0.4217,1.3499 -0.4892,0.2563 -1.0936,0.068 -1.3499,-0.4217 -0.2563,-0.4892 -0.067,-1.0936 0.4217,-1.3499 0.4813,-0.2522 1.076,-0.074 1.3391,0.4016 L 359,142 Z" sodipodi:ry="1" sodipodi:rx="1" sodipodi:cy="142" sodipodi:cx="359" id="path19915" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
464-<path sodipodi:end="12.060928" sodipodi:start="5.8005538" transform="translate(0,512.36218)" d="m 363.8858,146.5359 c 0.2563,0.4892 0.067,1.0936 -0.4217,1.3499 -0.4892,0.2563 -1.0936,0.068 -1.3499,-0.4217 -0.2563,-0.4892 -0.067,-1.0936 0.4217,-1.3499 0.4813,-0.2522 1.076,-0.074 1.3391,0.4016 L 363,147 Z" sodipodi:ry="1" sodipodi:rx="1" sodipodi:cy="147" sodipodi:cx="363" id="path19917" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
465+<path sodipodi:end="12.060928" sodipodi:start="5.8005538" transform="translate(0,512.36218)" d="m 359.8858,141.5359 c 0.2563,0.4892 0.067,1.0936 -0.4217,1.3499 -0.4892,0.2563 -1.0936,0.068 -1.3499,-0.4217 -0.2563,-0.4892 -0.067,-1.0936 0.4217,-1.3499 0.4813,-0.2522 1.076,-0.074 1.3391,0.4016 L 359,142 z" sodipodi:ry="1" sodipodi:rx="1" sodipodi:cy="142" sodipodi:cx="359" id="path19915" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
466+<path sodipodi:end="12.060928" sodipodi:start="5.8005538" transform="translate(0,512.36218)" d="m 363.8858,146.5359 c 0.2563,0.4892 0.067,1.0936 -0.4217,1.3499 -0.4892,0.2563 -1.0936,0.068 -1.3499,-0.4217 -0.2563,-0.4892 -0.067,-1.0936 0.4217,-1.3499 0.4813,-0.2522 1.076,-0.074 1.3391,0.4016 L 363,147 z" sodipodi:ry="1" sodipodi:rx="1" sodipodi:cy="147" sodipodi:cx="363" id="path19917" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
467 </g>
468 <g id="draw-star" inkscape:label="#g19984">
469 <rect y="682.36218" x="349" height="15.937499" width="15.979193" id="rect19962" style="color:#000000;fill:none;stroke:none;stroke-width:1.00000012;marker:none;display:inline" />
470-<path inkscape:transform-center-y="-0.83250302" inkscape:transform-center-x="0.0097788932" transform="matrix(0.98949965,-0.00310225,0.00325,1.0366248,9.0633833,513.12185)" d="m 356.0625,179.6875 -4.9981,-2.8353 -4.9953,2.8401 1.152,-5.6296 -4.2447,-3.8733 5.7101,-0.644 2.3719,-5.2338 2.377,5.2316 5.7107,0.6385 L 354.9051,174.059 Z" inkscape:randomized="0" inkscape:rounded="0" inkscape:flatsided="false" sodipodi:arg2="1.5703186" sodipodi:arg1="0.94200004" sodipodi:r2="4.0397148" sodipodi:r1="8.5009193" sodipodi:cy="172.8125" sodipodi:cx="351.0625" sodipodi:sides="5" id="path19973" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="star" />
471+<path inkscape:transform-center-y="-0.83250302" inkscape:transform-center-x="0.0097788932" transform="matrix(0.98949965,-0.00310225,0.00325,1.0366248,9.0633833,513.12185)" d="m 356.0625,179.6875 -4.9981,-2.8353 -4.9953,2.8401 1.152,-5.6296 -4.2447,-3.8733 5.7101,-0.644 2.3719,-5.2338 2.377,5.2316 5.7107,0.6385 -4.241,3.8773 z" inkscape:randomized="0" inkscape:rounded="0" inkscape:flatsided="false" sodipodi:arg2="1.5703186" sodipodi:arg1="0.94200004" sodipodi:r2="4.0397148" sodipodi:r1="8.5009193" sodipodi:cy="172.8125" sodipodi:cx="351.0625" sodipodi:sides="5" id="path19973" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="star" />
472 </g>
473 <g id="draw-polygon" inkscape:label="#g19980">
474 <rect transform="translate(0,512.36218)" y="170" x="379" height="16" width="16" id="rect19975" style="fill:none;fill-opacity:1;stroke:none" />
475@@ -2084,7 +2084,7 @@
476 </g>
477 <g id="snap-grid-guide-intersections" inkscape:label="#toggle_snap_grid_guide_intersections">
478 <rect y="527.36218" x="1009" height="16" width="16" id="rect16604" style="color:#000000;fill:none;stroke:none;stroke-width:0.1;marker:none;display:inline" />
479-<path sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.14285719;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="path16610" sodipodi:cx="753.5" sodipodi:cy="33" sodipodi:rx="2" sodipodi:ry="2" d="m 755.5,33 c 0,1.10457 -0.8954,2 -2,2 -1.1046,0 -2,-0.89543 -2,-2 0,-1.10457 0.8954,-2 2,-2 C 754.6046,31 755.5,31.89543 755.5,33 Z" transform="matrix(1.0625039,0,0,1.0624957,212.90325,499.79982)" />
480+<path sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.14285719;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="path16610" sodipodi:cx="753.5" sodipodi:cy="33" sodipodi:rx="2" sodipodi:ry="2" d="m 755.5,33 c 0,1.10457 -0.8954,2 -2,2 -1.1046,0 -2,-0.89543 -2,-2 0,-1.10457 0.8954,-2 2,-2 1.1046,0 2,0.89543 2,2 z" transform="matrix(1.0625039,0,0,1.0624957,212.90325,499.79982)" />
481 <rect ry="0.5" transform="translate(0,512.36218)" y="22" x="1009" height="1" width="16" id="rect16616" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" />
482 <rect rx="0.5" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="rect16618" width="16" height="1" x="527.36218" y="-1014" transform="matrix(0,1,-1,0,0,0)" ry="0.5" />
483 </g>
484@@ -2104,13 +2104,13 @@
485 <rect style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="rect16760" width="4" height="5" x="625" y="566.36218" />
486 <rect y="569.36218" x="630" height="1" width="2" id="rect16762" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" />
487 <rect style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="rect16764" width="2" height="1" x="622" y="569.36218" />
488-<path transform="matrix(1,0,0,1.0104167,-0.5000034,512.82051)" d="m 635,56.5 c 0,0.82843 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.67157 -1.5,-1.5 0,-0.82843 0.6716,-1.5 1.5,-1.5 C 634.3284,55 635,55.67157 635,56.5 Z" sodipodi:ry="1.5" sodipodi:rx="1.5" sodipodi:cy="56.5" sodipodi:cx="633.5" id="path16766" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
489-<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path16770" sodipodi:cx="633.5" sodipodi:cy="56.5" sodipodi:rx="1.5" sodipodi:ry="1.5" d="m 635,56.5 c 0,0.82843 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.67157 -1.5,-1.5 0,-0.82843 0.6716,-1.5 1.5,-1.5 C 634.3284,55 635,55.67157 635,56.5 Z" transform="matrix(1,0,0,1.0104167,-12.500003,512.78926)" />
490+<path transform="matrix(1,0,0,1.0104167,-0.5000034,512.82051)" d="m 635,56.5 c 0,0.82843 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.67157 -1.5,-1.5 0,-0.82843 0.6716,-1.5 1.5,-1.5 0.8284,0 1.5,0.67157 1.5,1.5 z" sodipodi:ry="1.5" sodipodi:rx="1.5" sodipodi:cy="56.5" sodipodi:cx="633.5" id="path16766" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
491+<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path16770" sodipodi:cx="633.5" sodipodi:cy="56.5" sodipodi:rx="1.5" sodipodi:ry="1.5" d="m 635,56.5 c 0,0.82843 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.67157 -1.5,-1.5 0,-0.82843 0.6716,-1.5 1.5,-1.5 0.8284,0 1.5,0.67157 1.5,1.5 z" transform="matrix(1,0,0,1.0104167,-12.500003,512.78926)" />
492 </g>
493 <g id="node-type-auto-smooth" inkscape:label="#g16811">
494 <path id="path16803" style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:1.02798498;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" d="m 664.3125,559.28125 a 0.51404389,0.51404389 0 0 0 -0.40625,0.59375 c 0.23335,1.60212 -0.0607,3.74792 -1.125,5.4375 -1.06433,1.68958 -2.84446,2.96875 -5.875,2.96875 -3.034,0 -4.79906,-1.22284 -5.8125,-2.875 -1.01344,-1.65216 -1.22977,-3.76727 -0.96875,-5.375 a 0.52407843,0.52407843 0 1 0 -1.03125,-0.1875 c -0.29775,1.83396 -0.053,4.17337 1.125,6.09375 1.17797,1.92038 3.36126,3.375 6.6875,3.375 3.3297,0 5.52336,-1.49024 6.75,-3.4375 1.22664,-1.94726 1.51793,-4.28543 1.25,-6.125 a 0.51404389,0.51404389 0 0 0 -0.59375,-0.46875 z" inkscape:connector-curvature="0" />
495 <rect style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline" id="rect16805" width="16" height="16" x="649" y="558.36218" />
496-<path transform="matrix(1.5,0,0,1.5,-328.5,482.86218)" d="m 659,57 c 0,1.10457 -0.8954,2 -2,2 -1.1046,0 -2,-0.89543 -2,-2 0,-1.10457 0.8954,-2 2,-2 C 658.1046,55 659,55.89543 659,57 Z" sodipodi:ry="2" sodipodi:rx="2" sodipodi:cy="57" sodipodi:cx="657" id="path16809" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
497+<path transform="matrix(1.5,0,0,1.5,-328.5,482.86218)" d="m 659,57 c 0,1.10457 -0.8954,2 -2,2 -1.1046,0 -2,-0.89543 -2,-2 0,-1.10457 0.8954,-2 2,-2 1.1046,0 2,0.89543 2,2 z" sodipodi:ry="2" sodipodi:rx="2" sodipodi:cy="57" sodipodi:cx="657" id="path16809" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
498 </g>
499 <g id="node-segment-curve" inkscape:label="#node_curve">
500 <g id="g16873">
501@@ -2133,7 +2133,7 @@
502 <path inkscape:connector-curvature="0" id="path4641" d="m 753.23405,561.27338 c -2.15093,0.33041 -4.64192,1.58028 -6.6548,3.42404 -2.01287,1.84377 -3.57785,4.32174 -3.57785,7.04045 a 0.57251396,0.61561931 0 1 0 1.14492,0 c 0,-2.20575 1.2973,-4.38295 3.14851,-6.07864 1.8512,-1.69567 4.22609,-2.90805 6.08234,-3.19319 a 0.57251396,0.61561931 0 1 0 -0.14312,-1.19266 z" style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:1.00000036;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
503 <path inkscape:connector-curvature="0" id="path4638" d="m 743.48254,560.54592 a 0.54998789,0.76843483 0 0 0 -0.48119,0.81638 l 0,9.2203 a 0.54998789,0.76843483 0 1 0 1.09986,0 l 0,-9.2203 a 0.54998789,0.76843483 0 0 0 -0.61867,-0.81638 z" style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:1.00000036;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
504 <rect y="568.36218" x="742" height="3.9999974" width="4" id="rect16999" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" />
505-<path transform="matrix(1.0416758,0,0,1.0416667,-30.98601,510.34135)" d="m 745,48.5 c 0,0.82843 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.67157 -1.5,-1.5 0,-0.82843 0.6716,-1.5 1.5,-1.5 C 744.3284,47 745,47.67157 745,48.5 Z" sodipodi:ry="1.5" sodipodi:rx="1.5" sodipodi:cy="48.5" sodipodi:cx="743.5" id="path17001" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
506+<path transform="matrix(1.0416758,0,0,1.0416667,-30.98601,510.34135)" d="m 745,48.5 c 0,0.82843 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.67157 -1.5,-1.5 0,-0.82843 0.6716,-1.5 1.5,-1.5 0.8284,0 1.5,0.67157 1.5,1.5 z" sodipodi:ry="1.5" sodipodi:rx="1.5" sodipodi:cy="48.5" sodipodi:cx="743.5" id="path17001" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
507 </g>
508 <use transform="translate(768.9613,314.30868)" x="0" y="0" id="use9872" width="1250" height="1250" xlink:href="#g6043" />
509 <use height="1250" width="1250" id="use10185" y="0" x="0" transform="translate(813.9931,374.61038)" xlink:href="#rect10675" />
510@@ -2146,8 +2146,8 @@
511 <rect style="fill:none;stroke:none;stroke-width:1;marker:none;display:inline" id="rect9258" width="16" height="16" x="768.9375" y="558.36218" />
512 <path transform="translate(0,512.36218)" inkscape:connector-curvature="0" id="path17065" d="m 777.99024,55.054686 0.0527,6.064453 3.90234,-3.164062 z" style="fill:url(#linearGradient19282);stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" />
513 <rect y="567.36218" x="783" height="5.9999976" width="0.94921875" id="rect17067" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" />
514-<path transform="translate(0,512.36218)" d="m 784,48.5 c 0,0.82843 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.67157 -1.5,-1.5 0,-0.82843 0.6716,-1.5 1.5,-1.5 C 783.3284,47 784,47.67157 784,48.5 Z" sodipodi:ry="1.5" sodipodi:rx="1.5" sodipodi:cy="48.5" sodipodi:cx="782.5" id="path17075" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
515-<path transform="matrix(1,0,0,1.5,0,481.86218)" d="m 773,60 c 0,0.55228 -0.6716,1 -1.5,1 -0.8284,0 -1.5,-0.44772 -1.5,-1 0,-0.55228 0.6716,-1 1.5,-1 C 772.3284,59 773,59.44772 773,60 Z" sodipodi:ry="1" sodipodi:rx="1.5" sodipodi:cy="60" sodipodi:cx="771.5" id="path17077" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
516+<path transform="translate(0,512.36218)" d="m 784,48.5 c 0,0.82843 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.67157 -1.5,-1.5 0,-0.82843 0.6716,-1.5 1.5,-1.5 0.8284,0 1.5,0.67157 1.5,1.5 z" sodipodi:ry="1.5" sodipodi:rx="1.5" sodipodi:cy="48.5" sodipodi:cx="782.5" id="path17075" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
517+<path transform="matrix(1,0,0,1.5,0,481.86218)" d="m 773,60 c 0,0.55228 -0.6716,1 -1.5,1 -0.8284,0 -1.5,-0.44772 -1.5,-1 0,-0.55228 0.6716,-1 1.5,-1 0.8284,0 1.5,0.44772 1.5,1 z" sodipodi:ry="1" sodipodi:rx="1.5" sodipodi:cy="60" sodipodi:cx="771.5" id="path17077" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
518 <path sodipodi:nodetypes="cccc" inkscape:connector-curvature="0" id="path17141" d="m 771.92051,562.57116 c -1.24349,1.86933 -1.27661,4.20671 0.24437,5.61508 1.47922,0.8068 2.95451,0.6486 4.7753,-0.98671 -3.248,0.42633 -4.98993,-1.10298 -5.01967,-4.62837 z" style="fill:url(#linearGradient19282);fill-opacity:1;fill-rule:evenodd;stroke:none" />
519 <path style="fill:url(#linearGradient19282);fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 777.86091,559.47448 c -1.50986,0.91368 -2.29882,2.50498 -1.66137,3.91829 0.80417,0.98893 1.92136,1.31569 3.77153,0.73258 -2.48515,-0.66596 -3.24257,-2.22728 -2.11016,-4.65087 z" id="path17143" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" />
520 </g>
521@@ -2166,8 +2166,8 @@
522 <use transform="translate(885.0318,-128.6983)" x="0" y="0" id="use4819" width="1250" height="1250" xlink:href="#rect10675" />
523 <use height="1250" width="1250" id="use4821" y="0" x="0" transform="translate(873.0318,-116.6983)" xlink:href="#rect10675" />
524 </g>
525-<path transform="matrix(1.5,0,0,1.5,-420.5,487.36218)" d="m 843,49 c 0,0.55228 -0.4477,1 -1,1 -0.5523,0 -1,-0.44772 -1,-1 0,-0.55228 0.4477,-1 1,-1 C 842.5523,48 843,48.44772 843,49 Z" sodipodi:ry="1" sodipodi:rx="1" sodipodi:cy="49" sodipodi:cx="842" id="path17299" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
526-<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path17301" sodipodi:cx="842" sodipodi:cy="49" sodipodi:rx="1" sodipodi:ry="1" d="m 843,49 c 0,0.55228 -0.4477,1 -1,1 -0.5523,0 -1,-0.44772 -1,-1 0,-0.55228 0.4477,-1 1,-1 C 842.5523,48 843,48.44772 843,49 Z" transform="matrix(1.5,0,0,1.5,-431.5,498.36218)" />
527+<path transform="matrix(1.5,0,0,1.5,-420.5,487.36218)" d="m 843,49 c 0,0.55228 -0.4477,1 -1,1 -0.5523,0 -1,-0.44772 -1,-1 0,-0.55228 0.4477,-1 1,-1 0.5523,0 1,0.44772 1,1 z" sodipodi:ry="1" sodipodi:rx="1" sodipodi:cy="49" sodipodi:cx="842" id="path17299" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
528+<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path17301" sodipodi:cx="842" sodipodi:cy="49" sodipodi:rx="1" sodipodi:ry="1" d="m 843,49 c 0,0.55228 -0.4477,1 -1,1 -0.5523,0 -1,-0.44772 -1,-1 0,-0.55228 0.4477,-1 1,-1 0.5523,0 1,0.44772 1,1 z" transform="matrix(1.5,0,0,1.5,-431.5,498.36218)" />
529 </g>
530 <g id="path-mask-edit" inkscape:label="#g21113">
531 <path sodipodi:nodetypes="cscscccccccccccccccc" inkscape:connector-curvature="0" id="path3826" d="m 866,564.36218 0,4.84375 c 0,1.71931 2,3.15625 4.46875,4.1875 2.53125,-1.03125 4.5,-2.19533 4.5,-4.125 l 0,-4.90625 z m 1,2 3,0 0,1 0,1 -2,-1 z m 4,0 3,0 -1,1 -2,1 z m -3,3 5,0 c -2.47487,4.48943 -5,0 -5,0 z" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000024;marker:none;visibility:visible;display:inline;overflow:visible" />
532@@ -2177,8 +2177,8 @@
533 <use xlink:href="#rect10675" height="1250" width="1250" id="use21096" y="0" x="0" transform="translate(885.0318,-128.6983)" />
534 <use xlink:href="#rect10675" transform="translate(873.0318,-116.6983)" x="0" y="0" id="use21098" width="1250" height="1250" />
535 </g>
536-<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path21100" sodipodi:cx="842" sodipodi:cy="49" sodipodi:rx="1" sodipodi:ry="1" d="m 843,49 c 0,0.55228 -0.4477,1 -1,1 -0.5523,0 -1,-0.44772 -1,-1 0,-0.55228 0.4477,-1 1,-1 C 842.5523,48 843,48.44772 843,49 Z" transform="matrix(1.5,0,0,1.5,-391.5,485.36218)" />
537-<path transform="matrix(1.5,0,0,1.5,-402.5,496.36218)" d="m 843,49 c 0,0.55228 -0.4477,1 -1,1 -0.5523,0 -1,-0.44772 -1,-1 0,-0.55228 0.4477,-1 1,-1 C 842.5523,48 843,48.44772 843,49 Z" sodipodi:ry="1" sodipodi:rx="1" sodipodi:cy="49" sodipodi:cx="842" id="path21102" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
538+<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path21100" sodipodi:cx="842" sodipodi:cy="49" sodipodi:rx="1" sodipodi:ry="1" d="m 843,49 c 0,0.55228 -0.4477,1 -1,1 -0.5523,0 -1,-0.44772 -1,-1 0,-0.55228 0.4477,-1 1,-1 0.5523,0 1,0.44772 1,1 z" transform="matrix(1.5,0,0,1.5,-391.5,485.36218)" />
539+<path transform="matrix(1.5,0,0,1.5,-402.5,496.36218)" d="m 843,49 c 0,0.55228 -0.4477,1 -1,1 -0.5523,0 -1,-0.44772 -1,-1 0,-0.55228 0.4477,-1 1,-1 0.5523,0 1,0.44772 1,1 z" sodipodi:ry="1" sodipodi:rx="1" sodipodi:cy="49" sodipodi:cx="842" id="path21102" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
540 </g>
541 <g id="path-mode-bezier" inkscape:label="#bezier_mode">
542 <rect y="557.36218" x="889" height="15.999998" width="15.999998" id="rect4983" style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline" />
543@@ -2385,12 +2385,12 @@
544 <path sodipodi:nodetypes="ccccccc" style="fill:none;stroke:url(#linearGradient19282);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline" d="m 409,682.61218 0,12.5 11,5.5 11,-5.5 0,-12.5 -11,4.5 -11,-4.5 z" id="path4908" inkscape:connector-curvature="0" />
545 <path style="fill:none;stroke:url(#linearGradient19282);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline" d="m 420,678.11218 11,4.5 -11,4.5 -11,-4.5 11,-4.5 z" id="path4912" sodipodi:nodetypes="ccccc" inkscape:connector-curvature="0" />
546 <path sodipodi:nodetypes="cc" id="path5699" d="m 420,687.11218 0,13.417" style="fill:none;stroke:url(#linearGradient19282);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline" inkscape:connector-curvature="0" />
547-<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34840238;marker:none;visibility:visible;display:inline" id="use5857" sodipodi:cx="842.25" sodipodi:cy="222.75" sodipodi:rx="0.75" sodipodi:ry="1.25" d="m 843,222.75 c 0,0.6904 -0.3358,1.25 -0.75,1.25 -0.4142,0 -0.75,-0.5596 -0.75,-1.25 0,-0.6904 0.3358,-1.25 0.75,-1.25 C 842.6642,221.5 843,222.0596 843,222.75 Z" transform="matrix(0,1.6966161,-1.5844045,0,769.88791,-746.36383)" />
548-<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34840238;marker:none;visibility:visible;display:inline" id="use5859" sodipodi:cx="842.25" sodipodi:cy="222.75" sodipodi:rx="0.75" sodipodi:ry="1.25" d="m 843,222.75 c 0,0.6904 -0.3358,1.25 -0.75,1.25 -0.4142,0 -0.75,-0.5596 -0.75,-1.25 0,-0.6904 0.3358,-1.25 0.75,-1.25 C 842.6642,221.5 843,222.0596 843,222.75 Z" transform="matrix(0,1.6966161,-1.5844045,0,775.9845,-746.33583)" />
549-<path transform="matrix(1.0629202,0.0998114,-0.11228815,1.1957887,7.2060752,438.93602)" d="m 414,176.5 c 0,0.8284 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.6716 -1.5,-1.5 0,-0.8284 0.6716,-1.5 1.5,-1.5 C 413.3284,175 414,175.6716 414,176.5 Z" sodipodi:ry="1.5" sodipodi:rx="1.5" sodipodi:cy="176.5" sodipodi:cx="412.5" id="path15511" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
550-<path transform="matrix(0.88477373,0.00434439,0.00645582,0.91447867,48.342525,528.12557)" d="m 414,176.5 c 0,0.8284 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.6716 -1.5,-1.5 0,-0.8284 0.6716,-1.5 1.5,-1.5 C 413.3284,175 414,175.6716 414,176.5 Z" sodipodi:ry="1.5" sodipodi:rx="1.5" sodipodi:cy="176.5" sodipodi:cx="412.5" id="path15515" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
551-<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path15519" sodipodi:cx="412.5" sodipodi:cy="176.5" sodipodi:rx="1.5" sodipodi:ry="1.5" d="m 414,176.5 c 0,0.8284 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.6716 -1.5,-1.5 0,-0.8284 0.6716,-1.5 1.5,-1.5 C 413.3284,175 414,175.6716 414,176.5 Z" transform="matrix(0.9427641,0.00445032,0.00687896,0.93677566,27.036269,528.18063)" />
552-<path transform="matrix(0.91156408,0.0043668,0.00665131,0.91919769,34.804857,523.38108)" d="m 414,176.5 c 0,0.8284 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.6716 -1.5,-1.5 0,-0.8284 0.6716,-1.5 1.5,-1.5 C 413.3284,175 414,175.6716 414,176.5 Z" sodipodi:ry="1.5" sodipodi:rx="1.5" sodipodi:cy="176.5" sodipodi:cx="412.5" id="path15521" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
553+<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34840238;marker:none;visibility:visible;display:inline" id="use5857" sodipodi:cx="842.25" sodipodi:cy="222.75" sodipodi:rx="0.75" sodipodi:ry="1.25" d="m 843,222.75 c 0,0.6904 -0.3358,1.25 -0.75,1.25 -0.4142,0 -0.75,-0.5596 -0.75,-1.25 0,-0.6904 0.3358,-1.25 0.75,-1.25 0.4142,0 0.75,0.5596 0.75,1.25 z" transform="matrix(0,1.6966161,-1.5844045,0,769.88791,-746.36383)" />
554+<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34840238;marker:none;visibility:visible;display:inline" id="use5859" sodipodi:cx="842.25" sodipodi:cy="222.75" sodipodi:rx="0.75" sodipodi:ry="1.25" d="m 843,222.75 c 0,0.6904 -0.3358,1.25 -0.75,1.25 -0.4142,0 -0.75,-0.5596 -0.75,-1.25 0,-0.6904 0.3358,-1.25 0.75,-1.25 0.4142,0 0.75,0.5596 0.75,1.25 z" transform="matrix(0,1.6966161,-1.5844045,0,775.9845,-746.33583)" />
555+<path transform="matrix(1.0629202,0.0998114,-0.11228815,1.1957887,7.2060752,438.93602)" d="m 414,176.5 c 0,0.8284 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.6716 -1.5,-1.5 0,-0.8284 0.6716,-1.5 1.5,-1.5 0.8284,0 1.5,0.6716 1.5,1.5 z" sodipodi:ry="1.5" sodipodi:rx="1.5" sodipodi:cy="176.5" sodipodi:cx="412.5" id="path15511" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
556+<path transform="matrix(0.88477373,0.00434439,0.00645582,0.91447867,48.342525,528.12557)" d="m 414,176.5 c 0,0.8284 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.6716 -1.5,-1.5 0,-0.8284 0.6716,-1.5 1.5,-1.5 0.8284,0 1.5,0.6716 1.5,1.5 z" sodipodi:ry="1.5" sodipodi:rx="1.5" sodipodi:cy="176.5" sodipodi:cx="412.5" id="path15515" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
557+<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path15519" sodipodi:cx="412.5" sodipodi:cy="176.5" sodipodi:rx="1.5" sodipodi:ry="1.5" d="m 414,176.5 c 0,0.8284 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.6716 -1.5,-1.5 0,-0.8284 0.6716,-1.5 1.5,-1.5 0.8284,0 1.5,0.6716 1.5,1.5 z" transform="matrix(0.9427641,0.00445032,0.00687896,0.93677566,27.036269,528.18063)" />
558+<path transform="matrix(0.91156408,0.0043668,0.00665131,0.91919769,34.804857,523.38108)" d="m 414,176.5 c 0,0.8284 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.6716 -1.5,-1.5 0,-0.8284 0.6716,-1.5 1.5,-1.5 0.8284,0 1.5,0.6716 1.5,1.5 z" sodipodi:ry="1.5" sodipodi:rx="1.5" sodipodi:cy="176.5" sodipodi:cx="412.5" id="path15521" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
559 </g>
560 <rect y="682.36218" x="498" height="15.999997" width="16" id="rect15564" style="fill:none;stroke:none" />
561 <path inkscape:connector-curvature="0" id="path15581" d="m 501,685.36218 0,2 6,0 0,2 4,-3 -4,-3 0,2 z" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:nodetypes="cccccccc" />
562@@ -2987,15 +2987,15 @@
563 </g>
564 <g id="distribute-graph" inkscape:label="#distribute_graph" transform="translate(0,4.1533082e-4)">
565 <rect ry="0.97140813" rx="0" y="823.36218" x="1120" height="23.999998" width="24" id="rect19372" style="fill:none;stroke:none" />
566-<path sodipodi:end="6.2689006" sodipodi:start="0" transform="translate(-1,511.36218)" d="m 1125,320 c 0,1.1046 -0.895,2 -2,2 -1.105,0 -2,-0.8954 -2,-2 0,-1.1046 0.895,-2 2,-2 1.093,0 1.984,0.8781 2,1.9714 L 1123,320 Z" sodipodi:ry="2" sodipodi:rx="2" sodipodi:cy="320" sodipodi:cx="1123" id="path19374" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
567-<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path19376" sodipodi:cx="1123" sodipodi:cy="320" sodipodi:rx="2" sodipodi:ry="2" d="m 1125,320 c 0,1.1046 -0.895,2 -2,2 -1.105,0 -2,-0.8954 -2,-2 0,-1.1046 0.895,-2 2,-2 1.093,0 1.984,0.8781 2,1.9714 L 1123,320 Z" transform="translate(4,505.36218)" sodipodi:start="0" sodipodi:end="6.2689006" />
568-<path sodipodi:end="6.2689006" sodipodi:start="0" transform="translate(13.000204,507.39075)" d="m 1125,320 c 0,1.1046 -0.895,2 -2,2 -1.105,0 -2,-0.8954 -2,-2 0,-1.1046 0.895,-2 2,-2 1.093,0 1.984,0.8781 2,1.9714 L 1123,320 Z" sodipodi:ry="2" sodipodi:rx="2" sodipodi:cy="320" sodipodi:cx="1123" id="path19378" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
569-<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path19380" sodipodi:cx="1123" sodipodi:cy="320" sodipodi:rx="2" sodipodi:ry="2" d="m 1125,320 c 0,1.1046 -0.895,2 -2,2 -1.105,0 -2,-0.8954 -2,-2 0,-1.1046 0.895,-2 2,-2 1.093,0 1.984,0.8781 2,1.9714 L 1123,320 Z" transform="translate(12,515.36218)" sodipodi:start="0" sodipodi:end="6.2689006" />
570-<path sodipodi:end="6.2689006" sodipodi:start="0" transform="translate(4,517.36218)" d="m 1125,320 c 0,1.1046 -0.895,2 -2,2 -1.105,0 -2,-0.8954 -2,-2 0,-1.1046 0.895,-2 2,-2 1.093,0 1.984,0.8781 2,1.9714 L 1123,320 Z" sodipodi:ry="2" sodipodi:rx="2" sodipodi:cy="320" sodipodi:cx="1123" id="path19384" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
571-<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path19387" sodipodi:cx="1123" sodipodi:cy="320" sodipodi:rx="2" sodipodi:ry="2" d="m 1125,320 c 0,1.1046 -0.895,2 -2,2 -1.105,0 -2,-0.8954 -2,-2 0,-1.1046 0.895,-2 2,-2 1.093,0 1.984,0.8781 2,1.9714 L 1123,320 Z" transform="translate(17,523.36218)" sodipodi:start="0" sodipodi:end="6.2689006" />
572+<path sodipodi:end="6.2689006" sodipodi:start="0" transform="translate(-1,511.36218)" d="m 1125,320 c 0,1.1046 -0.895,2 -2,2 -1.105,0 -2,-0.8954 -2,-2 0,-1.1046 0.895,-2 2,-2 1.093,0 1.984,0.8781 2,1.9714 l -2,0.029 z" sodipodi:ry="2" sodipodi:rx="2" sodipodi:cy="320" sodipodi:cx="1123" id="path19374" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
573+<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path19376" sodipodi:cx="1123" sodipodi:cy="320" sodipodi:rx="2" sodipodi:ry="2" d="m 1125,320 c 0,1.1046 -0.895,2 -2,2 -1.105,0 -2,-0.8954 -2,-2 0,-1.1046 0.895,-2 2,-2 1.093,0 1.984,0.8781 2,1.9714 l -2,0.029 z" transform="translate(4,505.36218)" sodipodi:start="0" sodipodi:end="6.2689006" />
574+<path sodipodi:end="6.2689006" sodipodi:start="0" transform="translate(13.000204,507.39075)" d="m 1125,320 c 0,1.1046 -0.895,2 -2,2 -1.105,0 -2,-0.8954 -2,-2 0,-1.1046 0.895,-2 2,-2 1.093,0 1.984,0.8781 2,1.9714 l -2,0.029 z" sodipodi:ry="2" sodipodi:rx="2" sodipodi:cy="320" sodipodi:cx="1123" id="path19378" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
575+<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path19380" sodipodi:cx="1123" sodipodi:cy="320" sodipodi:rx="2" sodipodi:ry="2" d="m 1125,320 c 0,1.1046 -0.895,2 -2,2 -1.105,0 -2,-0.8954 -2,-2 0,-1.1046 0.895,-2 2,-2 1.093,0 1.984,0.8781 2,1.9714 l -2,0.029 z" transform="translate(12,515.36218)" sodipodi:start="0" sodipodi:end="6.2689006" />
576+<path sodipodi:end="6.2689006" sodipodi:start="0" transform="translate(4,517.36218)" d="m 1125,320 c 0,1.1046 -0.895,2 -2,2 -1.105,0 -2,-0.8954 -2,-2 0,-1.1046 0.895,-2 2,-2 1.093,0 1.984,0.8781 2,1.9714 l -2,0.029 z" sodipodi:ry="2" sodipodi:rx="2" sodipodi:cy="320" sodipodi:cx="1123" id="path19384" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
577+<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path19387" sodipodi:cx="1123" sodipodi:cy="320" sodipodi:rx="2" sodipodi:ry="2" d="m 1125,320 c 0,1.1046 -0.895,2 -2,2 -1.105,0 -2,-0.8954 -2,-2 0,-1.1046 0.895,-2 2,-2 1.093,0 1.984,0.8781 2,1.9714 l -2,0.029 z" transform="translate(17,523.36218)" sodipodi:start="0" sodipodi:end="6.2689006" />
578 <path sodipodi:nodetypes="cccccc" inkscape:connector-curvature="0" id="path19391" d="m 1135,835.36218 -8,2 -5,-6 5,-6 9,2 z" inkscape:transform-center-y="-0.17772873" inkscape:transform-center-x="0.46012798" style="fill:none;stroke:url(#linearGradient19282);stroke-width:1.02272153000000010;stroke-opacity:1" />
579 <path sodipodi:nodetypes="cccc" inkscape:connector-curvature="0" id="path19394" d="m 1135,835.36218 5,8 -8,2 0,0" style="fill:none;stroke:url(#linearGradient19282);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
580-<path sodipodi:end="6.2689006" sodipodi:start="0" transform="matrix(0.9886057,0,0,1.3257338,11.909739,403.21855)" d="m 1135,333.5 c 0,0.8284 -0.895,1.5 -2,1.5 -1.105,0 -2,-0.6716 -2,-1.5 0,-0.8284 0.895,-1.5 2,-1.5 1.093,0 1.984,0.6586 2,1.4786 L 1133,333.5 Z" sodipodi:ry="1.5" sodipodi:rx="2" sodipodi:cy="333.5" sodipodi:cx="1133" id="path19396" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
581+<path sodipodi:end="6.2689006" sodipodi:start="0" transform="matrix(0.9886057,0,0,1.3257338,11.909739,403.21855)" d="m 1135,333.5 c 0,0.8284 -0.895,1.5 -2,1.5 -1.105,0 -2,-0.6716 -2,-1.5 0,-0.8284 0.895,-1.5 2,-1.5 1.093,0 1.984,0.6586 2,1.4786 l -2,0.021 z" sodipodi:ry="1.5" sodipodi:rx="2" sodipodi:cy="333.5" sodipodi:cx="1133" id="path19396" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
582 </g>
583 <g id="distribute-remove-overlaps" inkscape:label="#g19465" transform="translate(0,4.1533082e-4)">
584 <rect ry="0" y="823.36218" x="1156" height="23.999998" width="22" id="rect19455" style="fill:none;stroke:none" />
585@@ -3006,10 +3006,10 @@
586 </g>
587 <g id="distribute-graph-directed" inkscape:label="#directed_graph" transform="translate(0,4.1533082e-4)">
588 <rect y="823.36218" x="1192" height="24" width="24" id="rect19472" style="fill:none;stroke:none" />
589-<path sodipodi:end="6.2689006" sodipodi:start="0" transform="translate(-1,509.36218)" d="m 1199,316 c 0,1.1046 -0.895,2 -2,2 -1.105,0 -2,-0.8954 -2,-2 0,-1.1046 0.895,-2 2,-2 1.093,0 1.984,0.8781 2,1.9714 L 1197,316 Z" sodipodi:ry="2" sodipodi:rx="2" sodipodi:cy="316" sodipodi:cx="1197" id="path19474" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
590-<path sodipodi:end="6.2689006" sodipodi:start="0" transform="translate(2,509.36218)" d="m 1212,316 c 0,1.1046 -0.895,2 -2,2 -1.105,0 -2,-0.8954 -2,-2 0,-1.1046 0.895,-2 2,-2 1.093,0 1.984,0.8781 2,1.9714 L 1210,316 Z" sodipodi:ry="2" sodipodi:rx="2" sodipodi:cy="316" sodipodi:cx="1210" id="path19476" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
591-<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path19478" sodipodi:cx="1210" sodipodi:cy="316" sodipodi:rx="2" sodipodi:ry="2" d="m 1212,316 c 0,1.1046 -0.895,2 -2,2 -1.105,0 -2,-0.8954 -2,-2 0,-1.1046 0.895,-2 2,-2 1.093,0 1.984,0.8781 2,1.9714 L 1210,316 Z" transform="translate(-6,518.36218)" sodipodi:start="0" sodipodi:end="6.2689006" />
592-<path sodipodi:end="6.2689006" sodipodi:start="0" transform="translate(-6,529.36218)" d="m 1212,316 c 0,1.1046 -0.895,2 -2,2 -1.105,0 -2,-0.8954 -2,-2 0,-1.1046 0.895,-2 2,-2 1.093,0 1.984,0.8781 2,1.9714 L 1210,316 Z" sodipodi:ry="2" sodipodi:rx="2" sodipodi:cy="316" sodipodi:cx="1210" id="path19480" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
593+<path sodipodi:end="6.2689006" sodipodi:start="0" transform="translate(-1,509.36218)" d="m 1199,316 c 0,1.1046 -0.895,2 -2,2 -1.105,0 -2,-0.8954 -2,-2 0,-1.1046 0.895,-2 2,-2 1.093,0 1.984,0.8781 2,1.9714 l -2,0.029 z" sodipodi:ry="2" sodipodi:rx="2" sodipodi:cy="316" sodipodi:cx="1197" id="path19474" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
594+<path sodipodi:end="6.2689006" sodipodi:start="0" transform="translate(2,509.36218)" d="m 1212,316 c 0,1.1046 -0.895,2 -2,2 -1.105,0 -2,-0.8954 -2,-2 0,-1.1046 0.895,-2 2,-2 1.093,0 1.984,0.8781 2,1.9714 l -2,0.029 z" sodipodi:ry="2" sodipodi:rx="2" sodipodi:cy="316" sodipodi:cx="1210" id="path19476" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
595+<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path19478" sodipodi:cx="1210" sodipodi:cy="316" sodipodi:rx="2" sodipodi:ry="2" d="m 1212,316 c 0,1.1046 -0.895,2 -2,2 -1.105,0 -2,-0.8954 -2,-2 0,-1.1046 0.895,-2 2,-2 1.093,0 1.984,0.8781 2,1.9714 l -2,0.029 z" transform="translate(-6,518.36218)" sodipodi:start="0" sodipodi:end="6.2689006" />
596+<path sodipodi:end="6.2689006" sodipodi:start="0" transform="translate(-6,529.36218)" d="m 1212,316 c 0,1.1046 -0.895,2 -2,2 -1.105,0 -2,-0.8954 -2,-2 0,-1.1046 0.895,-2 2,-2 1.093,0 1.984,0.8781 2,1.9714 l -2,0.029 z" sodipodi:ry="2" sodipodi:rx="2" sodipodi:cy="316" sodipodi:cx="1210" id="path19480" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
597 <path style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:1.70516777000000008;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" d="m 1209.7199,826.50425 1.1763,1.22636 -2.2484,2.17805 1.4753,1.44852 -4.1231,0.005 0,0 -0.01,-4.12311 1.4766,1.44305 z" id="path19568" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccc" />
598 <path style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:1.70516777000000008;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" d="m 1205,837.36218 -2,0 0,2 -2,0 3,3 0,0 3.0635,-2.9298 -2.0635,-0.0702 z" id="path19570" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccc" />
599 <path sodipodi:nodetypes="ccccccccc" inkscape:connector-curvature="0" id="path19572" d="m 1198.2801,826.50425 -1.1763,1.22636 2.2484,2.17805 -1.4753,1.44852 4.1231,0.005 0,0 0.01,-4.12311 -1.4766,1.44305 z" style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:1.70516777000000008;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
600@@ -3457,7 +3457,7 @@
601 <g id="reset-default" inkscape:label="#g78883">
602 <g inkscape:label="stock-reset" id="g30155" style="display:inline" transform="translate(-46.0002,548.36218)">
603 <rect style="opacity:0.3;fill:none;stroke:none" id="rect30123" width="16" height="16" x="-120" y="182" transform="translate(241.0002,217)" />
604-<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none;color:#000000;fill-rule:nonzero;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="path30125" sodipodi:cx="-117" sodipodi:cy="196" sodipodi:rx="2" sodipodi:ry="2" d="m -115,196 c 0,1.1046 -0.8954,2 -2,2 -1.1046,0 -2,-0.8954 -2,-2 0,-1.1046 0.8954,-2 2,-2 C -115.8954,194 -115,194.8954 -115,196 Z" transform="matrix(1.25,0,0,1.25,271.2502,167.5)" />
605+<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none;color:#000000;fill-rule:nonzero;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="path30125" sodipodi:cx="-117" sodipodi:cy="196" sodipodi:rx="2" sodipodi:ry="2" d="m -115,196 c 0,1.1046 -0.8954,2 -2,2 -1.1046,0 -2,-0.8954 -2,-2 0,-1.1046 0.8954,-2 2,-2 1.1046,0 2,0.8954 2,2 z" transform="matrix(1.25,0,0,1.25,271.2502,167.5)" />
606 <path style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none;color:#000000;fill-rule:nonzero;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" d="M 125.02328,409.00001 121.0002,405 l 8,0 z" id="path30137" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" />
607 <path style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans;fill-rule:nonzero" d="m 124.90645,401 c -0.49158,0.0463 -0.90838,0.50624 -0.90625,1 l 0,4 c -0.007,0.52831 0.47163,1.01424 1,1.01424 0.52837,0 1.00747,-0.48593 1,-1.01424 l 0,-3 8,0 0,9 -4,0 c -0.52831,-0.007 -1.01424,0.47163 -1.01424,1 0,0.52837 0.48593,1.00747 1.01424,1 l 5,0 c 0.52358,-5e-5 0.99995,-0.47642 1,-1 l 0,-11 c -5e-5,-0.52358 -0.47642,-0.99995 -1,-1 l -10,0 c -0.0312,-10e-4 -0.0625,-10e-4 -0.0937,0 z" id="path30149" inkscape:connector-curvature="0" sodipodi:nodetypes="cccscccccscccccccc" />
608 </g>
609@@ -3542,8 +3542,8 @@
610 <rect transform="scale(1,-1)" y="-514.35583" x="745" height="5" width="4" id="rect22662" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" />
611 <rect transform="scale(1,-1)" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="rect22664" width="2" height="1" x="750" y="-511.3558" />
612 <rect transform="scale(1,-1)" y="-511.3558" x="742" height="1" width="2" id="rect22666" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" />
613-<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path22668" sodipodi:cx="633.5" sodipodi:cy="56.5" sodipodi:rx="1.5" sodipodi:ry="1.5" d="m 635,56.5 c 0,0.82843 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.67157 -1.5,-1.5 0,-0.82843 0.6716,-1.5 1.5,-1.5 C 634.3284,55 635,55.67157 635,56.5 Z" transform="matrix(1,0,0,-1.0104167,119.5,567.89749)" />
614-<path transform="matrix(1,0,0,-1.0104167,107.5,567.92874)" d="m 635,56.5 c 0,0.82843 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.67157 -1.5,-1.5 0,-0.82843 0.6716,-1.5 1.5,-1.5 C 634.3284,55 635,55.67157 635,56.5 Z" sodipodi:ry="1.5" sodipodi:rx="1.5" sodipodi:cy="56.5" sodipodi:cx="633.5" id="path22670" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
615+<path sodipodi:type="arc" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path22668" sodipodi:cx="633.5" sodipodi:cy="56.5" sodipodi:rx="1.5" sodipodi:ry="1.5" d="m 635,56.5 c 0,0.82843 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.67157 -1.5,-1.5 0,-0.82843 0.6716,-1.5 1.5,-1.5 0.8284,0 1.5,0.67157 1.5,1.5 z" transform="matrix(1,0,0,-1.0104167,119.5,567.89749)" />
616+<path transform="matrix(1,0,0,-1.0104167,107.5,567.92874)" d="m 635,56.5 c 0,0.82843 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.67157 -1.5,-1.5 0,-0.82843 0.6716,-1.5 1.5,-1.5 0.8284,0 1.5,0.67157 1.5,1.5 z" sodipodi:ry="1.5" sodipodi:rx="1.5" sodipodi:cy="56.5" sodipodi:cx="633.5" id="path22670" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
617 </g>
618 <g id="snap-nodes-path" inkscape:label="#g26823" transform="translate(0,21)">
619 <path inkscape:connector-curvature="0" id="path22693" d="m 784.3125,522.36218 a 0.51404389,0.51211313 0 0 1 -0.40625,-0.59375 c 0.23335,-1.5961 -0.0607,-3.72302 -1.125,-5.40625 -0.63257,-1.00041 -1.53075,-1.84515 -2.78125,-2.375 l 0,-1.125 c 1.65524,0.59433 2.86068,1.6793 3.65625,2.9375 1.22664,1.93994 1.51793,4.26109 1.25,6.09375 a 0.51404389,0.51211313 0 0 1 -0.59375,0.46875 z m -14.71875,-0.125 a 0.52407843,0.52210998 0 0 1 -0.5,-0.4375 c -0.29775,-1.82706 -0.053,-4.14933 1.125,-6.0625 0.79178,-1.28594 2.03929,-2.36999 3.78125,-2.9375 l 0,1.0625 c -1.3469,0.50157 -2.27285,1.37754 -2.90625,2.40625 -1.01344,1.64596 -1.22977,3.74206 -0.96875,5.34375 a 0.52407843,0.52210998 0 0 1 -0.53125,0.625 z" style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:1.02798498;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
620@@ -3551,13 +3551,13 @@
621 <rect style="opacity:0.3;fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="rect22697" width="4" height="3.9999278" x="775" y="-513.36218" transform="scale(1,-1)" />
622 <rect y="-511.36215" x="780" height="1" width="2" id="rect22699" style="opacity:0.3;fill:url(#linearGradient19282);fill-opacity:1;stroke:none" transform="scale(1,-1)" />
623 <rect style="opacity:0.3;fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="rect22701" width="2" height="1" x="772" y="-511.36215" transform="scale(1,-1)" />
624-<path transform="matrix(1,0,0,-1.0104167,149.5,567.90385)" d="m 635,56.5 c 0,0.82843 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.67157 -1.5,-1.5 0,-0.82843 0.6716,-1.5 1.5,-1.5 C 634.3284,55 635,55.67157 635,56.5 Z" sodipodi:ry="1.5" sodipodi:rx="1.5" sodipodi:cy="56.5" sodipodi:cx="633.5" id="path22703" style="opacity:0.3;fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
625-<path sodipodi:type="arc" style="opacity:0.3;fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path22705" sodipodi:cx="633.5" sodipodi:cy="56.5" sodipodi:rx="1.5" sodipodi:ry="1.5" d="m 635,56.5 c 0,0.82843 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.67157 -1.5,-1.5 0,-0.82843 0.6716,-1.5 1.5,-1.5 C 634.3284,55 635,55.67157 635,56.5 Z" transform="matrix(1,0,0,-1.0104167,137.5,567.9351)" />
626+<path transform="matrix(1,0,0,-1.0104167,149.5,567.90385)" d="m 635,56.5 c 0,0.82843 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.67157 -1.5,-1.5 0,-0.82843 0.6716,-1.5 1.5,-1.5 0.8284,0 1.5,0.67157 1.5,1.5 z" sodipodi:ry="1.5" sodipodi:rx="1.5" sodipodi:cy="56.5" sodipodi:cx="633.5" id="path22703" style="opacity:0.3;fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
627+<path sodipodi:type="arc" style="opacity:0.3;fill:url(#linearGradient19282);fill-opacity:1;stroke:none" id="path22705" sodipodi:cx="633.5" sodipodi:cy="56.5" sodipodi:rx="1.5" sodipodi:ry="1.5" d="m 635,56.5 c 0,0.82843 -0.6716,1.5 -1.5,1.5 -0.8284,0 -1.5,-0.67157 -1.5,-1.5 0,-0.82843 0.6716,-1.5 1.5,-1.5 0.8284,0 1.5,0.67157 1.5,1.5 z" transform="matrix(1,0,0,-1.0104167,137.5,567.9351)" />
628 </g>
629 <g id="snap-nodes-smooth" inkscape:label="#g26832" transform="translate(0,21)">
630 <path style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:1.02798498;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" d="m 844.3125,522.36218 a 0.51404389,0.51211313 0 0 1 -0.40625,-0.59375 c 0.23335,-1.5961 -0.0607,-3.72302 -1.125,-5.40625 -0.63257,-1.00041 -1.53075,-1.84515 -2.78125,-2.375 l 0,-1.125 c 1.65524,0.59433 2.86068,1.6793 3.65625,2.9375 1.22664,1.93994 1.51793,4.26109 1.25,6.09375 a 0.51404389,0.51211313 0 0 1 -0.59375,0.46875 z m -14.71875,-0.125 a 0.52407843,0.52210998 0 0 1 -0.5,-0.4375 c -0.29775,-1.82706 -0.053,-4.14933 1.125,-6.0625 0.79178,-1.28594 2.03929,-2.36999 3.78125,-2.9375 l 0,1.0625 c -1.3469,0.50157 -2.27285,1.37754 -2.90625,2.40625 -1.01344,1.64596 -1.22977,3.74206 -0.96875,5.34375 a 0.52407843,0.52210998 0 0 1 -0.53125,0.625 z" id="path22717" inkscape:connector-curvature="0" />
631 <rect transform="scale(1,-1)" y="-522.36218" x="829" height="16" width="16" id="rect22719" style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline" />
632-<path transform="matrix(0.8,0,0,0.8,167.8,511.96218)" d="M 839,0.5 C 839,1.880712 837.8807,3 836.5,3 835.1193,3 834,1.880712 834,0.5 834,-0.8807119 835.1193,-2 836.5,-2 837.8807,-2 839,-0.8807119 839,0.5 Z" sodipodi:ry="2.5" sodipodi:rx="2.5" sodipodi:cy="0.5" sodipodi:cx="836.5" id="path22731" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
633+<path transform="matrix(0.8,0,0,0.8,167.8,511.96218)" d="M 839,0.5 C 839,1.880712 837.8807,3 836.5,3 835.1193,3 834,1.880712 834,0.5 c 0,-1.3807119 1.1193,-2.5 2.5,-2.5 1.3807,0 2.5,1.1192881 2.5,2.5 z" sodipodi:ry="2.5" sodipodi:rx="2.5" sodipodi:cy="0.5" sodipodi:cx="836.5" id="path22731" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
634 </g>
635 <g id="snap-nodes-midpoint" inkscape:label="#g26837" transform="translate(0,21)">
636 <rect style="color:#000000;fill:none;stroke:none;stroke-width:0.1;marker:none;display:inline" id="rect22787" width="16" height="15.999997" x="-875" y="-522.42468" transform="scale(-1,-1)" />
637@@ -3567,13 +3567,13 @@
638 <path sodipodi:nodetypes="cccc" inkscape:connector-curvature="0" id="path22809" d="m 865,518.36218 -6,0 3,4 z" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" />
639 <path style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" d="m 865,510.36218 -6,0 3,-4 z" id="path22811" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" />
640 <rect transform="translate(0,512.36218)" y="-6" x="872" height="16" width="1" id="rect22813" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" />
641-<path transform="translate(0,512.36218)" d="M 875,1.5 C 875,2.880712 873.8807,4 872.5,4 871.1193,4 870,2.880712 870,1.5 870,0.1192881 871.1193,-1 872.5,-1 873.8807,-1 875,0.1192881 875,1.5 Z" sodipodi:ry="2.5" sodipodi:rx="2.5" sodipodi:cy="1.5" sodipodi:cx="872.5" id="path22815" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
642+<path transform="translate(0,512.36218)" d="M 875,1.5 C 875,2.880712 873.8807,4 872.5,4 871.1193,4 870,2.880712 870,1.5 c 0,-1.3807119 1.1193,-2.5 2.5,-2.5 1.3807,0 2.5,1.1192881 2.5,2.5 z" sodipodi:ry="2.5" sodipodi:rx="2.5" sodipodi:cy="1.5" sodipodi:cx="872.5" id="path22815" style="fill:url(#linearGradient19282);fill-opacity:1;stroke:none" sodipodi:type="arc" />
643 </g>
644 <g id="snap-nodes-intersection" inkscape:label="#g26847" transform="translate(0,21)">
645 <rect y="506.36218" x="889" height="16" width="16" id="rect22819" style="color:#000000;fill:none;stroke:none;stroke-width:0.1;marker:none;display:inline" />
646 <path style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" d="m 903.90625,506.86104 a 0.50005,0.50005 0 0 0 -0.25,0.15625 l -14,14 a 0.50005,0.50005 0 1 0 0.6875,0.6875 l 14,-14 a 0.50005,0.50005 0 0 0 -0.4375,-0.84375 z" id="path22821" inkscape:connector-curvature="0" />
647 <path style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient19282);fill-opacity:1;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" d="m 904.26952,513.31971 a 0.50005006,0.50005006 0 0 0 -0.037,0.0244 l -14.51876,1.09801 a 0.50005006,0.50005006 0 1 0 0.056,0.96864 l 14.51876,-1.09801 a 0.50005006,0.50005006 0 0 0 -0.0191,-0.99295 z" id="path22823" inkscape:connector-curvature="0" />
648-<path sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.14285719;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="path22825" sodipodi:cx="753.5" sodipodi:cy="33" sodipodi:rx="2" sodipodi:ry="2" d="m 755.5,33 c 0,1.10457 -0.8954,2 -2,2 -1.1046,0 -2,-0.89543 -2,-2 0,-1.10457 0.8954,-2 2,-2 C 754.6046,31 755.5,31.89543 755.5,33 Z" transform="matrix(1.5000086,0,0,1.4999826,-233.25652,464.86276)" />
649+<path sodipodi:type="arc" style="color:#000000;fill:url(#linearGradient19282);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.14285719;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="path22825" sodipodi:cx="753.5" sodipodi:cy="33" sodipodi:rx="2" sodipodi:ry="2" d="m 755.5,33 c 0,1.10457 -0.8954,2 -2,2 -1.1046,0 -2,-0.89543 -2,-2 0,-1.10457 0.8954,-2 2,-2 1.1046,0 2,0.89543 2,2 z" transform="matrix(1.5000086,0,0,1.4999826,-233.25652,464.86276)" />
650 </g>
651 <g id="snap-nodes-center" inkscape:label="#g26853" transform="translate(0,21)">
652 <rect style="color:#000000;fill:none;stroke:none;stroke-width:0.1;marker:none;display:inline" id="rect22833" width="16" height="15.999997" x="-935" y="-522.36224" transform="scale(-1,-1)" />
653@@ -3632,5 +3632,20 @@
654 <path id="symbol-remove-shield" d="m 330.0142,114.1199 c 2.762,-0.781 5.4976,-0.8802 8.1953,0 -0.6623,2.1069 -0.093,4.1052 -0.3615,6.134 -0.2218,1.6719 -1.8714,2.6777 -3.7119,3.5283 -1.5384,-0.8542 -3.4022,-1.5335 -3.7362,-3.5283 C 330.0609,118.2291 330.6095,115.6819 330.0142,114.1199 Z" style="fill:url(#linearGradient19282)" inkscape:connector-curvature="0" />
655 <path is="symbol-remove-arrow" d="m 340.1906,115.0143 0,7.25 L 345.6282,118.6394 Z" id="path3035" style="fill:url(#linearGradient19282)" inkscape:connector-curvature="0" />
656 </g>
657+<g id="path-mode-bspline" transform="matrix(1.3950659,-1.3663987,1.3663987,1.3950659,-407.71389,1808.6592)" inkscape:label="#bspline_mode">
658+<path inkscape:connector-curvature="0" style="color:#000000;fill:none;stroke:#666666;stroke-width:1.02419376;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline" d="m 961.7806,55.380337 c 0,0 1.37815,-1.49823 3.26044,-1.760578 1.88229,-0.262349 3.58408,1.78013 3.58408,1.78013" id="path-mode-spiro-3-8-8" sodipodi:nodetypes="czc" inkscape:label="#spiro_splines_mode" />
659+<path inkscape:connector-curvature="0" sodipodi:nodetypes="ccc" id="path6177-8-2" d="m 960.71597,54.820437 4.50382,-4.574067 4.57382,4.479835" style="fill:none;stroke:#646464;stroke-width:0.51209688;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
660+</g>
661+<g id="on" transform="translate(454.5112,482.827)">
662+<ellipse style="text-decoration:none;color:#000000;fill:none;stroke:#666666;stroke-width:1;stroke-linecap:butt;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="ellipse10646" cx="18.48884" cy="207.5353" rx="6.611154" ry="6.515604" d="m 25.09999,207.5353 c 0,3.5985 -2.95991,6.5156 -6.61115,6.5156 -3.65124,0 -6.61115,-2.9171 -6.61115,-6.5156 0,-3.5985 2.95991,-6.5156 6.61115,-6.5156 3.65124,0 6.61115,2.9171 6.61115,6.5156 z" sodipodi:cx="18.48884" sodipodi:cy="207.5353" sodipodi:rx="6.611154" sodipodi:ry="6.515604" transform="translate(-1.031494e-7,-4.35791e-5)" />
663+<path sodipodi:nodetypes="ccc" inkscape:connector-curvature="0" id="path10653" d="m 15.35239,207.5955 2.03195,1.896 4.24095,-3.9125" style="text-decoration:none;color:#000000;fill:none;stroke:#666666;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
664+<rect rx="0.4696699" y="199.5352" x="10.48884" height="16" width="16" id="rect23222-9" style="fill:none;stroke:none" ry="0" />
665+</g>
666+<g id="off" transform="translate(429.5112,500.3125)">
667+<ellipse ry="6.515604" rx="6.611154" cy="190.0497" cx="18.48884" id="path10622" style="text-decoration:none;color:#000000;fill:none;stroke:#666666;stroke-width:1;stroke-linecap:butt;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" d="m 25.09999,190.0497 c 0,3.5985 -2.95991,6.5156 -6.61115,6.5156 -3.65124,0 -6.61115,-2.9171 -6.61115,-6.5156 0,-3.5985 2.95991,-6.5156 6.61115,-6.5156 3.65124,0 6.61115,2.9171 6.61115,6.5156 z" sodipodi:cx="18.48884" sodipodi:cy="190.0497" sodipodi:rx="6.611154" sodipodi:ry="6.515604" transform="translate(4.896851e-6,2.124023e-6)" />
668+<path inkscape:transform-center-y="3.571599" inkscape:transform-center-x="-5.253213" sodipodi:nodetypes="cc" inkscape:connector-curvature="0" id="path10677" d="m 15.90515,187.466 5.16739,5.1674" style="text-decoration:none;color:#000000;fill:#666666;fill-opacity:1;stroke:#666666;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
669+<path style="text-decoration:none;color:#000000;fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:#666666;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" d="m 21.07254,187.466 -5.16739,5.1674" id="path10688" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" inkscape:transform-center-x="3.571613" inkscape:transform-center-y="5.253199" />
670+<rect rx="0.4696699" y="182.0497" x="10.48884" height="16" width="16" id="rect23222-8" style="fill:none;stroke:none" ry="0" />
671+</g>
672 </g>
673 </svg>
674
675=== modified file 'share/icons/tango_icons.svg'
676--- share/icons/tango_icons.svg 2014-03-27 01:33:44 +0000
677+++ share/icons/tango_icons.svg 2014-08-11 03:01:08 +0000
678@@ -1,48240 +1,8354 @@
679 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
680-<svg
681- xmlns:dc="http://purl.org/dc/elements/1.1/"
682- xmlns:cc="http://creativecommons.org/ns#"
683- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
684- xmlns:svg="http://www.w3.org/2000/svg"
685- xmlns="http://www.w3.org/2000/svg"
686- xmlns:xlink="http://www.w3.org/1999/xlink"
687- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
688- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
689- inkscape:version="0.48+devel r"
690- sodipodi:docname="tango_icons.svg"
691- height="2000"
692- width="2000"
693- sodipodi:version="0.32"
694- id="svg1"
695- inkscape:output_extension="org.inkscape.output.svg.inkscape"
696- version="1.0"
697- style="display:inline">
698- <defs
699- id="defs3">
700- <linearGradient
701- id="linearGradient14411">
702- <stop
703- id="stop14413"
704- offset="0"
705- style="stop-color:#8c8c8c;stop-opacity:1;" />
706- <stop
707- style="stop-color:#6e7279;stop-opacity:1;"
708- offset="0.11148844"
709- id="stop14415" />
710- <stop
711- id="stop14417"
712- offset="1"
713- style="stop-color:#ffffff;stop-opacity:1;" />
714- </linearGradient>
715- <linearGradient
716- id="linearGradient19967">
717- <stop
718- id="stop19969"
719- offset="0"
720- style="stop-color:#73d216" />
721- <stop
722- id="stop19971"
723- offset="1.0000000"
724- style="stop-color:#4e9a06;stop-opacity:1" />
725- </linearGradient>
726- <linearGradient
727- id="linearGradient3480-8">
728- <stop
729- id="stop3482-9"
730- offset="0.0000000"
731- style="stop-color:#646464;stop-opacity:1.0000000;" />
732- <stop
733- id="stop3484-6"
734- offset="1.0000000"
735- style="stop-color:#000000;stop-opacity:1.0000000;" />
736- </linearGradient>
737- <linearGradient
738- gradientTransform="matrix(1.743698,0,0,1.75,717.0189,-377.6785)"
739- y2="239.4902"
740- x2="62.5"
741- y1="235.1341"
742- x1="59"
743- gradientUnits="userSpaceOnUse"
744- id="linearGradient6467"
745- xlink:href="#linearGradient3480-8"
746- inkscape:collect="always" />
747- <linearGradient
748- id="linearGradient2485-9">
749- <stop
750- id="stop2486-3"
751- offset="0.0000000"
752- style="stop-color:#ffffff;stop-opacity:1.0000000" />
753- <stop
754- id="stop2487-1"
755- offset="1.0000000"
756- style="stop-color:#aaaaaa;stop-opacity:1.0000000;" />
757- </linearGradient>
758- <linearGradient
759- gradientTransform="matrix(1.743698,0,0,1.75,717.0189,-377.6785)"
760- y2="240.354"
761- x2="64.5183"
762- y1="236.4112"
763- x1="61.44776"
764- gradientUnits="userSpaceOnUse"
765- id="linearGradient6465"
766- xlink:href="#linearGradient2485-9"
767- inkscape:collect="always" />
768- <linearGradient
769- id="linearGradient15060">
770- <stop
771- id="stop15062"
772- offset="0"
773- style="stop-color:#5e605c;stop-opacity:1" />
774- <stop
775- style="stop-color:#dddddd;stop-opacity:1;"
776- offset="0.66074723"
777- id="stop15066" />
778- <stop
779- id="stop15064"
780- offset="1"
781- style="stop-color:#f7f7f7;stop-opacity:1;" />
782- </linearGradient>
783- <linearGradient
784- id="linearGradient15803">
785- <stop
786- style="stop-color:#8ae234;stop-opacity:1;"
787- offset="0"
788- id="stop15805" />
789- <stop
790- id="stop15807"
791- offset="0.76136363"
792- style="stop-color:#8ae234;stop-opacity:1;" />
793- <stop
794- style="stop-color:#8ae234;stop-opacity:0;"
795- offset="1"
796- id="stop15809" />
797- </linearGradient>
798- <linearGradient
799- id="linearGradient15791">
800- <stop
801- id="stop15793"
802- offset="0"
803- style="stop-color:#204a87;stop-opacity:1;" />
804- <stop
805- style="stop-color:#204a87;stop-opacity:1;"
806- offset="0.76136363"
807- id="stop15795" />
808- <stop
809- id="stop15797"
810- offset="1"
811- style="stop-color:#204a87;stop-opacity:0;" />
812- </linearGradient>
813- <inkscape:path-effect
814- effect="skeletal"
815- id="path-effect9860"
816- prop_scale="1.03"
817- pattern="M 758,-28 C 731.44111,-14.269388 718,-6 718,0 C 718,6 731.20914,26.0201 745.06843,28 C 753.06843,14 745.1344,-7.97121 758,-28 z M 774,-20 C 762.15421,-11.102507 755.37105,10.776225 774,22 C 762.74193,-2.4674498 773.26046,-19.050051 774,-20 z M 794,-14 C 780.8555,-3.853014 784,6 794,14 C 788,2 793.25027,-13.90401 794,-14 z M 824,-19.06843 C 819.14489,-17.910542 817.00991,-10.021547 814,-8 C 808.18381,-4.093675 803.89145,-5.12669 803.9754,-0.01793029 C 804.08433,6.6105697 806.48108,4.5018511 814,8 C 816.34648,9.0916891 821.11389,18.516733 824,18.93157 C 820,4.9315698 820,-7.0684302 824,-19.06843 z"
818- scale_y_rel="true"
819- pattern-nodetypes="czcccccccccssscc" />
820- <linearGradient
821- inkscape:collect="always"
822- id="linearGradient9841">
823- <stop
824- style="stop-color:#000000;stop-opacity:1;"
825- offset="0"
826- id="stop9843" />
827- <stop
828- style="stop-color:#000000;stop-opacity:0;"
829- offset="1"
830- id="stop9845" />
831- </linearGradient>
832- <linearGradient
833- id="linearGradient9819">
834- <stop
835- id="stop9821"
836- offset="0"
837- style="stop-color:#555753;stop-opacity:1;" />
838- <stop
839- id="stop9823"
840- offset="1"
841- style="stop-color:#555753;stop-opacity:0;" />
842- </linearGradient>
843- <linearGradient
844- id="linearGradient9813">
845- <stop
846- style="stop-color:#babdb6;stop-opacity:1;"
847- offset="0"
848- id="stop9815" />
849- <stop
850- style="stop-color:#babdb6;stop-opacity:0;"
851- offset="1"
852- id="stop9817" />
853- </linearGradient>
854- <linearGradient
855- id="linearGradient9688"
856- inkscape:collect="always">
857- <stop
858- id="stop9690"
859- offset="0"
860- style="stop-color:#729fcf;stop-opacity:1;" />
861- <stop
862- id="stop9692"
863- offset="1"
864- style="stop-color:#729fcf;stop-opacity:0" />
865- </linearGradient>
866- <linearGradient
867- id="linearGradient9587">
868- <stop
869- id="stop9589"
870- offset="0"
871- style="stop-color:#729fcf;stop-opacity:1;" />
872- <stop
873- id="stop9591"
874- offset="1"
875- style="stop-color:#729fcf;stop-opacity:0;" />
876- </linearGradient>
877- <linearGradient
878- inkscape:collect="always"
879- id="linearGradient13641">
880- <stop
881- style="stop-color:#ffffff;stop-opacity:1;"
882- offset="0"
883- id="stop13643" />
884- <stop
885- style="stop-color:#ffffff;stop-opacity:0;"
886- offset="1"
887- id="stop13645" />
888- </linearGradient>
889- <linearGradient
890- inkscape:collect="always"
891- id="linearGradient13633">
892- <stop
893- style="stop-color:#cc0000;stop-opacity:1;"
894- offset="0"
895- id="stop13635" />
896- <stop
897- style="stop-color:#cc0000;stop-opacity:0;"
898- offset="1"
899- id="stop13637" />
900- </linearGradient>
901- <linearGradient
902- inkscape:collect="always"
903- id="linearGradient13598">
904- <stop
905- style="stop-color:#a40000;stop-opacity:1;"
906- offset="0"
907- id="stop13600" />
908- <stop
909- style="stop-color:#a40000;stop-opacity:0;"
910- offset="1"
911- id="stop13602" />
912- </linearGradient>
913- <linearGradient
914- inkscape:collect="always"
915- id="linearGradient13517">
916- <stop
917- style="stop-color:#ffffff;stop-opacity:1;"
918- offset="0"
919- id="stop13519" />
920- <stop
921- style="stop-color:#ffffff;stop-opacity:0;"
922- offset="1"
923- id="stop13521" />
924- </linearGradient>
925- <linearGradient
926- inkscape:collect="always"
927- id="linearGradient13507">
928- <stop
929- style="stop-color:#729fcf;stop-opacity:1;"
930- offset="0"
931- id="stop13509" />
932- <stop
933- style="stop-color:#729fcf;stop-opacity:0;"
934- offset="1"
935- id="stop13511" />
936- </linearGradient>
937- <linearGradient
938- inkscape:collect="always"
939- id="linearGradient13498">
940- <stop
941- style="stop-color:#204a87;stop-opacity:1;"
942- offset="0"
943- id="stop13500" />
944- <stop
945- style="stop-color:#204a87;stop-opacity:0;"
946- offset="1"
947- id="stop13502" />
948- </linearGradient>
949- <linearGradient
950- inkscape:collect="always"
951- id="linearGradient13388">
952- <stop
953- style="stop-color:#204a87;stop-opacity:1;"
954- offset="0"
955- id="stop13390" />
956- <stop
957- style="stop-color:#204a87;stop-opacity:0;"
958- offset="1"
959- id="stop13392" />
960- </linearGradient>
961- <linearGradient
962- inkscape:collect="always"
963- id="linearGradient13380">
964- <stop
965- style="stop-color:#204a87;stop-opacity:1;"
966- offset="0"
967- id="stop13382" />
968- <stop
969- style="stop-color:#204a87;stop-opacity:0;"
970- offset="1"
971- id="stop13384" />
972- </linearGradient>
973- <linearGradient
974- inkscape:collect="always"
975- id="linearGradient15196">
976- <stop
977- style="stop-color:#2e3436;stop-opacity:1;"
978- offset="0"
979- id="stop15198" />
980- <stop
981- style="stop-color:#2e3436;stop-opacity:0;"
982- offset="1"
983- id="stop15200" />
984- </linearGradient>
985- <linearGradient
986- inkscape:collect="always"
987- id="linearGradient15188">
988- <stop
989- style="stop-color:#2e3436;stop-opacity:1;"
990- offset="0"
991- id="stop15190" />
992- <stop
993- style="stop-color:#2e3436;stop-opacity:0;"
994- offset="1"
995- id="stop15192" />
996- </linearGradient>
997- <linearGradient
998- id="linearGradient13899">
999- <stop
1000- style="stop-color:#880000;stop-opacity:1;"
1001- offset="0"
1002- id="stop13901" />
1003- <stop
1004- id="stop13903"
1005- offset="0.76136363"
1006- style="stop-color:#880000;stop-opacity:1;" />
1007- <stop
1008- style="stop-color:#880000;stop-opacity:0;"
1009- offset="1"
1010- id="stop13905" />
1011- </linearGradient>
1012- <linearGradient
1013- id="linearGradient13891">
1014- <stop
1015- style="stop-color:#4e9a06;stop-opacity:1;"
1016- offset="0"
1017- id="stop13893" />
1018- <stop
1019- id="stop13895"
1020- offset="0.76136363"
1021- style="stop-color:#4e9a06;stop-opacity:1;" />
1022- <stop
1023- style="stop-color:#4e9a06;stop-opacity:0;"
1024- offset="1"
1025- id="stop13897" />
1026- </linearGradient>
1027- <linearGradient
1028- id="linearGradient13883">
1029- <stop
1030- id="stop13885"
1031- offset="0"
1032- style="stop-color:#729fcf;stop-opacity:1;" />
1033- <stop
1034- style="stop-color:#729fcf;stop-opacity:1;"
1035- offset="0.76136363"
1036- id="stop13887" />
1037- <stop
1038- id="stop13889"
1039- offset="1"
1040- style="stop-color:#729fcf;stop-opacity:0;" />
1041- </linearGradient>
1042- <linearGradient
1043- id="linearGradient13760">
1044- <stop
1045- style="stop-color:#ef2929;stop-opacity:1;"
1046- offset="0"
1047- id="stop13762" />
1048- <stop
1049- id="stop13778"
1050- offset="0.76136363"
1051- style="stop-color:#ef2929;stop-opacity:1;" />
1052- <stop
1053- style="stop-color:#ef2929;stop-opacity:0;"
1054- offset="1"
1055- id="stop13764" />
1056- </linearGradient>
1057- <linearGradient
1058- id="linearGradient13409">
1059- <stop
1060- id="stop13411"
1061- offset="0"
1062- style="stop-color:#f9f9f9;stop-opacity:1;" />
1063- <stop
1064- id="stop13413"
1065- offset="1"
1066- style="stop-color:#555753;stop-opacity:1;" />
1067- </linearGradient>
1068- <linearGradient
1069- id="linearGradient13391">
1070- <stop
1071- id="stop13393"
1072- offset="0"
1073- style="stop-color:#bfc4c8;stop-opacity:1;" />
1074- <stop
1075- id="stop13395"
1076- offset="1"
1077- style="stop-color:#f0f2f5;stop-opacity:1;" />
1078- </linearGradient>
1079- <linearGradient
1080- id="linearGradient13385">
1081- <stop
1082- style="stop-color:#ffffff;stop-opacity:1;"
1083- offset="0"
1084- id="stop13387" />
1085- <stop
1086- style="stop-color:#d5d9dc;stop-opacity:1;"
1087- offset="1"
1088- id="stop13389" />
1089- </linearGradient>
1090- <linearGradient
1091- id="linearGradient13345">
1092- <stop
1093- id="stop13347"
1094- offset="0"
1095- style="stop-color:#000000;stop-opacity:0.28354979;" />
1096- <stop
1097- id="stop13349"
1098- offset="1"
1099- style="stop-color:#000000;stop-opacity:0;" />
1100- </linearGradient>
1101- <linearGradient
1102- id="linearGradient13302">
1103- <stop
1104- style="stop-color:#babdb6;stop-opacity:1;"
1105- offset="0"
1106- id="stop13304" />
1107- <stop
1108- style="stop-color:#ffffff;stop-opacity:1;"
1109- offset="1"
1110- id="stop13306" />
1111- </linearGradient>
1112- <linearGradient
1113- id="linearGradient13288">
1114- <stop
1115- style="stop-color:#eef1f5;stop-opacity:1;"
1116- offset="0"
1117- id="stop13290" />
1118- <stop
1119- style="stop-color:#729fcf;stop-opacity:1;"
1120- offset="1"
1121- id="stop13292" />
1122- </linearGradient>
1123- <linearGradient
1124- inkscape:collect="always"
1125- id="linearGradient12733">
1126- <stop
1127- style="stop-color:#000000;stop-opacity:1;"
1128- offset="0"
1129- id="stop12735" />
1130- <stop
1131- style="stop-color:#000000;stop-opacity:0;"
1132- offset="1"
1133- id="stop12737" />
1134- </linearGradient>
1135- <linearGradient
1136- inkscape:collect="always"
1137- id="linearGradient12156">
1138- <stop
1139- style="stop-color:#e7c9c2;stop-opacity:1"
1140- offset="0"
1141- id="stop12158" />
1142- <stop
1143- style="stop-color:#e2aaa1;stop-opacity:0;"
1144- offset="1"
1145- id="stop12160" />
1146- </linearGradient>
1147- <linearGradient
1148- inkscape:collect="always"
1149- id="linearGradient5602">
1150- <stop
1151- style="stop-color:#cccccc;stop-opacity:1"
1152- offset="0"
1153- id="stop5604" />
1154- <stop
1155- style="stop-color:#000000;stop-opacity:1"
1156- offset="1"
1157- id="stop5606" />
1158- </linearGradient>
1159- <linearGradient
1160- inkscape:collect="always"
1161- xlink:href="#linearGradient8482"
1162- id="linearGradient5633"
1163- x1="770.5"
1164- y1="200.25"
1165- x2="783"
1166- y2="214.25"
1167- gradientUnits="userSpaceOnUse" />
1168- <radialGradient
1169- inkscape:collect="always"
1170- xlink:href="#linearGradient5724"
1171- id="radialGradient8474"
1172- gradientUnits="userSpaceOnUse"
1173- gradientTransform="matrix(1.434932,0,0,0.608696,-337.9418,82.56952)"
1174- cx="777"
1175- cy="209.35"
1176- fx="777"
1177- fy="209.35"
1178- r="11.5" />
1179- <linearGradient
1180- id="linearGradient8482"
1181- inkscape:collect="always">
1182- <stop
1183- id="stop8484"
1184- offset="0"
1185- style="stop-color:#b3b3b3;stop-opacity:1" />
1186- <stop
1187- id="stop8486"
1188- offset="1"
1189- style="stop-color:#000000;stop-opacity:1" />
1190- </linearGradient>
1191- <linearGradient
1192- inkscape:collect="always"
1193- xlink:href="#linearGradient8482"
1194- id="linearGradient5637"
1195- x1="763"
1196- y1="216.875"
1197- x2="782"
1198- y2="218.25"
1199- gradientUnits="userSpaceOnUse" />
1200- <linearGradient
1201- id="linearGradient5724">
1202- <stop
1203- style="stop-color:#fffdf8;stop-opacity:1.0000000;"
1204- offset="0.0000000"
1205- id="stop5726" />
1206- <stop
1207- id="stop5730"
1208- offset="0.43478271"
1209- style="stop-color:#fcfaf5;stop-opacity:1;" />
1210- <stop
1211- style="stop-color:#cdccc7;stop-opacity:1.0000000;"
1212- offset="1.0000000"
1213- id="stop5728" />
1214- </linearGradient>
1215- <radialGradient
1216- inkscape:collect="always"
1217- xlink:href="#linearGradient5724"
1218- id="radialGradient8472"
1219- gradientUnits="userSpaceOnUse"
1220- gradientTransform="matrix(1,0,0,0.826087,0,38.17391)"
1221- cx="778"
1222- cy="216.47368"
1223- fx="778"
1224- fy="216.47368"
1225- r="11.5" />
1226- <linearGradient
1227- inkscape:collect="always"
1228- xlink:href="#eraserFill"
1229- id="linearGradient7426"
1230- gradientUnits="userSpaceOnUse"
1231- gradientTransform="matrix(0.809546,0,0,0.809417,342.9983,-4.125322)"
1232- x1="144.08243"
1233- y1="157.82079"
1234- x2="176.86269"
1235- y2="188.41277" />
1236- <linearGradient
1237- id="eraserFill">
1238- <stop
1239- id="stop5742_1"
1240- offset="0.0000000"
1241- style="stop-color:#ffffff;stop-opacity:1.0000000;" />
1242- <stop
1243- id="stop5744_1"
1244- offset="1.0000000"
1245- style="stop-color:#f3b698;stop-opacity:1.0000000;" />
1246- </linearGradient>
1247- <linearGradient
1248- inkscape:collect="always"
1249- xlink:href="#eraserFill"
1250- id="linearGradient7424"
1251- gradientUnits="userSpaceOnUse"
1252- gradientTransform="matrix(1.13356,0,0,1.133368,339.5737,-131.407)"
1253- x1="101.09393"
1254- y1="221.06877"
1255- x2="112.20101"
1256- y2="234.00311" />
1257- <linearGradient
1258- inkscape:collect="always"
1259- id="linearGradient7772">
1260- <stop
1261- style="stop-color:#000000;stop-opacity:1;"
1262- offset="0"
1263- id="stop7774" />
1264- <stop
1265- style="stop-color:#000000;stop-opacity:0;"
1266- offset="1"
1267- id="stop7776" />
1268- </linearGradient>
1269- <linearGradient
1270- inkscape:collect="always"
1271- id="linearGradient7780">
1272- <stop
1273- style="stop-color:#000000;stop-opacity:1;"
1274- offset="0"
1275- id="stop7782" />
1276- <stop
1277- style="stop-color:#000000;stop-opacity:0;"
1278- offset="1"
1279- id="stop7784" />
1280- </linearGradient>
1281- <linearGradient
1282- inkscape:collect="always"
1283- id="linearGradient7836">
1284- <stop
1285- style="stop-color:#000000;stop-opacity:1;"
1286- offset="0"
1287- id="stop7838" />
1288- <stop
1289- style="stop-color:#000000;stop-opacity:0;"
1290- offset="1"
1291- id="stop7840" />
1292- </linearGradient>
1293- <linearGradient
1294- inkscape:collect="always"
1295- id="linearGradient7788">
1296- <stop
1297- style="stop-color:#000000;stop-opacity:1;"
1298- offset="0"
1299- id="stop7790" />
1300- <stop
1301- style="stop-color:#000000;stop-opacity:0;"
1302- offset="1"
1303- id="stop7792" />
1304- </linearGradient>
1305- <linearGradient
1306- inkscape:collect="always"
1307- id="linearGradient7804">
1308- <stop
1309- style="stop-color:#000000;stop-opacity:1;"
1310- offset="0"
1311- id="stop7806" />
1312- <stop
1313- style="stop-color:#000000;stop-opacity:0;"
1314- offset="1"
1315- id="stop7808" />
1316- </linearGradient>
1317- <linearGradient
1318- inkscape:collect="always"
1319- id="linearGradient7828">
1320- <stop
1321- style="stop-color:#000000;stop-opacity:1;"
1322- offset="0"
1323- id="stop7830" />
1324- <stop
1325- style="stop-color:#000000;stop-opacity:0;"
1326- offset="1"
1327- id="stop7832" />
1328- </linearGradient>
1329- <linearGradient
1330- inkscape:collect="always"
1331- id="linearGradient7820">
1332- <stop
1333- style="stop-color:#000000;stop-opacity:1;"
1334- offset="0"
1335- id="stop7822" />
1336- <stop
1337- style="stop-color:#000000;stop-opacity:0;"
1338- offset="1"
1339- id="stop7824" />
1340- </linearGradient>
1341- <linearGradient
1342- inkscape:collect="always"
1343- id="linearGradient7796">
1344- <stop
1345- style="stop-color:#000000;stop-opacity:1;"
1346- offset="0"
1347- id="stop7798" />
1348- <stop
1349- style="stop-color:#000000;stop-opacity:0;"
1350- offset="1"
1351- id="stop7800" />
1352- </linearGradient>
1353- <linearGradient
1354- inkscape:collect="always"
1355- id="linearGradient7812">
1356- <stop
1357- style="stop-color:#000000;stop-opacity:1;"
1358- offset="0"
1359- id="stop7814" />
1360- <stop
1361- style="stop-color:#000000;stop-opacity:0;"
1362- offset="1"
1363- id="stop7816" />
1364- </linearGradient>
1365- <clipPath
1366- clipPathUnits="userSpaceOnUse"
1367- id="clipPath5905">
1368- <rect
1369- style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.3344132;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;"
1370- id="rect5907"
1371- width="11.98896"
1372- height="11.88748"
1373- x="375.8356"
1374- y="138.7635" />
1375- </clipPath>
1376- <clipPath
1377- id="cieClip"
1378- clipPathUnits="userSpaceOnUse">
1379- <path
1380- style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1381- d="M 8.3599997,47.759998 C 7.7515743,47.515279 7.222277,46.901819 6.7843235,46.39273 C 5.6082715,45.025655 4.9648259,43.302806 4.3800001,41.630001 C 3.4463938,38.959561 2.6271155,36.199224 2.1141648,33.410416 C 1.4157915,29.613502 0.61298459,25.784236 0.39598041,21.942782 C 0.20936341,18.639248 -0.036735009,15.098988 0.67000002,11.99 C 1.0212715,10.444727 2.3352289,8.406245 3.5699999,7.98 C 4.6660199,7.6016521 6.4569453,8.7469868 7.6985305,9.5047548 C 9.5843038,10.655686 11.337786,12.013685 12.995799,13.4917 C 17.541311,17.54374 21.813011,21.891764 26.139096,26.173982 C 29.192346,29.196273 32.227767,32.236821 35.27,35.27 C 26.3,39.433333 17.33,43.596666 8.3599997,47.759998 z "
1382- id="path2430"
1383- sodipodi:nodetypes="cssssssssscc" />
1384- </clipPath>
1385- <linearGradient
1386- inkscape:collect="always"
1387- id="linearGradient14241">
1388- <stop
1389- style="stop-color:#3465a4;stop-opacity:1;"
1390- offset="0"
1391- id="stop14243" />
1392- <stop
1393- style="stop-color:#3465a4;stop-opacity:0;"
1394- offset="1"
1395- id="stop14245" />
1396- </linearGradient>
1397- <linearGradient
1398- inkscape:collect="always"
1399- id="linearGradient14233">
1400- <stop
1401- style="stop-color:#204a87;stop-opacity:1;"
1402- offset="0"
1403- id="stop14235" />
1404- <stop
1405- style="stop-color:#204a87;stop-opacity:0;"
1406- offset="1"
1407- id="stop14237" />
1408- </linearGradient>
1409- <linearGradient
1410- inkscape:collect="always"
1411- id="linearGradient14224">
1412- <stop
1413- style="stop-color:#729fcf;stop-opacity:1;"
1414- offset="0"
1415- id="stop14226" />
1416- <stop
1417- style="stop-color:#729fcf;stop-opacity:0;"
1418- offset="1"
1419- id="stop14229" />
1420- </linearGradient>
1421- <linearGradient
1422- id="linearGradient13947">
1423- <stop
1424- style="stop-color:#f5be00;stop-opacity:1;"
1425- offset="0"
1426- id="stop13949" />
1427- <stop
1428- style="stop-color:#f57f00;stop-opacity:1;"
1429- offset="1"
1430- id="stop13951" />
1431- </linearGradient>
1432- <linearGradient
1433- id="linearGradient13800">
1434- <stop
1435- style="stop-color:#000000;stop-opacity:1;"
1436- offset="0"
1437- id="stop13802" />
1438- <stop
1439- style="stop-color:#ffffff;stop-opacity:1;"
1440- offset="1"
1441- id="stop13804" />
1442- </linearGradient>
1443- <linearGradient
1444- id="linearGradient13616">
1445- <stop
1446- style="stop-color:#3465a4;stop-opacity:1;"
1447- offset="0"
1448- id="stop13618" />
1449- <stop
1450- style="stop-color:#729fcf;stop-opacity:1"
1451- offset="0.86907172"
1452- id="stop13620" />
1453- </linearGradient>
1454- <linearGradient
1455- inkscape:collect="always"
1456- id="linearGradient13691">
1457- <stop
1458- style="stop-color:#ffffff;stop-opacity:1;"
1459- offset="0"
1460- id="stop13693" />
1461- <stop
1462- style="stop-color:#ffffff;stop-opacity:0;"
1463- offset="1"
1464- id="stop13695" />
1465- </linearGradient>
1466- <linearGradient
1467- id="linearGradient13683">
1468- <stop
1469- style="stop-color:#2e3436;stop-opacity:1;"
1470- offset="0"
1471- id="stop13685" />
1472- <stop
1473- style="stop-color:#4f595c;stop-opacity:1;"
1474- offset="1"
1475- id="stop13687" />
1476- </linearGradient>
1477- <linearGradient
1478- inkscape:collect="always"
1479- id="linearGradient13547">
1480- <stop
1481- style="stop-color:#4e9a06;stop-opacity:1;"
1482- offset="0"
1483- id="stop13549" />
1484- <stop
1485- style="stop-color:#4e9a06;stop-opacity:0;"
1486- offset="1"
1487- id="stop13551" />
1488- </linearGradient>
1489- <linearGradient
1490- inkscape:collect="always"
1491- id="linearGradient13489">
1492- <stop
1493- style="stop-color:#555753;stop-opacity:1;"
1494- offset="0"
1495- id="stop13491" />
1496- <stop
1497- style="stop-color:#555753;stop-opacity:0;"
1498- offset="1"
1499- id="stop13493" />
1500- </linearGradient>
1501- <linearGradient
1502- inkscape:collect="always"
1503- id="linearGradient14230">
1504- <stop
1505- style="stop-color:#555753;stop-opacity:1;"
1506- offset="0"
1507- id="stop14232" />
1508- <stop
1509- style="stop-color:#555753;stop-opacity:0;"
1510- offset="1"
1511- id="stop14234" />
1512- </linearGradient>
1513- <linearGradient
1514- id="linearGradient13707">
1515- <stop
1516- id="stop13709"
1517- offset="0"
1518- style="stop-color:#ffffff;stop-opacity:1;" />
1519- <stop
1520- style="stop-color:#ffffff;stop-opacity:1;"
1521- offset="0.55299991"
1522- id="stop13711" />
1523- <stop
1524- id="stop13713"
1525- offset="1"
1526- style="stop-color:#a2a2a2;stop-opacity:1;" />
1527- </linearGradient>
1528- <linearGradient
1529- inkscape:collect="always"
1530- id="linearGradient13602">
1531- <stop
1532- style="stop-color:#888a85;stop-opacity:1;"
1533- offset="0"
1534- id="stop13604" />
1535- <stop
1536- style="stop-color:#888a85;stop-opacity:0;"
1537- offset="1"
1538- id="stop13606" />
1539- </linearGradient>
1540- <linearGradient
1541- id="linearGradient14313">
1542- <stop
1543- id="stop14315"
1544- offset="0"
1545- style="stop-color:#d5d5d5;stop-opacity:1;" />
1546- <stop
1547- style="stop-color:#dadada;stop-opacity:1;"
1548- offset="0.55299991"
1549- id="stop14317" />
1550- <stop
1551- id="stop14319"
1552- offset="0.80015606"
1553- style="stop-color:#b6b6b6;stop-opacity:1;" />
1554- <stop
1555- id="stop14321"
1556- offset="1"
1557- style="stop-color:#a2a2a2;stop-opacity:1;" />
1558- </linearGradient>
1559- <linearGradient
1560- inkscape:collect="always"
1561- xlink:href="#linearGradient13302"
1562- id="linearGradient14320"
1563- gradientUnits="userSpaceOnUse"
1564- gradientTransform="matrix(0.7420636,0,0,0.9166667,-859.04766,-1054.3334)"
1565- x1="1175.5026"
1566- y1="1169.2727"
1567- x2="1175.8395"
1568- y2="1158.9089" />
1569- <linearGradient
1570- inkscape:collect="always"
1571- xlink:href="#linearGradient13302"
1572- id="linearGradient14323"
1573- gradientUnits="userSpaceOnUse"
1574- gradientTransform="matrix(0.7420667,0,0,0.7312474,-859.05134,-839.76419)"
1575- x1="1172.7272"
1576- y1="1154.3483"
1577- x2="1172.7272"
1578- y2="1160.7494" />
1579- <filter
1580- inkscape:collect="always"
1581- id="filter14326"
1582- x="-0.05760023"
1583- width="1.1152005"
1584- y="-0.28800115"
1585- height="1.5760023">
1586- <feGaussianBlur
1587- inkscape:collect="always"
1588- stdDeviation="0.6000024"
1589- id="feGaussianBlur14328" />
1590- </filter>
1591- <linearGradient
1592- inkscape:collect="always"
1593- id="linearGradient8789">
1594- <stop
1595- style="stop-color:#ffffff;stop-opacity:1;"
1596- offset="0"
1597- id="stop8791" />
1598- <stop
1599- style="stop-color:#ffffff;stop-opacity:0;"
1600- offset="1"
1601- id="stop8793" />
1602- </linearGradient>
1603- <linearGradient
1604- inkscape:collect="always"
1605- id="linearGradient8781">
1606- <stop
1607- style="stop-color:#3465a4;stop-opacity:1;"
1608- offset="0"
1609- id="stop8783" />
1610- <stop
1611- style="stop-color:#3465a4;stop-opacity:0;"
1612- offset="1"
1613- id="stop8785" />
1614- </linearGradient>
1615- <linearGradient
1616- id="linearGradient8713">
1617- <stop
1618- style="stop-color:#608bbe;stop-opacity:1;"
1619- offset="0"
1620- id="stop8715" />
1621- <stop
1622- style="stop-color:#4c7cb5;stop-opacity:1;"
1623- offset="1"
1624- id="stop8717" />
1625- </linearGradient>
1626- <linearGradient
1627- id="linearGradient8471">
1628- <stop
1629- style="stop-color:#5382b9;stop-opacity:1"
1630- offset="0"
1631- id="stop8473" />
1632- <stop
1633- style="stop-color:#3565a5;stop-opacity:1"
1634- offset="1"
1635- id="stop8475" />
1636- </linearGradient>
1637- <linearGradient
1638- id="linearGradient12842">
1639- <stop
1640- style="stop-color:#babdb6;stop-opacity:0;"
1641- offset="0"
1642- id="stop12844" />
1643- <stop
1644- style="stop-color:#babdb6;stop-opacity:1;"
1645- offset="1"
1646- id="stop12846" />
1647- </linearGradient>
1648- <linearGradient
1649- id="linearGradient12552">
1650- <stop
1651- style="stop-color:#569619;stop-opacity:1;"
1652- offset="0"
1653- id="stop12554" />
1654- <stop
1655- style="stop-color:#3c6415;stop-opacity:1;"
1656- offset="1"
1657- id="stop12556" />
1658- </linearGradient>
1659- <linearGradient
1660- inkscape:collect="always"
1661- id="linearGradient12712">
1662- <stop
1663- style="stop-color:#2e3436;stop-opacity:1;"
1664- offset="0"
1665- id="stop12715" />
1666- <stop
1667- style="stop-color:#2e3436;stop-opacity:0;"
1668- offset="1"
1669- id="stop12717" />
1670- </linearGradient>
1671- <linearGradient
1672- inkscape:collect="always"
1673- id="linearGradient12533">
1674- <stop
1675- style="stop-color:#d3d7cf;stop-opacity:1;"
1676- offset="0"
1677- id="stop12535" />
1678- <stop
1679- style="stop-color:#d3d7cf;stop-opacity:0;"
1680- offset="1"
1681- id="stop12537" />
1682- </linearGradient>
1683- <linearGradient
1684- id="linearGradient12716">
1685- <stop
1686- id="stop12718"
1687- offset="0"
1688- style="stop-color:#fcaf3e;stop-opacity:0;" />
1689- <stop
1690- style="stop-color:#fcaf3e;stop-opacity:1;"
1691- offset="0.23427092"
1692- id="stop12720" />
1693- <stop
1694- style="stop-color:#fcaf3e;stop-opacity:1;"
1695- offset="0.73789984"
1696- id="stop12722" />
1697- <stop
1698- id="stop12724"
1699- offset="1"
1700- style="stop-color:#fcaf3e;stop-opacity:0;" />
1701- </linearGradient>
1702- <linearGradient
1703- id="linearGradient12706">
1704- <stop
1705- id="stop12708"
1706- offset="0"
1707- style="stop-color:#ce5c00;stop-opacity:0;" />
1708- <stop
1709- style="stop-color:#ce5c00;stop-opacity:1;"
1710- offset="0.27794591"
1711- id="stop12710" />
1712- <stop
1713- style="stop-color:#ce5c00;stop-opacity:1;"
1714- offset="0.65109503"
1715- id="stop12712" />
1716- <stop
1717- id="stop12714"
1718- offset="1"
1719- style="stop-color:#ce5c00;stop-opacity:0;" />
1720- </linearGradient>
1721- <linearGradient
1722- inkscape:collect="always"
1723- id="linearGradient12876">
1724- <stop
1725- style="stop-color:#ce5c00;stop-opacity:1;"
1726- offset="0"
1727- id="stop12878" />
1728- <stop
1729- style="stop-color:#ce5c00;stop-opacity:0;"
1730- offset="1"
1731- id="stop12880" />
1732- </linearGradient>
1733- <linearGradient
1734- inkscape:collect="always"
1735- xlink:href="#linearGradient8343"
1736- id="linearGradient7554"
1737- gradientUnits="userSpaceOnUse"
1738- gradientTransform="matrix(1.294118,0,0,1,1.705882,-10.5436)"
1739- x1="-16.000221"
1740- y1="423.58575"
1741- x2="0.58696824"
1742- y2="423.58575" />
1743- <linearGradient
1744- inkscape:collect="always"
1745- id="linearGradient12362">
1746- <stop
1747- style="stop-color:#ead7ce;stop-opacity:1;"
1748- offset="0"
1749- id="stop12364" />
1750- <stop
1751- style="stop-color:#ead7ce;stop-opacity:0;"
1752- offset="1"
1753- id="stop12366" />
1754- </linearGradient>
1755- <linearGradient
1756- id="linearGradient12352">
1757- <stop
1758- style="stop-color:#8a4a01;stop-opacity:1;"
1759- offset="0"
1760- id="stop12354" />
1761- <stop
1762- style="stop-color:#8f5902;stop-opacity:0;"
1763- offset="1"
1764- id="stop12356" />
1765- </linearGradient>
1766- <linearGradient
1767- id="linearGradient12319">
1768- <stop
1769- style="stop-color:#ce5c00;stop-opacity:0;"
1770- offset="0"
1771- id="stop12321" />
1772- <stop
1773- id="stop12329"
1774- offset="0.09044679"
1775- style="stop-color:#ce5c00;stop-opacity:1;" />
1776- <stop
1777- id="stop12327"
1778- offset="0.90803826"
1779- style="stop-color:#ce5c00;stop-opacity:1;" />
1780- <stop
1781- style="stop-color:#ce5c00;stop-opacity:0;"
1782- offset="1"
1783- id="stop12323" />
1784- </linearGradient>
1785- <linearGradient
1786- id="linearGradient12306">
1787- <stop
1788- style="stop-color:#fcaf3e;stop-opacity:0;"
1789- offset="0"
1790- id="stop12308" />
1791- <stop
1792- id="stop12317"
1793- offset="0.08843765"
1794- style="stop-color:#fcaf3e;stop-opacity:1;" />
1795- <stop
1796- id="stop12315"
1797- offset="0.90803868"
1798- style="stop-color:#fcaf3e;stop-opacity:1;" />
1799- <stop
1800- style="stop-color:#fcaf3e;stop-opacity:0;"
1801- offset="1"
1802- id="stop12310" />
1803- </linearGradient>
1804- <linearGradient
1805- inkscape:collect="always"
1806- id="linearGradient12068">
1807- <stop
1808- style="stop-color:#ffffff;stop-opacity:1;"
1809- offset="0"
1810- id="stop12070" />
1811- <stop
1812- style="stop-color:#ffffff;stop-opacity:0;"
1813- offset="1"
1814- id="stop12072" />
1815- </linearGradient>
1816- <linearGradient
1817- inkscape:collect="always"
1818- id="linearGradient11970">
1819- <stop
1820- style="stop-color:#3465a4;stop-opacity:1;"
1821- offset="0"
1822- id="stop11972" />
1823- <stop
1824- style="stop-color:#3465a4;stop-opacity:0;"
1825- offset="1"
1826- id="stop11974" />
1827- </linearGradient>
1828- <linearGradient
1829- inkscape:collect="always"
1830- id="linearGradient12136">
1831- <stop
1832- style="stop-color:#ffffff;stop-opacity:1;"
1833- offset="0"
1834- id="stop12138" />
1835- <stop
1836- style="stop-color:#ffffff;stop-opacity:0;"
1837- offset="1"
1838- id="stop12140" />
1839- </linearGradient>
1840- <linearGradient
1841- inkscape:collect="always"
1842- xlink:href="#linearGradient13302"
1843- id="linearGradient19733"
1844- gradientUnits="userSpaceOnUse"
1845- gradientTransform="matrix(1.0602686,0,0,1.0617493,-1258.6663,-0.9857992)"
1846- x1="1232.4244"
1847- y1="44.976086"
1848- x2="1201.0042"
1849- y2="2.5693133" />
1850- <linearGradient
1851- y2="23.855772"
1852- x2="16.784855"
1853- y1="41.668785"
1854- x1="38.622978"
1855- gradientUnits="userSpaceOnUse"
1856- id="linearGradient5138"
1857- xlink:href="#linearGradient13302"
1858- inkscape:collect="always" />
1859- <linearGradient
1860- inkscape:collect="always"
1861- xlink:href="#linearGradient13302"
1862- id="linearGradient6202"
1863- gradientUnits="userSpaceOnUse"
1864- x1="22.523418"
1865- y1="21.335377"
1866- x2="9.4813538"
1867- y2="-3.2306066" />
1868- <linearGradient
1869- inkscape:collect="always"
1870- id="linearGradient11360">
1871- <stop
1872- style="stop-color:#729fcf;stop-opacity:1;"
1873- offset="0"
1874- id="stop11362" />
1875- <stop
1876- style="stop-color:#729fcf;stop-opacity:0;"
1877- offset="1"
1878- id="stop11364" />
1879- </linearGradient>
1880- <linearGradient
1881- id="linearGradient11346">
1882- <stop
1883- style="stop-color:#4e9a06;stop-opacity:1;"
1884- offset="0"
1885- id="stop11348" />
1886- <stop
1887- style="stop-color:#448705;stop-opacity:1;"
1888- offset="1"
1889- id="stop11350" />
1890- </linearGradient>
1891- <linearGradient
1892- id="linearGradient11215">
1893- <stop
1894- style="stop-color:#888a85;stop-opacity:1;"
1895- offset="0"
1896- id="stop11217" />
1897- <stop
1898- style="stop-color:#888a85;stop-opacity:1;"
1899- offset="1"
1900- id="stop11219" />
1901- </linearGradient>
1902- <linearGradient
1903- id="linearGradient11207">
1904- <stop
1905- style="stop-color:#d3d7cf;stop-opacity:1;"
1906- offset="0"
1907- id="stop11209" />
1908- <stop
1909- style="stop-color:#d3d7cf;stop-opacity:1;"
1910- offset="1"
1911- id="stop11211" />
1912- </linearGradient>
1913- <linearGradient
1914- id="linearGradient11201">
1915- <stop
1916- style="stop-color:#ffffff;stop-opacity:1;"
1917- offset="0"
1918- id="stop11203" />
1919- <stop
1920- style="stop-color:#ffffff;stop-opacity:1;"
1921- offset="1"
1922- id="stop11205" />
1923- </linearGradient>
1924- <linearGradient
1925- id="linearGradient10843">
1926- <stop
1927- style="stop-color:#000000;stop-opacity:1.0000000"
1928- offset="0.0000000"
1929- id="stop10845" />
1930- <stop
1931- style="stop-color:#7f7f7f;stop-opacity:1.0000000"
1932- offset="0.35076979"
1933- id="stop10847" />
1934- <stop
1935- style="stop-color:#bfbfbf;stop-opacity:1.0000000"
1936- offset="0.59668732"
1937- id="stop10849" />
1938- <stop
1939- style="stop-color:#ffffff;stop-opacity:1.0000000"
1940- offset="1.0000000"
1941- id="stop10853" />
1942- </linearGradient>
1943- <linearGradient
1944- id="linearGradient10721">
1945- <stop
1946- id="stop10723"
1947- offset="0"
1948- style="stop-color:#729fcf;stop-opacity:1" />
1949- <stop
1950- id="stop10725"
1951- offset="1"
1952- style="stop-color:#3465a4;stop-opacity:1" />
1953- </linearGradient>
1954- <linearGradient
1955- inkscape:collect="always"
1956- xlink:href="#linearGradient10737"
1957- id="linearGradient10756"
1958- gradientUnits="userSpaceOnUse"
1959- x1="314.63306"
1960- y1="224.45227"
1961- x2="314.63306"
1962- y2="209.0123" />
1963- <linearGradient
1964- id="linearGradient10737">
1965- <stop
1966- style="stop-color:#a7bfd9;stop-opacity:1;"
1967- offset="0"
1968- id="stop10740" />
1969- <stop
1970- style="stop-color:#4581c1;stop-opacity:1;"
1971- offset="1"
1972- id="stop10742" />
1973- </linearGradient>
1974- <linearGradient
1975- id="linearGradient10735">
1976- <stop
1977- style="stop-color:#c0c0c0;stop-opacity:0;"
1978- offset="0"
1979- id="stop10737" />
1980- <stop
1981- style="stop-color:#c0c0c0;stop-opacity:0;"
1982- offset="1"
1983- id="stop10739" />
1984- </linearGradient>
1985- <linearGradient
1986- id="linearGradient10672">
1987- <stop
1988- id="stop10674"
1989- offset="0.0000000"
1990- style="stop-color:#cad0c6;stop-opacity:1.0000000;" />
1991- <stop
1992- style="stop-color:#eaece9;stop-opacity:1.0000000;"
1993- offset="0.5"
1994- id="stop10676" />
1995- <stop
1996- id="stop10678"
1997- offset="1.0000000"
1998- style="stop-color:#c5cbc0;stop-opacity:1.0000000;" />
1999- </linearGradient>
2000- <linearGradient
2001- inkscape:collect="always"
2002- xlink:href="#linearGradient2798"
2003- id="linearGradient7083"
2004- gradientUnits="userSpaceOnUse"
2005- gradientTransform="translate(-6,-3)"
2006- x1="13.5"
2007- y1="3.3125"
2008- x2="13.125"
2009- y2="1.75" />
2010- <linearGradient
2011- inkscape:collect="always"
2012- xlink:href="#linearGradient2828"
2013- id="linearGradient7081"
2014- gradientUnits="userSpaceOnUse"
2015- gradientTransform="translate(-6,-3)"
2016- x1="14.40625"
2017- y1="5.078125"
2018- x2="13.828125"
2019- y2="6.453125" />
2020- <linearGradient
2021- inkscape:collect="always"
2022- xlink:href="#linearGradient2810"
2023- id="linearGradient7063"
2024- gradientUnits="userSpaceOnUse"
2025- gradientTransform="translate(20,226)"
2026- x1="6.375"
2027- y1="2.75"
2028- x2="10.78125"
2029- y2="29.75" />
2030- <radialGradient
2031- inkscape:collect="always"
2032- xlink:href="#linearGradient2778"
2033- id="radialGradient7066"
2034- gradientUnits="userSpaceOnUse"
2035- gradientTransform="matrix(2.231851,0,0,2.456675,13.8408,217.98309)"
2036- cx="4.8879852"
2037- cy="5.044178"
2038- fx="4.8879852"
2039- fy="5.044178"
2040- r="11" />
2041- <linearGradient
2042- inkscape:collect="always"
2043- xlink:href="#linearGradient4816"
2044- id="linearGradient6997"
2045- gradientUnits="userSpaceOnUse"
2046- x1="13.267747"
2047- y1="7.7190704"
2048- x2="13.267747"
2049- y2="12.480761"
2050- gradientTransform="matrix(0.4605061,0,0,0.4517508,3.292189,4.5508334)" />
2051- <linearGradient
2052- inkscape:collect="always"
2053- xlink:href="#linearGradient3832"
2054- id="linearGradient6995"
2055- gradientUnits="userSpaceOnUse"
2056- gradientTransform="matrix(0.5139498,0,0,0.5905313,2.4340729,2.5224871)"
2057- x1="17.88068"
2058- y1="11.072588"
2059- x2="17.88068"
2060- y2="21.767578" />
2061- <linearGradient
2062- inkscape:collect="always"
2063- xlink:href="#linearGradient800"
2064- id="linearGradient12429"
2065- x1="26.011667"
2066- y1="210.95692"
2067- x2="38.991261"
2068- y2="210.95692"
2069- gradientUnits="userSpaceOnUse" />
2070- <linearGradient
2071- inkscape:collect="always"
2072- xlink:href="#linearGradient4816"
2073- id="linearGradient7711"
2074- gradientUnits="userSpaceOnUse"
2075- gradientTransform="matrix(0.4605061,0,0,0.4517508,3.292189,4.5508334)"
2076- x1="13.267747"
2077- y1="7.7190704"
2078- x2="13.267747"
2079- y2="12.480761" />
2080- <linearGradient
2081- inkscape:collect="always"
2082- xlink:href="#linearGradient3832"
2083- id="linearGradient7709"
2084- gradientUnits="userSpaceOnUse"
2085- gradientTransform="matrix(0.5139498,0,0,0.5905313,2.4340729,2.5224871)"
2086- x1="17.88068"
2087- y1="11.072588"
2088- x2="17.88068"
2089- y2="21.767578" />
2090- <linearGradient
2091- inkscape:collect="always"
2092- xlink:href="#linearGradient9845"
2093- id="linearGradient13031"
2094- gradientUnits="userSpaceOnUse"
2095- gradientTransform="matrix(0.1816493,0,0,0.1991284,149.14312,228.84216)"
2096- x1="10.907269"
2097- y1="25.002281"
2098- x2="30.875446"
2099- y2="36.127281" />
2100- <linearGradient
2101- inkscape:collect="always"
2102- xlink:href="#linearGradient11327"
2103- id="linearGradient13037"
2104- gradientUnits="userSpaceOnUse"
2105- gradientTransform="matrix(0.2225266,0,0,0.2670606,148.26654,226.61685)"
2106- x1="31.630468"
2107- y1="41.791817"
2108- x2="8.6713638"
2109- y2="25.793524" />
2110- <linearGradient
2111- inkscape:collect="always"
2112- xlink:href="#linearGradient2092"
2113- id="linearGradient13035"
2114- gradientUnits="userSpaceOnUse"
2115- gradientTransform="matrix(0.2225266,0,0,0.2670606,148.26654,226.3417)"
2116- x1="6.72682"
2117- y1="32.161697"
2118- x2="40.938126"
2119- y2="32.161697" />
2120- <linearGradient
2121- inkscape:collect="always"
2122- xlink:href="#linearGradient9845"
2123- id="linearGradient13071"
2124- gradientUnits="userSpaceOnUse"
2125- gradientTransform="matrix(0.1816493,0,0,0.1991284,147.14312,228.84216)"
2126- x1="10.907269"
2127- y1="25.002281"
2128- x2="30.875446"
2129- y2="36.127281" />
2130- <linearGradient
2131- inkscape:collect="always"
2132- xlink:href="#linearGradient11327"
2133- id="linearGradient13069"
2134- gradientUnits="userSpaceOnUse"
2135- gradientTransform="matrix(0.2225266,0,0,0.2670606,146.26654,226.61685)"
2136- x1="31.630468"
2137- y1="41.791817"
2138- x2="8.6713638"
2139- y2="25.793524" />
2140- <linearGradient
2141- inkscape:collect="always"
2142- xlink:href="#linearGradient2092"
2143- id="linearGradient13067"
2144- gradientUnits="userSpaceOnUse"
2145- gradientTransform="matrix(0.2225266,0,0,0.2670606,146.26654,226.3417)"
2146- x1="6.72682"
2147- y1="32.161697"
2148- x2="40.938126"
2149- y2="32.161697" />
2150- <linearGradient
2151- id="linearGradient2326"
2152- inkscape:collect="always">
2153- <stop
2154- id="stop2328"
2155- offset="0"
2156- style="stop-color:#ffffff;stop-opacity:1;" />
2157- <stop
2158- id="stop2330"
2159- offset="1"
2160- style="stop-color:#ffffff;stop-opacity:0;" />
2161- </linearGradient>
2162- <radialGradient
2163- inkscape:collect="always"
2164- xlink:href="#linearGradient2326"
2165- id="radialGradient11596"
2166- gradientUnits="userSpaceOnUse"
2167- gradientTransform="matrix(0.8890471,-1.4337516e-8,0,0.8194693,132.77797,121.35477)"
2168- cx="15.09403"
2169- cy="13.282721"
2170- fx="15.09403"
2171- fy="13.282721"
2172- r="10.16466" />
2173- <radialGradient
2174- inkscape:collect="always"
2175- xlink:href="#linearGradient2778"
2176- id="radialGradient12198"
2177- gradientUnits="userSpaceOnUse"
2178- gradientTransform="matrix(2.9758018,0,0,3.275568,20.621037,207.14417)"
2179- cx="4.8879852"
2180- cy="5.044178"
2181- fx="4.8879852"
2182- fy="5.044178"
2183- r="11" />
2184- <linearGradient
2185- inkscape:collect="always"
2186- id="linearGradient2187">
2187- <stop
2188- style="stop-color:#ffffff;stop-opacity:1;"
2189- offset="0"
2190- id="stop2189" />
2191- <stop
2192- style="stop-color:#ffffff;stop-opacity:0;"
2193- offset="1"
2194- id="stop2191" />
2195- </linearGradient>
2196- <linearGradient
2197- inkscape:collect="always"
2198- xlink:href="#linearGradient2187"
2199- id="linearGradient11599"
2200- gradientUnits="userSpaceOnUse"
2201- gradientTransform="matrix(0,-0.4174217,-0.4174217,0,158.32056,147.72824)"
2202- x1="17.060806"
2203- y1="11.39502"
2204- x2="10.07895"
2205- y2="14.530241" />
2206- <linearGradient
2207- id="linearGradient2316"
2208- inkscape:collect="always">
2209- <stop
2210- id="stop2318"
2211- offset="0"
2212- style="stop-color:#c4a000;stop-opacity:1;" />
2213- <stop
2214- id="stop2320"
2215- offset="1"
2216- style="stop-color:#c4a000;stop-opacity:0;" />
2217- </linearGradient>
2218- <linearGradient
2219- inkscape:collect="always"
2220- xlink:href="#linearGradient2316"
2221- id="linearGradient11604"
2222- gradientUnits="userSpaceOnUse"
2223- x1="16.489479"
2224- y1="40.512375"
2225- x2="8.1764917"
2226- y2="47.071392"
2227- gradientTransform="matrix(0.3561843,0,0,0.3393282,142.51711,127.32532)" />
2228- <linearGradient
2229- id="linearGradient2308"
2230- inkscape:collect="always">
2231- <stop
2232- id="stop2310"
2233- offset="0"
2234- style="stop-color:#edd400;stop-opacity:1;" />
2235- <stop
2236- id="stop2312"
2237- offset="1"
2238- style="stop-color:#edd400;stop-opacity:0;" />
2239- </linearGradient>
2240- <linearGradient
2241- inkscape:collect="always"
2242- xlink:href="#linearGradient2308"
2243- id="linearGradient11602"
2244- gradientUnits="userSpaceOnUse"
2245- x1="16.489479"
2246- y1="40.512375"
2247- x2="8.1764917"
2248- y2="47.071392"
2249- gradientTransform="matrix(0.3561843,0,0,0.3393282,142.51711,127.32532)" />
2250- <radialGradient
2251- r="17.171415"
2252- fy="1.5350308"
2253- fx="15.987216"
2254- cy="1.5350308"
2255- cx="15.987216"
2256- gradientTransform="matrix(0,-2.046729,-1.55761,0,44.11559,66.93275)"
2257- gradientUnits="userSpaceOnUse"
2258- id="radialGradient1471"
2259- xlink:href="#linearGradient8650"
2260- inkscape:collect="always" />
2261- <linearGradient
2262- id="linearGradient1442">
2263- <stop
2264- style="stop-color:#73d216"
2265- offset="0"
2266- id="stop1444" />
2267- <stop
2268- style="stop-color:#4e9a06"
2269- offset="1.0000000"
2270- id="stop1446" />
2271- </linearGradient>
2272- <radialGradient
2273- r="16.9562"
2274- fy="20.494493"
2275- fx="35.292667"
2276- cy="20.494493"
2277- cx="35.292667"
2278- gradientTransform="matrix(0,-0.843022,1.020168,0,0.606436,42.58614)"
2279- gradientUnits="userSpaceOnUse"
2280- id="radialGradient1469"
2281- xlink:href="#linearGradient1442"
2282- inkscape:collect="always" />
2283- <linearGradient
2284- inkscape:collect="always"
2285- xlink:href="#linearGradient2251"
2286- id="linearGradient12908"
2287- gradientUnits="userSpaceOnUse"
2288- gradientTransform="matrix(0.3363251,0,0,0.3393025,142.33397,150.26197)"
2289- x1="33.396004"
2290- y1="36.921333"
2291- x2="34.170048"
2292- y2="38.070381" />
2293- <linearGradient
2294- id="linearGradient2224">
2295- <stop
2296- id="stop2226"
2297- offset="0"
2298- style="stop-color:#7c7c7c;stop-opacity:1;" />
2299- <stop
2300- id="stop2228"
2301- offset="1"
2302- style="stop-color:#b8b8b8;stop-opacity:1;" />
2303- </linearGradient>
2304- <linearGradient
2305- inkscape:collect="always"
2306- xlink:href="#linearGradient2224"
2307- id="linearGradient12910"
2308- gradientUnits="userSpaceOnUse"
2309- gradientTransform="matrix(0.3363251,0,0,0.3393025,142.33397,150.26197)"
2310- x1="35.996582"
2311- y1="40.458221"
2312- x2="33.664921"
2313- y2="37.770721" />
2314- <linearGradient
2315- inkscape:collect="always"
2316- xlink:href="#linearGradient15234"
2317- id="linearGradient12922"
2318- gradientUnits="userSpaceOnUse"
2319- gradientTransform="matrix(0.3888889,0,0,0.4227031,141.47223,152.57775)"
2320- x1="25.404572"
2321- y1="3.8180194"
2322- x2="25.464211"
2323- y2="9.3233509" />
2324- <linearGradient
2325- inkscape:collect="always"
2326- xlink:href="#linearGradient2259"
2327- id="linearGradient12912"
2328- gradientUnits="userSpaceOnUse"
2329- gradientTransform="matrix(0.2441719,0,0,0.2360898,145.17764,154.83895)"
2330- x1="26.076092"
2331- y1="26.696676"
2332- x2="30.811172"
2333- y2="42.007351" />
2334- <linearGradient
2335- inkscape:collect="always"
2336- xlink:href="#linearGradient15218"
2337- id="linearGradient12905"
2338- gradientUnits="userSpaceOnUse"
2339- gradientTransform="matrix(0.3158146,0,0,0.2774678,143.40473,153.65275)"
2340- x1="22.308331"
2341- y1="18.99214"
2342- x2="35.785294"
2343- y2="39.498238" />
2344- <linearGradient
2345- inkscape:collect="always"
2346- xlink:href="#linearGradient14484"
2347- id="linearGradient12903"
2348- gradientUnits="userSpaceOnUse"
2349- gradientTransform="matrix(0.3330286,0,0,0.3410854,143.01325,151.96511)"
2350- x1="6.1071744"
2351- y1="10.45129"
2352- x2="33.857143"
2353- y2="37.87986" />
2354- <linearGradient
2355- inkscape:collect="always"
2356- xlink:href="#linearGradient8059"
2357- id="linearGradient11975"
2358- gradientUnits="userSpaceOnUse"
2359- gradientTransform="matrix(1.332493,0,0,2.661873,129.84234,-391.15912)"
2360- x1="21.884281"
2361- y1="219.0054"
2362- x2="16.37369"
2363- y2="214.44499" />
2364- <linearGradient
2365- id="linearGradient15234">
2366- <stop
2367- id="stop15236"
2368- offset="0.0000000"
2369- style="stop-color:#97978a;stop-opacity:1.0000000;" />
2370- <stop
2371- style="stop-color:#c2c2b9;stop-opacity:1.0000000;"
2372- offset="0.50000000"
2373- id="stop15242" />
2374- <stop
2375- id="stop15238"
2376- offset="1.0000000"
2377- style="stop-color:#7d7d6f;stop-opacity:1.0000000;" />
2378- </linearGradient>
2379- <linearGradient
2380- inkscape:collect="always"
2381- xlink:href="#linearGradient15234"
2382- id="linearGradient11973"
2383- gradientUnits="userSpaceOnUse"
2384- gradientTransform="matrix(0.3888889,0,0,0.4227031,141.47223,176.57775)"
2385- x1="25.404572"
2386- y1="3.8180194"
2387- x2="25.464211"
2388- y2="9.3233509" />
2389- <linearGradient
2390- id="linearGradient2259"
2391- inkscape:collect="always">
2392- <stop
2393- id="stop2261"
2394- offset="0"
2395- style="stop-color:#ffffff;stop-opacity:1;" />
2396- <stop
2397- id="stop2263"
2398- offset="1"
2399- style="stop-color:#ffffff;stop-opacity:0;" />
2400- </linearGradient>
2401- <linearGradient
2402- inkscape:collect="always"
2403- xlink:href="#linearGradient2259"
2404- id="linearGradient11971"
2405- gradientUnits="userSpaceOnUse"
2406- gradientTransform="matrix(0.2441719,0,0,0.2360898,145.17764,178.83895)"
2407- x1="26.076092"
2408- y1="26.696676"
2409- x2="30.811172"
2410- y2="42.007351" />
2411- <linearGradient
2412- id="linearGradient15218">
2413- <stop
2414- id="stop15220"
2415- offset="0.0000000"
2416- style="stop-color:#f0f0ef;stop-opacity:1.0000000;" />
2417- <stop
2418- style="stop-color:#e8e8e8;stop-opacity:1;"
2419- offset="0.59928656"
2420- id="stop2269" />
2421- <stop
2422- style="stop-color:#ffffff;stop-opacity:1;"
2423- offset="0.82758623"
2424- id="stop2267" />
2425- <stop
2426- id="stop15222"
2427- offset="1.0000000"
2428- style="stop-color:#d8d8d3;stop-opacity:1.0000000;" />
2429- </linearGradient>
2430- <linearGradient
2431- inkscape:collect="always"
2432- xlink:href="#linearGradient15218"
2433- id="linearGradient11969"
2434- gradientUnits="userSpaceOnUse"
2435- gradientTransform="matrix(0.3158146,0,0,0.2774678,143.40473,177.65275)"
2436- x1="22.308331"
2437- y1="18.99214"
2438- x2="35.785294"
2439- y2="39.498238" />
2440- <linearGradient
2441- id="linearGradient14484">
2442- <stop
2443- id="stop14486"
2444- offset="0.0000000"
2445- style="stop-color:#c68827;stop-opacity:1.0000000;" />
2446- <stop
2447- id="stop14488"
2448- offset="1.0000000"
2449- style="stop-color:#89601f;stop-opacity:1.0000000;" />
2450- </linearGradient>
2451- <linearGradient
2452- inkscape:collect="always"
2453- xlink:href="#linearGradient14484"
2454- id="linearGradient11967"
2455- gradientUnits="userSpaceOnUse"
2456- gradientTransform="matrix(0.3330286,0,0,0.3410854,143.01325,175.96511)"
2457- x1="6.1071744"
2458- y1="10.45129"
2459- x2="33.857143"
2460- y2="37.87986" />
2461- <linearGradient
2462- inkscape:collect="always"
2463- xlink:href="#linearGradient3480"
2464- id="linearGradient12604"
2465- gradientUnits="userSpaceOnUse"
2466- gradientTransform="matrix(-1,0,0,1,410.0303,203.00002)"
2467- x1="266.0303"
2468- y1="70.980736"
2469- x2="258.01514"
2470- y2="77.990372" />
2471- <linearGradient
2472- inkscape:collect="always"
2473- xlink:href="#linearGradient5704"
2474- id="linearGradient12602"
2475- gradientUnits="userSpaceOnUse"
2476- gradientTransform="matrix(-0.939394,0,0,1,394.3788,206.50002)"
2477- x1="256.89447"
2478- y1="73.65818"
2479- x2="250.66499"
2480- y2="80.141884" />
2481- <linearGradient
2482- inkscape:collect="always"
2483- xlink:href="#linearGradient3466"
2484- id="linearGradient12581"
2485- gradientUnits="userSpaceOnUse"
2486- x1="256.3262"
2487- y1="80.005852"
2488- x2="258.91818"
2489- y2="78.5" />
2490- <linearGradient
2491- inkscape:collect="always"
2492- xlink:href="#linearGradient3480"
2493- id="linearGradient12598"
2494- gradientUnits="userSpaceOnUse"
2495- gradientTransform="translate(-410.0303,203.00002)"
2496- x1="266.64761"
2497- y1="74.382683"
2498- x2="262.53848"
2499- y2="78.836052" />
2500- <linearGradient
2501- inkscape:collect="always"
2502- xlink:href="#linearGradient1610"
2503- id="linearGradient12596"
2504- gradientUnits="userSpaceOnUse"
2505- gradientTransform="translate(-409.5,203.50002)"
2506- x1="261.1073"
2507- y1="79.5"
2508- x2="269.54849"
2509- y2="79.5" />
2510- <linearGradient
2511- inkscape:collect="always"
2512- xlink:href="#linearGradient3480"
2513- id="linearGradient12593"
2514- gradientUnits="userSpaceOnUse"
2515- gradientTransform="matrix(-1,0,0,0.982332,410.0303,204.27221)"
2516- x1="261.03427"
2517- y1="69.714012"
2518- x2="256.5"
2519- y2="71.037422" />
2520- <radialGradient
2521- inkscape:collect="always"
2522- xlink:href="#linearGradient16754"
2523- id="radialGradient13104"
2524- gradientUnits="userSpaceOnUse"
2525- gradientTransform="matrix(0.8191553,0,0,1.0706844,115.82096,44.90855)"
2526- cx="48.158638"
2527- cy="245.53783"
2528- fx="48.158638"
2529- fy="245.53783"
2530- r="20.145752" />
2531- <linearGradient
2532- inkscape:collect="always"
2533- xlink:href="#linearGradient4816"
2534- id="linearGradient12617"
2535- gradientUnits="userSpaceOnUse"
2536- gradientTransform="matrix(0.8354865,0,0,0.7224155,284.90156,460.19647)"
2537- x1="13.267747"
2538- y1="7.7190704"
2539- x2="13.267747"
2540- y2="12.480761" />
2541- <linearGradient
2542- inkscape:collect="always"
2543- xlink:href="#linearGradient3832"
2544- id="linearGradient12615"
2545- gradientUnits="userSpaceOnUse"
2546- gradientTransform="matrix(0.9324483,0,0,0.9443458,283.3447,456.95285)"
2547- x1="17.88068"
2548- y1="11.072588"
2549- x2="17.88068"
2550- y2="21.767578" />
2551- <linearGradient
2552- inkscape:collect="always"
2553- xlink:href="#linearGradient4816"
2554- id="linearGradient12648"
2555- gradientUnits="userSpaceOnUse"
2556- gradientTransform="matrix(0.8354865,0,0,0.7224155,260.92838,460.19647)"
2557- x1="13.267747"
2558- y1="7.7190704"
2559- x2="13.267747"
2560- y2="12.480761" />
2561- <linearGradient
2562- inkscape:collect="always"
2563- xlink:href="#linearGradient3832"
2564- id="linearGradient12651"
2565- gradientUnits="userSpaceOnUse"
2566- gradientTransform="matrix(0.9324483,0,0,0.9443458,259.37152,456.95285)"
2567- x1="17.88068"
2568- y1="11.072588"
2569- x2="17.88068"
2570- y2="21.767578" />
2571- <linearGradient
2572- inkscape:collect="always"
2573- xlink:href="#linearGradient8331"
2574- id="linearGradient7542"
2575- gradientUnits="userSpaceOnUse"
2576- gradientTransform="matrix(1.294118,0,0,1.333333,1.705882,-151.2103)"
2577- x1="-16.000061"
2578- y1="423.45538"
2579- x2="1.0000585"
2580- y2="423.45538" />
2581- <linearGradient
2582- inkscape:collect="always"
2583- xlink:href="#linearGradient8331"
2584- id="linearGradient7552"
2585- gradientUnits="userSpaceOnUse"
2586- gradientTransform="matrix(1.294118,0,0,1.333333,1.705882,-151.2103)"
2587- x1="-16.000061"
2588- y1="423.45538"
2589- x2="1.0000585"
2590- y2="423.45538" />
2591- <linearGradient
2592- inkscape:collect="always"
2593- xlink:href="#linearGradient8357"
2594- id="linearGradient6651"
2595- gradientUnits="userSpaceOnUse"
2596- x1="-8.6875"
2597- y1="410.10919"
2598- x2="-8.6875"
2599- y2="417.38632"
2600- gradientTransform="matrix(0.825,0,0,0.8250133,-1.4000259,72.28586)" />
2601- <linearGradient
2602- inkscape:collect="always"
2603- xlink:href="#linearGradient11905"
2604- id="linearGradient12816"
2605- gradientUnits="userSpaceOnUse"
2606- x1="162.2023"
2607- y1="413.94385"
2608- x2="162.2023"
2609- y2="409.06992" />
2610- <linearGradient
2611- inkscape:collect="always"
2612- xlink:href="#linearGradient11913"
2613- id="linearGradient12814"
2614- gradientUnits="userSpaceOnUse"
2615- x1="162.09949"
2616- y1="414.01666"
2617- x2="162.09949"
2618- y2="409.02002" />
2619- <linearGradient
2620- inkscape:collect="always"
2621- xlink:href="#linearGradient11905"
2622- id="linearGradient11933"
2623- gradientUnits="userSpaceOnUse"
2624- x1="162.2023"
2625- y1="414.66092"
2626- x2="162.2023"
2627- y2="409.06992" />
2628- <linearGradient
2629- inkscape:collect="always"
2630- xlink:href="#linearGradient11913"
2631- id="linearGradient11931"
2632- gradientUnits="userSpaceOnUse"
2633- x1="162.09949"
2634- y1="414.01666"
2635- x2="162.09949"
2636- y2="409.02002" />
2637- <linearGradient
2638- inkscape:collect="always"
2639- xlink:href="#linearGradient8343"
2640- id="linearGradient17263"
2641- gradientUnits="userSpaceOnUse"
2642- gradientTransform="matrix(1.294118,0,0,1,1.705882,-10.5436)"
2643- x1="-16.000221"
2644- y1="423.58575"
2645- x2="0.58696824"
2646- y2="423.58575" />
2647- <linearGradient
2648- inkscape:collect="always"
2649- xlink:href="#linearGradient8331"
2650- id="linearGradient17261"
2651- gradientUnits="userSpaceOnUse"
2652- gradientTransform="matrix(1.294118,0,0,1.333333,1.705882,-151.2103)"
2653- x1="-16.000061"
2654- y1="423.45538"
2655- x2="1.0000585"
2656- y2="423.45538" />
2657- <linearGradient
2658- inkscape:collect="always"
2659- xlink:href="#linearGradient11905"
2660- id="linearGradient19952"
2661- gradientUnits="userSpaceOnUse"
2662- x1="162.2023"
2663- y1="409.81949"
2664- x2="162.2023"
2665- y2="409.06992"
2666- gradientTransform="translate(-0.7661448,1.143809)" />
2667- <linearGradient
2668- inkscape:collect="always"
2669- xlink:href="#linearGradient11913"
2670- id="linearGradient19950"
2671- gradientUnits="userSpaceOnUse"
2672- x1="162.09949"
2673- y1="409.61749"
2674- x2="162.09949"
2675- y2="409.02002"
2676- gradientTransform="matrix(1.1057945,0,0,1.1172822,-17.765464,-48.304282)" />
2677- <linearGradient
2678- inkscape:collect="always"
2679- xlink:href="#linearGradient8343"
2680- id="linearGradient7702"
2681- gradientUnits="userSpaceOnUse"
2682- gradientTransform="matrix(1.294118,0,0,1.3749958,1.705882,-170.87325)"
2683- x1="-16.000221"
2684- y1="423.58575"
2685- x2="0.58696824"
2686- y2="423.58575" />
2687- <linearGradient
2688- inkscape:collect="always"
2689- xlink:href="#linearGradient8331"
2690- id="linearGradient7700"
2691- gradientUnits="userSpaceOnUse"
2692- gradientTransform="matrix(1.294118,0,0,1.375001,1.705882,-170.87605)"
2693- x1="-16.000061"
2694- y1="423.45538"
2695- x2="1.0000585"
2696- y2="423.45538" />
2697- <linearGradient
2698- inkscape:collect="always"
2699- xlink:href="#linearGradient8343"
2700- id="linearGradient9454"
2701- gradientUnits="userSpaceOnUse"
2702- gradientTransform="matrix(1.294118,0,0,1.3750008,1.705879,-156.7502)"
2703- x1="-16.000221"
2704- y1="423.58575"
2705- x2="-11.467163"
2706- y2="423.58575" />
2707- <linearGradient
2708- inkscape:collect="always"
2709- xlink:href="#linearGradient8331"
2710- id="linearGradient9452"
2711- gradientUnits="userSpaceOnUse"
2712- gradientTransform="matrix(1.294118,0,0,1.3749997,1.705879,-156.75012)"
2713- x1="-16.000061"
2714- y1="423.45538"
2715- x2="-11.80596"
2716- y2="423.45538" />
2717- <linearGradient
2718- inkscape:collect="always"
2719- xlink:href="#linearGradient8343"
2720- id="linearGradient7642"
2721- gradientUnits="userSpaceOnUse"
2722- gradientTransform="matrix(1.294118,0,0,1.3750007,1.705879,-156.87557)"
2723- x1="-16.000221"
2724- y1="423.58575"
2725- x2="-11.467163"
2726- y2="423.58575" />
2727- <linearGradient
2728- inkscape:collect="always"
2729- xlink:href="#linearGradient8331"
2730- id="linearGradient7640"
2731- gradientUnits="userSpaceOnUse"
2732- gradientTransform="matrix(1.294118,0,0,1.3749994,1.705879,-156.87543)"
2733- x1="-16.000061"
2734- y1="423.45538"
2735- x2="-11.80596"
2736- y2="423.45538" />
2737- <linearGradient
2738- inkscape:collect="always"
2739- xlink:href="#linearGradient8343"
2740- id="linearGradient12917"
2741- gradientUnits="userSpaceOnUse"
2742- gradientTransform="matrix(1.4117651,0,0,1.4948457,2.5882778,-222.31451)"
2743- x1="-16.000221"
2744- y1="423.58575"
2745- x2="0.58696824"
2746- y2="423.58575" />
2747- <linearGradient
2748- inkscape:collect="always"
2749- xlink:href="#linearGradient8331"
2750- id="linearGradient12915"
2751- gradientUnits="userSpaceOnUse"
2752- gradientTransform="matrix(1.4117651,0,0,1.4999999,2.5882778,-224.50049)"
2753- x1="-16.000061"
2754- y1="423.45538"
2755- x2="1.0000585"
2756- y2="423.45538" />
2757- <linearGradient
2758- inkscape:collect="always"
2759- xlink:href="#linearGradient8343"
2760- id="linearGradient12913"
2761- gradientUnits="userSpaceOnUse"
2762- gradientTransform="matrix(1.411765,0,0,1.4997799,2.5882779,-209.90683)"
2763- x1="-16.000221"
2764- y1="423.58575"
2765- x2="-11.467163"
2766- y2="423.58575" />
2767- <linearGradient
2768- inkscape:collect="always"
2769- xlink:href="#linearGradient8331"
2770- id="linearGradient12911"
2771- gradientUnits="userSpaceOnUse"
2772- gradientTransform="matrix(1.411765,0,0,1.4999989,2.5882779,-209.99987)"
2773- x1="-16.000061"
2774- y1="423.45538"
2775- x2="-11.80596"
2776- y2="423.45538" />
2777- <linearGradient
2778- inkscape:collect="always"
2779- xlink:href="#linearGradient8343"
2780- id="linearGradient12909"
2781- gradientUnits="userSpaceOnUse"
2782- gradientTransform="matrix(1.411765,0,0,1.4999399,2.5881909,-209.47473)"
2783- x1="-16.000221"
2784- y1="423.58575"
2785- x2="-11.467163"
2786- y2="423.58575" />
2787- <linearGradient
2788- inkscape:collect="always"
2789- xlink:href="#linearGradient8331"
2790- id="linearGradient12907"
2791- gradientUnits="userSpaceOnUse"
2792- gradientTransform="matrix(1.411765,0,0,1.4999989,2.5881909,-209.50016)"
2793- x1="-16.000061"
2794- y1="423.45538"
2795- x2="-11.80596"
2796- y2="423.45538" />
2797- <linearGradient
2798- inkscape:collect="always"
2799- id="linearGradient5932">
2800- <stop
2801- style="stop-color:#aa8a00;stop-opacity:1"
2802- offset="0"
2803- id="stop5934" />
2804- <stop
2805- style="stop-color:#685400;stop-opacity:1"
2806- offset="1"
2807- id="stop5936" />
2808- </linearGradient>
2809- <linearGradient
2810- inkscape:collect="always"
2811- xlink:href="#linearGradient5932"
2812- id="linearGradient5938"
2813- x1="15.785038"
2814- y1="7.033917"
2815- x2="15.785038"
2816- y2="11.669251"
2817- gradientUnits="userSpaceOnUse" />
2818- <linearGradient
2819- inkscape:collect="always"
2820- id="linearGradient5904">
2821- <stop
2822- style="stop-color:#6b99ca;stop-opacity:1;"
2823- offset="0"
2824- id="stop5906" />
2825- <stop
2826- style="stop-color:#6b99ca;stop-opacity:0;"
2827- offset="1"
2828- id="stop5908" />
2829- </linearGradient>
2830- <linearGradient
2831- inkscape:collect="always"
2832- xlink:href="#linearGradient5904"
2833- id="linearGradient5910"
2834- x1="19.666338"
2835- y1="19.245584"
2836- x2="21.732088"
2837- y2="19.245584"
2838- gradientUnits="userSpaceOnUse"
2839- gradientTransform="translate(-4.958783,4.4652e-2)" />
2840- <linearGradient
2841- inkscape:collect="always"
2842- id="linearGradient5924">
2843- <stop
2844- style="stop-color:#edd400;stop-opacity:1;"
2845- offset="0"
2846- id="stop5926" />
2847- <stop
2848- style="stop-color:#fffbce;stop-opacity:1"
2849- offset="1"
2850- id="stop5928" />
2851- </linearGradient>
2852- <radialGradient
2853- inkscape:collect="always"
2854- xlink:href="#linearGradient5924"
2855- id="radialGradient5930"
2856- cx="20.539745"
2857- cy="14.45822"
2858- fx="20.539745"
2859- fy="14.45822"
2860- r="4.561861"
2861- gradientTransform="matrix(-2.1933856e-2,-1.4404292,1.1932891,-1.852436e-2,-1.2022609,43.884324)"
2862- gradientUnits="userSpaceOnUse" />
2863- <linearGradient
2864- inkscape:collect="always"
2865- id="linearGradient5398">
2866- <stop
2867- style="stop-color:#729fcf;stop-opacity:1;"
2868- offset="0"
2869- id="stop5400" />
2870- <stop
2871- style="stop-color:#729fcf;stop-opacity:0;"
2872- offset="1"
2873- id="stop5402" />
2874- </linearGradient>
2875- <linearGradient
2876- inkscape:collect="always"
2877- xlink:href="#linearGradient5398"
2878- id="linearGradient7413"
2879- gradientUnits="userSpaceOnUse"
2880- x1="-1.650571"
2881- y1="229.18515"
2882- x2="6.1053252"
2883- y2="250.19063" />
2884- <linearGradient
2885- inkscape:collect="always"
2886- id="linearGradient7659">
2887- <stop
2888- style="stop-color:#555753;stop-opacity:1;"
2889- offset="0"
2890- id="stop7661" />
2891- <stop
2892- style="stop-color:#555753;stop-opacity:0;"
2893- offset="1"
2894- id="stop7663" />
2895- </linearGradient>
2896- <radialGradient
2897- inkscape:collect="always"
2898- xlink:href="#linearGradient7659"
2899- id="radialGradient7411"
2900- gradientUnits="userSpaceOnUse"
2901- gradientTransform="matrix(0.973425,0,0,0.24,0.401944,173.945)"
2902- cx="15.125"
2903- cy="229.39583"
2904- fx="15.125"
2905- fy="229.39583"
2906- r="9.375" />
2907- <linearGradient
2908- inkscape:collect="always"
2909- id="linearGradient5388">
2910- <stop
2911- style="stop-color:#bcd2e9;stop-opacity:1"
2912- offset="0"
2913- id="stop5390" />
2914- <stop
2915- style="stop-color:#93b6db;stop-opacity:1"
2916- offset="1"
2917- id="stop5392" />
2918- </linearGradient>
2919- <radialGradient
2920- inkscape:collect="always"
2921- xlink:href="#linearGradient5388"
2922- id="radialGradient7409"
2923- gradientUnits="userSpaceOnUse"
2924- cx="2.96875"
2925- cy="240.416"
2926- fx="2.96875"
2927- fy="240.416"
2928- r="8.96875" />
2929- <linearGradient
2930- inkscape:collect="always"
2931- xlink:href="#linearGradient7629"
2932- id="linearGradient7407"
2933- gradientUnits="userSpaceOnUse"
2934- gradientTransform="translate(235.4321,-644.2117)"
2935- x1="-164.73708"
2936- y1="182.09869"
2937- x2="-162.92517"
2938- y2="182.10544" />
2939- <linearGradient
2940- id="linearGradient5631">
2941- <stop
2942- style="stop-color:white;stop-opacity:1;"
2943- offset="0"
2944- id="stop5633" />
2945- <stop
2946- style="stop-color:#729fcf;stop-opacity:1;"
2947- offset="1"
2948- id="stop5635" />
2949- </linearGradient>
2950- <linearGradient
2951- inkscape:collect="always"
2952- id="linearGradient2874">
2953- <stop
2954- style="stop-color:white;stop-opacity:1;"
2955- offset="0"
2956- id="stop2876" />
2957- <stop
2958- style="stop-color:white;stop-opacity:0;"
2959- offset="1"
2960- id="stop2878" />
2961- </linearGradient>
2962- <linearGradient
2963- inkscape:collect="always"
2964- id="linearGradient2788">
2965- <stop
2966- style="stop-color:#888a85;stop-opacity:1;"
2967- offset="0"
2968- id="stop2790" />
2969- <stop
2970- style="stop-color:#888a85;stop-opacity:0;"
2971- offset="1"
2972- id="stop2792" />
2973- </linearGradient>
2974- <linearGradient
2975- id="linearGradient2798">
2976- <stop
2977- id="stop2800"
2978- offset="0"
2979- style="stop-color:white;stop-opacity:1" />
2980- <stop
2981- id="stop2802"
2982- offset="1"
2983- style="stop-color:#d3d7cf;stop-opacity:0;" />
2984- </linearGradient>
2985- <linearGradient
2986- inkscape:collect="always"
2987- id="linearGradient2828">
2988- <stop
2989- style="stop-color:black;stop-opacity:1;"
2990- offset="0"
2991- id="stop2830" />
2992- <stop
2993- style="stop-color:black;stop-opacity:0;"
2994- offset="1"
2995- id="stop2832" />
2996- </linearGradient>
2997- <linearGradient
2998- inkscape:collect="always"
2999- id="linearGradient2810">
3000- <stop
3001- style="stop-color:white;stop-opacity:1;"
3002- offset="0"
3003- id="stop2812" />
3004- <stop
3005- style="stop-color:white;stop-opacity:0;"
3006- offset="1"
3007- id="stop2814" />
3008- </linearGradient>
3009- <linearGradient
3010- id="linearGradient2778">
3011- <stop
3012- style="stop-color:#eeeeec;stop-opacity:1"
3013- offset="0"
3014- id="stop2780" />
3015- <stop
3016- style="stop-color:#d3d7cf;stop-opacity:1"
3017- offset="1"
3018- id="stop2782" />
3019- </linearGradient>
3020- <linearGradient
3021- inkscape:collect="always"
3022- xlink:href="#linearGradient7443"
3023- id="linearGradient2098"
3024- gradientUnits="userSpaceOnUse"
3025- x1="25.058096"
3026- y1="47.027729"
3027- x2="25.058096"
3028- y2="39.999443"
3029- gradientTransform="matrix(0.987013,0,0,1.2000019,0.3116856,-96.40009)" />
3030- <linearGradient
3031- inkscape:collect="always"
3032- id="linearGradient3688">
3033- <stop
3034- style="stop-color:black;stop-opacity:1;"
3035- offset="0"
3036- id="stop3690" />
3037- <stop
3038- style="stop-color:black;stop-opacity:0;"
3039- offset="1"
3040- id="stop3692" />
3041- </linearGradient>
3042- <linearGradient
3043- id="linearGradient4816">
3044- <stop
3045- style="stop-color:#204a87;stop-opacity:1.0000000"
3046- offset="0.0000000"
3047- id="stop4818" />
3048- <stop
3049- style="stop-color:#204a87;stop-opacity:0.0000000"
3050- offset="1.0000000"
3051- id="stop4820" />
3052- </linearGradient>
3053- <linearGradient
3054- id="linearGradient16754">
3055- <stop
3056- style="stop-color:white;stop-opacity:1"
3057- offset="0.0000000"
3058- id="stop16756" />
3059- <stop
3060- style="stop-color:#cdcdcd;stop-opacity:1"
3061- offset="1.0000000"
3062- id="stop16758" />
3063- </linearGradient>
3064- <linearGradient
3065- inkscape:collect="always"
3066- id="linearGradient8163">
3067- <stop
3068- style="stop-color:#b2cbe5;stop-opacity:1"
3069- offset="0"
3070- id="stop8165" />
3071- <stop
3072- style="stop-color:#7fa9d5;stop-opacity:1"
3073- offset="1"
3074- id="stop8167" />
3075- </linearGradient>
3076- <linearGradient
3077- id="linearGradient11327">
3078- <stop
3079- style="stop-color:#7d6400;stop-opacity:1;"
3080- offset="0"
3081- id="stop11329" />
3082- <stop
3083- style="stop-color:#be9700;stop-opacity:1.0000000;"
3084- offset="1.0000000"
3085- id="stop11331" />
3086- </linearGradient>
3087- <linearGradient
3088- id="linearGradient9845">
3089- <stop
3090- style="stop-color:#ffffff;stop-opacity:1;"
3091- offset="0"
3092- id="stop9847" />
3093- <stop
3094- style="stop-color:#ffffff;stop-opacity:0.49484536;"
3095- offset="1.0000000"
3096- id="stop9849" />
3097- </linearGradient>
3098- <linearGradient
3099- id="linearGradient2092">
3100- <stop
3101- id="stop2094"
3102- offset="0"
3103- style="stop-color:#fff7b0;stop-opacity:1;" />
3104- <stop
3105- style="stop-color:#ffec41;stop-opacity:1.0000000;"
3106- offset="0.20999999"
3107- id="stop2098" />
3108- <stop
3109- id="stop43205"
3110- offset="0.83999997"
3111- style="stop-color:#e2cc00;stop-opacity:1;" />
3112- <stop
3113- id="stop2100"
3114- offset="1"
3115- style="stop-color:#c3af00;stop-opacity:1;" />
3116- </linearGradient>
3117- <linearGradient
3118- inkscape:collect="always"
3119- id="linearGradient12071">
3120- <stop
3121- style="stop-color:#ffffff;stop-opacity:1;"
3122- offset="0"
3123- id="stop12073" />
3124- <stop
3125- style="stop-color:#ffffff;stop-opacity:0;"
3126- offset="1"
3127- id="stop12075" />
3128- </linearGradient>
3129- <linearGradient
3130- inkscape:collect="always"
3131- id="linearGradient8710">
3132- <stop
3133- style="stop-color:#a40000;stop-opacity:1;"
3134- offset="0"
3135- id="stop8712" />
3136- <stop
3137- style="stop-color:#a40000;stop-opacity:0;"
3138- offset="1"
3139- id="stop8714" />
3140- </linearGradient>
3141- <linearGradient
3142- inkscape:collect="always"
3143- id="linearGradient8718">
3144- <stop
3145- style="stop-color:#f57a7a;stop-opacity:1;"
3146- offset="0"
3147- id="stop8720" />
3148- <stop
3149- style="stop-color:#f57a7a;stop-opacity:0;"
3150- offset="1"
3151- id="stop8722" />
3152- </linearGradient>
3153- <linearGradient
3154- inkscape:collect="always"
3155- id="linearGradient8487">
3156- <stop
3157- style="stop-color:#ef2929;stop-opacity:1;"
3158- offset="0"
3159- id="stop8489" />
3160- <stop
3161- style="stop-color:#c00;stop-opacity:1"
3162- offset="1"
3163- id="stop8491" />
3164- </linearGradient>
3165- <linearGradient
3166- inkscape:collect="always"
3167- id="linearGradient8506">
3168- <stop
3169- style="stop-color:#a40000;stop-opacity:1;"
3170- offset="0"
3171- id="stop8508" />
3172- <stop
3173- style="stop-color:#a40000;stop-opacity:0;"
3174- offset="1"
3175- id="stop8510" />
3176- </linearGradient>
3177- <linearGradient
3178- inkscape:collect="always"
3179- id="linearGradient7553">
3180- <stop
3181- style="stop-color:white;stop-opacity:1;"
3182- offset="0"
3183- id="stop7555" />
3184- <stop
3185- style="stop-color:white;stop-opacity:0;"
3186- offset="1"
3187- id="stop7557" />
3188- </linearGradient>
3189- <linearGradient
3190- id="linearGradient8545"
3191- inkscape:collect="always">
3192- <stop
3193- id="stop8547"
3194- offset="0"
3195- style="stop-color:white;stop-opacity:0.67487687" />
3196- <stop
3197- id="stop8549"
3198- offset="1"
3199- style="stop-color:white;stop-opacity:0;" />
3200- </linearGradient>
3201- <linearGradient
3202- inkscape:collect="always"
3203- id="linearGradient8527">
3204- <stop
3205- style="stop-color:#204a87;stop-opacity:1;"
3206- offset="0"
3207- id="stop8529" />
3208- <stop
3209- style="stop-color:#204a87;stop-opacity:0;"
3210- offset="1"
3211- id="stop8531" />
3212- </linearGradient>
3213- <linearGradient
3214- inkscape:collect="always"
3215- id="linearGradient8535">
3216- <stop
3217- style="stop-color:#3465a4;stop-opacity:1;"
3218- offset="0"
3219- id="stop8537" />
3220- <stop
3221- style="stop-color:#3465a4;stop-opacity:0;"
3222- offset="1"
3223- id="stop8539" />
3224- </linearGradient>
3225- <linearGradient
3226- inkscape:collect="always"
3227- id="linearGradient7569">
3228- <stop
3229- style="stop-color:#fff8c6;stop-opacity:1"
3230- offset="0"
3231- id="stop7571" />
3232- <stop
3233- style="stop-color:#edd400;stop-opacity:1"
3234- offset="1"
3235- id="stop7573" />
3236- </linearGradient>
3237- <linearGradient
3238- inkscape:collect="always"
3239- id="linearGradient7584">
3240- <stop
3241- style="stop-color:black;stop-opacity:1;"
3242- offset="0"
3243- id="stop7586" />
3244- <stop
3245- style="stop-color:black;stop-opacity:0;"
3246- offset="1"
3247- id="stop7588" />
3248- </linearGradient>
3249- <linearGradient
3250- id="linearGradient9320">
3251- <stop
3252- style="stop-color:#fef088;stop-opacity:1.0000000;"
3253- offset="0.0000000"
3254- id="stop9322" />
3255- <stop
3256- id="stop9324"
3257- offset="0.50000000"
3258- style="stop-color:#fde63a;stop-opacity:1.0000000;" />
3259- <stop
3260- style="stop-color:#dac203;stop-opacity:1.0000000;"
3261- offset="1.0000000"
3262- id="stop9326" />
3263- </linearGradient>
3264- <linearGradient
3265- inkscape:collect="always"
3266- id="linearGradient8796">
3267- <stop
3268- style="stop-color:white;stop-opacity:1;"
3269- offset="0"
3270- id="stop8798" />
3271- <stop
3272- style="stop-color:white;stop-opacity:0;"
3273- offset="1"
3274- id="stop8800" />
3275- </linearGradient>
3276- <linearGradient
3277- id="linearGradient11647">
3278- <stop
3279- id="stop11649"
3280- offset="0"
3281- style="stop-color:#c17d10;stop-opacity:1;" />
3282- <stop
3283- id="stop11651"
3284- offset="1.0000000"
3285- style="stop-color:#9b650c;stop-opacity:1.0000000;" />
3286- </linearGradient>
3287- <linearGradient
3288- id="linearGradient8650">
3289- <stop
3290- style="stop-color:#ffffff;stop-opacity:1;"
3291- offset="0"
3292- id="stop8652" />
3293- <stop
3294- style="stop-color:#ffffff;stop-opacity:0;"
3295- offset="1"
3296- id="stop8654" />
3297- </linearGradient>
3298- <linearGradient
3299- id="linearGradient2591">
3300- <stop
3301- style="stop-color:#73d216"
3302- offset="0"
3303- id="stop2593" />
3304- <stop
3305- style="stop-color:#4e9a06"
3306- offset="1.0000000"
3307- id="stop2595" />
3308- </linearGradient>
3309- <linearGradient
3310- inkscape:collect="always"
3311- id="linearGradient11905">
3312- <stop
3313- style="stop-color:#babdb6;stop-opacity:1;"
3314- offset="0"
3315- id="stop11907" />
3316- <stop
3317- style="stop-color:#babdb6;stop-opacity:0;"
3318- offset="1"
3319- id="stop11909" />
3320- </linearGradient>
3321- <linearGradient
3322- inkscape:collect="always"
3323- id="linearGradient11913">
3324- <stop
3325- style="stop-color:#555753;stop-opacity:1;"
3326- offset="0"
3327- id="stop11915" />
3328- <stop
3329- style="stop-color:#555753;stop-opacity:0;"
3330- offset="1"
3331- id="stop11917" />
3332- </linearGradient>
3333- <linearGradient
3334- inkscape:collect="always"
3335- id="linearGradient8357">
3336- <stop
3337- style="stop-color:white;stop-opacity:1;"
3338- offset="0"
3339- id="stop8359" />
3340- <stop
3341- style="stop-color:white;stop-opacity:0;"
3342- offset="1"
3343- id="stop8361" />
3344- </linearGradient>
3345- <linearGradient
3346- inkscape:collect="always"
3347- id="linearGradient7430">
3348- <stop
3349- style="stop-color:#d3d7cf;stop-opacity:1;"
3350- offset="0"
3351- id="stop7432" />
3352- <stop
3353- style="stop-color:#fafbfa;stop-opacity:1"
3354- offset="1"
3355- id="stop7434" />
3356- </linearGradient>
3357- <linearGradient
3358- id="linearGradient8343">
3359- <stop
3360- style="stop-color:#babdb6;stop-opacity:0;"
3361- offset="0"
3362- id="stop8345" />
3363- <stop
3364- id="stop8351"
3365- offset="0.2"
3366- style="stop-color:#babdb6;stop-opacity:1;" />
3367- <stop
3368- style="stop-color:#babdb6;stop-opacity:1;"
3369- offset="0.84444445"
3370- id="stop8353" />
3371- <stop
3372- style="stop-color:#babdb6;stop-opacity:0;"
3373- offset="1"
3374- id="stop8347" />
3375- </linearGradient>
3376- <linearGradient
3377- id="linearGradient8331">
3378- <stop
3379- style="stop-color:#555753;stop-opacity:0;"
3380- offset="0"
3381- id="stop8333" />
3382- <stop
3383- id="stop8339"
3384- offset="0.12418549"
3385- style="stop-color:#555753;stop-opacity:1;" />
3386- <stop
3387- style="stop-color:#555753;stop-opacity:1;"
3388- offset="0.86629128"
3389- id="stop8341" />
3390- <stop
3391- style="stop-color:#555753;stop-opacity:0;"
3392- offset="1"
3393- id="stop8335" />
3394- </linearGradient>
3395- <linearGradient
3396- inkscape:collect="always"
3397- id="linearGradient11817">
3398- <stop
3399- style="stop-color:black;stop-opacity:1;"
3400- offset="0"
3401- id="stop11819" />
3402- <stop
3403- style="stop-color:black;stop-opacity:0;"
3404- offset="1"
3405- id="stop11821" />
3406- </linearGradient>
3407- <linearGradient
3408- id="linearGradient8271"
3409- inkscape:collect="always">
3410- <stop
3411- id="stop8273"
3412- offset="0"
3413- style="stop-color:#eee;stop-opacity:1" />
3414- <stop
3415- id="stop8275"
3416- offset="1"
3417- style="stop-color:#888a85;stop-opacity:1" />
3418- </linearGradient>
3419- <linearGradient
3420- id="linearGradient2994">
3421- <stop
3422- id="stop2996"
3423- offset="0"
3424- style="stop-color:#000000;stop-opacity:1;" />
3425- <stop
3426- id="stop2998"
3427- offset="1"
3428- style="stop-color:#c9c9c9;stop-opacity:1;" />
3429- </linearGradient>
3430- <linearGradient
3431- inkscape:collect="always"
3432- xlink:href="#linearGradient2994"
3433- id="linearGradient8306"
3434- gradientUnits="userSpaceOnUse"
3435- gradientTransform="matrix(0.671524,-0.180531,0.318096,0.720791,-22.43351,-4.3859e-2)"
3436- x1="25.71875"
3437- y1="31.046875"
3438- x2="25.514589"
3439- y2="30.703125" />
3440- <linearGradient
3441- id="linearGradient2984"
3442- inkscape:collect="always">
3443- <stop
3444- id="stop2986"
3445- offset="0"
3446- style="stop-color:#e7e2b8;stop-opacity:1;" />
3447- <stop
3448- id="stop2988"
3449- offset="1"
3450- style="stop-color:#e7e2b8;stop-opacity:0;" />
3451- </linearGradient>
3452- <radialGradient
3453- inkscape:collect="always"
3454- xlink:href="#linearGradient2984"
3455- id="radialGradient8304"
3456- gradientUnits="userSpaceOnUse"
3457- gradientTransform="matrix(1.963246,-0.527794,0.645645,1.463001,-68.76703,-10.17169)"
3458- cx="29.053354"
3459- cy="27.640751"
3460- fx="29.053354"
3461- fy="27.640751"
3462- r="3.2408545" />
3463- <linearGradient
3464- id="linearGradient2974">
3465- <stop
3466- id="stop2976"
3467- offset="0"
3468- style="stop-color:#c1c1c1;stop-opacity:1;" />
3469- <stop
3470- id="stop2978"
3471- offset="1"
3472- style="stop-color:#acacac;stop-opacity:1;" />
3473- </linearGradient>
3474- <linearGradient
3475- inkscape:collect="always"
3476- xlink:href="#linearGradient2974"
3477- id="linearGradient8302"
3478- gradientUnits="userSpaceOnUse"
3479- gradientTransform="matrix(0.671524,-0.180531,0.318096,0.720791,-21.77422,-0.735191)"
3480- x1="46"
3481- y1="19.8125"
3482- x2="47.6875"
3483- y2="22.625" />
3484- <linearGradient
3485- id="linearGradient2966">
3486- <stop
3487- id="stop2968"
3488- offset="0"
3489- style="stop-color:#ffd1d1;stop-opacity:1;" />
3490- <stop
3491- style="stop-color:#ff1d1d;stop-opacity:1;"
3492- offset="0.5"
3493- id="stop3006" />
3494- <stop
3495- id="stop2970"
3496- offset="1"
3497- style="stop-color:#6f0000;stop-opacity:1;" />
3498- </linearGradient>
3499- <linearGradient
3500- inkscape:collect="always"
3501- xlink:href="#linearGradient2966"
3502- id="linearGradient8300"
3503- gradientUnits="userSpaceOnUse"
3504- gradientTransform="matrix(0.671524,-0.180531,0.318096,0.720791,-21.32231,-1.235235)"
3505- x1="48.628307"
3506- y1="17.415211"
3507- x2="50.988335"
3508- y2="22.250591" />
3509- <linearGradient
3510- id="linearGradient3897"
3511- inkscape:collect="always">
3512- <stop
3513- id="stop3899"
3514- offset="0"
3515- style="stop-color:#2e3436;stop-opacity:1;" />
3516- <stop
3517- id="stop3901"
3518- offset="1"
3519- style="stop-color:#2e3436;stop-opacity:0;" />
3520- </linearGradient>
3521- <radialGradient
3522- inkscape:collect="always"
3523- xlink:href="#linearGradient3897"
3524- id="radialGradient8298"
3525- gradientUnits="userSpaceOnUse"
3526- gradientTransform="matrix(1.021276,-4.728053e-3,1.050666e-3,0.226948,-0.359172,15.42575)"
3527- cx="15.892858"
3528- cy="20.014528"
3529- fx="15.892858"
3530- fy="20.014528"
3531- r="7.5535712" />
3532- <linearGradient
3533- id="linearGradient2834">
3534- <stop
3535- id="stop2836"
3536- offset="0"
3537- style="stop-color:#ffffff;stop-opacity:1;" />
3538- <stop
3539- id="stop2838"
3540- offset="1.0000000"
3541- style="stop-color:#b3b3b3;stop-opacity:0.0000000;" />
3542- </linearGradient>
3543- <linearGradient
3544- inkscape:collect="always"
3545- xlink:href="#linearGradient2834"
3546- id="linearGradient6336"
3547- gradientUnits="userSpaceOnUse"
3548- gradientTransform="matrix(0.498259,0,0,0.466519,-0.799974,-0.839637)"
3549- x1="19.944447"
3550- y1="16.527262"
3551- x2="24.133829"
3552- y2="19.642126" />
3553- <linearGradient
3554- id="linearGradient3682">
3555- <stop
3556- id="stop3684"
3557- offset="0.0000000"
3558- style="stop-color:#1f1f1f;stop-opacity:1.0000000;" />
3559- <stop
3560- id="stop3686"
3561- offset="1.0000000"
3562- style="stop-color:#5c5c5c;stop-opacity:1.0000000;" />
3563- </linearGradient>
3564- <linearGradient
3565- inkscape:collect="always"
3566- xlink:href="#linearGradient3682"
3567- id="linearGradient6334"
3568- gradientUnits="userSpaceOnUse"
3569- gradientTransform="matrix(0.498259,0,0,0.4886,-0.799974,-1.273557)"
3570- x1="23.30562"
3571- y1="24.843527"
3572- x2="14.388516"
3573- y2="9.5902243" />
3574- <linearGradient
3575- id="linearGradient3558"
3576- inkscape:collect="always">
3577- <stop
3578- id="stop3560"
3579- offset="0"
3580- style="stop-color:#000000;stop-opacity:1;" />
3581- <stop
3582- id="stop3562"
3583- offset="1"
3584- style="stop-color:#000000;stop-opacity:0;" />
3585- </linearGradient>
3586- <radialGradient
3587- inkscape:collect="always"
3588- xlink:href="#linearGradient3558"
3589- id="radialGradient6332"
3590- gradientUnits="userSpaceOnUse"
3591- gradientTransform="matrix(1,0,0,0.651376,0,10.75754)"
3592- cx="22.571428"
3593- cy="30.857143"
3594- fx="22.571428"
3595- fy="30.857143"
3596- r="15.571428" />
3597- <linearGradient
3598- inkscape:collect="always"
3599- xlink:href="#linearGradient11528"
3600- id="linearGradient15925"
3601- gradientUnits="userSpaceOnUse"
3602- x1="69.1875"
3603- y1="234.1875"
3604- x2="76.0625"
3605- y2="252.02116"
3606- gradientTransform="matrix(1.1292967,0,0,0.9959643,-10.085138,1.9847293)" />
3607- <linearGradient
3608- inkscape:collect="always"
3609- xlink:href="#linearGradient8896"
3610- id="linearGradient15923"
3611- gradientUnits="userSpaceOnUse"
3612- x1="72.678635"
3613- y1="244.4375"
3614- x2="87"
3615- y2="244.4375"
3616- gradientTransform="matrix(1.1227256,0,0,0.9968231,-9.642765,1.7751551)" />
3617- <radialGradient
3618- inkscape:collect="always"
3619- xlink:href="#linearGradient14157"
3620- id="radialGradient15921"
3621- gradientUnits="userSpaceOnUse"
3622- gradientTransform="matrix(1,0,0,0.182573,0,206.088)"
3623- cx="77.118835"
3624- cy="252.11775"
3625- fx="77.118835"
3626- fy="252.11775"
3627- r="10.650796" />
3628- <linearGradient
3629- id="linearGradient8059">
3630- <stop
3631- id="stop8061"
3632- offset="0.0000000"
3633- style="stop-color:#ffffff;stop-opacity:1.0000000;" />
3634- <stop
3635- id="stop8063"
3636- offset="1.0000000"
3637- style="stop-color:#9d9d9d;stop-opacity:1" />
3638- </linearGradient>
3639- <radialGradient
3640- inkscape:collect="always"
3641- xlink:href="#linearGradient8059"
3642- id="radialGradient8086"
3643- gradientUnits="userSpaceOnUse"
3644- cx="24.660349"
3645- cy="21.21833"
3646- fx="24.660349"
3647- fy="21.21833"
3648- r="4.3006992" />
3649- <linearGradient
3650- inkscape:collect="always"
3651- xlink:href="#linearGradient14411"
3652- id="linearGradient8084"
3653- gradientUnits="userSpaceOnUse"
3654- gradientTransform="matrix(0.373813,-0.222635,0.215821,0.385616,-33.16474,24.90046)"
3655- x1="80.82019"
3656- y1="27.165281"
3657- x2="104.74687"
3658- y2="27.652287"
3659- spreadMethod="reflect" />
3660- <linearGradient
3661- id="linearGradient5737">
3662- <stop
3663- id="stop5739"
3664- offset="0.0000000"
3665- style="stop-color:#c0d5f0;stop-opacity:1.0000000;" />
3666- <stop
3667- id="stop5741"
3668- offset="1.0000000"
3669- style="stop-color:#77a4df;stop-opacity:1.0000000;" />
3670- </linearGradient>
3671- <linearGradient
3672- inkscape:collect="always"
3673- xlink:href="#linearGradient5737"
3674- id="linearGradient8082"
3675- gradientUnits="userSpaceOnUse"
3676- gradientTransform="matrix(0.438799,0,0,0.438799,0.565693,-0.279792)"
3677- x1="2"
3678- y1="27.182352"
3679- x2="8.9176159"
3680- y2="27.182352" />
3681- <linearGradient
3682- id="linearGradient16370">
3683- <stop
3684- id="stop16372"
3685- offset="0.0000000"
3686- style="stop-color:#50534b;stop-opacity:0.46391752;" />
3687- <stop
3688- id="stop16374"
3689- offset="1"
3690- style="stop-color:#50534b;stop-opacity:0;" />
3691- </linearGradient>
3692- <radialGradient
3693- inkscape:collect="always"
3694- xlink:href="#linearGradient16370"
3695- id="radialGradient8080"
3696- gradientUnits="userSpaceOnUse"
3697- gradientTransform="matrix(1,0,0,0.2,0,36.5)"
3698- cx="27.125"
3699- cy="45.625"
3700- fx="27.125"
3701- fy="45.625"
3702- r="22.5" />
3703- <linearGradient
3704- inkscape:collect="always"
3705- id="linearGradient7249">
3706- <stop
3707- style="stop-color:white;stop-opacity:1;"
3708- offset="0"
3709- id="stop7251" />
3710- <stop
3711- style="stop-color:white;stop-opacity:0;"
3712- offset="1"
3713- id="stop7253" />
3714- </linearGradient>
3715- <linearGradient
3716- inkscape:collect="always"
3717- xlink:href="#linearGradient7249"
3718- id="linearGradient7319"
3719- gradientUnits="userSpaceOnUse"
3720- gradientTransform="matrix(0.707107,0.707107,-0.707107,0.707107,141.2585,86.08787)"
3721- x1="-37.5"
3722- y1="199.34375"
3723- x2="-37.5"
3724- y2="204.34619" />
3725- <linearGradient
3726- inkscape:collect="always"
3727- id="linearGradient7295">
3728- <stop
3729- style="stop-color:black;stop-opacity:1;"
3730- offset="0"
3731- id="stop7297" />
3732- <stop
3733- style="stop-color:black;stop-opacity:0;"
3734- offset="1"
3735- id="stop7299" />
3736- </linearGradient>
3737- <radialGradient
3738- inkscape:collect="always"
3739- xlink:href="#linearGradient7295"
3740- id="radialGradient7317"
3741- gradientUnits="userSpaceOnUse"
3742- gradientTransform="matrix(0.400886,0.839675,-0.909148,0.53153,175.855,133.5929)"
3743- cx="-39.332813"
3744- cy="216.23209"
3745- fx="-38.732441"
3746- fy="221.93825"
3747- r="6.5407376" />
3748- <linearGradient
3749- id="linearGradient2340">
3750- <stop
3751- id="stop2342"
3752- offset="0"
3753- style="stop-color:#000000;stop-opacity:1;" />
3754- <stop
3755- id="stop2344"
3756- offset="1"
3757- style="stop-color:#ffffff;stop-opacity:1;" />
3758- </linearGradient>
3759- <linearGradient
3760- y2="18.803572"
3761- x2="1.7368622"
3762- y1="19.071428"
3763- x1="2.2089286"
3764- gradientTransform="matrix(2.246119,0,0,2.17914,-1.270794,-0.429923)"
3765- gradientUnits="userSpaceOnUse"
3766- id="linearGradient2302"
3767- xlink:href="#linearGradient2340"
3768- inkscape:collect="always" />
3769- <linearGradient
3770- id="linearGradient2272">
3771- <stop
3772- style="stop-color:#8f5902;stop-opacity:1;"
3773- offset="0"
3774- id="stop2282" />
3775- <stop
3776- id="stop2276"
3777- offset="1"
3778- style="stop-color:#8f5902;stop-opacity:0;" />
3779- </linearGradient>
3780- <linearGradient
3781- gradientTransform="matrix(1.029063,0,0,1.02215,-0.774165,0.641734)"
3782- y2="24.718227"
3783- x2="16.752289"
3784- y1="20.172541"
3785- x1="25.518404"
3786- gradientUnits="userSpaceOnUse"
3787- id="linearGradient2306"
3788- xlink:href="#linearGradient2272"
3789- inkscape:collect="always" />
3790- <linearGradient
3791- y2="8.5892859"
3792- x2="13.903571"
3793- y1="-4.8465223"
3794- x1="-3.1085217"
3795- gradientTransform="matrix(2.126475,0,0,2.132848,4.837027e-2,0.112692)"
3796- gradientUnits="userSpaceOnUse"
3797- id="linearGradient2311"
3798- xlink:href="#linearGradient2251"
3799- inkscape:collect="always" />
3800- <linearGradient
3801- id="linearGradient2251">
3802- <stop
3803- id="stop2253"
3804- offset="0"
3805- style="stop-color:#c7581d;stop-opacity:1;" />
3806- <stop
3807- id="stop2255"
3808- offset="1"
3809- style="stop-color:#faedd9;stop-opacity:1;" />
3810- </linearGradient>
3811- <linearGradient
3812- y2="9.75"
3813- x2="21.85"
3814- y1="9.75"
3815- x1="2.6500001"
3816- gradientTransform="matrix(2.126475,0,0,2.132848,4.837027e-2,0.112692)"
3817- gradientUnits="userSpaceOnUse"
3818- id="linearGradient2309"
3819- xlink:href="#linearGradient2251"
3820- inkscape:collect="always" />
3821- <linearGradient
3822- id="linearGradient3089">
3823- <stop
3824- id="stop3091"
3825- offset="0"
3826- style="stop-color:#000000;stop-opacity:0.28880867;" />
3827- <stop
3828- id="stop3093"
3829- offset="1.0000000"
3830- style="stop-color:#000000;stop-opacity:0.0000000;" />
3831- </linearGradient>
3832- <radialGradient
3833- r="22.589285"
3834- fy="40.321404"
3835- fx="14.359877"
3836- cy="40.321404"
3837- cx="14.359877"
3838- gradientTransform="matrix(1.371241,0,0,0.324111,-4.377575,27.25282)"
3839- gradientUnits="userSpaceOnUse"
3840- id="radialGradient2291"
3841- xlink:href="#linearGradient3089"
3842- inkscape:collect="always" />
3843- <linearGradient
3844- inkscape:collect="always"
3845- id="linearGradient9117">
3846- <stop
3847- style="stop-color:white;stop-opacity:1;"
3848- offset="0"
3849- id="stop9119" />
3850- <stop
3851- style="stop-color:white;stop-opacity:0;"
3852- offset="1"
3853- id="stop9121" />
3854- </linearGradient>
3855- <linearGradient
3856- inkscape:collect="always"
3857- id="linearGradient7629">
3858- <stop
3859- style="stop-color:#555753;stop-opacity:1"
3860- offset="0"
3861- id="stop7631" />
3862- <stop
3863- style="stop-color:#babdb6;stop-opacity:1"
3864- offset="1"
3865- id="stop7633" />
3866- </linearGradient>
3867- <linearGradient
3868- id="linearGradient3832">
3869- <stop
3870- id="stop3834"
3871- offset="0"
3872- style="stop-color:#ffffff;stop-opacity:1;" />
3873- <stop
3874- id="stop3836"
3875- offset="1"
3876- style="stop-color:#e0e0e0;stop-opacity:1;" />
3877- </linearGradient>
3878- <linearGradient
3879- id="linearGradient130">
3880- <stop
3881- style="stop-color:#ffffff;stop-opacity:1.0000000;"
3882- offset="0.0000000"
3883- id="stop131" />
3884- <stop
3885- style="stop-color:#e95072;stop-opacity:1.0000000;"
3886- offset="1.0000000"
3887- id="stop132" />
3888- </linearGradient>
3889- <linearGradient
3890- id="linearGradient715">
3891- <stop
3892- style="stop-color:#ff4f76;stop-opacity:1.0000000;"
3893- offset="0"
3894- id="stop719" />
3895- <stop
3896- style="stop-color:#ee7f93;stop-opacity:1.0000000;"
3897- offset="0.86810666"
3898- id="stop720" />
3899- <stop
3900- style="stop-color:#ddb0b0;stop-opacity:0.0000000;"
3901- offset="1.0000000"
3902- id="stop717" />
3903- </linearGradient>
3904- <linearGradient
3905- inkscape:collect="always"
3906- id="linearGradient473">
3907- <stop
3908- style="stop-color:#6b2b2b;stop-opacity:1;"
3909- offset="0"
3910- id="stop474" />
3911- <stop
3912- style="stop-color:#6b2b2b;stop-opacity:0;"
3913- offset="1"
3914- id="stop475" />
3915- </linearGradient>
3916- <radialGradient
3917- inkscape:collect="always"
3918- xlink:href="#linearGradient13302"
3919- id="radialGradient78"
3920- gradientUnits="userSpaceOnUse"
3921- gradientTransform="matrix(0.6365372,5.388467e-2,-3.9206389e-2,0.4631432,60.230887,248.2756)"
3922- cx="314.72086"
3923- cy="362.26859"
3924- fx="314.72086"
3925- fy="362.26859"
3926- r="12.509617" />
3927- <linearGradient
3928- inkscape:collect="always"
3929- id="linearGradient7442">
3930- <stop
3931- style="stop-color:white;stop-opacity:1;"
3932- offset="0"
3933- id="stop7444" />
3934- <stop
3935- style="stop-color:white;stop-opacity:0;"
3936- offset="1"
3937- id="stop7446" />
3938- </linearGradient>
3939- <linearGradient
3940- id="linearGradient7431">
3941- <stop
3942- style="stop-color:#e6e6e6;stop-opacity:0"
3943- offset="0"
3944- id="stop7433" />
3945- <stop
3946- id="stop7435"
3947- offset="0.10416666"
3948- style="stop-color:white;stop-opacity:1;" />
3949- <stop
3950- style="stop-color:white;stop-opacity:1;"
3951- offset="0.6267361"
3952- id="stop7438" />
3953- <stop
3954- style="stop-color:white;stop-opacity:0;"
3955- offset="1"
3956- id="stop7440" />
3957- </linearGradient>
3958- <linearGradient
3959- inkscape:collect="always"
3960- xlink:href="#linearGradient7431"
3961- id="linearGradient7972"
3962- gradientUnits="userSpaceOnUse"
3963- x1="191.80257"
3964- y1="403.65472"
3965- x2="212.50331"
3966- y2="403.65472"
3967- gradientTransform="matrix(1,0,0,0.333336,0,269.4743)" />
3968- <linearGradient
3969- id="linearGradient7443">
3970- <stop
3971- id="stop7445"
3972- offset="0"
3973- style="stop-color:#888a85;stop-opacity:0;" />
3974- <stop
3975- style="stop-color:#888a85;stop-opacity:1;"
3976- offset="0.10416666"
3977- id="stop7447" />
3978- <stop
3979- id="stop7449"
3980- offset="0.7013889"
3981- style="stop-color:#888a85;stop-opacity:1;" />
3982- <stop
3983- id="stop7451"
3984- offset="1"
3985- style="stop-color:#888a85;stop-opacity:0;" />
3986- </linearGradient>
3987- <linearGradient
3988- inkscape:collect="always"
3989- xlink:href="#linearGradient7443"
3990- id="linearGradient7964"
3991- x1="190.87645"
3992- y1="403.65472"
3993- x2="209.8775"
3994- y2="403.65472"
3995- gradientUnits="userSpaceOnUse" />
3996- <radialGradient
3997- inkscape:collect="always"
3998- xlink:href="#linearGradient8773"
3999- id="radialGradient10565"
4000- gradientUnits="userSpaceOnUse"
4001- gradientTransform="matrix(1,0,0,0.234973,0,18.5877)"
4002- cx="-57.850174"
4003- cy="24.296782"
4004- fx="-58.028885"
4005- fy="27.01318"
4006- r="8.087534" />
4007- <linearGradient
4008- inkscape:collect="always"
4009- id="linearGradient10554">
4010- <stop
4011- style="stop-color:white;stop-opacity:1;"
4012- offset="0"
4013- id="stop10556" />
4014- <stop
4015- style="stop-color:white;stop-opacity:0;"
4016- offset="1"
4017- id="stop10558" />
4018- </linearGradient>
4019- <linearGradient
4020- inkscape:collect="always"
4021- xlink:href="#linearGradient10554"
4022- id="linearGradient7949"
4023- gradientUnits="userSpaceOnUse"
4024- gradientTransform="translate(-11.21634,-21.61956)"
4025- x1="240.9062"
4026- y1="425.18195"
4027- x2="248.28683"
4028- y2="437.96558" />
4029- <radialGradient
4030- inkscape:collect="always"
4031- xlink:href="#linearGradient124"
4032- id="radialGradient81"
4033- gradientUnits="userSpaceOnUse"
4034- gradientTransform="matrix(0.833516,0,0,1.199737,2.4375,-23.45032)"
4035- cx="307.7507"
4036- cy="361.47824"
4037- fx="307.7507"
4038- fy="361.47824"
4039- r="12.509617" />
4040- <linearGradient
4041- inkscape:collect="always"
4042- xlink:href="#linearGradient124"
4043- id="linearGradient80"
4044- gradientUnits="userSpaceOnUse"
4045- gradientTransform="matrix(2,0,0,0.5,-20.55174,-11.55357)"
4046- x1="253.75711"
4047- y1="-129.52815"
4048- x2="252.00447"
4049- y2="-135.47408" />
4050- <linearGradient
4051- inkscape:collect="always"
4052- id="linearGradient8773">
4053- <stop
4054- style="stop-color:black;stop-opacity:0.3137255"
4055- offset="0"
4056- id="stop8775" />
4057- <stop
4058- style="stop-color:black;stop-opacity:0;"
4059- offset="1"
4060- id="stop8777" />
4061- </linearGradient>
4062- <radialGradient
4063- inkscape:collect="always"
4064- xlink:href="#linearGradient8773"
4065- id="radialGradient8779"
4066- cx="-57.850174"
4067- cy="24.296782"
4068- fx="-58.028885"
4069- fy="27.01318"
4070- r="8.087534"
4071- gradientTransform="matrix(1,0,0,0.234973,0,18.5877)"
4072- gradientUnits="userSpaceOnUse" />
4073- <linearGradient
4074- inkscape:collect="always"
4075- id="linearGradient11528">
4076- <stop
4077- style="stop-color:white;stop-opacity:1;"
4078- offset="0"
4079- id="stop11530" />
4080- <stop
4081- style="stop-color:white;stop-opacity:0.2360515"
4082- offset="1"
4083- id="stop11532" />
4084- </linearGradient>
4085- <linearGradient
4086- inkscape:collect="always"
4087- id="linearGradient8896">
4088- <stop
4089- style="stop-color:#5e605c;stop-opacity:1"
4090- offset="0"
4091- id="stop8898" />
4092- <stop
4093- style="stop-color:#ddd;stop-opacity:1"
4094- offset="1"
4095- id="stop8900" />
4096- </linearGradient>
4097- <linearGradient
4098- inkscape:collect="always"
4099- id="linearGradient14157">
4100- <stop
4101- style="stop-color:black;stop-opacity:1;"
4102- offset="0"
4103- id="stop14159" />
4104- <stop
4105- style="stop-color:black;stop-opacity:0;"
4106- offset="1"
4107- id="stop14161" />
4108- </linearGradient>
4109- <linearGradient
4110- id="linearGradient124">
4111- <stop
4112- style="stop-color:#ffffff;stop-opacity:1.0000000;"
4113- offset="0.0000000"
4114- id="stop125" />
4115- <stop
4116- style="stop-color:silver;stop-opacity:1;"
4117- offset="1"
4118- id="stop126" />
4119- </linearGradient>
4120- <linearGradient
4121- id="linearGradient6581">
4122- <stop
4123- id="stop6583"
4124- offset="0"
4125- style="stop-color:#eeeeec;stop-opacity:1;" />
4126- <stop
4127- id="stop6585"
4128- offset="1.0000000"
4129- style="stop-color:#e0e0de;stop-opacity:1.0000000;" />
4130- </linearGradient>
4131- <linearGradient
4132- id="linearGradient2195">
4133- <stop
4134- id="stop2197"
4135- offset="0"
4136- style="stop-color:#000000;stop-opacity:1;" />
4137- <stop
4138- id="stop2199"
4139- offset="1"
4140- style="stop-color:#000000;stop-opacity:0;" />
4141- </linearGradient>
4142- <linearGradient
4143- inkscape:collect="always"
4144- id="linearGradient7318">
4145- <stop
4146- style="stop-color:#d3d7cf;stop-opacity:1"
4147- offset="0"
4148- id="stop7320" />
4149- <stop
4150- style="stop-color:#eff0ee;stop-opacity:1"
4151- offset="1"
4152- id="stop7322" />
4153- </linearGradient>
4154- <linearGradient
4155- id="linearGradient4832"
4156- inkscape:collect="always">
4157- <stop
4158- id="stop4834"
4159- offset="0"
4160- style="stop-color:#8686bf;stop-opacity:1" />
4161- <stop
4162- id="stop4836"
4163- offset="1"
4164- style="stop-color:#9191b6;stop-opacity:0" />
4165- </linearGradient>
4166- <linearGradient
4167- id="linearGradient4826"
4168- inkscape:collect="always">
4169- <stop
4170- id="stop4828"
4171- offset="0"
4172- style="stop-color:#d7d7ff;stop-opacity:1" />
4173- <stop
4174- id="stop4830"
4175- offset="1"
4176- style="stop-color:#d7d7ff;stop-opacity:0" />
4177- </linearGradient>
4178- <linearGradient
4179- id="linearGradient4820"
4180- inkscape:collect="always">
4181- <stop
4182- id="stop4822"
4183- offset="0"
4184- style="stop-color:#393986;stop-opacity:1" />
4185- <stop
4186- id="stop4824"
4187- offset="1"
4188- style="stop-color:#53536c;stop-opacity:0" />
4189- </linearGradient>
4190- <linearGradient
4191- id="linearGradient7944">
4192- <stop
4193- style="stop-color:#3daff6;stop-opacity:1;"
4194- offset="0"
4195- id="stop7946" />
4196- <stop
4197- style="stop-color:#000000;stop-opacity:0;"
4198- offset="1"
4199- id="stop7948" />
4200- </linearGradient>
4201- <linearGradient
4202- inkscape:collect="always"
4203- xlink:href="#linearGradient5376"
4204- id="linearGradient5775"
4205- x1="508.50006"
4206- y1="154.99997"
4207- x2="508.50006"
4208- y2="162.32036"
4209- gradientUnits="userSpaceOnUse"
4210- gradientTransform="translate(0,1.7e-6)" />
4211- <linearGradient
4212- id="linearGradient5376">
4213- <stop
4214- id="stop5378"
4215- offset="0"
4216- style="stop-color:#3daff6;stop-opacity:1;" />
4217- <stop
4218- id="stop5380"
4219- offset="1"
4220- style="stop-color:#000000;stop-opacity:0;" />
4221- </linearGradient>
4222- <linearGradient
4223- inkscape:collect="always"
4224- xlink:href="#linearGradient7944"
4225- id="linearGradient4394"
4226- gradientUnits="userSpaceOnUse"
4227- gradientTransform="translate(71.737908,-613.10672)"
4228- x1="436.76215"
4229- y1="768.10669"
4230- x2="436.76215"
4231- y2="775.42706" />
4232- <linearGradient
4233- id="linearGradient4798">
4234- <stop
4235- style="stop-color:#ffffff;stop-opacity:1.0000000;"
4236- offset="0"
4237- id="stop4802" />
4238- <stop
4239- style="stop-color:#5eba69;stop-opacity:1;"
4240- offset="1"
4241- id="stop4800" />
4242- </linearGradient>
4243- <linearGradient
4244- id="linearGradient4935">
4245- <stop
4246- style="stop-color:#5eba69;stop-opacity:1;"
4247- offset="0"
4248- id="stop4939" />
4249- <stop
4250- style="stop-color:#ffffff;stop-opacity:1.0000000;"
4251- offset="1"
4252- id="stop4937" />
4253- </linearGradient>
4254- <linearGradient
4255- inkscape:collect="always"
4256- xlink:href="#linearGradient700"
4257- id="linearGradient3352"
4258- gradientUnits="userSpaceOnUse"
4259- x1="-30.512699"
4260- y1="-1.11146"
4261- x2="-16.435499"
4262- y2="-0.473952"
4263- gradientTransform="matrix(-0.42698,-0.87201,0.87201,-0.42698,11.5331,-7.26288)" />
4264- <linearGradient
4265- inkscape:collect="always"
4266- id="linearGradient4721">
4267- <stop
4268- style="stop-color:#f57900;stop-opacity:1"
4269- offset="0"
4270- id="stop4723" />
4271- <stop
4272- style="stop-color:#73d216;stop-opacity:0;"
4273- offset="1"
4274- id="stop4725" />
4275- </linearGradient>
4276- <linearGradient
4277- id="linearGradient4709"
4278- inkscape:collect="always">
4279- <stop
4280- id="stop4711"
4281- offset="0"
4282- style="stop-color:#75507b;stop-opacity:1" />
4283- <stop
4284- id="stop4713"
4285- offset="1"
4286- style="stop-color:#73d216;stop-opacity:0;" />
4287- </linearGradient>
4288- <linearGradient
4289- inkscape:collect="always"
4290- id="linearGradient4696">
4291- <stop
4292- style="stop-color:#73d216;stop-opacity:1;"
4293- offset="0"
4294- id="stop4698" />
4295- <stop
4296- style="stop-color:#73d216;stop-opacity:0;"
4297- offset="1"
4298- id="stop4701" />
4299- </linearGradient>
4300- <marker
4301- inkscape:stockid="Arrow1Send"
4302- orient="auto"
4303- refY="0"
4304- refX="0"
4305- id="Arrow1Send"
4306- style="overflow:visible">
4307- <path
4308- id="path4834"
4309- d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z"
4310- style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
4311- transform="matrix(-0.2,0,0,-0.2,-1.2,0)" />
4312- </marker>
4313- <linearGradient
4314- inkscape:collect="always"
4315- xlink:href="#linearGradient3480"
4316- id="linearGradient4618"
4317- x1="693.40259"
4318- y1="306.07037"
4319- x2="696.86676"
4320- y2="311.81979"
4321- gradientUnits="userSpaceOnUse"
4322- gradientTransform="translate(-0.999998,-0.937496)" />
4323- <linearGradient
4324- inkscape:collect="always"
4325- xlink:href="#linearGradient3480"
4326- id="linearGradient4610"
4327- x1="693.27899"
4328- y1="303.70065"
4329- x2="698.26788"
4330- y2="311.07904"
4331- gradientUnits="userSpaceOnUse"
4332- gradientTransform="translate(-0.999998,-0.937496)" />
4333- <linearGradient
4334- inkscape:collect="always"
4335- xlink:href="#linearGradient5704"
4336- id="linearGradient4649"
4337- x1="695.0141"
4338- y1="304.22421"
4339- x2="698.72687"
4340- y2="309.73383"
4341- gradientUnits="userSpaceOnUse" />
4342- <linearGradient
4343- inkscape:collect="always"
4344- xlink:href="#linearGradient16137"
4345- id="linearGradient4849"
4346- gradientUnits="userSpaceOnUse"
4347- gradientTransform="matrix(1.007189,0,0,0.98662,-0.460106,9.713565)"
4348- x1="54.463463"
4349- y1="715.91296"
4350- x2="60.495438"
4351- y2="729.99908" />
4352- <linearGradient
4353- inkscape:collect="always"
4354- xlink:href="#linearGradient16137"
4355- id="linearGradient4859"
4356- gradientUnits="userSpaceOnUse"
4357- gradientTransform="matrix(1.007189,0,0,0.98662,-0.460106,9.713565)"
4358- x1="64.23671"
4359- y1="729.3028"
4360- x2="54.737839"
4361- y2="719.93756" />
4362- <linearGradient
4363- inkscape:collect="always"
4364- xlink:href="#linearGradient3480"
4365- id="linearGradient4811"
4366- x1="84.629395"
4367- y1="125.31617"
4368- x2="91.620605"
4369- y2="125.31617"
4370- gradientUnits="userSpaceOnUse" />
4371- <linearGradient
4372- inkscape:collect="always"
4373- xlink:href="#linearGradient3480"
4374- id="linearGradient4819"
4375- x1="171.28307"
4376- y1="159"
4377- x2="186.71693"
4378- y2="159"
4379- gradientUnits="userSpaceOnUse" />
4380- <linearGradient
4381- id="linearGradient12513">
4382- <stop
4383- style="stop-color:black;stop-opacity:1;"
4384- offset="0"
4385- id="stop12515" />
4386- <stop
4387- style="stop-color:#2a2a2a;stop-opacity:1;"
4388- offset="1"
4389- id="stop12517" />
4390- </linearGradient>
4391- <linearGradient
4392- inkscape:collect="always"
4393- xlink:href="#linearGradient12513"
4394- id="linearGradient12519"
4395- x1="64.608963"
4396- y1="715.75946"
4397- x2="61.995983"
4398- y2="712.16724"
4399- gradientUnits="userSpaceOnUse" />
4400- <linearGradient
4401- inkscape:collect="always"
4402- xlink:href="#linearGradient2485"
4403- id="linearGradient12592"
4404- gradientUnits="userSpaceOnUse"
4405- gradientTransform="matrix(1,0,0,-1,0.453976,493.3688)"
4406- x1="712.98596"
4407- y1="249.98053"
4408- x2="717.60321"
4409- y2="244.67865" />
4410- <linearGradient
4411- inkscape:collect="always"
4412- xlink:href="#linearGradient2485"
4413- id="linearGradient12555"
4414- gradientUnits="userSpaceOnUse"
4415- gradientTransform="matrix(1.016495,0,0,-1,-11.43409,493.3688)"
4416- x1="713.50842"
4417- y1="248.91472"
4418- x2="717.6405"
4419- y2="240.87608" />
4420- <linearGradient
4421- inkscape:collect="always"
4422- xlink:href="#linearGradient5740"
4423- id="linearGradient4803"
4424- gradientUnits="userSpaceOnUse"
4425- gradientTransform="matrix(1.074481,0,0,0.516867,-52.4747,82.48618)"
4426- x1="15.741557"
4427- y1="213.87196"
4428- x2="17.946985"
4429- y2="219.67934" />
4430- <linearGradient
4431- inkscape:collect="always"
4432- xlink:href="#linearGradient5740"
4433- id="linearGradient4801"
4434- gradientUnits="userSpaceOnUse"
4435- gradientTransform="matrix(1.427647,0,0,0.862651,-58.98949,7.443876)"
4436- x1="20.216892"
4437- y1="219.93051"
4438- x2="18.823143"
4439- y2="214.65544" />
4440- <linearGradient
4441- inkscape:collect="always"
4442- xlink:href="#linearGradient5704"
4443- id="linearGradient4799"
4444- gradientUnits="userSpaceOnUse"
4445- gradientTransform="matrix(1.275458,0,0,0.617087,-51.07375,65.67334)"
4446- x1="10.041666"
4447- y1="203.36577"
4448- x2="14.010839"
4449- y2="209.27737" />
4450- <linearGradient
4451- inkscape:collect="always"
4452- xlink:href="#linearGradient5740"
4453- id="linearGradient4797"
4454- gradientUnits="userSpaceOnUse"
4455- x1="184.75294"
4456- y1="-35.833363"
4457- x2="187.89511"
4458- y2="-32.760307" />
4459- <linearGradient
4460- inkscape:collect="always"
4461- xlink:href="#linearGradient5740"
4462- id="linearGradient4795"
4463- gradientUnits="userSpaceOnUse"
4464- x1="191.40715"
4465- y1="-32.760307"
4466- x2="185.51312"
4467- y2="-34.577286" />
4468- <linearGradient
4469- inkscape:collect="always"
4470- xlink:href="#linearGradient5704"
4471- id="linearGradient4793"
4472- gradientUnits="userSpaceOnUse"
4473- gradientTransform="matrix(0.761633,0,0,0.73832,-7.689547,50.44869)"
4474- x1="-36.601665"
4475- y1="182.98401"
4476- x2="-31.903492"
4477- y2="190.66341" />
4478- <linearGradient
4479- inkscape:collect="always"
4480- xlink:href="#linearGradient5740"
4481- id="linearGradient4791"
4482- gradientUnits="userSpaceOnUse"
4483- gradientTransform="matrix(2.404063,0,0,1.001693,-138.4499,-25.31992)"
4484- x1="16.04734"
4485- y1="213.21643"
4486- x2="17.310535"
4487- y2="217.82336" />
4488- <linearGradient
4489- inkscape:collect="always"
4490- xlink:href="#linearGradient5740"
4491- id="linearGradient4789"
4492- gradientUnits="userSpaceOnUse"
4493- gradientTransform="matrix(3.19424,0,0,1.671823,-153.0264,-170.7525)"
4494- x1="18.846861"
4495- y1="218.97954"
4496- x2="17.752359"
4497- y2="215.20985" />
4498- <linearGradient
4499- inkscape:collect="always"
4500- xlink:href="#linearGradient5704"
4501- id="linearGradient4787"
4502- gradientUnits="userSpaceOnUse"
4503- gradientTransform="matrix(2.635962,0,0,1.002646,-132.1469,-17.5056)"
4504- x1="10.041666"
4505- y1="203.36577"
4506- x2="14.010839"
4507- y2="209.27737" />
4508- <linearGradient
4509- id="linearGradient4698">
4510- <stop
4511- id="stop4700"
4512- offset="0"
4513- style="stop-color:#a2d3ff;stop-opacity:1" />
4514- <stop
4515- id="stop4702"
4516- offset="1.0000000"
4517- style="stop-color:#004c91;stop-opacity:1" />
4518- </linearGradient>
4519- <linearGradient
4520- id="linearGradient4528">
4521- <stop
4522- style="stop-color:#ffffff;stop-opacity:1.0000000;"
4523- offset="0.0000000"
4524- id="stop4530" />
4525- <stop
4526- id="stop4534"
4527- offset="0.37719297"
4528- style="stop-color:#d4e0ef;stop-opacity:1;" />
4529- <stop
4530- style="stop-color:#98b6d3;stop-opacity:1.0000000;"
4531- offset="1.0000000"
4532- id="stop4532" />
4533- </linearGradient>
4534- <linearGradient
4535- id="linearGradient6679">
4536- <stop
4537- style="stop-color:#ffeb74;stop-opacity:1;"
4538- offset="0"
4539- id="stop6681" />
4540- <stop
4541- style="stop-color:#ffffff;stop-opacity:1;"
4542- offset="1"
4543- id="stop6683" />
4544- </linearGradient>
4545- <linearGradient
4546- id="linearGradient5899">
4547- <stop
4548- style="stop-color:#ffffff;stop-opacity:1;"
4549- offset="0"
4550- id="stop5901" />
4551- <stop
4552- style="stop-color:#ffacb5;stop-opacity:1;"
4553- offset="1"
4554- id="stop5903" />
4555- </linearGradient>
4556- <linearGradient
4557- id="linearGradient5858">
4558- <stop
4559- style="stop-color:#ffa01e"
4560- offset="0.0000000"
4561- id="stop5860" />
4562- <stop
4563- style="stop-color:#000000;stop-opacity:1.0000000;"
4564- offset="1.0000000"
4565- id="stop5862" />
4566- </linearGradient>
4567- <linearGradient
4568- id="linearGradient5740">
4569- <stop
4570- id="stop5742"
4571- offset="0.0000000"
4572- style="stop-color:#ffffff;stop-opacity:1.0000000;" />
4573- <stop
4574- id="stop5744"
4575- offset="1.0000000"
4576- style="stop-color:#98b6d3;stop-opacity:1.0000000;" />
4577- </linearGradient>
4578- <linearGradient
4579- id="linearGradient5734">
4580- <stop
4581- id="stop5736"
4582- offset="0"
4583- style="stop-color:#8ab3df;stop-opacity:1;" />
4584- <stop
4585- id="stop5738"
4586- offset="1"
4587- style="stop-color:#ffffff" />
4588- </linearGradient>
4589- <linearGradient
4590- id="linearGradient5704">
4591- <stop
4592- style="stop-color:#5a5a5a;stop-opacity:1;"
4593- offset="0"
4594- id="stop5706" />
4595- <stop
4596- style="stop-color:#000000;stop-opacity:1.0000000;"
4597- offset="1.0000000"
4598- id="stop5708" />
4599- </linearGradient>
4600- <linearGradient
4601- id="linearGradient16137">
4602- <stop
4603- style="stop-color:#db5d00;stop-opacity:1.0000000;"
4604- offset="0.0000000"
4605- id="stop16139" />
4606- <stop
4607- style="stop-color:#ffd749;stop-opacity:1.0000000;"
4608- offset="0.35076979"
4609- id="stop16141" />
4610- <stop
4611- style="stop-color:#fff593;stop-opacity:1.0000000;"
4612- offset="0.59668732"
4613- id="stop16143" />
4614- <stop
4615- style="stop-color:#fff7c2;stop-opacity:1.0000000;"
4616- offset="0.78382427"
4617- id="stop16145" />
4618- <stop
4619- style="stop-color:#ffffff;stop-opacity:1.0000000;"
4620- offset="1.0000000"
4621- id="stop16147" />
4622- </linearGradient>
4623- <linearGradient
4624- inkscape:collect="always"
4625- id="linearGradient14614">
4626- <stop
4627- style="stop-color:#c80000"
4628- offset="0"
4629- id="stop14616" />
4630- <stop
4631- style="stop-color:#bf0000;stop-opacity:0;"
4632- offset="1"
4633- id="stop14618" />
4634- </linearGradient>
4635- <linearGradient
4636- id="linearGradient5204">
4637- <stop
4638- style="stop-color:#4e6e90;stop-opacity:1;"
4639- offset="0"
4640- id="stop5206" />
4641- <stop
4642- style="stop-color:#000000;stop-opacity:1.0000000;"
4643- offset="1.0000000"
4644- id="stop5208" />
4645- </linearGradient>
4646- <linearGradient
4647- inkscape:collect="always"
4648- id="linearGradient4343">
4649- <stop
4650- style="stop-color:#fff9f9;stop-opacity:1;"
4651- offset="0"
4652- id="stop4345" />
4653- <stop
4654- style="stop-color:#fff9f9;stop-opacity:0;"
4655- offset="1"
4656- id="stop4347" />
4657- </linearGradient>
4658- <linearGradient
4659- id="linearGradient6684">
4660- <stop
4661- style="stop-color:#ffbf00;stop-opacity:1.0000000;"
4662- offset="0.0000000"
4663- id="stop6686" />
4664- <stop
4665- style="stop-color:#ffffff;stop-opacity:1.0000000;"
4666- offset="1.0000000"
4667- id="stop6688" />
4668- </linearGradient>
4669- <linearGradient
4670- id="linearGradient6524">
4671- <stop
4672- style="stop-color:#ffffff;stop-opacity:1.0000000"
4673- offset="0.0000000"
4674- id="stop6526" />
4675- <stop
4676- style="stop-color:#e2e1e1;stop-opacity:1.0000000;"
4677- offset="1.0000000"
4678- id="stop6528" />
4679- </linearGradient>
4680- <linearGradient
4681- inkscape:collect="always"
4682- id="linearGradient5663">
4683- <stop
4684- style="stop-color:#000000;stop-opacity:1;"
4685- offset="0"
4686- id="stop5665" />
4687- <stop
4688- style="stop-color:#000000;stop-opacity:0;"
4689- offset="1"
4690- id="stop5667" />
4691- </linearGradient>
4692- <linearGradient
4693- id="linearGradient10585">
4694- <stop
4695- style="stop-color:#d7d7d7;stop-opacity:1.0000000;"
4696- offset="0.0000000"
4697- id="stop10587" />
4698- <stop
4699- style="stop-color:#000000;stop-opacity:1.0000000;"
4700- offset="1.0000000"
4701- id="stop10595" />
4702- </linearGradient>
4703- <linearGradient
4704- id="linearGradient3480">
4705- <stop
4706- id="stop3482"
4707- offset="0.0000000"
4708- style="stop-color:#646464;stop-opacity:1.0000000;" />
4709- <stop
4710- id="stop3484"
4711- offset="1.0000000"
4712- style="stop-color:#000000;stop-opacity:1.0000000;" />
4713- </linearGradient>
4714- <linearGradient
4715- id="linearGradient3466">
4716- <stop
4717- style="stop-color:#ffffff;stop-opacity:1.0000000"
4718- offset="0.0000000"
4719- id="stop3468" />
4720- <stop
4721- style="stop-color:#a0a0a0;stop-opacity:1.0000000;"
4722- offset="1.0000000"
4723- id="stop3470" />
4724- </linearGradient>
4725- <linearGradient
4726- id="linearGradient1887">
4727- <stop
4728- id="stop1888"
4729- offset="0.0000000"
4730- style="stop-color:#fffdf8;stop-opacity:1.0000000;" />
4731- <stop
4732- id="stop1889"
4733- offset="1.0000000"
4734- style="stop-color:#cdccc7;stop-opacity:1.0000000;" />
4735- </linearGradient>
4736- <linearGradient
4737- id="linearGradient2485">
4738- <stop
4739- id="stop2486"
4740- offset="0.0000000"
4741- style="stop-color:#ffffff;stop-opacity:1.0000000" />
4742- <stop
4743- id="stop2487"
4744- offset="1.0000000"
4745- style="stop-color:#aaaaaa;stop-opacity:1.0000000;" />
4746- </linearGradient>
4747- <linearGradient
4748- id="linearGradient2888">
4749- <stop
4750- id="stop2889"
4751- offset="0.0000000"
4752- style="stop-color:#ffffff;stop-opacity:1.0000000;" />
4753- <stop
4754- id="stop2894"
4755- offset="1"
4756- style="stop-color:#8ab3de;stop-opacity:1;" />
4757- </linearGradient>
4758- <linearGradient
4759- id="linearGradient1610">
4760- <stop
4761- id="stop1611"
4762- offset="0.0000000"
4763- style="stop-color:#000000;stop-opacity:1.0000000" />
4764- <stop
4765- id="stop3053"
4766- offset="0.35076979"
4767- style="stop-color:#7f7f7f;stop-opacity:1.0000000" />
4768- <stop
4769- id="stop3054"
4770- offset="0.59668732"
4771- style="stop-color:#bfbfbf;stop-opacity:1.0000000" />
4772- <stop
4773- id="stop3055"
4774- offset="0.78382427"
4775- style="stop-color:#dfdfdf;stop-opacity:1.0000000" />
4776- <stop
4777- id="stop1612"
4778- offset="1.0000000"
4779- style="stop-color:#ffffff;stop-opacity:1.0000000" />
4780- </linearGradient>
4781- <linearGradient
4782- id="linearGradient500">
4783- <stop
4784- id="stop1007"
4785- offset="0.0000000"
4786- style="stop-color:#e7eaf0;stop-opacity:1.0000000;" />
4787- <stop
4788- id="stop1008"
4789- offset="1.0000000"
4790- style="stop-color:#bacadd;stop-opacity:1.0000000;" />
4791- </linearGradient>
4792- <linearGradient
4793- id="linearGradient700">
4794- <stop
4795- id="stop347"
4796- offset="0"
4797- style="stop-color:#376796;stop-opacity:1;" />
4798- <stop
4799- id="stop348"
4800- offset="1.0000000"
4801- style="stop-color:#b0dde2;stop-opacity:1.0000000;" />
4802- </linearGradient>
4803- <linearGradient
4804- id="linearGradient800">
4805- <stop
4806- id="stop998"
4807- offset="0"
4808- style="stop-color:#f3ff49;stop-opacity:1;" />
4809- <stop
4810- id="stop999"
4811- offset="1"
4812- style="stop-color:#ffa01e;stop-opacity:1;" />
4813- </linearGradient>
4814- <linearGradient
4815- id="linearGradient900">
4816- <stop
4817- id="stop1014"
4818- offset="0.0000000"
4819- style="stop-color:#e4ffa6;stop-opacity:1.0000000;" />
4820- <stop
4821- id="stop1015"
4822- offset="1.0000000"
4823- style="stop-color:#3a7801;stop-opacity:1.0000000;" />
4824- </linearGradient>
4825- <linearGradient
4826- inkscape:collect="always"
4827- xlink:href="#linearGradient5734"
4828- id="linearGradient3628"
4829- x1="22.452934"
4830- y1="170.37819"
4831- x2="23.615282"
4832- y2="164.95464"
4833- gradientUnits="userSpaceOnUse"
4834- gradientTransform="translate(1.863401,-1.999999)" />
4835- <linearGradient
4836- inkscape:collect="always"
4837- xlink:href="#linearGradient4935"
4838- id="linearGradient10520"
4839- x1="-0.53531498"
4840- y1="107.85"
4841- x2="-14.7622"
4842- y2="96.397003"
4843- gradientUnits="userSpaceOnUse"
4844- gradientTransform="matrix(0.89781,0,0,0.89781,-0.81747,10.4227)" />
4845- <linearGradient
4846- inkscape:collect="always"
4847- xlink:href="#linearGradient2485"
4848- id="linearGradient4005"
4849- x1="61.447758"
4850- y1="236.41124"
4851- x2="64.518295"
4852- y2="240.35397"
4853- gradientUnits="userSpaceOnUse" />
4854- <linearGradient
4855- inkscape:collect="always"
4856- xlink:href="#linearGradient2485"
4857- id="linearGradient4013"
4858- x1="59.432198"
4859- y1="239.1431"
4860- x2="62.515686"
4861- y2="243.43013"
4862- gradientUnits="userSpaceOnUse" />
4863- <linearGradient
4864- inkscape:collect="always"
4865- xlink:href="#linearGradient3480"
4866- id="linearGradient4072"
4867- x1="58.952152"
4868- y1="236"
4869- x2="63.40303"
4870- y2="239.27582"
4871- gradientUnits="userSpaceOnUse" />
4872- <linearGradient
4873- inkscape:collect="always"
4874- xlink:href="#linearGradient3480"
4875- id="linearGradient4080"
4876- x1="59"
4877- y1="235.13408"
4878- x2="62.5"
4879- y2="239.49016"
4880- gradientUnits="userSpaceOnUse" />
4881- <linearGradient
4882- inkscape:collect="always"
4883- xlink:href="#linearGradient3480"
4884- id="linearGradient4088"
4885- x1="8"
4886- y1="251"
4887- x2="14.320742"
4888- y2="257.66202"
4889- gradientUnits="userSpaceOnUse"
4890- gradientTransform="translate(0,2.076809e-2)" />
4891- <linearGradient
4892- inkscape:collect="always"
4893- xlink:href="#linearGradient3480"
4894- id="linearGradient3208"
4895- gradientUnits="userSpaceOnUse"
4896- x1="8"
4897- y1="251"
4898- x2="14.320742"
4899- y2="257.66202" />
4900- <linearGradient
4901- inkscape:collect="always"
4902- xlink:href="#linearGradient3480"
4903- id="linearGradient6665"
4904- gradientUnits="userSpaceOnUse"
4905- gradientTransform="matrix(0,1.686539,-1.016949,0,148.1771,249.4699)"
4906- x1="-43.562527"
4907- y1="186.11075"
4908- x2="-35.449852"
4909- y2="186.1308" />
4910- <linearGradient
4911- inkscape:collect="always"
4912- xlink:href="#linearGradient3480"
4913- id="linearGradient6667"
4914- gradientUnits="userSpaceOnUse"
4915- x1="-43.950001"
4916- y1="187"
4917- x2="-30.049999"
4918- y2="187"
4919- gradientTransform="matrix(0,1.007194,-1.016949,0,148.1771,220.2629)" />
4920- <linearGradient
4921- inkscape:collect="always"
4922- xlink:href="#linearGradient3480"
4923- id="linearGradient7544"
4924- x1="-43.950001"
4925- y1="187"
4926- x2="-30.049999"
4927- y2="187"
4928- gradientUnits="userSpaceOnUse"
4929- gradientTransform="matrix(1.003713,0,0,1,0.163202,0)" />
4930- <linearGradient
4931- inkscape:collect="always"
4932- xlink:href="#linearGradient3480"
4933- id="linearGradient7548"
4934- gradientUnits="userSpaceOnUse"
4935- x1="-42.133953"
4936- y1="183.3679"
4937- x2="-34.245693"
4938- y2="186.74951" />
4939- <linearGradient
4940- inkscape:collect="always"
4941- xlink:href="#linearGradient1610"
4942- id="linearGradient10560"
4943- gradientUnits="userSpaceOnUse"
4944- x1="-33.566422"
4945- y1="183.8118"
4946- x2="-34.677124"
4947- y2="182.35056"
4948- gradientTransform="translate(-0.96863,1.05455)" />
4949- <linearGradient
4950- inkscape:collect="always"
4951- xlink:href="#linearGradient800"
4952- id="linearGradient10579"
4953- x1="107.94834"
4954- y1="163.43726"
4955- x2="110.12064"
4956- y2="166.19142"
4957- gradientUnits="userSpaceOnUse"
4958- gradientTransform="translate(-139.9686,15.05455)" />
4959- <radialGradient
4960- inkscape:collect="always"
4961- xlink:href="#linearGradient10585"
4962- id="radialGradient10597"
4963- cx="-39.006454"
4964- cy="185.37962"
4965- fx="-39.006454"
4966- fy="185.37962"
4967- r="4.7721405"
4968- gradientTransform="matrix(0.173327,0.323606,-0.837131,0.448376,121.9729,116.365)"
4969- gradientUnits="userSpaceOnUse" />
4970- <linearGradient
4971- inkscape:collect="always"
4972- xlink:href="#linearGradient1610"
4973- id="linearGradient10641"
4974- x1="148"
4975- y1="214.81735"
4976- x2="143.22507"
4977- y2="215.9465"
4978- gradientUnits="userSpaceOnUse" />
4979- <linearGradient
4980- inkscape:collect="always"
4981- xlink:href="#linearGradient800"
4982- id="linearGradient11815"
4983- x1="361.70941"
4984- y1="261.24731"
4985- x2="366.09814"
4986- y2="264.68918"
4987- gradientUnits="userSpaceOnUse"
4988- gradientTransform="matrix(1.02198,0,0,1,-8.949568,-1)" />
4989- <linearGradient
4990- inkscape:collect="always"
4991- xlink:href="#linearGradient3466"
4992- id="linearGradient11021"
4993- gradientUnits="userSpaceOnUse"
4994- gradientTransform="matrix(0.707107,-0.707107,0.707107,0.707107,16.25566,275.4833)"
4995- x1="337.11661"
4996- y1="117.24895"
4997- x2="338.0838"
4998- y2="126.52245" />
4999- <linearGradient
5000- inkscape:collect="always"
The diff has been truncated for viewing.