[gcompris] explore activities, improved target positioning



commit 225d25f601a2ac824248196ef268b9cf777ebde9
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Thu Nov 8 01:21:59 2012 +0100

    explore activities, improved target positioning
    
    Remade from scratch a suitcase icon.
    Fixed the position of the target to be more precise.

 src/explore-activity/explore.py                    |    8 +-
 .../explore_farm_animals/content.desktop.in        |    6 +-
 .../explore_world_animals/content.desktop.in       |   18 +-
 .../resources/explore_world_music/Makefile.am      |    2 +-
 .../explore_world_music/content.desktop.in         |   30 +-
 .../resources/explore_world_music/suitcase.png     |  Bin 2379 -> 0 bytes
 .../resources/explore_world_music/suitcase.svg     | 2369 ++++++++++++++++++++
 7 files changed, 2402 insertions(+), 31 deletions(-)
---
diff --git a/src/explore-activity/explore.py b/src/explore-activity/explore.py
index 2c6c9c9..34e23c2 100644
--- a/src/explore-activity/explore.py
+++ b/src/explore-activity/explore.py
@@ -221,11 +221,13 @@ dialogue to\nenable the sound."), None)
 
         for section in self.sectionNames:
 
+
+            pixmap = gcompris.utils.load_pixmap(self.locationPic)
             item = goocanvas.Image(
                 parent = self.rootitem,
-                x = int(self.data.get(section, 'x')) - 20,
-                y = int(self.data.get(section, 'y')) - 20,
-                pixbuf = gcompris.utils.load_pixmap(self.locationPic)
+                x = int(self.data.get(section, 'x')) - pixmap.get_width() / 2.0,
+                y = int(self.data.get(section, 'y')) - pixmap.get_height() / 2.0,
+                pixbuf = pixmap
                 )
             gcompris.utils.item_focus_init(item, None)
             item.set_data('sectionNum', section)
diff --git a/src/explore_farm_animals-activity/resources/explore_farm_animals/content.desktop.in b/src/explore_farm_animals-activity/resources/explore_farm_animals/content.desktop.in
index 199575c..0551edd 100644
--- a/src/explore_farm_animals-activity/resources/explore_farm_animals/content.desktop.in
+++ b/src/explore_farm_animals-activity/resources/explore_farm_animals/content.desktop.in
@@ -30,7 +30,7 @@ music =chickens.ogg
 _shortPrompt = This animal lays eggs.
 
 [3]
-x = 470
+x = 475
 y = 425
 _title = Cows
 _text = The cow goes "moo. moo.". Cows are herbivorous mammals. They graze all day in the meadow.
@@ -57,8 +57,8 @@ music = pig.ogg
 _shortPrompt = This animal likes to lay in the mud.
 
 [6]
-x = 385
-y = 440
+x = 390
+y = 455
 _title = White Duck
 _text = The duck goes "quack, quack". Ducks have special features like webbed feet and produce an oil to make their feathers "waterproof".
 image = duck.jpg
diff --git a/src/explore_world_animals-activity/resources/explore_world_animals/content.desktop.in b/src/explore_world_animals-activity/resources/explore_world_animals/content.desktop.in
index f0ddd04..44732ef 100644
--- a/src/explore_world_animals-activity/resources/explore_world_animals/content.desktop.in
+++ b/src/explore_world_animals-activity/resources/explore_world_animals/content.desktop.in
@@ -8,11 +8,11 @@ locationpic = tux.png
 _generalText = Explore exotic animals from around the world.
 _TextMatchingGameText = Click on location where the given animal lives.
 textBoxX =105
-textBoxY = 180
+textBoxY = 150
 
 [1]
-x = 273
-y = 271
+x = 263
+y = 221
 _title = Jaguars in South America
 _text = Jaguars are named after the Native American word meaning 'he who kills with one leap'
  because they like to climb trees to attack their prey.
@@ -21,14 +21,14 @@ _shortPrompt =  Jaguar
 
 [2]
 x = 428
-y = 122
+y = 90
 _title = Hedgehogs in Europe
 _text = Hedgehogs eat small animals, like frogs and insects, so many people keep them as useful pets. When in danger, they will curl up into a ball and stick up their coat of sharp spines.
 image = hedgy.jpg
 _shortPrompt = Hedgehog
 
 [3]
-x = 433
+x = 443
 y = 193
 _title = Giraffes in Africa
 _text = The giraffe lives in Africa and is the tallest mammal in the world. Just their legs, which are usually 1.8 meters long, are taller than most humans!
@@ -36,16 +36,16 @@ image = giraffe.jpg
 _shortPrompt = Giraffe
 
 [4]
-x = 172
-y = 137
+x = 180
+y = 127
 _title = Bison in America
 _text = Bison live on the plains of North America and were hunted by the Native Americans for food.
 image = bison.jpg
 _shortPrompt = Bison
 
 [5]
-x = 391
-y = 61
+x = 385
+y = 39
 _title = Narwhals in the Arctic
 _text = Narwhals are whales that live in the Arctic Ocean and have long tusks. These tusks remind many people of the mythical unicorn's horn.
 image = narwhal.jpg
diff --git a/src/explore_world_music-activity/resources/explore_world_music/Makefile.am b/src/explore_world_music-activity/resources/explore_world_music/Makefile.am
index 3aa2c2c..e255d41 100644
--- a/src/explore_world_music-activity/resources/explore_world_music/Makefile.am
+++ b/src/explore_world_music-activity/resources/explore_world_music/Makefile.am
@@ -20,7 +20,7 @@ img_DATA = \
 	middleeast.jpg \
 	middleeast.ogg \
 	orchestra.jpg \
-	suitcase.png \
+	suitcase.svg \
 	worldmap.jpg
 
 EXTRA_DIST = $(img_DATA)
diff --git a/src/explore_world_music-activity/resources/explore_world_music/content.desktop.in b/src/explore_world_music-activity/resources/explore_world_music/content.desktop.in
index b30f888..c024016 100644
--- a/src/explore_world_music-activity/resources/explore_world_music/content.desktop.in
+++ b/src/explore_world_music-activity/resources/explore_world_music/content.desktop.in
@@ -4,7 +4,7 @@ background = worldmap.jpg
 backgroundx = 10
 backgroundy = 10
 credits =  http://commons.wikimedia.org/wiki, http://archive.org
-locationpic = suitcase.png
+locationpic = suitcase.svg
 _generalText = Explore world music! Click on the suitcases.
 _SoundMatchingGameText = Click on the location that matches the music you hear.
 _TextMatchingGameText = Click on the location that matches the text.
@@ -13,7 +13,7 @@ textBoxY = 350
 
 [1]
 x = 678
-y = 274
+y = 260
 _title = Australia
 _text = Aboriginals were the first people to live in Australia. They sing and play instruments, like the didgeridoo. It is made from a log and can be up to five meters long!
 image = australia.jpg
@@ -23,7 +23,7 @@ _shortPrompt = Where is the didgeridoo played?
 
 [2]
 x = 449
-y = 247
+y = 200
 _title = Africa
 _text = Music is a part of everyday life in Africa. African music features a great variety of drums, and they believe it is a sacred and magical instrument.
 image = africa.jpg
@@ -31,8 +31,8 @@ music = africa.ogg
 _shortPrompt = Where is the drum considered a magical instrument?
 
 [3]
-x= 537
-y=164
+x = 500
+y = 134
 _title = Middle East
 _text = Music is a very important part of middle eastern culture. Specific songs are played to call worshipers to prayer. The lute is an instrument invented thousands of years ago and still in use today.
 image= middleeast.jpg
@@ -40,8 +40,8 @@ music= middleeast.ogg
 _shortPrompt = Where is music used to call people to prayer?
 
 [4]
-x=691
-y=153
+x = 691
+y = 133
 _title = Japan
 _text = Taiko drumming comes from Japan. This type of drumming was originally used to scare enemies in battle. It is very loud, and performances are very exciting with crowds cheering and performers yelling!
 image = japan.jpg
@@ -49,8 +49,8 @@ music = japan.ogg
 _shortPrompt = Where do performers yelp as they play the drums?
 
 [5]
-x=382
-y=111
+x = 382
+y = 90
 _title = Scotland and Ireland
 _text = Folk music of this region is called celtic music, often incorporates a narrative poem or story. Typical instruments include bagpipes, fiddles, flutes, harps, and accordions.
 _shortPrompt = Bagpipers, who often wear kilts, are from this location.
@@ -58,8 +58,8 @@ image = ireland.jpg
 music = ireland.ogg
 
 [6]
-x=431
-y=140
+x=421
+y=120
 _title = Italy
 _text = Italy is famous for its Opera. Opera is a musical theater where actors tell a story by acting and singing. Opera singers, both male and female, learn special techniques to sing operas.
 _shortPrompt = This country is known for its opera music.
@@ -67,8 +67,8 @@ image = italy.jpg
 music = italy.ogg
 
 [7]
-x=435
-y=100
+x = 425
+y = 90
 _title = European Classical Music
 _text = Europe is the home of classical music. Famous composers like Bach, Beethoven, and Mozart forever changed music history.
 _shortPrompt = Bach, Beethoven, and Mozart composed music in this location.
@@ -76,8 +76,8 @@ image = orchestra.jpg
 music = beethoven.ogg
 
 [8]
-x=185
-y=183
+x = 185
+y = 170
 _title = Mexico
 _text = Mariachi is a famous type of Mexican music. It features guitars, trumpets, and violins. These bands play for many occasions, including weddings and parties.
 _question = At parties, people often dance to the Mariachi music. A Famous dance is:
diff --git a/src/explore_world_music-activity/resources/explore_world_music/suitcase.svg b/src/explore_world_music-activity/resources/explore_world_music/suitcase.svg
new file mode 100644
index 0000000..383c0ba
--- /dev/null
+++ b/src/explore_world_music-activity/resources/explore_world_music/suitcase.svg
@@ -0,0 +1,2369 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   version="1.1"
+   id="Layer_1"
+   width="30.89607"
+   height="28.881367"
+   viewBox="0 0 30.896072 28.881367"
+   overflow="visible"
+   enable-background="new 0 0 844.23 742.167"
+   xml:space="preserve"
+   inkscape:version="0.48.3.1 r9886"
+   sodipodi:docname="suitcase.svg"
+   inkscape:export-filename="/tmp/suitcase.png"
+   inkscape:export-xdpi="3.1981807"
+   inkscape:export-ydpi="3.1981807"
+   style="overflow:visible"><metadata
+   id="metadata1801"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage"; /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+   id="defs1799">
+		
+		
+		
+		
+		
+		
+		
+		
+		
+	
+		
+			<linearGradient
+   gradientTransform="matrix(4e-4,0.0225,0.0053,-1e-4,630.4384,96.6183)"
+   y2="1169.8325"
+   x2="819.20007"
+   y1="1169.8325"
+   x1="-819.20001"
+   gradientUnits="userSpaceOnUse"
+   id="XMLID_179_">
+			<stop
+   id="stop1618"
+   style="stop-color:#8F7A6A"
+   offset="0" />
+			<stop
+   id="stop1620"
+   style="stop-color:#8B7260"
+   offset="0.2196" />
+			<stop
+   id="stop1622"
+   style="stop-color:#B58767"
+   offset="0.8314" />
+			<stop
+   id="stop1624"
+   style="stop-color:#615952"
+   offset="1" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   gradientTransform="matrix(-0.0593,-0.3834,-0.3788,0.0585,935.9905,389.7844)"
+   y2="698.31879"
+   x2="819.20007"
+   y1="698.31879"
+   x1="-819.20001"
+   gradientUnits="userSpaceOnUse"
+   id="XMLID_180_">
+			<stop
+   id="stop1629"
+   style="stop-color:#8F7A6A"
+   offset="0" />
+			<stop
+   id="stop1631"
+   style="stop-color:#8B7260"
+   offset="0.2196" />
+			<stop
+   id="stop1633"
+   style="stop-color:#A57F66"
+   offset="0.6275" />
+			<stop
+   id="stop1635"
+   style="stop-color:#615952"
+   offset="1" />
+		</linearGradient>
+		
+		
+		
+		
+			<linearGradient
+   gradientTransform="matrix(-0.0441,0.821,0.0676,0.0036,642.5467,147.1802)"
+   y2="279.42429"
+   x2="819.20007"
+   y1="279.42429"
+   x1="-819.20001"
+   gradientUnits="userSpaceOnUse"
+   id="XMLID_181_">
+			<stop
+   id="stop1644"
+   style="stop-color:#8F7A6A"
+   offset="0" />
+			<stop
+   id="stop1646"
+   style="stop-color:#8B7260"
+   offset="0.2196" />
+			<stop
+   id="stop1648"
+   style="stop-color:#A57F66"
+   offset="0.6392" />
+			<stop
+   id="stop1650"
+   style="stop-color:#615952"
+   offset="1" />
+		</linearGradient>
+		
+		
+		
+			<linearGradient
+   gradientTransform="matrix(-4e-4,0.0225,-0.0053,-1e-4,229.0621,96.6183)"
+   y2="1174.8184"
+   x2="819.20007"
+   y1="1174.8184"
+   x1="-819.20001"
+   gradientUnits="userSpaceOnUse"
+   id="XMLID_182_">
+			<stop
+   id="stop1657"
+   style="stop-color:#8F7A6A"
+   offset="0" />
+			<stop
+   id="stop1659"
+   style="stop-color:#8B7260"
+   offset="0.2196" />
+			<stop
+   id="stop1661"
+   style="stop-color:#B58767"
+   offset="0.8314" />
+			<stop
+   id="stop1663"
+   style="stop-color:#615952"
+   offset="1" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   gradientTransform="matrix(0.0593,-0.3834,0.3788,0.0585,-76.49,389.7844)"
+   y2="698.06012"
+   x2="819.20007"
+   y1="698.06012"
+   x1="-819.20001"
+   gradientUnits="userSpaceOnUse"
+   id="XMLID_183_">
+			<stop
+   id="stop1668"
+   style="stop-color:#8F7A6A"
+   offset="0" />
+			<stop
+   id="stop1670"
+   style="stop-color:#8B7260"
+   offset="0.2196" />
+			<stop
+   id="stop1672"
+   style="stop-color:#A57F66"
+   offset="0.6157" />
+			<stop
+   id="stop1674"
+   style="stop-color:#615952"
+   offset="1" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   gradientTransform="matrix(0.0441,0.821,-0.0676,0.0036,216.9538,147.1802)"
+   y2="280.90479"
+   x2="819.20007"
+   y1="280.90479"
+   x1="-819.20001"
+   gradientUnits="userSpaceOnUse"
+   id="XMLID_184_">
+			<stop
+   id="stop1679"
+   style="stop-color:#8F7A6A"
+   offset="0" />
+			<stop
+   id="stop1681"
+   style="stop-color:#8B7260"
+   offset="0.2196" />
+			<stop
+   id="stop1683"
+   style="stop-color:#A57F66"
+   offset="0.6314" />
+			<stop
+   id="stop1685"
+   style="stop-color:#615952"
+   offset="1" />
+		</linearGradient>
+		
+		
+		
+	
+	
+	
+	
+	
+
+		
+			<linearGradient
+   id="XMLID_93_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="109.5874"
+   x2="819.20007"
+   y2="109.5874"
+   gradientTransform="matrix(-0.0012,-0.0118,-0.0044,4e-4,722.9224,108.5723)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop8" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop10" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop12" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop14" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop16" />
+		</linearGradient>
+		
+		
+			<radialGradient
+   id="XMLID_94_"
+   cx="0"
+   cy="747.6001"
+   r="819.20001"
+   gradientTransform="translate(-144,-741.0498)"
+   gradientUnits="userSpaceOnUse">
+			<stop
+   offset="0"
+   style="stop-color:#8F7A6A"
+   id="stop21" />
+			<stop
+   offset="0.6902"
+   style="stop-color:#8B7260"
+   id="stop23" />
+			<stop
+   offset="1"
+   style="stop-color:#615952"
+   id="stop25" />
+		</radialGradient>
+		
+		
+			<linearGradient
+   id="XMLID_95_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="116.7363"
+   x2="819.20007"
+   y2="116.7363"
+   gradientTransform="matrix(-2e-4,0.0139,0.0033,0,717.5429,119.0449)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop30" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop32" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop34" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop36" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop38" />
+		</linearGradient>
+		
+		
+		
+			<radialGradient
+   id="XMLID_96_"
+   cx="0"
+   cy="747.6001"
+   r="819.20001"
+   gradientTransform="matrix(0.6831,0,0,0.6831,340.0635,-308.1357)"
+   gradientUnits="userSpaceOnUse">
+			<stop
+   offset="0"
+   style="stop-color:#8F7A6A"
+   id="stop45" />
+			<stop
+   offset="0.4"
+   style="stop-color:#8B7260"
+   id="stop47" />
+			<stop
+   offset="0.5686"
+   style="stop-color:#B58767"
+   id="stop49" />
+			<stop
+   offset="1"
+   style="stop-color:#615952"
+   id="stop51" />
+		</radialGradient>
+		
+		
+			<linearGradient
+   id="XMLID_97_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="112.8337"
+   x2="819.20007"
+   y2="112.8337"
+   gradientTransform="matrix(-8e-4,0.0112,0.0018,1e-4,704.6321,110.5538)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop56" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop58" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop60" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop62" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop64" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_98_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="112.9004"
+   x2="819.20007"
+   y2="112.9004"
+   gradientTransform="matrix(-8e-4,0.0112,0.0018,1e-4,704.6321,110.5538)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop69" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop71" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop73" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop75" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop77" />
+		</linearGradient>
+		
+		
+		
+			<linearGradient
+   id="XMLID_99_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="848.7251"
+   x2="819.20007"
+   y2="848.7251"
+   gradientTransform="matrix(-1,0,0,1,499.6504,-734.75)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop84" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop86" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop88" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop90" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop92" />
+		</linearGradient>
+		
+		
+			<radialGradient
+   id="XMLID_100_"
+   cx="859.0498"
+   cy="852.7002"
+   r="0.050299998"
+   gradientTransform="translate(-144,-741.0498)"
+   gradientUnits="userSpaceOnUse">
+			<stop
+   offset="0"
+   style="stop-color:#8F7A6A"
+   id="stop97" />
+			<stop
+   offset="0.6902"
+   style="stop-color:#8B7260"
+   id="stop99" />
+			<stop
+   offset="1"
+   style="stop-color:#615952"
+   id="stop101" />
+		</radialGradient>
+		
+		
+		
+		
+			<radialGradient
+   id="XMLID_103_"
+   cx="0"
+   cy="747.6001"
+   r="819.20001"
+   gradientTransform="matrix(0.162,0,0,0.1526,455.71307,10.415579)"
+   gradientUnits="userSpaceOnUse">
+			<stop
+   offset="0"
+   style="stop-color:#7C6A5C"
+   id="stop110" />
+			<stop
+   offset="0.6392"
+   style="stop-color:#7D6C5D"
+   id="stop112" />
+			<stop
+   offset="0.7294"
+   style="stop-color:#B89775"
+   id="stop114" />
+			<stop
+   offset="0.7726"
+   style="stop-color:#CFAE90"
+   id="stop116" />
+			<stop
+   offset="0.8118"
+   style="stop-color:#C59E72"
+   id="stop118" />
+			<stop
+   offset="0.9726"
+   style="stop-color:#9E938B"
+   id="stop120" />
+		</radialGradient>
+		
+		
+			<linearGradient
+   id="XMLID_104_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="520.7417"
+   x2="819.20001"
+   y2="520.7417"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop125" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop127" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop129" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_105_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="652.73492"
+   x2="819.20007"
+   y2="652.73492"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop134" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop136" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop138" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_106_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="388.65579"
+   x2="819.20007"
+   y2="388.65579"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop143" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop145" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop147" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_107_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="265.6846"
+   x2="819.20007"
+   y2="265.6846"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop152" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop154" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop156" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_108_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="138.4351"
+   x2="819.20007"
+   y2="138.4351"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop161" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop163" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop165" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_109_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="-630.6731"
+   x2="819.20007"
+   y2="-630.6731"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.4453,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop170" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop172" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop174" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_110_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="-698.30621"
+   x2="819.2002"
+   y2="-698.30621"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0957,29.3021)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop179" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop181" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop183" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_111_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="-763.10419"
+   x2="819.20007"
+   y2="-763.10419"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop188" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop190" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop192" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_112_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="-822.21021"
+   x2="819.20007"
+   y2="-822.21021"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop197" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop199" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop201" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_113_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="-872.58667"
+   x2="819.20007"
+   y2="-872.58667"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop206" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop208" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop210" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_114_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="-916.38818"
+   x2="819.20007"
+   y2="-916.38818"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop215" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop217" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop219" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_115_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="-952.49933"
+   x2="819.2002"
+   y2="-952.49933"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop224" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop226" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop228" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_116_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="-292.1965"
+   x2="819.20007"
+   y2="-292.1965"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop233" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop235" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop237" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_117_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="-382.0513"
+   x2="819.20007"
+   y2="-382.0513"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop242" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop244" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop246" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_118_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="-193.8506"
+   x2="819.2002"
+   y2="-193.8506"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop251" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop253" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop255" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_119_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="-86.795898"
+   x2="819.20007"
+   y2="-86.795898"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop260" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop262" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop264" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_120_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="20.4307"
+   x2="819.20007"
+   y2="20.4307"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop269" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop271" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop273" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_121_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="-468.62839"
+   x2="819.20007"
+   y2="-468.62839"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop278" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop280" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop282" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_122_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="-547.06641"
+   x2="819.20007"
+   y2="-547.06641"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop287" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop289" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop291" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_123_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="1316.063"
+   x2="819.2002"
+   y2="1316.063"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop296" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop298" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop300" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_124_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="1443.5527"
+   x2="819.20007"
+   y2="1443.5527"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop305" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop307" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop309" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_125_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="1185.5986"
+   x2="819.2002"
+   y2="1185.5986"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop314" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop316" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop318" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_126_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="1053.3735"
+   x2="819.20007"
+   y2="1053.3735"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop323" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop325" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop327" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_127_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="921.52441"
+   x2="819.20007"
+   y2="921.52441"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop332" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop334" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop336" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_128_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="787.89893"
+   x2="819.2002"
+   y2="787.89893"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop341" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop343" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop345" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_129_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="1567.061"
+   x2="819.20007"
+   y2="1567.061"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop350" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop352" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop354" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_130_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="1687.2871"
+   x2="819.20007"
+   y2="1687.2871"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop359" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop361" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop363" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_131_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="1804.7046"
+   x2="819.20007"
+   y2="1804.7046"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop368" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop370" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop372" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_132_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="1914.5278"
+   x2="819.20007"
+   y2="1914.5278"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop377" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop379" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop381" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_133_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="2021.6724"
+   x2="819.20007"
+   y2="2021.6724"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop386" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop388" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop390" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_134_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="2120.3105"
+   x2="819.20001"
+   y2="2120.3105"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop395" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop397" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop399" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_135_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="2217.7085"
+   x2="819.20007"
+   y2="2217.7085"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop404" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop406" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop408" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_136_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="2306.7842"
+   x2="819.20001"
+   y2="2306.7842"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop413" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop415" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop417" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_137_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="2392.6626"
+   x2="819.20007"
+   y2="2392.6626"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop422" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop424" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop426" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_138_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="2473.479"
+   x2="819.20007"
+   y2="2473.479"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop431" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop433" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop435" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_139_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="2546.7935"
+   x2="819.20007"
+   y2="2546.7935"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop440" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop442" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop444" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_140_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="2612.0913"
+   x2="819.20007"
+   y2="2612.0913"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop449" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop451" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop453" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_141_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="2671.0024"
+   x2="819.20007"
+   y2="2671.0024"
+   gradientTransform="matrix(0.0042,0.0596,-0.0597,0.0042,498.0454,29.702)">
+			<stop
+   offset="0"
+   style="stop-color:#B89775"
+   id="stop458" />
+			<stop
+   offset="0.502"
+   style="stop-color:#D6BBA2"
+   id="stop460" />
+			<stop
+   offset="1"
+   style="stop-color:#CFAE90"
+   id="stop462" />
+		</linearGradient>
+		
+		
+			<radialGradient
+   id="XMLID_142_"
+   cx="0"
+   cy="747.6001"
+   r="819.20001"
+   gradientTransform="matrix(0.0129,0,0,0.0175,535.5809,84.4473)"
+   gradientUnits="userSpaceOnUse">
+			<stop
+   offset="0"
+   style="stop-color:#7C6A5C"
+   id="stop467" />
+			<stop
+   offset="0.6392"
+   style="stop-color:#7D6C5D"
+   id="stop469" />
+			<stop
+   offset="0.7294"
+   style="stop-color:#B89775"
+   id="stop471" />
+			<stop
+   offset="0.7726"
+   style="stop-color:#CFAE90"
+   id="stop473" />
+			<stop
+   offset="0.8118"
+   style="stop-color:#C59E72"
+   id="stop475" />
+			<stop
+   offset="0.9726"
+   style="stop-color:#9E938B"
+   id="stop477" />
+		</radialGradient>
+		
+		
+			<linearGradient
+   id="XMLID_143_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="-355.99561"
+   x2="819.20007"
+   y2="-355.99561"
+   gradientTransform="matrix(0.0012,0.0196,-0.0145,7e-4,559.275,111.0526)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop482" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop484" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop486" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop488" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop490" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_144_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="529.30322"
+   x2="819.20007"
+   y2="529.30322"
+   gradientTransform="matrix(8e-4,-0.0174,0.009,4e-4,446.377,104.7443)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop495" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop497" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop499" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop501" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop503" />
+		</linearGradient>
+		
+		
+		
+			<linearGradient
+   id="XMLID_146_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="113.0615"
+   x2="819.20007"
+   y2="113.0615"
+   gradientTransform="matrix(3e-4,-0.0202,0.0046,1e-4,446.5589,111.5645)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop510" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop512" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop514" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop516" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop518" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_147_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="1775.5415"
+   x2="819.20007"
+   y2="1775.5415"
+   gradientTransform="matrix(0.0012,0.0196,-0.0145,7e-4,559.275,111.0526)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop523" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop525" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop527" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop529" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop531" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_148_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="119.2124"
+   x2="819.20007"
+   y2="119.2124"
+   gradientTransform="matrix(4e-4,-0.0064,0.0012,0,530.8179,119.3109)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop536" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop538" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop540" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop542" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop544" />
+		</linearGradient>
+		
+		
+		
+		
+			<linearGradient
+   id="XMLID_149_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="119.3333"
+   x2="819.20007"
+   y2="119.3333"
+   gradientTransform="matrix(2e-4,-0.0056,0.0014,0,565.1589,119.3219)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop553" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop555" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop557" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop559" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop561" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_150_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="-1216.7437"
+   x2="819.20007"
+   y2="-1216.7437"
+   gradientTransform="matrix(0.0121,-0.0215,0.0154,0.0087,834.3331,117.1743)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop566" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop568" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop570" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop572" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop574" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_151_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="720.08447"
+   x2="819.20007"
+   y2="720.08447"
+   gradientTransform="matrix(0.015,-0.0266,0.0154,0.0087,819.2238,127.9529)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop579" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop581" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop583" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop585" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop587" />
+		</linearGradient>
+		
+		
+		
+			<radialGradient
+   id="XMLID_152_"
+   cx="0"
+   cy="747.6001"
+   r="819.20001"
+   gradientTransform="matrix(0.6947,0,0,0.813,424.7759,-256.4907)"
+   gradientUnits="userSpaceOnUse">
+			<stop
+   offset="0"
+   style="stop-color:#8F7A6A"
+   id="stop594" />
+			<stop
+   offset="0.6902"
+   style="stop-color:#8B7260"
+   id="stop596" />
+			<stop
+   offset="1"
+   style="stop-color:#615952"
+   id="stop598" />
+		</radialGradient>
+		
+		
+			<linearGradient
+   id="XMLID_153_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="747.49951"
+   x2="819.20007"
+   y2="747.49951"
+   gradientTransform="matrix(0.1535,-0.0433,0.0838,0.297,768.2011,200.1089)">
+			<stop
+   offset="0"
+   style="stop-color:#8F7A6A"
+   id="stop603" />
+			<stop
+   offset="0.6902"
+   style="stop-color:#8B7260"
+   id="stop605" />
+			<stop
+   offset="1"
+   style="stop-color:#615952"
+   id="stop607" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_154_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="785.24847"
+   x2="819.20007"
+   y2="785.24847"
+   gradientTransform="matrix(0.0114,0.1433,-0.2217,0.0175,591.1157,62.2535)">
+			<stop
+   offset="0"
+   style="stop-color:#8F7A6A"
+   id="stop612" />
+			<stop
+   offset="0.6902"
+   style="stop-color:#8B7260"
+   id="stop614" />
+			<stop
+   offset="1"
+   style="stop-color:#615952"
+   id="stop616" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_155_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="726.77881"
+   x2="819.2002"
+   y2="726.77881"
+   gradientTransform="matrix(0.0302,0.0252,-0.0143,0.0171,835.025,702.1628)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop621" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop623" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop625" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop627" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop629" />
+		</linearGradient>
+		
+		
+		
+		
+		
+		
+			<linearGradient
+   id="XMLID_157_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="109.6001"
+   x2="819.20007"
+   y2="109.6001"
+   gradientTransform="matrix(-0.0054,-0.0107,0.0043,-0.0022,29.1888,108.12)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop642" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop644" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop646" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop648" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop650" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_158_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="25070.568"
+   x2="819.20007"
+   y2="25070.568"
+   gradientTransform="matrix(-0.0054,-0.0312,0.0143,-0.0022,-326.0273,188.0332)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop655" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop657" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop659" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop661" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop663" />
+		</linearGradient>
+		
+		
+		
+			<linearGradient
+   id="XMLID_159_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="23868.053"
+   x2="819.20007"
+   y2="23868.053"
+   gradientTransform="matrix(-0.0054,-0.0312,0.0143,-0.0022,-326.0273,188.0332)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop670" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop672" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop674" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop676" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop678" />
+		</linearGradient>
+		
+		
+		
+			<linearGradient
+   id="XMLID_161_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="116.7363"
+   x2="819.20007"
+   y2="116.7363"
+   gradientTransform="matrix(2e-4,0.0139,-0.0033,0,147.1075,119.0449)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop685" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop687" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop689" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop691" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop693" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_162_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="112.8501"
+   x2="819.20007"
+   y2="112.8501"
+   gradientTransform="matrix(8e-4,0.0112,-0.0018,1e-4,160.0183,110.5538)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop698" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop700" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop702" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop704" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop706" />
+		</linearGradient>
+		
+		
+		
+			<linearGradient
+   id="XMLID_164_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="2017.9907"
+   x2="819.20007"
+   y2="2017.9907"
+   gradientTransform="matrix(0.0012,0.0196,-0.0145,7e-4,366.6251,114.1525)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop713" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop715" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop717" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop719" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop721" />
+		</linearGradient>
+		
+		
+			<radialGradient
+   id="XMLID_165_"
+   cx="0"
+   cy="747.6001"
+   r="819.20001"
+   gradientTransform="translate(-144,-741.0498)"
+   gradientUnits="userSpaceOnUse">
+			<stop
+   offset="0"
+   style="stop-color:#8F7A6A"
+   id="stop726" />
+			<stop
+   offset="0.6902"
+   style="stop-color:#8B7260"
+   id="stop728" />
+			<stop
+   offset="1"
+   style="stop-color:#615952"
+   id="stop730" />
+		</radialGradient>
+		
+		
+			<radialGradient
+   id="XMLID_166_"
+   cx="0"
+   cy="747.6001"
+   r="819.20001"
+   gradientTransform="matrix(0.0182,0,0,0.0182,363.7052,87.0752)"
+   gradientUnits="userSpaceOnUse">
+			<stop
+   offset="0"
+   style="stop-color:#7C6A5C"
+   id="stop735" />
+			<stop
+   offset="0.6392"
+   style="stop-color:#7D6C5D"
+   id="stop737" />
+			<stop
+   offset="0.7294"
+   style="stop-color:#B89775"
+   id="stop739" />
+			<stop
+   offset="0.7726"
+   style="stop-color:#CFAE90"
+   id="stop741" />
+			<stop
+   offset="0.8118"
+   style="stop-color:#C59E72"
+   id="stop743" />
+			<stop
+   offset="0.9726"
+   style="stop-color:#9E938B"
+   id="stop745" />
+		</radialGradient>
+		
+		
+			<linearGradient
+   id="XMLID_167_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="-117.5537"
+   x2="819.20007"
+   y2="-117.5537"
+   gradientTransform="matrix(0.0012,0.0196,-0.0145,7e-4,366.6251,114.1525)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop750" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop752" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop754" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop756" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop758" />
+		</linearGradient>
+		
+		
+		
+			<linearGradient
+   id="XMLID_168_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="117.4346"
+   x2="819.20007"
+   y2="117.4346"
+   gradientTransform="matrix(2e-4,-0.0056,0.0014,0,369.1086,117.3717)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop765" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop767" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop769" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop771" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop773" />
+		</linearGradient>
+		
+		
+		
+			<linearGradient
+   id="XMLID_169_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="117.3047"
+   x2="819.20007"
+   y2="117.3047"
+   gradientTransform="matrix(4e-4,-0.0064,0.0012,0,334.7681,117.3607)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop780" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop782" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop784" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop786" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop788" />
+		</linearGradient>
+		
+		
+		
+		
+			<linearGradient
+   id="XMLID_170_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="114.8682"
+   x2="819.20001"
+   y2="114.8682"
+   gradientTransform="matrix(4e-4,-0.0139,0.0022,0,388.0363,111.4056)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop797" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop799" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop801" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop803" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop805" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_171_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="111.7373"
+   x2="819.2002"
+   y2="111.7373"
+   gradientTransform="matrix(-2e-4,-0.0054,0.003,-1e-4,382.4027,110.5276)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop810" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop812" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop814" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop816" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop818" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_172_"
+   gradientUnits="userSpaceOnUse"
+   x1="379.6001"
+   y1="113.25"
+   x2="379.6001"
+   y2="113.25"
+   gradientTransform="matrix(-2e-4,-0.0054,0.003,-1e-4,382.4027,110.5276)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop823" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop825" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop827" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop829" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop831" />
+		</linearGradient>
+		
+		
+		
+			<linearGradient
+   id="XMLID_174_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.21393"
+   y1="109.5874"
+   x2="819.18622"
+   y2="109.5874"
+   gradientTransform="matrix(0.0012,-0.0118,0.0044,4e-4,141.728,108.5723)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop838" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop840" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop842" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop844" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop846" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_175_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="112.7837"
+   x2="819.20007"
+   y2="112.7837"
+   gradientTransform="matrix(8e-4,0.0112,-0.0018,1e-4,160.0183,110.5538)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop851" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop853" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop855" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop857" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop859" />
+		</linearGradient>
+		
+		
+			<linearGradient
+   id="XMLID_176_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="848.7251"
+   x2="819.20007"
+   y2="848.7251"
+   gradientTransform="translate(365,-734.75)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop864" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop866" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop868" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop870" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop872" />
+		</linearGradient>
+		
+		
+		
+			<linearGradient
+   id="XMLID_178_"
+   gradientUnits="userSpaceOnUse"
+   x1="-819.20001"
+   y1="827.81097"
+   x2="819.20007"
+   y2="827.81097"
+   gradientTransform="matrix(-0.0321,0.0283,-0.0156,-0.0177,30.144,729.9058)">
+			<stop
+   offset="0"
+   style="stop-color:#C0B59C"
+   id="stop879" />
+			<stop
+   offset="0.1843"
+   style="stop-color:#9E9689"
+   id="stop881" />
+			<stop
+   offset="0.3647"
+   style="stop-color:#6B655D"
+   id="stop883" />
+			<stop
+   offset="0.8039"
+   style="stop-color:#F2DFAA"
+   id="stop885" />
+			<stop
+   offset="1"
+   style="stop-color:#C7C4BC"
+   id="stop887" />
+		</linearGradient>
+		
+	</defs><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1680"
+   inkscape:window-height="1026"
+   id="namedview1797"
+   showgrid="false"
+   borderlayer="true"
+   fit-margin-top="0"
+   fit-margin-left="0"
+   fit-margin-right="0"
+   fit-margin-bottom="0"
+   inkscape:zoom="14.390482"
+   inkscape:cx="14.889958"
+   inkscape:cy="13.527943"
+   inkscape:window-x="0"
+   inkscape:window-y="24"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="Layer_1" />
+<g
+   id="g7447"
+   transform="matrix(0.04513032,0,0,0.04608729,-4.4813121,1.9194746)"><path
+     inkscape:connector-curvature="0"
+     id="path7406"
+     d="m 443.77958,-26.100545 c -8.83612,-0.610078 -35.37449,6.128507 -44.33117,8.679676 -57.32276,16.3274885 -88.68268,70.395328 -73.66876,132.733259 l 37.62493,4.82828 c 0.42067,4.57403 1.1726,9.14059 2.28125,13.72798 l 158.15625,-0.30507 c 1.08161,-4.54288 1.8144,-9.12756 2.21875,-13.76611 l 27.84997,4.82827 c 4.57024,-19.26123 14.85743,-17.64108 0.8813,-66.024775 -14.92481,-51.6678877 -26.175,-78.844017 -111.01252,-84.70151 z"
+     style="fill:#ff6f14;fill-opacity:1;stroke:#000000;stroke-width:31.34572029;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+     sodipodi:nodetypes="ssccccccss" /><path
+     inkscape:connector-curvature="0"
+     id="path7406-9"
+     d="m 463.16747,34.036488 c -5.88632,0.02748 -36.23094,-10.783847 -42.1885,-9.104585 -38.12837,10.747278 -60.93307,52.742846 -50.94653,93.775677 l 15.29852,-0.0251 c 0.2798,3.01077 0.77996,6.01662 1.51738,9.03619 l 105.198,-0.2008 c 0.71944,-2.99028 1.20685,-6.00805 1.47582,-9.0613 l 14.63335,-0.0251 c 3.03991,-12.67836 3.02038,-25.988477 -0.0623,-38.654852 -8.42617,-34.621487 -13.13961,-45.888557 -44.92574,-45.7401 z"
+     style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:26.19338417;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+     sodipodi:nodetypes="ssccccccss" /></g>
+<rect
+   style="fill:#b7b2a6;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+   id="rect7451"
+   width="29.875004"
+   height="21.543943"
+   x="0.52106792"
+   y="6.8229327"
+   ry="0.60014707" /><g
+   id="g1695"
+   transform="matrix(0.05735485,0,0,0.08747947,-8.1481164,-12.387766)">
+			
+		</g><path
+   style="fill:#ff6f14;fill-opacity:1;stroke:#000000;stroke-width:0.93868089;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+   d="M 0.61675178,12.937661 C 0.67412877,11.320168 0.4164884,8.5560174 0.84342766,7.0928445 2.4981654,6.7160389 4.1334636,6.9228111 6.0852684,7.0871849 5.8880762,11.188385 3.4517147,12.653539 0.61675178,12.937661 z"
+   id="path7455"
+   inkscape:connector-curvature="0"
+   sodipodi:nodetypes="cccc" /><path
+   style="fill:#ff6f14;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+   d="M 6.0807569,28.381366 C 4.5481654,28.329786 2.2446858,28.71376 1.3704501,27.888298 0.51418121,27.80542 0.42817071,25.087697 0.58391604,23.333228 4.4698586,23.510468 5.8115495,25.833022 6.0807569,28.381366 z"
+   id="path7455-2"
+   inkscape:connector-curvature="0"
+   sodipodi:nodetypes="cccc" /><path
+   style="fill:#ff6f14;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+   d="m 30.302156,23.345993 c -0.04981,1.358275 0.376894,3.471232 -0.420424,4.246038 -0.839419,0.976609 -2.760931,0.763599 -4.455569,0.625573 0.171191,-3.443934 2.414567,-4.633019 4.875993,-4.871611 z"
+   id="path7455-2-0"
+   inkscape:connector-curvature="0"
+   sodipodi:nodetypes="cccc" /><path
+   style="fill:#ff6f14;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+   d="m 24.935092,6.914772 c 1.47407,0.058557 3.893672,-0.00681 5.029348,0.2425423 0.617637,1.1833586 0.407432,3.4973617 0.257621,5.4895347 -3.737587,-0.201254 -5.028048,-2.8384807 -5.286969,-5.732077 z"
+   id="path7455-2-2"
+   inkscape:connector-curvature="0"
+   sodipodi:nodetypes="cccc" /></svg>
\ No newline at end of file



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]