Merge lp:~taiebot65/cairo-dock-plug-ins-extras/Subdock into lp:~cairo-dock-team/cairo-dock-plug-ins-extras/third-party

Proposed by taiebot65
Status: Merged
Merged at revision: 68
Proposed branch: lp:~taiebot65/cairo-dock-plug-ins-extras/Subdock
Merge into: lp:~cairo-dock-team/cairo-dock-plug-ins-extras/third-party
Diff against target: 21010 lines (+343/-20098)
79 files modified
Calendar/Calendar (+0/-118)
Calendar/Calendar.conf (+0/-107)
Calendar/Calendar.sh (+0/-252)
Calendar/README (+0/-20)
Calendar/auto-load.conf (+0/-13)
Calendar/icon (+0/-483)
Calendar/icon.sh (+0/-524)
Calendar/update_calendar.sh (+0/-98)
GTG/GTG (+0/-497)
GTG/GTG.conf (+0/-110)
GTG/auto-load.conf (+0/-13)
GnoMenu/GnoMenu (+0/-191)
GnoMenu/GnoMenu.conf (+0/-91)
GnoMenu/auto-load.conf (+0/-13)
GnoMenu/icon (+0/-398)
Pidgin/Pidgin (+0/-607)
Pidgin/Pidgin.conf (+0/-119)
Pidgin/auto-load.conf (+0/-13)
RubyBattery/README (+0/-27)
RubyBattery/Ruby-Battery/readme (+0/-1)
RubyBattery/Ruby-Battery/ruby-battery0.svg (+0/-1064)
RubyBattery/Ruby-Battery/ruby-battery1.svg (+0/-1076)
RubyBattery/Ruby-Battery/ruby-battery10.svg (+0/-1076)
RubyBattery/Ruby-Battery/ruby-battery2.svg (+0/-1072)
RubyBattery/Ruby-Battery/ruby-battery3.svg (+0/-1076)
RubyBattery/Ruby-Battery/ruby-battery4.svg (+0/-1068)
RubyBattery/Ruby-Battery/ruby-battery5.svg (+0/-1076)
RubyBattery/Ruby-Battery/ruby-battery6.svg (+0/-1076)
RubyBattery/Ruby-Battery/ruby-battery7.svg (+0/-1072)
RubyBattery/Ruby-Battery/ruby-battery8.svg (+0/-1076)
RubyBattery/Ruby-Battery/ruby-battery9.svg (+0/-1068)
RubyBattery/Ruby-Battery/theme.xml (+0/-17)
RubyBattery/RubyBattery (+0/-174)
RubyBattery/RubyBattery.conf (+0/-101)
RubyBattery/auto-load.conf (+0/-13)
RubyBattery/icon (+0/-1088)
SubDock/SubDock (+235/-0)
SubDock/SubDock.conf (+95/-0)
SubDock/auto-load.conf (+13/-0)
WebSearch/Changelog.txt (+0/-15)
WebSearch/README (+0/-35)
WebSearch/WebSearch (+0/-316)
WebSearch/WebSearch.conf (+0/-97)
WebSearch/auto-load.conf (+0/-13)
WebSearch/lib/Bing.rb (+0/-29)
WebSearch/lib/Engine.rb (+0/-25)
WebSearch/lib/Exceptions.rb (+0/-11)
WebSearch/lib/Flickr.rb (+0/-22)
WebSearch/lib/Google.rb (+0/-37)
WebSearch/lib/Link.rb (+0/-63)
WebSearch/lib/Teoma.rb (+0/-26)
WebSearch/lib/Webshots.rb (+0/-27)
WebSearch/lib/Wikipedia.rb (+0/-28)
WebSearch/lib/Yahoo.rb (+0/-26)
WebSearch/lib/Youtube.rb (+0/-28)
WindowsKiller/README (+0/-20)
WindowsKiller/WindowsKiller (+0/-114)
WindowsKiller/WindowsKiller.conf (+0/-83)
WindowsKiller/WindowsKiller.sh (+0/-111)
WindowsKiller/auto-load.conf (+0/-13)
Xchat/Xchat (+0/-354)
Xchat/Xchat.conf (+0/-105)
Xchat/auto-load.conf (+0/-13)
demos/demo_bash/auto-load.conf (+0/-13)
demos/demo_bash/demo_bash (+0/-114)
demos/demo_bash/demo_bash.conf (+0/-102)
demos/demo_bash/demo_bash.sh (+0/-182)
demos/demo_mono/auto-load.conf (+0/-13)
demos/demo_mono/demo_mono.cs (+0/-225)
demos/demo_python/auto-load.conf (+0/-13)
demos/demo_python/demo_python (+0/-182)
demos/demo_python/demo_python.conf (+0/-101)
demos/demo_ruby/README (+0/-19)
demos/demo_ruby/auto-load.conf (+0/-13)
demos/demo_ruby/demo_ruby (+0/-183)
demos/demo_ruby/demo_ruby.conf (+0/-101)
demos/demo_vala/auto-load.conf (+0/-13)
demos/demo_vala/demo_vala.conf (+0/-101)
demos/demo_vala/demo_vala.vala (+0/-224)
To merge this branch: bzr merge lp:~taiebot65/cairo-dock-plug-ins-extras/Subdock
Reviewer Review Type Date Requested Status
Cairo-Dock Devs Pending
Review via email: mp+25394@code.launchpad.net

Description of the change

Just added my work via ground control tell me if it worked...

It's really straight forward so i do not think i made a mistake...

To post a comment you must log in.
69. By taiebot65

Keep only subdock in my branch

70. By taiebot65

Deleted icons.. not needed

71. By taiebot65

Cleaned up some code

72. By taiebot65

Better support of icons put them in a folder and delete them when we leave the dock or we quit cairo-dock

73. By taiebot65

Commented all the stuff that are not needed for this applet!!! Bye Bye demo applet ^^

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== removed directory 'Calendar'
=== removed file 'Calendar/Calendar'
--- Calendar/Calendar 2010-04-27 16:04:44 +0000
+++ Calendar/Calendar 1970-01-01 00:00:00 +0000
@@ -1,118 +0,0 @@
1#!/usr/bin/python
2
3# This is a part of the external applet Calendar for Cairo-Dock
4#
5# Copyright : (C) 2010 by Nochka85
6# modified by matttbe for Calendar
7# (based on the demo.py by Fabounet)
8# E-mail : nochka85@glx-dock.org
9#
10#
11# This program is free software; you can redistribute it and/or
12# modify it under the terms of the GNU General Public License
13# as published by the Free Software Foundation; either version 2
14# of the License, or (at your option) any later version.
15#
16# This program is distributed in the hope that it will be useful,
17# but WITHOUT ANY WARRANTY; without even the implied warranty of
18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19# GNU General Public License for more details.
20# http://www.gnu.org/licenses/licenses.html#GPL
21
22### We assume the name of this applet is "demo_bash"
23### This Python script (demo_bash) should be placed in a folder alongside with 3 files :
24### demo_bash.conf (the default config file), "icon" (the default icon of the applet) , "preview" (a preview of this applet) and demo_bash.sh (the script in bash, where you will place your code)
25
26### REV : 21/01/10
27
28### import ###
29import sys
30import gobject
31import glib
32import gtk
33import dbus
34import os.path
35import subprocess
36from dbus.mainloop.glib import DBusGMainLoop
37
38# get our applet on the bus
39app_folder = os.path.dirname(sys.argv[0])
40applet_name = os.path.basename(os.path.abspath("."))
41applet_path = "/org/cairodock/CairoDock/"+applet_name
42DBusGMainLoop(set_as_default=True)
43bus = dbus.SessionBus()
44try:
45 applet_object = bus.get_object("org.cairodock.CairoDock", applet_path)
46except dbus.DBusException:
47 print ">>> module '"+applet_name+"' can't be found on the bus, exit."
48 sys.exit(2)
49myIcon = dbus.Interface(applet_object, "org.cairodock.CairoDock.applet")
50
51### we'll have a sub-dock, so we also get the sub-icons object ###
52#sub_icons_object = bus.get_object("org.cairodock.CairoDock", applet_path+"/sub_icons")
53#mySubIcons = dbus.Interface(sub_icons_object, "org.cairodock.CairoDock.subapplet")
54
55### callbacks ###
56def action_on_click(iState):
57 return_from_bash = os.popen("cd " + app_folder + " && ./" + applet_name + ".sh " + " action_on_click").read().rstrip()
58 print return_from_bash
59
60def action_on_middle_click():
61 return_from_bash = os.popen("cd " + app_folder + " && ./" + applet_name + ".sh " + " action_on_middle_click").read().rstrip()
62 print return_from_bash
63
64def action_on_scroll_icon(bUpOrDown):
65 if bUpOrDown:
66 return_from_bash = os.popen("cd " + app_folder + " && ./" + applet_name + ".sh " + " action_on_scroll_icon 0").read().rstrip()
67 print return_from_bash
68 else:
69 return_from_bash = os.popen("cd " + app_folder + " && ./" + applet_name + ".sh " + " action_on_scroll_icon 1").read().rstrip()
70 print return_from_bash
71
72def action_on_drop_data(sDataName):
73 return_from_bash = os.popen("cd " + app_folder + " && ./" + applet_name + ".sh " + " action_on_drop_data " + sDataName).read().rstrip()
74 print return_from_bash
75
76def action_on_init():
77 return_from_bash = os.popen("cd " + app_folder + " && ./" + applet_name + ".sh " + " action_on_init").read().rstrip()
78 print return_from_bash
79
80def action_on_stop():
81 return_from_bash = os.popen("cd " + app_folder + " && ./" + applet_name + ".sh " + " action_on_stop").read().rstrip()
82 print return_from_bash
83
84def action_on_reload(bConfigHasChanged):
85 if bConfigHasChanged:
86 return_from_bash = os.popen("cd " + app_folder + " && ./" + applet_name + ".sh " + " action_on_reload").read().rstrip()
87 print return_from_bash
88
89def action_on_build_menu():
90 return_from_bash = os.popen("cd " + app_folder + " && ./" + applet_name + ".sh " + " action_on_build_menu").read().rstrip()
91 print return_from_bash
92
93def action_on_menu_select(iNumEntry):
94 return_from_bash = os.popen("cd " + app_folder + " && ./" + applet_name + ".sh " + " action_on_menu_select " + str(iNumEntry)).read().rstrip()
95 print return_from_bash
96
97### init ###
98def init():
99 # register to the notifications on our applet
100 myIcon.connect_to_signal("on_click", action_on_click)
101 myIcon.connect_to_signal("on_middle_click", action_on_middle_click)
102 myIcon.connect_to_signal("on_scroll", action_on_scroll_icon)
103 myIcon.connect_to_signal("on_drop_data", action_on_drop_data)
104 myIcon.connect_to_signal("on_init_module", action_on_init)
105 myIcon.connect_to_signal("on_stop_module", action_on_stop)
106 myIcon.connect_to_signal("on_reload_module", action_on_reload)
107 myIcon.connect_to_signal("on_build_menu", action_on_build_menu)
108 myIcon.connect_to_signal("on_menu_select", action_on_menu_select)
109 #os.spawnl(os.P_NOWAIT,'./update_calendar.sh') # FOR CALENDAR ONLY !
110 subprocess.Popen("./update_calendar.sh")
111
112### main ###
113if __name__ == '__main__':
114# action_on_init()
115 init()
116 gtk.main()
117# stop()
118 sys.exit(0)
1190
=== removed file 'Calendar/Calendar.conf'
--- Calendar/Calendar.conf 2010-05-02 17:54:19 +0000
+++ Calendar/Calendar.conf 1970-01-01 00:00:00 +0000
@@ -1,107 +0,0 @@
1#!en;0.0.4
2
3#[gtk-about]
4[Icon]
5#j+[0;128] Desired icon size for this applet
6#{Set to 0 to use the default applet size}
7icon size = 0;0
8
9#s Name of the icon as it will appear in its label in the dock :
10name = Calendar
11
12#d Name of the dock it belongs to:
13dock name =
14
15icon=
16order=
17
18#[gtk-convert]
19[Desklet]
20
21#j+[48;512] Desklet's dimension (width x height) :
22#{Depending on your WindowManager, you can resize it with ALT + middle_click or ALT + left_click for exemple.}
23size = 96;96
24
25#i[-2048;2048] Desklet's position (x ; y) :
26#{Depending on your WindowManager, you can move it with ALT + left_click}
27x position=0
28#i[-2048;2048] ...
29y position=0
30
31#b Is detached from the dock ?
32initially detached=false
33#l[Normal;Keep above;Keep below;On Widget Layer;Reserve space] Accessibility :
34#{for CompizFusion's "widget layer", set behaviour in Compiz to: (class=Cairo-dock & type=utility)}
35accessibility=0
36#b Should be visible on all desktops ?
37sticky=true
38
39#b Lock position ?
40#{If locked, the desklet can't be moved by simply dragging it with the left mouse button. Of course you can still move it with ALT + left_click.}
41locked = false
42
43#I[-180;180] Rotation :
44#{in degrees.}
45rotation = 0
46
47use size=
48
49#F[Decorations;gtk-orientation-portrait]
50frame_deco=
51
52#o+ Choose a decoration theme for this desklet :
53#{Choose the 'personnal' one to define your own decorations below.}
54decorations = none
55
56#v
57sep_deco =
58
59#S+ Background image :
60#{It's an image that will be displayed below the drawings, like a frame for exemple. Let empty to not use any.}
61bg desklet =
62#e+[0;1] Background tansparency :
63bg alpha = 1
64#i+[0;256] Left offset :
65#{in pixels. Use this to adjust the left position of the drawings.}
66left offset = 0
67#i+[0;256] Top offset :
68#{in pixels. Use this to adjust the top position of the drawings.}
69top offset = 0
70#i+[0;256] Right offset :
71#{in pixels. Use this to adjust the right position of the drawings.}
72right offset = 0
73#i+[0;256] Bottom offset :
74#{in pixels. Use this to adjust the bottom position of the drawings.}
75bottom offset = 0
76#S+ Foreground image :
77#{It's an image that will be displayed above the drawings, like a reflect for exemple. Let empty to not use any.}
78fg desklet =
79#e+[0;1] Foreground tansparency :
80fg alpha = 1
81
82#[gtk-preferences]
83[Configuration]
84
85#F[Applications]
86frame_config_apps =
87
88#s Command to launch your favourite calendar application (middle click):
89calendar_command = dates
90
91#s Command to execute on dropping a file onto the calendar-icon:
92import_command = scite
93
94#F[Behaviour]
95frame_config_bh =
96
97#i[3;30] Time length of dialogues for the calendar :
98#{in s.}
99time_dialog_cal_today = 5
100
101#i[3;30] Time length of dialogues for events of the day :
102#{in s.}
103time_dialog_ev = 15
104
105#i[3;30] Time length of dialogues for calendar of next month :
106#{in s.}
107time_dialog_cal_next = 10
1080
=== removed file 'Calendar/Calendar.sh'
--- Calendar/Calendar.sh 2010-04-26 17:09:57 +0000
+++ Calendar/Calendar.sh 1970-01-01 00:00:00 +0000
@@ -1,252 +0,0 @@
1#!/bin/bash
2
3# This is a part of the external applet Calendar for Cairo-Dock
4#
5# Copyright : (C) 2009 by Royohboy & Matttbe
6# Thanks to Nochka85 for his demo
7# E-mail : werbungfuerroy@googlemail.com and matttbe@gmail.com
8#
9#
10# This program is free software; you can redistribute it and/or
11# modify it under the term -fs of the GNU General Public License
12# as published by the Free Software Foundation; either version 2
13# of the License, or (at your option) any later version.
14#
15# This program is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18# GNU General Public License for more details.
19# http://www.gnu.org/licenses/licenses.html#GPL
20
21## Rev : 21/01/2010
22
23DBUS_NAME="org.cairodock.CairoDock"
24DBUS_PATH="/org/cairodock/CairoDock"
25DBUS_INTERFACE="org.cairodock.CairoDock"
26COMMAND=$0
27SCRIPT_NAME=`basename $COMMAND`
28APP_NAME="`echo $SCRIPT_NAME | cut -f1 -d '.' `"
29ACTION=$1
30DROP_DATA=$2
31MENU_SELECT=$2
32SCROLL_UP=$2
33CONF_FILE="/home/$USER/.config/cairo-dock/current_theme/plug-ins/$APP_NAME/$APP_NAME.conf"
34
35#############################################################################################################
36get_conf_param() {
37LIGNE=`cat $CONF_FILE | grep "$1"`
38PARAM="`echo $LIGNE | cut -f2 -d '=' `"
39}
40
41#############################################################################################################
42get_ALL_conf_params() {
43
44get_conf_param "calendar_command"
45calendar_command="$PARAM"
46
47get_conf_param "import_command"
48import_command="$PARAM"
49
50#get_conf_param "reload_message"
51#reload_message="$PARAM"
52
53get_conf_param "time_dialog_cal_today"
54time_dialog_cal="$PARAM"
55
56get_conf_param "time_dialog_ev"
57time_dialog_ev="$PARAM"
58
59get_conf_param "time_dialog_cal_next"
60time_dialog_cal_next="$PARAM"
61
62}
63
64#############################################################################################################
65action_on_click() {
66get_conf_param "time_dialog_cal_today"
67time_dialog_cal_today="$PARAM"
68which cal > /dev/null
69if [ $? -eq 0 ]; then
70 dbus-send --session --dest=$DBUS_NAME $DBUS_PATH/$APP_NAME $DBUS_INTERFACE.applet.ShowDialog string:"`cal`" int32:$time_dialog_cal_today
71else
72 echo "$APP_NAME applet -> Script Name : $SCRIPT_NAME -> 'cal' isn't installed"
73 dbus-send --session --dest=$DBUS_NAME $DBUS_PATH/$APP_NAME $DBUS_INTERFACE.applet.ShowDialog string:"ERROR: 'cal' isn't installed" int32:5
74fi
75#echo "$APP_NAME applet -> Script Name : $SCRIPT_NAME -> Left clic !"
76exit
77}
78
79#############################################################################################################
80action_on_middle_click() {
81get_conf_param "calendar_command"
82calendar_command="$PARAM"
83
84$calendar_command
85
86#echo "$APP_NAME applet -> Script Name : $SCRIPT_NAME -> Middle clic !"
87exit
88}
89
90#############################################################################################################
91action_on_scroll_icon() {
92
93date_TD=`date +%Y%m%d%H%M%S`
94
95if [ $SCROLL_UP -eq "0" ]; then
96 # Scroll UP
97
98 get_conf_param "time_dialog_cal_next"
99 time_dialog_cal_next="$PARAM"
100
101 if test -e .wait; then
102 date_WAIT=`head -n 1 .wait`
103 if [ $date_TD -ge $(($date_WAIT+4)) ];then
104 rm -f .wait_month .wait_year .wait1 # we wait for 4 sec
105 fi
106 fi
107
108 which cal > /dev/null
109 if [ $? -eq 0 ]; then
110 MONTH_NEXT=1
111 YEAR_NEXT=1
112 if test -e ".wait_month" -a -e ".wait_year"; then
113 MONTH_NEXT_READ=`head -n 1 .wait_month`
114 YEAR_NEXT_READ=`head -n 1 .wait_year`
115 MONTH_NEXT=$(($MONTH_NEXT_READ+1))
116 if [ $MONTH_NEXT -eq 13 ]; then
117 MONTH_NEXT=1
118 YEAR_NEXT=$(($YEAR_NEXT_READ+1))
119 else
120 YEAR_NEXT=$YEAR_NEXT_READ
121 fi
122 echo $MONTH_NEXT > .wait_month
123 echo $YEAR_NEXT > .wait_year
124 else
125 MONTH_NEXT=$((`date +%m`+1))
126 if [ $MONTH_NEXT -eq 13 ]; then
127 MONTH_NEXT=1
128 date_YEAR=`date +%Y`
129 YEAR_NEXT=$(($date_YEAR+1))
130 else
131 YEAR_NEXT=`date +%Y`
132 fi
133 echo $MONTH_NEXT > .wait_month
134 echo $YEAR_NEXT > .wait_year
135 fi
136 dbus-send --session --dest=$DBUS_NAME $DBUS_PATH/$APP_NAME $DBUS_INTERFACE.applet.ShowDialog string:" Next month :
137`cal $MONTH_NEXT $YEAR_NEXT`" int32:$time_dialog_cal_next
138 echo $date_TD > .wait
139 else
140 echo "$APP_NAME applet -> Script Name : $SCRIPT_NAME -> 'cal' isn't installed"
141 dbus-send --session --dest=$DBUS_NAME $DBUS_PATH/$APP_NAME $DBUS_INTERFACE.applet.ShowDialog string:"ERROR: 'cal' isn't installed" int32:5
142 fi
143
144else
145 # Scroll DOWN
146
147 get_conf_param "time_dialog_ev"
148 time_dialog_ev="$PARAM"
149
150 which calendar > /dev/null
151 if [ $? -nq 0 ]; then
152 echo "$APP_NAME applet -> Script Name : $SCRIPT_NAME -> 'calendar' isn't installed"
153 dbus-send --session --dest=$DBUS_NAME $DBUS_PATH/$APP_NAME $DBUS_INTERFACE.applet.ShowDialog string:"ERROR: 'calendar' isn't installed" int32:5
154 exit
155 fi
156
157 if test -e .wait1; then
158 date_WAIT=`head -n 1 .wait1`
159 if [ $date_TD -ge $(($date_WAIT+3)) ];then
160 # we wait for 3 sec
161 calendar -f /usr/share/calendar/calendar.all > /dev/null # The loading takes some time :-/
162 sleep 0.5
163 dbus-send --session --dest=$DBUS_NAME $DBUS_PATH/$APP_NAME $DBUS_INTERFACE.applet.ShowDialog string:"`calendar -f /usr/share/calendar/calendar.all`" int32:$time_dialog_ev
164 else
165 exit
166 fi
167 else
168 dbus-send --session --dest=$DBUS_NAME $DBUS_PATH/$APP_NAME $DBUS_INTERFACE.applet.ShowDialog string:"`calendar`" int32:$time_dialog_ev
169 fi
170
171 echo $date_TD > .wait1
172fi
173
174exit
175}
176
177#############################################################################################################
178action_on_drop_data() {
179get_conf_param "import_command"
180import_command="$PARAM"
181echo "$APP_NAME applet -> Script Name : $SCRIPT_NAME -> $DROP_DATA has been dropped on applet !"
182
183if [ "`echo $DROP_DATA |grep 'file://'`" != "" ]; then # It's a file !
184 DROP_DATA="`echo $DROP_DATA | cut -c 8-`" # we remove 'file://' before the location
185 #dbus-send --session --dest=$DBUS_NAME $DBUS_PATH/$APP_NAME $DBUS_INTERFACE.applet.ShowDialog string:"FILE : $DROP_DATA has been dropped on applet" int32:4
186 $import_command $DROP_DATA
187fi
188
189exit
190}
191
192#############################################################################################################
193action_on_init() {
194# Generate fresh calendar icon
195echo "$APP_NAME applet -> init"
196./icon.sh
197rm -f .wait .wait1 .wait_month .wait_year
198get_ALL_conf_params
199
200#echo "$APP_NAME applet -> Script Name : $SCRIPT_NAME -> The calendar_command in config is : $calendar_command"
201#echo "$APP_NAME applet -> Script Name : $SCRIPT_NAME -> The import_command in config is : $import_command"
202#echo "$APP_NAME applet -> Script Name : $SCRIPT_NAME -> The time_dialog_cal_today in config is : '$time_dialog_cal_today'"
203#echo "$APP_NAME applet -> Script Name : $SCRIPT_NAME -> The time_dialog_ev in config is : '$time_dialog_ev'"
204#echo "$APP_NAME applet -> Script Name : $SCRIPT_NAME -> The time_dialog_cal_next in config is : '$time_dialog_cal_next'"
205#echo "$APP_NAME applet -> Script Name : $SCRIPT_NAME -> Our module is started"
206
207exit
208}
209
210#############################################################################################################
211action_on_stop() {
212echo "$APP_NAME applet -> Script Name : $SCRIPT_NAME -> Stop"
213rm -f .wait .wait1 .wait_month .wait_year .day
214killall update_calendar.sh
215}
216
217#############################################################################################################
218action_on_reload() {
219get_ALL_conf_params
220rm -f .wait .wait1 .wait_month .wait_year
221exit
222}
223
224
225#############################################################################################################
226# START ### DO NOT CHANGE THIS SECTION
227#############################################################################################################
228
229if [ "`echo $ACTION |grep 'register_the_applet'`" != "" ]; then
230 register_the_applet
231elif [ "`echo $ACTION |grep 'action_on_click'`" != "" ]; then
232 action_on_click
233elif [ "`echo $ACTION |grep 'action_on_middle_click'`" != "" ]; then
234 action_on_middle_click
235elif [ "`echo $ACTION |grep 'action_on_scroll_icon'`" != "" ]; then
236 action_on_scroll_icon
237elif [ "`echo $ACTION |grep 'action_on_drop_data'`" != "" ]; then
238 action_on_drop_data
239elif [ "`echo $ACTION |grep 'action_on_init'`" != "" ]; then
240 action_on_init
241elif [ "`echo $ACTION |grep 'action_on_stop'`" != "" ]; then
242 action_on_stop
243elif [ "`echo $ACTION |grep 'action_on_reload'`" != "" ]; then
244 action_on_reload
245elif [ "`echo $ACTION |grep 'action_on_build_menu'`" != "" ]; then
246 action_on_build_menu
247elif [ "`echo $ACTION |grep 'action_on_menu_select'`" != "" ]; then
248 action_on_menu_select
249fi
250
251exit
252
2530
=== removed file 'Calendar/README'
--- Calendar/README 2010-01-21 22:18:50 +0000
+++ Calendar/README 1970-01-01 00:00:00 +0000
@@ -1,20 +0,0 @@
1Calendar, a calendar applet for Cairo-Dock
2Author : Royohboy, who mainly just modified Nochka85's clever demo script
3 Updated by matttbe.
4Rev : 21/01/2010
5
6SUMMARY:
7--------
8This is a calendar applet for cairo-dock. In Cairo-Dock, be it as an icon in the dock, or as a desklet, it will display the current date in the form of a tear-off calendar. It will also act as a launcher for your favourite calendar application. You can specify a command to run when dropping a file onto the icon/desklet; this is useful if your calendar-programme supports importing tasks or assignments via command-line switches.
9
10INSTALLATION:
11-------------
12Unpack the archive to ~/.config/cairo-dock/third-party (so that all the files are in ~/.config/cairo-dock/third-party/Calendar). Go to the configuration-screen of your Cairo-Dock and configure the Calendar-applet to suit your needs; you'll find it under "Accessories".
13
14RECOMMENDATIONS:
15----------------
16If you need recommendations for a nice little calendar-programme: My personal favourite is Dates from the Pimlico suite (http://www.pimlico-project.org/), which will let you display your Google-calendars on the desktop. Unfortunately, it doesn't support importing calendar-events on the command-line. I haven't tried KDE's various PIMs, or Evolution, but they don't seem to be as light-weight as Dates.
17
18CONTACT:
19--------
20For suggestions or criticism contact: werbungfuerroy@googlemail.com
210
=== removed file 'Calendar/auto-load.conf'
--- Calendar/auto-load.conf 2010-05-02 17:54:19 +0000
+++ Calendar/auto-load.conf 1970-01-01 00:00:00 +0000
@@ -1,13 +0,0 @@
1[Register]
2
3# Author of the applet
4author = Royohboy (v0.0.1) & Matttbe (>= v0.0.2)
5
6# A short description of the applet and how to use it.
7description = This applet will display the current date.\nLeft Click displays the calendar\nMiddle Click launches a calendar application of your choice\nScroll Up displays the calendar of the next month\nScroll Down displays the events of the day\nDropping a file on the icon launches the calendar application and import it.
8
9# Category of the applet : 2 = accessory, 3 = Desktop, 4 = Controler
10category = 2
11
12# Version of the applet; change it everytime you change something in the config file. Don't forget to update the version both in this file and in the config file.
13version = 0.0.4
140
=== removed file 'Calendar/icon'
--- Calendar/icon 2010-05-09 17:40:10 +0000
+++ Calendar/icon 1970-01-01 00:00:00 +0000
@@ -1,483 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3<svg
4 xmlns:svg="http://www.w3.org/2000/svg"
5 xmlns="http://www.w3.org/2000/svg"
6 xmlns:xlink="http://www.w3.org/1999/xlink"
7 version="1.0"
8 width="128"
9 height="128"
10 id="svg2">
11 <defs
12 id="defs4">
13 <linearGradient
14 id="linearGradient3999">
15 <stop
16 id="stop4001"
17 style="stop-color:#626262;stop-opacity:1"
18 offset="0" />
19 <stop
20 id="stop4003"
21 style="stop-color:#6c6865;stop-opacity:1"
22 offset="0.71532845" />
23 <stop
24 id="stop4005"
25 style="stop-color:#5a5858;stop-opacity:1"
26 offset="0.81714529" />
27 <stop
28 id="stop4007"
29 style="stop-color:#262626;stop-opacity:1"
30 offset="1" />
31 </linearGradient>
32 <linearGradient
33 id="linearGradient3973">
34 <stop
35 id="stop3975"
36 style="stop-color:#b30000;stop-opacity:1"
37 offset="0" />
38 <stop
39 id="stop3977"
40 style="stop-color:#ee3c3c;stop-opacity:1"
41 offset="0.71532845" />
42 <stop
43 id="stop3979"
44 style="stop-color:#e66767;stop-opacity:1"
45 offset="0.81714529" />
46 <stop
47 id="stop3981"
48 style="stop-color:#ff7171;stop-opacity:1"
49 offset="1" />
50 </linearGradient>
51 <linearGradient
52 id="linearGradient3955">
53 <stop
54 id="stop3957"
55 style="stop-color:#1f1f1f;stop-opacity:1"
56 offset="0" />
57 <stop
58 id="stop3959"
59 style="stop-color:#8f8b88;stop-opacity:1"
60 offset="0.71532845" />
61 <stop
62 id="stop3961"
63 style="stop-color:#a7a5a5;stop-opacity:1"
64 offset="0.81714529" />
65 <stop
66 id="stop3963"
67 style="stop-color:#c9c9c9;stop-opacity:1"
68 offset="1" />
69 </linearGradient>
70 <linearGradient
71 id="linearGradient3410">
72 <stop
73 id="stop3412"
74 style="stop-color:#ffffff;stop-opacity:1"
75 offset="0" />
76 <stop
77 id="stop3420"
78 style="stop-color:#d1cfce;stop-opacity:1"
79 offset="0.71532845" />
80 <stop
81 id="stop3422"
82 style="stop-color:#a7a5a5;stop-opacity:1"
83 offset="0.89402735" />
84 <stop
85 id="stop3414"
86 style="stop-color:#696969;stop-opacity:1"
87 offset="1" />
88 </linearGradient>
89 <radialGradient
90 cx="302.849"
91 cy="753.43823"
92 r="4.0006304"
93 fx="302.849"
94 fy="753.43823"
95 id="radialGradient3416"
96 xlink:href="#linearGradient3410"
97 gradientUnits="userSpaceOnUse"
98 gradientTransform="matrix(1,0,0,2.9350391,0,-1457.9325)" />
99 <radialGradient
100 cx="302.849"
101 cy="753.43823"
102 r="4.0006304"
103 fx="302.849"
104 fy="753.43823"
105 id="radialGradient3935"
106 xlink:href="#linearGradient3410"
107 gradientUnits="userSpaceOnUse"
108 gradientTransform="matrix(1,0,0,2.9350391,0,-1457.9325)" />
109 <linearGradient
110 x1="154.15988"
111 y1="851.48376"
112 x2="249.32434"
113 y2="851.48376"
114 id="linearGradient3943"
115 xlink:href="#linearGradient3955"
116 gradientUnits="userSpaceOnUse" />
117 <linearGradient
118 x1="164.1438"
119 y1="837.71381"
120 x2="262.08289"
121 y2="837.71381"
122 id="linearGradient3951"
123 xlink:href="#linearGradient3410"
124 gradientUnits="userSpaceOnUse" />
125 <linearGradient
126 x1="288.1875"
127 y1="767.53125"
128 x2="382.15625"
129 y2="767.53125"
130 id="linearGradient3971"
131 xlink:href="#linearGradient3973"
132 gradientUnits="userSpaceOnUse" />
133 <linearGradient
134 x1="298.21402"
135 y1="843.86743"
136 x2="401.52759"
137 y2="843.86743"
138 id="linearGradient3997"
139 xlink:href="#linearGradient3999"
140 gradientUnits="userSpaceOnUse"
141 gradientTransform="translate(0,-0.3181177)" />
142 <linearGradient
143 x1="154.15988"
144 y1="851.48376"
145 x2="249.32434"
146 y2="851.48376"
147 id="linearGradient4027"
148 xlink:href="#linearGradient3955"
149 gradientUnits="userSpaceOnUse"
150 gradientTransform="matrix(0.9853821,-0.170359,0.170359,0.9853821,9.129394e-2,1.6818823)" />
151 <linearGradient
152 x1="154.15988"
153 y1="851.48376"
154 x2="249.32434"
155 y2="851.48376"
156 id="linearGradient4031"
157 xlink:href="#linearGradient3955"
158 gradientUnits="userSpaceOnUse"
159 gradientTransform="matrix(0.9853821,-0.170359,0.170359,0.9853821,-0.4536475,3.3637646)" />
160 <radialGradient
161 cx="302.849"
162 cy="753.43823"
163 r="4.0006304"
164 fx="302.849"
165 fy="753.43823"
166 id="radialGradient4035"
167 xlink:href="#linearGradient3955"
168 gradientUnits="userSpaceOnUse"
169 gradientTransform="matrix(1,0,0,2.9350391,0,-1457.9325)" />
170 <radialGradient
171 cx="302.849"
172 cy="753.43823"
173 r="4.0006304"
174 fx="302.849"
175 fy="753.43823"
176 id="radialGradient4050"
177 xlink:href="#linearGradient3410"
178 gradientUnits="userSpaceOnUse"
179 gradientTransform="matrix(1,0,0,2.9350391,0,-1457.9325)" />
180 <radialGradient
181 cx="302.849"
182 cy="753.43823"
183 r="4.0006304"
184 fx="302.849"
185 fy="753.43823"
186 id="radialGradient4052"
187 xlink:href="#linearGradient3955"
188 gradientUnits="userSpaceOnUse"
189 gradientTransform="matrix(1,0,0,2.9350391,0,-1457.9325)" />
190 <radialGradient
191 cx="302.849"
192 cy="753.43823"
193 r="4.0006304"
194 fx="302.849"
195 fy="753.43823"
196 id="radialGradient4054"
197 xlink:href="#linearGradient3410"
198 gradientUnits="userSpaceOnUse"
199 gradientTransform="matrix(1,0,0,2.9350391,0,-1457.9325)" />
200 <radialGradient
201 cx="302.849"
202 cy="753.43823"
203 r="4.0006304"
204 fx="302.849"
205 fy="753.43823"
206 id="radialGradient4056"
207 xlink:href="#linearGradient3955"
208 gradientUnits="userSpaceOnUse"
209 gradientTransform="matrix(1,0,0,2.9350391,0,-1457.9325)" />
210 <linearGradient
211 x1="154.15988"
212 y1="851.48376"
213 x2="249.32434"
214 y2="851.48376"
215 id="linearGradient4079"
216 xlink:href="#linearGradient3955"
217 gradientUnits="userSpaceOnUse"
218 gradientTransform="matrix(0.9853821,-0.170359,0.170359,0.9853821,-0.4536475,3.3637646)" />
219 <linearGradient
220 x1="154.15988"
221 y1="851.48376"
222 x2="249.32434"
223 y2="851.48376"
224 id="linearGradient4081"
225 xlink:href="#linearGradient3955"
226 gradientUnits="userSpaceOnUse"
227 gradientTransform="matrix(0.9853821,-0.170359,0.170359,0.9853821,9.129394e-2,1.6818823)" />
228 <linearGradient
229 x1="154.15988"
230 y1="851.48376"
231 x2="249.32434"
232 y2="851.48376"
233 id="linearGradient4083"
234 xlink:href="#linearGradient3955"
235 gradientUnits="userSpaceOnUse" />
236 <linearGradient
237 x1="164.1438"
238 y1="837.71381"
239 x2="262.08289"
240 y2="837.71381"
241 id="linearGradient4085"
242 xlink:href="#linearGradient3410"
243 gradientUnits="userSpaceOnUse" />
244 <linearGradient
245 x1="288.1875"
246 y1="767.53125"
247 x2="382.15625"
248 y2="767.53125"
249 id="linearGradient4087"
250 xlink:href="#linearGradient3973"
251 gradientUnits="userSpaceOnUse" />
252 <linearGradient
253 x1="298.21402"
254 y1="843.86743"
255 x2="401.52759"
256 y2="843.86743"
257 id="linearGradient4089"
258 xlink:href="#linearGradient3999"
259 gradientUnits="userSpaceOnUse"
260 gradientTransform="translate(0,-0.3181177)" />
261 <radialGradient
262 cx="302.849"
263 cy="753.43823"
264 r="4.0006304"
265 fx="302.849"
266 fy="753.43823"
267 id="radialGradient4091"
268 xlink:href="#linearGradient3410"
269 gradientUnits="userSpaceOnUse"
270 gradientTransform="matrix(1,0,0,2.9350391,0,-1457.9325)" />
271 <radialGradient
272 cx="302.849"
273 cy="753.43823"
274 r="4.0006304"
275 fx="302.849"
276 fy="753.43823"
277 id="radialGradient4093"
278 xlink:href="#linearGradient3955"
279 gradientUnits="userSpaceOnUse"
280 gradientTransform="matrix(1,0,0,2.9350391,0,-1457.9325)" />
281 <radialGradient
282 cx="302.849"
283 cy="753.43823"
284 r="4.0006304"
285 fx="302.849"
286 fy="753.43823"
287 id="radialGradient4095"
288 xlink:href="#linearGradient3410"
289 gradientUnits="userSpaceOnUse"
290 gradientTransform="matrix(1,0,0,2.9350391,0,-1457.9325)" />
291 <radialGradient
292 cx="302.849"
293 cy="753.43823"
294 r="4.0006304"
295 fx="302.849"
296 fy="753.43823"
297 id="radialGradient4097"
298 xlink:href="#linearGradient3955"
299 gradientUnits="userSpaceOnUse"
300 gradientTransform="matrix(1,0,0,2.9350391,0,-1457.9325)" />
301 <radialGradient
302 cx="302.849"
303 cy="753.43823"
304 r="4.0006304"
305 fx="302.849"
306 fy="753.43823"
307 id="radialGradient2476"
308 xlink:href="#linearGradient3410"
309 gradientUnits="userSpaceOnUse"
310 gradientTransform="matrix(1,0,0,2.9350391,0,-1457.9325)" />
311 <radialGradient
312 cx="302.849"
313 cy="753.43823"
314 r="4.0006304"
315 fx="302.849"
316 fy="753.43823"
317 id="radialGradient2478"
318 xlink:href="#linearGradient3955"
319 gradientUnits="userSpaceOnUse"
320 gradientTransform="matrix(1,0,0,2.9350391,0,-1457.9325)" />
321 <radialGradient
322 cx="302.849"
323 cy="753.43823"
324 r="4.0006304"
325 fx="302.849"
326 fy="753.43823"
327 id="radialGradient2480"
328 xlink:href="#linearGradient3410"
329 gradientUnits="userSpaceOnUse"
330 gradientTransform="matrix(1,0,0,2.9350391,0,-1457.9325)" />
331 <radialGradient
332 cx="302.849"
333 cy="753.43823"
334 r="4.0006304"
335 fx="302.849"
336 fy="753.43823"
337 id="radialGradient2482"
338 xlink:href="#linearGradient3955"
339 gradientUnits="userSpaceOnUse"
340 gradientTransform="matrix(1,0,0,2.9350391,0,-1457.9325)" />
341 <linearGradient
342 x1="298.21402"
343 y1="843.86743"
344 x2="401.52759"
345 y2="843.86743"
346 id="linearGradient2493"
347 xlink:href="#linearGradient3999"
348 gradientUnits="userSpaceOnUse"
349 gradientTransform="translate(-279.19683,-729.67545)" />
350 <linearGradient
351 x1="288.1875"
352 y1="767.53125"
353 x2="382.15625"
354 y2="767.53125"
355 id="linearGradient2500"
356 xlink:href="#linearGradient3973"
357 gradientUnits="userSpaceOnUse"
358 gradientTransform="translate(-279.19683,-729.35733)" />
359 <linearGradient
360 x1="164.1438"
361 y1="837.71381"
362 x2="262.08289"
363 y2="837.71381"
364 id="linearGradient2503"
365 xlink:href="#linearGradient3410"
366 gradientUnits="userSpaceOnUse"
367 gradientTransform="matrix(0.9873932,-0.1582869,0.1582869,0.9873932,-279.19683,-729.35733)" />
368 <linearGradient
369 x1="154.15988"
370 y1="851.48376"
371 x2="249.32434"
372 y2="851.48376"
373 id="linearGradient2506"
374 xlink:href="#linearGradient3955"
375 gradientUnits="userSpaceOnUse"
376 gradientTransform="matrix(0.9853821,-0.170359,0.170359,0.9853821,-279.19683,-729.35733)" />
377 <linearGradient
378 x1="154.15988"
379 y1="851.48376"
380 x2="249.32434"
381 y2="851.48376"
382 id="linearGradient2509"
383 xlink:href="#linearGradient3955"
384 gradientUnits="userSpaceOnUse"
385 gradientTransform="matrix(0.9853821,-0.170359,0.170359,0.9853821,-279.10554,-727.67545)" />
386 <linearGradient
387 x1="154.15988"
388 y1="851.48376"
389 x2="249.32434"
390 y2="851.48376"
391 id="linearGradient2512"
392 xlink:href="#linearGradient3955"
393 gradientUnits="userSpaceOnUse"
394 gradientTransform="matrix(0.9853821,-0.170359,0.170359,0.9853821,-279.65048,-725.99357)" />
395 </defs>
396 <path
397 d="M 5.6692384,34.821242 L 100.61614,19.015668 L 122.29976,103.02618 L 18.769049,122.26528 L 5.6692384,34.821242 z"
398 id="rect3379"
399 style="fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" />
400 <path
401 d="M 13.60118,58.37304 L 99.70868,43.28563 L 115.50468,99.05508 L 22.71671,115.09685 L 13.60118,58.37304 z"
402 id="path4029"
403 style="fill:url(#linearGradient2512);fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" />
404 <path
405 d="M 14.14612,56.69116 L 100.25362,41.60375 L 116.04962,97.3732 L 23.26165,113.41497 L 14.14612,56.69116 z"
406 id="path4025"
407 style="fill:url(#linearGradient2509);fill-opacity:1;stroke:#1a1a1a;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" />
408 <path
409 d="M 14.054826,55.009283 L 100.16233,39.921869 L 115.95833,95.691324 L 23.170357,111.73309 L 14.054826,55.009283 z"
410 id="rect3391"
411 style="fill:url(#linearGradient2506);fill-opacity:1;stroke:#333333;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" />
412 <path
413 d="M 9.4772803,31.230194 L 95.89434,17.010764 C 101.84451,42.988204 110.19816,74.459282 116.49168,86.359252 C 92.930711,94.418142 53.292256,104.88049 22.520865,112.59603 L 9.4772803,31.230194 z"
414 id="rect2606"
415 style="fill:url(#linearGradient2503);fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
416 <path
417 d="M 95.469118,17.160271 L 9.6332705,31.521621 L 14.394005,59.229336 L 102.03162,43.513718 C 99.686648,34.585548 97.446918,25.794991 95.469118,17.160271 z"
418 id="path3382"
419 style="fill:url(#linearGradient2500);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
420 <text
421 x="12.788574"
422 y="57.323757"
423 transform="matrix(0.9877179,-0.156248,0.156248,0.9877179,0,0)"
424 id="text2602"
425 xml:space="preserve"
426 style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:condensed;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Nimbus Sans L;-inkscape-font-specification:Nimbus Sans L Bold Condensed"><tspan
427 x="12.788574"
428 y="57.323757"
429 id="tspan2604">mai</tspan></text>
430 <text
431 x="48.404499"
432 y="101.66183"
433 transform="matrix(0.9853867,-0.1703323,0.1703323,0.9853867,0,0)"
434 id="text2598"
435 xml:space="preserve"
436 style="font-size:48px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Nimbus Sans L;-inkscape-font-specification:Nimbus Sans L Bold"><tspan
437 x="48.404499"
438 y="101.66183"
439 id="tspan2600"
440 style="font-size:48px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;font-family:Nimbus Sans L;-inkscape-font-specification:Nimbus Sans L Bold">01</tspan></text>
441 <path
442 d="M 18.86917,122.25144 L 122.33076,102.71524 L 122.1116,106.50708 L 19.39588,125.71812 L 18.86917,122.25144 z"
443 id="rect3388"
444 style="fill:url(#linearGradient2493);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1" />
445 <g
446 transform="translate(-279.19683,-729.35733)"
447 id="g4037">
448 <path
449 d="M 311.75531,764.14758 C 311.75703,765.39866 310.90855,766.55528 309.52988,767.18121 C 308.15121,767.80714 306.45212,767.80714 305.07345,767.18121 C 303.69478,766.55528 302.8463,765.39866 302.84802,764.14758 C 302.8463,762.8965 303.69478,761.73988 305.07345,761.11395 C 306.45212,760.48802 308.15121,760.48802 309.52988,761.11395 C 310.90855,761.73988 311.75703,762.8965 311.75531,764.14758 L 311.75531,764.14758 z"
450 transform="matrix(0.9005081,0,0,0.9642831,31.051186,27.452039)"
451 id="path3394"
452 style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
453 <path
454 d="M 299.36,755.25543 C 299.22202,749.33101 300.35118,743.93902 302.02321,742.53808 C 303.69524,741.13714 305.41401,744.14293 306.07704,749.62743 C 306.74007,755.11193 306.15063,761.44779 304.6868,764.57096"
455 transform="matrix(0.7921082,-0.1723206,0.1261344,1.0821514,-28.999117,-9.1242685)"
456 id="path3398"
457 style="fill:none;fill-opacity:1;stroke:url(#radialGradient2476);stroke-width:3.86078405;stroke-linecap:round;marker-start:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
458 <path
459 d="M 299.36,755.25543 C 299.22202,749.33101 300.35118,743.93902 302.02321,742.53808 C 303.69524,741.13714 305.41401,744.14293 306.07704,749.62743 C 306.74007,755.11193 306.15063,761.44779 304.6868,764.57096"
460 transform="matrix(0.7921082,-0.1723206,0.1261344,1.0821514,-30.209688,-9.1242685)"
461 id="path4033"
462 style="fill:none;fill-opacity:1;stroke:url(#radialGradient2478);stroke-width:3.86078405;stroke-linecap:round;marker-start:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
463 </g>
464 <g
465 transform="translate(-228.77569,-737.75204)"
466 id="g4042">
467 <path
468 d="M 311.75531,764.14758 C 311.75703,765.39866 310.90855,766.55528 309.52988,767.18121 C 308.15121,767.80714 306.45212,767.80714 305.07345,767.18121 C 303.69478,766.55528 302.8463,765.39866 302.84802,764.14758 C 302.8463,762.8965 303.69478,761.73988 305.07345,761.11395 C 306.45212,760.48802 308.15121,760.48802 309.52988,761.11395 C 310.90855,761.73988 311.75703,762.8965 311.75531,764.14758 L 311.75531,764.14758 z"
469 transform="matrix(0.9005081,0,0,0.9642831,31.051186,27.452039)"
470 id="path4044"
471 style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
472 <path
473 d="M 299.36,755.25543 C 299.22202,749.33101 300.35118,743.93902 302.02321,742.53808 C 303.69524,741.13714 305.41401,744.14293 306.07704,749.62743 C 306.74007,755.11193 306.15063,761.44779 304.6868,764.57096"
474 transform="matrix(0.7921082,-0.1723206,0.1261344,1.0821514,-28.999117,-9.1242685)"
475 id="path4046"
476 style="fill:none;fill-opacity:1;stroke:url(#radialGradient2480);stroke-width:3.86078405;stroke-linecap:round;marker-start:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
477 <path
478 d="M 299.36,755.25543 C 299.22202,749.33101 300.35118,743.93902 302.02321,742.53808 C 303.69524,741.13714 305.41401,744.14293 306.07704,749.62743 C 306.74007,755.11193 306.15063,761.44779 304.6868,764.57096"
479 transform="matrix(0.7921082,-0.1723206,0.1261344,1.0821514,-30.209688,-9.1242685)"
480 id="path4048"
481 style="fill:none;fill-opacity:1;stroke:url(#radialGradient2482);stroke-width:3.86078405;stroke-linecap:round;marker-start:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
482 </g>
483</svg>
484\ No newline at end of file0\ No newline at end of file
4851
=== removed file 'Calendar/icon.sh'
--- Calendar/icon.sh 2009-10-30 23:59:48 +0000
+++ Calendar/icon.sh 1970-01-01 00:00:00 +0000
@@ -1,524 +0,0 @@
1#!/bin/bash
2
3# This is a part of the external applet Calendar for Cairo-Dock
4#
5# Copyright : (C) 2009 by Royohboy & Matttbe
6# inspired of the icon of arkham
7# E-mail : werbungfuerroy@googlemail.com and matttbe@gmail.com
8#
9#
10# This program is free software; you can redistribute it and/or
11# modify it under the terms of the GNU General Public License
12# as published by the Free Software Foundation; either version 2
13# of the License, or (at your option) any later version.
14#
15# This program is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18# GNU General Public License for more details.
19# http://www.gnu.org/licenses/licenses.html#GPL
20
21date_TODAY=`date '+%Y%m%d'`
22# get current day and month
23MONTH=$(date +%b)
24DAY=$(date +%d)
25
26# generate calendar-icon showing current day and month
27make_icon() {
28printf "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>
29<!-- Created with Inkscape (http://www.inkscape.org/) -->
30<svg
31 xmlns:svg=\"http://www.w3.org/2000/svg\"
32 xmlns=\"http://www.w3.org/2000/svg\"
33 xmlns:xlink=\"http://www.w3.org/1999/xlink\"
34 version=\"1.0\"
35 width=\"128\"
36 height=\"128\"
37 id=\"svg2\">
38 <defs
39 id=\"defs4\">
40 <linearGradient
41 id=\"linearGradient3999\">
42 <stop
43 id=\"stop4001\"
44 style=\"stop-color:#626262;stop-opacity:1\"
45 offset=\"0\" />
46 <stop
47 id=\"stop4003\"
48 style=\"stop-color:#6c6865;stop-opacity:1\"
49 offset=\"0.71532845\" />
50 <stop
51 id=\"stop4005\"
52 style=\"stop-color:#5a5858;stop-opacity:1\"
53 offset=\"0.81714529\" />
54 <stop
55 id=\"stop4007\"
56 style=\"stop-color:#262626;stop-opacity:1\"
57 offset=\"1\" />
58 </linearGradient>
59 <linearGradient
60 id=\"linearGradient3973\">
61 <stop
62 id=\"stop3975\"
63 style=\"stop-color:#b30000;stop-opacity:1\"
64 offset=\"0\" />
65 <stop
66 id=\"stop3977\"
67 style=\"stop-color:#ee3c3c;stop-opacity:1\"
68 offset=\"0.71532845\" />
69 <stop
70 id=\"stop3979\"
71 style=\"stop-color:#e66767;stop-opacity:1\"
72 offset=\"0.81714529\" />
73 <stop
74 id=\"stop3981\"
75 style=\"stop-color:#ff7171;stop-opacity:1\"
76 offset=\"1\" />
77 </linearGradient>
78 <linearGradient
79 id=\"linearGradient3955\">
80 <stop
81 id=\"stop3957\"
82 style=\"stop-color:#1f1f1f;stop-opacity:1\"
83 offset=\"0\" />
84 <stop
85 id=\"stop3959\"
86 style=\"stop-color:#8f8b88;stop-opacity:1\"
87 offset=\"0.71532845\" />
88 <stop
89 id=\"stop3961\"
90 style=\"stop-color:#a7a5a5;stop-opacity:1\"
91 offset=\"0.81714529\" />
92 <stop
93 id=\"stop3963\"
94 style=\"stop-color:#c9c9c9;stop-opacity:1\"
95 offset=\"1\" />
96 </linearGradient>
97 <linearGradient
98 id=\"linearGradient3410\">
99 <stop
100 id=\"stop3412\"
101 style=\"stop-color:#ffffff;stop-opacity:1\"
102 offset=\"0\" />
103 <stop
104 id=\"stop3420\"
105 style=\"stop-color:#d1cfce;stop-opacity:1\"
106 offset=\"0.71532845\" />
107 <stop
108 id=\"stop3422\"
109 style=\"stop-color:#a7a5a5;stop-opacity:1\"
110 offset=\"0.89402735\" />
111 <stop
112 id=\"stop3414\"
113 style=\"stop-color:#696969;stop-opacity:1\"
114 offset=\"1\" />
115 </linearGradient>
116 <radialGradient
117 cx=\"302.849\"
118 cy=\"753.43823\"
119 r=\"4.0006304\"
120 fx=\"302.849\"
121 fy=\"753.43823\"
122 id=\"radialGradient3416\"
123 xlink:href=\"#linearGradient3410\"
124 gradientUnits=\"userSpaceOnUse\"
125 gradientTransform=\"matrix(1,0,0,2.9350391,0,-1457.9325)\" />
126 <radialGradient
127 cx=\"302.849\"
128 cy=\"753.43823\"
129 r=\"4.0006304\"
130 fx=\"302.849\"
131 fy=\"753.43823\"
132 id=\"radialGradient3935\"
133 xlink:href=\"#linearGradient3410\"
134 gradientUnits=\"userSpaceOnUse\"
135 gradientTransform=\"matrix(1,0,0,2.9350391,0,-1457.9325)\" />
136 <linearGradient
137 x1=\"154.15988\"
138 y1=\"851.48376\"
139 x2=\"249.32434\"
140 y2=\"851.48376\"
141 id=\"linearGradient3943\"
142 xlink:href=\"#linearGradient3955\"
143 gradientUnits=\"userSpaceOnUse\" />
144 <linearGradient
145 x1=\"164.1438\"
146 y1=\"837.71381\"
147 x2=\"262.08289\"
148 y2=\"837.71381\"
149 id=\"linearGradient3951\"
150 xlink:href=\"#linearGradient3410\"
151 gradientUnits=\"userSpaceOnUse\" />
152 <linearGradient
153 x1=\"288.1875\"
154 y1=\"767.53125\"
155 x2=\"382.15625\"
156 y2=\"767.53125\"
157 id=\"linearGradient3971\"
158 xlink:href=\"#linearGradient3973\"
159 gradientUnits=\"userSpaceOnUse\" />
160 <linearGradient
161 x1=\"298.21402\"
162 y1=\"843.86743\"
163 x2=\"401.52759\"
164 y2=\"843.86743\"
165 id=\"linearGradient3997\"
166 xlink:href=\"#linearGradient3999\"
167 gradientUnits=\"userSpaceOnUse\"
168 gradientTransform=\"translate(0,-0.3181177)\" />
169 <linearGradient
170 x1=\"154.15988\"
171 y1=\"851.48376\"
172 x2=\"249.32434\"
173 y2=\"851.48376\"
174 id=\"linearGradient4027\"
175 xlink:href=\"#linearGradient3955\"
176 gradientUnits=\"userSpaceOnUse\"
177 gradientTransform=\"matrix(0.9853821,-0.170359,0.170359,0.9853821,9.129394e-2,1.6818823)\" />
178 <linearGradient
179 x1=\"154.15988\"
180 y1=\"851.48376\"
181 x2=\"249.32434\"
182 y2=\"851.48376\"
183 id=\"linearGradient4031\"
184 xlink:href=\"#linearGradient3955\"
185 gradientUnits=\"userSpaceOnUse\"
186 gradientTransform=\"matrix(0.9853821,-0.170359,0.170359,0.9853821,-0.4536475,3.3637646)\" />
187 <radialGradient
188 cx=\"302.849\"
189 cy=\"753.43823\"
190 r=\"4.0006304\"
191 fx=\"302.849\"
192 fy=\"753.43823\"
193 id=\"radialGradient4035\"
194 xlink:href=\"#linearGradient3955\"
195 gradientUnits=\"userSpaceOnUse\"
196 gradientTransform=\"matrix(1,0,0,2.9350391,0,-1457.9325)\" />
197 <radialGradient
198 cx=\"302.849\"
199 cy=\"753.43823\"
200 r=\"4.0006304\"
201 fx=\"302.849\"
202 fy=\"753.43823\"
203 id=\"radialGradient4050\"
204 xlink:href=\"#linearGradient3410\"
205 gradientUnits=\"userSpaceOnUse\"
206 gradientTransform=\"matrix(1,0,0,2.9350391,0,-1457.9325)\" />
207 <radialGradient
208 cx=\"302.849\"
209 cy=\"753.43823\"
210 r=\"4.0006304\"
211 fx=\"302.849\"
212 fy=\"753.43823\"
213 id=\"radialGradient4052\"
214 xlink:href=\"#linearGradient3955\"
215 gradientUnits=\"userSpaceOnUse\"
216 gradientTransform=\"matrix(1,0,0,2.9350391,0,-1457.9325)\" />
217 <radialGradient
218 cx=\"302.849\"
219 cy=\"753.43823\"
220 r=\"4.0006304\"
221 fx=\"302.849\"
222 fy=\"753.43823\"
223 id=\"radialGradient4054\"
224 xlink:href=\"#linearGradient3410\"
225 gradientUnits=\"userSpaceOnUse\"
226 gradientTransform=\"matrix(1,0,0,2.9350391,0,-1457.9325)\" />
227 <radialGradient
228 cx=\"302.849\"
229 cy=\"753.43823\"
230 r=\"4.0006304\"
231 fx=\"302.849\"
232 fy=\"753.43823\"
233 id=\"radialGradient4056\"
234 xlink:href=\"#linearGradient3955\"
235 gradientUnits=\"userSpaceOnUse\"
236 gradientTransform=\"matrix(1,0,0,2.9350391,0,-1457.9325)\" />
237 <linearGradient
238 x1=\"154.15988\"
239 y1=\"851.48376\"
240 x2=\"249.32434\"
241 y2=\"851.48376\"
242 id=\"linearGradient4079\"
243 xlink:href=\"#linearGradient3955\"
244 gradientUnits=\"userSpaceOnUse\"
245 gradientTransform=\"matrix(0.9853821,-0.170359,0.170359,0.9853821,-0.4536475,3.3637646)\" />
246 <linearGradient
247 x1=\"154.15988\"
248 y1=\"851.48376\"
249 x2=\"249.32434\"
250 y2=\"851.48376\"
251 id=\"linearGradient4081\"
252 xlink:href=\"#linearGradient3955\"
253 gradientUnits=\"userSpaceOnUse\"
254 gradientTransform=\"matrix(0.9853821,-0.170359,0.170359,0.9853821,9.129394e-2,1.6818823)\" />
255 <linearGradient
256 x1=\"154.15988\"
257 y1=\"851.48376\"
258 x2=\"249.32434\"
259 y2=\"851.48376\"
260 id=\"linearGradient4083\"
261 xlink:href=\"#linearGradient3955\"
262 gradientUnits=\"userSpaceOnUse\" />
263 <linearGradient
264 x1=\"164.1438\"
265 y1=\"837.71381\"
266 x2=\"262.08289\"
267 y2=\"837.71381\"
268 id=\"linearGradient4085\"
269 xlink:href=\"#linearGradient3410\"
270 gradientUnits=\"userSpaceOnUse\" />
271 <linearGradient
272 x1=\"288.1875\"
273 y1=\"767.53125\"
274 x2=\"382.15625\"
275 y2=\"767.53125\"
276 id=\"linearGradient4087\"
277 xlink:href=\"#linearGradient3973\"
278 gradientUnits=\"userSpaceOnUse\" />
279 <linearGradient
280 x1=\"298.21402\"
281 y1=\"843.86743\"
282 x2=\"401.52759\"
283 y2=\"843.86743\"
284 id=\"linearGradient4089\"
285 xlink:href=\"#linearGradient3999\"
286 gradientUnits=\"userSpaceOnUse\"
287 gradientTransform=\"translate(0,-0.3181177)\" />
288 <radialGradient
289 cx=\"302.849\"
290 cy=\"753.43823\"
291 r=\"4.0006304\"
292 fx=\"302.849\"
293 fy=\"753.43823\"
294 id=\"radialGradient4091\"
295 xlink:href=\"#linearGradient3410\"
296 gradientUnits=\"userSpaceOnUse\"
297 gradientTransform=\"matrix(1,0,0,2.9350391,0,-1457.9325)\" />
298 <radialGradient
299 cx=\"302.849\"
300 cy=\"753.43823\"
301 r=\"4.0006304\"
302 fx=\"302.849\"
303 fy=\"753.43823\"
304 id=\"radialGradient4093\"
305 xlink:href=\"#linearGradient3955\"
306 gradientUnits=\"userSpaceOnUse\"
307 gradientTransform=\"matrix(1,0,0,2.9350391,0,-1457.9325)\" />
308 <radialGradient
309 cx=\"302.849\"
310 cy=\"753.43823\"
311 r=\"4.0006304\"
312 fx=\"302.849\"
313 fy=\"753.43823\"
314 id=\"radialGradient4095\"
315 xlink:href=\"#linearGradient3410\"
316 gradientUnits=\"userSpaceOnUse\"
317 gradientTransform=\"matrix(1,0,0,2.9350391,0,-1457.9325)\" />
318 <radialGradient
319 cx=\"302.849\"
320 cy=\"753.43823\"
321 r=\"4.0006304\"
322 fx=\"302.849\"
323 fy=\"753.43823\"
324 id=\"radialGradient4097\"
325 xlink:href=\"#linearGradient3955\"
326 gradientUnits=\"userSpaceOnUse\"
327 gradientTransform=\"matrix(1,0,0,2.9350391,0,-1457.9325)\" />
328 <radialGradient
329 cx=\"302.849\"
330 cy=\"753.43823\"
331 r=\"4.0006304\"
332 fx=\"302.849\"
333 fy=\"753.43823\"
334 id=\"radialGradient2476\"
335 xlink:href=\"#linearGradient3410\"
336 gradientUnits=\"userSpaceOnUse\"
337 gradientTransform=\"matrix(1,0,0,2.9350391,0,-1457.9325)\" />
338 <radialGradient
339 cx=\"302.849\"
340 cy=\"753.43823\"
341 r=\"4.0006304\"
342 fx=\"302.849\"
343 fy=\"753.43823\"
344 id=\"radialGradient2478\"
345 xlink:href=\"#linearGradient3955\"
346 gradientUnits=\"userSpaceOnUse\"
347 gradientTransform=\"matrix(1,0,0,2.9350391,0,-1457.9325)\" />
348 <radialGradient
349 cx=\"302.849\"
350 cy=\"753.43823\"
351 r=\"4.0006304\"
352 fx=\"302.849\"
353 fy=\"753.43823\"
354 id=\"radialGradient2480\"
355 xlink:href=\"#linearGradient3410\"
356 gradientUnits=\"userSpaceOnUse\"
357 gradientTransform=\"matrix(1,0,0,2.9350391,0,-1457.9325)\" />
358 <radialGradient
359 cx=\"302.849\"
360 cy=\"753.43823\"
361 r=\"4.0006304\"
362 fx=\"302.849\"
363 fy=\"753.43823\"
364 id=\"radialGradient2482\"
365 xlink:href=\"#linearGradient3955\"
366 gradientUnits=\"userSpaceOnUse\"
367 gradientTransform=\"matrix(1,0,0,2.9350391,0,-1457.9325)\" />
368 <linearGradient
369 x1=\"298.21402\"
370 y1=\"843.86743\"
371 x2=\"401.52759\"
372 y2=\"843.86743\"
373 id=\"linearGradient2493\"
374 xlink:href=\"#linearGradient3999\"
375 gradientUnits=\"userSpaceOnUse\"
376 gradientTransform=\"translate(-279.19683,-729.67545)\" />
377 <linearGradient
378 x1=\"288.1875\"
379 y1=\"767.53125\"
380 x2=\"382.15625\"
381 y2=\"767.53125\"
382 id=\"linearGradient2500\"
383 xlink:href=\"#linearGradient3973\"
384 gradientUnits=\"userSpaceOnUse\"
385 gradientTransform=\"translate(-279.19683,-729.35733)\" />
386 <linearGradient
387 x1=\"164.1438\"
388 y1=\"837.71381\"
389 x2=\"262.08289\"
390 y2=\"837.71381\"
391 id=\"linearGradient2503\"
392 xlink:href=\"#linearGradient3410\"
393 gradientUnits=\"userSpaceOnUse\"
394 gradientTransform=\"matrix(0.9873932,-0.1582869,0.1582869,0.9873932,-279.19683,-729.35733)\" />
395 <linearGradient
396 x1=\"154.15988\"
397 y1=\"851.48376\"
398 x2=\"249.32434\"
399 y2=\"851.48376\"
400 id=\"linearGradient2506\"
401 xlink:href=\"#linearGradient3955\"
402 gradientUnits=\"userSpaceOnUse\"
403 gradientTransform=\"matrix(0.9853821,-0.170359,0.170359,0.9853821,-279.19683,-729.35733)\" />
404 <linearGradient
405 x1=\"154.15988\"
406 y1=\"851.48376\"
407 x2=\"249.32434\"
408 y2=\"851.48376\"
409 id=\"linearGradient2509\"
410 xlink:href=\"#linearGradient3955\"
411 gradientUnits=\"userSpaceOnUse\"
412 gradientTransform=\"matrix(0.9853821,-0.170359,0.170359,0.9853821,-279.10554,-727.67545)\" />
413 <linearGradient
414 x1=\"154.15988\"
415 y1=\"851.48376\"
416 x2=\"249.32434\"
417 y2=\"851.48376\"
418 id=\"linearGradient2512\"
419 xlink:href=\"#linearGradient3955\"
420 gradientUnits=\"userSpaceOnUse\"
421 gradientTransform=\"matrix(0.9853821,-0.170359,0.170359,0.9853821,-279.65048,-725.99357)\" />
422 </defs>
423 <path
424 d=\"M 5.6692384,34.821242 L 100.61614,19.015668 L 122.29976,103.02618 L 18.769049,122.26528 L 5.6692384,34.821242 z\"
425 id=\"rect3379\"
426 style=\"fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1\" />
427 <path
428 d=\"M 13.60118,58.37304 L 99.70868,43.28563 L 115.50468,99.05508 L 22.71671,115.09685 L 13.60118,58.37304 z\"
429 id=\"path4029\"
430 style=\"fill:url(#linearGradient2512);fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1\" />
431 <path
432 d=\"M 14.14612,56.69116 L 100.25362,41.60375 L 116.04962,97.3732 L 23.26165,113.41497 L 14.14612,56.69116 z\"
433 id=\"path4025\"
434 style=\"fill:url(#linearGradient2509);fill-opacity:1;stroke:#1a1a1a;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1\" />
435 <path
436 d=\"M 14.054826,55.009283 L 100.16233,39.921869 L 115.95833,95.691324 L 23.170357,111.73309 L 14.054826,55.009283 z\"
437 id=\"rect3391\"
438 style=\"fill:url(#linearGradient2506);fill-opacity:1;stroke:#333333;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1\" />
439 <path
440 d=\"M 9.4772803,31.230194 L 95.89434,17.010764 C 101.84451,42.988204 110.19816,74.459282 116.49168,86.359252 C 92.930711,94.418142 53.292256,104.88049 22.520865,112.59603 L 9.4772803,31.230194 z\"
441 id=\"rect2606\"
442 style=\"fill:url(#linearGradient2503);fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />
443 <path
444 d=\"M 95.469118,17.160271 L 9.6332705,31.521621 L 14.394005,59.229336 L 102.03162,43.513718 C 99.686648,34.585548 97.446918,25.794991 95.469118,17.160271 z\"
445 id=\"path3382\"
446 style=\"fill:url(#linearGradient2500);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />
447 <text
448 x=\"12.788574\"
449 y=\"57.323757\"
450 transform=\"matrix(0.9877179,-0.156248,0.156248,0.9877179,0,0)\"
451 id=\"text2602\"
452 xml:space=\"preserve\"
453 style=\"font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:condensed;text-align:start;line-height:125%%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Nimbus Sans L;-inkscape-font-specification:Nimbus Sans L Bold Condensed\"><tspan
454 x=\"12.788574\"
455 y=\"57.323757\"
456 id=\"tspan2604\">$MONTH</tspan></text>
457 <text
458 x=\"48.404499\"
459 y=\"101.66183\"
460 transform=\"matrix(0.9853867,-0.1703323,0.1703323,0.9853867,0,0)\"
461 id=\"text2598\"
462 xml:space=\"preserve\"
463 style=\"font-size:48px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Nimbus Sans L;-inkscape-font-specification:Nimbus Sans L Bold\"><tspan
464 x=\"48.404499\"
465 y=\"101.66183\"
466 id=\"tspan2600\"
467 style=\"font-size:48px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%%;writing-mode:lr-tb;text-anchor:middle;font-family:Nimbus Sans L;-inkscape-font-specification:Nimbus Sans L Bold\">$DAY</tspan></text>
468 <path
469 d=\"M 18.86917,122.25144 L 122.33076,102.71524 L 122.1116,106.50708 L 19.39588,125.71812 L 18.86917,122.25144 z\"
470 id=\"rect3388\"
471 style=\"fill:url(#linearGradient2493);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1\" />
472 <g
473 transform=\"translate(-279.19683,-729.35733)\"
474 id=\"g4037\">
475 <path
476 d=\"M 311.75531,764.14758 C 311.75703,765.39866 310.90855,766.55528 309.52988,767.18121 C 308.15121,767.80714 306.45212,767.80714 305.07345,767.18121 C 303.69478,766.55528 302.8463,765.39866 302.84802,764.14758 C 302.8463,762.8965 303.69478,761.73988 305.07345,761.11395 C 306.45212,760.48802 308.15121,760.48802 309.52988,761.11395 C 310.90855,761.73988 311.75703,762.8965 311.75531,764.14758 L 311.75531,764.14758 z\"
477 transform=\"matrix(0.9005081,0,0,0.9642831,31.051186,27.452039)\"
478 id=\"path3394\"
479 style=\"fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />
480 <path
481 d=\"M 299.36,755.25543 C 299.22202,749.33101 300.35118,743.93902 302.02321,742.53808 C 303.69524,741.13714 305.41401,744.14293 306.07704,749.62743 C 306.74007,755.11193 306.15063,761.44779 304.6868,764.57096\"
482 transform=\"matrix(0.7921082,-0.1723206,0.1261344,1.0821514,-28.999117,-9.1242685)\"
483 id=\"path3398\"
484 style=\"fill:none;fill-opacity:1;stroke:url(#radialGradient2476);stroke-width:3.86078405;stroke-linecap:round;marker-start:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />
485 <path
486 d=\"M 299.36,755.25543 C 299.22202,749.33101 300.35118,743.93902 302.02321,742.53808 C 303.69524,741.13714 305.41401,744.14293 306.07704,749.62743 C 306.74007,755.11193 306.15063,761.44779 304.6868,764.57096\"
487 transform=\"matrix(0.7921082,-0.1723206,0.1261344,1.0821514,-30.209688,-9.1242685)\"
488 id=\"path4033\"
489 style=\"fill:none;fill-opacity:1;stroke:url(#radialGradient2478);stroke-width:3.86078405;stroke-linecap:round;marker-start:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />
490 </g>
491 <g
492 transform=\"translate(-228.77569,-737.75204)\"
493 id=\"g4042\">
494 <path
495 d=\"M 311.75531,764.14758 C 311.75703,765.39866 310.90855,766.55528 309.52988,767.18121 C 308.15121,767.80714 306.45212,767.80714 305.07345,767.18121 C 303.69478,766.55528 302.8463,765.39866 302.84802,764.14758 C 302.8463,762.8965 303.69478,761.73988 305.07345,761.11395 C 306.45212,760.48802 308.15121,760.48802 309.52988,761.11395 C 310.90855,761.73988 311.75703,762.8965 311.75531,764.14758 L 311.75531,764.14758 z\"
496 transform=\"matrix(0.9005081,0,0,0.9642831,31.051186,27.452039)\"
497 id=\"path4044\"
498 style=\"fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />
499 <path
500 d=\"M 299.36,755.25543 C 299.22202,749.33101 300.35118,743.93902 302.02321,742.53808 C 303.69524,741.13714 305.41401,744.14293 306.07704,749.62743 C 306.74007,755.11193 306.15063,761.44779 304.6868,764.57096\"
501 transform=\"matrix(0.7921082,-0.1723206,0.1261344,1.0821514,-28.999117,-9.1242685)\"
502 id=\"path4046\"
503 style=\"fill:none;fill-opacity:1;stroke:url(#radialGradient2480);stroke-width:3.86078405;stroke-linecap:round;marker-start:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />
504 <path
505 d=\"M 299.36,755.25543 C 299.22202,749.33101 300.35118,743.93902 302.02321,742.53808 C 303.69524,741.13714 305.41401,744.14293 306.07704,749.62743 C 306.74007,755.11193 306.15063,761.44779 304.6868,764.57096\"
506 transform=\"matrix(0.7921082,-0.1723206,0.1261344,1.0821514,-30.209688,-9.1242685)\"
507 id=\"path4048\"
508 style=\"fill:none;fill-opacity:1;stroke:url(#radialGradient2482);stroke-width:3.86078405;stroke-linecap:round;marker-start:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" />
509 </g>
510</svg>" > icon
511
512 dbus-send --session --dest=org.cairodock.CairoDock /org/cairodock/CairoDock org.cairodock.CairoDock.ReloadModule string:Calendar # new icon -> reload (only the icon is reload
513 echo "$date_TODAY" > .day
514}
515
516if test ! -e ".day"; then
517 # this file doesn't exist
518 make_icon
519elif [ `cat .day` -lt $date_TODAY ];then
520 # this file exists and the date is older
521 make_icon
522fi
523
524exit
5250
=== removed file 'Calendar/preview'
526Binary files Calendar/preview 2009-10-30 23:59:48 +0000 and Calendar/preview 1970-01-01 00:00:00 +0000 differ1Binary files Calendar/preview 2009-10-30 23:59:48 +0000 and Calendar/preview 1970-01-01 00:00:00 +0000 differ
=== removed file 'Calendar/update_calendar.sh'
--- Calendar/update_calendar.sh 2010-02-05 21:12:37 +0000
+++ Calendar/update_calendar.sh 1970-01-01 00:00:00 +0000
@@ -1,98 +0,0 @@
1#!/bin/sh
2
3# This is a part of the external applet Calendar for Cairo-Dock
4#
5# Copyright : (C) 2009 by Matttbe
6# E-mail : matttbe@gmail.com
7#
8#
9# This program is free software; you can redistribute it and/or
10# modify it under the terms of the GNU General Public License
11# as published by the Free Software Foundation; either version 2
12# of the License, or (at your option) any later version.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17# GNU General Public License for more details.
18# http://www.gnu.org/licenses/licenses.html#GPL
19./icon.sh
20ARG=$1
21
22# sometime there is a bug with: 10-02
23if [ "$ARG" = "" ]; then
24 MIN=`date +%M`
25 case "$MIN" in
26 "01")
27 MIN=1
28 ;;
29 "02")
30 MIN=2
31 ;;
32 "03")
33 MIN=3
34 ;;
35 "04")
36 MIN=4
37 ;;
38 "05")
39 MIN=5
40 ;;
41 "06")
42 MIN=6
43 ;;
44 "07")
45 MIN=7
46 ;;
47 "08")
48 MIN=8
49 ;;
50 "09")
51 MIN=9
52 ;;
53 esac
54
55 SEC=`date +%S`
56 case "$SEC" in
57 "00")
58 SEC=0
59 ;;
60 "01")
61 SEC=1
62 ;;
63 "02")
64 SEC=2
65 ;;
66 "03")
67 SEC=3
68 ;;
69 "04")
70 SEC=4
71 ;;
72 "05")
73 SEC=5
74 ;;
75 "06")
76 SEC=6
77 ;;
78 "07")
79 SEC=7
80 ;;
81 "08")
82 SEC=8
83 ;;
84 "09")
85 SEC=9
86 ;;
87 esac
88
89 ARG=$(((23-`date +%k`)*3600+(59-$MIN)*60+60-$SEC)) # 00:00:01
90fi
91echo "We wait for $ARG sec."
92
93sleep $ARG
94rm .day # force the reload
95./icon.sh
96
97# updated 24h later
98./update_calendar.sh 86400
990
=== removed directory 'DOWNLOAD'
=== removed file 'DOWNLOAD/Calendar_0.0.4.tar.gz'
100Binary files DOWNLOAD/Calendar_0.0.4.tar.gz 2010-05-02 18:09:37 +0000 and DOWNLOAD/Calendar_0.0.4.tar.gz 1970-01-01 00:00:00 +0000 differ1Binary files DOWNLOAD/Calendar_0.0.4.tar.gz 2010-05-02 18:09:37 +0000 and DOWNLOAD/Calendar_0.0.4.tar.gz 1970-01-01 00:00:00 +0000 differ
=== removed file 'DOWNLOAD/GnoMenu_0.0.2.tar.gz'
101Binary files DOWNLOAD/GnoMenu_0.0.2.tar.gz 2010-02-05 21:12:37 +0000 and DOWNLOAD/GnoMenu_0.0.2.tar.gz 1970-01-01 00:00:00 +0000 differ2Binary files DOWNLOAD/GnoMenu_0.0.2.tar.gz 2010-02-05 21:12:37 +0000 and DOWNLOAD/GnoMenu_0.0.2.tar.gz 1970-01-01 00:00:00 +0000 differ
=== removed file 'DOWNLOAD/Pidgin_1.0.1.tar.gz'
102Binary files DOWNLOAD/Pidgin_1.0.1.tar.gz 2010-05-02 18:09:37 +0000 and DOWNLOAD/Pidgin_1.0.1.tar.gz 1970-01-01 00:00:00 +0000 differ3Binary files DOWNLOAD/Pidgin_1.0.1.tar.gz 2010-05-02 18:09:37 +0000 and DOWNLOAD/Pidgin_1.0.1.tar.gz 1970-01-01 00:00:00 +0000 differ
=== removed file 'DOWNLOAD/RubyBattery_0.1.0.tar.gz'
103Binary files DOWNLOAD/RubyBattery_0.1.0.tar.gz 2010-04-10 11:06:27 +0000 and DOWNLOAD/RubyBattery_0.1.0.tar.gz 1970-01-01 00:00:00 +0000 differ4Binary files DOWNLOAD/RubyBattery_0.1.0.tar.gz 2010-04-10 11:06:27 +0000 and DOWNLOAD/RubyBattery_0.1.0.tar.gz 1970-01-01 00:00:00 +0000 differ
=== removed file 'DOWNLOAD/WebSearch_0.7.0.tar.gz'
104Binary files DOWNLOAD/WebSearch_0.7.0.tar.gz 2010-05-03 23:15:48 +0000 and DOWNLOAD/WebSearch_0.7.0.tar.gz 1970-01-01 00:00:00 +0000 differ5Binary files DOWNLOAD/WebSearch_0.7.0.tar.gz 2010-05-03 23:15:48 +0000 and DOWNLOAD/WebSearch_0.7.0.tar.gz 1970-01-01 00:00:00 +0000 differ
=== removed file 'DOWNLOAD/WindowsKiller_0.0.2.tar.gz'
105Binary files DOWNLOAD/WindowsKiller_0.0.2.tar.gz 2010-02-05 21:12:37 +0000 and DOWNLOAD/WindowsKiller_0.0.2.tar.gz 1970-01-01 00:00:00 +0000 differ6Binary files DOWNLOAD/WindowsKiller_0.0.2.tar.gz 2010-02-05 21:12:37 +0000 and DOWNLOAD/WindowsKiller_0.0.2.tar.gz 1970-01-01 00:00:00 +0000 differ
=== removed file 'DOWNLOAD/Xchat_1.0.0.tar.gz'
106Binary files DOWNLOAD/Xchat_1.0.0.tar.gz 2010-02-26 21:09:53 +0000 and DOWNLOAD/Xchat_1.0.0.tar.gz 1970-01-01 00:00:00 +0000 differ7Binary files DOWNLOAD/Xchat_1.0.0.tar.gz 2010-02-26 21:09:53 +0000 and DOWNLOAD/Xchat_1.0.0.tar.gz 1970-01-01 00:00:00 +0000 differ
=== removed file 'DOWNLOAD/demos.tar.gz'
107Binary files DOWNLOAD/demos.tar.gz 2010-02-05 21:12:37 +0000 and DOWNLOAD/demos.tar.gz 1970-01-01 00:00:00 +0000 differ8Binary files DOWNLOAD/demos.tar.gz 2010-02-05 21:12:37 +0000 and DOWNLOAD/demos.tar.gz 1970-01-01 00:00:00 +0000 differ
=== removed directory 'GTG'
=== removed file 'GTG/GTG'
--- GTG/GTG 2010-05-11 20:34:29 +0000
+++ GTG/GTG 1970-01-01 00:00:00 +0000
@@ -1,497 +0,0 @@
1#!/usr/bin/python
2
3# This is a part of the third-party applets for Cairo-Dock
4#
5# Copyright : (C) 2010 by ppmt and Tofe
6# E-mail : ppmt@glx-dock.org and chris.chapuis@gmail.com
7#
8#
9# This program is free software; you can redistribute it and/or
10# modify it under the terms of the GNU General Public License
11# as published by the Free Software Foundation; either version 2
12# of the License, or (at your option) any later version.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17# GNU General Public License for more details.
18# http://www.gnu.org/licenses/licenses.html#GPL
19
20####################
21### dependancies ###
22####################
23import sys
24import os.path
25import datetime
26import subprocess
27import ConfigParser
28import gobject
29import glib
30import dbus
31from dbus.mainloop.glib import DBusGMainLoop
32import gettext
33
34#### transparent gtk window with text
35import gtk
36from gtk import gdk
37import cairo
38import pango
39
40
41# the postit function:
42def add_PostIt(task_text):
43 postit = TransparentPostIt()
44 postit.set_text(task_text)
45
46class TransparentPostIt(gtk.Window):
47 def __init__(self):
48 super(TransparentPostIt, self).__init__()
49
50 self.set_title('Alpha PostIt')
51 self.resize(200, 100)
52 # Tell GTK+ that we want to draw the windows background ourself.
53 # If we don't do this then GTK+ will clear the window to the
54 # opaque theme default color, which isn't what we want.
55 self.set_app_paintable(True)
56 # The X server sends us an expose event when the window becomes
57 # visible on screen. It means we need to draw the contents. On a
58 # composited desktop expose is normally only sent when the window
59 # is put on the screen. On a non-composited desktop it can be
60 # sent whenever the window is uncovered by another.
61 #
62 # The screen-changed event means the display to which we are
63 # drawing changed. GTK+ supports migration of running
64 # applications between X servers, which might not support the
65 # same features, so we need to check each time.
66 self.connect('expose-event', self.expose)
67 self.connect('screen-changed', self.screen_changed)
68 # toggle title bar on click - we add the mask to tell
69 # X we are interested in this event
70 self.set_decorated(False)
71 self.add_events(gdk.BUTTON_PRESS_MASK)
72 self.connect('button-press-event', self.clicked)
73
74 self.supports_alpha = False
75
76 # initialize for the current display
77 self.screen_changed(self)
78
79 sw = gtk.ScrolledWindow()
80 sw.set_policy(gtk.POLICY_NEVER, gtk.POLICY_AUTOMATIC)
81 self.textview = gtk.TextView()
82 self.textview.set_wrap_mode(gtk.WRAP_WORD)
83 self.textview.set_editable(False)
84 self.textbuffer = self.textview.get_buffer()
85 sw.add(self.textview)
86
87 # to make it transparent:
88 # 1 - be called when the textview widget gets realized:
89 # textview.connect("expose-event", textview_expose)
90 self.textview.connect("expose-event", self.textview_expose)
91 # 2 - in the expose callback, get the window corresponding to the drawing:
92 # textview_window = textview.get_window(gtk.TEXT_WINDOW_WIDGET) or
93 # textview_window = textview.get_window(gtk.TEXT_WINDOW_TEXT)
94 # 3 - use cairo (like in expose) to draw the background of the gdk.Window
95
96 self.add(sw)
97 self.show_all()
98
99 def clicked(self, widget, event):
100 # toggle window manager frames
101 widget.set_decorated(not widget.get_decorated())
102
103 # This is called when we need to draw the windows contents
104 def expose(self, widget, event):
105 cr = widget.window.cairo_create()
106
107 if self.supports_alpha == True:
108 cr.set_source_rgba(1.0, 1.0, 0.0, 0.2) # Transparent
109 else:
110 cr.set_source_rgb(1.0, 1.0, 0.0) # Opaque yellow
111
112 # Draw the background
113 cr.set_operator(cairo.OPERATOR_SOURCE)
114 cr.paint()
115
116 return False
117
118 # This is called when we need to draw the windows contents
119 def textview_expose(self, widget, event):
120 # print "-- GTG applet -- textview_expose called --"
121 self.textview_window_text = self.textview.get_window(gtk.TEXT_WINDOW_TEXT)
122 cr = self.textview_window_text.cairo_create()
123
124 if self.supports_alpha == True:
125 cr.set_source_rgba(1.0, 1.0, 0.0, 0.5) # Yellow Transparent
126 else:
127 cr.set_source_rgb(1.0, 1.0, 0.0) # Opaque yellow
128
129 # Draw the background
130 cr.set_operator(cairo.OPERATOR_SOURCE)
131 cr.paint()
132
133 return False
134
135 def screen_changed(self, widget, old_screen=None):
136
137 # To check if the display supports alpha channels, get the colormap
138 screen = widget.get_screen()
139 colormap = screen.get_rgba_colormap()
140 if colormap == None:
141 print 'Your screen does not support alpha channels!'
142 colormap = screen.get_rgb_colormap()
143 self.supports_alpha = False
144 else:
145 print 'Your screen supports alpha channels!'
146 self.supports_alpha = True
147
148 # Now we have a colormap appropriate for the screen, use it
149 widget.set_colormap(colormap)
150
151 return False
152
153 def set_text(self,task_text):
154 self.textbuffer.set_text(task_text)
155
156#gettext.install('cd-gtg', '/usr/share/locale')
157gettext.bindtextdomain('cd-gtg', '/usr/share/locale')
158gettext.bind_textdomain_codeset ('cd-gtg', 'UTF-8');
159gettext.textdomain('cd-gtg')
160
161applet_name = os.path.basename(os.path.abspath(".")) # the name of the applet must the same as the folder.
162DBusGMainLoop(set_as_default=True)
163
164##################################
165### callbacks on the main icon ###
166##################################
167def _try_connect():
168 myApplet.connect_to_gtg()
169 if myApplet.gtg == None: # still not connected.
170 myApplet.iNbTries += 1
171 if myApplet.iNbTries == 5: # give up after 5 tries.
172 myApplet.icon.ShowDialog("Couldn't connect to gtg :-(",4)
173 myApplet.iSidConnect = 0
174 return False
175 return True
176 else: # connection established.
177 myApplet.iSidConnect = 0
178 return False
179
180def action_on_click(iState):
181 if myApplet.gtg == None: # not connected
182 if myApplet.iSidConnect == 0: # and not in the process either
183 try:
184 subprocess.Popen(myApplet.cClass)
185 except OSError:
186 myApplet.icon.ShowDialog("Couldn't launch "+myApplet.cClass,5)
187 return
188 myApplet.iNbTries = 0
189 myApplet.iSidConnect = gobject.timeout_add(1000,_try_connect)
190 else: # Connection in progress
191 myApplet.icon.ShowDialog("Connecting to gtg, please wait ...",4)
192 else: # let's show he window.
193 if myApplet.bHasFocus: # the windows exists and has the focus
194 #myApplet.icon.ShowAppli(False) # We minimise it.
195 myApplet.gtg.hide_task_browser() # We minimise it.
196 else: # either it doesn't exist or it doesn't have the focus.
197 try:
198 myApplet.gtg.show_task_browser()
199 task_due(5)
200 #myApplet.icon.DemandsAttention(False,"")
201 except dbus.DBusException:
202 print "gtg exited without telling us !" #so let's try to reconnect
203 myApplet.gtg = None
204 myApplet.connect_to_gtg()
205 if myApplet.gtg == None:
206 print "seems gtg is not running"
207 p=subprocess.Popen("gtg")
208 status=p.wait()
209 myApplet.iNbTries = 0
210 myApplet.iSidConnect = gobject.timeout_add(1000,_try_connect)
211 else:
212 myApplet.gtg.show_task_browser()
213 #myApplet.icon.DemandsAttention("False","")
214 task_due(5)
215
216def action_on_middle_click():
217 if myApplet.gtg == None:
218 return
219 myApplet.icon.AskText("Create a new task", "");
220
221def action_on_build_menu():
222 if (myApplet.gtg == None):
223 return
224 menu_items=[]
225 menu_ids={};
226 current_menu_id=1;
227 task_list=myApplet.list_tasks()
228 for task_item in task_list:
229 id,status,title,duedate,startdate,donedate,tags,text,subtask,parents=task_item
230 menu_ids[id]=current_menu_id
231 #print id, title
232 if (len(subtask) > 0):
233 menu_item_type=1
234 else:
235 menu_item_type=0
236
237 if (len(parents) == 0):
238 menu_items.extend([{"type": menu_item_type,
239 "label" : title,
240 "menu": -1,
241 "id": current_menu_id}])
242 if (len(subtask) > 0):
243 menu_items.extend([{"type": 0,
244 "label" : "Open category's task",
245 "menu": current_menu_id,
246 "id": len(task_list)+current_menu_id}])
247 menu_items.extend([{"type": 0,
248 "label" : "Create post-it from this category",
249 "menu": current_menu_id,
250 "id": 2*len(task_list)+current_menu_id}])
251 menu_items.extend([{"type": 2,
252 "menu": current_menu_id}])
253 else:
254 for item_parent in parents:
255 menu_items.extend([{"type": menu_item_type,
256 "label" : title,
257 "menu": menu_ids[item_parent],
258 "id": current_menu_id}])
259 if (len(subtask) > 0):
260 menu_items.extend([{"type": 0,
261 "label" : "Open category's task",
262 "menu": current_menu_id,
263 "id": len(task_list)+current_menu_id}])
264 menu_items.extend([{"type": 0,
265 "label" : "Create post-it from this category",
266 "menu": current_menu_id,
267 "id": 2*len(task_list)+current_menu_id}])
268 menu_items.extend([{"type": 2,
269 "menu": current_menu_id}])
270 current_menu_id=current_menu_id+1
271 #print menu_items
272 myApplet.icon.AddMenuItems(menu_items)
273
274def task_due(duration):
275 #task_title=[]
276 duetasks=""
277 task_list=myApplet.list_tasks()
278 for task_item in task_list:
279 id,status,title,duedate,startdate,donedate,tags,text,subtask,parents=task_item
280 today=str(datetime.date.today())
281 if (duedate <= today and duedate != "" or duedate == "now"):
282 if (duedate == today):
283 duetasks=duetasks+"The task: "+title+" is due today\n"
284 if (duedate == "now"):
285 duetasks=duetasks+"The task: "+title+" is due NOW\n"
286 if (duedate < today):
287 duetasks=duetasks+"The task: "+title+" was due on "+duedate+"\n"
288 myApplet.icon.ShowDialog(duetasks,duration)
289 #myApplet.icon.DemandsAttention("True","")
290
291def build_postit_from_task(postit_text, depth, id, mapping_task_id):
292 # get the task item
293 task_item=mapping_task_id[id]
294 id,status,title,duedate,startdate,donedate,tags,text,subtask,parents=task_item
295
296 extended_postit_text=postit_text
297
298 # add some space at the beginning
299 if (depth>0):
300 for i in range(depth):
301 extended_postit_text+=' '
302 extended_postit_text+='`- '
303
304 # add the text itself
305 extended_postit_text+=title
306 extended_postit_text+='\n'
307
308 # for all the children, do the same at depth+3
309 for child_task in subtask:
310 extended_postit_text=build_postit_from_task(extended_postit_text, depth+3, child_task, mapping_task_id)
311
312 return extended_postit_text
313
314def action_on_menu_select(iMenuID):
315 print ">>> menu select",iMenuID
316 task_list=myApplet.list_tasks()
317
318 if (iMenuID > len(task_list) and iMenuID < 2*len(task_list) ):
319 iMenuID=iMenuID-len(task_list)
320
321 if (iMenuID < len(task_list)):
322 task_item=task_list[iMenuID-1]
323 id,status,title,duedate,startdate,donedate,tags,text,subtask,parents=task_item
324 myApplet.gtg.open_task_editor(id)
325 else:
326 # task_item=task_list[iMenuID-2*len(task_list)-1]
327 # prepare a mapping helper for the recursion
328 mapping_task_id={}
329 for task_item in task_list:
330 mapping_task_id[task_item[0]]=task_item
331 postit_text=""
332 postit_text=build_postit_from_task(postit_text, 0, task_list[iMenuID-2*len(task_list)-1][0], mapping_task_id)
333 add_PostIt(postit_text)
334
335def action_on_scroll(bDirectionUp):
336 print ">>> scroll",bDirectionUp,myApplet.iNbMsg
337
338def action_on_answer(answer):
339 print ">>> answer :",answer
340 if answer == None or answer == '':
341 return
342 myApplet.gtg.open_new_task(answer,"");
343
344def action_on_change_focus(has_focus):
345 myApplet.bHasFocus = has_focus
346 if has_focus:
347 print ">>> got focus"
348
349def action_on_click_sub_icon(int32,String): # needs to replace the argument :)
350 print ">>> click on sub_icon "
351
352
353
354
355
356
357###############################
358### callbacks on the applet ###
359###############################
360def action_on_stop():
361 print ">>> our module is stopped"
362 myApplet.end()
363 loop.quit()
364
365def action_on_reload(bConfigHasChanged):
366 print ">>> our module is reloaded"
367 if bConfigHasChanged:
368 print ">>> and our config has changed"
369 myApplet.get_config()
370
371#########################
372### Events from gtg ###
373#########################
374
375#This is where you put the event coming from GTG (signals)
376def action_on_due_task():
377 print "A task is due!!!!"
378
379####################
380### Applet class ###
381####################
382class Applet:
383 def __init__(self):
384 self.icon = None
385 self.config = {}
386 self.cConfFile = os.path.expanduser("~/.config/cairo-dock/current_theme/plug-ins/"+applet_name+"/"+applet_name+".conf") # path to the conf file of our applet.
387 self.gtg = None
388 self.iSidConnect = 0
389 self.iNbTries = 0
390 self.bHasFocus = False
391 self.cClass = ''
392
393 def get_config(self):
394 keyfile = ConfigParser.RawConfigParser()
395 keyfile.read(self.cConfFile)
396 self.config['remind message'] = keyfile.getboolean('Configuration', 'remind message')
397 self.config['msg animation'] = keyfile.get('Configuration', 'msg animation')
398 duration = keyfile.getint('Configuration', 'duration')
399 # ce serait sympa d'avoir la taille du postit, mais je sais pas comment forcer la mise a jour du .conf de l'utilisateur...
400 # self.config['postit size'] = keyfile.get('Configuration', 'postit size')
401 if duration == 0:
402 self.config['duration'] = 16
403 elif duration == 1:
404 self.config['duration'] = 8
405 else:
406 self.config['duration'] = 4
407
408 def begin(self):
409 self.connect_to_dock()
410 self.connect_to_gtg()
411 path = os.popen("which gtg-gnome").read().rstrip()
412 print ">>> path to gtg-gnome : "+path
413 self.cClass = 'gtg'
414 print ">>> class of the appli : "+self.cClass
415 self.icon.ControlAppli(self.cClass) #removed following fabounet advice
416
417 def end(self):
418 self.disconnect_from_gtg()
419
420 def connect_to_dock(self):
421 # get our applet on the bus.
422 applet_path = "/org/cairodock/CairoDock/"+applet_name # path where our object is stored on the bus.
423 bus = dbus.SessionBus()
424 # icon represents our applet and also our icon inside the dock or a desklet.
425 applet_object = bus.get_object("org.cairodock.CairoDock", applet_path)
426 self.icon = dbus.Interface(applet_object, "org.cairodock.CairoDock.applet")
427 # sub_icons represents the list o f icons contained in our sub-dock,
428 sub_icons_object = bus.get_object("org.cairodock.CairoDock", applet_path+"/sub_icons")
429 self.sub_icons = dbus.Interface(sub_icons_object, "org.cairodock.CairoDock.subapplet")
430
431 # connect to signals.
432 self.icon.connect_to_signal("on_click", action_on_click) # user left-clicks on our icon.
433 self.icon.connect_to_signal("on_middle_click", action_on_middle_click) # user middle-clicks on our icon.
434 self.icon.connect_to_signal("on_build_menu", action_on_build_menu) # user right-clicks on our applet (which builds the menu)
435 self.icon.connect_to_signal("on_menu_select", action_on_menu_select) # user selects an entry of this menu.
436 self.icon.connect_to_signal("on_scroll", action_on_scroll) # user scroll up or down on our icon.
437 self.icon.connect_to_signal("on_answer", action_on_answer) # user answer a question.
438 self.icon.connect_to_signal("on_change_focus", action_on_change_focus) # user (un)focuses the gtg window.
439 self.icon.connect_to_signal("on_stop_module", action_on_stop) # user deactivate our applet (or the DBus plug-in, or when the Cairo-Dock is stopped).
440 self.icon.connect_to_signal("on_reload_module", action_on_reload) # user changes something in our config, or when the desklet is resized (with no change in the config).
441 self.sub_icons.connect_to_signal("on_click_sub_icon", action_on_click_sub_icon) # user click on sub_icon
442
443
444 def connect_to_gtg(self):
445 # register a new plug-in in gtg.
446 gtgbus = dbus.SessionBus()
447 print ">> connecting to gtg..."
448 try:
449 gtgproxy = gtgbus.get_object('org.GTG', '/org/GTG')
450 except dbus.DBusException:
451 print ">>> gtg not available on the bus"
452 return
453 self.gtg = dbus.Interface(gtgproxy, 'org.GTG')
454 #print "HELLO SIGNAL"
455 self.gtg.connect_to_signal("due_task", action_on_due_task)
456 task_due(0)
457
458 def disconnect_from_gtg(self):
459 if self.gtg == None:
460 return
461
462 def list_tasks(self):
463 list_task=[]
464 gtg_tasks=self.gtg.get_tasks()
465 is_gtg_0_3=False
466 if (len(gtg_tasks)>0):
467 if(gtg_tasks[0].get("parents")!=None):
468 # it is GTG version 0.3.x
469 gtg_tasks=self.gtg.get_tasks_filtered(['active', 'workable'])
470 is_gtg_0_3=True
471
472 if(is_gtg_0_3==True):
473 for t in self.gtg.get_tasks_filtered(['active', 'workable']):
474 task_content = t["id"],t["status"],t["title"],t["duedate"],t["startdate"],t["donedate"],t["tags"],t["text"],t["subtask"],t["parents"]
475 list_task.append(task_content)
476 else: #it is certainly 0.2.x ==> no parents
477 subtask_parents={}
478 for t in self.gtg.get_tasks():
479 task_content = t["id"],t["status"],t["title"],t["duedate"],t["startdate"],t["donedate"],t["tags"],t["text"],t["subtask"],subtask_parents.get(t["id"],[])
480 for subtask in t["subtask"]:
481 subtask_parents[subtask]=[t["id"]]
482 list_task.append(task_content)
483 return list_task
484
485
486
487############
488### main ###
489############
490if __name__ == '__main__':
491 myApplet = Applet()
492 myApplet.get_config()
493 myApplet.begin()
494 loop = gobject.MainLoop()
495 loop.run()
496 print ">>> bye"
497 sys.exit(0)
4980
=== removed file 'GTG/GTG.conf'
--- GTG/GTG.conf 2010-05-11 20:15:30 +0000
+++ GTG/GTG.conf 1970-01-01 00:00:00 +0000
@@ -1,110 +0,0 @@
1#!en;1.0.0-beta
2
3#[gtk-about]
4[Icon]
5#j+[0;128] Desired icon size for this applet
6#{Set to 0 to use the default applet size}
7icon size = 0;0
8
9#s Name of the icon as it will appear in its label in the dock :
10name = GTG
11
12#S+ Image's filename :
13#{Let empty to use the default one.}
14icon =
15
16#d Name of the dock it belongs to:
17dock name =
18
19order=
20
21#F[Applet's Handbook]
22frame_hand=
23#A
24handbook=GTG
25
26#[gtk-convert]
27[Desklet]
28
29#j+[48;512] Desklet's dimension (width x height) :
30#{Depending on your WindowManager, you can resize it with ALT + middle_click or ALT + left_click for exemple.}
31size = 164;96
32
33#i[-2048;2048] Desklet's position (x ; y) :
34#{Depending on your WindowManager, you can move it with ALT + left_click}
35x position=0
36#i[-2048;2048] ...
37y position=0
38
39#b Is detached from the dock ?
40initially detached=false
41#l[Normal;Keep above;Keep below;On Widget Layer;Reserve space] Accessibility :
42#{for CompizFusion's "widget layer", set behaviour in Compiz to: (class=Cairo-dock & type=utility)}
43accessibility=0
44#b Should be visible on all desktops ?
45sticky=true
46
47#b Lock position ?
48#{If locked, the desklet can't be moved by simply dragging it with the left mouse button. Of course you can still move it with ALT + left_click.}
49locked = false
50
51#I[-180;180] Rotation :
52#{in degrees.}
53rotation = 0
54
55use size=
56
57#F[Decorations;gtk-orientation-portrait]
58frame_deco=
59
60#o+ Choose a decoration theme for this desklet :
61#{Choose the 'personnal' one to define your own decorations below.}
62decorations = default
63
64#v
65sep_deco =
66
67#S+ Background image :
68#{It's an image that will be displayed below the drawings, like a frame for exemple. Let empty to not use any.}
69bg desklet =
70#e+[0;1] Background tansparency :
71bg alpha = 1
72#i+[0;256] Left offset :
73#{in pixels. Use this to adjust the left position of the drawings.}
74left offset = 0
75#i+[0;256] Top offset :
76#{in pixels. Use this to adjust the top position of the drawings.}
77top offset = 0
78#i+[0;256] Right offset :
79#{in pixels. Use this to adjust the right position of the drawings.}
80right offset = 0
81#i+[0;256] Bottom offset :
82#{in pixels. Use this to adjust the bottom position of the drawings.}
83bottom offset = 0
84#S+ Foreground image :
85#{It's an image that will be displayed above the drawings, like a reflect for exemple. Let empty to not use any.}
86fg desklet =
87#e+[0;1] Foreground tansparency :
88fg alpha = 1
89
90#[gtk-preferences]
91[Configuration]
92
93
94#l[Short;Medium;Long] Bubbles duration :
95duration = 1
96
97#a Animation of the icon on receiving channel messages :
98msg animation = rotate
99
100#b Display channel messages in a bubble :
101remind message = true
102#I[0;200;none;big] Size of the history :
103#{This is the number of messages that you can recall by scrolling on the icon.}
104#history = 50
105
106#j+[48;512] Post-it's initial dimension (width x height) :
107#{Depending on your WindowManager, you can resize it with ALT + middle_click or ALT + left_click for exemple.}
108psotit size = 200;100
109
110
1110
=== removed file 'GTG/auto-load.conf'
--- GTG/auto-load.conf 2010-05-11 20:34:29 +0000
+++ GTG/auto-load.conf 1970-01-01 00:00:00 +0000
@@ -1,13 +0,0 @@
1[Register]
2
3# Author of the applet
4author = ppmt and Tofe
5
6# A short description of the applet and how to use it.
7description = This applet integrates GTG into your dock.\nIt can display tasks,\nCreate a new task on middle-click,Create a post-it from a task category.\nThe icon will also control the window of GTG like a normal application icon.
8
9# Category of the applet : 2 = accessory, 3 = Desktop, 4 = Controler
10category = 4
11
12# Version of the applet; change it everytime you change something in the config file. Don't forget to update the version both in this file and in the config file.
13version = 1.0.0-beta3
140
=== removed file 'GTG/icon'
15Binary files GTG/icon 2010-05-09 13:20:20 +0000 and GTG/icon 1970-01-01 00:00:00 +0000 differ1Binary files GTG/icon 2010-05-09 13:20:20 +0000 and GTG/icon 1970-01-01 00:00:00 +0000 differ
=== removed file 'GTG/preview'
16Binary files GTG/preview 2010-05-09 13:20:20 +0000 and GTG/preview 1970-01-01 00:00:00 +0000 differ2Binary files GTG/preview 2010-05-09 13:20:20 +0000 and GTG/preview 1970-01-01 00:00:00 +0000 differ
=== removed directory 'GnoMenu'
=== removed file 'GnoMenu/GnoMenu'
--- GnoMenu/GnoMenu 2010-02-05 20:29:21 +0000
+++ GnoMenu/GnoMenu 1970-01-01 00:00:00 +0000
@@ -1,191 +0,0 @@
1#!/usr/bin/env python
2
3# This application is released under the GNU General Public License
4# v3 (or, at your option, any later version). You can find the full
5# text of the license under http://www.gnu.org/licenses/gpl.txt.
6# By using, editing and/or distributing this software you agree to
7# the terms and conditions of this license.
8# Thank you for using free software!
9#
10#(c) Whise 2008,2009 <helderfraga@gmail.com>
11# January 2010 : rewritten by Fabounet from the Cairo-Dock project.
12#
13# GnoMenu Cairo-Dock loader
14# Part of the GnoMenu
15# Also included in the third-party applets of Cairo-Dock.
16
17
18####################
19### dependancies ###
20####################
21import sys
22import os.path
23import ConfigParser
24import gobject
25import glib
26import gtk
27import dbus
28from dbus.mainloop.glib import DBusGMainLoop
29import gettext
30
31
32###################
33### global vars ###
34###################
35applet_name = os.path.basename(os.path.abspath(".")) # the name of the applet must the same as the folder.
36try:
37 INSTALL_PREFIX = open("/etc/gnomenu/prefix").read()[:-1]
38except:
39 INSTALL_PREFIX = '/usr'
40sys.path.append(INSTALL_PREFIX + '/lib/gnomenu')
41import backend
42gettext.textdomain('gnomenu')
43gettext.install('gnomenu', INSTALL_PREFIX + '/share/locale')
44gettext.bindtextdomain('gnomenu', INSTALL_PREFIX + '/share/locale')
45
46
47##################################
48### get our applet on the bus ###
49##################################
50applet_path = "/org/cairodock/CairoDock/"+applet_name # path where our object is stored on the bus.
51DBusGMainLoop(set_as_default=True)
52bus = dbus.SessionBus()
53try:
54 applet_object = bus.get_object("org.cairodock.CairoDock", applet_path)
55except dbus.DBusException:
56 print ">>> module '"+applet_name+"' can't be found on the bus, exit."
57 sys.exit(2)
58myIcon = dbus.Interface(applet_object, "org.cairodock.CairoDock.applet") # this object represents our applet and also our icon. It can be either in a dock or in a desklet, we don't have to care.
59
60
61#############################
62### initialize our applet ###
63#############################
64def get_config():
65 # well, we don't have any parameters
66 pass
67
68def init():
69 print ">>> INIT"
70 # register to the notifications on our applet.
71 myIcon.connect_to_signal("on_click", action_on_click) # when the user left-clicks on our icon.
72 myIcon.connect_to_signal("on_build_menu", action_on_build_menu) # when the user right-clicks on our applet (which builds the menu)
73 myIcon.connect_to_signal("on_menu_select", action_on_menu_select) # when the user selects an entry of this menu.
74 myIcon.connect_to_signal("on_stop_module", action_on_stop) # when the user deactivate our applet (or the DBus plug-in, or when the Cairo-Dock is stopped).
75 myIcon.connect_to_signal("on_reload_module", action_on_reload) # when the user changes something in our config, or when the desklet is resized (with no change in the config).
76
77
78##################################
79### callbacks on the main icon ###
80##################################
81def action_on_click(iState):
82 appleticon.click()
83
84def action_on_build_menu():
85 myIcon.PopulateMenu([_("Preferences"), _("About"), _("Edit Menus")])
86
87def action_on_menu_select(iNumEntry):
88 if iNumEntry == 0:
89 os.system("/bin/sh -c '"+ INSTALL_PREFIX +"/lib/gnomenu/GnoMenu-Settings.py' &") ## question : shouldn't it be in /usr/bin ?
90 elif iNumEntry == 1:
91 os.system("/bin/sh -c '" + INSTALL_PREFIX +"/lib/gnomenu/GnoMenu-Settings.py --about' &")
92 elif iNumEntry == 2:
93 os.spawnvp(os.P_WAIT,"alacarte",["alacarte"])
94
95
96###############################
97### callbacks on the applet ###
98###############################
99def action_on_stop():
100 print ">>> our module is stopped"
101 loop.quit()
102 appleticon.end()
103
104def action_on_reload(bConfigHasChanged):
105 print ">>> our module is reloaded"
106 appleticon.get_geometry() # icon's size can change even when the config has not changed (resize by the user)
107
108
109class AppletIcon(object):
110
111 def __init__(self, icon_object):
112
113 self.__myIcon = icon_object
114 self.appletsize = [0, 0]
115 self.get_geometry()
116
117 from Menu_Main import Main_Menu
118 self.hwg = Main_Menu(self.HideMenu)
119 import Globals as Globals
120 self.Globals = Globals
121 self.show = False
122
123 def get_geometry(self):
124 props = myIcon.GetAll();
125 self.container = props['container']
126 self.orient = props['orientation']
127 if self.container == 1: # Desklet, they are always oriented in a bottom-like way.
128 if props['y'] < gtk.gdk.screen_height() / 2:
129 self.orient = 1
130 else:
131 self.orient = 0
132 if self.orient == 1:
133 backend.save_setting('orientation', 'top') ## shouldn't GnoMenu guess the orientation itself rather than writing it in the conf ? I feel like we souldn't write something like that in conf, this is not a configuration parameter, but some computation result.
134 else:
135 backend.save_setting('orientation', 'bottom') ## what about left and right ??
136 self.appletsize[0] = props['width']
137 self.appletsize[1] = props['height']
138
139 def end(self):
140 self.hwg.destroy()
141
142 def ShowMenu(self):
143 # Display the start menu!!!
144 x = myIcon.Get("x") # center of the icon.
145 y = myIcon.Get("y")
146 print "x, y, orient:",x,y,self.orient
147
148 if self.orient == 0:#bottom
149 self.hwg.Adjust_Window_Dimensions(x - (self.Globals.MenuWidth/2),
150 y - self.appletsize[1]/2 - self.Globals.MenuHeight) #self.Globals.PG_buttonframedimensions[1])#self.applet.get_window().get_geometry()[3]/2 -10)
151 elif self.orient == 1:#top
152 self.hwg.Adjust_Window_Dimensions(x -(self.Globals.MenuWidth/2),
153 y + self.appletsize[1]/2) #self.Globals.PG_buttonframedimensions[1])#self.applet.get_window().get_geometry()[3]/2 -10) gtk.gdk.screen_height()
154 elif self.orient == 2:#right
155 print "h : ",self.Globals.MenuHeight,"H : ",gtk.gdk.screen_height()
156 print " => y = ",y - self.Globals.MenuHeight/2," / ",gtk.gdk.screen_height() - self.Globals.MenuHeight
157 self.hwg.Adjust_Window_Dimensions(x - self.Globals.MenuWidth - (self.appletsize[0])/2,
158 min(y - self.Globals.MenuHeight/2 , gtk.gdk.screen_height() - self.Globals.MenuHeight - 10))
159 elif self.orient == 3:#left
160 self.hwg.Adjust_Window_Dimensions(x + self.appletsize[0]/2,
161 min(y - self.Globals.MenuHeight/2 , gtk.gdk.screen_height() - self.Globals.MenuHeight - 10))
162 else:
163 self.hwg.Adjust_Window_Dimensions(gtk.gdk.screen_width()/2 -(self.Globals.MenuWidth/2),gtk.gdk.screen_height() - self.Globals.MenuHeight - (int(self.appletsize[1])))#self.Globals.PG_buttonframedimensions[1])#self.applet.get_window().get_geometry()[3]/2 -10) gtk.gdk.screen_height()
164 self.hwg.show_window()
165 self.show = True
166
167 def HideMenu(self):
168 if self.hwg:
169 if self.hwg.window.window:
170 if self.hwg.window.window.is_visible()== True:
171 self.hwg.hide_window()
172 self.show = False
173
174 def click(self):
175 if self.show:
176 self.HideMenu()
177 else:
178 self.ShowMenu()
179
180
181############
182### main ###
183############
184if __name__ == '__main__':
185 get_config()
186 init()
187 appleticon = AppletIcon( icon_object=myIcon)
188 loop = gobject.MainLoop()
189 loop.run()
190 print ">>> bye"
191 sys.exit(0)
1920
=== removed file 'GnoMenu/GnoMenu.conf'
--- GnoMenu/GnoMenu.conf 2010-02-05 20:29:21 +0000
+++ GnoMenu/GnoMenu.conf 1970-01-01 00:00:00 +0000
@@ -1,91 +0,0 @@
1#!en;0.0.2
2
3#[gtk-about]
4[Icon]
5#j+[0;128] Desired icon size for this applet
6#{Set to 0 to use the default applet size}
7icon size = 0;0
8
9#s Name of the icon as it will appear in its label in the dock :
10name = GnoMenu
11
12#S+ Image's filename :
13#{Let empty to use the default one.}
14icon =
15
16#d Name of the dock it belongs to:
17dock name =
18
19order=
20
21#F[Applet's Handbook]
22frame_hand=
23#A
24handbook=GnoMenu
25
26#[gtk-convert]
27[Desklet]
28
29#j+[48;512] Desklet's dimension (width x height) :
30#{Depending on your WindowManager, you can resize it with ALT + middle_click or ALT + left_click for exemple.}
31size = 164;96
32
33#i[-2048;2048] Desklet's position (x ; y) :
34#{Depending on your WindowManager, you can move it with ALT + left_click}
35x position=0
36#i[-2048;2048] ...
37y position=0
38
39#b Is detached from the dock ?
40initially detached=false
41#l[Normal;Keep above;Keep below;On Widget Layer;Reserve space] Accessibility :
42#{for CompizFusion's "widget layer", set behaviour in Compiz to: (class=Cairo-dock & type=utility)}
43accessibility=0
44#b Should be visible on all desktops ?
45sticky=true
46
47#b Lock position ?
48#{If locked, the desklet can't be moved by simply dragging it with the left mouse button. Of course you can still move it with ALT + left_click.}
49locked = false
50
51#I[-180;180] Rotation :
52#{in degrees.}
53rotation = 0
54
55use size=
56
57#F[Decorations;gtk-orientation-portrait]
58frame_deco=
59
60#o+ Choose a decoration theme for this desklet :
61#{Choose the 'personnal' one to define your own decorations below.}
62decorations = default
63
64#v
65sep_deco =
66
67#S+ Background image :
68#{It's an image that will be displayed below the drawings, like a frame for exemple. Let empty to not use any.}
69bg desklet =
70#e+[0;1] Background tansparency :
71bg alpha = 1
72#i+[0;256] Left offset :
73#{in pixels. Use this to adjust the left position of the drawings.}
74left offset = 0
75#i+[0;256] Top offset :
76#{in pixels. Use this to adjust the top position of the drawings.}
77top offset = 0
78#i+[0;256] Right offset :
79#{in pixels. Use this to adjust the right position of the drawings.}
80right offset = 0
81#i+[0;256] Bottom offset :
82#{in pixels. Use this to adjust the bottom position of the drawings.}
83bottom offset = 0
84#S+ Foreground image :
85#{It's an image that will be displayed above the drawings, like a reflect for exemple. Let empty to not use any.}
86fg desklet =
87#e+[0;1] Foreground tansparency :
88fg alpha = 1
89
90#[gtk-preferences]
91[Configuration]
920
=== removed file 'GnoMenu/auto-load.conf'
--- GnoMenu/auto-load.conf 2010-02-05 20:29:21 +0000
+++ GnoMenu/auto-load.conf 1970-01-01 00:00:00 +0000
@@ -1,13 +0,0 @@
1[Register]
2
3# Author of the applet
4author = Whise
5
6# A short description of the applet and how to use it.
7description = This is a very simple applet that allows you to have GnoMenu inside your dock.\n Just click on the icon to popup the menu. Right-click lets you access to the preferences window.
8
9# Category of the applet : 2 = accessory, 3 = Desktop, 4 = Controler
10category = 3
11
12# Version of the applet; change it everytime you change something in the config file. Don't forget to update the version both in this file and in the config file.
13version = 0.0.2
140
=== removed file 'GnoMenu/icon'
--- GnoMenu/icon 2010-02-05 20:29:21 +0000
+++ GnoMenu/icon 1970-01-01 00:00:00 +0000
@@ -1,398 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13 width="256"
14 height="256"
15 id="svg7981"
16 version="1.1"
17 inkscape:version="0.47 r22583"
18 sodipodi:docname="Documento nuevo 6">
19 <defs
20 id="defs7983">
21 <linearGradient
22 inkscape:collect="always"
23 id="linearGradient8772">
24 <stop
25 style="stop-color:#ffffff;stop-opacity:1;"
26 offset="0"
27 id="stop8774" />
28 <stop
29 style="stop-color:#ffffff;stop-opacity:0;"
30 offset="1"
31 id="stop8776" />
32 </linearGradient>
33 <linearGradient
34 inkscape:collect="always"
35 id="linearGradient8757">
36 <stop
37 style="stop-color:#ffffff;stop-opacity:1;"
38 offset="0"
39 id="stop8759" />
40 <stop
41 style="stop-color:#ffffff;stop-opacity:0;"
42 offset="1"
43 id="stop8761" />
44 </linearGradient>
45 <linearGradient
46 inkscape:collect="always"
47 id="linearGradient8749">
48 <stop
49 style="stop-color:#ffffff;stop-opacity:1;"
50 offset="0"
51 id="stop8751" />
52 <stop
53 style="stop-color:#ffffff;stop-opacity:0;"
54 offset="1"
55 id="stop8753" />
56 </linearGradient>
57 <linearGradient
58 id="linearGradient8741">
59 <stop
60 id="stop8743"
61 offset="0"
62 style="stop-color:#ffffff;stop-opacity:0" />
63 <stop
64 id="stop8745"
65 offset="1"
66 style="stop-color:#ffffff;stop-opacity:1;" />
67 </linearGradient>
68 <linearGradient
69 id="linearGradient8650">
70 <stop
71 id="stop8652"
72 offset="0"
73 style="stop-color:#bf5a00;stop-opacity:1;" />
74 <stop
75 style="stop-color:#fffa00;stop-opacity:1;"
76 offset="1"
77 id="stop8656" />
78 </linearGradient>
79 <linearGradient
80 inkscape:collect="always"
81 id="linearGradient8634">
82 <stop
83 style="stop-color:#ffffff;stop-opacity:0.636"
84 offset="0"
85 id="stop8636" />
86 <stop
87 style="stop-color:#ffffff;stop-opacity:0;"
88 offset="1"
89 id="stop8638" />
90 </linearGradient>
91 <linearGradient
92 id="linearGradient8582">
93 <stop
94 style="stop-color:#da7200;stop-opacity:0;"
95 offset="0"
96 id="stop8584" />
97 <stop
98 style="stop-color:#da7200;stop-opacity:1;"
99 offset="1"
100 id="stop8586" />
101 </linearGradient>
102 <linearGradient
103 id="linearGradient8556">
104 <stop
105 style="stop-color:#da7200;stop-opacity:1;"
106 offset="0"
107 id="stop8558" />
108 <stop
109 id="stop8570"
110 offset="1"
111 style="stop-color:#da7200;stop-opacity:0.49803922;" />
112 </linearGradient>
113 <inkscape:perspective
114 sodipodi:type="inkscape:persp3d"
115 inkscape:vp_x="0 : 526.18109 : 1"
116 inkscape:vp_y="0 : 1000 : 0"
117 inkscape:vp_z="744.09448 : 526.18109 : 1"
118 inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
119 id="perspective7989" />
120 <inkscape:perspective
121 id="perspective7999"
122 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
123 inkscape:vp_z="1 : 0.5 : 1"
124 inkscape:vp_y="0 : 1000 : 0"
125 inkscape:vp_x="0 : 0.5 : 1"
126 sodipodi:type="inkscape:persp3d" />
127 <inkscape:perspective
128 id="perspective8548"
129 inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
130 inkscape:vp_z="1 : 0.5 : 1"
131 inkscape:vp_y="0 : 1000 : 0"
132 inkscape:vp_x="0 : 0.5 : 1"
133 sodipodi:type="inkscape:persp3d" />
134 <radialGradient
135 inkscape:collect="always"
136 xlink:href="#linearGradient8582"
137 id="radialGradient8588"
138 cx="262.28876"
139 cy="773.95941"
140 fx="262.28876"
141 fy="773.95941"
142 r="66.215504"
143 gradientTransform="matrix(1.4378734,0,0,1.0607493,-114.84928,-44.749697)"
144 gradientUnits="userSpaceOnUse" />
145 <radialGradient
146 inkscape:collect="always"
147 xlink:href="#linearGradient8582"
148 id="radialGradient8602"
149 gradientUnits="userSpaceOnUse"
150 gradientTransform="matrix(1.4378734,0,0,1.4879431,-114.84928,-370.824)"
151 cx="272.61987"
152 cy="774.69904"
153 fx="272.61987"
154 fy="774.69904"
155 r="66.215504" />
156 <linearGradient
157 inkscape:collect="always"
158 xlink:href="#linearGradient8634"
159 id="linearGradient8640"
160 x1="187.14487"
161 y1="128.41089"
162 x2="100.07424"
163 y2="155.28094"
164 gradientUnits="userSpaceOnUse"
165 gradientTransform="translate(137,575.86218)" />
166 <linearGradient
167 inkscape:collect="always"
168 xlink:href="#linearGradient8650"
169 id="linearGradient8648"
170 x1="273.97366"
171 y1="751.73114"
172 x2="226.91531"
173 y2="837.97113"
174 gradientUnits="userSpaceOnUse" />
175 <radialGradient
176 inkscape:collect="always"
177 xlink:href="#linearGradient8582"
178 id="radialGradient8682"
179 cx="206.59836"
180 cy="676.26648"
181 fx="206.59836"
182 fy="676.26648"
183 r="12.418958"
184 gradientTransform="matrix(2.1634161,-1.4630621,0.99275703,1.4679805,-911.72815,-8.4626365)"
185 gradientUnits="userSpaceOnUse" />
186 <radialGradient
187 inkscape:collect="always"
188 xlink:href="#linearGradient8582"
189 id="radialGradient8684"
190 cx="236.77368"
191 cy="652.21875"
192 fx="236.77368"
193 fy="652.21875"
194 r="12.591805"
195 gradientTransform="matrix(1.5833634,-1.6197608,1.4301929,1.3980553,-1070.9237,131.70148)"
196 gradientUnits="userSpaceOnUse" />
197 <radialGradient
198 inkscape:collect="always"
199 xlink:href="#linearGradient8582"
200 id="radialGradient8686"
201 cx="265.7674"
202 cy="640.59058"
203 fx="265.7674"
204 fy="640.59058"
205 r="14.833813"
206 gradientTransform="matrix(2.0560394,4.7426959e-8,-1.2221485e-8,2.4964514,-281.41725,-949.69106)"
207 gradientUnits="userSpaceOnUse" />
208 <radialGradient
209 inkscape:collect="always"
210 xlink:href="#linearGradient8582"
211 id="radialGradient8688"
212 cx="321.0986"
213 cy="650.39661"
214 fx="321.0986"
215 fy="650.39661"
216 r="29.955399"
217 gradientTransform="matrix(1.4332327,-4.023735e-7,4.2999279e-7,1.5316111,-135.18782,-338.83233)"
218 gradientUnits="userSpaceOnUse" />
219 <linearGradient
220 inkscape:collect="always"
221 xlink:href="#linearGradient8741"
222 id="linearGradient8747"
223 x1="188.01431"
224 y1="45.515446"
225 x2="217.95526"
226 y2="-14.232805"
227 gradientUnits="userSpaceOnUse" />
228 <linearGradient
229 inkscape:collect="always"
230 xlink:href="#linearGradient8749"
231 id="linearGradient8755"
232 x1="128.0625"
233 y1="5.3166842"
234 x2="128.0625"
235 y2="35.697552"
236 gradientUnits="userSpaceOnUse" />
237 <linearGradient
238 inkscape:collect="always"
239 xlink:href="#linearGradient8757"
240 id="linearGradient8763"
241 x1="74.592743"
242 y1="24.596462"
243 x2="86.311996"
244 y2="52.841175"
245 gradientUnits="userSpaceOnUse" />
246 <linearGradient
247 inkscape:collect="always"
248 xlink:href="#linearGradient8772"
249 id="linearGradient8778"
250 x1="44.763542"
251 y1="59.404202"
252 x2="53.491146"
253 y2="77.865738"
254 gradientUnits="userSpaceOnUse" />
255 </defs>
256 <sodipodi:namedview
257 id="base"
258 pagecolor="#ffffff"
259 bordercolor="#666666"
260 borderopacity="1.0"
261 inkscape:pageopacity="0.0"
262 inkscape:pageshadow="2"
263 inkscape:zoom="1.479239"
264 inkscape:cx="103.97702"
265 inkscape:cy="109.79527"
266 inkscape:document-units="px"
267 inkscape:current-layer="layer1"
268 showgrid="false"
269 showguides="true"
270 inkscape:guide-bbox="true"
271 inkscape:window-width="1440"
272 inkscape:window-height="827"
273 inkscape:window-x="0"
274 inkscape:window-y="25"
275 inkscape:window-maximized="1" />
276 <metadata
277 id="metadata7986">
278 <rdf:RDF>
279 <cc:Work
280 rdf:about="">
281 <dc:format>image/svg+xml</dc:format>
282 <dc:type
283 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
284 <dc:title></dc:title>
285 </cc:Work>
286 </rdf:RDF>
287 </metadata>
288 <g
289 inkscape:label="Capa 1"
290 inkscape:groupmode="layer"
291 id="layer1"
292 transform="translate(-137,-575.86218)">
293 <g
294 id="g8614"
295 transform="matrix(0.99999755,0,0,0.99999755,1.4000007,0.70211299)"
296 style="fill:#db7400;fill-opacity:1">
297 <path
298 style="fill:#db7400;fill-opacity:1;stroke:none"
299 d="m 181.93437,661.13991 c -1.26017,-8.58251 4.54737,-14.83115 10.31381,-15.40047 12.88436,-1.6727 18.67961,31.23555 10.70257,35.69866 -6.92198,3.29364 -18.67751,-7.99873 -21.01638,-20.29819 z"
300 id="path8604"
301 sodipodi:nodetypes="cccc" />
302 <path
303 sodipodi:nodetypes="cccc"
304 id="path8606"
305 d="m 211.74022,632.33712 c 0.95602,-8.62169 7.84818,-13.28294 14.41662,-13.10085 14.55088,0.44733 12.99916,41.11947 2.26956,40.68752 -7.58403,1.49589 -18.22624,-14.27331 -16.68618,-27.58667 z"
306 style="fill:#db7400;fill-opacity:1;stroke:none" />
307 <path
308 style="fill:#db7400;fill-opacity:1;stroke:none"
309 d="m 252.33156,612.32203 c 3.76201,-9.18044 12.98342,-11.7858 20.14928,-9.52041 16.37163,5.40752 2.09349,49.80416 -10.40708,46.53918 -8.50089,-1.95481 -15.62154,-22.86267 -9.7422,-37.01877 z"
310 id="path8608"
311 sodipodi:nodetypes="cccc" />
312 <path
313 sodipodi:nodetypes="cccc"
314 id="path8610"
315 d="m 309.96852,604.04982 c 11.02895,-10.97114 31.84898,-13.00412 40.82311,-6.44971 19.12163,18.20916 -32.4592,73.23013 -50.44138,56.64587 -9.37847,-9.11408 -6.33359,-36.61849 9.61827,-50.19616 z"
316 style="fill:#db7400;fill-opacity:1;stroke:none" />
317 <path
318 sodipodi:nodetypes="ccccscccccc"
319 id="path8612"
320 d="m 317.18211,711.86755 c 5.07115,-5.3294 14.12287,-23.68885 -0.88387,-34.82501 -26.44913,-18.77704 -110.17857,-5.22215 -119.32427,46.05033 -5.49475,39.87875 35.39839,79.41907 66.50409,84.98943 31.14261,7.27181 51.35644,-16.11222 55.19383,-21.65498 5.66419,-8.18141 13.10375,-20.74745 9.11683,-28.33266 -5.71578,-8.89776 -34.65763,-5.72531 -40.0263,4.94975 l -0.23457,9.54594 c -3.75737,11.49925 -13.28687,14.04488 -24.79293,5.56846 -9.76659,-9.61811 -16.5777,-16.96789 12.46276,-35.97405 14.89281,-8.80207 31.2256,-18.77234 41.98443,-30.31721 z"
321 style="fill:url(#linearGradient8648);fill-opacity:1;stroke:none" />
322 </g>
323 <path
324 style="fill:#feef00;fill-opacity:1;stroke:none"
325 d="m 181.93437,661.13991 c -1.26017,-8.58251 4.54737,-14.83115 10.31381,-15.40047 12.88436,-1.6727 18.67961,31.23555 10.70257,35.69866 -6.92198,3.29364 -18.67751,-7.99873 -21.01638,-20.29819 z"
326 id="path8005"
327 sodipodi:nodetypes="cccc" />
328 <path
329 sodipodi:nodetypes="cccc"
330 id="path8517"
331 d="m 211.74022,632.33712 c 0.95602,-8.62169 7.84818,-13.28294 14.41662,-13.10085 14.55088,0.44733 12.99916,41.11947 2.26956,40.68752 -7.58403,1.49589 -18.22624,-14.27331 -16.68618,-27.58667 z"
332 style="fill:#feef00;fill-opacity:1;stroke:none" />
333 <path
334 style="fill:#feef00;fill-opacity:1;stroke:none"
335 d="m 252.33156,612.32203 c 3.76201,-9.18044 12.98342,-11.7858 20.14928,-9.52041 16.37163,5.40752 2.09349,49.80416 -10.40708,46.53918 -8.50089,-1.95481 -15.62154,-22.86267 -9.7422,-37.01877 z"
336 id="path8521"
337 sodipodi:nodetypes="cccc" />
338 <path
339 sodipodi:nodetypes="cccc"
340 id="path8523"
341 d="m 309.96852,604.04982 c 11.02895,-10.97114 31.84898,-13.00412 40.82311,-6.44971 19.12163,18.20916 -32.4592,73.23013 -50.44138,56.64587 -9.37847,-9.11408 -6.33359,-36.61849 9.61827,-50.19616 z"
342 style="fill:#feef00;fill-opacity:1;stroke:none" />
343 <path
344 style="fill:#feef00;fill-opacity:1;stroke:none"
345 d="m 316.78189,709.26754 c 5.07115,-5.3294 14.12287,-23.68885 -0.88387,-34.82501 -26.44913,-18.77704 -110.17857,-5.22215 -119.32427,46.05033 -5.49475,39.87875 35.39839,79.41907 66.50409,84.98943 31.14261,7.27181 51.23664,-16.19578 55.19383,-21.65498 5.54439,-8.26497 13.10375,-20.74745 9.11683,-28.33266 -5.71578,-8.89776 -34.65763,-5.72531 -40.0263,4.94975 l -0.23457,9.54594 c -3.75737,11.49925 -13.28687,14.04488 -24.79293,5.56846 -9.76659,-9.61811 -16.5777,-16.96789 12.46276,-35.97405 14.89281,-8.80207 31.2256,-18.77234 41.98443,-30.31721 z"
346 id="path8525"
347 sodipodi:nodetypes="ccccccccccc" />
348 <path
349 sodipodi:nodetypes="ccccscccccc"
350 id="path8554"
351 d="m 316.78189,709.26754 c 5.07115,-5.3294 14.12287,-23.68885 -0.88387,-34.82501 -26.44913,-18.77704 -110.17857,-5.22215 -119.32427,46.05033 -5.49475,39.87875 35.39839,79.41907 66.50409,84.98943 31.14261,7.27181 51.35644,-16.11222 55.19383,-21.65498 5.66419,-8.18141 13.10375,-20.74745 9.11683,-28.33266 -5.71578,-8.89776 -34.65763,-5.72531 -40.0263,4.94975 l -0.23457,9.54594 c -3.75737,11.49925 -13.28687,14.04488 -24.79293,5.56846 -9.76659,-9.61811 -16.5777,-16.96789 12.46276,-35.97405 14.89281,-8.80207 31.2256,-18.77234 41.98443,-30.31721 z"
352 style="fill:url(#radialGradient8602);fill-opacity:1;stroke:none" />
353 <path
354 style="fill:url(#linearGradient8640);fill-opacity:1;stroke:none;opacity:0.54"
355 d="m 282.9375,665.91873 c -34.67153,-0.11853 -79.80153,17.30485 -86.375,54.29204 -4.16148,30.31311 18.28705,60.42264 42.9375,75.68266 -4.53533,-9.56429 -6.79939,-20.01403 -6.25,-30.92545 2.04245,-40.56473 42.12902,-72.45677 90.84375,-73.45578 0.40055,-6.07627 -1.48128,-12.50663 -8.1875,-17.50141 -7.43882,-5.30041 -19.40163,-8.04568 -32.96875,-8.09206 z"
356 id="path8621" />
357 <path
358 sodipodi:nodetypes="cccc"
359 id="path8660"
360 d="m 181.93437,661.13991 c -1.26017,-8.58251 4.54737,-14.83115 10.31381,-15.40047 12.88436,-1.6727 18.67961,31.23555 10.70257,35.69866 -6.92198,3.29364 -18.67751,-7.99873 -21.01638,-20.29819 z"
361 style="fill:url(#radialGradient8682);fill-opacity:1;stroke:none;opacity:1" />
362 <path
363 style="fill:url(#radialGradient8684);fill-opacity:1;stroke:none;opacity:1"
364 d="m 211.74022,632.33712 c 0.95602,-8.62169 7.84818,-13.28294 14.41662,-13.10085 14.55088,0.44733 12.99916,41.11947 2.26956,40.68752 -7.58403,1.49589 -18.22624,-14.27331 -16.68618,-27.58667 z"
365 id="path8662"
366 sodipodi:nodetypes="cccc" />
367 <path
368 sodipodi:nodetypes="cccc"
369 id="path8664"
370 d="m 252.33156,612.32203 c 3.76201,-9.18044 12.98342,-11.7858 20.14928,-9.52041 16.37163,5.40752 2.09349,49.80416 -10.40708,46.53918 -8.50089,-1.95481 -15.62154,-22.86267 -9.7422,-37.01877 z"
371 style="fill:url(#radialGradient8686);fill-opacity:1;stroke:none;opacity:1" />
372 <path
373 style="fill:url(#radialGradient8688);fill-opacity:1;stroke:none;opacity:1"
374 d="m 309.96852,604.04982 c 11.02895,-10.97114 31.84898,-13.00412 40.82311,-6.44971 19.12163,18.20916 -32.4592,73.23013 -50.44138,56.64587 -9.37847,-9.11408 -6.33359,-36.61849 9.61827,-50.19616 z"
375 id="path8666"
376 sodipodi:nodetypes="cccc" />
377 <path
378 style="fill:url(#linearGradient8763);fill-opacity:1;stroke:none"
379 d="M 89.15625 43.375 C 82.58781 43.19291 75.70602 47.84706 74.75 56.46875 C 74.528197 58.386174 74.543201 60.35211 74.78125 62.3125 C 76.406542 53.231846 83.936487 48.362359 91.15625 48.5625 C 93.952697 48.64847 96.23038 50.049715 98.03125 52.28125 C 96.367908 47.193461 93.471984 43.507676 89.15625 43.375 z "
380 transform="translate(137,575.86218)"
381 id="path8692" />
382 <path
383 style="fill:url(#linearGradient8755);fill-opacity:1;stroke:none"
384 d="M 129.84375 26.1875 C 124.05079 26.394879 118.16526 29.58342 115.34375 36.46875 C 114.21023 39.198012 113.56285 42.171763 113.3125 45.21875 C 116.57705 37.364749 123.2982 33.70641 129.9375 33.46875 C 132.16039 33.38917 134.37524 33.69179 136.4375 34.34375 C 139.38225 35.316395 141.44811 37.372949 142.8125 40.15625 C 142.57269 33.781274 140.42245 28.573698 135.46875 26.9375 C 133.67729 26.371152 131.77474 26.118374 129.84375 26.1875 z "
385 transform="translate(137,575.86218)"
386 id="path8694" />
387 <path
388 style="fill:url(#linearGradient8747);fill-opacity:1;stroke:none;opacity:0.57199999999999995"
389 d="M 199.84375 18 C 190.58384 17.959662 179.86184 21.330538 172.96875 28.1875 C 159.44889 39.695135 155.20896 61.190721 159.9375 73.03125 C 161.90906 62.134734 167.32564 50.752356 176.25 43.15625 C 184.18507 35.26277 196.52784 31.3911 207.1875 31.4375 C 211.10839 31.454579 214.77832 32.014794 217.9375 33.09375 C 218.12096 28.648079 216.89295 24.71321 213.78125 21.75 C 210.41595 19.292096 205.3997 18.024203 199.84375 18 z "
390 transform="translate(137,575.86218)"
391 id="path8696" />
392 <path
393 style="fill:url(#linearGradient8778);fill-opacity:1;stroke:none"
394 d="M 56.4375 69.8125 C 56.048914 69.799154 55.652636 69.822728 55.25 69.875 C 49.48356 70.44432 43.67733 76.69874 44.9375 85.28125 C 46.892649 95.56283 55.42724 105.12048 62.21875 106.0625 C 54.804605 102.43604 47.719117 95.22675 45.6875 87.625 C 43.91643 79.04249 52.05194 72.78807 60.15625 72.21875 C 60.680266 72.170345 61.211649 72.148264 61.71875 72.15625 C 60.157658 70.737594 58.380432 69.879228 56.4375 69.8125 z "
395 transform="translate(137,575.86218)"
396 id="path8765" />
397 </g>
398</svg>
3990
=== removed directory 'Pidgin'
=== removed directory 'Pidgin/Emblems'
=== removed file 'Pidgin/Emblems/Away.png'
400Binary files Pidgin/Emblems/Away.png 2010-02-14 13:09:18 +0000 and Pidgin/Emblems/Away.png 1970-01-01 00:00:00 +0000 differ1Binary files Pidgin/Emblems/Away.png 2010-02-14 13:09:18 +0000 and Pidgin/Emblems/Away.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/Emblems/Connect1.png'
401Binary files Pidgin/Emblems/Connect1.png 2010-02-14 13:09:18 +0000 and Pidgin/Emblems/Connect1.png 1970-01-01 00:00:00 +0000 differ2Binary files Pidgin/Emblems/Connect1.png 2010-02-14 13:09:18 +0000 and Pidgin/Emblems/Connect1.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/Emblems/Connect2.png'
402Binary files Pidgin/Emblems/Connect2.png 2010-02-14 13:09:18 +0000 and Pidgin/Emblems/Connect2.png 1970-01-01 00:00:00 +0000 differ3Binary files Pidgin/Emblems/Connect2.png 2010-02-14 13:09:18 +0000 and Pidgin/Emblems/Connect2.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/Emblems/Connect3.png'
403Binary files Pidgin/Emblems/Connect3.png 2010-02-14 13:09:18 +0000 and Pidgin/Emblems/Connect3.png 1970-01-01 00:00:00 +0000 differ4Binary files Pidgin/Emblems/Connect3.png 2010-02-14 13:09:18 +0000 and Pidgin/Emblems/Connect3.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/Emblems/Connect4.png'
404Binary files Pidgin/Emblems/Connect4.png 2010-02-14 13:09:18 +0000 and Pidgin/Emblems/Connect4.png 1970-01-01 00:00:00 +0000 differ5Binary files Pidgin/Emblems/Connect4.png 2010-02-14 13:09:18 +0000 and Pidgin/Emblems/Connect4.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/Emblems/Idle.png'
405Binary files Pidgin/Emblems/Idle.png 2010-02-14 13:09:18 +0000 and Pidgin/Emblems/Idle.png 1970-01-01 00:00:00 +0000 differ6Binary files Pidgin/Emblems/Idle.png 2010-02-14 13:09:18 +0000 and Pidgin/Emblems/Idle.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/Emblems/typing.png'
406Binary files Pidgin/Emblems/typing.png 2010-02-17 21:53:42 +0000 and Pidgin/Emblems/typing.png 1970-01-01 00:00:00 +0000 differ7Binary files Pidgin/Emblems/typing.png 2010-02-17 21:53:42 +0000 and Pidgin/Emblems/typing.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/Pidgin'
--- Pidgin/Pidgin 2010-04-19 22:29:54 +0000
+++ Pidgin/Pidgin 1970-01-01 00:00:00 +0000
@@ -1,607 +0,0 @@
1#!/usr/bin/python
2
3# This is a part of the external demo applet for Cairo-Dock
4#
5# Copyright : (C) 2010 by Fabounet & nbdarvin
6# E-mail : fabounet@users.berlios.de / nbdarvin@gmail.com
7# unread messages method taken from Sadrul <sadrul@pidgin.im>
8#
9# This program is free software; you can redistribute it and/or
10# modify it under the terms of the GNU General Public License
11# as published by the Free Software Foundation; either version 2
12# of the License, or (at your option) any later version.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17# GNU General Public License for more details.
18# http://www.gnu.org/licenses/licenses.html#GPL
19
20####################
21### dependancies ###
22####################
23import sys
24import os.path
25import ConfigParser
26import gobject
27import glib
28import subprocess
29import dbus
30import htmllib
31import re
32from dbus.mainloop.glib import DBusGMainLoop
33
34applet_name = os.path.basename(os.path.abspath(".")) # the name of the applet must the same as the folder.
35DBusGMainLoop(set_as_default=True)
36STATUS=['Not_connected', 'Offline', 'Online', 'Unavailable', 'Invisible', 'Away', 'Extended_away', 'Mobile', 'Tune']
37STATUS_ICO=['offline', 'offline', 'available', 'busy', 'invisible', 'away', 'extended-away', 'mobile', 'tune']
38
39##################################
40### callbacks on the main icon ###
41##################################
42def _try_connect():
43 myApplet.connect_to_pidgin()
44 if myApplet.purple == None: # toujours pas connecte.
45 myApplet.iNbTries += 1
46 if myApplet.iNbTries == 5: # au bout de 5 essais on abandonne.
47 myApplet.icon.ShowDialog("Couldn't connect to pidgin :-(",4)
48 myApplet.iSidConnect = 0
49 return False
50 return True
51 else: # connexion etablie.
52 myApplet.iSidConnect = 0
53 return False
54def action_on_click(iState):
55 # print ">>> clic !"
56 Xid = myApplet.icon.Get("Xid")
57 if Xid != 0:
58 if myApplet.iCurrentGuiConv == 0:
59 convs = myApplet.purple.PurpleGetConversations()
60 myApplet.iCurrentGuiConv = convs[0]
61 if myApplet.iCurrentGuiConv != 0:
62 myApplet.purple.PurpleConversationPresent(myApplet.iCurrentGuiConv) # on ne peut pas recuperer la conversation courante de l'IHM en regardant laquelle a le focus, car elles ne l'ont que lorsque la fenetre a le focus.
63 else:
64 subprocess.Popen("pidgin")
65 if myApplet.purple == None: # pas connecte
66 if myApplet.iSidConnect == 0: # et pas en train de le faire
67 myApplet.iNbTries = 0
68 myApplet.iSidConnect = gobject.timeout_add(1000,_try_connect)
69
70def action_on_middle_click():
71 # print ">>> middle clic !"
72 if myApplet.purple == None:
73 return
74 if myApplet.iCurrentConv == 0:
75 myApplet.icon.ShowDialog("No current conversation defined.\nPlease select a conversation with right-click.", 5)
76 return
77 conv_name = myApplet.purple.PurpleConversationGetName(myApplet.iCurrentConv)
78 myApplet.iAskingSomething = 1
79 myApplet.icon.AskText("Send a message to "+conv_name, "")
80 myApplet.iAskingSomething = 1
81
82def action_on_build_menu():
83 # print ">>> build menu !"
84 if myApplet.purple == None:
85 return
86
87 if myApplet.bAddMenuItemsAvailable:
88 items=[{"type" : 1,
89 "label": "Conversations",
90 "icon" : "gtk-jump-to",
91 "menu" : 0,
92 "id" : 1,
93 "tooltip" : "Switch the conversation you'll send message to with the middle-click."}]
94 convs = myApplet.list_convs()
95 i = 1
96 for conv in convs:
97 items.append({"type" : 0,
98 "label": conv,
99 "menu" : 1,
100 "id" : 100+i})
101 i += 1
102 items.append({"type" : 1,
103 "label": "Change your status",
104 "icon" : "gtk-convert",
105 "menu" : 0,
106 "id" : 2})
107 status = myApplet.purple.PurpleSavedstatusGetType(myApplet.purple.PurpleSavedstatusGetCurrent())
108 for i in range(1, 6):
109 if status != i:
110 items.append({"type" : 0,
111 "label": STATUS[i],
112 "icon" : '/usr/share/pixmaps/pidgin/status/16/'+STATUS_ICO[i]+'.png',
113 "menu" : 2,
114 "id" : 200+i})
115 items.append({"type" : 2,
116 "menu" : 2})
117 items.append({"type" : 0,
118 "label": "Set your status message",
119 "icon" : "gtk-dialog-info",
120 "menu" : 2,
121 "id" : 299})
122 items.append({"type" : 3,
123 "label": "Silent mode",
124 "menu" : 0,
125 "id" : 3,
126 "state": myApplet.bSilentMode,
127 "tooltip" : "Switch the applet to silent mode (no pop-up on new message)."})
128
129 try:
130 myApplet.icon.AddMenuItems(items)
131 except TypeError:
132 # print ">>>>> Cairo-Dock's DBus API doesn't contain the AddMenuItems() method, switch to the old method."
133 myApplet.bAddMenuItemsAvailable = False
134
135 if not myApplet.bAddMenuItemsAvailable:
136 convs = myApplet.list_convs()
137 convs.append('')
138 status = myApplet.purple.PurpleSavedstatusGetType(myApplet.purple.PurpleSavedstatusGetCurrent())
139 for i in range(0, 5):
140 if status != i:
141 convs.append(STATUS[i])
142 myApplet.icon.PopulateMenu(convs)
143
144def action_on_menu_select(iNumEntry):
145 # print ">>> choice",iNumEntry,"has been selected !"
146
147 if myApplet.bAddMenuItemsAvailable:
148 if iNumEntry > 200:
149 iNumEntry -= 200
150 if iNumEntry == 99:
151 myApplet.icon.AskText("Enter your new status message :", "")
152 myApplet.iAskingSomething = 2
153 else:
154 current_status = myApplet.purple.PurpleSavedstatusGetType(myApplet.purple.PurpleSavedstatusGetCurrent())
155 # print ">>> status :",STATUS[iNumEntry],iNumEntry
156 new_status = myApplet.purple.PurpleSavedstatusNew("", iNumEntry)
157 myApplet.purple.PurpleSavedstatusActivate(new_status)
158 elif iNumEntry > 100:
159 iNumEntry -= 101
160 convs = myApplet.purple.PurpleGetConversations()
161 myApplet.iCurrentConv = convs[iNumEntry]
162 conv_name = myApplet.purple.PurpleConversationGetName(myApplet.iCurrentConv)
163 # print ">>> selected conv ",conv_name
164 myApplet.icon.SetLabel(conv_name)
165 myApplet.purple.PurpleConversationPresent(myApplet.iCurrentConv)
166 elif iNumEntry == 3:
167 myApplet.bSilentMode = not myApplet.bSilentMode
168 else: # ancienne methode.
169 convs = myApplet.purple.PurpleGetConversations()
170 nb_conv = len(convs)
171 if iNumEntry < nb_conv:
172 myApplet.iCurrentConv = convs[iNumEntry]
173 conv_name = myApplet.purple.PurpleConversationGetName(myApplet.iCurrentConv)
174 myApplet.icon.SetLabel(conv_name)
175 myApplet.purple.PurpleConversationPresent(myApplet.iCurrentConv)
176 else:
177 iNumEntry -= nb_conv-1
178 current_status = myApplet.purple.PurpleSavedstatusGetType(myApplet.purple.PurpleSavedstatusGetCurrent())
179 if iNumEntry >= current_status:
180 iNumEntry += 1
181 # print ">>> status :",STATUS[iNumEntry]
182 new_status = myApplet.purple.PurpleSavedstatusNew("", iNumEntry)
183 #myApplet.purple.PurpleSavedstatusSetMessage(new_status, "pouic")
184 myApplet.purple.PurpleSavedstatusActivate(new_status)
185
186def action_on_scroll(bScrollUp):
187 # print ">>> scroll !"
188 if myApplet.iNbMsg != 0 :
189 if bScrollUp:
190 myApplet.iCurrentMsg += 1
191 else:
192 myApplet.iCurrentMsg -= 1
193 if myApplet.iCurrentMsg >= myApplet.iNbMsg:
194 myApplet.iCurrentMsg = myApplet.iNbMsg - 1
195 elif myApplet.iCurrentMsg < -1:
196 myApplet.iCurrentMsg = -1
197 if myApplet.iCurrentMsg >= 0:
198 myApplet.icon.ShowDialog(myApplet.pMsgList[myApplet.iCurrentMsg], 10)
199
200def action_on_answer(answer):
201 # print ">>> answer :",answer
202 if myApplet.iAskingSomething == 1 :
203 if myApplet.iCurrentConv == 0:
204 return
205 type = myApplet.purple.PurpleConversationGetType(myApplet.iCurrentConv)
206 if not type or type == 0:
207 return
208 if type == 1: # PURPLE_CONV_TYPE_IM
209 im = myApplet.purple.PurpleConvIm(myApplet.iCurrentConv)
210 myApplet.purple.PurpleConvImSend(im,answer)
211 else: # PURPLE_CONV_TYPE_CHAT
212 chat = myApplet.purple.PurpleConvChat(myApplet.iCurrentConv)
213 myApplet.purple.PurpleConvChatSend(chat,answer)
214 elif myApplet.iAskingSomething == 2 :
215 myApplet.iAskingSomething = 0
216 myApplet.set_status_message (answer)
217
218##################################
219### callbacks on the sub-icons ###
220##################################
221def on_click_sub_icon(iState, cIconID):
222 # print ">>> clic on the buddy "+myApplet.purple.PurpleBuddyGetName(cIconID)
223 buddy_name = myApplet.purple.PurpleBuddyGetName(cIconID)
224 account = myApplet.purple.PurpleBuddyGetAccount(cIconID)
225
226 conv = myApplet.purple.PurpleFindConversationWithAccount(1, buddy_name, account) # 1 <=> PURPLE_CONV_TYPE_IM
227 if conv == 0:
228 myApplet.purple.PurpleConversationNew(1, account, buddy_name) # 1 <=> PURPLE_CONV_TYPE_IM
229 else:
230 myApplet.purple.PurpleConversationPresent(conv)
231
232###############################
233### callbacks on the applet ###
234###############################
235def action_on_stop():
236 # print ">>> our module is stopped"
237 myApplet.end()
238 loop.quit()
239
240def action_on_reload(bConfigHasChanged):
241 # print ">>> our module is reloaded"
242 if bConfigHasChanged:
243 # print ">>> and our config has changed"
244 myApplet.get_config()
245 myApplet.set_status_icon()
246
247#####################
248### Pidgin Events ###
249#####################
250def on_status_changed(new_status, old_status):
251 # print ">>> status changed : ",old_status," -> ",new_status
252 myApplet.cStatus = STATUS[myApplet.purple.PurpleSavedstatusGetType(new_status)]
253 myApplet.set_status_icon()
254
255def _unescape(s):
256 s = s.replace("&lt;", "<")
257 s = s.replace("&gt;", ">")
258 s = s.replace("&apos;", "'")
259 s = s.replace("&quot;", "'")
260 s = s.replace("&amp;", "&") # a faire en dernier.
261 return s
262
263def _on_received_msg(account, sender, message, conv, is_im):
264 if myApplet.bSilentMode:
265 return
266 buddy = myApplet.purple.PurpleFindBuddy(account,sender)
267 if buddy != 0:
268 sender = myApplet.purple.PurpleBuddyGetAlias(buddy)
269 message = re.sub('<font.*?>','',message)
270 message = re.sub('<body.*?>','',message)
271 message = re.sub('<span.*?>','',message)
272 message = re.sub('<html.*?>','',message)
273 message = re.sub('<FONT.*?>','',message)
274 message = message.replace('</font>','')
275 message = message.replace('</body>','')
276 message = message.replace('</span>','')
277 message = message.replace('</html>','')
278 message = message.replace('</FONT>','')
279 message = message.replace('<B>','')
280 message = message.replace('</B>','')
281 message = message.replace('<b>','')
282 message = message.replace('</b>','')
283 message = message.replace('<i>','')
284 message = message.replace('</i>','')
285 message = message.replace('<I>','')
286 message = message.replace('</I>','')
287 message = '['+sender+'] '+_unescape(message)
288 # print ">>> message : "+message
289 bHasFocus = myApplet.purple.PurpleConversationHasFocus(conv)
290 if not bHasFocus: # si l'utilisateur n'est pas devant la conversation, on le notifie du message.
291 if (is_im and myApplet.config['im message']) or (not is_im and myApplet.config['chat message']):
292 msg = '['+sender+'] '+message
293 if myApplet.iCurrentMsg != -1:
294 msg = myApplet.pMsgList[myApplet.iCurrentMsg]+"\n------------------------------------------\n"+msg
295 else:
296 msg = message
297 myApplet.icon.ShowDialog(msg,max(2,len(msg)/myApplet.config['duration']))
298 if myApplet.config['msg animation'] != '':
299 try:
300 myApplet.icon.DemandsAttention(True, myApplet.config['msg animation'])
301 except dbus.DBusException:
302 myApplet.bDemandsAttentionAvailable = False
303 if not myApplet.bDemandsAttentionAvailable:
304 myApplet.icon.Animate(myApplet.config['msg animation'], 1e6)
305
306 if myApplet.config['history'] != 0: # on insere le message dans l'historique.
307 myApplet.pMsgList.insert(0,message)
308 myApplet.iNbMsg += 1
309 if myApplet.iNbMsg > myApplet.config['history'] :
310 del myApplet.pMsgList[myApplet.config['history']]
311 myApplet.iNbMsg -= 1
312 if myApplet.iCurrentMsg != -1:
313 myApplet.iCurrentMsg = min(myApplet.iNbMsg-1, myApplet.iCurrentMsg+1) # on l'insere au debut donc ca decale le message courant.
314
315def on_received_im_msg(account, sender, message, conv, flag):
316 flag -= 1
317 # print ">>> im msg received : "+message,flag
318 if flag == 0 or flag == 2 or flag == 3 or flag == 8: # Outgoing message, Auto response, System message, Error
319 return
320 _on_received_msg(account, sender, message, conv, True)
321
322def on_received_chat_msg(account, sender, message, conv, flag):
323 flag -= 1
324 # print ">>> chat msg received : "+message,flag
325 if flag == 0 or flag == 2 or flag == 3 or flag == 8: # Outgoing message, Auto response, System message, Error
326 return
327 _on_received_msg(account, sender, message, conv, False)
328
329def on_conversation_updated(conv, update_type):
330 # print ">>> conv updated",conv,update_type
331 if update_type == 4: # PURPLE_CONV_UPDATE_UNSEEN
332 iNbUnread = myApplet.iNbUnread
333 myApplet.update_nb_unread_msg()
334 if iNbUnread != 0 and myApplet.iNbUnread == 0 and myApplet.config['msg animation'] != '':
335 try:
336 myApplet.icon.DemandsAttention(False,'')
337 except dbus.DBusException:
338 myApplet.bDemandsAttentionAvailable = False
339 if not myApplet.bDemandsAttentionAvailable:
340 myApplet.icon.Animate('', 0)
341 myApplet.iCurrentMsg = -1
342 if myApplet.iCurrentGuiConv == 0:
343 myApplet.iCurrentGuiConv = conv
344
345def on_conversation_created(conv):
346 # print ">>> conv created",conv
347 myApplet.update_nb_unread_msg()
348
349def on_conversation_deleted(conv):
350 # print ">>> conv deleted",conv
351 n = myApplet.get_nb_unread_msg(conv)
352 myApplet.set_nb_unread_msg(n)
353 if myApplet.iCurrentConv == conv:
354 myApplet.iCurrentConv = 0
355 myApplet.icon.SetLabel(myApplet.config['cOriginalName'])
356 if myApplet.iCurrentGuiConv == conv:
357 myApplet.iCurrentGuiConv = 0
358
359def on_buddy_typing(account,name):
360 # print ">>> buddy typing",name
361 myApplet.icon.SetEmblem(myApplet.share_data_dir+"Emblems/typing.png", 0)
362
363def on_buddy_typing_stopped(account,name):
364 # print ">>> buddy stopped typing : ",name
365 myApplet.set_status_icon()
366
367def on_buddy_icon_changed(name):
368 # print ">>> buddy icon changed : ",name
369 icon = myApplet.purple.PurpleBuddyGetIcon(name)
370 myApplet.sub_icons.SetIcon(myApplet.purple.PurpleBuddyIconGetFullPath(icon))
371
372def on_buddy_status_changed(name, old_status, new_status):
373 # print ">>> buddy status changed (",name,") : ",old_status," -> ",new_status
374 status_type = myApplet.purple.PurpleSavedstatusGetType(new_status)
375 ### ajouter un embleme ou une quick-info...
376
377def on_buddy_idle_changed(name, old_idle, new_idle):
378 print ">>> buddy idle changed (",name,") : ",old_idle," -> ",new_idle
379 ### ajouter un embleme...
380
381def on_buddy_signed_on(name):
382 print ">>> buddy signed on (",name,")"
383 ### ajouter une sous-icone...
384
385def on_buddy_signed_off(name):
386 print ">>> buddy signed off (",name,")"
387 ### retirer la sous-icone...
388
389def on_signing_on(conn):
390 # print ">>> signing on..."
391 myApplet.iNbSiging += 1
392 myApplet.icon.Animate('pulse',60)
393
394def on_signed_on(conn):
395 # print ">>> signed on"
396 myApplet.iNbSiging -= 1
397 if myApplet.iNbSiging == 0:
398 myApplet.icon.Animate('',0)
399
400def on_conv_switched(conv):
401 # print ">>> conversation switched",conv
402 myApplet.iCurrentGuiConv = conv
403
404def on_quit_pidgin():
405 # print ">>> Quit"
406 del myApplet.purple
407 myApplet.purple = None
408 myApplet.cStatus = STATUS[1]
409 myApplet.set_status_icon()
410
411####################
412### Applet class ###
413####################
414class Applet:
415 def __init__(self):
416 self.icon = None
417 self.sub_icons = None
418 self.purple = None
419 self.config = {}
420 self.conf_file = os.path.expanduser("~/.config/cairo-dock/current_theme/plug-ins/"+applet_name+"/"+applet_name+".conf") # path to the conf file of our applet.
421 self.share_data_dir = os.path.abspath(".")+"/"
422 self.themes_dir = self.share_data_dir+'themes/'
423 self.iSidConnect = 0
424 self.iNbTries = 0
425 self.iNbMsg = 0
426 self.pMsgList = []
427 self.iCurrentMsg = -1
428 self.iNbUnread = 0
429 self.bHasFocus = False
430 self.cStatus = ''
431 self.iCurrentConv = 0
432 self.iNbSiging = 0
433 self.iCurrentGuiConv = 0
434 self.bAddMenuItemsAvailable = True
435 self.bDemandsAttentionAvailable = True
436 self.bSilentMode = False
437 self.iAskingSomething = 0 # what kind of info we're asking the user.
438
439 def get_config(self):
440 keyfile = ConfigParser.RawConfigParser()
441 keyfile.read(self.conf_file)
442 self.config['cTheme'] = keyfile.get('Configuration', 'theme')
443 self.config['cTheme'] = re.sub('\[[0-9]\]','',self.config['cTheme'])
444 self.config['im message'] = keyfile.getboolean('Configuration', 'im message')
445 self.config['chat message'] = keyfile.getboolean('Configuration', 'chat message')
446 self.config['msg animation'] = keyfile.get('Configuration', 'msg animation')
447 duration = keyfile.getint('Configuration', 'duration')
448 if duration == 0:
449 self.config['duration'] = 16
450 elif duration == 1:
451 self.config['duration'] = 8
452 else:
453 self.config['duration'] = 4
454 self.config['history'] = keyfile.getint('Configuration', 'history')
455 self.config['cOriginalName'] = keyfile.get('Icon', 'name')
456
457 def begin(self):
458 self.connect_to_dock()
459 self.connect_to_pidgin()
460 self.icon.ControlAppli("pidgin")
461
462 def end(self):
463 pass
464
465 def connect_to_dock(self):
466 # get our applet on the bus.
467 applet_path = "/org/cairodock/CairoDock/"+applet_name # path where our object is stored on the bus.
468 bus = dbus.SessionBus()
469 applet_object = bus.get_object("org.cairodock.CairoDock", applet_path)
470 self.icon = dbus.Interface(applet_object, "org.cairodock.CairoDock.applet")
471 # we'll have a sub-dock, so we also get the sub-icons object
472 sub_icons_object = bus.get_object("org.cairodock.CairoDock", applet_path+"/sub_icons")
473 self.sub_icons = dbus.Interface(sub_icons_object, "org.cairodock.CairoDock.subapplet")
474 # connect to signals.
475 self.icon.connect_to_signal("on_click", action_on_click)
476 self.icon.connect_to_signal("on_middle_click", action_on_middle_click)
477 self.icon.connect_to_signal("on_build_menu", action_on_build_menu)
478 self.icon.connect_to_signal("on_menu_select", action_on_menu_select)
479 self.icon.connect_to_signal("on_scroll", action_on_scroll)
480 self.icon.connect_to_signal("on_answer", action_on_answer)
481 self.icon.connect_to_signal("on_stop_module", action_on_stop)
482 self.icon.connect_to_signal("on_reload_module", action_on_reload)
483 self.sub_icons.connect_to_signal("on_click_sub_icon", on_click_sub_icon)
484
485 def connect_to_pidgin(self):
486 bus = dbus.SessionBus()
487 try:
488 obj = bus.get_object("im.pidgin.purple.PurpleService", "/im/pidgin/purple/PurpleObject")
489 except dbus.DBusException:
490 # print ">>> pidgin not available on the bus"
491 self.cStatus = STATUS[1]
492 self.set_status_icon()
493 return
494 self.purple = dbus.Interface(obj, "im.pidgin.purple.PurpleInterface")
495 self.purple.connect_to_signal("SavedstatusChanged", on_status_changed)
496 self.purple.connect_to_signal("ReceivedImMsg", on_received_im_msg)
497 self.purple.connect_to_signal("ReceivedChatMsg", on_received_chat_msg)
498 self.purple.connect_to_signal("ConversationUpdated", on_conversation_updated)
499 self.purple.connect_to_signal("ConversationCreated", on_conversation_created)
500 self.purple.connect_to_signal("DeletingConversation", on_conversation_deleted)
501 self.purple.connect_to_signal("BuddyTyping", on_buddy_typing)
502 self.purple.connect_to_signal("BuddyTypingStopped", on_buddy_typing_stopped)
503 #self.purple.connect_to_signal("BuddyIconChanged", on_buddy_icon_changed)
504 #self.purple.connect_to_signal("BuddyStatusChanged", on_buddy_status_changed)
505 #self.purple.connect_to_signal("BuddyIdleChanged", on_buddy_idle_changed)
506 self.purple.connect_to_signal("BuddySignedOn", on_buddy_signed_on)
507 self.purple.connect_to_signal("BuddySignedOff", on_buddy_signed_off)
508 self.purple.connect_to_signal("Quitting", on_quit_pidgin)
509 self.purple.connect_to_signal("SigningOn", on_signing_on)
510 self.purple.connect_to_signal("SignedOn", on_signed_on)
511 self.purple.connect_to_signal("ConversationSwitched", on_conv_switched)
512 status_type = self.purple.PurpleSavedstatusGetType(self.purple.PurpleSavedstatusGetCurrent()) # GetCurrent(int), GetType(int), GetTitle(string), GetMessage(string)
513 self.cStatus = STATUS[status_type]
514 # print ">>> current status : "+self.cStatus
515 self.set_status_icon()
516 self.update_nb_unread_msg()
517 #buddies_icons = self.list_buddies()
518 #myApplet.sub_icons.AddSubIcons(buddies_icons)
519
520 ### Methods ###
521 def get_nb_unread_msg(self,exception=0):
522 if self.purple == None:
523 return 0
524 n = 0
525 convs = self.purple.PurpleGetConversations() # PurpleGetIms, PurpleGetChats
526 for conv in convs:
527 if conv != exception:
528 count = self.purple.PurpleConversationGetData(conv, "unseen-count")
529 if count and count > 0:
530 n += count
531 return n
532
533 def set_nb_unread_msg(self,n):
534 if n == self.iNbUnread:
535 return
536 self.iNbUnread = n
537 if n > 0:
538 self.icon.SetQuickInfo(format(n,"d"))
539 else:
540 self.icon.SetQuickInfo('')
541
542 def update_nb_unread_msg(self):
543 if self.purple == None:
544 return
545 n = self.get_nb_unread_msg()
546 self.set_nb_unread_msg(n)
547
548 def set_status_icon(self):
549 icon_path = self.themes_dir+self.config['cTheme']+"/"+self.cStatus+'.png'
550 emblem = None
551 if not os.path.isfile(icon_path): # pas d'icone specifique pour ce statut.
552 icon_path = self.themes_dir+self.config['cTheme']+'/Online.png' # on aplique l'embleme sur l'icone Online.
553 emblem = self.share_data_dir+'Emblems/'+self.cStatus+'.png'
554 if not os.path.isfile(emblem): # pas d'embleme, on se rabat sur les emblemes de Pidgin.
555 emblem = '/usr/share/pixmaps/pidgin/status/48/'+self.cStatus.lower()+'.png'
556 # print ">>> new status icon : "+icon_path
557 self.icon.SetIcon(icon_path)
558 if emblem != None:
559 # print ">>> emblem : "+emblem
560 self.icon.SetEmblem(emblem, 1) # lower right
561
562 def set_status_message(self,message):
563 current = self.purple.PurpleSavedstatusGetType(self.purple.PurpleSavedstatusGetCurrent()) # on ne changera pas le statut courant.
564 status = self.purple.PurpleSavedstatusNew("", current) # Create new transient status and activate it
565 self.purple.PurpleSavedstatusSetMessage(status, message)
566 self.purple.PurpleSavedstatusActivate(status)
567
568 def list_convs(self):
569 tab_conv=[]
570 convs = self.purple.PurpleGetConversations()
571 for conv in convs:
572 conv_name = self.purple.PurpleConversationGetName(conv)
573 tab_conv.append(conv_name)
574 return tab_conv
575
576 def list_buddies(self): # fait planter Pidgin :-(
577 if self.purple == None:
578 return
579 tab_buddies = []
580 accounts = self.purple.PurpleAccountsGetAllActive()
581 for account in accounts:
582 # print ">>> account "+self.purple.PurpleAccountGetUsername(account)
583 buddies = self.purple.PurpleFindBuddies(account,'')
584 for buddy in buddies:
585 # print ">>> + "+self.purple.PurpleBuddyGetName(buddy)
586 icon = self.purple.PurpleBuddyGetIcon(buddy)
587 try:
588 icon_path = self.purple.PurpleBuddyIconGetFullPath(icon)
589 except dbus.DBusException:
590 icon_path='pidgin'
591 # print ">>> "+icon_path
592 tab_buddies.append(self.purple.PurpleBuddyGetName(buddy))
593 tab_buddies.append(icon_path)
594 tab_buddies.append(str(buddy))
595 return tab_buddies
596
597############
598### main ###
599############
600if __name__ == '__main__':
601 myApplet = Applet()
602 myApplet.get_config()
603 myApplet.begin()
604 loop = gobject.MainLoop()
605 loop.run()
606 # print ">>> bye"
607 sys.exit(0)
6080
=== removed file 'Pidgin/Pidgin.conf'
--- Pidgin/Pidgin.conf 2010-05-02 17:54:19 +0000
+++ Pidgin/Pidgin.conf 1970-01-01 00:00:00 +0000
@@ -1,119 +0,0 @@
1#!en;1.0.1
2
3#[gtk-about]
4[Icon]
5#j+[0;128] Desired icon size for this applet
6#{Set to 0 to use the default applet size}
7icon size = 0;0
8
9#s Name of the icon as it will appear in its label in the dock :
10name = Pidgin
11
12#S+ Image's filename :
13#{Let empty to use the default one.}
14icon =
15
16#d Name of the dock it belongs to:
17dock name =
18
19order=
20
21#F[Applet's Handbook]
22frame_hand=
23#A
24handbook=Pidgin
25
26#[gtk-convert]
27[Desklet]
28
29#j+[48;512] Desklet's dimension (width x height) :
30#{Depending on your WindowManager, you can resize it with ALT + middle_click or ALT + left_click for exemple.}
31size = 164;96
32
33#i[-2048;2048] Desklet's position (x ; y) :
34#{Depending on your WindowManager, you can move it with ALT + left_click}
35x position=0
36#i[-2048;2048] ...
37y position=0
38
39#b Is detached from the dock ?
40initially detached=false
41#l[Normal;Keep above;Keep below;On Widget Layer;Reserve space] Accessibility :
42#{for CompizFusion's "widget layer", set behaviour in Compiz to: (class=Cairo-dock & type=utility)}
43accessibility=0
44#b Should be visible on all desktops ?
45sticky=true
46
47#b Lock position ?
48#{If locked, the desklet can't be moved by simply dragging it with the left mouse button. Of course you can still move it with ALT + left_click.}
49locked = false
50
51#I[-180;180] Rotation :
52#{in degrees.}
53rotation = 0
54
55use size=
56
57#F[Decorations;gtk-orientation-portrait]
58frame_deco=
59
60#o+ Choose a decoration theme for this desklet :
61#{Choose the 'personnal' one to define your own decorations below.}
62decorations = default
63
64#v
65sep_deco =
66
67#S+ Background image :
68#{It's an image that will be displayed below the drawings, like a frame for exemple. Let empty to not use any.}
69bg desklet =
70#e+[0;1] Background tansparency :
71bg alpha = 1
72#i+[0;256] Left offset :
73#{in pixels. Use this to adjust the left position of the drawings.}
74left offset = 0
75#i+[0;256] Top offset :
76#{in pixels. Use this to adjust the top position of the drawings.}
77top offset = 0
78#i+[0;256] Right offset :
79#{in pixels. Use this to adjust the right position of the drawings.}
80right offset = 0
81#i+[0;256] Bottom offset :
82#{in pixels. Use this to adjust the bottom position of the drawings.}
83bottom offset = 0
84#S+ Foreground image :
85#{It's an image that will be displayed above the drawings, like a reflect for exemple. Let empty to not use any.}
86fg desklet =
87#e+[0;1] Foreground tansparency :
88fg alpha = 1
89
90#[gtk-preferences]
91[Configuration]
92#F[Theme]
93frame_theme=
94
95#h+[~/.config/cairo-dock/third-party/Pidgin/themes;Pidgin;Pidgin] Choose a theme :
96theme = Green
97
98#F[Parameters]
99frame_theme=
100
101#b Display conversation messages in a bubble?
102im message = true
103
104#b Display chat messages in a bubble?
105chat message = true
106
107#l[Short;Medium;Long] Bubbles duration:
108duration = 1
109
110#a Animation of the icon on receiving a message:
111msg animation = rotate
112
113#I[0;200;none;big] Size of the history :
114#{This is the number of messages that you can recall by scrolling on the icon.}
115history = 50
116
117
118
119
1200
=== removed file 'Pidgin/auto-load.conf'
--- Pidgin/auto-load.conf 2010-05-02 17:54:19 +0000
+++ Pidgin/auto-load.conf 1970-01-01 00:00:00 +0000
@@ -1,13 +0,0 @@
1[Register]
2
3# Author of the applet
4author = Fabounet & Nbdarvin
5
6# A short description of the applet and how to use it.
7description = This applet integrates Pidgin into your dock.\nIt can display new messages,\nyou select a conversation from the menu on right-click,\nwrite a message on middle-click,\nand display the messages history by scrolling on the icon\nThe icon will also control the window of Pidgin like a normal application icon.
8
9# Category of the applet : 2 = accessory, 3 = Desktop, 4 = Controler
10category = 4
11
12# Version of the applet; change it everytime you change something in the config file. Don't forget to update the version both in this file and in the config file.
13version = 1.0.1
140
=== removed file 'Pidgin/icon'
15Binary files Pidgin/icon 2010-02-11 21:59:33 +0000 and Pidgin/icon 1970-01-01 00:00:00 +0000 differ1Binary files Pidgin/icon 2010-02-11 21:59:33 +0000 and Pidgin/icon 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/preview'
16Binary files Pidgin/preview 2010-02-14 13:09:18 +0000 and Pidgin/preview 1970-01-01 00:00:00 +0000 differ2Binary files Pidgin/preview 2010-02-14 13:09:18 +0000 and Pidgin/preview 1970-01-01 00:00:00 +0000 differ
=== removed directory 'Pidgin/themes'
=== removed directory 'Pidgin/themes/Blue'
=== removed file 'Pidgin/themes/Blue/Invisible.png'
17Binary files Pidgin/themes/Blue/Invisible.png 2010-02-11 21:59:33 +0000 and Pidgin/themes/Blue/Invisible.png 1970-01-01 00:00:00 +0000 differ3Binary files Pidgin/themes/Blue/Invisible.png 2010-02-11 21:59:33 +0000 and Pidgin/themes/Blue/Invisible.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/themes/Blue/Offline.png'
18Binary files Pidgin/themes/Blue/Offline.png 2010-02-14 13:09:18 +0000 and Pidgin/themes/Blue/Offline.png 1970-01-01 00:00:00 +0000 differ4Binary files Pidgin/themes/Blue/Offline.png 2010-02-14 13:09:18 +0000 and Pidgin/themes/Blue/Offline.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/themes/Blue/Online.png'
19Binary files Pidgin/themes/Blue/Online.png 2010-02-14 13:09:18 +0000 and Pidgin/themes/Blue/Online.png 1970-01-01 00:00:00 +0000 differ5Binary files Pidgin/themes/Blue/Online.png 2010-02-14 13:09:18 +0000 and Pidgin/themes/Blue/Online.png 1970-01-01 00:00:00 +0000 differ
=== removed symlink 'Pidgin/themes/Blue/preview'
=== target was u'Online.png'
=== removed directory 'Pidgin/themes/Eve-Wall-E'
=== removed file 'Pidgin/themes/Eve-Wall-E/Away.png'
20Binary files Pidgin/themes/Eve-Wall-E/Away.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/Eve-Wall-E/Away.png 1970-01-01 00:00:00 +0000 differ6Binary files Pidgin/themes/Eve-Wall-E/Away.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/Eve-Wall-E/Away.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/themes/Eve-Wall-E/Invisible.png'
21Binary files Pidgin/themes/Eve-Wall-E/Invisible.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/Eve-Wall-E/Invisible.png 1970-01-01 00:00:00 +0000 differ7Binary files Pidgin/themes/Eve-Wall-E/Invisible.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/Eve-Wall-E/Invisible.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/themes/Eve-Wall-E/Offline.png'
22Binary files Pidgin/themes/Eve-Wall-E/Offline.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/Eve-Wall-E/Offline.png 1970-01-01 00:00:00 +0000 differ8Binary files Pidgin/themes/Eve-Wall-E/Offline.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/Eve-Wall-E/Offline.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/themes/Eve-Wall-E/Online.png'
23Binary files Pidgin/themes/Eve-Wall-E/Online.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/Eve-Wall-E/Online.png 1970-01-01 00:00:00 +0000 differ9Binary files Pidgin/themes/Eve-Wall-E/Online.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/Eve-Wall-E/Online.png 1970-01-01 00:00:00 +0000 differ
=== removed symlink 'Pidgin/themes/Eve-Wall-E/preview@'
=== target was u'Online.png'
=== removed directory 'Pidgin/themes/Foxie'
=== removed file 'Pidgin/themes/Foxie/Away.png'
24Binary files Pidgin/themes/Foxie/Away.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/Foxie/Away.png 1970-01-01 00:00:00 +0000 differ10Binary files Pidgin/themes/Foxie/Away.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/Foxie/Away.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/themes/Foxie/Invisible.png'
25Binary files Pidgin/themes/Foxie/Invisible.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/Foxie/Invisible.png 1970-01-01 00:00:00 +0000 differ11Binary files Pidgin/themes/Foxie/Invisible.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/Foxie/Invisible.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/themes/Foxie/Offline.png'
26Binary files Pidgin/themes/Foxie/Offline.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/Foxie/Offline.png 1970-01-01 00:00:00 +0000 differ12Binary files Pidgin/themes/Foxie/Offline.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/Foxie/Offline.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/themes/Foxie/Online.png'
27Binary files Pidgin/themes/Foxie/Online.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/Foxie/Online.png 1970-01-01 00:00:00 +0000 differ13Binary files Pidgin/themes/Foxie/Online.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/Foxie/Online.png 1970-01-01 00:00:00 +0000 differ
=== removed symlink 'Pidgin/themes/Foxie/preview'
=== target was u'Online.png'
=== removed directory 'Pidgin/themes/Green'
=== removed file 'Pidgin/themes/Green/Invisible.png'
28Binary files Pidgin/themes/Green/Invisible.png 2010-02-11 21:59:33 +0000 and Pidgin/themes/Green/Invisible.png 1970-01-01 00:00:00 +0000 differ14Binary files Pidgin/themes/Green/Invisible.png 2010-02-11 21:59:33 +0000 and Pidgin/themes/Green/Invisible.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/themes/Green/Offline.png'
29Binary files Pidgin/themes/Green/Offline.png 2010-02-11 21:59:33 +0000 and Pidgin/themes/Green/Offline.png 1970-01-01 00:00:00 +0000 differ15Binary files Pidgin/themes/Green/Offline.png 2010-02-11 21:59:33 +0000 and Pidgin/themes/Green/Offline.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/themes/Green/Online.png'
30Binary files Pidgin/themes/Green/Online.png 2010-02-11 21:59:33 +0000 and Pidgin/themes/Green/Online.png 1970-01-01 00:00:00 +0000 differ16Binary files Pidgin/themes/Green/Online.png 2010-02-11 21:59:33 +0000 and Pidgin/themes/Green/Online.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/themes/Green/Unavailable.png'
31Binary files Pidgin/themes/Green/Unavailable.png 2010-02-21 14:09:52 +0000 and Pidgin/themes/Green/Unavailable.png 1970-01-01 00:00:00 +0000 differ17Binary files Pidgin/themes/Green/Unavailable.png 2010-02-21 14:09:52 +0000 and Pidgin/themes/Green/Unavailable.png 1970-01-01 00:00:00 +0000 differ
=== removed symlink 'Pidgin/themes/Green/preview'
=== target was u'Online.png'
=== removed directory 'Pidgin/themes/Yellow'
=== removed file 'Pidgin/themes/Yellow/Invisible.png'
32Binary files Pidgin/themes/Yellow/Invisible.png 2010-02-11 21:59:33 +0000 and Pidgin/themes/Yellow/Invisible.png 1970-01-01 00:00:00 +0000 differ18Binary files Pidgin/themes/Yellow/Invisible.png 2010-02-11 21:59:33 +0000 and Pidgin/themes/Yellow/Invisible.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/themes/Yellow/Offline.png'
33Binary files Pidgin/themes/Yellow/Offline.png 2010-02-14 13:09:18 +0000 and Pidgin/themes/Yellow/Offline.png 1970-01-01 00:00:00 +0000 differ19Binary files Pidgin/themes/Yellow/Offline.png 2010-02-14 13:09:18 +0000 and Pidgin/themes/Yellow/Offline.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/themes/Yellow/Online.png'
34Binary files Pidgin/themes/Yellow/Online.png 2010-02-14 13:09:18 +0000 and Pidgin/themes/Yellow/Online.png 1970-01-01 00:00:00 +0000 differ20Binary files Pidgin/themes/Yellow/Online.png 2010-02-14 13:09:18 +0000 and Pidgin/themes/Yellow/Online.png 1970-01-01 00:00:00 +0000 differ
=== removed symlink 'Pidgin/themes/Yellow/preview'
=== target was u'Online.png'
=== removed directory 'Pidgin/themes/iBubble'
=== removed file 'Pidgin/themes/iBubble/Away.png'
35Binary files Pidgin/themes/iBubble/Away.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/iBubble/Away.png 1970-01-01 00:00:00 +0000 differ21Binary files Pidgin/themes/iBubble/Away.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/iBubble/Away.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/themes/iBubble/Invisible.png'
36Binary files Pidgin/themes/iBubble/Invisible.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/iBubble/Invisible.png 1970-01-01 00:00:00 +0000 differ22Binary files Pidgin/themes/iBubble/Invisible.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/iBubble/Invisible.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/themes/iBubble/Offline.png'
37Binary files Pidgin/themes/iBubble/Offline.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/iBubble/Offline.png 1970-01-01 00:00:00 +0000 differ23Binary files Pidgin/themes/iBubble/Offline.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/iBubble/Offline.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/themes/iBubble/Online.png'
38Binary files Pidgin/themes/iBubble/Online.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/iBubble/Online.png 1970-01-01 00:00:00 +0000 differ24Binary files Pidgin/themes/iBubble/Online.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/iBubble/Online.png 1970-01-01 00:00:00 +0000 differ
=== removed file 'Pidgin/themes/iBubble/Unavailable.png'
39Binary files Pidgin/themes/iBubble/Unavailable.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/iBubble/Unavailable.png 1970-01-01 00:00:00 +0000 differ25Binary files Pidgin/themes/iBubble/Unavailable.png 2010-02-28 01:50:48 +0000 and Pidgin/themes/iBubble/Unavailable.png 1970-01-01 00:00:00 +0000 differ
=== removed symlink 'Pidgin/themes/iBubble/preview'
=== target was u'Online.png'
=== removed directory 'RubyBattery'
=== removed file 'RubyBattery/README'
--- RubyBattery/README 2010-03-25 17:22:40 +0000
+++ RubyBattery/README 1970-01-01 00:00:00 +0000
@@ -1,27 +0,0 @@
1In order to use this applet, it is necessary to install Ruby, Rubygems and the gems rbus and parseconfig.
2
3# Installation process (Debian/Ubuntu)
4
5* Ruby: (sudo) apt-get install ruby1.8-dev ruby1.8 ri1.8 rdoc1.8 irb1.8 libreadline-ruby1.8 libruby1.8 rubygems1.8 acpi
6* Gem Rbus: (sudo) gem install rbus
7* Gem parseconfig: (sudo) gem install parseconfig
8(if you don't have Rubygems: Instructions are neatly described in http://rubygems.org/pages/download)
9
10# Tips
11
12When running Cairo-Dock through terminal, for example, cairo-dock -c, check if any message regarding execution permission is being shown. If so, set execution permission to the applet, chmod a+x 755 RubyBatter
13
14# Gauge
15
16By default, the gauge being used is the Battery one. Anyway, I made a gauge specifically to this applet. It is a cute ruby being filled as the battery charge increases and emptied as the battery charge decreases. :-)
17
18In order to use it, just do the following:
19* 1 - Copy the Ruby-Battery folder to ~/.config/cairo-dock/extras/gauges/
20* 2 - Open the config panel of the applet and change the gauge theme by "Ruby-Battery"
21
22# Contact me
23
24Any doubt, suggestion or anything else, except asking for some money, I would be pleased to received a message from you.
25
26Author: Eduardo Mucelli Rezende Oliveira
27E-mail: edumucelli@gmail.com or eduardom@dcc.ufmg.br
280
=== removed directory 'RubyBattery/Ruby-Battery'
=== removed file 'RubyBattery/Ruby-Battery/readme'
--- RubyBattery/Ruby-Battery/readme 2010-03-25 01:38:53 +0000
+++ RubyBattery/Ruby-Battery/readme 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
1Made by Eduardo Mucelli Rezende Oliveira for Cairo-Dock.
20
=== removed file 'RubyBattery/Ruby-Battery/ruby-battery0.svg'
--- RubyBattery/Ruby-Battery/ruby-battery0.svg 2010-03-25 15:39:57 +0000
+++ RubyBattery/Ruby-Battery/ruby-battery0.svg 1970-01-01 00:00:00 +0000
@@ -1,1064 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12 id="svg2"
13 sodipodi:version="0.32"
14 inkscape:version="0.47 r22583"
15 width="512"
16 height="512"
17 version="1.0"
18 sodipodi:docname="ruby-battery0.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
20 <metadata
21 id="metadata7">
22 <rdf:RDF>
23 <cc:Work
24 rdf:about="">
25 <dc:format>image/svg+xml</dc:format>
26 <dc:type
27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28 </cc:Work>
29 </rdf:RDF>
30 </metadata>
31 <defs
32 id="defs5" />
33 <sodipodi:namedview
34 inkscape:window-height="719"
35 inkscape:window-width="641"
36 inkscape:pageshadow="2"
37 inkscape:pageopacity="0.0"
38 guidetolerance="10.0"
39 gridtolerance="10.0"
40 objecttolerance="10.0"
41 borderopacity="1.0"
42 bordercolor="#666666"
43 pagecolor="#ffffff"
44 id="base"
45 showgrid="false"
46 inkscape:zoom="1.0117188"
47 inkscape:cx="256"
48 inkscape:cy="256"
49 inkscape:window-x="165"
50 inkscape:window-y="83"
51 inkscape:current-layer="svg2"
52 inkscape:window-maximized="0" />
53 <g
54 id="g2384">
55 <path
56 style="fill:#fefefe"
57 d="M 26.660158,511.32683 C 26.279358,510.94602 21.89915,510.52532 16.926362,510.39193 C 7.6248138,510.14241 5,509.16721 5,505.96089 C 5,504.97407 4.4375,503.9792 3.75,503.75007 C 2.1283382,503.2096 1.3687432,246 2.9888089,246 C 3.544964,246 4,244.98048 4,243.7344 C 4,242.48832 4.7875,240.05288 5.75,238.32231 C 8.0602797,234.16845 14.477539,227 15.885834,227 C 16.498625,227 17,226.51786 17,225.92857 C 17,224.16385 19.714643,222 21.928571,222 C 23.357143,222 24,221.35714 24,219.92857 C 24,217.71464 26.163846,215 27.928571,215 C 28.517857,215 29,214.51786 29,213.92857 C 29,212.16385 31.714643,210 33.928571,210 C 35.471429,210 36,209.36207 36,207.5 C 36,205.5 36.5,205 38.5,205 C 40.362069,205 41,204.47143 41,202.92857 C 41,200.71464 43.163846,198 44.928571,198 C 45.517857,198 46,197.51786 46,196.92857 C 46,195.16385 48.714643,193 50.928571,193 C 52.357143,193 53,192.35714 53,190.92857 C 53,188.71464 55.163846,186 56.928571,186 C 57.517857,186 58,185.60297 58,185.1177 C 58,183.27557 90.172064,152 92.066995,152 C 93.4622,152 94,151.30445 94,149.5 C 94,147.5 94.5,147 96.5,147 C 98.362069,147 99,146.47143 99,144.92857 C 99,142.27577 101.27577,140 103.92857,140 C 105.47143,140 106,139.36207 106,137.5 C 106,135.53592 106.50852,135 108.37219,135 C 110.36648,135 110.84628,134.36277 111.38401,131 C 111.80774,128.35016 112.5413,127 113.55727,127 C 115.28819,127 120,122.64522 120,121.04545 C 120,120.47045 120.57566,120 121.27924,120 C 121.98282,120 123.20716,119.1 124,118 C 124.79284,116.9 126.01718,116 126.72076,116 C 127.42434,116 128,115.51786 128,114.92857 C 128,113.16385 130.71464,111 132.92857,111 C 134.52313,111 135,110.36504 135,108.24185 C 135,105.97797 139.07833,101.40826 157.75798,82.741847 C 170.27487,70.233831 180.88997,60 181.34709,60 C 181.80421,60 193.37073,48.807483 207.05048,35.12774 C 228.99575,13.182473 232.50838,10.063926 236.89927,8.62774 C 239.63636,7.732483 242.71374,7 243.7379,7 C 244.76205,7 246.1625,6.4375 246.85,5.75 C 247.79343,4.8065759 254.7711,4.5225519 275.3,4.5919508 C 299.82984,4.6748749 303.34798,4.8993538 311.13811,6.8786403 C 315.88907,8.0857466 321.60483,9.9568687 323.8398,11.036689 C 326.07477,12.11651 328.40526,13 329.01866,13 C 329.63207,13 343.97993,26.725 360.9028,43.5 C 377.82567,60.275 392.19553,74 392.83583,74 C 393.47612,74 394,74.549554 394,75.221231 C 394,75.892908 418.75,101.23053 449,131.52705 C 479.25,161.82357 504,187.37402 504,188.30582 C 504,189.23762 504.36978,190 504.82174,190 C 505.2737,190 506.61088,192.14051 507.79324,194.75669 C 510.68094,201.1462 510.76803,205.55991 510.8961,352 C 510.99476,464.81165 510.64799,502.33245 509.45667,507.75 C 509.01074,509.77789 508.3468,510.00823 502.73095,510.08333 C 499.30393,510.12917 495.375,510.42619 494,510.74339 C 490.39068,511.57602 27.487252,512.15392 26.660158,511.32683 z M 476.21005,349.53965 L 476.66217,221.5 L 474.23297,217 C 470.82591,210.68853 467.13416,206 465.57155,206 C 464.84189,206 463.68469,205.325 463,204.5 C 462.31531,203.675 460.91021,203 459.87756,203 C 458.8449,203 458,202.59117 458,202.09148 C 458,201.55031 428.96504,201.39677 386.19169,201.71174 C 319.65557,202.2017 314.25918,202.11632 312.69169,200.54883 C 311.1494,199.00654 311,194.58538 311,150.48759 C 311,119.31991 311.35563,101.89824 312,101.5 C 313.40452,100.63196 313.27875,66.759956 311.84373,59.416781 C 311.20779,56.162552 309.85779,52.305533 308.84373,50.84563 C 307.82968,49.385726 307,47.248226 307,46.09563 C 307,44.899514 306.35615,44 305.5,44 C 304.675,44 304,43.619151 304,43.153669 C 304,42.688186 300.80377,40.663186 296.89728,38.653669 L 289.79455,35 L 273.65667,35 L 257.51878,35 L 145.74699,146.75858 L 33.97519,258.51716 L 33.737595,289.50858 C 33.606918,306.55386 33.6125,355.6795 33.75,398.67668 C 33.985133,472.20444 34.104067,476.87571 35.75,477.22929 C 36.7125,477.43605 136.10803,477.59939 256.62896,477.59226 L 475.75793,477.57929 L 476.21005,349.53965 z"
58 id="path2888" />
59 <path
60 style="fill:#fdfdfd"
61 d="M 30.5,511.31228 C 25.772652,510.73938 14.627696,507.76746 13.25,506.71239 C 12.5625,506.18589 12,504.9709 12,504.01241 C 12,503.05393 11.178759,501.19653 10.17502,499.88486 C 8.5289943,497.73385 6.0551801,488.52774 4.5291067,478.87402 C 3.9234189,475.04253 3.8248175,280.47699 4.4224938,268.5 C 4.9327242,258.27536 6.0294921,252.22041 7.6087118,250.90978 C 8.3739203,250.27471 9,248.43063 9,246.81181 C 9,245.193 9.4433971,243.04002 9.9853268,242.02742 C 10.527257,241.01481 23.577257,227.69402 38.985327,212.42566 C 54.393397,197.1573 67,184.17138 67,183.56807 C 67,182.20166 92.15785,157 93.521884,157 C 95.109848,157 141,110.63784 141,109.03355 C 141,107.88108 224.71685,23.832738 231.69137,17.983068 C 235.21569,15.027154 244.60611,11.190707 252.49314,9.4845266 C 259.13905,8.0468351 263.77413,7.8475374 279.99314,8.302092 C 290.72191,8.6027771 301.3,9.3587194 303.5,9.9819636 C 305.7,10.605208 308.80839,11.313695 310.40753,11.55638 C 315.522,12.332548 323.36227,16.644034 328.11278,21.292766 C 330.64981,23.775443 334.02481,26.482321 335.61278,27.308051 C 338.96497,29.05116 342.8194,33.231561 344.98342,37.471189 C 345.82953,39.128829 347.58911,40.692288 348.96353,41.007663 C 350.36895,41.330156 351.65747,42.496773 351.96353,43.723853 C 352.25859,44.90685 354.3,47.20049 356.5,48.82083 C 362.59935,53.313114 373,63.881406 373,65.586787 C 373,66.420183 374.52219,67.738067 376.38265,68.515417 C 378.55246,69.42202 379.99349,70.83792 380.40171,72.46439 C 380.79948,74.04923 381.74024,75 382.91064,75 C 384.07482,75 385.02092,75.947222 385.41163,77.503945 C 385.75728,78.881114 387.60049,81.018614 389.50766,82.253945 C 391.41483,83.489275 392.98081,85.037059 392.98762,85.693464 C 392.99443,86.349869 394.35,87.684392 396,88.659071 C 397.65,89.63375 399,90.702135 399,91.033259 C 399,92.523414 409.75812,103 411.28832,103 C 412.2854,103 413,103.77026 413,104.84501 C 413,107.03702 415.70438,109.64894 418.5,110.15698 C 419.666,110.36887 420.63385,111.45902 420.821,112.77125 C 421.00314,114.04842 422.409,115.67726 424.071,116.53671 C 425.68195,117.36977 427,118.49525 427,119.03779 C 427,120.33912 438.57516,132 439.86693,132 C 441.11051,132 472,162.81383 472,164.05437 C 472,164.54911 473.21026,165.74689 474.68946,166.7161 C 478.89269,169.47015 495.70724,186.50224 496.41056,188.7182 C 496.75764,189.81176 498.38225,191.901 500.02081,193.36096 C 501.78878,194.93623 503,197.00849 503,198.45802 C 503,199.80145 503.61135,201.26048 504.35856,201.70031 C 506.50245,202.96227 508.05297,209.06421 509.45393,221.7527 C 510.45721,230.83938 510.71141,261.81101 510.57628,358.5 C 510.39851,485.69251 510.18982,493.30011 506.67222,500.82017 C 504.94355,504.5158 501.23711,507.69567 497.7358,508.48703 C 482.56728,511.9154 484.97405,511.8825 257,511.77815 C 134.075,511.72189 32.15,511.51225 30.5,511.31228 z M 475.5864,477.7412 C 475.71591,477.60854 475.95695,419.675 476.12206,349 L 476.42224,220.5 L 474.1111,216.5 C 470.53211,210.30569 467.03034,206 465.57155,206 C 464.84189,206 463.68469,205.325 463,204.5 C 462.31531,203.675 460.94771,203 459.96089,203 C 458.97407,203 458.01412,202.54236 457.82767,201.98301 C 457.6021,201.30631 433.51912,200.96609 385.85284,200.96622 C 322.81162,200.96638 314.06486,200.78308 312.94883,199.43834 C 311.93917,198.22178 311.80305,184.33699 312.28107,131.32688 C 312.90468,62.172212 312.65529,56.33302 308.84373,50.84563 C 307.82968,49.385726 307,47.248226 307,46.09563 C 307,44.899514 306.35615,44 305.5,44 C 304.675,44 304,43.619151 304,43.153669 C 304,42.688186 300.80377,40.663186 296.89728,38.653669 L 289.79455,35 L 273.20113,35 L 256.60771,35 L 144.80385,146.83089 L 33,258.66179 L 33,368.30833 L 33,477.95488 L 51.25,478.22744 C 72.950573,478.55153 475.24535,478.09055 475.5864,477.7412 z"
62 id="path2886" />
63 <path
64 style="fill:#fefcfc"
65 d="M 32.501319,510.7408 C 31.57623,510.22309 29.589135,509.98007 28.085552,510.20075 C 26.58197,510.42143 24.860559,510.12904 24.260196,509.55099 C 23.659833,508.97295 21.311949,507.3852 19.042676,506.02266 C 13.579117,502.74218 9.533149,496.18038 7.3134253,487 C 5.6196818,479.99498 5.5,472.37225 5.5,371.5 L 5.5,263.5 L 8.4111466,254.61116 C 10.012277,249.72229 12.937277,243.32372 14.911147,240.39211 C 16.885016,237.4605 66.395185,187.11109 124.93374,128.50455 C 201.8484,51.500567 233.04995,20.896711 237.43374,18.159587 C 240.77018,16.076403 247.1,13.28231 251.5,11.950491 C 258.64477,9.78787 261.37083,9.5279505 277,9.5191632 C 296.69228,9.5080915 303.86526,10.794162 316.87139,16.667859 C 323.67267,19.739385 326.03155,21.771726 347.37139,42.945761 C 419.18833,114.20471 496.73964,192.46524 498.77497,195.73395 C 502.9199,202.39066 505.93682,210.00201 507.74036,218.35262 C 509.36828,225.89013 509.5,236.08142 509.5,354.5 L 509.5,482.5 L 507.10879,490.23498 C 505.56774,495.21989 503.49204,499.40172 501.27056,501.99701 C 497.20171,506.75055 496.02213,507.44897 488.33181,509.65791 C 482.96309,511.2 464.7002,511.34688 258.34165,511.50755 C 119.73597,511.61547 33.541352,511.32283 32.501319,510.7408 z M 476.75379,350.19924 L 477.00758,221.89847 L 474.40568,217.19924 C 470.74261,210.58344 467.12712,206 465.57155,206 C 464.84189,206 463.68469,205.325 463,204.5 C 462.31531,203.675 460.94771,203 459.96089,203 C 458.97407,203 457.99411,202.48233 457.78321,201.84963 C 457.49854,200.99561 439.14662,200.72569 386.54483,200.80184 C 337.82325,200.87236 315.06366,200.56926 313.68515,199.8315 C 311.70009,198.76913 311.68636,198.10099 312.28682,131.78027 C 312.91705,62.171698 312.66954,56.353529 308.84373,50.84563 C 307.82968,49.385726 307,47.248226 307,46.09563 C 307,44.899514 306.35615,44 305.5,44 C 304.675,44 304,43.619151 304,43.153669 C 304,42.688186 300.80377,40.663186 296.89728,38.653669 L 289.79455,35 L 273.1578,35 L 256.52104,35 L 144.76052,146.74391 L 33,258.48781 L 33,368.17436 L 33,477.8609 L 35.25,478.19557 C 36.4875,478.37964 136.275,478.52344 257,478.51512 L 476.5,478.5 L 476.75379,350.19924 z"
66 id="path2884" />
67 <path
68 style="fill:#fcfcfc"
69 d="M 32.501319,510.7408 C 31.57623,510.22309 29.589135,509.98007 28.085552,510.20075 C 26.58197,510.42143 24.860559,510.12904 24.260196,509.55099 C 23.659833,508.97295 21.311949,507.3852 19.042676,506.02266 C 13.579117,502.74218 9.533149,496.18038 7.3134253,487 C 5.6196818,479.99498 5.5,472.37225 5.5,371.5 L 5.5,263.5 L 8.4111466,254.61116 C 10.012277,249.72229 12.937277,243.32372 14.911147,240.39211 C 16.885016,237.4605 66.395185,187.11109 124.93374,128.50455 C 201.8484,51.500567 233.04995,20.896711 237.43374,18.159587 C 240.77018,16.076403 247.1,13.28231 251.5,11.950491 C 258.64477,9.78787 261.37083,9.5279505 277,9.5191632 C 296.69228,9.5080915 303.86526,10.794162 316.87139,16.667859 C 323.67267,19.739385 326.03155,21.771726 347.37139,42.945761 C 419.18833,114.20471 496.73964,192.46524 498.77497,195.73395 C 502.9199,202.39066 505.93682,210.00201 507.74036,218.35262 C 509.36828,225.89013 509.5,236.08142 509.5,354.5 L 509.5,482.5 L 507.10879,490.23498 C 505.56774,495.21989 503.49204,499.40172 501.27056,501.99701 C 497.20171,506.75055 496.02213,507.44897 488.33181,509.65791 C 482.96309,511.2 464.7002,511.34688 258.34165,511.50755 C 119.73597,511.61547 33.541352,511.32283 32.501319,510.7408 z M 476.75379,350.19924 L 477.00758,221.89847 L 474.40568,217.19924 C 470.74261,210.58344 467.12712,206 465.57155,206 C 464.84189,206 463.68469,205.325 463,204.5 C 462.31531,203.675 460.94771,203 459.96089,203 C 458.97407,203 457.99411,202.48233 457.78321,201.84963 C 457.49854,200.99561 439.14662,200.72569 386.54483,200.80184 C 337.82325,200.87236 315.06366,200.56926 313.68515,199.8315 C 311.70009,198.76913 311.68636,198.10099 312.28682,131.78027 C 312.91705,62.171698 312.66954,56.353529 308.84373,50.84563 C 307.82968,49.385726 307,47.248226 307,46.09563 C 307,44.899514 306.35615,44 305.5,44 C 304.675,44 304,43.619151 304,43.153669 C 304,42.688186 300.80377,40.663186 296.89728,38.653669 L 289.79455,35 L 273.03978,35 L 256.285,35 L 144.8925,146.53716 C 83.626625,207.8826 33.39173,258.20337 33.259399,258.3611 C 32.968593,258.70771 32.88977,294.8872 32.9526,399.18045 L 33,477.8609 L 35.25,478.18654 C 36.4875,478.36564 136.275,478.50944 257,478.50609 L 476.5,478.5 L 476.75379,350.19924 z"
70 id="path2882" />
71 <path
72 style="fill:#fbfbfb"
73 d="M 44.711905,511.37857 C 44.56208,511.22875 41.526491,510.89326 37.966151,510.63305 C 21.080931,509.39898 12.184042,502.00817 8.3134253,486 C 6.6199492,478.99609 6.5,471.3894 6.5,371 L 6.5,263.5 L 9.8755632,254.24942 C 11.732123,249.16159 14.766127,242.86159 16.617794,240.24942 C 22.208731,232.36218 230.6985,24.261254 237.42159,19.857425 C 240.67846,17.724072 246.97846,14.780349 251.42159,13.315816 C 258.87601,10.858707 260.85172,10.64712 277,10.576515 C 291.29986,10.513992 295.78006,10.849824 301.5,12.413018 C 311.91681,15.259808 320.66211,19.468387 326.46819,24.42867 C 329.31447,26.860324 368.51101,65.77821 413.57162,110.91286 C 482.54586,180.00043 496.15402,194.08955 499.63633,200.01939 C 503.73149,206.99281 506.27377,214.88945 508.16163,226.5 C 509.46027,234.48679 510.22481,451.18173 509.01898,469.5 C 507.80974,487.87006 504.41707,497.78764 497.06658,504.43975 C 494.58025,506.68984 484.47064,510.11807 478.5,510.7358 C 473.48166,511.25499 45.222908,511.88957 44.711905,511.37857 z M 476.75378,349.69921 L 477.00755,220.89842 L 474.50491,216.41575 C 470.3625,208.996 468.75134,206.86166 466.57524,205.91119 C 465.43386,205.41266 463.825,204.62364 463,204.15781 C 462.175,203.69198 460.375,202.67841 459,201.90543 C 456.92122,200.7368 444.48096,200.48682 385.16517,200.42177 C 324.6962,200.35545 313.67918,200.12697 312.83793,198.92177 C 312.19241,197.99699 312.03142,174.14617 312.37737,130.6908 C 312.93004,61.267339 312.6717,55.356637 308.84373,49.84563 C 307.82968,48.385726 307,46.698226 307,46.09563 C 307,44.308362 303.74212,41.706173 297.17745,38.25 L 291.00439,35 L 273.64687,35 L 256.28935,35 L 144.89467,146.53383 C 83.627603,207.87744 33.319315,258.27062 33.098477,258.51869 C 32.782164,258.874 32.691466,387.40024 32.953349,464.17668 C 32.994901,476.35836 33.191292,477.89768 34.75,478.25891 C 35.7125,478.48196 135.5,478.62746 256.5,478.58223 L 476.5,478.5 L 476.75378,349.69921 z"
74 id="path2880" />
75 <path
76 style="fill:#fcfafa"
77 d="M 44.996497,511 C 44.994574,510.725 42.471982,510.36338 39.390735,510.19639 C 25.314984,509.43358 14.105745,501.08642 10.255058,488.5 C 9.0771901,484.65 7.8658324,479.475 7.5631522,477 C 7.260472,474.525 6.9428348,426.375 6.8572916,370 L 6.7017585,267.5 L 9.451274,259 C 15.326082,240.8383 8.3831134,248.47617 125.92686,130.86674 C 241.69837,15.030525 237.76709,18.645602 253.25927,13.775968 C 259.60535,11.781215 262.60049,11.5 277.5,11.5 C 291.10604,11.5 295.79769,11.872621 301,13.366421 C 311.2275,16.303161 314.94126,17.861269 320.92204,21.724695 C 327.17702,25.765246 487.80073,185.2817 493.8897,193.5 C 503.0722,205.89366 506.57823,216.62775 508.0979,237 C 509.55568,256.54262 508.70733,475.84095 507.14819,482.5 C 505.74179,488.50669 501.72464,496.98536 498.42995,500.90089 C 494.99717,504.98051 486.08492,508.86175 477.1812,510.15461 C 471.74151,510.94448 407.5617,511.30352 257.25,511.38498 C 140.51249,511.44824 44.998419,511.275 44.996497,511 z M 476.75378,349.69921 L 477.00755,220.89842 L 474.50491,216.41575 C 470.3625,208.996 468.75134,206.86166 466.57524,205.91119 C 465.43386,205.41266 463.825,204.62364 463,204.15781 C 462.175,203.69198 460.375,202.67841 459,201.90543 C 456.92077,200.73654 444.49479,200.48843 385.17104,200.43126 C 324.47687,200.37277 313.69324,200.14913 312.84379,198.93126 C 312.1906,197.99478 312.02936,174.40457 312.37737,130.6908 C 312.93004,61.267339 312.6717,55.356637 308.84373,49.84563 C 307.82968,48.385726 307,46.698226 307,46.09563 C 307,44.308362 303.74212,41.706173 297.17745,38.25 L 291.00439,35 L 273.64687,35 L 256.28935,35 L 144.89467,146.53383 C 83.627603,207.87744 33.319315,258.27062 33.098477,258.51869 C 32.782164,258.874 32.691466,387.40024 32.953349,464.17668 C 32.994901,476.35836 33.191292,477.89768 34.75,478.25891 C 35.7125,478.48196 135.5,478.62746 256.5,478.58223 L 476.5,478.5 L 476.75378,349.69921 z"
78 id="path2878" />
79 <path
80 style="fill:#fafafa"
81 d="M 44.996497,511 C 44.994574,510.725 42.471982,510.36338 39.390735,510.19639 C 25.314984,509.43358 14.105745,501.08642 10.255058,488.5 C 9.0771901,484.65 7.8658324,479.475 7.5631522,477 C 7.260472,474.525 6.9428348,426.375 6.8572916,370 L 6.7017585,267.5 L 9.451274,259 C 15.326082,240.8383 8.3831134,248.47617 125.92686,130.86674 C 241.69837,15.030525 237.76709,18.645602 253.25927,13.775968 C 259.60535,11.781215 262.60049,11.5 277.5,11.5 C 291.10604,11.5 295.79769,11.872621 301,13.366421 C 311.2275,16.303161 314.94126,17.861269 320.92204,21.724695 C 327.17702,25.765246 487.80073,185.2817 493.8897,193.5 C 503.0722,205.89366 506.57823,216.62775 508.0979,237 C 509.55568,256.54262 508.70733,475.84095 507.14819,482.5 C 505.74179,488.50669 501.72464,496.98536 498.42995,500.90089 C 494.99717,504.98051 486.08492,508.86175 477.1812,510.15461 C 471.74151,510.94448 407.5617,511.30352 257.25,511.38498 C 140.51249,511.44824 44.998419,511.275 44.996497,511 z M 476.64703,478.6863 C 476.83482,478.49851 476.99879,420.43019 477.01139,349.6456 L 477.03431,220.94635 L 474.51829,216.43972 C 470.36184,208.9948 468.75311,206.86244 466.57524,205.91119 C 465.43386,205.41266 463.825,204.62364 463,204.15781 C 462.175,203.69198 460.375,202.67841 459,201.90543 C 456.93077,200.74217 444.2661,200.45371 385.5,200.23138 C 319.55293,199.98188 314.40289,199.83954 313.13552,198.23138 C 312.00044,196.79109 311.86971,185.36671 312.35796,130.27957 C 312.96934,61.299884 312.71223,55.414992 308.84373,49.84563 C 307.82968,48.385726 307,46.698226 307,46.09563 C 307,44.308362 303.74212,41.706173 297.17745,38.25 L 291.00439,35 L 273.25052,35 L 255.49664,35 L 143.99832,146.50153 L 32.5,258.00306 L 32.5,368.25153 L 32.5,478.5 L 77,479 C 124.56961,479.53449 476.07475,479.25858 476.64703,478.6863 z"
82 id="path2876" />
83 <path
84 style="fill:#f9f9f9"
85 d="M 69.666602,511.37187 C 69.574971,511.3014 62.975,510.99302 55,510.68659 C 47.025,510.38015 38.431364,509.66384 35.903031,509.09478 C 21.084935,505.75961 12.518457,496.83321 8.7586219,480.80988 C 7.8062692,476.75123 7.5111776,450.99321 7.5063352,371.5 L 7.5,267.5 L 10.332533,259.04074 C 13.820937,248.62274 15.153347,245.94666 20.258843,239.10423 C 22.473179,236.13655 71.583305,186.40343 129.39245,128.58617 C 231.26062,26.703724 234.74656,23.336662 242.5,19.335735 C 252.45627,14.198108 261.86748,12.048633 275.17747,11.872369 C 287.76601,11.705658 295.31577,12.56689 304.5,15.217306 C 312.94549,17.654534 318.38804,20.646654 327,27.586987 C 334.55825,33.678144 489.13079,188.54827 493.59229,194.5 C 497.6609,199.92762 501.06898,205.88212 502.17759,209.5 C 507.87713,228.10015 507.37452,215.65728 507.79223,348.5 C 508.20636,480.20553 508.19592,480.50185 502.75618,491.5 C 499.07932,498.93395 495.80558,502.52011 489.98325,505.49189 C 483.49709,508.80251 478.90074,509.78638 466.72065,510.47136 C 458.09839,510.95626 70.269898,511.83585 69.666602,511.37187 z M 476.64703,478.6863 C 476.83482,478.49851 476.99879,420.43019 477.01139,349.6456 L 477.03431,220.94635 L 474.51829,216.43972 C 470.36184,208.9948 468.75311,206.86244 466.57524,205.91119 C 465.43386,205.41266 463.825,204.62364 463,204.15781 C 462.175,203.69198 460.375,202.67841 459,201.90543 C 456.93056,200.74205 444.27197,200.45447 385.5,200.23563 C 319.48106,199.98981 314.40427,199.8495 313.13552,198.23563 C 312.00046,196.79183 311.86973,185.36556 312.35796,130.27957 C 312.96934,61.299884 312.71223,55.414992 308.84373,49.84563 C 307.82968,48.385726 307,46.698226 307,46.09563 C 307,44.308362 303.74212,41.706173 297.17745,38.25 L 291.00439,35 L 273.25052,35 L 255.49664,35 L 143.99832,146.50153 L 32.5,258.00306 L 32.5,368.25153 L 32.5,478.5 L 77,479 C 124.56961,479.53449 476.07475,479.25858 476.64703,478.6863 z"
86 id="path2874" />
87 <path
88 style="fill:#f8f8f8"
89 d="M 49,510.25426 C 41.772611,509.85959 32.839468,507.965 28.139466,505.83005 C 23.08755,503.53525 15.692266,496.30215 13.079988,491.10084 C 8.4761176,481.93407 8.5,482.55512 8.5,372 L 8.5,267.5 L 10.851043,260.0121 C 13.754445,250.76498 16.137079,245.94487 20.990413,239.5 C 25.8349,233.06687 227.89862,30.555944 234.42048,25.59757 C 245.62282,17.080759 261.31784,12.020664 276.5,12.031074 C 290.75153,12.040846 308.27311,16.001867 316.85109,21.153056 C 324.17536,25.551373 332.83893,33.92588 411.19847,112.35249 C 489.13901,190.35973 497.51085,199.32284 500.99764,208.49379 C 507.68491,226.08264 508.20641,238.47101 507.71603,368.09161 C 507.27511,484.64092 507.49063,480.19475 501.73191,491.54748 C 496.98109,500.91325 488.95627,506.59932 476.92684,509.12337 C 472.97887,509.95175 414.54523,510.29447 262.5,510.38102 C 147.55,510.44646 51.475,510.38942 49,510.25426 z M 476.65376,478.67958 C 476.83785,478.49548 476.99879,420.43019 477.01139,349.6456 L 477.03431,220.94635 L 474.51829,216.43972 C 470.36184,208.9948 468.75311,206.86244 466.57524,205.91119 C 465.43386,205.41266 463.825,204.62364 463,204.15781 C 462.175,203.69198 460.375,202.67841 459,201.90543 C 456.93172,200.7427 444.19806,200.44931 385.26187,200.20645 L 314.02375,199.91289 L 312.8506,197.72084 C 311.96842,196.07247 311.83521,179.22799 312.31351,129.80561 C 312.97664,61.284937 312.72257,55.429875 308.84373,49.84563 C 307.82968,48.385726 307,46.698226 307,46.09563 C 307,44.308362 303.74212,41.706173 297.17745,38.25 L 291.00439,35 L 273.25052,35 L 255.49664,35 L 143.99832,146.50153 L 32.5,258.00306 L 32.5,368.25153 L 32.5,478.5 L 72,479 C 114.02502,479.53196 476.08807,479.24526 476.65376,478.67958 z"
90 id="path2872" />
91 <path
92 style="fill:#fcf4f4"
93 d="M 59.399474,509.8856 C 35.29021,509.01938 28.266166,507.03087 19.953802,498.71851 C 14.69644,493.46115 12.225051,488.56177 10.329543,479.63903 C 9.0453003,473.5937 8.7721768,457.71288 8.5467536,375.97838 C 8.4002403,322.85526 8.684927,276.31911 9.1799188,272.47838 C 10.924124,258.94478 15.608661,246.96994 22.393806,238.70041 C 27.155971,232.89642 228.77699,31.229958 234.15571,26.890776 C 240.13996,22.06309 248.36177,17.634528 255.5,15.393967 C 260.35985,13.86855 264.63542,13.510303 278,13.50871 C 292.62408,13.506968 295.35269,13.777739 302,15.890333 C 312.01031,19.071729 317.30269,21.830269 324.55243,27.645319 C 331.35713,33.103391 485.48454,186.99451 491.16255,194 C 496.9128,201.09462 500.90677,209.24272 503.79338,219.76816 L 506.46234,229.5 L 506.79142,346.5 C 507.01685,426.64776 506.77662,466.49228 506.02871,473 C 504.32945,487.78576 498.69303,498.16539 489.4086,503.60643 C 480.47606,508.84125 477.34566,509.20683 437.5,509.66847 C 376.46034,510.37566 77.812696,510.54716 59.399474,509.8856 z M 476.65376,478.67958 C 476.83785,478.49548 476.99879,420.43019 477.01139,349.6456 L 477.03431,220.94635 L 474.51829,216.43972 C 470.36184,208.9948 468.75311,206.86244 466.57524,205.91119 C 465.43386,205.41266 463.825,204.62364 463,204.15781 C 462.175,203.69198 460.375,202.67841 459,201.90543 C 456.94189,200.74842 443.92064,200.41162 385.33246,200 C 346.19031,199.725 313.79031,199.12247 313.33246,198.66103 C 312.87461,198.1996 312.5,167.1496 312.5,129.66103 C 312.5,92.172465 312.10763,59.475 311.62806,57 C 311.1485,54.525 309.911,51.305533 308.87806,49.84563 C 307.84513,48.385726 307,46.698226 307,46.09563 C 307,44.308362 303.74212,41.706173 297.17745,38.25 L 291.00439,35 L 273.25052,35 L 255.49664,35 L 143.99832,146.50153 L 32.5,258.00306 L 32.5,368.25153 L 32.5,478.5 L 72,479 C 114.02502,479.53196 476.08807,479.24526 476.65376,478.67958 z"
94 id="path2870" />
95 <path
96 style="fill:#faf5f5"
97 d="M 59.399474,509.8856 C 35.29021,509.01938 28.266166,507.03087 19.953802,498.71851 C 14.69644,493.46115 12.225051,488.56177 10.329543,479.63903 C 9.0453003,473.5937 8.7721768,457.71288 8.5467536,375.97838 C 8.4002403,322.85526 8.684927,276.31911 9.1799188,272.47838 C 10.924124,258.94478 15.608661,246.96994 22.393806,238.70041 C 27.155971,232.89642 228.77699,31.229958 234.15571,26.890776 C 240.13996,22.06309 248.36177,17.634528 255.5,15.393967 C 260.35985,13.86855 264.63542,13.510303 278,13.50871 C 292.62408,13.506968 295.35269,13.777739 302,15.890333 C 312.01031,19.071729 317.30269,21.830269 324.55243,27.645319 C 331.35713,33.103391 485.48454,186.99451 491.16255,194 C 496.9128,201.09462 500.90677,209.24272 503.79338,219.76816 L 506.46234,229.5 L 506.79142,346.5 C 507.01685,426.64776 506.77662,466.49228 506.02871,473 C 504.32945,487.78576 498.69303,498.16539 489.4086,503.60643 C 480.47606,508.84125 477.34566,509.20683 437.5,509.66847 C 376.46034,510.37566 77.812696,510.54716 59.399474,509.8856 z M 476.70564,478.62728 C 477.14254,478.19015 477.46766,420.15769 477.42814,349.66625 L 477.35629,221.5 L 474.67927,216.71654 C 470.33982,208.96253 468.77042,206.87 466.57524,205.91119 C 465.43386,205.41266 463.825,204.62364 463,204.15781 C 462.175,203.69198 460.375,202.67841 459,201.90543 C 456.94189,200.74842 443.92064,200.41162 385.33246,200 C 346.19031,199.725 313.79031,199.12247 313.33246,198.66103 C 312.87461,198.1996 312.5,167.1496 312.5,129.66103 C 312.5,92.172465 312.10763,59.475 311.62806,57 C 311.1485,54.525 309.911,51.305533 308.87806,49.84563 C 307.84513,48.385726 307,46.698226 307,46.09563 C 307,44.308362 303.74212,41.706173 297.17745,38.25 L 291.00439,35 L 273.25052,35 L 255.49664,35 L 143.99832,146.50153 L 32.5,258.00306 L 32.5,368.25153 L 32.5,478.5 L 72,479 C 135.87169,479.8085 475.83797,479.4954 476.70564,478.62728 z M 362,98 C 362,97.45 361.52344,97 360.94098,97 C 360.35852,97 360.16008,97.45 360.5,98 C 360.83992,98.55 361.31648,99 361.55902,99 C 361.80156,99 362,98.55 362,98 z"
98 id="path2868" />
99 <path
100 style="fill:#f6f6f6"
101 d="M 59.399474,509.8856 C 35.29021,509.01938 28.266166,507.03087 19.953802,498.71851 C 14.69644,493.46115 12.225051,488.56177 10.329543,479.63903 C 9.0453003,473.5937 8.7721768,457.71288 8.5467536,375.97838 C 8.4002403,322.85526 8.684927,276.31911 9.1799188,272.47838 C 10.924124,258.94478 15.608661,246.96994 22.393806,238.70041 C 27.155971,232.89642 228.77699,31.229958 234.15571,26.890776 C 240.13996,22.06309 248.36177,17.634528 255.5,15.393967 C 260.35985,13.86855 264.63542,13.510303 278,13.50871 C 292.62408,13.506968 295.35269,13.777739 302,15.890333 C 312.01031,19.071729 317.30269,21.830269 324.55243,27.645319 C 331.35713,33.103391 485.48454,186.99451 491.16255,194 C 496.9128,201.09462 500.90677,209.24272 503.79338,219.76816 L 506.46234,229.5 L 506.79142,346.5 C 507.01685,426.64776 506.77662,466.49228 506.02871,473 C 504.32945,487.78576 498.69303,498.16539 489.4086,503.60643 C 480.47606,508.84125 477.34566,509.20683 437.5,509.66847 C 376.46034,510.37566 77.812696,510.54716 59.399474,509.8856 z M 476.66666,478.66599 C 477.125,478.20728 477.4525,419.93228 477.39444,349.16599 L 477.28887,220.5 L 473.69089,214.411 C 471.712,211.06205 469.50951,207.85977 468.79645,207.29482 C 464.96279,204.25741 457.85477,201.23625 453.04266,200.59891 C 450.04112,200.20136 417.99616,199.89659 381.83164,199.92163 C 345.66712,199.94667 315.38543,199.7014 314.53899,199.37659 C 313.17472,198.85307 312.99823,191.04984 312.98438,130.64301 C 312.96761,57.50484 312.89687,56.362561 307.80433,47 C 305.86759,43.439339 303.93095,41.717218 298.52666,38.75 L 291.69665,35 L 273.59223,35 L 255.48781,35 L 143.74391,146.76052 L 32,258.52104 L 32,368.71483 L 32,478.90862 L 38.75,479.20431 C 55.279079,479.92838 475.92196,479.4113 476.66666,478.66599 z M 362,98 C 362,97.45 361.52344,97 360.94098,97 C 360.35852,97 360.16008,97.45 360.5,98 C 360.83992,98.55 361.31648,99 361.55902,99 C 361.80156,99 362,98.55 362,98 z"
102 id="path2866" />
103 <path
104 style="fill:#fcf1f1"
105 d="M 43.992424,508.0387 C 25.455497,505.60333 15.169066,496.25437 11.491717,478.5 C 10.016788,471.37899 9.8295404,459.73234 9.7875153,372.5 C 9.7525565,299.93518 10.054154,272.81297 10.949548,268 C 12.506549,259.63073 16.347107,249.94582 20.863316,243 C 24.25749,237.77984 224.72387,36.578119 235,28.077823 C 246.54177,18.530608 256.63033,15.016485 274.5,14.318888 C 293.35015,13.583014 306.22433,16.722483 319.23554,25.227998 C 326.03624,29.673659 477.0046,179.36282 488.44128,193 C 498.71033,205.24489 502.99135,216.1233 504.9697,235 C 506.19613,246.70208 506.30074,462.70005 505.08449,472 C 503.17298,486.61612 498.66078,495.35164 489.99293,501.21689 C 478.32329,509.11336 499.9178,508.41425 262,508.59808 C 145.125,508.68839 47.021591,508.43667 43.992424,508.0387 z M 476.66666,478.66599 C 477.125,478.20728 477.4525,419.93228 477.39444,349.16599 L 477.28887,220.5 L 473.69089,214.411 C 471.712,211.06205 469.50951,207.85977 468.79645,207.29482 C 464.96279,204.25741 457.85477,201.23625 453.04266,200.59891 C 450.04112,200.20136 417.99616,199.89659 381.83164,199.92163 C 345.66712,199.94667 315.38543,199.7014 314.53899,199.37659 C 313.17472,198.85307 312.99823,191.04984 312.98438,130.64301 C 312.96761,57.50484 312.89687,56.362561 307.80433,47 C 305.86759,43.439339 303.93095,41.717218 298.52666,38.75 L 291.69665,35 L 273.59223,35 L 255.48781,35 L 143.74391,146.76052 L 32,258.52104 L 32,368.71483 L 32,478.90862 L 38.75,479.20431 C 55.279079,479.92838 475.92196,479.4113 476.66666,478.66599 z M 362,98 C 362,97.45 361.52344,97 360.94098,97 C 360.35852,97 360.16008,97.45 360.5,98 C 360.83992,98.55 361.31648,99 361.55902,99 C 361.80156,99 362,98.55 362,98 z"
106 id="path2864" />
107 <path
108 style="fill:#f4f4f4"
109 d="M 43.992424,508.0387 C 25.455497,505.60333 15.169066,496.25437 11.491717,478.5 C 10.016788,471.37899 9.8295404,459.73234 9.7875153,372.5 C 9.7525565,299.93518 10.054154,272.81297 10.949548,268 C 12.506549,259.63073 16.347107,249.94582 20.863316,243 C 24.25749,237.77984 224.72387,36.578119 235,28.077823 C 246.54177,18.530608 256.63033,15.016485 274.5,14.318888 C 293.35015,13.583014 306.22433,16.722483 319.23554,25.227998 C 326.03624,29.673659 477.0046,179.36282 488.44128,193 C 498.71033,205.24489 502.99135,216.1233 504.9697,235 C 506.19613,246.70208 506.30074,462.70005 505.08449,472 C 503.17298,486.61612 498.66078,495.35164 489.99293,501.21689 C 478.32329,509.11336 499.9178,508.41425 262,508.59808 C 145.125,508.68839 47.021591,508.43667 43.992424,508.0387 z M 477.06539,478.33449 C 477.94529,477.45468 478.12534,445.71081 477.79989,348.83449 L 477.36876,220.5 L 473.73084,214.411 C 471.72998,211.06205 469.50951,207.85977 468.79645,207.29482 C 464.96279,204.25741 457.85477,201.23625 453.04266,200.59891 C 450.04112,200.20136 417.99616,199.89659 381.83164,199.92163 C 345.66712,199.94667 315.38543,199.7014 314.53899,199.37659 C 313.17472,198.85307 312.99823,191.04984 312.98438,130.64301 C 312.96761,57.50484 312.89687,56.362561 307.80433,47 C 305.86759,43.439339 303.93095,41.717218 298.52666,38.75 L 291.69665,35 L 273.54716,35 L 255.39767,35 L 144.57896,145.88494 C 83.628672,206.87166 33.371086,257.38416 32.895439,258.13494 C 32.419791,258.88572 32.023735,308.86694 32.015313,369.20431 L 32,478.90862 L 38.75,479.20431 C 42.4625,479.36694 142.33994,479.5 260.69988,479.5 C 423.20629,479.5 476.18517,479.21462 477.06539,478.33449 z M 454,190.62943 C 454,190.2795 330.29034,66.399461 322.60537,59.053833 C 320.62242,57.158441 319,56.15548 319,56.82503 C 319,58.194723 451.75332,191 453.12248,191 C 453.60511,191 454,190.83325 454,190.62943 z"
110 id="path2862" />
111 <path
112 style="fill:#f9f1f1"
113 d="M 41.330829,506.52889 C 37.387785,505.80787 33.562785,504.87008 32.830829,504.44492 C 21.621968,497.93412 16.499966,492.1078 13.46452,482.41556 C 10.910444,474.26035 10.337299,449.96175 10.577032,360 C 10.738128,299.5476 11.150635,272.5958 11.985126,268 C 13.787869,258.07174 18.591539,247.63262 25.034835,239.64096 C 31.412324,231.73091 231.13437,32.119829 237.5,27.293834 C 255.53468,13.621143 284.15091,10.775072 307.5,20.331876 C 320.13115,25.50182 325.09232,30.076093 406.76698,111.85764 C 450.51303,155.66094 488.07313,193.89277 490.23386,196.81726 C 495.54116,204.00055 500.52338,214.91711 502.63981,224 C 504.23838,230.86041 504.41796,241.39231 504.74558,347.5 C 504.9785,422.93805 504.74615,466.18962 504.0811,471.19182 C 502.8386,480.53727 499.95673,489.05688 496.50895,493.57715 C 493.33387,497.7399 486.41211,502.57879 479.63162,505.37583 L 474.5,507.4927 L 261.5,507.66626 C 89.543982,507.80638 47.118538,507.58722 41.330829,506.52889 z M 477.06539,478.33449 C 477.94529,477.45468 478.12534,445.71081 477.79989,348.83449 L 477.36876,220.5 L 473.73084,214.411 C 471.72998,211.06205 469.50951,207.85977 468.79645,207.29482 C 464.96279,204.25741 457.85477,201.23625 453.04266,200.59891 C 450.04112,200.20136 417.99616,199.89659 381.83164,199.92163 C 345.66712,199.94667 315.38543,199.7014 314.53899,199.37659 C 313.17472,198.85307 312.99823,191.04984 312.98438,130.64301 C 312.96761,57.50484 312.89687,56.362561 307.80433,47 C 305.86759,43.439339 303.93095,41.717218 298.52666,38.75 L 291.69665,35 L 273.54716,35 L 255.39767,35 L 144.57896,145.88494 C 83.628672,206.87166 33.371086,257.38416 32.895439,258.13494 C 32.419791,258.88572 32.023735,308.86694 32.015313,369.20431 L 32,478.90862 L 38.75,479.20431 C 42.4625,479.36694 142.33994,479.5 260.69988,479.5 C 423.20629,479.5 476.18517,479.21462 477.06539,478.33449 z M 454,190.62943 C 454,190.2795 330.29034,66.399461 322.60537,59.053833 C 320.62242,57.158441 319,56.15548 319,56.82503 C 319,58.194723 451.75332,191 453.12248,191 C 453.60511,191 454,190.83325 454,190.62943 z"
114 id="path2860" />
115 <path
116 style="fill:#faf0ef"
117 d="M 41.330829,506.52889 C 37.387785,505.80787 33.562785,504.87008 32.830829,504.44492 C 21.621968,497.93412 16.499966,492.1078 13.46452,482.41556 C 10.910444,474.26035 10.337299,449.96175 10.577032,360 C 10.738128,299.5476 11.150635,272.5958 11.985126,268 C 13.787869,258.07174 18.591539,247.63262 25.034835,239.64096 C 31.412324,231.73091 231.13437,32.119829 237.5,27.293834 C 255.53468,13.621143 284.15091,10.775072 307.5,20.331876 C 320.13115,25.50182 325.09232,30.076093 406.76698,111.85764 C 450.51303,155.66094 488.07313,193.89277 490.23386,196.81726 C 495.54116,204.00055 500.52338,214.91711 502.63981,224 C 504.23838,230.86041 504.41796,241.39231 504.74558,347.5 C 504.9785,422.93805 504.74615,466.18962 504.0811,471.19182 C 502.8386,480.53727 499.95673,489.05688 496.50895,493.57715 C 493.33387,497.7399 486.41211,502.57879 479.63162,505.37583 L 474.5,507.4927 L 261.5,507.66626 C 89.543982,507.80638 47.118538,507.58722 41.330829,506.52889 z M 477.12119,478.35397 C 477.92595,477.38429 478.11225,441.79954 477.79967,348.75863 L 477.36876,220.5 L 473.62002,214.22191 C 470.09651,208.32105 466.96336,205.57139 460,202.26899 C 455.03254,199.91315 440.44762,199.42856 379,199.57774 C 343.59129,199.66371 315.74144,199.3394 314.75,198.82956 C 313.10966,197.98602 312.99902,193.68649 312.98438,130.21482 C 312.96761,57.537942 312.89413,56.357528 307.80433,47 C 305.86759,43.439339 303.93095,41.717218 298.52666,38.75 L 291.69665,35 L 273.55181,35 L 255.40698,35 L 144.60571,145.84919 C 83.665019,206.81624 33.40534,257.32874 32.917538,258.09919 C 32.415803,258.89164 32.023975,307.1332 32.015313,369.18045 L 32,478.8609 L 34.25,479.24407 C 35.4875,479.45481 135.39016,479.64151 256.25591,479.65896 C 438.4735,479.68527 476.20131,479.46236 477.12119,478.35397 z M 454,190.40238 C 454,189.95069 400.10925,135.30372 389.72363,125.22404 C 388.74662,124.27582 384.14305,119.675 379.49347,115 C 374.84389,110.325 370.57685,106.05 370.01115,105.5 C 358.23392,94.04958 341,76.40684 341,75.800657 C 341,75.360296 340.58084,75 340.06854,75 C 339.55624,75 334.61738,70.3875 329.0933,64.75 C 322.5845,58.107557 319.0408,55.123385 319.02476,56.271197 C 319.00034,58.018203 451.35923,191 453.12248,191 C 453.60511,191 454,190.73107 454,190.40238 z"
118 id="path2858" />
119 <path
120 style="fill:#f6f0f0"
121 d="M 41.330829,506.52889 C 37.387785,505.80787 33.562785,504.87008 32.830829,504.44492 C 21.621968,497.93412 16.499966,492.1078 13.46452,482.41556 C 10.910444,474.26035 10.337299,449.96175 10.577032,360 C 10.738128,299.5476 11.150635,272.5958 11.985126,268 C 13.787869,258.07174 18.591539,247.63262 25.034835,239.64096 C 31.412324,231.73091 231.13437,32.119829 237.5,27.293834 C 255.53468,13.621143 284.15091,10.775072 307.5,20.331876 C 320.13115,25.50182 325.09232,30.076093 406.76698,111.85764 C 450.51303,155.66094 488.07313,193.89277 490.23386,196.81726 C 495.54116,204.00055 500.52338,214.91711 502.63981,224 C 504.23838,230.86041 504.41796,241.39231 504.74558,347.5 C 504.9785,422.93805 504.74615,466.18962 504.0811,471.19182 C 502.8386,480.53727 499.95673,489.05688 496.50895,493.57715 C 493.33387,497.7399 486.41211,502.57879 479.63162,505.37583 L 474.5,507.4927 L 261.5,507.66626 C 89.543982,507.80638 47.118538,507.58722 41.330829,506.52889 z M 476.90855,479.05652 C 477.99717,478.38372 478.1546,455.48515 477.80019,349.36972 L 477.36977,220.5 L 473.62052,214.22191 C 470.09665,208.32123 466.96296,205.5712 460,202.26899 C 455.03254,199.91315 440.44762,199.42856 379,199.57774 C 343.59129,199.66371 315.74144,199.3394 314.75,198.82956 C 313.10966,197.98602 312.99902,193.68649 312.98438,130.21482 C 312.96761,57.537942 312.89413,56.357528 307.80433,47 C 305.86759,43.439339 303.93095,41.717218 298.52666,38.75 L 291.69665,35 L 273.5205,35 L 255.34434,35 L 148.42217,141.85357 C 89.614976,200.62304 39.3625,251.00376 36.75,253.81073 L 32,258.91432 L 32,368.88761 L 32,478.8609 L 34.25,479.23654 C 38.911908,480.01487 475.6453,479.83725 476.90855,479.05652 z M 454.83209,190.99627 C 454.64807,190.44421 424.12307,159.60244 386.99876,122.45899 C 345.24479,80.683508 319.37739,55.508106 319.17853,56.453091 C 318.85389,57.995805 452.358,192 454.2196,192 C 454.74049,192 455.01611,191.54832 454.83209,190.99627 z"
122 id="path2856" />
123 <path
124 style="fill:#f2f2f2"
125 d="M 41.330829,506.52889 C 37.387785,505.80787 33.562785,504.87008 32.830829,504.44492 C 21.621968,497.93412 16.499966,492.1078 13.46452,482.41556 C 10.910444,474.26035 10.337299,449.96175 10.577032,360 C 10.738128,299.5476 11.150635,272.5958 11.985126,268 C 13.787869,258.07174 18.591539,247.63262 25.034835,239.64096 C 31.412324,231.73091 231.13437,32.119829 237.5,27.293834 C 255.53468,13.621143 284.15091,10.775072 307.5,20.331876 C 320.13115,25.50182 325.09232,30.076093 406.76698,111.85764 C 450.51303,155.66094 488.07313,193.89277 490.23386,196.81726 C 495.54116,204.00055 500.52338,214.91711 502.63981,224 C 504.23838,230.86041 504.41796,241.39231 504.74558,347.5 C 504.9785,422.93805 504.74615,466.18962 504.0811,471.19182 C 502.8386,480.53727 499.95673,489.05688 496.50895,493.57715 C 493.33387,497.7399 486.41211,502.57879 479.63162,505.37583 L 474.5,507.4927 L 261.5,507.66626 C 89.543982,507.80638 47.118538,507.58722 41.330829,506.52889 z M 476.25,479.38869 C 477.90163,478.89465 477.9999,473.20565 477.99816,378.18261 C 477.99714,322.80718 477.69875,264.2977 477.33506,248.16155 L 476.67381,218.82309 L 473.05653,212.84074 C 469.61999,207.15733 467.35709,205.31232 460,202.19543 C 454.72539,199.9608 448.58206,199.73884 383.08147,199.41646 C 346.00128,199.23396 315.06378,198.85472 314.33147,198.5737 C 313.24104,198.15527 313,185.84604 313,130.58061 C 313,60.397868 312.79613,56.50323 308.67771,48.007935 C 306.12081,42.733698 305.33417,42.012058 297.79096,38.020779 L 292.08193,35 L 273.71313,35 L 255.34434,35 L 148.42217,141.85357 C 89.614976,200.62304 39.3625,251.00376 36.75,253.81073 L 32,258.91432 L 32,368.79049 C 32,429.22239 32.262765,478.92943 32.583921,479.25059 C 33.308314,479.97498 473.83153,480.1121 476.25,479.38869 z M 455,191.10208 C 455,190.60822 424.4,159.51559 387,122.00734 C 337.77353,72.638381 319,54.405851 319,55.966886 C 319,57.489262 338.73867,77.803744 386.13627,125.06163 C 423.06122,161.87773 453.66122,192 454.13627,192 C 454.61132,192 455,191.59593 455,191.10208 z"
126 id="path2854" />
127 <path
128 style="fill:#fceded"
129 d="M 68.5,506.91751 C 39.651104,506.27119 36.706064,505.74385 27.385722,499.55549 C 20.039679,494.67799 15.585877,487.64547 13.417653,477.5 C 11.892743,470.3647 11.667215,459.61003 11.33112,378 C 11.083729,317.92886 11.320037,282.7591 12.019092,275.60897 C 13.219284,263.33309 16.717869,252.80953 22.361347,244.5 C 26.122439,238.96212 227.26309,37.069729 236.62059,29.439983 C 248.15588,20.034553 261.16,15.808907 278.5,15.831405 C 296.75836,15.855095 312.56429,21.701026 326.18054,33.466385 C 337.20119,42.988963 483.22924,189.59468 488.57176,196.5 C 494.8938,204.67136 498.6266,212.39107 501.27262,222.7663 L 503.5,231.5 L 503.5,351.5 C 503.5,481.00083 503.60484,478.28906 498.21104,488.30355 C 493.18921,497.62742 483.00884,504.22163 470.77335,506.076 C 463.79578,507.1335 111.0754,507.87135 68.5,506.91751 z M 476.25,479.38869 C 477.90163,478.89465 477.9999,473.20565 477.99816,378.18261 C 477.99714,322.80718 477.69875,264.2977 477.33506,248.16155 L 476.67381,218.82309 L 473.05653,212.84074 C 469.61999,207.15733 467.35709,205.31232 460,202.19543 C 454.72539,199.9608 448.58206,199.73884 383.08147,199.41646 C 346.00128,199.23396 315.06378,198.85472 314.33147,198.5737 C 313.24104,198.15527 313,185.84604 313,130.58061 C 313,60.397868 312.79613,56.50323 308.67771,48.007935 C 306.12081,42.733698 305.33417,42.012058 297.79096,38.020779 L 292.08193,35 L 273.71313,35 L 255.34434,35 L 148.42217,141.85357 C 89.614976,200.62304 39.3625,251.00376 36.75,253.81073 L 32,258.91432 L 32,368.79049 C 32,429.22239 32.262765,478.92943 32.583921,479.25059 C 33.308314,479.97498 473.83153,480.1121 476.25,479.38869 z M 455,191.10208 C 455,190.60822 424.4,159.51559 387,122.00734 C 337.77353,72.638381 319,54.405851 319,55.966886 C 319,57.489262 338.73867,77.803744 386.13627,125.06163 C 423.06122,161.87773 453.66122,192 454.13627,192 C 454.61132,192 455,191.59593 455,191.10208 z"
130 id="path2852" />
131 <path
132 style="fill:#f9eded"
133 d="M 68.5,506.91751 C 39.651104,506.27119 36.706064,505.74385 27.385722,499.55549 C 20.039679,494.67799 15.585877,487.64547 13.417653,477.5 C 11.892743,470.3647 11.667215,459.61003 11.33112,378 C 11.083729,317.92886 11.320037,282.7591 12.019092,275.60897 C 13.219284,263.33309 16.717869,252.80953 22.361347,244.5 C 26.122439,238.96212 227.26309,37.069729 236.62059,29.439983 C 248.15588,20.034553 261.16,15.808907 278.5,15.831405 C 296.75836,15.855095 312.56429,21.701026 326.18054,33.466385 C 337.20119,42.988963 483.22924,189.59468 488.57176,196.5 C 494.8938,204.67136 498.6266,212.39107 501.27262,222.7663 L 503.5,231.5 L 503.5,351.5 C 503.5,481.00083 503.60484,478.28906 498.21104,488.30355 C 493.18921,497.62742 483.00884,504.22163 470.77335,506.076 C 463.79578,507.1335 111.0754,507.87135 68.5,506.91751 z M 476.25,479.38869 C 477.9017,478.89463 478,473.17677 478,377.5953 C 478,321.89685 477.70164,263.38743 477.33698,247.57437 L 476.67397,218.82335 L 473.0566,212.84087 C 469.61999,207.15732 467.35713,205.31234 460,202.19543 C 454.72539,199.9608 448.58206,199.73884 383.08147,199.41646 C 346.00128,199.23396 315.06378,198.85472 314.33147,198.5737 C 313.24104,198.15527 313,185.84604 313,130.58061 C 313,60.397868 312.79613,56.50323 308.67771,48.007935 C 306.12081,42.733698 305.33417,42.012058 297.79096,38.020779 L 292.08193,35 L 273.29096,34.986605 L 254.5,34.97321 L 147.67041,142.23661 C 88.914139,201.23147 38.851639,251.61822 36.420412,254.20716 L 32,258.91432 L 32,368.79049 C 32,429.22239 32.262765,478.92943 32.583921,479.25059 C 33.308314,479.97498 473.83153,480.1121 476.25,479.38869 z M 455,191.10208 C 455,190.60822 424.4,159.51559 387,122.00734 C 326.9713,61.80489 319,54.150525 319,56.710979 C 319,58.306233 320.0125,60.950183 321.25,62.586425 C 324.12322,66.385443 444.51123,186.74439 448.44428,189.75 C 451.41546,192.02055 455,192.75984 455,191.10208 z"
134 id="path2850" />
135 <path
136 style="fill:#f0f0f0"
137 d="M 68.5,506.91751 C 39.651104,506.27119 36.706064,505.74385 27.385722,499.55549 C 20.039679,494.67799 15.585877,487.64547 13.417653,477.5 C 11.892743,470.3647 11.667215,459.61003 11.33112,378 C 11.083729,317.92886 11.320037,282.7591 12.019092,275.60897 C 13.219284,263.33309 16.717869,252.80953 22.361347,244.5 C 26.122439,238.96212 227.26309,37.069729 236.62059,29.439983 C 248.15588,20.034553 261.16,15.808907 278.5,15.831405 C 296.75836,15.855095 312.56429,21.701026 326.18054,33.466385 C 337.20119,42.988963 483.22924,189.59468 488.57176,196.5 C 494.8938,204.67136 498.6266,212.39107 501.27262,222.7663 L 503.5,231.5 L 503.5,351.5 C 503.5,481.00083 503.60484,478.28906 498.21104,488.30355 C 493.18921,497.62742 483.00884,504.22163 470.77335,506.076 C 463.79578,507.1335 111.0754,507.87135 68.5,506.91751 z M 477.81193,387.5 C 477.98349,336.9 477.81825,278.28185 477.44473,257.23745 L 476.76561,218.97491 L 473.10243,212.91665 C 469.6177,207.15353 467.37879,205.32152 460,202.19543 C 454.72539,199.9608 448.58206,199.73884 383.08147,199.41646 C 346.00128,199.23396 315.06378,198.85472 314.33147,198.5737 C 313.24104,198.15527 313,185.84604 313,130.58061 C 313,60.397868 312.79613,56.50323 308.67771,48.007935 C 306.12477,42.741862 305.3285,42.009263 297.86374,38.058654 C 292.23914,35.081925 292.18876,35.075347 273.51934,34.880676 L 254.81121,34.685601 L 143.4056,146.15361 L 32,257.62162 L 32,368.14414 C 32,428.93153 32.279569,478.94624 32.621266,479.28793 C 32.962962,479.62963 133.20046,479.81713 255.37127,479.7046 L 477.5,479.5 L 477.81193,387.5 z M 454.87244,190.34589 C 454.1176,189.43613 423.2375,158.34448 386.25,121.25334 C 326.898,61.735029 319,54.155279 319,56.71317 C 319,58.307219 320.0125,60.950183 321.25,62.586425 C 324.12322,66.385443 444.51123,186.74439 448.44428,189.75 C 450.06363,190.9875 452.48123,192 453.81672,192 C 455.96212,192 456.08506,191.80737 454.87244,190.34589 z"
138 id="path2848" />
139 <path
140 style="fill:#fce9e9"
141 d="M 53.5,505.92369 C 40.325815,505.16445 33.296091,502.99547 26.771535,497.6768 C 19.876465,492.05609 16.472573,486.92428 14.383347,479 C 12.836928,473.13455 12.630624,463.18003 12.270079,377.03087 C 11.988328,309.70895 12.203143,279.06229 12.998685,273.08416 C 14.335024,263.04217 18.663665,251.23163 23.501877,244.42658 C 27.309695,239.0708 226.87494,38.812581 236.33799,30.851401 C 246.54821,22.261644 255.54265,18.532788 269.51644,17.096496 C 289.77526,15.0142 306.74771,19.581138 322.5,31.353286 C 329.28128,36.421134 481.72917,189.05966 487.47387,196.53344 C 494.11237,205.17006 498.39667,214.03459 500.72778,223.95673 C 502.37253,230.95746 502.5,240.16688 502.5,352 C 502.5,480.02516 502.5757,477.83538 497.82275,487.29149 C 493.38726,496.116 483.36274,502.87764 471.39418,505.11782 C 465.12573,506.29111 72.996361,507.04729 53.5,505.92369 z M 477.81193,387.5 C 477.98349,336.9 477.81825,278.28185 477.44473,257.23745 L 476.76561,218.97491 L 473.10243,212.91665 C 469.6177,207.15353 467.37879,205.32152 460,202.19543 C 454.72539,199.9608 448.58206,199.73884 383.08147,199.41646 C 346.00128,199.23396 315.06378,198.85472 314.33147,198.5737 C 313.24104,198.15527 313,185.84604 313,130.58061 C 313,60.397868 312.79613,56.50323 308.67771,48.007935 C 306.12477,42.741862 305.3285,42.009263 297.86374,38.058654 C 292.23914,35.081925 292.18876,35.075347 273.51934,34.880676 L 254.81121,34.685601 L 143.4056,146.15361 L 32,257.62162 L 32,368.14414 C 32,428.93153 32.279569,478.94624 32.621266,479.28793 C 32.962962,479.62963 133.20046,479.81713 255.37127,479.7046 L 477.5,479.5 L 477.81193,387.5 z M 454.87244,190.34589 C 454.1176,189.43613 423.2375,158.34448 386.25,121.25334 C 326.898,61.735029 319,54.155279 319,56.71317 C 319,58.307219 320.0125,60.950183 321.25,62.586425 C 324.12322,66.385443 444.51123,186.74439 448.44428,189.75 C 450.06363,190.9875 452.48123,192 453.81672,192 C 455.96212,192 456.08506,191.80737 454.87244,190.34589 z"
142 id="path2846" />
143 <path
144 style="fill:#f5ecec"
145 d="M 53.5,505.92369 C 40.325815,505.16445 33.296091,502.99547 26.771535,497.6768 C 19.876465,492.05609 16.472573,486.92428 14.383347,479 C 12.836928,473.13455 12.630624,463.18003 12.270079,377.03087 C 11.988328,309.70895 12.203143,279.06229 12.998685,273.08416 C 14.335024,263.04217 18.663665,251.23163 23.501877,244.42658 C 27.309695,239.0708 226.87494,38.812581 236.33799,30.851401 C 246.54821,22.261644 255.54265,18.532788 269.51644,17.096496 C 289.77526,15.0142 306.74771,19.581138 322.5,31.353286 C 329.28128,36.421134 481.72917,189.05966 487.47387,196.53344 C 494.11237,205.17006 498.39667,214.03459 500.72778,223.95673 C 502.37253,230.95746 502.5,240.16688 502.5,352 C 502.5,480.02516 502.5757,477.83538 497.82275,487.29149 C 493.38726,496.116 483.36274,502.87764 471.39418,505.11782 C 465.12573,506.29111 72.996361,507.04729 53.5,505.92369 z M 477.81181,386.5 C 477.98331,335.35 477.81817,276.73201 477.44483,256.23781 L 476.76604,218.97561 L 473.10264,212.917 C 469.61769,207.15351 467.37889,205.32156 460,202.19543 C 454.72539,199.9608 448.58206,199.73884 383.08147,199.41646 C 346.00128,199.23396 315.06378,198.85472 314.33147,198.5737 C 313.24104,198.15527 313,185.84604 313,130.58061 C 313,60.397868 312.79613,56.50323 308.67771,48.007935 C 306.12616,42.744731 305.32653,42.008295 297.88903,38.071815 C 292.30778,35.117806 292.17885,35.100779 273.55344,34.85787 L 254.82883,34.613667 L 143.41442,146.12237 L 32,257.63108 L 32,368.14887 C 32,428.93366 32.279569,478.94624 32.621266,479.28793 C 32.962962,479.62963 133.20046,479.81713 255.37127,479.7046 L 477.5,479.5 L 477.81181,386.5 z M 454.87244,190.34589 C 454.1176,189.43613 423.2375,158.34448 386.25,121.25334 C 325.57604,60.409365 319,54.110938 319,56.84235 C 319,58.507448 319.48005,61.132435 320.06678,62.675656 C 320.89327,64.849471 336.1477,81.032389 350.77866,95.256864 C 351.48192,95.940589 373.08192,117.46206 398.77866,143.08235 C 424.4754,168.70264 446.4,190.17646 447.5,190.80194 C 448.6,191.42742 451.0176,191.95287 452.87244,191.96959 C 455.89755,191.99687 456.10354,191.82964 454.87244,190.34589 z"
146 id="path2844" />
147 <path
148 style="fill:#fce8e7"
149 d="M 53.5,505.92369 C 40.325815,505.16445 33.296091,502.99547 26.771535,497.6768 C 19.876465,492.05609 16.472573,486.92428 14.383347,479 C 12.836928,473.13455 12.630624,463.18003 12.270079,377.03087 C 11.988328,309.70895 12.203143,279.06229 12.998685,273.08416 C 14.335024,263.04217 18.663665,251.23163 23.501877,244.42658 C 27.309695,239.0708 226.87494,38.812581 236.33799,30.851401 C 246.54821,22.261644 255.54265,18.532788 269.51644,17.096496 C 289.77526,15.0142 306.74771,19.581138 322.5,31.353286 C 329.28128,36.421134 481.72917,189.05966 487.47387,196.53344 C 494.11237,205.17006 498.39667,214.03459 500.72778,223.95673 C 502.37253,230.95746 502.5,240.16688 502.5,352 C 502.5,480.02516 502.5757,477.83538 497.82275,487.29149 C 493.38726,496.116 483.36274,502.87764 471.39418,505.11782 C 465.12573,506.29111 72.996361,507.04729 53.5,505.92369 z M 477.46746,349.5 L 477.43492,219.5 L 473.25004,212.94353 C 470.06468,207.95301 467.96597,205.83809 464.46294,204.08859 C 454.67542,199.20047 452.76702,199.0848 381.44669,199.05684 C 328.68521,199.03615 314.4661,198.76458 313.82435,197.76532 C 313.37741,197.06939 313.04047,166.35 313.07559,129.5 C 313.14254,59.247555 312.96257,55.896756 308.67306,47.532201 C 306.59184,43.473797 303.43454,40 301.82712,40 C 301.35034,40 299.2149,38.898204 297.08168,37.551565 C 293.35733,35.200483 292.4413,35.093513 274.04353,34.861289 L 254.88394,34.619448 L 144.38129,145.05972 C 83.604838,205.80188 33.479149,256.21457 32.990875,257.08793 C 31.985797,258.88569 31.779289,286.21717 31.909167,400.25221 L 32,480.00441 L 254.75,479.75221 L 477.5,479.5 L 477.46746,349.5 z M 424.26384,158.75 C 350.36721,84.739413 319.43759,54 318.8657,54 C 318.53727,54 318.63853,55.9125 319.09072,58.25 C 319.54292,60.5875 319.9325,62.892971 319.95645,63.37327 C 319.98913,64.028527 342.96912,87.806228 351.00537,95.5 C 351.57985,96.05 373.34114,117.73573 399.36379,143.6905 C 427.97598,172.22806 447.63076,191.08677 449.08885,191.40157 C 454.60111,192.59166 455.56839,192.77336 456.98055,192.884 C 457.79486,192.9478 443.07234,177.5875 424.26384,158.75 z"
150 id="path2842" />
151 <path
152 style="fill:#eeeeee"
153 d="M 53.5,505.92369 C 40.325815,505.16445 33.296091,502.99547 26.771535,497.6768 C 19.876465,492.05609 16.472573,486.92428 14.383347,479 C 12.836928,473.13455 12.630624,463.18003 12.270079,377.03087 C 11.988328,309.70895 12.203143,279.06229 12.998685,273.08416 C 14.335024,263.04217 18.663665,251.23163 23.501877,244.42658 C 27.309695,239.0708 226.87494,38.812581 236.33799,30.851401 C 246.54821,22.261644 255.54265,18.532788 269.51644,17.096496 C 289.77526,15.0142 306.74771,19.581138 322.5,31.353286 C 329.28128,36.421134 481.72917,189.05966 487.47387,196.53344 C 494.11237,205.17006 498.39667,214.03459 500.72778,223.95673 C 502.37253,230.95746 502.5,240.16688 502.5,352 C 502.5,480.02516 502.5757,477.83538 497.82275,487.29149 C 493.38726,496.116 483.36274,502.87764 471.39418,505.11782 C 465.12573,506.29111 72.996361,507.04729 53.5,505.92369 z M 477.48146,349.5 L 477.46292,219.5 L 473.26404,212.94353 C 470.0737,207.96187 467.95975,205.83498 464.46294,204.08859 C 454.67542,199.20047 452.76702,199.0848 381.44669,199.05684 C 328.68521,199.03615 314.4661,198.76458 313.82435,197.76532 C 313.37741,197.06939 313.04047,166.35 313.07559,129.5 C 313.14254,59.247555 312.96257,55.896756 308.67306,47.532201 C 306.59184,43.473797 303.43454,40 301.82712,40 C 301.35034,40 299.23945,38.913704 297.13625,37.586008 C 293.49669,35.288459 292.38843,35.155809 274.16053,34.836008 L 255.00882,34.5 L 144.44373,145 C 83.632935,205.775 33.479149,256.21457 32.990875,257.08793 C 31.985797,258.88569 31.779289,286.21717 31.909167,400.25221 L 32,480.00441 L 254.75,479.75221 L 477.5,479.5 L 477.48146,349.5 z M 424.26384,158.75 C 349.3518,83.722444 319.43392,54 318.82505,54 C 318.47425,54 318.34531,54.7875 318.5385,55.75 C 318.73169,56.7125 319.17319,59.258032 319.5196,61.406738 C 320.09456,64.973088 325.64365,70.787141 383.20827,128.13648 C 438.38292,183.10478 446.71927,191.03477 449.88355,191.56164 C 451.8726,191.89282 453.95,192.31641 454.5,192.50295 C 455.05,192.68948 456.16625,192.87763 456.98055,192.92105 C 457.79486,192.96447 443.07234,177.5875 424.26384,158.75 z"
154 id="path2840" />
155 <path
156 style="fill:#fce6e5"
157 d="M 48.115733,504.85228 C 37.881909,503.19017 32.11081,500.94092 26.634857,496.48024 C 20.31073,491.32864 17.692567,487.23878 15.272407,478.73082 C 13.628954,472.95333 13.5,465.188 13.5,372 C 13.5,290.05959 13.75393,270.4843 14.875027,266 C 16.716292,258.63509 21.982251,247.42006 25.909337,242.5 C 31.262503,235.79327 232.09325,35.159842 238.27154,30.346458 C 252.02492,19.631454 267.4114,15.641586 286.44639,17.854238 C 303.68371,19.857927 313.15923,24.389457 328.4672,37.950072 C 340.53488,48.640267 479.22743,187.7762 485.85198,195.83799 C 493.92611,205.66386 498.63004,216.20196 501.00124,229.77652 C 501.75438,234.08803 502.09748,272.6386 502.09717,352.91221 C 502.09676,456.08469 501.91086,470.57271 500.50994,476.61338 C 496.64322,493.28633 485.98939,502.22599 466.8064,504.8941 C 457.47104,506.19253 56.120987,506.15244 48.115733,504.85228 z M 477.48146,349.5 L 477.46292,219.5 L 473.26404,212.94353 C 470.0737,207.96187 467.95975,205.83498 464.46294,204.08859 C 454.67542,199.20047 452.76702,199.0848 381.44669,199.05684 C 328.68521,199.03615 314.4661,198.76458 313.82435,197.76532 C 313.37741,197.06939 313.04047,166.35 313.07559,129.5 C 313.14254,59.247555 312.96257,55.896756 308.67306,47.532201 C 306.59184,43.473797 303.43454,40 301.82712,40 C 301.35034,40 299.23945,38.913704 297.13625,37.586008 C 293.49669,35.288459 292.38843,35.155809 274.16053,34.836008 L 255.00882,34.5 L 144.44373,145 C 83.632935,205.775 33.479149,256.21457 32.990875,257.08793 C 31.985797,258.88569 31.779289,286.21717 31.909167,400.25221 L 32,480.00441 L 254.75,479.75221 L 477.5,479.5 L 477.48146,349.5 z M 424.26384,158.75 C 349.3518,83.722444 319.43392,54 318.82505,54 C 318.47425,54 318.34531,54.7875 318.5385,55.75 C 318.73169,56.7125 319.17319,59.258032 319.5196,61.406738 C 320.09456,64.973088 325.64365,70.787141 383.20827,128.13648 C 438.38292,183.10478 446.71927,191.03477 449.88355,191.56164 C 451.8726,191.89282 453.95,192.31641 454.5,192.50295 C 455.05,192.68948 456.16625,192.87763 456.98055,192.92105 C 457.79486,192.96447 443.07234,177.5875 424.26384,158.75 z"
158 id="path2838" />
159 <path
160 style="fill:#ececec"
161 d="M 48.115733,504.85228 C 37.881909,503.19017 32.11081,500.94092 26.634857,496.48024 C 20.31073,491.32864 17.692567,487.23878 15.272407,478.73082 C 13.628954,472.95333 13.5,465.188 13.5,372 C 13.5,290.05959 13.75393,270.4843 14.875027,266 C 16.716292,258.63509 21.982251,247.42006 25.909337,242.5 C 31.262503,235.79327 232.09325,35.159842 238.27154,30.346458 C 252.02492,19.631454 267.4114,15.641586 286.44639,17.854238 C 303.68371,19.857927 313.15923,24.389457 328.4672,37.950072 C 340.53488,48.640267 479.22743,187.7762 485.85198,195.83799 C 493.92611,205.66386 498.63004,216.20196 501.00124,229.77652 C 501.75438,234.08803 502.09748,272.6386 502.09717,352.91221 C 502.09676,456.08469 501.91086,470.57271 500.50994,476.61338 C 496.64322,493.28633 485.98939,502.22599 466.8064,504.8941 C 457.47104,506.19253 56.120987,506.15244 48.115733,504.85228 z M 477.48146,349.5 L 477.46292,219.5 L 473.26404,212.94353 C 470.0737,207.96187 467.95975,205.83498 464.46294,204.08859 C 454.67542,199.20047 452.76702,199.0848 381.44669,199.05684 C 328.68521,199.03615 314.4661,198.76458 313.82435,197.76532 C 313.37741,197.06939 313.04047,166.35 313.07559,129.5 C 313.14254,59.247555 312.96257,55.896756 308.67306,47.532201 C 306.59184,43.473797 303.43454,40 301.82712,40 C 301.35034,40 299.25233,38.921833 297.16486,37.604073 C 293.56351,35.330642 292.38897,35.190045 274.19139,34.854073 L 255.0133,34.5 L 144.44598,145 C 83.633944,205.775 33.479149,256.21457 32.990875,257.08793 C 31.985797,258.88569 31.779289,286.21717 31.909167,400.25221 L 32,480.00441 L 254.75,479.75221 L 477.5,479.5 L 477.48146,349.5 z M 424.26384,158.75 C 351.36523,85.738973 319.44096,54 318.9023,54 C 318.59399,54 318.74309,56.995571 319.23363,60.656825 L 320.12552,67.31365 L 382.23526,129.30704 L 444.34499,191.30042 L 449.92249,192.01909 C 452.99012,192.41436 456.16625,192.79677 456.98055,192.86888 C 457.79486,192.941 443.07234,177.5875 424.26384,158.75 z"
162 id="path2836" />
163 <path
164 style="fill:#fce4e2"
165 d="M 45.427316,503.5431 C 36.038533,501.82716 30.41595,499.19649 25.15136,494.05649 C 19.905815,488.93509 16.463783,481.74872 15.06869,473.00561 C 13.692437,464.38056 13.590147,278.77244 14.957144,270.59979 C 16.28972,262.63294 17.607106,258.75561 21.786378,250.5 C 25.076528,244.00074 32.954462,235.87525 131.91501,136.91069 C 224.29699,44.524961 239.43279,29.788994 245.5,26.326167 C 256.77785,19.889396 262.48484,18.497049 277.5,18.51904 C 296.19957,18.546428 306.89997,21.869082 320.24332,31.791557 C 327.81098,37.419073 480.84422,190.20903 486.71641,198 C 492.07367,205.10778 497.50581,216.65691 499.65106,225.5 C 501.18461,231.82159 501.38681,243.4515 501.73737,345.5 C 502.14423,463.93352 501.9211,471.77639 497.83319,482.73184 C 494.56772,491.48317 486.60782,498.83886 476.94173,502.03746 L 469.5,504.5 L 261,504.66788 C 94.268944,504.80212 51.083124,504.57679 45.427316,503.5431 z M 477.48146,349.5 L 477.46292,219.5 L 473.26404,212.94353 C 470.0737,207.96187 467.95975,205.83498 464.46294,204.08859 C 454.67542,199.20047 452.76702,199.0848 381.44669,199.05684 C 328.68521,199.03615 314.4661,198.76458 313.82435,197.76532 C 313.37741,197.06939 313.04047,166.35 313.07559,129.5 C 313.14254,59.247555 312.96257,55.896756 308.67306,47.532201 C 306.59184,43.473797 303.43454,40 301.82712,40 C 301.35034,40 299.25233,38.921833 297.16486,37.604073 C 293.56351,35.330642 292.38897,35.190045 274.19139,34.854073 L 255.0133,34.5 L 144.44598,145 C 83.633944,205.775 33.479149,256.21457 32.990875,257.08793 C 31.985797,258.88569 31.779289,286.21717 31.909167,400.25221 L 32,480.00441 L 254.75,479.75221 L 477.5,479.5 L 477.48146,349.5 z M 457.91667,192.52075 C 454.85009,188.99353 319.46578,54 318.99493,54 C 318.63568,54 318.74309,56.995571 319.23363,60.656825 L 320.12552,67.31365 L 382.23526,129.30704 L 444.34499,191.30042 L 449.92249,192.01909 C 457.69506,193.0206 458.38911,193.06416 457.91667,192.52075 z"
166 id="path2834" />
167 <path
168 style="fill:#f5e6e5"
169 d="M 45.427316,503.5431 C 36.038533,501.82716 30.41595,499.19649 25.15136,494.05649 C 19.905815,488.93509 16.463783,481.74872 15.06869,473.00561 C 13.692437,464.38056 13.590147,278.77244 14.957144,270.59979 C 16.28972,262.63294 17.607106,258.75561 21.786378,250.5 C 25.076528,244.00074 32.954462,235.87525 131.91501,136.91069 C 224.29699,44.524961 239.43279,29.788994 245.5,26.326167 C 256.77785,19.889396 262.48484,18.497049 277.5,18.51904 C 296.19957,18.546428 306.89997,21.869082 320.24332,31.791557 C 327.81098,37.419073 480.84422,190.20903 486.71641,198 C 492.07367,205.10778 497.50581,216.65691 499.65106,225.5 C 501.18461,231.82159 501.38681,243.4515 501.73737,345.5 C 502.14423,463.93352 501.9211,471.77639 497.83319,482.73184 C 494.56772,491.48317 486.60782,498.83886 476.94173,502.03746 L 469.5,504.5 L 261,504.66788 C 94.268944,504.80212 51.083124,504.57679 45.427316,503.5431 z M 477.48146,349.5 L 477.46292,219.5 L 473.26404,212.94353 C 470.0737,207.96187 467.95975,205.83498 464.46294,204.08859 C 454.67542,199.20047 452.76702,199.0848 381.44669,199.05684 C 328.68521,199.03615 314.4661,198.76458 313.82435,197.76532 C 313.37741,197.06939 313.04047,166.35 313.07559,129.5 C 313.14254,59.247555 312.96257,55.896756 308.67306,47.532201 C 306.59184,43.473797 303.43454,40 301.82712,40 C 301.35034,40 299.25233,38.921833 297.16486,37.604073 C 293.56351,35.330642 292.38897,35.190045 274.19139,34.854073 L 255.0133,34.5 L 144.44598,145 C 83.633944,205.775 33.479149,256.21457 32.990875,257.08793 C 31.985797,258.88569 31.779289,286.21717 31.909167,400.25221 L 32,480.00441 L 254.75,479.75221 L 477.5,479.5 L 477.48146,349.5 z M 457.91667,192.52075 C 454.9197,189.0736 319.47144,54 319.0117,54 C 318.66166,54 318.76232,57.325902 319.23539,61.390893 L 320.09551,68.781786 L 381.53333,130.14089 L 442.97115,191.5 L 449.23557,192.0774 C 452.68101,192.39497 456.1375,192.73247 456.91667,192.8274 C 457.69583,192.92233 458.14583,192.78434 457.91667,192.52075 z"
170 id="path2832" />
171 <path
172 style="fill:#eaeaea"
173 d="M 45.427316,503.5431 C 36.038533,501.82716 30.41595,499.19649 25.15136,494.05649 C 19.905815,488.93509 16.463783,481.74872 15.06869,473.00561 C 13.692437,464.38056 13.590147,278.77244 14.957144,270.59979 C 16.28972,262.63294 17.607106,258.75561 21.786378,250.5 C 25.076528,244.00074 32.954462,235.87525 131.91501,136.91069 C 224.29699,44.524961 239.43279,29.788994 245.5,26.326167 C 256.77785,19.889396 262.48484,18.497049 277.5,18.51904 C 296.19957,18.546428 306.89997,21.869082 320.24332,31.791557 C 327.81098,37.419073 480.84422,190.20903 486.71641,198 C 492.07367,205.10778 497.50581,216.65691 499.65106,225.5 C 501.18461,231.82159 501.38681,243.4515 501.73737,345.5 C 502.14423,463.93352 501.9211,471.77639 497.83319,482.73184 C 494.56772,491.48317 486.60782,498.83886 476.94173,502.03746 L 469.5,504.5 L 261,504.66788 C 94.268944,504.80212 51.083124,504.57679 45.427316,503.5431 z M 476.57763,479.60858 C 477.79727,479.14056 478,460.70536 478,350.26658 C 478,221.55883 477.99856,221.46765 475.90997,217.48519 C 471.84747,209.73897 468.90896,206.30904 464.41023,204.06227 C 454.68822,199.20686 452.68565,199.08537 381.42655,199.02791 C 329.48555,198.98603 314.4245,198.69851 313.80514,197.73701 C 313.36688,197.05666 313.04179,166.35 313.08272,129.5 C 313.16085,59.148209 312.98638,55.914951 308.65964,47.532201 C 306.0514,42.478927 305.51579,41.954857 300,39.059121 C 297.525,37.75977 294.375,36.092687 293,35.354493 C 291.18265,34.378813 285.72403,34.010639 273.00939,34.006161 L 255.51878,34 L 143.50939,145.99618 L 31.5,257.99236 L 31.706645,354.24618 C 31.820299,407.18578 31.932799,457.13287 31.956645,465.2397 L 32,479.97941 L 76.75,480.2397 C 153.88473,480.68837 475.085,480.18136 476.57763,479.60858 z M 457.91667,192.53254 C 456.66951,191.13335 339.4623,73.774533 330.11981,64.570378 C 324.01816,58.559087 318.81746,53.849205 318.56269,54.103975 C 318.30792,54.358744 318.57862,57.795471 319.16424,61.741146 L 320.22901,68.915099 L 381.59758,130.20755 C 440.20484,188.74212 443.15814,191.52699 447.23307,192.09981 C 452.8671,192.89179 458.43801,193.11743 457.91667,192.53254 z"
174 id="path2830" />
175 <path
176 style="fill:#fce1e0"
177 d="M 44.317169,502.50399 C 28.547778,499.0583 20.718991,491.71582 16.356862,476.2805 C 14.914314,471.17607 14.675677,459.85695 14.316472,379.5 C 14.049194,319.70799 14.273098,284.89908 14.969359,278 C 16.338992,264.42863 19.282095,255.21885 24.944505,246.78502 C 28.137973,242.02854 59.996521,209.48277 131.5,137.93102 C 187.6,81.793149 236.12587,33.872852 239.33526,31.441472 C 251.31936,22.362529 262.12,18.926992 278.7301,18.910501 C 294.9497,18.894397 310.15113,24.250912 322.23398,34.239932 C 331.64638,42.021251 480.81481,191.57901 486.06645,198.5 C 492.08866,206.43649 495.40759,213.06738 498.14212,222.62592 L 500.39475,230.5 L 500.74932,346 C 500.97713,420.20624 500.74257,464.21791 500.09325,469.10209 C 497.79541,486.38649 490.43246,496.7306 477.2553,501.18682 L 470.5,503.47131 L 260.5,503.66314 C 87.305103,503.82135 49.416382,503.6182 44.317169,502.50399 z M 476.57763,479.60858 C 477.79727,479.14056 478,460.70536 478,350.26658 C 478,221.55883 477.99856,221.46765 475.90997,217.48519 C 471.84747,209.73897 468.90896,206.30904 464.41023,204.06227 C 454.68822,199.20686 452.68565,199.08537 381.42655,199.02791 C 329.48555,198.98603 314.4245,198.69851 313.80514,197.73701 C 313.36688,197.05666 313.04179,166.35 313.08272,129.5 C 313.16085,59.148209 312.98638,55.914951 308.65964,47.532201 C 306.0514,42.478927 305.51579,41.954857 300,39.059121 C 297.525,37.75977 294.375,36.092687 293,35.354493 C 291.18265,34.378813 285.72403,34.010639 273.00939,34.006161 L 255.51878,34 L 143.50939,145.99618 L 31.5,257.99236 L 31.706645,354.24618 C 31.820299,407.18578 31.932799,457.13287 31.956645,465.2397 L 32,479.97941 L 76.75,480.2397 C 153.88473,480.68837 475.085,480.18136 476.57763,479.60858 z M 455.92431,190.41657 C 445.4908,179.29829 319.5375,54 318.7946,54 C 318.27017,54 318.0848,55.2375 318.38267,56.75 C 318.68054,58.2625 319.21394,61.614525 319.56801,64.198943 C 320.20566,68.853232 320.79505,69.480442 381.58896,130.19894 C 440.20457,188.74186 443.15813,191.52699 447.23307,192.09981 C 449.57988,192.4297 453.04094,192.7672 454.92431,192.84981 L 458.34863,193 L 455.92431,190.41657 z"
178 id="path2828" />
179 <path
180 style="fill:#f1e5e5"
181 d="M 44.317169,502.50399 C 28.547778,499.0583 20.718991,491.71582 16.356862,476.2805 C 14.914314,471.17607 14.675677,459.85695 14.316472,379.5 C 14.049194,319.70799 14.273098,284.89908 14.969359,278 C 16.338992,264.42863 19.282095,255.21885 24.944505,246.78502 C 28.137973,242.02854 59.996521,209.48277 131.5,137.93102 C 187.6,81.793149 236.12587,33.872852 239.33526,31.441472 C 251.31936,22.362529 262.12,18.926992 278.7301,18.910501 C 294.9497,18.894397 310.15113,24.250912 322.23398,34.239932 C 331.64638,42.021251 480.81481,191.57901 486.06645,198.5 C 492.08866,206.43649 495.40759,213.06738 498.14212,222.62592 L 500.39475,230.5 L 500.74932,346 C 500.97713,420.20624 500.74257,464.21791 500.09325,469.10209 C 497.79541,486.38649 490.43246,496.7306 477.2553,501.18682 L 470.5,503.47131 L 260.5,503.66314 C 87.305103,503.82135 49.416382,503.6182 44.317169,502.50399 z M 477.58468,479.74865 C 477.80662,479.52671 477.99865,421.36717 478.01142,350.50523 L 478.03462,221.66534 L 475.41211,216.64989 C 471.37888,208.93648 469.20302,206.4559 464.33998,204.02718 C 454.69754,199.21151 452.60436,199.08531 381.42655,199.02791 C 329.48555,198.98603 314.4245,198.69851 313.80514,197.73701 C 313.36688,197.05666 313.04179,166.35 313.08272,129.5 C 313.16085,59.148209 312.98638,55.914951 308.65964,47.532201 C 306.0514,42.478927 305.51579,41.954857 300,39.059121 C 297.525,37.75977 294.375,36.092687 293,35.354493 C 291.18265,34.378813 285.72403,34.010639 273.00939,34.006161 L 255.51878,34 L 143.50939,145.99618 L 31.5,257.99236 L 31.706645,354.24618 C 31.820299,407.18578 31.932799,457.13287 31.956645,465.2397 L 32,479.97941 L 76.75,480.2397 C 143.15058,480.62593 477.11653,480.2168 477.58468,479.74865 z M 455.92431,190.41657 C 445.4908,179.29829 319.5375,54 318.7946,54 C 318.27017,54 318.07381,55.2375 318.35824,56.75 C 318.64267,58.2625 319.14956,61.997532 319.48467,65.050071 L 320.09395,70.600143 L 380.51975,131.01974 L 440.94554,191.43935 L 446.22277,192.07887 C 449.12525,192.43062 453.04094,192.78176 454.92431,192.8592 L 458.34863,193 L 455.92431,190.41657 z"
182 id="path2826" />
183 <path
184 style="fill:#fce0de"
185 d="M 44.317169,502.50399 C 28.547778,499.0583 20.718991,491.71582 16.356862,476.2805 C 14.914314,471.17607 14.675677,459.85695 14.316472,379.5 C 14.049194,319.70799 14.273098,284.89908 14.969359,278 C 16.338992,264.42863 19.282095,255.21885 24.944505,246.78502 C 28.137973,242.02854 59.996521,209.48277 131.5,137.93102 C 187.6,81.793149 236.12587,33.872852 239.33526,31.441472 C 251.31936,22.362529 262.12,18.926992 278.7301,18.910501 C 294.9497,18.894397 310.15113,24.250912 322.23398,34.239932 C 331.64638,42.021251 480.81481,191.57901 486.06645,198.5 C 492.08866,206.43649 495.40759,213.06738 498.14212,222.62592 L 500.39475,230.5 L 500.74932,346 C 500.97713,420.20624 500.74257,464.21791 500.09325,469.10209 C 497.79541,486.38649 490.43246,496.7306 477.2553,501.18682 L 470.5,503.47131 L 260.5,503.66314 C 87.305103,503.82135 49.416382,503.6182 44.317169,502.50399 z M 477.5912,479.74213 C 477.80956,479.52378 477.99865,421.36717 478.01142,350.50523 L 478.03462,221.66534 L 475.3909,216.58267 C 471.13413,208.39884 469.56152,206.6951 462.85368,203 L 456.5,199.5 L 386.04883,199.20549 C 332.91661,198.98338 315.23953,198.61463 314.14083,197.70549 C 312.88077,196.66282 312.76497,187.58578 313.28346,130.5 C 313.91057,61.455673 313.65038,55.693939 309.62814,49.555223 C 308.73266,48.188552 308,46.479542 308,45.757424 C 308,43.787715 304.2646,40.954192 296.83546,37.288459 L 290.17092,34 L 272.84485,34 L 255.51878,34 L 143.50939,145.99616 L 31.5,257.99231 L 31.495761,368.08479 C 31.49343,428.63565 31.74171,478.58208 32.047494,479.07685 C 32.357058,479.57773 50.086951,480.09245 72.051732,480.23821 C 130.61808,480.62687 477.13034,480.203 477.5912,479.74213 z M 456.27171,190.75 C 450.23009,184.06105 318.6959,52.970766 318.36148,53.305192 C 318.16966,53.497005 318.47898,57.444306 319.04886,62.076971 L 320.08499,70.5 L 380.2925,130.77961 C 413.40662,163.93339 441.4,191.24099 442.5,191.46317 C 443.6,191.68534 447.425,192.28437 451,192.79435 C 454.575,193.30432 457.88412,193.78422 458.35359,193.86079 C 458.82307,193.93735 457.88622,192.5375 456.27171,190.75 z"
186 id="path2824" />
187 <path
188 style="fill:#e8e8e8"
189 d="M 44.317169,502.50399 C 28.547778,499.0583 20.718991,491.71582 16.356862,476.2805 C 14.914314,471.17607 14.675677,459.85695 14.316472,379.5 C 14.049194,319.70799 14.273098,284.89908 14.969359,278 C 16.338992,264.42863 19.282095,255.21885 24.944505,246.78502 C 28.137973,242.02854 59.996521,209.48277 131.5,137.93102 C 187.6,81.793149 236.12587,33.872852 239.33526,31.441472 C 251.31936,22.362529 262.12,18.926992 278.7301,18.910501 C 294.9497,18.894397 310.15113,24.250912 322.23398,34.239932 C 331.64638,42.021251 480.81481,191.57901 486.06645,198.5 C 492.08866,206.43649 495.40759,213.06738 498.14212,222.62592 L 500.39475,230.5 L 500.74932,346 C 500.97713,420.20624 500.74257,464.21791 500.09325,469.10209 C 497.79541,486.38649 490.43246,496.7306 477.2553,501.18682 L 470.5,503.47131 L 260.5,503.66314 C 87.305103,503.82135 49.416382,503.6182 44.317169,502.50399 z M 477.6045,479.72884 C 477.83017,479.50317 478.02985,421.36682 478.04825,350.53695 L 478.08169,221.75537 L 475.41443,216.62768 C 471.13195,208.3948 469.56924,206.69935 462.85368,203 L 456.5,199.5 L 386.04883,199.20549 C 332.91661,198.98338 315.23953,198.61463 314.14083,197.70549 C 312.88077,196.66282 312.76497,187.58578 313.28346,130.5 C 313.91057,61.455673 313.65038,55.693939 309.62814,49.555223 C 308.73266,48.188552 308,46.479542 308,45.757424 C 308,43.787715 304.2646,40.954192 296.83546,37.288459 L 290.17092,34 L 272.84485,34 L 255.51878,34 L 143.50939,145.99616 L 31.5,257.99231 L 31.495761,368.08479 C 31.49343,428.63565 31.74171,478.58208 32.047494,479.07685 C 32.357058,479.57773 50.086951,480.09245 72.051732,480.23821 C 131.58264,480.63327 477.13408,480.19926 477.6045,479.72884 z M 456.27171,190.75 C 450.42261,184.2742 318.70146,52.96521 318.37845,53.28822 C 318.19597,53.470699 318.49866,57.59782 319.05109,62.459599 C 319.89143,69.855122 320.50194,71.805693 322.78821,74.399599 C 332.22871,85.110401 439.58401,191.08615 441.3415,191.42944 C 442.52867,191.66133 446.65,192.26681 450.5,192.77495 C 454.35,193.28309 457.88412,193.76661 458.35359,193.84942 C 458.82307,193.93224 457.88622,192.5375 456.27171,190.75 z"
190 id="path2822" />
191 <path
192 style="fill:#ece6e6"
193 d="M 52.974938,502.8575 C 32.8665,501.34331 21.797185,493.25316 17.223744,476.72828 C 15.645634,471.02621 15.5,462.13577 15.5,371.5 C 15.5,290.52572 15.751886,271.49857 16.883399,267 C 18.94461,258.80521 23.310032,249.74172 28.316057,243.2635 C 34.258139,235.57395 234.10919,35.998891 240.5,31.372584 C 254.13462,21.502481 269.20489,17.771878 286.59798,19.961156 C 302.49463,21.962078 313.09989,26.894041 325.61421,38.105612 C 338.46321,49.617022 481.58492,193.46639 485.69472,199 C 492.91214,208.71784 497.03389,218.53144 499.07267,230.85197 C 499.61457,234.12671 500.00345,285.03279 499.99813,352 C 499.98847,473.6899 499.98276,473.85915 495.53855,484.31825 C 493.50978,489.09279 486.02914,496.67205 481.46208,498.58029 C 469.70065,503.49453 481.38541,503.23439 264.5,503.41061 C 153.4,503.50088 58.213722,503.25198 52.974938,502.8575 z M 477.6045,479.72884 C 477.83017,479.50317 478.02985,421.36682 478.04825,350.53695 L 478.08169,221.75537 L 475.41443,216.62768 C 471.13195,208.3948 469.56924,206.69935 462.85368,203 L 456.5,199.5 L 386.04883,199.20549 C 332.91661,198.98338 315.23953,198.61463 314.14083,197.70549 C 312.88077,196.66282 312.76497,187.58578 313.28346,130.5 C 313.91057,61.455673 313.65038,55.693939 309.62814,49.555223 C 308.73266,48.188552 308,46.479542 308,45.757424 C 308,43.787715 304.2646,40.954192 296.83546,37.288459 L 290.17092,34 L 272.84485,34 L 255.51878,34 L 143.50939,145.99616 L 31.5,257.99231 L 31.495761,368.08479 C 31.49343,428.63565 31.74171,478.58208 32.047494,479.07685 C 32.357058,479.57773 50.086951,480.09245 72.051732,480.23821 C 131.58264,480.63327 477.13408,480.19926 477.6045,479.72884 z M 456.27171,190.75 C 450.42261,184.2742 318.70146,52.96521 318.37845,53.28822 C 318.19597,53.470699 318.49866,57.59782 319.05109,62.459599 C 319.89143,69.855122 320.50194,71.805693 322.78821,74.399599 C 332.22871,85.110401 439.58401,191.08615 441.3415,191.42944 C 442.52867,191.66133 446.65,192.26681 450.5,192.77495 C 454.35,193.28309 457.88412,193.76661 458.35359,193.84942 C 458.82307,193.93224 457.88622,192.5375 456.27171,190.75 z"
194 id="path2820" />
195 <path
196 style="fill:#fcdedc"
197 d="M 52.974938,502.8575 C 32.8665,501.34331 21.797185,493.25316 17.223744,476.72828 C 15.645634,471.02621 15.5,462.13577 15.5,371.5 C 15.5,290.52572 15.751886,271.49857 16.883399,267 C 18.94461,258.80521 23.310032,249.74172 28.316057,243.2635 C 34.258139,235.57395 234.10919,35.998891 240.5,31.372584 C 254.13462,21.502481 269.20489,17.771878 286.59798,19.961156 C 302.49463,21.962078 313.09989,26.894041 325.61421,38.105612 C 338.46321,49.617022 481.58492,193.46639 485.69472,199 C 492.91214,208.71784 497.03389,218.53144 499.07267,230.85197 C 499.61457,234.12671 500.00345,285.03279 499.99813,352 C 499.98847,473.6899 499.98276,473.85915 495.53855,484.31825 C 493.50978,489.09279 486.02914,496.67205 481.46208,498.58029 C 469.70065,503.49453 481.38541,503.23439 264.5,503.41061 C 153.4,503.50088 58.213722,503.25198 52.974938,502.8575 z M 477.6045,479.72884 C 477.83017,479.50317 478.02985,421.36682 478.04825,350.53695 L 478.08169,221.75537 L 475.41443,216.62768 C 471.13195,208.3948 469.56924,206.69935 462.85368,203 L 456.5,199.5 L 386.04883,199.20549 C 332.91661,198.98338 315.23953,198.61463 314.14083,197.70549 C 312.88077,196.66282 312.76497,187.58578 313.28346,130.5 C 313.91057,61.455673 313.65038,55.693939 309.62814,49.555223 C 308.73266,48.188552 308,46.479542 308,45.757424 C 308,43.787715 304.2646,40.954192 296.83546,37.288459 L 290.17092,34 L 272.84485,34 L 255.51878,34 L 143.50939,145.99616 L 31.5,257.99231 L 31.495761,368.08479 C 31.49343,428.63565 31.74171,478.58208 32.047494,479.07685 C 32.357058,479.57773 50.086951,480.09245 72.051732,480.23821 C 131.58264,480.63327 477.13408,480.19926 477.6045,479.72884 z M 389.54034,123.04035 C 350.51544,84.012539 318.44255,52.224118 318.26725,52.399413 C 318.09196,52.574708 318.42207,56.898257 319.00083,62.007299 C 319.8911,69.866243 320.47405,71.774037 322.78701,74.398234 C 332.22826,85.109902 439.58387,191.08613 441.3415,191.42944 C 443.37734,191.8271 455.74783,193.52265 458.99736,193.84942 C 459.82091,193.93224 428.56525,162.06816 389.54034,123.04035 z"
198 id="path2818" />
199 <path
200 style="fill:#f1e1e1"
201 d="M 52.974938,502.8575 C 32.8665,501.34331 21.797185,493.25316 17.223744,476.72828 C 15.645634,471.02621 15.5,462.13577 15.5,371.5 C 15.5,290.52572 15.751886,271.49857 16.883399,267 C 18.94461,258.80521 23.310032,249.74172 28.316057,243.2635 C 34.258139,235.57395 234.10919,35.998891 240.5,31.372584 C 254.13462,21.502481 269.20489,17.771878 286.59798,19.961156 C 302.49463,21.962078 313.09989,26.894041 325.61421,38.105612 C 338.46321,49.617022 481.58492,193.46639 485.69472,199 C 492.91214,208.71784 497.03389,218.53144 499.07267,230.85197 C 499.61457,234.12671 500.00345,285.03279 499.99813,352 C 499.98847,473.6899 499.98276,473.85915 495.53855,484.31825 C 493.50978,489.09279 486.02914,496.67205 481.46208,498.58029 C 469.70065,503.49453 481.38541,503.23439 264.5,503.41061 C 153.4,503.50088 58.213722,503.25198 52.974938,502.8575 z M 477.61951,479.71382 C 477.85344,479.4799 478.07494,421.38526 478.11173,350.61463 L 478.17864,221.94076 L 475.46291,216.72038 C 471.12745,208.38645 469.58493,206.70799 462.85368,203 L 456.5,199.5 L 386.04883,199.20549 C 332.91661,198.98338 315.23953,198.61463 314.14083,197.70549 C 312.88077,196.66282 312.76497,187.58578 313.28346,130.5 C 313.91057,61.455673 313.65038,55.693939 309.62814,49.555223 C 308.73266,48.188552 308,46.479542 308,45.757424 C 308,43.787715 304.2646,40.954192 296.83546,37.288459 L 290.17092,34 L 272.83379,34 L 255.49665,34 L 143.49833,146.00168 L 31.5,258.00337 L 31.495761,368.09032 C 31.49343,428.63814 31.74171,478.58208 32.047494,479.07685 C 32.357058,479.57773 50.086951,480.09245 72.051732,480.23821 C 132.66364,480.64045 477.13829,480.19505 477.61951,479.71382 z M 460,193.74736 C 460,193.60841 428.04709,161.54591 388.99354,122.49736 L 317.98709,51.5 L 318.54688,59.5 C 318.85476,63.9 319.31467,68.891158 319.56891,70.591463 C 320.24063,75.083966 435.34596,190.15115 440.22722,191.2098 C 442.8931,191.78797 449.75687,192.7661 458.75,193.84942 C 459.4375,193.93224 460,193.88631 460,193.74736 z"
202 id="path2816" />
203 <path
204 style="fill:#e6e6e6"
205 d="M 52.974938,502.8575 C 32.8665,501.34331 21.797185,493.25316 17.223744,476.72828 C 15.645634,471.02621 15.5,462.13577 15.5,371.5 C 15.5,290.52572 15.751886,271.49857 16.883399,267 C 18.94461,258.80521 23.310032,249.74172 28.316057,243.2635 C 34.258139,235.57395 234.10919,35.998891 240.5,31.372584 C 254.13462,21.502481 269.20489,17.771878 286.59798,19.961156 C 302.49463,21.962078 313.09989,26.894041 325.61421,38.105612 C 338.46321,49.617022 481.58492,193.46639 485.69472,199 C 492.91214,208.71784 497.03389,218.53144 499.07267,230.85197 C 499.61457,234.12671 500.00345,285.03279 499.99813,352 C 499.98847,473.6899 499.98276,473.85915 495.53855,484.31825 C 493.50978,489.09279 486.02914,496.67205 481.46208,498.58029 C 469.70065,503.49453 481.38541,503.23439 264.5,503.41061 C 153.4,503.50088 58.213722,503.25198 52.974938,502.8575 z M 477.62439,479.70894 C 477.85638,479.47695 478.07549,421.21772 478.1113,350.24399 L 478.1764,221.20085 L 475.47302,216.35042 C 471.46085,209.15177 469.01309,205.97546 466.63246,204.87859 C 465.45961,204.3382 463.15,203.16054 461.5,202.26158 C 459.85,201.36262 456.475,200.28434 454,199.86541 C 451.525,199.44647 419.29023,199.07751 382.36717,199.04549 C 323.14837,198.99415 315.08348,198.80551 313.95462,197.44532 C 312.92931,196.2099 312.80008,182.79226 313.30455,129.95465 C 313.96047,61.254754 313.70792,55.408788 309.84373,49.84563 C 308.82968,48.385726 308,46.54297 308,45.750617 C 308,43.665171 305.31765,41.538616 297.63813,37.535779 L 290.85467,34 L 273.17566,34 L 255.49665,34 L 143.49833,146.00139 L 31.5,258.00278 L 31.5,368.75139 L 31.5,479.5 L 39,480 C 47.992439,480.5995 477.01852,480.31481 477.62439,479.70894 z M 389.5,123 C 350.4529,83.95 318.21398,52 317.85795,52 C 317.50192,52 317.6025,53.6875 318.08145,55.75 C 318.56041,57.8125 318.96302,61.833205 318.97614,64.6849 C 318.98926,67.536596 319.40294,70.911596 319.89543,72.1849 C 320.91905,74.831428 436.0646,190.10426 438.7435,191.16435 C 439.70958,191.54664 442.75,191.9443 445.5,192.04803 C 448.25,192.15176 451.85,192.58015 453.5,193 C 455.15,193.41985 457.39881,193.81661 458.49736,193.88169 C 459.76439,193.95674 434.53582,168.03917 389.5,123 z"
206 id="path2814" />
207 <path
208 style="fill:#fcdcda"
209 d="M 49.173154,501.93238 C 37.778215,500.44111 31.081145,497.27326 25.226397,490.60507 C 15.842448,479.91734 15.996616,481.90909 16.019809,371.66203 C 16.0318,314.66145 16.432372,274.73742 17.034806,270.5 C 18.277389,261.75986 23.927236,249.62712 30.547413,241.4824 C 33.221843,238.19208 80.65526,190.32058 135.95501,135.10129 C 243.00647,28.205574 244.01768,27.275166 257.8767,22.921409 C 276.62467,17.031811 299.46849,20.377367 316.57091,31.517377 C 324.12461,36.437637 477.11773,188.6369 484.4245,198.5 C 491.35638,207.85706 494.60375,214.39578 497.22253,224.26938 C 499.39377,232.45564 499.40748,233.10631 499.76564,345 C 500.00815,420.76473 499.77634,460.5143 499.05571,466.73114 C 496.82396,485.98449 490.33004,494.9943 474.8636,500.29586 L 468.5,502.47716 L 262,502.61877 C 148.425,502.69666 52.652919,502.38779 49.173154,501.93238 z M 477.62439,479.70894 C 477.85638,479.47695 478.07549,421.21772 478.1113,350.24399 L 478.1764,221.20085 L 475.47302,216.35042 C 471.46085,209.15177 469.01309,205.97546 466.63246,204.87859 C 465.45961,204.3382 463.15,203.16054 461.5,202.26158 C 459.85,201.36262 456.475,200.28434 454,199.86541 C 451.525,199.44647 419.29023,199.07751 382.36717,199.04549 C 323.14837,198.99415 315.08348,198.80551 313.95462,197.44532 C 312.92931,196.2099 312.80008,182.79226 313.30455,129.95465 C 313.96047,61.254754 313.70792,55.408788 309.84373,49.84563 C 308.82968,48.385726 308,46.54297 308,45.750617 C 308,43.665171 305.31765,41.538616 297.63813,37.535779 L 290.85467,34 L 273.17566,34 L 255.49665,34 L 143.49833,146.00139 L 31.5,258.00278 L 31.5,368.75139 L 31.5,479.5 L 39,480 C 47.992439,480.5995 477.01852,480.31481 477.62439,479.70894 z M 425.49464,158.98122 C 342.20133,75.630457 318.91548,52.481893 318.07798,52.19785 C 317.55785,52.021441 317.55439,53.477986 318.06969,55.69785 C 318.55512,57.789032 318.96302,61.833205 318.97614,64.6849 C 318.98926,67.536596 319.40294,70.911596 319.89543,72.1849 C 320.91905,74.831428 436.0646,190.10426 438.7435,191.16435 C 439.70958,191.54664 442.75,191.9443 445.5,192.04803 C 448.25,192.15176 451.85,192.58015 453.5,193 C 455.15,193.41985 457.39759,193.81661 458.49464,193.88169 C 459.78007,193.95793 448.04654,181.54867 425.49464,158.98122 z"
210 id="path2812" />
211 <path
212 style="fill:#f2e0df"
213 d="M 49.173154,501.93238 C 37.778215,500.44111 31.081145,497.27326 25.226397,490.60507 C 15.842448,479.91734 15.996616,481.90909 16.019809,371.66203 C 16.0318,314.66145 16.432372,274.73742 17.034806,270.5 C 18.277389,261.75986 23.927236,249.62712 30.547413,241.4824 C 33.221843,238.19208 80.65526,190.32058 135.95501,135.10129 C 243.00647,28.205574 244.01768,27.275166 257.8767,22.921409 C 276.62467,17.031811 299.46849,20.377367 316.57091,31.517377 C 324.12461,36.437637 477.11773,188.6369 484.4245,198.5 C 491.35638,207.85706 494.60375,214.39578 497.22253,224.26938 C 499.39377,232.45564 499.40748,233.10631 499.76564,345 C 500.00815,420.76473 499.77634,460.5143 499.05571,466.73114 C 496.82396,485.98449 490.33004,494.9943 474.8636,500.29586 L 468.5,502.47716 L 262,502.61877 C 148.425,502.69666 52.652919,502.38779 49.173154,501.93238 z M 477.64228,479.69105 C 477.88412,479.44921 478.13583,421.24838 478.20164,350.35586 L 478.32129,221.46037 L 475.54546,216.48018 C 471.46051,209.15127 469.02484,205.98088 466.63246,204.87859 C 465.45961,204.3382 463.15,203.16054 461.5,202.26158 C 459.85,201.36262 456.475,200.28434 454,199.86541 C 451.525,199.44647 419.29023,199.07751 382.36717,199.04549 C 323.14837,198.99415 315.08348,198.80551 313.95462,197.44532 C 312.92931,196.2099 312.80008,182.79226 313.30455,129.95465 C 313.96047,61.254754 313.70792,55.408788 309.84373,49.84563 C 308.82968,48.385726 308,46.54297 308,45.750617 C 308,43.665171 305.31765,41.538616 297.63813,37.535779 L 290.85467,34 L 273.17566,34 L 255.49665,34 L 143.49833,146.00139 L 31.5,258.00278 L 31.5,368.75139 L 31.5,479.5 L 39,480 C 48.162965,480.61086 477.02453,480.3088 477.64228,479.69105 z M 425.49464,158.98122 C 342.20133,75.630457 318.91548,52.481893 318.07798,52.19785 C 317.55785,52.021441 317.55439,53.477986 318.06969,55.69785 C 318.55512,57.789032 318.96302,62.058205 318.97614,65.1849 C 318.98926,68.311596 319.48068,72.136596 320.06817,73.6849 C 321.0201,76.193653 339.22693,95.263843 356.93954,112.30468 C 360.48129,115.71211 379.66086,134.84099 399.56081,154.8133 L 435.74253,191.12661 L 445.52693,192.0523 C 450.90835,192.56144 455.54128,193.20795 455.82233,193.489 C 456.10338,193.77005 457.26842,194 458.41131,194 C 459.88863,194 450.3738,183.87754 425.49464,158.98122 z"
214 id="path2810" />
215 <path
216 style="fill:#fcdad8"
217 d="M 49.173154,501.93238 C 37.778215,500.44111 31.081145,497.27326 25.226397,490.60507 C 15.842448,479.91734 15.996616,481.90909 16.019809,371.66203 C 16.0318,314.66145 16.432372,274.73742 17.034806,270.5 C 18.277389,261.75986 23.927236,249.62712 30.547413,241.4824 C 33.221843,238.19208 80.65526,190.32058 135.95501,135.10129 C 243.00647,28.205574 244.01768,27.275166 257.8767,22.921409 C 276.62467,17.031811 299.46849,20.377367 316.57091,31.517377 C 324.12461,36.437637 477.11773,188.6369 484.4245,198.5 C 491.35638,207.85706 494.60375,214.39578 497.22253,224.26938 C 499.39377,232.45564 499.40748,233.10631 499.76564,345 C 500.00815,420.76473 499.77634,460.5143 499.05571,466.73114 C 496.82396,485.98449 490.33004,494.9943 474.8636,500.29586 L 468.5,502.47716 L 262,502.61877 C 148.425,502.69666 52.652919,502.38779 49.173154,501.93238 z M 477.61111,479.72222 C 477.93174,479.4016 478.21349,421.14503 478.23723,350.26319 L 478.28039,221.38711 L 475.52501,216.44355 C 471.46061,209.15142 469.02155,205.97936 466.63246,204.87859 C 465.45961,204.3382 463.15,203.16054 461.5,202.26158 C 459.85,201.36262 456.475,200.28434 454,199.86541 C 451.525,199.44647 419.2518,199.07751 382.28179,199.0455 L 315.06357,198.98731 L 313.87042,196.75788 C 312.9622,195.06084 312.82975,178.9561 313.31578,129.31718 C 313.98165,61.310593 313.72487,55.433192 309.84373,49.84563 C 308.82968,48.385726 308,46.54297 308,45.750617 C 308,43.665171 305.31765,41.538616 297.63813,37.535779 L 290.85467,34 L 273.17566,34 L 255.49665,34 L 143.49833,146.00145 L 31.5,258.00291 L 31.5,368.75145 L 31.5,479.5 L 38.5,480 C 48.356873,480.70406 476.90037,480.43297 477.61111,479.72222 z M 425.49464,158.98122 C 342.67013,76.099581 318.91816,52.482791 318.1112,52.208921 C 317.63737,52.048113 317.62485,53.838304 318.08321,56.208921 C 318.53954,58.569014 318.9325,62.833205 318.95645,65.6849 C 318.9804,68.536596 319.48068,72.136596 320.06817,73.6849 C 321.0201,76.193653 339.22693,95.263843 356.93954,112.30468 C 360.48129,115.71211 379.65473,134.83481 399.54718,154.79958 L 435.71527,191.09916 L 445.58347,192.10875 C 451.01098,192.66402 455.65004,193.31671 455.8925,193.55917 C 456.13496,193.80163 457.26842,194 458.41131,194 C 459.88863,194 450.3738,183.87754 425.49464,158.98122 z"
218 id="path2808" />
219 <path
220 style="fill:#e4e4e4"
221 d="M 49.173154,501.93238 C 37.778215,500.44111 31.081145,497.27326 25.226397,490.60507 C 15.842448,479.91734 15.996616,481.90909 16.019809,371.66203 C 16.0318,314.66145 16.432372,274.73742 17.034806,270.5 C 18.277389,261.75986 23.927236,249.62712 30.547413,241.4824 C 33.221843,238.19208 80.65526,190.32058 135.95501,135.10129 C 243.00647,28.205574 244.01768,27.275166 257.8767,22.921409 C 276.62467,17.031811 299.46849,20.377367 316.57091,31.517377 C 324.12461,36.437637 477.11773,188.6369 484.4245,198.5 C 491.35638,207.85706 494.60375,214.39578 497.22253,224.26938 C 499.39377,232.45564 499.40748,233.10631 499.76564,345 C 500.00815,420.76473 499.77634,460.5143 499.05571,466.73114 C 496.82396,485.98449 490.33004,494.9943 474.8636,500.29586 L 468.5,502.47716 L 262,502.61877 C 148.425,502.69666 52.652919,502.38779 49.173154,501.93238 z M 477.61388,479.71946 C 477.93602,479.39731 478.23461,421.16615 478.27741,350.31687 L 478.35522,221.5 L 475.56242,216.5 C 471.45077,209.13881 469.02384,205.98042 466.63246,204.87859 C 465.45961,204.3382 463.15,203.16054 461.5,202.26158 C 459.85,201.36262 456.475,200.28434 454,199.86541 C 451.525,199.44647 419.2518,199.07751 382.28179,199.0455 L 315.06357,198.98731 L 313.87042,196.75788 C 312.9622,195.06084 312.82975,178.9561 313.31578,129.31718 C 313.98165,61.310593 313.72487,55.433192 309.84373,49.84563 C 308.82968,48.385726 308,46.54297 308,45.750617 C 308,43.665171 305.31765,41.538616 297.63813,37.535779 L 290.85467,34 L 273.14479,34 L 255.43491,34 L 143.96746,145.51246 C 67.525449,221.98533 32.268126,257.91436 31.762067,259.85555 C 31.356204,261.4124 31.131204,311.46929 31.262067,371.09309 L 31.5,479.5 L 38.5,480 C 48.381437,480.70582 476.90129,480.43204 477.61388,479.71946 z M 425.49464,158.98122 C 342.67013,76.099581 318.91816,52.482791 318.1112,52.208921 C 317.63737,52.048113 317.62485,53.838304 318.08321,56.208921 C 318.53954,58.569014 318.93501,62.975 318.96203,66 C 319.05843,76.792405 318.82617,76.478958 349.02361,106.56982 C 364.43961,121.93142 385.02835,142.50655 394.77635,152.29233 C 427.60803,185.25123 433.07841,190.49764 435.29321,191.15032 C 436.50695,191.508 439.975,191.87143 443,191.95795 C 446.025,192.04447 450.3,192.48758 452.5,192.94263 C 454.7,193.39768 457.39759,193.82175 458.49464,193.885 C 459.78242,193.95925 448.08786,181.59002 425.49464,158.98122 z"
222 id="path2806" />
223 <path
224 style="fill:#fbd8d6"
225 d="M 68,501.88468 C 41.2345,501.15271 36.767917,500.12518 28.394929,492.7736 C 23.269193,488.27315 20.241376,483.0497 18.234537,475.24538 C 16.646769,469.07076 16.5,460.29228 16.5,371.5 C 16.5,293.49376 16.765409,273.32513 17.85543,268.5 C 19.920824,259.35725 25.009162,249.30141 31.770668,241 C 35.130482,236.875 83.019052,188.5 138.18971,133.5 C 242.15281,29.858489 242.0026,29.997811 255.78514,24.430796 C 267.15787,19.837146 287.10285,19.676344 300.27035,24.072144 C 315.11101,29.026508 315.89924,29.734715 400.81551,114.40978 C 444.43904,157.9094 482.06587,196.2 484.43069,199.5 C 490.00117,207.27335 494.26906,215.87691 496.5842,224 C 498.33103,230.12909 498.45492,237.14785 498.75533,347 C 498.96959,425.35194 498.72787,465.79216 498.01714,470.5 C 495.38103,487.96142 485.93299,497.70805 468.5,500.94998 C 461.88393,502.18034 108.93212,503.00407 68,501.88468 z M 477.61388,479.71946 C 477.93602,479.39731 478.23461,421.16615 478.27741,350.31687 L 478.35522,221.5 L 475.56242,216.5 C 471.45077,209.13881 469.02384,205.98042 466.63246,204.87859 C 465.45961,204.3382 463.15,203.16054 461.5,202.26158 C 459.85,201.36262 456.475,200.28434 454,199.86541 C 451.525,199.44647 419.2518,199.07751 382.28179,199.0455 L 315.06357,198.98731 L 313.87042,196.75788 C 312.9622,195.06084 312.82975,178.9561 313.31578,129.31718 C 313.98165,61.310593 313.72487,55.433192 309.84373,49.84563 C 308.82968,48.385726 308,46.54297 308,45.750617 C 308,43.665171 305.31765,41.538616 297.63813,37.535779 L 290.85467,34 L 273.14479,34 L 255.43491,34 L 143.96746,145.51246 C 67.525449,221.98533 32.268126,257.91436 31.762067,259.85555 C 31.356204,261.4124 31.131204,311.46929 31.262067,371.09309 L 31.5,479.5 L 38.5,480 C 48.381437,480.70582 476.90129,480.43204 477.61388,479.71946 z M 425.48083,158.9543 C 355.32713,88.670502 318.42595,52 317.85371,52 C 317.53187,52 317.63853,53.9125 318.09072,56.25 C 318.54292,58.5875 318.93501,62.975 318.96203,66 C 319.05843,76.792405 318.82617,76.478958 349.02361,106.56982 C 364.43961,121.93142 385.02835,142.50655 394.77635,152.29233 C 427.60803,185.25123 433.07841,190.49764 435.29321,191.15032 C 436.50695,191.508 439.975,191.87143 443,191.95795 C 446.025,192.04447 450.3,192.48758 452.5,192.94263 C 454.7,193.39768 457.39137,193.82175 458.48083,193.885 C 459.75021,193.9587 447.89772,181.41277 425.48083,158.9543 z"
226 id="path2804" />
227 <path
228 style="fill:#f3dbda"
229 d="M 68,501.88468 C 41.2345,501.15271 36.767917,500.12518 28.394929,492.7736 C 23.269193,488.27315 20.241376,483.0497 18.234537,475.24538 C 16.646769,469.07076 16.5,460.29228 16.5,371.5 C 16.5,293.49376 16.765409,273.32513 17.85543,268.5 C 19.920824,259.35725 25.009162,249.30141 31.770668,241 C 35.130482,236.875 83.019052,188.5 138.18971,133.5 C 242.15281,29.858489 242.0026,29.997811 255.78514,24.430796 C 267.15787,19.837146 287.10285,19.676344 300.27035,24.072144 C 315.11101,29.026508 315.89924,29.734715 400.81551,114.40978 C 444.43904,157.9094 482.06587,196.2 484.43069,199.5 C 490.00117,207.27335 494.26906,215.87691 496.5842,224 C 498.33103,230.12909 498.45492,237.14785 498.75533,347 C 498.96959,425.35194 498.72787,465.79216 498.01714,470.5 C 495.38103,487.96142 485.93299,497.70805 468.5,500.94998 C 461.88393,502.18034 108.93212,503.00407 68,501.88468 z M 477.6154,479.71793 C 477.93839,479.39494 478.25814,421.16378 478.32597,350.31534 L 478.44929,221.5 L 475.60946,216.5 C 471.37067,209.03688 469.00187,205.9703 466.63246,204.87859 C 465.45961,204.3382 463.15,203.16054 461.5,202.26158 C 459.85,201.36262 456.475,200.28434 454,199.86541 C 451.525,199.44647 419.2518,199.07751 382.28179,199.0455 L 315.06357,198.98731 L 313.87042,196.75788 C 312.9622,195.06084 312.82975,178.9561 313.31578,129.31718 C 313.98165,61.310593 313.72487,55.433192 309.84373,49.84563 C 308.82968,48.385726 308,46.54297 308,45.750617 C 308,43.665171 305.31765,41.538616 297.63813,37.535779 L 290.85467,34 L 273.04176,34 L 255.22884,34 L 143.86442,145.54036 C 68.532963,220.99084 32.261235,257.98757 31.762067,259.88345 C 31.356204,261.42495 31.131204,311.46929 31.262067,371.09309 L 31.5,479.5 L 38.5,480 C 48.395003,480.70679 476.9018,480.43153 477.6154,479.71793 z M 425.48083,158.9543 C 327.73591,61.028113 314.32955,47.87011 317.45885,52.933418 C 317.77614,53.446798 318.47367,59.604343 319.00892,66.616852 L 319.9821,79.366869 L 334.74105,94.16824 C 342.85847,102.30899 349.95,109.42424 350.5,109.97989 C 351.05,110.53555 369.85319,129.21738 392.28486,151.49509 L 433.06971,192 L 440.78486,192.05763 C 445.02819,192.08933 450.3,192.48758 452.5,192.94263 C 454.7,193.39768 457.39137,193.82175 458.48083,193.885 C 459.75021,193.9587 447.89772,181.41277 425.48083,158.9543 z"
230 id="path2802" />
231 <path
232 style="fill:#e2e2e2"
233 d="M 68,501.88468 C 41.2345,501.15271 36.767917,500.12518 28.394929,492.7736 C 23.269193,488.27315 20.241376,483.0497 18.234537,475.24538 C 16.646769,469.07076 16.5,460.29228 16.5,371.5 C 16.5,293.49376 16.765409,273.32513 17.85543,268.5 C 19.920824,259.35725 25.009162,249.30141 31.770668,241 C 35.130482,236.875 83.019052,188.5 138.18971,133.5 C 242.15281,29.858489 242.0026,29.997811 255.78514,24.430796 C 267.15787,19.837146 287.10285,19.676344 300.27035,24.072144 C 315.11101,29.026508 315.89924,29.734715 400.81551,114.40978 C 444.43904,157.9094 482.06587,196.2 484.43069,199.5 C 490.00117,207.27335 494.26906,215.87691 496.5842,224 C 498.33103,230.12909 498.45492,237.14785 498.75533,347 C 498.96959,425.35194 498.72787,465.79216 498.01714,470.5 C 495.38103,487.96142 485.93299,497.70805 468.5,500.94998 C 461.88393,502.18034 108.93212,503.00407 68,501.88468 z M 477.66664,479.66657 C 478.12499,479.20818 478.48276,420.93318 478.46168,350.16657 L 478.42336,221.5 L 475.5965,216.5 C 471.39328,209.06558 469.00792,205.97308 466.63246,204.87859 C 465.45961,204.3382 463.15,203.16054 461.5,202.26158 C 459.85,201.36262 456.475,200.28434 454,199.86541 C 451.525,199.44647 419.2518,199.07751 382.28179,199.0455 L 315.06357,198.98731 L 313.87042,196.75788 C 312.9622,195.06084 312.82975,178.9561 313.31578,129.31718 C 313.98165,61.310593 313.72487,55.433192 309.84373,49.84563 C 308.82968,48.385726 308,46.54297 308,45.750617 C 308,43.665171 305.31765,41.538616 297.63813,37.535779 L 290.85467,34 L 273.04393,34 L 255.23318,34 L 143.87852,145.52743 C 82.63345,206.86752 32.178999,257.98708 31.757514,259.12647 C 31.336029,260.26585 31.105662,310.31601 31.245588,370.34904 L 31.5,479.5 L 38.5,480 C 50.616289,480.86545 476.79141,480.54188 477.66664,479.66657 z M 425.48083,158.9543 C 327.73591,61.028113 314.32955,47.87011 317.45885,52.933418 C 317.77614,53.446798 318.47367,59.604343 319.00892,66.616852 L 319.9821,79.366869 L 334.74105,94.16824 C 342.85847,102.30899 349.95,109.42424 350.5,109.97989 C 351.05,110.53555 369.85319,129.21738 392.28486,151.49509 C 431.05316,189.99728 433.25341,192.00283 436.78486,192.05719 C 443.1757,192.15557 455.46456,193.13123 455.90885,193.57551 C 456.14231,193.80898 457.2622,194 458.39749,194 C 459.85687,194 450.21257,183.73192 425.48083,158.9543 z"
234 id="path2800" />
235 <path
236 style="fill:#fcd6d4"
237 d="M 52,500.98128 C 35.899761,499.29055 26.000235,493.09876 20.934267,481.55081 C 17.124933,472.86737 16.871326,464.91636 17.232696,365.5 C 17.541011,280.67927 17.767745,268.97597 19.179735,265 C 22.682295,255.13727 25.949737,249.16653 31.766306,242 C 39.868106,232.01786 236.23748,36.123177 242,32.274506 C 250.32024,26.717583 256.72144,24.089998 266.1377,22.366383 C 274.13894,20.901782 276.97331,20.817157 285.63445,21.784276 C 304.7072,23.913974 314.61284,29.566305 335.93387,50.486023 C 381.78751,95.47657 481.54802,196.35408 485.0185,201.23994 C 490.68107,209.21186 494.58386,218.09149 496.56038,227.5 C 498.07749,234.72163 498.24424,246.73773 498.27425,351 C 498.30941,473.19349 498.31405,473.06043 493.67419,482.95781 C 490.97703,488.71117 484.9658,494.68524 479.39364,497.15007 C 468.64581,501.90435 473.26592,501.80804 259.5,501.73373 C 148.95,501.69531 55.575,501.3567 52,500.98128 z M 477.66664,479.66657 C 478.12499,479.20818 478.48276,420.93318 478.46168,350.16657 L 478.42336,221.5 L 475.5965,216.5 C 471.39328,209.06558 469.00792,205.97308 466.63246,204.87859 C 465.45961,204.3382 463.15,203.16054 461.5,202.26158 C 459.85,201.36262 456.475,200.28434 454,199.86541 C 451.525,199.44647 419.2518,199.07751 382.28179,199.0455 L 315.06357,198.98731 L 313.87042,196.75788 C 312.9622,195.06084 312.82975,178.9561 313.31578,129.31718 C 313.98165,61.310593 313.72487,55.433192 309.84373,49.84563 C 308.82968,48.385726 308,46.54297 308,45.750617 C 308,43.665171 305.31765,41.538616 297.63813,37.535779 L 290.85467,34 L 273.04393,34 L 255.23318,34 L 143.87852,145.52743 C 82.63345,206.86752 32.178999,257.98708 31.757514,259.12647 C 31.336029,260.26585 31.105662,310.31601 31.245588,370.34904 L 31.5,479.5 L 38.5,480 C 50.616289,480.86545 476.79141,480.54188 477.66664,479.66657 z M 459.91667,193.52759 C 458.77738,192.23588 339.42815,72.872021 328.90514,62.5 C 322.20906,55.9 317.03249,51.367037 317.40166,52.426749 C 317.77083,53.48646 318.50246,59.981506 319.02749,66.860183 L 319.9821,79.366869 L 334.74105,94.16824 C 342.85847,102.30899 349.95,109.42424 350.5,109.97989 C 351.05,110.53555 369.85319,129.21738 392.28486,151.49509 C 431.05316,189.99728 433.25341,192.00283 436.78486,192.05719 C 443.1757,192.15557 455.46456,193.13123 455.90885,193.57551 C 456.49459,194.16125 460.43401,194.11415 459.91667,193.52759 z"
238 id="path2798" />
239 <path
240 style="fill:#fcd4d2"
241 d="M 52,500.98128 C 35.899761,499.29055 26.000235,493.09876 20.934267,481.55081 C 17.124933,472.86737 16.871326,464.91636 17.232696,365.5 C 17.541011,280.67927 17.767745,268.97597 19.179735,265 C 22.682295,255.13727 25.949737,249.16653 31.766306,242 C 39.868106,232.01786 236.23748,36.123177 242,32.274506 C 250.32024,26.717583 256.72144,24.089998 266.1377,22.366383 C 274.13894,20.901782 276.97331,20.817157 285.63445,21.784276 C 304.7072,23.913974 314.61284,29.566305 335.93387,50.486023 C 381.78751,95.47657 481.54802,196.35408 485.0185,201.23994 C 490.68107,209.21186 494.58386,218.09149 496.56038,227.5 C 498.07749,234.72163 498.24424,246.73773 498.27425,351 C 498.30941,473.19349 498.31405,473.06043 493.67419,482.95781 C 490.97703,488.71117 484.9658,494.68524 479.39364,497.15007 C 468.64581,501.90435 473.26592,501.80804 259.5,501.73373 C 148.95,501.69531 55.575,501.3567 52,500.98128 z M 477.66664,479.66658 C 478.12499,479.20819 478.48467,420.93319 478.46593,350.16658 L 478.43185,221.5 L 475.60074,216.5 C 471.38592,209.05623 469.00594,205.97217 466.63246,204.87859 C 465.45961,204.3382 463.15,203.16054 461.5,202.26158 C 459.85,201.36262 456.475,200.28434 454,199.86541 C 451.525,199.44647 419.2518,199.07751 382.28179,199.0455 L 315.06357,198.98731 L 313.87042,196.75788 C 312.9622,195.06084 312.82975,178.9561 313.31578,129.31718 C 313.98165,61.310593 313.72487,55.433192 309.84373,49.84563 C 308.82968,48.385726 308,46.54297 308,45.750617 C 308,43.665171 305.31765,41.538616 297.63813,37.535779 L 290.85467,34 L 272.95075,34 L 255.04682,34 L 143.77341,145.57164 C 82.573034,206.93604 32.160515,258.05561 31.745588,259.17068 C 31.330662,260.28574 31.105662,310.31601 31.245588,370.34904 L 31.5,479.5 L 38.5,480 C 50.616207,480.86544 476.79141,480.54188 477.66664,479.66658 z M 459.91667,193.52759 C 458.77738,192.23588 339.42815,72.872021 328.90514,62.5 C 322.20906,55.9 317.03894,51.38384 317.41599,52.46409 C 317.79304,53.544339 318.52858,60.403727 319.05052,67.707173 L 319.9995,80.986167 L 374.20835,135.10671 C 404.02321,164.873 429.33582,189.81341 430.45859,190.52983 C 431.63773,191.28222 437.34644,192.10318 443.97389,192.47343 C 450.28453,192.82599 455.64703,193.31369 455.89055,193.55722 C 456.4884,194.15507 460.44442,194.12595 459.91667,193.52759 z"
242 id="path2796" />
243 <path
244 style="fill:#f3d8d6"
245 d="M 52,500.98128 C 35.899761,499.29055 26.000235,493.09876 20.934267,481.55081 C 17.124933,472.86737 16.871326,464.91636 17.232696,365.5 C 17.541011,280.67927 17.767745,268.97597 19.179735,265 C 22.682295,255.13727 25.949737,249.16653 31.766306,242 C 39.868106,232.01786 236.23748,36.123177 242,32.274506 C 250.32024,26.717583 256.72144,24.089998 266.1377,22.366383 C 274.13894,20.901782 276.97331,20.817157 285.63445,21.784276 C 304.7072,23.913974 314.61284,29.566305 335.93387,50.486023 C 381.78751,95.47657 481.54802,196.35408 485.0185,201.23994 C 490.68107,209.21186 494.58386,218.09149 496.56038,227.5 C 498.07749,234.72163 498.24424,246.73773 498.27425,351 C 498.30941,473.19349 498.31405,473.06043 493.67419,482.95781 C 490.97703,488.71117 484.9658,494.68524 479.39364,497.15007 C 468.64581,501.90435 473.26592,501.80804 259.5,501.73373 C 148.95,501.69531 55.575,501.3567 52,500.98128 z M 477.66664,479.66658 C 478.12499,479.20819 478.48467,420.93319 478.46593,350.16658 L 478.43185,221.5 L 475.60074,216.5 C 471.38592,209.05623 469.00594,205.97217 466.63246,204.87859 C 465.45961,204.3382 463.15,203.16054 461.5,202.26158 C 459.85,201.36262 456.475,200.28434 454,199.86541 C 451.525,199.44647 419.2518,199.07751 382.28179,199.0455 L 315.06357,198.98731 L 313.87042,196.75788 C 312.9622,195.06084 312.82975,178.9561 313.31578,129.31718 C 313.98165,61.310593 313.72487,55.433192 309.84373,49.84563 C 308.82968,48.385726 308,46.54297 308,45.750617 C 308,43.665171 305.31765,41.538616 297.63813,37.535779 L 290.85467,34 L 272.88218,34 L 254.90968,34 L 143.70484,145.59098 C 82.542179,206.96602 32.160515,258.08559 31.745588,259.19002 C 31.330662,260.29445 31.105662,310.31601 31.245588,370.34904 L 31.5,479.5 L 38.5,480 C 50.616207,480.86544 476.79141,480.54188 477.66664,479.66658 z M 459.91667,193.52759 C 458.77738,192.23588 339.42815,72.872021 328.90514,62.5 C 322.20906,55.9 317.04511,51.39993 317.42971,52.499844 C 317.81431,53.599759 318.55763,60.899582 319.08153,68.721674 L 320.03409,82.94366 L 373.68678,136.56111 C 403.19575,166.05071 428.27841,190.53555 429.42602,190.97187 C 430.57363,191.40819 436.89331,192.06408 443.46976,192.42939 C 450.04621,192.79471 455.63088,193.29754 455.88013,193.5468 C 456.48488,194.15155 460.45035,194.13267 459.91667,193.52759 z"
246 id="path2794" />
247 <path
248 style="fill:#eddada"
249 d="M 52,500.98128 C 35.899761,499.29055 26.000235,493.09876 20.934267,481.55081 C 17.124933,472.86737 16.871326,464.91636 17.232696,365.5 C 17.541011,280.67927 17.767745,268.97597 19.179735,265 C 22.682295,255.13727 25.949737,249.16653 31.766306,242 C 39.868106,232.01786 236.23748,36.123177 242,32.274506 C 250.32024,26.717583 256.72144,24.089998 266.1377,22.366383 C 274.13894,20.901782 276.97331,20.817157 285.63445,21.784276 C 304.7072,23.913974 314.61284,29.566305 335.93387,50.486023 C 381.78751,95.47657 481.54802,196.35408 485.0185,201.23994 C 490.68107,209.21186 494.58386,218.09149 496.56038,227.5 C 498.07749,234.72163 498.24424,246.73773 498.27425,351 C 498.30941,473.19349 498.31405,473.06043 493.67419,482.95781 C 490.97703,488.71117 484.9658,494.68524 479.39364,497.15007 C 468.64581,501.90435 473.26592,501.80804 259.5,501.73373 C 148.95,501.69531 55.575,501.3567 52,500.98128 z M 478.05927,479 C 478.6995,478.02679 478.93629,432.5469 478.7335,349.5 L 478.42094,221.5 L 475.59529,216.5 C 471.39536,209.06823 469.00848,205.97334 466.63246,204.87859 C 465.45961,204.3382 463.15,203.16054 461.5,202.26158 C 459.85,201.36262 456.475,200.28434 454,199.86541 C 451.525,199.44647 419.2518,199.07751 382.28179,199.0455 L 315.06357,198.98731 L 313.87042,196.75788 C 312.9622,195.06084 312.82975,178.9561 313.31578,129.31718 C 313.98165,61.310593 313.72487,55.433192 309.84373,49.84563 C 308.82968,48.385726 308,46.54297 308,45.750617 C 308,43.665171 305.31765,41.538616 297.63813,37.535779 L 290.85467,34 L 272.85043,34 L 254.84619,34 L 143.42848,145.71283 C 55.413507,233.96094 31.897489,258.06361 31.47145,260.46283 C 31.174824,262.13328 31.059901,312.1 31.216065,371.5 L 31.5,479.5 L 38.5,480 C 42.35,480.275 142.60381,480.5 261.28624,480.5 C 451.991,480.5 477.18718,480.32565 478.05927,479 z M 459.91667,193.52759 C 458.77738,192.23588 339.42815,72.872021 328.90514,62.5 C 322.20906,55.9 317.04511,51.39993 317.42971,52.499844 C 317.81431,53.599759 318.55773,60.901042 319.08175,68.724918 L 320.03452,82.950147 L 374.06839,136.93935 C 417.67077,180.50569 428.71981,191.03972 431.30113,191.50437 C 433.97775,191.98618 439.67073,192.48055 458.41667,193.85906 C 459.47083,193.93658 460.14583,193.78741 459.91667,193.52759 z"
250 id="path2792" />
251 <path
252 style="fill:#e0e0e0"
253 d="M 52,500.98128 C 35.899761,499.29055 26.000235,493.09876 20.934267,481.55081 C 17.124933,472.86737 16.871326,464.91636 17.232696,365.5 C 17.541011,280.67927 17.767745,268.97597 19.179735,265 C 22.682295,255.13727 25.949737,249.16653 31.766306,242 C 39.868106,232.01786 236.23748,36.123177 242,32.274506 C 250.32024,26.717583 256.72144,24.089998 266.1377,22.366383 C 274.13894,20.901782 276.97331,20.817157 285.63445,21.784276 C 304.7072,23.913974 314.61284,29.566305 335.93387,50.486023 C 381.78751,95.47657 481.54802,196.35408 485.0185,201.23994 C 490.68107,209.21186 494.58386,218.09149 496.56038,227.5 C 498.07749,234.72163 498.24424,246.73773 498.27425,351 C 498.30941,473.19349 498.31405,473.06043 493.67419,482.95781 C 490.97703,488.71117 484.9658,494.68524 479.39364,497.15007 C 468.64581,501.90435 473.26592,501.80804 259.5,501.73373 C 148.95,501.69531 55.575,501.3567 52,500.98128 z M 478.0594,479 C 478.69964,478.02666 478.93168,432.55852 478.7203,349.5 L 478.39454,221.5 L 475.75266,216.39256 C 474.29963,213.58346 471.99732,209.96183 470.63642,208.34449 C 467.36668,204.45863 458.83274,200.43227 452,199.55172 C 448.975,199.16188 417.16206,198.87069 381.30458,198.90462 C 321.06782,198.96162 315.97905,198.83619 314.39843,197.25558 C 312.80589,195.66303 312.73073,190.9837 313.31061,129.52242 C 313.97436,59.17077 313.83645,56.43253 309.18972,47.704247 C 306.20225,42.092682 305.48206,41.440949 297.97637,37.556748 L 291.10343,34 L 272.9751,34 L 254.84676,34 L 143.83501,145.25 C 82.778555,206.4375 32.413034,257.54179 31.911635,258.8151 C 31.382457,260.15895 31,307.01468 31,370.50174 L 31,479.87328 L 34.25,480.18664 C 36.0375,480.35899 136.40387,480.5 257.28637,480.5 C 451.54685,480.5 477.18733,480.32579 478.0594,479 z M 460,194.20108 C 460,193.597 320.38271,53.464955 317.32495,51 C 316.98381,50.725 317.00281,51.625 317.36717,53 C 317.73153,54.375 318.48668,61.680862 319.04529,69.23525 L 320.06094,82.970499 L 373.7002,136.57453 C 403.2018,166.05675 428.34695,190.56161 429.57832,191.02978 C 430.8097,191.49795 436.92082,192.20289 443.15859,192.59632 C 452.53447,193.18768 456.23043,193.70398 459.75,194.91405 C 459.8875,194.96132 460,194.64049 460,194.20108 z"
254 id="path2790" />
255 <path
256 style="fill:#fcd2d1"
257 d="M 50,500.3461 C 39.564915,498.70492 32.914822,495.68853 27.928406,490.33473 C 22.731747,484.75521 21.17503,481.84317 19.340763,474.27046 C 17.882257,468.24907 17.691164,456.82339 17.613572,371 C 17.533818,282.7854 17.674215,273.92045 19.248776,267.74998 C 21.383154,259.38568 25.945149,250.20988 31.553895,243 C 33.907117,239.975 81.882673,191.5816 138.16624,135.45911 C 231.32759,42.56438 241.17224,33.046135 248,29.266974 C 257.21901,24.164256 266.28407,21.995431 278.31205,22.014781 C 293.19942,22.038731 304.54208,25.564334 317.17498,34.094416 C 325.56563,39.760017 477.68179,191.89535 484.32826,201.26876 C 490.3589,209.77369 493.60293,216.82356 495.78748,226.17175 C 497.35288,232.87043 497.5,243.59447 497.5,351 C 497.5,443.53056 497.22519,469.69354 496.20682,474.1165 C 493.47876,485.96487 485.47665,494.70244 473.65691,498.7389 C 468.80265,500.39665 456.29301,500.50702 260.5,500.61965 C 146.1,500.68545 51.375,500.56236 50,500.3461 z M 478.0594,479 C 478.69964,478.02666 478.93168,432.55852 478.7203,349.5 L 478.39454,221.5 L 475.75266,216.39256 C 474.29963,213.58346 471.99732,209.96183 470.63642,208.34449 C 467.36668,204.45863 458.83274,200.43227 452,199.55172 C 448.975,199.16188 417.16206,198.87069 381.30458,198.90462 C 321.06782,198.96162 315.97905,198.83619 314.39843,197.25558 C 312.80589,195.66303 312.73073,190.9837 313.31061,129.52242 C 313.97436,59.17077 313.83645,56.43253 309.18972,47.704247 C 306.20225,42.092682 305.48206,41.440949 297.97637,37.556748 L 291.10343,34 L 272.9751,34 L 254.84676,34 L 143.83501,145.25 C 82.778555,206.4375 32.413034,257.54179 31.911635,258.8151 C 31.382457,260.15895 31,307.01468 31,370.50174 L 31,479.87328 L 34.25,480.18664 C 36.0375,480.35899 136.40387,480.5 257.28637,480.5 C 451.54685,480.5 477.18733,480.32579 478.0594,479 z M 456.8039,190.27643 C 452.02838,185.08903 320.76658,53.866745 318.48584,52 C 316.78046,50.604182 316.70097,50.673637 317.3414,53 C 317.71993,54.375 318.48668,61.680862 319.04529,69.23525 L 320.06094,82.970499 L 373.7002,136.57453 C 403.2018,166.05675 428.34695,190.56161 429.57832,191.02978 C 430.8097,191.49795 436.92082,192.20289 443.15859,192.59632 C 449.39637,192.98975 455.625,193.62627 457,194.01081 C 460.68309,195.04085 460.65242,194.45688 456.8039,190.27643 z"
258 id="path2788" />
259 <path
260 style="fill:#fad1d0"
261 d="M 50,500.3461 C 39.564915,498.70492 32.914822,495.68853 27.928406,490.33473 C 22.731747,484.75521 21.17503,481.84317 19.340763,474.27046 C 17.882257,468.24907 17.691164,456.82339 17.613572,371 C 17.533818,282.7854 17.674215,273.92045 19.248776,267.74998 C 21.383154,259.38568 25.945149,250.20988 31.553895,243 C 33.907117,239.975 81.882673,191.5816 138.16624,135.45911 C 231.32759,42.56438 241.17224,33.046135 248,29.266974 C 257.21901,24.164256 266.28407,21.995431 278.31205,22.014781 C 293.19942,22.038731 304.54208,25.564334 317.17498,34.094416 C 325.56563,39.760017 477.68179,191.89535 484.32826,201.26876 C 490.3589,209.77369 493.60293,216.82356 495.78748,226.17175 C 497.35288,232.87043 497.5,243.59447 497.5,351 C 497.5,443.53056 497.22519,469.69354 496.20682,474.1165 C 493.47876,485.96487 485.47665,494.70244 473.65691,498.7389 C 468.80265,500.39665 456.29301,500.50702 260.5,500.61965 C 146.1,500.68545 51.375,500.56236 50,500.3461 z M 478.0594,479 C 478.69964,478.02666 478.93168,432.55852 478.7203,349.5 L 478.39454,221.5 L 475.75266,216.39256 C 474.29963,213.58346 471.99732,209.96183 470.63642,208.34449 C 467.36668,204.45863 458.83274,200.43227 452,199.55172 C 448.975,199.16188 417.16206,198.87069 381.30458,198.90462 C 321.06782,198.96162 315.97905,198.83619 314.39843,197.25558 C 312.80589,195.66303 312.73073,190.9837 313.31061,129.52242 C 313.97436,59.17077 313.83645,56.43253 309.18972,47.704247 C 306.20225,42.092682 305.48206,41.440949 297.97637,37.556748 L 291.10343,34 L 272.9751,34 L 254.84676,34 L 143.83501,145.25 C 82.778555,206.4375 32.413034,257.54179 31.911635,258.8151 C 31.382457,260.15895 31,307.01468 31,370.50174 L 31,479.87328 L 34.25,480.18664 C 36.0375,480.35899 136.40387,480.5 257.28637,480.5 C 451.54685,480.5 477.18733,480.32579 478.0594,479 z M 456.8039,190.27643 C 452.02838,185.08903 320.76658,53.866745 318.48584,52 C 316.7804,50.604133 316.70108,50.673555 317.34327,53 C 317.72283,54.375 318.50252,61.914443 319.07591,69.754317 L 320.11845,84.008635 L 373.27777,137.1368 C 408.10581,171.94443 427.42105,190.54716 429.29051,191.08332 C 430.85989,191.53341 437.17405,192.21891 443.32196,192.60666 C 449.46988,192.9944 455.625,193.62627 457,194.01081 C 460.68309,195.04085 460.65242,194.45688 456.8039,190.27643 z"
262 id="path2786" />
263 <path
264 style="fill:#ecd8d7"
265 d="M 50,500.3461 C 39.564915,498.70492 32.914822,495.68853 27.928406,490.33473 C 22.731747,484.75521 21.17503,481.84317 19.340763,474.27046 C 17.882257,468.24907 17.691164,456.82339 17.613572,371 C 17.533818,282.7854 17.674215,273.92045 19.248776,267.74998 C 21.383154,259.38568 25.945149,250.20988 31.553895,243 C 33.907117,239.975 81.882673,191.5816 138.16624,135.45911 C 231.32759,42.56438 241.17224,33.046135 248,29.266974 C 257.21901,24.164256 266.28407,21.995431 278.31205,22.014781 C 293.19942,22.038731 304.54208,25.564334 317.17498,34.094416 C 325.56563,39.760017 477.68179,191.89535 484.32826,201.26876 C 490.3589,209.77369 493.60293,216.82356 495.78748,226.17175 C 497.35288,232.87043 497.5,243.59447 497.5,351 C 497.5,443.53056 497.22519,469.69354 496.20682,474.1165 C 493.47876,485.96487 485.47665,494.70244 473.65691,498.7389 C 468.80265,500.39665 456.29301,500.50702 260.5,500.61965 C 146.1,500.68545 51.375,500.56236 50,500.3461 z M 478.0594,479 C 478.69964,478.02666 478.93168,432.55852 478.7203,349.5 L 478.39454,221.5 L 475.75266,216.39256 C 474.29963,213.58346 471.99732,209.96183 470.63642,208.34449 C 467.36668,204.45863 458.83274,200.43227 452,199.55172 C 448.975,199.16188 417.16206,198.87069 381.30458,198.90462 C 321.06782,198.96162 315.97905,198.83619 314.39843,197.25558 C 312.80589,195.66303 312.73073,190.9837 313.31061,129.52242 C 313.97436,59.17077 313.83645,56.43253 309.18972,47.704247 C 306.20225,42.092682 305.48206,41.440949 297.97637,37.556748 L 291.10343,34 L 272.8569,34 L 254.61036,34 L 143.72897,145.25 C 82.744198,206.4375 32.431866,257.54179 31.923785,258.8151 C 31.378481,260.18169 31,305.94045 31,370.50174 L 31,479.87328 L 34.25,480.18664 C 36.0375,480.35899 136.40387,480.5 257.28637,480.5 C 451.54685,480.5 477.18733,480.32579 478.0594,479 z M 456.8039,190.27643 C 452.02838,185.08903 320.76658,53.866745 318.48584,52 C 316.77981,50.603655 316.7021,50.672758 317.36122,53 C 317.75065,54.375 318.46871,62.153087 318.95692,70.284637 L 319.84456,85.069274 L 329.67228,94.929291 C 335.07753,100.3523 339.95,105.26597 340.5,105.84856 C 341.05,106.43116 360.38577,125.66316 383.46838,148.58635 C 409.71683,174.65351 426.47462,190.56253 428.20757,191.05953 C 429.73151,191.49659 436.26634,192.17982 442.72941,192.57782 C 449.19248,192.97582 455.60985,193.61838 456.99022,194.00572 C 460.68383,195.04217 460.65471,194.45936 456.8039,190.27643 z"
266 id="path2784" />
267 <path
268 style="fill:#e1dddd"
269 d="M 50,500.3461 C 39.564915,498.70492 32.914822,495.68853 27.928406,490.33473 C 22.731747,484.75521 21.17503,481.84317 19.340763,474.27046 C 17.882257,468.24907 17.691164,456.82339 17.613572,371 C 17.533818,282.7854 17.674215,273.92045 19.248776,267.74998 C 21.383154,259.38568 25.945149,250.20988 31.553895,243 C 33.907117,239.975 81.882673,191.5816 138.16624,135.45911 C 231.32759,42.56438 241.17224,33.046135 248,29.266974 C 257.21901,24.164256 266.28407,21.995431 278.31205,22.014781 C 293.19942,22.038731 304.54208,25.564334 317.17498,34.094416 C 325.56563,39.760017 477.68179,191.89535 484.32826,201.26876 C 490.3589,209.77369 493.60293,216.82356 495.78748,226.17175 C 497.35288,232.87043 497.5,243.59447 497.5,351 C 497.5,443.53056 497.22519,469.69354 496.20682,474.1165 C 493.47876,485.96487 485.47665,494.70244 473.65691,498.7389 C 468.80265,500.39665 456.29301,500.50702 260.5,500.61965 C 146.1,500.68545 51.375,500.56236 50,500.3461 z M 477.61798,479.23916 C 478.95888,477.89826 479.09287,463.0199 478.78532,349.6122 L 478.4379,221.5 L 475.12598,215.33698 C 473.30443,211.94731 470.8434,208.29154 469.65703,207.21304 C 465.36114,203.30772 458.31538,200.23288 451.92723,199.47556 C 448.39225,199.05648 416.16327,198.65381 380.30726,198.58073 C 344.45126,198.50765 314.75126,198.08293 314.30726,197.6369 C 313.86327,197.19088 313.63949,167.27761 313.80998,131.16298 C 314.1407,61.106761 313.90281,56.684529 309.34203,48.106884 C 306.03874,41.894239 305.63652,41.520882 297.97637,37.556748 L 291.10343,34 L 272.86189,34 L 254.62034,34 L 147.24833,141.75 C 88.193728,201.0125 37.879151,251.61822 35.438162,254.20716 L 31,258.91432 L 31,369.39074 L 31,479.86716 L 33.75,480.18358 C 35.2625,480.35761 135.41072,480.55713 256.30161,480.62696 C 451.41205,480.73966 476.27338,480.58377 477.61798,479.23916 z M 456.8039,190.27643 C 452.02838,185.08903 320.76658,53.866745 318.48584,52 C 316.77981,50.603655 316.7021,50.672758 317.36122,53 C 317.75065,54.375 318.46871,62.153087 318.95692,70.284637 L 319.84456,85.069274 L 329.67228,94.929291 C 335.07753,100.3523 339.95,105.26597 340.5,105.84856 C 341.05,106.43116 360.38577,125.66316 383.46838,148.58635 C 409.71683,174.65351 426.47462,190.56253 428.20757,191.05953 C 429.73151,191.49659 436.26634,192.17982 442.72941,192.57782 C 449.19248,192.97582 455.60985,193.61838 456.99022,194.00572 C 460.68383,195.04217 460.65471,194.45936 456.8039,190.27643 z"
270 id="path2782" />
271 <path
272 style="fill:#f3d4d3"
273 d="M 50,500.3461 C 39.564915,498.70492 32.914822,495.68853 27.928406,490.33473 C 22.731747,484.75521 21.17503,481.84317 19.340763,474.27046 C 17.882257,468.24907 17.691164,456.82339 17.613572,371 C 17.533818,282.7854 17.674215,273.92045 19.248776,267.74998 C 21.383154,259.38568 25.945149,250.20988 31.553895,243 C 33.907117,239.975 81.882673,191.5816 138.16624,135.45911 C 231.32759,42.56438 241.17224,33.046135 248,29.266974 C 257.21901,24.164256 266.28407,21.995431 278.31205,22.014781 C 293.19942,22.038731 304.54208,25.564334 317.17498,34.094416 C 325.56563,39.760017 477.68179,191.89535 484.32826,201.26876 C 490.3589,209.77369 493.60293,216.82356 495.78748,226.17175 C 497.35288,232.87043 497.5,243.59447 497.5,351 C 497.5,443.53056 497.22519,469.69354 496.20682,474.1165 C 493.47876,485.96487 485.47665,494.70244 473.65691,498.7389 C 468.80265,500.39665 456.29301,500.50702 260.5,500.61965 C 146.1,500.68545 51.375,500.56236 50,500.3461 z M 477.61798,479.23916 C 478.95888,477.89826 479.09287,463.0199 478.78532,349.6122 L 478.4379,221.5 L 475.12598,215.33698 C 473.30443,211.94731 470.8434,208.29154 469.65703,207.21304 C 465.36114,203.30772 458.31538,200.23288 451.92723,199.47556 C 448.39225,199.05648 416.16327,198.65381 380.30726,198.58073 C 344.45126,198.50765 314.75126,198.08293 314.30726,197.6369 C 313.86327,197.19088 313.63949,167.27761 313.80998,131.16298 C 314.1407,61.106761 313.90281,56.684529 309.34203,48.106884 C 306.03874,41.894239 305.63652,41.520882 297.97637,37.556748 L 291.10343,34 L 272.86189,34 L 254.62034,34 L 147.24833,141.75 C 88.193728,201.0125 37.879151,251.61822 35.438162,254.20716 L 31,258.91432 L 31,369.39074 L 31,479.86716 L 33.75,480.18358 C 35.2625,480.35761 135.41072,480.55713 256.30161,480.62696 C 451.41205,480.73966 476.27338,480.58377 477.61798,479.23916 z M 460.99974,194.25 C 460.99938,193.20208 318.6687,51 317.6202,51 C 317.1508,51 317.05981,52.0125 317.418,53.25 C 317.7762,54.4875 318.46871,62.153087 318.95692,70.284637 L 319.84456,85.069274 L 329.67228,94.929291 C 335.07753,100.3523 339.95,105.26597 340.5,105.84856 C 341.05,106.43116 360.38577,125.66316 383.46838,148.58635 C 409.71683,174.65351 426.47462,190.56253 428.20757,191.05953 C 429.73151,191.49659 436.26634,192.17982 442.72941,192.57782 C 449.19248,192.97582 455.60985,193.64495 456.99022,194.06478 C 460.38951,195.09863 461.00004,195.12683 460.99974,194.25 z"
274 id="path2780" />
275 <path
276 style="fill:#dedede"
277 d="M 50,500.3461 C 39.564915,498.70492 32.914822,495.68853 27.928406,490.33473 C 22.731747,484.75521 21.17503,481.84317 19.340763,474.27046 C 17.882257,468.24907 17.691164,456.82339 17.613572,371 C 17.533818,282.7854 17.674215,273.92045 19.248776,267.74998 C 21.383154,259.38568 25.945149,250.20988 31.553895,243 C 33.907117,239.975 81.882673,191.5816 138.16624,135.45911 C 231.32759,42.56438 241.17224,33.046135 248,29.266974 C 257.21901,24.164256 266.28407,21.995431 278.31205,22.014781 C 293.19942,22.038731 304.54208,25.564334 317.17498,34.094416 C 325.56563,39.760017 477.68179,191.89535 484.32826,201.26876 C 490.3589,209.77369 493.60293,216.82356 495.78748,226.17175 C 497.35288,232.87043 497.5,243.59447 497.5,351 C 497.5,443.53056 497.22519,469.69354 496.20682,474.1165 C 493.47876,485.96487 485.47665,494.70244 473.65691,498.7389 C 468.80265,500.39665 456.29301,500.50702 260.5,500.61965 C 146.1,500.68545 51.375,500.56236 50,500.3461 z M 478.00058,479.4993 C 478.95874,478.34479 479.1405,450.02177 478.83317,349.76118 L 478.44001,221.5 L 475.12704,215.33698 C 473.3049,211.94731 470.8434,208.29154 469.65703,207.21304 C 465.36114,203.30772 458.31538,200.23288 451.92723,199.47556 C 448.39225,199.05648 416.16327,198.65381 380.30726,198.58073 C 344.45126,198.50765 314.75126,198.08293 314.30726,197.6369 C 313.86327,197.19088 313.63949,167.27761 313.80998,131.16298 C 314.1407,61.106761 313.90281,56.684529 309.34203,48.106884 C 306.03874,41.894239 305.63652,41.520882 297.97637,37.556748 L 291.10343,34 L 272.80172,33.981444 L 254.5,33.962889 L 147.9438,140.73144 C 89.337888,199.45415 39.050388,250.09226 36.193799,253.26059 L 31,259.02117 L 31,369.44416 L 31,479.86716 L 33.75,480.18358 C 35.2625,480.35761 135.56184,480.60715 256.63742,480.73812 C 449.76473,480.94702 476.92523,480.79502 478.00058,479.4993 z M 460.99974,194.25 C 460.99938,193.20208 318.6687,51 317.6202,51 C 317.1508,51 317.05981,52.0125 317.418,53.25 C 317.7762,54.4875 318.46871,62.153087 318.95692,70.284637 L 319.84456,85.069274 L 329.67228,94.929291 C 335.07753,100.3523 339.95,105.26681 340.5,105.85043 C 341.05,106.43405 360.5159,125.79247 383.75755,148.86915 C 421.01145,185.85863 426.45823,190.90045 429.75755,191.44915 C 431.8159,191.79146 439.03376,192.45171 445.79725,192.91635 C 452.56074,193.381 458.37324,194.03991 458.71392,194.38059 C 459.57219,195.23886 461.00005,195.15729 460.99974,194.25 z"
278 id="path2778" />
279 <path
280 style="fill:#fad0ce"
281 d="M 54.5,499.90153 C 41.800923,498.92065 35.764852,496.79558 29.78189,491.19921 C 27.047727,488.64172 24.014372,484.96316 23.041103,483.02462 C 18.500019,473.97977 18.5,473.9793 18.5,370.5 C 18.5,278.75295 18.616203,272.08526 20.32121,266 C 22.256553,259.09265 27.614482,248.49094 31.687188,243.51018 C 33.040954,241.85458 80.294923,194.31574 136.69601,137.86831 C 226.85291,47.63733 240.16514,34.690045 246.87172,30.713039 C 255.253,25.74293 258.81276,24.562262 270.18595,22.980398 C 285.35898,20.870023 302.73116,25.04288 316.07919,34.004114 C 324.97424,39.975825 473.87685,188.44588 482.5587,200 C 489.69487,209.49708 493.50993,217.93587 495.59595,228.83797 C 497.71621,239.91906 497.6387,463.32148 495.5111,473.36357 C 492.72584,486.50982 485.66891,494.16053 472.60516,498.19689 L 465.5,500.3922 L 264.5,500.49445 C 153.95,500.55069 59.45,500.28388 54.5,499.90153 z M 478.00058,479.4993 C 478.95874,478.34479 479.1405,450.02177 478.83317,349.76118 L 478.44001,221.5 L 475.12704,215.33698 C 473.3049,211.94731 470.8434,208.29154 469.65703,207.21304 C 465.36114,203.30772 458.31538,200.23288 451.92723,199.47556 C 448.39225,199.05648 416.16327,198.65381 380.30726,198.58073 C 344.45126,198.50765 314.75126,198.08293 314.30726,197.6369 C 313.86327,197.19088 313.63949,167.27761 313.80998,131.16298 C 314.1407,61.106761 313.90281,56.684529 309.34203,48.106884 C 306.03874,41.894239 305.63652,41.520882 297.97637,37.556748 L 291.10343,34 L 272.80172,33.981444 L 254.5,33.962889 L 147.9438,140.73144 C 89.337888,199.45415 39.050388,250.09226 36.193799,253.26059 L 31,259.02117 L 31,369.44416 L 31,479.86716 L 33.75,480.18358 C 35.2625,480.35761 135.56184,480.60715 256.63742,480.73812 C 449.76473,480.94702 476.92523,480.79502 478.00058,479.4993 z M 460.99974,194.25 C 460.99938,193.20208 318.6687,51 317.6202,51 C 317.1508,51 317.05981,52.0125 317.418,53.25 C 317.7762,54.4875 318.46871,62.153087 318.95692,70.284637 L 319.84456,85.069274 L 329.67228,94.929291 C 335.07753,100.3523 339.95,105.26681 340.5,105.85043 C 341.05,106.43405 360.5159,125.79247 383.75755,148.86915 C 421.01145,185.85863 426.45823,190.90045 429.75755,191.44915 C 431.8159,191.79146 439.03376,192.45171 445.79725,192.91635 C 452.56074,193.381 458.37324,194.03991 458.71392,194.38059 C 459.57219,195.23886 461.00005,195.15729 460.99974,194.25 z"
282 id="path2776" />
283 <path
284 style="fill:#facecc"
285 d="M 54.5,499.90153 C 41.800923,498.92065 35.764852,496.79558 29.78189,491.19921 C 27.047727,488.64172 24.014372,484.96316 23.041103,483.02462 C 18.500019,473.97977 18.5,473.9793 18.5,370.5 C 18.5,278.75295 18.616203,272.08526 20.32121,266 C 22.256553,259.09265 27.614482,248.49094 31.687188,243.51018 C 33.040954,241.85458 80.294923,194.31574 136.69601,137.86831 C 226.85291,47.63733 240.16514,34.690045 246.87172,30.713039 C 255.253,25.74293 258.81276,24.562262 270.18595,22.980398 C 285.35898,20.870023 302.73116,25.04288 316.07919,34.004114 C 324.97424,39.975825 473.87685,188.44588 482.5587,200 C 489.69487,209.49708 493.50993,217.93587 495.59595,228.83797 C 497.71621,239.91906 497.6387,463.32148 495.5111,473.36357 C 492.72584,486.50982 485.66891,494.16053 472.60516,498.19689 L 465.5,500.3922 L 264.5,500.49445 C 153.95,500.55069 59.45,500.28388 54.5,499.90153 z M 478.00058,479.4993 C 478.95874,478.34479 479.1405,450.02177 478.83317,349.76118 L 478.44001,221.5 L 475.12704,215.33698 C 473.3049,211.94731 470.8434,208.29154 469.65703,207.21304 C 465.36114,203.30772 458.31538,200.23288 451.92723,199.47556 C 448.39225,199.05648 416.16327,198.65381 380.30726,198.58073 C 344.45126,198.50765 314.75126,198.08293 314.30726,197.6369 C 313.86327,197.19088 313.63949,167.27761 313.80998,131.16298 C 314.1407,61.106761 313.90281,56.684529 309.34203,48.106884 C 306.03874,41.894239 305.63652,41.520882 297.97637,37.556748 L 291.10343,34 L 272.80172,33.978767 L 254.5,33.957533 L 147.94318,140.72877 C 89.336933,199.45294 39.049433,250.09226 36.193182,253.26059 L 31,259.02117 L 31,369.44416 L 31,479.86716 L 33.75,480.18358 C 35.2625,480.35761 135.56184,480.60715 256.63742,480.73812 C 449.76473,480.94702 476.92523,480.79502 478.00058,479.4993 z M 460.99974,194.25 C 460.99933,193.05433 318.12862,50.538043 317.53025,51.136412 C 317.23332,51.433344 317.44254,54.060544 317.99519,56.974634 C 318.54784,59.888724 319.00495,66.149059 319.01101,70.88649 C 319.03161,87.010475 314.21249,80.854523 372.07666,138.67271 C 406.09461,172.66364 424.8717,190.726 426.70561,191.22227 C 428.24252,191.63818 435.125,192.2802 442,192.64899 C 448.875,193.01778 455.625,193.65895 457,194.07381 C 460.39538,195.09824 461.00004,195.12488 460.99974,194.25 z"
286 id="path2774" />
287 <path
288 style="fill:#dcdcdc"
289 d="M 54.5,499.90153 C 41.800923,498.92065 35.764852,496.79558 29.78189,491.19921 C 27.047727,488.64172 24.014372,484.96316 23.041103,483.02462 C 18.500019,473.97977 18.5,473.9793 18.5,370.5 C 18.5,278.75295 18.616203,272.08526 20.32121,266 C 22.256553,259.09265 27.614482,248.49094 31.687188,243.51018 C 33.040954,241.85458 80.294923,194.31574 136.69601,137.86831 C 226.85291,47.63733 240.16514,34.690045 246.87172,30.713039 C 255.253,25.74293 258.81276,24.562262 270.18595,22.980398 C 285.35898,20.870023 302.73116,25.04288 316.07919,34.004114 C 324.97424,39.975825 473.87685,188.44588 482.5587,200 C 489.69487,209.49708 493.50993,217.93587 495.59595,228.83797 C 497.71621,239.91906 497.6387,463.32148 495.5111,473.36357 C 492.72584,486.50982 485.66891,494.16053 472.60516,498.19689 L 465.5,500.3922 L 264.5,500.49445 C 153.95,500.55069 59.45,500.28388 54.5,499.90153 z M 478.00058,479.4993 C 478.95874,478.34479 479.1405,450.02177 478.83317,349.76118 L 478.44001,221.5 L 475.12704,215.33698 C 473.3049,211.94731 470.8434,208.29154 469.65703,207.21304 C 465.36114,203.30772 458.31538,200.23288 451.92723,199.47556 C 448.39225,199.05648 416.16327,198.65381 380.30726,198.58073 C 344.45126,198.50765 314.75126,198.08293 314.30726,197.6369 C 313.86327,197.19088 313.63949,167.27761 313.80998,131.16298 C 314.1407,61.106761 313.90281,56.684529 309.34203,48.106884 C 306.03874,41.894239 305.63652,41.520882 297.97637,37.556748 L 291.10343,34 L 272.80172,33.978767 L 254.5,33.957533 L 147.94318,140.72877 C 89.336933,199.45294 39.049433,250.09226 36.193182,253.26059 L 31,259.02117 L 31,369.44416 L 31,479.86716 L 33.75,480.18358 C 35.2625,480.35761 135.56184,480.60715 256.63742,480.73812 C 449.76473,480.94702 476.92523,480.79502 478.00058,479.4993 z M 460.99974,194.25 C 460.99933,193.05433 318.12862,50.538043 317.53025,51.136412 C 317.23332,51.433344 317.44254,54.060544 317.99519,56.974634 C 318.54784,59.888724 319,67.132264 319,73.07139 C 319,79.010516 319.48056,85.133765 320.06791,86.678611 C 321.08809,89.3619 419.5871,189.0133 423.279,191.09724 C 424.25745,191.64953 431.66584,192.36816 439.74209,192.69418 C 447.81833,193.0202 455.56778,193.6337 456.96308,194.05752 C 460.39188,195.099 461.00004,195.128 460.99974,194.25 z"
290 id="path2772" />
291 <path
292 style="fill:#ead4d3"
293 d="M 49.5,498.99017 C 37.557361,497.14064 28.928861,492.14488 24.434585,484.47769 C 18.931544,475.08956 18.927868,475.01527 18.80364,370.66767 C 18.690923,275.98945 18.721579,274.38122 20.782966,266.83092 C 23.433041,257.12443 25.896654,252.25757 32.593115,243.5 C 35.537012,239.65 83.070383,191.45594 138.22283,136.40208 C 248.96358,25.859298 245.36939,29.095098 262.06486,24.908613 C 279.63743,20.502191 300.2864,24.060658 315.13876,34.054915 C 325.09655,40.755586 473.48303,188.79153 483.05915,201.57862 C 490.64583,211.7092 494.52217,222.06606 495.95575,236.03592 C 497.40286,250.13767 497.37685,457.10888 495.92664,467.67764 C 493.74036,483.61064 486.87712,492.91253 474.10342,497.25509 L 467.5,499.5 L 261,499.63225 C 147.425,499.70499 52.25,499.41605 49.5,498.99017 z M 478.00058,479.4993 C 478.95874,478.34479 479.1405,450.02177 478.83317,349.76118 L 478.44001,221.5 L 475.12704,215.33698 C 473.3049,211.94731 470.8434,208.29154 469.65703,207.21304 C 465.36114,203.30772 458.31538,200.23288 451.92723,199.47556 C 448.39225,199.05648 416.16327,198.65381 380.30726,198.58073 C 344.45126,198.50765 314.75126,198.08293 314.30726,197.6369 C 313.86327,197.19088 313.63949,167.27761 313.80998,131.16298 C 314.1407,61.106761 313.90281,56.684529 309.34203,48.106884 C 306.03874,41.894239 305.63652,41.520882 297.97637,37.556748 L 291.10343,34 L 272.80172,33.978767 L 254.5,33.957533 L 147.94318,140.72877 C 89.336933,199.45294 39.049433,250.09226 36.193182,253.26059 L 31,259.02117 L 31,369.44416 L 31,479.86716 L 33.75,480.18358 C 35.2625,480.35761 135.56184,480.60715 256.63742,480.73812 C 449.76473,480.94702 476.92523,480.79502 478.00058,479.4993 z M 461,194.24738 C 461,193.04331 318.13831,50.528355 317.53555,51.13112 C 317.2357,51.430963 317.44254,54.060544 317.99519,56.974634 C 318.54784,59.888724 319,67.132264 319,73.07139 C 319,79.010516 319.48056,85.133765 320.06791,86.678611 C 321.08809,89.3619 419.5871,189.0133 423.279,191.09724 C 424.25745,191.64953 431.66584,192.36816 439.74209,192.69418 C 447.81833,193.0202 455.56778,193.6337 456.96308,194.05752 C 460.39361,195.09953 461,195.12804 461,194.24738 z"
294 id="path2770" />
295 <path
296 style="fill:#faccca"
297 d="M 49.5,498.99017 C 37.557361,497.14064 28.928861,492.14488 24.434585,484.47769 C 18.931544,475.08956 18.927868,475.01527 18.80364,370.66767 C 18.690923,275.98945 18.721579,274.38122 20.782966,266.83092 C 23.433041,257.12443 25.896654,252.25757 32.593115,243.5 C 35.537012,239.65 83.070383,191.45594 138.22283,136.40208 C 248.96358,25.859298 245.36939,29.095098 262.06486,24.908613 C 279.63743,20.502191 300.2864,24.060658 315.13876,34.054915 C 325.09655,40.755586 473.48303,188.79153 483.05915,201.57862 C 490.64583,211.7092 494.52217,222.06606 495.95575,236.03592 C 497.40286,250.13767 497.37685,457.10888 495.92664,467.67764 C 493.74036,483.61064 486.87712,492.91253 474.10342,497.25509 L 467.5,499.5 L 261,499.63225 C 147.425,499.70499 52.25,499.41605 49.5,498.99017 z M 478.02489,479.47001 C 478.95602,478.34806 479.13484,448.74928 478.81153,349.259 L 478.39312,220.5 L 474.11315,213.44578 C 470.3572,207.25526 469.07816,206.0099 463.66659,203.27429 C 460.27496,201.55979 455.475,199.82374 453,199.41641 C 450.525,199.00908 418.44388,198.58013 381.70863,198.4632 C 344.97337,198.34626 314.68031,198.01365 314.39072,197.72405 C 314.10112,197.43446 313.88007,167.11558 313.89948,130.34876 C 313.93623,60.755967 313.61359,54.569515 309.6525,48.91426 C 308.74362,47.61666 307.99693,45.867615 307.99317,45.027494 C 307.98599,43.424001 304.75278,41.038425 296.62405,36.638975 C 291.85531,34.058029 291.33857,33.999656 273.12405,33.984351 L 254.5,33.968702 L 143.83081,144.73435 C 82.96275,205.65546 32.67525,256.53367 32.080806,257.79705 C 30.940601,260.22035 30.442963,479.10963 31.575085,480.24175 C 31.891382,480.55805 132.20084,480.8405 254.485,480.86942 C 447.67418,480.91512 476.97781,480.73167 478.02489,479.47001 z M 461,194.24738 C 461,193.07789 318.14746,50.519206 317.56212,51.104551 C 317.27689,51.38978 317.48112,54.29544 318.01597,57.561574 C 318.55081,60.827708 318.99102,68.083205 318.99421,73.6849 C 318.99739,79.286596 319.48056,85.133765 320.06791,86.678611 C 321.08099,89.34323 419.57121,189.0031 423.24085,191.07682 C 424.19832,191.61788 431.17332,192.31945 438.74085,192.63586 C 446.30838,192.95227 454.075,193.56844 456,194.00512 C 460.79625,195.09315 461,195.10302 461,194.24738 z"
298 id="path2768" />
299 <path
300 style="fill:#dadada"
301 d="M 49.5,498.99017 C 37.557361,497.14064 28.928861,492.14488 24.434585,484.47769 C 18.931544,475.08956 18.927868,475.01527 18.80364,370.66767 C 18.690923,275.98945 18.721579,274.38122 20.782966,266.83092 C 23.433041,257.12443 25.896654,252.25757 32.593115,243.5 C 35.537012,239.65 83.070383,191.45594 138.22283,136.40208 C 248.96358,25.859298 245.36939,29.095098 262.06486,24.908613 C 279.63743,20.502191 300.2864,24.060658 315.13876,34.054915 C 325.09655,40.755586 473.48303,188.79153 483.05915,201.57862 C 490.64583,211.7092 494.52217,222.06606 495.95575,236.03592 C 497.40286,250.13767 497.37685,457.10888 495.92664,467.67764 C 493.74036,483.61064 486.87712,492.91253 474.10342,497.25509 L 467.5,499.5 L 261,499.63225 C 147.425,499.70499 52.25,499.41605 49.5,498.99017 z M 478.02489,479.47001 C 478.95602,478.34806 479.13484,448.74928 478.81153,349.259 L 478.39312,220.5 L 474.11315,213.44578 C 470.3572,207.25526 469.07816,206.0099 463.66659,203.27429 C 460.27496,201.55979 455.475,199.82374 453,199.41641 C 450.525,199.00908 418.44388,198.58013 381.70863,198.4632 C 344.97337,198.34626 314.68031,198.01365 314.39072,197.72405 C 314.10112,197.43446 313.88007,167.11558 313.89948,130.34876 C 313.93623,60.755967 313.61359,54.569515 309.6525,48.91426 C 308.74362,47.61666 307.99693,45.867615 307.99317,45.027494 C 307.98599,43.424001 304.75278,41.038425 296.62405,36.638975 C 291.85002,34.055162 291.35756,34 273.06496,34 L 254.38183,34 L 143.85016,144.75 C 83.057739,205.6625 32.796827,256.48292 32.159243,257.68426 C 31.300535,259.30225 31,288.35993 31,369.76759 C 31,430.21208 31.258788,479.92545 31.575085,480.24175 C 31.891382,480.55805 132.20084,480.8405 254.485,480.86942 C 447.67418,480.91512 476.97781,480.73167 478.02489,479.47001 z M 461,194.24738 C 461,193.07789 318.14746,50.519206 317.56212,51.104551 C 317.27689,51.38978 317.48112,54.29544 318.01597,57.561574 C 318.55081,60.827708 318.99102,68.227971 318.99421,74.006602 C 318.99739,79.785233 319.41532,85.961339 319.92293,87.731283 C 320.59659,90.080183 334.16873,104.22487 370.17293,140.10107 C 397.30282,167.13451 420.4496,189.88145 421.61021,190.64981 C 423.04557,191.60006 428.32233,192.23428 438.11021,192.63297 C 446.0246,192.95534 454.075,193.5746 456,194.0091 C 460.80125,195.09281 461,195.10228 461,194.24738 z"
302 id="path2766" />
303 <path
304 style="fill:#facac8"
305 d="M 54.425373,498.80945 C 43.085679,497.92687 35.404296,495.11569 29.50495,489.68924 C 24.369776,484.96571 21.646966,478.53133 20.018921,467.27246 C 19.438106,463.25578 19.031557,423.61788 19.019809,369.86047 C 19.002774,291.91551 19.218206,278.07065 20.557998,271.00784 C 22.516894,260.68138 25.656792,253.54379 31.947418,245.1175 C 34.664572,241.47788 82.250466,193.21525 137.69385,137.86722 C 216.29616,59.400089 240.11022,36.188759 245.81047,32.487015 C 255.61827,26.117819 264.19322,23.837847 278.5,23.79528 C 288.20915,23.766393 290.5917,24.128377 298.8029,26.879936 C 309.84247,30.579278 316.83082,35.115736 328.70453,46.290465 C 348.76511,65.170122 477.55729,194.96984 481.71046,200.49335 C 487.37845,208.03152 491.34107,215.84101 493.67856,224.07996 C 495.39507,230.13016 495.5,237.47047 495.5,351.5 L 495.5,472.5 L 493.12265,478.5 C 491.51603,482.55479 489.08371,486.13101 485.62014,489.53085 C 481.28699,493.78428 479.25913,494.92895 472.4975,496.93822 L 464.5,499.31474 L 264,499.41524 C 153.725,499.47051 59.416418,499.19791 54.425373,498.80945 z M 478.02489,479.47001 C 478.95602,478.34806 479.13484,448.74928 478.81153,349.259 L 478.39312,220.5 L 474.11315,213.44578 C 470.3572,207.25526 469.07816,206.0099 463.66659,203.27429 C 460.27496,201.55979 455.475,199.82374 453,199.41641 C 450.525,199.00908 418.44388,198.58013 381.70863,198.4632 C 344.97337,198.34626 314.68031,198.01365 314.39072,197.72405 C 314.10112,197.43446 313.88007,167.11558 313.89948,130.34876 C 313.93623,60.755967 313.61359,54.569515 309.6525,48.91426 C 308.74362,47.61666 307.99693,45.867615 307.99317,45.027494 C 307.98599,43.424001 304.75278,41.038425 296.62405,36.638975 C 291.85002,34.055162 291.35756,34 273.06496,34 L 254.38183,34 L 143.85016,144.75 C 83.057739,205.6625 32.796827,256.48292 32.159243,257.68426 C 31.300535,259.30225 31,288.35993 31,369.76759 C 31,430.21208 31.258788,479.92545 31.575085,480.24175 C 31.891382,480.55805 132.20084,480.8405 254.485,480.86942 C 447.67418,480.91512 476.97781,480.73167 478.02489,479.47001 z M 426.48463,158.75 C 406.69308,138.8125 373.91143,106.075 353.63652,86 C 324.07469,56.72965 316.89846,50.094218 317.40623,52.5 C 317.75449,54.15 318.27359,61.35 318.55979,68.5 C 319.50421,92.093974 313.12886,83.234151 369.82934,139.74939 C 397.1482,166.97901 420.4496,189.88532 421.61021,190.65231 C 423.04313,191.59925 428.33899,192.23496 438.11021,192.63297 C 446.0246,192.95534 454.075,193.5746 456,194.0091 C 457.925,194.4436 460.16808,194.8443 460.98463,194.89955 C 461.80118,194.9548 446.27618,178.6875 426.48463,158.75 z"
306 id="path2764" />
307 <path
308 style="fill:#e5d2d2"
309 d="M 54.425373,498.80945 C 43.085679,497.92687 35.404296,495.11569 29.50495,489.68924 C 24.369776,484.96571 21.646966,478.53133 20.018921,467.27246 C 19.438106,463.25578 19.031557,423.61788 19.019809,369.86047 C 19.002774,291.91551 19.218206,278.07065 20.557998,271.00784 C 22.516894,260.68138 25.656792,253.54379 31.947418,245.1175 C 34.664572,241.47788 82.250466,193.21525 137.69385,137.86722 C 216.29616,59.400089 240.11022,36.188759 245.81047,32.487015 C 255.61827,26.117819 264.19322,23.837847 278.5,23.79528 C 288.20915,23.766393 290.5917,24.128377 298.8029,26.879936 C 309.84247,30.579278 316.83082,35.115736 328.70453,46.290465 C 348.76511,65.170122 477.55729,194.96984 481.71046,200.49335 C 487.37845,208.03152 491.34107,215.84101 493.67856,224.07996 C 495.39507,230.13016 495.5,237.47047 495.5,351.5 L 495.5,472.5 L 493.12265,478.5 C 491.51603,482.55479 489.08371,486.13101 485.62014,489.53085 C 481.28699,493.78428 479.25913,494.92895 472.4975,496.93822 L 464.5,499.31474 L 264,499.41524 C 153.725,499.47051 59.416418,499.19791 54.425373,498.80945 z M 478.02489,479.47001 C 478.95602,478.34806 479.13484,448.74928 478.81153,349.259 L 478.39312,220.5 L 474.11315,213.44578 C 470.3572,207.25526 469.07816,206.0099 463.66659,203.27429 C 460.27496,201.55979 455.475,199.82374 453,199.41641 C 450.525,199.00908 418.44388,198.58013 381.70863,198.4632 C 344.97337,198.34626 314.68031,198.01365 314.39072,197.72405 C 314.10112,197.43446 313.88007,167.11558 313.89948,130.34876 C 313.93623,60.755967 313.61359,54.569515 309.6525,48.91426 C 308.74362,47.61666 307.99693,45.867615 307.99317,45.027494 C 307.98599,43.424001 304.75278,41.038425 296.62405,36.638975 C 291.85002,34.055162 291.35756,34 273.06496,34 L 254.38183,34 L 143.85016,144.75 C 83.057739,205.6625 32.796827,256.48292 32.159243,257.68426 C 31.300535,259.30225 31,288.35993 31,369.76759 C 31,430.21208 31.258788,479.92545 31.575085,480.24175 C 31.891382,480.55805 132.20084,480.8405 254.485,480.86942 C 447.67418,480.91512 476.97781,480.73167 478.02489,479.47001 z M 426.48463,158.75 C 406.69308,138.8125 373.90834,106.075 353.62964,86 C 320.94405,53.642745 316.83968,49.89725 317.46771,53 C 317.85735,54.925 318.55137,64.375 319.00997,74 C 319.46858,83.625 319.87894,91.626262 319.9219,91.780582 C 320.35393,93.332685 419.01807,190.43657 420.88384,191.14593 C 422.26294,191.67027 429.94076,192.35031 437.94565,192.65713 C 445.95054,192.96396 454.075,193.57142 456,194.00705 C 457.925,194.44267 460.16808,194.8443 460.98463,194.89955 C 461.80118,194.9548 446.27618,178.6875 426.48463,158.75 z"
310 id="path2762" />
311 <path
312 style="fill:#ead0cf"
313 d="M 54.425373,498.80945 C 43.085679,497.92687 35.404296,495.11569 29.50495,489.68924 C 24.369776,484.96571 21.646966,478.53133 20.018921,467.27246 C 19.438106,463.25578 19.031557,423.61788 19.019809,369.86047 C 19.002774,291.91551 19.218206,278.07065 20.557998,271.00784 C 22.516894,260.68138 25.656792,253.54379 31.947418,245.1175 C 34.664572,241.47788 82.250466,193.21525 137.69385,137.86722 C 216.29616,59.400089 240.11022,36.188759 245.81047,32.487015 C 255.61827,26.117819 264.19322,23.837847 278.5,23.79528 C 288.20915,23.766393 290.5917,24.128377 298.8029,26.879936 C 309.84247,30.579278 316.83082,35.115736 328.70453,46.290465 C 348.76511,65.170122 477.55729,194.96984 481.71046,200.49335 C 487.37845,208.03152 491.34107,215.84101 493.67856,224.07996 C 495.39507,230.13016 495.5,237.47047 495.5,351.5 L 495.5,472.5 L 493.12265,478.5 C 491.51603,482.55479 489.08371,486.13101 485.62014,489.53085 C 481.28699,493.78428 479.25913,494.92895 472.4975,496.93822 L 464.5,499.31474 L 264,499.41524 C 153.725,499.47051 59.416418,499.19791 54.425373,498.80945 z M 478.02489,479.47001 C 478.95602,478.34806 479.13484,448.74928 478.81153,349.259 L 478.39312,220.5 L 474.06515,213.36566 C 470.25179,207.07959 469.00968,205.86787 463.61859,203.17466 C 460.25337,201.4935 455.925,199.8167 454,199.44843 C 452.075,199.08017 420.45675,198.64955 383.73722,198.49151 C 347.01768,198.33347 316.30518,197.94735 315.48722,197.63347 C 314.19141,197.13622 314,188.44192 314,130.08061 C 314,60.924748 313.73502,55.720849 309.89089,49.381966 C 308.8509,47.667047 307.99693,45.642047 307.99317,44.881966 C 307.98616,43.465572 305.0507,41.301522 296.82193,36.646428 C 292.22012,34.043143 291.83605,34 273.26285,34 L 254.38183,34 L 143.85016,144.75 C 83.057739,205.6625 32.796827,256.48292 32.159243,257.68426 C 31.300535,259.30225 31,288.35993 31,369.76759 C 31,430.21208 31.258788,479.92545 31.575085,480.24175 C 31.891382,480.55805 132.20084,480.8405 254.485,480.86942 C 447.67418,480.91512 476.97781,480.73167 478.02489,479.47001 z M 426.45067,158.716 C 367.10754,98.934893 317.10377,49.562894 316.50613,50.160541 C 316.19698,50.469686 316.45711,52.022533 317.0842,53.611312 C 317.71128,55.20009 318.58872,64.375 319.03407,74 C 319.47942,83.625 319.87894,91.626262 319.9219,91.780582 C 320.3578,93.346585 419.0269,190.43993 420.90998,191.15588 C 422.30347,191.68568 430.20628,192.38105 438.4718,192.70114 C 446.73731,193.02123 455.3,193.82111 457.5,194.47866 C 459.7,195.1362 461.7028,195.5072 461.95067,195.30309 C 462.19853,195.09899 446.22353,178.6348 426.45067,158.716 z"
314 id="path2760" />
315 <path
316 style="fill:#fac8c6"
317 d="M 54.425373,498.80945 C 43.085679,497.92687 35.404296,495.11569 29.50495,489.68924 C 24.369776,484.96571 21.646966,478.53133 20.018921,467.27246 C 19.438106,463.25578 19.031557,423.61788 19.019809,369.86047 C 19.002774,291.91551 19.218206,278.07065 20.557998,271.00784 C 22.516894,260.68138 25.656792,253.54379 31.947418,245.1175 C 34.664572,241.47788 82.250466,193.21525 137.69385,137.86722 C 216.29616,59.400089 240.11022,36.188759 245.81047,32.487015 C 255.61827,26.117819 264.19322,23.837847 278.5,23.79528 C 288.20915,23.766393 290.5917,24.128377 298.8029,26.879936 C 309.84247,30.579278 316.83082,35.115736 328.70453,46.290465 C 348.76511,65.170122 477.55729,194.96984 481.71046,200.49335 C 487.37845,208.03152 491.34107,215.84101 493.67856,224.07996 C 495.39507,230.13016 495.5,237.47047 495.5,351.5 L 495.5,472.5 L 493.12265,478.5 C 491.51603,482.55479 489.08371,486.13101 485.62014,489.53085 C 481.28699,493.78428 479.25913,494.92895 472.4975,496.93822 L 464.5,499.31474 L 264,499.41524 C 153.725,499.47051 59.416418,499.19791 54.425373,498.80945 z M 478.01878,479.47737 C 478.95799,478.34569 479.136,449.10641 478.81153,349.259 L 478.39312,220.5 L 474.06515,213.36566 C 470.25179,207.07959 469.00968,205.86787 463.61859,203.17466 C 460.25337,201.4935 455.925,199.8123 454,199.43865 C 452.075,199.06499 420.39094,198.60913 383.59097,198.4256 C 346.79101,198.24208 316.07851,197.86037 315.34097,197.57735 C 314.23814,197.15415 314,185.16736 314,130.08061 C 314,60.924748 313.73502,55.720849 309.89089,49.381966 C 308.8509,47.667047 307.99693,45.642047 307.99317,44.881966 C 307.98616,43.465572 305.0507,41.301522 296.82193,36.646428 C 292.22147,34.043904 291.83155,34 273.31819,34 L 254.49251,34 L 142.99626,145.51255 L 31.5,257.02511 L 31.236987,367.75745 C 31.09233,428.66024 31.189054,479.05028 31.451931,479.73533 C 31.831436,480.7243 77.748962,480.97632 254.36875,480.95881 C 448.10162,480.9396 476.96391,480.74842 478.01878,479.47737 z M 426.45067,158.716 C 367.10754,98.934893 317.10377,49.562894 316.50613,50.160541 C 316.19698,50.469686 316.43896,52.022533 317.04385,53.611312 C 317.64874,55.20009 318.35466,62.125 318.61255,69 C 318.87044,75.875 319.32707,83.91512 319.62729,86.866932 L 320.17313,92.233865 L 369.27475,141.21323 C 396.28065,168.15188 419.50473,190.6216 420.88384,191.14593 C 422.26294,191.67027 429.94076,192.36606 437.94565,192.69214 C 445.95054,193.01822 454.525,193.80769 457,194.44652 C 459.475,195.08535 461.7028,195.45592 461.95067,195.27001 C 462.19853,195.08411 446.22353,178.6348 426.45067,158.716 z"
318 id="path2758" />
319 <path
320 style="fill:#d8d8d8"
321 d="M 54.425373,498.80945 C 43.085679,497.92687 35.404296,495.11569 29.50495,489.68924 C 24.369776,484.96571 21.646966,478.53133 20.018921,467.27246 C 19.438106,463.25578 19.031557,423.61788 19.019809,369.86047 C 19.002774,291.91551 19.218206,278.07065 20.557998,271.00784 C 22.516894,260.68138 25.656792,253.54379 31.947418,245.1175 C 34.664572,241.47788 82.250466,193.21525 137.69385,137.86722 C 216.29616,59.400089 240.11022,36.188759 245.81047,32.487015 C 255.61827,26.117819 264.19322,23.837847 278.5,23.79528 C 288.20915,23.766393 290.5917,24.128377 298.8029,26.879936 C 309.84247,30.579278 316.83082,35.115736 328.70453,46.290465 C 348.76511,65.170122 477.55729,194.96984 481.71046,200.49335 C 487.37845,208.03152 491.34107,215.84101 493.67856,224.07996 C 495.39507,230.13016 495.5,237.47047 495.5,351.5 L 495.5,472.5 L 493.12265,478.5 C 491.51603,482.55479 489.08371,486.13101 485.62014,489.53085 C 481.28699,493.78428 479.25913,494.92895 472.4975,496.93822 L 464.5,499.31474 L 264,499.41524 C 153.725,499.47051 59.416418,499.19791 54.425373,498.80945 z M 478.01878,479.47737 C 478.95799,478.34569 479.136,449.10641 478.81153,349.259 L 478.39312,220.5 L 474.06515,213.36566 C 470.25179,207.07959 469.00968,205.86787 463.61859,203.17466 C 460.25337,201.4935 455.925,199.8123 454,199.43865 C 452.075,199.06499 420.39094,198.60913 383.59097,198.4256 C 346.79101,198.24208 316.07851,197.86037 315.34097,197.57735 C 314.23814,197.15415 314,185.16736 314,130.08061 C 314,60.924748 313.73502,55.720849 309.89089,49.381966 C 308.8509,47.667047 307.99693,45.642047 307.99317,44.881966 C 307.98616,43.465572 305.0507,41.301522 296.82193,36.646428 C 292.22147,34.043904 291.83155,34 273.31819,34 L 254.49251,34 L 142.99626,145.51255 L 31.5,257.02511 L 31.236987,367.75745 C 31.09233,428.66024 31.189054,479.05028 31.451931,479.73533 C 31.831436,480.7243 77.748962,480.97632 254.36875,480.95881 C 448.10162,480.9396 476.96391,480.74842 478.01878,479.47737 z M 426.45573,158.94244 C 338.38391,70.812596 317.89717,50.475636 316.82529,50.11355 C 316.0723,49.859184 315.93879,50.371866 316.43467,51.61355 C 318.5543,56.921145 319.09524,69.701532 319.65716,127.75 L 320.26943,191 L 356.88471,191.09872 C 419.74467,191.26821 448.39057,192.22631 457,194.44721 C 459.475,195.08566 461.70508,195.45364 461.95573,195.26495 C 462.20639,195.07625 446.23139,178.73112 426.45573,158.94244 z"
322 id="path2756" />
323 <path
324 style="fill:#ebcdcc"
325 d="M 51.5,498.34051 C 41.623002,497.10235 33.792191,493.5563 28.292532,487.83139 C 24.744422,484.13796 22.629878,478.98824 21.023153,470.12768 C 19.466366,461.54252 19.362118,279.58848 20.909244,271.31058 C 22.862533,260.85951 25.660691,254.2995 31.387855,246.74451 C 39.654863,235.83908 235.70285,40.324625 245.30468,33.409852 C 254.19385,27.008291 259.88703,25.243059 274.56589,24.337088 C 286.46267,23.602825 296.85904,25.742689 307.87928,31.19392 C 315.14476,34.787834 318.60076,37.560159 333.87928,52.050521 C 343.57068,61.241978 380.12513,97.5063 415.11141,132.6379 C 481.40353,199.20539 486.00652,204.35172 490.82862,217.29274 C 495.59281,230.07836 495.5,227.41187 495.5,351.5 L 495.5,468.5 L 493.19695,475.8299 C 489.74579,486.81385 483.91922,492.62166 472.14753,496.81152 C 467.88547,498.32851 450.37287,498.47611 261,498.59114 C 147.425,498.66014 53.15,498.54735 51.5,498.34051 z M 478.01878,479.47737 C 478.95799,478.34569 479.136,449.10641 478.81153,349.259 L 478.39312,220.5 L 474.06515,213.36566 C 470.25179,207.07959 469.00968,205.86787 463.61859,203.17466 C 460.25337,201.4935 455.925,199.8123 454,199.43865 C 452.075,199.06499 420.39094,198.60913 383.59097,198.4256 C 346.79101,198.24208 316.07851,197.86037 315.34097,197.57735 C 314.23814,197.15415 314,185.16736 314,130.08061 C 314,60.924748 313.73502,55.720849 309.89089,49.381966 C 308.8509,47.667047 307.99693,45.642047 307.99317,44.881966 C 307.98616,43.465572 305.0507,41.301522 296.82193,36.646428 C 292.22147,34.043904 291.83155,34 273.31819,34 L 254.49251,34 L 142.99626,145.51255 L 31.5,257.02511 L 31.236987,367.75745 C 31.09233,428.66024 31.189054,479.05028 31.451931,479.73533 C 31.831436,480.7243 77.748962,480.97632 254.36875,480.95881 C 448.10162,480.9396 476.96391,480.74842 478.01878,479.47737 z M 426.73097,159.21764 C 339.96789,72.331584 317.02967,49.636994 316.50463,50.162038 C 316.19631,50.47036 316.43851,52.022533 317.04285,53.611312 C 318.84016,58.336297 319.9234,91.403928 319.96289,142.75 L 320,191 L 356.75,191.09872 C 419.74597,191.26796 448.3835,192.22449 457,194.44721 C 459.475,195.08566 461.70206,195.45666 461.94903,195.27165 C 462.19599,195.08665 446.34787,178.86234 426.73097,159.21764 z"
326 id="path2754" />
327 <path
328 style="fill:#f9c6c4"
329 d="M 51.5,498.34051 C 41.623002,497.10235 33.792191,493.5563 28.292532,487.83139 C 24.744422,484.13796 22.629878,478.98824 21.023153,470.12768 C 19.466366,461.54252 19.362118,279.58848 20.909244,271.31058 C 22.862533,260.85951 25.660691,254.2995 31.387855,246.74451 C 39.654863,235.83908 235.70285,40.324625 245.30468,33.409852 C 254.19385,27.008291 259.88703,25.243059 274.56589,24.337088 C 286.46267,23.602825 296.85904,25.742689 307.87928,31.19392 C 315.14476,34.787834 318.60076,37.560159 333.87928,52.050521 C 343.57068,61.241978 380.12513,97.5063 415.11141,132.6379 C 481.40353,199.20539 486.00652,204.35172 490.82862,217.29274 C 495.59281,230.07836 495.5,227.41187 495.5,351.5 L 495.5,468.5 L 493.19695,475.8299 C 489.74579,486.81385 483.91922,492.62166 472.14753,496.81152 C 467.88547,498.32851 450.37287,498.47611 261,498.59114 C 147.425,498.66014 53.15,498.54735 51.5,498.34051 z M 477.86499,480.10699 C 479.01034,479.37936 479.16273,458.42342 478.81205,349.86992 L 478.39412,220.5 L 474.06566,213.36566 C 470.252,207.07984 469.00947,205.86777 463.61859,203.17466 C 460.25337,201.4935 455.925,199.8123 454,199.43865 C 452.075,199.06499 420.39094,198.60913 383.59097,198.4256 C 346.79101,198.24208 316.07851,197.86037 315.34097,197.57735 C 314.23814,197.15415 314,185.16736 314,130.08061 C 314,60.924748 313.73502,55.720849 309.89089,49.381966 C 308.8509,47.667047 307.99693,45.642047 307.99317,44.881966 C 307.98616,43.465572 305.0507,41.301522 296.82193,36.646428 C 292.22141,34.043871 291.83174,34 273.31584,34 L 254.48781,34 L 142.74391,145.76052 L 31,257.52104 L 31,368.59385 C 31,429.6839 31.296162,479.96283 31.658137,480.3248 C 32.656737,481.3234 476.29112,481.10685 477.86499,480.10699 z M 426.73097,159.21764 C 340.48048,72.844893 317.03156,49.635102 316.5281,50.138568 C 316.23268,50.433982 316.41771,51.986156 316.93927,53.587842 C 318.62252,58.757023 319.02683,70.422696 319.6309,131.25 L 320.22426,191 L 356.36213,191.07704 C 416.75001,191.20577 452.91715,192.52682 459.00845,194.82631 C 460.3788,195.34362 461.70206,195.57977 461.94903,195.35108 C 462.19599,195.12239 446.34787,178.86234 426.73097,159.21764 z"
330 id="path2752" />
331 <path
332 style="fill:#d6d6d6"
333 d="M 51.5,498.34051 C 41.623002,497.10235 33.792191,493.5563 28.292532,487.83139 C 24.744422,484.13796 22.629878,478.98824 21.023153,470.12768 C 19.466366,461.54252 19.362118,279.58848 20.909244,271.31058 C 22.862533,260.85951 25.660691,254.2995 31.387855,246.74451 C 39.654863,235.83908 235.70285,40.324625 245.30468,33.409852 C 254.19385,27.008291 259.88703,25.243059 274.56589,24.337088 C 286.46267,23.602825 296.85904,25.742689 307.87928,31.19392 C 315.14476,34.787834 318.60076,37.560159 333.87928,52.050521 C 343.57068,61.241978 380.12513,97.5063 415.11141,132.6379 C 481.40353,199.20539 486.00652,204.35172 490.82862,217.29274 C 495.59281,230.07836 495.5,227.41187 495.5,351.5 L 495.5,468.5 L 493.19695,475.8299 C 489.74579,486.81385 483.91922,492.62166 472.14753,496.81152 C 467.88547,498.32851 450.37287,498.47611 261,498.59114 C 147.425,498.66014 53.15,498.54735 51.5,498.34051 z M 477.86499,480.10699 C 479.01034,479.37936 479.16273,458.42342 478.81205,349.86992 L 478.39412,220.5 L 474.06566,213.36566 C 470.252,207.07984 469.00947,205.86777 463.61859,203.17466 C 460.25337,201.4935 455.925,199.8123 454,199.43865 C 452.075,199.06499 420.39094,198.60913 383.59097,198.4256 C 346.79101,198.24208 316.07851,197.86037 315.34097,197.57735 C 314.23814,197.15415 314,185.16736 314,130.08061 C 314,60.924748 313.73502,55.720849 309.89089,49.381966 C 308.8509,47.667047 307.99693,45.642047 307.99317,44.881966 C 307.98616,43.465572 305.0507,41.301522 296.82193,36.646428 C 292.22141,34.043871 291.83174,34 273.31584,34 L 254.48781,34 L 142.74391,145.76052 L 31,257.52104 L 31,368.59385 C 31,429.6839 31.296162,479.96283 31.658137,480.3248 C 32.656737,481.3234 476.29112,481.10685 477.86499,480.10699 z M 426.73097,159.21764 C 339.96789,72.331584 317.02967,49.636994 316.50463,50.162038 C 316.19631,50.47036 316.36219,51.82242 316.87325,53.166617 C 317.73111,55.422978 318.7307,70.45093 319.48951,92.5 C 319.65986,97.45 319.84441,121.8625 319.89962,146.75 L 320,192 L 371.25,192.02479 C 422.819,192.04973 454.37137,193.05306 459,194.81515 C 460.375,195.3386 461.70206,195.57977 461.94903,195.35108 C 462.19599,195.12239 446.34787,178.86234 426.73097,159.21764 z"
334 id="path2750" />
335 <path
336 style="fill:#e4cdcc"
337 d="M 55.134684,497.8068 C 43.54366,496.8463 36.727202,494.48133 30.685361,489.32411 C 26.608239,485.84394 25.269775,483.87858 23.824767,479.25021 C 20.317711,468.01708 20,458.85126 20,368.90722 C 20,274.5488 20.18253,270.43643 24.924636,257.95622 C 25.976582,255.18773 29.437028,249.67751 32.614515,245.7113 C 42.115818,233.85155 235.37503,41.122539 244.30033,34.606231 C 253.33325,28.011351 254.15523,27.63939 263.5,25.918027 C 282.799,22.363035 301.78378,26.226382 316.35804,36.674482 C 322.56373,41.123263 472.13403,189.97828 478.96116,198.5 C 485.38069,206.51293 490.35581,215.97533 492.63141,224.5 C 494.40672,231.15057 494.5,237.4653 494.5,351 C 494.5,464.84774 494.41205,470.76015 492.64067,476 C 488.90475,487.05103 483.26362,492.51723 471.8636,496.1328 C 465.57632,498.12684 463.08929,498.15314 264.5,498.32552 C 153.95,498.42148 59.735608,498.18806 55.134684,497.8068 z M 477.86499,480.10699 C 479.01034,479.37936 479.16273,458.42342 478.81205,349.86992 L 478.39412,220.5 L 474.06566,213.36566 C 470.252,207.07984 469.00947,205.86777 463.61859,203.17466 C 460.25337,201.4935 455.925,199.8123 454,199.43865 C 452.075,199.06499 420.39094,198.60913 383.59097,198.4256 C 346.79101,198.24208 316.07851,197.86037 315.34097,197.57735 C 314.23814,197.15415 314,185.16736 314,130.08061 C 314,60.924748 313.73502,55.720849 309.89089,49.381966 C 308.8509,47.667047 307.99693,45.642047 307.99317,44.881966 C 307.98616,43.465572 305.0507,41.301522 296.82193,36.646428 C 292.22141,34.043871 291.83174,34 273.31584,34 L 254.48781,34 L 142.74391,145.76052 L 31,257.52104 L 31,368.59385 C 31,429.6839 31.296162,479.96283 31.658137,480.3248 C 32.656737,481.3234 476.29112,481.10685 477.86499,480.10699 z M 426.2497,158.72385 C 356.15194,88.455536 317.94238,50.496315 316.97659,50.166667 C 315.76947,49.754646 315.75775,50.232626 316.90123,53.240206 C 317.73467,55.432318 318.73714,70.638182 319.48951,92.5 C 319.65986,97.45 319.84441,121.8625 319.89962,146.75 L 320,192 L 371.25,192.02479 C 422.819,192.04973 454.37137,193.05306 459,194.81515 C 460.375,195.3386 461.69927,195.58256 461.94282,195.35729 C 462.18637,195.13202 446.12446,178.64697 426.2497,158.72385 z"
338 id="path2748" />
339 <path
340 style="fill:#d4d4d4"
341 d="M 55.134684,497.8068 C 43.54366,496.8463 36.727202,494.48133 30.685361,489.32411 C 26.608239,485.84394 25.269775,483.87858 23.824767,479.25021 C 20.317711,468.01708 20,458.85126 20,368.90722 C 20,274.5488 20.18253,270.43643 24.924636,257.95622 C 25.976582,255.18773 29.437028,249.67751 32.614515,245.7113 C 42.115818,233.85155 235.37503,41.122539 244.30033,34.606231 C 253.33325,28.011351 254.15523,27.63939 263.5,25.918027 C 282.799,22.363035 301.78378,26.226382 316.35804,36.674482 C 322.56373,41.123263 472.13403,189.97828 478.96116,198.5 C 485.38069,206.51293 490.35581,215.97533 492.63141,224.5 C 494.40672,231.15057 494.5,237.4653 494.5,351 C 494.5,464.84774 494.41205,470.76015 492.64067,476 C 488.90475,487.05103 483.26362,492.51723 471.8636,496.1328 C 465.57632,498.12684 463.08929,498.15314 264.5,498.32552 C 153.95,498.42148 59.735608,498.18806 55.134684,497.8068 z M 477.86499,480.1046 C 479.01025,479.37904 479.16465,458.41456 478.82413,349.86992 L 478.41829,220.5 L 475.71028,215.71654 C 470.23059,206.03718 469.80253,205.60656 462,201.92403 C 455.57925,198.89366 449.9755,198.63542 384,198.32963 C 346.875,198.15755 315.9375,197.80211 315.25,197.53976 C 314.26719,197.16473 314,182.74527 314,130.08061 C 314,59.990024 313.81618,56.603578 309.5338,47.802651 C 306.70374,41.986435 305.95265,41.285466 298.22662,37.25 L 292.00439,34 L 273.2461,34 L 254.48781,34 L 142.74391,145.76052 L 31,257.52104 L 31,368.59385 C 31,429.6839 31.3,479.96667 31.666667,480.33333 C 32.668541,481.33521 476.2815,481.1078 477.86499,480.1046 z M 461.83333,195.03508 C 461.51701,194.1194 421.53543,153.87264 349.58728,82.044545 C 331.70694,64.194044 316.84282,49.823848 316.55589,50.110776 C 316.26896,50.397704 316.43626,52.034359 316.92767,53.747788 C 317.78379,56.732911 318.78631,71.763014 319.47911,92 C 319.65799,97.225 319.84837,121.8625 319.90217,146.75 L 320,192 L 371.75,192.04307 C 424.64619,192.08708 453.55259,193.02756 458,194.84922 C 461.24091,196.1767 462.24452,196.22536 461.83333,195.03508 z"
342 id="path2746" />
343 <path
344 style="fill:#f6c2c0"
345 d="M 49.52828,496.94175 C 41.978892,495.66717 36.019812,493.10649 30.532357,488.779 C 25.333814,484.67934 24.474122,482.76047 21.938121,469.59622 C 20.673315,463.03068 20.656145,278.06854 21.919729,271.47751 C 23.557303,262.93568 25.89928,254.83059 27.220955,253.13108 C 35.925942,241.93751 56.164959,221.19361 139.6631,137.88398 C 227.27611,50.468769 246.62941,31.837891 253.5,28.296392 C 254.6,27.729389 256.85,27.236234 258.5,27.200493 C 260.15,27.164752 263.525,26.666021 266,26.092201 C 276.42748,23.674627 293.49932,25.592557 304.37841,30.40381 C 307.60305,31.829896 312.99957,34.972546 316.37069,37.387476 C 321.7907,41.270141 436.19774,154.60358 469,188.58451 C 483.12293,203.21491 488.58313,211.66405 492.22478,224.52269 L 494.48401,232.5 L 494.492,350.5 L 494.5,468.5 L 492.18789,475.85973 C 489.05477,485.83281 483.19985,491.84336 473.37704,495.17058 L 466.5,497.5 L 260.5,497.64057 C 147.2,497.71788 52.262726,497.40341 49.52828,496.94175 z M 477.86499,480.1046 C 479.01025,479.37904 479.16465,458.41456 478.82413,349.86992 L 478.41829,220.5 L 475.71028,215.71654 C 470.23059,206.03718 469.80253,205.60656 462,201.92403 C 455.57925,198.89366 449.9755,198.63542 384,198.32963 C 346.875,198.15755 315.9375,197.80211 315.25,197.53976 C 314.26719,197.16473 314,182.74527 314,130.08061 C 314,59.990024 313.81618,56.603578 309.5338,47.802651 C 306.70374,41.986435 305.95265,41.285466 298.22662,37.25 L 292.00439,34 L 273.2461,34 L 254.48781,34 L 142.74391,145.76052 L 31,257.52104 L 31,368.59385 C 31,429.6839 31.3,479.96667 31.666667,480.33333 C 32.668541,481.33521 476.2815,481.1078 477.86499,480.1046 z M 462,195.1688 C 462,194.033 318.04101,50 316.90579,50 C 315.8009,50 315.80066,49.818156 316.91056,53.688158 C 317.78174,56.725773 318.78257,71.653891 319.47911,92 C 319.65799,97.225 319.84837,121.8625 319.90217,146.75 L 320,192 L 371.75,192.04307 C 424.64619,192.08708 453.55259,193.02756 458,194.84922 C 461.15946,196.14334 462,196.2105 462,195.1688 z"
346 id="path2744" />
347 <path
348 style="fill:#d4d1d1"
349 d="M 49.52828,496.94175 C 41.978892,495.66717 36.019812,493.10649 30.532357,488.779 C 25.333814,484.67934 24.474122,482.76047 21.938121,469.59622 C 20.673315,463.03068 20.656145,278.06854 21.919729,271.47751 C 23.557303,262.93568 25.89928,254.83059 27.220955,253.13108 C 35.925942,241.93751 56.164959,221.19361 139.6631,137.88398 C 227.27611,50.468769 246.62941,31.837891 253.5,28.296392 C 254.6,27.729389 256.85,27.236234 258.5,27.200493 C 260.15,27.164752 263.525,26.666021 266,26.092201 C 276.42748,23.674627 293.49932,25.592557 304.37841,30.40381 C 307.60305,31.829896 312.99957,34.972546 316.37069,37.387476 C 321.7907,41.270141 436.19774,154.60358 469,188.58451 C 483.12293,203.21491 488.58313,211.66405 492.22478,224.52269 L 494.48401,232.5 L 494.492,350.5 L 494.5,468.5 L 492.18789,475.85973 C 489.05477,485.83281 483.19985,491.84336 473.37704,495.17058 L 466.5,497.5 L 260.5,497.64057 C 147.2,497.71788 52.262726,497.40341 49.52828,496.94175 z M 477.86286,480.10592 C 479.00525,479.38214 479.16095,458.31434 478.82537,349.87123 L 478.42502,220.5 L 475.71364,215.71654 C 470.22324,206.03029 469.80139,205.60602 462,201.92403 C 455.57925,198.89366 449.9755,198.63542 384,198.32963 C 346.875,198.15755 315.9375,197.80211 315.25,197.53976 C 314.26719,197.16473 314,182.74527 314,130.08061 C 314,59.990024 313.81618,56.603578 309.5338,47.802651 C 306.70374,41.986435 305.95265,41.285466 298.22662,37.25 L 292.00439,34 L 273.2461,34 L 254.48781,34 L 142.74391,145.76052 L 31,257.52104 L 31,368.59385 C 31,429.6839 31.3,479.96667 31.666667,480.33333 C 32.667318,481.33398 476.28137,481.10789 477.86286,480.10592 z M 462,195.1688 C 462,193.96351 318.00436,50 316.7988,50 C 316.23373,50 316.09607,50.773598 316.48739,51.75 C 318.24374,56.132279 318.78739,73.725655 318.90431,129.965 C 318.97344,163.22076 319.37144,190.77144 319.78876,191.18876 C 320.20607,191.60607 342.36181,192.0024 369.02375,192.0695 C 422.0326,192.2029 454.11411,193.19655 458,194.82534 C 461.14348,196.14294 462,196.21649 462,195.1688 z"
350 id="path2742" />
351 <path
352 style="fill:#d2d2d2"
353 d="M 49.669038,496.96189 C 41.218526,495.52882 35.102436,492.73831 30.116821,488.04107 C 25.180408,483.39018 24.071682,480.92393 21.995424,469.97587 C 20.641443,462.83636 20.609213,278.33359 21.960702,271.20722 C 24.225022,259.2675 26.050978,255.12943 32.968756,246.26024 C 40.118203,237.09402 240.68886,36 242.68178,36 C 243.28703,36 245.96048,34.2 248.62279,32 C 251.64752,29.500501 254.48351,28 256.18288,28 C 257.67863,28 261.49392,27.325 264.66131,26.5 C 275.79058,23.601192 292.77025,25.270131 304.37841,30.40381 C 307.60305,31.829896 312.99957,34.972546 316.37069,37.387476 C 321.7907,41.270141 436.19774,154.60358 469,188.58451 C 483.12293,203.21491 488.58313,211.66405 492.22478,224.52269 L 494.48401,232.5 L 494.492,350.5 L 494.5,468.5 L 492.18789,475.85973 C 489.05477,485.83281 483.19985,491.84336 473.37704,495.17058 L 466.5,497.5 L 260.5,497.64057 C 147.2,497.71788 52.326067,497.41247 49.669038,496.96189 z M 477.86286,480.10592 C 479.00525,479.38214 479.16095,458.31434 478.82537,349.87123 L 478.42502,220.5 L 475.71364,215.71654 C 470.22324,206.03029 469.80139,205.60602 462,201.92403 C 455.57925,198.89366 449.9755,198.63542 384,198.32963 C 346.875,198.15755 315.9375,197.80211 315.25,197.53976 C 314.26719,197.16473 314,182.74527 314,130.08061 C 314,59.990024 313.81618,56.603578 309.5338,47.802651 C 306.70374,41.986435 305.95265,41.285466 298.22662,37.25 L 292.00439,34 L 273.2461,34 L 254.48781,34 L 142.74391,145.76052 L 31,257.52104 L 31,368.59385 C 31,429.6839 31.3,479.96667 31.666667,480.33333 C 32.667318,481.33398 476.28137,481.10789 477.86286,480.10592 z M 462.08992,194.25 C 460.47928,191.37519 317.07773,48.588933 316.44082,49.225842 C 316.11819,49.548481 316.40947,51.542155 317.08812,53.656229 C 317.99748,56.488971 318.43015,74.991525 318.73307,124 C 318.95915,160.575 319.45988,190.82569 319.84581,191.22375 C 320.23174,191.62181 342.36181,192.0024 369.02375,192.0695 C 422.0326,192.2029 454.11411,193.19655 458,194.82534 C 461.93052,196.47284 463.23265,196.28966 462.08992,194.25 z"
354 id="path2740" />
355 <path
356 style="fill:#f5c0be"
357 d="M 58,497.2377 C 50.828012,496.70021 41.581978,494.83636 38.589782,493.32492 C 36.890402,492.46652 33.226168,490.03093 30.44704,487.9125 C 25.431281,484.08917 25.379747,483.99249 23.44704,474.78041 C 21.59603,465.95772 21.5,460.78985 21.5,370 C 21.5,269.72135 21.435827,271.47344 25.649428,256.70963 C 25.930463,255.72493 28.792726,251.67493 32.010013,247.70963 C 39.699896,238.23187 236.33366,41.900633 245.84473,34.203898 C 252.06685,29.168719 253.97743,28.166422 258.34473,27.646374 C 261.18013,27.308742 266.65,26.590684 270.5,26.050691 C 283.02432,24.294054 299.05757,27.385358 309.92009,33.651115 C 312.43904,35.104104 316.975,38.33672 320,40.834706 C 327.37355,46.923641 462.9716,181.99285 473.62267,193.85824 C 483.23164,204.56272 488.19632,212.79993 491.31782,223.21738 L 493.5,230.5 L 493.5,350 C 493.5,465.12708 493.42951,469.73089 491.57364,475.80957 C 489.35191,483.08657 484.01332,489.81674 478.31942,492.51867 C 467.88221,497.47145 478.74646,497.22677 263,497.36805 C 152.175,497.44062 59.925,497.38196 58,497.2377 z M 477.86286,480.10592 C 479.00525,479.38214 479.16095,458.31434 478.82537,349.87123 L 478.42502,220.5 L 475.71364,215.71654 C 470.22324,206.03029 469.80139,205.60602 462,201.92403 C 455.57925,198.89366 449.9755,198.63542 384,198.32963 C 346.875,198.15755 315.9375,197.80211 315.25,197.53976 C 314.26719,197.16473 314,182.74527 314,130.08061 C 314,59.990024 313.81618,56.603578 309.5338,47.802651 C 306.70374,41.986435 305.95265,41.285466 298.22662,37.25 L 292.00439,34 L 273.2461,34 L 254.48781,34 L 142.74391,145.76052 L 31,257.52104 L 31,368.59385 C 31,429.6839 31.3,479.96667 31.666667,480.33333 C 32.667318,481.33398 476.28137,481.10789 477.86286,480.10592 z M 462.08992,194.25 C 460.47928,191.37519 317.07773,48.588933 316.44082,49.225842 C 316.11819,49.548481 316.40947,51.542155 317.08812,53.656229 C 317.99748,56.488971 318.43015,74.991525 318.73307,124 C 318.95915,160.575 319.45988,190.82569 319.84581,191.22375 C 320.23174,191.62181 342.36181,192.0024 369.02375,192.0695 C 422.0326,192.2029 454.11411,193.19655 458,194.82534 C 461.93052,196.47284 463.23265,196.28966 462.08992,194.25 z"
358 id="path2738" />
359 <path
360 style="fill:#d0d0d0"
361 d="M 58,497.2377 C 50.828012,496.70021 41.581978,494.83636 38.589782,493.32492 C 36.890402,492.46652 33.226168,490.03093 30.44704,487.9125 C 25.431281,484.08917 25.379747,483.99249 23.44704,474.78041 C 21.59603,465.95772 21.5,460.78985 21.5,370 C 21.5,269.72135 21.435827,271.47344 25.649428,256.70963 C 25.930463,255.72493 28.792726,251.67493 32.010013,247.70963 C 39.699896,238.23187 236.33366,41.900633 245.84473,34.203898 C 252.06685,29.168719 253.97743,28.166422 258.34473,27.646374 C 261.18013,27.308742 266.65,26.590684 270.5,26.050691 C 283.02432,24.294054 299.05757,27.385358 309.92009,33.651115 C 312.43904,35.104104 316.975,38.33672 320,40.834706 C 327.37355,46.923641 462.9716,181.99285 473.62267,193.85824 C 483.23164,204.56272 488.19632,212.79993 491.31782,223.21738 L 493.5,230.5 L 493.5,350 C 493.5,465.12708 493.42951,469.73089 491.57364,475.80957 C 489.35191,483.08657 484.01332,489.81674 478.31942,492.51867 C 467.88221,497.47145 478.74646,497.22677 263,497.36805 C 152.175,497.44062 59.925,497.38196 58,497.2377 z M 477.86286,480.10592 C 479.00525,479.38214 479.16095,458.31434 478.82537,349.87123 L 478.42502,220.5 L 475.71364,215.71654 C 470.22324,206.03029 469.80139,205.60602 462,201.92403 C 455.57925,198.89366 449.9755,198.63542 384,198.32963 C 346.875,198.15755 315.9375,197.80211 315.25,197.53976 C 314.26719,197.16473 314,182.74527 314,130.08061 C 314,59.990024 313.81618,56.603578 309.5338,47.802651 C 306.70374,41.986435 305.95265,41.285466 298.22662,37.25 L 292.00439,34 L 273.2461,34 L 254.48781,34 L 142.74391,145.76052 L 31,257.52104 L 31,368.59385 C 31,429.6839 31.3,479.96667 31.666667,480.33333 C 32.667318,481.33398 476.28137,481.10789 477.86286,480.10592 z M 462.08992,194.25 C 460.47928,191.37519 317.07773,48.588933 316.44082,49.225842 C 316.11819,49.548481 316.40974,51.542155 317.08871,53.656229 C 317.99894,56.490315 318.4338,75.09943 318.74421,124.49927 C 318.97575,161.34886 319.29192,191.62525 319.4468,191.78013 C 319.60168,191.93501 348.70201,192.25806 384.1142,192.49801 C 441.88665,192.88948 457.85743,193.5241 459.8404,195.50706 C 460.11151,195.77818 460.94917,196 461.70185,196 C 462.71204,196 462.81365,195.54179 462.08992,194.25 z"
362 id="path2736" />
363 <path
364 style="fill:#eac3c2"
365 d="M 49.042668,495.86853 C 42.999307,494.85887 35.591661,491.53032 29.517174,487.09497 C 25.686035,484.29761 25.468967,483.83101 23.817614,474.84343 C 22.276187,466.45412 22.095051,455.84995 22.043802,371 C 21.994131,288.76339 22.193663,275.33206 23.58137,267.5 C 24.458426,262.55 25.759416,257.15 26.472459,255.5 C 27.185503,253.85 32.279185,247.55 37.791753,241.5 C 51.849942,226.07125 233.62233,44.913447 244.14208,35.847361 L 252.78416,28.399481 L 264.8492,27.057923 C 289.26856,24.342642 303.05527,27.85315 319.14628,40.883587 C 323.19083,44.158843 361.16396,81.637414 403.53103,124.1693 C 488.80255,209.77255 486.45596,207.07384 491.24691,225.0474 L 493.5,233.5 L 493.5,351 C 493.5,459.36186 493.36607,468.93225 491.77788,474.05801 C 488.38903,484.99523 482.55298,491.05576 471.94551,494.6532 C 466.72559,496.42349 457.96595,496.50581 260.5,496.64014 C 140.38394,496.72186 52.224771,496.40016 49.042668,495.86853 z M 477.86286,480.10592 C 479.00525,479.38214 479.16095,458.31434 478.82537,349.87123 L 478.42502,220.5 L 475.71364,215.71654 C 470.22324,206.03029 469.80139,205.60602 462,201.92403 C 455.57925,198.89366 449.9755,198.63542 384,198.32963 C 346.875,198.15755 315.9375,197.80211 315.25,197.53976 C 314.26719,197.16473 314,182.74527 314,130.08061 C 314,59.990024 313.81618,56.603578 309.5338,47.802651 C 306.70374,41.986435 305.95265,41.285466 298.22662,37.25 L 292.00439,34 L 273.2461,34 L 254.48781,34 L 142.74391,145.76052 L 31,257.52104 L 31,368.59385 C 31,429.6839 31.3,479.96667 31.666667,480.33333 C 32.667318,481.33398 476.28137,481.10789 477.86286,480.10592 z M 463,195.24743 C 463,193.95476 317.11489,48.551774 316.46749,49.199178 C 316.13018,49.536482 316.40974,51.542155 317.08871,53.656229 C 317.99894,56.490315 318.4338,75.09943 318.74421,124.49927 C 318.97575,161.34886 319.29192,191.62525 319.4468,191.78013 C 319.60168,191.93501 348.70201,192.25806 384.1142,192.49801 C 441.88665,192.88948 457.85743,193.5241 459.8404,195.50706 C 460.6132,196.27987 463,196.08374 463,195.24743 z"
366 id="path2734" />
367 <path
368 style="fill:#cecece"
369 d="M 49.042668,495.86853 C 42.999307,494.85887 35.591661,491.53032 29.517174,487.09497 C 25.686035,484.29761 25.468967,483.83101 23.817614,474.84343 C 22.276187,466.45412 22.095051,455.84995 22.043802,371 C 21.994131,288.76339 22.193663,275.33206 23.58137,267.5 C 24.458426,262.55 25.759416,257.15 26.472459,255.5 C 27.185503,253.85 32.279185,247.55 37.791753,241.5 C 51.849942,226.07125 233.62233,44.913447 244.14208,35.847361 L 252.78416,28.399481 L 264.8492,27.057923 C 289.26856,24.342642 303.05527,27.85315 319.14628,40.883587 C 323.19083,44.158843 361.16396,81.637414 403.53103,124.1693 C 488.80255,209.77255 486.45596,207.07384 491.24691,225.0474 L 493.5,233.5 L 493.5,351 C 493.5,459.36186 493.36607,468.93225 491.77788,474.05801 C 488.38903,484.99523 482.55298,491.05576 471.94551,494.6532 C 466.72559,496.42349 457.96595,496.50581 260.5,496.64014 C 140.38394,496.72186 52.224771,496.40016 49.042668,495.86853 z M 477.7366,480.54758 C 479.04586,480.04517 479.17646,464.4123 478.82517,350.23834 L 478.42599,220.5 L 475.71413,215.71654 C 470.22218,206.0293 469.80123,205.60594 462,201.92403 C 455.60345,198.90508 449.90679,198.64169 384,198.31776 C 346.875,198.13529 315.9375,197.77827 315.25,197.52438 C 314.26704,197.16138 314,182.75348 314,130.08061 C 314,59.990024 313.81618,56.603578 309.5338,47.802651 C 306.70672,41.992563 305.94782,41.282662 298.28854,37.283494 L 292.12823,34.066987 L 273.43951,33.904262 L 254.75079,33.741537 L 142.87539,145.63016 L 31,257.51878 L 31,369.25642 L 31,480.99407 L 195.75,481.24703 C 390.10958,481.54546 475.68934,481.33319 477.7366,480.54758 z M 463,195.24743 C 463,193.95476 317.11489,48.551774 316.46749,49.199178 C 316.13018,49.536482 316.39715,51.542155 317.06074,53.656229 C 317.93164,56.430777 318.39786,76.206946 318.73676,124.75 L 319.20626,192 L 325.85313,192.05454 C 329.50891,192.08454 355.9,192.294 384.5,192.52002 C 441.04184,192.96685 454.29168,193.39438 458.04516,194.89306 C 461.07518,196.10288 463,196.24054 463,195.24743 z"
370 id="path2732" />
371 <path
372 style="fill:#f3bcba"
373 d="M 54,495.95576 C 44.853555,494.91019 40.06154,493.46008 34.940832,490.18827 C 32.498374,488.62769 29.366959,486.65498 27.98213,485.80447 C 22.863892,482.66104 22.5,475.00737 22.5,370.5 C 22.5,275.40761 22.836558,265.12815 26.265199,255.5 C 27.352221,252.44748 222.57617,55.809399 242.6414,37.556453 L 252.78279,28.331024 L 266.6414,27.191224 C 282.09137,25.920543 291.57486,26.746561 300.68967,30.15685 C 313.75576,35.0455 318.08759,39.006384 400,120.96298 C 470.84259,191.84378 478.9762,200.30894 483.38177,207.7436 C 486.06674,212.27465 489.21652,219.02345 490.38127,222.74094 C 492.48932,229.46911 492.499,230.05292 492.4995,350.5 L 492.5,471.5 L 490.14749,477.33196 C 485.30948,489.32553 477.24602,494.36426 460.34189,495.95701 C 448.6646,497.05727 63.625474,497.05608 54,495.95576 z M 477.7366,480.54758 C 479.04586,480.04517 479.17646,464.4123 478.82517,350.23834 L 478.42599,220.5 L 475.71413,215.71654 C 470.22218,206.0293 469.80123,205.60594 462,201.92403 C 455.60345,198.90508 449.90679,198.64169 384,198.31776 C 346.875,198.13529 315.9375,197.77827 315.25,197.52438 C 314.26704,197.16138 314,182.75348 314,130.08061 C 314,59.990024 313.81618,56.603578 309.5338,47.802651 C 306.70672,41.992563 305.94782,41.282662 298.28854,37.283494 L 292.12823,34.066987 L 273.43951,33.904262 L 254.75079,33.741537 L 142.87539,145.63016 L 31,257.51878 L 31,369.25642 L 31,480.99407 L 195.75,481.24703 C 390.10958,481.54546 475.68934,481.33319 477.7366,480.54758 z M 463,195.24743 C 463,193.95476 317.11489,48.551774 316.46749,49.199178 C 316.13018,49.536482 316.39715,51.542155 317.06074,53.656229 C 317.93164,56.430777 318.39786,76.206946 318.73676,124.75 L 319.20626,192 L 325.85313,192.05454 C 329.50891,192.08454 355.9,192.294 384.5,192.52002 C 441.04184,192.96685 454.29168,193.39438 458.04516,194.89306 C 461.07518,196.10288 463,196.24054 463,195.24743 z"
374 id="path2730" />
375 <path
376 style="fill:#d3caca"
377 d="M 54,495.95576 C 44.853555,494.91019 40.06154,493.46008 34.940832,490.18827 C 32.498374,488.62769 29.366959,486.65498 27.98213,485.80447 C 22.863892,482.66104 22.5,475.00737 22.5,370.5 C 22.5,275.40761 22.836558,265.12815 26.265199,255.5 C 27.352221,252.44748 222.57617,55.809399 242.6414,37.556453 L 252.78279,28.331024 L 266.6414,27.191224 C 282.09137,25.920543 291.57486,26.746561 300.68967,30.15685 C 313.75576,35.0455 318.08759,39.006384 400,120.96298 C 470.84259,191.84378 478.9762,200.30894 483.38177,207.7436 C 486.06674,212.27465 489.21652,219.02345 490.38127,222.74094 C 492.48932,229.46911 492.499,230.05292 492.4995,350.5 L 492.5,471.5 L 490.14749,477.33196 C 485.30948,489.32553 477.24602,494.36426 460.34189,495.95701 C 448.6646,497.05727 63.625474,497.05608 54,495.95576 z M 478.10555,480.29445 C 479.13048,479.26952 479.39796,293.69497 478.43605,251 C 477.7474,220.43366 477.65635,219.37304 475.36431,215.21654 C 470.41523,206.24164 469.75341,205.58337 462,201.92403 C 455.60345,198.90508 449.90679,198.64169 384,198.31776 C 346.875,198.13529 315.9375,197.77827 315.25,197.52438 C 314.26704,197.16138 314,182.75348 314,130.08061 C 314,59.990024 313.81618,56.603578 309.5338,47.802651 C 306.70672,41.992563 305.94782,41.282662 298.28854,37.283494 L 292.12823,34.066987 L 273.43951,33.904262 L 254.75079,33.741537 L 142.87539,145.63016 L 31,257.51878 L 31,369.25642 L 31,480.99407 L 195.75,481.24703 C 405.00056,481.56833 477.07483,481.32517 478.10555,480.29445 z M 463,195.24743 C 463,193.95476 317.11489,48.551774 316.46749,49.199178 C 316.13018,49.536482 316.39715,51.542155 317.06074,53.656229 C 317.9317,56.430971 318.39794,76.22334 318.73712,124.8211 C 319.08153,174.16877 319.51307,192.2482 320.35349,192.53924 C 320.98407,192.75762 351.65,193.07927 388.5,193.25404 C 436.28997,193.48068 456.21679,193.90171 458,194.72251 C 460.95327,196.08186 463,196.29674 463,195.24743 z"
378 id="path2728" />
379 <path
380 style="fill:#cccccc"
381 d="M 54,495.95576 C 44.641,494.88589 40.180822,493.48378 34.341165,489.77574 C 31.503807,487.97408 28.453051,486.05 27.561709,485.5 C 26.437523,484.80632 25.327092,480.88559 23.936695,472.70072 C 22.011585,461.36815 21.944764,457.17541 22.24734,366.70072 C 22.532311,281.49017 22.729145,271.7377 24.309808,264.51245 C 25.298327,259.99391 27.21333,254.78229 28.719199,252.51245 C 32.151985,247.33811 235.21693,43.710975 244.59328,36.040722 C 248.49459,32.849287 252.54459,29.781977 253.59328,29.224477 C 254.64198,28.666977 260.97895,27.713264 267.67544,27.105115 C 281.4205,25.856842 291.75024,26.81218 300.69521,30.15892 C 313.75504,35.045231 318.09362,39.012415 400,120.96298 C 470.84259,191.84378 478.9762,200.30894 483.38177,207.7436 C 486.06674,212.27465 489.21652,219.02345 490.38127,222.74094 C 492.48932,229.46911 492.499,230.05292 492.4995,350.5 L 492.5,471.5 L 490.14749,477.33196 C 485.30948,489.32553 477.24602,494.36426 460.34189,495.95701 C 448.6646,497.05727 63.625474,497.05608 54,495.95576 z M 478.10555,480.29445 C 479.13048,479.26952 479.39796,293.69497 478.43605,251 C 477.7474,220.43366 477.65635,219.37304 475.36431,215.21654 C 470.41523,206.24164 469.75341,205.58337 462,201.92403 C 455.60345,198.90508 449.90679,198.64169 384,198.31776 C 346.875,198.13529 315.9375,197.77827 315.25,197.52438 C 314.26704,197.16138 314,182.75348 314,130.08061 C 314,59.990024 313.81618,56.603578 309.5338,47.802651 C 306.70672,41.992563 305.94782,41.282662 298.28854,37.283494 L 292.12823,34.066987 L 273.43951,33.904262 L 254.75079,33.741537 L 142.87539,145.63016 L 31,257.51878 L 31,369.25642 L 31,480.99407 L 195.75,481.24703 C 405.00056,481.56833 477.07483,481.32517 478.10555,480.29445 z M 463,195.24743 C 463,193.95476 317.11489,48.551774 316.46749,49.199178 C 316.13018,49.536482 316.39715,51.542155 317.06074,53.656229 C 317.9317,56.430971 318.39794,76.22334 318.73712,124.8211 C 319.08153,174.16877 319.51307,192.2482 320.35349,192.53924 C 320.98407,192.75762 351.65,193.07927 388.5,193.25404 C 436.28997,193.48068 456.21679,193.90171 458,194.72251 C 460.95327,196.08186 463,196.29674 463,195.24743 z"
382 id="path2726" />
383 <path
384 style="fill:#e4c0be"
385 d="M 48,494.64581 C 44.975,493.99319 40.490781,492.40806 38.035068,491.12328 C 35.579355,489.83851 31.879608,487.89446 29.813406,486.80318 C 26.942738,485.28702 25.948675,484.07383 25.59877,481.65952 C 25.346922,479.92178 24.632684,475.31798 24.011575,471.42884 C 23.234004,466.55999 22.863943,435.10349 22.823388,370.42884 C 22.758006,266.16248 23.010594,261.08097 28.680801,252.59058 C 31.939832,247.7106 237.67112,41.491583 245.75675,35 C 254.69269,27.825747 254.87121,27.772824 271.95196,27.234192 C 284.42311,26.840921 288.78478,27.074262 293.99219,28.413301 C 302.75998,30.667859 311.88653,35.850936 321.5,44.035306 C 325.9,47.781221 363.25924,84.743197 404.52054,126.17303 C 487.15077,209.14077 485.2719,206.98439 490.21302,224.52269 L 492.4605,232.5 L 492.78068,345.5 C 492.99146,419.88657 492.74544,461.17646 492.06073,466.33252 C 489.79319,483.40762 482.96576,491.2733 467.5,494.6282 C 459.1372,496.44229 56.405413,496.4592 48,494.64581 z M 478.10555,480.29445 C 479.13048,479.26952 479.39796,293.69497 478.43605,251 C 477.7474,220.43366 477.65635,219.37304 475.36431,215.21654 C 470.41523,206.24164 469.75341,205.58337 462,201.92403 C 455.60345,198.90508 449.90679,198.64169 384,198.31776 C 346.875,198.13529 315.9375,197.77827 315.25,197.52438 C 314.26704,197.16138 314,182.75348 314,130.08061 C 314,59.990024 313.81618,56.603578 309.5338,47.802651 C 306.70672,41.992563 305.94782,41.282662 298.28854,37.283494 L 292.12823,34.066987 L 273.43951,33.904262 L 254.75079,33.741537 L 142.87539,145.63016 L 31,257.51878 L 31,369.25642 L 31,480.99407 L 195.75,481.24703 C 405.00056,481.56833 477.07483,481.32517 478.10555,480.29445 z M 463,195.24045 C 463,194.23944 318.35659,49.618863 316.85472,49.118239 C 316.06792,48.855973 315.92796,49.496401 316.41809,51.116119 C 318.14246,56.814506 318.90912,82.269735 318.953,135.28138 C 318.98983,179.77279 319.27055,192.1573 320.25,192.49953 C 320.9375,192.73975 351.65,193.07927 388.5,193.25404 C 436.28997,193.48068 456.21679,193.90171 458,194.72251 C 460.95994,196.08493 463,196.29626 463,195.24045 z"
386 id="path2724" />
387 <path
388 style="fill:#eabbba"
389 d="M 48,494.64581 C 44.975,493.99319 40.490781,492.40806 38.035068,491.12328 C 35.579355,489.83851 31.879608,487.89446 29.813406,486.80318 C 26.942738,485.28702 25.948675,484.07383 25.59877,481.65952 C 25.346922,479.92178 24.632684,475.31798 24.011575,471.42884 C 23.234004,466.55999 22.863943,435.10349 22.823388,370.42884 C 22.758006,266.16248 23.010594,261.08097 28.680801,252.59058 C 31.939832,247.7106 237.67112,41.491583 245.75675,35 C 254.69269,27.825747 254.87121,27.772824 271.95196,27.234192 C 284.42311,26.840921 288.78478,27.074262 293.99219,28.413301 C 302.75998,30.667859 311.88653,35.850936 321.5,44.035306 C 325.9,47.781221 363.25924,84.743197 404.52054,126.17303 C 487.15077,209.14077 485.2719,206.98439 490.21302,224.52269 L 492.4605,232.5 L 492.78068,345.5 C 492.99146,419.88657 492.74544,461.17646 492.06073,466.33252 C 489.79319,483.40762 482.96576,491.2733 467.5,494.6282 C 459.1372,496.44229 56.405413,496.4592 48,494.64581 z M 478.10076,480.29924 C 479.12804,479.27196 479.40088,293.85892 478.43818,251 C 477.68047,217.26736 477.79412,217.99701 471.97198,209.48349 C 469.08712,205.26505 462.71734,201.44576 455.54745,199.63543 C 453.10309,199.01825 424.36884,198.39297 383,198.05674 L 314.5,197.5 L 314.31742,130.5 C 314.2004,87.557462 313.74865,61.512379 313.0593,57.964478 C 312.46774,54.919941 310.71822,49.969941 309.17146,46.964478 C 306.69268,42.14805 305.52258,41.059311 299.3049,37.784027 L 292.25063,34.068053 L 273.50618,33.904843 L 254.76174,33.741632 L 143.8202,144.62082 C 82.802347,205.60437 32.430021,256.30638 31.881694,257.29195 C 31.2461,258.43437 30.898078,283.08217 30.921548,325.29195 C 30.941795,361.70638 30.96773,411.6324 30.97918,436.23866 L 31,480.97731 L 71.25,481.23866 C 159.07396,481.8089 477.32594,481.07406 478.10076,480.29924 z M 463,195.26808 C 463,194.57006 435.96321,167.33926 354.06434,85.550726 C 333.71482,65.228625 316.76778,48.898888 316.40425,49.26242 C 316.04071,49.625952 316.33369,52.078126 317.05531,54.711694 C 318.04766,58.333304 318.50534,75.703082 318.93367,126 L 319.5,192.5 L 387,193.1113 C 430.09039,193.50154 455.58487,194.1033 457.5,194.77535 C 461.18559,196.06868 463,196.23123 463,195.26808 z"
390 id="path2722" />
391 <path
392 style="fill:#ccc9c9"
393 d="M 48,494.64581 C 44.975,493.99319 40.490781,492.40806 38.035068,491.12328 C 35.579355,489.83851 31.879608,487.89446 29.813406,486.80318 C 26.942738,485.28702 25.948675,484.07383 25.59877,481.65952 C 25.346922,479.92178 24.632684,475.31798 24.011575,471.42884 C 23.234004,466.55999 22.863943,435.10349 22.823388,370.42884 C 22.758006,266.16248 23.010594,261.08097 28.680801,252.59058 C 31.939832,247.7106 237.67112,41.491583 245.75675,35 C 254.69269,27.825747 254.87121,27.772824 271.95196,27.234192 C 284.42311,26.840921 288.78478,27.074262 293.99219,28.413301 C 302.75998,30.667859 311.88653,35.850936 321.5,44.035306 C 325.9,47.781221 363.25924,84.743197 404.52054,126.17303 C 487.15077,209.14077 485.2719,206.98439 490.21302,224.52269 L 492.4605,232.5 L 492.78068,345.5 C 492.99146,419.88657 492.74544,461.17646 492.06073,466.33252 C 489.79319,483.40762 482.96576,491.2733 467.5,494.6282 C 459.1372,496.44229 56.405413,496.4592 48,494.64581 z M 478.08303,480.31697 C 479.63401,478.76599 479.0749,226.76527 477.50427,219.45527 C 477.26263,218.33067 475.3291,214.73067 473.20753,211.45527 C 469.1429,205.18006 464.07604,201.78883 455.54745,199.63543 C 453.10309,199.01825 424.36884,198.39297 383,198.05674 L 314.5,197.5 L 314.31742,130.5 C 314.2004,87.557462 313.74865,61.512379 313.0593,57.964478 C 312.46774,54.919941 310.71822,49.969941 309.17146,46.964478 C 306.69794,42.158254 305.51735,41.056532 299.37084,37.818559 L 292.38251,34.137119 L 273.69314,33.818559 L 255.00377,33.5 L 143.94121,144.5 C 82.856804,205.55 32.430021,256.30638 31.881694,257.29195 C 31.2461,258.43437 30.898078,283.08217 30.921548,325.29195 C 30.941795,361.70638 30.96773,411.6324 30.97918,436.23866 L 31,480.97731 L 71.25,481.23866 C 173.63631,481.90345 477.18424,481.21576 478.08303,480.31697 z M 463,195.24045 C 463,194.24381 318.36004,49.620014 316.86483,49.121611 C 316.07444,48.858146 315.93838,49.636069 316.42796,51.619492 C 317.88805,57.534746 318.84837,92.044933 318.92302,141.28138 C 318.98318,180.9644 319.27319,192.15306 320.25,192.47588 C 320.9375,192.70309 351.425,193.08698 388,193.32898 C 429.80876,193.6056 455.61389,194.15124 457.5,194.79853 C 461.23869,196.0816 463,196.22312 463,195.24045 z"
394 id="path2720" />
395 <path
396 style="fill:#cacaca"
397 d="M 49.004001,494.90058 C 43.010346,493.72707 37.164743,491.33657 33.5,488.56039 C 31.85,487.31045 29.555477,485.98927 28.401059,485.62444 C 26.597564,485.05448 26.060712,483.45068 24.587099,474.23056 C 23.062543,464.6917 22.860194,453.17176 22.765057,370.5 C 22.666043,284.45859 22.795922,276.68408 24.500848,266.59544 C 26.266782,256.1458 26.539826,255.45745 31.045771,250.09544 C 35.904166,244.31403 240.38572,39.950163 247.5,33.765792 C 249.7,31.853355 252.4,29.824837 253.5,29.257973 C 256.69821,27.609836 282.53546,26.689483 290.5,27.93999 C 300.14087,29.453697 310.43381,34.73526 320.82574,43.500877 C 325.59658,47.525095 363.25924,84.721169 404.52054,126.15882 C 487.1483,209.13973 485.27252,206.98658 490.21302,224.52269 L 492.4605,232.5 L 492.78068,345.5 C 492.99146,419.88657 492.74544,461.17646 492.06073,466.33252 C 489.79319,483.40762 482.96576,491.2733 467.5,494.6282 C 462.6768,495.67446 421.48867,495.91514 257.5,495.85531 C 144.41981,495.81404 51.496199,495.38854 49.004001,494.90058 z M 478.08303,480.31697 C 479.63401,478.76599 479.0749,226.76527 477.50427,219.45527 C 477.26263,218.33067 475.3291,214.73067 473.20753,211.45527 C 469.1429,205.18006 464.07604,201.78883 455.54745,199.63543 C 453.10309,199.01825 424.36884,198.39297 383,198.05674 L 314.5,197.5 L 314.31742,130.5 C 314.2004,87.557462 313.74865,61.512379 313.0593,57.964478 C 312.46774,54.919941 310.71822,49.969941 309.17146,46.964478 C 306.69794,42.158254 305.51735,41.056532 299.37084,37.818559 L 292.38251,34.137119 L 273.69314,33.818559 L 255.00377,33.5 L 143.94121,144.5 C 82.856804,205.55 32.430021,256.30638 31.881694,257.29195 C 31.2461,258.43437 30.898078,283.08217 30.921548,325.29195 C 30.941795,361.70638 30.96773,411.6324 30.97918,436.23866 L 31,480.97731 L 71.25,481.23866 C 173.63631,481.90345 477.18424,481.21576 478.08303,480.31697 z M 427.98159,159.45609 C 324.40963,55.707195 315.73895,47.27666 316.43614,51 C 317.9011,58.823651 318.85025,93.280502 318.92302,141.28138 C 318.98318,180.9644 319.27319,192.15306 320.25,192.47588 C 320.9375,192.70309 351.425,193.08698 388,193.32898 C 429.80876,193.6056 455.61389,194.15124 457.5,194.79853 C 459.15,195.36479 461.39172,195.86677 462.48159,195.91405 C 463.77065,195.96996 451.71343,183.22846 427.98159,159.45609 z"
398 id="path2718" />
399 <path
400 style="fill:#e2bcbb"
401 d="M 52.5,494.95719 C 45.651721,494.0564 35.746273,490.60413 34.011113,488.51339 C 33.367009,487.73729 31.330237,486.60403 29.484953,485.99503 C 26.323628,484.9517 26.093128,484.55897 25.493265,479.19388 C 25.143122,476.06225 24.438897,471.05485 23.928321,468.06634 C 23.403526,464.9946 23,422.81282 23,371.02618 C 23,292.71375 23.231018,277.75661 24.591897,267.95984 C 25.46744,261.65693 26.544175,255.825 26.984641,255 C 28.851875,251.50264 54.049508,225.97069 149,131.36575 C 204.275,76.291918 251.00359,30.471614 252.84131,29.542856 C 255.5537,28.172049 259.50638,27.820871 273.84131,27.677103 C 291.97373,27.495249 293.99812,27.795214 303.61285,32.088505 C 313.77706,36.62716 325.51602,47.594836 399.97913,122.12324 C 487.18656,209.40713 486.37367,208.45216 490.46611,228.4258 C 491.91057,235.47567 492.08637,249.06932 492.05684,351.4258 C 492.02816,450.83104 491.81773,467.28983 490.51137,472.30054 C 487.92487,482.22139 484.19489,487.32944 476.77165,491.11649 C 467.15588,496.0221 471.12173,495.9365 258,495.83831 C 148.275,495.78775 55.8,495.39125 52.5,494.95719 z M 478.08303,480.31697 C 479.63401,478.76599 479.0749,226.76527 477.50427,219.45527 C 477.26263,218.33067 475.3291,214.73067 473.20753,211.45527 C 469.1429,205.18006 464.07604,201.78883 455.54745,199.63543 C 453.10309,199.01825 424.36884,198.39297 383,198.05674 L 314.5,197.5 L 314.31742,130.5 C 314.2004,87.557462 313.74865,61.512379 313.0593,57.964478 C 312.46774,54.919941 310.71822,49.969941 309.17146,46.964478 C 306.69794,42.158254 305.51735,41.056532 299.37084,37.818559 L 292.38251,34.137119 L 273.69314,33.818559 L 255.00377,33.5 L 143.94121,144.5 C 82.856804,205.55 32.430021,256.30638 31.881694,257.29195 C 31.2461,258.43437 30.898078,283.08217 30.921548,325.29195 C 30.941795,361.70638 30.96773,411.6324 30.97918,436.23866 L 31,480.97731 L 71.25,481.23866 C 173.63631,481.90345 477.18424,481.21576 478.08303,480.31697 z M 427.98159,159.45609 C 324.40963,55.707195 315.73895,47.27666 316.43614,51 C 317.9011,58.823651 318.85025,93.280502 318.92302,141.28138 C 318.98318,180.9644 319.27319,192.15306 320.25,192.47588 C 320.9375,192.70309 351.425,193.08698 388,193.32898 C 429.80876,193.6056 455.61389,194.15124 457.5,194.79853 C 459.15,195.36479 461.39172,195.86677 462.48159,195.91405 C 463.77065,195.96996 451.71343,183.22846 427.98159,159.45609 z"
402 id="path2716" />
403 <path
404 style="fill:#c8c8c8"
405 d="M 52.5,494.95719 C 45.651721,494.0564 35.746273,490.60413 34.011113,488.51339 C 33.367009,487.73729 31.330237,486.60403 29.484953,485.99503 C 26.323628,484.9517 26.093128,484.55897 25.493265,479.19388 C 25.143122,476.06225 24.438897,471.05485 23.928321,468.06634 C 23.403526,464.9946 23,422.81282 23,371.02618 C 23,292.71375 23.231018,277.75661 24.591897,267.95984 C 25.46744,261.65693 26.544175,255.825 26.984641,255 C 28.851875,251.50264 54.049508,225.97069 149,131.36575 C 204.275,76.291918 251.00359,30.471614 252.84131,29.542856 C 255.5537,28.172049 259.50638,27.820871 273.84131,27.677103 C 291.97373,27.495249 293.99812,27.795214 303.61285,32.088505 C 313.77706,36.62716 325.51602,47.594836 399.97913,122.12324 C 487.18656,209.40713 486.37367,208.45216 490.46611,228.4258 C 491.91057,235.47567 492.08637,249.06932 492.05684,351.4258 C 492.02816,450.83104 491.81773,467.28983 490.51137,472.30054 C 487.92487,482.22139 484.19489,487.32944 476.77165,491.11649 C 467.15588,496.0221 471.12173,495.9365 258,495.83831 C 148.275,495.78775 55.8,495.39125 52.5,494.95719 z M 478.03958,480.36042 C 479.63045,478.76955 479.11377,226.94616 477.50427,219.45527 C 477.26263,218.33067 475.3291,214.73067 473.20753,211.45527 C 469.1429,205.18006 464.07604,201.78883 455.54745,199.63543 C 453.10309,199.01825 424.36884,198.39297 383,198.05674 L 314.5,197.5 L 314.33276,130.50935 C 314.2238,86.865122 313.78534,61.586297 313.07463,57.973828 C 312.47465,54.924148 310.71822,49.969941 309.17146,46.964478 C 306.69794,42.158254 305.51735,41.056532 299.37084,37.818559 L 292.38251,34.137119 L 273.69201,33.818559 L 255.00151,33.5 L 142.78503,145.71628 L 30.568556,257.93256 L 30.767446,353.71628 C 30.876836,406.39733 30.973911,456.56857 30.983168,465.20794 L 31,480.91587 L 38.75,481.20794 C 61.5098,482.06565 477.1362,481.2638 478.03958,480.36042 z M 427.98159,159.45609 C 324.40963,55.707195 315.73895,47.27666 316.43614,51 C 317.9011,58.823651 318.85025,93.280502 318.92302,141.28138 C 318.98318,180.9644 319.27319,192.15306 320.25,192.47588 C 320.9375,192.70309 351.425,193.08698 388,193.32898 C 429.80876,193.6056 455.61389,194.15124 457.5,194.79853 C 459.15,195.36479 461.39172,195.86677 462.48159,195.91405 C 463.77065,195.96996 451.71343,183.22846 427.98159,159.45609 z"
406 id="path2714" />
407 <path
408 style="fill:#f2b3b1"
409 d="M 158,495 C 37.01494,494.44756 46.785218,494.98843 33.729034,488.12048 C 30.748846,486.55281 27.795629,485.09688 27.166329,484.88508 C 26.470517,484.6509 25.431027,478.62198 24.513677,469.5 C 22.324233,447.72854 22.326372,293.29099 24.516419,271.50254 C 25.485745,261.85886 26.574251,255.73005 27.613231,254.06599 C 30.464473,249.49935 249.38758,31.274135 252.88305,29.514283 C 255.66195,28.115205 259.50148,27.786631 274.38305,27.674392 L 292.5,27.537752 L 299.56928,30.595861 C 303.45738,32.277821 310.20738,36.255017 314.56928,39.434074 C 319.80143,43.247394 348.90549,71.633562 400.10208,122.85709 C 465.17076,187.96 478.36943,201.63211 481.82324,207.50962 C 487.08402,216.46213 489.70346,224.13229 490.98184,234.32752 C 492.36044,245.32207 492.3513,459.14898 490.97186,468 C 488.95482,480.94202 482.28814,489.42669 471.17731,493.19248 C 466.41136,494.80781 311.59409,495.70134 158,495 z M 478.03958,480.36042 C 479.63045,478.76955 479.11377,226.94616 477.50427,219.45527 C 477.26263,218.33067 475.3291,214.73067 473.20753,211.45527 C 469.1429,205.18006 464.07604,201.78883 455.54745,199.63543 C 453.10309,199.01825 424.36884,198.39297 383,198.05674 L 314.5,197.5 L 314.33276,130.50935 C 314.2238,86.865122 313.78534,61.586297 313.07463,57.973828 C 312.47465,54.924148 310.71822,49.969941 309.17146,46.964478 C 306.69794,42.158254 305.51735,41.056532 299.37084,37.818559 L 292.38251,34.137119 L 273.69201,33.818559 L 255.00151,33.5 L 142.78503,145.71628 L 30.568556,257.93256 L 30.767446,353.71628 C 30.876836,406.39733 30.973911,456.56857 30.983168,465.20794 L 31,480.91587 L 38.75,481.20794 C 61.5098,482.06565 477.1362,481.2638 478.03958,480.36042 z M 463.12399,194.64939 C 462.50749,193.90656 429.26489,160.53364 389.25154,120.48734 C 342.37809,73.575299 316.38884,48.247126 316.18749,49.281794 C 316.01561,50.165036 316.38754,52.600458 317.014,54.693844 C 317.79013,57.287402 318.33263,79.792948 318.71681,125.33522 C 319.11857,172.96216 319.59953,192.2737 320.3903,192.52972 C 321.00064,192.72731 351.425,193.08698 388,193.32898 C 429.80876,193.6056 455.61389,194.15124 457.5,194.79853 C 462.07209,196.36762 464.49663,196.30332 463.12399,194.64939 z"
410 id="path2712" />
411 <path
412 style="fill:#c6c6c6"
413 d="M 158,495 C 37.01494,494.44756 46.785218,494.98843 33.729034,488.12048 C 30.748846,486.55281 27.795629,485.09688 27.166329,484.88508 C 26.470517,484.6509 25.431027,478.62198 24.513677,469.5 C 22.324233,447.72854 22.326372,293.29099 24.516419,271.50254 C 25.485745,261.85886 26.574251,255.73005 27.613231,254.06599 C 30.464473,249.49935 249.38758,31.274135 252.88305,29.514283 C 255.66195,28.115205 259.50148,27.786631 274.38305,27.674392 L 292.5,27.537752 L 299.56928,30.595861 C 303.45738,32.277821 310.20738,36.255017 314.56928,39.434074 C 319.80143,43.247394 348.90549,71.633562 400.10208,122.85709 C 465.17076,187.96 478.36943,201.63211 481.82324,207.50962 C 487.08402,216.46213 489.70346,224.13229 490.98184,234.32752 C 492.36044,245.32207 492.3513,459.14898 490.97186,468 C 488.95482,480.94202 482.28814,489.42669 471.17731,493.19248 C 466.41136,494.80781 311.59409,495.70134 158,495 z M 478.01795,480.38205 C 479.64854,478.75146 479.15317,227.12953 477.50427,219.45527 C 477.26263,218.33067 475.3291,214.73067 473.20753,211.45527 C 469.1429,205.18006 464.07604,201.78883 455.54745,199.63543 C 453.10309,199.01825 424.36884,198.39297 383,198.05674 L 314.5,197.5 L 314.33276,130.50935 C 314.2238,86.865122 313.78534,61.586297 313.07463,57.973828 C 312.47465,54.924148 310.71822,49.969941 309.17146,46.964478 C 306.69932,42.160935 305.52102,41.060511 299.42958,37.866397 L 292.5,34.232794 L 276,33.957056 C 266.925,33.805401 258.31938,33.753022 256.87639,33.840659 C 254.81433,33.965896 230.41449,57.87344 142.87639,145.54058 L 31.5,257.08116 L 30.994159,268.79058 C 30.715946,275.23076 30.606119,318.3 30.750099,364.5 C 30.894079,410.7 31.009208,455.79357 31.00594,464.70794 L 31,480.91587 L 38.75,481.20794 C 61.027071,482.04746 477.13488,481.26512 478.01795,480.38205 z M 463.12399,194.64939 C 462.50749,193.90656 429.26489,160.53364 389.25154,120.48734 C 342.37809,73.575299 316.38884,48.247126 316.18749,49.281794 C 316.01561,50.165036 316.38801,52.600458 317.01504,54.693844 C 317.79318,57.291677 318.33339,79.849555 318.71668,125.75 L 319.27826,193 L 372.88913,193.02287 C 427.69749,193.04626 453.33382,193.65602 457.91727,195.04527 C 459.33777,195.47582 461.3426,195.86677 462.37244,195.91405 C 463.83442,195.98116 463.99917,195.70392 463.12399,194.64939 z"
414 id="path2710" />
415 <path
416 style="fill:#c9c4c4"
417 d="M 53.5,494.30835 C 48.394561,493.62115 39.649987,490.93213 36.418574,489.05571 C 34.72379,488.07157 31.734582,486.73748 29.77589,486.09105 C 26.977054,485.16735 26.058163,484.22896 25.483774,481.70787 C 25.081803,479.94354 24.557495,434.29036 24.318645,380.25635 C 23.869589,278.66792 24.368236,259.2509 27.557135,254.1516 C 30.441711,249.53894 249.34165,31.297244 252.86005,29.526175 C 255.61727,28.138268 259.47464,27.81449 274.36005,27.721518 C 291.9545,27.611627 292.69415,27.689705 298.95635,30.317901 C 311.37395,35.529474 321.16216,44.539764 397.67509,121.19091 C 438.4714,162.06091 473.93313,197.975 476.47894,201 C 482.52089,208.17918 487.41803,218.10044 489.68099,227.74642 C 491.38418,235.0063 491.5,242.82256 491.5,350.5 C 491.5,474.48928 491.63579,471.11271 486.2436,481.20669 C 483.29876,486.71932 478.30187,490.3303 470.25369,492.76175 C 464.87493,494.38673 451.20653,494.50691 260.5,494.60608 C 148.3,494.66443 55.15,494.53045 53.5,494.30835 z M 478.01795,480.38205 C 479.64854,478.75146 479.15317,227.12953 477.50427,219.45527 C 477.26263,218.33067 475.3291,214.73067 473.20753,211.45527 C 469.1429,205.18006 464.07604,201.78883 455.54745,199.63543 C 453.10309,199.01825 424.36884,198.39297 383,198.05674 L 314.5,197.5 L 314.33276,130.50935 C 314.2238,86.865122 313.78534,61.586297 313.07463,57.973828 C 312.47465,54.924148 310.71822,49.969941 309.17146,46.964478 C 306.69932,42.160935 305.52102,41.060511 299.42958,37.866397 L 292.5,34.232794 L 276,33.957056 C 266.925,33.805401 258.31938,33.753022 256.87639,33.840659 C 254.81433,33.965896 230.41449,57.87344 142.87639,145.54058 L 31.5,257.08116 L 30.994159,268.79058 C 30.715946,275.23076 30.606119,318.3 30.750099,364.5 C 30.894079,410.7 31.009208,455.79357 31.00594,464.70794 L 31,480.91587 L 38.75,481.20794 C 61.027071,482.04746 477.13488,481.26512 478.01795,480.38205 z M 463.09838,194.25 C 462.56379,193.2875 429.39001,159.875 389.37886,120 C 338.72065,69.514162 316.5165,48.014325 316.25316,49.193844 C 316.04516,50.125458 316.38801,52.600458 317.01504,54.693844 C 317.79318,57.291677 318.33339,79.849555 318.71668,125.75 L 319.27826,193 L 372.88913,193.02287 C 427.69749,193.04626 453.33382,193.65602 457.91727,195.04527 C 462.5817,196.45906 464.18837,196.21245 463.09838,194.25 z"
418 id="path2708" />
419 <path
420 style="fill:#ddbbb9"
421 d="M 53.5,494.30244 C 48.143536,493.592 39.615069,490.87392 34.5,488.24701 C 31.75,486.83472 28.825,485.36491 28,484.98077 C 27.175,484.59664 26.098607,482.53132 25.608016,480.39117 C 25.117424,478.25103 24.515959,433.075 24.271427,380 C 23.808147,279.44662 24.361597,259.32305 27.736752,254 C 30.518751,249.61243 249.36997,31.278127 252.61983,29.648087 C 255.18308,28.36243 259.19709,28.12458 275.11983,28.314852 C 293.04991,28.529111 294.91153,28.724742 300,30.929417 C 311.94206,36.103535 322.24397,45.62353 397.67509,121.19091 C 438.4714,162.06091 473.93313,197.975 476.47894,201 C 482.52089,208.17918 487.41803,218.10044 489.68099,227.74642 C 491.38418,235.0063 491.5,242.82256 491.5,350.5 C 491.5,472.26681 491.54883,470.88425 486.92315,480.09468 C 484.8689,484.18502 479.03896,489.65449 475.16221,491.12843 C 464.86073,495.04504 467.13312,495.00615 257.68462,494.85017 C 147.03308,494.76776 55.15,494.52128 53.5,494.30244 z M 478.01795,480.38205 C 479.64854,478.75146 479.15317,227.12953 477.50427,219.45527 C 477.26263,218.33067 475.3291,214.73067 473.20753,211.45527 C 469.1429,205.18006 464.07604,201.78883 455.54745,199.63543 C 453.10309,199.01825 424.36884,198.39297 383,198.05674 L 314.5,197.5 L 314.33276,130.50935 C 314.2238,86.865122 313.78534,61.586297 313.07463,57.973828 C 312.47465,54.924148 310.71822,49.969941 309.17146,46.964478 C 306.69932,42.160935 305.52102,41.060511 299.42958,37.866397 L 292.5,34.232794 L 276,33.957056 C 266.925,33.805401 258.31938,33.753022 256.87639,33.840659 C 254.81433,33.965896 230.41449,57.87344 142.87639,145.54058 L 31.5,257.08116 L 30.994159,268.79058 C 30.715946,275.23076 30.606119,318.3 30.750099,364.5 C 30.894079,410.7 31.009208,455.79357 31.00594,464.70794 L 31,480.91587 L 38.75,481.20794 C 61.027071,482.04746 477.13488,481.26512 478.01795,480.38205 z M 463.09838,194.25 C 462.56379,193.2875 429.39001,159.875 389.37886,120 C 338.72065,69.514162 316.5165,48.014325 316.25316,49.193844 C 316.04516,50.125458 316.38801,52.600458 317.01504,54.693844 C 317.79318,57.291677 318.33339,79.849555 318.71668,125.75 L 319.27826,193 L 372.88913,193.02287 C 427.69749,193.04626 453.33382,193.65602 457.91727,195.04527 C 462.5817,196.45906 464.18837,196.21245 463.09838,194.25 z"
422 id="path2706" />
423 <path
424 style="fill:#f2b0ae"
425 d="M 53.5,494.30244 C 48.143536,493.592 39.615069,490.87392 34.5,488.24701 C 31.75,486.83472 28.825,485.36491 28,484.98077 C 27.175,484.59664 26.098607,482.53132 25.608016,480.39117 C 25.117424,478.25103 24.515959,433.075 24.271427,380 C 23.807483,279.30248 24.359872,259.30039 27.75112,254 C 30.420454,249.82793 236.85616,43.311622 246.24374,35.422063 L 254.98748,28.073605 L 274.74374,28.310823 C 293.06181,28.530773 294.90038,28.721456 300,30.930218 C 311.94031,36.101842 322.24183,45.621386 397.67509,121.19091 C 438.4714,162.06091 473.93313,197.975 476.47894,201 C 482.52089,208.17918 487.41803,218.10044 489.68099,227.74642 C 491.38418,235.0063 491.5,242.82256 491.5,350.5 C 491.5,472.26681 491.54883,470.88425 486.92315,480.09468 C 484.8689,484.18502 479.03896,489.65449 475.16221,491.12843 C 464.86073,495.04504 467.13312,495.00615 257.68462,494.85017 C 147.03308,494.76776 55.15,494.52128 53.5,494.30244 z M 478.026,480.374 C 479.05708,479.34292 479.3224,278.5299 478.34406,239.64951 L 477.8194,218.79901 L 474.45616,213.0605 C 472.60637,209.90433 470.50951,206.85977 469.79645,206.29482 C 466.47676,203.66462 458.6771,200 456.39878,200 C 455.00713,200 452.99434,199.53215 451.9259,198.96034 C 450.63456,198.26924 427.56586,197.9354 383.11761,197.96459 C 327.56247,198.00107 316.05891,197.77591 315.11076,196.63346 C 314.27977,195.63218 313.9836,177.07921 314.02118,128.37921 C 314.07662,56.542518 314.0174,55.591912 308.89064,46.020131 C 306.99292,42.477045 305.09631,40.777812 299.82068,37.894086 L 293.15019,34.24791 L 276.3251,33.967613 C 267.07129,33.813449 258.31938,33.757669 256.87639,33.843658 C 254.81256,33.966643 230.48942,57.798503 142.87639,145.54106 L 31.5,257.08211 L 30.947058,269.29106 C 30.532538,278.44365 30.511366,476.33458 30.924492,480.20794 C 31.056209,481.44287 42.16447,481.50149 261.77382,481.42618 C 400.68094,481.37855 477.39471,481.00529 478.026,480.374 z M 463.09838,194.25 C 462.56379,193.2875 429.39001,159.875 389.37886,120 C 341.80675,72.589754 316.50762,48.048981 316.27386,49.086348 C 316.07725,49.95884 316.41305,52.65884 317.02009,55.086348 C 317.73823,57.958157 318.32463,82.818114 318.69869,126.25 L 319.2736,193 L 373.3868,193.03211 C 428.61564,193.06488 452.24843,193.63268 456.89159,195.0384 C 458.32622,195.47273 460.52833,195.86677 461.78518,195.91405 C 463.67371,195.98508 463.90165,195.69624 463.09838,194.25 z"
426 id="path2704" />
427 <path
428 style="fill:#ebb3b2"
429 d="M 53.5,494.30244 C 48.143536,493.592 39.615069,490.87392 34.5,488.24701 C 31.75,486.83472 28.825,485.36491 28,484.98077 C 27.175,484.59664 26.098607,482.53132 25.608016,480.39117 C 25.117424,478.25103 24.515959,433.075 24.271427,380 C 23.807483,279.30248 24.359872,259.30039 27.75112,254 C 30.420454,249.82793 236.85616,43.311622 246.24374,35.422063 L 254.98748,28.073605 L 274.74374,28.310823 C 293.06181,28.530773 294.90038,28.721456 300,30.930218 C 311.94031,36.101842 322.24183,45.621386 397.67509,121.19091 C 438.4714,162.06091 473.93313,197.975 476.47894,201 C 482.52089,208.17918 487.41803,218.10044 489.68099,227.74642 C 491.38418,235.0063 491.5,242.82256 491.5,350.5 C 491.5,472.26681 491.54883,470.88425 486.92315,480.09468 C 484.8689,484.18502 479.03896,489.65449 475.16221,491.12843 C 464.86073,495.04504 467.13312,495.00615 257.68462,494.85017 C 147.03308,494.76776 55.15,494.52128 53.5,494.30244 z M 478.01094,480.38906 C 479.04307,479.35693 479.34066,276.94734 478.36489,239.64951 L 477.8194,218.79901 L 474.45616,213.0605 C 472.60637,209.90433 470.50951,206.85977 469.79645,206.29482 C 466.47676,203.66462 458.6771,200 456.39878,200 C 455.00713,200 452.99434,199.53215 451.9259,198.96034 C 450.63456,198.26924 427.56586,197.9354 383.11761,197.96459 C 327.56247,198.00107 316.05891,197.77591 315.11076,196.63346 C 314.27977,195.63218 313.9836,177.07921 314.02118,128.37921 C 314.07662,56.542518 314.0174,55.591912 308.89064,46.020131 C 306.9848,42.461879 305.09714,40.778268 299.71497,37.836303 L 292.93877,34.132344 L 274.19319,33.817543 C 256.13181,33.514232 255.3452,33.583308 252.64145,35.710074 C 251.09806,36.924106 200.70985,87.269703 140.66764,147.58918 L 31.5,257.26095 L 30.947058,269.38047 C 30.532555,278.46565 30.511377,476.33469 30.924492,480.20794 C 31.056209,481.44287 42.16447,481.50149 261.77382,481.42618 C 398.38579,481.37933 477.39963,481.00037 478.01094,480.38906 z M 463.09838,194.25 C 462.56379,193.2875 429.39001,159.875 389.37886,120 C 341.80675,72.589754 316.50762,48.048981 316.27386,49.086348 C 316.07725,49.95884 316.41305,52.65884 317.02009,55.086348 C 317.73823,57.958157 318.32463,82.818114 318.69869,126.25 L 319.2736,193 L 373.3868,193.03211 C 428.61564,193.06488 452.24843,193.63268 456.89159,195.0384 C 458.32622,195.47273 460.52833,195.86677 461.78518,195.91405 C 463.67371,195.98508 463.90165,195.69624 463.09838,194.25 z"
430 id="path2702" />
431 <path
432 style="fill:#c4c4c4"
433 d="M 53.5,494.30244 C 48.143536,493.592 39.615069,490.87392 34.5,488.24701 C 31.75,486.83472 28.825,485.36491 28,484.98077 C 27.175,484.59664 26.098607,482.53132 25.608016,480.39117 C 25.117424,478.25103 24.515959,433.075 24.271427,380 C 23.807483,279.30248 24.359872,259.30039 27.75112,254 C 30.420454,249.82793 236.85616,43.311622 246.24374,35.422063 L 254.98748,28.073605 L 274.74374,28.310823 C 293.06181,28.530773 294.90038,28.721456 300,30.930218 C 311.94031,36.101842 322.24183,45.621386 397.67509,121.19091 C 438.4714,162.06091 473.93313,197.975 476.47894,201 C 482.52089,208.17918 487.41803,218.10044 489.68099,227.74642 C 491.38418,235.0063 491.5,242.82256 491.5,350.5 C 491.5,472.26681 491.54883,470.88425 486.92315,480.09468 C 484.8689,484.18502 479.03896,489.65449 475.16221,491.12843 C 464.86073,495.04504 467.13312,495.00615 257.68462,494.85017 C 147.03308,494.76776 55.15,494.52128 53.5,494.30244 z M 478.2136,480.1864 C 479.63113,478.76887 479.88367,272.53289 478.50892,239.02103 L 477.66881,218.54207 L 474.38086,212.93203 C 472.57249,209.84651 470.50951,206.85977 469.79645,206.29482 C 466.47676,203.66462 458.6771,200 456.39878,200 C 455.00713,200 452.99434,199.53215 451.9259,198.96034 C 450.63456,198.26924 427.56586,197.9354 383.11761,197.96459 C 327.56247,198.00107 316.05891,197.77591 315.11076,196.63346 C 314.27977,195.63218 313.9836,177.07921 314.02118,128.37921 C 314.07662,56.542518 314.0174,55.591912 308.89064,46.020131 C 306.99848,42.487422 305.09575,40.777508 299.89113,37.932595 L 293.29109,34.324929 L 274.82964,33.658028 L 256.36818,32.991127 L 252.75271,35.745563 C 250.7642,37.260504 200.16886,87.71901 140.31862,147.87558 L 31.5,257.25116 L 30.947058,269.37558 C 30.532554,278.46445 30.511376,476.33468 30.924492,480.20794 C 31.056159,481.4424 42.139701,481.50132 261.76499,481.43501 C 426.13204,481.38539 477.30984,481.09016 478.2136,480.1864 z M 463.09838,194.25 C 461.09531,190.64357 316.7073,47.551487 316.27979,48.749143 C 316.03455,49.436172 316.35994,52.361172 317.00288,55.249143 C 317.79643,58.813659 318.34524,81.696253 318.71175,126.5 C 319.00869,162.8 319.30753,192.56734 319.37582,192.64964 C 319.44412,192.73194 349.65,193.0145 386.5,193.27756 C 428.84813,193.57987 454.60382,194.13708 456.5,194.79197 C 458.15,195.36184 460.52833,195.86677 461.78518,195.91405 C 463.67371,195.98508 463.90165,195.69624 463.09838,194.25 z"
434 id="path2700" />
435 <path
436 style="fill:#dcb8b6"
437 d="M 56,493.85806 C 48.267406,493.19622 41.196341,491.18105 35.053074,487.88846 C 33.115173,486.84981 30.790554,486 29.887254,486 C 28.983953,486 27.733132,485.38337 27.107651,484.62971 C 24.748787,481.78745 24.044832,455.93841 24.026757,371.5 C 24.007459,281.34637 24.723304,258.65034 27.732771,254 C 30.465982,249.77654 236.92805,43.251198 246.24374,35.422063 L 254.98748,28.073605 L 274.74374,28.286802 C 293.86489,28.493146 294.68383,28.586186 300.21837,31.180984 C 312.10255,36.752722 322.59395,46.494472 399.58809,123.45028 C 483.33999,207.16049 482.04227,205.70085 487.8473,222.72195 L 490.5,230.5 L 490.79351,346 C 490.99881,426.78717 490.7559,463.45354 489.98527,468 C 488.31317,477.86484 485.03369,484.19272 479.68665,487.87158 C 469.86807,494.62694 482.83172,494.2387 262.5,494.376 C 153.05,494.4442 60.125,494.21113 56,493.85806 z M 478.2136,480.1864 C 479.63113,478.76887 479.88367,272.53289 478.50892,239.02103 L 477.66881,218.54207 L 474.38086,212.93203 C 472.57249,209.84651 470.50951,206.85977 469.79645,206.29482 C 466.47676,203.66462 458.6771,200 456.39878,200 C 455.00713,200 452.99434,199.53215 451.9259,198.96034 C 450.63456,198.26924 427.56586,197.9354 383.11761,197.96459 C 327.56247,198.00107 316.05891,197.77591 315.11076,196.63346 C 314.27977,195.63218 313.9836,177.07921 314.02118,128.37921 C 314.07662,56.542518 314.0174,55.591912 308.89064,46.020131 C 306.99848,42.487422 305.09575,40.777508 299.89113,37.932595 L 293.29109,34.324929 L 274.82964,33.658028 L 256.36818,32.991127 L 252.75271,35.745563 C 250.7642,37.260504 200.16886,87.71901 140.31862,147.87558 L 31.5,257.25116 L 30.947058,269.37558 C 30.532554,278.46445 30.511376,476.33468 30.924492,480.20794 C 31.056159,481.4424 42.139701,481.50132 261.76499,481.43501 C 426.13204,481.38539 477.30984,481.09016 478.2136,480.1864 z M 464,195.24745 C 464,193.86384 317.09082,47.575842 316.39755,48.269112 C 316.02178,48.644889 316.26141,51.550565 316.93006,54.726171 C 317.77741,58.750429 318.31334,80.499149 318.69872,126.5 C 319.00283,162.8 319.30753,192.56734 319.37582,192.64964 C 319.44412,192.73194 349.65,193.0145 386.5,193.27756 C 428.84813,193.57987 454.60382,194.13708 456.5,194.79197 C 460.1271,196.04468 464,196.27988 464,195.24745 z"
438 id="path2698" />
439 <path
440 style="fill:#f1adab"
441 d="M 56,493.85806 C 48.267406,493.19622 41.196341,491.18105 35.053074,487.88846 C 33.115173,486.84981 30.790554,486 29.887254,486 C 28.983953,486 27.733132,485.38337 27.107651,484.62971 C 24.748787,481.78745 24.044832,455.93841 24.026757,371.5 C 24.007459,281.34637 24.723304,258.65034 27.732771,254 C 30.465982,249.77654 236.92805,43.251198 246.24374,35.422063 L 254.98748,28.073605 L 274.74374,28.286802 C 293.86489,28.493146 294.68383,28.586186 300.21837,31.180984 C 312.10255,36.752722 322.59395,46.494472 399.58809,123.45028 C 483.33999,207.16049 482.04227,205.70085 487.8473,222.72195 L 490.5,230.5 L 490.79351,346 C 490.99881,426.78717 490.7559,463.45354 489.98527,468 C 488.31317,477.86484 485.03369,484.19272 479.68665,487.87158 C 469.86807,494.62694 482.83172,494.2387 262.5,494.376 C 153.05,494.4442 60.125,494.21113 56,493.85806 z M 478.22919,480.17081 C 479.6318,478.7682 479.87137,272.23315 478.50892,239.02103 L 477.66881,218.54207 L 474.26069,212.72699 C 470.79696,206.81703 464.30854,201.59698 459,200.44947 C 457.625,200.15225 454.80413,199.45896 452.7314,198.90882 C 450.38965,198.28728 423.83918,197.92698 382.60625,197.95718 C 327.39016,197.99762 316.05756,197.77429 315.10534,196.62693 C 314.26926,195.61951 313.98854,177.36868 314.06325,128.87404 C 314.16706,61.482564 313.8573,54.751526 310.40057,49.285183 C 309.63026,48.067034 309,46.457975 309,45.709497 C 309,43.702386 305.27345,40.676168 298.5,37.182765 C 292.60613,34.143003 292.18043,34.078589 274.43239,33.540965 L 256.36478,32.99366 L 252.75101,35.74683 C 250.76344,37.261074 200.16886,87.717083 140.31862,147.87129 L 31.5,257.24259 L 30.870323,262.73322 C 30.524,265.75307 30.299,315.98599 30.370323,374.36193 L 30.5,480.5 L 38,481 C 42.125,481.275 142.60126,481.46374 261.28057,481.41943 C 424.40442,481.35852 477.34618,481.05382 478.22919,480.17081 z M 464,195.14046 C 464,193.86218 317.06519,47.601473 316.42458,48.242082 C 316.06367,48.602992 316.29991,51.733669 316.94954,55.199141 C 317.74019,59.416841 318.31558,83.155288 318.68991,127 C 318.99748,163.025 319.30557,192.56734 319.37456,192.64964 C 319.44355,192.73194 349.65,192.99732 386.5,193.23938 C 442.22794,193.60545 454.17296,193.92726 457.5,195.15222 C 461.30325,196.55251 464,196.54763 464,195.14046 z"
442 id="path2696" />
443 <path
444 style="fill:#ebb0ae"
445 d="M 56,493.85806 C 48.267406,493.19622 41.196341,491.18105 35.053074,487.88846 C 33.115173,486.84981 30.790554,486 29.887254,486 C 28.983953,486 27.733132,485.38337 27.107651,484.62971 C 24.748787,481.78745 24.044832,455.93841 24.026757,371.5 C 24.007459,281.34637 24.723304,258.65034 27.732771,254 C 30.465982,249.77654 236.92805,43.251198 246.24374,35.422063 L 254.98748,28.073605 L 274.74374,28.286802 C 293.86489,28.493146 294.68383,28.586186 300.21837,31.180984 C 312.10255,36.752722 322.59395,46.494472 399.58809,123.45028 C 483.33999,207.16049 482.04227,205.70085 487.8473,222.72195 L 490.5,230.5 L 490.79351,346 C 490.99881,426.78717 490.7559,463.45354 489.98527,468 C 488.31317,477.86484 485.03369,484.19272 479.68665,487.87158 C 469.86807,494.62694 482.83172,494.2387 262.5,494.376 C 153.05,494.4442 60.125,494.21113 56,493.85806 z M 478.22883,480.17117 C 479.63235,478.76765 479.8738,272.18033 478.51067,239.02103 L 477.66881,218.54207 L 474.26069,212.72699 C 470.79696,206.81703 464.30854,201.59698 459,200.44947 C 457.625,200.15225 454.80413,199.45896 452.7314,198.90882 C 450.38965,198.28728 423.83918,197.92698 382.60625,197.95718 C 327.39016,197.99762 316.05756,197.77429 315.10534,196.62693 C 314.26926,195.61951 313.98854,177.36868 314.06325,128.87404 C 314.16706,61.482564 313.8573,54.751526 310.40057,49.285183 C 309.63026,48.067034 309,46.457975 309,45.709497 C 309,43.702299 305.27327,40.676037 298.5,37.183057 C 292.61133,34.146265 292.16701,34.078746 274.55407,33.544205 C 256.68777,33.001974 256.59237,33.010509 253.05407,35.467872 C 251.09933,36.825446 200.45,87.294373 140.5,147.62104 L 31.5,257.3059 L 30.870323,262.76488 C 30.524,265.76732 30.299,315.98599 30.370323,374.36193 L 30.5,480.5 L 38,481 C 42.125,481.275 142.60126,481.46374 261.28057,481.41943 C 424.36656,481.35853 477.3463,481.0537 478.22883,480.17117 z M 464,195.14046 C 464,193.86218 317.06519,47.601473 316.42458,48.242082 C 316.06367,48.602992 316.29991,51.733669 316.94954,55.199141 C 317.74019,59.416841 318.31558,83.155288 318.68991,127 C 318.99748,163.025 319.30557,192.56734 319.37456,192.64964 C 319.44355,192.73194 349.65,192.99732 386.5,193.23938 C 442.22794,193.60545 454.17296,193.92726 457.5,195.15222 C 461.30325,196.55251 464,196.54763 464,195.14046 z"
446 id="path2694" />
447 <path
448 style="fill:#c9c0bf"
449 d="M 56,493.85806 C 48.267406,493.19622 41.196341,491.18105 35.053074,487.88846 C 33.115173,486.84981 30.790554,486 29.887254,486 C 28.983953,486 27.733132,485.38337 27.107651,484.62971 C 24.748787,481.78745 24.044832,455.93841 24.026757,371.5 C 24.007459,281.34637 24.723304,258.65034 27.732771,254 C 30.465982,249.77654 236.92805,43.251198 246.24374,35.422063 L 254.98748,28.073605 L 274.74374,28.286802 C 293.86489,28.493146 294.68383,28.586186 300.21837,31.180984 C 312.10255,36.752722 322.59395,46.494472 399.58809,123.45028 C 483.33999,207.16049 482.04227,205.70085 487.8473,222.72195 L 490.5,230.5 L 490.79351,346 C 490.99881,426.78717 490.7559,463.45354 489.98527,468 C 488.31317,477.86484 485.03369,484.19272 479.68665,487.87158 C 469.86807,494.62694 482.83172,494.2387 262.5,494.376 C 153.05,494.4442 60.125,494.21113 56,493.85806 z M 478.73956,480.59377 C 479.80621,479.52712 479.6604,263.47424 478.57653,239.02103 L 477.66881,218.54207 L 474.26069,212.72699 C 470.79696,206.81703 464.30854,201.59698 459,200.44947 C 457.625,200.15225 454.80413,199.45896 452.7314,198.90882 C 450.38965,198.28728 423.83918,197.92698 382.60625,197.95718 C 327.39016,197.99762 316.05756,197.77429 315.10534,196.62693 C 314.26926,195.61951 313.98854,177.36868 314.06325,128.87404 C 314.16706,61.482564 313.8573,54.751526 310.40057,49.285183 C 309.63026,48.067034 309,46.457975 309,45.709497 C 309,43.702599 305.2739,40.676489 298.5,37.182055 C 292.57499,34.125531 292.26254,34.079518 273.5,33.500407 L 254.5,32.913967 L 142.8579,145.20698 L 31.215807,257.5 L 30.741519,263 C 30.48066,266.025 30.319604,316.2 30.383615,374.5 L 30.5,480.5 L 38,481 C 50.075103,481.80501 477.92267,481.41066 478.73956,480.59377 z M 464,195.14046 C 464,193.88095 317.07017,47.5965 316.43903,48.22764 C 316.08606,48.580607 316.30213,51.936284 316.91919,55.684699 C 317.62941,59.99907 318.20505,86.309702 318.48786,127.38397 C 318.73357,163.07016 319.06182,192.38749 319.21731,192.53361 C 319.37279,192.67972 349.65,192.99732 386.5,193.23938 C 442.22794,193.60545 454.17296,193.92726 457.5,195.15222 C 461.30325,196.55251 464,196.54763 464,195.14046 z"
450 id="path2692" />
451 <path
452 style="fill:#e3b3b2"
453 d="M 59,494.26473 C 52.078649,493.90286 44.014213,492.01774 38.5,489.47271 C 35.75,488.20347 31.906528,486.51513 29.958952,485.72084 L 26.417904,484.27666 L 25.192203,470.38833 C 24.339767,460.72944 23.971603,430.27775 23.983251,370.39319 C 23.999974,284.41918 24.735643,260.40498 27.518829,254.98239 C 28.986189,252.12348 239.36146,41.188119 248.41313,33.5 L 254.29992,28.5 L 274.39996,28.5 C 294.11321,28.5 294.61004,28.55159 300.21837,31.180984 C 312.10255,36.752722 322.59395,46.494472 399.58809,123.45028 C 483.33999,207.16049 482.04227,205.70085 487.8473,222.72195 L 490.5,230.5 L 490.79351,346 C 490.99881,426.78717 490.7559,463.45354 489.98527,468 C 488.31317,477.86484 485.03369,484.19272 479.68665,487.87158 C 469.86807,494.62694 482.83172,494.2387 262.5,494.376 C 153.05,494.4442 61.475,494.39413 59,494.26473 z M 478.73956,480.59377 C 479.80621,479.52712 479.6604,263.47424 478.57653,239.02103 L 477.66881,218.54207 L 474.26069,212.72699 C 470.79696,206.81703 464.30854,201.59698 459,200.44947 C 457.625,200.15225 454.80413,199.45896 452.7314,198.90882 C 450.38965,198.28728 423.83918,197.92698 382.60625,197.95718 C 327.39016,197.99762 316.05756,197.77429 315.10534,196.62693 C 314.26926,195.61951 313.98854,177.36868 314.06325,128.87404 C 314.16706,61.482564 313.8573,54.751526 310.40057,49.285183 C 309.63026,48.067034 309,46.457975 309,45.709497 C 309,43.702599 305.2739,40.676489 298.5,37.182055 C 292.57499,34.125531 292.26254,34.079518 273.5,33.500407 L 254.5,32.913967 L 142.8579,145.20698 L 31.215807,257.5 L 30.741519,263 C 30.48066,266.025 30.319604,316.2 30.383615,374.5 L 30.5,480.5 L 38,481 C 50.075103,481.80501 477.92267,481.41066 478.73956,480.59377 z M 463.57198,195.88354 C 464.37379,194.58617 318.24073,48 316.14556,48 C 315.25985,48 315.02167,48.609916 315.46216,49.75 C 317.55438,55.165191 318.02276,67.204506 318.45639,126.71409 C 318.7191,162.7684 319.06139,192.38706 319.21702,192.53333 C 319.37266,192.6796 349.65,192.99732 386.5,193.23938 C 443.76833,193.61557 454.081,193.90371 457.5,195.22318 C 462.61956,197.19893 462.75023,197.21315 463.57198,195.88354 z"
454 id="path2690" />
455 <path
456 style="fill:#c2c2c2"
457 d="M 59,494.26473 C 52.078649,493.90286 44.014213,492.01774 38.5,489.47271 C 35.75,488.20347 31.906528,486.51513 29.958952,485.72084 L 26.417904,484.27666 L 25.192203,470.38833 C 24.339767,460.72944 23.971603,430.27775 23.983251,370.39319 C 23.999974,284.41918 24.735643,260.40498 27.518829,254.98239 C 28.986189,252.12348 239.36146,41.188119 248.41313,33.5 L 254.29992,28.5 L 274.39996,28.5 C 294.11321,28.5 294.61004,28.55159 300.21837,31.180984 C 312.10255,36.752722 322.59395,46.494472 399.58809,123.45028 C 483.33999,207.16049 482.04227,205.70085 487.8473,222.72195 L 490.5,230.5 L 490.79351,346 C 490.99881,426.78717 490.7559,463.45354 489.98527,468 C 488.31317,477.86484 485.03369,484.19272 479.68665,487.87158 C 469.86807,494.62694 482.83172,494.2387 262.5,494.376 C 153.05,494.4442 61.475,494.39413 59,494.26473 z M 478.65135,480.68195 C 479.79043,479.54291 480.04147,270.70474 478.93787,242.33491 L 478.03673,219.16982 L 474.44464,213.04086 C 470.79385,206.81174 464.42948,201.62312 459,200.44947 C 457.625,200.15225 454.80413,199.45896 452.7314,198.90882 C 450.38965,198.28728 423.83918,197.92698 382.60625,197.95718 C 327.39016,197.99762 316.05756,197.77429 315.10534,196.62693 C 314.26926,195.61951 313.98854,177.36868 314.06325,128.87404 C 314.16706,61.482564 313.8573,54.751526 310.40057,49.285183 C 309.63026,48.067034 309,46.457975 309,45.709497 C 309,43.746949 305.37088,40.765574 298.5,37.083597 C 292.50666,33.871878 292.47902,33.867652 273.59614,33.276604 L 254.69229,32.6849 L 142.94746,145.08859 L 31.202638,257.49227 L 30.6366,262.99614 C 30.32528,266.02326 30.167186,316.2 30.285281,374.5 L 30.5,480.5 L 38,481 C 50.830645,481.85538 477.78606,481.54721 478.65135,480.68195 z M 463.57198,195.88354 C 464.37379,194.58617 318.24073,48 316.14556,48 C 315.25848,48 315.02224,48.608143 315.46577,49.75 C 317.54884,55.112791 318.04623,67.041961 318.45744,121.5 C 318.70662,154.5 318.93063,184.03053 318.95525,187.12341 L 319,192.74681 L 386.25,193.24072 C 443.06628,193.658 454.12059,193.96986 457.5,195.25075 C 462.63455,197.1969 462.75267,197.20921 463.57198,195.88354 z"
458 id="path2688" />
459 <path
460 style="fill:#e9aeac"
461 d="M 49.5,492.572 C 46.2,491.89436 41.7,490.50121 39.5,489.4761 C 37.3,488.45099 33.475,486.91201 31,486.05613 L 26.5,484.5 L 25.696088,477.5 C 24.6788,468.64204 24.250106,302.99194 25.178045,277.3248 C 25.676059,263.54955 26.285213,257.34914 27.341147,255.30719 C 28.937812,252.21958 238.76402,41.695558 248.41313,33.5 L 254.29992,28.5 L 274.39996,28.515438 C 294.26377,28.530694 294.56875,28.563383 300.34939,31.296783 C 303.56656,32.818032 310.54156,37.60516 315.84939,41.934844 C 329.20138,52.826272 474.61712,198.8559 479.72274,206.5 C 485.02453,214.43781 488.76097,225.1024 489.98597,235.79346 C 491.36394,247.81942 491.32967,458.33799 489.94834,467 C 488.72491,474.67185 483.84687,485.75919 481.29614,486.66568 C 480.30826,487.01676 478.73038,487.96416 477.78973,488.77103 C 476.84909,489.57789 472.57409,491.06913 468.28973,492.08488 C 460.84439,493.85005 451.54737,493.92887 258,493.86788 C 101.69452,493.81862 54.131274,493.523 49.5,492.572 z M 478.65135,480.68195 C 479.79043,479.54291 480.04147,270.70474 478.93787,242.33491 L 478.03673,219.16982 L 474.44464,213.04086 C 470.79385,206.81174 464.42948,201.62312 459,200.44947 C 457.625,200.15225 454.80413,199.45896 452.7314,198.90882 C 450.38965,198.28728 423.83918,197.92698 382.60625,197.95718 C 327.39016,197.99762 316.05756,197.77429 315.10534,196.62693 C 314.26926,195.61951 313.98854,177.36868 314.06325,128.87404 C 314.16706,61.482564 313.8573,54.751526 310.40057,49.285183 C 309.63026,48.067034 309,46.457975 309,45.709497 C 309,43.746949 305.37088,40.765574 298.5,37.083597 C 292.50666,33.871878 292.47902,33.867652 273.59614,33.276604 L 254.69229,32.6849 L 142.94746,145.08859 L 31.202638,257.49227 L 30.6366,262.99614 C 30.32528,266.02326 30.167186,316.2 30.285281,374.5 L 30.5,480.5 L 38,481 C 50.830645,481.85538 477.78606,481.54721 478.65135,480.68195 z M 463.71508,196.19725 C 464.52234,195.68428 439.98121,170.47787 390.59609,121.09608 C 349.71235,80.215104 315.97484,47.231688 315.62385,47.7996 C 315.27286,48.367512 315.383,49.88243 315.86859,51.166084 C 317.74003,56.113186 318.07926,65.350695 318.4882,122.5 C 318.72041,154.95 318.93055,184.03053 318.95519,187.12341 L 319,192.74681 L 386.25,193.24072 C 443.06628,193.658 454.12059,193.96986 457.5,195.25075 C 462.52266,197.15449 462.26938,197.11592 463.71508,196.19725 z"
462 id="path2686" />
463 <path
464 style="fill:#e4b0ae"
465 d="M 49.5,492.572 C 46.2,491.89436 41.7,490.50121 39.5,489.4761 C 37.3,488.45099 33.475,486.91201 31,486.05613 L 26.5,484.5 L 25.696088,477.5 C 24.6788,468.64204 24.250106,302.99194 25.178045,277.3248 C 25.676059,263.54955 26.285213,257.34914 27.341147,255.30719 C 28.937812,252.21958 238.76402,41.695558 248.41313,33.5 L 254.29992,28.5 L 274.39996,28.515438 C 294.26377,28.530694 294.56875,28.563383 300.34939,31.296783 C 303.56656,32.818032 310.54156,37.60516 315.84939,41.934844 C 329.20138,52.826272 474.61712,198.8559 479.72274,206.5 C 485.02453,214.43781 488.76097,225.1024 489.98597,235.79346 C 491.36394,247.81942 491.32967,458.33799 489.94834,467 C 488.72491,474.67185 483.84687,485.75919 481.29614,486.66568 C 480.30826,487.01676 478.73038,487.96416 477.78973,488.77103 C 476.84909,489.57789 472.57409,491.06913 468.28973,492.08488 C 460.84439,493.85005 451.54737,493.92887 258,493.86788 C 101.69452,493.81862 54.131274,493.523 49.5,492.572 z M 478.8972,480.16629 C 480.02561,478.34055 480.06303,271.12721 478.94015,242.33491 L 478.03673,219.16982 L 474.44464,213.04086 C 470.79385,206.81174 464.42948,201.62312 459,200.44947 C 457.625,200.15225 454.80413,199.45896 452.7314,198.90882 C 450.38965,198.28728 423.83918,197.92698 382.60625,197.95718 C 327.39016,197.99762 316.05756,197.77429 315.10534,196.62693 C 314.26926,195.61951 313.98854,177.36868 314.06325,128.87404 C 314.16706,61.482564 313.8573,54.751526 310.40057,49.285183 C 309.63026,48.067034 309,46.457975 309,45.709497 C 309,43.746949 305.37088,40.765574 298.5,37.083597 C 292.50551,33.871261 292.48261,33.867765 273.56262,33.275592 L 254.62525,32.682874 L 142.92206,145.01584 L 31.218869,257.34882 L 30.644716,262.92441 C 30.328932,265.99098 30.167186,316.2 30.285281,374.5 L 30.5,480.5 L 38,481 C 42.125,481.275 142.8289,481.5 261.78644,481.5 C 440.97714,481.5 478.21427,481.27125 478.8972,480.16629 z M 463.71508,196.19725 C 464.52234,195.68428 439.98121,170.47787 390.59609,121.09608 C 349.71235,80.215104 315.97484,47.231688 315.62385,47.7996 C 315.27286,48.367512 315.44948,50.052011 316.01632,51.542931 C 317.77036,56.1564 318.0719,66.475438 318.31456,130.19142 C 318.44378,164.12171 318.76337,192.09024 319.02476,192.34371 C 319.28614,192.59719 349.65,193.02176 386.5,193.28721 C 442.72855,193.69225 454.14307,194.01076 457.5,195.26836 C 462.5309,197.15307 462.27184,197.11436 463.71508,196.19725 z"
466 id="path2684" />
467 <path
468 style="fill:#c8bdbd"
469 d="M 49.5,492.572 C 46.2,491.89436 41.7,490.50121 39.5,489.4761 C 37.3,488.45099 33.475,486.91201 31,486.05613 L 26.5,484.5 L 25.696088,477.5 C 24.6788,468.64204 24.250106,302.99194 25.178045,277.3248 C 25.676059,263.54955 26.285213,257.34914 27.341147,255.30719 C 28.937812,252.21958 238.76402,41.695558 248.41313,33.5 L 254.29992,28.5 L 274.39996,28.515438 C 294.26377,28.530694 294.56875,28.563383 300.34939,31.296783 C 303.56656,32.818032 310.54156,37.60516 315.84939,41.934844 C 329.20138,52.826272 474.61712,198.8559 479.72274,206.5 C 485.02453,214.43781 488.76097,225.1024 489.98597,235.79346 C 491.36394,247.81942 491.32967,458.33799 489.94834,467 C 488.72491,474.67185 483.84687,485.75919 481.29614,486.66568 C 480.30826,487.01676 478.73038,487.96416 477.78973,488.77103 C 476.84909,489.57789 472.57409,491.06913 468.28973,492.08488 C 460.84439,493.85005 451.54737,493.92887 258,493.86788 C 101.69452,493.81862 54.131274,493.523 49.5,492.572 z M 478.95162,480.07802 C 480.10589,478.21071 480.08583,272.4018 478.92844,242.33491 L 478.03673,219.16982 L 474.44464,213.04086 C 470.79385,206.81174 464.42948,201.62312 459,200.44947 C 457.625,200.15225 454.80413,199.45896 452.7314,198.90882 C 450.38965,198.28728 423.83918,197.92698 382.60625,197.95718 C 327.39016,197.99762 316.05756,197.77429 315.10534,196.62693 C 314.26926,195.61951 313.98854,177.36868 314.06325,128.87404 C 314.16706,61.482564 313.8573,54.751526 310.40057,49.285183 C 309.63026,48.067034 309,46.457975 309,45.709497 C 309,43.746949 305.37088,40.765574 298.5,37.083597 C 292.50641,33.871744 292.47979,33.867676 273.5889,33.276385 L 254.6778,32.684462 L 142.96548,144.86504 L 31.253171,257.04562 L 30.661867,262.77281 C 30.33665,265.92276 30.167186,316.2 30.285281,374.5 L 30.5,480.5 L 38,481 C 42.125,481.275 142.82884,481.5 261.78632,481.5 C 447.68773,481.5 478.19612,481.30023 478.95162,480.07802 z M 463.71508,196.19725 C 464.52234,195.68428 439.98121,170.47787 390.59609,121.09608 C 349.71235,80.215104 315.97484,47.231688 315.62385,47.7996 C 315.27286,48.367512 315.44948,50.052011 316.01632,51.542931 C 317.77036,56.1564 318.0719,66.475438 318.31456,130.19142 C 318.44378,164.12171 318.76337,192.0892 319.02476,192.34142 C 319.28614,192.59364 349.65,193.02066 386.5,193.29036 C 442.59409,193.7009 454.1511,194.02376 457.5,195.2738 C 462.53347,197.15263 462.2726,197.11387 463.71508,196.19725 z"
470 id="path2682" />
471 <path
472 style="fill:#c0c0c0"
473 d="M 49.5,492.61527 C 46.2,491.96144 41.475,490.44541 39,489.24631 C 36.525,488.04722 32.7,486.44481 30.5,485.68541 L 26.5,484.30468 L 25.651969,476.90234 C 24.605047,467.76391 24.434822,282.61716 25.459609,267.6806 L 26.201921,256.8612 L 30.995645,251.1806 C 36.081511,245.15381 243.78057,37.541917 250.37925,31.889065 L 254.2585,28.565852 L 273.87925,28.532926 C 292.93601,28.500946 293.67816,28.576429 299.69817,31.158885 C 303.27381,32.692759 310.04364,37.200403 315.69817,41.812384 C 329.15386,52.787175 474.58175,198.80294 479.72274,206.5 C 485.02453,214.43781 488.76097,225.1024 489.98597,235.79346 C 491.36394,247.81942 491.32967,458.33799 489.94834,467 C 488.72491,474.67185 483.84687,485.75919 481.29614,486.66568 C 480.30826,487.01676 478.73038,487.96416 477.78973,488.77103 C 476.84909,489.57789 472.57409,491.06913 468.28973,492.08488 C 460.84439,493.85005 451.54737,493.92887 258,493.86788 C 105.81574,493.81992 54.009163,493.50868 49.5,492.61527 z M 478.95162,480.07802 C 480.10589,478.21071 480.08583,272.4018 478.92844,242.33491 L 478.03673,219.16982 L 474.44464,213.04086 C 470.79385,206.81174 464.42948,201.62312 459,200.44947 C 457.625,200.15225 454.80413,199.45896 452.7314,198.90882 C 450.38965,198.28728 423.83918,197.92698 382.60625,197.95718 C 327.39016,197.99762 316.05756,197.77429 315.10534,196.62693 C 314.26926,195.61951 313.98854,177.36868 314.06325,128.87404 C 314.16706,61.482564 313.8573,54.751526 310.40057,49.285183 C 309.63026,48.067034 309,46.457975 309,45.709497 C 309,43.746949 305.37088,40.765574 298.5,37.083597 C 292.50641,33.871744 292.47979,33.867676 273.5889,33.276385 L 254.6778,32.684462 L 142.96548,144.86504 L 31.253171,257.04562 L 30.661867,262.77281 C 30.33665,265.92276 30.167186,316.2 30.285281,374.5 L 30.5,480.5 L 38,481 C 42.125,481.275 142.82884,481.5 261.78632,481.5 C 447.68773,481.5 478.19612,481.30023 478.95162,480.07802 z M 465,196.24748 C 465,194.89923 316.1002,46.566464 315.42479,47.241877 C 315.06397,47.602693 315.28586,49.381257 315.91787,51.194241 C 317.79669,56.583831 318.06833,65.537238 318.31456,130.19142 C 318.44378,164.12171 318.76337,192.0892 319.02476,192.34142 C 319.28614,192.59364 349.65,193.02066 386.5,193.29036 C 442.59409,193.7009 454.1511,194.02376 457.5,195.2738 C 462.04224,196.96927 465,197.35326 465,196.24748 z"
474 id="path2680" />
475 <path
476 style="fill:#dbb3b2"
477 d="M 60,493.25426 C 53.247512,492.88552 44.472707,491.1058 40.253184,489.24918 C 38.188933,488.34089 34.25,486.88678 31.5,486.01782 L 26.5,484.43789 L 25.866884,477.96895 C 24.972551,468.83097 24.946379,270.90377 25.838445,262.89307 C 26.481117,257.12192 27.097625,255.66717 30.712044,251.39307 C 35.377358,245.87627 244.36824,37.037924 250.35646,31.90896 L 254.21292,28.60587 L 273.35646,28.552935 C 291.06153,28.503978 292.96194,28.675354 298.64766,30.833652 C 302.25709,32.203794 307.62449,35.500338 311.64766,38.817987 C 315.41645,41.925862 354.52819,80.475718 398.56264,124.48433 C 484.98289,210.85389 481.66859,207.14953 487.1523,223.5 L 489.5,230.5 L 489.79154,346 C 489.98983,424.5583 489.74186,463.49168 489.01626,467.72707 C 488.42951,471.15196 486.97372,476.50386 485.78117,479.62018 C 483.7459,484.93868 483.23914,485.46113 477.51947,488.13768 C 474.16808,489.70599 468.74268,491.49431 465.46302,492.11173 C 461.19617,492.91499 403.32147,493.2721 262,493.36715 C 153.375,493.44022 62.475,493.38942 60,493.25426 z M 478.95162,480.07802 C 480.10589,478.21071 480.08583,272.4018 478.92844,242.33491 L 478.03673,219.16982 L 474.44464,213.04086 C 470.79385,206.81174 464.42948,201.62312 459,200.44947 C 457.625,200.15225 454.80413,199.45896 452.7314,198.90882 C 450.38965,198.28728 423.83918,197.92698 382.60625,197.95718 C 327.39016,197.99762 316.05756,197.77429 315.10534,196.62693 C 314.26926,195.61951 313.98854,177.36868 314.06325,128.87404 C 314.16706,61.482564 313.8573,54.751526 310.40057,49.285183 C 309.63026,48.067034 309,46.457975 309,45.709497 C 309,43.746949 305.37088,40.765574 298.5,37.083597 C 292.50641,33.871744 292.47979,33.867676 273.5889,33.276385 L 254.6778,32.684462 L 142.96548,144.86504 L 31.253171,257.04562 L 30.661867,262.77281 C 30.33665,265.92276 30.167186,316.2 30.285281,374.5 L 30.5,480.5 L 38,481 C 42.125,481.275 142.82884,481.5 261.78632,481.5 C 447.68773,481.5 478.19612,481.30023 478.95162,480.07802 z M 464.83236,195.99709 C 464.32288,194.46865 316.67922,47 315.65845,47 C 315.16801,47 315.0563,48.0125 315.41021,49.25 C 317.57276,56.81166 317.97998,67.93498 318.24512,126.68631 C 318.40691,162.53878 318.75545,192.08128 319.01965,192.33631 C 319.28384,192.59134 349.65,193.02066 386.5,193.29036 C 442.59409,193.7009 454.1511,194.02376 457.5,195.2738 C 462.31203,197.06998 465.28784,197.36352 464.83236,195.99709 z"
478 id="path2678" />
479 <path
480 style="fill:#e9acaa"
481 d="M 60,493.25426 C 53.247512,492.88552 44.472707,491.1058 40.253184,489.24918 C 38.188933,488.34089 34.25,486.88678 31.5,486.01782 L 26.5,484.43789 L 25.866884,477.96895 C 24.972551,468.83097 24.946379,270.90377 25.838445,262.89307 C 26.481117,257.12192 27.097625,255.66717 30.712044,251.39307 C 35.377358,245.87627 244.36824,37.037924 250.35646,31.90896 L 254.21292,28.60587 L 273.35646,28.552935 C 291.06153,28.503978 292.96194,28.675354 298.64766,30.833652 C 302.25709,32.203794 307.62449,35.500338 311.64766,38.817987 C 315.41645,41.925862 354.52819,80.475718 398.56264,124.48433 C 484.98289,210.85389 481.66859,207.14953 487.1523,223.5 L 489.5,230.5 L 489.79154,346 C 489.98983,424.5583 489.74186,463.49168 489.01626,467.72707 C 488.42951,471.15196 486.97372,476.50386 485.78117,479.62018 C 483.7459,484.93868 483.23914,485.46113 477.51947,488.13768 C 474.16808,489.70599 468.74268,491.49431 465.46302,492.11173 C 461.19617,492.91499 403.32147,493.2721 262,493.36715 C 153.375,493.44022 62.475,493.38942 60,493.25426 z M 479.02932,480 C 479.62895,479.05981 479.88788,430.72609 479.72311,350.48966 L 479.46024,222.47932 L 476.62026,216.98966 C 472.26409,208.56922 469.71034,205.73363 463.87003,202.83225 C 454.20587,198.03124 452.50932,197.92756 382.46128,197.85748 C 338.52326,197.81352 316.07531,197.44544 315.22803,196.75506 C 314.21982,195.93356 313.97878,181.90616 314.06561,129.10932 C 314.17692,61.431344 313.87123,54.773561 310.40057,49.285183 C 309.63026,48.067034 309,46.457975 309,45.709497 C 309,43.595394 305.14804,40.567174 297.43501,36.61767 L 290.37001,33 L 272.43501,32.977231 L 254.5,32.954463 L 142.79567,145.0813 C 36.494148,251.78489 31.063751,257.40866 30.521046,261.35407 C 30.207388,263.63433 30.074338,313.875 30.225379,373 L 30.5,480.5 L 38,481 C 42.125,481.275 142.82885,481.5 261.78633,481.5 C 452.949,481.5 478.18379,481.32576 479.02932,480 z M 464.83236,195.99709 C 464.32288,194.46865 316.67922,47 315.65845,47 C 315.16801,47 315.0563,48.0125 315.41021,49.25 C 317.57276,56.81166 317.97998,67.93498 318.24512,126.68631 C 318.40691,162.53878 318.75545,192.08128 319.01965,192.33631 C 319.28384,192.59134 349.65,193.02066 386.5,193.29036 C 442.59409,193.7009 454.1511,194.02376 457.5,195.2738 C 462.31203,197.06998 465.28784,197.36352 464.83236,195.99709 z"
482 id="path2676" />
483 <path
484 style="fill:#c4bcbc"
485 d="M 60,493.25426 C 53.247512,492.88552 44.472707,491.1058 40.253184,489.24918 C 38.188933,488.34089 34.25,486.88678 31.5,486.01782 L 26.5,484.43789 L 25.866884,477.96895 C 24.972551,468.83097 24.946379,270.90377 25.838445,262.89307 C 26.481117,257.12192 27.097625,255.66717 30.712044,251.39307 C 35.377358,245.87627 244.36824,37.037924 250.35646,31.90896 L 254.21292,28.60587 L 273.35646,28.552935 C 291.06153,28.503978 292.96194,28.675354 298.64766,30.833652 C 302.25709,32.203794 307.62449,35.500338 311.64766,38.817987 C 315.41645,41.925862 354.52819,80.475718 398.56264,124.48433 C 484.98289,210.85389 481.66859,207.14953 487.1523,223.5 L 489.5,230.5 L 489.79154,346 C 489.98983,424.5583 489.74186,463.49168 489.01626,467.72707 C 488.42951,471.15196 486.97372,476.50386 485.78117,479.62018 C 483.7459,484.93868 483.23914,485.46113 477.51947,488.13768 C 474.16808,489.70599 468.74268,491.49431 465.46302,492.11173 C 461.19617,492.91499 403.32147,493.2721 262,493.36715 C 153.375,493.44022 62.475,493.38942 60,493.25426 z M 479.0685,480 C 479.72042,479.01803 479.96451,434.29471 479.77527,350.5 L 479.48621,222.5 L 476.63325,217 C 472.25497,208.55948 469.70838,205.73265 463.87003,202.83225 C 454.20587,198.03124 452.50932,197.92756 382.46128,197.85748 C 338.52326,197.81352 316.07531,197.44544 315.22803,196.75506 C 314.21982,195.93356 313.97878,181.90616 314.06561,129.10932 C 314.17692,61.431344 313.87123,54.773561 310.40057,49.285183 C 309.63026,48.067034 309,46.457975 309,45.709497 C 309,43.595394 305.14804,40.567174 297.43501,36.61767 L 290.37001,33 L 272.43501,32.960026 L 254.5,32.920052 L 142.80229,145.01995 C 36.068783,252.13777 31.078934,257.30607 30.527666,261.30993 C 30.210367,263.61447 30.074338,313.875 30.225379,373 L 30.5,480.5 L 38,481 C 42.125,481.275 142.82885,481.5 261.78633,481.5 C 452.93159,481.5 478.18842,481.32564 479.0685,480 z M 464.83236,195.99709 C 464.32554,194.47663 316.68203,47 315.66668,47 C 315.18076,47 315.11618,48.2375 315.52318,49.75 C 315.93017,51.2625 316.63436,54.3 317.08804,56.5 C 317.54171,58.7 317.9325,90.060942 317.95645,126.19098 C 317.98719,172.56502 318.32121,192.08049 319.09234,192.55707 C 319.69313,192.92838 350.18063,193.36959 386.84234,193.53753 C 442.2743,193.79146 454.17363,194.0891 457.5,195.30488 C 462.34241,197.07477 465.28416,197.35248 464.83236,195.99709 z"
486 id="path2674" />
487 <path
488 style="fill:#e3acab"
489 d="M 60,493.25426 C 52.823411,492.86236 43.928266,490.97646 39.547139,488.91795 C 37.321212,487.87208 33.475,486.43148 31,485.71662 L 26.5,484.41687 L 25.714374,472.45844 C 25.28228,465.8813 25.05728,415.05 25.214374,359.5 C 25.44914,276.48443 25.742924,258.05484 26.864252,256 C 28.35333,253.27125 238.81176,42.085292 248.3798,33.718695 L 254.25961,28.577211 L 273.3798,28.538605 L 292.5,28.5 L 299.67519,31.621485 C 303.62154,33.338301 309.47154,36.938301 312.67519,39.621485 C 315.87883,42.304668 354.52819,80.5 398.56264,124.5 C 485.45583,211.32521 481.98727,207.42978 487.15912,224 L 489.5,231.5 L 489.5,350 L 489.5,468.5 L 487.10553,475.8093 C 485.28315,481.37227 483.92348,483.71932 481.41462,485.63292 C 477.00182,488.99872 469.79718,491.63584 462.54583,492.53948 C 457.29375,493.19397 71.442443,493.87911 60,493.25426 z M 479.0685,480 C 479.72042,479.01803 479.96451,434.29471 479.77527,350.5 L 479.48621,222.5 L 476.63325,217 C 472.25497,208.55948 469.70838,205.73265 463.87003,202.83225 C 454.20587,198.03124 452.50932,197.92756 382.46128,197.85748 C 338.52326,197.81352 316.07531,197.44544 315.22803,196.75506 C 314.21982,195.93356 313.97878,181.90616 314.06561,129.10932 C 314.17692,61.431344 313.87123,54.773561 310.40057,49.285183 C 309.63026,48.067034 309,46.457975 309,45.709497 C 309,43.595394 305.14804,40.567174 297.43501,36.61767 L 290.37001,33 L 272.43501,32.960026 L 254.5,32.920052 L 142.80229,145.01995 C 36.068783,252.13777 31.078934,257.30607 30.527666,261.30993 C 30.210367,263.61447 30.074338,313.875 30.225379,373 L 30.5,480.5 L 38,481 C 42.125,481.275 142.82885,481.5 261.78633,481.5 C 452.93159,481.5 478.18842,481.32564 479.0685,480 z M 465.91667,196.54066 C 457.34722,187.09349 315.40289,46.291337 315.16574,47.002774 C 314.97513,47.574625 315.41695,49.495439 316.14757,51.271251 C 317.19708,53.822152 317.5393,68.878815 317.77763,122.98964 C 317.94354,160.65895 318.47335,191.87335 318.95498,192.35498 C 319.4366,192.8366 349.90626,193.36841 386.66533,193.53678 C 442.25128,193.79137 454.17323,194.08895 457.5,195.30488 C 461.32444,196.70271 466.79183,197.50545 465.91667,196.54066 z"
490 id="path2672" />
491 <path
492 style="fill:#d5b3b2"
493 d="M 60,493.25426 C 52.823411,492.86236 43.928266,490.97646 39.547139,488.91795 C 37.321212,487.87208 33.475,486.43148 31,485.71662 L 26.5,484.41687 L 25.714374,472.45844 C 25.28228,465.8813 25.05728,415.05 25.214374,359.5 C 25.44914,276.48443 25.742924,258.05484 26.864252,256 C 28.35333,253.27125 238.81176,42.085292 248.3798,33.718695 L 254.25961,28.577211 L 273.3798,28.538605 L 292.5,28.5 L 299.67519,31.621485 C 303.62154,33.338301 309.47154,36.938301 312.67519,39.621485 C 315.87883,42.304668 354.52819,80.5 398.56264,124.5 C 485.45583,211.32521 481.98727,207.42978 487.15912,224 L 489.5,231.5 L 489.5,350 L 489.5,468.5 L 487.10553,475.8093 C 485.28315,481.37227 483.92348,483.71932 481.41462,485.63292 C 477.00182,488.99872 469.79718,491.63584 462.54583,492.53948 C 457.29375,493.19397 71.442443,493.87911 60,493.25426 z M 479.06826,480 C 479.7205,479.01779 479.96455,434.31546 479.77527,350.5 L 479.48621,222.5 L 476.63325,217 C 472.25497,208.55948 469.70838,205.73265 463.87003,202.83225 C 454.20587,198.03124 452.50932,197.92756 382.46128,197.85748 C 338.52326,197.81352 316.07531,197.44544 315.22803,196.75506 C 314.21982,195.93356 313.97878,181.90616 314.06561,129.10932 C 314.17692,61.431344 313.87123,54.773561 310.40057,49.285183 C 309.63026,48.067034 309,46.457975 309,45.709497 C 309,43.595394 305.14804,40.567174 297.43501,36.61767 L 290.37001,33 L 272.43501,32.978899 L 254.5,32.957798 L 142.83596,144.81428 C 34.014846,253.82294 31.156372,256.78316 30.561338,261.08538 C 30.225519,263.51342 30.074338,313.875 30.225379,373 L 30.5,480.5 L 38,481 C 42.125,481.275 142.82874,481.5 261.78609,481.5 C 452.93102,481.5 478.18796,481.32564 479.06826,480 z M 465.91667,196.54066 C 457.34722,187.09349 315.40289,46.291337 315.16574,47.002774 C 314.97513,47.574625 315.41695,49.495439 316.14757,51.271251 C 317.19708,53.822152 317.5393,68.878815 317.77763,122.98964 C 317.94354,160.65895 318.46623,191.86623 318.93915,192.33915 C 319.41208,192.81208 349.89474,193.35826 386.6784,193.55288 C 441.48521,193.84287 454.27463,194.1649 457.5289,195.33681 C 461.34725,196.71186 466.77914,197.49147 465.91667,196.54066 z"
494 id="path2670" />
495 <path
496 style="fill:#bebdbd"
497 d="M 60,493.25426 C 52.823411,492.86236 43.928266,490.97646 39.547139,488.91795 C 37.321212,487.87208 33.475,486.43148 31,485.71662 L 26.5,484.41687 L 25.714374,472.45844 C 25.28228,465.8813 25.05728,415.02989 25.214374,359.45531 C 25.486949,263.02751 25.584803,258.27558 27.355975,255.45531 C 28.376762,253.82989 79.226762,202.46843 140.35598,141.31873 C 220.0307,61.617308 252.34942,29.910717 254.5,29.336641 C 256.15,28.896189 265.375,28.532781 275,28.529067 C 292.38454,28.522359 292.54734,28.542836 299.67519,31.632642 C 303.62154,33.343322 309.47154,36.938301 312.67519,39.621485 C 315.87883,42.304668 354.52819,80.5 398.56264,124.5 C 485.45583,211.32521 481.98727,207.42978 487.15912,224 L 489.5,231.5 L 489.5,350 L 489.5,468.5 L 487.10553,475.8093 C 485.28315,481.37227 483.92348,483.71932 481.41462,485.63292 C 477.00182,488.99872 469.79718,491.63584 462.54583,492.53948 C 457.29375,493.19397 71.442443,493.87911 60,493.25426 z M 479.00279,480 C 480.08029,478.26294 480.20143,279.26394 479.14706,243 L 478.4638,219.5 L 474.46959,213.01951 C 471.20382,207.7209 469.30709,205.85976 464.06946,202.81447 C 460.54621,200.76596 457.35331,199.28164 456.97414,199.51598 C 456.59497,199.75032 454.75818,199.47761 452.89237,198.90995 C 450.71447,198.24735 425.61167,197.8568 382.77296,197.81906 C 326.21232,197.76922 315.86527,197.54259 314.86025,196.33161 C 313.95884,195.24548 313.82102,179.27126 314.2854,129.70148 C 314.92474,61.455827 314.66267,55.712691 310.62814,49.555223 C 309.73266,48.188552 309,46.457975 309,45.709497 C 309,43.495709 304.83175,40.222572 297.26612,36.495408 L 290.17092,33 L 272.33546,32.978899 L 254.5,32.957798 L 142.83596,144.81428 C 34.014846,253.82294 31.156372,256.78316 30.561338,261.08538 C 30.225519,263.51342 30.074338,313.87062 30.225379,372.99026 L 30.5,480.48051 L 33.447583,480.99026 C 35.068754,481.27062 135.77253,481.5 257.23375,481.5 C 452.45451,481.5 478.18027,481.326 479.00279,480 z M 465.91667,196.54066 C 457.50316,187.26541 315.40518,46.28446 315.17275,46.981745 C 314.98599,47.542029 315.54572,50.841594 316.41659,54.314111 C 317.78091,59.754196 318,69.708181 318,126.25487 C 318,171.85216 318.32707,192.08411 319.07163,192.54427 C 319.66103,192.90854 349.43344,193.35778 385.23253,193.54257 C 447.6281,193.86467 456.65533,194.17129 460,196.08219 C 461.54456,196.96464 466.66087,197.36109 465.91667,196.54066 z"
498 id="path2668" />
499 <path
500 style="fill:#d9b0ae"
501 d="M 50.5,491.5488 C 47.2,490.8584 43.15,489.7141 41.5,489.00589 C 39.85,488.29769 35.8,486.98367 32.5,486.08586 L 26.5,484.45346 L 25.710847,472.47673 C 25.276813,465.88953 25.051813,415.02991 25.210847,359.45537 C 25.486778,263.03106 25.584866,258.2756 27.355975,255.45537 C 28.376762,253.82991 79.226762,202.46843 140.35598,141.31873 C 220.0307,61.617308 252.34942,29.910717 254.5,29.336641 C 256.15,28.896189 265.375,28.539948 275,28.544992 C 291.73646,28.553765 292.77593,28.671226 298.82419,31.237172 C 303.04533,33.02797 308.36597,36.710543 314.82419,42.311227 C 331.04688,56.379857 474.86068,200.83949 479.08302,207.30772 C 484.28052,215.26979 488.01055,227.04006 489.06113,238.7941 C 489.53827,244.13234 489.9447,296.10647 489.96433,354.29216 C 490.00239,467.16892 490.02872,466.48751 485.12629,479.5 C 483.54227,483.70448 482.46449,484.9183 478.35222,487.12909 C 466.90122,493.28525 477.46323,493.00961 257.14304,492.90203 C 100.34371,492.82547 55.188904,492.52977 50.5,491.5488 z M 479.00279,480 C 480.08029,478.26294 480.20143,279.26394 479.14706,243 L 478.4638,219.5 L 474.46959,213.01951 C 471.20382,207.7209 469.30709,205.85976 464.06946,202.81447 C 460.54621,200.76596 457.35331,199.28164 456.97414,199.51598 C 456.59497,199.75032 454.75818,199.47761 452.89237,198.90995 C 450.71447,198.24735 425.61167,197.8568 382.77296,197.81906 C 326.21232,197.76922 315.86527,197.54259 314.86025,196.33161 C 313.95884,195.24548 313.82102,179.27126 314.2854,129.70148 C 314.92474,61.455827 314.66267,55.712691 310.62814,49.555223 C 309.73266,48.188552 309,46.457975 309,45.709497 C 309,43.495709 304.83175,40.222572 297.26612,36.495408 L 290.17092,33 L 272.33546,32.978899 L 254.5,32.957798 L 142.83596,144.81428 C 34.014846,253.82294 31.156372,256.78316 30.561338,261.08538 C 30.225519,263.51342 30.074338,313.87062 30.225379,372.99026 L 30.5,480.48051 L 33.447583,480.99026 C 35.068754,481.27062 135.77253,481.5 257.23375,481.5 C 452.45451,481.5 478.18027,481.326 479.00279,480 z M 466,196.24996 C 466,194.88209 316.02962,45.637044 315.34403,46.322638 C 314.97408,46.69259 315.42033,50.098227 316.33569,53.89072 C 317.80104,59.961858 318,68.62198 318,126.33406 C 318,171.87503 318.32709,192.08412 319.07163,192.54427 C 319.66103,192.90854 349.43344,193.35778 385.23253,193.54257 C 447.6281,193.86467 456.65533,194.17129 460,196.08219 C 461.86447,197.14742 466,197.26305 466,196.24996 z"
502 id="path2666" />
503 <path
504 style="fill:#e4a8a6"
505 d="M 50.5,491.5488 C 47.2,490.8584 43.15,489.7141 41.5,489.00589 C 39.85,488.29769 35.8,486.98367 32.5,486.08586 L 26.5,484.45346 L 25.710847,472.47673 C 25.276813,465.88953 25.051813,415.02991 25.210847,359.45537 C 25.486778,263.03106 25.584866,258.2756 27.355975,255.45537 C 28.376762,253.82991 79.226762,202.46843 140.35598,141.31873 C 220.0307,61.617308 252.34942,29.910717 254.5,29.336641 C 256.15,28.896189 265.375,28.539948 275,28.544992 C 291.73646,28.553765 292.77593,28.671226 298.82419,31.237172 C 303.04533,33.02797 308.36597,36.710543 314.82419,42.311227 C 331.04688,56.379857 474.86068,200.83949 479.08302,207.30772 C 484.28052,215.26979 488.01055,227.04006 489.06113,238.7941 C 489.53827,244.13234 489.9447,296.10647 489.96433,354.29216 C 490.00239,467.16892 490.02872,466.48751 485.12629,479.5 C 483.54227,483.70448 482.46449,484.9183 478.35222,487.12909 C 466.90122,493.28525 477.46323,493.00961 257.14304,492.90203 C 100.34371,492.82547 55.188904,492.52977 50.5,491.5488 z M 479.00291,480 C 480.08029,478.2629 480.20134,279.26066 479.14706,243 L 478.4638,219.5 L 474.46959,213.01951 C 471.20382,207.7209 469.30709,205.85976 464.06946,202.81447 C 460.54621,200.76596 457.35331,199.28164 456.97414,199.51598 C 456.59497,199.75032 454.75818,199.47167 452.89237,198.89676 C 450.70577,198.223 425.86348,197.78212 383,197.65637 C 346.27063,197.54862 315.86787,197.06294 315.08799,196.57149 C 313.88513,195.81351 313.76677,185.96596 314.28895,130.09085 C 314.9307,61.420076 314.67191,55.7268 310.62814,49.555223 C 309.73266,48.188552 309,46.457975 309,45.709497 C 309,43.589512 305.12416,40.483326 297.60785,36.579579 L 290.7157,33 L 272.60785,32.978899 L 254.5,32.957798 L 142.82393,144.82633 C 47.810593,240.00343 31.060336,257.20255 30.561208,260.09743 C 30.238544,261.96884 30.092773,312.30466 30.237273,371.9548 L 30.5,480.40959 L 32.809315,480.9548 C 34.079438,481.25466 134.78327,481.5 256.5956,481.5 C 452.38387,481.5 478.18048,481.32602 479.00291,480 z M 466,196.24996 C 466,194.88209 316.02962,45.637044 315.34403,46.322638 C 314.97408,46.69259 315.42033,50.098227 316.33569,53.89072 C 317.80104,59.961858 318,68.62198 318,126.33406 C 318,171.87503 318.32709,192.08412 319.07163,192.54427 C 319.66103,192.90854 349.43344,193.35778 385.23253,193.54257 C 447.6281,193.86467 456.65533,194.17129 460,196.08219 C 461.86447,197.14742 466,197.26305 466,196.24996 z"
506 id="path2664" />
507 <path
508 style="fill:#dbacaa"
509 d="M 50.5,491.5488 C 47.2,490.8584 43.15,489.7141 41.5,489.00589 C 39.85,488.29769 35.8,486.98367 32.5,486.08586 L 26.5,484.45346 L 25.710847,472.47673 C 25.276813,465.88953 25.051813,415.02991 25.210847,359.45537 C 25.486778,263.03106 25.584866,258.2756 27.355975,255.45537 C 28.376762,253.82991 79.226762,202.46843 140.35598,141.31873 C 220.0307,61.617308 252.34942,29.910717 254.5,29.336641 C 256.15,28.896189 265.375,28.539948 275,28.544992 C 291.73646,28.553765 292.77593,28.671226 298.82419,31.237172 C 303.04533,33.02797 308.36597,36.710543 314.82419,42.311227 C 331.04688,56.379857 474.86068,200.83949 479.08302,207.30772 C 484.28052,215.26979 488.01055,227.04006 489.06113,238.7941 C 489.53827,244.13234 489.9447,296.10647 489.96433,354.29216 C 490.00239,467.16892 490.02872,466.48751 485.12629,479.5 C 483.54227,483.70448 482.46449,484.9183 478.35222,487.12909 C 466.90122,493.28525 477.46323,493.00961 257.14304,492.90203 C 100.34371,492.82547 55.188904,492.52977 50.5,491.5488 z M 478.47745,480.37969 C 479.82308,479.03406 479.98841,466.46145 479.90021,372.17857 C 479.84533,313.50536 479.50142,255.15 479.13597,242.5 L 478.47151,219.5 L 474.47344,213.01951 C 471.20602,207.72333 469.30469,205.85837 464.06946,202.81447 C 460.54621,200.76596 457.35331,199.28164 456.97414,199.51598 C 456.59497,199.75032 454.75818,199.47167 452.89237,198.89676 C 450.70577,198.223 425.86348,197.78212 383,197.65637 C 346.27063,197.54862 315.86787,197.06294 315.08799,196.57149 C 313.88513,195.81351 313.76677,185.96596 314.28895,130.09085 C 314.9307,61.420076 314.67191,55.7268 310.62814,49.555223 C 309.73266,48.188552 309,46.457975 309,45.709497 C 309,43.589512 305.12416,40.483326 297.60785,36.579579 L 290.7157,33 L 272.60785,32.981338 L 254.5,32.962676 L 142.83078,144.79229 C 47.261549,240.49879 31.075988,257.11773 30.568052,260.06095 C 30.241623,261.95243 30.092773,312.30466 30.237273,371.9548 L 30.5,480.40959 L 32.809691,480.9548 C 34.080021,481.25466 134.53237,481.59051 256.03714,481.70112 C 452.70662,481.88017 477.12201,481.73513 478.47745,480.37969 z M 466,196.24996 C 466,194.88209 316.02962,45.637044 315.34403,46.322638 C 314.97408,46.69259 315.42033,50.098227 316.33569,53.89072 C 317.80115,59.962319 318,68.627612 318,126.41783 L 318,192.0495 L 320.25,192.86991 C 321.4875,193.32113 351.3,193.74806 386.5,193.81865 C 448.1039,193.94217 456.71865,194.20747 460,196.08219 C 461.86447,197.14742 466,197.26305 466,196.24996 z"
510 id="path2662" />
511 <path
512 style="fill:#bababa"
513 d="M 50.5,491.5488 C 47.2,490.8584 43.15,489.7141 41.5,489.00589 C 39.85,488.29769 35.8,486.98367 32.5,486.08586 L 26.5,484.45346 L 25.710847,472.47673 C 25.276813,465.88953 25.051813,415.02991 25.210847,359.45537 C 25.486778,263.03106 25.584866,258.2756 27.355975,255.45537 C 28.376762,253.82991 79.226762,202.46843 140.35598,141.31873 C 220.0307,61.617308 252.34942,29.910717 254.5,29.336641 C 256.15,28.896189 265.375,28.539948 275,28.544992 C 291.73646,28.553765 292.77593,28.671226 298.82419,31.237172 C 303.04533,33.02797 308.36597,36.710543 314.82419,42.311227 C 331.04688,56.379857 474.86068,200.83949 479.08302,207.30772 C 484.28052,215.26979 488.01055,227.04006 489.06113,238.7941 C 489.53827,244.13234 489.9447,296.10647 489.96433,354.29216 C 490.00239,467.16892 490.02872,466.48751 485.12629,479.5 C 483.54227,483.70448 482.46449,484.9183 478.35222,487.12909 C 466.90122,493.28525 477.46323,493.00961 257.14304,492.90203 C 100.34371,492.82547 55.188904,492.52977 50.5,491.5488 z M 478.38758,480.46956 C 479.85192,479.00522 479.99084,469.05996 479.90021,372.17857 C 479.84533,313.50536 479.50142,255.15 479.13597,242.5 L 478.47151,219.5 L 474.47344,213.01951 C 471.20602,207.72333 469.30469,205.85837 464.06946,202.81447 C 460.54621,200.76596 457.35331,199.28164 456.97414,199.51598 C 456.59497,199.75032 454.75818,199.47167 452.89237,198.89676 C 450.70577,198.223 425.86348,197.78212 383,197.65637 C 346.425,197.54907 315.87258,197.06581 315.10574,196.58246 C 313.92612,195.83894 313.80701,185.60393 314.33206,130.10182 C 314.983,61.29283 314.73121,55.817294 310.62814,49.555223 C 309.73266,48.188552 309,46.457975 309,45.709497 C 309,43.589512 305.12416,40.483326 297.60785,36.579579 L 290.7157,33 L 272.61842,33 L 254.52114,33 L 143.29522,144.20923 C 82.12097,205.37431 31.598956,256.56181 31.02408,257.95923 C 30.313338,259.68692 30.062239,295.68691 30.239426,370.45495 L 30.5,480.40989 L 32.8092,480.95495 C 34.079259,481.25473 134.49117,481.63095 255.94678,481.79099 C 457.9902,482.05723 476.91232,481.94482 478.38758,480.46956 z M 466,196.24996 C 466,194.88209 316.02962,45.637044 315.34403,46.322638 C 314.97408,46.69259 315.42033,50.098227 316.33569,53.89072 C 317.80115,59.962319 318,68.627612 318,126.41783 L 318,192.0495 L 320.25,192.86991 C 321.4875,193.32113 351.3,193.74806 386.5,193.81865 C 448.1039,193.94217 456.71865,194.20747 460,196.08219 C 461.86447,197.14742 466,197.26305 466,196.24996 z"
514 id="path2660" />
515 <path
516 style="fill:#c9b2b2"
517 d="M 56.136865,491.84269 C 52.08714,491.48116 45.56214,490.07164 41.636865,488.71041 C 37.711589,487.34918 32.7,485.84497 30.5,485.36772 L 26.5,484.5 L 25.721052,471.5 C 25.292631,464.35 25.067631,413.47995 25.221052,358.45546 C 25.487217,262.99563 25.585053,258.27547 27.355975,255.45546 C 28.376762,253.82995 79.226762,202.46843 140.35598,141.31873 C 220.0307,61.617308 252.34942,29.910717 254.5,29.336641 C 256.15,28.896189 265.375,28.542918 275,28.551593 C 291.88684,28.566814 292.73441,28.665428 299.19025,31.366106 C 306.95798,34.615584 315,42.267206 315,46.408369 C 315,47.780097 315.675,51.49392 316.5,54.661309 C 317.7598,59.498026 318,70.959109 318,126.23485 L 318,192.0495 L 320.25,192.86981 C 321.4875,193.32099 351.63667,193.75739 387.24816,193.83961 C 430.11566,193.93858 453.43316,194.35648 456.24816,195.07624 C 464.11816,197.08851 466.27511,197.32528 465.8774,196.13325 C 465.66983,195.51113 432.22359,161.71554 391.55243,121.03196 C 350.88127,80.348377 317.9273,46.739364 318.3214,46.345265 C 318.7155,45.951167 354.71099,81.37476 398.31138,125.06436 C 484.24905,211.17786 481.02318,207.54483 486.15912,224 L 488.5,231.5 L 488.48364,350.5 L 488.46727,469.5 L 485.84591,477 C 483.14592,484.72497 482.82749,485.05778 475,488.33569 C 465.5956,492.27397 466.22442,492.26205 261.5,492.38301 C 152.6,492.44735 60.186589,492.20421 56.136865,491.84269 z M 478.38758,480.46956 C 479.85192,479.00522 479.99084,469.05996 479.90021,372.17857 C 479.84533,313.50536 479.50142,255.15 479.13597,242.5 L 478.47151,219.5 L 474.47344,213.01951 C 471.20602,207.72333 469.30469,205.85837 464.06946,202.81447 C 460.54621,200.76596 457.35331,199.28164 456.97414,199.51598 C 456.59497,199.75032 454.75818,199.47167 452.89237,198.89676 C 450.70577,198.223 425.86348,197.78212 383,197.65637 C 346.425,197.54907 315.87258,197.06581 315.10574,196.58246 C 313.92612,195.83894 313.80701,185.60393 314.33206,130.10182 C 314.983,61.29283 314.73121,55.817294 310.62814,49.555223 C 309.73266,48.188552 309,46.457975 309,45.709497 C 309,43.589512 305.12416,40.483326 297.60785,36.579579 L 290.7157,33 L 272.61842,33 L 254.52114,33 L 143.29522,144.20923 C 82.12097,205.37431 31.598956,256.56181 31.02408,257.95923 C 30.313338,259.68692 30.062239,295.68691 30.239426,370.45495 L 30.5,480.40989 L 32.8092,480.95495 C 34.079259,481.25473 134.49117,481.63095 255.94678,481.79099 C 457.9902,482.05723 476.91232,481.94482 478.38758,480.46956 z"
518 id="path2658" />
519 <path
520 style="fill:#e4a5a3"
521 d="M 55.944144,491.81448 C 51.788424,491.43745 45.322347,489.97495 41.575085,488.56448 C 37.827823,487.15402 33.740311,486 32.491725,486 C 31.243138,486 29.159215,485.13978 27.860784,484.08841 L 25.5,482.17682 L 25.5,373.33841 C 25.5,313.47728 25.858533,262.25 26.296739,259.5 L 27.093478,254.5 L 138.42435,143.35324 C 199.65633,82.222528 250.92023,31.443148 252.34412,30.510177 C 254.52333,29.082304 257.90548,28.790696 273.71651,28.667449 C 292.23166,28.523123 292.59558,28.561345 299.19025,31.342938 C 306.95994,34.620143 315,42.281679 315,46.408369 C 315,47.780097 315.675,51.49392 316.5,54.661309 C 317.7598,59.498026 318,70.959109 318,126.23485 L 318,192.0495 L 320.25,192.86981 C 321.4875,193.32099 351.63667,193.75739 387.24816,193.83961 C 430.11566,193.93858 453.43316,194.35648 456.24816,195.07624 C 464.11816,197.08851 466.27511,197.32528 465.8774,196.13325 C 465.66983,195.51113 432.22359,161.71554 391.55243,121.03196 C 350.88127,80.348377 317.9273,46.739364 318.3214,46.345265 C 318.7155,45.951167 354.71099,81.37476 398.31138,125.06436 C 484.24905,211.17786 481.02318,207.54483 486.15912,224 L 488.5,231.5 L 488.48364,350.5 L 488.46727,469.5 L 485.84591,477 C 483.14592,484.72497 482.82749,485.05778 475,488.33569 C 465.5956,492.27397 466.22442,492.26205 261.5,492.38301 C 152.6,492.44735 60.099865,492.19152 55.944144,491.81448 z M 478.38758,480.46956 C 479.85192,479.00522 479.99084,469.05996 479.90021,372.17857 C 479.84533,313.50536 479.50142,255.15 479.13597,242.5 L 478.47151,219.5 L 474.47344,213.01951 C 471.20602,207.72333 469.30469,205.85837 464.06946,202.81447 C 460.54621,200.76596 457.35331,199.28164 456.97414,199.51598 C 456.59497,199.75032 454.75818,199.47167 452.89237,198.89676 C 450.70577,198.223 425.86348,197.78212 383,197.65637 C 346.425,197.54907 315.87258,197.06581 315.10574,196.58246 C 313.92612,195.83894 313.80701,185.60393 314.33206,130.10182 C 314.983,61.29283 314.73121,55.817294 310.62814,49.555223 C 309.73266,48.188552 309,46.331798 309,45.429103 C 309,43.31253 305.89408,40.911512 297.48863,36.530295 L 290.7157,33 L 272.61842,33 L 254.52114,33 L 143.29522,144.20923 C 82.12097,205.37431 31.598956,256.56181 31.02408,257.95923 C 30.313338,259.68692 30.062239,295.68691 30.239426,370.45495 L 30.5,480.40989 L 32.8092,480.95495 C 34.079259,481.25473 134.49117,481.63095 255.94678,481.79099 C 457.9902,482.05723 476.91232,481.94482 478.38758,480.46956 z"
522 id="path2656" />
523 <path
524 style="fill:#d4acab"
525 d="M 55.944144,491.81448 C 51.788424,491.43745 45.322347,489.97495 41.575085,488.56448 C 37.827823,487.15402 33.740311,486 32.491725,486 C 31.243138,486 29.159215,485.13978 27.860784,484.08841 L 25.5,482.17682 L 25.5,373.33841 C 25.5,313.47728 25.858533,262.25 26.296739,259.5 L 27.093478,254.5 L 138.42435,143.35324 C 199.65633,82.222528 250.92023,31.443148 252.34412,30.510177 C 254.52333,29.082304 257.90548,28.790696 273.71651,28.667449 C 292.23166,28.523123 292.59558,28.561345 299.19025,31.342938 C 306.95994,34.620143 315,42.281679 315,46.408369 C 315,47.780097 315.675,51.49392 316.5,54.661309 C 317.76021,59.499596 318,71.000027 318,126.60311 C 318,185.24877 318.17523,192.85326 319.53865,193.37646 C 320.38491,193.7012 350.64741,193.98216 386.78865,194.00082 C 429.98935,194.02313 453.87027,194.39956 456.5,195.09968 C 463.87551,197.0633 466.27598,197.32787 465.8774,196.13325 C 465.66983,195.51113 432.22359,161.71554 391.55243,121.03196 C 350.88127,80.348377 317.9273,46.739364 318.3214,46.345265 C 318.7155,45.951167 354.71099,81.37476 398.31138,125.06436 C 484.24905,211.17786 481.02318,207.54483 486.15912,224 L 488.5,231.5 L 488.48364,350.5 L 488.46727,469.5 L 485.84591,477 C 483.14592,484.72497 482.82749,485.05778 475,488.33569 C 465.5956,492.27397 466.22442,492.26205 261.5,492.38301 C 152.6,492.44735 60.099865,492.19152 55.944144,491.81448 z M 477.95723,481.02289 C 479.99572,479.93192 479.99979,479.70499 479.90021,372.71482 C 479.84533,313.74667 479.50142,255.15 479.13597,242.5 L 478.47151,219.5 L 474.47344,213.01951 C 471.20602,207.72333 469.30469,205.85837 464.06946,202.81447 C 460.54621,200.76596 457.35331,199.28164 456.97414,199.51598 C 456.59497,199.75032 454.75818,199.47167 452.89237,198.89676 C 450.70577,198.223 425.86348,197.78212 383,197.65637 C 346.425,197.54907 315.87258,197.06581 315.10574,196.58246 C 313.92612,195.83894 313.80701,185.60393 314.33206,130.10182 C 314.983,61.29283 314.73121,55.817294 310.62814,49.555223 C 309.73266,48.188552 309,46.331798 309,45.429103 C 309,43.31253 305.89408,40.911512 297.48863,36.530295 L 290.7157,33 L 272.61842,33 L 254.52114,33 L 143.29522,144.20923 C 82.12097,205.37431 31.598956,256.56181 31.02408,257.95923 C 30.313338,259.68692 30.062239,295.68691 30.239426,370.45495 L 30.5,480.40989 L 32.809382,480.95495 C 34.079543,481.25473 134.29779,481.63863 255.51661,481.80808 C 413.61254,482.02907 476.4919,481.80711 477.95723,481.02289 z"
526 id="path2654" />
527 <path
528 style="fill:#b8b8b8"
529 d="M 55.944144,491.81448 C 51.788424,491.43745 45.322347,489.97495 41.575085,488.56448 C 37.827823,487.15402 33.740311,486 32.491725,486 C 31.243138,486 29.159215,485.13978 27.860784,484.08841 L 25.5,482.17682 L 25.5,373.33841 C 25.5,313.47728 25.858533,262.25 26.296739,259.5 L 27.093478,254.5 L 138.45407,143.3236 C 199.7024,82.176579 251.28192,31.388451 253.07524,30.461093 C 255.74964,29.078106 259.58651,28.752604 274.4179,28.650484 C 292.07116,28.528934 292.65603,28.59179 299.07895,31.300857 C 307.99566,35.061752 313.9752,41.162186 315.13205,47.678507 C 315.60282,50.330328 316.42111,54.525 316.95045,57 C 317.50888,59.61098 317.93118,89.055764 317.95645,127.14301 C 317.99502,185.28571 318.17586,192.85351 319.53916,193.37665 C 320.38569,193.7015 350.42319,193.99125 386.28916,194.02055 C 427.01227,194.05382 453.18982,194.45859 456,195.09844 C 465.12402,197.17591 466.26516,197.29546 465.8774,196.13325 C 465.66983,195.51113 432.22359,161.71554 391.55243,121.03196 C 350.88127,80.348377 317.9273,46.739364 318.3214,46.345265 C 318.7155,45.951167 354.71099,81.37476 398.31138,125.06436 C 484.24905,211.17786 481.02318,207.54483 486.15912,224 L 488.5,231.5 L 488.48364,350.5 L 488.46727,469.5 L 485.84591,477 C 483.14592,484.72497 482.82749,485.05778 475,488.33569 C 465.5956,492.27397 466.22442,492.26205 261.5,492.38301 C 152.6,492.44735 60.099865,492.19152 55.944144,491.81448 z M 478.14641,480.92164 L 480.22872,479.80723 L 479.8123,350.65361 C 479.39639,221.6527 479.3934,221.49527 477.28941,217.5 C 471.5984,206.69331 464.86562,201.152 454.5,198.74351 C 452.3,198.23233 420.1912,197.69506 383.1471,197.54957 C 326.93456,197.3288 315.63471,197.05472 314.82996,195.89252 C 314.22115,195.01329 314.06865,170.35642 314.41626,129 C 314.99331,60.344892 314.72968,54.735249 310.6525,48.91426 C 309.74362,47.61666 309,45.80687 309,44.892504 C 309,43.042572 306.45739,41.174322 297.30533,36.299546 L 291.11065,33 L 272.81594,33 L 254.52123,33 L 143.69481,143.75 C 82.740283,204.6625 32.223006,255.71515 31.434197,257.20034 C 30.213693,259.49833 30,276.26809 30,369.75034 C 30,446.14088 30.324488,479.92449 31.065328,480.66533 C 32.613791,482.21379 475.25783,482.46756 478.14641,480.92164 z"
530 id="path2652" />
531 <path
532 style="fill:#c3b2b2"
533 d="M 48.741387,490.43791 C 45.57415,489.67041 41.658997,488.3579 40.041047,487.52123 C 38.423097,486.68455 35.551826,486 33.660444,486 C 31.764574,486 29.162296,485.14228 27.860784,484.08841 L 25.5,482.17682 L 25.5,373.33841 C 25.5,313.47728 25.858533,262.25 26.296739,259.5 L 27.093478,254.5 L 138.45407,143.3236 C 199.7024,82.176579 251.28192,31.388451 253.07524,30.461093 C 255.74964,29.078106 259.58651,28.752604 274.4179,28.650484 C 292.07116,28.528934 292.65603,28.59179 299.07895,31.300857 C 307.99566,35.061752 313.9752,41.162186 315.13205,47.678507 C 315.60282,50.330328 316.42111,54.525 316.95045,57 C 317.50888,59.61098 317.93118,89.055764 317.95645,127.14301 C 317.99502,185.28571 318.17586,192.85351 319.53916,193.37665 C 320.38569,193.7015 350.42319,193.99125 386.28916,194.02055 C 430.07247,194.05632 452.97865,194.43466 456,195.17196 C 458.475,195.77593 462.41878,196.26559 464.76395,196.2601 C 468.67212,196.25094 469.4574,196.71946 474.1753,201.87506 C 479.80202,208.0238 482.87357,214.10638 486.27867,225.84333 L 488.5,233.5 L 488.5,350 L 488.5,466.5 L 486.16452,474.5 C 483.05141,485.16371 483.01162,485.22206 477.51077,487.19012 C 463.40348,492.23732 474.19515,492.00621 256.80259,491.91669 C 87.341735,491.8469 53.565149,491.60684 48.741387,490.43791 z M 478.14641,480.92164 L 480.22872,479.80723 L 479.8123,350.65361 C 479.39639,221.6527 479.3934,221.49527 477.28941,217.5 C 471.5984,206.69331 464.86562,201.152 454.5,198.74351 C 452.3,198.23233 420.1912,197.69506 383.1471,197.54957 C 326.93456,197.3288 315.63471,197.05472 314.82996,195.89252 C 314.22115,195.01329 314.06865,170.35642 314.41626,129 C 314.99331,60.344892 314.72968,54.735249 310.6525,48.91426 C 309.74362,47.61666 309,45.80687 309,44.892504 C 309,43.042572 306.45739,41.174322 297.30533,36.299546 L 291.11065,33 L 272.81594,33 L 254.52123,33 L 143.69481,143.75 C 82.740283,204.6625 32.223006,255.71515 31.434197,257.20034 C 30.213693,259.49833 30,276.26809 30,369.75034 C 30,446.14088 30.324488,479.92449 31.065328,480.66533 C 32.613791,482.21379 475.25783,482.46756 478.14641,480.92164 z M 464.5,193.23469 C 463.95,192.83061 462.60703,191.375 461.51563,190 C 459.85839,187.91213 460.06446,187.98418 462.76563,190.43709 C 465.68588,193.08894 466.47687,194.02921 465.75,193.98469 C 465.6125,193.97627 465.05,193.63877 464.5,193.23469 z M 450.65998,179.3901 C 446.89796,175.79124 443.9977,172.66897 444.21494,172.45172 C 444.43219,172.23448 447.72313,175.19397 451.52815,179.02837 C 460.25139,187.81897 459.70774,188.04549 450.65998,179.3901 z M 426.64644,155.35232 C 419.67001,148.3961 414.10504,142.56162 414.27985,142.38682 C 414.45466,142.21201 420.41921,147.90346 427.53441,155.03449 C 434.64962,162.16552 440.21458,168 439.901,168 C 439.58743,168 433.62287,162.30855 426.64644,155.35232 z M 408.93001,137.71245 C 404.73707,133.93944 392.48879,121 393.11025,121 C 393.34525,121 398.02064,125.5 403.5,131 C 413.39572,140.933 415.76819,143.86579 408.93001,137.71245 z M 376.14792,104.91845 C 367.70428,96.642255 360.97574,89.690929 361.19561,89.471057 C 361.41548,89.251185 368.54347,96.030249 377.03559,104.53564 C 385.52771,113.04104 392.25625,119.99237 391.9879,119.98304 C 391.71956,119.97371 384.59156,113.19464 376.14792,104.91845 z M 343.5,72.421722 C 326.82315,55.267326 325.47609,53.756381 332,59.522618 C 338.87459,65.598814 360.538,88.009896 359.45544,87.925628 C 358.92995,87.884723 351.75,80.907966 343.5,72.421722 z"
534 id="path2650" />
535 <path
536 style="fill:#c5b0af"
537 d="M 48.741387,490.43791 C 45.57415,489.67041 41.74915,488.41989 40.241387,487.65899 C 38.733624,486.89808 35.525588,486.02305 33.112417,485.71446 C 24.787001,484.64986 25.5,495.18691 25.5,373.21436 C 25.5,313.42146 25.869612,262.33223 26.32136,259.68273 C 27.135374,254.90855 28.137693,253.86988 138.38472,143.55493 C 199.56782,82.334131 251.03231,31.517531 252.75025,30.629149 C 255.22642,29.348673 259.46196,28.977293 273.18689,28.837228 C 288.93292,28.676538 291.13319,28.871709 297.49543,30.993478 C 307.13811,34.209251 313.87031,40.540679 315.11379,47.563011 C 315.59461,50.278355 316.42111,54.525 316.95045,57 C 317.50888,59.61098 317.93118,89.055764 317.95645,127.14301 C 317.99502,185.28571 318.17586,192.85351 319.53916,193.37665 C 320.38569,193.7015 350.42319,193.99125 386.28916,194.02055 C 430.07247,194.05632 452.97865,194.43466 456,195.17196 C 458.475,195.77593 462.41878,196.26559 464.76395,196.2601 C 468.67212,196.25094 469.4574,196.71946 474.1753,201.87506 C 479.80202,208.0238 482.87357,214.10638 486.27867,225.84333 L 488.5,233.5 L 488.5,350 L 488.5,466.5 L 486.08847,474.5 C 483.5445,482.93939 481.24785,486.44352 477.67102,487.34299 C 476.47696,487.64327 471.9,488.81042 467.5,489.93667 C 459.56214,491.96849 457.9272,491.98381 257,491.90888 C 87.350518,491.84562 53.56581,491.607 48.741387,490.43791 z M 478.14641,480.92164 L 480.22872,479.80723 L 479.8123,350.65361 C 479.39639,221.6527 479.3934,221.49527 477.28941,217.5 C 471.5984,206.69331 464.86562,201.152 454.5,198.74351 C 452.3,198.23233 420.1912,197.69506 383.1471,197.54957 C 326.93456,197.3288 315.63471,197.05472 314.82996,195.89252 C 314.22115,195.01329 314.06865,170.35642 314.41626,129 C 314.99331,60.344892 314.72968,54.735249 310.6525,48.91426 C 309.74362,47.61666 309,45.80687 309,44.892504 C 309,43.042572 306.45739,41.174322 297.30533,36.299546 L 291.11065,33 L 272.81594,33 L 254.52123,33 L 143.69481,143.75 C 82.740283,204.6625 32.223006,255.71515 31.434197,257.20034 C 30.213693,259.49833 30,276.26809 30,369.75034 C 30,446.14088 30.324488,479.92449 31.065328,480.66533 C 32.613791,482.21379 475.25783,482.46756 478.14641,480.92164 z M 464.5,193.23469 C 463.95,192.83061 462.60703,191.375 461.51563,190 C 459.85839,187.91213 460.06446,187.98418 462.76563,190.43709 C 465.68588,193.08894 466.47687,194.02921 465.75,193.98469 C 465.6125,193.97627 465.05,193.63877 464.5,193.23469 z M 450.65998,179.3901 C 446.89796,175.79124 443.9977,172.66897 444.21494,172.45172 C 444.43219,172.23448 447.72313,175.19397 451.52815,179.02837 C 460.25139,187.81897 459.70774,188.04549 450.65998,179.3901 z M 426.64644,155.35232 C 419.67001,148.3961 414.10504,142.56162 414.27985,142.38682 C 414.45466,142.21201 420.41921,147.90346 427.53441,155.03449 C 434.64962,162.16552 440.21458,168 439.901,168 C 439.58743,168 433.62287,162.30855 426.64644,155.35232 z M 408.93001,137.71245 C 404.73707,133.93944 392.48879,121 393.11025,121 C 393.34525,121 398.02064,125.5 403.5,131 C 413.39572,140.933 415.76819,143.86579 408.93001,137.71245 z M 376.14792,104.91845 C 367.70428,96.642255 360.97574,89.690929 361.19561,89.471057 C 361.41548,89.251185 368.54347,96.030249 377.03559,104.53564 C 385.52771,113.04104 392.25625,119.99237 391.9879,119.98304 C 391.71956,119.97371 384.59156,113.19464 376.14792,104.91845 z M 343.5,72.421722 C 326.82315,55.267326 325.47609,53.756381 332,59.522618 C 338.87459,65.598814 360.538,88.009896 359.45544,87.925628 C 358.92995,87.884723 351.75,80.907966 343.5,72.421722 z"
538 id="path2648" />
539 <path
540 style="fill:#e4a19e"
541 d="M 48.741387,490.43791 C 45.57415,489.67041 41.74915,488.41633 40.241387,487.65108 C 38.733624,486.88582 35.36367,485.94888 32.7526,485.56897 C 29.372558,485.07718 27.644424,484.24772 26.7526,482.68912 C 25.770378,480.97253 25.5,457.1878 25.5,372.5 C 25.5,313.1 25.859039,262.40274 26.297864,259.83942 C 27.079317,255.2747 29.380161,252.89217 138.15922,144.007 C 199.24413,82.862495 250.63509,31.973939 252.36135,30.921323 C 255.14877,29.221645 257.53717,29.007058 273.70451,29.003738 C 290.50546,29.000288 292.42732,29.188133 298.63147,31.440118 C 307.72921,34.742421 313.9161,40.820732 315.12692,47.646074 C 315.60052,50.315733 316.42111,54.525 316.95045,57 C 317.50888,59.61098 317.93118,89.055764 317.95645,127.14301 C 317.99502,185.28571 318.17586,192.85351 319.53916,193.37665 C 320.38569,193.7015 350.42319,193.99125 386.28916,194.02055 C 430.07247,194.05632 452.97865,194.43466 456,195.17196 C 458.475,195.77593 462.41878,196.26559 464.76395,196.2601 C 468.67212,196.25094 469.4574,196.71946 474.1753,201.87506 C 479.80202,208.0238 482.87357,214.10638 486.27867,225.84333 L 488.5,233.5 L 488.5,350 L 488.5,466.5 L 486.08847,474.5 C 483.5445,482.93939 481.24785,486.44352 477.67102,487.34299 C 476.47696,487.64327 471.9,488.81042 467.5,489.93667 C 459.56214,491.96849 457.9272,491.98381 257,491.90888 C 87.350518,491.84562 53.56581,491.607 48.741387,490.43791 z M 478.14641,480.92164 L 480.22872,479.80723 L 479.8123,350.65361 C 479.39639,221.6527 479.3934,221.49527 477.28941,217.5 C 471.5984,206.69331 464.86562,201.152 454.5,198.74351 C 452.3,198.23233 420.1912,197.69506 383.1471,197.54957 C 326.93456,197.3288 315.63471,197.05472 314.82996,195.89252 C 314.22115,195.01329 314.06865,170.35642 314.41626,129 C 314.99331,60.344892 314.72968,54.735249 310.6525,48.91426 C 309.74362,47.61666 309,45.80687 309,44.892504 C 309,43.042572 306.45739,41.174322 297.30533,36.299546 L 291.11065,33 L 272.81594,33 L 254.52123,33 L 143.69481,143.75 C 82.740283,204.6625 32.223006,255.71515 31.434197,257.20034 C 30.213693,259.49833 30,276.26809 30,369.75034 C 30,446.14088 30.324488,479.92449 31.065328,480.66533 C 32.613791,482.21379 475.25783,482.46756 478.14641,480.92164 z M 464.5,193.23469 C 463.95,192.83061 462.60703,191.375 461.51563,190 C 459.85839,187.91213 460.06446,187.98418 462.76563,190.43709 C 465.68588,193.08894 466.47687,194.02921 465.75,193.98469 C 465.6125,193.97627 465.05,193.63877 464.5,193.23469 z M 450.65998,179.3901 C 446.89796,175.79124 443.9977,172.66897 444.21494,172.45172 C 444.43219,172.23448 447.72313,175.19397 451.52815,179.02837 C 460.25139,187.81897 459.70774,188.04549 450.65998,179.3901 z M 426.64644,155.35232 C 419.67001,148.3961 414.10504,142.56162 414.27985,142.38682 C 414.45466,142.21201 420.41921,147.90346 427.53441,155.03449 C 434.64962,162.16552 440.21458,168 439.901,168 C 439.58743,168 433.62287,162.30855 426.64644,155.35232 z M 408.93001,137.71245 C 404.73707,133.93944 392.48879,121 393.11025,121 C 393.34525,121 398.02064,125.5 403.5,131 C 413.39572,140.933 415.76819,143.86579 408.93001,137.71245 z M 376.14792,104.91845 C 367.70428,96.642255 360.97574,89.690929 361.19561,89.471057 C 361.41548,89.251185 368.54347,96.030249 377.03559,104.53564 C 385.52771,113.04104 392.25625,119.99237 391.9879,119.98304 C 391.71956,119.97371 384.59156,113.19464 376.14792,104.91845 z M 343.5,72.421722 C 326.82315,55.267326 325.47609,53.756381 332,59.522618 C 338.87459,65.598814 360.538,88.009896 359.45544,87.925628 C 358.92995,87.884723 351.75,80.907966 343.5,72.421722 z"
542 id="path2646" />
543 <path
544 style="fill:#b9b5b5"
545 d="M 48.741387,490.43791 C 45.57415,489.67041 41.74915,488.41633 40.241387,487.65108 C 38.733624,486.88582 35.36367,485.94888 32.7526,485.56897 C 29.372558,485.07718 27.644424,484.24772 26.7526,482.68912 C 25.770378,480.97253 25.5,457.1878 25.5,372.5 C 25.5,313.1 25.859039,262.40274 26.297864,259.83942 C 27.079317,255.2747 29.380161,252.89217 138.15922,144.007 C 199.24413,82.862495 250.63509,31.973939 252.36135,30.921323 C 255.14877,29.221645 257.53717,29.007058 273.70451,29.003738 C 290.53931,29.000281 292.42032,29.185054 298.70451,31.459497 C 307.10514,34.499944 315,41.961467 315,46.860554 C 315,48.51564 315.5625,51.136596 316.25,52.6849 C 317.1941,54.811091 317.62236,72.38563 318,124.5 L 318.5,193.5 L 388,194 C 443.57509,194.39982 457.9719,194.76879 459.8553,195.84154 C 461.28615,196.65653 463.4955,196.94202 465.48429,196.56893 C 468.49742,196.00366 469.17843,196.41424 474.04034,201.72739 C 479.79674,208.01804 482.85639,214.04717 486.27867,225.84333 L 488.5,233.5 L 488.5,350 L 488.5,466.5 L 486.08847,474.5 C 483.5445,482.93939 481.24785,486.44352 477.67102,487.34299 C 476.47696,487.64327 471.9,488.81042 467.5,489.93667 C 459.56214,491.96849 457.9272,491.98381 257,491.90888 C 87.350518,491.84562 53.56581,491.607 48.741387,490.43791 z M 478.9707,480.53531 C 479.96779,479.33388 480.14102,452.56154 479.81363,350.26156 C 479.40187,221.59799 479.39995,221.49696 477.29224,217.5 C 471.58986,206.68625 464.86452,201.15175 454.5,198.74351 C 452.3,198.23233 420.1912,197.69506 383.1471,197.54957 C 326.93456,197.3288 315.63471,197.05472 314.82996,195.89252 C 314.22115,195.01329 314.06865,170.35642 314.41626,129 C 314.99331,60.344892 314.72968,54.735249 310.6525,48.91426 C 309.74362,47.61666 309,45.80687 309,44.892504 C 309,43.042572 306.45739,41.174322 297.30533,36.299546 L 291.11065,33 L 272.80364,33 L 254.49664,33 L 143.35181,144.25 C 82.222151,205.4375 31.710408,256.48292 31.103489,257.68426 C 29.573052,260.71362 29.534615,479.13461 31.064249,480.66425 C 31.809252,481.40925 98.960532,481.77634 254.92209,481.888 C 452.66887,482.02957 477.85678,481.8775 478.9707,480.53531 z M 464.5,193.23469 C 463.95,192.83061 462.60703,191.375 461.51563,190 C 459.85839,187.91213 460.06446,187.98418 462.76563,190.43709 C 465.68588,193.08894 466.47687,194.02921 465.75,193.98469 C 465.6125,193.97627 465.05,193.63877 464.5,193.23469 z M 450.65998,179.3901 C 446.89796,175.79124 443.9977,172.66897 444.21494,172.45172 C 444.43219,172.23448 447.72313,175.19397 451.52815,179.02837 C 460.25139,187.81897 459.70774,188.04549 450.65998,179.3901 z M 426.64644,155.35232 C 419.67001,148.3961 414.10504,142.56162 414.27985,142.38682 C 414.45466,142.21201 420.41921,147.90346 427.53441,155.03449 C 434.64962,162.16552 440.21458,168 439.901,168 C 439.58743,168 433.62287,162.30855 426.64644,155.35232 z M 408.93001,137.71245 C 404.73707,133.93944 392.48879,121 393.11025,121 C 393.34525,121 398.02064,125.5 403.5,131 C 413.39572,140.933 415.76819,143.86579 408.93001,137.71245 z M 376.14792,104.91845 C 367.70428,96.642255 360.97574,89.690929 361.19561,89.471057 C 361.41548,89.251185 368.54347,96.030249 377.03559,104.53564 C 385.52771,113.04104 392.25625,119.99237 391.9879,119.98304 C 391.71956,119.97371 384.59156,113.19464 376.14792,104.91845 z M 343.5,72.421722 C 326.82315,55.267326 325.47609,53.756381 332,59.522618 C 338.87459,65.598814 360.538,88.009896 359.45544,87.925628 C 358.92995,87.884723 351.75,80.907966 343.5,72.421722 z"
546 id="path2644" />
547 <path
548 style="fill:#caacac"
549 d="M 48.741387,490.43791 C 45.57415,489.67041 41.74915,488.41633 40.241387,487.65108 C 38.733624,486.88582 35.36367,485.94888 32.7526,485.56897 C 29.363392,485.07585 27.65165,484.25195 26.769406,482.68912 C 25.806947,480.98419 25.565011,456.52411 25.675575,372.1012 C 25.753656,312.48186 26.105132,261.7846 26.456634,259.44062 C 27.068194,255.36244 31.880579,250.38932 138.15922,144.007 C 199.24413,82.862495 250.63509,31.973939 252.36135,30.921323 C 255.14626,29.223173 257.53495,29.007055 273.55583,29.003738 C 289.43035,29.000452 292.3854,29.261298 298.01634,31.162897 C 305.31327,33.627107 313.50903,40.835388 314.50055,45.660988 C 314.82139,47.222445 315.60857,50.075 316.24984,52 C 317.07013,54.46239 317.5765,75.95574 317.95789,124.5 L 318.5,193.5 L 388,194 C 444.01586,194.40299 457.96315,194.76359 459.88715,195.85859 C 461.28481,196.65403 463.65955,196.99238 465.61623,196.67485 C 468.67265,196.17886 469.37486,196.60007 473.8359,201.60524 C 479.60596,208.07911 483.09862,214.85349 486.21769,225.62106 L 488.5,233.5 L 488.5,350 L 488.5,466.5 L 486.17345,474 C 483.41063,482.90642 482.81884,484.15329 480.93317,485.04111 C 480.14493,485.41223 478.15,486.40219 476.5,487.24102 C 474.85,488.07985 470.26117,489.49378 466.30259,490.38308 C 459.796,491.84481 439.68798,491.992 256.80259,491.91669 C 87.341735,491.8469 53.565149,491.60684 48.741387,490.43791 z M 478.9707,480.53531 C 479.96779,479.33388 480.14102,452.56154 479.81363,350.26156 C 479.40187,221.59799 479.39995,221.49696 477.29224,217.5 C 471.58986,206.68625 464.86452,201.15175 454.5,198.74351 C 452.3,198.23233 420.1912,197.69506 383.1471,197.54957 C 326.93456,197.3288 315.63471,197.05472 314.82996,195.89252 C 314.22115,195.01329 314.06865,170.35642 314.41626,129 C 314.99331,60.344892 314.72968,54.735249 310.6525,48.91426 C 309.74362,47.61666 309,45.80687 309,44.892504 C 309,43.042572 306.45739,41.174322 297.30533,36.299546 L 291.11065,33 L 272.80364,33 L 254.49664,33 L 143.35181,144.25 C 82.222151,205.4375 31.710408,256.48292 31.103489,257.68426 C 29.573052,260.71362 29.534615,479.13461 31.064249,480.66425 C 31.809252,481.40925 98.960532,481.77634 254.92209,481.888 C 452.66887,482.02957 477.85678,481.8775 478.9707,480.53531 z M 464.5,193.23469 C 463.95,192.83061 462.60703,191.375 461.51563,190 C 459.85839,187.91213 460.06446,187.98418 462.76563,190.43709 C 465.68588,193.08894 466.47687,194.02921 465.75,193.98469 C 465.6125,193.97627 465.05,193.63877 464.5,193.23469 z M 450.65998,179.3901 C 446.89796,175.79124 443.9977,172.66897 444.21494,172.45172 C 444.43219,172.23448 447.72313,175.19397 451.52815,179.02837 C 460.25139,187.81897 459.70774,188.04549 450.65998,179.3901 z M 426.64644,155.35232 C 419.67001,148.3961 414.10504,142.56162 414.27985,142.38682 C 414.45466,142.21201 420.41921,147.90346 427.53441,155.03449 C 434.64962,162.16552 440.21458,168 439.901,168 C 439.58743,168 433.62287,162.30855 426.64644,155.35232 z M 408.93001,137.71245 C 404.73707,133.93944 392.48879,121 393.11025,121 C 393.34525,121 398.02064,125.5 403.5,131 C 413.39572,140.933 415.76819,143.86579 408.93001,137.71245 z M 376.14792,104.91845 C 367.70428,96.642255 360.97574,89.690929 361.19561,89.471057 C 361.41548,89.251185 368.54347,96.030249 377.03559,104.53564 C 385.52771,113.04104 392.25625,119.99237 391.9879,119.98304 C 391.71956,119.97371 384.59156,113.19464 376.14792,104.91845 z M 343.5,72.421722 C 326.82315,55.267326 325.47609,53.756381 332,59.522618 C 338.87459,65.598814 360.538,88.009896 359.45544,87.925628 C 358.92995,87.884723 351.75,80.907966 343.5,72.421722 z"
550 id="path2642" />
551 <path
552 style="fill:#b6b6b6"
553 d="M 48.741387,490.43791 C 45.57415,489.67041 41.74915,488.41633 40.241387,487.65108 C 38.733624,486.88582 35.36367,485.94888 32.7526,485.56897 C 29.364326,485.07598 27.650916,484.25152 26.767692,482.68912 C 25.802492,480.98171 25.563791,456.27609 25.682914,370.41456 C 25.81232,277.14144 26.055428,259.8031 27.274761,256.88483 C 28.766275,253.31514 248.5128,32.945187 253.13854,30.38027 C 254.83342,29.440479 260.6073,29.060868 273.59345,29.035435 C 293.03317,28.997363 299.17565,30.140632 306.1276,35.090857 C 310.54626,38.237225 315,44.825627 315,48.21578 C 315,49.819417 315.5625,52.114399 316.25,53.315741 C 317.20295,54.980934 317.61882,71.897132 318,124.5 L 318.5,193.5 L 388.0971,194 C 445.2615,194.41068 457.99118,194.74659 459.35667,195.88039 C 460.44824,196.78674 462.39094,197.07677 465.01388,196.72496 C 468.83566,196.21236 469.21872,196.42488 473.86113,201.63355 C 479.60682,208.08007 483.10201,214.86521 486.21769,225.62106 L 488.5,233.5 L 488.5,350 L 488.5,466.5 L 486.17345,474 C 483.41063,482.90642 482.81884,484.15329 480.93317,485.04111 C 480.14493,485.41223 478.15,486.40219 476.5,487.24102 C 474.85,488.07985 470.26117,489.49378 466.30259,490.38308 C 459.796,491.84481 439.68798,491.992 256.80259,491.91669 C 87.341735,491.8469 53.565149,491.60684 48.741387,490.43791 z M 478.9707,480.53531 C 480.86026,478.25852 480.00644,222.60569 478.09723,219 C 472.9998,209.37313 469.40645,205.11728 464.1122,202.43655 C 461.10231,200.91251 456.80826,199.24898 454.56984,198.73983 C 452.33143,198.23067 420.1912,197.69506 383.1471,197.54957 C 326.93456,197.3288 315.63471,197.05472 314.82996,195.89252 C 314.22115,195.01329 314.06865,170.35642 314.41626,129 C 314.99331,60.344892 314.72968,54.735249 310.6525,48.91426 C 309.74362,47.61666 309,45.80687 309,44.892504 C 309,43.042572 306.45739,41.174322 297.30533,36.299546 L 291.11065,33 L 272.80364,33 L 254.49664,33 L 143.35181,144.25 C 82.222151,205.4375 31.710408,256.48292 31.103489,257.68426 C 29.573052,260.71362 29.534615,479.13461 31.064249,480.66425 C 31.809252,481.40925 98.960532,481.77634 254.92209,481.888 C 452.66887,482.02957 477.85678,481.8775 478.9707,480.53531 z M 464.5,193.23469 C 463.95,192.83061 462.60703,191.375 461.51563,190 C 459.85839,187.91213 460.06446,187.98418 462.76563,190.43709 C 465.68588,193.08894 466.47687,194.02921 465.75,193.98469 C 465.6125,193.97627 465.05,193.63877 464.5,193.23469 z M 450.65998,179.3901 C 446.89796,175.79124 443.9977,172.66897 444.21494,172.45172 C 444.43219,172.23448 447.72313,175.19397 451.52815,179.02837 C 460.25139,187.81897 459.70774,188.04549 450.65998,179.3901 z M 426.64644,155.35232 C 419.67001,148.3961 414.10504,142.56162 414.27985,142.38682 C 414.45466,142.21201 420.41921,147.90346 427.53441,155.03449 C 434.64962,162.16552 440.21458,168 439.901,168 C 439.58743,168 433.62287,162.30855 426.64644,155.35232 z M 408.93001,137.71245 C 404.73707,133.93944 392.48879,121 393.11025,121 C 393.34525,121 398.02064,125.5 403.5,131 C 413.39572,140.933 415.76819,143.86579 408.93001,137.71245 z M 376.14792,104.91845 C 367.70428,96.642255 360.97574,89.690929 361.19561,89.471057 C 361.41548,89.251185 368.54347,96.030249 377.03559,104.53564 C 385.52771,113.04104 392.25625,119.99237 391.9879,119.98304 C 391.71956,119.97371 384.59156,113.19464 376.14792,104.91845 z M 343.5,72.421722 C 326.82315,55.267326 325.47609,53.756381 332,59.522618 C 338.87459,65.598814 360.538,88.009896 359.45544,87.925628 C 358.92995,87.884723 351.75,80.907966 343.5,72.421722 z"
554 id="path2640" />
555 <path
556 style="fill:#d3a8a6"
557 d="M 53,490.86954 C 49.975,490.38256 45.25,489.1208 42.5,488.06563 C 39.75,487.01046 35.36367,485.86163 32.7526,485.51268 C 29.324457,485.05454 27.661309,484.2699 26.767692,482.68912 C 25.802492,480.98171 25.563791,456.27609 25.682914,370.41456 C 25.81232,277.14144 26.055428,259.8031 27.274761,256.88483 C 28.766275,253.31514 248.5128,32.945187 253.13854,30.38027 C 254.83342,29.440479 260.6073,29.060868 273.59345,29.035435 C 293.03317,28.997363 299.17565,30.140632 306.1276,35.090857 C 310.54626,38.237225 315,44.825627 315,48.21578 C 315,49.819417 315.5625,52.114399 316.25,53.315741 C 317.20295,54.980934 317.61882,71.897132 318,124.5 L 318.5,193.5 L 388.20065,194 C 442.08151,194.38652 458.18486,194.78371 459.15065,195.75 C 459.83779,196.4375 462.34684,197 464.72632,197 C 468.52741,197 469.60492,197.55229 473.60192,201.54929 C 478.9275,206.87487 483.13207,215.32076 486.02301,226.5 C 488.05781,234.36857 488.09114,236.39749 488.05176,350 L 488.01172,465.5 L 485.69281,474.26304 C 484.41742,479.08272 482.86433,483.53567 482.2415,484.1585 C 481.61867,484.78133 478.72204,486.14387 475.80454,487.18636 C 462.06857,492.09456 470.80768,491.90835 257.91439,491.82914 C 147.39917,491.78803 56.048094,491.36024 53,490.86954 z M 478.9707,480.53531 C 480.86026,478.25852 480.00644,222.60569 478.09723,219 C 472.9998,209.37313 469.40645,205.11728 464.1122,202.43655 C 461.10231,200.91251 456.80826,199.24898 454.56984,198.73983 C 452.33143,198.23067 420.1912,197.69506 383.1471,197.54957 C 326.93456,197.3288 315.63471,197.05472 314.82996,195.89252 C 314.22115,195.01329 314.06865,170.35642 314.41626,129 C 314.99331,60.344892 314.72968,54.735249 310.6525,48.91426 C 309.74362,47.61666 309,45.80687 309,44.892504 C 309,43.042572 306.45739,41.174322 297.30533,36.299546 L 291.11065,33 L 272.80364,33 L 254.49664,33 L 143.35181,144.25 C 82.222151,205.4375 31.710408,256.48292 31.103489,257.68426 C 29.573052,260.71362 29.534615,479.13461 31.064249,480.66425 C 31.809252,481.40925 98.960532,481.77634 254.92209,481.888 C 452.66887,482.02957 477.85678,481.8775 478.9707,480.53531 z M 351,80 C 351,79.45 351.19844,79 351.44098,79 C 351.68352,79 352.16008,79.45 352.5,80 C 352.83992,80.55 352.64148,81 352.05902,81 C 351.47656,81 351,80.55 351,80 z"
558 id="path2638" />
559 <path
560 style="fill:#bab2b2"
561 d="M 53,490.86954 C 49.975,490.38256 45.25,489.1208 42.5,488.06563 C 39.75,487.01046 35.36367,485.86163 32.7526,485.51268 C 29.324457,485.05454 27.661309,484.2699 26.767692,482.68912 C 25.802492,480.98171 25.563791,456.27609 25.682914,370.41456 C 25.81232,277.14144 26.055428,259.8031 27.274761,256.88483 C 28.766275,253.31514 248.5128,32.945187 253.13854,30.38027 C 254.83342,29.440479 260.6073,29.060868 273.59345,29.035435 C 293.03317,28.997363 299.17565,30.140632 306.1276,35.090857 C 310.54626,38.237225 315,44.825627 315,48.21578 C 315,49.819417 315.5625,52.114399 316.25,53.315741 C 317.20295,54.980934 317.61882,71.897132 318,124.5 L 318.5,193.5 L 387.5,194 C 440.10287,194.38118 457.01907,194.79705 458.68426,195.75 C 459.8856,196.4375 462.70994,197 464.96057,197 C 472.96006,197 481.48033,208.93347 486.02301,226.5 C 488.05781,234.36857 488.09114,236.39749 488.05176,350 L 488.01172,465.5 L 485.69281,474.26304 C 484.41742,479.08272 482.86433,483.53567 482.2415,484.1585 C 481.61867,484.78133 478.72204,486.14387 475.80454,487.18636 C 462.06857,492.09456 470.80768,491.90835 257.91439,491.82914 C 147.39917,491.78803 56.048094,491.36024 53,490.86954 z M 478.9958,480.50506 C 479.95948,479.34389 480.14078,451.15154 479.83334,350.26156 L 479.44098,221.5 L 476.17847,215.5 C 474.3841,212.2 472.11097,208.53162 471.12708,207.34804 C 468.83304,204.5884 460.0288,199.97977 454.66333,198.72999 C 452.2659,198.17155 421.91482,197.63195 383.10703,197.4578 C 328.47442,197.21264 315.54142,196.90399 314.8023,195.82769 C 314.25982,195.03775 314.15384,168.36719 314.54062,129.97891 C 315.22447,62.107505 314.9558,56.214095 310.86634,49.381966 C 309.83985,47.667047 309,45.614174 309,44.820025 C 309,43.068706 305.52071,40.49784 297.36002,36.219192 L 291.22005,33 L 272.85834,33 L 254.49664,33 L 143.35181,144.25 C 82.222151,205.4375 31.710408,256.48292 31.103489,257.68426 C 29.406085,261.04412 29.549958,480.65711 31.25,481.32279 C 31.9375,481.59199 132.68483,481.85156 255.13295,481.89962 C 450.67588,481.97637 477.91555,481.80668 478.9958,480.50506 z M 351,80 C 351,79.45 351.19844,79 351.44098,79 C 351.68352,79 352.16008,79.45 352.5,80 C 352.83992,80.55 352.64148,81 352.05902,81 C 351.47656,81 351,80.55 351,80 z"
562 id="path2636" />
563 <path
564 style="fill:#c4adac"
565 d="M 53,490.86954 C 49.975,490.38256 45.25,489.1208 42.5,488.06563 C 39.75,487.01046 35.36367,485.86163 32.7526,485.51268 C 29.587768,485.08973 27.670979,484.25374 27.0026,483.00486 C 26.349803,481.78509 26,442.5444 26,370.53362 C 26,279.66901 26.24211,259.35631 27.356938,256.68815 C 28.772192,253.30097 248.74275,32.817682 253.13854,30.38027 C 254.83544,29.439359 260.63292,29.060899 273.73948,29.035435 C 290.99466,29.001912 292.31681,29.136855 298.23948,31.535973 C 307.46293,35.272149 315,43.168827 315,49.096158 C 315,50.215587 315.5625,52.114399 316.25,53.315741 C 317.20295,54.980934 317.61882,71.897132 318,124.5 L 318.5,193.5 L 387.5,194 C 438.54714,194.36991 457.04406,194.81225 458.59104,195.70011 C 459.74111,196.36017 462.65969,197.01691 465.07677,197.15953 C 468.71822,197.37439 470.17683,198.1242 473.58679,201.53416 C 478.67398,206.62135 483.34185,215.97931 486.04006,226.5 C 488.05223,234.34573 488.09102,236.72722 488.05176,350 L 488.01172,465.5 L 485.69281,474.26304 C 484.41742,479.08272 482.86433,483.53567 482.2415,484.1585 C 481.61867,484.78133 478.72204,486.14387 475.80454,487.18636 C 462.06857,492.09456 470.80768,491.90835 257.91439,491.82914 C 147.39917,491.78803 56.048094,491.36024 53,490.86954 z M 478.9958,480.50506 C 479.95948,479.34389 480.14078,451.15154 479.83334,350.26156 L 479.44098,221.5 L 476.17847,215.5 C 474.3841,212.2 472.11097,208.53162 471.12708,207.34804 C 468.83304,204.5884 460.0288,199.97977 454.66333,198.72999 C 452.2659,198.17155 421.91482,197.63195 383.10703,197.4578 C 328.47442,197.21264 315.54142,196.90399 314.8023,195.82769 C 314.25982,195.03775 314.15384,168.36719 314.54062,129.97891 C 315.22447,62.107505 314.9558,56.214095 310.86634,49.381966 C 309.83985,47.667047 309,45.614174 309,44.820025 C 309,43.068706 305.52071,40.49784 297.36002,36.219192 L 291.22005,33 L 272.85834,33 L 254.49664,33 L 143.35181,144.25 C 82.222151,205.4375 31.710408,256.48292 31.103489,257.68426 C 29.406085,261.04412 29.549958,480.65711 31.25,481.32279 C 31.9375,481.59199 132.68483,481.85156 255.13295,481.89962 C 450.67588,481.97637 477.91555,481.80668 478.9958,480.50506 z M 351,80 C 351,79.45 351.19844,79 351.44098,79 C 351.68352,79 352.16008,79.45 352.5,80 C 352.83992,80.55 352.64148,81 352.05902,81 C 351.47656,81 351,80.55 351,80 z"
566 id="path2634" />
567 <path
568 style="fill:#b4b4b4"
569 d="M 53,490.86671 C 49.975,490.37818 45.7,489.23747 43.5,488.33179 C 41.3,487.42612 36.80047,486.17066 33.501044,485.54189 C 28.029873,484.49924 27.446421,484.13918 26.869359,481.44933 C 25.962134,477.2205 25.995003,266.56181 26.903885,260.17079 L 27.661764,254.84158 L 139.5477,142.9523 C 201.08496,81.413201 252.64036,30.563181 254.11526,29.952259 C 255.87044,29.225238 263.30968,28.963997 275.64844,29.196087 C 293.50174,29.531905 294.79124,29.688553 300,32.154307 C 307.78201,35.838204 311.94672,40.442672 314.88298,48.608795 L 317.36081,55.5 L 317.93041,124.5 L 318.5,193.5 L 387.5,194 C 440.60295,194.3848 457.01052,194.79189 458.71589,195.76693 C 459.93463,196.46374 462.85963,197.13874 465.21589,197.26693 C 468.73105,197.45817 470.2361,198.23137 473.60106,201.57474 C 478.66741,206.60859 483.33969,215.97088 486.04006,226.5 C 488.05101,234.34097 488.0918,236.79597 488.0922,350 L 488.09261,465.5 L 485.48459,474.5 C 484.05018,479.45 482.56684,483.80532 482.18828,484.17848 C 481.80973,484.55165 479.06811,485.80993 476.09579,486.97467 C 463.00166,492.10578 471.85754,491.90874 257.91439,491.82914 C 146.90597,491.78784 56.061697,491.36117 53,490.86671 z M 478.9958,480.50506 C 479.95948,479.34389 480.14078,451.15154 479.83334,350.26156 L 479.44098,221.5 L 476.17847,215.5 C 474.3841,212.2 472.11097,208.53162 471.12708,207.34804 C 468.83304,204.5884 460.0288,199.97977 454.66333,198.72999 C 452.2659,198.17155 421.91482,197.63195 383.10703,197.4578 C 328.47442,197.21264 315.54142,196.90399 314.8023,195.82769 C 314.25982,195.03775 314.15384,168.36719 314.54062,129.97891 C 315.22447,62.107505 314.9558,56.214095 310.86634,49.381966 C 309.83985,47.667047 309,45.614174 309,44.820025 C 309,43.068706 305.52071,40.49784 297.36002,36.219192 L 291.22005,33 L 272.85834,33 L 254.49664,33 L 143.35181,144.25 C 82.222151,205.4375 31.710408,256.48292 31.103489,257.68426 C 29.406085,261.04412 29.549958,480.65711 31.25,481.32279 C 31.9375,481.59199 132.68483,481.85156 255.13295,481.89962 C 450.67588,481.97637 477.91555,481.80668 478.9958,480.50506 z M 351,80 C 351,79.45 351.19844,79 351.44098,79 C 351.68352,79 352.16008,79.45 352.5,80 C 352.83992,80.55 352.64148,81 352.05902,81 C 351.47656,81 351,80.55 351,80 z"
570 id="path2632" />
571 <path
572 style="fill:#d2a4a3"
573 d="M 49.464291,489.61357 C 46.69465,488.93671 43.874481,488.04046 43.197248,487.62191 C 42.520015,487.20335 38.71318,486.31628 34.737614,485.65064 C 27.904021,484.50647 27.474566,484.27819 26.872972,481.47019 C 25.963303,477.22422 25.992728,266.57781 26.903885,260.17079 L 27.661764,254.84158 L 139.5477,142.9523 C 201.08496,81.413201 252.64036,30.563181 254.11526,29.952259 C 255.87044,29.225238 263.30968,28.963997 275.64844,29.196087 C 293.50174,29.531905 294.79124,29.688553 300,32.154307 C 307.78201,35.838204 311.94672,40.442672 314.88298,48.608795 L 317.36081,55.5 L 317.93041,124.5 L 318.5,193.5 L 387.5,194 C 436.55194,194.35545 457.0782,194.83018 458.5,195.64209 C 459.6,196.27024 462.10352,196.99696 464.06337,197.25703 C 469.01496,197.91408 471.17352,199.25417 475.86453,204.58343 C 480.08915,209.38286 482.92477,215.75942 485.81074,226.94986 C 487.35069,232.92103 487.49634,243.84163 487.45854,350.5 L 487.41709,467.5 L 484.95854,475.99278 L 482.5,484.48556 L 474,487.4855 L 465.5,490.48543 L 260,490.66483 C 100.21169,490.80433 53.37985,490.57048 49.464291,489.61357 z M 478.9958,480.50506 C 479.95948,479.34389 480.14078,451.15154 479.83334,350.26156 L 479.44098,221.5 L 476.17847,215.5 C 474.3841,212.2 472.11097,208.53162 471.12708,207.34804 C 468.83304,204.5884 460.0288,199.97977 454.66333,198.72999 C 452.2659,198.17155 421.91482,197.63195 383.10703,197.4578 C 328.47442,197.21264 315.54142,196.90399 314.8023,195.82769 C 314.25982,195.03775 314.15384,168.36719 314.54062,129.97891 C 315.22447,62.107505 314.9558,56.214095 310.86634,49.381966 C 309.83985,47.667047 309,45.614174 309,44.820025 C 309,43.068706 305.52071,40.49784 297.36002,36.219192 L 291.22005,33 L 272.85834,33 L 254.49664,33 L 143.35181,144.25 C 82.222151,205.4375 31.710408,256.48292 31.103489,257.68426 C 29.406085,261.04412 29.549958,480.65711 31.25,481.32279 C 31.9375,481.59199 132.68483,481.85156 255.13295,481.89962 C 450.67588,481.97637 477.91555,481.80668 478.9958,480.50506 z"
574 id="path2630" />
575 <path
576 style="fill:#cda3a2"
577 d="M 49.464291,489.61357 C 46.69465,488.93671 43.874481,488.04046 43.197248,487.62191 C 42.520015,487.20335 38.71318,486.31628 34.737614,485.65064 C 27.904021,484.50647 27.474566,484.27819 26.872972,481.47019 C 25.963309,477.22425 25.992725,266.57783 26.903876,260.17086 L 27.661746,254.84172 L 135.58087,146.82712 C 194.93639,87.419093 246.15054,36.571686 249.39009,33.832885 L 255.28017,28.853247 L 274.89009,29.198196 C 293.5851,29.527052 294.7566,29.664794 300,32.150539 C 307.78741,35.842329 311.948,40.444394 314.8794,48.608795 L 317.35367,55.5 L 317.72778,124.30093 C 318.01216,176.60125 318.38946,193.202 319.30094,193.51936 C 319.96042,193.74899 351.1,194.06357 388.5,194.21843 C 437.17031,194.41996 457.06852,194.82465 458.5,195.64209 C 459.6,196.27024 462.10352,196.99696 464.06337,197.25703 C 469.01496,197.91408 471.17352,199.25417 475.86453,204.58343 C 480.08915,209.38286 482.92477,215.75942 485.81074,226.94986 C 487.35069,232.92103 487.49634,243.84163 487.45854,350.5 L 487.41709,467.5 L 484.95854,475.99278 L 482.5,484.48556 L 474,487.4855 L 465.5,490.48543 L 260,490.66483 C 100.21169,490.80433 53.37985,490.57048 49.464291,489.61357 z M 478.99533,480.50563 C 479.95964,479.34371 480.14086,451.17822 479.83334,350.26156 L 479.44098,221.5 L 476.17847,215.5 C 474.3841,212.2 472.11097,208.53162 471.12708,207.34804 C 468.83769,204.594 460.03962,199.98451 454.66333,198.72235 C 452.26205,198.15862 421.96049,197.58061 383.0675,197.35664 C 345.97963,197.14307 315.37963,196.71047 315.0675,196.39531 C 314.75538,196.08014 314.65609,166.57325 314.84687,130.82445 C 315.2105,62.688382 314.88654,56.042218 310.87706,49.381966 C 309.84468,47.667047 309,45.614174 309,44.820025 C 309,43.068706 305.52071,40.49784 297.36002,36.219192 L 291.22005,33 L 272.85834,33 L 254.49664,33 L 143.35181,144.25 C 82.222151,205.4375 31.710408,256.48292 31.103489,257.68426 C 29.884802,260.09654 29.452145,480.11881 30.663705,481.33037 C 31.028743,481.69541 131.77586,481.99274 254.54618,481.99111 C 450.57056,481.98851 477.91484,481.80753 478.99533,480.50563 z"
578 id="path2628" />
579 <path
580 style="fill:#d2a09e"
581 d="M 49.464291,489.61357 C 46.69465,488.93671 43.874481,488.04046 43.197248,487.62191 C 42.520015,487.20335 38.71318,486.31628 34.737614,485.65064 C 27.904021,484.50647 27.474566,484.27819 26.872972,481.47019 C 25.962894,477.22231 25.99294,266.57642 26.904539,260.1657 L 27.663071,254.83139 L 137.08154,145.38515 C 197.26169,85.189711 248.4432,34.411267 250.81822,32.544159 L 255.13643,29.149418 L 274.81822,29.324709 C 293.84861,29.494199 294.68203,29.587264 300,32.136692 C 308.50698,36.214929 312.25232,40.576696 315.08143,49.70031 L 317.5,57.5 L 317.79565,125.2989 C 318.02131,177.0461 318.37644,193.19713 319.29565,193.51733 C 319.95804,193.74808 351.1,194.06357 388.5,194.21843 C 437.17031,194.41996 457.06852,194.82465 458.5,195.64209 C 459.6,196.27024 462.10352,196.99696 464.06337,197.25703 C 469.01496,197.91408 471.17352,199.25417 475.86453,204.58343 C 480.08915,209.38286 482.92477,215.75942 485.81074,226.94986 C 487.35069,232.92103 487.49634,243.84163 487.45854,350.5 L 487.41709,467.5 L 484.95854,475.99278 L 482.5,484.48556 L 474,487.4855 L 465.5,490.48543 L 260,490.66483 C 100.21169,490.80433 53.37985,490.57048 49.464291,489.61357 z M 478.99533,480.50563 C 479.95986,479.34344 480.13667,451.20187 479.81363,350.26156 L 479.40155,221.5 L 477.06432,217.02236 C 472.26212,207.82237 470.08832,205.411 463.73281,202.23383 C 460.30476,200.52013 455.925,198.81109 454,198.43595 C 452.075,198.06082 420.16054,197.58231 383.07898,197.3726 C 345.99742,197.16288 315.39742,196.72957 315.07898,196.40969 C 314.76054,196.08981 314.64166,166.50427 314.81479,130.66404 C 315.1438,62.557273 314.82306,55.93678 310.87706,49.381966 C 309.84468,47.667047 309,45.614174 309,44.820025 C 309,43.566985 303.96574,39 302.5845,39 C 302.31143,39 299.79841,37.65 297,36 L 291.91199,33 L 273.20431,33 L 254.49664,33 L 143.35181,144.25 C 82.222151,205.4375 31.710408,256.48292 31.103489,257.68426 C 29.884802,260.09654 29.452145,480.11881 30.663705,481.33037 C 31.028743,481.69541 131.77586,481.99274 254.54618,481.99111 C 450.57056,481.98851 477.91484,481.80753 478.99533,480.50563 z"
582 id="path2626" />
583 <path
584 style="fill:#b0b0b0"
585 d="M 49.464291,489.61357 C 46.69465,488.93671 43.874481,488.04046 43.197248,487.62191 C 42.520015,487.20335 38.71318,486.31628 34.737614,485.65064 C 27.904021,484.50647 27.474566,484.27819 26.872972,481.47019 C 25.962894,477.22231 25.99294,266.57642 26.904539,260.1657 L 27.663071,254.83139 L 136.86344,145.6657 C 196.92364,85.624563 247.95277,34.925 250.2615,33 L 254.4592,29.5 L 274.4796,29.5 C 294.05417,29.5 294.62248,29.558716 300,32.136692 C 308.50698,36.214929 312.25232,40.576696 315.08143,49.70031 L 317.5,57.5 L 317.8016,125.30118 C 318.03097,176.86542 318.39018,193.19995 319.3016,193.50983 C 319.96072,193.73393 351.1,194.05024 388.5,194.21274 C 436.99708,194.42345 457.07362,194.83457 458.5,195.64618 C 459.6,196.27208 462.10352,196.99696 464.06337,197.25703 C 469.01496,197.91408 471.17352,199.25417 475.86453,204.58343 C 480.08915,209.38286 482.92477,215.75942 485.81074,226.94986 C 487.35069,232.92103 487.49634,243.84163 487.45854,350.5 L 487.41709,467.5 L 484.95854,475.99278 L 482.5,484.48556 L 474,487.4855 L 465.5,490.48543 L 260,490.66483 C 100.21169,490.80433 53.37985,490.57048 49.464291,489.61357 z M 478.99412,480.50709 C 479.96025,479.34297 480.13689,451.27 479.81363,350.26156 L 479.40155,221.5 L 477.06432,217.02236 C 472.26212,207.82237 470.08832,205.411 463.73281,202.23383 C 460.30476,200.52013 455.925,198.80938 454,198.43216 C 452.075,198.05495 420.15523,197.57113 383.06719,197.35701 C 345.97914,197.1429 315.38378,196.71711 315.07748,196.41082 C 314.77119,196.10453 314.65839,166.44882 314.82681,130.50925 C 315.14685,62.214844 314.84485,56.028733 310.86634,49.381966 C 309.83985,47.667047 309,45.614174 309,44.820025 C 309,43.566985 303.96574,39 302.5845,39 C 302.31143,39 299.79841,37.65 297,36 L 291.91199,33 L 273.20432,33 L 254.49665,33 L 142.49833,145.00152 L 30.5,257.00303 L 30.237043,368.24656 C 30.092417,429.4305 30.190414,480.05383 30.454815,480.74285 C 30.837982,481.74136 76.276507,481.99515 254.34903,481.99334 C 450.64487,481.99134 477.91201,481.81094 478.99412,480.50709 z"
586 id="path2624" />
587 <path
588 style="fill:#e29795"
589 d="M 52.330829,489.46595 C 48.387785,488.77955 44.6623,487.90932 44.051973,487.53212 C 43.441647,487.15492 39.472044,486.31752 35.230633,485.67123 C 27.827578,484.54319 27.49332,484.3762 26.877804,481.49809 C 25.964457,477.22734 25.989899,266.59781 26.904539,260.1657 L 27.663071,254.83139 L 136.86344,145.6657 C 196.92364,85.624563 247.95277,34.925 250.2615,33 L 254.4592,29.5 L 274.4796,29.5 C 294.05417,29.5 294.62248,29.558716 300,32.136692 C 308.50698,36.214929 312.25232,40.576696 315.08143,49.70031 L 317.5,57.5 L 317.8016,125.30118 C 318.03097,176.86542 318.39018,193.19995 319.3016,193.50983 C 319.96072,193.73393 351.1,194.05024 388.5,194.21274 C 436.99708,194.42345 457.07362,194.83457 458.5,195.64618 C 459.6,196.27208 462.19191,197.00887 464.25979,197.2835 C 469.05052,197.91973 471.94054,199.83683 476.2015,205.20505 C 481.36689,211.71272 483.16939,216.39908 485.546,229.5 C 486.75829,236.18267 486.99749,256.0253 486.99863,350.00198 C 486.99995,458.12859 486.92266,462.90986 485.0113,472.94068 C 483.91752,478.68087 482.6463,483.7537 482.18636,484.21364 C 481.72643,484.67357 475.98384,486.3522 469.42506,487.94393 L 457.5,490.83797 L 258.5,490.77596 C 104.19784,490.72788 57.889716,490.43364 52.330829,489.46595 z M 478.99412,480.50709 C 479.96025,479.34297 480.13689,451.27 479.81363,350.26156 L 479.40155,221.5 L 477.06432,217.02236 C 472.26212,207.82237 470.08832,205.411 463.73281,202.23383 C 460.30476,200.52013 455.925,198.80938 454,198.43216 C 452.075,198.05495 420.15523,197.57113 383.06719,197.35701 C 345.97914,197.1429 315.38378,196.71711 315.07748,196.41082 C 314.77119,196.10453 314.65839,166.44882 314.82681,130.50925 C 315.14685,62.214844 314.84485,56.028733 310.86634,49.381966 C 309.83985,47.667047 309,45.614174 309,44.820025 C 309,43.566985 303.96574,39 302.5845,39 C 302.31143,39 299.79841,37.65 297,36 L 291.91199,33 L 273.20432,33 L 254.49665,33 L 142.49833,145.00152 L 30.5,257.00303 L 30.237043,368.24656 C 30.092417,429.4305 30.190414,480.05383 30.454815,480.74285 C 30.837982,481.74136 76.276507,481.99515 254.34903,481.99334 C 450.64487,481.99134 477.91201,481.81094 478.99412,480.50709 z"
590 id="path2622" />
591 <path
592 style="fill:#b2acac"
593 d="M 52.330829,489.46595 C 48.387785,488.77955 44.6623,487.90932 44.051973,487.53212 C 43.441647,487.15492 39.472044,486.31752 35.230633,485.67123 C 27.827578,484.54319 27.49332,484.3762 26.877804,481.49809 C 25.964457,477.22734 25.989899,266.59781 26.904539,260.1657 L 27.663071,254.83139 L 136.86344,145.6657 C 196.92364,85.624563 247.95277,34.925 250.2615,33 L 254.4592,29.5 L 274.4796,29.5 C 294.05417,29.5 294.62248,29.558716 300,32.136692 C 308.50698,36.214929 312.25232,40.576696 315.08143,49.70031 L 317.5,57.5 L 317.8016,125.30118 C 318.03097,176.86542 318.39018,193.19995 319.3016,193.50983 C 319.96072,193.73393 351.1,194.05024 388.5,194.21274 C 436.99708,194.42345 457.07362,194.83457 458.5,195.64618 C 459.6,196.27208 462.19191,197.00887 464.25979,197.2835 C 469.05052,197.91973 471.94054,199.83683 476.2015,205.20505 C 481.36689,211.71272 483.16939,216.39908 485.546,229.5 C 486.75829,236.18267 486.99749,256.0253 486.99863,350.00198 C 486.99995,458.12859 486.92266,462.90986 485.0113,472.94068 C 483.91752,478.68087 482.6463,483.7537 482.18636,484.21364 C 481.72643,484.67357 475.98384,486.3522 469.42506,487.94393 L 457.5,490.83797 L 258.5,490.77596 C 104.19784,490.72788 57.889716,490.43364 52.330829,489.46595 z M 478.86286,481.10333 C 480.00535,480.38166 480.15916,459.32424 479.81411,350.87123 L 479.40251,221.5 L 477.0648,217.02236 C 472.26096,207.82112 470.08812,205.4109 463.73281,202.23383 C 460.30476,200.52013 455.925,198.80938 454,198.43216 C 452.075,198.05495 420.15523,197.57113 383.06719,197.35701 C 345.97914,197.1429 315.38378,196.71711 315.07748,196.41082 C 314.77119,196.10453 314.65839,166.44882 314.82681,130.50925 C 315.14685,62.214844 314.84485,56.028733 310.86634,49.381966 C 309.83985,47.667047 309,45.614174 309,44.820025 C 309,43.566985 303.96574,39 302.5845,39 C 302.31143,39 299.79841,37.65 297,36 L 291.91199,33 L 273.20432,33 L 254.49665,33 L 142.49833,145.00152 L 30.5,257.00303 L 30.237043,368.24656 C 30.092417,429.4305 30.190414,480.05383 30.454815,480.74285 C 30.838002,481.74142 76.240493,481.99242 254.21777,481.9799 C 377.26037,481.97124 478.11184,481.57772 478.86286,481.10333 z"
594 id="path2620" />
595 <path
596 style="fill:#aeaeae"
597 d="M 52.414087,489.47973 C 48.516835,488.80118 44.241835,487.65926 42.914087,486.94214 C 41.586339,486.22501 37.578102,485.38216 34.006892,485.06914 C 27.772586,484.52268 27.488332,484.38043 26.875207,481.5 C 25.963621,477.21742 25.991534,266.58631 26.904539,260.1657 L 27.663071,254.83139 L 136.86344,145.6657 C 196.92364,85.624563 247.95277,34.925 250.2615,33 L 254.4592,29.5 L 274.4796,29.5 L 294.5,29.5 L 300.23148,32.358302 C 307.96303,36.214043 312.35597,41.324492 315.11777,49.676018 C 317.3547,56.440371 317.37764,57.094193 317.74248,124.5 C 317.94492,161.9 318.42317,192.81481 318.80527,193.19958 C 319.18737,193.58434 348.48888,193.97102 383.91973,194.05886 C 419.35058,194.14671 450.62558,194.58451 453.41973,195.03175 C 466.55134,197.13366 471.96345,199.59212 476.15619,205.35979 C 481.23636,212.34824 483.49411,218.44742 485.99313,231.93366 C 486.63093,235.37561 487,278.75946 487,350.29058 C 487,446.00595 486.77582,464.22615 485.52884,469.85692 C 484.7197,473.51061 483.80034,478.18203 483.48581,480.23785 C 482.86745,484.27953 481.42168,485.46352 476,486.36821 C 474.075,486.68942 469.26098,487.81333 465.30217,488.86577 C 458.32535,490.72056 451.9848,490.7783 258.80217,490.74639 C 105.38224,490.72104 57.86872,490.42944 52.414087,489.47973 z M 478.86286,481.10333 C 480.00535,480.38166 480.15916,459.32424 479.81411,350.87123 L 479.40251,221.5 L 477.0648,217.02236 C 472.26096,207.82112 470.08812,205.4109 463.73281,202.23383 C 460.30476,200.52013 455.925,198.80938 454,198.43216 C 452.075,198.05495 420.15523,197.57113 383.06719,197.35701 C 345.97914,197.1429 315.38378,196.71711 315.07748,196.41082 C 314.77119,196.10453 314.65839,166.44882 314.82681,130.50925 C 315.14685,62.214844 314.84485,56.028733 310.86634,49.381966 C 309.83985,47.667047 309,45.614174 309,44.820025 C 309,43.566985 303.96574,39 302.5845,39 C 302.31143,39 299.79841,37.65 297,36 L 291.91199,33 L 273.20432,33 L 254.49665,33 L 142.49833,145.00152 L 30.5,257.00303 L 30.237043,368.24656 C 30.092417,429.4305 30.190414,480.05383 30.454815,480.74285 C 30.838002,481.74142 76.240493,481.99242 254.21777,481.9799 C 377.26037,481.97124 478.11184,481.57772 478.86286,481.10333 z"
598 id="path2618" />
599 <path
600 style="fill:#caa09e"
601 d="M 47.5,487.83494 C 43.65,486.74345 37.578102,485.54657 34.006892,485.17521 C 27.805308,484.53032 27.485114,484.36531 26.875207,481.5 C 25.963621,477.21742 25.991534,266.58631 26.904539,260.1657 L 27.663071,254.83139 L 136.86344,145.6657 C 196.92364,85.624563 247.95277,34.925 250.2615,33 L 254.4592,29.5 L 274.4796,29.5 L 294.5,29.5 L 300.23148,32.358302 C 307.96303,36.214043 312.35597,41.324492 315.11777,49.676018 C 317.3547,56.440371 317.37764,57.094193 317.74248,124.5 C 317.94492,161.9 318.42317,192.81481 318.80527,193.19958 C 319.18737,193.58434 348.48888,193.97102 383.91973,194.05886 C 445.31856,194.21109 453.24624,194.49497 462.5,196.87273 C 471.54886,199.19784 476.58368,203.74907 480.89898,213.50452 C 486.60645,226.40721 486.9634,234.58855 486.98267,352.94246 C 487.00045,462.15312 486.89154,465.80189 483.14563,481.48786 C 482.36121,484.77262 482.60869,484.66476 468.39557,487.91683 C 459.32376,489.99254 458.56608,489.99968 256.89557,489.90973 C 58.18651,489.82111 54.372499,489.78332 47.5,487.83494 z M 478.86286,481.10333 C 480.00535,480.38166 480.15916,459.32424 479.81411,350.87123 L 479.40251,221.5 L 477.0648,217.02236 C 472.26096,207.82112 470.08812,205.4109 463.73281,202.23383 C 460.30476,200.52013 455.925,198.80938 454,198.43216 C 452.075,198.05495 420.15523,197.57113 383.06719,197.35701 C 345.97914,197.1429 315.38378,196.71711 315.07748,196.41082 C 314.77119,196.10453 314.65839,166.44882 314.82681,130.50925 C 315.14685,62.214844 314.84485,56.028733 310.86634,49.381966 C 309.83985,47.667047 309,45.614174 309,44.820025 C 309,43.566985 303.96574,39 302.5845,39 C 302.31143,39 299.79841,37.65 297,36 L 291.91199,33 L 273.20432,33 L 254.49665,33 L 142.49833,145.00152 L 30.5,257.00303 L 30.237043,368.24656 C 30.092417,429.4305 30.190414,480.05383 30.454815,480.74285 C 30.838002,481.74142 76.240493,481.99242 254.21777,481.9799 C 377.26037,481.97124 478.11184,481.57772 478.86286,481.10333 z"
602 id="path2616" />
603 <path
604 style="fill:#d39b9a"
605 d="M 47.5,487.83494 C 43.65,486.74345 37.578102,485.54657 34.006892,485.17521 C 27.805308,484.53032 27.485114,484.36531 26.875207,481.5 C 25.962533,477.21231 25.992098,266.58261 26.906277,260.15215 L 27.666548,254.80429 L 137.46416,145.15215 C 197.85284,84.843465 248.85553,34.15 250.80346,32.5 L 254.34515,29.5 L 274.42257,29.5 L 294.5,29.5 L 300.23148,32.358302 C 307.96303,36.214043 312.35597,41.324492 315.11777,49.676018 C 317.3547,56.440371 317.37764,57.094193 317.74248,124.5 C 317.94492,161.9 318.42317,192.81432 318.80527,193.19848 C 319.18737,193.58265 348.19468,193.97005 383.26596,194.05937 C 453.86385,194.23918 459.94144,194.62541 469.82326,199.56005 C 475.47923,202.38445 481.4193,212.10766 483.85908,222.53508 C 486.57454,234.14071 486.96599,250.48345 486.98267,352.94246 C 487.00045,462.15312 486.89154,465.80189 483.14563,481.48786 C 482.36121,484.77262 482.60869,484.66476 468.39557,487.91683 C 459.32376,489.99254 458.56608,489.99968 256.89557,489.90973 C 58.18651,489.82111 54.372499,489.78332 47.5,487.83494 z M 478.86468,481.1022 C 480.00957,480.37904 480.16386,459.32457 479.82265,350.37011 L 479.41595,220.5 L 474.86701,213.09369 C 470.93329,206.68904 469.48231,205.23517 464.13834,202.34369 C 460.73949,200.50466 456.64448,199 455.03832,199 C 453.43216,199 451.86217,198.586 451.54944,198.08 C 451.21319,197.53592 423.3357,197.12798 383.32541,197.08165 C 346.11492,197.03856 315.46316,196.79649 315.21038,196.54372 C 314.95761,196.29094 314.81649,166.52403 314.89679,130.39502 C 315.04846,62.155616 314.73447,55.844315 310.86634,49.381966 C 309.83985,47.667047 309,45.629556 309,44.854207 C 309,42.887071 306.44505,40.9011 298.4583,36.660119 L 291.56545,33 L 273.03105,33 L 254.49665,33 L 142.49833,145.00152 L 30.5,257.00303 L 30.237043,368.24656 C 30.092417,429.4305 30.190414,480.05383 30.454815,480.74285 C 30.838002,481.74142 76.240493,481.99242 254.21777,481.9799 C 377.4859,481.97123 478.11128,481.57808 478.86468,481.1022 z"
606 id="path2614" />
607 <path
608 style="fill:#c1a2a1"
609 d="M 47.5,487.83494 C 43.65,486.74345 37.578102,485.54657 34.006892,485.17521 C 27.805308,484.53032 27.485114,484.36531 26.875207,481.5 C 25.960982,477.20502 25.992902,266.57734 26.908755,260.13283 L 27.671504,254.76566 L 139.58575,142.96138 C 218.84947,63.775551 252.37524,30.915377 254.5,30.328552 C 256.15,29.872848 265.825,29.5 276,29.5 C 294.34828,29.5 294.547,29.523441 300.23148,32.358302 C 307.98199,36.223498 312.36095,41.325035 315.09632,49.676018 C 317.30325,56.413716 317.33658,57.359813 317.73235,124.5 C 317.95281,161.9 318.44072,192.8075 318.81659,193.18333 C 319.19247,193.55916 348.3,193.9655 383.5,194.0863 C 454.65384,194.3305 460.03407,194.67166 469.82326,199.56005 C 475.47923,202.38445 481.4193,212.10766 483.85908,222.53508 C 486.57454,234.14071 486.96599,250.48345 486.98267,352.94246 C 487.00045,462.15312 486.89154,465.80189 483.14563,481.48786 C 482.36121,484.77262 482.60869,484.66476 468.39557,487.91683 C 459.32376,489.99254 458.56608,489.99968 256.89557,489.90973 C 58.18651,489.82111 54.372499,489.78332 47.5,487.83494 z M 477.70774,481.53722 L 480.22777,480.90473 L 479.82236,350.70236 L 479.41695,220.5 L 474.86751,213.09369 C 470.93352,206.68931 469.48208,205.23505 464.13834,202.34369 C 460.73949,200.50466 456.64448,199 455.03832,199 C 453.43216,199 451.86217,198.586 451.54944,198.08 C 451.21319,197.53592 423.3357,197.12798 383.32541,197.08165 C 346.11492,197.03856 315.46316,196.79649 315.21038,196.54372 C 314.95761,196.29094 314.81649,166.52403 314.89679,130.39502 C 315.04846,62.155616 314.73447,55.844315 310.86634,49.381966 C 309.83985,47.667047 309,45.629556 309,44.854207 C 309,42.887071 306.44505,40.9011 298.4583,36.660119 L 291.56545,33 L 273.02666,33 L 254.48787,33 L 142.23958,145.26483 L 29.991289,257.52966 L 30.245644,369.51483 L 30.5,481.5 L 195.5,482 C 386.14353,482.57771 474.13702,482.43341 477.70774,481.53722 z"
610 id="path2612" />
611 <path
612 style="fill:#cc9c9b"
613 d="M 46,487.47223 C 41.325,486.16385 35.7,485.06546 33.5,485.03136 C 25.842785,484.9127 26.5,495.54503 26.5,371.7864 C 26.5,310.57888 26.873816,259.15196 27.330703,257.50436 C 28.511443,253.24644 250.27065,31.470143 254.5,30.317561 C 256.15,29.867902 265.825,29.5 276,29.5 C 294.25171,29.5 294.57512,29.537508 300.09716,32.294705 C 308.04477,36.263005 311.76158,40.528843 314.7896,49.157427 L 317.36633,56.5 L 317.74976,124.5 C 317.96064,161.9 318.44072,192.79906 318.81659,193.16459 C 319.19247,193.53011 350.1,194.00297 387.5,194.21538 C 460.64725,194.63083 457.20485,194.39982 469.79223,199.73777 C 475.27964,202.06483 481.38438,211.95842 483.85908,222.53508 C 486.57516,234.14334 486.96599,250.48781 486.98267,353.16203 C 486.99741,443.86814 486.77564,460.99657 485.50017,467.66203 C 484.67527,471.97291 484.00027,476.67681 484.00017,478.11514 C 483.99993,481.85428 480.42767,485.99496 477.17742,486.02354 C 475.70484,486.03648 471.15543,486.93648 467.06763,488.02354 C 459.77666,489.9624 455.78132,489.99858 257.06763,489.92556 L 54.5,489.85111 L 46,487.47223 z M 477.70774,481.53722 L 480.22777,480.90473 L 479.82236,350.70236 L 479.41695,220.5 L 474.86751,213.09369 C 470.93352,206.68931 469.48208,205.23505 464.13834,202.34369 C 460.73949,200.50466 456.64448,199 455.03832,199 C 453.43216,199 451.86217,198.586 451.54944,198.08 C 451.21319,197.53592 423.3357,197.12798 383.32541,197.08165 C 346.11492,197.03856 315.46316,196.79649 315.21038,196.54372 C 314.95761,196.29094 314.81649,166.52403 314.89679,130.39502 C 315.04846,62.155616 314.73447,55.844315 310.86634,49.381966 C 309.83985,47.667047 309,45.629556 309,44.854207 C 309,42.887071 306.44505,40.9011 298.4583,36.660119 L 291.56545,33 L 273.02666,33 L 254.48787,33 L 142.23958,145.26483 L 29.991289,257.52966 L 30.245644,369.51483 L 30.5,481.5 L 195.5,482 C 386.14353,482.57771 474.13702,482.43341 477.70774,481.53722 z"
614 id="path2610" />
615 <path
616 style="fill:#bba3a2"
617 d="M 46,487.47223 C 41.325,486.16385 35.7,485.06546 33.5,485.03136 C 25.842785,484.9127 26.5,495.54503 26.5,371.7864 C 26.5,310.57888 26.864046,259.15 27.308992,257.5 C 28.401671,253.44799 250.57664,31.431659 254.68631,30.285038 C 256.23384,29.853267 265.825,29.5 276,29.5 C 294.25171,29.5 294.57512,29.537508 300.09716,32.294705 C 308.06342,36.272317 311.76509,40.527407 314.76672,49.157427 L 317.32055,56.5 L 317.7536,124.8172 C 318.0737,175.31488 318.48835,193.23236 319.34332,193.51 C 319.9795,193.71658 350.65,194.05368 387.5,194.25911 C 459.07061,194.65811 457.9765,194.58568 469.79223,199.70696 C 475.29721,202.09298 481.38929,211.9794 483.85908,222.53508 C 486.57516,234.14334 486.96599,250.48781 486.98267,353.16203 C 486.99741,443.86814 486.77564,460.99657 485.50017,467.66203 C 484.67527,471.97291 484.00027,476.67681 484.00017,478.11514 C 483.99993,481.85428 480.42767,485.99496 477.17742,486.02354 C 475.70484,486.03648 471.15543,486.93648 467.06763,488.02354 C 459.77666,489.9624 455.78132,489.99858 257.06763,489.92556 L 54.5,489.85111 L 46,487.47223 z M 477.70574,481.53772 L 480.22777,480.90473 L 479.85321,350.67028 L 479.47865,220.43583 L 474.82408,212.96792 C 470.78506,206.4876 469.35581,205.0702 464.01655,202.25 C 460.63243,200.4625 456.57084,199 454.99081,199 C 453.41079,199 451.82185,198.52077 451.45985,197.93504 C 451.09785,197.34931 449.60879,196.94699 448.15083,197.041 C 446.69287,197.13501 416.1375,197.16424 380.25,197.10596 L 315,197 L 314.96487,130.25 C 314.92834,60.832274 314.59487,54.542787 310.6525,48.91426 C 309.74362,47.61666 309,45.855124 309,44.999735 C 309,42.929602 306.8314,41.185167 298.71558,36.726895 L 291.93115,33 L 273.20951,33 L 254.48787,33 L 142.23958,145.26483 L 29.991289,257.52966 L 30.245644,369.51483 L 30.5,481.5 L 161.5,482 C 321.96857,482.61248 474.31095,482.38976 477.70574,481.53772 z"
618 id="path2608" />
619 <path
620 style="fill:#eb8b89"
621 d="M 46,487.47711 C 41.325,486.16604 35.7,485.06546 33.5,485.03136 C 25.84279,484.9127 26.5,495.54495 26.5,371.78636 C 26.5,310.57886 26.864046,259.15 27.308992,257.5 C 28.401671,253.44799 250.57664,31.431659 254.68631,30.285038 C 256.23384,29.853267 265.6,29.50434 275.5,29.509645 L 293.5,29.51929 L 300,32.62397 C 308.33224,36.603808 311.13941,39.756104 314.5831,49 L 317.37712,56.5 L 317.78188,124.8172 C 318.08121,175.33802 318.48796,193.23179 319.34332,193.50828 C 319.9795,193.71392 350.875,194.07892 388,194.3194 L 455.5,194.75663 L 463.5,197.41888 C 472.55591,200.43251 476.1993,203.66984 480.26902,212.31894 C 486.67454,225.93216 486.96669,232.10105 486.9553,353.5 L 486.94526,460.5 L 484.67174,471.92311 C 483.25854,479.02363 481.84986,483.62522 480.94911,484.0835 C 480.1521,484.48899 475.9,485.87359 471.5,487.16038 L 463.5,489.5 L 259,489.68043 L 54.5,489.86086 L 46,487.47711 z M 477.70574,481.53772 L 480.22777,480.90473 L 479.85321,350.67028 L 479.47865,220.43583 L 474.82408,212.96792 C 470.78506,206.4876 469.35581,205.0702 464.01655,202.25 C 460.63243,200.4625 456.57084,199 454.99081,199 C 453.41079,199 451.82185,198.52077 451.45985,197.93504 C 451.09785,197.34931 449.60879,196.94699 448.15083,197.041 C 446.69287,197.13501 416.1375,197.16424 380.25,197.10596 L 315,197 L 314.96487,130.25 C 314.92834,60.832274 314.59487,54.542787 310.6525,48.91426 C 309.74362,47.61666 309,45.855124 309,44.999735 C 309,42.929602 306.8314,41.185167 298.71558,36.726895 L 291.93115,33 L 273.20951,33 L 254.48787,33 L 142.23958,145.26483 L 29.991289,257.52966 L 30.245644,369.51483 L 30.5,481.5 L 161.5,482 C 321.96857,482.61248 474.31095,482.38976 477.70574,481.53772 z"
622 id="path2606" />
623 <path
624 style="fill:#aaaaaa"
625 d="M 46,487.47711 C 41.325,486.16604 35.7,485.06546 33.5,485.03136 C 25.84279,484.9127 26.5,495.54495 26.5,371.78636 C 26.5,310.57886 26.864046,259.15 27.308992,257.5 C 28.401671,253.44799 250.57664,31.431659 254.68631,30.285038 C 256.23384,29.853267 265.6,29.50434 275.5,29.509645 L 293.5,29.51929 L 300,32.62397 C 308.33224,36.603808 311.13941,39.756104 314.5831,49 L 317.37712,56.5 L 317.78188,124.8172 C 318.08121,175.33802 318.48796,193.23179 319.34332,193.50828 C 319.9795,193.71392 350.875,194.07892 388,194.3194 L 455.5,194.75663 L 463.5,197.41888 C 472.55591,200.43251 476.1993,203.66984 480.26902,212.31894 C 486.67454,225.93216 486.96669,232.10105 486.9553,353.5 L 486.94526,460.5 L 484.67174,471.92311 C 483.25854,479.02363 481.84986,483.62522 480.94911,484.0835 C 480.1521,484.48899 475.9,485.87359 471.5,487.16038 L 463.5,489.5 L 259,489.68043 L 54.5,489.86086 L 46,487.47711 z M 477.70574,481.53772 L 480.22777,480.90473 L 479.85321,350.67028 L 479.47865,220.43583 L 474.82408,212.96792 C 470.78506,206.4876 469.35581,205.0702 464.01655,202.25 C 460.63243,200.4625 456.57084,199 454.99081,199 C 453.41079,199 451.82185,198.52077 451.45985,197.93504 C 451.09785,197.34931 449.60879,196.94699 448.15083,197.041 C 446.69287,197.13501 416.1375,197.16424 380.25,197.10596 L 315,197 L 314.96487,130.25 C 314.92834,60.832274 314.59487,54.542787 310.6525,48.91426 C 309.74362,47.61666 309,45.855124 309,44.999735 C 309,42.929602 306.8314,41.185167 298.71558,36.726895 L 291.93115,33 L 272.71558,32.999944 L 253.5,32.999889 L 221.084,65.749944 C 203.2552,83.762475 152.96574,134.28632 109.32964,178.02515 L 29.991291,257.5503 L 30.245646,369.52515 L 30.5,481.5 L 161.5,482 C 321.96857,482.61248 474.31095,482.38976 477.70574,481.53772 z"
626 id="path2604" />
627 <path
628 style="fill:#db908e"
629 d="M 56.5,489.17798 C 54.85,488.99298 49.770074,487.97726 45.211275,486.92081 C 40.652476,485.86437 35.252476,484.99311 33.211275,484.98469 C 25.8945,484.9545 26.5,495.16741 26.5,371.78636 C 26.5,310.57886 26.864046,259.15 27.308992,257.5 C 28.401671,253.44799 250.57664,31.431659 254.68631,30.285038 C 256.23384,29.853267 265.6,29.50434 275.5,29.509645 L 293.5,29.51929 L 300,32.62397 C 308.33224,36.603808 311.13941,39.756104 314.5831,49 L 317.37712,56.5 L 317.78188,124.8172 C 318.08121,175.33802 318.48796,193.23179 319.34332,193.50828 C 319.9795,193.71392 350.875,194.07892 388,194.3194 L 455.5,194.75663 L 463.5,197.41888 C 472.59816,200.44657 476.1798,203.65018 480.3768,212.51439 C 485.52234,223.38193 485.5,222.78465 485.5,349.5 C 485.5,448.64192 485.267,468.74657 484.04208,475.30012 C 483.24022,479.59018 482.11522,483.45051 481.54208,483.87862 C 480.96893,484.30673 476,485.72039 470.5,487.02008 L 460.5,489.38316 L 260,489.44875 C 149.725,489.48482 58.15,489.36297 56.5,489.17798 z M 477.70574,481.53772 L 480.22777,480.90473 L 479.85321,350.67028 L 479.47865,220.43583 L 474.82408,212.96792 C 470.78506,206.4876 469.35581,205.0702 464.01655,202.25 C 460.63243,200.4625 456.57084,199 454.99081,199 C 453.41079,199 451.82185,198.52077 451.45985,197.93504 C 451.09785,197.34931 449.60879,196.94699 448.15083,197.041 C 446.69287,197.13501 416.1375,197.16424 380.25,197.10596 L 315,197 L 314.96487,130.25 C 314.92834,60.832274 314.59487,54.542787 310.6525,48.91426 C 309.74362,47.61666 309,45.855124 309,44.999735 C 309,42.929602 306.8314,41.185167 298.71558,36.726895 L 291.93115,33 L 272.71558,32.999944 L 253.5,32.999889 L 221.084,65.749944 C 203.2552,83.762475 152.96574,134.28632 109.32964,178.02515 L 29.991291,257.5503 L 30.245646,369.52515 L 30.5,481.5 L 161.5,482 C 321.96857,482.61248 474.31095,482.38976 477.70574,481.53772 z"
630 id="path2602" />
631 <path
632 style="fill:#cb9896"
633 d="M 56.5,489.17798 C 54.85,488.99298 49.770074,487.97726 45.211275,486.92081 C 40.652476,485.86437 35.252476,484.99311 33.211275,484.98469 C 25.8945,484.9545 26.5,495.16741 26.5,371.78636 C 26.5,310.57886 26.864046,259.15 27.308992,257.5 C 28.401671,253.44799 250.57664,31.431659 254.68631,30.285038 C 256.23384,29.853267 265.6,29.50434 275.5,29.509645 L 293.5,29.51929 L 300,32.62397 C 308.3453,36.610048 311.15186,39.768872 314.54977,49 L 317.31047,56.5 L 317.71303,124.5 C 317.93444,161.9 318.42708,192.7942 318.8078,193.15377 C 319.18851,193.51335 350.1,194.0207 387.5,194.28122 L 455.5,194.75489 L 463.5,197.41801 C 472.59808,200.44667 476.18008,203.65079 480.3768,212.51439 C 485.52234,223.38193 485.5,222.78465 485.5,349.5 C 485.5,448.64192 485.267,468.74657 484.04208,475.30012 C 483.24022,479.59018 482.11522,483.45051 481.54208,483.87862 C 480.96893,484.30673 476,485.72039 470.5,487.02008 L 460.5,489.38316 L 260,489.44875 C 149.725,489.48482 58.15,489.36297 56.5,489.17798 z M 479.08008,481.31992 C 480.15288,480.24712 480.50722,296.36656 479.52102,252.5 L 478.77912,219.5 L 474.47431,212.5 C 470.77819,206.48977 469.29951,205.04046 464.01655,202.25 C 460.63243,200.4625 456.57084,199 454.99081,199 C 453.41079,199 451.82185,198.52077 451.45985,197.93504 C 451.09785,197.34931 449.60879,196.94699 448.15083,197.041 C 446.69287,197.13501 416.1375,197.16424 380.25,197.10596 L 315,197 L 314.96487,130.25 C 314.92834,60.832274 314.59487,54.542787 310.6525,48.91426 C 309.74362,47.61666 309,45.855124 309,44.999735 C 309,42.931756 306.83145,41.185192 298.7558,36.749004 L 292.0116,33.044218 L 273.54156,32.928548 C 256.55447,32.822165 254.84786,32.97362 252.28576,34.814919 C 250.75359,35.916042 235.82222,50.695644 219.10493,67.65848 C 202.38764,84.621316 152.99818,134.28632 109.35057,178.02515 L 29.991291,257.5503 L 30.245646,369.52515 L 30.5,481.5 L 161.5,482 C 335.76732,482.66514 478.03953,482.36047 479.08008,481.31992 z"
634 id="path2600" />
635 <path
636 style="fill:#d49391"
637 d="M 56.5,489.17798 C 54.85,488.99298 49.770074,487.97726 45.211275,486.92081 C 40.652476,485.86437 35.252476,484.99311 33.211275,484.98469 C 25.8945,484.9545 26.5,495.16741 26.5,371.78636 C 26.5,310.57886 26.855869,259.15 27.290819,257.5 C 28.300117,253.67119 250.97748,31.335757 254.91193,30.22841 C 256.33537,29.827785 265.6,29.501251 275.5,29.502779 L 293.5,29.505558 L 300,32.617104 C 308.35026,36.614371 311.15515,39.773984 314.54362,49 L 317.29816,56.5 L 317.71005,124.5 C 317.93658,161.9 318.432,192.79297 318.81097,193.15105 C 319.18993,193.50913 350.1,194.01907 387.5,194.28424 L 455.5,194.76638 L 463.5,197.42375 C 472.5986,200.44605 476.17819,203.6468 480.3768,212.51439 C 485.52234,223.38193 485.5,222.78465 485.5,349.5 C 485.5,448.64192 485.267,468.74657 484.04208,475.30012 C 483.24022,479.59018 482.11522,483.45051 481.54208,483.87862 C 480.96893,484.30673 476,485.72039 470.5,487.02008 L 460.5,489.38316 L 260,489.44875 C 149.725,489.48482 58.15,489.36297 56.5,489.17798 z M 479.09561,481.30439 C 480.15686,480.24314 480.49938,296.0182 479.52102,252.5 L 478.77912,219.5 L 474.47431,212.5 C 470.77819,206.48977 469.29951,205.04046 464.01655,202.25 C 460.63243,200.4625 456.57084,199 454.99081,199 C 453.41079,199 451.84719,198.56176 451.51615,198.02613 C 451.13572,197.41058 426.23569,197.03818 383.84201,197.014 C 346.95227,196.99295 316.37156,196.72964 315.88488,196.42885 C 315.38671,196.12096 314.98465,166.95548 314.96487,129.69098 C 314.92834,60.860656 314.59074,54.536884 310.6525,48.91426 C 309.74362,47.61666 309,45.855124 309,44.999735 C 309,42.931756 306.83145,41.185192 298.7558,36.749004 L 292.0116,33.044218 L 273.54156,32.928548 C 256.55447,32.822165 254.84786,32.97362 252.28576,34.814919 C 250.75359,35.916042 235.82222,50.695644 219.10493,67.65848 C 202.38764,84.621316 152.99818,134.28632 109.35057,178.02515 L 29.991291,257.5503 L 30.245646,369.52515 L 30.5,481.5 L 137.5,482 C 285.76557,482.69283 478.09883,482.30117 479.09561,481.30439 z"
638 id="path2598" />
639 <path
640 style="fill:#a8a8a8"
641 d="M 56.5,489.17798 C 54.85,488.99298 49.770074,487.97726 45.211275,486.92081 C 40.652476,485.86437 35.252476,484.99311 33.211275,484.98469 C 25.8945,484.9545 26.5,495.16741 26.5,371.78636 C 26.5,310.57886 26.855869,259.15 27.290819,257.5 C 28.300117,253.67119 250.97748,31.335757 254.91193,30.22841 C 256.33537,29.827785 265.6,29.501251 275.5,29.502779 L 293.5,29.505558 L 300,32.617104 C 308.35643,36.617324 311.16096,39.779961 314.52785,49 L 317.26664,56.5 L 317.71038,124.99373 C 317.95444,162.66528 318.28171,193.61505 318.43765,193.77099 C 318.59359,193.92693 349.49641,194.22652 387.11059,194.43675 L 455.5,194.81899 L 463.5,197.45006 C 472.60096,200.44322 476.16956,203.62857 480.3768,212.51439 C 485.52234,223.38193 485.5,222.78465 485.5,349.5 C 485.5,448.64192 485.267,468.74657 484.04208,475.30012 C 483.24022,479.59018 482.11522,483.45051 481.54208,483.87862 C 480.96893,484.30673 476,485.72039 470.5,487.02008 L 460.5,489.38316 L 260,489.44875 C 149.725,489.48482 58.15,489.36297 56.5,489.17798 z M 478.9821,481.4179 C 480.14671,480.25329 480.57275,299.28138 479.52102,252.5 L 478.77912,219.5 L 474.47431,212.5 C 470.77819,206.48977 469.29951,205.04046 464.01655,202.25 C 460.63243,200.4625 456.57084,199 454.99081,199 C 453.41079,199 451.84719,198.56176 451.51615,198.02613 C 451.13572,197.41058 426.23569,197.03818 383.84201,197.014 C 346.95227,196.99295 316.37156,196.72964 315.88488,196.42885 C 315.38671,196.12096 314.98465,166.95548 314.96487,129.69098 C 314.92834,60.860656 314.59074,54.536884 310.6525,48.91426 C 309.74362,47.61666 309,45.855124 309,44.999735 C 309,42.931756 306.83145,41.185192 298.7558,36.749004 L 292.0116,33.044218 L 273.54156,32.928548 C 256.55447,32.822165 254.84786,32.97362 252.28576,34.814919 C 250.75359,35.916042 235.82222,50.695644 219.10493,67.65848 C 202.38764,84.621316 152.99818,134.28632 109.35057,178.02515 L 29.991291,257.5503 L 30.245646,369.52515 L 30.5,481.5 L 137.5,482 C 304.60911,482.78088 477.91454,482.48546 478.9821,481.4179 z"
642 id="path2596" />
643 <path
644 style="fill:#c29b9a"
645 d="M 52,488.00332 C 44.491847,486.30867 36.224279,484.99931 32.939805,484.98469 C 25.941138,484.95353 26.5,494.77716 26.5,371.78636 C 26.5,310.57886 26.855869,259.15 27.290819,257.5 C 28.300117,253.67119 250.97748,31.335757 254.91193,30.22841 C 256.33537,29.827785 265.6,29.501251 275.5,29.502779 L 293.5,29.505558 L 300,32.617104 C 308.35643,36.617324 311.16096,39.779961 314.52785,49 L 317.26664,56.5 L 317.71038,124.99373 C 317.95444,162.66528 318.28171,193.61505 318.43765,193.77099 C 318.59359,193.92693 349.49641,194.22652 387.11059,194.43675 L 455.5,194.81899 L 463.5,197.45006 C 472.63095,200.45308 476.1679,203.62506 480.43521,212.63774 C 485.43525,223.19799 485.5,224.96059 485.5,350.5 C 485.5,447.00959 485.25289,468.81349 484.08901,475 C 483.31296,479.125 482.30616,482.98924 481.85167,483.58721 C 481.39718,484.18517 477.75712,485.25014 473.76266,485.95379 C 469.7682,486.65745 464.925,487.6282 463,488.11101 C 458.64753,489.20266 56.847244,489.09738 52,488.00332 z M 478.9821,481.4179 C 480.14671,480.25329 480.57275,299.28138 479.52102,252.5 L 478.77912,219.5 L 474.47431,212.5 C 470.77819,206.48977 469.29951,205.04046 464.01655,202.25 C 460.63243,200.4625 456.57084,199 454.99081,199 C 453.41079,199 451.84719,198.56176 451.51615,198.02613 C 451.13572,197.41058 426.23569,197.03818 383.84201,197.014 C 346.95227,196.99295 316.37156,196.72964 315.88488,196.42885 C 315.38671,196.12096 314.98465,166.95548 314.96487,129.69098 C 314.92834,60.860656 314.59074,54.536884 310.6525,48.91426 C 309.74362,47.61666 309,45.855124 309,44.999735 C 309,42.931756 306.83145,41.185192 298.7558,36.749004 L 292.0116,33.044218 L 273.54156,32.928548 C 256.55447,32.822165 254.84786,32.97362 252.28576,34.814919 C 250.75359,35.916042 235.82222,50.695644 219.10493,67.65848 C 202.38764,84.621316 152.99818,134.28632 109.35057,178.02515 L 29.991291,257.5503 L 30.245646,369.52515 L 30.5,481.5 L 137.5,482 C 304.60911,482.78088 477.91454,482.48546 478.9821,481.4179 z"
646 id="path2594" />
647 <path
648 style="fill:#c59896"
649 d="M 52,488.00332 C 44.338667,486.2741 36.198641,485 32.812249,485 C 30.713542,485 28.679865,484.31908 27.872445,483.34604 C 26.727428,481.96616 26.5,463.3652 26.5,371.09604 C 26.5,310.26822 26.867705,259.17631 27.317121,257.55848 C 28.366645,253.78034 251.12601,31.295552 254.93306,30.223106 C 256.34488,29.825398 265.6,29.501251 275.5,29.502779 L 293.5,29.505558 L 300,32.617104 C 308.35643,36.617324 311.16096,39.779961 314.52785,49 L 317.26664,56.5 L 317.71038,124.99373 C 317.95444,162.66528 318.28171,193.61505 318.43765,193.77099 C 318.59359,193.92693 349.49641,194.20844 387.11059,194.39657 C 445.09722,194.68659 456.10844,194.96844 459.5,196.24947 C 461.7,197.08044 465.44905,198.34834 467.83123,199.06703 C 475.47565,201.37331 482.074,212.11143 484.26963,225.8188 C 486.19062,237.81158 486.02615,464.70328 484.08901,475 C 483.31296,479.125 482.30616,482.98924 481.85167,483.58721 C 481.39718,484.18517 477.75712,485.25014 473.76266,485.95379 C 469.7682,486.65745 464.925,487.6282 463,488.11101 C 458.64753,489.20266 56.847244,489.09738 52,488.00332 z M 478.9821,481.4179 C 480.14671,480.25329 480.57275,299.28138 479.52102,252.5 L 478.77912,219.5 L 474.47431,212.5 C 470.77819,206.48977 469.29951,205.04046 464.01655,202.25 C 460.63243,200.4625 456.57084,199 454.99081,199 C 453.41079,199 451.84719,198.56176 451.51615,198.02613 C 451.13572,197.41058 426.23569,197.03818 383.84201,197.014 C 346.95227,196.99295 316.37156,196.72964 315.88488,196.42885 C 315.38611,196.1206 315,166.96371 315,129.60776 C 315,60.907878 314.66215,54.342889 310.84373,48.84563 C 309.82968,47.385726 309,45.54297 309,44.750617 C 309,42.675547 306.42197,40.646832 298.64898,36.605162 L 291.79796,33.04288 L 273.43475,32.927879 C 256.55504,32.822169 254.84648,32.974617 252.28576,34.814919 C 250.75359,35.916042 235.82222,50.695644 219.10493,67.65848 C 202.38764,84.621316 152.99818,134.28632 109.35057,178.02515 L 29.991291,257.5503 L 30.245646,369.52515 L 30.5,481.5 L 137.5,482 C 304.60911,482.78088 477.91454,482.48546 478.9821,481.4179 z"
650 id="path2592" />
651 <path
652 style="fill:#aba4a4"
653 d="M 52,488.00332 C 44.338667,486.2741 36.198641,485 32.812249,485 C 30.713542,485 28.679865,484.31908 27.872445,483.34604 C 26.727428,481.96616 26.5,463.3652 26.5,371.09604 C 26.5,310.26822 26.860145,259.20643 27.300323,257.62541 C 28.32861,253.93201 251.33873,31.271154 255,30.282338 C 256.375,29.910985 265.6,29.583042 275.5,29.553575 L 293.5,29.5 L 300,32.614325 C 308.56236,36.716782 311.28545,39.882758 314.52356,49.5 L 317.21715,57.5 L 317.6829,125.49099 C 317.93906,162.88603 318.27746,193.6108 318.43491,193.76825 C 318.59236,193.92569 349.49641,194.20844 387.11059,194.39657 C 445.09722,194.68659 456.10844,194.96844 459.5,196.24947 C 461.7,197.08044 465.44905,198.34834 467.83123,199.06703 C 475.47565,201.37331 482.074,212.11143 484.26963,225.8188 C 486.19062,237.81158 486.02615,464.70328 484.08901,475 C 483.31296,479.125 482.30616,482.98924 481.85167,483.58721 C 481.39718,484.18517 477.75712,485.25014 473.76266,485.95379 C 469.7682,486.65745 464.925,487.6282 463,488.11101 C 458.64753,489.20266 56.847244,489.09738 52,488.00332 z M 479.01092,481.38908 C 480.16498,480.23502 480.5412,297.59152 479.4827,252.35319 L 478.70713,219.20638 L 474.60356,212.46713 C 471.10084,206.71464 469.58185,205.23534 464.2293,202.36394 C 460.78042,200.51377 456.70792,199 455.1793,199 C 453.65069,199 451.93612,198.53612 451.36915,197.96915 C 450.68616,197.28616 427.58814,196.86435 382.91915,196.71915 L 315.5,196.5 L 314.92261,127 C 314.60505,88.775 313.97857,56.15 313.53043,54.5 C 313.0823,52.85 311.87962,50.305533 310.85782,48.84563 C 309.83602,47.385726 309,45.54297 309,44.750617 C 309,42.675547 306.42197,40.646832 298.64898,36.605162 L 291.79796,33.04288 L 273.43475,32.927879 C 256.55504,32.822169 254.84648,32.974617 252.28576,34.814919 C 250.75359,35.916042 235.82222,50.695644 219.10493,67.65848 C 202.38764,84.621316 152.99818,134.28632 109.35057,178.02515 L 29.991291,257.5503 L 30.245646,369.52515 L 30.5,481.5 L 38.5,482 C 53.290127,482.92438 478.06472,482.33528 479.01092,481.38908 z"
654 id="path2590" />
655 <path
656 style="fill:#d4908e"
657 d="M 47,486.91638 C 42.325,485.91509 36.4176,485.07428 33.872445,485.04792 C 30.833707,485.01645 28.773676,484.43213 27.872445,483.34604 C 26.727428,481.96616 26.5,463.3652 26.5,371.09604 C 26.5,310.26822 26.860145,259.20643 27.300323,257.62541 C 28.32861,253.93201 251.33873,31.271154 255,30.282338 C 256.375,29.910985 265.6,29.58311 275.5,29.553728 C 293.17618,29.501267 293.60776,29.550695 299.48991,32.301224 C 308.99002,36.743533 311.22362,39.452495 315.12176,51.259953 C 317.09921,57.24963 317.20126,60.228011 317.66525,125.49099 C 317.93112,162.88603 318.27746,193.6108 318.43491,193.76825 C 318.59236,193.92569 349.49641,194.20844 387.11059,194.39657 C 445.83541,194.69028 456.06527,194.95702 459.5,196.28408 C 461.7,197.13409 464.85,198.1233 466.5,198.48234 C 471.0381,199.46981 479.12621,208.54441 481.29789,215.0851 C 485.17175,226.75239 485.25946,229.30177 485.69859,343 C 486.08221,442.32719 485.94819,456.02842 484.47098,468.5 C 483.55894,476.2 482.38222,483.02339 481.85605,483.66308 C 481.32988,484.30278 478.55952,485.12801 475.69969,485.49694 C 472.83986,485.86587 467.96004,486.80499 464.85566,487.58386 C 460.07111,488.78428 428.46287,488.97996 257.35566,488.86846 C 66.197583,488.74389 55.049532,488.64044 47,486.91638 z M 479.01092,481.38908 C 480.16498,480.23502 480.5412,297.59152 479.4827,252.35319 L 478.70713,219.20638 L 474.60356,212.46713 C 471.10084,206.71464 469.58185,205.23534 464.2293,202.36394 C 460.78042,200.51377 456.70792,199 455.1793,199 C 453.65069,199 451.93612,198.53612 451.36915,197.96915 C 450.68616,197.28616 427.58814,196.86435 382.91915,196.71915 L 315.5,196.5 L 314.92261,127 C 314.60505,88.775 313.97857,56.15 313.53043,54.5 C 313.0823,52.85 311.87962,50.305533 310.85782,48.84563 C 309.83602,47.385726 309,45.54297 309,44.750617 C 309,42.675547 306.42197,40.646832 298.64898,36.605162 L 291.79796,33.04288 L 273.43475,32.927879 C 256.55504,32.822169 254.84648,32.974617 252.28576,34.814919 C 250.75359,35.916042 235.82222,50.695644 219.10493,67.65848 C 202.38764,84.621316 152.99818,134.28632 109.35057,178.02515 L 29.991291,257.5503 L 30.245646,369.52515 L 30.5,481.5 L 38.5,482 C 53.290127,482.92438 478.06472,482.33528 479.01092,481.38908 z"
658 id="path2588" />
659 <path
660 style="fill:#cb9493"
661 d="M 47,486.91638 C 42.325,485.91509 36.4176,485.07428 33.872445,485.04792 C 30.833707,485.01645 28.773676,484.43213 27.872445,483.34604 C 26.727428,481.96616 26.5,463.3652 26.5,371.09604 C 26.5,310.26822 26.860145,259.20643 27.300323,257.62541 C 28.32861,253.93201 251.33873,31.271154 255,30.282338 C 256.375,29.910985 265.6,29.58311 275.5,29.553728 C 293.17618,29.501267 293.60776,29.550695 299.48991,32.301224 C 309.00993,36.752841 311.28314,39.517483 315.07859,51.259953 C 316.99598,57.192023 317.12216,60.85613 317.63514,125.5 C 317.93193,162.9 318.35807,193.68514 318.58213,193.91142 C 318.80619,194.1377 349.59239,194.4302 386.99592,194.56141 C 459.36252,194.81527 456.97353,194.66926 468.64475,199.55171 C 472.71646,201.25504 478.88701,208.67395 481.11601,214.54601 C 485.23679,225.4018 485.34227,228.3427 485.74128,343.5 C 486.08303,442.12948 485.94127,456.06025 484.46931,468.5 C 483.55819,476.2 482.38222,483.02339 481.85605,483.66308 C 481.32988,484.30278 478.55952,485.12801 475.69969,485.49694 C 472.83986,485.86587 467.96004,486.80499 464.85566,487.58386 C 460.07111,488.78428 428.46287,488.97996 257.35566,488.86846 C 66.197583,488.74389 55.049532,488.64044 47,486.91638 z M 479.08006,481.31994 C 480.24645,480.15355 480.32848,276.54398 479.17728,240 L 478.5,218.5 L 474.5,212.11642 C 471.17649,206.81244 469.43949,205.1635 464.2293,202.36642 C 460.78042,200.51489 456.70792,199 455.1793,199 C 453.65069,199 451.93612,198.53612 451.36915,197.96915 C 450.68616,197.28616 427.58814,196.86435 382.91915,196.71915 L 315.5,196.5 L 314.92261,127 C 314.60505,88.775 313.97857,56.15 313.53043,54.5 C 313.0823,52.85 311.87962,50.305533 310.85782,48.84563 C 309.83602,47.385726 309,45.54297 309,44.750617 C 309,42.675547 306.42197,40.646832 298.64898,36.605162 L 291.79796,33.04288 L 273.43475,32.927879 C 256.55504,32.822169 254.84648,32.974617 252.28576,34.814919 C 250.75359,35.916042 235.82222,50.695644 219.10493,67.65848 C 202.38764,84.621316 152.99818,134.28632 109.35057,178.02515 L 29.991291,257.5503 L 30.245646,369.52515 L 30.5,481.5 L 38.5,482 C 55.001672,483.03135 478.0216,482.3784 479.08006,481.31994 z"
662 id="path2586" />
663 <path
664 style="fill:#bd9b9a"
665 d="M 47,486.91638 C 42.325,485.91509 36.4176,485.07428 33.872445,485.04792 C 30.833546,485.01645 28.773724,484.43215 27.872445,483.34594 C 26.727258,481.96576 26.5,463.20578 26.5,370.05164 C 26.5,261.56427 26.554347,258.32793 28.424383,255.4557 C 30.540463,252.20557 251.17708,32.065587 253.81239,30.575026 C 254.71183,30.06629 264.0095,29.61629 274.47387,29.575026 C 293.29452,29.50081 293.56469,29.530251 299.48991,32.301071 C 309.02058,36.757914 311.31407,39.551328 315.05578,51.259953 C 316.94114,57.159677 317.08122,61.208616 317.62417,125.5 C 317.94001,162.9 318.37226,193.68098 318.58472,193.90217 C 318.79718,194.12337 349.60934,194.42711 387.05619,194.57716 C 459.36185,194.86688 457.11906,194.73014 468.64475,199.55171 C 472.71646,201.25504 478.88701,208.67395 481.11601,214.54601 C 485.23679,225.4018 485.34227,228.3427 485.74128,343.5 C 486.08303,442.12948 485.94127,456.06025 484.46931,468.5 C 483.55819,476.2 482.38222,483.02339 481.85605,483.66308 C 481.32988,484.30278 478.55952,485.12801 475.69969,485.49694 C 472.83986,485.86587 467.96004,486.80499 464.85566,487.58386 C 460.07111,488.78428 428.46287,488.97996 257.35566,488.86846 C 66.197583,488.74389 55.049532,488.64044 47,486.91638 z M 479.04817,481.35183 C 480.24559,480.15441 480.35408,277.35666 479.17728,240 L 478.5,218.5 L 474.5,212.11642 C 471.17649,206.81244 469.43949,205.1635 464.2293,202.36642 C 460.78042,200.51489 456.70792,199 455.1793,199 C 453.65069,199 451.92967,198.52967 451.35483,197.95483 C 450.65274,197.25274 428.18391,196.84243 382.90483,196.70483 L 315.5,196.5 L 314.92261,127 C 314.60505,88.775 313.97857,56.15 313.53043,54.5 C 313.0823,52.85 311.87962,50.305533 310.85782,48.84563 C 309.83602,47.385726 309,45.54297 309,44.750617 C 309,42.675547 306.42197,40.646832 298.64898,36.605162 L 291.79796,33.04288 L 273.43475,32.927879 C 256.55504,32.822169 254.84648,32.974617 252.28576,34.814919 C 250.75359,35.916042 235.82222,50.695644 219.10493,67.65848 C 202.38764,84.621316 152.99818,134.28632 109.35057,178.02515 L 29.991291,257.5503 L 30.245646,369.52515 L 30.5,481.5 L 38.5,482 C 55.471859,483.06074 477.96085,482.43915 479.04817,481.35183 z"
666 id="path2584" />
667 <path
668 style="fill:#da8c8a"
669 d="M 47,486.91638 C 42.325,485.91509 36.673508,485.07428 34.44113,485.04792 C 32.208751,485.02157 29.508751,484.3612 28.44113,483.58045 C 26.539839,482.19003 26.5,479.88628 26.5,371.33045 C 26.5,310.3737 26.83667,259.29997 27.248156,257.83326 C 27.71866,256.15618 69.553791,213.68284 139.97664,143.38505 C 201.56582,81.905248 252.73308,31.169253 253.68167,30.638397 C 254.63025,30.107541 263.97744,29.64951 274.45318,29.620551 C 293.20277,29.56872 293.59347,29.611079 299.48991,32.33502 C 308.9996,36.728152 311.30923,39.536197 315.05578,51.259953 C 316.94114,57.159677 317.08122,61.208616 317.62417,125.5 C 317.94001,162.9 318.37226,193.68098 318.58472,193.90217 C 318.79718,194.12337 349.60934,194.42711 387.05619,194.57716 C 459.36185,194.86688 457.11906,194.73014 468.64475,199.55171 C 472.71646,201.25504 478.88701,208.67395 481.11601,214.54601 C 485.23679,225.4018 485.34227,228.3427 485.74128,343.5 C 486.08303,442.12948 485.94127,456.06025 484.46931,468.5 C 483.55819,476.2 482.38222,483.02339 481.85605,483.66308 C 481.32988,484.30278 478.55952,485.12801 475.69969,485.49694 C 472.83986,485.86587 467.96004,486.80499 464.85566,487.58386 C 460.07111,488.78428 428.46287,488.97996 257.35566,488.86846 C 66.197583,488.74389 55.049532,488.64044 47,486.91638 z M 479.04817,481.35183 C 480.24559,480.15441 480.35408,277.35666 479.17728,240 L 478.5,218.5 L 474.5,212.11642 C 471.17649,206.81244 469.43949,205.1635 464.2293,202.36642 C 460.78042,200.51489 456.70792,199 455.1793,199 C 453.65069,199 451.92967,198.52967 451.35483,197.95483 C 450.65274,197.25274 428.18391,196.84243 382.90483,196.70483 L 315.5,196.5 L 314.92261,127 C 314.60505,88.775 313.97857,56.15 313.53043,54.5 C 313.0823,52.85 311.87962,50.305533 310.85782,48.84563 C 309.83602,47.385726 309,45.54297 309,44.750617 C 309,42.675547 306.42197,40.646832 298.64898,36.605162 L 291.79796,33.04288 L 273.43475,32.927879 C 256.55504,32.822169 254.84648,32.974617 252.28576,34.814919 C 250.75359,35.916042 235.82222,50.695644 219.10493,67.65848 C 202.38764,84.621316 152.99818,134.28632 109.35057,178.02515 L 29.991291,257.5503 L 30.245646,369.52515 L 30.5,481.5 L 38.5,482 C 55.471859,483.06074 477.96085,482.43915 479.04817,481.35183 z"
670 id="path2582" />
671 <path
672 style="fill:#b1a09f"
673 d="M 47,486.91638 C 42.325,485.91509 36.673508,485.07428 34.44113,485.04792 C 32.208751,485.02157 29.508751,484.3612 28.44113,483.58045 C 26.539839,482.19003 26.5,479.88628 26.5,371.33045 C 26.5,310.3737 26.83667,259.29997 27.248156,257.83326 C 27.71866,256.15618 69.553791,213.68284 139.97664,143.38505 C 201.56582,81.905248 252.73308,31.169253 253.68167,30.638397 C 254.63025,30.107541 263.97744,29.64951 274.45318,29.620551 C 293.20277,29.56872 293.59347,29.611079 299.48991,32.33502 C 309.00821,36.732128 311.33424,39.563494 315.03716,51.259953 C 316.89792,57.137572 317.04571,61.449043 317.58168,125.49202 C 317.89465,162.88763 318.33527,193.66861 318.56086,193.89419 C 318.78644,194.11978 349.60934,194.42711 387.05619,194.57716 C 459.36185,194.86688 457.11906,194.73014 468.64475,199.55171 C 472.71646,201.25504 478.88701,208.67395 481.11601,214.54601 C 485.23679,225.4018 485.34227,228.3427 485.74128,343.5 C 486.08303,442.12948 485.94127,456.06025 484.46931,468.5 C 483.55819,476.2 482.38222,483.02339 481.85605,483.66308 C 481.32988,484.30278 478.55952,485.12801 475.69969,485.49694 C 472.83986,485.86587 467.96004,486.80499 464.85566,487.58386 C 460.07111,488.78428 428.46287,488.97996 257.35566,488.86846 C 66.197583,488.74389 55.049532,488.64044 47,486.91638 z M 479.04515,481.35485 C 480.31654,480.08346 480.52362,273.75553 479.28739,240 L 478.5,218.5 L 474.5,212.11642 C 471.17649,206.81244 469.43949,205.1635 464.2293,202.36642 C 460.78042,200.51489 456.70792,199 455.1793,199 C 453.65069,199 451.92967,198.52967 451.35483,197.95483 C 450.65274,197.25274 428.18391,196.84243 382.90483,196.70483 L 315.5,196.5 L 314.92261,127 C 314.60505,88.775 313.97857,56.15 313.53043,54.5 C 313.0823,52.85 311.87962,50.305533 310.85782,48.84563 C 309.83602,47.385726 309,45.54297 309,44.750617 C 309,42.682202 306.42517,40.648481 298.7617,36.663916 L 292.02341,33.160389 L 276.7617,32.990516 C 268.36777,32.897085 259.74865,32.860998 257.60812,32.910321 C 253.80489,32.997957 251.18523,35.542293 142.60812,144.60381 C 81.498652,205.9859 31.16054,256.79945 30.745644,257.5228 C 30.330748,258.24615 30.105748,308.93694 30.245644,370.16899 L 30.5,481.5 L 38.5,482 C 55.430255,483.05814 477.96063,482.43937 479.04515,481.35485 z"
674 id="path2580" />
675 <path
676 style="fill:#a5a4a4"
677 d="M 47.5,486.94098 C 43.1,485.93745 37.448508,485.09019 34.94113,485.05819 C 32.433751,485.02618 29.508751,484.36127 28.44113,483.58059 C 26.539838,482.19032 26.5,479.88662 26.5,371.33059 C 26.5,310.37377 26.83667,259.29997 27.248156,257.83326 C 27.71866,256.15618 69.553791,213.68284 139.97664,143.38505 C 201.56582,81.905248 252.73308,31.169253 253.68167,30.638397 C 254.63025,30.107541 263.97744,29.64951 274.45318,29.620551 C 292.88809,29.56959 293.6767,29.650706 299,32.145455 C 308.1419,36.429776 311.6652,40.592905 314.95681,51 C 316.92126,57.21101 317.03796,60.52293 317.58168,125.49202 C 317.89465,162.88763 318.33527,193.66861 318.56086,193.89419 C 318.78644,194.11978 349.60934,194.42711 387.05619,194.57716 C 459.92755,194.86915 458.10842,194.75095 468.8617,199.89261 C 472.89046,201.81895 478.15838,207.99255 480.47288,213.5 C 485.31358,225.0187 485.28433,224.29749 485.72625,343 C 486.09965,443.29493 485.97101,455.90691 484.44618,468.5 C 483.51383,476.2 482.30192,483.0625 481.75306,483.75 C 481.20419,484.4375 479.34771,485.00771 477.62756,485.01714 C 475.9074,485.02656 471.125,485.91885 467,487 C 459.6565,488.92471 455.28485,488.96364 257.5,488.86566 C 65.767221,488.77068 55.093377,488.67285 47.5,486.94098 z M 479.04515,481.35485 C 480.31654,480.08346 480.52362,273.75553 479.28739,240 L 478.5,218.5 L 474.5,212.11642 C 471.17649,206.81244 469.43949,205.1635 464.2293,202.36642 C 460.78042,200.51489 456.70792,199 455.1793,199 C 453.65069,199 451.92967,198.52967 451.35483,197.95483 C 450.65274,197.25274 428.18391,196.84243 382.90483,196.70483 L 315.5,196.5 L 314.92261,127 C 314.60505,88.775 313.97857,56.15 313.53043,54.5 C 313.0823,52.85 311.87962,50.305533 310.85782,48.84563 C 309.83602,47.385726 309,45.54297 309,44.750617 C 309,42.682202 306.42517,40.648481 298.7617,36.663916 L 292.02341,33.160389 L 276.7617,32.990516 C 268.36777,32.897085 259.74865,32.860998 257.60812,32.910321 C 253.80489,32.997957 251.18523,35.542293 142.60812,144.60381 C 81.498652,205.9859 31.16054,256.79945 30.745644,257.5228 C 30.330748,258.24615 30.105748,308.93694 30.245644,370.16899 L 30.5,481.5 L 38.5,482 C 55.430255,483.05814 477.96063,482.43937 479.04515,481.35485 z"
678 id="path2578" />
679 <path
680 style="fill:#e38582"
681 d="M 49.478531,486.83552 C 43.990339,485.89435 37.448508,485.09634 34.94113,485.06216 C 32.433751,485.02797 29.508751,484.36127 28.44113,483.58059 C 26.539838,482.19032 26.5,479.88662 26.5,371.33059 C 26.5,310.37377 26.83667,259.29997 27.248156,257.83326 C 27.71866,256.15618 69.553791,213.68284 139.97664,143.38505 C 201.56582,81.905248 252.73308,31.169253 253.68167,30.638397 C 254.63025,30.107541 263.97744,29.64951 274.45318,29.620551 C 292.88809,29.56959 293.6767,29.650706 299,32.145455 C 308.1419,36.429776 311.6652,40.592905 314.95681,51 C 316.92126,57.21101 317.03796,60.52293 317.58168,125.49202 C 317.89465,162.88763 318.33527,193.66861 318.56086,193.89419 C 318.78644,194.11978 349.60934,194.42711 387.05619,194.57716 C 459.92755,194.86915 458.10842,194.75095 468.8617,199.89261 C 476.79354,203.68521 482.33371,214.39858 484.05294,229.26886 C 485.35477,240.52889 484.73735,472.21349 483.38771,478.89405 C 482.89947,481.31077 481.825,483.62637 481,484.03982 C 480.175,484.45326 474.55,485.59762 468.5,486.58284 C 458.20371,488.25955 444.76786,488.37967 258.47853,488.46043 C 74.966824,488.54 58.679435,488.41337 49.478531,486.83552 z M 479.04515,481.35485 C 480.31654,480.08346 480.52362,273.75553 479.28739,240 L 478.5,218.5 L 474.5,212.11642 C 471.17649,206.81244 469.43949,205.1635 464.2293,202.36642 C 460.78042,200.51489 456.70792,199 455.1793,199 C 453.65069,199 451.92967,198.52967 451.35483,197.95483 C 450.65274,197.25274 428.18391,196.84243 382.90483,196.70483 L 315.5,196.5 L 314.92261,127 C 314.60505,88.775 313.97857,56.15 313.53043,54.5 C 313.0823,52.85 311.87962,50.305533 310.85782,48.84563 C 309.83602,47.385726 309,45.54297 309,44.750617 C 309,42.682202 306.42517,40.648481 298.7617,36.663916 L 292.02341,33.160389 L 276.7617,32.990516 C 268.36777,32.897085 259.74865,32.860998 257.60812,32.910321 C 253.80489,32.997957 251.18523,35.542293 142.60812,144.60381 C 81.498652,205.9859 31.16054,256.79945 30.745644,257.5228 C 30.330748,258.24615 30.105748,308.93694 30.245644,370.16899 L 30.5,481.5 L 38.5,482 C 55.430255,483.05814 477.96063,482.43937 479.04515,481.35485 z"
682 id="path2576" />
683 <path
684 style="fill:#d48c8a"
685 d="M 49.478531,486.83552 C 43.990339,485.89435 37.448508,485.09634 34.94113,485.06216 C 32.433751,485.02797 29.508751,484.36127 28.44113,483.58059 C 26.539838,482.19032 26.5,479.88662 26.5,371.33059 C 26.5,310.37377 26.83667,259.29997 27.248156,257.83326 C 27.71866,256.15618 69.553791,213.68284 139.97664,143.38505 C 201.56582,81.905248 252.73308,31.169253 253.68167,30.638397 C 254.63025,30.107541 263.97744,29.64951 274.45318,29.620551 C 292.88809,29.56959 293.6767,29.650706 299,32.145455 C 308.1419,36.429776 311.6652,40.592905 314.95681,51 C 316.92126,57.21101 317.03796,60.52293 317.58168,125.49202 C 317.89465,162.88763 318.33527,193.66861 318.56086,193.89419 C 318.78644,194.11978 349.60934,194.42711 387.05619,194.57716 C 459.92755,194.86915 458.10842,194.75095 468.8617,199.89261 C 476.79354,203.68521 482.33371,214.39858 484.05294,229.26886 C 485.35477,240.52889 484.73735,472.21349 483.38771,478.89405 C 482.89947,481.31077 481.825,483.62637 481,484.03982 C 480.175,484.45326 474.55,485.59762 468.5,486.58284 C 458.20371,488.25955 444.76786,488.37967 258.47853,488.46043 C 74.966824,488.54 58.679435,488.41337 49.478531,486.83552 z M 479.04515,481.35485 C 480.31654,480.08346 480.52362,273.75553 479.28739,240 L 478.5,218.5 L 474.5,212.11642 C 471.17649,206.81244 469.43949,205.1635 464.2293,202.36642 C 460.78042,200.51489 456.70792,199 455.1793,199 C 453.65069,199 451.92967,198.52967 451.35483,197.95483 C 450.65274,197.25274 428.18391,196.84243 382.90483,196.70483 L 315.5,196.5 L 314.92261,127 C 314.60505,88.775 313.97857,56.15 313.53043,54.5 C 313.0823,52.85 311.87962,50.305533 310.85782,48.84563 C 309.83602,47.385726 309,45.54297 309,44.750617 C 309,42.676078 306.42222,40.646964 298.65807,36.609897 L 291.81613,33.052351 L 272.65807,32.903566 L 253.5,32.754781 L 176.71884,110.12739 C 134.4892,152.68233 84.199738,203.26666 64.964484,222.53703 L 29.991294,257.57405 L 30.245647,369.53703 L 30.5,481.5 L 38.5,482 C 55.430255,483.05814 477.96063,482.43937 479.04515,481.35485 z"
686 id="path2574" />
687 <path
688 style="fill:#c39493"
689 d="M 49.478531,486.83552 C 43.990339,485.89435 37.448508,485.09634 34.94113,485.06216 C 32.433751,485.02797 29.508751,484.36127 28.44113,483.58059 C 26.539838,482.19032 26.5,479.88662 26.5,371.33059 C 26.5,310.37377 26.83671,259.29981 27.248243,257.83291 C 27.718828,256.15552 69.292692,213.94324 139.28267,144.07805 C 200.49008,82.979779 251.63415,32.244125 252.93617,31.332153 C 254.93293,29.93357 258.29294,29.665717 274.40174,29.62096 C 292.89232,29.569587 293.675,29.649912 299,32.145455 C 308.18089,36.448051 311.72214,40.652093 314.93929,51.068025 C 316.86062,57.288558 316.98485,60.967801 317.45061,125.44312 C 317.72011,162.75007 318.2164,193.5498 318.55348,193.88697 C 318.89057,194.22414 349.73074,194.56796 387.08721,194.65102 C 459.9515,194.81302 457.97303,194.68621 468.8617,199.89261 C 476.79354,203.68521 482.33371,214.39858 484.05294,229.26886 C 485.35477,240.52889 484.73735,472.21349 483.38771,478.89405 C 482.89947,481.31077 481.825,483.62637 481,484.03982 C 480.175,484.45326 474.55,485.59762 468.5,486.58284 C 458.20371,488.25955 444.76786,488.37967 258.47853,488.46043 C 74.966824,488.54 58.679435,488.41337 49.478531,486.83552 z M 479.35438,480.86825 C 480.26528,479.62252 480.4845,453.36321 480.28102,369.86825 C 480.13442,309.71571 479.67372,251.05 479.25724,239.5 L 478.5,218.5 L 474.5,212.11642 C 471.17649,206.81244 469.43949,205.1635 464.2293,202.36642 C 460.78042,200.51489 456.70792,199 455.1793,199 C 453.65069,199 451.92967,198.52967 451.35483,197.95483 C 450.65274,197.25274 428.18391,196.84243 382.90483,196.70483 L 315.5,196.5 L 314.92261,127 C 314.60505,88.775 313.97857,56.15 313.53043,54.5 C 313.0823,52.85 311.87962,50.305533 310.85782,48.84563 C 309.83602,47.385726 309,45.54297 309,44.750617 C 309,42.676078 306.42222,40.646964 298.65807,36.609897 L 291.81613,33.052351 L 272.70419,32.904117 L 253.59225,32.755883 L 141.82787,145.12794 L 30.063485,257.5 L 30.281743,369.5 L 30.5,481.5 L 38.5,482 C 42.9,482.275 143.62377,482.5 262.3306,482.5 C 460.77096,482.5 478.25734,482.36852 479.35438,480.86825 z"
690 id="path2572" />
691 <path
692 style="fill:#db8886"
693 d="M 49.490409,486.83748 C 43.995684,485.89524 37.448508,485.09634 34.94113,485.06216 C 32.433751,485.02797 29.508751,484.36128 28.44113,483.58063 C 26.540022,482.19052 26.5,479.89681 26.5,372.33063 C 26.5,311.92378 26.849642,260.85647 27.276983,258.84771 C 27.945941,255.7032 43.53333,239.7409 139.3911,144.03703 C 200.62653,82.899922 251.68915,32.205602 252.8636,31.382987 C 254.55729,30.196676 258.98059,29.853431 274.24948,29.723458 C 293.0262,29.563624 293.63537,29.623133 299,32.141302 C 308.18419,36.45238 311.72279,40.654197 314.93929,51.068025 C 316.86062,57.288558 316.98485,60.967801 317.45061,125.44312 C 317.72011,162.75007 318.21641,193.5498 318.55349,193.88697 C 318.89058,194.22414 349.49121,194.56661 386.55488,194.64802 C 458.54792,194.80616 458.53499,194.80534 468.8617,199.85588 C 476.58326,203.6323 482.20732,214.1755 483.96109,228.16207 C 485.42374,239.82693 485.37256,458.42415 483.90395,472.21078 C 483.30112,477.86985 482.44944,482.87918 482.01133,483.34263 C 481.57321,483.80607 476.32893,485.0934 470.35737,486.20335 C 459.71837,488.18086 455.47724,488.22476 259.49041,488.38605 C 74.740465,488.53808 58.718605,488.41994 49.490409,486.83748 z M 479.36777,480.84995 C 480.70607,479.01971 480.6136,277.11506 479.25724,239.5 C 478.55174,219.93493 478.33826,218.22668 476.13292,214.5 C 472.14623,207.76313 469.85905,204.9046 467.63246,203.87613 C 466.45961,203.33438 463.925,202.03724 462,200.9936 C 460.075,199.94995 457.45792,199.07445 456.18426,199.04803 C 454.9106,199.02161 452.97911,198.524 451.89205,197.94223 C 450.56926,197.23429 427.68808,196.82088 382.70779,196.69223 L 315.5,196.5 L 314.92261,127 C 314.60505,88.775 313.97857,56.15 313.53043,54.5 C 313.0823,52.85 311.87962,50.305533 310.85782,48.84563 C 309.83602,47.385726 309,45.54297 309,44.750617 C 309,42.668325 306.31936,40.539511 298.6894,36.562502 L 291.95721,33.053446 L 272.77473,32.904664 L 253.59225,32.755883 L 141.82787,145.12794 L 30.063485,257.5 L 30.281743,369.49021 L 30.5,481.48042 L 33.449235,481.99021 C 35.071314,482.27059 135.80111,482.49176 257.29323,482.48169 C 459.37973,482.46495 478.28845,482.32601 479.36777,480.84995 z"
694 id="path2570" />
695 <path
696 style="fill:#b39b9a"
697 d="M 49.490409,486.83748 C 43.995684,485.89524 37.448508,485.09634 34.94113,485.06216 C 32.433751,485.02797 29.508751,484.36128 28.44113,483.58063 C 26.540022,482.19052 26.5,479.89681 26.5,372.33063 C 26.5,311.92378 26.849642,260.85647 27.276983,258.84771 C 27.945941,255.7032 43.53333,239.7409 139.3911,144.03703 C 200.62653,82.899922 251.68915,32.205602 252.8636,31.382987 C 254.55729,30.196676 258.98059,29.853431 274.24948,29.723458 C 293.0262,29.563624 293.63537,29.623133 299,32.141302 C 308.18419,36.45238 311.72279,40.654197 314.93929,51.068025 C 316.86062,57.288558 316.98485,60.967801 317.45061,125.44312 C 317.72011,162.75007 318.21641,193.5498 318.55349,193.88697 C 318.89058,194.22414 349.49121,194.56661 386.55488,194.64802 C 458.54792,194.80616 458.53499,194.80534 468.8617,199.85588 C 476.58326,203.6323 482.20732,214.1755 483.96109,228.16207 C 485.42374,239.82693 485.37256,458.42415 483.90395,472.21078 C 483.30112,477.86985 482.44944,482.87918 482.01133,483.34263 C 481.57321,483.80607 476.32893,485.0934 470.35737,486.20335 C 459.71837,488.18086 455.47724,488.22476 259.49041,488.38605 C 74.740465,488.53808 58.718605,488.41994 49.490409,486.83748 z M 479.36371,480.8555 C 480.7502,478.95936 480.72355,274.60768 479.33223,239.5 C 478.55993,220.01212 478.32956,218.21198 476.13292,214.5 C 472.14623,207.76313 469.85905,204.9046 467.63246,203.87613 C 466.45961,203.33438 463.925,202.03724 462,200.9936 C 460.075,199.94995 457.45792,199.07445 456.18426,199.04803 C 454.9106,199.02161 452.97911,198.524 451.89205,197.94223 C 450.56926,197.23429 427.68808,196.82088 382.70779,196.69223 L 315.5,196.5 L 314.92261,127 C 314.60505,88.775 313.97857,56.15 313.53043,54.5 C 313.0823,52.85 311.87962,50.305533 310.85782,48.84563 C 309.83602,47.385726 309,45.54297 309,44.750617 C 309,42.66861 306.31952,40.539591 298.69402,36.56491 L 291.96645,33.058261 L 272.73895,32.880149 L 253.51144,32.702037 L 141.75196,145.10102 L 29.992471,257.5 L 30.246236,369.49021 L 30.5,481.48042 L 33.449235,481.99021 C 35.071314,482.27059 135.80111,482.49176 257.29323,482.48169 C 459.0641,482.46497 478.28978,482.32419 479.36371,480.8555 z"
698 id="path2568" />
699 <path
700 style="fill:#c8908e"
701 d="M 49.846883,486.84724 C 44.706097,485.91141 38.223508,485.11295 35.44113,485.07287 C 25.896841,484.93539 26.819284,497.29164 26.908869,370.7822 C 26.953224,308.14431 27.378756,258.134 27.878564,256.8194 C 28.716493,254.61548 248.3199,34.565513 252.84331,31.397195 C 254.49061,30.243381 259.05088,29.875039 273.72543,29.710505 L 292.5,29.5 L 298.80822,32.412691 C 307.22441,36.298695 312.20212,42.014485 314.89713,50.887245 C 316.87203,57.389167 316.98226,60.608665 317.45086,125.4782 C 317.72022,162.76586 318.2164,193.5498 318.55348,193.88697 C 318.89057,194.22414 349.61643,194.58091 386.83318,194.67981 C 451.54281,194.85176 454.76962,194.94715 460.66937,196.86243 C 469.48565,199.72454 472.37952,201.42877 475.83793,205.79537 C 480.09748,211.1735 482.74495,218.46315 483.96109,228.16207 C 485.51514,240.55582 485.26268,460.42201 483.67941,473.48132 C 482.28817,484.95664 483.7547,483.72829 468,486.61424 C 459.18964,488.22813 444.00635,488.36151 258.84688,488.45159 C 74.940037,488.54107 58.456595,488.41454 49.846883,486.84724 z M 479.36371,480.8555 C 480.7502,478.95936 480.72355,274.60768 479.33223,239.5 C 478.55993,220.01212 478.32956,218.21198 476.13292,214.5 C 472.14623,207.76313 469.85905,204.9046 467.63246,203.87613 C 466.45961,203.33438 463.925,202.03724 462,200.9936 C 460.075,199.94995 457.45792,199.07445 456.18426,199.04803 C 454.9106,199.02161 452.97911,198.524 451.89205,197.94223 C 450.56926,197.23429 427.68808,196.82088 382.70779,196.69223 L 315.5,196.5 L 314.92261,127 C 314.60505,88.775 313.97857,56.15 313.53043,54.5 C 313.0823,52.85 311.87962,50.305533 310.85782,48.84563 C 309.83602,47.385726 309,45.54297 309,44.750617 C 309,42.66861 306.31952,40.539591 298.69402,36.56491 L 291.96645,33.058261 L 272.73895,32.880149 L 253.51144,32.702037 L 141.75196,145.10102 L 29.992471,257.5 L 30.246236,369.49021 L 30.5,481.48042 L 33.449235,481.99021 C 35.071314,482.27059 135.80111,482.49176 257.29323,482.48169 C 459.0641,482.46497 478.28978,482.32419 479.36371,480.8555 z"
702 id="path2566" />
703 <path
704 style="fill:#a2a2a2"
705 d="M 49.846883,486.84724 C 44.706097,485.91141 38.223508,485.11295 35.44113,485.07287 C 25.896841,484.93539 26.819284,497.29164 26.908869,370.7822 C 26.953224,308.14431 27.378756,258.134 27.878564,256

Subscribers

People subscribed via source and target branches

to all changes: