gcompris r3647 - in branches/gcomprixogoo: . src src/melody-activity src/melody-activity/resources/melody
- From: bcoudoin svn gnome org
- To: svn-commits-list gnome org
- Subject: gcompris r3647 - in branches/gcomprixogoo: . src src/melody-activity src/melody-activity/resources/melody
- Date: Sun, 21 Dec 2008 13:40:41 +0000 (UTC)
Author: bcoudoin
Date: Sun Dec 21 13:40:40 2008
New Revision: 3647
URL: http://svn.gnome.org/viewvc/gcompris?rev=3647&view=rev
Log:
Integrated original svg images in the melody activity.
Added:
branches/gcomprixogoo/src/melody-activity/resources/melody/guitar_background.svg
branches/gcomprixogoo/src/melody-activity/resources/melody/guitar_cursor.svg
branches/gcomprixogoo/src/melody-activity/resources/melody/xylofon_background.svg
branches/gcomprixogoo/src/melody-activity/resources/melody/xylofon_son1.svg
branches/gcomprixogoo/src/melody-activity/resources/melody/xylofon_son2.svg
branches/gcomprixogoo/src/melody-activity/resources/melody/xylofon_son3.svg
branches/gcomprixogoo/src/melody-activity/resources/melody/xylofon_son4.svg
Removed:
branches/gcomprixogoo/src/melody-activity/resources/melody/guitar_background.png
branches/gcomprixogoo/src/melody-activity/resources/melody/guitar_cursor.png
branches/gcomprixogoo/src/melody-activity/resources/melody/xylofon_background.png
branches/gcomprixogoo/src/melody-activity/resources/melody/xylofon_son1.png
branches/gcomprixogoo/src/melody-activity/resources/melody/xylofon_son2.png
branches/gcomprixogoo/src/melody-activity/resources/melody/xylofon_son3.png
branches/gcomprixogoo/src/melody-activity/resources/melody/xylofon_son4.png
Modified:
branches/gcomprixogoo/ChangeLog
branches/gcomprixogoo/src/Makefile.am
branches/gcomprixogoo/src/melody-activity/melody.py
branches/gcomprixogoo/src/melody-activity/resources/melody/Makefile.am
Modified: branches/gcomprixogoo/src/Makefile.am
==============================================================================
--- branches/gcomprixogoo/src/Makefile.am (original)
+++ branches/gcomprixogoo/src/Makefile.am Sun Dec 21 13:40:40 2008
@@ -65,6 +65,7 @@
money_cents-activity \
paintings-activity \
paratrooper-activity \
+ penalty-activity \
planegame-activity \
railroad-activity \
read_colors-activity \
Modified: branches/gcomprixogoo/src/melody-activity/melody.py
==============================================================================
--- branches/gcomprixogoo/src/melody-activity/melody.py (original)
+++ branches/gcomprixogoo/src/melody-activity/melody.py Sun Dec 21 13:40:40 2008
@@ -70,15 +70,15 @@
[
# xylophon
[
- {'theme': "xylofon", 'background': "melody/xylofon_background.png", 'hittool': "melody/xylofon_cursor.png", 'hitofset_x': 50, 'hitofset_y': 50},
- [ {'x': 150.0, 'y': 101.0, 'image': "melody/xylofon_son1.png", 'sound': "melody/xylofon_son1.ogg"},
- {'x': 284.0, 'y': 118.0, 'image': "melody/xylofon_son2.png", 'sound': "melody/xylofon_son2.ogg"},
- {'x': 412.0, 'y': 140.0, 'image': "melody/xylofon_son3.png", 'sound': "melody/xylofon_son3.ogg"},
- {'x': 546.0, 'y': 157.0, 'image': "melody/xylofon_son4.png", 'sound': "melody/xylofon_son4.ogg"} ] ],
+ {'theme': "xylofon", 'background': "melody/xylofon_background.svg", 'hittool': "melody/xylofon_cursor.png", 'hitofset_x': 50, 'hitofset_y': 50},
+ [ {'x': 150.0, 'y': 101.0, 'image': "melody/xylofon_son1.svg", 'sound': "melody/xylofon_son1.ogg"},
+ {'x': 284.0, 'y': 118.0, 'image': "melody/xylofon_son2.svg", 'sound': "melody/xylofon_son2.ogg"},
+ {'x': 412.0, 'y': 140.0, 'image': "melody/xylofon_son3.svg", 'sound': "melody/xylofon_son3.ogg"},
+ {'x': 546.0, 'y': 157.0, 'image': "melody/xylofon_son4.svg", 'sound': "melody/xylofon_son4.ogg"} ] ],
# guitar
[
- {'theme': "guitar", 'background': "melody/guitar_background.jpg", 'hittool': "melody/guitar_cursor.png", 'hitofset_x': 400, 'hitofset_y': -5},
+ {'theme': "guitar", 'background': "melody/guitar_background.svg", 'hittool': "melody/guitar_cursor.svg", 'hitofset_x': 400, 'hitofset_y': -5},
[ {'x': 0, 'y': 170.0, 'image': "melody/guitar_son1.png", 'sound': "melody/guitar_son1.ogg"},
{'x': 0, 'y': 230.0, 'image': "melody/guitar_son2.png", 'sound': "melody/guitar_son2.ogg"},
{'x': 0, 'y': 290.0, 'image': "melody/guitar_son3.png", 'sound': "melody/guitar_son3.ogg"},
Modified: branches/gcomprixogoo/src/melody-activity/resources/melody/Makefile.am
==============================================================================
--- branches/gcomprixogoo/src/melody-activity/resources/melody/Makefile.am (original)
+++ branches/gcomprixogoo/src/melody-activity/resources/melody/Makefile.am Sun Dec 21 13:40:40 2008
@@ -1,8 +1,7 @@
imgdir = $(pkgdatadir)/@PACKAGE_DATA_DIR@/melody
img_DATA = \
- guitar_background.jpg \
- guitar_background.png \
- guitar_cursor.png \
+ guitar_background.svg \
+ guitar_cursor.svg \
guitar_melody.ogg \
guitar_son1.ogg \
guitar_son1.png \
@@ -23,17 +22,17 @@
tachos_son3.png \
tachos_son4.ogg \
tachos_son4.png \
- xylofon_background.png \
+ xylofon_background.svg \
xylofon_cursor.png \
xylofon_melody.ogg \
xylofon_son1.ogg \
- xylofon_son1.png \
+ xylofon_son1.svg \
xylofon_son2.ogg \
- xylofon_son2.png \
+ xylofon_son2.svg \
xylofon_son3.ogg \
- xylofon_son3.png \
+ xylofon_son3.svg \
xylofon_son4.ogg \
- xylofon_son4.png \
+ xylofon_son4.svg \
switch.png
EXTRA_DIST = $(img_DATA)
Added: branches/gcomprixogoo/src/melody-activity/resources/melody/guitar_background.svg
==============================================================================
--- (empty file)
+++ branches/gcomprixogoo/src/melody-activity/resources/melody/guitar_background.svg Sun Dec 21 13:40:40 2008
@@ -0,0 +1,2482 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns: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"
+ id="svg628"
+ sodipodi:version="0.32"
+ width="800"
+ height="520"
+ xml:space="preserve"
+ sodipodi:docbase="/home/franck/Dessins/Vectoriels/Background"
+ sodipodi:docname="background_guitare.svg"
+ inkscape:version="0.45"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ sodipodi:modified="true"
+ version="1.0"><metadata
+ id="metadata233"><rdf:RDF><cc:Work
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
+ id="defs630"><linearGradient
+ id="linearGradient851"><stop
+ style="stop-color:#ab5d25;stop-opacity:1;"
+ offset="0"
+ id="stop852" /><stop
+ style="stop-color:#ffc200;stop-opacity:1;"
+ offset="1"
+ id="stop853" /></linearGradient><linearGradient
+ id="linearGradient700"><stop
+ style="stop-color:#b5651f;stop-opacity:1;"
+ offset="0"
+ id="stop701" /><stop
+ style="stop-color:#6f4a00;stop-opacity:1;"
+ offset="1"
+ id="stop702" /></linearGradient><linearGradient
+ id="linearGradient740"><stop
+ style="stop-color:#ffc200;stop-opacity:1;"
+ offset="0"
+ id="stop741" /><stop
+ style="stop-color:#dd8a00;stop-opacity:1;"
+ offset="1"
+ id="stop742" /></linearGradient><linearGradient
+ id="linearGradient719"><stop
+ style="stop-color:#7f7f7f;stop-opacity:1;"
+ offset="0"
+ id="stop720" /><stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop721" /></linearGradient><linearGradient
+ id="linearGradient692"><stop
+ style="stop-color:#612d00;stop-opacity:1;"
+ offset="0"
+ id="stop693" /><stop
+ style="stop-color:#b26d00;stop-opacity:1;"
+ offset="1"
+ id="stop694" /></linearGradient><linearGradient
+ id="linearGradient688"><stop
+ style="stop-color:#000;stop-opacity:1;"
+ offset="0"
+ id="stop689" /><stop
+ style="stop-color:#fff;stop-opacity:1;"
+ offset="1"
+ id="stop690" /></linearGradient><linearGradient
+ xlink:href="#linearGradient692"
+ id="linearGradient691"
+ x1="202.55612"
+ y1="163.50343"
+ x2="202.55612"
+ y2="201.29524"
+ spreadMethod="reflect"
+ gradientTransform="scale(1.2403473,0.8062258)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient688"
+ id="linearGradient714"
+ x1="463.18658"
+ y1="559.05652"
+ x2="463.18726"
+ y2="790.49774"
+ gradientTransform="scale(1.2722662,0.785999)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient719"
+ id="linearGradient718"
+ x1="1315.8824"
+ y1="113.84321"
+ x2="1336.2379"
+ y2="113.84321"
+ gradientTransform="scale(0.3526376,2.8357722)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ xlink:href="#linearGradient692"
+ id="radialGradient733"
+ cx="266.07468"
+ cy="773.40021"
+ r="19.379086"
+ fx="266.07468"
+ fy="773.40021"
+ spreadMethod="reflect"
+ gradientTransform="scale(1.0372061,0.9641286)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ xlink:href="#linearGradient740"
+ id="radialGradient748"
+ cx="402.41553"
+ cy="444.47391"
+ r="8.4448385"
+ fx="402.41553"
+ fy="444.47391"
+ spreadMethod="repeat"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ xlink:href="#linearGradient692"
+ id="radialGradient696"
+ cx="307.96634"
+ cy="1044.5326"
+ r="29.513178"
+ fx="307.96634"
+ fy="1044.5326"
+ spreadMethod="reflect"
+ gradientTransform="scale(1.4986118,0.6672842)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ xlink:href="#linearGradient692"
+ id="radialGradient697"
+ cx="404.41592"
+ cy="697.70703"
+ r="21.992701"
+ fx="404.41592"
+ fy="697.70703"
+ spreadMethod="reflect"
+ gradientTransform="scale(0.9264272,1.0794157)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ xlink:href="#linearGradient692"
+ id="radialGradient698"
+ cx="164.62735"
+ cy="1168.6602"
+ r="22.916697"
+ fx="164.62735"
+ fy="1168.6602"
+ spreadMethod="reflect"
+ gradientTransform="scale(1.6496629,0.6061844)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ xlink:href="#linearGradient700"
+ id="radialGradient699"
+ cx="185.30458"
+ cy="319.84659"
+ r="6.7738624"
+ fx="185.30458"
+ fy="319.84659"
+ spreadMethod="reflect"
+ gradientTransform="scale(0.70977,1.408907)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ xlink:href="#linearGradient700"
+ id="radialGradient703"
+ cx="228.78218"
+ cy="474.19193"
+ r="6.9094772"
+ fx="228.78218"
+ fy="474.19193"
+ spreadMethod="reflect"
+ gradientTransform="scale(0.8596667,1.1632415)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ xlink:href="#linearGradient700"
+ id="radialGradient704"
+ cx="173.93199"
+ cy="1111.2153"
+ r="6.9319673"
+ fx="173.93199"
+ fy="1111.2153"
+ gradientTransform="scale(1.6239124,0.6157968)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ xlink:href="#linearGradient700"
+ id="linearGradient705"
+ x1="0.48572487"
+ y1="0.66406256"
+ x2="0.60000157"
+ y2="0.67968756"
+ spreadMethod="reflect" /><radialGradient
+ xlink:href="#linearGradient692"
+ id="radialGradient1092"
+ cx="-304.91574"
+ cy="566.61615"
+ r="142.66496"
+ fx="-304.91574"
+ fy="566.61615"
+ spreadMethod="reflect"
+ gradientTransform="scale(1.2403473,0.8062258)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ xlink:href="#linearGradient700"
+ id="radialGradient1093" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2583"
+ spreadMethod="reflect"
+ cx="185.30458"
+ cy="319.84659"
+ fx="185.30458"
+ fy="319.84659"
+ r="6.7738624"
+ gradientTransform="scale(0.70977,1.408907)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2585"
+ spreadMethod="reflect"
+ cx="307.96634"
+ cy="1044.5326"
+ fx="307.96634"
+ fy="1044.5326"
+ r="29.513178"
+ gradientTransform="scale(1.4986118,0.6672842)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2587"
+ spreadMethod="reflect"
+ cx="266.07468"
+ cy="773.40021"
+ fx="266.07468"
+ fy="773.40021"
+ r="19.379086"
+ gradientTransform="scale(1.0372061,0.9641286)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2589"
+ spreadMethod="reflect"
+ cx="404.41592"
+ cy="697.70703"
+ fx="404.41592"
+ fy="697.70703"
+ r="21.992701"
+ gradientTransform="scale(0.9264272,1.0794157)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2591"
+ spreadMethod="reflect"
+ cx="164.62735"
+ cy="1168.6602"
+ fx="164.62735"
+ fy="1168.6602"
+ r="22.916697"
+ gradientTransform="scale(1.6496629,0.6061844)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2593"
+ cx="173.93199"
+ cy="1111.2153"
+ fx="173.93199"
+ fy="1111.2153"
+ r="6.9319673"
+ gradientTransform="scale(1.6239124,0.6157968)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2595"
+ spreadMethod="reflect"
+ cx="228.78218"
+ cy="474.19193"
+ fx="228.78218"
+ fy="474.19193"
+ r="6.9094772"
+ gradientTransform="scale(0.8596667,1.1632415)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2597"
+ spreadMethod="reflect"
+ cx="185.30458"
+ cy="319.84659"
+ fx="185.30458"
+ fy="319.84659"
+ r="6.7738624"
+ gradientTransform="scale(0.70977,1.408907)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2599"
+ spreadMethod="reflect"
+ cx="307.96634"
+ cy="1044.5326"
+ fx="307.96634"
+ fy="1044.5326"
+ r="29.513178"
+ gradientTransform="scale(1.4986118,0.6672842)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2601"
+ spreadMethod="reflect"
+ cx="266.07468"
+ cy="773.40021"
+ fx="266.07468"
+ fy="773.40021"
+ r="19.379086"
+ gradientTransform="scale(1.0372061,0.9641286)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2603"
+ spreadMethod="reflect"
+ cx="404.41592"
+ cy="697.70703"
+ fx="404.41592"
+ fy="697.70703"
+ r="21.992701"
+ gradientTransform="scale(0.9264272,1.0794157)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2605"
+ spreadMethod="reflect"
+ cx="164.62735"
+ cy="1168.6602"
+ fx="164.62735"
+ fy="1168.6602"
+ r="22.916697"
+ gradientTransform="scale(1.6496629,0.6061844)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2607"
+ cx="173.93199"
+ cy="1111.2153"
+ fx="173.93199"
+ fy="1111.2153"
+ r="6.9319673"
+ gradientTransform="scale(1.6239124,0.6157968)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2609"
+ spreadMethod="reflect"
+ cx="228.78218"
+ cy="474.19193"
+ fx="228.78218"
+ fy="474.19193"
+ r="6.9094772"
+ gradientTransform="scale(0.8596667,1.1632415)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2611"
+ spreadMethod="reflect"
+ cx="185.30458"
+ cy="319.84659"
+ fx="185.30458"
+ fy="319.84659"
+ r="6.7738624"
+ gradientTransform="scale(0.70977,1.408907)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2613"
+ spreadMethod="reflect"
+ cx="307.96634"
+ cy="1044.5326"
+ fx="307.96634"
+ fy="1044.5326"
+ r="29.513178"
+ gradientTransform="scale(1.4986118,0.6672842)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2615"
+ spreadMethod="reflect"
+ cx="266.07468"
+ cy="773.40021"
+ fx="266.07468"
+ fy="773.40021"
+ r="19.379086"
+ gradientTransform="scale(1.0372061,0.9641286)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2617"
+ spreadMethod="reflect"
+ cx="404.41592"
+ cy="697.70703"
+ fx="404.41592"
+ fy="697.70703"
+ r="21.992701"
+ gradientTransform="scale(0.9264272,1.0794157)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2619"
+ spreadMethod="reflect"
+ cx="164.62735"
+ cy="1168.6602"
+ fx="164.62735"
+ fy="1168.6602"
+ r="22.916697"
+ gradientTransform="scale(1.6496629,0.6061844)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2621"
+ cx="173.93199"
+ cy="1111.2153"
+ fx="173.93199"
+ fy="1111.2153"
+ r="6.9319673"
+ gradientTransform="scale(1.6239124,0.6157968)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2623"
+ spreadMethod="reflect"
+ cx="228.78218"
+ cy="474.19193"
+ fx="228.78218"
+ fy="474.19193"
+ r="6.9094772"
+ gradientTransform="scale(0.8596667,1.1632415)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2625"
+ spreadMethod="reflect"
+ cx="185.30458"
+ cy="319.84659"
+ fx="185.30458"
+ fy="319.84659"
+ r="6.7738624"
+ gradientTransform="scale(0.70977,1.408907)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2627"
+ spreadMethod="reflect"
+ cx="307.96634"
+ cy="1044.5326"
+ fx="307.96634"
+ fy="1044.5326"
+ r="29.513178"
+ gradientTransform="scale(1.4986118,0.6672842)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2629"
+ spreadMethod="reflect"
+ cx="266.07468"
+ cy="773.40021"
+ fx="266.07468"
+ fy="773.40021"
+ r="19.379086"
+ gradientTransform="scale(1.0372061,0.9641286)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2631"
+ spreadMethod="reflect"
+ cx="404.41592"
+ cy="697.70703"
+ fx="404.41592"
+ fy="697.70703"
+ r="21.992701"
+ gradientTransform="scale(0.9264272,1.0794157)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2633"
+ spreadMethod="reflect"
+ cx="164.62735"
+ cy="1168.6602"
+ fx="164.62735"
+ fy="1168.6602"
+ r="22.916697"
+ gradientTransform="scale(1.6496629,0.6061844)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2635"
+ cx="173.93199"
+ cy="1111.2153"
+ fx="173.93199"
+ fy="1111.2153"
+ r="6.9319673"
+ gradientTransform="scale(1.6239124,0.6157968)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2637"
+ spreadMethod="reflect"
+ cx="228.78218"
+ cy="474.19193"
+ fx="228.78218"
+ fy="474.19193"
+ r="6.9094772"
+ gradientTransform="scale(0.8596667,1.1632415)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2639"
+ spreadMethod="reflect"
+ cx="185.30458"
+ cy="319.84659"
+ fx="185.30458"
+ fy="319.84659"
+ r="6.7738624"
+ gradientTransform="scale(0.70977,1.408907)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2641"
+ spreadMethod="reflect"
+ cx="307.96634"
+ cy="1044.5326"
+ fx="307.96634"
+ fy="1044.5326"
+ r="29.513178"
+ gradientTransform="scale(1.4986118,0.6672842)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2643"
+ spreadMethod="reflect"
+ cx="266.07468"
+ cy="773.40021"
+ fx="266.07468"
+ fy="773.40021"
+ r="19.379086"
+ gradientTransform="scale(1.0372061,0.9641286)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2645"
+ spreadMethod="reflect"
+ cx="404.41592"
+ cy="697.70703"
+ fx="404.41592"
+ fy="697.70703"
+ r="21.992701"
+ gradientTransform="scale(0.9264272,1.0794157)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2647"
+ spreadMethod="reflect"
+ cx="164.62735"
+ cy="1168.6602"
+ fx="164.62735"
+ fy="1168.6602"
+ r="22.916697"
+ gradientTransform="scale(1.6496629,0.6061844)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2649"
+ cx="173.93199"
+ cy="1111.2153"
+ fx="173.93199"
+ fy="1111.2153"
+ r="6.9319673"
+ gradientTransform="scale(1.6239124,0.6157968)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2651"
+ spreadMethod="reflect"
+ cx="228.78218"
+ cy="474.19193"
+ fx="228.78218"
+ fy="474.19193"
+ r="6.9094772"
+ gradientTransform="scale(0.8596667,1.1632415)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2653"
+ spreadMethod="reflect"
+ cx="185.30458"
+ cy="319.84659"
+ fx="185.30458"
+ fy="319.84659"
+ r="6.7738624"
+ gradientTransform="scale(0.70977,1.408907)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2655"
+ spreadMethod="reflect"
+ cx="307.96634"
+ cy="1044.5326"
+ fx="307.96634"
+ fy="1044.5326"
+ r="29.513178"
+ gradientTransform="scale(1.4986118,0.6672842)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2657"
+ spreadMethod="reflect"
+ cx="266.07468"
+ cy="773.40021"
+ fx="266.07468"
+ fy="773.40021"
+ r="19.379086"
+ gradientTransform="scale(1.0372061,0.9641286)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2659"
+ spreadMethod="reflect"
+ cx="404.41592"
+ cy="697.70703"
+ fx="404.41592"
+ fy="697.70703"
+ r="21.992701"
+ gradientTransform="scale(0.9264272,1.0794157)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2661"
+ spreadMethod="reflect"
+ cx="164.62735"
+ cy="1168.6602"
+ fx="164.62735"
+ fy="1168.6602"
+ r="22.916697"
+ gradientTransform="scale(1.6496629,0.6061844)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2663"
+ cx="173.93199"
+ cy="1111.2153"
+ fx="173.93199"
+ fy="1111.2153"
+ r="6.9319673"
+ gradientTransform="scale(1.6239124,0.6157968)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2665"
+ spreadMethod="reflect"
+ cx="228.78218"
+ cy="474.19193"
+ fx="228.78218"
+ fy="474.19193"
+ r="6.9094772"
+ gradientTransform="scale(0.8596667,1.1632415)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2667"
+ spreadMethod="reflect"
+ cx="185.30458"
+ cy="319.84659"
+ fx="185.30458"
+ fy="319.84659"
+ r="6.7738624"
+ gradientTransform="scale(0.70977,1.408907)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2669"
+ spreadMethod="reflect"
+ cx="307.96634"
+ cy="1044.5326"
+ fx="307.96634"
+ fy="1044.5326"
+ r="29.513178"
+ gradientTransform="scale(1.4986118,0.6672842)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2671"
+ spreadMethod="reflect"
+ cx="266.07468"
+ cy="773.40021"
+ fx="266.07468"
+ fy="773.40021"
+ r="19.379086"
+ gradientTransform="scale(1.0372061,0.9641286)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2673"
+ spreadMethod="reflect"
+ cx="404.41592"
+ cy="697.70703"
+ fx="404.41592"
+ fy="697.70703"
+ r="21.992701"
+ gradientTransform="scale(0.9264272,1.0794157)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2675"
+ spreadMethod="reflect"
+ cx="164.62735"
+ cy="1168.6602"
+ fx="164.62735"
+ fy="1168.6602"
+ r="22.916697"
+ gradientTransform="scale(1.6496629,0.6061844)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2677"
+ cx="173.93199"
+ cy="1111.2153"
+ fx="173.93199"
+ fy="1111.2153"
+ r="6.9319673"
+ gradientTransform="scale(1.6239124,0.6157968)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2679"
+ spreadMethod="reflect"
+ cx="228.78218"
+ cy="474.19193"
+ fx="228.78218"
+ fy="474.19193"
+ r="6.9094772"
+ gradientTransform="scale(0.8596667,1.1632415)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2681"
+ spreadMethod="reflect"
+ cx="185.30458"
+ cy="319.84659"
+ fx="185.30458"
+ fy="319.84659"
+ r="6.7738624"
+ gradientTransform="scale(0.70977,1.408907)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2683"
+ spreadMethod="reflect"
+ cx="307.96634"
+ cy="1044.5326"
+ fx="307.96634"
+ fy="1044.5326"
+ r="29.513178"
+ gradientTransform="scale(1.4986118,0.6672842)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2685"
+ spreadMethod="reflect"
+ cx="266.07468"
+ cy="773.40021"
+ fx="266.07468"
+ fy="773.40021"
+ r="19.379086"
+ gradientTransform="scale(1.0372061,0.9641286)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2687"
+ spreadMethod="reflect"
+ cx="404.41592"
+ cy="697.70703"
+ fx="404.41592"
+ fy="697.70703"
+ r="21.992701"
+ gradientTransform="scale(0.9264272,1.0794157)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2689"
+ spreadMethod="reflect"
+ cx="164.62735"
+ cy="1168.6602"
+ fx="164.62735"
+ fy="1168.6602"
+ r="22.916697"
+ gradientTransform="scale(1.6496629,0.6061844)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2691"
+ cx="173.93199"
+ cy="1111.2153"
+ fx="173.93199"
+ fy="1111.2153"
+ r="6.9319673"
+ gradientTransform="scale(1.6239124,0.6157968)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2693"
+ spreadMethod="reflect"
+ cx="228.78218"
+ cy="474.19193"
+ fx="228.78218"
+ fy="474.19193"
+ r="6.9094772"
+ gradientTransform="scale(0.8596667,1.1632415)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2695"
+ spreadMethod="reflect"
+ cx="185.30458"
+ cy="319.84659"
+ fx="185.30458"
+ fy="319.84659"
+ r="6.7738624"
+ gradientTransform="scale(0.70977,1.408907)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2697"
+ spreadMethod="reflect"
+ cx="307.96634"
+ cy="1044.5326"
+ fx="307.96634"
+ fy="1044.5326"
+ r="29.513178"
+ gradientTransform="scale(1.4986118,0.6672842)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2699"
+ spreadMethod="reflect"
+ cx="266.07468"
+ cy="773.40021"
+ fx="266.07468"
+ fy="773.40021"
+ r="19.379086"
+ gradientTransform="scale(1.0372061,0.9641286)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2701"
+ spreadMethod="reflect"
+ cx="404.41592"
+ cy="697.70703"
+ fx="404.41592"
+ fy="697.70703"
+ r="21.992701"
+ gradientTransform="scale(0.9264272,1.0794157)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2703"
+ spreadMethod="reflect"
+ cx="164.62735"
+ cy="1168.6602"
+ fx="164.62735"
+ fy="1168.6602"
+ r="22.916697"
+ gradientTransform="scale(1.6496629,0.6061844)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2705"
+ cx="173.93199"
+ cy="1111.2153"
+ fx="173.93199"
+ fy="1111.2153"
+ r="6.9319673"
+ gradientTransform="scale(1.6239124,0.6157968)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2707"
+ spreadMethod="reflect"
+ cx="228.78218"
+ cy="474.19193"
+ fx="228.78218"
+ fy="474.19193"
+ r="6.9094772"
+ gradientTransform="scale(0.8596667,1.1632415)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2709"
+ spreadMethod="reflect"
+ cx="185.30458"
+ cy="319.84659"
+ fx="185.30458"
+ fy="319.84659"
+ r="6.7738624"
+ gradientTransform="scale(0.70977,1.408907)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2711"
+ spreadMethod="reflect"
+ cx="307.96634"
+ cy="1044.5326"
+ fx="307.96634"
+ fy="1044.5326"
+ r="29.513178"
+ gradientTransform="scale(1.4986118,0.6672842)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2713"
+ spreadMethod="reflect"
+ cx="266.07468"
+ cy="773.40021"
+ fx="266.07468"
+ fy="773.40021"
+ r="19.379086"
+ gradientTransform="scale(1.0372061,0.9641286)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2715"
+ spreadMethod="reflect"
+ cx="404.41592"
+ cy="697.70703"
+ fx="404.41592"
+ fy="697.70703"
+ r="21.992701"
+ gradientTransform="scale(0.9264272,1.0794157)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2717"
+ spreadMethod="reflect"
+ cx="164.62735"
+ cy="1168.6602"
+ fx="164.62735"
+ fy="1168.6602"
+ r="22.916697"
+ gradientTransform="scale(1.6496629,0.6061844)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2719"
+ cx="173.93199"
+ cy="1111.2153"
+ fx="173.93199"
+ fy="1111.2153"
+ r="6.9319673"
+ gradientTransform="scale(1.6239124,0.6157968)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2721"
+ spreadMethod="reflect"
+ cx="228.78218"
+ cy="474.19193"
+ fx="228.78218"
+ fy="474.19193"
+ r="6.9094772"
+ gradientTransform="scale(0.8596667,1.1632415)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2723"
+ spreadMethod="reflect"
+ cx="185.30458"
+ cy="319.84659"
+ fx="185.30458"
+ fy="319.84659"
+ r="6.7738624"
+ gradientTransform="scale(0.70977,1.408907)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2725"
+ spreadMethod="reflect"
+ cx="307.96634"
+ cy="1044.5326"
+ fx="307.96634"
+ fy="1044.5326"
+ r="29.513178"
+ gradientTransform="scale(1.4986118,0.6672842)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2727"
+ spreadMethod="reflect"
+ cx="266.07468"
+ cy="773.40021"
+ fx="266.07468"
+ fy="773.40021"
+ r="19.379086"
+ gradientTransform="scale(1.0372061,0.9641286)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2729"
+ spreadMethod="reflect"
+ cx="404.41592"
+ cy="697.70703"
+ fx="404.41592"
+ fy="697.70703"
+ r="21.992701"
+ gradientTransform="scale(0.9264272,1.0794157)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2731"
+ spreadMethod="reflect"
+ cx="164.62735"
+ cy="1168.6602"
+ fx="164.62735"
+ fy="1168.6602"
+ r="22.916697"
+ gradientTransform="scale(1.6496629,0.6061844)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2733"
+ cx="173.93199"
+ cy="1111.2153"
+ fx="173.93199"
+ fy="1111.2153"
+ r="6.9319673"
+ gradientTransform="scale(1.6239124,0.6157968)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2735"
+ spreadMethod="reflect"
+ cx="228.78218"
+ cy="474.19193"
+ fx="228.78218"
+ fy="474.19193"
+ r="6.9094772"
+ gradientTransform="scale(0.8596667,1.1632415)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2737"
+ spreadMethod="reflect"
+ cx="185.30458"
+ cy="319.84659"
+ fx="185.30458"
+ fy="319.84659"
+ r="6.7738624"
+ gradientTransform="scale(0.70977,1.408907)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2739"
+ spreadMethod="reflect"
+ cx="307.96634"
+ cy="1044.5326"
+ fx="307.96634"
+ fy="1044.5326"
+ r="29.513178"
+ gradientTransform="scale(1.4986118,0.6672842)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2741"
+ spreadMethod="reflect"
+ cx="266.07468"
+ cy="773.40021"
+ fx="266.07468"
+ fy="773.40021"
+ r="19.379086"
+ gradientTransform="scale(1.0372061,0.9641286)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2743"
+ spreadMethod="reflect"
+ cx="404.41592"
+ cy="697.70703"
+ fx="404.41592"
+ fy="697.70703"
+ r="21.992701"
+ gradientTransform="scale(0.9264272,1.0794157)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2745"
+ spreadMethod="reflect"
+ cx="164.62735"
+ cy="1168.6602"
+ fx="164.62735"
+ fy="1168.6602"
+ r="22.916697"
+ gradientTransform="scale(1.6496629,0.6061844)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2747"
+ cx="173.93199"
+ cy="1111.2153"
+ fx="173.93199"
+ fy="1111.2153"
+ r="6.9319673"
+ gradientTransform="scale(1.6239124,0.6157968)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2749"
+ spreadMethod="reflect"
+ cx="228.78218"
+ cy="474.19193"
+ fx="228.78218"
+ fy="474.19193"
+ r="6.9094772"
+ gradientTransform="scale(0.8596667,1.1632415)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2751"
+ spreadMethod="reflect"
+ cx="185.30458"
+ cy="319.84659"
+ fx="185.30458"
+ fy="319.84659"
+ r="6.7738624"
+ gradientTransform="scale(0.70977,1.408907)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2753"
+ spreadMethod="reflect"
+ cx="307.96634"
+ cy="1044.5326"
+ fx="307.96634"
+ fy="1044.5326"
+ r="29.513178"
+ gradientTransform="scale(1.4986118,0.6672842)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2755"
+ spreadMethod="reflect"
+ cx="266.07468"
+ cy="773.40021"
+ fx="266.07468"
+ fy="773.40021"
+ r="19.379086"
+ gradientTransform="scale(1.0372061,0.9641286)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2757"
+ spreadMethod="reflect"
+ cx="404.41592"
+ cy="697.70703"
+ fx="404.41592"
+ fy="697.70703"
+ r="21.992701"
+ gradientTransform="scale(0.9264272,1.0794157)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2759"
+ spreadMethod="reflect"
+ cx="164.62735"
+ cy="1168.6602"
+ fx="164.62735"
+ fy="1168.6602"
+ r="22.916697"
+ gradientTransform="scale(1.6496629,0.6061844)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2761"
+ cx="173.93199"
+ cy="1111.2153"
+ fx="173.93199"
+ fy="1111.2153"
+ r="6.9319673"
+ gradientTransform="scale(1.6239124,0.6157968)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2763"
+ spreadMethod="reflect"
+ cx="228.78218"
+ cy="474.19193"
+ fx="228.78218"
+ fy="474.19193"
+ r="6.9094772"
+ gradientTransform="scale(0.8596667,1.1632415)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2765"
+ spreadMethod="reflect"
+ cx="185.30458"
+ cy="319.84659"
+ fx="185.30458"
+ fy="319.84659"
+ r="6.7738624"
+ gradientTransform="scale(0.70977,1.408907)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2767"
+ spreadMethod="reflect"
+ cx="307.96634"
+ cy="1044.5326"
+ fx="307.96634"
+ fy="1044.5326"
+ r="29.513178"
+ gradientTransform="scale(1.4986118,0.6672842)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2769"
+ spreadMethod="reflect"
+ cx="266.07468"
+ cy="773.40021"
+ fx="266.07468"
+ fy="773.40021"
+ r="19.379086"
+ gradientTransform="scale(1.0372061,0.9641286)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2771"
+ spreadMethod="reflect"
+ cx="404.41592"
+ cy="697.70703"
+ fx="404.41592"
+ fy="697.70703"
+ r="21.992701"
+ gradientTransform="scale(0.9264272,1.0794157)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2773"
+ spreadMethod="reflect"
+ cx="164.62735"
+ cy="1168.6602"
+ fx="164.62735"
+ fy="1168.6602"
+ r="22.916697"
+ gradientTransform="scale(1.6496629,0.6061844)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2775"
+ cx="173.93199"
+ cy="1111.2153"
+ fx="173.93199"
+ fy="1111.2153"
+ r="6.9319673"
+ gradientTransform="scale(1.6239124,0.6157968)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2777"
+ spreadMethod="reflect"
+ cx="228.78218"
+ cy="474.19193"
+ fx="228.78218"
+ fy="474.19193"
+ r="6.9094772"
+ gradientTransform="scale(0.8596667,1.1632415)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2779"
+ spreadMethod="reflect"
+ cx="185.30458"
+ cy="319.84659"
+ fx="185.30458"
+ fy="319.84659"
+ r="6.7738624"
+ gradientTransform="scale(0.70977,1.408907)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2781"
+ spreadMethod="reflect"
+ cx="307.96634"
+ cy="1044.5326"
+ fx="307.96634"
+ fy="1044.5326"
+ r="29.513178"
+ gradientTransform="scale(1.4986118,0.6672842)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2783"
+ spreadMethod="reflect"
+ cx="266.07468"
+ cy="773.40021"
+ fx="266.07468"
+ fy="773.40021"
+ r="19.379086"
+ gradientTransform="scale(1.0372061,0.9641286)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2785"
+ spreadMethod="reflect"
+ cx="404.41592"
+ cy="697.70703"
+ fx="404.41592"
+ fy="697.70703"
+ r="21.992701"
+ gradientTransform="scale(0.9264272,1.0794157)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2787"
+ spreadMethod="reflect"
+ cx="164.62735"
+ cy="1168.6602"
+ fx="164.62735"
+ fy="1168.6602"
+ r="22.916697"
+ gradientTransform="scale(1.6496629,0.6061844)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2789"
+ cx="173.93199"
+ cy="1111.2153"
+ fx="173.93199"
+ fy="1111.2153"
+ r="6.9319673"
+ gradientTransform="scale(1.6239124,0.6157968)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2791"
+ spreadMethod="reflect"
+ cx="228.78218"
+ cy="474.19193"
+ fx="228.78218"
+ fy="474.19193"
+ r="6.9094772"
+ gradientTransform="scale(0.8596667,1.1632415)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2793"
+ spreadMethod="reflect"
+ cx="185.30458"
+ cy="319.84659"
+ fx="185.30458"
+ fy="319.84659"
+ r="6.7738624"
+ gradientTransform="scale(0.70977,1.408907)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2795"
+ spreadMethod="reflect"
+ cx="307.96634"
+ cy="1044.5326"
+ fx="307.96634"
+ fy="1044.5326"
+ r="29.513178"
+ gradientTransform="scale(1.4986118,0.6672842)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2797"
+ spreadMethod="reflect"
+ cx="266.07468"
+ cy="773.40021"
+ fx="266.07468"
+ fy="773.40021"
+ r="19.379086"
+ gradientTransform="scale(1.0372061,0.9641286)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2799"
+ spreadMethod="reflect"
+ cx="404.41592"
+ cy="697.70703"
+ fx="404.41592"
+ fy="697.70703"
+ r="21.992701"
+ gradientTransform="scale(0.9264272,1.0794157)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2801"
+ spreadMethod="reflect"
+ cx="164.62735"
+ cy="1168.6602"
+ fx="164.62735"
+ fy="1168.6602"
+ r="22.916697"
+ gradientTransform="scale(1.6496629,0.6061844)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2803"
+ cx="173.93199"
+ cy="1111.2153"
+ fx="173.93199"
+ fy="1111.2153"
+ r="6.9319673"
+ gradientTransform="scale(1.6239124,0.6157968)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2805"
+ spreadMethod="reflect"
+ cx="228.78218"
+ cy="474.19193"
+ fx="228.78218"
+ fy="474.19193"
+ r="6.9094772"
+ gradientTransform="scale(0.8596667,1.1632415)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2807"
+ spreadMethod="reflect"
+ cx="185.30458"
+ cy="319.84659"
+ fx="185.30458"
+ fy="319.84659"
+ r="6.7738624"
+ gradientTransform="scale(0.70977,1.408907)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2809"
+ spreadMethod="reflect"
+ cx="307.96634"
+ cy="1044.5326"
+ fx="307.96634"
+ fy="1044.5326"
+ r="29.513178"
+ gradientTransform="scale(1.4986118,0.6672842)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2811"
+ spreadMethod="reflect"
+ cx="266.07468"
+ cy="773.40021"
+ fx="266.07468"
+ fy="773.40021"
+ r="19.379086"
+ gradientTransform="scale(1.0372061,0.9641286)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2813"
+ spreadMethod="reflect"
+ cx="404.41592"
+ cy="697.70703"
+ fx="404.41592"
+ fy="697.70703"
+ r="21.992701"
+ gradientTransform="scale(0.9264272,1.0794157)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient692"
+ id="radialGradient2815"
+ spreadMethod="reflect"
+ cx="164.62735"
+ cy="1168.6602"
+ fx="164.62735"
+ fy="1168.6602"
+ r="22.916697"
+ gradientTransform="scale(1.6496629,0.6061844)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2817"
+ cx="173.93199"
+ cy="1111.2153"
+ fx="173.93199"
+ fy="1111.2153"
+ r="6.9319673"
+ gradientTransform="scale(1.6239124,0.6157968)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient700"
+ id="radialGradient2819"
+ spreadMethod="reflect"
+ cx="228.78218"
+ cy="474.19193"
+ fx="228.78218"
+ fy="474.19193"
+ r="6.9094772"
+ gradientTransform="scale(0.8596667,1.1632415)"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient719"
+ id="linearGradient2821"
+ gradientTransform="scale(0.1693334,5.9055082)"
+ x1="3939.8796"
+ y1="54.666492"
+ x2="3982.27"
+ y2="54.666492"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient719"
+ id="linearGradient2823"
+ gradientTransform="scale(0.1693334,5.9055082)"
+ x1="3604.6609"
+ y1="54.666492"
+ x2="3647.0515"
+ y2="54.666492"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient719"
+ id="linearGradient2825"
+ gradientTransform="scale(0.1693334,5.9055082)"
+ x1="3290.2832"
+ y1="54.666489"
+ x2="3332.6736"
+ y2="54.666489"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient719"
+ id="linearGradient2827"
+ gradientTransform="scale(0.1693334,5.9055082)"
+ x1="3008.8049"
+ y1="54.666485"
+ x2="3051.1953"
+ y2="54.666485"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient719"
+ id="linearGradient2829"
+ gradientTransform="scale(0.1693334,5.9055082)"
+ x1="4695.8452"
+ y1="54.666489"
+ x2="4738.2358"
+ y2="54.666489"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient719"
+ id="linearGradient2831"
+ gradientTransform="scale(0.1693334,5.9055082)"
+ x1="4307.2642"
+ y1="54.666485"
+ x2="4349.6548"
+ y2="54.666485"
+ gradientUnits="userSpaceOnUse" /><linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient719"
+ id="linearGradient2833"
+ gradientTransform="scale(0.3526376,2.8357722)"
+ x1="1315.8824"
+ y1="181.34415"
+ x2="1336.2379"
+ y2="181.34415"
+ gradientUnits="userSpaceOnUse" /></defs><sodipodi:namedview
+ id="base"
+ inkscape:zoom="0.36014217"
+ inkscape:cx="372.04724"
+ inkscape:cy="526.18109"
+ inkscape:window-width="822"
+ inkscape:window-height="592"
+ inkscape:window-x="9"
+ inkscape:window-y="75"
+ inkscape:current-layer="svg628" /><g
+ id="g2385"
+ transform="matrix(0.8000004,0,0,0.8000004,132.00291,-93.269096)"><rect
+ ry="0"
+ y="116.58631"
+ x="-165.00356"
+ height="649.99969"
+ width="999.99951"
+ id="rect1291"
+ style="font-size:12px;fill:#000000;fill-opacity:1;fill-rule:evenodd" /><path
+ transform="matrix(0.750188,0,0,0.767368,142.4506,106.285)"
+ sodipodi:ry="221.63901"
+ sodipodi:rx="226.71469"
+ sodipodi:cy="451.73746"
+ sodipodi:cx="345.14774"
+ d="M 571.86243 451.73746 A 226.71469 221.63901 0 1 1 118.43304,451.73746 A 226.71469 221.63901 0 1 1 571.86243 451.73746 z"
+ id="path725"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:11.99400043;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:11.99374, 11.99374;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:type="arc" /><rect
+ ry="20.302849"
+ y="116.58631"
+ x="-165.00356"
+ height="649.99969"
+ width="999.99951"
+ id="rect687"
+ style="font-size:12px;fill:url(#linearGradient691);fill-rule:evenodd" /><rect
+ ry="20.302849"
+ y="116.58631"
+ x="-165.00356"
+ height="649.99969"
+ width="999.99951"
+ id="rect854"
+ style="font-size:12px;opacity:0.45729998;fill:url(#radialGradient1092);fill-rule:evenodd" /><g
+ transform="translate(0,-6.767609)"
+ id="g1292"><g
+ transform="translate(-77.41711,10.27219)"
+ id="g1094"><g
+ transform="matrix(1.44051,0,0,1.44051,-177.6566,-207.9819)"
+ id="g1070"><path
+ transform="matrix(0.750188,0,0,0.767368,142.4506,106.285)"
+ sodipodi:ry="221.63901"
+ sodipodi:rx="226.71469"
+ sodipodi:cy="451.73746"
+ sodipodi:cx="345.14774"
+ d="M 571.86243 451.73746 A 226.71469 221.63901 0 1 1 118.43304,451.73746 A 226.71469 221.63901 0 1 1 571.86243 451.73746 z"
+ id="path1071"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:11.99400043;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:type="arc" /><path
+ transform="matrix(0.750188,0,0,0.767368,142.4506,106.285)"
+ sodipodi:ry="221.63901"
+ sodipodi:rx="226.71469"
+ sodipodi:cy="451.73746"
+ sodipodi:cx="345.14774"
+ d="M 571.86243 451.73746 A 226.71469 221.63901 0 1 1 118.43304,451.73746 A 226.71469 221.63901 0 1 1 571.86243 451.73746 z"
+ id="path1072"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:11.99400043;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:11.99374, 11.99374;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:type="arc" /></g><path
+ transform="matrix(0.750188,0,0,0.767368,141.6043,97.82521)"
+ sodipodi:ry="221.63901"
+ sodipodi:rx="226.71469"
+ sodipodi:cy="451.73746"
+ sodipodi:cx="345.14774"
+ d="M 571.86243 451.73746 A 226.71469 221.63901 0 1 1 118.43304,451.73746 A 226.71469 221.63901 0 1 1 571.86243 451.73746 z"
+ id="path631"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:11.99400043;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:119.912;stroke-opacity:1"
+ sodipodi:type="arc" /><g
+ transform="translate(-0.846291,-8.459808)"
+ id="g734"><path
+ transform="matrix(0.750188,0,0,0.767368,142.4506,106.285)"
+ sodipodi:ry="221.63901"
+ sodipodi:rx="226.71469"
+ sodipodi:cy="451.73746"
+ sodipodi:cx="345.14774"
+ d="M 571.86243 451.73746 A 226.71469 221.63901 0 1 1 118.43304,451.73746 A 226.71469 221.63901 0 1 1 571.86243 451.73746 z"
+ id="path727"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:11.99400043;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:type="arc" /><path
+ transform="matrix(0.750188,0,0,0.767368,142.4506,106.285)"
+ sodipodi:ry="221.63901"
+ sodipodi:rx="226.71469"
+ sodipodi:cy="451.73746"
+ sodipodi:cx="345.14774"
+ d="M 571.86243 451.73746 A 226.71469 221.63901 0 1 1 118.43304,451.73746 A 226.71469 221.63901 0 1 1 571.86243 451.73746 z"
+ id="path726"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:11.99400043;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:11.99374, 11.99374;stroke-dashoffset:0;stroke-opacity:1"
+ sodipodi:type="arc" /></g><path
+ id="path747"
+ d="M 643.7423,444.4741 C 643.7423,578.7966 534.8525,687.6866 400.53,687.6866 C 266.2076,687.6866 157.3177,578.7966 157.3177,444.4741 C 157.3177,310.1515 266.2076,201.2616 400.53,201.2616 C 534.8525,201.2616 643.7423,310.1515 643.7423,444.4741 z M 570.6087,444.474 C 570.6087,538.4058 494.4619,614.5527 400.53,614.5527 C 306.5982,614.5527 230.4514,538.4058 230.4514,444.474 C 230.4514,350.5421 306.5982,274.3952 400.53,274.3952 C 494.4619,274.3952 570.6087,350.5421 570.6087,444.474 z "
+ style="font-size:12px;fill:url(#radialGradient748);fill-rule:evenodd;stroke-width:11.99400043;stroke-dashoffset:119.91" /><g
+ id="g897"><g
+ id="g725"><g
+ transform="matrix(0.207553,0.177721,-0.189648,0.221482,317.6717,358.2198)"
+ id="g706"><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path1091"
+ d="M 108.8851,296.3466 C 173.8505,376.8951 155.2364,485.3906 199.3699,570.0123 C 244.421,662.1369 257.4779,750.9301 266.653,740.0667 C 277.4237,718.7877 269.2601,683.6674 227.1764,596.6591 C 185.0924,509.6508 258.756,380.7593 213.4084,270.2896 C 149.8371,117.9604 -35.03494,186.0994 -10.48139,247.7057 C 6.518614,208.6144 9.806104,174.0356 108.8851,296.3466 z "
+ style="font-size:12px;fill:url(#radialGradient2583);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path1043"
+ d="M 447.6715,609.7019 C 468.0711,636.5248 313.5466,690.7171 287.3116,710.7621 C 261.0767,690.7171 145.7256,641.5526 170.3824,613.0427 C 209.5684,571.5963 277.7808,581.3047 293.9933,608.0314 C 313.5465,587.9865 418.8721,576.2272 447.6715,609.7019 z "
+ style="font-size:12px;fill:url(#radialGradient2585);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path1044"
+ d="M 434.3735,607.0871 C 367.8821,563.6023 326.8859,683.7713 307.7796,710.6977 C 328.7384,736.2086 352.6851,756.7604 434.9662,750.5555 C 490.858,746.5926 492.6106,628.9824 394.6823,676.2641 C 410.3423,660.07 527.9163,671.6041 434.3735,607.0871 z "
+ style="font-size:12px;fill:url(#radialGradient2587);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path1045"
+ d="M 145.4409,607.087 C 165.8537,580.2742 259.6102,687.1121 278.7165,714.0385 C 257.7577,739.5494 159.7977,790.1951 148.189,767.2596 C 108.3943,706.2068 164.043,702.4807 181.7914,692.9683 C 119.3596,680.1152 127.691,627.0614 145.4409,607.087 z "
+ style="font-size:12px;fill:url(#radialGradient2589);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path1046"
+ d="M 144.5261,751.7411 C 142.2961,718.1163 255.8666,718.6694 287.253,708.4237 C 313.7391,715.134 477.4439,725.4583 414.9344,790.9996 C 377.6512,828.1078 315.8769,785.8542 281.2819,759.3732 C 266.7322,793.0272 155.1466,864.8499 144.5261,751.7411 z "
+ style="font-size:12px;fill:url(#radialGradient2591);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccccc"
+ id="path1055"
+ d="M 324.896,709.0915 C 324.896,722.9297 306.1993,710.7618 283.1356,710.7618 C 260.072,710.7618 241.3752,722.9297 241.3752,709.0915 C 241.3752,695.2534 260.072,684.0353 283.1356,684.0353 C 306.1993,684.0353 324.896,695.2534 324.896,709.0915 z "
+ style="font-size:12px;fill:url(#radialGradient2593);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="cccccc"
+ id="path1057"
+ d="M 265.7396,778.5153 C 254.8275,921.0639 346.8165,956.3021 346.8165,1098.844 L 363.5206,1098.844 C 363.5206,956.3021 244.2187,873.1555 292.3403,766.6371 L 281.9928,759.2881 C 277.1656,766.8783 272.3385,773.2874 265.7396,778.5153 z "
+ style="font-size:12px;fill:#682700;fill-opacity:1;fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path1090"
+ d="M 408.0318,504.3603 C 360.2074,554.658 305.4433,566.7587 278.8451,616.9958 C 252.8253,671.3638 277.4064,747.6097 266.2711,742.7629 C 251.5195,732.4915 252.6044,694.6561 253.2165,641.5498 C 255.7973,584.9233 266.6181,495.3541 314.8703,445.4665 C 392.496,365.6256 508.6499,448.8299 496.7139,484.5855 C 472.3461,465.4152 481.0739,427.9379 408.0318,504.3603 z "
+ style="font-size:12px;fill:url(#radialGradient2595);fill-rule:evenodd" /></g><g
+ transform="matrix(0.162018,0.220031,0.234796,-0.17289,306.3322,368.8328)"
+ id="g715"><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path717"
+ d="M 108.8851,296.3466 C 173.8505,376.8951 155.2364,485.3906 199.3699,570.0123 C 244.421,662.1369 257.4779,750.9301 266.653,740.0667 C 277.4237,718.7877 269.2601,683.6674 227.1764,596.6591 C 185.0924,509.6508 258.756,380.7593 213.4084,270.2896 C 149.8371,117.9604 -35.03494,186.0994 -10.48139,247.7057 C 6.518614,208.6144 9.806104,174.0356 108.8851,296.3466 z "
+ style="font-size:12px;fill:url(#radialGradient2597);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path718"
+ d="M 447.6715,609.7019 C 468.0711,636.5248 313.5466,690.7171 287.3116,710.7621 C 261.0767,690.7171 145.7256,641.5526 170.3824,613.0427 C 209.5684,571.5963 277.7808,581.3047 293.9933,608.0314 C 313.5465,587.9865 418.8721,576.2272 447.6715,609.7019 z "
+ style="font-size:12px;fill:url(#radialGradient2599);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path719"
+ d="M 434.3735,607.0871 C 367.8821,563.6023 326.8859,683.7713 307.7796,710.6977 C 328.7384,736.2086 352.6851,756.7604 434.9662,750.5555 C 490.858,746.5926 492.6106,628.9824 394.6823,676.2641 C 410.3423,660.07 527.9163,671.6041 434.3735,607.0871 z "
+ style="font-size:12px;fill:url(#radialGradient2601);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path720"
+ d="M 145.4409,607.087 C 165.8537,580.2742 259.6102,687.1121 278.7165,714.0385 C 257.7577,739.5494 159.7977,790.1951 148.189,767.2596 C 108.3943,706.2068 164.043,702.4807 181.7914,692.9683 C 119.3596,680.1152 127.691,627.0614 145.4409,607.087 z "
+ style="font-size:12px;fill:url(#radialGradient2603);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path721"
+ d="M 144.5261,751.7411 C 142.2961,718.1163 255.8666,718.6694 287.253,708.4237 C 313.7391,715.134 477.4439,725.4583 414.9344,790.9996 C 377.6512,828.1078 315.8769,785.8542 281.2819,759.3732 C 266.7322,793.0272 155.1466,864.8499 144.5261,751.7411 z "
+ style="font-size:12px;fill:url(#radialGradient2605);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccccc"
+ id="path722"
+ d="M 324.896,709.0915 C 324.896,722.9297 306.1993,710.7618 283.1356,710.7618 C 260.072,710.7618 241.3752,722.9297 241.3752,709.0915 C 241.3752,695.2534 260.072,684.0353 283.1356,684.0353 C 306.1993,684.0353 324.896,695.2534 324.896,709.0915 z "
+ style="font-size:12px;fill:url(#radialGradient2607);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="cccccc"
+ id="path723"
+ d="M 265.7396,778.5153 C 254.8275,921.0639 346.8165,956.3021 346.8165,1098.844 L 363.5206,1098.844 C 363.5206,956.3021 244.2187,873.1555 292.3403,766.6371 L 281.9928,759.2881 C 277.1656,766.8783 272.3385,773.2874 265.7396,778.5153 z "
+ style="font-size:12px;fill:#682700;fill-opacity:1;fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path724"
+ d="M 408.0318,504.3603 C 360.2074,554.658 305.4433,566.7587 278.8451,616.9958 C 252.8253,671.3638 277.4064,747.6097 266.2711,742.7629 C 251.5195,732.4915 252.6044,694.6561 253.2165,641.5498 C 255.7973,584.9233 266.6181,495.3541 314.8703,445.4665 C 392.496,365.6256 508.6499,448.8299 496.7139,484.5855 C 472.3461,465.4152 481.0739,427.9379 408.0318,504.3603 z "
+ style="font-size:12px;fill:url(#radialGradient2609);fill-rule:evenodd" /></g></g><g
+ transform="matrix(0.836644,0.547747,-0.547747,0.836644,321.0883,-149.4734)"
+ id="g744"><g
+ transform="matrix(0.207553,0.177721,-0.189648,0.221482,317.6717,358.2198)"
+ id="g745"><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path746"
+ d="M 108.8851,296.3466 C 173.8505,376.8951 155.2364,485.3906 199.3699,570.0123 C 244.421,662.1369 257.4779,750.9301 266.653,740.0667 C 277.4237,718.7877 269.2601,683.6674 227.1764,596.6591 C 185.0924,509.6508 258.756,380.7593 213.4084,270.2896 C 149.8371,117.9604 -35.03494,186.0994 -10.48139,247.7057 C 6.518614,208.6144 9.806104,174.0356 108.8851,296.3466 z "
+ style="font-size:12px;fill:url(#radialGradient2611);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path748"
+ d="M 447.6715,609.7019 C 468.0711,636.5248 313.5466,690.7171 287.3116,710.7621 C 261.0767,690.7171 145.7256,641.5526 170.3824,613.0427 C 209.5684,571.5963 277.7808,581.3047 293.9933,608.0314 C 313.5465,587.9865 418.8721,576.2272 447.6715,609.7019 z "
+ style="font-size:12px;fill:url(#radialGradient2613);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path749"
+ d="M 434.3735,607.0871 C 367.8821,563.6023 326.8859,683.7713 307.7796,710.6977 C 328.7384,736.2086 352.6851,756.7604 434.9662,750.5555 C 490.858,746.5926 492.6106,628.9824 394.6823,676.2641 C 410.3423,660.07 527.9163,671.6041 434.3735,607.0871 z "
+ style="font-size:12px;fill:url(#radialGradient2615);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path750"
+ d="M 145.4409,607.087 C 165.8537,580.2742 259.6102,687.1121 278.7165,714.0385 C 257.7577,739.5494 159.7977,790.1951 148.189,767.2596 C 108.3943,706.2068 164.043,702.4807 181.7914,692.9683 C 119.3596,680.1152 127.691,627.0614 145.4409,607.087 z "
+ style="font-size:12px;fill:url(#radialGradient2617);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path751"
+ d="M 144.5261,751.7411 C 142.2961,718.1163 255.8666,718.6694 287.253,708.4237 C 313.7391,715.134 477.4439,725.4583 414.9344,790.9996 C 377.6512,828.1078 315.8769,785.8542 281.2819,759.3732 C 266.7322,793.0272 155.1466,864.8499 144.5261,751.7411 z "
+ style="font-size:12px;fill:url(#radialGradient2619);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccccc"
+ id="path752"
+ d="M 324.896,709.0915 C 324.896,722.9297 306.1993,710.7618 283.1356,710.7618 C 260.072,710.7618 241.3752,722.9297 241.3752,709.0915 C 241.3752,695.2534 260.072,684.0353 283.1356,684.0353 C 306.1993,684.0353 324.896,695.2534 324.896,709.0915 z "
+ style="font-size:12px;fill:url(#radialGradient2621);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="cccccc"
+ id="path753"
+ d="M 265.7396,778.5153 C 254.8275,921.0639 346.8165,956.3021 346.8165,1098.844 L 363.5206,1098.844 C 363.5206,956.3021 244.2187,873.1555 292.3403,766.6371 L 281.9928,759.2881 C 277.1656,766.8783 272.3385,773.2874 265.7396,778.5153 z "
+ style="font-size:12px;fill:#682700;fill-opacity:1;fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path754"
+ d="M 408.0318,504.3603 C 360.2074,554.658 305.4433,566.7587 278.8451,616.9958 C 252.8253,671.3638 277.4064,747.6097 266.2711,742.7629 C 251.5195,732.4915 252.6044,694.6561 253.2165,641.5498 C 255.7973,584.9233 266.6181,495.3541 314.8703,445.4665 C 392.496,365.6256 508.6499,448.8299 496.7139,484.5855 C 472.3461,465.4152 481.0739,427.9379 408.0318,504.3603 z "
+ style="font-size:12px;fill:url(#radialGradient2623);fill-rule:evenodd" /></g><g
+ transform="matrix(0.162018,0.220031,0.234796,-0.17289,306.3322,368.8328)"
+ id="g755"><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path756"
+ d="M 108.8851,296.3466 C 173.8505,376.8951 155.2364,485.3906 199.3699,570.0123 C 244.421,662.1369 257.4779,750.9301 266.653,740.0667 C 277.4237,718.7877 269.2601,683.6674 227.1764,596.6591 C 185.0924,509.6508 258.756,380.7593 213.4084,270.2896 C 149.8371,117.9604 -35.03494,186.0994 -10.48139,247.7057 C 6.518614,208.6144 9.806104,174.0356 108.8851,296.3466 z "
+ style="font-size:12px;fill:url(#radialGradient2625);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path757"
+ d="M 447.6715,609.7019 C 468.0711,636.5248 313.5466,690.7171 287.3116,710.7621 C 261.0767,690.7171 145.7256,641.5526 170.3824,613.0427 C 209.5684,571.5963 277.7808,581.3047 293.9933,608.0314 C 313.5465,587.9865 418.8721,576.2272 447.6715,609.7019 z "
+ style="font-size:12px;fill:url(#radialGradient2627);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path758"
+ d="M 434.3735,607.0871 C 367.8821,563.6023 326.8859,683.7713 307.7796,710.6977 C 328.7384,736.2086 352.6851,756.7604 434.9662,750.5555 C 490.858,746.5926 492.6106,628.9824 394.6823,676.2641 C 410.3423,660.07 527.9163,671.6041 434.3735,607.0871 z "
+ style="font-size:12px;fill:url(#radialGradient2629);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path759"
+ d="M 145.4409,607.087 C 165.8537,580.2742 259.6102,687.1121 278.7165,714.0385 C 257.7577,739.5494 159.7977,790.1951 148.189,767.2596 C 108.3943,706.2068 164.043,702.4807 181.7914,692.9683 C 119.3596,680.1152 127.691,627.0614 145.4409,607.087 z "
+ style="font-size:12px;fill:url(#radialGradient2631);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path760"
+ d="M 144.5261,751.7411 C 142.2961,718.1163 255.8666,718.6694 287.253,708.4237 C 313.7391,715.134 477.4439,725.4583 414.9344,790.9996 C 377.6512,828.1078 315.8769,785.8542 281.2819,759.3732 C 266.7322,793.0272 155.1466,864.8499 144.5261,751.7411 z "
+ style="font-size:12px;fill:url(#radialGradient2633);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccccc"
+ id="path761"
+ d="M 324.896,709.0915 C 324.896,722.9297 306.1993,710.7618 283.1356,710.7618 C 260.072,710.7618 241.3752,722.9297 241.3752,709.0915 C 241.3752,695.2534 260.072,684.0353 283.1356,684.0353 C 306.1993,684.0353 324.896,695.2534 324.896,709.0915 z "
+ style="font-size:12px;fill:url(#radialGradient2635);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="cccccc"
+ id="path762"
+ d="M 265.7396,778.5153 C 254.8275,921.0639 346.8165,956.3021 346.8165,1098.844 L 363.5206,1098.844 C 363.5206,956.3021 244.2187,873.1555 292.3403,766.6371 L 281.9928,759.2881 C 277.1656,766.8783 272.3385,773.2874 265.7396,778.5153 z "
+ style="font-size:12px;fill:#682700;fill-opacity:1;fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path763"
+ d="M 408.0318,504.3603 C 360.2074,554.658 305.4433,566.7587 278.8451,616.9958 C 252.8253,671.3638 277.4064,747.6097 266.2711,742.7629 C 251.5195,732.4915 252.6044,694.6561 253.2165,641.5498 C 255.7973,584.9233 266.6181,495.3541 314.8703,445.4665 C 392.496,365.6256 508.6499,448.8299 496.7139,484.5855 C 472.3461,465.4152 481.0739,427.9379 408.0318,504.3603 z "
+ style="font-size:12px;fill:url(#radialGradient2637);fill-rule:evenodd" /></g></g><g
+ transform="matrix(0.78521,-0.619229,0.619229,0.78521,-187.8953,334.4648)"
+ id="g764"><g
+ transform="matrix(0.207553,0.177721,-0.189648,0.221482,317.6717,358.2198)"
+ id="g765"><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path766"
+ d="M 108.8851,296.3466 C 173.8505,376.8951 155.2364,485.3906 199.3699,570.0123 C 244.421,662.1369 257.4779,750.9301 266.653,740.0667 C 277.4237,718.7877 269.2601,683.6674 227.1764,596.6591 C 185.0924,509.6508 258.756,380.7593 213.4084,270.2896 C 149.8371,117.9604 -35.03494,186.0994 -10.48139,247.7057 C 6.518614,208.6144 9.806104,174.0356 108.8851,296.3466 z "
+ style="font-size:12px;fill:url(#radialGradient2639);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path767"
+ d="M 447.6715,609.7019 C 468.0711,636.5248 313.5466,690.7171 287.3116,710.7621 C 261.0767,690.7171 145.7256,641.5526 170.3824,613.0427 C 209.5684,571.5963 277.7808,581.3047 293.9933,608.0314 C 313.5465,587.9865 418.8721,576.2272 447.6715,609.7019 z "
+ style="font-size:12px;fill:url(#radialGradient2641);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path768"
+ d="M 434.3735,607.0871 C 367.8821,563.6023 326.8859,683.7713 307.7796,710.6977 C 328.7384,736.2086 352.6851,756.7604 434.9662,750.5555 C 490.858,746.5926 492.6106,628.9824 394.6823,676.2641 C 410.3423,660.07 527.9163,671.6041 434.3735,607.0871 z "
+ style="font-size:12px;fill:url(#radialGradient2643);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path769"
+ d="M 145.4409,607.087 C 165.8537,580.2742 259.6102,687.1121 278.7165,714.0385 C 257.7577,739.5494 159.7977,790.1951 148.189,767.2596 C 108.3943,706.2068 164.043,702.4807 181.7914,692.9683 C 119.3596,680.1152 127.691,627.0614 145.4409,607.087 z "
+ style="font-size:12px;fill:url(#radialGradient2645);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path770"
+ d="M 144.5261,751.7411 C 142.2961,718.1163 255.8666,718.6694 287.253,708.4237 C 313.7391,715.134 477.4439,725.4583 414.9344,790.9996 C 377.6512,828.1078 315.8769,785.8542 281.2819,759.3732 C 266.7322,793.0272 155.1466,864.8499 144.5261,751.7411 z "
+ style="font-size:12px;fill:url(#radialGradient2647);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccccc"
+ id="path771"
+ d="M 324.896,709.0915 C 324.896,722.9297 306.1993,710.7618 283.1356,710.7618 C 260.072,710.7618 241.3752,722.9297 241.3752,709.0915 C 241.3752,695.2534 260.072,684.0353 283.1356,684.0353 C 306.1993,684.0353 324.896,695.2534 324.896,709.0915 z "
+ style="font-size:12px;fill:url(#radialGradient2649);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="cccccc"
+ id="path772"
+ d="M 265.7396,778.5153 C 254.8275,921.0639 346.8165,956.3021 346.8165,1098.844 L 363.5206,1098.844 C 363.5206,956.3021 244.2187,873.1555 292.3403,766.6371 L 281.9928,759.2881 C 277.1656,766.8783 272.3385,773.2874 265.7396,778.5153 z "
+ style="font-size:12px;fill:#682700;fill-opacity:1;fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path773"
+ d="M 408.0318,504.3603 C 360.2074,554.658 305.4433,566.7587 278.8451,616.9958 C 252.8253,671.3638 277.4064,747.6097 266.2711,742.7629 C 251.5195,732.4915 252.6044,694.6561 253.2165,641.5498 C 255.7973,584.9233 266.6181,495.3541 314.8703,445.4665 C 392.496,365.6256 508.6499,448.8299 496.7139,484.5855 C 472.3461,465.4152 481.0739,427.9379 408.0318,504.3603 z "
+ style="font-size:12px;fill:url(#radialGradient2651);fill-rule:evenodd" /></g><g
+ transform="matrix(0.162018,0.220031,0.234796,-0.17289,306.3322,368.8328)"
+ id="g774"><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path775"
+ d="M 108.8851,296.3466 C 173.8505,376.8951 155.2364,485.3906 199.3699,570.0123 C 244.421,662.1369 257.4779,750.9301 266.653,740.0667 C 277.4237,718.7877 269.2601,683.6674 227.1764,596.6591 C 185.0924,509.6508 258.756,380.7593 213.4084,270.2896 C 149.8371,117.9604 -35.03494,186.0994 -10.48139,247.7057 C 6.518614,208.6144 9.806104,174.0356 108.8851,296.3466 z "
+ style="font-size:12px;fill:url(#radialGradient2653);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path776"
+ d="M 447.6715,609.7019 C 468.0711,636.5248 313.5466,690.7171 287.3116,710.7621 C 261.0767,690.7171 145.7256,641.5526 170.3824,613.0427 C 209.5684,571.5963 277.7808,581.3047 293.9933,608.0314 C 313.5465,587.9865 418.8721,576.2272 447.6715,609.7019 z "
+ style="font-size:12px;fill:url(#radialGradient2655);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path777"
+ d="M 434.3735,607.0871 C 367.8821,563.6023 326.8859,683.7713 307.7796,710.6977 C 328.7384,736.2086 352.6851,756.7604 434.9662,750.5555 C 490.858,746.5926 492.6106,628.9824 394.6823,676.2641 C 410.3423,660.07 527.9163,671.6041 434.3735,607.0871 z "
+ style="font-size:12px;fill:url(#radialGradient2657);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path778"
+ d="M 145.4409,607.087 C 165.8537,580.2742 259.6102,687.1121 278.7165,714.0385 C 257.7577,739.5494 159.7977,790.1951 148.189,767.2596 C 108.3943,706.2068 164.043,702.4807 181.7914,692.9683 C 119.3596,680.1152 127.691,627.0614 145.4409,607.087 z "
+ style="font-size:12px;fill:url(#radialGradient2659);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path779"
+ d="M 144.5261,751.7411 C 142.2961,718.1163 255.8666,718.6694 287.253,708.4237 C 313.7391,715.134 477.4439,725.4583 414.9344,790.9996 C 377.6512,828.1078 315.8769,785.8542 281.2819,759.3732 C 266.7322,793.0272 155.1466,864.8499 144.5261,751.7411 z "
+ style="font-size:12px;fill:url(#radialGradient2661);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccccc"
+ id="path780"
+ d="M 324.896,709.0915 C 324.896,722.9297 306.1993,710.7618 283.1356,710.7618 C 260.072,710.7618 241.3752,722.9297 241.3752,709.0915 C 241.3752,695.2534 260.072,684.0353 283.1356,684.0353 C 306.1993,684.0353 324.896,695.2534 324.896,709.0915 z "
+ style="font-size:12px;fill:url(#radialGradient2663);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="cccccc"
+ id="path781"
+ d="M 265.7396,778.5153 C 254.8275,921.0639 346.8165,956.3021 346.8165,1098.844 L 363.5206,1098.844 C 363.5206,956.3021 244.2187,873.1555 292.3403,766.6371 L 281.9928,759.2881 C 277.1656,766.8783 272.3385,773.2874 265.7396,778.5153 z "
+ style="font-size:12px;fill:#682700;fill-opacity:1;fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path782"
+ d="M 408.0318,504.3603 C 360.2074,554.658 305.4433,566.7587 278.8451,616.9958 C 252.8253,671.3638 277.4064,747.6097 266.2711,742.7629 C 251.5195,732.4915 252.6044,694.6561 253.2165,641.5498 C 255.7973,584.9233 266.6181,495.3541 314.8703,445.4665 C 392.496,365.6256 508.6499,448.8299 496.7139,484.5855 C 472.3461,465.4152 481.0739,427.9379 408.0318,504.3603 z "
+ style="font-size:12px;fill:url(#radialGradient2665);fill-rule:evenodd" /></g></g><g
+ transform="matrix(0.306114,-0.951995,0.951995,0.306114,-147.4751,686.1924)"
+ id="g783"><g
+ transform="matrix(0.207553,0.177721,-0.189648,0.221482,317.6717,358.2198)"
+ id="g784"><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path785"
+ d="M 108.8851,296.3466 C 173.8505,376.8951 155.2364,485.3906 199.3699,570.0123 C 244.421,662.1369 257.4779,750.9301 266.653,740.0667 C 277.4237,718.7877 269.2601,683.6674 227.1764,596.6591 C 185.0924,509.6508 258.756,380.7593 213.4084,270.2896 C 149.8371,117.9604 -35.03494,186.0994 -10.48139,247.7057 C 6.518614,208.6144 9.806104,174.0356 108.8851,296.3466 z "
+ style="font-size:12px;fill:url(#radialGradient2667);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path786"
+ d="M 447.6715,609.7019 C 468.0711,636.5248 313.5466,690.7171 287.3116,710.7621 C 261.0767,690.7171 145.7256,641.5526 170.3824,613.0427 C 209.5684,571.5963 277.7808,581.3047 293.9933,608.0314 C 313.5465,587.9865 418.8721,576.2272 447.6715,609.7019 z "
+ style="font-size:12px;fill:url(#radialGradient2669);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path787"
+ d="M 434.3735,607.0871 C 367.8821,563.6023 326.8859,683.7713 307.7796,710.6977 C 328.7384,736.2086 352.6851,756.7604 434.9662,750.5555 C 490.858,746.5926 492.6106,628.9824 394.6823,676.2641 C 410.3423,660.07 527.9163,671.6041 434.3735,607.0871 z "
+ style="font-size:12px;fill:url(#radialGradient2671);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path788"
+ d="M 145.4409,607.087 C 165.8537,580.2742 259.6102,687.1121 278.7165,714.0385 C 257.7577,739.5494 159.7977,790.1951 148.189,767.2596 C 108.3943,706.2068 164.043,702.4807 181.7914,692.9683 C 119.3596,680.1152 127.691,627.0614 145.4409,607.087 z "
+ style="font-size:12px;fill:url(#radialGradient2673);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path789"
+ d="M 144.5261,751.7411 C 142.2961,718.1163 255.8666,718.6694 287.253,708.4237 C 313.7391,715.134 477.4439,725.4583 414.9344,790.9996 C 377.6512,828.1078 315.8769,785.8542 281.2819,759.3732 C 266.7322,793.0272 155.1466,864.8499 144.5261,751.7411 z "
+ style="font-size:12px;fill:url(#radialGradient2675);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccccc"
+ id="path790"
+ d="M 324.896,709.0915 C 324.896,722.9297 306.1993,710.7618 283.1356,710.7618 C 260.072,710.7618 241.3752,722.9297 241.3752,709.0915 C 241.3752,695.2534 260.072,684.0353 283.1356,684.0353 C 306.1993,684.0353 324.896,695.2534 324.896,709.0915 z "
+ style="font-size:12px;fill:url(#radialGradient2677);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="cccccc"
+ id="path791"
+ d="M 265.7396,778.5153 C 254.8275,921.0639 346.8165,956.3021 346.8165,1098.844 L 363.5206,1098.844 C 363.5206,956.3021 244.2187,873.1555 292.3403,766.6371 L 281.9928,759.2881 C 277.1656,766.8783 272.3385,773.2874 265.7396,778.5153 z "
+ style="font-size:12px;fill:#682700;fill-opacity:1;fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path792"
+ d="M 408.0318,504.3603 C 360.2074,554.658 305.4433,566.7587 278.8451,616.9958 C 252.8253,671.3638 277.4064,747.6097 266.2711,742.7629 C 251.5195,732.4915 252.6044,694.6561 253.2165,641.5498 C 255.7973,584.9233 266.6181,495.3541 314.8703,445.4665 C 392.496,365.6256 508.6499,448.8299 496.7139,484.5855 C 472.3461,465.4152 481.0739,427.9379 408.0318,504.3603 z "
+ style="font-size:12px;fill:url(#radialGradient2679);fill-rule:evenodd" /></g><g
+ transform="matrix(0.162018,0.220031,0.234796,-0.17289,306.3322,368.8328)"
+ id="g793"><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path794"
+ d="M 108.8851,296.3466 C 173.8505,376.8951 155.2364,485.3906 199.3699,570.0123 C 244.421,662.1369 257.4779,750.9301 266.653,740.0667 C 277.4237,718.7877 269.2601,683.6674 227.1764,596.6591 C 185.0924,509.6508 258.756,380.7593 213.4084,270.2896 C 149.8371,117.9604 -35.03494,186.0994 -10.48139,247.7057 C 6.518614,208.6144 9.806104,174.0356 108.8851,296.3466 z "
+ style="font-size:12px;fill:url(#radialGradient2681);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path795"
+ d="M 447.6715,609.7019 C 468.0711,636.5248 313.5466,690.7171 287.3116,710.7621 C 261.0767,690.7171 145.7256,641.5526 170.3824,613.0427 C 209.5684,571.5963 277.7808,581.3047 293.9933,608.0314 C 313.5465,587.9865 418.8721,576.2272 447.6715,609.7019 z "
+ style="font-size:12px;fill:url(#radialGradient2683);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path796"
+ d="M 434.3735,607.0871 C 367.8821,563.6023 326.8859,683.7713 307.7796,710.6977 C 328.7384,736.2086 352.6851,756.7604 434.9662,750.5555 C 490.858,746.5926 492.6106,628.9824 394.6823,676.2641 C 410.3423,660.07 527.9163,671.6041 434.3735,607.0871 z "
+ style="font-size:12px;fill:url(#radialGradient2685);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path797"
+ d="M 145.4409,607.087 C 165.8537,580.2742 259.6102,687.1121 278.7165,714.0385 C 257.7577,739.5494 159.7977,790.1951 148.189,767.2596 C 108.3943,706.2068 164.043,702.4807 181.7914,692.9683 C 119.3596,680.1152 127.691,627.0614 145.4409,607.087 z "
+ style="font-size:12px;fill:url(#radialGradient2687);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path798"
+ d="M 144.5261,751.7411 C 142.2961,718.1163 255.8666,718.6694 287.253,708.4237 C 313.7391,715.134 477.4439,725.4583 414.9344,790.9996 C 377.6512,828.1078 315.8769,785.8542 281.2819,759.3732 C 266.7322,793.0272 155.1466,864.8499 144.5261,751.7411 z "
+ style="font-size:12px;fill:url(#radialGradient2689);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccccc"
+ id="path799"
+ d="M 324.896,709.0915 C 324.896,722.9297 306.1993,710.7618 283.1356,710.7618 C 260.072,710.7618 241.3752,722.9297 241.3752,709.0915 C 241.3752,695.2534 260.072,684.0353 283.1356,684.0353 C 306.1993,684.0353 324.896,695.2534 324.896,709.0915 z "
+ style="font-size:12px;fill:url(#radialGradient2691);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="cccccc"
+ id="path800"
+ d="M 265.7396,778.5153 C 254.8275,921.0639 346.8165,956.3021 346.8165,1098.844 L 363.5206,1098.844 C 363.5206,956.3021 244.2187,873.1555 292.3403,766.6371 L 281.9928,759.2881 C 277.1656,766.8783 272.3385,773.2874 265.7396,778.5153 z "
+ style="font-size:12px;fill:#682700;fill-opacity:1;fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path801"
+ d="M 408.0318,504.3603 C 360.2074,554.658 305.4433,566.7587 278.8451,616.9958 C 252.8253,671.3638 277.4064,747.6097 266.2711,742.7629 C 251.5195,732.4915 252.6044,694.6561 253.2165,641.5498 C 255.7973,584.9233 266.6181,495.3541 314.8703,445.4665 C 392.496,365.6256 508.6499,448.8299 496.7139,484.5855 C 472.3461,465.4152 481.0739,427.9379 408.0318,504.3603 z "
+ style="font-size:12px;fill:url(#radialGradient2693);fill-rule:evenodd" /></g></g><g
+ transform="matrix(-0.324937,-0.945735,0.945735,-0.324937,99.82731,965.3129)"
+ id="g802"><g
+ transform="matrix(0.207553,0.177721,-0.189648,0.221482,317.6717,358.2198)"
+ id="g803"><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path804"
+ d="M 108.8851,296.3466 C 173.8505,376.8951 155.2364,485.3906 199.3699,570.0123 C 244.421,662.1369 257.4779,750.9301 266.653,740.0667 C 277.4237,718.7877 269.2601,683.6674 227.1764,596.6591 C 185.0924,509.6508 258.756,380.7593 213.4084,270.2896 C 149.8371,117.9604 -35.03494,186.0994 -10.48139,247.7057 C 6.518614,208.6144 9.806104,174.0356 108.8851,296.3466 z "
+ style="font-size:12px;fill:url(#radialGradient2695);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path805"
+ d="M 447.6715,609.7019 C 468.0711,636.5248 313.5466,690.7171 287.3116,710.7621 C 261.0767,690.7171 145.7256,641.5526 170.3824,613.0427 C 209.5684,571.5963 277.7808,581.3047 293.9933,608.0314 C 313.5465,587.9865 418.8721,576.2272 447.6715,609.7019 z "
+ style="font-size:12px;fill:url(#radialGradient2697);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path806"
+ d="M 434.3735,607.0871 C 367.8821,563.6023 326.8859,683.7713 307.7796,710.6977 C 328.7384,736.2086 352.6851,756.7604 434.9662,750.5555 C 490.858,746.5926 492.6106,628.9824 394.6823,676.2641 C 410.3423,660.07 527.9163,671.6041 434.3735,607.0871 z "
+ style="font-size:12px;fill:url(#radialGradient2699);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path807"
+ d="M 145.4409,607.087 C 165.8537,580.2742 259.6102,687.1121 278.7165,714.0385 C 257.7577,739.5494 159.7977,790.1951 148.189,767.2596 C 108.3943,706.2068 164.043,702.4807 181.7914,692.9683 C 119.3596,680.1152 127.691,627.0614 145.4409,607.087 z "
+ style="font-size:12px;fill:url(#radialGradient2701);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path808"
+ d="M 144.5261,751.7411 C 142.2961,718.1163 255.8666,718.6694 287.253,708.4237 C 313.7391,715.134 477.4439,725.4583 414.9344,790.9996 C 377.6512,828.1078 315.8769,785.8542 281.2819,759.3732 C 266.7322,793.0272 155.1466,864.8499 144.5261,751.7411 z "
+ style="font-size:12px;fill:url(#radialGradient2703);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccccc"
+ id="path809"
+ d="M 324.896,709.0915 C 324.896,722.9297 306.1993,710.7618 283.1356,710.7618 C 260.072,710.7618 241.3752,722.9297 241.3752,709.0915 C 241.3752,695.2534 260.072,684.0353 283.1356,684.0353 C 306.1993,684.0353 324.896,695.2534 324.896,709.0915 z "
+ style="font-size:12px;fill:url(#radialGradient2705);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="cccccc"
+ id="path810"
+ d="M 265.7396,778.5153 C 254.8275,921.0639 346.8165,956.3021 346.8165,1098.844 L 363.5206,1098.844 C 363.5206,956.3021 244.2187,873.1555 292.3403,766.6371 L 281.9928,759.2881 C 277.1656,766.8783 272.3385,773.2874 265.7396,778.5153 z "
+ style="font-size:12px;fill:#682700;fill-opacity:1;fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path811"
+ d="M 408.0318,504.3603 C 360.2074,554.658 305.4433,566.7587 278.8451,616.9958 C 252.8253,671.3638 277.4064,747.6097 266.2711,742.7629 C 251.5195,732.4915 252.6044,694.6561 253.2165,641.5498 C 255.7973,584.9233 266.6181,495.3541 314.8703,445.4665 C 392.496,365.6256 508.6499,448.8299 496.7139,484.5855 C 472.3461,465.4152 481.0739,427.9379 408.0318,504.3603 z "
+ style="font-size:12px;fill:url(#radialGradient2707);fill-rule:evenodd" /></g><g
+ transform="matrix(0.162018,0.220031,0.234796,-0.17289,306.3322,368.8328)"
+ id="g812"><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path813"
+ d="M 108.8851,296.3466 C 173.8505,376.8951 155.2364,485.3906 199.3699,570.0123 C 244.421,662.1369 257.4779,750.9301 266.653,740.0667 C 277.4237,718.7877 269.2601,683.6674 227.1764,596.6591 C 185.0924,509.6508 258.756,380.7593 213.4084,270.2896 C 149.8371,117.9604 -35.03494,186.0994 -10.48139,247.7057 C 6.518614,208.6144 9.806104,174.0356 108.8851,296.3466 z "
+ style="font-size:12px;fill:url(#radialGradient2709);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path814"
+ d="M 447.6715,609.7019 C 468.0711,636.5248 313.5466,690.7171 287.3116,710.7621 C 261.0767,690.7171 145.7256,641.5526 170.3824,613.0427 C 209.5684,571.5963 277.7808,581.3047 293.9933,608.0314 C 313.5465,587.9865 418.8721,576.2272 447.6715,609.7019 z "
+ style="font-size:12px;fill:url(#radialGradient2711);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path815"
+ d="M 434.3735,607.0871 C 367.8821,563.6023 326.8859,683.7713 307.7796,710.6977 C 328.7384,736.2086 352.6851,756.7604 434.9662,750.5555 C 490.858,746.5926 492.6106,628.9824 394.6823,676.2641 C 410.3423,660.07 527.9163,671.6041 434.3735,607.0871 z "
+ style="font-size:12px;fill:url(#radialGradient2713);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path816"
+ d="M 145.4409,607.087 C 165.8537,580.2742 259.6102,687.1121 278.7165,714.0385 C 257.7577,739.5494 159.7977,790.1951 148.189,767.2596 C 108.3943,706.2068 164.043,702.4807 181.7914,692.9683 C 119.3596,680.1152 127.691,627.0614 145.4409,607.087 z "
+ style="font-size:12px;fill:url(#radialGradient2715);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path817"
+ d="M 144.5261,751.7411 C 142.2961,718.1163 255.8666,718.6694 287.253,708.4237 C 313.7391,715.134 477.4439,725.4583 414.9344,790.9996 C 377.6512,828.1078 315.8769,785.8542 281.2819,759.3732 C 266.7322,793.0272 155.1466,864.8499 144.5261,751.7411 z "
+ style="font-size:12px;fill:url(#radialGradient2717);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccccc"
+ id="path818"
+ d="M 324.896,709.0915 C 324.896,722.9297 306.1993,710.7618 283.1356,710.7618 C 260.072,710.7618 241.3752,722.9297 241.3752,709.0915 C 241.3752,695.2534 260.072,684.0353 283.1356,684.0353 C 306.1993,684.0353 324.896,695.2534 324.896,709.0915 z "
+ style="font-size:12px;fill:url(#radialGradient2719);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="cccccc"
+ id="path819"
+ d="M 265.7396,778.5153 C 254.8275,921.0639 346.8165,956.3021 346.8165,1098.844 L 363.5206,1098.844 C 363.5206,956.3021 244.2187,873.1555 292.3403,766.6371 L 281.9928,759.2881 C 277.1656,766.8783 272.3385,773.2874 265.7396,778.5153 z "
+ style="font-size:12px;fill:#682700;fill-opacity:1;fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path820"
+ d="M 408.0318,504.3603 C 360.2074,554.658 305.4433,566.7587 278.8451,616.9958 C 252.8253,671.3638 277.4064,747.6097 266.2711,742.7629 C 251.5195,732.4915 252.6044,694.6561 253.2165,641.5498 C 255.7973,584.9233 266.6181,495.3541 314.8703,445.4665 C 392.496,365.6256 508.6499,448.8299 496.7139,484.5855 C 472.3461,465.4152 481.0739,427.9379 408.0318,504.3603 z "
+ style="font-size:12px;fill:url(#radialGradient2721);fill-rule:evenodd" /></g></g><g
+ transform="matrix(-0.798172,-0.602428,0.602428,-0.798172,445.9222,1044.886)"
+ id="g821"><g
+ transform="matrix(0.207553,0.177721,-0.189648,0.221482,317.6717,358.2198)"
+ id="g822"><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path823"
+ d="M 108.8851,296.3466 C 173.8505,376.8951 155.2364,485.3906 199.3699,570.0123 C 244.421,662.1369 257.4779,750.9301 266.653,740.0667 C 277.4237,718.7877 269.2601,683.6674 227.1764,596.6591 C 185.0924,509.6508 258.756,380.7593 213.4084,270.2896 C 149.8371,117.9604 -35.03494,186.0994 -10.48139,247.7057 C 6.518614,208.6144 9.806104,174.0356 108.8851,296.3466 z "
+ style="font-size:12px;fill:url(#radialGradient2723);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path824"
+ d="M 447.6715,609.7019 C 468.0711,636.5248 313.5466,690.7171 287.3116,710.7621 C 261.0767,690.7171 145.7256,641.5526 170.3824,613.0427 C 209.5684,571.5963 277.7808,581.3047 293.9933,608.0314 C 313.5465,587.9865 418.8721,576.2272 447.6715,609.7019 z "
+ style="font-size:12px;fill:url(#radialGradient2725);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path825"
+ d="M 434.3735,607.0871 C 367.8821,563.6023 326.8859,683.7713 307.7796,710.6977 C 328.7384,736.2086 352.6851,756.7604 434.9662,750.5555 C 490.858,746.5926 492.6106,628.9824 394.6823,676.2641 C 410.3423,660.07 527.9163,671.6041 434.3735,607.0871 z "
+ style="font-size:12px;fill:url(#radialGradient2727);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path826"
+ d="M 145.4409,607.087 C 165.8537,580.2742 259.6102,687.1121 278.7165,714.0385 C 257.7577,739.5494 159.7977,790.1951 148.189,767.2596 C 108.3943,706.2068 164.043,702.4807 181.7914,692.9683 C 119.3596,680.1152 127.691,627.0614 145.4409,607.087 z "
+ style="font-size:12px;fill:url(#radialGradient2729);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path827"
+ d="M 144.5261,751.7411 C 142.2961,718.1163 255.8666,718.6694 287.253,708.4237 C 313.7391,715.134 477.4439,725.4583 414.9344,790.9996 C 377.6512,828.1078 315.8769,785.8542 281.2819,759.3732 C 266.7322,793.0272 155.1466,864.8499 144.5261,751.7411 z "
+ style="font-size:12px;fill:url(#radialGradient2731);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccccc"
+ id="path828"
+ d="M 324.896,709.0915 C 324.896,722.9297 306.1993,710.7618 283.1356,710.7618 C 260.072,710.7618 241.3752,722.9297 241.3752,709.0915 C 241.3752,695.2534 260.072,684.0353 283.1356,684.0353 C 306.1993,684.0353 324.896,695.2534 324.896,709.0915 z "
+ style="font-size:12px;fill:url(#radialGradient2733);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="cccccc"
+ id="path829"
+ d="M 265.7396,778.5153 C 254.8275,921.0639 346.8165,956.3021 346.8165,1098.844 L 363.5206,1098.844 C 363.5206,956.3021 244.2187,873.1555 292.3403,766.6371 L 281.9928,759.2881 C 277.1656,766.8783 272.3385,773.2874 265.7396,778.5153 z "
+ style="font-size:12px;fill:#682700;fill-opacity:1;fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path830"
+ d="M 408.0318,504.3603 C 360.2074,554.658 305.4433,566.7587 278.8451,616.9958 C 252.8253,671.3638 277.4064,747.6097 266.2711,742.7629 C 251.5195,732.4915 252.6044,694.6561 253.2165,641.5498 C 255.7973,584.9233 266.6181,495.3541 314.8703,445.4665 C 392.496,365.6256 508.6499,448.8299 496.7139,484.5855 C 472.3461,465.4152 481.0739,427.9379 408.0318,504.3603 z "
+ style="font-size:12px;fill:url(#radialGradient2735);fill-rule:evenodd" /></g><g
+ transform="matrix(0.162018,0.220031,0.234796,-0.17289,306.3322,368.8328)"
+ id="g831"><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path832"
+ d="M 108.8851,296.3466 C 173.8505,376.8951 155.2364,485.3906 199.3699,570.0123 C 244.421,662.1369 257.4779,750.9301 266.653,740.0667 C 277.4237,718.7877 269.2601,683.6674 227.1764,596.6591 C 185.0924,509.6508 258.756,380.7593 213.4084,270.2896 C 149.8371,117.9604 -35.03494,186.0994 -10.48139,247.7057 C 6.518614,208.6144 9.806104,174.0356 108.8851,296.3466 z "
+ style="font-size:12px;fill:url(#radialGradient2737);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path833"
+ d="M 447.6715,609.7019 C 468.0711,636.5248 313.5466,690.7171 287.3116,710.7621 C 261.0767,690.7171 145.7256,641.5526 170.3824,613.0427 C 209.5684,571.5963 277.7808,581.3047 293.9933,608.0314 C 313.5465,587.9865 418.8721,576.2272 447.6715,609.7019 z "
+ style="font-size:12px;fill:url(#radialGradient2739);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path834"
+ d="M 434.3735,607.0871 C 367.8821,563.6023 326.8859,683.7713 307.7796,710.6977 C 328.7384,736.2086 352.6851,756.7604 434.9662,750.5555 C 490.858,746.5926 492.6106,628.9824 394.6823,676.2641 C 410.3423,660.07 527.9163,671.6041 434.3735,607.0871 z "
+ style="font-size:12px;fill:url(#radialGradient2741);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path835"
+ d="M 145.4409,607.087 C 165.8537,580.2742 259.6102,687.1121 278.7165,714.0385 C 257.7577,739.5494 159.7977,790.1951 148.189,767.2596 C 108.3943,706.2068 164.043,702.4807 181.7914,692.9683 C 119.3596,680.1152 127.691,627.0614 145.4409,607.087 z "
+ style="font-size:12px;fill:url(#radialGradient2743);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path836"
+ d="M 144.5261,751.7411 C 142.2961,718.1163 255.8666,718.6694 287.253,708.4237 C 313.7391,715.134 477.4439,725.4583 414.9344,790.9996 C 377.6512,828.1078 315.8769,785.8542 281.2819,759.3732 C 266.7322,793.0272 155.1466,864.8499 144.5261,751.7411 z "
+ style="font-size:12px;fill:url(#radialGradient2745);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccccc"
+ id="path837"
+ d="M 324.896,709.0915 C 324.896,722.9297 306.1993,710.7618 283.1356,710.7618 C 260.072,710.7618 241.3752,722.9297 241.3752,709.0915 C 241.3752,695.2534 260.072,684.0353 283.1356,684.0353 C 306.1993,684.0353 324.896,695.2534 324.896,709.0915 z "
+ style="font-size:12px;fill:url(#radialGradient2747);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="cccccc"
+ id="path838"
+ d="M 265.7396,778.5153 C 254.8275,921.0639 346.8165,956.3021 346.8165,1098.844 L 363.5206,1098.844 C 363.5206,956.3021 244.2187,873.1555 292.3403,766.6371 L 281.9928,759.2881 C 277.1656,766.8783 272.3385,773.2874 265.7396,778.5153 z "
+ style="font-size:12px;fill:#682700;fill-opacity:1;fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path839"
+ d="M 408.0318,504.3603 C 360.2074,554.658 305.4433,566.7587 278.8451,616.9958 C 252.8253,671.3638 277.4064,747.6097 266.2711,742.7629 C 251.5195,732.4915 252.6044,694.6561 253.2165,641.5498 C 255.7973,584.9233 266.6181,495.3541 314.8703,445.4665 C 392.496,365.6256 508.6499,448.8299 496.7139,484.5855 C 472.3461,465.4152 481.0739,427.9379 408.0318,504.3603 z "
+ style="font-size:12px;fill:url(#radialGradient2749);fill-rule:evenodd" /></g></g><g
+ transform="matrix(-0.999941,-1.086303e-2,1.086303e-2,-0.999941,789.7363,903.6507)"
+ id="g840"><g
+ transform="matrix(0.207553,0.177721,-0.189648,0.221482,317.6717,358.2198)"
+ id="g841"><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path842"
+ d="M 108.8851,296.3466 C 173.8505,376.8951 155.2364,485.3906 199.3699,570.0123 C 244.421,662.1369 257.4779,750.9301 266.653,740.0667 C 277.4237,718.7877 269.2601,683.6674 227.1764,596.6591 C 185.0924,509.6508 258.756,380.7593 213.4084,270.2896 C 149.8371,117.9604 -35.03494,186.0994 -10.48139,247.7057 C 6.518614,208.6144 9.806104,174.0356 108.8851,296.3466 z "
+ style="font-size:12px;fill:url(#radialGradient2751);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path843"
+ d="M 447.6715,609.7019 C 468.0711,636.5248 313.5466,690.7171 287.3116,710.7621 C 261.0767,690.7171 145.7256,641.5526 170.3824,613.0427 C 209.5684,571.5963 277.7808,581.3047 293.9933,608.0314 C 313.5465,587.9865 418.8721,576.2272 447.6715,609.7019 z "
+ style="font-size:12px;fill:url(#radialGradient2753);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path844"
+ d="M 434.3735,607.0871 C 367.8821,563.6023 326.8859,683.7713 307.7796,710.6977 C 328.7384,736.2086 352.6851,756.7604 434.9662,750.5555 C 490.858,746.5926 492.6106,628.9824 394.6823,676.2641 C 410.3423,660.07 527.9163,671.6041 434.3735,607.0871 z "
+ style="font-size:12px;fill:url(#radialGradient2755);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path845"
+ d="M 145.4409,607.087 C 165.8537,580.2742 259.6102,687.1121 278.7165,714.0385 C 257.7577,739.5494 159.7977,790.1951 148.189,767.2596 C 108.3943,706.2068 164.043,702.4807 181.7914,692.9683 C 119.3596,680.1152 127.691,627.0614 145.4409,607.087 z "
+ style="font-size:12px;fill:url(#radialGradient2757);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path846"
+ d="M 144.5261,751.7411 C 142.2961,718.1163 255.8666,718.6694 287.253,708.4237 C 313.7391,715.134 477.4439,725.4583 414.9344,790.9996 C 377.6512,828.1078 315.8769,785.8542 281.2819,759.3732 C 266.7322,793.0272 155.1466,864.8499 144.5261,751.7411 z "
+ style="font-size:12px;fill:url(#radialGradient2759);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccccc"
+ id="path847"
+ d="M 324.896,709.0915 C 324.896,722.9297 306.1993,710.7618 283.1356,710.7618 C 260.072,710.7618 241.3752,722.9297 241.3752,709.0915 C 241.3752,695.2534 260.072,684.0353 283.1356,684.0353 C 306.1993,684.0353 324.896,695.2534 324.896,709.0915 z "
+ style="font-size:12px;fill:url(#radialGradient2761);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="cccccc"
+ id="path848"
+ d="M 265.7396,778.5153 C 254.8275,921.0639 346.8165,956.3021 346.8165,1098.844 L 363.5206,1098.844 C 363.5206,956.3021 244.2187,873.1555 292.3403,766.6371 L 281.9928,759.2881 C 277.1656,766.8783 272.3385,773.2874 265.7396,778.5153 z "
+ style="font-size:12px;fill:#682700;fill-opacity:1;fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path849"
+ d="M 408.0318,504.3603 C 360.2074,554.658 305.4433,566.7587 278.8451,616.9958 C 252.8253,671.3638 277.4064,747.6097 266.2711,742.7629 C 251.5195,732.4915 252.6044,694.6561 253.2165,641.5498 C 255.7973,584.9233 266.6181,495.3541 314.8703,445.4665 C 392.496,365.6256 508.6499,448.8299 496.7139,484.5855 C 472.3461,465.4152 481.0739,427.9379 408.0318,504.3603 z "
+ style="font-size:12px;fill:url(#radialGradient2763);fill-rule:evenodd" /></g><g
+ transform="matrix(0.162018,0.220031,0.234796,-0.17289,306.3322,368.8328)"
+ id="g850"><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path851"
+ d="M 108.8851,296.3466 C 173.8505,376.8951 155.2364,485.3906 199.3699,570.0123 C 244.421,662.1369 257.4779,750.9301 266.653,740.0667 C 277.4237,718.7877 269.2601,683.6674 227.1764,596.6591 C 185.0924,509.6508 258.756,380.7593 213.4084,270.2896 C 149.8371,117.9604 -35.03494,186.0994 -10.48139,247.7057 C 6.518614,208.6144 9.806104,174.0356 108.8851,296.3466 z "
+ style="font-size:12px;fill:url(#radialGradient2765);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path852"
+ d="M 447.6715,609.7019 C 468.0711,636.5248 313.5466,690.7171 287.3116,710.7621 C 261.0767,690.7171 145.7256,641.5526 170.3824,613.0427 C 209.5684,571.5963 277.7808,581.3047 293.9933,608.0314 C 313.5465,587.9865 418.8721,576.2272 447.6715,609.7019 z "
+ style="font-size:12px;fill:url(#radialGradient2767);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path853"
+ d="M 434.3735,607.0871 C 367.8821,563.6023 326.8859,683.7713 307.7796,710.6977 C 328.7384,736.2086 352.6851,756.7604 434.9662,750.5555 C 490.858,746.5926 492.6106,628.9824 394.6823,676.2641 C 410.3423,660.07 527.9163,671.6041 434.3735,607.0871 z "
+ style="font-size:12px;fill:url(#radialGradient2769);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path854"
+ d="M 145.4409,607.087 C 165.8537,580.2742 259.6102,687.1121 278.7165,714.0385 C 257.7577,739.5494 159.7977,790.1951 148.189,767.2596 C 108.3943,706.2068 164.043,702.4807 181.7914,692.9683 C 119.3596,680.1152 127.691,627.0614 145.4409,607.087 z "
+ style="font-size:12px;fill:url(#radialGradient2771);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path855"
+ d="M 144.5261,751.7411 C 142.2961,718.1163 255.8666,718.6694 287.253,708.4237 C 313.7391,715.134 477.4439,725.4583 414.9344,790.9996 C 377.6512,828.1078 315.8769,785.8542 281.2819,759.3732 C 266.7322,793.0272 155.1466,864.8499 144.5261,751.7411 z "
+ style="font-size:12px;fill:url(#radialGradient2773);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccccc"
+ id="path856"
+ d="M 324.896,709.0915 C 324.896,722.9297 306.1993,710.7618 283.1356,710.7618 C 260.072,710.7618 241.3752,722.9297 241.3752,709.0915 C 241.3752,695.2534 260.072,684.0353 283.1356,684.0353 C 306.1993,684.0353 324.896,695.2534 324.896,709.0915 z "
+ style="font-size:12px;fill:url(#radialGradient2775);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="cccccc"
+ id="path857"
+ d="M 265.7396,778.5153 C 254.8275,921.0639 346.8165,956.3021 346.8165,1098.844 L 363.5206,1098.844 C 363.5206,956.3021 244.2187,873.1555 292.3403,766.6371 L 281.9928,759.2881 C 277.1656,766.8783 272.3385,773.2874 265.7396,778.5153 z "
+ style="font-size:12px;fill:#682700;fill-opacity:1;fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path858"
+ d="M 408.0318,504.3603 C 360.2074,554.658 305.4433,566.7587 278.8451,616.9958 C 252.8253,671.3638 277.4064,747.6097 266.2711,742.7629 C 251.5195,732.4915 252.6044,694.6561 253.2165,641.5498 C 255.7973,584.9233 266.6181,495.3541 314.8703,445.4665 C 392.496,365.6256 508.6499,448.8299 496.7139,484.5855 C 472.3461,465.4152 481.0739,427.9379 408.0318,504.3603 z "
+ style="font-size:12px;fill:url(#radialGradient2777);fill-rule:evenodd" /></g></g><g
+ transform="matrix(0.332483,0.943109,-0.943109,0.332483,692.3926,-79.42744)"
+ id="g859"><g
+ transform="matrix(0.207553,0.177721,-0.189648,0.221482,317.6717,358.2198)"
+ id="g860"><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path861"
+ d="M 108.8851,296.3466 C 173.8505,376.8951 155.2364,485.3906 199.3699,570.0123 C 244.421,662.1369 257.4779,750.9301 266.653,740.0667 C 277.4237,718.7877 269.2601,683.6674 227.1764,596.6591 C 185.0924,509.6508 258.756,380.7593 213.4084,270.2896 C 149.8371,117.9604 -35.03494,186.0994 -10.48139,247.7057 C 6.518614,208.6144 9.806104,174.0356 108.8851,296.3466 z "
+ style="font-size:12px;fill:url(#radialGradient2779);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path862"
+ d="M 447.6715,609.7019 C 468.0711,636.5248 313.5466,690.7171 287.3116,710.7621 C 261.0767,690.7171 145.7256,641.5526 170.3824,613.0427 C 209.5684,571.5963 277.7808,581.3047 293.9933,608.0314 C 313.5465,587.9865 418.8721,576.2272 447.6715,609.7019 z "
+ style="font-size:12px;fill:url(#radialGradient2781);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path863"
+ d="M 434.3735,607.0871 C 367.8821,563.6023 326.8859,683.7713 307.7796,710.6977 C 328.7384,736.2086 352.6851,756.7604 434.9662,750.5555 C 490.858,746.5926 492.6106,628.9824 394.6823,676.2641 C 410.3423,660.07 527.9163,671.6041 434.3735,607.0871 z "
+ style="font-size:12px;fill:url(#radialGradient2783);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path864"
+ d="M 145.4409,607.087 C 165.8537,580.2742 259.6102,687.1121 278.7165,714.0385 C 257.7577,739.5494 159.7977,790.1951 148.189,767.2596 C 108.3943,706.2068 164.043,702.4807 181.7914,692.9683 C 119.3596,680.1152 127.691,627.0614 145.4409,607.087 z "
+ style="font-size:12px;fill:url(#radialGradient2785);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path865"
+ d="M 144.5261,751.7411 C 142.2961,718.1163 255.8666,718.6694 287.253,708.4237 C 313.7391,715.134 477.4439,725.4583 414.9344,790.9996 C 377.6512,828.1078 315.8769,785.8542 281.2819,759.3732 C 266.7322,793.0272 155.1466,864.8499 144.5261,751.7411 z "
+ style="font-size:12px;fill:url(#radialGradient2787);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccccc"
+ id="path866"
+ d="M 324.896,709.0915 C 324.896,722.9297 306.1993,710.7618 283.1356,710.7618 C 260.072,710.7618 241.3752,722.9297 241.3752,709.0915 C 241.3752,695.2534 260.072,684.0353 283.1356,684.0353 C 306.1993,684.0353 324.896,695.2534 324.896,709.0915 z "
+ style="font-size:12px;fill:url(#radialGradient2789);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="cccccc"
+ id="path867"
+ d="M 265.7396,778.5153 C 254.8275,921.0639 346.8165,956.3021 346.8165,1098.844 L 363.5206,1098.844 C 363.5206,956.3021 244.2187,873.1555 292.3403,766.6371 L 281.9928,759.2881 C 277.1656,766.8783 272.3385,773.2874 265.7396,778.5153 z "
+ style="font-size:12px;fill:#682700;fill-opacity:1;fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path868"
+ d="M 408.0318,504.3603 C 360.2074,554.658 305.4433,566.7587 278.8451,616.9958 C 252.8253,671.3638 277.4064,747.6097 266.2711,742.7629 C 251.5195,732.4915 252.6044,694.6561 253.2165,641.5498 C 255.7973,584.9233 266.6181,495.3541 314.8703,445.4665 C 392.496,365.6256 508.6499,448.8299 496.7139,484.5855 C 472.3461,465.4152 481.0739,427.9379 408.0318,504.3603 z "
+ style="font-size:12px;fill:url(#radialGradient2791);fill-rule:evenodd" /></g><g
+ transform="matrix(0.162018,0.220031,0.234796,-0.17289,306.3322,368.8328)"
+ id="g869"><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path870"
+ d="M 108.8851,296.3466 C 173.8505,376.8951 155.2364,485.3906 199.3699,570.0123 C 244.421,662.1369 257.4779,750.9301 266.653,740.0667 C 277.4237,718.7877 269.2601,683.6674 227.1764,596.6591 C 185.0924,509.6508 258.756,380.7593 213.4084,270.2896 C 149.8371,117.9604 -35.03494,186.0994 -10.48139,247.7057 C 6.518614,208.6144 9.806104,174.0356 108.8851,296.3466 z "
+ style="font-size:12px;fill:url(#radialGradient2793);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path871"
+ d="M 447.6715,609.7019 C 468.0711,636.5248 313.5466,690.7171 287.3116,710.7621 C 261.0767,690.7171 145.7256,641.5526 170.3824,613.0427 C 209.5684,571.5963 277.7808,581.3047 293.9933,608.0314 C 313.5465,587.9865 418.8721,576.2272 447.6715,609.7019 z "
+ style="font-size:12px;fill:url(#radialGradient2795);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path872"
+ d="M 434.3735,607.0871 C 367.8821,563.6023 326.8859,683.7713 307.7796,710.6977 C 328.7384,736.2086 352.6851,756.7604 434.9662,750.5555 C 490.858,746.5926 492.6106,628.9824 394.6823,676.2641 C 410.3423,660.07 527.9163,671.6041 434.3735,607.0871 z "
+ style="font-size:12px;fill:url(#radialGradient2797);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path873"
+ d="M 145.4409,607.087 C 165.8537,580.2742 259.6102,687.1121 278.7165,714.0385 C 257.7577,739.5494 159.7977,790.1951 148.189,767.2596 C 108.3943,706.2068 164.043,702.4807 181.7914,692.9683 C 119.3596,680.1152 127.691,627.0614 145.4409,607.087 z "
+ style="font-size:12px;fill:url(#radialGradient2799);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path874"
+ d="M 144.5261,751.7411 C 142.2961,718.1163 255.8666,718.6694 287.253,708.4237 C 313.7391,715.134 477.4439,725.4583 414.9344,790.9996 C 377.6512,828.1078 315.8769,785.8542 281.2819,759.3732 C 266.7322,793.0272 155.1466,864.8499 144.5261,751.7411 z "
+ style="font-size:12px;fill:url(#radialGradient2801);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccccc"
+ id="path875"
+ d="M 324.896,709.0915 C 324.896,722.9297 306.1993,710.7618 283.1356,710.7618 C 260.072,710.7618 241.3752,722.9297 241.3752,709.0915 C 241.3752,695.2534 260.072,684.0353 283.1356,684.0353 C 306.1993,684.0353 324.896,695.2534 324.896,709.0915 z "
+ style="font-size:12px;fill:url(#radialGradient2803);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="cccccc"
+ id="path876"
+ d="M 265.7396,778.5153 C 254.8275,921.0639 346.8165,956.3021 346.8165,1098.844 L 363.5206,1098.844 C 363.5206,956.3021 244.2187,873.1555 292.3403,766.6371 L 281.9928,759.2881 C 277.1656,766.8783 272.3385,773.2874 265.7396,778.5153 z "
+ style="font-size:12px;fill:#682700;fill-opacity:1;fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path877"
+ d="M 408.0318,504.3603 C 360.2074,554.658 305.4433,566.7587 278.8451,616.9958 C 252.8253,671.3638 277.4064,747.6097 266.2711,742.7629 C 251.5195,732.4915 252.6044,694.6561 253.2165,641.5498 C 255.7973,584.9233 266.6181,495.3541 314.8703,445.4665 C 392.496,365.6256 508.6499,448.8299 496.7139,484.5855 C 472.3461,465.4152 481.0739,427.9379 408.0318,504.3603 z "
+ style="font-size:12px;fill:url(#radialGradient2805);fill-rule:evenodd" /></g></g><g
+ transform="matrix(-0.378185,0.92573,-0.92573,-0.378185,952.3819,224.4671)"
+ id="g878"><g
+ transform="matrix(0.207553,0.177721,-0.189648,0.221482,317.6717,358.2198)"
+ id="g879"><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path880"
+ d="M 108.8851,296.3466 C 173.8505,376.8951 155.2364,485.3906 199.3699,570.0123 C 244.421,662.1369 257.4779,750.9301 266.653,740.0667 C 277.4237,718.7877 269.2601,683.6674 227.1764,596.6591 C 185.0924,509.6508 258.756,380.7593 213.4084,270.2896 C 149.8371,117.9604 -35.03494,186.0994 -10.48139,247.7057 C 6.518614,208.6144 9.806104,174.0356 108.8851,296.3466 z "
+ style="font-size:12px;fill:url(#radialGradient2807);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path881"
+ d="M 447.6715,609.7019 C 468.0711,636.5248 313.5466,690.7171 287.3116,710.7621 C 261.0767,690.7171 145.7256,641.5526 170.3824,613.0427 C 209.5684,571.5963 277.7808,581.3047 293.9933,608.0314 C 313.5465,587.9865 418.8721,576.2272 447.6715,609.7019 z "
+ style="font-size:12px;fill:url(#radialGradient2809);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path882"
+ d="M 434.3735,607.0871 C 367.8821,563.6023 326.8859,683.7713 307.7796,710.6977 C 328.7384,736.2086 352.6851,756.7604 434.9662,750.5555 C 490.858,746.5926 492.6106,628.9824 394.6823,676.2641 C 410.3423,660.07 527.9163,671.6041 434.3735,607.0871 z "
+ style="font-size:12px;fill:url(#radialGradient2811);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path883"
+ d="M 145.4409,607.087 C 165.8537,580.2742 259.6102,687.1121 278.7165,714.0385 C 257.7577,739.5494 159.7977,790.1951 148.189,767.2596 C 108.3943,706.2068 164.043,702.4807 181.7914,692.9683 C 119.3596,680.1152 127.691,627.0614 145.4409,607.087 z "
+ style="font-size:12px;fill:url(#radialGradient2813);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path884"
+ d="M 144.5261,751.7411 C 142.2961,718.1163 255.8666,718.6694 287.253,708.4237 C 313.7391,715.134 477.4439,725.4583 414.9344,790.9996 C 377.6512,828.1078 315.8769,785.8542 281.2819,759.3732 C 266.7322,793.0272 155.1466,864.8499 144.5261,751.7411 z "
+ style="font-size:12px;fill:url(#radialGradient2815);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccccc"
+ id="path885"
+ d="M 324.896,709.0915 C 324.896,722.9297 306.1993,710.7618 283.1356,710.7618 C 260.072,710.7618 241.3752,722.9297 241.3752,709.0915 C 241.3752,695.2534 260.072,684.0353 283.1356,684.0353 C 306.1993,684.0353 324.896,695.2534 324.896,709.0915 z "
+ style="font-size:12px;fill:url(#radialGradient2817);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="cccccc"
+ id="path886"
+ d="M 265.7396,778.5153 C 254.8275,921.0639 346.8165,956.3021 346.8165,1098.844 L 363.5206,1098.844 C 363.5206,956.3021 244.2187,873.1555 292.3403,766.6371 L 281.9928,759.2881 C 277.1656,766.8783 272.3385,773.2874 265.7396,778.5153 z "
+ style="font-size:12px;fill:#682700;fill-opacity:1;fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path887"
+ d="M 408.0318,504.3603 C 360.2074,554.658 305.4433,566.7587 278.8451,616.9958 C 252.8253,671.3638 277.4064,747.6097 266.2711,742.7629 C 251.5195,732.4915 252.6044,694.6561 253.2165,641.5498 C 255.7973,584.9233 266.6181,495.3541 314.8703,445.4665 C 392.496,365.6256 508.6499,448.8299 496.7139,484.5855 C 472.3461,465.4152 481.0739,427.9379 408.0318,504.3603 z "
+ style="font-size:12px;fill:url(#radialGradient2819);fill-rule:evenodd" /></g><g
+ transform="matrix(0.162018,0.220031,0.234796,-0.17289,306.3322,368.8328)"
+ id="g888"><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path889"
+ d="M 108.8851,296.3466 C 173.8505,376.8951 155.2364,485.3906 199.3699,570.0123 C 244.421,662.1369 257.4779,750.9301 266.653,740.0667 C 277.4237,718.7877 269.2601,683.6674 227.1764,596.6591 C 185.0924,509.6508 258.756,380.7593 213.4084,270.2896 C 149.8371,117.9604 -35.03494,186.0994 -10.48139,247.7057 C 6.518614,208.6144 9.806104,174.0356 108.8851,296.3466 z "
+ style="font-size:12px;fill:url(#radialGradient699);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path890"
+ d="M 447.6715,609.7019 C 468.0711,636.5248 313.5466,690.7171 287.3116,710.7621 C 261.0767,690.7171 145.7256,641.5526 170.3824,613.0427 C 209.5684,571.5963 277.7808,581.3047 293.9933,608.0314 C 313.5465,587.9865 418.8721,576.2272 447.6715,609.7019 z "
+ style="font-size:12px;fill:url(#radialGradient696);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path891"
+ d="M 434.3735,607.0871 C 367.8821,563.6023 326.8859,683.7713 307.7796,710.6977 C 328.7384,736.2086 352.6851,756.7604 434.9662,750.5555 C 490.858,746.5926 492.6106,628.9824 394.6823,676.2641 C 410.3423,660.07 527.9163,671.6041 434.3735,607.0871 z "
+ style="font-size:12px;fill:url(#radialGradient733);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path892"
+ d="M 145.4409,607.087 C 165.8537,580.2742 259.6102,687.1121 278.7165,714.0385 C 257.7577,739.5494 159.7977,790.1951 148.189,767.2596 C 108.3943,706.2068 164.043,702.4807 181.7914,692.9683 C 119.3596,680.1152 127.691,627.0614 145.4409,607.087 z "
+ style="font-size:12px;fill:url(#radialGradient697);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccscs"
+ id="path893"
+ d="M 144.5261,751.7411 C 142.2961,718.1163 255.8666,718.6694 287.253,708.4237 C 313.7391,715.134 477.4439,725.4583 414.9344,790.9996 C 377.6512,828.1078 315.8769,785.8542 281.2819,759.3732 C 266.7322,793.0272 155.1466,864.8499 144.5261,751.7411 z "
+ style="font-size:12px;fill:url(#radialGradient698);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="ccccc"
+ id="path894"
+ d="M 324.896,709.0915 C 324.896,722.9297 306.1993,710.7618 283.1356,710.7618 C 260.072,710.7618 241.3752,722.9297 241.3752,709.0915 C 241.3752,695.2534 260.072,684.0353 283.1356,684.0353 C 306.1993,684.0353 324.896,695.2534 324.896,709.0915 z "
+ style="font-size:12px;fill:url(#radialGradient704);fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-406.8607,-439.1156)"
+ sodipodi:nodetypes="cccccc"
+ id="path895"
+ d="M 265.7396,778.5153 C 254.8275,921.0639 346.8165,956.3021 346.8165,1098.844 L 363.5206,1098.844 C 363.5206,956.3021 244.2187,873.1555 292.3403,766.6371 L 281.9928,759.2881 C 277.1656,766.8783 272.3385,773.2874 265.7396,778.5153 z "
+ style="font-size:12px;fill:#682700;fill-opacity:1;fill-rule:evenodd" /><path
+ transform="matrix(0.376659,0,0,0.419156,-373.3746,-289.1922)"
+ sodipodi:nodetypes="cscsscs"
+ id="path896"
+ d="M 408.0318,504.3603 C 360.2074,554.658 305.4433,566.7587 278.8451,616.9958 C 252.8253,671.3638 277.4064,747.6097 266.2711,742.7629 C 251.5195,732.4915 252.6044,694.6561 253.2165,641.5498 C 255.7973,584.9233 266.6181,495.3541 314.8703,445.4665 C 392.496,365.6256 508.6499,448.8299 496.7139,484.5855 C 472.3461,465.4152 481.0739,427.9379 408.0318,504.3603 z "
+ style="font-size:12px;fill:url(#radialGradient703);fill-rule:evenodd" /></g></g></g></g><g
+ transform="translate(0,10.15141)"
+ id="g1281"><path
+ sodipodi:nodetypes="cccccccs"
+ id="path716"
+ d="M 480.6188,445.7681 C 479.4224,495.4396 456.9758,538.2182 430.0071,558.9306 L 429.13,572.4291 L 834.4023,572.4291 L 834.4023,322.0541 L 438.6001,322.0541 L 438.5023,336.3067 C 465.1108,358.6399 481.6219,403.115 480.6188,445.7681 z "
+ style="font-size:12px;fill:url(#linearGradient714);fill-rule:evenodd" /><rect
+ transform="translate(0,-3.051758e-5)"
+ ry="1.4971809"
+ y="322.83344"
+ x="667.15338"
+ height="250.33722"
+ width="7.1781225"
+ id="rect717"
+ style="font-size:12px;fill:url(#linearGradient2821);fill-rule:evenodd" /><rect
+ transform="translate(0,-3.051758e-5)"
+ ry="1.4971809"
+ y="322.83344"
+ x="610.38965"
+ height="250.33722"
+ width="7.1781225"
+ id="rect722"
+ style="font-size:12px;fill:url(#linearGradient2823);fill-rule:evenodd" /><rect
+ ry="1.4971809"
+ y="322.8334"
+ x="557.15497"
+ height="250.33722"
+ width="7.1781225"
+ id="rect723"
+ style="font-size:12px;fill:url(#linearGradient2825);fill-rule:evenodd" /><rect
+ transform="translate(0,-3.051758e-5)"
+ ry="1.4971809"
+ y="322.83337"
+ x="509.4913"
+ height="250.33722"
+ width="7.1781225"
+ id="rect724"
+ style="font-size:12px;fill:url(#linearGradient2827);fill-rule:evenodd" /><rect
+ ry="1.4971809"
+ y="322.8334"
+ x="795.16364"
+ height="250.33722"
+ width="7.1781225"
+ id="rect1275"
+ style="font-size:12px;fill:url(#linearGradient2829);fill-rule:evenodd" /><rect
+ transform="translate(0,-3.051758e-5)"
+ ry="1.4971809"
+ y="322.83337"
+ x="729.36389"
+ height="250.33722"
+ width="7.1781225"
+ id="rect1276"
+ style="font-size:12px;fill:url(#linearGradient2831);fill-rule:evenodd" /><rect
+ ry="0.34522513"
+ y="514.25067"
+ x="464.02969"
+ height="57.723618"
+ width="7.1781225"
+ id="rect1279"
+ style="font-size:12px;fill:url(#linearGradient2833);fill-rule:evenodd" /><rect
+ ry="0.34522513"
+ y="322.8334"
+ x="464.02969"
+ height="57.723618"
+ width="7.1781225"
+ id="rect1280"
+ style="font-size:12px;fill:url(#linearGradient718);fill-rule:evenodd" /></g></g></g></svg>
\ No newline at end of file
Added: branches/gcomprixogoo/src/melody-activity/resources/melody/guitar_cursor.svg
==============================================================================
--- (empty file)
+++ branches/gcomprixogoo/src/melody-activity/resources/melody/guitar_cursor.svg Sun Dec 21 13:40:40 2008
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg1484"
+ sodipodi:version="0.32"
+ width="76.554329"
+ height="81.211266"
+ xml:space="preserve"
+ sodipodi:docbase="/home/franck"
+ sodipodi:docname="mediator.svg"
+ inkscape:version="0.46"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0"><metadata
+ id="metadata16"><rdf:RDF><cc:Work
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
+ id="defs1486"><inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ id="perspective18" /><linearGradient
+ id="linearGradient1494"><stop
+ style="stop-color:#f5efbd;stop-opacity:1;"
+ offset="0"
+ id="stop1495" /><stop
+ style="stop-color:#f2c797;stop-opacity:1;"
+ offset="1"
+ id="stop1496" /></linearGradient><linearGradient
+ id="linearGradient1490"><stop
+ style="stop-color:#000;stop-opacity:1;"
+ offset="0"
+ id="stop1491" /><stop
+ style="stop-color:#fff;stop-opacity:1;"
+ offset="1"
+ id="stop1492" /></linearGradient><radialGradient
+ xlink:href="#linearGradient1494"
+ id="radialGradient1493"
+ cx="394.58437"
+ cy="563.24081"
+ r="167.45515"
+ fx="394.58437"
+ fy="563.24081"
+ gradientTransform="scale(0.9616298,1.0399012)"
+ gradientUnits="userSpaceOnUse" /><radialGradient
+ xlink:href="#linearGradient1494"
+ id="radialGradient1498"
+ cx="360.13942"
+ cy="583.729"
+ r="120.41199"
+ fx="360.13942"
+ fy="583.729"
+ gradientTransform="scale(1.0550866,0.9477895)"
+ gradientUnits="userSpaceOnUse" /></defs><sodipodi:namedview
+ id="base"
+ showgrid="false"
+ inkscape:zoom="0.44281333"
+ inkscape:cx="10.72117"
+ inkscape:cy="74.523502"
+ inkscape:window-width="640"
+ inkscape:window-height="672"
+ inkscape:window-x="49"
+ inkscape:window-y="17"
+ inkscape:current-layer="svg1484" /><g
+ id="g1499"
+ transform="matrix(0.249645,0,0,0.244898,-55.4842,-78.725156)"><path
+ style="font-size:12px;fill:url(#radialGradient1493);fill-rule:evenodd"
+ d="M 368.8343,321.461 C 310.7065,321.461 240.7738,489.3772 223.3309,575.2462 C 214.8313,617.0886 258.0419,653.0736 301.1583,653.0736 L 439.8942,653.0736 C 483.0106,653.0736 537.0637,620.2549 527.873,578.63 C 508.8653,492.5435 436.0536,321.461 368.8343,321.461 z"
+ id="path1489"
+ sodipodi:nodetypes="csccss" /><path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient1498);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="path1497"
+ d="M 480.49983,553.25146 A 99.822159,89.670746 0 1 1 280.85551,553.25146 A 99.822159,89.670746 0 1 1 480.49983,553.25146 z"
+ sodipodi:cx="380.67767"
+ sodipodi:cy="553.25146"
+ sodipodi:rx="99.822159"
+ sodipodi:ry="89.670746"
+ transform="translate(-6.767578,3.383759)" /></g></svg>
\ No newline at end of file
Added: branches/gcomprixogoo/src/melody-activity/resources/melody/xylofon_background.svg
==============================================================================
--- (empty file)
+++ branches/gcomprixogoo/src/melody-activity/resources/melody/xylofon_background.svg Sun Dec 21 13:40:40 2008
@@ -0,0 +1,289 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns: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"
+ id="svg1103"
+ sodipodi:version="0.32"
+ inkscape:version="0.45"
+ width="800.00012"
+ height="520"
+ inkscape:export-filename="background.png"
+ inkscape:export-xdpi="72.000000"
+ inkscape:export-ydpi="72.000000"
+ sodipodi:docname="background-melody.svg"
+ sodipodi:docbase="/home/franck/Dessins/Vectoriels/Background"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ sodipodi:modified="true"
+ version="1.0">
+ <defs
+ id="defs1105">
+ <linearGradient
+ xlink:href="#linearGradient725"
+ id="linearGradient724"
+ x1="1.2382984e-10"
+ y1="-4.049302e-08"
+ x2="1"
+ y2="-4.049302e-08" />
+ <linearGradient
+ xlink:href="#linearGradient725"
+ id="linearGradient730"
+ x1="-0.07450974"
+ y1="0.0078124516"
+ x2="1.0196079"
+ y2="0.039062493" />
+ <linearGradient
+ xlink:href="#linearGradient725"
+ id="linearGradient781"
+ x1="-1.5656007e-10"
+ y1="-5.6031084e-08"
+ x2="1"
+ y2="-5.6031084e-08" />
+ <linearGradient
+ xlink:href="#linearGradient725"
+ id="linearGradient783"
+ x1="0.44616416"
+ y1="-2.7355819"
+ x2="0.51939881"
+ y2="2.785455" />
+ <linearGradient
+ id="linearGradient725">
+ <stop
+ style="stop-color:#e6b235;stop-opacity:1;"
+ offset="0"
+ id="stop726" />
+ <stop
+ style="stop-color:#622f00;stop-opacity:1;"
+ offset="1"
+ id="stop727" />
+ </linearGradient>
+ <linearGradient
+ xlink:href="#linearGradient725"
+ id="linearGradient778"
+ x1="0.9930796"
+ y1="3.1640278e-07"
+ x2="0.0034601956"
+ y2="1.0546763e-08" />
+ <linearGradient
+ xlink:href="#linearGradient701"
+ id="linearGradient700"
+ x1="-0.15577887"
+ y1="0.5"
+ x2="1.4472362"
+ y2="0.5" />
+ <linearGradient
+ id="linearGradient701">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop702" />
+ <stop
+ style="stop-color:#dfffff;stop-opacity:1;"
+ offset="1"
+ id="stop703" />
+ </linearGradient>
+ <linearGradient
+ xlink:href="#linearGradient701"
+ id="linearGradient704"
+ x1="0.86294413"
+ y1="0.453125"
+ x2="-0.091370568"
+ y2="0.453125" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient701"
+ id="linearGradient2195"
+ x1="538.27618"
+ y1="458.72711"
+ x2="-77.238495"
+ y2="458.72711"
+ gradientTransform="scale(1.2403474,0.8062257)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient701"
+ id="linearGradient2197"
+ x1="-108.20063"
+ y1="490.18399"
+ x2="901.32123"
+ y2="490.18399"
+ gradientTransform="scale(1.2434512,0.8042133)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient725"
+ id="linearGradient2199"
+ x1="457.86871"
+ y1="300.62946"
+ x2="46.133675"
+ y2="300.62933"
+ gradientTransform="scale(1.4989937,0.6671142)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient725"
+ id="linearGradient2201"
+ x1="81.093987"
+ y1="810.0296"
+ x2="89.097504"
+ y2="1413.4012"
+ gradientTransform="scale(5.1721478,0.1933433)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient725"
+ id="linearGradient2203"
+ x1="54.49897"
+ y1="618.82397"
+ x2="287.89359"
+ y2="618.82397"
+ gradientTransform="scale(2.4011225,0.4164719)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient725"
+ id="linearGradient2205"
+ x1="85.623772"
+ y1="1309.1881"
+ x2="96.343903"
+ y2="2117.3611"
+ gradientTransform="scale(4.0475777,0.2470614)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient725"
+ id="linearGradient2207"
+ x1="22.162083"
+ y1="1635.5084"
+ x2="179.79375"
+ y2="1635.5084"
+ gradientTransform="scale(3.7352501,0.2677197)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient725"
+ id="linearGradient2209"
+ x1="-10.793531"
+ y1="267.82535"
+ x2="506.52524"
+ y2="282.60095"
+ gradientTransform="scale(1.4286584,0.6999574)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient725"
+ id="linearGradient2211"
+ x1="22.432333"
+ y1="505.17221"
+ x2="449.79419"
+ y2="505.17221"
+ gradientTransform="scale(1.579295,0.6331939)"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.43415836"
+ inkscape:cx="305.25953"
+ inkscape:cy="305.77301"
+ inkscape:window-width="822"
+ inkscape:window-height="592"
+ inkscape:window-x="9"
+ inkscape:window-y="75"
+ inkscape:current-layer="svg1103" />
+ <metadata
+ id="metadata1106">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="g2181"
+ transform="matrix(0.799821,0,0,0.7999998,112.15101,-8.3663128)">
+ <rect
+ ry="0"
+ y="11.326653"
+ x="-139.48334"
+ height="648.26263"
+ width="998.75037"
+ id="rect1182"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.17874508pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <g
+ transform="matrix(1.25,0,0,1.25,-111.7257,-157.3078)"
+ id="g819">
+ <rect
+ rx="16.242216"
+ ry="16.242216"
+ y="134.21255"
+ x="-22.706085"
+ height="520.00012"
+ width="800.00024"
+ id="rect695"
+ style="font-size:12px;fill:url(#linearGradient2195);fill-rule:evenodd" />
+ <rect
+ rx="15.819446"
+ ry="15.819445"
+ y="140.98003"
+ x="-12.554675"
+ height="506.46494"
+ width="783.0813"
+ id="rect696"
+ style="font-size:12px;fill:url(#linearGradient2197);fill-rule:evenodd" />
+ </g>
+ <g
+ transform="translate(-5.35274,-58.6008)"
+ id="g806">
+ <path
+ sodipodi:nodetypes="ccccsccssc"
+ id="path777"
+ d="M 184.2393,200.5541 C 164.3558,200.5541 124.4214,221.3468 124.4214,241.2303 L 66.99609,447.0043 C 66.99609,466.8877 73.43252,478.1096 100.4942,478.1096 L 148.3487,305.8338 C 155.8788,278.7253 166.0666,274.9138 183.022,268.7257 C 305.2568,288.8575 660.9886,350.4701 688.5049,353.6884 L 690.2994,339.93 C 693.294,316.9702 677.1139,292.657 657.9977,289.0848 L 184.2393,200.5541 z "
+ style="font-size:12px;fill:url(#linearGradient2199);fill-rule:evenodd" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path780"
+ d="M 170.9338,219.7057 L 167.2389,235.5455 L 732.4819,225.7171 L 730.8287,214.4158 L 170.9338,219.7057 z "
+ style="font-size:12px;fill:url(#linearGradient2201);fill-rule:evenodd"
+ transform="matrix(0.98886,0.148846,-0.148846,0.98886,0,0)" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path782"
+ d="M 130.8587,257.7228 L 134.9986,278.0146 L 689.1357,354.9251 L 691.2678,331.5401 L 130.8587,257.7228 z "
+ style="font-size:12px;fill:url(#linearGradient2203);fill-rule:evenodd" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path784"
+ d="M 86.99178,422.3821 L 82.22237,438.0008 L 671.4744,458.5471 L 674.7094,447.1382 L 86.99178,422.3821 z "
+ style="font-size:12px;fill:url(#linearGradient2205);fill-rule:evenodd" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path785"
+ d="M 82.78092,437.8578 L 89.14845,457.661 L 671.0401,480.0589 L 671.5746,457.6593 L 82.78092,437.8578 z "
+ style="font-size:12px;fill:url(#linearGradient2207);fill-rule:evenodd" />
+ <path
+ sodipodi:nodetypes="ccccccccccccccsscs"
+ id="path775"
+ d="M 203.1379,209.0133 C 155.7037,207.1832 134.3566,218.8815 124.6147,253.0544 L 75.2251,423.875 C 58.30513,472.404 77.24826,475.8207 111.1701,476.7457 L 599.9389,489.7476 C 661.7294,489.185 669.9139,474.0364 673.6766,445.7065 L 689.6592,342.4998 C 691.0295,306.9923 673.8679,293.405 636.0045,284.3967 L 203.1379,209.0133 z M 190.837,186.1697 C 140.7931,178.3482 106.4299,206.8864 94.02481,251.0812 L 36.08965,457.4839 C 26.51878,498.6014 76.86678,506.843 127.5182,506.843 L 627.796,515.8334 C 676.0547,515.8334 693.3546,494.1643 697.6901,454.5107 L 709.3954,347.4522 C 714.1998,303.5103 702.92,267.1956 653.0365,258.4081 L 190.837,186.1697 z "
+ style="font-size:12px;fill:url(#linearGradient2209);fill-rule:evenodd" />
+ <path
+ sodipodi:nodetypes="cssssscsss"
+ id="path723"
+ d="M 91.36263,503.7758 C 62.91956,503.2175 41.32817,490.4498 35.42727,473.7322 L 67.67602,565.0947 C 73.63876,581.9875 97.13546,590.6115 115.0492,590.4733 L 644.7343,586.3887 C 708.5995,585.8962 708.79232,507.79762 709.309,445.77 L 710.3577,319.872 L 691.9874,466.8443 C 688.4747,494.9477 657.7037,514.8937 629.387,514.3378 L 91.36263,503.7758 z "
+ style="font-size:12px;fill:url(#linearGradient2211);fill-opacity:1;fill-rule:evenodd" />
+ </g>
+ </g>
+</svg>
Added: branches/gcomprixogoo/src/melody-activity/resources/melody/xylofon_son1.svg
==============================================================================
--- (empty file)
+++ branches/gcomprixogoo/src/melody-activity/resources/melody/xylofon_son1.svg Sun Dec 21 13:40:40 2008
@@ -0,0 +1,150 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns: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"
+ id="svg995"
+ sodipodi:version="0.32"
+ inkscape:version="0.45"
+ width="173.64864"
+ height="284.28857"
+ sodipodi:docbase="/home/franck/Dessins/Vectoriels/Objets_divers"
+ sodipodi:docname="son2.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0"
+ sodipodi:modified="true">
+ <defs
+ id="defs997">
+ <linearGradient
+ id="linearGradient697">
+ <stop
+ style="stop-color:#3f3f3f;stop-opacity:1;"
+ offset="0"
+ id="stop698" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop699" />
+ </linearGradient>
+ <radialGradient
+ xlink:href="#linearGradient697"
+ id="radialGradient764"
+ cx="162.50676"
+ cy="292.05585"
+ r="12.380736"
+ fx="162.50676"
+ fy="292.05585"
+ spreadMethod="reflect"
+ gradientTransform="scale(1.2247443,0.8164969)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ xlink:href="#linearGradient742"
+ id="linearGradient757"
+ x1="104.17807"
+ y1="1100.9184"
+ x2="153.74857"
+ y2="1100.9184"
+ gradientTransform="scale(2.33017,0.4291532)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient742">
+ <stop
+ style="stop-color:#754dff;stop-opacity:1;"
+ offset="0"
+ id="stop743" />
+ <stop
+ style="stop-color:#6a00ad;stop-opacity:1;"
+ offset="1"
+ id="stop744" />
+ </linearGradient>
+ <linearGradient
+ xlink:href="#linearGradient742"
+ id="linearGradient745"
+ x1="312.88653"
+ y1="162.68912"
+ x2="530.0266"
+ y2="162.68912"
+ gradientTransform="scale(0.7766923,1.2875112)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient697"
+ id="radialGradient2170"
+ spreadMethod="reflect"
+ cx="162.50676"
+ cy="292.05585"
+ fx="162.50676"
+ fy="292.05585"
+ r="12.380736"
+ gradientTransform="scale(1.2247443,0.8164969)"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.84955975"
+ inkscape:cx="70.640001"
+ inkscape:cy="120.945"
+ inkscape:window-width="822"
+ inkscape:window-height="592"
+ inkscape:window-x="9"
+ inkscape:window-y="75"
+ inkscape:current-layer="svg995" />
+ <metadata
+ id="metadata998">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="g791"
+ transform="matrix(0.999804,1.981449e-2,-1.981449e-2,0.999804,-233.18162,-216.11578)"
+ inkscape:export-xdpi="72.000000"
+ inkscape:export-ydpi="72.000000">
+ <path
+ style="font-size:12px;fill:url(#linearGradient745);fill-opacity:1;fill-rule:evenodd"
+ d="M 314.9763,212.4633 C 304.1814,217.3449 298.9611,228.9735 297.1758,236.354 L 244.2576,464.3249 C 241.3543,476.1401 243.0182,483.5354 254.9308,486.4149 C 275.8833,473.9367 317.6956,476.4219 336.7712,488.3267 C 348.684,491.2061 356.1401,485.1209 359.0434,473.3057 L 410.3602,249.2441 C 413.2633,237.4288 411.6997,231.5151 401.9225,223.8281 C 388.3577,212.0545 336.7648,205.1628 314.9763,212.4633 z "
+ id="path741"
+ sodipodi:nodetypes="cccccccsc" />
+ <path
+ style="font-size:12px;fill:url(#linearGradient757);fill-rule:evenodd"
+ d="M 254.9793,483.8832 C 244.0501,486.482 242.7881,475.0006 242.7881,472.4627 L 242.7527,480.4993 C 242.7212,487.6561 251.1386,490.6507 255.7899,489.3817 C 289.1612,479.2305 309.3209,482.0841 333.8409,492.3427 C 343.0817,496.0319 354.0688,491.9197 355.0888,485.575 L 358.2603,474.5777 C 354.7365,486.844 342.6956,490.438 336.8371,487.6898 C 312.1102,475.8664 286.5765,474.7954 254.9793,483.8832 z "
+ id="path760"
+ sodipodi:nodetypes="ccscsccss" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient2170);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="path766"
+ d="M 224.91541 243.62378 A 21.534454 14.356316 0 1 1 181.8465,243.62378 A 21.534454 14.356316 0 1 1 224.91541 243.62378 z"
+ sodipodi:cx="203.38095"
+ sodipodi:cy="243.62378"
+ sodipodi:rx="21.534454"
+ sodipodi:ry="14.356316"
+ transform="translate(144.5129,9.330338)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient764);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="path767"
+ d="M 224.91541 243.62378 A 21.534454 14.356316 0 1 1 181.8465,243.62378 A 21.534454 14.356316 0 1 1 224.91541 243.62378 z"
+ sodipodi:cx="203.38095"
+ sodipodi:cy="243.62378"
+ sodipodi:rx="21.534454"
+ sodipodi:ry="14.356316"
+ transform="translate(105.599,186.9806)" />
+ </g>
+</svg>
Added: branches/gcomprixogoo/src/melody-activity/resources/melody/xylofon_son2.svg
==============================================================================
--- (empty file)
+++ branches/gcomprixogoo/src/melody-activity/resources/melody/xylofon_son2.svg Sun Dec 21 13:40:40 2008
@@ -0,0 +1,131 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ id="svg1018"
+ sodipodi:version="0.32"
+ inkscape:version="0.39"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ width="127.28000pt"
+ height="206.89000pt"
+ sodipodi:docbase="/home/franck/Dessins/Vectoriels"
+ sodipodi:docname="son3.svg">
+ <defs
+ id="defs1020">
+ <linearGradient
+ id="linearGradient697">
+ <stop
+ style="stop-color:#3f3f3f;stop-opacity:1;"
+ offset="0"
+ id="stop698" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop699" />
+ </linearGradient>
+ <radialGradient
+ xlink:href="#linearGradient697"
+ id="radialGradient764"
+ cx="0.39895916"
+ cy="0.32025081"
+ r="0.3520692"
+ fx="0.39895916"
+ fy="0.32025081"
+ spreadMethod="reflect" />
+ <linearGradient
+ xlink:href="#linearGradient747"
+ id="linearGradient759"
+ x1="9.26276869e-8"
+ y1="1.59111551e-7"
+ x2="1.00000012"
+ y2="1.59111551e-7" />
+ <linearGradient
+ id="linearGradient747">
+ <stop
+ style="stop-color:#7fff00;stop-opacity:1;"
+ offset="0"
+ id="stop748" />
+ <stop
+ style="stop-color:#6a9a00;stop-opacity:1;"
+ offset="1"
+ id="stop749" />
+ </linearGradient>
+ <linearGradient
+ xlink:href="#linearGradient747"
+ id="linearGradient750"
+ x1="1.65775106e-7"
+ y1="1.02670988e-7"
+ x2="1.00000012"
+ y2="1.02670988e-7" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1.9770072"
+ inkscape:cx="65.640001"
+ inkscape:cy="103.94500"
+ inkscape:window-width="640"
+ inkscape:window-height="581"
+ inkscape:window-x="150"
+ inkscape:window-y="0" />
+ <metadata
+ id="metadata1021">
+ <rdf:RDF
+ id="RDF1022">
+ <cc:Work
+ rdf:about=""
+ id="Work1023">
+ <dc:format
+ id="format1024">image/svg+xml</dc:format>
+ <dc:type
+ id="type1026"
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="g796"
+ transform="translate(-389.1245,-236.7726)">
+ <path
+ style="font-size:12.000000;fill:url(#linearGradient750);fill-opacity:1.0000000;fill-rule:evenodd;"
+ d="M 455.75170,239.94990 C 445.70800,244.84710 441.17910,255.80310 439.75070,262.70360 L 390.66250,467.23550 C 388.33300,478.28400 390.16950,485.07870 401.54580,487.33400 C 420.93400,475.04560 467.36170,480.97500 485.83670,491.34480 C 497.21310,493.59990 502.36250,487.28010 504.69200,476.23170 L 547.01970,274.03050 C 549.34900,262.98190 547.65990,257.55650 538.13450,250.77260 C 524.87950,240.33330 476.11450,232.43000 455.75170,239.94990 z "
+ id="path746"
+ sodipodi:nodetypes="cccccccsc" />
+ <path
+ style="font-size:12.000000;fill:url(#linearGradient759);fill-rule:evenodd;"
+ d="M 401.75190,485.15210 C 390.82270,487.75090 389.56070,476.26950 389.56070,473.73160 L 389.52530,481.76820 C 389.49380,488.92500 397.91120,491.91960 402.56250,490.65060 C 435.93380,480.49940 456.09350,483.35300 480.61350,493.61160 C 489.85430,497.30080 500.84140,493.18860 501.86140,486.84390 L 505.03290,475.84660 C 501.50910,488.11290 489.46820,491.70690 483.60970,488.95870 C 458.88280,477.13530 433.34910,476.06430 401.75190,485.15210 z "
+ id="path758"
+ sodipodi:nodetypes="ccscsccss" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient764);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
+ id="path768"
+ d="M 224.91541 243.62378 A 21.534454 14.356316 0 1 0 181.84650,243.62378 A 21.534454 14.356316 0 1 0 224.91541 243.62378 z"
+ sodipodi:cx="203.38095"
+ sodipodi:cy="243.62378"
+ sodipodi:rx="21.534454"
+ sodipodi:ry="14.356316"
+ transform="translate(286.6330,34.70898)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient764);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
+ id="path769"
+ d="M 224.91541 243.62378 A 21.534454 14.356316 0 1 0 181.84650,243.62378 A 21.534454 14.356316 0 1 0 224.91541 243.62378 z"
+ sodipodi:cx="203.38095"
+ sodipodi:cy="243.62378"
+ sodipodi:rx="21.534454"
+ sodipodi:ry="14.356316"
+ transform="translate(252.7949,192.0562)" />
+ </g>
+</svg>
Added: branches/gcomprixogoo/src/melody-activity/resources/melody/xylofon_son3.svg
==============================================================================
--- (empty file)
+++ branches/gcomprixogoo/src/melody-activity/resources/melody/xylofon_son3.svg Sun Dec 21 13:40:40 2008
@@ -0,0 +1,131 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ id="svg1041"
+ sodipodi:version="0.32"
+ inkscape:version="0.39"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ width="118.28000pt"
+ height="187.89000pt"
+ sodipodi:docbase="/home/franck/Dessins/Vectoriels"
+ sodipodi:docname="son4.svg">
+ <defs
+ id="defs1043">
+ <linearGradient
+ id="linearGradient697">
+ <stop
+ style="stop-color:#3f3f3f;stop-opacity:1;"
+ offset="0"
+ id="stop698" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop699" />
+ </linearGradient>
+ <radialGradient
+ xlink:href="#linearGradient697"
+ id="radialGradient764"
+ cx="0.39895916"
+ cy="0.32025081"
+ r="0.3520692"
+ fx="0.39895916"
+ fy="0.32025081"
+ spreadMethod="reflect" />
+ <linearGradient
+ xlink:href="#linearGradient752"
+ id="linearGradient762"
+ x1="-1.38174784e-7"
+ y1="-4.79130449e-7"
+ x2="0.99999988"
+ y2="-4.79130449e-7" />
+ <linearGradient
+ id="linearGradient752">
+ <stop
+ style="stop-color:#ffff00;stop-opacity:1;"
+ offset="0"
+ id="stop753" />
+ <stop
+ style="stop-color:#ffc700;stop-opacity:1;"
+ offset="1"
+ id="stop754" />
+ </linearGradient>
+ <linearGradient
+ xlink:href="#linearGradient752"
+ id="linearGradient755"
+ x1="-1.32276824e-7"
+ y1="4.90853624e-9"
+ x2="0.99999982"
+ y2="4.90853624e-9" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="2.1530724"
+ inkscape:cx="59.640001"
+ inkscape:cy="95.445001"
+ inkscape:window-width="640"
+ inkscape:window-height="581"
+ inkscape:window-x="150"
+ inkscape:window-y="0" />
+ <metadata
+ id="metadata1044">
+ <rdf:RDF
+ id="RDF1045">
+ <cc:Work
+ rdf:about=""
+ id="Work1046">
+ <dc:format
+ id="format1047">image/svg+xml</dc:format>
+ <dc:type
+ id="type1049"
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="g801"
+ transform="translate(-537.7381,-263.5218)">
+ <path
+ style="font-size:12.000000;fill:url(#linearGradient755);fill-opacity:1.0000000;fill-rule:evenodd;"
+ d="M 595.79090,266.39740 C 585.24250,270.73820 580.37990,280.51590 578.80460,286.67980 L 539.79630,474.17320 C 537.22950,484.04190 539.06510,490.12340 550.91850,492.18210 C 571.31520,481.26860 612.72340,482.17990 631.89190,491.51960 C 643.74540,493.57820 650.96150,488.33180 653.52820,478.46320 L 684.54770,298.08020 C 687.11430,288.21140 685.41600,283.35460 675.55040,277.25430 C 661.83440,267.87200 617.14760,259.75090 595.79090,266.39740 z "
+ id="path751"
+ sodipodi:nodetypes="cccccccsc" />
+ <path
+ style="font-size:12.000000;fill:url(#linearGradient762);fill-rule:evenodd;"
+ d="M 550.63940,488.11290 C 539.71020,490.71170 538.44820,479.23030 538.44820,476.69240 L 538.41280,484.72900 C 538.38130,491.88580 546.79870,494.88040 551.45000,493.61140 C 584.82130,483.46020 606.77550,485.71560 631.29550,495.97420 C 640.53630,499.66340 649.72890,496.14940 650.74890,489.80470 L 653.32220,478.80740 C 650.69560,491.07370 636.47610,491.78250 631.30080,489.82590 C 604.95820,479.75280 582.23660,479.02510 550.63940,488.11290 z "
+ id="path761"
+ sodipodi:nodetypes="ccscsccss" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient764);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
+ id="path770"
+ d="M 224.91541 243.62378 A 21.534454 14.356316 0 1 0 181.84650,243.62378 A 21.534454 14.356316 0 1 0 224.91541 243.62378 z"
+ sodipodi:cx="203.38095"
+ sodipodi:cy="243.62378"
+ sodipodi:rx="21.534454"
+ sodipodi:ry="14.356316"
+ transform="translate(423.6774,56.70369)" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient764);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
+ id="path771"
+ d="M 224.91541 243.62378 A 21.534454 14.356316 0 1 0 181.84650,243.62378 A 21.534454 14.356316 0 1 0 224.91541 243.62378 z"
+ sodipodi:cx="203.38095"
+ sodipodi:cy="243.62378"
+ sodipodi:rx="21.534454"
+ sodipodi:ry="14.356316"
+ transform="translate(399.9908,200.5158)" />
+ </g>
+</svg>
Added: branches/gcomprixogoo/src/melody-activity/resources/melody/xylofon_son4.svg
==============================================================================
--- (empty file)
+++ branches/gcomprixogoo/src/melody-activity/resources/melody/xylofon_son4.svg Sun Dec 21 13:40:40 2008
@@ -0,0 +1,276 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ 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"
+ id="svg995"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ width="113.43218"
+ height="214.03317"
+ sodipodi:docbase="/home/franck/Dessins/Vectoriels"
+ sodipodi:docname="xylofon_son4.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0">
+ <defs
+ id="defs997">
+ <linearGradient
+ xlink:href="#linearGradient752"
+ id="linearGradient762"
+ x1="228.97415"
+ y1="1120.9005"
+ x2="277.84244"
+ y2="1120.9005"
+ gradientTransform="scale(2.3514126,0.4252763)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient752">
+ <stop
+ style="stop-color:#ffff00;stop-opacity:1;"
+ offset="0"
+ id="stop753" />
+ <stop
+ style="stop-color:#ffc700;stop-opacity:1;"
+ offset="1"
+ id="stop754" />
+ </linearGradient>
+ <linearGradient
+ xlink:href="#linearGradient752"
+ id="linearGradient755"
+ x1="671.69647"
+ y1="211.73659"
+ x2="854.75134"
+ y2="211.73659"
+ gradientTransform="scale(0.8021247,1.246689)"
+ gradientUnits="userSpaceOnUse" />
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 148.05624 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="186.60001 : 148.05624 : 1"
+ inkscape:persp3d-origin="93.300003 : 98.704163 : 1"
+ id="perspective20" />
+ <linearGradient
+ id="linearGradient697">
+ <stop
+ style="stop-color:#3f3f3f;stop-opacity:1;"
+ offset="0"
+ id="stop698" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop699" />
+ </linearGradient>
+ <radialGradient
+ xlink:href="#linearGradient697"
+ id="radialGradient764"
+ cx="162.50676"
+ cy="292.05585"
+ r="12.380736"
+ fx="162.50676"
+ fy="292.05585"
+ spreadMethod="reflect"
+ gradientTransform="scale(1.2247443,0.8164969)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ xlink:href="#linearGradient734"
+ id="linearGradient739"
+ gradientTransform="scale(2.3042742,0.4339761)"
+ x1="38.731422"
+ y1="1090.6964"
+ x2="92.331284"
+ y2="1090.6964"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient734">
+ <stop
+ style="stop-color:#ff3300;stop-opacity:1;"
+ offset="0"
+ id="stop735" />
+ <stop
+ style="stop-color:#b73300;stop-opacity:1;"
+ offset="1"
+ id="stop736" />
+ </linearGradient>
+ <linearGradient
+ xlink:href="#linearGradient734"
+ id="linearGradient733"
+ x1="111.85652"
+ y1="151.2287"
+ x2="344.57935"
+ y2="151.2287"
+ gradientTransform="scale(0.7961393,1.2560616)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient752"
+ id="linearGradient2592"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.8021247,1.246689)"
+ x1="671.69647"
+ y1="211.73659"
+ x2="854.75134"
+ y2="211.73659" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient752"
+ id="linearGradient2594"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(2.3514126,0.4252763)"
+ x1="228.97415"
+ y1="1120.9005"
+ x2="277.84244"
+ y2="1120.9005" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient697"
+ id="radialGradient2596"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.2247443,0.8164969)"
+ spreadMethod="reflect"
+ cx="162.50676"
+ cy="292.05585"
+ fx="162.50676"
+ fy="292.05585"
+ r="12.380736" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient697"
+ id="radialGradient2598"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.2247443,0.8164969)"
+ spreadMethod="reflect"
+ cx="162.50676"
+ cy="292.05585"
+ fx="162.50676"
+ fy="292.05585"
+ r="12.380736" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient734"
+ id="linearGradient2603"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.6354598,9.704063e-2,3.2522899e-2,0.3133786,-97.944739,-144.25169)"
+ x1="38.731422"
+ y1="1090.6964"
+ x2="92.331284"
+ y2="1090.6964" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient734"
+ id="linearGradient2606"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5650603,3.3528067e-2,9.413137e-2,0.9070149,-97.944739,-144.25169)"
+ x1="111.85652"
+ y1="151.2287"
+ x2="344.57935"
+ y2="151.2287" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient697"
+ id="radialGradient2621"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.2247443,0.8164969)"
+ spreadMethod="reflect"
+ cx="162.50676"
+ cy="292.05585"
+ fx="162.50676"
+ fy="292.05585"
+ r="12.380736" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient697"
+ id="radialGradient2623"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(1.2247443,0.8164969)"
+ spreadMethod="reflect"
+ cx="162.50676"
+ cy="292.05585"
+ fx="162.50676"
+ fy="292.05585"
+ r="12.380736" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient752"
+ id="linearGradient2628"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.3514126,0,0,0.4252763,-382.06604,-258.66868)"
+ x1="228.97415"
+ y1="1120.9005"
+ x2="277.84244"
+ y2="1120.9005" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient752"
+ id="linearGradient2631"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8021247,0,0,1.246689,-382.06604,-258.66868)"
+ x1="671.69647"
+ y1="211.73659"
+ x2="854.75134"
+ y2="211.73659" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1.2828937"
+ inkscape:cx="129.31147"
+ inkscape:cy="46.965799"
+ inkscape:window-width="660"
+ inkscape:window-height="672"
+ inkscape:window-x="559"
+ inkscape:window-y="225"
+ showgrid="false"
+ inkscape:current-layer="svg995" />
+ <metadata
+ id="metadata998">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <path
+ sodipodi:nodetypes="cccccccsc"
+ id="path732"
+ d="M 40.872487,3.0882935 C 33.067565,6.405478 30.042614,15.23109 29.283321,20.901437 L 0.34732073,194.3971 C -0.90244886,203.47258 1.6478667,213.12823 10.240978,211.31103 C 17.269689,207.89057 57.108454,201.28669 72.560846,211.4226 C 81.842583,214.20311 87.014097,209.79765 88.263916,200.72217 L 113.05933,33.833073 C 114.30906,24.757447 112.64308,20.079041 104.59477,13.648688 C 93.339027,3.8634115 56.832514,-1.6181782 40.872487,3.0882935 z"
+ style="font-size:12px;fill:url(#linearGradient2606);fill-opacity:1;fill-rule:evenodd" />
+ <path
+ sodipodi:nodetypes="ccscsccss"
+ id="path738"
+ d="M 10.302682,203.06195 C 4.5792582,203.97008 0.81972828,191.65191 0.97821495,193.17903 L 0.52082985,197.92818 C 0.022544065,203.10203 16.466133,207.98795 19.973513,207.2855 C 41.349817,203.39344 52.054344,205.06033 70.314287,212.08669 C 78.296627,215.45158 86.146923,215.15099 86.540429,210.31755 L 87.991054,201.29697 C 86.525485,213.04859 76.424435,210.64992 69.633681,208.40367 C 47.387812,200.08354 34.43717,198.79344 10.302682,203.06195 z"
+ style="font-size:12px;fill:url(#linearGradient2603);fill-rule:evenodd" />
+ <path
+ transform="translate(-133.77339,-208.98038)"
+ sodipodi:ry="14.356316"
+ sodipodi:rx="21.534454"
+ sodipodi:cy="243.62378"
+ sodipodi:cx="203.38095"
+ d="M 224.91541,243.62378 A 21.534454,14.356316 0 1 1 181.8465,243.62378 A 21.534454,14.356316 0 1 1 224.91541,243.62378 z"
+ id="path770"
+ style="fill:url(#radialGradient2621);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ sodipodi:type="arc" />
+ <path
+ transform="translate(-153.45999,-81.16827)"
+ sodipodi:ry="14.356316"
+ sodipodi:rx="21.534454"
+ sodipodi:cy="243.62378"
+ sodipodi:cx="203.38095"
+ d="M 224.91541,243.62378 A 21.534454,14.356316 0 1 1 181.8465,243.62378 A 21.534454,14.356316 0 1 1 224.91541,243.62378 z"
+ id="path771"
+ style="fill:url(#radialGradient2623);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ sodipodi:type="arc" />
+</svg>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]