Codebase list gnome-mastermind / upstream/0.3
Import Upstream version 0.3 Yavor Doganov 5 years ago
48 changed file(s) with 14201 addition(s) and 2446 deletion(s). Raw diff Collapse all Expand all
0 30 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
1 * themes/fruit.svg: Added new fruity tileset from Sean Wilson. Best
2 viewed at big size, it can be seen even by color-blind people since
3 each fruit has a different shape.
4 * src/gnome-mastermind.c: fixed resizing when showing/hiding toolbar.
5
6 29 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
7 * themes/shapes.svg: Added new shape based tileset for color-blind
8 people.
9
10 23 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
11 * src/gnome-mastermind.c: fixed window resizing when changing
12 max_tries. Fixed Undo sensitiveness when starting a new game.
13 Added SSHOT define to obtain a finished game to include screenshots
14 for docbook help.
15 * help/C/figures: Updated screenshots with new features and new
16 simple.svg theme
17
18 20 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
19 * src/gnome-mastermind.c: don't start d-n-d if no color has been
20 selected!
21 Simple key bindings, GDK_1 places first ball, GDK_2 second and so on..
22
23 16 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
24 * themes/*: restyling of simple and simple-glossy themes.
25 * icons/Makefile.am: added gtk-update-icon-cache as uninstall-hook.
26 * src/gnome-mastermind.c: now the tray rectangle keeps the same aspect
27 ratio when resizing instead of growing to window width. Fixed a
28 graphic bug caused by an integer division supposed to return a double.
29 Hide toolbar now makes the window shrink.
30
31 15 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
32 * src/gnome-mastermind.c: Added some variations on simple tileset.
33 Updated score pegs on simple tileset series.
34 Added updated shiny icons from Ulisse Perusin.
35 Size request bug fix.
36
37 14 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
38 * src/gnome-masterminc.c: Made everything resizeable keeping grid
39 aspect ratio. Removed all those gdk_invalidate_rect with NULL
40 rectangle that were slowing everything down at big sizes.
41 * themes/simple.svg: Replaced the tileset based on media-record.svg
42 from tango-icon-theme and made a new similar but quite different gpl
43 one. (There was an incompatibility between cc-by-sa license of
44 media-record.svg and gpl).
45 * themes/star.svg: Updated metadata.
46 * copyright-artwork: Removed disclaimer for simple.svg since now is
47 gpl and compatible with the game licensing.
48
49 12 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
50 * src/gnome-mastermind.c: Fixed a bug causing the code validated being
51 different from the displayed one after undos. Added Redo last move
52 feature (still testing but seems to work).
53 Fixed little bug causing drawing errors if show_toolbar unset.
54
55 11 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
56 * src/gnome-mastermind.c: Added Undo last move feature (still needs
57 some deep testing)
58
59 10 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
60 * src/gnome-mastermind.c: Removed Apply button from preferences and
61 apply settings on quit. Changed yes and no buttons on lose and win
62 dialogs to "Quit" and "Play again". Added double click to quickly
63 place pegs.
64
65 09 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
66 * src/gnome-mastermind.c:
67 Removed gtk drawing area for the tray and moved everything in the main
68 drawing area drawing stuff. Moved redraw current game calls to
69 configure_event. Added button release and button motion sensitivity.
70 Implemented a first draft of drag and drop :D. Replaced colored
71 selection square with a cleaner zoom effect. Removed a ugly hack using
72 taking color from a gdkimage pixel to clean cell when placing balls.
73
74 06 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
75 * configure.ac: switch to 0.3
76 * po/: Added more translations
77 * themes/tango2.svg: Added new shiny tango-ish tileset. (Thanks again
78 to Ulisse Perusin)
79
80 05 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
81 * all: 0.2 release
82
083 02 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
184 * po/: Added more translations
285
00 - deeply clean code and fix style issues
11 - separate function definitions and global vars into header files
2 - find someone to draw an icon ;)
3 - find someone willing to give some love to the artwork
2 - highscores, time counting, validate button
43 - varie ed eventuali
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.61 for gnome-mastermind 0.2.
2 # Generated by GNU Autoconf 2.61 for gnome-mastermind 0.3.
33 #
44 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
55 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
725725 # Identity of this package.
726726 PACKAGE_NAME='gnome-mastermind'
727727 PACKAGE_TARNAME='gnome-mastermind'
728 PACKAGE_VERSION='0.2'
729 PACKAGE_STRING='gnome-mastermind 0.2'
728 PACKAGE_VERSION='0.3'
729 PACKAGE_STRING='gnome-mastermind 0.3'
730730 PACKAGE_BUGREPORT=''
731731
732732 # Factoring default headers for most tests.
14461446 # Omit some internal or obsolete options to make the list less imposing.
14471447 # This message is too long to be a string in the A/UX 3.1 sh.
14481448 cat <<_ACEOF
1449 \`configure' configures gnome-mastermind 0.2 to adapt to many kinds of systems.
1449 \`configure' configures gnome-mastermind 0.3 to adapt to many kinds of systems.
14501450
14511451 Usage: $0 [OPTION]... [VAR=VALUE]...
14521452
15171517
15181518 if test -n "$ac_init_help"; then
15191519 case $ac_init_help in
1520 short | recursive ) echo "Configuration of gnome-mastermind 0.2:";;
1520 short | recursive ) echo "Configuration of gnome-mastermind 0.3:";;
15211521 esac
15221522 cat <<\_ACEOF
15231523
16311631 test -n "$ac_init_help" && exit $ac_status
16321632 if $ac_init_version; then
16331633 cat <<\_ACEOF
1634 gnome-mastermind configure 0.2
1634 gnome-mastermind configure 0.3
16351635 generated by GNU Autoconf 2.61
16361636
16371637 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
16451645 This file contains any messages produced by compilers while
16461646 running configure, to aid debugging if configure makes a mistake.
16471647
1648 It was created by gnome-mastermind $as_me 0.2, which was
1648 It was created by gnome-mastermind $as_me 0.3, which was
16491649 generated by GNU Autoconf 2.61. Invocation command line was
16501650
16511651 $ $0 $@
24432443
24442444 # Define the identity of the package.
24452445 PACKAGE='gnome-mastermind'
2446 VERSION='0.2'
2446 VERSION='0.3'
24472447
24482448
24492449 cat >>confdefs.h <<_ACEOF
2357023570 gmlocaledir='${prefix}/${DATADIRNAME}/locale'
2357123571
2357223572
23573 ALL_LINGUAS="it pl fr sv de"
23573 ALL_LINGUAS="it pl fr sv de en_GB eu id ar pt_BR es"
2357423574
2357523575
2357623576
2409124091 # report actual input values of CONFIG_FILES etc. instead of their
2409224092 # values after options handling.
2409324093 ac_log="
24094 This file was extended by gnome-mastermind $as_me 0.2, which was
24094 This file was extended by gnome-mastermind $as_me 0.3, which was
2409524095 generated by GNU Autoconf 2.61. Invocation command line was
2409624096
2409724097 CONFIG_FILES = $CONFIG_FILES
2414424144 _ACEOF
2414524145 cat >>$CONFIG_STATUS <<_ACEOF
2414624146 ac_cs_version="\\
24147 gnome-mastermind config.status 0.2
24147 gnome-mastermind config.status 0.3
2414824148 configured by $0, generated by GNU Autoconf 2.61,
2414924149 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2415024150
00 dnl Process this file with autoconf to produce a configure script.
11
2 AC_INIT([gnome-mastermind], [0.2])
2 AC_INIT([gnome-mastermind], [0.3])
33 AC_PREREQ([2.5])
44 AC_CANONICAL_BUILD
55 AC_CANONICAL_HOST
9090 gmlocaledir='${prefix}/${DATADIRNAME}/locale'
9191 AC_SUBST(gmlocaledir)
9292
93 ALL_LINGUAS="it pl fr sv de"
93 ALL_LINGUAS="it pl fr sv de en_GB eu id ar pt_BR es"
9494 AC_SUBST(ALL_LINGUAS)
9595
9696 GNOME_DOC_INIT
0 GNOME Mastermind icon set is designed and copyrighted by Ulisse Perusin <uli.peru@gmail.com> (2007)
0 GNOME Mastermind icon set is designed and copyrighted by Ulisse Perusin
1 <uli.peru@gmail.com> (2007)
12
2 All the artwork of this game is licensed under GPLv2 that you can find on the COPYING file
3 Tileset:
4 - tango.svg and tango2.svg are designed and copyrighted by Ulisse Perusin (2007)
5 - simple.svg and star.svg are designed and coyrighted by Filippo Argiolas (2007)
6 - fruit.svg is designed and copyrighted by Sean Wilson (2007)
37
4 Balls in simple.svg theme are from media-record.svg from Tango Project
5 (tango-icon-theme). I've just colored them and put them in a tileset.
8 All the artwork of this game is licensed under GPLv2 license that you can find
9 on the COPYING file
Binary diff not shown
Binary diff not shown
Binary diff not shown
Binary diff not shown
Binary diff not shown
22 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
33 <!ENTITY appname "GNOME Mastermind">
44 <!ENTITY app "<application>GNOME Mastermind</application>">
5 <!ENTITY appversion "0.2">
6 <!ENTITY manrevision "0.1">
7 <!ENTITY date "April 2007">
5 <!ENTITY appversion "0.3">
6 <!ENTITY manrevision "0.2">
7 <!ENTITY date "May 2007">
88 <!-- Information about the entities
99 Use the app and appname entities to specify the name of the application.
1010 Use the appversion entity to specify the version of the application.
266266 <para>Select peg if done in tray area. Place it if
267267 done in main grid cells.</para>
268268 </listitem>
269 <listitem>
270 <para>
271 <guilabel>Middle button click</guilabel> </para>
269 <listitem>
270 <para>
271 <guilabel>First button Drag and Drop</guilabel> </para>
272 <para>Place peg moving it from the tray area to an active cell.</para>
273 </listitem>
274 <listitem>
275 <para>
276 <guilabel>First button double click</guilabel> or
277 <guilabel>Middle button single click</guilabel> </para>
272278 <para>Available only in tray area, place ball to
273279 first free active cell.</para>
274280 </listitem>
275281 <listitem>
276282 <para>
283 <guilabel>Ctrl + Z</guilabel> </para>
284 <para>Undo last move.</para>
285 </listitem>
286 <listitem>
287 <para>
288 <guilabel>Shift + Ctrl + Z</guilabel> </para>
289 <para>Repeat last undone move.</para>
290 </listitem>
291 <listitem>
292 <para>
277293 <guilabel>Ctrl + N</guilabel> </para>
278294 <para>Start a new game.</para>
279295 </listitem>
293309 <para>Show this manual.</para>
294310 </listitem>
295311 </itemizedlist>
312 <note>
313 <itemizedlist>
314 <listitem>
315 <para> You can also place pegs <emphasis>over</emphasis> already placed pegs (on the current row). </para>
316 </listitem>
317 <listitem>
318 <para> Placing the last peg of a row starts current guess validation (with no chance to undo or replace it) so be careful if you are not sure. </para>
319 </listitem>
320 </itemizedlist>
321 </note>
296322 </sect2>
297323 <sect2>
298324 <title id="walkthrough">Walk through a game session</title>
0 26 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
1 * fr/ : updated french translation
2
3 22 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
4 * C/gnome-mastermind.xml: new help revision for 0.3 release
5 * it/it.po: updated italian translation
6
07 26 Apr 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
18 * fr/ and it/: added italian and french translations
29
0 msgid ""
1 msgstr ""
2 "Project-Id-Version: PACKAGE VERSION\n"
3 "POT-Creation-Date: 2007-04-26 09:22+0200\n"
4 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
5 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
6 "Language-Team: LANGUAGE <LL@li.org>\n"
0 # French translation of gnome-mastermind.
1 # Copyright (C) 2007 Filippo Argiolas
2 # This file is distributed under the same license as the gnome-mastermind package.
3 #
4 # Robert-André Mauchin <zebob.m@gmail.com>, 2007.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: gnome-mastermind 0.2\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2007-05-25 18:35+0200\n"
11 "PO-Revision-Date: 2007-05-25 19:55+0200\n"
12 "Last-Translator: Robert-André Mauchin <zebob.m@gmail.com>\n"
13 "Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
714 "MIME-Version: 1.0\n"
815 "Content-Type: text/plain; charset=UTF-8\n"
916 "Content-Transfer-Encoding: 8bit\n"
10
11 #: ../C/gnome-mastermind.xml:40(title)
17 "Plural-Forms: nplurals=2; plural=n>1;\n"
18
19 #. When image changes, this message will be marked fuzzy or untranslated for you.
20 #. It doesn't matter what you translate it to: it's not used at all.
21 #: C/gnome-mastermind.xml:207(None)
22 msgid "@@image: 'figures/mainwindow.png'; md5=1c430515dc21f1ce6797ad8e4cf3f595"
23 msgstr "@@image: 'figures/mainwindow.png'; md5=1c430515dc21f1ce6797ad8e4cf3f595"
24
25 #. When image changes, this message will be marked fuzzy or untranslated for you.
26 #. It doesn't matter what you translate it to: it's not used at all.
27 #: C/gnome-mastermind.xml:333(None)
28 msgid "@@image: 'figures/row1.png'; md5=a49c9713912c1336db7acd1470913549"
29 msgstr "@@image: 'figures/row1.png'; md5=a49c9713912c1336db7acd1470913549"
30
31 #. When image changes, this message will be marked fuzzy or untranslated for you.
32 #. It doesn't matter what you translate it to: it's not used at all.
33 #: C/gnome-mastermind.xml:355(None)
34 msgid "@@image: 'figures/row2.png'; md5=960e50a21f39d51f52117d1db1c71b99"
35 msgstr "@@image: 'figures/row2.png'; md5=960e50a21f39d51f52117d1db1c71b99"
36
37 #. When image changes, this message will be marked fuzzy or untranslated for you.
38 #. It doesn't matter what you translate it to: it's not used at all.
39 #: C/gnome-mastermind.xml:377(None)
40 msgid "@@image: 'figures/row3.png'; md5=84989ae0869e980e2f27bf849abfba5c"
41 msgstr "@@image: 'figures/row3.png'; md5=84989ae0869e980e2f27bf849abfba5c"
42
43 #. When image changes, this message will be marked fuzzy or untranslated for you.
44 #. It doesn't matter what you translate it to: it's not used at all.
45 #: C/gnome-mastermind.xml:399(None)
46 msgid "@@image: 'figures/row4.png'; md5=014a173d1e4e93527536e4fab6aa9c53"
47 msgstr "@@image: 'figures/row4.png'; md5=014a173d1e4e93527536e4fab6aa9c53"
48
49 #. When image changes, this message will be marked fuzzy or untranslated for you.
50 #. It doesn't matter what you translate it to: it's not used at all.
51 #: C/gnome-mastermind.xml:421(None)
52 msgid "@@image: 'figures/row5.png'; md5=7c5b3fd5673b3bb20581695afbb627b1"
53 msgstr "@@image: 'figures/row5.png'; md5=7c5b3fd5673b3bb20581695afbb627b1"
54
55 #: C/gnome-mastermind.xml:40(title)
1256 msgid "<application>GNOME Mastermind</application> Manual"
13 msgstr "<application>GNOME Mastermind</application> Manuel"
14
15 #: ../C/gnome-mastermind.xml:42(para)
57 msgstr "Manuel de <application>GNOME Mastermind</application>"
58
59 #: C/gnome-mastermind.xml:42(para)
1660 msgid ""
1761 "<application>GNOME Mastermind</application> is a <trademark class=\"trade"
1862 "\">Mastermind</trademark> like game for GNOME Desktop."
2064 "<application>GNOME Mastermind</application> est un jeu similaire à "
2165 "<trademark class=\"trade\">Mastermind</trademark> pour le bureau GNOME."
2266
23 #: ../C/gnome-mastermind.xml:47(year)
67 #: C/gnome-mastermind.xml:47(year)
2468 msgid "2007"
25 msgstr ""
26
27 #: ../C/gnome-mastermind.xml:48(holder)
28 #: ../C/gnome-mastermind.xml:53(publishername)
29 #: ../C/gnome-mastermind.xml:71(corpauthor) ../C/gnome-mastermind.xml:93(para)
30 #: ../C/gnome-mastermind.xml:97(para)
69 msgstr "2007"
70
71 #: C/gnome-mastermind.xml:48(holder) C/gnome-mastermind.xml:53(publishername)
72 #: C/gnome-mastermind.xml:71(corpauthor) C/gnome-mastermind.xml:93(para)
73 #: C/gnome-mastermind.xml:97(para)
3174 msgid "Filippo Argiolas"
32 msgstr ""
33
34 #: ../C/gnome-mastermind.xml:63(firstname)
75 msgstr "Filippo Argiolas"
76
77 #: C/gnome-mastermind.xml:63(firstname)
3578 msgid "Filippo"
36 msgstr ""
37
38 #: ../C/gnome-mastermind.xml:64(surname)
79 msgstr "Filippo"
80
81 #: C/gnome-mastermind.xml:64(surname)
3982 msgid "Argiolas"
40 msgstr ""
41
42 #: ../C/gnome-mastermind.xml:67(email)
83 msgstr "Argiolas"
84
85 #: C/gnome-mastermind.xml:67(email)
4386 msgid "filippo.argiolas@gmail.com&gt;"
44 msgstr ""
45
46 #: ../C/gnome-mastermind.xml:90(revnumber)
47 msgid "GNOME Mastermind Manual V0.1"
48 msgstr "GNOME Mastermind Manuel V0.1"
49
50 #: ../C/gnome-mastermind.xml:102(releaseinfo)
51 msgid "This manual describes version 0.2 of GNOME Mastermind."
52 msgstr "Ce manuel présente la version 0.2 de GNOME Mastermind."
53
54 #: ../C/gnome-mastermind.xml:105(title)
87 msgstr "filippo.argiolas@gmail.com&gt;"
88
89 #: C/gnome-mastermind.xml:90(revnumber)
90 msgid "GNOME Mastermind Manual V0.2"
91 msgstr "Manuel de GNOME Mastermind V0.3"
92
93 #: C/gnome-mastermind.xml:102(releaseinfo)
94 msgid "This manual describes version 0.3 of GNOME Mastermind."
95 msgstr "Ce manuel présente la version 0.3 de GNOME Mastermind."
96
97 #: C/gnome-mastermind.xml:105(title)
5598 msgid "Feedback"
5699 msgstr "Commentaires et corrections"
57100
58 #: ../C/gnome-mastermind.xml:106(para) ../C/gnome-mastermind.xml:439(para)
101 #: C/gnome-mastermind.xml:106(para) C/gnome-mastermind.xml:463(para)
59102 msgid ""
60103 "Please report any bug at <ulink url=\"https://gna.org/bugs/?func=additem&amp;"
61104 "group=gnome-mastermind\">Bug tracker at gna.org</ulink> or sign-up to the "
62105 "public mailing-list listed in the project homepage to give us feedback."
63106 msgstr ""
64107 "Veuillez rapporter n'importe quelle anomalie au <ulink url=\"https://gna.org/"
65 "bugs/?func=additem&amp;group=gnome-mastermind\">traqueur d'anomalie de gna."
108 "bugs/?func=additem&amp;group=gnome-mastermind\">traqueur d'anomalies de gna."
66109 "org</ulink> ou inscrivez-vous sur la liste de diffusion publique sur la page "
67110 "web du projet pour nous faire part de vos commentaires et corrections."
68111
69 #: ../C/gnome-mastermind.xml:126(title)
112 #: C/gnome-mastermind.xml:126(title)
70113 msgid "Introduction"
71 msgstr ""
72
73 #: ../C/gnome-mastermind.xml:128(title)
114 msgstr "Introduction"
115
116 #: C/gnome-mastermind.xml:128(title)
74117 msgid "The Game"
75118 msgstr "Le jeu"
76119
77 #: ../C/gnome-mastermind.xml:129(para)
120 #: C/gnome-mastermind.xml:129(para)
78121 msgid ""
79122 "At first here's a brief introduction about the classic game that this one "
80123 "resembles (source: wikipedia)."
82125 "Voici pour débuter une brève introduction à propos du jeu classique auquel "
83126 "celui-ci ressemble (source : wikipedia)."
84127
85 #: ../C/gnome-mastermind.xml:133(para)
128 #: C/gnome-mastermind.xml:133(para)
86129 msgid ""
87130 "<trademark class=\"trade\">Mastermind</trademark> is a code-breaking game "
88131 "for two players, invented in 1970 by Mordecai Meirowitz, that has been very "
92135 "code pour deux joueurs, inventé en 1970 par Mordecai Meirowitz, qui a été "
93136 "très populaire durant les années 80."
94137
95 #: ../C/gnome-mastermind.xml:139(para)
138 #: C/gnome-mastermind.xml:139(para)
96139 msgid ""
97140 "The game is played by 2 players: the <emphasis>codemaker</emphasis> and the "
98141 "<emphasis>codebreaker</emphasis>. The codemaker, places in its side of the "
109152 "casseur de code doit deviner ce motif (à la fois l'ordre et les couleurs) en "
110153 "un nombre minimal de coups. À chaque tour (12 dans la version la plus "
111154 "typique), le casseur de code tente un motif et le créateur de code lui donne "
112 "un retour dans la grille de score en plaçant un plot blanc pour chaque "
113 "élément de bonne couleur mais mal placé et un plot coloré pour les éléments "
155 "un retour dans la grille de score en plaçant un pion blanc pour chaque "
156 "élément de bonne couleur mais mal placé et un pion coloré pour les éléments "
114157 "à la fois de bonne couleur et bien placé."
115158
116 #: ../C/gnome-mastermind.xml:153(para)
159 #: C/gnome-mastermind.xml:153(para)
117160 msgid ""
118161 "Once he got feedback, the codebreaker tries another guess following "
119162 "codemaker hints. Obviously the game is won by codemaker if the codebreaker "
124167 "évidemment gagné par le créateur de code si le casseur de code n'a réussi "
125168 "aucune tentative."
126169
127 #: ../C/gnome-mastermind.xml:160(title)
170 #: C/gnome-mastermind.xml:160(title)
128171 msgid "This Game"
129172 msgstr "Ce jeu"
130173
131 #: ../C/gnome-mastermind.xml:161(para)
174 #: C/gnome-mastermind.xml:161(para)
132175 msgid ""
133176 "<application>GNOME Mastermind</application> is a solitaire version that "
134177 "resembles the classic game. The codemaker role is taken by computer."
137180 "ressemble à la version classique. Le rôle du créateur de code est pris par "
138181 "l'ordinateur."
139182
140 #: ../C/gnome-mastermind.xml:165(para)
183 #: C/gnome-mastermind.xml:165(para)
141184 msgid ""
142185 "The player has to guess a four color combination (note that each color can "
143186 "be repeated). Computer prints (with default theme selected) a red peg for "
146189 msgstr ""
147190 "Le joueur doit deviner une combinaison de quatre couleurs (notez que chaque "
148191 "couleur peut être répétée). L'ordinateur affiche (avec le thème par défaut "
149 "sélectionné) un plot rouge pour chaque bonne couleur correctement placée et "
150 "un plot blanc pour chaque bonne couleur mal placée."
151
152 #: ../C/gnome-mastermind.xml:173(title)
192 "sélectionné) un pion rouge pour chaque bonne couleur correctement placée et "
193 "un pion blanc pour chaque bonne couleur mal placée."
194
195 #: C/gnome-mastermind.xml:173(title)
153196 msgid "Getting Started"
154197 msgstr "Bien débuter"
155198
156 #: ../C/gnome-mastermind.xml:174(para)
199 #: C/gnome-mastermind.xml:174(para)
157200 msgid ""
158201 "You can start <application>GNOME Mastermind</application> in the following "
159202 "ways:"
161204 "Vous pouvez lancer <application>GNOME Mastermind</application> des manières "
162205 "suivantes :"
163206
164 #: ../C/gnome-mastermind.xml:178(term)
207 #: C/gnome-mastermind.xml:178(term)
165208 msgid "From <guimenu>Applications</guimenu> menu,"
166209 msgstr "Depuis le menu <guimenu>Applications</guimenu>,"
167210
168 #: ../C/gnome-mastermind.xml:180(para)
211 #: C/gnome-mastermind.xml:180(para)
169212 msgid ""
170213 "Choose <menuchoice><guisubmenu>Games</guisubmenu><guimenuitem>Mastermind</"
171214 "guimenuitem></menuchoice>."
173216 "Choisissez <menuchoice><guisubmenu>Jeux</guisubmenu><guimenuitem>Mastermind</"
174217 "guimenuitem></menuchoice>."
175218
176 #: ../C/gnome-mastermind.xml:188(term)
219 #: C/gnome-mastermind.xml:188(term)
177220 msgid "Command line"
178221 msgstr "Ligne de commande"
179222
180 #: ../C/gnome-mastermind.xml:190(para)
223 #: C/gnome-mastermind.xml:190(para)
181224 msgid ""
182225 "To start <application>GNOME Mastermind</application> from a command line, "
183226 "type the following command, then press <keycap>Return</keycap>:"
186229 "commande, saisissez la commande suivante, puis appuyez sur <keycap>Entrée</"
187230 "keycap>:"
188231
189 #: ../C/gnome-mastermind.xml:193(command)
232 #: C/gnome-mastermind.xml:193(command)
190233 msgid "gnome-mastermind"
191 msgstr ""
192
193 #: ../C/gnome-mastermind.xml:199(para)
234 msgstr "gnome-mastermind"
235
236 #: C/gnome-mastermind.xml:199(para)
194237 msgid ""
195238 "Here follows a screenshot of <application>GNOME Mastermind</application>, "
196239 "typical play session"
198241 "Voici une capture d'écran de <application>GNOME Mastermind</application>, au "
199242 "cours d'une partie classique"
200243
201 #: ../C/gnome-mastermind.xml:203(title)
244 #: C/gnome-mastermind.xml:203(title)
202245 msgid "<application>GNOME Mastermind</application> Start Up Window"
203246 msgstr "<application>GNOME Mastermind</application> Fenêtre de démarrage"
204247
205 #: ../C/gnome-mastermind.xml:216(phrase)
248 #: C/gnome-mastermind.xml:216(phrase)
206249 msgid ""
207250 "Shows <application>GNOME Mastermind</application> main window. Contains "
208251 "titlebar, menubar, toolbar, display area, and scrollbars. Menubar contains "
213256 "d'outils, la zone d'affichage et les barres de défilement. La barre de menu "
214257 "contient les menus Jeu, Réglages et Aide."
215258
216 #: ../C/gnome-mastermind.xml:227(para)
259 #. for example, the items on the menubar and on the toolbar. This section is optional.
260 #: C/gnome-mastermind.xml:227(para)
217261 msgid "At first let's investigate on the game interface. From top to bottom:"
218262 msgstr "Jetons tout d'abord un œil à l'interface de jeu. De haut en bas :"
219263
220 #: ../C/gnome-mastermind.xml:231(term)
264 #: C/gnome-mastermind.xml:231(term)
221265 msgid "Menubar."
222266 msgstr "Barre de menu."
223267
224 #: ../C/gnome-mastermind.xml:233(para)
268 #: C/gnome-mastermind.xml:233(para)
225269 msgid ""
226270 "The menus on the menubar contain all of the commands you need to work with "
227271 "<application>GNOME Mastermind</application>."
229273 "Le menu contient toutes les commandes dont vous avez besoin pour utiliser "
230274 "<application>GNOME Mastermind</application>."
231275
232 #: ../C/gnome-mastermind.xml:238(term)
276 #: C/gnome-mastermind.xml:238(term)
233277 msgid "Toolbar."
234278 msgstr "Barre d'outils."
235279
236 #: ../C/gnome-mastermind.xml:240(para)
280 #: C/gnome-mastermind.xml:240(para)
237281 msgid ""
238282 "The toolbar contains a subset of the commands that you usually will access "
239283 "more often."
241285 "La barre d'outils contient un jeu de commandes auxquelles vous accédez "
242286 "généralement le plus souvent."
243287
244 #: ../C/gnome-mastermind.xml:244(term)
288 #: C/gnome-mastermind.xml:244(term)
245289 msgid "Main game area."
246290 msgstr "Zone de jeu principale."
247291
248 #: ../C/gnome-mastermind.xml:246(para)
292 #: C/gnome-mastermind.xml:246(para)
249293 msgid ""
250294 "From left to right you can see main grid where pegs are placed, and score "
251295 "grid where computer gives us feedback"
252296 msgstr ""
253 "De gauche à droite vous pouvez voir la grille principale où les plots sont "
297 "De gauche à droite vous pouvez voir la grille principale où les pions sont "
254298 "placés, et la grille de score où l'ordinateur renvoie les résultats"
255299
256 #: ../C/gnome-mastermind.xml:251(term)
300 #: C/gnome-mastermind.xml:251(term)
257301 msgid "Tray area."
258 msgstr "Zone de plots."
259
260 #: ../C/gnome-mastermind.xml:253(para)
302 msgstr "zone des pions."
303
304 #: C/gnome-mastermind.xml:253(para)
261305 msgid ""
262306 "That's the colored pegs tray. Click here with first mouse button to select a "
263307 "ball. Click then in a main grid active cell to place the peg."
264308 msgstr ""
265 "C'est la zone des plots colorés. Cliquez ici avec le bouton gauche de la "
266 "souris pour sélectionner un plot. Cliquez ensuite dans une case libre de la "
267 "grille principale pour placer le plot."
268
269 #: ../C/gnome-mastermind.xml:256(para)
309 "C'est la zone des pions colorés. Cliquez ici avec le bouton gauche de la "
310 "souris pour sélectionner un pion. Cliquez ensuite dans une case libre de la "
311 "grille principale pour placer le pion."
312
313 #: C/gnome-mastermind.xml:256(para)
270314 msgid ""
271315 "Middle click on a peg in the tray area places it in the first available cell."
272316 msgstr ""
273 "Un clic du milieu sur un plot dans la zone des plot place ce dernier dans la "
317 "Un clic du milieu sur un pion dans la zone des pion place ce dernier dans la "
274318 "première case disponible."
275319
276 #: ../C/gnome-mastermind.xml:262(title)
320 #: C/gnome-mastermind.xml:262(title)
277321 msgid "Shortcuts"
278322 msgstr "Raccourcis"
279323
280 #: ../C/gnome-mastermind.xml:266(guilabel)
324 #: C/gnome-mastermind.xml:266(guilabel)
281325 msgid "First button click"
282326 msgstr "Clic gauche"
283327
284 #: ../C/gnome-mastermind.xml:267(para)
328 #: C/gnome-mastermind.xml:267(para)
285329 msgid "Select peg if done in tray area. Place it if done in main grid cells."
286330 msgstr ""
287 "Sélectionne un plot si effectué dans la zone de plots. Le positionne si "
331 "Sélectionne un pion si effectué dans la zone des pions. Le positionne si "
288332 "effectué dans les cases de la grille principale."
289333
290 #: ../C/gnome-mastermind.xml:272(guilabel)
291 msgid "Middle button click"
292 msgstr "Clic milieu"
293
294 #: ../C/gnome-mastermind.xml:273(para)
334 #: C/gnome-mastermind.xml:272(guilabel)
335 msgid "First button Drag and Drop"
336 msgstr "Glisser-déposer avec le bouton gauche"
337
338 #: C/gnome-mastermind.xml:273(para)
339 msgid "Place peg moving it from the tray area to an active cell."
340 msgstr "Positionne le pion en le déplaçant de la zone des pions vers une case active."
341
342 #: C/gnome-mastermind.xml:276(para)
343 msgid ""
344 "<guilabel>First button double click</guilabel> or <guilabel>Middle button "
345 "single click</guilabel>"
346 msgstr ""
347 "<guilabel>Double clic avec le bouton de gauche</guilabel> ou <guilabel>clic "
348 "avec le bouton du milieu</guilabel>"
349
350 #: C/gnome-mastermind.xml:279(para)
295351 msgid "Available only in tray area, place ball to first free active cell."
296352 msgstr ""
297 "Disponible dans la zone de plots, place un plot dans la première case libre."
298
299 #: ../C/gnome-mastermind.xml:278(guilabel)
353 "Disponible dans la zone des pions, place un pion dans la première case libre."
354
355 #: C/gnome-mastermind.xml:284(guilabel)
356 msgid "Ctrl + Z"
357 msgstr "Ctrl + Z"
358
359 #: C/gnome-mastermind.xml:285(para)
360 msgid "Undo last move."
361 msgstr "Annule le dernier coup."
362
363 #: C/gnome-mastermind.xml:289(guilabel)
364 msgid "Shift + Ctrl + Z"
365 msgstr "Shift + Ctrl + Z"
366
367 #: C/gnome-mastermind.xml:290(para)
368 msgid "Repeat last undone move."
369 msgstr "Rétablit le dernier coup annulé."
370
371 #: C/gnome-mastermind.xml:294(guilabel)
300372 msgid "Ctrl + N"
301 msgstr ""
302
303 #: ../C/gnome-mastermind.xml:279(para)
373 msgstr "Ctrl + N"
374
375 #: C/gnome-mastermind.xml:295(para)
304376 msgid "Start a new game."
305377 msgstr "Démarre une nouvelle partie."
306378
307 #: ../C/gnome-mastermind.xml:283(guilabel)
379 #: C/gnome-mastermind.xml:299(guilabel)
308380 msgid "Ctrl + Q"
309 msgstr ""
310
311 #: ../C/gnome-mastermind.xml:284(para)
381 msgstr "Ctrl + Q"
382
383 #: C/gnome-mastermind.xml:300(para)
312384 msgid "Quit game window."
313385 msgstr "Quitte la fenêtre de jeu."
314386
315 #: ../C/gnome-mastermind.xml:288(guilabel)
387 #: C/gnome-mastermind.xml:304(guilabel)
316388 msgid "Ctrl + P"
317 msgstr ""
318
319 #: ../C/gnome-mastermind.xml:289(para)
389 msgstr "Ctrl + P"
390
391 #: C/gnome-mastermind.xml:305(para)
320392 msgid "Open preferences dialog."
321393 msgstr "Oouvre la boîte de dialogue des préférences."
322394
323 #: ../C/gnome-mastermind.xml:293(guilabel)
395 #: C/gnome-mastermind.xml:309(guilabel)
324396 msgid "F1"
325 msgstr ""
326
327 #: ../C/gnome-mastermind.xml:294(para)
397 msgstr "F1"
398
399 #: C/gnome-mastermind.xml:310(para)
328400 msgid "Show this manual."
329401 msgstr "Affiche ce manuel."
330402
331 #: ../C/gnome-mastermind.xml:299(title)
403 #: C/gnome-mastermind.xml:316(para)
404 msgid ""
405 "You can also place pegs <emphasis>over</emphasis> already placed pegs (on "
406 "the current row)."
407 msgstr ""
408 "Vous pouvez également placer des pions <emphasis>par dessus</emphasis> les pions "
409 "déjà positionnés (sur la ligne en cours)."
410
411 #: C/gnome-mastermind.xml:319(para)
412 msgid ""
413 "Placing the last peg of a row starts current guess validation (with no "
414 "chance to undo or replace it) so be careful if you are not sure."
415 msgstr ""
416 "Positionner le dernier pion sur une ligne démarre la vérification de cette "
417 "dernière (sans possibilité d'annuler le dernier coup ou de remplacer un pion). "
418 "Soyez prudent si vous n'êtes pas sûr(e)."
419
420 #: C/gnome-mastermind.xml:325(title)
332421 msgid "Walk through a game session"
333422 msgstr "Exemple d'une partie"
334423
335 #: ../C/gnome-mastermind.xml:300(para)
424 #: C/gnome-mastermind.xml:326(para)
336425 msgid "Let's now take a look at the previous session screen step by step:"
337426 msgstr "Regardons maintenant la précédente partie pas à pas :"
338427
339 #: ../C/gnome-mastermind.xml:303(title)
428 #: C/gnome-mastermind.xml:329(title)
340429 msgid "<application>GNOME Mastermind</application> First row"
341430 msgstr "<application>GNOME Mastermind</application> Première rangée"
342431
343 #: ../C/gnome-mastermind.xml:316(phrase)
432 #: C/gnome-mastermind.xml:342(phrase)
344433 msgid "First row"
345434 msgstr "Première rangée"
346435
347 #: ../C/gnome-mastermind.xml:322(para)
436 #. ==== End of Figure ====
437 #: C/gnome-mastermind.xml:348(para)
348438 msgid ""
349439 "This is the first guess. As you can see the score grid is empty because no "
350440 "right peg has been chosen."
351441 msgstr ""
352442 "C'est le premier coup d'essai. Comme vous pouvez le voir la grille de score "
353 "est vide car aucun bon plot n'a été trouvé."
354
355 #: ../C/gnome-mastermind.xml:325(title)
443 "est vide car aucun bon pion n'a été trouvé."
444
445 #: C/gnome-mastermind.xml:351(title)
356446 msgid "<application>GNOME Mastermind</application> Second row"
357447 msgstr "<application>GNOME Mastermind</application> Deuxième rangée"
358448
359 #: ../C/gnome-mastermind.xml:338(phrase)
449 #: C/gnome-mastermind.xml:364(phrase)
360450 msgid "Second row"
361451 msgstr "Deuxième rangée"
362452
363 #: ../C/gnome-mastermind.xml:344(para)
453 #. ==== End of Figure ====
454 #: C/gnome-mastermind.xml:370(para)
364455 msgid ""
365456 "Here we have 3 white score pegs. It means that we catched 3 right colors but "
366457 "placed them in wrong order. We are following the good path."
367458 msgstr ""
368 "Nous avons ici trois plots de score blancs. Ceci signifie que nous avons "
459 "Nous avons ici trois pions de score blancs. Ceci signifie que nous avons "
369460 "trouvé trois bonnes couleurs mais qu'elles sont placées dans le mauvais "
370461 "ordre. Nous suivons le bon chemin."
371462
372 #: ../C/gnome-mastermind.xml:347(title)
463 #: C/gnome-mastermind.xml:373(title)
373464 msgid "<application>GNOME Mastermind</application> Third row"
374465 msgstr "<application>GNOME Mastermind</application> Troisième rangée"
375466
376 #: ../C/gnome-mastermind.xml:360(phrase)
467 #: C/gnome-mastermind.xml:386(phrase)
377468 msgid "Third row"
378469 msgstr "Troisième rangée"
379470
380 #: ../C/gnome-mastermind.xml:366(para)
471 #. ==== End of Figure ====
472 #: C/gnome-mastermind.xml:392(para)
381473 msgid ""
382474 "Leaving the same color combination and changing order leads us to the "
383475 "solution. But we still have to understand which one is wrong!"
385477 "Laisser la même combinaison de couleurs mais changer l'ordre nous mène à la "
386478 "solution. Mais nous devons toujours chercher lequel est mauvais !"
387479
388 #: ../C/gnome-mastermind.xml:369(title)
480 #: C/gnome-mastermind.xml:395(title)
389481 msgid "<application>GNOME Mastermind</application> Fourth row"
390482 msgstr "<application>GNOME Mastermind</application> Quatrième rangée"
391483
392 #: ../C/gnome-mastermind.xml:382(phrase)
484 #: C/gnome-mastermind.xml:408(phrase)
393485 msgid "Fourth row"
394486 msgstr "Quatrième rangée"
395487
396 #: ../C/gnome-mastermind.xml:388(para)
488 #. ==== End of Figure ====
489 #: C/gnome-mastermind.xml:414(para)
397490 msgid ""
398491 "Inserting a random color make a white score peg come out. Since we didn't "
399492 "change other color pegs order we've just found the missing color!"
400493 msgstr ""
401 "Insérer une couleur aléatoire affiche un plot de score blanc. Comme nous "
402 "n'avons pas changé les autres plots colorés, nous avons donc trouvé la "
494 "Insérer une couleur aléatoire affiche un pion de score blanc. Comme nous "
495 "n'avons pas changé les autres pions colorés, nous avons donc trouvé la "
403496 "couleur manquante !"
404497
405 #: ../C/gnome-mastermind.xml:391(title)
498 #: C/gnome-mastermind.xml:417(title)
406499 msgid "<application>GNOME Mastermind</application> Last row"
407500 msgstr "<application>GNOME Mastermind</application> Dernière rangée"
408501
409 #: ../C/gnome-mastermind.xml:404(phrase)
502 #: C/gnome-mastermind.xml:430(phrase)
410503 msgid "Last row"
411504 msgstr "Dernière rangée"
412505
413 #: ../C/gnome-mastermind.xml:410(para)
506 #. ==== End of Figure ====
507 #: C/gnome-mastermind.xml:436(para)
414508 msgid ""
415509 "Yeah! Restoring removed peg and replacing another one with the new right "
416510 "color makes everything turn right. We won :D!"
417511 msgstr ""
418 "Oui ! Remettre le plot enlevé et remplacer un autre par la nouvelle bonne "
512 "Oui ! Remettre le pion enlevé et remplacer un autre par la nouvelle bonne "
419513 "couleur résout tout. Nous avons gagné :D !"
420514
421 #: ../C/gnome-mastermind.xml:413(title)
515 #: C/gnome-mastermind.xml:439(title)
422516 msgid "Coming Soon"
423517 msgstr "Et bientôt"
424518
425 #: ../C/gnome-mastermind.xml:414(para)
519 #: C/gnome-mastermind.xml:440(para)
426520 msgid ""
427521 "Next releases will hopefully contain a more detailed manual that better "
428522 "explains each settings in the preferences menu. It will also contain a "
432526 "mieux chaque réglages du menu préférences. Il présentera aussi un guide "
433527 "simple pour dessiner et envoyer de nouveaux thèmes."
434528
435 #: ../C/gnome-mastermind.xml:429(title)
529 #: C/gnome-mastermind.xml:455(title)
436530 msgid "About <application>GNOME Mastermind</application>"
437531 msgstr "À propos <application>GNOME Mastermind</application>"
438532
439 #: ../C/gnome-mastermind.xml:436(para)
533 #: C/gnome-mastermind.xml:456(para)
534 msgid ""
535 "<application>GNOME Mastermind</application> was written by Filippo Argiolas "
536 "(<email>filippo.argiolas@gmail.com</email>). To find more information about "
537 "<application>GNOME Mastermind</application>, please visit the <ulink url="
538 "\"http://www.autistici.org/gnome-mastermind\" type=\"http"
539 "\"><application>GNOME Mastermind</application> webpage</ulink>."
540 msgstr ""
541 "<application>GNOME Mastermind</application> a été écrit par Filippo Argiolas "
542 "(<email>filippo.argiolas@gmail.com</email>). Pour davantage d'information à "
543 "propos <application>GNOME Mastermind</application>, visitez la <ulink url="
544 "\"http://www.autistici.org/gnome-mastermind\" type=\"http\">page web "
545 "<application>GNOME Mastermind</application></ulink>(en anglais)."
546
547 #: C/gnome-mastermind.xml:460(para)
440548 msgid ""
441549 "For copyright issues check the about dialog and, most of all, copyright and "
442550 "copyright-artwork files in source tree or in the package data dir (usually /"
447555 "sources du programme ou dans le répertoire des données du jeu (typiquement /"
448556 "usr/share/gnome-mastermind)."
449557
450 #: ../C/gnome-mastermind.xml:444(para)
558 #: C/gnome-mastermind.xml:468(para)
451559 msgid ""
452560 "This program is distributed under the terms of the GNU General Public "
453561 "license as published by the Free Software Foundation; either version 2 of "
456564 "documentation; another can be found in the file COPYING included with the "
457565 "source code of this program."
458566 msgstr ""
459
460 #. When image changes, this message will be marked fuzzy or untranslated for you.
461 #. It doesn't matter what you translate it to: it's not used at all.
462 #: ../C/gnome-mastermind.xml:207(None)
463 msgid "@@image: 'figures/mainwindow.png'; md5=7178cb82941667492461f4b0d0dcb5ee"
464 msgstr ""
465
466 #. When image changes, this message will be marked fuzzy or untranslated for you.
467 #. It doesn't matter what you translate it to: it's not used at all.
468 #: ../C/gnome-mastermind.xml:307(None)
469 msgid "@@image: 'figures/row1.png'; md5=3b0527f07b80cef14da1f507c069d377"
470 msgstr ""
471
472 #. When image changes, this message will be marked fuzzy or untranslated for you.
473 #. It doesn't matter what you translate it to: it's not used at all.
474 #: ../C/gnome-mastermind.xml:329(None)
475 msgid "@@image: 'figures/row2.png'; md5=41d3169bdddd795f3c832938e9ba1df2"
476 msgstr ""
477
478 #. When image changes, this message will be marked fuzzy or untranslated for you.
479 #. It doesn't matter what you translate it to: it's not used at all.
480 #: ../C/gnome-mastermind.xml:351(None)
481 msgid "@@image: 'figures/row3.png'; md5=ca977464f2699e93f66e343f65e5d4b5"
482 msgstr ""
483
484 #. When image changes, this message will be marked fuzzy or untranslated for you.
485 #. It doesn't matter what you translate it to: it's not used at all.
486 #: ../C/gnome-mastermind.xml:373(None)
487 msgid "@@image: 'figures/row4.png'; md5=a4fcf5f0af13d781305e115aa8c9d3c3"
488 msgstr ""
489
490 #. When image changes, this message will be marked fuzzy or untranslated for you.
491 #. It doesn't matter what you translate it to: it's not used at all.
492 #: ../C/gnome-mastermind.xml:395(None)
493 msgid "@@image: 'figures/row5.png'; md5=3fcd2b33b8ae55bf029fd79ed36fde1c"
494 msgstr ""
495
496 #: ../C/gnome-mastermind.xml:430(para)
497 msgid ""
498 "<application>GNOME Mastermind</application> was written by Filippo Argiolas "
499 "(<email>filippo.argiolas@gmail.com</email>). To find more information about "
500 "<application>GNOME Mastermind</application>, please visit the <ulink url="
501 "\"http://www.autistici.org/gnome-mastermind\" type=\"http"
502 "\"><application>GNOME Mastermind</application> webpage</ulink>."
503 msgstr ""
504 "<application>GNOME Mastermind</application> a été écrit par Filippo Argiolas "
505 "(<email>filippo.argiolas@gmail.com</email>). Pour davantage d'information à "
506 "propos <application>GNOME Mastermind</application>, visitez la <ulink url="
507 "\"http://www.autistici.org/gnome-mastermind\" type=\"http\">page web "
508 "<application>GNOME Mastermind</application></ulink>(en anglais)."
567 "Ce programme est distribué suivant les termes de la Licence Publique Générale "
568 "GNU telle que publiée par la Free Software Foundation ; soit la version 2 de "
569 "cette licence, soit (à votre convenance) une version ultérieure. Une <ulink "
570 "url=\"ghelp:gpl\" type=\"help\">copie de cette licence</ulink> est incluse avec "
571 "cette documentation ; une autre peut être trouvée dans le fichier COPYING inclus "
572 "avec le code source de ce programme."
509573
510574 #. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
511 #: ../C/gnome-mastermind.xml:0(None)
575 #: C/gnome-mastermind.xml:0(None)
512576 msgid "translator-credits"
513 msgstr "Robert-André Mauchin <zebob.m@gmail.com>"
577 msgstr ""
578 "Robert-André Mauchin <zebob.m@gmail.com>, 2007."
579
580 #~ msgid "Middle button click"
581 #~ msgstr "Clic milieu"
11 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
22 <!ENTITY appname "GNOME Mastermind">
33 <!ENTITY app "<application>GNOME Mastermind</application>">
4 <!ENTITY appversion "0.2">
5 <!ENTITY manrevision "0.1">
6 <!ENTITY date "April 2007">
4 <!ENTITY appversion "0.3">
5 <!ENTITY manrevision "0.2">
6 <!ENTITY date "May 2007">
77 <!-- Information about the entities
88 Use the app and appname entities to specify the name of the application.
99 Use the appversion entity to specify the version of the application.
3434 <!-- =============Document Header ============================= -->
3535 <article id="index" lang="fr">
3636 <articleinfo>
37 <title><application>GNOME Mastermind</application> Manuel</title>
37 <title>Manuel de <application>GNOME Mastermind</application></title>
3838 <abstract role="description">
3939 <para><application>GNOME Mastermind</application> est un jeu similaire à <trademark class="trade">Mastermind</trademark> pour le bureau GNOME.</para>
4040 </abstract>
4242 <copyright>
4343 <year>2007</year>
4444 <holder>Filippo Argiolas</holder>
45 </copyright>
45 </copyright><copyright><year>2007.</year><holder>Robert-André Mauchin (zebob.m@gmail.com)</holder></copyright>
4646
4747 <!-- An address can be added to the publisher information. -->
4848 <publisher role="maintainer">
8383 <!-- to V3.0, and so on. -->
8484 <revhistory>
8585 <revision>
86 <revnumber>GNOME Mastermind Manuel V0.1</revnumber>
87 <date>April 2007</date>
86 <revnumber>Manuel de GNOME Mastermind V0.3</revnumber>
87 <date>May 2007</date>
8888 <revdescription>
89 <para role="author">Filippo Argiolas
90
91 </para>
89 <para role="author">Filippo Argiolas</para>
9290 <para role="publisher">Filippo Argiolas</para>
9391 </revdescription>
9492 </revision>
9593 </revhistory>
9694
97 <releaseinfo>Ce manuel présente la version 0.2 de GNOME Mastermind.</releaseinfo>
95 <releaseinfo>Ce manuel présente la version 0.3 de GNOME Mastermind.</releaseinfo>
9896 <legalnotice>
9997 <title>Commentaires et corrections</title>
100 <para>Veuillez rapporter n'importe quelle anomalie au <ulink url="https://gna.org/bugs/?func=additem&amp;group=gnome-mastermind">traqueur d'anomalie de gna.org</ulink> ou inscrivez-vous sur la liste de diffusion publique sur la page web du projet pour nous faire part de vos commentaires et corrections.</para>
98 <para>Veuillez rapporter n'importe quelle anomalie au <ulink url="https://gna.org/bugs/?func=additem&amp;group=gnome-mastermind">traqueur d'anomalies de gna.org</ulink> ou inscrivez-vous sur la liste de diffusion publique sur la page web du projet pour nous faire part de vos commentaires et corrections.</para>
10199 <!-- Translators may also add here feedback address for translations -->
102100 </legalnotice>
103101 </articleinfo>
116114 <title>Le jeu</title>
117115 <para>Voici pour débuter une brève introduction à propos du jeu classique auquel celui-ci ressemble (source : wikipedia).</para>
118116 <para><trademark class="trade">Mastermind</trademark> est un jeu de cassage de code pour deux joueurs, inventé en 1970 par Mordecai Meirowitz, qui a été très populaire durant les années 80.</para>
119 <para>Le jeu se joue avec deux joueurs : le <emphasis>créateur de code</emphasis> et le <emphasis>casseur de code</emphasis>. Le créateur de code, place de son côté du plateau (caché de l'autre), une combinaison de 4 couleurs. Le casseur de code doit deviner ce motif (à la fois l'ordre et les couleurs) en un nombre minimal de coups. À chaque tour (12 dans la version la plus typique), le casseur de code tente un motif et le créateur de code lui donne un retour dans la grille de score en plaçant un plot blanc pour chaque élément de bonne couleur mais mal placé et un plot coloré pour les éléments à la fois de bonne couleur et bien placé.</para>
117 <para>Le jeu se joue avec deux joueurs : le <emphasis>créateur de code</emphasis> et le <emphasis>casseur de code</emphasis>. Le créateur de code, place de son côté du plateau (caché de l'autre), une combinaison de 4 couleurs. Le casseur de code doit deviner ce motif (à la fois l'ordre et les couleurs) en un nombre minimal de coups. À chaque tour (12 dans la version la plus typique), le casseur de code tente un motif et le créateur de code lui donne un retour dans la grille de score en plaçant un pion blanc pour chaque élément de bonne couleur mais mal placé et un pion coloré pour les éléments à la fois de bonne couleur et bien placé.</para>
120118 <para>Une fois qu'il a eu le retour, le casseur de code essaye à nouveau de deviner la séquence en suivant les astuces du créateur de code. Le jeu est évidemment gagné par le créateur de code si le casseur de code n'a réussi aucune tentative.</para>
121119 </sect2>
122120 <sect2 id="this-game">
123121 <title>Ce jeu</title>
124122 <para><application>GNOME Mastermind</application> est une version solitaire qui ressemble à la version classique. Le rôle du créateur de code est pris par l'ordinateur.</para>
125 <para>Le joueur doit deviner une combinaison de quatre couleurs (notez que chaque couleur peut être répétée). L'ordinateur affiche (avec le thème par défaut sélectionné) un plot rouge pour chaque bonne couleur correctement placée et un plot blanc pour chaque bonne couleur mal placée.</para>
123 <para>Le joueur doit deviner une combinaison de quatre couleurs (notez que chaque couleur peut être répétée). L'ordinateur affiche (avec le thème par défaut sélectionné) un pion rouge pour chaque bonne couleur correctement placée et un pion blanc pour chaque bonne couleur mal placée.</para>
126124 </sect2>
127125 <sect2 id="get-started">
128126 <title>Bien débuter</title>
189187 <varlistentry>
190188 <term>Zone de jeu principale.</term>
191189 <listitem>
192 <para>De gauche à droite vous pouvez voir la grille principale où les plots sont placés, et la grille de score où l'ordinateur renvoie les résultats</para>
190 <para>De gauche à droite vous pouvez voir la grille principale où les pions sont placés, et la grille de score où l'ordinateur renvoie les résultats</para>
193191 </listitem>
194192 </varlistentry>
195193 <varlistentry>
196 <term>Zone de plots.</term>
197 <listitem>
198 <para>C'est la zone des plots colorés. Cliquez ici avec le bouton gauche de la souris pour sélectionner un plot. Cliquez ensuite dans une case libre de la grille principale pour placer le plot.</para>
199 <para>Un clic du milieu sur un plot dans la zone des plot place ce dernier dans la première case disponible.</para>
194 <term>zone des pions.</term>
195 <listitem>
196 <para>C'est la zone des pions colorés. Cliquez ici avec le bouton gauche de la souris pour sélectionner un pion. Cliquez ensuite dans une case libre de la grille principale pour placer le pion.</para>
197 <para>Un clic du milieu sur un pion dans la zone des pion place ce dernier dans la première case disponible.</para>
200198 </listitem>
201199 </varlistentry>
202200 </variablelist>
207205 <listitem>
208206 <para>
209207 <guilabel>Clic gauche</guilabel> </para>
210 <para>Sélectionne un plot si effectué dans la zone de plots. Le positionne si effectué dans les cases de la grille principale.</para>
211 </listitem>
212 <listitem>
213 <para>
214 <guilabel>Clic milieu</guilabel> </para>
215 <para>Disponible dans la zone de plots, place un plot dans la première case libre.</para>
208 <para>Sélectionne un pion si effectué dans la zone des pions. Le positionne si effectué dans les cases de la grille principale.</para>
209 </listitem>
210 <listitem>
211 <para>
212 <guilabel>Glisser-déposer avec le bouton gauche</guilabel> </para>
213 <para>Positionne le pion en le déplaçant de la zone des pions vers une case active.</para>
214 </listitem>
215 <listitem>
216 <para><guilabel>Double clic avec le bouton de gauche</guilabel> ou <guilabel>clic avec le bouton du milieu</guilabel></para>
217 <para>Disponible dans la zone des pions, place un pion dans la première case libre.</para>
218 </listitem>
219 <listitem>
220 <para>
221 <guilabel>Ctrl + Z</guilabel> </para>
222 <para>Annule le dernier coup.</para>
223 </listitem>
224 <listitem>
225 <para>
226 <guilabel>Shift + Ctrl + Z</guilabel> </para>
227 <para>Rétablit le dernier coup annulé.</para>
216228 </listitem>
217229 <listitem>
218230 <para>
235247 <para>Affiche ce manuel.</para>
236248 </listitem>
237249 </itemizedlist>
250 <note>
251 <itemizedlist>
252 <listitem>
253 <para>Vous pouvez également placer des pions <emphasis>par dessus</emphasis> les pions déjà positionnés (sur la ligne en cours).</para>
254 </listitem>
255 <listitem>
256 <para>Positionner le dernier pion sur une ligne démarre la vérification de cette dernière (sans possibilité d'annuler le dernier coup ou de remplacer un pion). Soyez prudent si vous n'êtes pas sûr(e).</para>
257 </listitem>
258 </itemizedlist>
259 </note>
238260 </sect2>
239261 <sect2>
240262 <title id="walkthrough">Exemple d'une partie</title>
259281 </screenshot>
260282 </figure>
261283 <!-- ==== End of Figure ==== -->
262 <para>C'est le premier coup d'essai. Comme vous pouvez le voir la grille de score est vide car aucun bon plot n'a été trouvé.</para>
284 <para>C'est le premier coup d'essai. Comme vous pouvez le voir la grille de score est vide car aucun bon pion n'a été trouvé.</para>
263285 <!-- ==== Figure ==== -->
264286 <figure id="row2-fig">
265287 <title><application>GNOME Mastermind</application> Deuxième rangée</title>
280302 </screenshot>
281303 </figure>
282304 <!-- ==== End of Figure ==== -->
283 <para>Nous avons ici trois plots de score blancs. Ceci signifie que nous avons trouvé trois bonnes couleurs mais qu'elles sont placées dans le mauvais ordre. Nous suivons le bon chemin.</para>
305 <para>Nous avons ici trois pions de score blancs. Ceci signifie que nous avons trouvé trois bonnes couleurs mais qu'elles sont placées dans le mauvais ordre. Nous suivons le bon chemin.</para>
284306 <!-- ==== Figure ==== -->
285307 <figure id="row3-fig">
286308 <title><application>GNOME Mastermind</application> Troisième rangée</title>
322344 </screenshot>
323345 </figure>
324346 <!-- ==== End of Figure ==== -->
325 <para>Insérer une couleur aléatoire affiche un plot de score blanc. Comme nous n'avons pas changé les autres plots colorés, nous avons donc trouvé la couleur manquante !</para>
347 <para>Insérer une couleur aléatoire affiche un pion de score blanc. Comme nous n'avons pas changé les autres pions colorés, nous avons donc trouvé la couleur manquante !</para>
326348 <!-- ==== Figure ==== -->
327349 <figure id="row5-fig">
328350 <title><application>GNOME Mastermind</application> Dernière rangée</title>
343365 </screenshot>
344366 </figure>
345367 <!-- ==== End of Figure ==== -->
346 <para>Oui ! Remettre le plot enlevé et remplacer un autre par la nouvelle bonne couleur résout tout. Nous avons gagné :D !</para>
368 <para>Oui ! Remettre le pion enlevé et remplacer un autre par la nouvelle bonne couleur résout tout. Nous avons gagné :D !</para>
347369 </sect2>
348370 <sect2 id="cmsoon">
349371 <title>Et bientôt</title>
361383 <title>À propos <application>GNOME Mastermind</application></title>
362384 <para><application>GNOME Mastermind</application> a été écrit par Filippo Argiolas (<email>filippo.argiolas@gmail.com</email>). Pour davantage d'information à propos <application>GNOME Mastermind</application>, visitez la <ulink url="http://www.autistici.org/gnome-mastermind" type="http">page web <application>GNOME Mastermind</application></ulink>(en anglais).</para>
363385 <para>Pour les problèmes de droits d'utilisation vérifiez la boîte de dialogue À propos et également les fichiers copyright et copyright-artwork dans les sources du programme ou dans le répertoire des données du jeu (typiquement /usr/share/gnome-mastermind).</para>
364 <para>Veuillez rapporter n'importe quelle anomalie au <ulink url="https://gna.org/bugs/?func=additem&amp;group=gnome-mastermind">traqueur d'anomalie de gna.org</ulink> ou inscrivez-vous sur la liste de diffusion publique sur la page web du projet pour nous faire part de vos commentaires et corrections.</para>
365 <para> This program is distributed under the terms of the GNU
366 General Public license as published by the Free Software
367 Foundation; either version 2 of the License, or (at your option)
368 any later version. A
369 <ulink url="ghelp:gpl" type="help">copy of this license</ulink>
370 is included with this documentation; another can be found in the file
371 COPYING included with the source code of this program. </para>
386 <para>Veuillez rapporter n'importe quelle anomalie au <ulink url="https://gna.org/bugs/?func=additem&amp;group=gnome-mastermind">traqueur d'anomalies de gna.org</ulink> ou inscrivez-vous sur la liste de diffusion publique sur la page web du projet pour nous faire part de vos commentaires et corrections.</para>
387 <para>Ce programme est distribué suivant les termes de la Licence Publique Générale GNU telle que publiée par la Free Software Foundation ; soit la version 2 de cette licence, soit (à votre convenance) une version ultérieure. Une <ulink url="ghelp:gpl" type="help">copie de cette licence</ulink> est incluse avec cette documentation ; une autre peut être trouvée dans le fichier COPYING inclus avec le code source de ce programme.</para>
372388
373389 </sect1>
374390 </article>
11 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
22 <!ENTITY appname "GNOME Mastermind">
33 <!ENTITY app "<application>GNOME Mastermind</application>">
4 <!ENTITY appversion "0.2">
5 <!ENTITY manrevision "0.1">
6 <!ENTITY date "April 2007">
4 <!ENTITY appversion "0.3">
5 <!ENTITY manrevision "0.2">
6 <!ENTITY date "May 2007">
77 <!-- Information about the entities
88 Use the app and appname entities to specify the name of the application.
99 Use the appversion entity to specify the version of the application.
8383 <!-- to V3.0, and so on. -->
8484 <revhistory>
8585 <revision>
86 <revnumber>Manuale di GNOME Mastermind V0.1</revnumber>
87 <date>April 2007</date>
86 <revnumber>Manuale di GNOME Mastermind V0.2</revnumber>
87 <date>May 2007</date>
8888 <revdescription>
8989 <para role="author">Filippo Argiolas
9090
9494 </revision>
9595 </revhistory>
9696
97 <releaseinfo>Questo manuale descrive la versione 0.2 di GNOME Mastermind</releaseinfo>
97 <releaseinfo>Questa guida descrive la versione 0.3 di GNOME Mastermind</releaseinfo>
9898 <legalnotice>
9999 <title>Feedback</title>
100100 <para>Per favore, riporta qualsiasi problema al <ulink url="https://gna.org/bugs/?func=additem&amp;group=gnome-mastermind">Bug tracker di gna.org</ulink> o iscriviti alla mailing-list pubblica (vedi l'homepage del progetto) per qualsiasi consiglio, impressione, suggerimento.</para>
137137 <varlistentry>
138138 <term>Da riga di comando</term>
139139 <listitem>
140 <para>To start <application>GNOME Mastermind</application> from a command line, type the following command,
141 then press <keycap>Return</keycap>:</para>
140 <para>Per avviare <application>GNOME Mastermind</application> da riga di comando inserisci il seguente comando e poi premi <keycap>Return</keycap>:</para>
142141 <para>
143142 <command>gnome-mastermind</command>
144143 </para>
210209 <guilabel>Click del primo tasto del mouse</guilabel> </para>
211210 <para>Seleziona un <emphasis>piolino</emphasis> se fatto nel vassoio. Lo piazza se fatto in una cella della griglia principale.</para>
212211 </listitem>
213 <listitem>
214 <para>
215 <guilabel>Click del tasto centrale del mouse</guilabel> </para>
212 <listitem>
213 <para>
214 <guilabel>Drag and Drop con il primo tasto del mouse</guilabel> </para>
215 <para>Piazza il <emphasis>piolino</emphasis> spostandolo dal vassoio ad una cella attiva</para>
216 </listitem>
217 <listitem>
218 <para><guilabel>Doppio click con il primo tasto del mouse</guilabel> o <guilabel>Click singolo con il centrale</guilabel></para>
216219 <para>Funziona soltanto se cliccato nel vassoio. Piazza un <emphasis>piolino</emphasis> nella prima cella attiva.</para>
220 </listitem>
221 <listitem>
222 <para>
223 <guilabel>Ctrl + Z</guilabel> </para>
224 <para>Annulla l'ultima mossa</para>
225 </listitem>
226 <listitem>
227 <para>
228 <guilabel>Maiusc + Ctrl + Z</guilabel> </para>
229 <para>Ripeti l'ultima mossa annullata.</para>
217230 </listitem>
218231 <listitem>
219232 <para>
236249 <para>Mostra questo manuale</para>
237250 </listitem>
238251 </itemizedlist>
252 <note>
253 <itemizedlist>
254 <listitem>
255 <para>Puoi posizionare i piolini anche <emphasis>sopra</emphasis> quelli già piazzati (purchè nella riga corrente).</para>
256 </listitem>
257 <listitem>
258 <para>Posizionando l'ultimo piolino di una riga la combinazione proposta verrà confrontata con quella giusta(senza possibilità di annullare o rimpiazzarlo) quindi stai attento se non sei sicuro.</para>
259 </listitem>
260 </itemizedlist>
261 </note>
239262 </sect2>
240263 <sect2>
241264 <title id="walkthrough">Una sessione di gioco</title>
00 msgid ""
11 msgstr ""
22 "Project-Id-Version: PACKAGE VERSION\n"
3 "POT-Creation-Date: 2007-04-25 22:08+0200\n"
3 "POT-Creation-Date: 2007-05-22 22:17+0200\n"
44 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
55 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
66 "Language-Team: LANGUAGE <LL@li.org>\n"
1616
1717 #. When image changes, this message will be marked fuzzy or untranslated for you.
1818 #. It doesn't matter what you translate it to: it's not used at all.
19 #: ../C/gnome-mastermind.xml:307(None)
19 #: ../C/gnome-mastermind.xml:333(None)
2020 msgid "@@image: 'figures/row1.png'; md5=3b0527f07b80cef14da1f507c069d377"
2121 msgstr ""
2222
2323 #. When image changes, this message will be marked fuzzy or untranslated for you.
2424 #. It doesn't matter what you translate it to: it's not used at all.
25 #: ../C/gnome-mastermind.xml:329(None)
25 #: ../C/gnome-mastermind.xml:355(None)
2626 msgid "@@image: 'figures/row2.png'; md5=41d3169bdddd795f3c832938e9ba1df2"
2727 msgstr ""
2828
2929 #. When image changes, this message will be marked fuzzy or untranslated for you.
3030 #. It doesn't matter what you translate it to: it's not used at all.
31 #: ../C/gnome-mastermind.xml:351(None)
31 #: ../C/gnome-mastermind.xml:377(None)
3232 msgid "@@image: 'figures/row3.png'; md5=ca977464f2699e93f66e343f65e5d4b5"
3333 msgstr ""
3434
3535 #. When image changes, this message will be marked fuzzy or untranslated for you.
3636 #. It doesn't matter what you translate it to: it's not used at all.
37 #: ../C/gnome-mastermind.xml:373(None)
37 #: ../C/gnome-mastermind.xml:399(None)
3838 msgid "@@image: 'figures/row4.png'; md5=a4fcf5f0af13d781305e115aa8c9d3c3"
3939 msgstr ""
4040
4141 #. When image changes, this message will be marked fuzzy or untranslated for you.
4242 #. It doesn't matter what you translate it to: it's not used at all.
43 #: ../C/gnome-mastermind.xml:395(None)
43 #: ../C/gnome-mastermind.xml:421(None)
4444 msgid "@@image: 'figures/row5.png'; md5=3fcd2b33b8ae55bf029fd79ed36fde1c"
4545 msgstr ""
4646
8080 msgstr ""
8181
8282 #: ../C/gnome-mastermind.xml:90(revnumber)
83 msgid "GNOME Mastermind Manual V0.1"
84 msgstr "Manuale di GNOME Mastermind V0.1"
83 msgid "GNOME Mastermind Manual V0.2"
84 msgstr "Manuale di GNOME Mastermind V0.2"
8585
8686 #: ../C/gnome-mastermind.xml:102(releaseinfo)
87 msgid "This manual describes version 0.2 of GNOME Mastermind."
88 msgstr "Questo manuale descrive la versione 0.2 di GNOME Mastermind"
87 msgid "This manual describes version 0.3 of GNOME Mastermind."
88 msgstr "Questa guida descrive la versione 0.3 di GNOME Mastermind"
8989
9090 #: ../C/gnome-mastermind.xml:105(title)
9191 msgid "Feedback"
9292 msgstr ""
9393
94 #: ../C/gnome-mastermind.xml:106(para) ../C/gnome-mastermind.xml:439(para)
94 #: ../C/gnome-mastermind.xml:106(para) ../C/gnome-mastermind.xml:463(para)
9595 msgid ""
9696 "Please report any bug at <ulink url=\"https://gna.org/bugs/?func=additem&amp;"
9797 "group=gnome-mastermind\">Bug tracker at gna.org</ulink> or sign-up to the "
217217 #: ../C/gnome-mastermind.xml:190(para)
218218 msgid ""
219219 "To start <application>GNOME Mastermind</application> from a command line, "
220 "type the following command, then press <keycap>Invio</keycap>:"
220 "type the following command, then press <keycap>Return</keycap>:"
221221 msgstr ""
222222 "Per avviare <application>GNOME Mastermind</application> da riga di comando "
223223 "inserisci il seguente comando e poi premi <keycap>Return</keycap>:"
326326 "fatto in una cella della griglia principale."
327327
328328 #: ../C/gnome-mastermind.xml:272(guilabel)
329 msgid "Middle button click"
330 msgstr "Click del tasto centrale del mouse"
329 msgid "First button Drag and Drop"
330 msgstr "Drag and Drop con il primo tasto del mouse"
331331
332332 #: ../C/gnome-mastermind.xml:273(para)
333 msgid "Place peg moving it from the tray area to an active cell."
334 msgstr ""
335 "Piazza il <emphasis>piolino</emphasis> spostandolo dal vassoio ad una cella "
336 "attiva"
337
338 #: ../C/gnome-mastermind.xml:276(para)
339 msgid ""
340 "<guilabel>First button double click</guilabel> or <guilabel>Middle button "
341 "single click</guilabel>"
342 msgstr ""
343 "<guilabel>Doppio click con il primo tasto del mouse</guilabel> o "
344 "<guilabel>Click singolo con il centrale</guilabel>"
345
346 #: ../C/gnome-mastermind.xml:279(para)
333347 msgid "Available only in tray area, place ball to first free active cell."
334348 msgstr ""
335349 "Funziona soltanto se cliccato nel vassoio. Piazza un <emphasis>piolino</"
336350 "emphasis> nella prima cella attiva."
337351
338 #: ../C/gnome-mastermind.xml:278(guilabel)
352 #: ../C/gnome-mastermind.xml:284(guilabel)
353 msgid "Ctrl + Z"
354 msgstr "Ctrl + Z"
355
356 #: ../C/gnome-mastermind.xml:285(para)
357 msgid "Undo last move."
358 msgstr "Annulla l'ultima mossa"
359
360 #: ../C/gnome-mastermind.xml:289(guilabel)
361 msgid "Shift + Ctrl + Z"
362 msgstr "Maiusc + Ctrl + Z"
363
364 #: ../C/gnome-mastermind.xml:290(para)
365 msgid "Repeat last undone move."
366 msgstr "Ripeti l'ultima mossa annullata."
367
368 #: ../C/gnome-mastermind.xml:294(guilabel)
339369 msgid "Ctrl + N"
340370 msgstr "Ctrl + N"
341371
342 #: ../C/gnome-mastermind.xml:279(para)
372 #: ../C/gnome-mastermind.xml:295(para)
343373 msgid "Start a new game."
344374 msgstr "Avvia una nuova partita."
345375
346 #: ../C/gnome-mastermind.xml:283(guilabel)
376 #: ../C/gnome-mastermind.xml:299(guilabel)
347377 msgid "Ctrl + Q"
348378 msgstr "Ctrl + Q"
349379
350 #: ../C/gnome-mastermind.xml:284(para)
380 #: ../C/gnome-mastermind.xml:300(para)
351381 msgid "Quit game window."
352382 msgstr "Chiude la finestra di gioco."
353383
354 #: ../C/gnome-mastermind.xml:288(guilabel)
384 #: ../C/gnome-mastermind.xml:304(guilabel)
355385 msgid "Ctrl + P"
356386 msgstr "Ctrl + P"
357387
358 #: ../C/gnome-mastermind.xml:289(para)
388 #: ../C/gnome-mastermind.xml:305(para)
359389 msgid "Open preferences dialog."
360390 msgstr "Apre la finestra delle preferenze."
361391
362 #: ../C/gnome-mastermind.xml:293(guilabel)
392 #: ../C/gnome-mastermind.xml:309(guilabel)
363393 msgid "F1"
364394 msgstr "F1"
365395
366 #: ../C/gnome-mastermind.xml:294(para)
396 #: ../C/gnome-mastermind.xml:310(para)
367397 msgid "Show this manual."
368398 msgstr "Mostra questo manuale"
369399
370 #: ../C/gnome-mastermind.xml:299(title)
400 #: ../C/gnome-mastermind.xml:316(para)
401 msgid ""
402 "You can also place pegs <emphasis>over</emphasis> already placed pegs (on "
403 "the current row)."
404 msgstr ""
405 "Puoi posizionare i piolini anche <emphasis>sopra</emphasis> quelli già piazzati (purchè nella "
406 "riga corrente)."
407
408 #: ../C/gnome-mastermind.xml:319(para)
409 msgid ""
410 "Placing the last peg of a row starts current guess validation (with no "
411 "chance to undo or replace it) so be careful if you are not sure."
412 msgstr ""
413 "Posizionando l'ultimo piolino di una riga la combinazione proposta verrà "
414 "confrontata con quella giusta(senza possibilità di annullare o rimpiazzarlo) "
415 "quindi stai attento se non sei sicuro."
416
417 #: ../C/gnome-mastermind.xml:325(title)
371418 msgid "Walk through a game session"
372419 msgstr "Una sessione di gioco"
373420
374 #: ../C/gnome-mastermind.xml:300(para)
421 #: ../C/gnome-mastermind.xml:326(para)
375422 msgid "Let's now take a look at the previous session screen step by step:"
376423 msgstr "Seguiamo passo passo la sessione della schermata precedente:"
377424
378 #: ../C/gnome-mastermind.xml:303(title)
425 #: ../C/gnome-mastermind.xml:329(title)
379426 msgid "<application>GNOME Mastermind</application> First row"
380427 msgstr "<application>GNOME Mastermind</application> Prima riga"
381428
382 #: ../C/gnome-mastermind.xml:316(phrase)
429 #: ../C/gnome-mastermind.xml:342(phrase)
383430 msgid "First row"
384431 msgstr "Prima riga"
385432
386433 #. ==== End of Figure ====
387 #: ../C/gnome-mastermind.xml:322(para)
434 #: ../C/gnome-mastermind.xml:348(para)
388435 msgid ""
389436 "This is the first guess. As you can see the score grid is empty because no "
390437 "right peg has been chosen."
392439 "Questo è il primo tentativo. Come puoi vedere la griglia del punteggio è "
393440 "vuota perchè nessun <emphasis>piolino</emphasis> è ancora giusto."
394441
395 #: ../C/gnome-mastermind.xml:325(title)
442 #: ../C/gnome-mastermind.xml:351(title)
396443 msgid "<application>GNOME Mastermind</application> Second row"
397444 msgstr "<application>GNOME Mastermind</application> Seconda riga"
398445
399 #: ../C/gnome-mastermind.xml:338(phrase)
446 #: ../C/gnome-mastermind.xml:364(phrase)
400447 msgid "Second row"
401448 msgstr "Seconda riga"
402449
403450 #. ==== End of Figure ====
404 #: ../C/gnome-mastermind.xml:344(para)
451 #: ../C/gnome-mastermind.xml:370(para)
405452 msgid ""
406453 "Here we have 3 white score pegs. It means that we catched 3 right colors but "
407454 "placed them in wrong order. We are following the good path."
410457 "che abbiamo indovinato 3 colori giusti ma li abbiamo messi nel posto "
411458 "sbagliato. Siamo sulla buona strada."
412459
413 #: ../C/gnome-mastermind.xml:347(title)
460 #: ../C/gnome-mastermind.xml:373(title)
414461 msgid "<application>GNOME Mastermind</application> Third row"
415462 msgstr "<application>GNOME Mastermind</application> Terza riga"
416463
417 #: ../C/gnome-mastermind.xml:360(phrase)
464 #: ../C/gnome-mastermind.xml:386(phrase)
418465 msgid "Third row"
419466 msgstr "Terza riga"
420467
421468 #. ==== End of Figure ====
422 #: ../C/gnome-mastermind.xml:366(para)
469 #: ../C/gnome-mastermind.xml:392(para)
423470 msgid ""
424471 "Leaving the same color combination and changing order leads us to the "
425472 "solution. But we still have to understand which one is wrong!"
427474 "Lasciare la stessa combinazione ma cambiare l'ordine ci conduce verso la "
428475 "soluzione. Ma dobbiamo ancora capire quale colore è sbagliato!"
429476
430 #: ../C/gnome-mastermind.xml:369(title)
477 #: ../C/gnome-mastermind.xml:395(title)
431478 msgid "<application>GNOME Mastermind</application> Fourth row"
432479 msgstr "<application>GNOME Mastermind</application> Quarta riga"
433480
434 #: ../C/gnome-mastermind.xml:382(phrase)
481 #: ../C/gnome-mastermind.xml:408(phrase)
435482 msgid "Fourth row"
436483 msgstr "Quarta riga"
437484
438485 #. ==== End of Figure ====
439 #: ../C/gnome-mastermind.xml:388(para)
486 #: ../C/gnome-mastermind.xml:414(para)
440487 msgid ""
441488 "Inserting a random color make a white score peg come out. Since we didn't "
442489 "change other color pegs order we've just found the missing color!"
445492 "bianco. Siccome non abbiamo cambiato gli altri colori abbiamo appena trovato "
446493 "il colore mancante."
447494
448 #: ../C/gnome-mastermind.xml:391(title)
495 #: ../C/gnome-mastermind.xml:417(title)
449496 msgid "<application>GNOME Mastermind</application> Last row"
450497 msgstr "<application>GNOME Mastermind</application> Ultima riga"
451498
452 #: ../C/gnome-mastermind.xml:404(phrase)
499 #: ../C/gnome-mastermind.xml:430(phrase)
453500 msgid "Last row"
454501 msgstr "Ultima riga"
455502
456503 #. ==== End of Figure ====
457 #: ../C/gnome-mastermind.xml:410(para)
504 #: ../C/gnome-mastermind.xml:436(para)
458505 msgid ""
459506 "Yeah! Restoring removed peg and replacing another one with the new right "
460507 "color makes everything turn right. We won :D!"
462509 "Fatto! Rimettendo il <emphasis>piolino</emphasis> rimosso e rimpiazzando un "
463510 "altro col giusto colore si sistema tutto al posto giusto. Abbiamo vinto :D!"
464511
465 #: ../C/gnome-mastermind.xml:413(title)
512 #: ../C/gnome-mastermind.xml:439(title)
466513 msgid "Coming Soon"
467514 msgstr ""
468515
469 #: ../C/gnome-mastermind.xml:414(para)
516 #: ../C/gnome-mastermind.xml:440(para)
470517 msgid ""
471518 "Next releases will hopefully contain a more detailed manual that better "
472519 "explains each settings in the preferences menu. It will also contain a "
476523 "meglio ogni impostazione del menu delle preferenze. Conterra anche una "
477524 "semplice guida su come creare nuovi temi."
478525
479 #: ../C/gnome-mastermind.xml:429(title)
526 #: ../C/gnome-mastermind.xml:455(title)
480527 msgid "About <application>GNOME Mastermind</application>"
481528 msgstr "A proposito di <application>GNOME Mastermind</application>"
482529
483 #: ../C/gnome-mastermind.xml:436(para)
530 #: ../C/gnome-mastermind.xml:456(para)
531 msgid ""
532 "<application>GNOME Mastermind</application> was written by Filippo Argiolas "
533 "(<email>filippo.argiolas@gmail.com</email>). To find more information about "
534 "<application>GNOME Mastermind</application>, please visit the <ulink url="
535 "\"http://www.autistici.org/gnome-mastermind\" type=\"http"
536 "\"><application>GNOME Mastermind</application> webpage</ulink>."
537 msgstr ""
538 "<application>GNOME Mastermind</application> è scritto da Filippo Argiolas "
539 "(<email>filippo.argiolas@gmail.com</email>). Per maggiori informazioni su "
540 "<application>GNOME Mastermind</application>, visita la pagina web di <ulink "
541 "url=\"http://www.autistici.org/gnome-mastermind\" type=\"http"
542 "\"><application>GNOME Mastermind</application></ulink>."
543
544 #: ../C/gnome-mastermind.xml:460(para)
484545 msgid ""
485546 "For copyright issues check the about dialog and, most of all, copyright and "
486547 "copyright-artwork files in source tree or in the package data dir (usually /"
491552 "sorgenti o nella directory dei dati del gioco (di solito /usr/share/gnome-"
492553 "mastermind)."
493554
494 #: ../C/gnome-mastermind.xml:444(para)
555 #: ../C/gnome-mastermind.xml:468(para)
495556 msgid ""
496557 "This program is distributed under the terms of the GNU General Public "
497558 "license as published by the Free Software Foundation; either version 2 of "
501562 "source code of this program."
502563 msgstr ""
503564
565 #. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
504566 #: ../C/gnome-mastermind.xml:0(None)
505567 msgid "translator-credits"
506568 msgstr "Edoardo Batini"
507569
508 #: ../C/gnome-mastermind.xml:430(para)
509 msgid ""
510 "<application>GNOME Mastermind</application> was written by Filippo Argiolas "
511 "(<email>filippo.argiolas@gmail.com</email>). To find more information about "
512 "<application>GNOME Mastermind</application>, please visit the <ulink url="
513 "\"http://www.autistici.org/gnome-mastermind\" type=\"http"
514 "\"><application>GNOME Mastermind</application> webpage</ulink>."
515 msgstr ""
516 "<application>GNOME Mastermind</application> è scritto da Filippo Argiolas "
517 "(<email>filippo.argiolas@gmail.com</email>). Per maggiori informazioni su "
518 "<application>GNOME Mastermind</application>, visita la pagina web di <ulink "
519 "url=\"http://www.autistici.org/gnome-mastermind\" type=\"http"
520 "\"><application>GNOME Mastermind</application></ulink>."
521
570 #~ msgid "Middle button click"
571 #~ msgstr "Click del tasto centrale del mouse"
1212 height="16"
1313 id="svg2"
1414 sodipodi:version="0.32"
15 inkscape:version="0.45.1"
15 inkscape:version="0.45"
1616 version="1.0"
1717 sodipodi:docbase="/home/ulisse/Desktop/gnome-mastermind/16x16"
1818 sodipodi:docname="gnome-mastermind.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
19 inkscape:output_extension="org.inkscape.output.svg.inkscape"
20 sodipodi:modified="true">
2021 <defs
2122 id="defs4">
2223 <linearGradient
2324 inkscape:collect="always"
2425 id="linearGradient3290">
2526 <stop
26 style="stop-color:#d1a9cd;stop-opacity:1"
27 style="stop-color:#dab8d7;stop-opacity:1"
2728 offset="0"
2829 id="stop3292" />
2930 <stop
308309 id="linearGradient3314"
309310 x1="11.920895"
310311 y1="1.799654"
311 x2="14.512626"
312 y2="6.2503233"
312 x2="14.321465"
313 y2="5.8653226"
313314 gradientUnits="userSpaceOnUse" />
314315 </defs>
315316 <sodipodi:namedview
319320 borderopacity="1"
320321 inkscape:pageopacity="0.0"
321322 inkscape:pageshadow="2"
322 inkscape:zoom="1"
323 inkscape:cx="12.631241"
324 inkscape:cy="6.2020215"
323 inkscape:zoom="32"
324 inkscape:cx="12.497529"
325 inkscape:cy="8.9181863"
325326 inkscape:document-units="px"
326327 inkscape:current-layer="layer1"
327328 width="16px"
410411 sodipodi:cy="26.5"
411412 sodipodi:cx="9.5"
412413 id="path4424"
413 style="opacity:0.6;fill:none;fill-opacity:1;stroke:url(#linearGradient4434);stroke-width:5.97912884;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
414 style="opacity:0.71372549;fill:none;fill-opacity:1;stroke:url(#linearGradient4434);stroke-width:5.97912884;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
414415 sodipodi:type="arc" />
415416 </g>
416417 <g
434435 sodipodi:cy="26.5"
435436 sodipodi:cx="9.5"
436437 id="path2264"
437 style="opacity:0.6;fill:none;fill-opacity:1;stroke:url(#linearGradient2272);stroke-width:5.97912884;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
438 style="opacity:0.71372549;fill:none;fill-opacity:1;stroke:url(#linearGradient2272);stroke-width:5.97912884;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
438439 sodipodi:type="arc" />
439440 </g>
440441 <g
458459 sodipodi:cy="26.5"
459460 sodipodi:cx="9.5"
460461 id="path2280"
461 style="opacity:0.6;fill:none;fill-opacity:1;stroke:url(#linearGradient2288);stroke-width:5.97912884;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
462 style="opacity:0.71372549;fill:none;fill-opacity:1;stroke:url(#linearGradient2288);stroke-width:5.97912884;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
462463 sodipodi:type="arc" />
463464 </g>
464465 <path
492493 sodipodi:cy="26.5"
493494 sodipodi:cx="9.5"
494495 id="path3302"
495 style="opacity:0.80800003;fill:none;fill-opacity:1;stroke:url(#linearGradient3310);stroke-width:5.97912884;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
496 style="opacity:0.90196078;fill:none;fill-opacity:1;stroke:url(#linearGradient3310);stroke-width:5.97912884;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
496497 sodipodi:type="arc" />
497498 </g>
498499 </g>
1212 height="32"
1313 id="svg2"
1414 sodipodi:version="0.32"
15 inkscape:version="0.45.1"
15 inkscape:version="0.45"
1616 version="1.0"
1717 sodipodi:docbase="/home/ulisse/Desktop/gnome-mastermind/32x32"
1818 sodipodi:docname="gnome-mastermind.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
19 inkscape:output_extension="org.inkscape.output.svg.inkscape"
20 sodipodi:modified="true">
2021 <defs
2122 id="defs4">
23 <linearGradient
24 inkscape:collect="always"
25 xlink:href="#linearGradient4154"
26 id="linearGradient6506"
27 gradientUnits="userSpaceOnUse"
28 x1="16.5"
29 y1="8.0749998"
30 x2="16.5"
31 y2="10.541667"
32 gradientTransform="matrix(0.7979259,-0.4236308,0.6581184,1.0482145,8.1159635,3.5130111)" />
33 <linearGradient
34 inkscape:collect="always"
35 id="linearGradient6508">
36 <stop
37 style="stop-color:#6d6f69;stop-opacity:1"
38 offset="0"
39 id="stop6510" />
40 <stop
41 style="stop-color:#555753;stop-opacity:1"
42 offset="1"
43 id="stop6512" />
44 </linearGradient>
45 <linearGradient
46 inkscape:collect="always"
47 xlink:href="#linearGradient4154"
48 id="linearGradient6466"
49 gradientUnits="userSpaceOnUse"
50 x1="16.5"
51 y1="7.5"
52 x2="16.5"
53 y2="10.541667" />
2254 <linearGradient
2355 inkscape:collect="always"
2456 id="linearGradient3365">
83115 style="stop-color:#ffffff;stop-opacity:0.10196079" />
84116 </linearGradient>
85117 <linearGradient
86 inkscape:collect="always"
87 id="linearGradient4485">
88 <stop
89 style="stop-color:#caacc7;stop-opacity:1"
90 offset="0"
91 id="stop4487" />
92 <stop
93 style="stop-color:#75507b;stop-opacity:1"
94 offset="1"
95 id="stop4489" />
96 </linearGradient>
97 <linearGradient
98118 id="linearGradient4400"
99119 inkscape:collect="always">
100120 <stop
250270 offset="1"
251271 id="stop4158" />
252272 </linearGradient>
253 <radialGradient
254 inkscape:collect="always"
255 xlink:href="#linearGradient4238"
256 id="radialGradient4444"
257 cx="12.099624"
258 cy="28.612772"
259 fx="12.099624"
260 fy="28.612772"
261 r="7.0384798"
262 gradientTransform="matrix(-0.4287714,-0.71427,0.7820557,-0.4160462,19.443405,53.439824)"
263 gradientUnits="userSpaceOnUse" />
264 <linearGradient
265 inkscape:collect="always"
266 xlink:href="#linearGradient4244"
267 id="linearGradient4491"
268 x1="12.165096"
269 y1="29.501848"
270 x2="3.61955"
271 y2="31.303682"
272 gradientUnits="userSpaceOnUse"
273 gradientTransform="matrix(-0.4411825,-0.7076991,0.9030869,-0.4828794,16.021149,55.332272)" />
274273 <linearGradient
275274 inkscape:collect="always"
276275 xlink:href="#linearGradient4508"
281280 x2="9.8593397"
282281 y2="25.248335"
283282 gradientTransform="matrix(-0.2219441,-0.3836457,0.4543126,-0.2617704,17.771717,17.867742)" />
284 <radialGradient
285 inkscape:collect="always"
286 xlink:href="#linearGradient3365"
287 id="radialGradient3381"
283 <linearGradient
284 inkscape:collect="always"
285 xlink:href="#linearGradient4154"
286 id="linearGradient3395"
287 x1="42.384525"
288 y1="9.7114487"
289 x2="42.384525"
290 y2="7.4040294"
291 gradientUnits="userSpaceOnUse"
292 gradientTransform="matrix(0.7035656,0,0,0.6604352,-1.3354592,-0.6043517)" />
293 <radialGradient
294 inkscape:collect="always"
295 xlink:href="#linearGradient4294"
296 id="radialGradient4307"
297 gradientUnits="userSpaceOnUse"
298 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
299 cx="7.7485466"
300 cy="23.202774"
301 fx="7.7485466"
302 fy="23.202774"
303 r="7.0979128" />
304 <linearGradient
305 inkscape:collect="always"
306 xlink:href="#linearGradient4300"
307 id="linearGradient4309"
308 gradientUnits="userSpaceOnUse"
309 x1="6.8259234"
310 y1="21.662947"
311 x2="12.087898"
312 y2="31.969028" />
313 <linearGradient
314 inkscape:collect="always"
315 xlink:href="#linearGradient4154"
316 id="linearGradient4311"
317 gradientUnits="userSpaceOnUse"
318 x1="3.9761817"
319 y1="19.20796"
320 x2="11.576672"
321 y2="33.427441" />
322 <radialGradient
323 inkscape:collect="always"
324 xlink:href="#linearGradient3283"
325 id="radialGradient4377"
288326 gradientUnits="userSpaceOnUse"
289327 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
290328 cx="9.5"
294332 r="6.5" />
295333 <radialGradient
296334 inkscape:collect="always"
297 xlink:href="#linearGradient3365"
298 id="radialGradient3383"
335 xlink:href="#linearGradient3283"
336 id="radialGradient4428"
299337 gradientUnits="userSpaceOnUse"
300338 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
301339 cx="9.5"
303341 fx="9.5"
304342 fy="26.5"
305343 r="6.5" />
306 <linearGradient
307 inkscape:collect="always"
308 xlink:href="#linearGradient4154"
309 id="linearGradient3395"
310 x1="42.384525"
311 y1="9.7114487"
312 x2="42.384525"
313 y2="7.4040294"
314 gradientUnits="userSpaceOnUse"
315 gradientTransform="matrix(0.7035656,0,0,0.6604352,-1.3354592,-0.6043517)" />
316 <radialGradient
317 inkscape:collect="always"
318 xlink:href="#linearGradient4294"
319 id="radialGradient4307"
344 <radialGradient
345 inkscape:collect="always"
346 xlink:href="#linearGradient4366"
347 id="radialGradient4430"
320348 gradientUnits="userSpaceOnUse"
321349 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
322350 cx="7.7485466"
326354 r="7.0979128" />
327355 <linearGradient
328356 inkscape:collect="always"
329 xlink:href="#linearGradient4300"
330 id="linearGradient4309"
357 xlink:href="#linearGradient4372"
358 id="linearGradient4432"
331359 gradientUnits="userSpaceOnUse"
332360 x1="6.8259234"
333361 y1="21.662947"
336364 <linearGradient
337365 inkscape:collect="always"
338366 xlink:href="#linearGradient4154"
339 id="linearGradient4311"
367 id="linearGradient4434"
340368 gradientUnits="userSpaceOnUse"
341369 x1="3.9761817"
342370 y1="19.20796"
343371 x2="11.576672"
344372 y2="33.427441" />
345 <linearGradient
346 inkscape:collect="always"
347 xlink:href="#linearGradient4154"
348 id="linearGradient4313"
349 gradientUnits="userSpaceOnUse"
350 gradientTransform="matrix(0.5516828,-0.2563614,0.284558,0.694181,-5.5352886,8.5399644)"
351 x1="9.3110456"
352 y1="26.966402"
353 x2="11.224652"
354 y2="18.627018" />
355373 <radialGradient
356374 inkscape:collect="always"
357375 xlink:href="#linearGradient3283"
358 id="radialGradient4377"
376 id="radialGradient4448"
359377 gradientUnits="userSpaceOnUse"
360378 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
361379 cx="9.5"
363381 fx="9.5"
364382 fy="26.5"
365383 r="6.5" />
384 <radialGradient
385 inkscape:collect="always"
386 xlink:href="#linearGradient4238"
387 id="radialGradient4450"
388 gradientUnits="userSpaceOnUse"
389 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
390 cx="7.7485466"
391 cy="23.202774"
392 fx="7.7485466"
393 fy="23.202774"
394 r="7.0979128" />
366395 <linearGradient
367396 inkscape:collect="always"
368397 xlink:href="#linearGradient4244"
369 id="linearGradient4414"
370 gradientUnits="userSpaceOnUse"
371 gradientTransform="matrix(0.9823676,0,0,0.9939791,0.8307129,0.478066)"
372 x1="47.950916"
373 y1="-9.1604643"
374 x2="49.832603"
375 y2="-11.945324" />
376 <linearGradient
377 inkscape:collect="always"
378 xlink:href="#linearGradient4485"
379 id="linearGradient4416"
380 gradientUnits="userSpaceOnUse"
381 gradientTransform="matrix(0.9823676,0,0,0.9939791,0.8307129,0.478066)"
382 x1="49.00425"
383 y1="-5.8628845"
384 x2="49.99958"
385 y2="-10.84883" />
398 id="linearGradient4453"
399 gradientUnits="userSpaceOnUse"
400 x1="6.8259234"
401 y1="21.662947"
402 x2="12.087898"
403 y2="31.969028" />
404 <linearGradient
405 inkscape:collect="always"
406 xlink:href="#linearGradient4154"
407 id="linearGradient4455"
408 gradientUnits="userSpaceOnUse"
409 x1="3.9761817"
410 y1="19.20796"
411 x2="11.576672"
412 y2="33.427441" />
386413 <radialGradient
387414 inkscape:collect="always"
388415 xlink:href="#linearGradient3283"
389 id="radialGradient4428"
416 id="radialGradient4489"
390417 gradientUnits="userSpaceOnUse"
391418 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
392419 cx="9.5"
396423 r="6.5" />
397424 <radialGradient
398425 inkscape:collect="always"
399 xlink:href="#linearGradient4366"
400 id="radialGradient4430"
426 xlink:href="#linearGradient4322"
427 id="radialGradient4491"
401428 gradientUnits="userSpaceOnUse"
402429 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
403430 cx="7.7485466"
407434 r="7.0979128" />
408435 <linearGradient
409436 inkscape:collect="always"
410 xlink:href="#linearGradient4372"
411 id="linearGradient4432"
437 xlink:href="#linearGradient4328"
438 id="linearGradient4493"
412439 gradientUnits="userSpaceOnUse"
413440 x1="6.8259234"
414441 y1="21.662947"
417444 <linearGradient
418445 inkscape:collect="always"
419446 xlink:href="#linearGradient4154"
420 id="linearGradient4434"
447 id="linearGradient4495"
421448 gradientUnits="userSpaceOnUse"
422449 x1="3.9761817"
423450 y1="19.20796"
424451 x2="11.576672"
425452 y2="33.427441" />
426 <linearGradient
427 inkscape:collect="always"
428 xlink:href="#linearGradient4154"
429 id="linearGradient4436"
430 gradientUnits="userSpaceOnUse"
431 gradientTransform="matrix(0.5516828,-0.2563614,0.284558,0.694181,-5.5352886,8.5399644)"
432 x1="9.3110456"
433 y1="26.966402"
434 x2="11.224652"
435 y2="18.627018" />
436453 <radialGradient
437454 inkscape:collect="always"
438455 xlink:href="#linearGradient3283"
439 id="radialGradient4448"
456 id="radialGradient4510"
440457 gradientUnits="userSpaceOnUse"
441458 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
442459 cx="9.5"
446463 r="6.5" />
447464 <radialGradient
448465 inkscape:collect="always"
449 xlink:href="#linearGradient4238"
450 id="radialGradient4450"
466 xlink:href="#linearGradient3270"
467 id="radialGradient4512"
451468 gradientUnits="userSpaceOnUse"
452469 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
453470 cx="7.7485466"
457474 r="7.0979128" />
458475 <linearGradient
459476 inkscape:collect="always"
460 xlink:href="#linearGradient4244"
461 id="linearGradient4453"
477 xlink:href="#linearGradient4186"
478 id="linearGradient4514"
462479 gradientUnits="userSpaceOnUse"
463480 x1="6.8259234"
464481 y1="21.662947"
467484 <linearGradient
468485 inkscape:collect="always"
469486 xlink:href="#linearGradient4154"
470 id="linearGradient4455"
487 id="linearGradient4516"
471488 gradientUnits="userSpaceOnUse"
472489 x1="3.9761817"
473490 y1="19.20796"
474491 x2="11.576672"
475492 y2="33.427441" />
476 <linearGradient
477 inkscape:collect="always"
478 xlink:href="#linearGradient4154"
479 id="linearGradient4457"
480 gradientUnits="userSpaceOnUse"
481 gradientTransform="matrix(0.5516828,-0.2563614,0.284558,0.694181,-5.5352886,8.5399644)"
482 x1="9.3110456"
483 y1="26.966402"
484 x2="11.224652"
485 y2="18.627018" />
486493 <radialGradient
487494 inkscape:collect="always"
488495 xlink:href="#linearGradient3283"
489 id="radialGradient4489"
496 id="radialGradient4530"
490497 gradientUnits="userSpaceOnUse"
491498 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
492499 cx="9.5"
496503 r="6.5" />
497504 <radialGradient
498505 inkscape:collect="always"
499 xlink:href="#linearGradient4322"
500 id="radialGradient4491"
506 xlink:href="#linearGradient4266"
507 id="radialGradient4532"
501508 gradientUnits="userSpaceOnUse"
502509 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
503510 cx="7.7485466"
507514 r="7.0979128" />
508515 <linearGradient
509516 inkscape:collect="always"
510 xlink:href="#linearGradient4328"
511 id="linearGradient4493"
517 xlink:href="#linearGradient4272"
518 id="linearGradient4534"
512519 gradientUnits="userSpaceOnUse"
513520 x1="6.8259234"
514521 y1="21.662947"
517524 <linearGradient
518525 inkscape:collect="always"
519526 xlink:href="#linearGradient4154"
520 id="linearGradient4495"
527 id="linearGradient4536"
521528 gradientUnits="userSpaceOnUse"
522529 x1="3.9761817"
523530 y1="19.20796"
524531 x2="11.576672"
525532 y2="33.427441" />
526 <linearGradient
527 inkscape:collect="always"
528 xlink:href="#linearGradient4154"
529 id="linearGradient4497"
530 gradientUnits="userSpaceOnUse"
531 gradientTransform="matrix(0.5516828,-0.2563614,0.284558,0.694181,-5.5352886,8.5399644)"
532 x1="9.3110456"
533 y1="26.966402"
534 x2="11.224652"
535 y2="18.627018" />
536533 <radialGradient
537534 inkscape:collect="always"
538535 xlink:href="#linearGradient3283"
539 id="radialGradient4510"
536 id="radialGradient4550"
540537 gradientUnits="userSpaceOnUse"
541538 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
542539 cx="9.5"
546543 r="6.5" />
547544 <radialGradient
548545 inkscape:collect="always"
549 xlink:href="#linearGradient3270"
550 id="radialGradient4512"
546 xlink:href="#linearGradient3276"
547 id="radialGradient4552"
551548 gradientUnits="userSpaceOnUse"
552549 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
553550 cx="7.7485466"
557554 r="7.0979128" />
558555 <linearGradient
559556 inkscape:collect="always"
560 xlink:href="#linearGradient4186"
561 id="linearGradient4514"
557 xlink:href="#linearGradient4400"
558 id="linearGradient4554"
562559 gradientUnits="userSpaceOnUse"
563560 x1="6.8259234"
564561 y1="21.662947"
567564 <linearGradient
568565 inkscape:collect="always"
569566 xlink:href="#linearGradient4154"
570 id="linearGradient4516"
567 id="linearGradient4556"
571568 gradientUnits="userSpaceOnUse"
572569 x1="3.9761817"
573570 y1="19.20796"
574571 x2="11.576672"
575572 y2="33.427441" />
576 <linearGradient
577 inkscape:collect="always"
578 xlink:href="#linearGradient4154"
579 id="linearGradient4518"
580 gradientUnits="userSpaceOnUse"
581 gradientTransform="matrix(0.5516828,-0.2563614,0.284558,0.694181,-5.5352886,8.5399644)"
582 x1="9.3110456"
583 y1="26.966402"
584 x2="11.224652"
585 y2="18.627018" />
586573 <radialGradient
587574 inkscape:collect="always"
588575 xlink:href="#linearGradient3283"
589 id="radialGradient4530"
576 id="radialGradient4590"
590577 gradientUnits="userSpaceOnUse"
591578 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
592579 cx="9.5"
596583 r="6.5" />
597584 <radialGradient
598585 inkscape:collect="always"
599 xlink:href="#linearGradient4266"
600 id="radialGradient4532"
586 xlink:href="#linearGradient3270"
587 id="radialGradient4592"
601588 gradientUnits="userSpaceOnUse"
602589 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
603590 cx="7.7485466"
607594 r="7.0979128" />
608595 <linearGradient
609596 inkscape:collect="always"
610 xlink:href="#linearGradient4272"
611 id="linearGradient4534"
597 xlink:href="#linearGradient4186"
598 id="linearGradient4594"
612599 gradientUnits="userSpaceOnUse"
613600 x1="6.8259234"
614601 y1="21.662947"
617604 <linearGradient
618605 inkscape:collect="always"
619606 xlink:href="#linearGradient4154"
620 id="linearGradient4536"
607 id="linearGradient4596"
621608 gradientUnits="userSpaceOnUse"
622609 x1="3.9761817"
623610 y1="19.20796"
624611 x2="11.576672"
625612 y2="33.427441" />
626 <linearGradient
627 inkscape:collect="always"
628 xlink:href="#linearGradient4154"
629 id="linearGradient4538"
630 gradientUnits="userSpaceOnUse"
631 gradientTransform="matrix(0.5516828,-0.2563614,0.284558,0.694181,-5.5352886,8.5399644)"
632 x1="9.3110456"
633 y1="26.966402"
634 x2="11.224652"
635 y2="18.627018" />
636613 <radialGradient
637614 inkscape:collect="always"
638615 xlink:href="#linearGradient3283"
639 id="radialGradient4550"
616 id="radialGradient4610"
640617 gradientUnits="userSpaceOnUse"
641618 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
642619 cx="9.5"
647624 <radialGradient
648625 inkscape:collect="always"
649626 xlink:href="#linearGradient3276"
650 id="radialGradient4552"
627 id="radialGradient4612"
651628 gradientUnits="userSpaceOnUse"
652629 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
653630 cx="7.7485466"
658635 <linearGradient
659636 inkscape:collect="always"
660637 xlink:href="#linearGradient4400"
661 id="linearGradient4554"
638 id="linearGradient4614"
662639 gradientUnits="userSpaceOnUse"
663640 x1="6.8259234"
664641 y1="21.662947"
667644 <linearGradient
668645 inkscape:collect="always"
669646 xlink:href="#linearGradient4154"
670 id="linearGradient4556"
647 id="linearGradient4616"
671648 gradientUnits="userSpaceOnUse"
672649 x1="3.9761817"
673650 y1="19.20796"
674651 x2="11.576672"
675652 y2="33.427441" />
676 <linearGradient
677 inkscape:collect="always"
678 xlink:href="#linearGradient4154"
679 id="linearGradient4558"
680 gradientUnits="userSpaceOnUse"
681 gradientTransform="matrix(0.5516828,-0.2563614,0.284558,0.694181,-5.5352886,8.5399644)"
682 x1="9.3110456"
683 y1="26.966402"
684 x2="11.224652"
685 y2="18.627018" />
686 <radialGradient
687 inkscape:collect="always"
688 xlink:href="#linearGradient3283"
689 id="radialGradient4590"
653 <radialGradient
654 inkscape:collect="always"
655 xlink:href="#linearGradient3365"
656 id="radialGradient3816"
690657 gradientUnits="userSpaceOnUse"
691658 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
692659 cx="9.5"
696663 r="6.5" />
697664 <radialGradient
698665 inkscape:collect="always"
699 xlink:href="#linearGradient3270"
700 id="radialGradient4592"
701 gradientUnits="userSpaceOnUse"
702 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
703 cx="7.7485466"
704 cy="23.202774"
705 fx="7.7485466"
706 fy="23.202774"
707 r="7.0979128" />
708 <linearGradient
709 inkscape:collect="always"
710 xlink:href="#linearGradient4186"
711 id="linearGradient4594"
712 gradientUnits="userSpaceOnUse"
713 x1="6.8259234"
714 y1="21.662947"
715 x2="12.087898"
716 y2="31.969028" />
717 <linearGradient
718 inkscape:collect="always"
719 xlink:href="#linearGradient4154"
720 id="linearGradient4596"
721 gradientUnits="userSpaceOnUse"
722 x1="3.9761817"
723 y1="19.20796"
724 x2="11.576672"
725 y2="33.427441" />
726 <linearGradient
727 inkscape:collect="always"
728 xlink:href="#linearGradient4154"
729 id="linearGradient4598"
730 gradientUnits="userSpaceOnUse"
731 gradientTransform="matrix(0.5516828,-0.2563614,0.284558,0.694181,-5.5352886,8.5399644)"
732 x1="9.3110456"
733 y1="26.966402"
734 x2="11.224652"
735 y2="18.627018" />
736 <radialGradient
737 inkscape:collect="always"
738 xlink:href="#linearGradient3283"
739 id="radialGradient4610"
666 xlink:href="#linearGradient3365"
667 id="radialGradient3818"
740668 gradientUnits="userSpaceOnUse"
741669 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
742670 cx="9.5"
744672 fx="9.5"
745673 fy="26.5"
746674 r="6.5" />
747 <radialGradient
748 inkscape:collect="always"
749 xlink:href="#linearGradient3276"
750 id="radialGradient4612"
751 gradientUnits="userSpaceOnUse"
752 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
753 cx="7.7485466"
754 cy="23.202774"
755 fx="7.7485466"
756 fy="23.202774"
757 r="7.0979128" />
758 <linearGradient
759 inkscape:collect="always"
760 xlink:href="#linearGradient4400"
761 id="linearGradient4614"
762 gradientUnits="userSpaceOnUse"
763 x1="6.8259234"
764 y1="21.662947"
765 x2="12.087898"
766 y2="31.969028" />
767 <linearGradient
768 inkscape:collect="always"
769 xlink:href="#linearGradient4154"
770 id="linearGradient4616"
771 gradientUnits="userSpaceOnUse"
772 x1="3.9761817"
773 y1="19.20796"
774 x2="11.576672"
775 y2="33.427441" />
776 <linearGradient
777 inkscape:collect="always"
778 xlink:href="#linearGradient4154"
779 id="linearGradient4618"
780 gradientUnits="userSpaceOnUse"
781 gradientTransform="matrix(0.5516828,-0.2563614,0.284558,0.694181,-5.5352886,8.5399644)"
782 x1="9.3110456"
783 y1="26.966402"
784 x2="11.224652"
785 y2="18.627018" />
786 <radialGradient
787 inkscape:collect="always"
788 xlink:href="#linearGradient3365"
789 id="radialGradient3816"
790 gradientUnits="userSpaceOnUse"
791 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
792 cx="9.5"
793 cy="26.5"
794 fx="9.5"
795 fy="26.5"
796 r="6.5" />
797 <radialGradient
798 inkscape:collect="always"
799 xlink:href="#linearGradient3365"
800 id="radialGradient3818"
801 gradientUnits="userSpaceOnUse"
802 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
803 cx="9.5"
804 cy="26.5"
805 fx="9.5"
806 fy="26.5"
807 r="6.5" />
808675 <linearGradient
809676 inkscape:collect="always"
810677 xlink:href="#linearGradient4244"
849716 <linearGradient
850717 inkscape:collect="always"
851718 xlink:href="#linearGradient4154"
852 id="linearGradient3828"
853 gradientUnits="userSpaceOnUse"
854 gradientTransform="matrix(0.7035656,0,0,0.6604352,8.664541,0.3956483)"
855 x1="28.252228"
856 y1="8.2727385"
857 x2="28.503487"
858 y2="4.5991745" />
859 <linearGradient
860 inkscape:collect="always"
861 xlink:href="#linearGradient4485"
862 id="linearGradient3830"
863 gradientUnits="userSpaceOnUse"
864 gradientTransform="matrix(0.9823676,0,0,0.9939791,0.8307129,0.478066)"
865 x1="49.00425"
866 y1="-5.8628845"
867 x2="49.99958"
868 y2="-10.84883" />
869 <radialGradient
870 inkscape:collect="always"
871 xlink:href="#linearGradient4238"
872 id="radialGradient3832"
873 gradientUnits="userSpaceOnUse"
874 gradientTransform="matrix(-0.4287714,-0.71427,0.7820557,-0.4160462,19.443405,53.439824)"
875 cx="12.099624"
876 cy="28.612772"
877 fx="12.099624"
878 fy="28.612772"
879 r="7.0384798" />
880 <linearGradient
881 inkscape:collect="always"
882 xlink:href="#linearGradient4244"
883 id="linearGradient3834"
884 gradientUnits="userSpaceOnUse"
885 gradientTransform="matrix(-0.4411825,-0.7076991,0.9030869,-0.4828794,16.021149,55.332272)"
886 x1="12.165096"
887 y1="29.501848"
888 x2="3.61955"
889 y2="31.303682" />
890 <radialGradient
891 inkscape:collect="always"
892 xlink:href="#linearGradient3365"
893 id="radialGradient3836"
894 gradientUnits="userSpaceOnUse"
895 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
896 cx="9.5"
897 cy="26.5"
898 fx="9.5"
899 fy="26.5"
900 r="6.5" />
901 <radialGradient
902 inkscape:collect="always"
903 xlink:href="#linearGradient3365"
904 id="radialGradient3838"
905 gradientUnits="userSpaceOnUse"
906 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
907 cx="9.5"
908 cy="26.5"
909 fx="9.5"
910 fy="26.5"
911 r="6.5" />
719 id="linearGradient6945"
720 gradientUnits="userSpaceOnUse"
721 x1="16.5"
722 y1="7.5"
723 x2="16.5"
724 y2="10.541667" />
725 <linearGradient
726 inkscape:collect="always"
727 xlink:href="#linearGradient4154"
728 id="linearGradient6949"
729 gradientUnits="userSpaceOnUse"
730 x1="16.5"
731 y1="7.5"
732 x2="16.5"
733 y2="10.541667" />
734 <linearGradient
735 inkscape:collect="always"
736 xlink:href="#linearGradient4154"
737 id="linearGradient6953"
738 gradientUnits="userSpaceOnUse"
739 x1="16.5"
740 y1="7.5"
741 x2="16.5"
742 y2="10.541667" />
743 <linearGradient
744 inkscape:collect="always"
745 xlink:href="#linearGradient4154"
746 id="linearGradient6957"
747 gradientUnits="userSpaceOnUse"
748 x1="16.5"
749 y1="7.5"
750 x2="16.5"
751 y2="10.541667" />
752 <linearGradient
753 inkscape:collect="always"
754 xlink:href="#linearGradient4154"
755 id="linearGradient6961"
756 gradientUnits="userSpaceOnUse"
757 x1="16.5"
758 y1="7.5"
759 x2="16.5"
760 y2="10.541667" />
761 <linearGradient
762 inkscape:collect="always"
763 xlink:href="#linearGradient4154"
764 id="linearGradient6965"
765 gradientUnits="userSpaceOnUse"
766 x1="16.5"
767 y1="7.5"
768 x2="16.5"
769 y2="10.541667" />
770 <linearGradient
771 inkscape:collect="always"
772 xlink:href="#linearGradient4154"
773 id="linearGradient6969"
774 gradientUnits="userSpaceOnUse"
775 x1="16.5"
776 y1="7.5"
777 x2="16.5"
778 y2="10.541667" />
779 <linearGradient
780 inkscape:collect="always"
781 xlink:href="#linearGradient4154"
782 id="linearGradient6973"
783 gradientUnits="userSpaceOnUse"
784 x1="16.5"
785 y1="7.5"
786 x2="16.5"
787 y2="10.541667" />
788 <radialGradient
789 inkscape:collect="always"
790 xlink:href="#linearGradient6508"
791 id="radialGradient6996"
792 gradientUnits="userSpaceOnUse"
793 gradientTransform="matrix(1,0,0,0.9897171,0,0.1336774)"
794 cx="28.199219"
795 cy="11.358117"
796 fx="28.199219"
797 fy="11.358117"
798 r="3.0390322" />
799 <radialGradient
800 inkscape:collect="always"
801 xlink:href="#linearGradient6508"
802 id="radialGradient7000"
803 gradientUnits="userSpaceOnUse"
804 gradientTransform="matrix(1,0,0,0.9897171,0,0.1336774)"
805 cx="28.199219"
806 cy="11.358117"
807 fx="28.199219"
808 fy="11.358117"
809 r="3.0390322" />
912810 </defs>
913811 <sodipodi:namedview
914812 id="base"
917815 borderopacity="1"
918816 inkscape:pageopacity="0.0"
919817 inkscape:pageshadow="2"
920 inkscape:zoom="22.627417"
921 inkscape:cx="26.461616"
922 inkscape:cy="18.266967"
818 inkscape:zoom="1"
819 inkscape:cx="51.254311"
820 inkscape:cy="19.752721"
923821 inkscape:document-units="px"
924822 inkscape:current-layer="layer1"
925823 width="32px"
932830 inkscape:grid-points="true"
933831 inkscape:window-width="1019"
934832 inkscape:window-height="726"
935 inkscape:window-x="94"
936 inkscape:window-y="221" />
833 inkscape:window-x="255"
834 inkscape:window-y="195" />
937835 <metadata
938836 id="metadata7">
939837 <rdf:RDF>
984882 style="opacity:0.36000001;fill:url(#radialGradient4377);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
985883 sodipodi:type="arc" />
986884 <path
987 sodipodi:type="arc"
988 style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:#555753;stroke-width:2.01556563;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
989 id="path3181"
990 sodipodi:cx="29.46875"
991 sodipodi:cy="13"
992 sodipodi:rx="2.03125"
993 sodipodi:ry="2"
994 d="M 31.5 13 A 2.03125 2 0 1 1 27.4375,13 A 2.03125 2 0 1 1 31.5 13 z"
995 transform="matrix(0.4923075,0,0,0.4999998,-3.0076863,1.0000012)" />
996 <path
997885 style="opacity:0.444;fill:none;fill-opacity:1;stroke:url(#linearGradient4506);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
998886 d="M 29.792126,9.1677199 L 26.863167,4.73281 C 28.105734,3.9759781 29.948586,4.9436676 30.362963,6.6100216 C 30.66275,7.8155692 30.482099,8.7519282 29.792126,9.1677199 z "
999887 id="path4499"
1003891 d="M 27.5,6.5662913 L 26.124349,4.5441941 C 27.817917,3.3868687 30.200709,4.2770133 30.84532,6.5 C 30.021155,6.0432286 28.119927,5.6976858 27.5,6.5662913 z "
1004892 id="path3385"
1005893 sodipodi:nodetypes="cccc" />
1006 <path
1007 sodipodi:type="arc"
1008 style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:#555753;stroke-width:2.01556563;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1009 id="path3295"
1010 sodipodi:cx="29.46875"
1011 sodipodi:cy="13"
1012 sodipodi:rx="2.03125"
1013 sodipodi:ry="2"
1014 d="M 31.5 13 A 2.03125 2 0 1 1 27.4375,13 A 2.03125 2 0 1 1 31.5 13 z"
1015 transform="matrix(0.4923075,0,0,0.4999998,4.9923137,1.0000012)" />
1016894 <g
1017895 id="g4299"
1018896 transform="matrix(0.6000654,0,0,0.6000516,22.999837,1.7986455)">
1036914 id="path4303"
1037915 style="opacity:0.88800001;fill:none;fill-opacity:1;stroke:url(#linearGradient4311);stroke-width:2.98956466;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1038916 sodipodi:type="arc" />
1039 <path
1040 inkscape:transform-center-x="0.16365342"
1041 inkscape:transform-center-y="-1.2500668"
1042 sodipodi:nodetypes="ccsc"
1043 id="path4305"
1044 d="M 10.832424,22.833977 C 8.3405102,26.012061 5.4559719,21.289494 3.6605482,26.166674 C 2.7966294,24.059141 3.7019797,21.602153 5.6814175,20.682329 C 7.660855,19.762506 9.9685064,20.726441 10.832424,22.833977 z "
1045 style="opacity:0.444;fill:url(#linearGradient4313);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
1046917 </g>
1047918 <path
1048919 transform="matrix(0.5384615,0,0,0.6363636,15.384615,0.6363646)"
1077948 id="path4424"
1078949 style="opacity:0.6;fill:none;fill-opacity:1;stroke:url(#linearGradient4434);stroke-width:2.98956466;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1079950 sodipodi:type="arc" />
1080 <path
1081 inkscape:transform-center-x="0.16365342"
1082 inkscape:transform-center-y="-1.2500668"
1083 sodipodi:nodetypes="ccsc"
1084 id="path4426"
1085 d="M 10.832424,22.833977 C 8.3405102,26.012061 5.4559719,21.289494 3.6605482,26.166674 C 2.7966294,24.059141 3.7019797,21.602153 5.6814175,20.682329 C 7.660855,19.762506 9.9685064,20.726441 10.832424,22.833977 z "
1086 style="opacity:0.2;fill:url(#linearGradient4436);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
1087951 </g>
1088952 <path
1089953 transform="matrix(0.5384615,0,0,0.6363636,7.3846145,0.6363648)"
1118982 id="path4444"
1119983 style="opacity:0.6;fill:none;fill-opacity:1;stroke:url(#linearGradient4455);stroke-width:2.98956466;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1120984 sodipodi:type="arc" />
1121 <path
1122 inkscape:transform-center-x="0.16365342"
1123 inkscape:transform-center-y="-1.2500668"
1124 sodipodi:nodetypes="ccsc"
1125 id="path4446"
1126 d="M 10.832424,22.833977 C 8.3405102,26.012061 5.4559719,21.289494 3.6605482,26.166674 C 2.7966294,24.059141 3.7019797,21.602153 5.6814175,20.682329 C 7.660855,19.762506 9.9685064,20.726441 10.832424,22.833977 z "
1127 style="opacity:0.2;fill:url(#linearGradient4457);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
1128985 </g>
1129986 <path
1130987 transform="matrix(0.5384615,0,0,0.6363636,-0.615384,9.6367136)"
11591016 id="path4485"
11601017 style="opacity:0.6;fill:none;fill-opacity:1;stroke:url(#linearGradient4495);stroke-width:2.98956466;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
11611018 sodipodi:type="arc" />
1162 <path
1163 inkscape:transform-center-x="0.16365342"
1164 inkscape:transform-center-y="-1.2500668"
1165 sodipodi:nodetypes="ccsc"
1166 id="path4487"
1167 d="M 10.832424,22.833977 C 8.3405102,26.012061 5.4559719,21.289494 3.6605482,26.166674 C 2.7966294,24.059141 3.7019797,21.602153 5.6814175,20.682329 C 7.660855,19.762506 9.9685064,20.726441 10.832424,22.833977 z "
1168 style="opacity:0.2;fill:url(#linearGradient4497);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
11691019 </g>
11701020 <path
11711021 transform="matrix(0.5384615,0,0,0.6363636,7.3846145,9.6363648)"
12001050 id="path4506"
12011051 style="opacity:0.6;fill:none;fill-opacity:1;stroke:url(#linearGradient4516);stroke-width:2.98956466;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
12021052 sodipodi:type="arc" />
1203 <path
1204 inkscape:transform-center-x="0.16365342"
1205 inkscape:transform-center-y="-1.2500668"
1206 sodipodi:nodetypes="ccsc"
1207 id="path4508"
1208 d="M 10.832424,22.833977 C 8.3405102,26.012061 5.4559719,21.289494 3.6605482,26.166674 C 2.7966294,24.059141 3.7019797,21.602153 5.6814175,20.682329 C 7.660855,19.762506 9.9685064,20.726441 10.832424,22.833977 z "
1209 style="opacity:0.2;fill:url(#linearGradient4518);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
12101053 </g>
12111054 <path
12121055 transform="matrix(0.5384615,0,0,0.6363636,15.384615,9.6363648)"
12411084 id="path4526"
12421085 style="opacity:0.6;fill:none;fill-opacity:1;stroke:url(#linearGradient4536);stroke-width:2.98956466;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
12431086 sodipodi:type="arc" />
1244 <path
1245 inkscape:transform-center-x="0.16365342"
1246 inkscape:transform-center-y="-1.2500668"
1247 sodipodi:nodetypes="ccsc"
1248 id="path4528"
1249 d="M 10.832424,22.833977 C 8.3405102,26.012061 5.4559719,21.289494 3.6605482,26.166674 C 2.7966294,24.059141 3.7019797,21.602153 5.6814175,20.682329 C 7.660855,19.762506 9.9685064,20.726441 10.832424,22.833977 z "
1250 style="opacity:0.2;fill:url(#linearGradient4538);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
12511087 </g>
12521088 <path
12531089 transform="matrix(0.5384615,0,0,0.6363636,23.384615,9.6363648)"
12821118 id="path4546"
12831119 style="opacity:0.6;fill:none;fill-opacity:1;stroke:url(#linearGradient4556);stroke-width:2.98956466;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
12841120 sodipodi:type="arc" />
1285 <path
1286 inkscape:transform-center-x="0.16365342"
1287 inkscape:transform-center-y="-1.2500668"
1288 sodipodi:nodetypes="ccsc"
1289 id="path4548"
1290 d="M 10.832424,22.833977 C 8.3405102,26.012061 5.4559719,21.289494 3.6605482,26.166674 C 2.7966294,24.059141 3.7019797,21.602153 5.6814175,20.682329 C 7.660855,19.762506 9.9685064,20.726441 10.832424,22.833977 z "
1291 style="opacity:0.2;fill:url(#linearGradient4558);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
12921121 </g>
12931122 <path
12941123 transform="matrix(0.5384615,0,0,0.6363636,-0.6153855,0.6363648)"
13231152 id="path4586"
13241153 style="opacity:0.6;fill:none;fill-opacity:1;stroke:url(#linearGradient4596);stroke-width:2.98956466;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
13251154 sodipodi:type="arc" />
1326 <path
1327 inkscape:transform-center-x="0.16365342"
1328 inkscape:transform-center-y="-1.2500668"
1329 sodipodi:nodetypes="ccsc"
1330 id="path4588"
1331 d="M 10.832424,22.833977 C 8.3405102,26.012061 5.4559719,21.289494 3.6605482,26.166674 C 2.7966294,24.059141 3.7019797,21.602153 5.6814175,20.682329 C 7.660855,19.762506 9.9685064,20.726441 10.832424,22.833977 z "
1332 style="opacity:0.2;fill:url(#linearGradient4598);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
13331155 </g>
13341156 <path
13351157 transform="matrix(0.5384615,0,0,0.6363636,-0.6153855,-8.3636352)"
13641186 id="path4606"
13651187 style="opacity:0.6;fill:none;fill-opacity:1;stroke:url(#linearGradient4616);stroke-width:2.98956466;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
13661188 sodipodi:type="arc" />
1367 <path
1368 inkscape:transform-center-x="0.16365342"
1369 inkscape:transform-center-y="-1.2500668"
1370 sodipodi:nodetypes="ccsc"
1371 id="path4608"
1372 d="M 10.832424,22.833977 C 8.3405102,26.012061 5.4559719,21.289494 3.6605482,26.166674 C 2.7966294,24.059141 3.7019797,21.602153 5.6814175,20.682329 C 7.660855,19.762506 9.9685064,20.726441 10.832424,22.833977 z "
1373 style="opacity:0.2;fill:url(#linearGradient4618);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
13741189 </g>
13751190 <g
13761191 id="g3800"
14251240 id="path3812"
14261241 sodipodi:nodetypes="ccsc" />
14271242 <path
1428 style="opacity:0.144;fill:url(#linearGradient3828);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
1429 d="M 27.533565,6.6252695 L 26.220414,4.6187973 C 27.920741,3.4597821 30.359987,4.2381571 30.86326,6.4964782 C 30.039095,6.0397068 28.153492,5.756664 27.533565,6.6252695 z "
1430 id="path3814"
1243 sodipodi:type="arc"
1244 style="opacity:0.75;fill:url(#linearGradient6466);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1245 id="path5486"
1246 sodipodi:cx="16.5"
1247 sodipodi:cy="9.5"
1248 sodipodi:rx="3.4285715"
1249 sodipodi:ry="2"
1250 d="M 19.928571 9.5 A 3.4285715 2 0 1 1 13.071429,9.5 A 3.4285715 2 0 1 1 19.928571 9.5 z"
1251 transform="matrix(0.5833335,0,0,0.875,-6.1250033,-1.5625)" />
1252 <path
1253 sodipodi:type="arc"
1254 style="opacity:0.75;fill:url(#linearGradient6945);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1255 id="path6943"
1256 sodipodi:cx="16.5"
1257 sodipodi:cy="9.5"
1258 sodipodi:rx="3.4285715"
1259 sodipodi:ry="2"
1260 d="M 19.928571 9.5 A 3.4285715 2 0 1 1 13.071429,9.5 A 3.4285715 2 0 1 1 19.928571 9.5 z"
1261 transform="matrix(0.5833335,0,0,0.875,-6.1250033,7.4375)" />
1262 <path
1263 sodipodi:type="arc"
1264 style="opacity:0.75;fill:url(#linearGradient6949);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1265 id="path6947"
1266 sodipodi:cx="16.5"
1267 sodipodi:cy="9.5"
1268 sodipodi:rx="3.4285715"
1269 sodipodi:ry="2"
1270 d="M 19.928571 9.5 A 3.4285715 2 0 1 1 13.071429,9.5 A 3.4285715 2 0 1 1 19.928571 9.5 z"
1271 transform="matrix(0.5833335,0,0,0.875,1.8749978,7.4375)" />
1272 <path
1273 sodipodi:type="arc"
1274 style="opacity:0.75;fill:url(#linearGradient6953);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1275 id="path6951"
1276 sodipodi:cx="16.5"
1277 sodipodi:cy="9.5"
1278 sodipodi:rx="3.4285715"
1279 sodipodi:ry="2"
1280 d="M 19.928571 9.5 A 3.4285715 2 0 1 1 13.071429,9.5 A 3.4285715 2 0 1 1 19.928571 9.5 z"
1281 transform="matrix(0.5833335,0,0,0.875,9.8749967,7.4375)" />
1282 <path
1283 sodipodi:type="arc"
1284 style="opacity:0.9254902;fill:url(#linearGradient6957);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1285 id="path6955"
1286 sodipodi:cx="16.5"
1287 sodipodi:cy="9.5"
1288 sodipodi:rx="3.4285715"
1289 sodipodi:ry="2"
1290 d="M 19.928571 9.5 A 3.4285715 2 0 1 1 13.071429,9.5 A 3.4285715 2 0 1 1 19.928571 9.5 z"
1291 transform="matrix(0.5833335,0,0,0.875,17.874997,7.4375)" />
1292 <path
1293 sodipodi:type="arc"
1294 style="opacity:0.75;fill:url(#linearGradient6961);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1295 id="path6959"
1296 sodipodi:cx="16.5"
1297 sodipodi:cy="9.5"
1298 sodipodi:rx="3.4285715"
1299 sodipodi:ry="2"
1300 d="M 19.928571 9.5 A 3.4285715 2 0 1 1 13.071429,9.5 A 3.4285715 2 0 1 1 19.928571 9.5 z"
1301 transform="matrix(0.5833335,0,0,0.875,17.874997,16.4375)" />
1302 <path
1303 sodipodi:type="arc"
1304 style="opacity:0.75;fill:url(#linearGradient6965);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1305 id="path6963"
1306 sodipodi:cx="16.5"
1307 sodipodi:cy="9.5"
1308 sodipodi:rx="3.4285715"
1309 sodipodi:ry="2"
1310 d="M 19.928571 9.5 A 3.4285715 2 0 1 1 13.071429,9.5 A 3.4285715 2 0 1 1 19.928571 9.5 z"
1311 transform="matrix(0.5833335,0,0,0.875,9.8749967,16.4375)" />
1312 <path
1313 sodipodi:type="arc"
1314 style="opacity:0.75;fill:url(#linearGradient6969);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1315 id="path6967"
1316 sodipodi:cx="16.5"
1317 sodipodi:cy="9.5"
1318 sodipodi:rx="3.4285715"
1319 sodipodi:ry="2"
1320 d="M 19.928571 9.5 A 3.4285715 2 0 1 1 13.071429,9.5 A 3.4285715 2 0 1 1 19.928571 9.5 z"
1321 transform="matrix(0.5833335,0,0,0.875,1.8749978,16.4375)" />
1322 <path
1323 sodipodi:type="arc"
1324 style="opacity:0.75;fill:url(#linearGradient6973);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1325 id="path6971"
1326 sodipodi:cx="16.5"
1327 sodipodi:cy="9.5"
1328 sodipodi:rx="3.4285715"
1329 sodipodi:ry="2"
1330 d="M 19.928571 9.5 A 3.4285715 2 0 1 1 13.071429,9.5 A 3.4285715 2 0 1 1 19.928571 9.5 z"
1331 transform="matrix(0.5833335,0,0,0.875,-6.1250022,16.4375)" />
1332 <path
1333 sodipodi:type="arc"
1334 style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:url(#radialGradient6996);stroke-width:1.46586514;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1335 id="path3181"
1336 sodipodi:cx="29.46875"
1337 sodipodi:cy="13"
1338 sodipodi:rx="2.03125"
1339 sodipodi:ry="2"
1340 d="M 31.5 13 A 2.03125 2 0 1 1 27.4375,13 A 2.03125 2 0 1 1 31.5 13 z"
1341 transform="matrix(0.5415385,0,0,0.55,3.5415374,0.35)" />
1342 <path
1343 sodipodi:type="arc"
1344 style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:url(#radialGradient7000);stroke-width:1.46586514;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1345 id="path6998"
1346 sodipodi:cx="29.46875"
1347 sodipodi:cy="13"
1348 sodipodi:rx="2.03125"
1349 sodipodi:ry="2"
1350 d="M 31.5 13 A 2.03125 2 0 1 1 27.4375,13 A 2.03125 2 0 1 1 31.5 13 z"
1351 transform="matrix(0.5415385,0,0,0.55,-4.4584626,0.35)" />
1352 <path
1353 style="opacity:0.75;fill:url(#linearGradient6506);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
1354 d="M 30.022097,5.0220971 C 30.748659,6.1793258 29.833358,6.9911436 28.323224,7.7928932 L 26.15468,4.6008048 C 27.532228,3.688568 29.295533,3.8648683 30.022097,5.0220971 z "
1355 id="path6500"
14311356 sodipodi:nodetypes="cccc" />
14321357 </g>
14331358 </svg>
1717
1818 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
1919
20 install-data-hook:
20 install-data-hook: update-icon-cache
21 uninstall-hook: update-icon-cache
22
23 update-icon-cache:
2124 @-if test -z "$(DESTDIR)"; then \
2225 echo "Updating Gtk icon cache."; \
2326 $(gtk_update_icon_cache); \
513513 uninstall-gm32iconDATA uninstall-gm48iconDATA \
514514 uninstall-info-am uninstall-pixmapsDATA \
515515 uninstall-scalableiconDATA
516 @$(NORMAL_INSTALL)
517 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
516518
517519 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
518520 distclean distclean-generic distclean-libtool distdir dvi \
526528 maintainer-clean-generic mostlyclean mostlyclean-generic \
527529 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
528530 uninstall-gm16iconDATA uninstall-gm22iconDATA \
529 uninstall-gm32iconDATA uninstall-gm48iconDATA \
531 uninstall-gm32iconDATA uninstall-gm48iconDATA uninstall-hook \
530532 uninstall-info-am uninstall-pixmapsDATA \
531533 uninstall-scalableiconDATA
532534
533535
534 install-data-hook:
536 install-data-hook: update-icon-cache
537 uninstall-hook: update-icon-cache
538
539 update-icon-cache:
535540 @-if test -z "$(DESTDIR)"; then \
536541 echo "Updating Gtk icon cache."; \
537542 $(gtk_update_icon_cache); \
1212 height="48"
1313 id="svg2"
1414 sodipodi:version="0.32"
15 inkscape:version="0.45.1"
15 inkscape:version="0.45"
1616 version="1.0"
1717 sodipodi:docbase="/home/ulisse/Desktop/gnome-mastermind/scalable"
1818 sodipodi:docname="gnome-mastermind.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape">
19 inkscape:output_extension="org.inkscape.output.svg.inkscape"
20 sodipodi:modified="true">
2021 <defs
2122 id="defs4">
23 <linearGradient
24 inkscape:collect="always"
25 id="linearGradient6508">
26 <stop
27 style="stop-color:#6d6f69;stop-opacity:1"
28 offset="0"
29 id="stop6510" />
30 <stop
31 style="stop-color:#555753;stop-opacity:1"
32 offset="1"
33 id="stop6512" />
34 </linearGradient>
2235 <linearGradient
2336 inkscape:collect="always"
2437 id="linearGradient3365">
291304 x2="12.087898"
292305 y2="31.969028"
293306 gradientUnits="userSpaceOnUse" />
294 <linearGradient
295 inkscape:collect="always"
296 xlink:href="#linearGradient4154"
297 id="linearGradient4197"
298 gradientUnits="userSpaceOnUse"
299 gradientTransform="matrix(0.634508,-0.2769286,0.3272792,0.7498732,-7.2007275,7.2591842)"
300 x1="9.3110456"
301 y1="26.966402"
302 x2="11.224652"
303 y2="18.627018" />
304307 <radialGradient
305308 inkscape:collect="always"
306309 xlink:href="#linearGradient3264"
330333 y1="19.20796"
331334 x2="11.576672"
332335 y2="33.427441" />
333 <linearGradient
334 inkscape:collect="always"
335 xlink:href="#linearGradient4154"
336 id="linearGradient4236"
337 gradientUnits="userSpaceOnUse"
338 gradientTransform="matrix(0.634508,-0.2769286,0.3272792,0.7498732,-7.2007275,7.2591842)"
339 x1="9.3110456"
340 y1="26.966402"
341 x2="11.224652"
342 y2="18.627018" />
343336 <radialGradient
344337 inkscape:collect="always"
345338 xlink:href="#linearGradient4266"
369362 y1="19.20796"
370363 x2="11.576672"
371364 y2="33.427441" />
372 <linearGradient
373 inkscape:collect="always"
374 xlink:href="#linearGradient4154"
375 id="linearGradient4264"
376 gradientUnits="userSpaceOnUse"
377 gradientTransform="matrix(0.634508,-0.2769286,0.3272792,0.7498732,-7.2007275,7.2591842)"
378 x1="9.3110456"
379 y1="26.966402"
380 x2="11.224652"
381 y2="18.627018" />
382365 <radialGradient
383366 inkscape:collect="always"
384367 xlink:href="#linearGradient4294"
408391 y1="19.20796"
409392 x2="11.576672"
410393 y2="33.427441" />
411 <linearGradient
412 inkscape:collect="always"
413 xlink:href="#linearGradient4154"
414 id="linearGradient4292"
415 gradientUnits="userSpaceOnUse"
416 gradientTransform="matrix(0.634508,-0.2769286,0.3272792,0.7498732,-7.2007275,7.2591842)"
417 x1="9.3110456"
418 y1="26.966402"
419 x2="11.224652"
420 y2="18.627018" />
421394 <radialGradient
422395 inkscape:collect="always"
423396 xlink:href="#linearGradient4322"
447420 y1="19.20796"
448421 x2="11.576672"
449422 y2="33.427441" />
450 <linearGradient
451 inkscape:collect="always"
452 xlink:href="#linearGradient4154"
453 id="linearGradient4320"
454 gradientUnits="userSpaceOnUse"
455 gradientTransform="matrix(0.634508,-0.2769286,0.3272792,0.7498732,-7.2007275,7.2591842)"
456 x1="9.3110456"
457 y1="26.966402"
458 x2="11.224652"
459 y2="18.627018" />
460423 <radialGradient
461424 inkscape:collect="always"
462425 xlink:href="#linearGradient4366"
486449 y1="19.20796"
487450 x2="11.576672"
488451 y2="33.427441" />
489 <linearGradient
490 inkscape:collect="always"
491 xlink:href="#linearGradient4154"
492 id="linearGradient4364"
493 gradientUnits="userSpaceOnUse"
494 gradientTransform="matrix(0.634508,-0.2769286,0.3272792,0.7498732,-7.2007275,7.2591842)"
495 x1="9.3110456"
496 y1="26.966402"
497 x2="11.224652"
498 y2="18.627018" />
499452 <radialGradient
500453 inkscape:collect="always"
501454 xlink:href="#linearGradient3276"
525478 y1="19.20796"
526479 x2="11.576672"
527480 y2="33.427441" />
528 <linearGradient
529 inkscape:collect="always"
530 xlink:href="#linearGradient4154"
531 id="linearGradient4392"
532 gradientUnits="userSpaceOnUse"
533 gradientTransform="matrix(0.634508,-0.2769286,0.3272792,0.7498732,-7.2007275,7.2591842)"
534 x1="9.3110456"
535 y1="26.966402"
536 x2="11.224652"
537 y2="18.627018" />
538481 <radialGradient
539482 inkscape:collect="always"
540483 xlink:href="#linearGradient4238"
611554 y1="19.20796"
612555 x2="11.576672"
613556 y2="33.427441" />
614 <linearGradient
615 inkscape:collect="always"
616 xlink:href="#linearGradient4154"
617 id="linearGradient3296"
618 gradientUnits="userSpaceOnUse"
619 gradientTransform="matrix(0.634508,-0.2769286,0.3272792,0.7498732,-7.2007275,7.2591842)"
620 x1="9.3110456"
621 y1="26.966402"
622 x2="11.224652"
623 y2="18.627018" />
624557 <radialGradient
625558 inkscape:collect="always"
626559 xlink:href="#linearGradient3276"
650583 y1="19.20796"
651584 x2="11.576672"
652585 y2="33.427441" />
653 <linearGradient
654 inkscape:collect="always"
655 xlink:href="#linearGradient4154"
656 id="linearGradient3312"
657 gradientUnits="userSpaceOnUse"
658 gradientTransform="matrix(0.634508,-0.2769286,0.3272792,0.7498732,-7.2007275,7.2591842)"
659 x1="9.3110456"
660 y1="26.966402"
661 x2="11.224652"
662 y2="18.627018" />
663586 <radialGradient
664587 inkscape:collect="always"
665588 xlink:href="#linearGradient3283"
784707 <linearGradient
785708 inkscape:collect="always"
786709 xlink:href="#linearGradient4154"
787 id="linearGradient3395"
788 x1="42.1875"
789 y1="9.1276951"
790 x2="41.984375"
791 y2="6.7683201"
710 id="linearGradient6466"
711 gradientUnits="userSpaceOnUse"
712 x1="16.5"
713 y1="7.5"
714 x2="16.5"
715 y2="10.541667" />
716 <linearGradient
717 inkscape:collect="always"
718 xlink:href="#linearGradient4154"
719 id="linearGradient6470"
720 gradientUnits="userSpaceOnUse"
721 x1="16.5"
722 y1="7.5"
723 x2="16.5"
724 y2="10.541667" />
725 <linearGradient
726 inkscape:collect="always"
727 xlink:href="#linearGradient4154"
728 id="linearGradient6474"
729 gradientUnits="userSpaceOnUse"
730 x1="16.5"
731 y1="7.5"
732 x2="16.5"
733 y2="10.541667" />
734 <linearGradient
735 inkscape:collect="always"
736 xlink:href="#linearGradient4154"
737 id="linearGradient6478"
738 gradientUnits="userSpaceOnUse"
739 x1="16.5"
740 y1="7.5"
741 x2="16.5"
742 y2="10.541667" />
743 <linearGradient
744 inkscape:collect="always"
745 xlink:href="#linearGradient4154"
746 id="linearGradient6482"
747 gradientUnits="userSpaceOnUse"
748 x1="16.5"
749 y1="7.5"
750 x2="16.5"
751 y2="10.541667" />
752 <linearGradient
753 inkscape:collect="always"
754 xlink:href="#linearGradient4154"
755 id="linearGradient6486"
756 gradientUnits="userSpaceOnUse"
757 x1="16.5"
758 y1="7.5"
759 x2="16.5"
760 y2="10.541667" />
761 <linearGradient
762 inkscape:collect="always"
763 xlink:href="#linearGradient4154"
764 id="linearGradient6490"
765 gradientUnits="userSpaceOnUse"
766 x1="16.5"
767 y1="7.5"
768 x2="16.5"
769 y2="10.541667" />
770 <linearGradient
771 inkscape:collect="always"
772 xlink:href="#linearGradient4154"
773 id="linearGradient6494"
774 gradientUnits="userSpaceOnUse"
775 x1="16.5"
776 y1="7.5"
777 x2="16.5"
778 y2="10.541667" />
779 <linearGradient
780 inkscape:collect="always"
781 xlink:href="#linearGradient4154"
782 id="linearGradient6498"
783 gradientUnits="userSpaceOnUse"
784 x1="16.5"
785 y1="7.5"
786 x2="16.5"
787 y2="10.541667" />
788 <linearGradient
789 inkscape:collect="always"
790 xlink:href="#linearGradient4154"
791 id="linearGradient6506"
792 gradientUnits="userSpaceOnUse"
793 x1="16.5"
794 y1="8.0749998"
795 x2="16.5"
796 y2="10.541667"
797 gradientTransform="matrix(0.9166175,-0.501421,0.7560136,1.2406956,18.705711,6.5054486)" />
798 <radialGradient
799 inkscape:collect="always"
800 xlink:href="#linearGradient6508"
801 id="radialGradient6514"
802 cx="28.199219"
803 cy="11.358117"
804 fx="28.199219"
805 fy="11.358117"
806 r="3.0390322"
807 gradientTransform="matrix(1,0,0,0.9897171,0,0.1336774)"
792808 gradientUnits="userSpaceOnUse" />
809 <radialGradient
810 inkscape:collect="always"
811 xlink:href="#linearGradient6508"
812 id="radialGradient6518"
813 gradientUnits="userSpaceOnUse"
814 gradientTransform="matrix(1,0,0,0.9897171,0,0.1336774)"
815 cx="28.199219"
816 cy="11.358117"
817 fx="28.199219"
818 fy="11.358117"
819 r="3.0390322" />
793820 </defs>
794821 <sodipodi:namedview
795822 id="base"
798825 borderopacity="1"
799826 inkscape:pageopacity="0.0"
800827 inkscape:pageshadow="2"
801 inkscape:zoom="8"
802 inkscape:cx="24.720199"
803 inkscape:cy="30.887186"
828 inkscape:zoom="1"
829 inkscape:cx="30.630765"
830 inkscape:cy="30.381261"
804831 inkscape:document-units="px"
805832 inkscape:current-layer="layer1"
806833 width="48px"
9961023 </g>
9971024 <path
9981025 sodipodi:type="arc"
999 style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:#555753;stroke-width:2.01556444;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1000 id="path3159"
1001 sodipodi:cx="29.46875"
1002 sodipodi:cy="13"
1003 sodipodi:rx="2.03125"
1004 sodipodi:ry="2"
1005 d="M 31.5 13 A 2.03125 2 0 1 1 27.4375,13 A 2.03125 2 0 1 1 31.5 13 z"
1006 transform="matrix(0.4923077,0,0,0.5,14.992307,4.9999999)" />
1007 <path
1008 sodipodi:type="arc"
1009 style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:#555753;stroke-width:2.01556444;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1026 style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:url(#radialGradient6514);stroke-width:2.01556444;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
10101027 id="path3181"
10111028 sodipodi:cx="29.46875"
10121029 sodipodi:cy="13"
10361053 id="path3183"
10371054 style="opacity:0.604;fill:none;fill-opacity:1;stroke:url(#linearGradient4160);stroke-width:1.49478245;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
10381055 sodipodi:type="arc" />
1039 <path
1040 inkscape:transform-center-x="0.18822291"
1041 inkscape:transform-center-y="-1.3503565"
1042 sodipodi:nodetypes="ccsc"
1043 id="path4177"
1044 d="M 11.624302,22.699965 C 8.7582718,26.133019 5.440672,21.031573 3.375698,26.300035 C 2.3820775,24.023421 3.4233496,21.369316 5.6999645,20.375697 C 7.9765786,19.382078 10.630683,20.423348 11.624302,22.699965 z "
1045 style="opacity:0.204;fill:url(#linearGradient4197);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
10461056 </g>
10471057 <g
10481058 id="g4222"
10671077 id="path4226"
10681078 style="opacity:0.624;fill:none;fill-opacity:1;stroke:url(#linearGradient4234);stroke-width:1.49478245;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
10691079 sodipodi:type="arc" />
1070 <path
1071 inkscape:transform-center-x="0.18822291"
1072 inkscape:transform-center-y="-1.3503565"
1073 sodipodi:nodetypes="ccsc"
1074 id="path4228"
1075 d="M 11.624302,22.699965 C 8.7582718,26.133019 5.440672,21.031573 3.375698,26.300035 C 2.3820775,24.023421 3.4233496,21.369316 5.6999645,20.375697 C 7.9765786,19.382078 10.630683,20.423348 11.624302,22.699965 z "
1076 style="opacity:0.20400002;fill:url(#linearGradient4236);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
10771080 </g>
10781081 <g
10791082 id="g4250"
10981101 id="path4254"
10991102 style="opacity:0.64;fill:none;fill-opacity:1;stroke:url(#linearGradient4262);stroke-width:1.49478245;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
11001103 sodipodi:type="arc" />
1101 <path
1102 inkscape:transform-center-x="0.18822291"
1103 inkscape:transform-center-y="-1.3503565"
1104 sodipodi:nodetypes="ccsc"
1105 id="path4256"
1106 d="M 11.624302,22.699965 C 8.7582718,26.133019 5.440672,21.031573 3.375698,26.300035 C 2.3820775,24.023421 3.4233496,21.369316 5.6999645,20.375697 C 7.9765786,19.382078 10.630683,20.423348 11.624302,22.699965 z "
1107 style="opacity:0.20400002;fill:url(#linearGradient4264);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
11081104 </g>
11091105 <g
11101106 id="g4278"
11291125 id="path4282"
11301126 style="opacity:0.892;fill:none;fill-opacity:1;stroke:url(#linearGradient4290);stroke-width:1.49478245;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
11311127 sodipodi:type="arc" />
1132 <path
1133 inkscape:transform-center-x="0.18822291"
1134 inkscape:transform-center-y="-1.3503565"
1135 sodipodi:nodetypes="ccsc"
1136 id="path4284"
1137 d="M 11.624302,22.699965 C 8.7582718,26.133019 5.440672,21.031573 3.375698,26.300035 C 2.3820775,24.023421 3.4233496,21.369316 5.6999645,20.375697 C 7.9765786,19.382078 10.630683,20.423348 11.624302,22.699965 z "
1138 style="opacity:0.46000001;fill:url(#linearGradient4292);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
11391128 </g>
11401129 <g
11411130 id="g4306"
11601149 id="path4310"
11611150 style="opacity:0.616;fill:none;fill-opacity:1;stroke:url(#linearGradient4318);stroke-width:1.49478245;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
11621151 sodipodi:type="arc" />
1163 <path
1164 inkscape:transform-center-x="0.18822291"
1165 inkscape:transform-center-y="-1.3503565"
1166 sodipodi:nodetypes="ccsc"
1167 id="path4312"
1168 d="M 11.624302,22.699965 C 8.7582718,26.133019 5.440672,21.031573 3.375698,26.300035 C 2.3820775,24.023421 3.4233496,21.369316 5.6999645,20.375697 C 7.9765786,19.382078 10.630683,20.423348 11.624302,22.699965 z "
1169 style="opacity:0.20400002;fill:url(#linearGradient4320);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
11701152 </g>
11711153 <g
11721154 id="g4350"
11911173 id="path4354"
11921174 style="opacity:0.608;fill:none;fill-opacity:1;stroke:url(#linearGradient4362);stroke-width:1.49478245;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
11931175 sodipodi:type="arc" />
1194 <path
1195 inkscape:transform-center-x="0.18822291"
1196 inkscape:transform-center-y="-1.3503565"
1197 sodipodi:nodetypes="ccsc"
1198 id="path4356"
1199 d="M 11.624302,22.699965 C 8.7582718,26.133019 5.440672,21.031573 3.375698,26.300035 C 2.3820775,24.023421 3.4233496,21.369316 5.6999645,20.375697 C 7.9765786,19.382078 10.630683,20.423348 11.624302,22.699965 z "
1200 style="opacity:0.20400002;fill:url(#linearGradient4364);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
12011176 </g>
12021177 <g
12031178 id="g4378"
12221197 id="path4382"
12231198 style="opacity:0.624;fill:none;fill-opacity:1;stroke:url(#linearGradient4390);stroke-width:1.49478245;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
12241199 sodipodi:type="arc" />
1225 <path
1226 inkscape:transform-center-x="0.18822291"
1227 inkscape:transform-center-y="-1.3503565"
1228 sodipodi:nodetypes="ccsc"
1229 id="path4384"
1230 d="M 11.624302,22.699965 C 8.7582718,26.133019 5.440672,21.031573 3.375698,26.300035 C 2.3820775,24.023421 3.4233496,21.369316 5.6999645,20.375697 C 7.9765786,19.382078 10.630683,20.423348 11.624302,22.699965 z "
1231 style="opacity:0.20400002;fill:url(#linearGradient4392);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
12321200 </g>
12331201 <path
12341202 transform="matrix(-0.3461366,-0.6171898,0.7085309,-0.4211229,25.512229,29.155641)"
12591227 id="path3286"
12601228 style="opacity:0.6;fill:none;fill-opacity:1;stroke:url(#linearGradient3294);stroke-width:1.49478245;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
12611229 sodipodi:type="arc" />
1262 <path
1263 inkscape:transform-center-x="0.18822291"
1264 inkscape:transform-center-y="-1.3503565"
1265 sodipodi:nodetypes="ccsc"
1266 id="path3288"
1267 d="M 11.624302,22.699965 C 8.7582718,26.133019 5.440672,21.031573 3.375698,26.300035 C 2.3820775,24.023421 3.4233496,21.369316 5.6999645,20.375697 C 7.9765786,19.382078 10.630683,20.423348 11.624302,22.699965 z "
1268 style="opacity:0.20400002;fill:url(#linearGradient3296);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
12691230 </g>
12701231 <g
12711232 id="g3298"
12901251 id="path3302"
12911252 style="opacity:0.648;fill:none;fill-opacity:1;stroke:url(#linearGradient3310);stroke-width:1.49478245;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
12921253 sodipodi:type="arc" />
1293 <path
1294 inkscape:transform-center-x="0.18822291"
1295 inkscape:transform-center-y="-1.3503565"
1296 sodipodi:nodetypes="ccsc"
1297 id="path3304"
1298 d="M 11.624302,22.699965 C 8.7582718,26.133019 5.440672,21.031573 3.375698,26.300035 C 2.3820775,24.023421 3.4233496,21.369316 5.6999645,20.375697 C 7.9765786,19.382078 10.630683,20.423348 11.624302,22.699965 z "
1299 style="opacity:0.20400002;fill:url(#linearGradient3312);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
13001254 </g>
13011255 <path
1302 style="opacity:0.348;fill:url(#linearGradient3395);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
1303 d="M 40.5,10 L 39.1875,7.6875 C 41.539829,6.2561668 44.475014,7.2714208 45.5,10 C 44.430054,8.9300541 41.445343,8.4453432 40.5,10 z "
1304 id="path3385"
1256 sodipodi:type="arc"
1257 style="opacity:0.75;fill:url(#linearGradient6466);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1258 id="path5486"
1259 sodipodi:cx="16.5"
1260 sodipodi:cy="9.5"
1261 sodipodi:rx="3.4285715"
1262 sodipodi:ry="2"
1263 d="M 19.928571 9.5 A 3.4285715 2 0 1 1 13.071429,9.5 A 3.4285715 2 0 1 1 19.928571 9.5 z"
1264 transform="matrix(0.8749999,0,0,1.25,-6.9374987,-1.375)" />
1265 <path
1266 sodipodi:type="arc"
1267 style="opacity:0.75;fill:url(#linearGradient6470);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1268 id="path6468"
1269 sodipodi:cx="16.5"
1270 sodipodi:cy="9.5"
1271 sodipodi:rx="3.4285715"
1272 sodipodi:ry="2"
1273 d="M 19.928571 9.5 A 3.4285715 2 0 1 1 13.071429,9.5 A 3.4285715 2 0 1 1 19.928571 9.5 z"
1274 transform="matrix(0.8749999,0,0,1.25,-6.8749987,11.625)" />
1275 <path
1276 sodipodi:type="arc"
1277 style="opacity:0.75;fill:url(#linearGradient6474);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1278 id="path6472"
1279 sodipodi:cx="16.5"
1280 sodipodi:cy="9.5"
1281 sodipodi:rx="3.4285715"
1282 sodipodi:ry="2"
1283 d="M 19.928571 9.5 A 3.4285715 2 0 1 1 13.071429,9.5 A 3.4285715 2 0 1 1 19.928571 9.5 z"
1284 transform="matrix(0.8749999,0,0,1.25,4.0625013,11.625)" />
1285 <path
1286 sodipodi:type="arc"
1287 style="opacity:0.75;fill:url(#linearGradient6478);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1288 id="path6476"
1289 sodipodi:cx="16.5"
1290 sodipodi:cy="9.5"
1291 sodipodi:rx="3.4285715"
1292 sodipodi:ry="2"
1293 d="M 19.928571 9.5 A 3.4285715 2 0 1 1 13.071429,9.5 A 3.4285715 2 0 1 1 19.928571 9.5 z"
1294 transform="matrix(0.8749999,0,0,1.25,15.062502,11.625)" />
1295 <path
1296 sodipodi:type="arc"
1297 style="opacity:0.92941176;fill:url(#linearGradient6482);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1298 id="path6480"
1299 sodipodi:cx="16.5"
1300 sodipodi:cy="9.5"
1301 sodipodi:rx="3.4285715"
1302 sodipodi:ry="2"
1303 d="M 19.928571 9.5 A 3.4285715 2 0 1 1 13.071429,9.5 A 3.4285715 2 0 1 1 19.928571 9.5 z"
1304 transform="matrix(0.8749999,0,0,1.25,26.062501,11.625)" />
1305 <path
1306 sodipodi:type="arc"
1307 style="opacity:0.75;fill:url(#linearGradient6486);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1308 id="path6484"
1309 sodipodi:cx="16.5"
1310 sodipodi:cy="9.5"
1311 sodipodi:rx="3.4285715"
1312 sodipodi:ry="2"
1313 d="M 19.928571 9.5 A 3.4285715 2 0 1 1 13.071429,9.5 A 3.4285715 2 0 1 1 19.928571 9.5 z"
1314 transform="matrix(0.8749999,0,0,1.25,26.062501,24.625)" />
1315 <path
1316 sodipodi:type="arc"
1317 style="opacity:0.75;fill:url(#linearGradient6490);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1318 id="path6488"
1319 sodipodi:cx="16.5"
1320 sodipodi:cy="9.5"
1321 sodipodi:rx="3.4285715"
1322 sodipodi:ry="2"
1323 d="M 19.928571 9.5 A 3.4285715 2 0 1 1 13.071429,9.5 A 3.4285715 2 0 1 1 19.928571 9.5 z"
1324 transform="matrix(0.8749999,0,0,1.25,15.062502,24.625)" />
1325 <path
1326 sodipodi:type="arc"
1327 style="opacity:0.75;fill:url(#linearGradient6494);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1328 id="path6492"
1329 sodipodi:cx="16.5"
1330 sodipodi:cy="9.5"
1331 sodipodi:rx="3.4285715"
1332 sodipodi:ry="2"
1333 d="M 19.928571 9.5 A 3.4285715 2 0 1 1 13.071429,9.5 A 3.4285715 2 0 1 1 19.928571 9.5 z"
1334 transform="matrix(0.8749999,0,0,1.25,4.062502,24.625)" />
1335 <path
1336 sodipodi:type="arc"
1337 style="opacity:0.75;fill:url(#linearGradient6498);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1338 id="path6496"
1339 sodipodi:cx="16.5"
1340 sodipodi:cy="9.5"
1341 sodipodi:rx="3.4285715"
1342 sodipodi:ry="2"
1343 d="M 19.928571 9.5 A 3.4285715 2 0 1 1 13.071429,9.5 A 3.4285715 2 0 1 1 19.928571 9.5 z"
1344 transform="matrix(0.8749999,0,0,1.25,-6.937498,24.625)" />
1345 <path
1346 style="opacity:0.75;fill:url(#linearGradient6506);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
1347 d="M 44.154717,8.2994508 C 44.989356,9.6691786 43.734766,12.051027 42,13 L 39.25,7.6622175 C 40.984763,6.7132425 43.320077,6.9297229 44.154717,8.2994508 z "
1348 id="path6500"
13051349 sodipodi:nodetypes="cccc" />
1350 <path
1351 sodipodi:type="arc"
1352 style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:url(#radialGradient6518);stroke-width:2.01556444;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1353 id="path6516"
1354 sodipodi:cx="29.46875"
1355 sodipodi:cy="13"
1356 sodipodi:rx="2.03125"
1357 sodipodi:ry="2"
1358 d="M 31.5 13 A 2.03125 2 0 1 1 27.4375,13 A 2.03125 2 0 1 1 31.5 13 z"
1359 transform="matrix(0.4923077,0,0,0.5,14.992307,5)" />
13061360 </g>
13071361 </svg>
0 28 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
1 * pt_BR.po: Added Brazilian translation by Leonardo Fontenelle (thanks
2 ))
3 * en_GB.po: updated british translation
4 * es.po: Added Spanish translation by David Prieto (thanks ;))
5 * id.po: updated indonesian translation
6
7 25 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
8 * sv.po: updated swedish translation
9 * fr.po: updated french translation
10
11 23 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
12 * de.po: updated german translation
13 * pl.po: updated polish translation
14 * id.po: Added Indonesian translation by Andika Triwidada (thanks ;))
15 * ar.po: Added Arabic translation by Djihed Afifi (thanks ;))
16 * eu.po: updated basque translation
17
18 06 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
19 * en_GB.po: Added British by David Lodge (thanks ;))
20 * eu.po: Added Basque by Mikel Olasagasti (thanks ;))
21
022 02 May 2007 Filippo Argiolas <filippo.argiolas@gmail.com>
123 * sv.po: Added Swedish by Daniel Nylander (thanks ;))
224 * de.po: Added German by Thilo Pfennig (thanks ;))
0 # Arabic translations for gnome-mastermind package.
1 # Copyright (C) 2007 THE gnome-mastermind'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the gnome-mastermind package.
3 # Djihed Afifi <djihed@gmail.com>, 2007.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: gnome-mastermind 0.3\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2007-05-29 14:44+0200\n"
10 "PO-Revision-Date: 2007-05-23 20:45+0100\n"
11 "Last-Translator: Djihed Afifi <djihed@gmail.com>\n"
12 "Language-Team: Arabic <doc@arabeyes.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=utf-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "X-Poedit-Language: Arabic\n"
17 "Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==2 ? 1 : n>=3 && n<=10 ? 2 : "
18 "3\n"
19
20 #: ../src/gnome-mastermind.c:186
21 msgid ""
22 "<span size=\"medium\" weight=\"bold\">Settings have changed!</span>\n"
23 "\n"
24 "Maximum number of tries has been changed.\n"
25 "The game has to be restarted for this change to apply\n"
26 "\n"
27 "Start a new game?"
28 msgstr ""
29 "<span size=\"medium\" weight=\"bold\">تم تغيير الإعدادات!</span>\n"
30 "\n"
31 "تم تغيير العدد الأكبر للمحاولات.\n"
32 "يجب اعادة تشغيل اللعبة لتطبيق التغيرات\n"
33 "\n"
34 "هل تريد بدأ لعبة جديدة؟"
35
36 #: ../src/gnome-mastermind.c:221 ../src/gnome-mastermind.c:303
37 #, c-format
38 msgid ""
39 "<span size=\"medium\" weight=\"bold\">Unable to load theme!</span>\n"
40 "\n"
41 "<i>'%s'</i> does not exist!!\n"
42 "\n"
43 "Default theme will be loaded instead."
44 msgstr ""
45 "<span size=\"medium\" weight=\"bold\">لا يمكن تحميل النسق!</span>\n"
46 "\n"
47 "<i>'%s'</i> غير موجود!!\n"
48 "\n"
49 "سيتم تحميل النسق الإفتراضي."
50
51 #: ../src/gnome-mastermind.c:733
52 msgid "Ready for a new game!"
53 msgstr "مستعد لدورة جديدة!"
54
55 #: ../src/gnome-mastermind.c:797
56 #, c-format
57 msgid ""
58 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
59 "You found the solution with <b>%d</b> try!\n"
60 "Do you want to play again?"
61 msgid_plural ""
62 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
63 "You found the solution with <b>%d</b> tries!\n"
64 "Do you want to play again?"
65 msgstr[0] ""
66 "<span size=\"large\" weight=\"bold\">جيد!!!</span>\n"
67 "لقد وجدت الحل بتجريب <b>%d</b> فقط\n"
68 "هل تريد اللعب مجددا؟"
69 msgstr[1] ""
70 "<span size=\"large\" weight=\"bold\">جيد!!!</span>\n"
71 "لقد وجدت الحل بتجريبان <b>%d</b> فقط\n"
72 "هل تريد اللعب مجددا؟"
73 msgstr[2] ""
74 "<span size=\"large\" weight=\"bold\">جيد!!!</span>\n"
75 "لقد وجدت الحل بـ <b>%d</b> تجريبات فقط\n"
76 "هل تريد اللعب مجددا؟"
77 msgstr[3] ""
78 "<span size=\"large\" weight=\"bold\">جيد!!!</span>\n"
79 "لقد وجدت الحل بـ <b>%d</b> تجريب فقط\n"
80 "هل تريد اللعب مجددا؟"
81
82 #: ../src/gnome-mastermind.c:805 ../src/gnome-mastermind.c:841
83 msgid "Play Again"
84 msgstr "العب مرة أخرى"
85
86 #: ../src/gnome-mastermind.c:832
87 #, c-format
88 msgid ""
89 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
90 "With just <b>%d</b> try you didn't find the solution yet?!\n"
91 "Do you want to play again?"
92 msgid_plural ""
93 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
94 "With just <b>%d</b> tries you didn't find the solution yet?!\n"
95 "Do you want to play again?"
96 msgstr[0] ""
97 "<span size=\"large\" weight=\"bold\">عفوا، لقد خسرت!</span>\n"
98 "بـتجريب <b>%d</b> فقط لم تعثر على الحل؟!\n"
99 "هل تريد اللعب مجددا؟"
100 msgstr[1] ""
101 "<span size=\"large\" weight=\"bold\">عفوا، لقد خسرت!</span>\n"
102 "بـتجريبان <b>%d</b> فقط لم تعثر على الحل؟!\n"
103 "هل تريد اللعب مجددا؟"
104 msgstr[2] ""
105 "<span size=\"large\" weight=\"bold\">عفوا، لقد خسرت!</span>\n"
106 "بـ <b>%d</b> تجريبات فقط لم تعثر على الحل؟!\n"
107 "هل تريد اللعب مجددا؟"
108 msgstr[3] ""
109 "<span size=\"large\" weight=\"bold\">عفوا، لقد خسرت!</span>\n"
110 "بـ <b>%d</b> تجريت فقط لم تعثر على الحل؟!\n"
111 "هل تريد اللعب مجددا؟"
112
113 #: ../src/gnome-mastermind.c:845
114 msgid "This was the right solution:"
115 msgstr "كان هذا الحل المناسب:"
116
117 #. Note for translators: the following tells the number of
118 #. * right color and position guesses (bulls) and right color
119 #. * only guessed (cows). "Bulls and cows" is a pen and paper
120 #. * game similar to mastermind. I've leaved it untranslated in
121 #. * italian. Translate it if you want or leave it untranslated
122 #. * or feel free to ask my opinion
123 #: ../src/gnome-mastermind.c:1044
124 #, c-format
125 msgid "%d bull, "
126 msgid_plural "%d bulls, "
127 msgstr[0] "ثور %d ،"
128 msgstr[1] "ثوران %d،"
129 msgstr[2] "%d ثيران"
130 msgstr[3] "%d ثورا،"
131
132 #: ../src/gnome-mastermind.c:1045
133 #, c-format
134 msgid "%d cow!"
135 msgid_plural "%d cows!"
136 msgstr[0] "بقرة %d!"
137 msgstr[1] "بقرتان %d!"
138 msgstr[2] "%d قرات!"
139 msgstr[3] "%d بقرة!"
140
141 #: ../src/gnome-mastermind.c:1432 ../src/gnome-mastermind.c:1504
142 #: ../src/gnome-mastermind.c:1613 ../src/gnome-mastermind.c:2235
143 msgid "Select a color!"
144 msgstr "انتقِ لونا!"
145
146 #: ../src/gnome-mastermind.c:1444 ../src/gnome-mastermind.c:1516
147 msgid "Select a valid place!"
148 msgstr "انتقِ مكانا مناسبا!"
149
150 #. Note for translators: Replace this
151 #. * string with your name and email
152 #. * address
153 #: ../src/gnome-mastermind.c:1755
154 msgid "Filippo Argiolas <filippo.argiolas@gmail.com>"
155 msgstr "جهاد عفيفي <djihed@gmail.com>"
156
157 #: ../src/gnome-mastermind.c:1756
158 msgid "A Mastermind clone for gnome"
159 msgstr "لعبة العقل الموجّه مايند لجنم"
160
161 #. GtkWidget *hbox;
162 #: ../src/gnome-mastermind.c:1870
163 msgid "Preferences"
164 msgstr "تفضيلات"
165
166 #: ../src/gnome-mastermind.c:1887
167 msgid "<b>Tileset theme</b>"
168 msgstr "<b>سمة الواجهة</b>"
169
170 #: ../src/gnome-mastermind.c:1899
171 msgid "Theme:"
172 msgstr "السمة:"
173
174 #: ../src/gnome-mastermind.c:1922
175 msgid "<b>Color settings</b>"
176 msgstr "إعدادات"
177
178 #: ../src/gnome-mastermind.c:1934
179 msgid "Foreground Color:"
180 msgstr "اللون الأمامي:"
181
182 #: ../src/gnome-mastermind.c:1946
183 msgid "Background Color:"
184 msgstr "اللون الخلفي:"
185
186 #: ../src/gnome-mastermind.c:1958
187 msgid "Try to get colors from system theme"
188 msgstr "جرب استيراد الوان من نسق النظام"
189
190 #: ../src/gnome-mastermind.c:1985
191 msgid "<b>Game settings</b>"
192 msgstr "<b>اعدادات اللعبة</b>"
193
194 #: ../src/gnome-mastermind.c:1997
195 msgid "Maximum number of tries allowed:"
196 msgstr "عدد التجريبات الأكبر المسموح به"
197
198 #: ../src/gnome-mastermind.c:2036
199 msgid "_Game"
200 msgstr "_لعبة"
201
202 #: ../src/gnome-mastermind.c:2040
203 msgid "_New game"
204 msgstr "_لعبة جديدة"
205
206 #: ../src/gnome-mastermind.c:2041
207 msgid "Start a new game"
208 msgstr "ابدء لعبةٍ جديدة"
209
210 #: ../src/gnome-mastermind.c:2045
211 msgid "_Undo Move"
212 msgstr "ت_راجع عن الحركة اﻷخيرة"
213
214 #: ../src/gnome-mastermind.c:2046
215 msgid "Undo last move"
216 msgstr "تراجع عن الحركة اﻷخيرة"
217
218 #: ../src/gnome-mastermind.c:2050
219 msgid "_Redo Move"
220 msgstr "_كَرِّر النقلة"
221
222 #: ../src/gnome-mastermind.c:2051
223 msgid "Redo last move"
224 msgstr "_كَرِّر النقلة الأخيرة"
225
226 #: ../src/gnome-mastermind.c:2055
227 msgid "_Quit"
228 msgstr "إ_خرج"
229
230 #: ../src/gnome-mastermind.c:2056
231 msgid "Quit the game"
232 msgstr "اخرج من اللعبة"
233
234 #: ../src/gnome-mastermind.c:2059
235 msgid "_Settings"
236 msgstr "إ_عدادات"
237
238 #: ../src/gnome-mastermind.c:2062
239 msgid "_Preferences"
240 msgstr "ت_فضيلات"
241
242 #: ../src/gnome-mastermind.c:2063
243 msgid "Change game settings"
244 msgstr "غير إعدادات اللعبة"
245
246 #: ../src/gnome-mastermind.c:2066
247 msgid "_Help"
248 msgstr "_مساعدة"
249
250 #: ../src/gnome-mastermind.c:2069
251 msgid "_About"
252 msgstr "_حول"
253
254 #: ../src/gnome-mastermind.c:2071
255 msgid "About"
256 msgstr "حول"
257
258 #: ../src/gnome-mastermind.c:2075 ../src/gnome-mastermind.c:2077
259 msgid "_Contents"
260 msgstr "ال_محتويات"
261
262 #: ../src/gnome-mastermind.c:2094
263 msgid "_Show Toolbar"
264 msgstr "اعرض شريط الأدوات"
265
266 #: ../src/gnome-mastermind.c:2094
267 msgid "Show or hide the toolbar"
268 msgstr "اعرض أو إخف شريط الأدوات"
269
270 #: ../desktop/gnome-mastermind.desktop.in.h:1
271 msgid "Break the hidden code!"
272 msgstr "كسّر الرمز المخفي!"
273
274 #: ../desktop/gnome-mastermind.desktop.in.h:2
275 msgid "Mastermind"
276 msgstr "العقل الموجّه"
277
278 #~ msgid "Play again"
279 #~ msgstr "العب مرة أخرى"
55 #
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: gnome-mastermind 0.2\n"
8 "Project-Id-Version: gnome-mastermind 0.3\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2007-05-02 08:17+0200\n"
11 "PO-Revision-Date: 2007-05-01 22:14+0100\n"
12 "Last-Translator: Thilo Pfennig <thilopfennig@foresightlinux.org>\n"
10 "POT-Creation-Date: 2007-05-29 14:44+0200\n"
11 "PO-Revision-Date: 2007-05-23 20:18+0100\n"
12 "Last-Translator: ThiloPfennig <thilopfennig@foresightlinux.org>\n"
1313 "Language-Team: German <gnome-de@gnome.org>\n"
1414 "MIME-Version: 1.0\n"
1515 "Content-Type: text/plain; charset=UTF-8\n"
1818 "X-Poedit-Language: German\n"
1919 "X-Poedit-Country: GERMANY\n"
2020
21 #: ../src/gnome-mastermind.c:170
21 #: ../src/gnome-mastermind.c:186
2222 msgid ""
2323 "<span size=\"medium\" weight=\"bold\">Settings have changed!</span>\n"
2424 "\n"
3434 "\n"
3535 "Starte neues Spiel?"
3636
37 #: ../src/gnome-mastermind.c:201 ../src/gnome-mastermind.c:288
37 #: ../src/gnome-mastermind.c:221 ../src/gnome-mastermind.c:303
3838 #, c-format
3939 msgid ""
4040 "<span size=\"medium\" weight=\"bold\">Unable to load theme!</span>\n"
4949 "\n"
5050 "Das voreingestellte Thema wird stattdessen geladen."
5151
52 #: ../src/gnome-mastermind.c:651
52 #: ../src/gnome-mastermind.c:733
5353 msgid "Ready for a new game!"
5454 msgstr "Bereit für ein neues Spiel!"
5555
56 #: ../src/gnome-mastermind.c:668
57 #, c-format
58 msgid ""
56 #: ../src/gnome-mastermind.c:797
57 #, c-format
58 msgid ""
59 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
60 "You found the solution with <b>%d</b> try!\n"
61 "Do you want to play again?"
62 msgid_plural ""
5963 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
6064 "You found the solution with <b>%d</b> tries!\n"
6165 "Do you want to play again?"
62 msgstr ""
66 msgstr[0] ""
6367 "<span size=\"large\" weight=\"bold\">Großartig!!!</span>\n"
64 "Sie haben die Lösung gefunden mit <b>%d</b>Versuchen!\n"
65 "Möchten Sie noch einmal spielen?"
66
67 #: ../src/gnome-mastermind.c:690
68 #, c-format
69 msgid ""
68 "Sie haben die Lösung gefunden mit <b>%d</b> Versuch!\n"
69 "Möchten Sie noch einmal spielen?"
70 msgstr[1] ""
71 "<span size=\"large\" weight=\"bold\">Großartig!!!</span>\n"
72 "Sie haben die Lösung gefunden mit <b>%d</b> Versuchen!\n"
73 "Möchten Sie noch einmal spielen?"
74
75 #: ../src/gnome-mastermind.c:805 ../src/gnome-mastermind.c:841
76 msgid "Play Again"
77 msgstr "Noch einmal spielen"
78
79 #: ../src/gnome-mastermind.c:832
80 #, c-format
81 msgid ""
82 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
83 "With just <b>%d</b> try you didn't find the solution yet?!\n"
84 "Do you want to play again?"
85 msgid_plural ""
7086 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
7187 "With just <b>%d</b> tries you didn't find the solution yet?!\n"
7288 "Do you want to play again?"
73 msgstr ""
89 msgstr[0] ""
7490 "<span size=\"large\" weight=\"bold\">Es tut mir leid, Sie haben verloren!</"
7591 "span>\n"
76 "Mit nur <b>%d</b>Versuchen haben Sie bisher keine Lösung gefunden?!\n"
77 "Möchten Sie noch einmal spielen?"
78
79 #: ../src/gnome-mastermind.c:695
80 msgid "That was the right solution:"
92 "Mit nur <b>%d</b> Versuch haben Sie bisher keine Lösung gefunden?!\n"
93 "Möchten Sie noch einmal spielen?"
94 msgstr[1] ""
95 "<span size=\"large\" weight=\"bold\">Es tut mir leid, Sie haben verloren!</"
96 "span>\n"
97 "Mit nur <b>%d</b> Versuchen haben Sie bisher keine Lösung gefunden?!\n"
98 "Möchten Sie noch einmal spielen?"
99
100 #: ../src/gnome-mastermind.c:845
101 msgid "This was the right solution:"
81102 msgstr "Das war die richtige Lösung:"
82103
83 #: ../src/gnome-mastermind.c:986 ../src/gnome-mastermind.c:1034
84 #: ../src/gnome-mastermind.c:1750
104 #. Note for translators: the following tells the number of
105 #. * right color and position guesses (bulls) and right color
106 #. * only guessed (cows). "Bulls and cows" is a pen and paper
107 #. * game similar to mastermind. I've leaved it untranslated in
108 #. * italian. Translate it if you want or leave it untranslated
109 #. * or feel free to ask my opinion
110 #: ../src/gnome-mastermind.c:1044
111 #, c-format
112 msgid "%d bull, "
113 msgid_plural "%d bulls, "
114 msgstr[0] "%d Bulle,"
115 msgstr[1] "%d Bullen,"
116
117 #: ../src/gnome-mastermind.c:1045
118 #, c-format
119 msgid "%d cow!"
120 msgid_plural "%d cows!"
121 msgstr[0] "%d Kuh!"
122 msgstr[1] "%d Kühe!"
123
124 #: ../src/gnome-mastermind.c:1432 ../src/gnome-mastermind.c:1504
125 #: ../src/gnome-mastermind.c:1613 ../src/gnome-mastermind.c:2235
85126 msgid "Select a color!"
86127 msgstr "Wähle eine Farbe"
87128
88 #: ../src/gnome-mastermind.c:997
129 #: ../src/gnome-mastermind.c:1444 ../src/gnome-mastermind.c:1516
89130 msgid "Select a valid place!"
90131 msgstr "Wählen Sie einen gültigen Ort!"
91132
92 #: ../src/gnome-mastermind.c:1106
93 msgid "Now click on the right place!"
94 msgstr "Nun klicken Sie auf den richtigen Ort!"
95
96 #: ../src/gnome-mastermind.c:1259
133 #. Note for translators: Replace this
134 #. * string with your name and email
135 #. * address
136 #: ../src/gnome-mastermind.c:1755
97137 msgid "Filippo Argiolas <filippo.argiolas@gmail.com>"
98138 msgstr "Thilo Pfennig <thilopfennig@foresightlinux.org>"
99139
100 #: ../src/gnome-mastermind.c:1260
140 #: ../src/gnome-mastermind.c:1756
101141 msgid "A Mastermind clone for gnome"
102142 msgstr "Ein Mastermind-Clone für GNOME"
103143
104144 #. GtkWidget *hbox;
105 #: ../src/gnome-mastermind.c:1379
145 #: ../src/gnome-mastermind.c:1870
106146 msgid "Preferences"
107147 msgstr "Einstellungen"
108148
109 #: ../src/gnome-mastermind.c:1403
149 #: ../src/gnome-mastermind.c:1887
110150 msgid "<b>Tileset theme</b>"
111151 msgstr "<b>Spielstein-Thema</b>"
112152
113 #: ../src/gnome-mastermind.c:1415
153 #: ../src/gnome-mastermind.c:1899
114154 msgid "Theme:"
115155 msgstr "Thema :"
116156
117 #: ../src/gnome-mastermind.c:1438
157 #: ../src/gnome-mastermind.c:1922
118158 msgid "<b>Color settings</b>"
119159 msgstr "<b>Farbeinstellungen</b>"
120160
121 #: ../src/gnome-mastermind.c:1450
161 #: ../src/gnome-mastermind.c:1934
122162 msgid "Foreground Color:"
123163 msgstr "Vordergrund-Farbe :"
124164
125 #: ../src/gnome-mastermind.c:1462
165 #: ../src/gnome-mastermind.c:1946
126166 msgid "Background Color:"
127167 msgstr "Hintergrund-Farbe :"
128168
129 #: ../src/gnome-mastermind.c:1474
169 #: ../src/gnome-mastermind.c:1958
130170 msgid "Try to get colors from system theme"
131171 msgstr "Versuche die Farben von dem System-Thema zu bekommen"
132172
133 #: ../src/gnome-mastermind.c:1501
173 #: ../src/gnome-mastermind.c:1985
134174 msgid "<b>Game settings</b>"
135175 msgstr "<b>Spiel-Einstellungen</b>"
136176
137 #: ../src/gnome-mastermind.c:1513
177 #: ../src/gnome-mastermind.c:1997
138178 msgid "Maximum number of tries allowed:"
139179 msgstr "Maximal erlaubte Versuche:"
140180
141 #: ../src/gnome-mastermind.c:1556
181 #: ../src/gnome-mastermind.c:2036
142182 msgid "_Game"
143183 msgstr "_Spiel"
144184
145 #: ../src/gnome-mastermind.c:1560
185 #: ../src/gnome-mastermind.c:2040
146186 msgid "_New game"
147187 msgstr "_Neues Spiel"
148188
149 #: ../src/gnome-mastermind.c:1561
189 #: ../src/gnome-mastermind.c:2041
150190 msgid "Start a new game"
151191 msgstr "Starte ein neues Spiel"
152192
153 #: ../src/gnome-mastermind.c:1565
193 #: ../src/gnome-mastermind.c:2045
194 msgid "_Undo Move"
195 msgstr "Zug _Rückgängig machen"
196
197 #: ../src/gnome-mastermind.c:2046
198 msgid "Undo last move"
199 msgstr "Mache den letzten Zug rückgängig"
200
201 #: ../src/gnome-mastermind.c:2050
202 msgid "_Redo Move"
203 msgstr "Zug _Wiederholen"
204
205 #: ../src/gnome-mastermind.c:2051
206 msgid "Redo last move"
207 msgstr "Wiederhole letzten Zug"
208
209 #: ../src/gnome-mastermind.c:2055
154210 msgid "_Quit"
155211 msgstr "_Beenden"
156212
157 #: ../src/gnome-mastermind.c:1566
213 #: ../src/gnome-mastermind.c:2056
158214 msgid "Quit the game"
159215 msgstr "Spiel beenden"
160216
161 #: ../src/gnome-mastermind.c:1569
217 #: ../src/gnome-mastermind.c:2059
162218 msgid "_Settings"
163219 msgstr "_Einstellungen"
164220
165 #: ../src/gnome-mastermind.c:1572
221 #: ../src/gnome-mastermind.c:2062
166222 msgid "_Preferences"
167223 msgstr "_Einstellungen"
168224
169 #: ../src/gnome-mastermind.c:1573
225 #: ../src/gnome-mastermind.c:2063
170226 msgid "Change game settings"
171227 msgstr "Ändere Spieleinstellungen"
172228
173 #: ../src/gnome-mastermind.c:1576
229 #: ../src/gnome-mastermind.c:2066
174230 msgid "_Help"
175231 msgstr "_Hilfe"
176232
177 #: ../src/gnome-mastermind.c:1579
233 #: ../src/gnome-mastermind.c:2069
178234 msgid "_About"
179235 msgstr "_Über"
180236
181 #: ../src/gnome-mastermind.c:1581
237 #: ../src/gnome-mastermind.c:2071
182238 msgid "About"
183239 msgstr "Über"
184240
185 #: ../src/gnome-mastermind.c:1585 ../src/gnome-mastermind.c:1587
241 #: ../src/gnome-mastermind.c:2075 ../src/gnome-mastermind.c:2077
186242 msgid "_Contents"
187243 msgstr "_Inhalt"
188244
189 #: ../src/gnome-mastermind.c:1604
245 #: ../src/gnome-mastermind.c:2094
190246 msgid "_Show Toolbar"
191247 msgstr "_Zeige Werkzeugleiste"
192248
193 #: ../src/gnome-mastermind.c:1604
249 #: ../src/gnome-mastermind.c:2094
194250 msgid "Show or hide the toolbar"
195251 msgstr "Zeige oder verberge eine Werkzeugleiste"
196252
201257 #: ../desktop/gnome-mastermind.desktop.in.h:2
202258 msgid "Mastermind"
203259 msgstr "Mastermind"
260
261 #~ msgid "Play again"
262 #~ msgstr "Noch einmal spielen"
263
264 #~ msgid "Now click on the right place!"
265 #~ msgstr "Nun klicken Sie auf den richtigen Ort!"
0 # Copyright (C) 2006 THE PACKAGE'S COPYRIGHT HOLDER
1 # This file is distributed under the same licence as the gnome-mastermind package.
2 # David Lodge <dave@cirt.net>, 2007
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: gnome-mastermind\n"
7 "Report-Msgid-Bugs-To: \n"
8 "POT-Creation-Date: 2007-05-29 14:44+0200\n"
9 "PO-Revision-Date: 2007-05-29 06:50-0000\n"
10 "Last-Translator: David Lodge <dave@cirt.net>\n"
11 "Language-Team: en_GB <en@li.org>\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
17 #: ../src/gnome-mastermind.c:186
18 msgid ""
19 "<span size=\"medium\" weight=\"bold\">Settings have changed!</span>\n"
20 "\n"
21 "Maximum number of tries has been changed.\n"
22 "The game has to be restarted for this change to apply\n"
23 "\n"
24 "Start a new game?"
25 msgstr ""
26 "<span size=\"medium\" weight=\"bold\">Settings have changed!</span>\n"
27 "\n"
28 "Maximum number of tries has been changed.\n"
29 "The game has to be restarted for this change to apply\n"
30 "\n"
31 "Start a new game?"
32
33 #: ../src/gnome-mastermind.c:221 ../src/gnome-mastermind.c:303
34 #, c-format
35 msgid ""
36 "<span size=\"medium\" weight=\"bold\">Unable to load theme!</span>\n"
37 "\n"
38 "<i>'%s'</i> does not exist!!\n"
39 "\n"
40 "Default theme will be loaded instead."
41 msgstr ""
42 "<span size=\"medium\" weight=\"bold\">Unable to load theme!</span>\n"
43 "\n"
44 "<i>'%s'</i> does not exist!!\n"
45 "\n"
46 "The default theme will be loaded instead."
47
48 #: ../src/gnome-mastermind.c:733
49 msgid "Ready for a new game!"
50 msgstr "Ready for a new game!"
51
52 #: ../src/gnome-mastermind.c:797
53 #, c-format
54 msgid ""
55 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
56 "You found the solution with <b>%d</b> try!\n"
57 "Do you want to play again?"
58 msgid_plural ""
59 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
60 "You found the solution with <b>%d</b> tries!\n"
61 "Do you want to play again?"
62 msgstr[0] ""
63 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
64 "You found the solution with <b>%d</b> try!\n"
65 "Do you want to play again?"
66 msgstr[1] ""
67 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
68 "You found the solution with <b>%d</b> tries!\n"
69 "Do you want to play again?"
70
71 #: ../src/gnome-mastermind.c:805 ../src/gnome-mastermind.c:841
72 msgid "Play Again"
73 msgstr "Play Again"
74
75 #: ../src/gnome-mastermind.c:832
76 #, c-format
77 msgid ""
78 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
79 "With just <b>%d</b> try you didn't find the solution yet?!\n"
80 "Do you want to play again?"
81 msgid_plural ""
82 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
83 "With just <b>%d</b> tries you didn't find the solution yet?!\n"
84 "Do you want to play again?"
85 msgstr[0] ""
86 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
87 "With just <b>%d</b> try you haven't found the solution yet?!\n"
88 "Do you want to play again?"
89 msgstr[1] ""
90 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
91 "With just <b>%d</b> tries you haven't found the solution yet?!\n"
92 "Do you want to play again?"
93
94 #: ../src/gnome-mastermind.c:845
95 msgid "This was the right solution:"
96 msgstr "This was the right solution:"
97
98 #. Note for translators: the following tells the number of
99 #. * right color and position guesses (bulls) and right color
100 #. * only guessed (cows). "Bulls and cows" is a pen and paper
101 #. * game similar to mastermind. I've leaved it untranslated in
102 #. * italian. Translate it if you want or leave it untranslated
103 #. * or feel free to ask my opinion
104 #: ../src/gnome-mastermind.c:1044
105 #, c-format
106 msgid "%d bull, "
107 msgid_plural "%d bulls, "
108 msgstr[0] "%d bull, "
109 msgstr[1] "%d bulls, "
110
111 #: ../src/gnome-mastermind.c:1045
112 #, c-format
113 msgid "%d cow!"
114 msgid_plural "%d cows!"
115 msgstr[0] "%d cow!"
116 msgstr[1] "%d cows!"
117
118 #: ../src/gnome-mastermind.c:1432 ../src/gnome-mastermind.c:1504
119 #: ../src/gnome-mastermind.c:1613 ../src/gnome-mastermind.c:2235
120 msgid "Select a color!"
121 msgstr "Select a colour!"
122
123 #: ../src/gnome-mastermind.c:1444 ../src/gnome-mastermind.c:1516
124 msgid "Select a valid place!"
125 msgstr "Select a valid place!"
126
127 #. Note for translators: Replace this
128 #. * string with your name and email
129 #. * address
130 #: ../src/gnome-mastermind.c:1755
131 msgid "Filippo Argiolas <filippo.argiolas@gmail.com>"
132 msgstr "David Lodge <dave@cirt.net>"
133
134 #: ../src/gnome-mastermind.c:1756
135 msgid "A Mastermind clone for gnome"
136 msgstr "A Mastermind clone for gnome"
137
138 #. GtkWidget *hbox;
139 #: ../src/gnome-mastermind.c:1870
140 msgid "Preferences"
141 msgstr "Preferences"
142
143 #: ../src/gnome-mastermind.c:1887
144 msgid "<b>Tileset theme</b>"
145 msgstr "<b>Tileset theme</b>"
146
147 #: ../src/gnome-mastermind.c:1899
148 msgid "Theme:"
149 msgstr "Theme:"
150
151 #: ../src/gnome-mastermind.c:1922
152 msgid "<b>Color settings</b>"
153 msgstr "<b>Colour settings</b>"
154
155 #: ../src/gnome-mastermind.c:1934
156 msgid "Foreground Color:"
157 msgstr "Foreground Colour:"
158
159 #: ../src/gnome-mastermind.c:1946
160 msgid "Background Color:"
161 msgstr "Background Colour:"
162
163 #: ../src/gnome-mastermind.c:1958
164 msgid "Try to get colors from system theme"
165 msgstr "Try to get colours from system theme"
166
167 #: ../src/gnome-mastermind.c:1985
168 msgid "<b>Game settings</b>"
169 msgstr "<b>Game settings</b>"
170
171 #: ../src/gnome-mastermind.c:1997
172 msgid "Maximum number of tries allowed:"
173 msgstr "Maximum number of tries allowed:"
174
175 #: ../src/gnome-mastermind.c:2036
176 msgid "_Game"
177 msgstr "_Game"
178
179 #: ../src/gnome-mastermind.c:2040
180 msgid "_New game"
181 msgstr "_New game"
182
183 #: ../src/gnome-mastermind.c:2041
184 msgid "Start a new game"
185 msgstr "Start a new game"
186
187 #: ../src/gnome-mastermind.c:2045
188 msgid "_Undo Move"
189 msgstr "_Undo Move"
190
191 #: ../src/gnome-mastermind.c:2046
192 msgid "Undo last move"
193 msgstr "Undo last move"
194
195 #: ../src/gnome-mastermind.c:2050
196 msgid "_Redo Move"
197 msgstr "_Redo Move"
198
199 #: ../src/gnome-mastermind.c:2051
200 msgid "Redo last move"
201 msgstr "Redo last move"
202
203 #: ../src/gnome-mastermind.c:2055
204 msgid "_Quit"
205 msgstr "_Quit"
206
207 #: ../src/gnome-mastermind.c:2056
208 msgid "Quit the game"
209 msgstr "Quit the game"
210
211 #: ../src/gnome-mastermind.c:2059
212 msgid "_Settings"
213 msgstr "_Settings"
214
215 #: ../src/gnome-mastermind.c:2062
216 msgid "_Preferences"
217 msgstr "_Preferences"
218
219 #: ../src/gnome-mastermind.c:2063
220 msgid "Change game settings"
221 msgstr "Change game settings"
222
223 #: ../src/gnome-mastermind.c:2066
224 msgid "_Help"
225 msgstr "_Help"
226
227 #: ../src/gnome-mastermind.c:2069
228 msgid "_About"
229 msgstr "_About"
230
231 #: ../src/gnome-mastermind.c:2071
232 msgid "About"
233 msgstr "About"
234
235 #: ../src/gnome-mastermind.c:2075 ../src/gnome-mastermind.c:2077
236 msgid "_Contents"
237 msgstr "_Contents"
238
239 #: ../src/gnome-mastermind.c:2094
240 msgid "_Show Toolbar"
241 msgstr "_Show Toolbar"
242
243 #: ../src/gnome-mastermind.c:2094
244 msgid "Show or hide the toolbar"
245 msgstr "Show or hide the toolbar"
246
247 #: ../desktop/gnome-mastermind.desktop.in.h:1
248 msgid "Break the hidden code!"
249 msgstr "Break the hidden code!"
250
251 #: ../desktop/gnome-mastermind.desktop.in.h:2
252 msgid "Mastermind"
253 msgstr "Mastermind"
254
255 #~ msgid "Play again"
256 #~ msgstr "Play again"
257
258 #~ msgid "Now click on the right place!"
259 #~ msgstr "Now click on the right place!"
0 # Italian translations for gnome-mastermind package
1 # Traduzioni italiane per il pacchetto gnome-mastermind..
2 # Copyright (C) 2007 Filippo Argiolas
3 # This file is distributed under the same license as the gnome-mastermind package.
4 # <filippo.argiolas@gmail.com>, 2007.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: gnome-mastermind 0.3\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2007-05-29 14:44+0200\n"
11 "PO-Revision-Date: 2007-05-29 09:51+0100\n"
12 "Last-Translator: David Prieto <frandavid100@gmail.com>\n"
13 "Language-Team: David Prieto <frandavid100@gmail.com>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../src/gnome-mastermind.c:186
20 msgid ""
21 "<span size=\"medium\" weight=\"bold\">Settings have changed!</span>\n"
22 "\n"
23 "Maximum number of tries has been changed.\n"
24 "The game has to be restarted for this change to apply\n"
25 "\n"
26 "Start a new game?"
27 msgstr ""
28 "<span size=\"medium\" weight=\"bold\">¡Las preferencias han cambiado!</"
29 "span>\n"
30 "\n"
31 "El número máximo de intentos ha cambiado.\n"
32 "Hay que reiniciar el juego para aplicar el cambio\n"
33 "\n"
34 "¿Empezar un juego nuevo?"
35
36 #: ../src/gnome-mastermind.c:221 ../src/gnome-mastermind.c:303
37 #, c-format
38 msgid ""
39 "<span size=\"medium\" weight=\"bold\">Unable to load theme!</span>\n"
40 "\n"
41 "<i>'%s'</i> does not exist!!\n"
42 "\n"
43 "Default theme will be loaded instead."
44 msgstr ""
45 "<span size=\"medium\" weight=\"bold\">¡No se ha podido cargar el tema!</"
46 "span>\n"
47 "\n"
48 "<i>'%s'</i> ¡No existe!\n"
49 "\n"
50 "En su lugar se cargará el tema por defecto."
51
52 #: ../src/gnome-mastermind.c:733
53 msgid "Ready for a new game!"
54 msgstr "¡Listo para una partida nueva!"
55
56 #: ../src/gnome-mastermind.c:797
57 #, c-format
58 msgid ""
59 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
60 "You found the solution with <b>%d</b> try!\n"
61 "Do you want to play again?"
62 msgid_plural ""
63 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
64 "You found the solution with <b>%d</b> tries!\n"
65 "Do you want to play again?"
66 msgstr[0] ""
67 "<span size=\"large\" weight=\"bold\">¡Felicidades!</span>\n"
68 "¡Ha encontrado la solución en <b>%d</b> intento!\n"
69 "¿Quiere jugar otra vez?"
70 msgstr[1] ""
71 "<span size=\"large\" weight=\"bold\">¡Felicidades!</span>\n"
72 "¡Ha encontrado la solución en <b>%d</b> intentos!\n"
73 "¿Quiere jugar otra vez?"
74
75 #: ../src/gnome-mastermind.c:805 ../src/gnome-mastermind.c:841
76 msgid "Play Again"
77 msgstr "Jugar otra vez"
78
79 #: ../src/gnome-mastermind.c:832
80 #, c-format
81 msgid ""
82 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
83 "With just <b>%d</b> try you didn't find the solution yet?!\n"
84 "Do you want to play again?"
85 msgid_plural ""
86 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
87 "With just <b>%d</b> tries you didn't find the solution yet?!\n"
88 "Do you want to play again?"
89 msgstr[0] ""
90 "<span size=\"large\" weight=\"bold\">¡Lo siento, ha perdido!</span>\n"
91 "¿<b>%d</b> intento y no ha encontrado la solución?\n"
92 "¿Quiere jugar otra vez?"
93 msgstr[1] ""
94 "<span size=\"large\" weight=\"bold\">¡Lo siento, ha perdido!</span>\n"
95 "¿<b>%d</b> intentos y no ha encontrado la solución?\n"
96 "¿Quiere jugar otra vez?"
97
98 #: ../src/gnome-mastermind.c:845
99 msgid "This was the right solution:"
100 msgstr "Ésta era la solución correcta:"
101
102 #. Note for translators: the following tells the number of
103 #. * right color and position guesses (bulls) and right color
104 #. * only guessed (cows). "Bulls and cows" is a pen and paper
105 #. * game similar to mastermind. I've leaved it untranslated in
106 #. * italian. Translate it if you want or leave it untranslated
107 #. * or feel free to ask my opinion
108 #: ../src/gnome-mastermind.c:1044
109 #, c-format
110 msgid "%d bull, "
111 msgid_plural "%d bulls, "
112 msgstr[0] "¡%d toro, "
113 msgstr[1] "¡%d toros, "
114
115 #: ../src/gnome-mastermind.c:1045
116 #, c-format
117 msgid "%d cow!"
118 msgid_plural "%d cows!"
119 msgstr[0] "%d vaca!"
120 msgstr[1] "%d vacas!"
121
122 #: ../src/gnome-mastermind.c:1432 ../src/gnome-mastermind.c:1504
123 #: ../src/gnome-mastermind.c:1613 ../src/gnome-mastermind.c:2235
124 msgid "Select a color!"
125 msgstr "¡Elija un color!"
126
127 #: ../src/gnome-mastermind.c:1444 ../src/gnome-mastermind.c:1516
128 msgid "Select a valid place!"
129 msgstr "¡Elija una casilla válida!"
130
131 #. Note for translators: Replace this
132 #. * string with your name and email
133 #. * address
134 #: ../src/gnome-mastermind.c:1755
135 msgid "Filippo Argiolas <filippo.argiolas@gmail.com>"
136 msgstr "David Prieto <frandavid100@gmail.com>"
137
138 #: ../src/gnome-mastermind.c:1756
139 msgid "A Mastermind clone for gnome"
140 msgstr "Un clon de Mastermind para Gnome"
141
142 #. GtkWidget *hbox;
143 #: ../src/gnome-mastermind.c:1870
144 msgid "Preferences"
145 msgstr "Preferencias"
146
147 #: ../src/gnome-mastermind.c:1887
148 msgid "<b>Tileset theme</b>"
149 msgstr "<b>Tema de las fichas</b>"
150
151 #: ../src/gnome-mastermind.c:1899
152 msgid "Theme:"
153 msgstr "Tema:"
154
155 #: ../src/gnome-mastermind.c:1922
156 msgid "<b>Color settings</b>"
157 msgstr "<b>Preferencias de color</b>"
158
159 #: ../src/gnome-mastermind.c:1934
160 msgid "Foreground Color:"
161 msgstr "Color del frente:"
162
163 #: ../src/gnome-mastermind.c:1946
164 msgid "Background Color:"
165 msgstr "Color del fondo:"
166
167 #: ../src/gnome-mastermind.c:1958
168 msgid "Try to get colors from system theme"
169 msgstr "Intentar usar los colores del tema de Gnome"
170
171 #: ../src/gnome-mastermind.c:1985
172 msgid "<b>Game settings</b>"
173 msgstr "<b>Preferencias del juego</b>"
174
175 #: ../src/gnome-mastermind.c:1997
176 msgid "Maximum number of tries allowed:"
177 msgstr "Número máximo de intentos permitidos:"
178
179 #: ../src/gnome-mastermind.c:2036
180 msgid "_Game"
181 msgstr "_Juego"
182
183 #: ../src/gnome-mastermind.c:2040
184 msgid "_New game"
185 msgstr "J_uego nuevo"
186
187 #: ../src/gnome-mastermind.c:2041
188 msgid "Start a new game"
189 msgstr "Empezar un juego nuevo"
190
191 #: ../src/gnome-mastermind.c:2045
192 msgid "_Undo Move"
193 msgstr "_Deshacer el movimiento"
194
195 #: ../src/gnome-mastermind.c:2046
196 msgid "Undo last move"
197 msgstr "Deshacer el último movimiento"
198
199 #: ../src/gnome-mastermind.c:2050
200 msgid "_Redo Move"
201 msgstr "_Rehacer el movimiento"
202
203 #: ../src/gnome-mastermind.c:2051
204 msgid "Redo last move"
205 msgstr "Rehacer el último movimiento"
206
207 #: ../src/gnome-mastermind.c:2055
208 msgid "_Quit"
209 msgstr "_Salir"
210
211 #: ../src/gnome-mastermind.c:2056
212 msgid "Quit the game"
213 msgstr "Salir del juego"
214
215 #: ../src/gnome-mastermind.c:2059
216 msgid "_Settings"
217 msgstr "_Opciones"
218
219 #: ../src/gnome-mastermind.c:2062
220 msgid "_Preferences"
221 msgstr "_Preferencias"
222
223 #: ../src/gnome-mastermind.c:2063
224 msgid "Change game settings"
225 msgstr "Cambia las opciones del juego"
226
227 #: ../src/gnome-mastermind.c:2066
228 msgid "_Help"
229 msgstr "A_yuda"
230
231 #: ../src/gnome-mastermind.c:2069
232 msgid "_About"
233 msgstr "A_cerca de"
234
235 #: ../src/gnome-mastermind.c:2071
236 msgid "About"
237 msgstr "Acerca de"
238
239 #: ../src/gnome-mastermind.c:2075 ../src/gnome-mastermind.c:2077
240 msgid "_Contents"
241 msgstr "_Contenidos"
242
243 #: ../src/gnome-mastermind.c:2094
244 msgid "_Show Toolbar"
245 msgstr "_Muestra la barra de herramientas"
246
247 #: ../src/gnome-mastermind.c:2094
248 msgid "Show or hide the toolbar"
249 msgstr "Muestra o esconde la barra de herramientas"
250
251 #: ../desktop/gnome-mastermind.desktop.in.h:1
252 msgid "Break the hidden code!"
253 msgstr "¡Descubra el código secreto!"
254
255 #: ../desktop/gnome-mastermind.desktop.in.h:2
256 msgid "Mastermind"
257 msgstr "Mastermind"
258
259 #~ msgid "Play again"
260 #~ msgstr "Jugar otra vez"
0 # Basque translations for gnome-mastermind package
1 # Copyright (C) 2007 Mikel Olasagasti
2 # This file is distributed under the same license as the gnome-mastermind package.
3 # <hey_neken@mundurat.net>, 2007.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: gnome-mastermind 0.2\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2007-05-29 14:44+0200\n"
10 "PO-Revision-Date: 2007-05-23 22:28+0100\n"
11 "Last-Translator: Mikel Olasagasti <hey_neken@mundurat.net>\n"
12 "Language-Team: Basque <librezale@librezale.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 #: ../src/gnome-mastermind.c:186
19 msgid ""
20 "<span size=\"medium\" weight=\"bold\">Settings have changed!</span>\n"
21 "\n"
22 "Maximum number of tries has been changed.\n"
23 "The game has to be restarted for this change to apply\n"
24 "\n"
25 "Start a new game?"
26 msgstr ""
27 "<span size=\"medium\" weight=\"bold\">Ezarpenak aldatu dira!</span>\n"
28 "\n"
29 "Saiakera kopurua aldatu da.\n"
30 "Aukerak aplikatu ahal izateko joku berria hasi behar duzu.\n"
31 "\n"
32 "Joku berria hasi?"
33
34 #: ../src/gnome-mastermind.c:221 ../src/gnome-mastermind.c:303
35 #, c-format
36 msgid ""
37 "<span size=\"medium\" weight=\"bold\">Unable to load theme!</span>\n"
38 "\n"
39 "<i>'%s'</i> does not exist!!\n"
40 "\n"
41 "Default theme will be loaded instead."
42 msgstr ""
43 "<span size=\"medium\" weight=\"bold\">Ezinezkoa izan da gaia kargatzea!</"
44 "span>\n"
45 "\n"
46 "<i>'%s'</i> ez da existitzen!\n"
47 "\n"
48 "Lehenetsitako gaia erabiliko da."
49
50 #: ../src/gnome-mastermind.c:733
51 msgid "Ready for a new game!"
52 msgstr "Prest joku berri baterako!"
53
54 #: ../src/gnome-mastermind.c:797
55 #, c-format
56 msgid ""
57 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
58 "You found the solution with <b>%d</b> try!\n"
59 "Do you want to play again?"
60 msgid_plural ""
61 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
62 "You found the solution with <b>%d</b> tries!\n"
63 "Do you want to play again?"
64 msgstr[0] ""
65 "<span size=\"large\" weight=\"bold\">Ongi!!!!</span>\n"
66 "Saiakera <b>%d</b> ostean topatu duzu!\n"
67 "Berriz jolastu nahi?"
68 msgstr[1] ""
69 "<span size=\"large\" weight=\"bold\">Ongi!!!!</span>\n"
70 "<b>%d</b> saiakera ostean topatu duzu!\n"
71 "Berriz jolastu nahi?"
72
73 #: ../src/gnome-mastermind.c:805 ../src/gnome-mastermind.c:841
74 msgid "Play Again"
75 msgstr "Jolastu berriz"
76
77 #: ../src/gnome-mastermind.c:832
78 #, c-format
79 msgid ""
80 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
81 "With just <b>%d</b> try you didn't find the solution yet?!\n"
82 "Do you want to play again?"
83 msgid_plural ""
84 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
85 "With just <b>%d</b> tries you didn't find the solution yet?!\n"
86 "Do you want to play again?"
87 msgstr[0] ""
88 "<span size=\"large\" weight=\"bold\">Sentitzen dut, baina galdu egin duzu!</"
89 "span>\n"
90 "Saiakera <b>%d</b> egin ostean oraindik ez duzu ebatzi?!\n"
91 "Berriz jolastu nahi duzu?"
92 msgstr[1] ""
93 "<span size=\"large\" weight=\"bold\">Sentitzen dut, baina galdu egin duzu!</"
94 "span>\n"
95 "<b>%d</b> saiakera egin ostean oraindik ez duzu ebatzi?!\n"
96 "Berriz jolastu nahi duzu?"
97
98 #: ../src/gnome-mastermind.c:845
99 msgid "This was the right solution:"
100 msgstr "Hau zen kode zuzena:"
101
102 #. Note for translators: the following tells the number of
103 #. * right color and position guesses (bulls) and right color
104 #. * only guessed (cows). "Bulls and cows" is a pen and paper
105 #. * game similar to mastermind. I've leaved it untranslated in
106 #. * italian. Translate it if you want or leave it untranslated
107 #. * or feel free to ask my opinion
108 #: ../src/gnome-mastermind.c:1044
109 #, c-format
110 msgid "%d bull, "
111 msgid_plural "%d bulls, "
112 msgstr[0] "hildako %d, "
113 msgstr[1] "%d hildako, "
114
115 #: ../src/gnome-mastermind.c:1045
116 #, c-format
117 msgid "%d cow!"
118 msgid_plural "%d cows!"
119 msgstr[0] "zauritu %d!"
120 msgstr[1] "%d zauritu!"
121
122 #: ../src/gnome-mastermind.c:1432 ../src/gnome-mastermind.c:1504
123 #: ../src/gnome-mastermind.c:1613 ../src/gnome-mastermind.c:2235
124 msgid "Select a color!"
125 msgstr "Aukeratu kolore bat!"
126
127 #: ../src/gnome-mastermind.c:1444 ../src/gnome-mastermind.c:1516
128 msgid "Select a valid place!"
129 msgstr "Aukeratu baliodun laukitxo bat!"
130
131 #. Note for translators: Replace this
132 #. * string with your name and email
133 #. * address
134 #: ../src/gnome-mastermind.c:1755
135 msgid "Filippo Argiolas <filippo.argiolas@gmail.com>"
136 msgstr "Mikel Olasagasti <hey_neken@mundurat.net>, 2007"
137
138 #: ../src/gnome-mastermind.c:1756
139 msgid "A Mastermind clone for gnome"
140 msgstr "Mastermind jokuaren klon bat GNOMErako"
141
142 #. GtkWidget *hbox;
143 #: ../src/gnome-mastermind.c:1870
144 msgid "Preferences"
145 msgstr "Hobespenak"
146
147 #: ../src/gnome-mastermind.c:1887
148 msgid "<b>Tileset theme</b>"
149 msgstr "<b>Fitxen gaia</b>"
150
151 #: ../src/gnome-mastermind.c:1899
152 msgid "Theme:"
153 msgstr "Gaia:"
154
155 #: ../src/gnome-mastermind.c:1922
156 msgid "<b>Color settings</b>"
157 msgstr "<b>Koloreen ezarpenak</b>"
158
159 #: ../src/gnome-mastermind.c:1934
160 msgid "Foreground Color:"
161 msgstr "Aurreko planoko kolorea:"
162
163 #: ../src/gnome-mastermind.c:1946
164 msgid "Background Color:"
165 msgstr "Atzeko planoko kolorea:"
166
167 #: ../src/gnome-mastermind.c:1958
168 msgid "Try to get colors from system theme"
169 msgstr "Saiatu sistemaren koloreak erabiltzen"
170
171 #: ../src/gnome-mastermind.c:1985
172 msgid "<b>Game settings</b>"
173 msgstr "<b>Jokuaren ezarpenak</b>"
174
175 #: ../src/gnome-mastermind.c:1997
176 msgid "Maximum number of tries allowed:"
177 msgstr "Saiakera kopurua:"
178
179 #: ../src/gnome-mastermind.c:2036
180 msgid "_Game"
181 msgstr "J_okua"
182
183 #: ../src/gnome-mastermind.c:2040
184 msgid "_New game"
185 msgstr "J_oku berria"
186
187 #: ../src/gnome-mastermind.c:2041
188 msgid "Start a new game"
189 msgstr "Hasi joku berri bat"
190
191 #: ../src/gnome-mastermind.c:2045
192 msgid "_Undo Move"
193 msgstr "_Desegin mugimendua"
194
195 #: ../src/gnome-mastermind.c:2046
196 msgid "Undo last move"
197 msgstr "Desegin azken mugimendua"
198
199 #: ../src/gnome-mastermind.c:2050
200 msgid "_Redo Move"
201 msgstr "_Berregin mugimendua"
202
203 #: ../src/gnome-mastermind.c:2051
204 msgid "Redo last move"
205 msgstr "Berregin azken mugimendua"
206
207 #: ../src/gnome-mastermind.c:2055
208 msgid "_Quit"
209 msgstr "I_rten"
210
211 #: ../src/gnome-mastermind.c:2056
212 msgid "Quit the game"
213 msgstr "Irten jokutik"
214
215 #: ../src/gnome-mastermind.c:2059
216 msgid "_Settings"
217 msgstr "_Ezarpenak"
218
219 #: ../src/gnome-mastermind.c:2062
220 msgid "_Preferences"
221 msgstr "_Hobespenak"
222
223 #: ../src/gnome-mastermind.c:2063
224 msgid "Change game settings"
225 msgstr "Aldatu jokoaren ezarpenak"
226
227 #: ../src/gnome-mastermind.c:2066
228 msgid "_Help"
229 msgstr "L_aguntza"
230
231 #: ../src/gnome-mastermind.c:2069
232 msgid "_About"
233 msgstr "_Honi buruz"
234
235 #: ../src/gnome-mastermind.c:2071
236 msgid "About"
237 msgstr "Honi buruz"
238
239 #: ../src/gnome-mastermind.c:2075 ../src/gnome-mastermind.c:2077
240 msgid "_Contents"
241 msgstr "_Edukiak"
242
243 #: ../src/gnome-mastermind.c:2094
244 msgid "_Show Toolbar"
245 msgstr "Bistarazi tresna barra"
246
247 #: ../src/gnome-mastermind.c:2094
248 msgid "Show or hide the toolbar"
249 msgstr "Bistaratu edo ezkutatu tresna barra"
250
251 #: ../desktop/gnome-mastermind.desktop.in.h:1
252 msgid "Break the hidden code!"
253 msgstr "Apurtu ezkutuko kodea!"
254
255 #: ../desktop/gnome-mastermind.desktop.in.h:2
256 msgid "Mastermind"
257 msgstr "Mastermind"
258
259 #~ msgid "Play again"
260 #~ msgstr "Jolastu berriz"
261
262 #~ msgid "Now click on the right place!"
263 #~ msgstr "Orain klikatu toki egokian!"
264
265 #~ msgid "A mastermind-like game for Gnome"
266 #~ msgstr "Un gioco di Mastermind per Gnome"
55 #
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: gnome-mastermind 0.2\n"
8 "Project-Id-Version: gnome-mastermind 0.3\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2007-05-02 08:17+0200\n"
11 "PO-Revision-Date: 2007-04-25 20:51+0200\n"
10 "POT-Creation-Date: 2007-05-29 14:44+0200\n"
11 "PO-Revision-Date: 2007-05-25 19:43+0200\n"
1212 "Last-Translator: Robert-André Mauchin <zebob.m@gmail.com>\n"
1313 "Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
1414 "MIME-Version: 1.0\n"
1616 "Content-Transfer-Encoding: 8bit\n"
1717 "Plural-Forms: nplurals=2; plural=n>1;\n"
1818
19 #: ../src/gnome-mastermind.c:170
19 #: ../src/gnome-mastermind.c:186
2020 msgid ""
2121 "<span size=\"medium\" weight=\"bold\">Settings have changed!</span>\n"
2222 "\n"
2727 msgstr ""
2828 "<span size=\"medium\" weight=\"bold\">Les réglages ont été modifiés.</span>\n"
2929 "\n"
30 "Vous avez changé le nombre maximal de tentatives.\n"
30 "Vous avez modifié le nombre maximal de tentatives.\n"
3131 "La partie doit être redémarrée pour que cette modification soit appliquée\n"
3232 "\n"
3333 "Voulez-vous démarrer une nouvelle partie ?"
3434
35 #: ../src/gnome-mastermind.c:201 ../src/gnome-mastermind.c:288
35 #: ../src/gnome-mastermind.c:221 ../src/gnome-mastermind.c:303
3636 #, c-format
3737 msgid ""
3838 "<span size=\"medium\" weight=\"bold\">Unable to load theme!</span>\n"
4848 "\n"
4949 "Le thème par défaut sera chargé à la place."
5050
51 #: ../src/gnome-mastermind.c:651
51 #: ../src/gnome-mastermind.c:733
5252 msgid "Ready for a new game!"
5353 msgstr "Prêt pour une nouvelle partie !"
5454
55 #: ../src/gnome-mastermind.c:668
56 #, c-format
57 msgid ""
55 #: ../src/gnome-mastermind.c:797
56 #, c-format
57 msgid ""
58 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
59 "You found the solution with <b>%d</b> try!\n"
60 "Do you want to play again?"
61 msgid_plural ""
5862 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
5963 "You found the solution with <b>%d</b> tries!\n"
6064 "Do you want to play again?"
61 msgstr ""
65 msgstr[0] ""
66 "<span size=\"large\" weight=\"bold\">Génial !!!</span>\n"
67 "Vous avez trouvé la solution en <b>%d</b> coup !\n"
68 "Voulez-vous jouer de nouveau ?"
69 msgstr[1] ""
6270 "<span size=\"large\" weight=\"bold\">Génial !!!</span>\n"
6371 "Vous avez trouvé la solution en <b>%d</b> coups !\n"
6472 "Voulez-vous jouer de nouveau ?"
6573
66 #: ../src/gnome-mastermind.c:690
67 #, c-format
68 msgid ""
74 #: ../src/gnome-mastermind.c:805 ../src/gnome-mastermind.c:841
75 msgid "Play Again"
76 msgstr "Rejouer"
77
78 #: ../src/gnome-mastermind.c:832
79 #, c-format
80 msgid ""
81 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
82 "With just <b>%d</b> try you didn't find the solution yet?!\n"
83 "Do you want to play again?"
84 msgid_plural ""
6985 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
7086 "With just <b>%d</b> tries you didn't find the solution yet?!\n"
7187 "Do you want to play again?"
72 msgstr ""
88 msgstr[0] ""
89 "<span size=\"large\" weight=\"bold\">Désolé, vous avez perdu !</span>\n"
90 "Avec seulement <b>%d</b> tentative, vous n'avez pas encore trouvé la "
91 "solution ?!\n"
92 "Voulez-vous jouer de nouveau ?"
93 msgstr[1] ""
7394 "<span size=\"large\" weight=\"bold\">Désolé, vous avez perdu !</span>\n"
7495 "Avec seulement <b>%d</b> tentatives, vous n'avez pas encore trouvé la "
7596 "solution ?!\n"
7697 "Voulez-vous jouer de nouveau ?"
7798
78 #: ../src/gnome-mastermind.c:695
79 msgid "That was the right solution:"
80 msgstr "Voici la bonne solution :"
81
82 #: ../src/gnome-mastermind.c:986 ../src/gnome-mastermind.c:1034
83 #: ../src/gnome-mastermind.c:1750
99 #: ../src/gnome-mastermind.c:845
100 msgid "This was the right solution:"
101 msgstr "La bonne solution était :"
102
103 #. Note for translators: the following tells the number of
104 #. * right color and position guesses (bulls) and right color
105 #. * only guessed (cows). "Bulls and cows" is a pen and paper
106 #. * game similar to mastermind. I've leaved it untranslated in
107 #. * italian. Translate it if you want or leave it untranslated
108 #. * or feel free to ask my opinion
109 #: ../src/gnome-mastermind.c:1044
110 #, c-format
111 msgid "%d bull, "
112 msgid_plural "%d bulls, "
113 msgstr[0] "%d taureau, "
114 msgstr[1] "%d taureaux, "
115
116 #: ../src/gnome-mastermind.c:1045
117 #, c-format
118 msgid "%d cow!"
119 msgid_plural "%d cows!"
120 msgstr[0] "%d vache !"
121 msgstr[1] "%d vaches !"
122
123 #: ../src/gnome-mastermind.c:1432 ../src/gnome-mastermind.c:1504
124 #: ../src/gnome-mastermind.c:1613 ../src/gnome-mastermind.c:2235
84125 msgid "Select a color!"
85126 msgstr "Sélectionnez une couleur."
86127
87 #: ../src/gnome-mastermind.c:997
128 #: ../src/gnome-mastermind.c:1444 ../src/gnome-mastermind.c:1516
88129 msgid "Select a valid place!"
89130 msgstr "Sélectionnez un emplacement valide."
90131
91 #: ../src/gnome-mastermind.c:1106
92 msgid "Now click on the right place!"
93 msgstr "Cliquez maintenant sur le bon emplacement."
94
95 #: ../src/gnome-mastermind.c:1259
132 #. Note for translators: Replace this
133 #. * string with your name and email
134 #. * address
135 #: ../src/gnome-mastermind.c:1755
96136 msgid "Filippo Argiolas <filippo.argiolas@gmail.com>"
97137 msgstr "Robert-André Mauchin <zebob.m@gmail.com>"
98138
99 #: ../src/gnome-mastermind.c:1260
139 #: ../src/gnome-mastermind.c:1756
100140 msgid "A Mastermind clone for gnome"
101141 msgstr "Un clone de Mastermind pour GNOME"
102142
103143 #. GtkWidget *hbox;
104 #: ../src/gnome-mastermind.c:1379
144 #: ../src/gnome-mastermind.c:1870
105145 msgid "Preferences"
106146 msgstr "Préferences"
107147
108 #: ../src/gnome-mastermind.c:1403
148 #: ../src/gnome-mastermind.c:1887
109149 msgid "<b>Tileset theme</b>"
110 msgstr "<b>Thème des plots</b>"
111
112 #: ../src/gnome-mastermind.c:1415
150 msgstr "<b>Thème des pions</b>"
151
152 #: ../src/gnome-mastermind.c:1899
113153 msgid "Theme:"
114154 msgstr "Thème :"
115155
116 #: ../src/gnome-mastermind.c:1438
156 #: ../src/gnome-mastermind.c:1922
117157 msgid "<b>Color settings</b>"
118158 msgstr "<b>Réglages des couleurs</b>"
119159
120 #: ../src/gnome-mastermind.c:1450
160 #: ../src/gnome-mastermind.c:1934
121161 msgid "Foreground Color:"
122162 msgstr "Couleur de premier plan :"
123163
124 #: ../src/gnome-mastermind.c:1462
164 #: ../src/gnome-mastermind.c:1946
125165 msgid "Background Color:"
126166 msgstr "Couleur d'arrière plan :"
127167
128 #: ../src/gnome-mastermind.c:1474
168 #: ../src/gnome-mastermind.c:1958
129169 msgid "Try to get colors from system theme"
130 msgstr "Tentative d'obtenir les couleurs depuis le thème du système"
131
132 #: ../src/gnome-mastermind.c:1501
170 msgstr "Essayer d'obtenir les couleurs depuis le thème du système"
171
172 #: ../src/gnome-mastermind.c:1985
133173 msgid "<b>Game settings</b>"
134174 msgstr "<b>Réglages du jeu</b>"
135175
136 #: ../src/gnome-mastermind.c:1513
176 #: ../src/gnome-mastermind.c:1997
137177 msgid "Maximum number of tries allowed:"
138178 msgstr "Nombre maximal de coups permis :"
139179
140 #: ../src/gnome-mastermind.c:1556
180 #: ../src/gnome-mastermind.c:2036
141181 msgid "_Game"
142182 msgstr "_Jeu"
143183
144 #: ../src/gnome-mastermind.c:1560
184 #: ../src/gnome-mastermind.c:2040
145185 msgid "_New game"
146186 msgstr "_Nouvelle partie"
147187
148 #: ../src/gnome-mastermind.c:1561
188 #: ../src/gnome-mastermind.c:2041
149189 msgid "Start a new game"
150190 msgstr "Démarre une nouvelle partie"
151191
152 #: ../src/gnome-mastermind.c:1565
192 #: ../src/gnome-mastermind.c:2045
193 msgid "_Undo Move"
194 msgstr "_Annuler le coup"
195
196 #: ../src/gnome-mastermind.c:2046
197 msgid "Undo last move"
198 msgstr "Annule le dernier coup"
199
200 #: ../src/gnome-mastermind.c:2050
201 msgid "_Redo Move"
202 msgstr "_Rétablir le coup"
203
204 #: ../src/gnome-mastermind.c:2051
205 msgid "Redo last move"
206 msgstr "Rétablit le dernier coup"
207
208 #: ../src/gnome-mastermind.c:2055
153209 msgid "_Quit"
154210 msgstr "_Quitter"
155211
156 #: ../src/gnome-mastermind.c:1566
212 #: ../src/gnome-mastermind.c:2056
157213 msgid "Quit the game"
158214 msgstr "Quitte le jeu"
159215
160 #: ../src/gnome-mastermind.c:1569
216 #: ../src/gnome-mastermind.c:2059
161217 msgid "_Settings"
162218 msgstr "_Réglages"
163219
164 #: ../src/gnome-mastermind.c:1572
220 #: ../src/gnome-mastermind.c:2062
165221 msgid "_Preferences"
166222 msgstr "_Préférences"
167223
168 #: ../src/gnome-mastermind.c:1573
224 #: ../src/gnome-mastermind.c:2063
169225 msgid "Change game settings"
170226 msgstr "Modifie les réglages du jeu"
171227
172 #: ../src/gnome-mastermind.c:1576
228 #: ../src/gnome-mastermind.c:2066
173229 msgid "_Help"
174230 msgstr "Aid_e"
175231
176 #: ../src/gnome-mastermind.c:1579
232 #: ../src/gnome-mastermind.c:2069
177233 msgid "_About"
178234 msgstr "À _propos"
179235
180 #: ../src/gnome-mastermind.c:1581
236 #: ../src/gnome-mastermind.c:2071
181237 msgid "About"
182238 msgstr "À propos"
183239
184 #: ../src/gnome-mastermind.c:1585 ../src/gnome-mastermind.c:1587
240 #: ../src/gnome-mastermind.c:2075 ../src/gnome-mastermind.c:2077
185241 msgid "_Contents"
186242 msgstr "_Sommaire"
187243
188 #: ../src/gnome-mastermind.c:1604
244 #: ../src/gnome-mastermind.c:2094
189245 msgid "_Show Toolbar"
190246 msgstr "_Afficher la barre d'outils"
191247
192 #: ../src/gnome-mastermind.c:1604
248 #: ../src/gnome-mastermind.c:2094
193249 msgid "Show or hide the toolbar"
194250 msgstr "Afficher ou masquer la barre d'outil"
195251
200256 #: ../desktop/gnome-mastermind.desktop.in.h:2
201257 msgid "Mastermind"
202258 msgstr "Mastermind"
259
260 #~ msgid "Play again"
261 #~ msgstr "Rejouer"
262
263 #~ msgid "Now click on the right place!"
264 #~ msgstr "Cliquez maintenant sur le bon emplacement."
0 # translation of Gnome Mastermind.
1 # Copyright (C) 2007 Andika Triwidada
2 # This file is distributed under the same license as the Gnome Mastermind package.
3 # Andika Triwidada <andika@gmail.com>, 2007.
4 #
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: gnome mastermind 0.3\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2007-05-29 14:44+0200\n"
11 "PO-Revision-Date: 2007-05-29 18:51+0700\n"
12 "Last-Translator: Andika Triwidada <andika@gmail.com>\n"
13 "Language-Team: Indonesian\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=iso-8859-1\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18 #: ../src/gnome-mastermind.c:186
19 msgid ""
20 "<span size=\"medium\" weight=\"bold\">Settings have changed!</span>\n"
21 "\n"
22 "Maximum number of tries has been changed.\n"
23 "The game has to be restarted for this change to apply\n"
24 "\n"
25 "Start a new game?"
26 msgstr ""
27 "<span size=\"medium\" weight=\"bold\">Setting telah diubah!</span>\n"
28 "\n"
29 "Cacah coba-coba maksimum telah diubah.\n"
30 "Permainan harus diulangi dari awal agar perubahan ini diterapkan\n"
31 "\n"
32 "Mulai permainan baru?"
33
34 #: ../src/gnome-mastermind.c:221 ../src/gnome-mastermind.c:303
35 #, c-format
36 msgid ""
37 "<span size=\"medium\" weight=\"bold\">Unable to load theme!</span>\n"
38 "\n"
39 "<i>'%s'</i> does not exist!!\n"
40 "\n"
41 "Default theme will be loaded instead."
42 msgstr ""
43 "<span size=\"medium\" weight=\"bold\">Tidak dapat memuat tema!</span>\n"
44 "\n"
45 "<i>'%s'</i> tidak ada!!\n"
46 "\n"
47 "Sebagai gantinya, tema default akan dimuat."
48
49 #: ../src/gnome-mastermind.c:733
50 msgid "Ready for a new game!"
51 msgstr "Bersiap untuk permainan baru!"
52
53 #: ../src/gnome-mastermind.c:797
54 #, c-format
55 msgid ""
56 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
57 "You found the solution with <b>%d</b> try!\n"
58 "Do you want to play again?"
59 msgid_plural ""
60 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
61 "You found the solution with <b>%d</b> tries!\n"
62 "Do you want to play again?"
63 msgstr[0] ""
64 "<span size=\"large\" weight=\"bold\">Hebat!!!</span>\n"
65 "Anda menemukan solusinya dengan <b>%d</b> percobaan!\n"
66 "Anda ingin bermain lagi?"
67 msgstr[1] ""
68 "<span size=\"large\" weight=\"bold\">Hebat!!!</span>\n"
69 "Anda menemukan solusinya dengan <b>%d</b> percobaan!\n"
70 "Anda ingin bermain lagi?"
71
72 #: ../src/gnome-mastermind.c:805 ../src/gnome-mastermind.c:841
73 msgid "Play Again"
74 msgstr "Main lagi"
75
76 #: ../src/gnome-mastermind.c:832
77 #, c-format
78 msgid ""
79 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
80 "With just <b>%d</b> try you didn't find the solution yet?!\n"
81 "Do you want to play again?"
82 msgid_plural ""
83 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
84 "With just <b>%d</b> tries you didn't find the solution yet?!\n"
85 "Do you want to play again?"
86 msgstr[0] ""
87 "<span size=\"large\" weight=\"bold\">Maaf, anda kalah!</span>\n"
88 "Hanya dengan <b>%d</b> coba-coba anda belum menemukan solusinya?!\n"
89 "Apakah anda ingin bermain lagi?"
90 msgstr[1] ""
91 "<span size=\"large\" weight=\"bold\">Maaf, anda kalah!</span>\n"
92 "Hanya dengan <b>%d</b> coba-coba anda belum menemukan solusinya?!\n"
93 "Apakah anda ingin bermain lagi?"
94
95 #: ../src/gnome-mastermind.c:845
96 msgid "This was the right solution:"
97 msgstr "Ini adalah solusi yang benar:"
98
99 #. Note for translators: the following tells the number of
100 #. * right color and position guesses (bulls) and right color
101 #. * only guessed (cows). "Bulls and cows" is a pen and paper
102 #. * game similar to mastermind. I've leaved it untranslated in
103 #. * italian. Translate it if you want or leave it untranslated
104 #. * or feel free to ask my opinion
105 #: ../src/gnome-mastermind.c:1044
106 #, c-format
107 msgid "%d bull, "
108 msgid_plural "%d bulls, "
109 msgstr[0] "%d bull, "
110 msgstr[1] "%d bulls, "
111
112 #: ../src/gnome-mastermind.c:1045
113 #, c-format
114 msgid "%d cow!"
115 msgid_plural "%d cows!"
116 msgstr[0] "%d cow!"
117 msgstr[1] "%d cows!"
118
119 #: ../src/gnome-mastermind.c:1432 ../src/gnome-mastermind.c:1504
120 #: ../src/gnome-mastermind.c:1613 ../src/gnome-mastermind.c:2235
121 msgid "Select a color!"
122 msgstr "Pilih sebuah warna!"
123
124 #: ../src/gnome-mastermind.c:1444 ../src/gnome-mastermind.c:1516
125 msgid "Select a valid place!"
126 msgstr "Pilih tempat yang valid!"
127
128 #. Note for translators: Replace this
129 #. * string with your name and email
130 #. * address
131 #: ../src/gnome-mastermind.c:1755
132 msgid "Filippo Argiolas <filippo.argiolas@gmail.com>"
133 msgstr "Andika Triwidada <andika@gmail.com>"
134
135 #: ../src/gnome-mastermind.c:1756
136 msgid "A Mastermind clone for gnome"
137 msgstr "Klon Mastermind bagi Gnome"
138
139 #. GtkWidget *hbox;
140 #: ../src/gnome-mastermind.c:1870
141 msgid "Preferences"
142 msgstr "Preferensi"
143
144 #: ../src/gnome-mastermind.c:1887
145 msgid "<b>Tileset theme</b>"
146 msgstr "<b>Tema tileset</b>"
147
148 #: ../src/gnome-mastermind.c:1899
149 msgid "Theme:"
150 msgstr "Tema:"
151
152 #: ../src/gnome-mastermind.c:1922
153 msgid "<b>Color settings</b>"
154 msgstr "<b>Pengaturan warna</b>"
155
156 #: ../src/gnome-mastermind.c:1934
157 msgid "Foreground Color:"
158 msgstr "Warna Latar Depan:"
159
160 #: ../src/gnome-mastermind.c:1946
161 msgid "Background Color:"
162 msgstr "Warna Latar Belakang:"
163
164 #: ../src/gnome-mastermind.c:1958
165 msgid "Try to get colors from system theme"
166 msgstr "Mencoba memperoleh warna dari tema sistem"
167
168 #: ../src/gnome-mastermind.c:1985
169 msgid "<b>Game settings</b>"
170 msgstr "<b>Pengaturan permainan</b>"
171
172 #: ../src/gnome-mastermind.c:1997
173 msgid "Maximum number of tries allowed:"
174 msgstr "Cacah coba-coba maksimum yang diijinkan:"
175
176 #: ../src/gnome-mastermind.c:2036
177 msgid "_Game"
178 msgstr "_Main"
179
180 #: ../src/gnome-mastermind.c:2040
181 msgid "_New game"
182 msgstr "Permaina_n Baru"
183
184 #: ../src/gnome-mastermind.c:2041
185 msgid "Start a new game"
186 msgstr "Mulai permainan baru"
187
188 #: ../src/gnome-mastermind.c:2045
189 msgid "_Undo Move"
190 msgstr "Batalkan _Langkah"
191
192 #: ../src/gnome-mastermind.c:2046
193 msgid "Undo last move"
194 msgstr "Batalkan langkah terakhir"
195
196 #: ../src/gnome-mastermind.c:2050
197 msgid "_Redo Move"
198 msgstr "_Ulangi Langkah"
199
200 #: ../src/gnome-mastermind.c:2051
201 msgid "Redo last move"
202 msgstr "Jalankan lagi langkah terakhir"
203
204 #: ../src/gnome-mastermind.c:2055
205 msgid "_Quit"
206 msgstr "_Keluar"
207
208 #: ../src/gnome-mastermind.c:2056
209 msgid "Quit the game"
210 msgstr "Keluar dari permainan"
211
212 #: ../src/gnome-mastermind.c:2059
213 msgid "_Settings"
214 msgstr "Penga_turan"
215
216 #: ../src/gnome-mastermind.c:2062
217 msgid "_Preferences"
218 msgstr "_Preferensi"
219
220 #: ../src/gnome-mastermind.c:2063
221 msgid "Change game settings"
222 msgstr "Ubah pengaturan permainan"
223
224 #: ../src/gnome-mastermind.c:2066
225 msgid "_Help"
226 msgstr "_Bantuan"
227
228 #: ../src/gnome-mastermind.c:2069
229 msgid "_About"
230 msgstr "Ihw_al"
231
232 #: ../src/gnome-mastermind.c:2071
233 msgid "About"
234 msgstr "Ihwal"
235
236 #: ../src/gnome-mastermind.c:2075 ../src/gnome-mastermind.c:2077
237 msgid "_Contents"
238 msgstr "_Isi"
239
240 #: ../src/gnome-mastermind.c:2094
241 msgid "_Show Toolbar"
242 msgstr "_Tampilkan Toolbar"
243
244 #: ../src/gnome-mastermind.c:2094
245 msgid "Show or hide the toolbar"
246 msgstr "Tampilkan atau sembunyikan toolbar"
247
248 #: ../desktop/gnome-mastermind.desktop.in.h:1
249 msgid "Break the hidden code!"
250 msgstr "Pecahkan kode tersembunyi!"
251
252 #: ../desktop/gnome-mastermind.desktop.in.h:2
253 msgid "Mastermind"
254 msgstr "Mastermind"
55 #
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: gnome-mastermind 0.2\n"
8 "Project-Id-Version: gnome-mastermind 0.3\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2007-05-02 08:17+0200\n"
10 "POT-Creation-Date: 2007-05-29 14:44+0200\n"
1111 "PO-Revision-Date: 2007-02-19 10:49+0100\n"
1212 "Last-Translator: <pippolino@anche.no>\n"
1313 "Language-Team: Italian <tp@lists.linux.it>\n"
1616 "Content-Transfer-Encoding: 8bit\n"
1717 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1818
19 #: ../src/gnome-mastermind.c:170
19 #: ../src/gnome-mastermind.c:186
2020 msgid ""
2121 "<span size=\"medium\" weight=\"bold\">Settings have changed!</span>\n"
2222 "\n"
3333 "\n"
3434 "Iniziare una nuova partita?"
3535
36 #: ../src/gnome-mastermind.c:201 ../src/gnome-mastermind.c:288
36 #: ../src/gnome-mastermind.c:221 ../src/gnome-mastermind.c:303
3737 #, c-format
3838 msgid ""
3939 "<span size=\"medium\" weight=\"bold\">Unable to load theme!</span>\n"
4848 "\n"
4949 "Il tema di default verrà caricato al suo posto."
5050
51 #: ../src/gnome-mastermind.c:651
51 #: ../src/gnome-mastermind.c:733
5252 msgid "Ready for a new game!"
5353 msgstr "Pronto per una nuova partita!"
5454
55 #: ../src/gnome-mastermind.c:668
56 #, c-format
57 msgid ""
55 #: ../src/gnome-mastermind.c:797
56 #, c-format
57 msgid ""
58 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
59 "You found the solution with <b>%d</b> try!\n"
60 "Do you want to play again?"
61 msgid_plural ""
5862 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
5963 "You found the solution with <b>%d</b> tries!\n"
6064 "Do you want to play again?"
61 msgstr ""
65 msgstr[0] ""
66 "<span size=\"large\" weight=\"bold\">Complimenti!!!</span>\n"
67 "Hai trovato la soluzione in <b>%d</b> tentativo!\n"
68 "Vuoi giocare ancora?"
69 msgstr[1] ""
6270 "<span size=\"large\" weight=\"bold\">Complimenti!!!</span>\n"
6371 "Hai trovato la soluzione in <b>%d</b> tentativi!\n"
6472 "Vuoi giocare ancora?"
6573
66 #: ../src/gnome-mastermind.c:690
67 #, c-format
68 msgid ""
74 #: ../src/gnome-mastermind.c:805 ../src/gnome-mastermind.c:841
75 msgid "Play Again"
76 msgstr "Gioca Ancora"
77
78 #: ../src/gnome-mastermind.c:832
79 #, c-format
80 msgid ""
81 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
82 "With just <b>%d</b> try you didn't find the solution yet?!\n"
83 "Do you want to play again?"
84 msgid_plural ""
6985 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
7086 "With just <b>%d</b> tries you didn't find the solution yet?!\n"
7187 "Do you want to play again?"
72 msgstr ""
88 msgstr[0] ""
89 "<span size=\"large\" weight=\"bold\">Mi dispiace, hai perso!</span>\n"
90 "Dopo ben <b>%d</b> tentativo ancora non hai trovato la soluzione?!\n"
91 "Vuoi giocare ancora?"
92 msgstr[1] ""
7393 "<span size=\"large\" weight=\"bold\">Mi dispiace, hai perso!</span>\n"
7494 "Dopo ben <b>%d</b> tentativi ancora non hai trovato la soluzione?!\n"
7595 "Vuoi giocare ancora?"
7696
77 #: ../src/gnome-mastermind.c:695
78 msgid "That was the right solution:"
97 #: ../src/gnome-mastermind.c:845
98 msgid "This was the right solution:"
7999 msgstr "Questa era la soluzione corretta:"
80100
81 #: ../src/gnome-mastermind.c:986 ../src/gnome-mastermind.c:1034
82 #: ../src/gnome-mastermind.c:1750
101 #. Note for translators: the following tells the number of
102 #. * right color and position guesses (bulls) and right color
103 #. * only guessed (cows). "Bulls and cows" is a pen and paper
104 #. * game similar to mastermind. I've leaved it untranslated in
105 #. * italian. Translate it if you want or leave it untranslated
106 #. * or feel free to ask my opinion
107 #: ../src/gnome-mastermind.c:1044
108 #, c-format
109 msgid "%d bull, "
110 msgid_plural "%d bulls, "
111 msgstr[0] "%d toro, "
112 msgstr[1] "%d tori, "
113
114 #: ../src/gnome-mastermind.c:1045
115 #, c-format
116 msgid "%d cow!"
117 msgid_plural "%d cows!"
118 msgstr[0] "%d mucca!"
119 msgstr[1] "%d mucche!"
120
121 #: ../src/gnome-mastermind.c:1432 ../src/gnome-mastermind.c:1504
122 #: ../src/gnome-mastermind.c:1613 ../src/gnome-mastermind.c:2235
83123 msgid "Select a color!"
84124 msgstr "Seleziona un colore"
85125
86 #: ../src/gnome-mastermind.c:997
126 #: ../src/gnome-mastermind.c:1444 ../src/gnome-mastermind.c:1516
87127 msgid "Select a valid place!"
88128 msgstr "Seleziona una casella valida"
89129
90 #: ../src/gnome-mastermind.c:1106
91 msgid "Now click on the right place!"
92 msgstr "Ora clicca su una casella!"
93
94 #: ../src/gnome-mastermind.c:1259
130 #. Note for translators: Replace this
131 #. * string with your name and email
132 #. * address
133 #: ../src/gnome-mastermind.c:1755
95134 msgid "Filippo Argiolas <filippo.argiolas@gmail.com>"
96135 msgstr "Filippo Argiolas <filippo.argiolas@gmail.com>"
97136
98 #: ../src/gnome-mastermind.c:1260
137 #: ../src/gnome-mastermind.c:1756
99138 msgid "A Mastermind clone for gnome"
100139 msgstr "Un gioco di Mastermind per gnome"
101140
102141 #. GtkWidget *hbox;
103 #: ../src/gnome-mastermind.c:1379
142 #: ../src/gnome-mastermind.c:1870
104143 msgid "Preferences"
105144 msgstr "Preferenze"
106145
107 #: ../src/gnome-mastermind.c:1403
146 #: ../src/gnome-mastermind.c:1887
108147 msgid "<b>Tileset theme</b>"
109148 msgstr "<b>Tema delle pedine</b>"
110149
111 #: ../src/gnome-mastermind.c:1415
150 #: ../src/gnome-mastermind.c:1899
112151 msgid "Theme:"
113152 msgstr "Tema:"
114153
115 #: ../src/gnome-mastermind.c:1438
154 #: ../src/gnome-mastermind.c:1922
116155 msgid "<b>Color settings</b>"
117156 msgstr "<b>Impostazioni dei colori</b>"
118157
119 #: ../src/gnome-mastermind.c:1450
158 #: ../src/gnome-mastermind.c:1934
120159 msgid "Foreground Color:"
121160 msgstr "Colore dei bordi:"
122161
123 #: ../src/gnome-mastermind.c:1462
162 #: ../src/gnome-mastermind.c:1946
124163 msgid "Background Color:"
125164 msgstr "Colore dello sfondo:"
126165
127 #: ../src/gnome-mastermind.c:1474
166 #: ../src/gnome-mastermind.c:1958
128167 msgid "Try to get colors from system theme"
129168 msgstr "Prova a usare i colori del tema di sistema"
130169
131 #: ../src/gnome-mastermind.c:1501
170 #: ../src/gnome-mastermind.c:1985
132171 msgid "<b>Game settings</b>"
133172 msgstr "<b>Impostazioni di gioco</b>"
134173
135 #: ../src/gnome-mastermind.c:1513
174 #: ../src/gnome-mastermind.c:1997
136175 msgid "Maximum number of tries allowed:"
137176 msgstr "Numero massimo di tentativi ammessi"
138177
139 #: ../src/gnome-mastermind.c:1556
178 #: ../src/gnome-mastermind.c:2036
140179 msgid "_Game"
141180 msgstr "_Gioco"
142181
143 #: ../src/gnome-mastermind.c:1560
182 #: ../src/gnome-mastermind.c:2040
144183 msgid "_New game"
145184 msgstr "_Nuovo gioco"
146185
147 #: ../src/gnome-mastermind.c:1561
186 #: ../src/gnome-mastermind.c:2041
148187 msgid "Start a new game"
149188 msgstr "Inizia un nuovo gioco"
150189
151 #: ../src/gnome-mastermind.c:1565
190 #: ../src/gnome-mastermind.c:2045
191 msgid "_Undo Move"
192 msgstr "Annulla Mossa"
193
194 #: ../src/gnome-mastermind.c:2046
195 msgid "Undo last move"
196 msgstr "Annulla l'ultima mossa"
197
198 #: ../src/gnome-mastermind.c:2050
199 msgid "_Redo Move"
200 msgstr "Ripeti Mossa"
201
202 #: ../src/gnome-mastermind.c:2051
203 msgid "Redo last move"
204 msgstr "Ripeti l'ultima mossa annullata"
205
206 #: ../src/gnome-mastermind.c:2055
152207 msgid "_Quit"
153208 msgstr "_Esci"
154209
155 #: ../src/gnome-mastermind.c:1566
210 #: ../src/gnome-mastermind.c:2056
156211 msgid "Quit the game"
157212 msgstr "Esci dal gioco"
158213
159 #: ../src/gnome-mastermind.c:1569
214 #: ../src/gnome-mastermind.c:2059
160215 msgid "_Settings"
161216 msgstr "_Impostazioni"
162217
163 #: ../src/gnome-mastermind.c:1572
218 #: ../src/gnome-mastermind.c:2062
164219 msgid "_Preferences"
165220 msgstr "_Preferenze"
166221
167 #: ../src/gnome-mastermind.c:1573
222 #: ../src/gnome-mastermind.c:2063
168223 msgid "Change game settings"
169224 msgstr "Modifica le impostazioni del gioco"
170225
171 #: ../src/gnome-mastermind.c:1576
226 #: ../src/gnome-mastermind.c:2066
172227 msgid "_Help"
173228 msgstr "A_iuto"
174229
175 #: ../src/gnome-mastermind.c:1579
230 #: ../src/gnome-mastermind.c:2069
176231 msgid "_About"
177232 msgstr "I_nformazioni"
178233
179 #: ../src/gnome-mastermind.c:1581
234 #: ../src/gnome-mastermind.c:2071
180235 msgid "About"
181236 msgstr "Informazioni"
182237
183 #: ../src/gnome-mastermind.c:1585 ../src/gnome-mastermind.c:1587
238 #: ../src/gnome-mastermind.c:2075 ../src/gnome-mastermind.c:2077
184239 msgid "_Contents"
185240 msgstr "_Sommario"
186241
187 #: ../src/gnome-mastermind.c:1604
242 #: ../src/gnome-mastermind.c:2094
188243 msgid "_Show Toolbar"
189244 msgstr "Mostra la Toolbar"
190245
191 #: ../src/gnome-mastermind.c:1604
246 #: ../src/gnome-mastermind.c:2094
192247 msgid "Show or hide the toolbar"
193248 msgstr "Mostra o nasconde la toolbar"
194249
200255 msgid "Mastermind"
201256 msgstr "Mastermind"
202257
258 #~ msgid "Play again"
259 #~ msgstr "Gioca ancora"
260
261 #~ msgid "Now click on the right place!"
262 #~ msgstr "Ora clicca su una casella!"
263
203264 #~ msgid "A mastermind-like game for Gnome"
204265 #~ msgstr "Un gioco di Mastermind per Gnome"
66 msgstr ""
77 "Project-Id-Version: gnome-mastermind 0.2\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2007-05-02 08:17+0200\n"
10 "PO-Revision-Date: 2007-04-24 20:40+0100\n"
9 "POT-Creation-Date: 2007-05-29 14:44+0200\n"
10 "PO-Revision-Date: 2007-05-23 20:11+0100\n"
1111 "Last-Translator: Tomasz Dominikowski <dominikowski@gmail.com>\n"
1212 "Language-Team: Tomasz Dominikowski <dominikowski@gmail.com>\n"
1313 "MIME-Version: 1.0\n"
1515 "Content-Transfer-Encoding: 8bit\n"
1616 "X-Poedit-Language: POLISH\n"
1717 "X-Poedit-Country: Poland\n"
18
19 #: ../src/gnome-mastermind.c:170
18 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
19 "|| n%100>=20) ? 1 : 2);\n"
20
21 #: ../src/gnome-mastermind.c:186
2022 msgid ""
2123 "<span size=\"medium\" weight=\"bold\">Settings have changed!</span>\n"
2224 "\n"
3234 "\n"
3335 "Uruchomić nową grę?"
3436
35 #: ../src/gnome-mastermind.c:201 ../src/gnome-mastermind.c:288
37 #: ../src/gnome-mastermind.c:221 ../src/gnome-mastermind.c:303
3638 #, c-format
3739 msgid ""
3840 "<span size=\"medium\" weight=\"bold\">Unable to load theme!</span>\n"
4749 "\n"
4850 "Zostanie wczytany motyw domyślny."
4951
50 #: ../src/gnome-mastermind.c:651
52 #: ../src/gnome-mastermind.c:733
5153 msgid "Ready for a new game!"
5254 msgstr "Gotów na nową grę!"
5355
54 #: ../src/gnome-mastermind.c:668
55 #, c-format
56 msgid ""
56 #: ../src/gnome-mastermind.c:797
57 #, c-format
58 msgid ""
59 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
60 "You found the solution with <b>%d</b> try!\n"
61 "Do you want to play again?"
62 msgid_plural ""
5763 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
5864 "You found the solution with <b>%d</b> tries!\n"
5965 "Do you want to play again?"
60 msgstr ""
66 msgstr[0] ""
67 "<span size=\"large\" weight=\"bold\">Wspaniale!</span>\n"
68 "Rozwiązanie odnalezione po <b>%d</b> próbie!\n"
69 "Czy chcesz zagrać ponownie?"
70 msgstr[1] ""
6171 "<span size=\"large\" weight=\"bold\">Wspaniale!</span>\n"
6272 "Rozwiązanie odnalezione po <b>%d</b> próbach!\n"
6373 "Czy chcesz zagrać ponownie?"
64
65 #: ../src/gnome-mastermind.c:690
66 #, c-format
67 msgid ""
74 msgstr[2] ""
75 "<span size=\"large\" weight=\"bold\">Wspaniale!</span>\n"
76 "Rozwiązanie odnalezione po <b>%d</b> próbach!\n"
77 "Czy chcesz zagrać ponownie?"
78
79 #: ../src/gnome-mastermind.c:805 ../src/gnome-mastermind.c:841
80 msgid "Play Again"
81 msgstr "Ponowna gra"
82
83 #: ../src/gnome-mastermind.c:832
84 #, c-format
85 msgid ""
86 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
87 "With just <b>%d</b> try you didn't find the solution yet?!\n"
88 "Do you want to play again?"
89 msgid_plural ""
6890 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
6991 "With just <b>%d</b> tries you didn't find the solution yet?!\n"
7092 "Do you want to play again?"
71 msgstr ""
93 msgstr[0] ""
7294 "<span size=\"large\" weight=\"bold\">Przykro mi, ale nie udało ci się wygrać!"
7395 "</span>\n"
74 "Po <b>%d</b> próbach nadal rozwiązanie nie zostało odnalezione?!\n"
75 "Czy chcesz zagrać ponownie?"
76
77 #: ../src/gnome-mastermind.c:695
78 msgid "That was the right solution:"
79 msgstr "To jest poprawne rozwiązanie:"
80
81 #: ../src/gnome-mastermind.c:986 ../src/gnome-mastermind.c:1034
82 #: ../src/gnome-mastermind.c:1750
96 "Po <b>%d</b> próbie rozwiązanie nadal nie zostało odnalezione?!\n"
97 "Czy chcesz zagrać ponownie?"
98 msgstr[1] ""
99 "<span size=\"large\" weight=\"bold\">Przykro mi, ale nie udało ci się wygrać!"
100 "</span>\n"
101 "Po <b>%d</b> próbach rozwiązanie nadal nie zostało odnalezione?!\n"
102 "Czy chcesz zagrać ponownie?"
103 msgstr[2] ""
104 "<span size=\"large\" weight=\"bold\">Przykro mi, ale nie udało ci się wygrać!"
105 "</span>\n"
106 "Po <b>%d</b> próbach rozwiązanie nadal nie zostało odnalezione?!\n"
107 "Czy chcesz zagrać ponownie?"
108
109 #: ../src/gnome-mastermind.c:845
110 msgid "This was the right solution:"
111 msgstr "To rozwiązanie było poprawne:"
112
113 #. Note for translators: the following tells the number of
114 #. * right color and position guesses (bulls) and right color
115 #. * only guessed (cows). "Bulls and cows" is a pen and paper
116 #. * game similar to mastermind. I've leaved it untranslated in
117 #. * italian. Translate it if you want or leave it untranslated
118 #. * or feel free to ask my opinion
119 #: ../src/gnome-mastermind.c:1044
120 #, c-format
121 msgid "%d bull, "
122 msgid_plural "%d bulls, "
123 msgstr[0] "%d czerwony,"
124 msgstr[1] "%d czerwone,"
125 msgstr[2] "%d czerwonych,"
126
127 #: ../src/gnome-mastermind.c:1045
128 #, c-format
129 msgid "%d cow!"
130 msgid_plural "%d cows!"
131 msgstr[0] "%d biały!"
132 msgstr[1] "%d białe!"
133 msgstr[2] "%d białych!"
134
135 #: ../src/gnome-mastermind.c:1432 ../src/gnome-mastermind.c:1504
136 #: ../src/gnome-mastermind.c:1613 ../src/gnome-mastermind.c:2235
83137 msgid "Select a color!"
84138 msgstr "Wybierz kolor!"
85139
86 #: ../src/gnome-mastermind.c:997
140 #: ../src/gnome-mastermind.c:1444 ../src/gnome-mastermind.c:1516
87141 msgid "Select a valid place!"
88142 msgstr "Wybierz poprawne miejsce!"
89143
90 #: ../src/gnome-mastermind.c:1106
91 msgid "Now click on the right place!"
92 msgstr "Teraz kliknij na odpowiednim miejscu!"
93
94 #: ../src/gnome-mastermind.c:1259
144 #. Note for translators: Replace this
145 #. * string with your name and email
146 #. * address
147 #: ../src/gnome-mastermind.c:1755
95148 msgid "Filippo Argiolas <filippo.argiolas@gmail.com>"
96149 msgstr "Tomasz Dominikowski <dominikowski@gmail.com>"
97150
98 #: ../src/gnome-mastermind.c:1260
151 #: ../src/gnome-mastermind.c:1756
99152 msgid "A Mastermind clone for gnome"
100153 msgstr "Klon gry Mastermind dla GNOME"
101154
102155 #. GtkWidget *hbox;
103 #: ../src/gnome-mastermind.c:1379
156 #: ../src/gnome-mastermind.c:1870
104157 msgid "Preferences"
105158 msgstr "Preferencje"
106159
107 #: ../src/gnome-mastermind.c:1403
160 #: ../src/gnome-mastermind.c:1887
108161 msgid "<b>Tileset theme</b>"
109162 msgstr "<b>Motyw</b>"
110163
111 #: ../src/gnome-mastermind.c:1415
164 #: ../src/gnome-mastermind.c:1899
112165 msgid "Theme:"
113166 msgstr "Motyw:"
114167
115 #: ../src/gnome-mastermind.c:1438
168 #: ../src/gnome-mastermind.c:1922
116169 msgid "<b>Color settings</b>"
117170 msgstr "<b>Ustawienia kolorów</b>"
118171
119 #: ../src/gnome-mastermind.c:1450
172 #: ../src/gnome-mastermind.c:1934
120173 msgid "Foreground Color:"
121174 msgstr "Kolor na pierwszym planie:"
122175
123 #: ../src/gnome-mastermind.c:1462
176 #: ../src/gnome-mastermind.c:1946
124177 msgid "Background Color:"
125178 msgstr "Kolor tła:"
126179
127 #: ../src/gnome-mastermind.c:1474
180 #: ../src/gnome-mastermind.c:1958
128181 msgid "Try to get colors from system theme"
129182 msgstr "Pobieranie kolorów z motywu systemowego"
130183
131 #: ../src/gnome-mastermind.c:1501
184 #: ../src/gnome-mastermind.c:1985
132185 msgid "<b>Game settings</b>"
133186 msgstr "<b>Ustawienia gry</b>"
134187
135 #: ../src/gnome-mastermind.c:1513
188 #: ../src/gnome-mastermind.c:1997
136189 msgid "Maximum number of tries allowed:"
137190 msgstr "Maksymalna dozwolona liczba prób:"
138191
139 #: ../src/gnome-mastermind.c:1556
192 #: ../src/gnome-mastermind.c:2036
140193 msgid "_Game"
141194 msgstr "_Gra"
142195
143 #: ../src/gnome-mastermind.c:1560
196 #: ../src/gnome-mastermind.c:2040
144197 msgid "_New game"
145198 msgstr "_Nowa gra"
146199
147 #: ../src/gnome-mastermind.c:1561
200 #: ../src/gnome-mastermind.c:2041
148201 msgid "Start a new game"
149202 msgstr "Rozpoczęcie nowej gry"
150203
151 #: ../src/gnome-mastermind.c:1565
204 #: ../src/gnome-mastermind.c:2045
205 msgid "_Undo Move"
206 msgstr "_Cofnij ruch"
207
208 #: ../src/gnome-mastermind.c:2046
209 msgid "Undo last move"
210 msgstr "Cofnij ostatni ruch"
211
212 #: ../src/gnome-mastermind.c:2050
213 msgid "_Redo Move"
214 msgstr "_Powtórz ruch"
215
216 #: ../src/gnome-mastermind.c:2051
217 msgid "Redo last move"
218 msgstr "Powtórz ostatni ruch"
219
220 #: ../src/gnome-mastermind.c:2055
152221 msgid "_Quit"
153222 msgstr "_Zakończ"
154223
155 #: ../src/gnome-mastermind.c:1566
224 #: ../src/gnome-mastermind.c:2056
156225 msgid "Quit the game"
157226 msgstr "Zakończenie gry"
158227
159 #: ../src/gnome-mastermind.c:1569
228 #: ../src/gnome-mastermind.c:2059
160229 msgid "_Settings"
161230 msgstr "_Ustawienia"
162231
163 #: ../src/gnome-mastermind.c:1572
232 #: ../src/gnome-mastermind.c:2062
164233 msgid "_Preferences"
165234 msgstr "_Preferencje"
166235
167 #: ../src/gnome-mastermind.c:1573
236 #: ../src/gnome-mastermind.c:2063
168237 msgid "Change game settings"
169238 msgstr "Zmiany ustawień gry"
170239
171 #: ../src/gnome-mastermind.c:1576
240 #: ../src/gnome-mastermind.c:2066
172241 msgid "_Help"
173242 msgstr "P_omoc"
174243
175 #: ../src/gnome-mastermind.c:1579
244 #: ../src/gnome-mastermind.c:2069
176245 msgid "_About"
177246 msgstr "O p_rogramie"
178247
179 #: ../src/gnome-mastermind.c:1581
248 #: ../src/gnome-mastermind.c:2071
180249 msgid "About"
181250 msgstr "Informacje o programie"
182251
183 #: ../src/gnome-mastermind.c:1585 ../src/gnome-mastermind.c:1587
252 #: ../src/gnome-mastermind.c:2075 ../src/gnome-mastermind.c:2077
184253 msgid "_Contents"
185254 msgstr "_Zawartość"
186255
187 #: ../src/gnome-mastermind.c:1604
256 #: ../src/gnome-mastermind.c:2094
188257 msgid "_Show Toolbar"
189258 msgstr "_Wyświetlanie paska narzędzi"
190259
191 #: ../src/gnome-mastermind.c:1604
260 #: ../src/gnome-mastermind.c:2094
192261 msgid "Show or hide the toolbar"
193262 msgstr "Wyświetlenie lub ukrycie paska narzędzi"
194263
200269 msgid "Mastermind"
201270 msgstr "Mastermind"
202271
272 #~ msgid "Play again"
273 #~ msgstr "Ponowna gra"
274
275 #~ msgid "%d bulls, %d cows!"
276 #~ msgstr "%d czerwonych, %d białych!"
277
278 #~ msgid "Now click on the right place!"
279 #~ msgstr "Teraz kliknij na odpowiednim miejscu!"
280
203281 #, fuzzy
204282 #~ msgid "A mastermind-like game for Gnome"
205283 #~ msgstr "Klon gry Mastermind dla GNOME"
0 # Portuguese Portuguese translation of gnome-mastermind package.
1 # Copyright (C) 2007 Filippo Argiolas <filippo.argiolas@gmail.com>.
2 # This file is distributed under the same license as the gnome-mastermind package.
3 # Leonardo Ferreira Fontenelle <leo.fontenelle@gmail.com>, 2007.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: gnome-mastermind 0.3\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2007-05-29 14:44+0200\n"
10 "PO-Revision-Date: 2007-05-27 18:48-0300\n"
11 "Last-Translator: <leo.fontenelle@gmail.com>\n"
12 "Language-Team: Brazilian Portuguese\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17
18 #: ../src/gnome-mastermind.c:186
19 msgid ""
20 "<span size=\"medium\" weight=\"bold\">Settings have changed!</span>\n"
21 "\n"
22 "Maximum number of tries has been changed.\n"
23 "The game has to be restarted for this change to apply\n"
24 "\n"
25 "Start a new game?"
26 msgstr ""
27 "<span size=\"medium\" weight=\"bold\">As configurações foram alteradas!</"
28 "span>\n"
29 "\n"
30 "O número máximo de tentativas foi alterado.\n"
31 "O jogo tem que ser reiniciado para a alteração ser aplicada.\n"
32 "\n"
33 "Iniciar um novo jogo?"
34
35 #: ../src/gnome-mastermind.c:221 ../src/gnome-mastermind.c:303
36 #, c-format
37 msgid ""
38 "<span size=\"medium\" weight=\"bold\">Unable to load theme!</span>\n"
39 "\n"
40 "<i>'%s'</i> does not exist!!\n"
41 "\n"
42 "Default theme will be loaded instead."
43 msgstr ""
44 "<span size=\"medium\" weight=\"bold\">Não foi possível carregar jogo!</"
45 "span>\n"
46 "\n"
47 "<i>\"%s\"</i> não existe!!!\n"
48 "\n"
49 "O tema padrão será carregado no lugar."
50
51 #: ../src/gnome-mastermind.c:733
52 msgid "Ready for a new game!"
53 msgstr "Pronto para um novo jogo!"
54
55 #: ../src/gnome-mastermind.c:797
56 #, c-format
57 msgid ""
58 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
59 "You found the solution with <b>%d</b> try!\n"
60 "Do you want to play again?"
61 msgid_plural ""
62 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
63 "You found the solution with <b>%d</b> tries!\n"
64 "Do you want to play again?"
65 msgstr[0] ""
66 "<span size=\"large\" weight=\"bold\">Ótimo!!!</span>\n"
67 "Você encontrou a solução com <b>%d</b> tentativa!\n"
68 "Deseja jogar novamente?"
69 msgstr[1] ""
70 "<span size=\"large\" weight=\"bold\">Ótimo!!!</span>\n"
71 "Você encontrou a solução com <b>%d</b> tentativas!\n"
72 "Deseja jogar novamente?"
73
74 #: ../src/gnome-mastermind.c:805 ../src/gnome-mastermind.c:841
75 msgid "Play Again"
76 msgstr "Jogar Novamente"
77
78 #: ../src/gnome-mastermind.c:832
79 #, c-format
80 msgid ""
81 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
82 "With just <b>%d</b> try you didn't find the solution yet?!\n"
83 "Do you want to play again?"
84 msgid_plural ""
85 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
86 "With just <b>%d</b> tries you didn't find the solution yet?!\n"
87 "Do you want to play again?"
88 msgstr[0] ""
89 "<span size=\"large\" weight=\"bold\">Desculpe-me, você perdeu!</span>\n"
90 "Com apenas <b>%d</b> tentativa, você ainda não descobriu a solução?!\n"
91 "Você deseja jogar novamente?"
92 msgstr[1] ""
93 "<span size=\"large\" weight=\"bold\">Desculpe-me, você perdeu!</span>\n"
94 "Com apenas <b>%d</b> tentativas, você ainda não descobriu a solução?!\n"
95 "Você deseja jogar novamente?"
96
97 #: ../src/gnome-mastermind.c:845
98 msgid "This was the right solution:"
99 msgstr "Essa era a solução correta:"
100
101 #. Note for translators: the following tells the number of
102 #. * right color and position guesses (bulls) and right color
103 #. * only guessed (cows). "Bulls and cows" is a pen and paper
104 #. * game similar to mastermind. I've leaved it untranslated in
105 #. * italian. Translate it if you want or leave it untranslated
106 #. * or feel free to ask my opinion
107 #: ../src/gnome-mastermind.c:1044
108 #, c-format
109 msgid "%d bull, "
110 msgid_plural "%d bulls, "
111 msgstr[0] "%d branco, "
112 msgstr[1] "%d brancos, "
113
114 #: ../src/gnome-mastermind.c:1045
115 #, c-format
116 msgid "%d cow!"
117 msgid_plural "%d cows!"
118 msgstr[0] "%d preto!"
119 msgstr[1] "%d pretos!"
120
121 #: ../src/gnome-mastermind.c:1432 ../src/gnome-mastermind.c:1504
122 #: ../src/gnome-mastermind.c:1613 ../src/gnome-mastermind.c:2235
123 msgid "Select a color!"
124 msgstr "Selecione uma cor!"
125
126 #: ../src/gnome-mastermind.c:1444 ../src/gnome-mastermind.c:1516
127 msgid "Select a valid place!"
128 msgstr "Selecione um local válido!"
129
130 #. Note for translators: Replace this
131 #. * string with your name and email
132 #. * address
133 #: ../src/gnome-mastermind.c:1755
134 msgid "Filippo Argiolas <filippo.argiolas@gmail.com>"
135 msgstr "Leonardo Ferreira Fontenelle <leo.fontenelle@gmail.com>"
136
137 #: ../src/gnome-mastermind.c:1756
138 msgid "A Mastermind clone for gnome"
139 msgstr "Um clone do jogo Senha (Mastermind)"
140
141 #. GtkWidget *hbox;
142 #: ../src/gnome-mastermind.c:1870
143 msgid "Preferences"
144 msgstr "Preferências"
145
146 #: ../src/gnome-mastermind.c:1887
147 msgid "<b>Tileset theme</b>"
148 msgstr "<b>Tema do tabuleiro</b>"
149
150 #: ../src/gnome-mastermind.c:1899
151 msgid "Theme:"
152 msgstr "Tema:"
153
154 #: ../src/gnome-mastermind.c:1922
155 msgid "<b>Color settings</b>"
156 msgstr "<b>Configurações de cor</b>"
157
158 #: ../src/gnome-mastermind.c:1934
159 msgid "Foreground Color:"
160 msgstr "Cor de Primeiro Plano:"
161
162 #: ../src/gnome-mastermind.c:1946
163 msgid "Background Color:"
164 msgstr "Cor de Plano de Fundo"
165
166 #: ../src/gnome-mastermind.c:1958
167 msgid "Try to get colors from system theme"
168 msgstr "Tentar obter cores do tema do sistema"
169
170 #: ../src/gnome-mastermind.c:1985
171 msgid "<b>Game settings</b>"
172 msgstr "<b>Configurações do jogo</b>"
173
174 #: ../src/gnome-mastermind.c:1997
175 msgid "Maximum number of tries allowed:"
176 msgstr "Número máximo de tentativas:"
177
178 #: ../src/gnome-mastermind.c:2036
179 msgid "_Game"
180 msgstr "_Jogo"
181
182 #: ../src/gnome-mastermind.c:2040
183 msgid "_New game"
184 msgstr "_Novo Jogo"
185
186 #: ../src/gnome-mastermind.c:2041
187 msgid "Start a new game"
188 msgstr "Inicia um novo jogo"
189
190 #: ../src/gnome-mastermind.c:2045
191 msgid "_Undo Move"
192 msgstr "Desfa_zer Jogada"
193
194 #: ../src/gnome-mastermind.c:2046
195 msgid "Undo last move"
196 msgstr "Desfaz a última jogada"
197
198 #: ../src/gnome-mastermind.c:2050
199 msgid "_Redo Move"
200 msgstr "_Refazer Jogada"
201
202 #: ../src/gnome-mastermind.c:2051
203 msgid "Redo last move"
204 msgstr "Refaz a última jogada"
205
206 #: ../src/gnome-mastermind.c:2055
207 msgid "_Quit"
208 msgstr "Sai_r"
209
210 #: ../src/gnome-mastermind.c:2056
211 msgid "Quit the game"
212 msgstr "Sai do jogo"
213
214 #: ../src/gnome-mastermind.c:2059
215 msgid "_Settings"
216 msgstr "_Configurações"
217
218 #: ../src/gnome-mastermind.c:2062
219 msgid "_Preferences"
220 msgstr "_Preferences"
221
222 #: ../src/gnome-mastermind.c:2063
223 msgid "Change game settings"
224 msgstr "Altera as configurações do jogo"
225
226 #: ../src/gnome-mastermind.c:2066
227 msgid "_Help"
228 msgstr "Aj_uda"
229
230 #: ../src/gnome-mastermind.c:2069
231 msgid "_About"
232 msgstr "_Sobre"
233
234 #: ../src/gnome-mastermind.c:2071
235 msgid "About"
236 msgstr "Sobre"
237
238 #: ../src/gnome-mastermind.c:2075 ../src/gnome-mastermind.c:2077
239 msgid "_Contents"
240 msgstr "_Conteúdo"
241
242 #: ../src/gnome-mastermind.c:2094
243 msgid "_Show Toolbar"
244 msgstr "_Mostrar Barra de Ferramentas"
245
246 #: ../src/gnome-mastermind.c:2094
247 msgid "Show or hide the toolbar"
248 msgstr "Mostra ou oculta a barra de ferramentas"
249
250 #: ../desktop/gnome-mastermind.desktop.in.h:1
251 msgid "Break the hidden code!"
252 msgstr "Quebre o código secreto!"
253
254 #: ../desktop/gnome-mastermind.desktop.in.h:2
255 msgid "Mastermind"
256 msgstr "Senha"
257
258 #~ msgid "Play again"
259 #~ msgstr "Jogar Novamente"
66 msgstr ""
77 "Project-Id-Version: gnome-mastermind\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2007-05-01 18:53+0200\n"
10 "PO-Revision-Date: 2007-05-01 19:06+0100\n"
9 "POT-Creation-Date: 2007-05-29 14:44+0200\n"
10 "PO-Revision-Date: 2007-05-25 11:38+0100\n"
1111 "Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
1212 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=utf-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16
17 #: ../src/gnome-mastermind.c:170
16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 #: ../src/gnome-mastermind.c:186
1819 msgid ""
1920 "<span size=\"medium\" weight=\"bold\">Settings have changed!</span>\n"
2021 "\n"
3031 "\n"
3132 "Starta ett nytt spel?"
3233
33 #: ../src/gnome-mastermind.c:201
34 #: ../src/gnome-mastermind.c:288
34 #: ../src/gnome-mastermind.c:221 ../src/gnome-mastermind.c:303
3535 #, c-format
3636 msgid ""
3737 "<span size=\"medium\" weight=\"bold\">Unable to load theme!</span>\n"
4646 "\n"
4747 "Standardtemat kommer istället att läsas in."
4848
49 #: ../src/gnome-mastermind.c:651
49 #: ../src/gnome-mastermind.c:733
5050 msgid "Ready for a new game!"
5151 msgstr "Redo för ett nytt spel!"
5252
53 #: ../src/gnome-mastermind.c:668
54 #, c-format
55 msgid ""
53 #: ../src/gnome-mastermind.c:797
54 #, c-format
55 msgid ""
56 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
57 "You found the solution with <b>%d</b> try!\n"
58 "Do you want to play again?"
59 msgid_plural ""
5660 "<span size=\"large\" weight=\"bold\">Great!!!</span>\n"
5761 "You found the solution with <b>%d</b> tries!\n"
5862 "Do you want to play again?"
59 msgstr ""
63 msgstr[0] ""
64 "<span size=\"large\" weight=\"bold\">Bra!!!</span>\n"
65 "Du hittade lösningen på <b>%d</b> försök!\n"
66 "Vill du spela igen?"
67 msgstr[1] ""
6068 "<span size=\"large\" weight=\"bold\">Bra!</span>\n"
6169 "Du hittade lösningen på <b>%d</b> försök!\n"
6270 "Vill du spela igen?"
6371
64 #: ../src/gnome-mastermind.c:690
65 #, c-format
66 msgid ""
72 #: ../src/gnome-mastermind.c:805 ../src/gnome-mastermind.c:841
73 msgid "Play Again"
74 msgstr "Spela igen"
75
76 #: ../src/gnome-mastermind.c:832
77 #, c-format
78 msgid ""
79 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
80 "With just <b>%d</b> try you didn't find the solution yet?!\n"
81 "Do you want to play again?"
82 msgid_plural ""
6783 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
6884 "With just <b>%d</b> tries you didn't find the solution yet?!\n"
6985 "Do you want to play again?"
70 msgstr ""
86 msgstr[0] ""
7187 "<span size=\"large\" weight=\"bold\">Tyvärr, du förlorade!</span>\n"
7288 "Du lyckades inte hitta lösningen efter <b>%d</b> försök!\n"
7389 "Vill du spela igen?"
74
75 #: ../src/gnome-mastermind.c:695
76 msgid "That was the right solution:"
90 msgstr[1] ""
91 "<span size=\"large\" weight=\"bold\">Tyvärr, du förlorade!</span>\n"
92 "Du lyckades inte hitta lösningen efter <b>%d</b> försök!\n"
93 "Vill du spela igen?"
94
95 #: ../src/gnome-mastermind.c:845
96 msgid "This was the right solution:"
7797 msgstr "Det var den rätta lösningen:"
7898
79 #: ../src/gnome-mastermind.c:986
80 #: ../src/gnome-mastermind.c:1034
81 #: ../src/gnome-mastermind.c:1690
99 #. Note for translators: the following tells the number of
100 #. * right color and position guesses (bulls) and right color
101 #. * only guessed (cows). "Bulls and cows" is a pen and paper
102 #. * game similar to mastermind. I've leaved it untranslated in
103 #. * italian. Translate it if you want or leave it untranslated
104 #. * or feel free to ask my opinion
105 #: ../src/gnome-mastermind.c:1044
106 #, c-format
107 msgid "%d bull, "
108 msgid_plural "%d bulls, "
109 msgstr[0] "%d vit, "
110 msgstr[1] "%d vita, "
111
112 #: ../src/gnome-mastermind.c:1045
113 #, c-format
114 msgid "%d cow!"
115 msgid_plural "%d cows!"
116 msgstr[0] "%d svart!"
117 msgstr[1] "%d svarta!"
118
119 #: ../src/gnome-mastermind.c:1432 ../src/gnome-mastermind.c:1504
120 #: ../src/gnome-mastermind.c:1613 ../src/gnome-mastermind.c:2235
82121 msgid "Select a color!"
83122 msgstr "Välj en färg!"
84123
85 #: ../src/gnome-mastermind.c:997
124 #: ../src/gnome-mastermind.c:1444 ../src/gnome-mastermind.c:1516
86125 msgid "Select a valid place!"
87126 msgstr "Välj en giltig plats!"
88127
89 #: ../src/gnome-mastermind.c:1106
90 msgid "Now click on the right place!"
91 msgstr "Klicka nu på den rätta platsen!"
92
93128 # I guess this is the translator string
94 #: ../src/gnome-mastermind.c:1199
129 #. Note for translators: Replace this
130 #. * string with your name and email
131 #. * address
132 #: ../src/gnome-mastermind.c:1755
95133 msgid "Filippo Argiolas <filippo.argiolas@gmail.com>"
96134 msgstr "Daniel Nylander <po@danielnylander.se>"
97135
98 #: ../src/gnome-mastermind.c:1200
136 #: ../src/gnome-mastermind.c:1756
99137 msgid "A Mastermind clone for gnome"
100138 msgstr "En Mastermind-klon för Gnome"
101139
102140 #. GtkWidget *hbox;
103 #: ../src/gnome-mastermind.c:1319
141 #: ../src/gnome-mastermind.c:1870
104142 msgid "Preferences"
105143 msgstr "Inställningar"
106144
107 #: ../src/gnome-mastermind.c:1343
145 #: ../src/gnome-mastermind.c:1887
108146 msgid "<b>Tileset theme</b>"
109147 msgstr "<b>Tema för brickorna</b>"
110148
111 #: ../src/gnome-mastermind.c:1355
149 #: ../src/gnome-mastermind.c:1899
112150 msgid "Theme:"
113151 msgstr "Tema:"
114152
115 #: ../src/gnome-mastermind.c:1378
153 #: ../src/gnome-mastermind.c:1922
116154 msgid "<b>Color settings</b>"
117155 msgstr "<b>Färginställningar</b>"
118156
119 #: ../src/gnome-mastermind.c:1390
157 #: ../src/gnome-mastermind.c:1934
120158 msgid "Foreground Color:"
121159 msgstr "Förgrundsfärg:"
122160
123 #: ../src/gnome-mastermind.c:1402
161 #: ../src/gnome-mastermind.c:1946
124162 msgid "Background Color:"
125163 msgstr "Bakgrundsfärg:"
126164
127 #: ../src/gnome-mastermind.c:1414
165 #: ../src/gnome-mastermind.c:1958
128166 msgid "Try to get colors from system theme"
129167 msgstr "Försök att ta färger från systemtemat"
130168
131 #: ../src/gnome-mastermind.c:1441
169 #: ../src/gnome-mastermind.c:1985
132170 msgid "<b>Game settings</b>"
133171 msgstr "<b>Spelinställningar</b>"
134172
135 #: ../src/gnome-mastermind.c:1453
173 #: ../src/gnome-mastermind.c:1997
136174 msgid "Maximum number of tries allowed:"
137175 msgstr "Maximalt antal tillåtna försök:"
138176
139 #: ../src/gnome-mastermind.c:1496
177 #: ../src/gnome-mastermind.c:2036
140178 msgid "_Game"
141179 msgstr "_Spel"
142180
143 #: ../src/gnome-mastermind.c:1500
181 #: ../src/gnome-mastermind.c:2040
144182 msgid "_New game"
145183 msgstr "_Nytt spel"
146184
147 #: ../src/gnome-mastermind.c:1501
185 #: ../src/gnome-mastermind.c:2041
148186 msgid "Start a new game"
149187 msgstr "Starta ett nytt spel"
150188
151 #: ../src/gnome-mastermind.c:1505
189 #: ../src/gnome-mastermind.c:2045
190 msgid "_Undo Move"
191 msgstr "_Ångra drag"
192
193 #: ../src/gnome-mastermind.c:2046
194 msgid "Undo last move"
195 msgstr "Ångra senaste draget"
196
197 #: ../src/gnome-mastermind.c:2050
198 msgid "_Redo Move"
199 msgstr "_Gör om drag"
200
201 #: ../src/gnome-mastermind.c:2051
202 msgid "Redo last move"
203 msgstr "Gör om senaste draget"
204
205 #: ../src/gnome-mastermind.c:2055
152206 msgid "_Quit"
153207 msgstr "_Avsluta"
154208
155 #: ../src/gnome-mastermind.c:1506
209 #: ../src/gnome-mastermind.c:2056
156210 msgid "Quit the game"
157211 msgstr "Avsluta spelet"
158212
159 #: ../src/gnome-mastermind.c:1509
213 #: ../src/gnome-mastermind.c:2059
160214 msgid "_Settings"
161215 msgstr "_Inställningar"
162216
163 #: ../src/gnome-mastermind.c:1512
217 #: ../src/gnome-mastermind.c:2062
164218 msgid "_Preferences"
165219 msgstr "_Inställningar"
166220
167 #: ../src/gnome-mastermind.c:1513
221 #: ../src/gnome-mastermind.c:2063
168222 msgid "Change game settings"
169223 msgstr "Ändra spelinställningarna"
170224
171 #: ../src/gnome-mastermind.c:1516
225 #: ../src/gnome-mastermind.c:2066
172226 msgid "_Help"
173227 msgstr "_Hjälp"
174228
175 #: ../src/gnome-mastermind.c:1519
229 #: ../src/gnome-mastermind.c:2069
176230 msgid "_About"
177231 msgstr "_Om"
178232
179 #: ../src/gnome-mastermind.c:1521
233 #: ../src/gnome-mastermind.c:2071
180234 msgid "About"
181235 msgstr "Om"
182236
183 #: ../src/gnome-mastermind.c:1525
184 #: ../src/gnome-mastermind.c:1527
237 #: ../src/gnome-mastermind.c:2075 ../src/gnome-mastermind.c:2077
185238 msgid "_Contents"
186239 msgstr "_Innehåll"
187240
188 #: ../src/gnome-mastermind.c:1544
241 #: ../src/gnome-mastermind.c:2094
189242 msgid "_Show Toolbar"
190243 msgstr "_Visa verktygsraden"
191244
192 #: ../src/gnome-mastermind.c:1544
245 #: ../src/gnome-mastermind.c:2094
193246 msgid "Show or hide the toolbar"
194247 msgstr "Visa eller dölj verktygsraden"
195248
201254 msgid "Mastermind"
202255 msgstr "Mastermind"
203256
257 #~ msgid "Play again"
258 #~ msgstr "Spela igen"
259
260 #~ msgid "Now click on the right place!"
261 #~ msgstr "Klicka nu på den rätta platsen!"
2828 #include <glib/gprintf.h>
2929 #include <gtk/gtk.h>
3030 #include <gdk/gdk.h>
31 #include <gdk/gdkkeysyms.h>
3132 #include <gdk-pixbuf/gdk-pixbuf.h>
3233 #include <gconf/gconf-client.h>
33 #include <dirent.h>
3434
3535 #ifdef HAVE_CONFIG_H
3636 #include "config.h"
4141 #else /* !ENABLE_NLS */
4242 #define _(String) (String)
4343 #define N_(String) (String)
44 #endif /* ENABLE_NLS */
45
46 #define BS 30
47 #define BM 40
48
49 #define TRAY_SZ 32
44 #endif /* ENABLE__NLS */
45
5046 #define TRAY_ROWS 1
5147 #define TRAY_COLS 8
5248 #define TRAY_PAD 4
5349 #define GRID_COLS 4
54 #define GRID_SZ BM
50 #define GRID_SZ 40
51 #define BM GRID_SZ
52 #define BS BM*0.75
53 #define TRAY_SZ 32
5554 #define GRID_XPAD 40
5655 #define GRID_YPAD 10
5756
5958 GtkWidget *vbox; //main vbox
6059
6160 GtkWidget *drawing_area = NULL;
62 GtkWidget *tray_area = NULL;
6361 GtkWidget *toolbar;
6462 GtkAction *show_toolbar_action;
63 GtkAction *undo_action;
64 GtkAction *redo_action;
6565
6666 gboolean gm_debug_on;
6767
7373 gint bulls;
7474 gint cows;
7575 gint newgame;
76 gint pressed = 0;
77 gint mstarted = 0;
78 gint xbk, ybk;
79 gint stx, sty;
80 gint motion_x_shift, motion_y_shift;
7681
7782 gint xpos, ypos;
7883 gint old_xpos, old_ypos;
79 gint trayclick;
8084 gint selectedcolor;
8185 gint filled[4];
8286 gint grid_rows;
8387 gint frame_min_w;
8488 gint frame_min_h;
89 gint grid_xpad;
90 gint grid_ypad;
91 gint grid_sz;
92 gint ballmed, ballsm;
93 gint tray_sz;
94 gint tray_w, tray_h;
8595
8696 gchar *gc_theme;
8797 gchar *gc_fgcolor;
96106
97107 gint movecount;
98108
99 gint **movearray;
109 gint **movearray = NULL;
110 gint *lastmove = NULL;
111 GList *undolist = NULL;
112 GList *current = NULL;
113
114
100115
101116 /* Backing pixmap for drawing area */
102117 static GdkPixmap *pixmap = NULL;
103 static GdkPixmap *traymap = NULL;
118 static GdkPixmap *traymapbk = NULL; // quick way to store clean tray
119 static GdkPixmap *motionbk = NULL; // save pixmap to redrawing it after motion
120 static GdkPixmap *cellbk = NULL;
104121 static GdkPixbuf *pixbuf = NULL;
122 static GdkRectangle rect;
105123 static GError *error = 0;
106124
107125 static GdkPixbuf *tileset_bg = NULL; /* main tileset */
119137
120138 GtkWidget *fg_colorbutton = NULL;
121139 GtkWidget *bg_colorbutton = NULL;
122
123
124140
125141 static gboolean redraw_current_game();
126142 gboolean start_new_gameboard (GtkWidget *widget);
172188 "Start a new game?"));
173189 gint response = gtk_dialog_run (GTK_DIALOG (dialog));
174190 if ( response == GTK_RESPONSE_YES) {
175
176191 new_game();
192 frame_min_w = GRID_SZ* (GRID_COLS+2) + GRID_XPAD*2;
193 frame_min_h = GRID_SZ*grid_rows+2*GRID_YPAD+TRAY_ROWS*TRAY_SZ+TRAY_PAD*2;
194 gtk_widget_set_size_request (drawing_area, frame_min_w, frame_min_h);
195 gtk_window_resize (GTK_WINDOW(window), 1, 1);
196
177197 }
178198
179199 gtk_widget_destroy (dialog);
208228
209229 old_xpos = xpos;
210230 old_ypos = ypos;
211 newgame = 1;
212 start_new_gameboard (drawing_area);
213 newgame = 0;
214 xpos = 0;
215 ypos = grid_rows-1;
216 gdk_window_invalidate_rect (drawing_area->window, NULL, FALSE);
217 redraw_current_game();
231 selectedcolor = -1;
232 gtk_widget_queue_resize (drawing_area);
218233 }
219234
220235 static void
233248 gc_fgcolor = g_strdup (gconf_value_get_string (value));
234249 else if (!g_ascii_strcasecmp ("/apps/gnome-mastermind/gtkstyle_colors", key))
235250 gc_gtkstyle_colors = gconf_value_get_bool (value);
251
252 g_free(key);
253
236254 old_xpos = xpos;
237255 old_ypos = ypos;
238 newgame = 1;
239 start_new_gameboard (drawing_area);
240 newgame = 0;
241 xpos = 0;
242 ypos = grid_rows-1;
243 gdk_window_invalidate_rect (drawing_area->window, NULL, FALSE);
244 redraw_current_game();
256 gtk_widget_queue_resize (drawing_area);
245257 }
246258
247259 static void
248260 toolbar_notify_func (GConfClient *client,
249 guint cnxn_id,
250 GConfEntry *entry,
251 gpointer user_data)
261 guint cnxn_id,
262 GConfEntry *entry,
263 gpointer user_data)
252264 {
253265 GConfValue *value;
254266 gchar *key;
267 gint cw, ch;
268 gboolean vis = FALSE;
255269
256270 key = g_strdup ( gconf_entry_get_key (entry) );
257271 value = gconf_entry_get_value (entry);
258272 gc_show_toolbar = gconf_value_get_bool (value);
259 if (gc_show_toolbar)
273 g_free(key);
274
275 gtk_window_get_size (GTK_WINDOW (window), &cw, &ch);
276
277 vis = GTK_WIDGET_VISIBLE(toolbar);
278
279 if (gc_show_toolbar && !vis) {
260280 gtk_widget_show (toolbar);
261 else
281 ch += toolbar->allocation.height;
282 }
283 else if (!gc_show_toolbar && vis) {
262284 gtk_widget_hide (toolbar);
263
285 ch -= toolbar->allocation.height;
286 }
287
288 gtk_window_resize (GTK_WINDOW (window), cw, ch);
264289 }
265290
266291 void init_gconf (void) {
333358 }
334359 }
335360
361 gint * init_lastmove (void) {
362
363 gint *lm = NULL;
364 int i;
365
366 lm = g_try_malloc (GRID_COLS * sizeof (gint));
367 for (i = 0; i < GRID_COLS; i++)
368 lm[i] = -1;
369
370 return lm;
371 }
372
336373 void init_game (void) {
337374 int i, j;
338375 GRand *rand;
347384 movearray[i][j] = -1;
348385 gm_debug ("after\n");
349386
350 frame_min_w = GRID_SZ* (GRID_COLS+2) + GRID_XPAD*2;
351 frame_min_h = GRID_SZ*grid_rows+2*GRID_YPAD;
387 if (undolist) {
388 undolist = g_list_first (undolist);
389 g_list_foreach (undolist, (GFunc) g_free, NULL);
390 g_list_free (undolist);
391 }
392
393 undolist = NULL;
394
395 undolist = g_list_append (undolist, init_lastmove());
396
397
352398 gtk_widget_set_size_request (GTK_WIDGET (drawing_area), frame_min_w, frame_min_h);
353 gtk_widget_set_size_request (GTK_WIDGET (tray_area), frame_min_w, TRAY_ROWS*TRAY_SZ+TRAY_PAD*2);
399
400 gtk_action_set_sensitive (GTK_ACTION (undo_action), FALSE);
401 gtk_action_set_sensitive (GTK_ACTION (redo_action), FALSE);
354402
355403 selectedcolor = -1;
356404 // gc_theme = g_strdup_printf ("%s%s", PKGDATA_DIR, "/themes/simple");
361409 solution[i] = g_rand_int_range (rand, 0, TRAY_ROWS*TRAY_COLS);
362410 filled[i] = 0;
363411 }
412 #ifdef SSHOT
413 solution [0] = 5;
414 solution [1] = 1;
415 solution [2] = 7;
416 solution [3] = 6;
417 #endif /* SSHOT */
364418 g_free (rand);
365419 }
366420
367421
368422 void traycl2xy (int c, int l, int *x, int *y, GtkWidget *widget) {
369 *x = widget->allocation.width/2 -TRAY_SZ*TRAY_COLS/2+TRAY_SZ*c+1; // questo +1 mi sa che serve perchè
370 *y = widget->allocation.height/2-TRAY_SZ*TRAY_ROWS/2+TRAY_SZ*l+1; // le palline non sono centrate
423 *x = widget->allocation.width/2 -tray_sz*TRAY_COLS/2+tray_sz*c+1; // questo +1 mi sa che serve perchè
424 *y = widget->allocation.height - tray_h/2-tray_sz*TRAY_ROWS/2+tray_sz*l; // le palline non sono centrate
371425 }
372426
373427 void gridcl2xy (int c, int l, int *x, int *y, GtkWidget *widget) {
374 // gm_debug ("!!! c:%d l:%d\n", c, l);
375 *x = GRID_XPAD+GRID_SZ*c;
376 *y = GRID_YPAD+GRID_SZ*l;
428 gm_debug ("!!! c:%d l:%d\n", c, l);
429 *x = grid_xpad+grid_sz*c;
430 *y = grid_ypad+grid_sz*l;
377431 }
378432
379433 void trayxy2cl (int x, int y, int *c, int *l, GtkWidget *widget) {
380434 int x1, y1;
381 x1 = x - (widget->allocation.width/2-TRAY_SZ*TRAY_COLS/2);
382 y1 = y - (widget->allocation.height/2-TRAY_SZ*TRAY_ROWS/2);
435 x1 = x - (widget->allocation.width/2-tray_sz*TRAY_COLS/2);
436 y1 = y - (widget->allocation.height - tray_h/2-tray_sz*TRAY_ROWS/2);
383437 if ((x1 >= 0) &&
384 (x1 <= TRAY_SZ*TRAY_COLS) &&
438 (x1 <= tray_sz*TRAY_COLS) &&
385439 (y1 >= 0) &&
386 (y1 <= TRAY_SZ*TRAY_ROWS) &&
387 ((x1%TRAY_SZ) != 0) &&
388 ((y1%TRAY_SZ) != 0)) {
389 *c= (int) x1 / TRAY_SZ;
390 *l= (int) y1 / TRAY_SZ;
391 }
392 else *c = *l = -1;
440 (y1 <= tray_sz*TRAY_ROWS) &&
441 ((x1%tray_sz) != 0) &&
442 ((y1%tray_sz) != 0)) {
443 *c= (int) x1 / tray_sz;
444 *l= (int) y1 / tray_sz;
445 } else *c = *l = -1;
393446 }
394447
395448 void gridxy2cl (int x, int y, int *c, int *l, GtkWidget *widget) {
396449 int x1, y1;
397 x1 = x - GRID_XPAD;
398 y1 = y - GRID_YPAD;
450 x1 = x - grid_xpad;
451 y1 = y - grid_ypad;
399452 // gm_debug ("x1: %d y1:%d\n", x1, y1);
400453 if ((x1 >= 0) &&
401454 (y1 >= 0) &&
402 (x1 <= GRID_SZ*GRID_COLS) &&
403 (y1 <= GRID_SZ*grid_rows) &&
404 ((x1%GRID_SZ) != 0) &&
405 ((y1%GRID_SZ) != 0)) {
455 (x1 <= grid_sz*GRID_COLS) &&
456 (y1 <= grid_sz*grid_rows) &&
457 ((x1%grid_sz) != 0) &&
458 ((y1%grid_sz) != 0)) {
406459 // gm_debug ("clicked into the grid\n");
407 *c = (int) x1 / GRID_SZ;
408 *l = (int) y1 / GRID_SZ;
409 // gm_debug ("c:%d l:%d\n", *c, *l);
410 }
411 }
412
413
414 gboolean draw_tray_grid (GtkWidget *widget) {
415 int i, j;
416
417 int x, y;
418 cairo_t *cairocontext;
419
420 timeout_id = 0;
421
422 cairocontext = gdk_cairo_create (traymap);
423 cairo_save (cairocontext);
424
425 cairo_set_line_width (cairocontext, 0);
426 gdk_cairo_set_source_color (cairocontext, &bgcolor);
427 cairo_rectangle (cairocontext, 0, 0, widget->allocation.width, widget->allocation.height);
428 cairo_fill_preserve (cairocontext);
429
430 cairo_set_fill_rule (cairocontext, CAIRO_FILL_RULE_EVEN_ODD);
431 cairo_set_operator (cairocontext, CAIRO_OPERATOR_ADD);
432 cairo_set_source_rgba (cairocontext, 1, 1, 1, 0.25);
433
434 cairo_move_to (cairocontext, 3, 2);
435 cairo_rel_curve_to (cairocontext,
436 0, 0,
437 0, widget->allocation.height/2,
438 30, widget->allocation.height/2);
439 cairo_rel_line_to (cairocontext, widget->allocation.width-66, 0);
440 cairo_rel_curve_to (cairocontext,
441 0, 0,
442 30, 0,
443 30, -widget->allocation.height/2);
444 cairo_rel_line_to (cairocontext, 0, widget->allocation.height-5);
445 cairo_rel_line_to (cairocontext, -widget->allocation.width+6, 0);
446 cairo_close_path (cairocontext);
447
448 cairo_fill (cairocontext);
449 cairo_stroke (cairocontext);
450 /* draw border */
451 cairo_restore (cairocontext);
452 gdk_cairo_set_source_color (cairocontext, &fgcolor);
453 cairo_rectangle (cairocontext, 0, 0, widget->allocation.width, widget->allocation.height);
454 cairo_set_line_width (cairocontext, 4);
455 cairo_stroke (cairocontext);
456 cairo_destroy (cairocontext);
457
458
459
460 for (j = 0; j < TRAY_ROWS; j++)
461 for (i = 0; i < TRAY_COLS; i++) {
462 traycl2xy (i, j, &x, &y, widget);
463 gdk_draw_pixbuf (traymap,
464 NULL,
465 tileset_sm,
466 BS* (i+ ((j)*TRAY_COLS)), 0,
467 x, y,
468 BS, BS,
469 GDK_RGB_DITHER_MAX, 0, 0);
470 }
471 gdk_window_invalidate_rect (tray_area->window, NULL, FALSE);
472
460 *c = (int) x1 / grid_sz;
461 *l = (int) y1 / grid_sz;
462 } else *c = *l = -1;
463 }
464
465 static gboolean clean_tray (GtkWidget *widget) {
466 if(!pixmap || !traymapbk)
467 return FALSE;
468 gdk_draw_drawable(pixmap,
469 widget->style->white_gc,
470 traymapbk,
471 0, 0,
472 0, widget->allocation.height - tray_h,
473 -1, -1);
474 rect.x = 0;
475 rect.y = widget->allocation.height - tray_h;
476 rect.width = widget->allocation.width;
477 rect.height = tray_h;
478 gdk_window_invalidate_rect (widget->window, &rect, FALSE);
473479 return FALSE;
474480 }
475481
476
477482 void draw_main_grid (GtkWidget *widget) {
478483
479 int i, j;
484 gint i, j;
485 gint x, y;
480486 cairo_t *cr;
481 GdkImage *sv = NULL;
482 guint32 pixel;
483 GdkColormap *cmap = gdk_drawable_get_colormap (pixmap);
484
487
488 gdouble wah, waw;
489
490 waw = widget->allocation.width;
491 wah = widget->allocation.height;
492
485493 cr = gdk_cairo_create (pixmap);
486494
495 cairo_save (cr);
496
487497 gdk_cairo_set_source_color (cr, &fgcolor);
488498 cairo_set_antialias (cr, CAIRO_ANTIALIAS_NONE);
489499 cairo_set_line_cap (cr, CAIRO_LINE_CAP_SQUARE);
491501 cairo_set_line_width (cr, 1);
492502 for (i = 0; i <= GRID_COLS; i++) {
493503 cairo_move_to (cr,
494 GRID_XPAD+GRID_SZ*i+1,
495 GRID_YPAD);
504 grid_xpad+grid_sz*i+1,
505 grid_ypad);
496506 cairo_line_to (cr,
497 GRID_XPAD+GRID_SZ*i+1,
498 GRID_YPAD+GRID_SZ*grid_rows);
507 grid_xpad+grid_sz*i+1,
508 grid_ypad+grid_sz*grid_rows);
499509 }
500510 for (i = 0; i <= 2; i++) {
501511 cairo_move_to (cr,
502 GRID_XPAD+GRID_SZ* (GRID_COLS+1)+GRID_SZ/2*i+1,
503 GRID_YPAD);
512 grid_xpad+grid_sz*(GRID_COLS+1)+grid_sz*i/2+1,
513 grid_ypad);
504514 cairo_line_to (cr,
505 GRID_XPAD+GRID_SZ* (GRID_COLS+1)+GRID_SZ/2*i+1,
506 GRID_YPAD+GRID_SZ*grid_rows);
507
508 }
515 grid_xpad+grid_sz* (GRID_COLS+1)+grid_sz*i/2+1,
516 grid_ypad+grid_sz*grid_rows);
517
518 }
519
509520 cairo_stroke (cr);
510521 cairo_set_line_width (cr, 2);
511522 for (j = 0; j <= grid_rows; j++) {
512523 cairo_move_to (cr,
513 GRID_XPAD+1,
514 GRID_YPAD+GRID_SZ*j);
524 grid_xpad+1,
525 grid_ypad+grid_sz*j);
515526 cairo_line_to (cr,
516 GRID_XPAD+GRID_SZ*GRID_COLS,
517 GRID_YPAD+GRID_SZ*j);
518
519 }
527 grid_xpad+grid_sz*GRID_COLS,
528 grid_ypad+grid_sz*j);
529
530 }
520531 cairo_stroke (cr);
521532
522533 for (j = 0; j <= grid_rows*2; j++) {
525536 else
526537 cairo_set_line_width (cr, 2);
527538 cairo_move_to (cr,
528 GRID_XPAD+GRID_SZ* (GRID_COLS+1)+1,
529 GRID_YPAD+GRID_SZ*j/2);
539 grid_xpad+grid_sz* (GRID_COLS+1)+1,
540 grid_ypad+grid_sz*j/2);
530541 cairo_line_to (cr,
531 GRID_XPAD+GRID_SZ* (GRID_COLS+2),
532 GRID_YPAD+GRID_SZ*j/2);
542 grid_xpad+grid_sz* (GRID_COLS+2),
543 grid_ypad+grid_sz*j/2);
533544 cairo_stroke (cr);
534545 }
535546 /* brighten grid */
536547
537548 cairo_set_operator (cr, CAIRO_OPERATOR_XOR);
538549 cairo_set_line_width (cr, 0);
539 cairo_rectangle (cr, GRID_XPAD+1, GRID_YPAD+1, GRID_SZ*GRID_COLS-1, GRID_SZ* (grid_rows)-2);
540 cairo_rectangle (cr, GRID_XPAD+GRID_SZ* (GRID_COLS+1)+1, GRID_YPAD+1, GRID_SZ-1, GRID_SZ* (grid_rows)-2);
550 cairo_rectangle (cr, grid_xpad+1, grid_ypad+1, grid_sz*GRID_COLS-1, grid_sz* (grid_rows)-2);
551 cairo_rectangle (cr, grid_xpad+grid_sz* (GRID_COLS+1)+1, grid_ypad+1, grid_sz-1, grid_sz* (grid_rows)-2);
541552 cairo_set_source_rgba (cr, 1, 1, 1, 0.3);
542553 cairo_fill (cr);
543554 cairo_stroke (cr);
546557
547558 cairo_set_operator (cr, CAIRO_OPERATOR_ADD);
548559 cairo_set_line_width (cr, 0);
549 cairo_rectangle (cr, GRID_XPAD+1, GRID_YPAD+ (GRID_SZ* (grid_rows- (grid_rows-ypos)))+1, GRID_SZ*GRID_COLS-1, GRID_SZ-2);
550 cairo_rectangle (cr, GRID_XPAD+GRID_SZ* (GRID_COLS+1)+1, GRID_YPAD+ (GRID_SZ* (grid_rows- (grid_rows-ypos)))+1, GRID_SZ-1, GRID_SZ-2);
560 cairo_rectangle (cr, grid_xpad+1, grid_ypad+ (grid_sz* (grid_rows- (grid_rows-ypos)))+1, grid_sz*GRID_COLS-1, grid_sz-2);
561 cairo_rectangle (cr, grid_xpad+grid_sz* (GRID_COLS+1)+1, grid_ypad+ (grid_sz* (grid_rows- (grid_rows-ypos)))+1, grid_sz-1, grid_sz-2);
551562 cairo_set_source_rgba (cr, 1, 1, 1, 0.35);
552563 cairo_fill (cr);
553564 cairo_stroke (cr);
565
566 /* new tray drawings */
567
568 cairo_restore (cr);
569 cairo_save (cr);
570
571 cairo_set_line_width (cr, 0);
572 gdk_cairo_set_source_color (cr, &bgcolor);
573 cairo_rectangle (cr,
574 grid_xpad-grid_sz,
575 wah - tray_h,
576 widget->allocation.width-grid_xpad*2+grid_sz*2, tray_h);
577 cairo_fill_preserve (cr);
578
579 cairo_set_fill_rule (cr, CAIRO_FILL_RULE_EVEN_ODD);
580 cairo_set_operator (cr, CAIRO_OPERATOR_ADD);
581 cairo_set_source_rgba (cr, 1, 1, 1, 0.25);
582
583 cairo_move_to (cr, 3 + grid_xpad - grid_sz, wah - tray_h + 2);
584 cairo_rel_curve_to (cr,
585 0, 0,
586 0, tray_h / 2,
587 30, tray_h / 2);
588 cairo_rel_line_to (cr, widget->allocation.width-66-grid_xpad*2+grid_sz*2, 0);
589 cairo_rel_curve_to (cr,
590 0, 0,
591 30, 0,
592 30, - tray_h / 2);
593 cairo_rel_line_to (cr, 0, tray_h - 5);
594 cairo_rel_line_to (cr, -widget->allocation.width+6+grid_xpad*2-grid_sz*2, 0);
595 cairo_close_path (cr);
596
597 cairo_fill (cr);
598 cairo_stroke (cr);
599
600 /* draw border */
601 cairo_restore (cr);
602 gdk_cairo_set_source_color (cr, &fgcolor);
603 cairo_rectangle (cr, 1 + grid_xpad - grid_sz,
604 wah - tray_h,
605 widget->allocation.width - 2 - grid_xpad*2 + grid_sz*2,
606 tray_h - 1);
607 cairo_set_line_width (cr, 2);
608 cairo_stroke (cr);
609
554610 cairo_destroy (cr);
555 sv = gdk_drawable_copy_to_image(pixmap, NULL, GRID_XPAD + 2, GRID_YPAD+ (GRID_SZ* (grid_rows- (grid_rows-ypos)))+2, 0,0, 1,1);
556
557 pixel = gdk_image_get_pixel(sv, 0, 0);
558 gdk_colormap_query_color (cmap, pixel, &savedcolor);
559 g_object_unref(cmap);
560 g_object_unref(sv);
611
612 for (j = 0; j < TRAY_ROWS; j++)
613 for (i = 0; i < TRAY_COLS; i++) {
614 traycl2xy (i, j, &x, &y, widget);
615 gdk_draw_pixbuf (pixmap,
616 NULL,
617 tileset_sm,
618 ballsm * (i+ ((j)*TRAY_COLS)), 0,
619 x, y,
620 ballsm, ballsm,
621 GDK_RGB_DITHER_MAX, 0, 0);
622 }
623 if (traymapbk) g_object_unref (traymapbk);
624 traymapbk = gdk_pixmap_new (drawing_area->window,
625 drawing_area->allocation.width,
626 tray_h,
627 -1);
628 gdk_draw_drawable (traymapbk,
629 drawing_area->style->white_gc,
630 pixmap,
631 0, drawing_area->allocation.height - tray_h,
632 0, 0,
633 -1, tray_h);
634
635 gridcl2xy (0, grid_rows-1, &x, &y, drawing_area);
636
637 if (cellbk) g_object_unref (cellbk);
638 cellbk = gdk_pixmap_new (widget->window,
639 ballmed-2,
640 ballmed-2,
641
642 -1);
643
644 gdk_draw_drawable (cellbk,
645 widget->style->white_gc,
646 pixmap,
647 x + 1, y + 1,
648 0, 0,
649 ballmed - 1, ballmed -1);
561650 }
562651
563652 gboolean start_new_gameboard (GtkWidget *widget) {
568657 if (tileset_bg) g_object_unref (tileset_bg);
569658
570659 tileset_sm = gdk_pixbuf_new_from_file_at_size (gc_theme,
571 BS*8+BS/2, BS, &error);
660 ballsm*8+ballsm/2, ballsm, &error);
572661 tileset_bg = gdk_pixbuf_new_from_file_at_size (gc_theme,
573 BM*8+BM/2, BM, &error);
662 ballmed*8+ballmed/2, ballmed, &error);
574663 if (error) {
575664 g_warning ("Failed to load '%s': %s", gc_theme, error->message);
576665 g_error_free (error);
623712
624713 draw_main_grid (widget);
625714 }
626 gdk_window_invalidate_rect (drawing_area->window, NULL, FALSE);
715
716 gdk_window_invalidate_rect (widget->window, NULL, FALSE); // ogni tanto va bene anche ridisegnare tutto
627717
628718 return TRUE;
629719 }
720
721
630722
631723 void new_game (void) {
632724 gint i;
645737
646738 xpos = 0;
647739 ypos = grid_rows-1;
648 gdk_window_invalidate_rect (drawing_area->window, NULL, FALSE);
740
649741 gtk_statusbar_pop (GTK_STATUSBAR (status), gtk_statusbar_get_context_id (GTK_STATUSBAR (status), "mmind"));
650742 gtk_statusbar_push (GTK_STATUSBAR (status), gtk_statusbar_get_context_id (GTK_STATUSBAR (status), "mmind"), _("Ready for a new game!"));
651
743 #ifdef SSHOT
744 GdkEventKey k;
745
746 k.type = GDK_KEY_PRESS;
747 k.keyval = GDK_1;
748 g_signal_emit_by_name (drawing_area, "key-press-event", &k, NULL);
749 k.keyval = GDK_1;
750 g_signal_emit_by_name (drawing_area, "key-press-event", &k, NULL);
751 k.keyval = GDK_3;
752 g_signal_emit_by_name (drawing_area, "key-press-event", &k, NULL);
753 k.keyval = GDK_5;
754 g_signal_emit_by_name (drawing_area, "key-press-event", &k, NULL);
755 k.keyval = GDK_7;
756 g_signal_emit_by_name (drawing_area, "key-press-event", &k, NULL);
757 k.keyval = GDK_8;
758 g_signal_emit_by_name (drawing_area, "key-press-event", &k, NULL);
759 k.keyval = GDK_2;
760 g_signal_emit_by_name (drawing_area, "key-press-event", &k, NULL);
761 k.keyval = GDK_2;
762 g_signal_emit_by_name (drawing_area, "key-press-event", &k, NULL);
763 k.keyval = GDK_2;
764 g_signal_emit_by_name (drawing_area, "key-press-event", &k, NULL);
765 k.keyval = GDK_2;
766 g_signal_emit_by_name (drawing_area, "key-press-event", &k, NULL);
767 k.keyval = GDK_8;
768 g_signal_emit_by_name (drawing_area, "key-press-event", &k, NULL);
769 k.keyval = GDK_7;
770 g_signal_emit_by_name (drawing_area, "key-press-event", &k, NULL);
771 k.keyval = GDK_2;
772 g_signal_emit_by_name (drawing_area, "key-press-event", &k, NULL);
773 k.keyval = GDK_2;
774 g_signal_emit_by_name (drawing_area, "key-press-event", &k, NULL);
775 k.keyval = GDK_6;
776 g_signal_emit_by_name (drawing_area, "key-press-event", &k, NULL);
777 k.keyval = GDK_7;
778 g_signal_emit_by_name (drawing_area, "key-press-event", &k, NULL);
779 k.keyval = GDK_6;
780 g_signal_emit_by_name (drawing_area, "key-press-event", &k, NULL);
781 k.keyval = GDK_2;
782 g_signal_emit_by_name (drawing_area, "key-press-event", &k, NULL);
783 k.keyval = GDK_8;
784 g_signal_emit_by_name (drawing_area, "key-press-event", &k, NULL);
785 k.keyval = GDK_7;
786 g_signal_emit_by_name (drawing_area, "key-press-event", &k, NULL);
787
788 #endif /* SSHOT */
652789 newgame = 0;
653790 }
654791
659796
660797 void win_dialog (int tries) {
661798 GtkWidget *dialog;
799 GtkWidget *button;
662800
663801 dialog = gtk_message_dialog_new_with_markup (GTK_WINDOW (window),
664802 GTK_DIALOG_DESTROY_WITH_PARENT,
665803 GTK_MESSAGE_INFO,
666 GTK_BUTTONS_YES_NO,
667 _("<span size=\"large\" weight=\"bold\">Great!!!</span>\nYou found the solution with <b>%d</b> tries!\n"
668 "Do you want to play again?"), tries);
804 GTK_BUTTONS_NONE,
805 ngettext(
806 "<span size=\"large\" weight=\"bold\">Great!!!</span>\nYou found the solution with <b>%d</b> try!\n"
807 "Do you want to play again?",
808 "<span size=\"large\" weight=\"bold\">Great!!!</span>\nYou found the solution with <b>%d</b> tries!\n"
809 "Do you want to play again?", tries
810 ), tries);
811
812
813 gtk_dialog_add_button (GTK_DIALOG (dialog), GTK_STOCK_QUIT, GTK_RESPONSE_NO);
814 button = gtk_dialog_add_button (GTK_DIALOG (dialog), _("Play Again"), GTK_RESPONSE_YES);
815 gtk_button_set_image (GTK_BUTTON (button), gtk_image_new_from_stock (GTK_STOCK_YES, GTK_ICON_SIZE_BUTTON));
816
817
669818 gint response = gtk_dialog_run (GTK_DIALOG (dialog));
670819 if ( response == GTK_RESPONSE_YES)
671820 new_game();
673822 gtk_widget_destroy (dialog);
674823 }
675824
676 void lose_dialog (int tries) {
825 static void
826 lose_dialog (int tries) {
677827 GtkWidget *dialog;
828 GtkWidget *button;
678829 GtkWidget *image[4];
679830 GtkWidget *shbox;
680831 GdkPixbuf *sbuf = NULL;
685836 dialog = gtk_message_dialog_new_with_markup (GTK_WINDOW (window),
686837 GTK_DIALOG_DESTROY_WITH_PARENT,
687838 GTK_MESSAGE_WARNING,
688 GTK_BUTTONS_YES_NO,
689 _("<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
690 "With just <b>%d</b> tries you didn't find the solution yet?!\n"
691 "Do you want to play again?"), tries);
692
839 GTK_BUTTONS_NONE,
840 ngettext(
841 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
842 "With just <b>%d</b> try you didn't find the solution yet?!\n"
843 "Do you want to play again?",
844 "<span size=\"large\" weight=\"bold\">I'm sorry, you lose!</span>\n"
845 "With just <b>%d</b> tries you didn't find the solution yet?!\n"
846 "Do you want to play again?", tries
847 ), tries);
848
849 gtk_dialog_add_button (GTK_DIALOG (dialog), GTK_STOCK_QUIT, GTK_RESPONSE_NO);
850 button = gtk_dialog_add_button (GTK_DIALOG (dialog), _("Play Again"), GTK_RESPONSE_YES);
851 gtk_button_set_image (GTK_BUTTON (button), gtk_image_new_from_stock (GTK_STOCK_YES, GTK_ICON_SIZE_BUTTON));
852
693853 shbox = gtk_hbox_new (FALSE, 0);
694 slabel = gtk_label_new (_("That was the right solution:"));
854 slabel = gtk_label_new (_("This was the right solution:"));
695855 gtk_box_pack_start (GTK_BOX (shbox), slabel, FALSE, FALSE, 20);
696856 for (i = 0; i < 4; i++) {
697857 sbuf = gdk_pixbuf_new_subpixbuf (tileset_bg,
698 BM*solution[i],
858 ballmed*solution[i],
699859 0,
700 BM, BM);
860 ballmed, ballmed);
701861 image[i] = gtk_image_new_from_pixbuf (sbuf);
702862 g_object_unref (sbuf);
703863 gtk_box_pack_start (GTK_BOX (shbox), image[i], FALSE, FALSE, 0);
718878 /* if (pixmap)
719879 g_object_unref (pixmap); */
720880 // new_game = 0;
881 gdouble gr1, gr2;
882 // grid_xpad = (widget->allocation.width-GRID_SZ*(GRID_COLS+2))/2;
883 // grid_ypad = (widget->allocation.height - tray_h - grid_sz*(grid_rows))/2;
884 grid_ypad = GRID_YPAD;
885 grid_xpad = GRID_XPAD;
886 gr1 = (widget->allocation.height - (GRID_YPAD)*2) / (grid_rows+0.8);
887 gr2 = (widget->allocation.width - GRID_XPAD*2) / (GRID_COLS+2);
888 if (gr1 < gr2) {
889 grid_sz = gr1;
890 } else {
891 grid_sz = gr2;
892 }
893
894 tray_sz = grid_sz*0.8;
895 tray_h = TRAY_ROWS*tray_sz+TRAY_PAD*2;
896
897 grid_xpad = (widget->allocation.width - grid_sz * (GRID_COLS+2)) / 2;
898 grid_ypad = (widget->allocation.height - tray_h - grid_sz*grid_rows) / 2;
899
900 ballmed = grid_sz;
901 ballsm = ballmed*0.75;
902
903 // grid_xpad = (widget->allocation.width-grid_sz*(GRID_COLS+2))/2;
904 // grid_xpad = grid_sz;
905
906 gm_debug ("1: %d 2:%d\n", grid_sz, grid_xpad);
907
908
721909 if (confcount == 0) {
722910 new_game();
723911 }
725913 old_xpos = xpos;
726914 old_ypos = ypos;
727915 newgame =1;
728 start_new_gameboard (drawing_area);
916 start_new_gameboard (widget);
729917 newgame = 0;
730918 xpos = 0;
731 ypos = grid_rows-1;
732 gdk_window_invalidate_rect (drawing_area->window, NULL, FALSE);
919 ypos = grid_rows - 1;
920
733921 redraw_current_game();
734922 }
735923 gm_debug ("\nconfigure event\n\n");
755943 offset = 1;
756944 }
757945 pixbuf = gdk_pixbuf_new_subpixbuf (tileset_bg,
758 BM*8,
759 BM/2*offset,
760 BM/2, BM/2);
946 ballmed*8,
947 ballmed/2*offset,
948 ballmed/2, ballmed/2);
761949 tmp = pixbuf;
762950
763951 pixbuf = gdk_pixbuf_scale_simple (pixbuf,
764 BM/2-1,
765 BM/2-1,
952 ballmed/2-1,
953 ballmed/2-1,
766954 GDK_INTERP_BILINEAR);
767955
768956 g_object_unref (tmp);
769957
770 x = GRID_XPAD+GRID_SZ* (GRID_COLS+1)+ (GRID_SZ/2* (i%2));
771
772 y = GRID_YPAD+GRID_SZ* (line+1)-GRID_SZ+ ((int)i/2)*GRID_SZ/2-0.5;
958 x = grid_xpad + grid_sz * (GRID_COLS+1) + (grid_sz/2 * (i%2));
959
960 y = grid_ypad + grid_sz * line + ((int)i/2)*grid_sz/2;
961
962 if (i>1) y-=0.5;
963
964 gm_debug ("line: %d, i:%d\n",line,i);
773965
774966 gdk_draw_pixbuf (pixmap,
775967 NULL,
776968 pixbuf,
777969 0, 0,
778 x+BS/8-2,
779 y+BS/8-2,
970 x+1,
971 y+1,
780972 -1, -1, GDK_RGB_DITHER_MAX, 0, 0);
781 gtk_widget_queue_draw_area (drawing_area, x, y, GRID_SZ/2, GRID_SZ/2);
973 gtk_widget_queue_draw_area (widget, x, y, grid_sz/2, grid_sz/2);
782974 }
783975 }
784976
787979 cr = gdk_cairo_create (pixmap);
788980 cairo_set_operator (cr, CAIRO_OPERATOR_ADD);
789981 cairo_set_line_width (cr, 0);
982 cairo_save (cr);
790983 cairo_rectangle (cr,
791 GRID_XPAD+1,
792 GRID_YPAD+ (GRID_SZ* (grid_rows- (grid_rows-ypos+1)))+1,
793 GRID_SZ*GRID_COLS-1,
794 GRID_SZ-2);
984 grid_xpad+1,
985 grid_ypad+ (grid_sz* (grid_rows- (grid_rows-ypos+1)))+1,
986 grid_sz*GRID_COLS-1,
987 grid_sz-2);
988
989 rect.x = grid_xpad+1;
990 rect.y = grid_ypad+ (grid_sz* (grid_rows- (grid_rows-ypos+1)))+1;
991 rect.width = grid_sz*GRID_COLS-1;
992 rect.height = grid_sz-2;
993
994 gdk_window_invalidate_rect (drawing_area->window, &rect, FALSE);
995
795996 cairo_rectangle (cr,
796 GRID_XPAD+GRID_SZ* (GRID_COLS+1)+1,
797 GRID_YPAD+ (GRID_SZ* (grid_rows- (grid_rows-ypos+1)))+1,
798 GRID_SZ-1, GRID_SZ-2);
997 grid_xpad+grid_sz* (GRID_COLS+1)+1,
998 grid_ypad+ (grid_sz* (grid_rows- (grid_rows-ypos+1)))+1,
999 grid_sz-1, grid_sz-2);
7991000 cairo_set_source_rgba (cr, 1, 1, 1, 0.35);
8001001 cairo_fill_preserve (cr);
8011002 cairo_stroke (cr);
8021003 cairo_destroy (cr);
803 gdk_window_invalidate_rect (drawing_area->window, NULL, FALSE);
1004
1005 rect.x = grid_xpad+grid_sz* (GRID_COLS+1)+1;
1006 rect.y = grid_ypad+ (grid_sz* (grid_rows- (grid_rows-ypos+1)))+1;
1007 rect.width = grid_sz - 1;
1008 rect.height = grid_sz - 2;
1009
1010 gdk_window_invalidate_rect (drawing_area->window, &rect, FALSE);
1011
8041012 return TRUE;
8051013 }
8061014
8361044 }
8371045 draw_score_pegs (ypos, bulls, cows, drawing_area);
8381046 gdk_window_process_all_updates();
839 statusmessage = g_strdup_printf ("%d bulls, %d cows!", bulls, cows);
1047 /* Note for translators: the following tells the number of
1048 * right color and position guesses (bulls) and right color
1049 * only guessed (cows). "Bulls and cows" is a pen and paper
1050 * game similar to mastermind. I've leaved it untranslated in
1051 * italian. Translate it if you want or leave it untranslated
1052 * or feel free to ask my opinion */
1053 gchar * bmsg = g_strdup_printf(ngettext("%d bull, ", "%d bulls, ", bulls), bulls);
1054 gchar * cmsg = g_strdup_printf(ngettext("%d cow!", "%d cows!", cows), cows);
1055
1056 statusmessage = g_strconcat (bmsg, cmsg, NULL);
1057 g_free (bmsg);
1058 g_free (cmsg);
8401059 gtk_statusbar_pop (GTK_STATUSBAR (status), gtk_statusbar_get_context_id (GTK_STATUSBAR (status), "mmind"));
8411060 gtk_statusbar_push (GTK_STATUSBAR (status), gtk_statusbar_get_context_id (GTK_STATUSBAR (status), "mmind"), statusmessage);
8421061 g_free (statusmessage);
8511070 gm_debug ("\n");
8521071 }
8531072 if (bulls == 4) {
1073 #ifndef SSHOT
8541074 win_dialog (grid_rows-ypos);
1075 #endif /* SSHOT */
8551076 xpos = 0;
8561077 ypos = grid_rows-1;
8571078 }
8651086 ypos--;
8661087 }
8671088
1089 if (undolist) {
1090 undolist = g_list_first (undolist);
1091 g_list_foreach (undolist, (GFunc) g_free, NULL);
1092 g_list_free (undolist);
1093 }
1094
1095 undolist = NULL;
1096
1097 undolist = g_list_append (undolist, init_lastmove());
1098
1099 gtk_action_set_sensitive (GTK_ACTION (undo_action), FALSE);
1100 gtk_action_set_sensitive (GTK_ACTION (redo_action), FALSE);
1101
8681102 return TRUE;
8691103 }
8701104
8711105 static gboolean place_grid_color (int c, int l) {
8721106 gint x, y;
873 cairo_t *cr;
874
875 gm_debug ("placing c:%d l:%d\n", c, l);
1107
1108 gm_debug ("placing c:%d l:%d s:%d\n", c, l, selectedcolor);
8761109 gm_debug ("movecount: %d\n", movecount);
8771110 gridcl2xy (c, l, &x, &y, drawing_area);
8781111
879 cr = gdk_cairo_create (pixmap);
880 gdk_cairo_set_source_color(cr, &savedcolor);
881 cairo_set_line_width (cr, 0);
882 cairo_rectangle (cr, x+1, y+1, BM-1, BM-2);
883 cairo_fill (cr);
884 cairo_stroke(cr);
885 cairo_destroy(cr);
886
887 gdk_draw_pixbuf (pixmap,
888 NULL,
889 tileset_bg,
890 BM*selectedcolor, 0,
891 x, y,
892 BM, BM,
893 GDK_RGB_DITHER_MAX, 0, 0);
894
895 gdk_window_invalidate_rect (drawing_area->window, NULL, FALSE);
1112 gdk_draw_drawable(pixmap,
1113 drawing_area->style->white_gc,
1114 cellbk,
1115 0, 0,
1116 x + 1, y + 1,
1117 -1, -1);
1118
1119
1120 if (selectedcolor >=0 ) {
1121 gdk_draw_pixbuf (pixmap,
1122 NULL,
1123 tileset_bg,
1124 ballmed*selectedcolor, 0,
1125 x, y,
1126 ballmed, ballmed,
1127 GDK_RGB_DITHER_MAX, 0, 0);
1128 }
1129
1130 gtk_action_set_sensitive (GTK_ACTION (undo_action), TRUE);
1131
1132 rect.x = x;
1133 rect.y = y;
1134 rect.width = ballmed;
1135 rect.height = ballmed;
1136 gdk_window_invalidate_rect (drawing_area->window, &rect, TRUE);
1137
8961138 return TRUE;
1139 }
1140
1141
1142 static void
1143 undo_action_cb (void) {
1144
1145 if ((movecount == 0) || (xpos == 0)) {
1146 return;
1147 }
1148
1149 undolist = g_list_previous (undolist);
1150 lastmove = undolist->data;
1151
1152 gm_debug ("POSITION: %d\n", g_list_position (g_list_first (undolist), undolist));
1153
1154 gm_debug ("[undo] xpos:%d, ypos:%d, movecount:%d, selectedcolor:%d\n",
1155 xpos, ypos, movecount, selectedcolor);
1156 old_xpos = 0;
1157 movecount--;
1158
1159 for (xpos = 0; xpos < GRID_COLS; xpos ++) {
1160 selectedcolor = lastmove [xpos];
1161 movearray[ypos][xpos] = lastmove[xpos];
1162 filled[xpos] = 1; // set current position as filled
1163 guess[xpos] = selectedcolor; // fill guessed solution array with current color
1164 if (selectedcolor < 0) filled[xpos] = 0;
1165 else old_xpos++;
1166 place_grid_color (xpos, ypos);
1167 }
1168
1169 xpos = old_xpos;
1170
1171 gtk_action_set_sensitive (GTK_ACTION (redo_action), TRUE);
1172
1173 if ((movecount == 0) || (xpos == 0))
1174 gtk_action_set_sensitive (GTK_ACTION (undo_action), FALSE);
1175 }
1176
1177 static void
1178 redo_action_cb (void) {
1179
1180 current = g_list_next (undolist);
1181 if (!current) {
1182 gm_debug ("che succede? qui non dovevi mica arrivarci!\n");
1183 return;
1184 }
1185
1186 undolist = current;
1187 lastmove = undolist->data;
1188
1189 gm_debug ("POSITION: %d\n", g_list_position (g_list_first (undolist), undolist));
1190
1191 gm_debug ("[redo] xpos:%d, ypos:%d, movecount:%d, selectedcolor:%d\n",
1192 xpos, ypos, movecount, selectedcolor);
1193 old_xpos = 0;
1194 movecount++;
1195
1196 for (xpos = 0; xpos < GRID_COLS; xpos ++) {
1197 selectedcolor = lastmove [xpos];
1198 movearray[ypos][xpos] = lastmove[xpos];
1199 filled[xpos] = 1; // set current position as filled
1200 guess[xpos] = selectedcolor; // fill guessed solution array with current color
1201 if (selectedcolor < 0) filled[xpos] = 0;
1202 else old_xpos++;
1203 place_grid_color (xpos, ypos);
1204 }
1205
1206 xpos = old_xpos;
1207 current = g_list_next (undolist);
1208 if (!current) {
1209 gm_debug ("end of the list\n");
1210 gtk_action_set_sensitive (GTK_ACTION (redo_action), FALSE);
1211 }
1212
1213 gm_debug ("XPOS is %d\n", xpos);
1214
8971215 }
8981216
8991217 static gboolean redraw_current_game() {
9031221
9041222 gm_debug ("here\n");
9051223 if (movecount == 0) {
906 draw_tray_grid (tray_area);
9071224 return FALSE;
9081225 }
909
1226 /*
9101227 for (ypos = grid_rows-1; ypos >= 0; ypos--) {
9111228 for (xpos = 0; xpos<GRID_COLS+2; xpos++)
9121229 gm_debug (" %d ", movearray[ypos][xpos]);
9131230 gm_debug ("\n");
9141231 }
1232
1233 */
9151234 ypos = grid_rows;
9161235
9171236 limit = (movecount % GRID_COLS) ?
9181237 ((int)movecount/GRID_COLS+1)*GRID_COLS : movecount;
9191238
920 gm_debug ("movecount: %d limit:%d", movecount, limit);
1239 gm_debug ("movecount: %d limit:%d ypos: %d\n", movecount, limit, ypos);
9211240
9221241 while (count < limit) {
9231242 xpos = count % GRID_COLS;
9431262 gm_debug ("xpos:%d ypos:%d\n", xpos, ypos);
9441263 count++;
9451264 }
946 draw_tray_grid (tray_area);
947 // if ((xpos == GRID_COLS-1)&& (ypos>0)) clean_next_row();
948 // xpos++;
949 // xpos = xpos%GRID_COLS;
950 // if (xpos == 0) ypos--;
1265
9511266 xpos = old_xpos;
9521267 ypos = old_ypos;
9531268
9541269 return TRUE;
1270 }
1271
1272 static gboolean tray_mid_click();
1273
1274 static gboolean parse_tray_event (GdkEventButton *event, GtkWidget *widget)
1275 {
1276 int x, y;
1277 int c, l;
1278
1279 trayxy2cl (event->x, event->y, &c, &l, widget); //rescaling operations
1280 traycl2xy (c, l, &x, &y, widget);
1281
1282 gm_debug("c: %d, l: %d\n", c, l);
1283
1284 if ((c >= 0) && (l >= 0)) {
1285 pressed = 1;
1286 selectedcolor = c+ (l*TRAY_COLS);
1287 if (selectedcolor >= 0)
1288 clean_tray(widget);
1289 gdk_draw_pixbuf (pixmap,
1290 NULL,
1291 tileset_bg,
1292 ballmed * selectedcolor, 0,
1293 x+ballsm/2-ballmed/2, y+ballsm/2-ballmed/2,
1294 ballmed, ballmed,
1295 GDK_RGB_DITHER_MAX, 0, 0);
1296 // gdk_window_invalidate_rect (widget->window, NULL, FALSE);
1297
1298 gm_debug ("type: %d\n", event->type);
1299
1300 if ((event->button == 2 && event->type == GDK_BUTTON_PRESS) ||
1301 (event->button == 1 && event->type == GDK_2BUTTON_PRESS)) {
1302 tray_mid_click();
1303 }
1304 }
1305
1306 return TRUE;
1307 }
1308
1309 static gboolean motion_event (GtkWidget *widget,
1310 GdkEventButton *event) {
1311
1312 if (selectedcolor < 0)
1313 return TRUE;
1314 if (pressed && !mstarted) {
1315 gint x,y;
1316 traycl2xy(selectedcolor, 0, &x, &y, widget);
1317 motion_x_shift = (x - event->x) - (ballmed - ballsm)/2;
1318 motion_y_shift = (y - event->y) - (ballmed - ballsm)/2;
1319 gm_debug("motion start\n");
1320 /*
1321 gtk_statusbar_pop (GTK_STATUSBAR (status), gtk_statusbar_get_context_id (GTK_STATUSBAR (status), "mmind"));
1322 gtk_statusbar_push (GTK_STATUSBAR (status), gtk_statusbar_get_context_id (GTK_STATUSBAR (status), "mmind"), _("Drag the ball to an empty cell!"));
1323
1324 */
1325 clean_tray(widget);
1326 }
1327 if (pressed) {
1328 if (motionbk) {
1329 gdk_draw_drawable(pixmap,
1330 widget->style->white_gc,
1331 motionbk,
1332 0, 0,
1333 xbk, ybk,
1334 ballmed, ballmed);
1335 rect.x = xbk;
1336 rect.y = ybk;
1337 rect.width = ballmed;
1338 rect.height = ballmed;
1339 gdk_window_invalidate_rect (widget->window, &rect, FALSE);
1340 g_object_unref (motionbk);
1341 motionbk = NULL;
1342 }
1343 motionbk = gdk_pixmap_new (widget->window,
1344 ballmed,
1345 ballmed,
1346 -1);
1347 gdk_draw_drawable(motionbk,
1348 widget->style->white_gc,
1349 pixmap,
1350 event->x+motion_x_shift, event->y+motion_y_shift,
1351 0, 0,
1352 ballmed, ballmed);
1353 xbk = event->x+motion_x_shift;
1354 ybk = event->y+motion_y_shift;
1355
1356 mstarted = 1;
1357 gdk_draw_pixbuf (pixmap,
1358 NULL,
1359 tileset_bg,
1360 ballmed * selectedcolor, 0,
1361 event->x+motion_x_shift, event->y+motion_y_shift,
1362 ballmed, ballmed,
1363 GDK_RGB_DITHER_MAX, 0, 0);
1364 rect.x = xbk;
1365 rect.y = ybk;
1366 rect.width = ballmed;
1367 rect.height = ballmed;
1368 gdk_window_invalidate_rect (widget->window, &rect, FALSE);
1369 // gdk_window_invalidate_rect (widget->window, NULL, FALSE);
1370 }
1371
1372 return FALSE;
9551373 }
9561374
9571375 static gboolean button_press_event ( GtkWidget *widget,
9581376 GdkEventButton *event )
9591377 {
960 int c, l;
961
962 if (event->type != GDK_BUTTON_PRESS) return TRUE;
1378 gint c, l;
1379 gint i;
1380
1381 if (event->type == GDK_BUTTON_RELEASE) {
1382 if (stx == event->x && sty == event->y) {
1383 }
1384 pressed = 0;
1385 if (mstarted) {
1386 if (motionbk) {
1387 gdk_draw_drawable(pixmap,
1388 widget->style->white_gc,
1389 motionbk,
1390 0, 0, xbk, ybk, ballmed, ballmed);
1391 rect.x = xbk;
1392 rect.y = ybk;
1393 rect.width = ballmed;
1394 rect.height = ballmed;
1395 gdk_window_invalidate_rect (widget->window, &rect, FALSE);
1396 g_object_unref (motionbk);
1397 motionbk = NULL;
1398 }
1399
1400 // FIXME (duplicated code - move to function) //
1401
1402 gridxy2cl (event->x, event->y, &c, &l, widget);
1403
1404 if (l == ypos) {
1405 clean_tray(widget);
1406
1407 if(!filled[c]) {
1408 xpos++;
1409 xpos = xpos%GRID_COLS;
1410 }
1411
1412
1413 place_grid_color (c, l);
1414
1415 gm_debug ("POSITION: %d\n", g_list_position (g_list_first (undolist), undolist));
1416
1417 while ((current = g_list_next(undolist))) {
1418 gm_debug ("ooo\n");
1419 g_free (current->data);
1420 undolist = g_list_remove_link (undolist, current);
1421 }
1422
1423 gtk_action_set_sensitive (GTK_ACTION (redo_action), FALSE);
1424
1425 undolist = g_list_append (undolist, init_lastmove ());
1426 undolist = g_list_last (undolist);
1427 lastmove = undolist->data;
1428 for (i = 0; i < GRID_COLS; i++) {
1429 lastmove[i] = movearray[ypos][i];
1430 gm_debug(":: %d ", lastmove[i]);
1431 }
1432 gm_debug ("\n");
1433 lastmove[c] = selectedcolor;
1434
1435 movearray[l][c] = selectedcolor;
1436 movecount++;
1437 filled[c] = 1; // set current position as filled
1438 guess[c] = selectedcolor; // fill guessed solution array with current color
1439
1440 gtk_statusbar_pop (GTK_STATUSBAR (status), gtk_statusbar_get_context_id (GTK_STATUSBAR (status), "mmind"));
1441 gtk_statusbar_push (GTK_STATUSBAR (status), gtk_statusbar_get_context_id (GTK_STATUSBAR (status), "mmind"), _("Select a color!"));
1442
1443 gm_debug ("[button_press_event]xpos:%d ypos:%d\n", xpos, ypos);
1444 if (xpos == 0 && movecount > 1) {
1445 undolist = g_list_append (undolist, init_lastmove ());
1446 undolist = g_list_last (undolist);
1447 checkscores();
1448 }
1449 selectedcolor = -1;
1450 }
1451 else {
1452 gtk_statusbar_pop (GTK_STATUSBAR (status), gtk_statusbar_get_context_id (GTK_STATUSBAR (status), "mmind"));
1453 gtk_statusbar_push (GTK_STATUSBAR (status), gtk_statusbar_get_context_id (GTK_STATUSBAR (status), "mmind"), _("Select a valid place!"));
1454 }
1455
1456 gm_debug("motion stop\n");
1457 selectedcolor = -1;
1458 mstarted = 0;
1459 }
1460 }
1461
1462 if ((event->type != GDK_BUTTON_PRESS && event->type != GDK_2BUTTON_PRESS) || pixmap == NULL)
1463 return TRUE;
1464
1465 if (event->y > (widget->allocation.height - tray_h)) {
1466 stx = event->x;
1467 sty = event->y;
1468 parse_tray_event (event, widget);
1469 }
1470
1471 else
1472 gm_debug ("parse_grid_event\n");
1473
1474 /* consider moving the rest in a separate function */
9631475 if (event->button == 1 && pixmap != NULL && selectedcolor >= 0) {
9641476
9651477 gridxy2cl (event->x, event->y, &c, &l, widget);
9661478
9671479 if (l == ypos) {
1480 clean_tray (widget);
9681481 if(!filled[c]) {
9691482 xpos++;
9701483 xpos = xpos%GRID_COLS;
9711484 }
9721485
973 draw_tray_grid (tray_area); // clean tray selection redrawing tray_area
9741486 place_grid_color (c, l);
975
1487
1488 gm_debug ("POSITION: %d\n", g_list_position (g_list_first (undolist), undolist));
1489 while ((current = g_list_next(undolist))) {
1490 gm_debug ("ooo\n");
1491 g_free (current->data);
1492 undolist = g_list_remove_link (undolist, current);
1493 }
1494
1495 gtk_action_set_sensitive (GTK_ACTION (redo_action), FALSE);
1496
1497 undolist = g_list_append (undolist, init_lastmove ());
1498 undolist = g_list_last (undolist);
1499 lastmove = undolist->data;
1500 for (i = 0; i < GRID_COLS; i++) {
1501 lastmove[i] = movearray[ypos][i];
1502 gm_debug(":: %d ", lastmove[i]);
1503 }
1504 gm_debug ("\n");
1505 lastmove[c] = selectedcolor;
1506
9761507 movearray[l][c] = selectedcolor;
977
9781508 movecount++;
979
9801509 filled[c] = 1; // set current position as filled
981
9821510 guess[c] = selectedcolor; // fill guessed solution array with current color
9831511
9841512 gtk_statusbar_pop (GTK_STATUSBAR (status), gtk_statusbar_get_context_id (GTK_STATUSBAR (status), "mmind"));
9911519 selectedcolor = -1;
9921520
9931521 }
1522
9941523 else {
9951524 gtk_statusbar_pop (GTK_STATUSBAR (status), gtk_statusbar_get_context_id (GTK_STATUSBAR (status), "mmind"));
9961525 gtk_statusbar_push (GTK_STATUSBAR (status), gtk_statusbar_get_context_id (GTK_STATUSBAR (status), "mmind"), _("Select a valid place!"));
10001529 return TRUE;
10011530 }
10021531
1532 static gboolean key_press_event ( GtkWidget *widget,
1533 GdkEventKey *event ) {
1534 if (pressed)
1535 return TRUE;
1536 switch (event->keyval) {
1537 case GDK_1:
1538 selectedcolor = 0;
1539 tray_mid_click ();
1540 break;
1541 case GDK_2:
1542 selectedcolor = 1;
1543 tray_mid_click ();
1544 break;
1545 case GDK_3:
1546 selectedcolor = 2;
1547 tray_mid_click ();
1548 break;
1549 case GDK_4:
1550 selectedcolor = 3;
1551 tray_mid_click ();
1552 break;
1553 case GDK_5:
1554 selectedcolor = 4;
1555 tray_mid_click ();
1556 break;
1557 case GDK_6:
1558 selectedcolor = 5;
1559 tray_mid_click ();
1560 break;
1561 case GDK_7:
1562 selectedcolor = 6;
1563 tray_mid_click ();
1564 break;
1565 case GDK_8:
1566 selectedcolor = 7;
1567 tray_mid_click ();
1568 break;
1569 default:
1570 break;
1571 }
1572
1573 return TRUE;
1574 }
1575
10031576 static gboolean tray_mid_click(){
1004 int c;
1005 int found = 0;
1577 gint c;
1578 gint i;
1579 gint found = 0;
10061580 for (c = 0; c < GRID_COLS; c++) {
10071581 if (!filled[c] && !found) {
10081582 // gm_debug ("found %d\n", i);
10171591 g_source_remove (timeout_id);
10181592 }
10191593 timeout_id = g_timeout_add (200,
1020 (GSourceFunc) draw_tray_grid,
1021 tray_area);
1594 (GSourceFunc) clean_tray,
1595 drawing_area);
10221596
10231597 place_grid_color (c, ypos);
1024
1598
1599 gm_debug ("POSITION: %d\n", g_list_position (g_list_first (undolist), undolist));
1600 while ((current = g_list_next(undolist))) {
1601 gm_debug ("ooo\n");
1602 g_free (current->data);
1603 undolist = g_list_remove_link (undolist, current);
1604 }
1605
1606 gtk_action_set_sensitive (GTK_ACTION (redo_action), FALSE);
1607
1608 undolist = g_list_append (undolist, init_lastmove ());
1609 undolist = g_list_last (undolist);
1610 lastmove = undolist->data;
1611 for (i = 0; i < GRID_COLS; i++)
1612 lastmove[i] = movearray[ypos][i];
1613 lastmove[c] = selectedcolor;
10251614 movearray[ypos][c] = selectedcolor;
10261615
10271616 movecount++;
10341623
10351624 gm_debug ("[tray_mid_click]xpos:%d ypos:%d\n", xpos, ypos);
10361625 if (xpos == 0 && movecount > 1) {
1626 undolist = g_list_append (undolist, init_lastmove ());
1627 undolist = g_list_last (undolist);
10371628 checkscores();
10381629 }
10391630 selectedcolor = -1;
10411632 }
10421633 return TRUE;
10431634 }
1044
1045 static gboolean tray_press_event ( GtkWidget *widget,
1046 GdkEventButton *event ) {
1047 int x, y;
1048 int c, l;
1049
1050 cairo_t *cr;
1051 cairo_pattern_t *radial;
1052
1053 if (event->type == GDK_BUTTON_PRESS &&
1054 pixmap != NULL) {
1055 trayxy2cl (event->x, event->y, &c, &l, widget); //rescaling operations
1056 traycl2xy (c, l, &x, &y, tray_area);
1057
1058 if ((c >= 0) && (l >= 0)) {
1059 if (selectedcolor >= 0) draw_tray_grid (tray_area);
1060 /* enlighting gradient */
1061 cr = gdk_cairo_create (traymap);
1062 cairo_save (cr);
1063 cairo_set_operator (cr, CAIRO_OPERATOR_ADD);
1064 radial = cairo_pattern_create_radial (x+TRAY_SZ/2-0.5-3,
1065 y+TRAY_SZ/2-0.5-4,
1066 BS/8, x+TRAY_SZ/2-0.5,
1067 y+TRAY_SZ/2-0.5,
1068 BS/2-6);
1069 cairo_pattern_add_color_stop_rgba (radial, 0, 1.0, 1.0, 1.0, 0.4);
1070 cairo_pattern_add_color_stop_rgba (radial, 1, 0.2, 0.2, 0.0, 0.0);
1071 cairo_set_line_width (cr, 0);
1072 cairo_arc (cr,
1073 x+TRAY_SZ/2-0.5,
1074 y+TRAY_SZ/2-0.5,
1075 BS/2-1, 0,
1076 6.2834);
1077 cairo_set_source (cr, radial);
1078 cairo_fill (cr);
1079 cairo_stroke (cr);
1080
1081 /* selection square */
1082
1083 cairo_restore (cr);
1084 cairo_set_source_rgba(cr,
1085 (double) fgcolor.red / 0xffff,
1086 (double) fgcolor.green / 0xffff,
1087 (double) fgcolor.blue / 0xffff,
1088 0.6);
1089
1090 cairo_set_line_width (cr, 3);
1091 cairo_rectangle (cr,
1092 x,
1093 y,
1094 TRAY_SZ-2,
1095 TRAY_SZ-2);
1096 cairo_stroke (cr);
1097 cairo_destroy (cr);
1098
1099 gdk_window_invalidate_rect (tray_area->window, NULL, FALSE);
1100 // g_timeout_add (250, (GSourceFunc) draw_tray_grid, tray_area);
1101
1102 selectedcolor = c+ (l*TRAY_COLS);
1103 if (event->button == 1) {
1104 gtk_statusbar_pop (GTK_STATUSBAR (status), gtk_statusbar_get_context_id (GTK_STATUSBAR (status), "mmind"));
1105 gtk_statusbar_push (GTK_STATUSBAR (status), gtk_statusbar_get_context_id (GTK_STATUSBAR (status), "mmind"), _("Now click on the right place!"));
1106 }
1107 else if (event->button == 2) {
1108 tray_mid_click();
1109 }
1110 }
1111 }
1112
1113 return TRUE;
1114 }
1115
1116 static gboolean configure_tray ( GtkWidget *widget,
1117 GdkEventConfigure *event ) {
1118 if (traymap) g_object_unref (traymap);
1119 traymap = gdk_pixmap_new (widget->window,
1120 widget->allocation.width,
1121 widget->allocation.height,
1122 -1);
1123
1124 draw_tray_grid (tray_area);
1125
1126 return TRUE;
1127
1128 }
1129
11301635
11311636 /* Redraw the screen from the backing pixmap */
11321637 static gboolean expose_event ( GtkWidget *widget,
11391644 event->area.x, event->area.y,
11401645 event->area.width, event->area.height);
11411646
1647
1648
11421649 return FALSE;
11431650 }
11441651
1145 static gboolean expose_tray ( GtkWidget *widget,
1146 GdkEventExpose *event) {
1147 gdk_draw_drawable (widget->window,
1148 widget->style->fg_gc[GTK_WIDGET_STATE (widget)],
1149 traymap,
1150 event->area.x, event->area.y,
1151 event->area.x, event->area.y,
1152 event->area.width, event->area.height);
1153
1154 return FALSE;
1155 }
1156
1157
11581652 static gboolean delete_event (GtkWidget *widget, GdkEvent *event, gpointer data) {
1653 if (pixmap)
1654 g_object_unref (pixmap);
1655 if (traymapbk)
1656 g_object_unref (traymapbk);
1657 if (cellbk)
1658 g_object_unref (cellbk);
1659 if (motionbk)
1660 g_object_unref (motionbk);
1661
11591662 gtk_main_quit();
11601663 return FALSE;
11611664 }
11651668 }
11661669
11671670 static void help_action (void) {
1168 #ifndef G_OS_WIN32
1671 #ifndef G_OS_WIN32
11691672 gchar *argv[] = { "yelp",
11701673 "ghelp:gnome-mastermind",
11711674 NULL };
11791682 g_error_free (error);
11801683 error = NULL;
11811684 }
1182 #endif
1685 #endif
11831686 }
11841687
11851688 void about_url_show (GtkAboutDialog *about,
12131716 }
12141717
12151718 void about_email_show (GtkAboutDialog *about,
1216 const gchar *link,
1217 gpointer data) {
1719 const gchar *link,
1720 gpointer data) {
12181721 GError *error = NULL;
12191722 gchar *launcher = NULL;
12201723
12451748 gchar *authors[] = { "Filippo Argiolas <filippo.argiolas@gmail.com>", NULL };
12461749 gchar *artists[] = {
12471750 "Filippo Argiolas <filippo.argiolas@gmail.com>, me ;)",
1248 "Ulisse Perusin <uli.peru@gmail.com>, for that beautiful icon!", "and..",
1751 "Ulisse Perusin <uli.peru@gmail.com>, for that beautiful icon and tango sets!", "Sean Wilson <suseux@gmail.com>, for the new fruity tileset","and..",
12491752 "..some other people for their hints and suggestions",
12501753 "Isabella Piredda, grazie amore mio!",
12511754 "Enrica Argiolas, my lil sister and beta tester", NULL };
12551758 "name", "GNOME Mastermind",
12561759 "authors", authors,
12571760 "artists", artists,
1761 /* Note for translators: Replace this
1762 * string with your name and email
1763 * address */
12581764 "translator-credits", _("Filippo Argiolas <filippo.argiolas@gmail.com>"),
12591765 "comments", _("A Mastermind clone for gnome"),
12601766 "copyright", "gnome-mastermind, copyright (c) 2007 Filippo Argiolas\n"
13261832 g_dir_close (dir);
13271833
13281834 g_free (dir_name);
1329 }
1330
1331 static void max_tries_changed (GtkWidget *spin, GtkWidget *button) {
1332 gtk_widget_set_sensitive (button, TRUE);
13331835 }
13341836
13351837 static void use_style_toggled (GtkWidget *toggle, GtkWidget *table) {
13691871 GtkWidget *frame;
13701872 GtkWidget *align;
13711873 GtkWidget *pango_label;
1372 GtkWidget *apply_button;
13731874
13741875 GtkWidget *use_style_check;
13751876 GtkWidget *max_tries_spin;
13821883
13831884 gtk_dialog_set_has_separator (GTK_DIALOG (pref_dialog), FALSE);
13841885
1385 apply_button = gtk_dialog_add_button (GTK_DIALOG (pref_dialog),
1386 GTK_STOCK_APPLY,
1387 GTK_RESPONSE_APPLY);
1388 gtk_widget_set_sensitive (apply_button, FALSE);
1389 /* gtk_dialog_add_button (pref_dialog,
1390 GTK_STOCK_REVERT_TO_SAVED,
1391 GTK_RESPONSE_YES); */
13921886 gtk_dialog_add_button (GTK_DIALOG (pref_dialog),
13931887 GTK_STOCK_CLOSE,
13941888 GTK_RESPONSE_CLOSE);
15182012 max_tries_spin = gtk_spin_button_new_with_range (2, 14, 1);
15192013 gtk_spin_button_set_value (GTK_SPIN_BUTTON (max_tries_spin), gc_max_tries);
15202014
1521 g_signal_connect (G_OBJECT (max_tries_spin), "value-changed",
1522 G_CALLBACK (max_tries_changed), apply_button);
1523
15242015 gtk_table_attach_defaults (GTK_TABLE (table), max_tries_spin, 1, 2, 0, 1);
15252016
15262017 gtk_container_add (GTK_CONTAINER (align), table);
15312022
15322023 gtk_widget_show_all (pref_dialog);
15332024
1534 gint response = gtk_dialog_run (GTK_DIALOG (pref_dialog));
1535
1536 if (response == GTK_RESPONSE_APPLY) {
1537 gconf_client_set_int (settings, "/apps/gnome-mastermind/maximum_tries",
1538 gtk_spin_button_get_value (
1539 GTK_SPIN_BUTTON (max_tries_spin)),
1540 NULL);
1541 }
2025 gtk_dialog_run (GTK_DIALOG (pref_dialog));
2026
2027 gconf_client_set_int (settings, "/apps/gnome-mastermind/maximum_tries",
2028 gtk_spin_button_get_value (
2029 GTK_SPIN_BUTTON (max_tries_spin)),
2030 NULL);
2031
15422032 /*
15432033 else if (response == GTK_RESPONSE_YES) {
15442034 reset_default_settings();
15592049 N_("_New game"), "<control>N",
15602050 N_("Start a new game"),
15612051 G_CALLBACK (new_game) },
2052
2053 { "UndoAction", GTK_STOCK_UNDO,
2054 N_("_Undo Move"), "<control>Z",
2055 N_("Undo last move"),
2056 G_CALLBACK (undo_action_cb) },
2057
2058 { "RedoAction", GTK_STOCK_REDO,
2059 N_("_Redo Move"), "<shift><control>Z",
2060 N_("Redo last move"),
2061 G_CALLBACK (redo_action_cb) },
15622062
15632063 { "QuitAction", GTK_STOCK_QUIT,
15642064 N_("_Quit"), "<control>Q",
16202120 int i;
16212121
16222122 GtkWidget *gridframe;
1623 GtkWidget *trayframe;
16242123 GtkActionGroup *action_group;
16252124 GtkUIManager *menu_manager;
16262125 GtkAccelGroup *accel_group;
16502149 g_signal_connect (G_OBJECT (window), "destroy",
16512150 G_CALLBACK (destroy), NULL);
16522151
1653
16542152 vbox = gtk_vbox_new (FALSE, 0);
16552153 // gtk_box_set_homogeneous (GTK_BOX (vbox), FALSE);
16562154 action_group = gtk_action_group_new ("TestActions");
16872185 show_toolbar_action = gtk_action_group_get_action (action_group, "ShowToolbarAction");
16882186 gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (show_toolbar_action), gc_show_toolbar);
16892187
2188 undo_action = gtk_action_group_get_action (action_group, "UndoAction");
2189 redo_action = gtk_action_group_get_action (action_group, "RedoAction");
2190
16902191 accel_group = gtk_ui_manager_get_accel_group (menu_manager);
16912192 gtk_window_add_accel_group (GTK_WINDOW (window), accel_group);
16922193
16932194 drawing_area = gtk_drawing_area_new();
1694 tray_area = gtk_drawing_area_new();
1695
1696 /* gtk_widget_set_size_request (GTK_WIDGET (drawing_area), frame_min_w, frame_min_h);
1697 gtk_widget_set_size_request (GTK_WIDGET (tray_area), frame_min_w, TRAY_ROWS*TRAY_SZ+TRAY_PAD*2); */
1698
16992195
17002196 g_signal_connect (G_OBJECT (drawing_area), "expose_event",
17012197 G_CALLBACK (expose_event), NULL);
17022198 g_signal_connect (G_OBJECT (drawing_area), "configure_event",
17032199 G_CALLBACK (configure_event), NULL);
17042200
1705 g_signal_connect (G_OBJECT (tray_area), "expose_event",
1706 G_CALLBACK (expose_tray), NULL);
1707 g_signal_connect (G_OBJECT (tray_area), "configure_event",
1708 G_CALLBACK (configure_tray), NULL);
1709
1710 gtk_widget_set_events (drawing_area, GDK_EXPOSURE_MASK
2201 gtk_widget_add_events (drawing_area, GDK_EXPOSURE_MASK
17112202 | GDK_LEAVE_NOTIFY_MASK
17122203 | GDK_BUTTON_PRESS_MASK
1713 | GDK_POINTER_MOTION_MASK
1714 | GDK_POINTER_MOTION_HINT_MASK);
1715 gtk_widget_set_events (tray_area, GDK_EXPOSURE_MASK
1716 | GDK_LEAVE_NOTIFY_MASK
1717 | GDK_BUTTON_PRESS_MASK
1718 | GDK_POINTER_MOTION_MASK
1719 | GDK_POINTER_MOTION_HINT_MASK);
1720
2204 | GDK_KEY_PRESS_MASK
2205 | GDK_BUTTON_RELEASE_MASK
2206 | GDK_BUTTON1_MOTION_MASK);
2207
2208 g_signal_connect (G_OBJECT (drawing_area), "key_press_event",
2209 G_CALLBACK (key_press_event), NULL);
17212210 g_signal_connect (G_OBJECT (drawing_area), "button_press_event",
17222211 G_CALLBACK (button_press_event), NULL);
1723 g_signal_connect (G_OBJECT (tray_area), "button_press_event",
1724 G_CALLBACK (tray_press_event), NULL);
2212 g_signal_connect (G_OBJECT (drawing_area), "button_release_event",
2213 G_CALLBACK (button_press_event), NULL);
2214 g_signal_connect (G_OBJECT (drawing_area), "motion-notify-event",
2215 G_CALLBACK (motion_event), NULL);
2216
2217 GTK_WIDGET_SET_FLAGS (drawing_area, GTK_CAN_FOCUS);
17252218
17262219 gridframe = gtk_frame_new (NULL);
1727 trayframe = gtk_frame_new (NULL);
17282220
17292221 grid_rows = gc_max_tries;
17302222
17352227 if (movearray[i] == FALSE) gm_debug ("alloc 2 failed\n");
17362228 }
17372229
2230 frame_min_w = GRID_SZ* (GRID_COLS+2) + GRID_XPAD*2;
2231 frame_min_h = GRID_SZ*grid_rows+2*GRID_YPAD+TRAY_ROWS*TRAY_SZ+TRAY_PAD*2;
2232 tray_h = TRAY_ROWS*TRAY_SZ+TRAY_PAD*2;
2233
17382234 init_game();
17392235
17402236 gtk_container_add (GTK_CONTAINER (gridframe), drawing_area);
1741 gtk_container_add (GTK_CONTAINER (trayframe), tray_area);
17422237
17432238 status = gtk_statusbar_new();
17442239 gtk_statusbar_set_has_resize_grip (GTK_STATUSBAR (status), FALSE);
17482243 gtk_statusbar_pop (GTK_STATUSBAR (status), gtk_statusbar_get_context_id (GTK_STATUSBAR (status), "mmind"));
17492244 gtk_statusbar_push (GTK_STATUSBAR (status), gtk_statusbar_get_context_id (GTK_STATUSBAR (status), "mmind"), _("Select a color!"));
17502245
1751 gtk_box_pack_end (GTK_BOX (vbox), trayframe, FALSE, FALSE, 0);
17522246 gtk_box_pack_end (GTK_BOX (vbox), gridframe, TRUE, TRUE, 0);
17532247
1754 gtk_window_set_resizable (GTK_WINDOW (window), FALSE);
2248 // gtk_window_set_resizable (GTK_WINDOW (window), FALSE);
17552249
17562250 gtk_widget_show_all (window);
17572251
17582252 if (!gconf_client_get_bool
1759 (settings, "/apps/gnome-mastermind/show_toolbar", NULL))
2253 (settings, "/apps/gnome-mastermind/show_toolbar", NULL)) {
17602254 gtk_widget_hide (toolbar);
2255 gtk_window_resize (GTK_WINDOW(window), 1, 1);
2256 }
17612257
17622258 gtk_about_dialog_set_url_hook (about_url_show, NULL, NULL);
17632259 gtk_about_dialog_set_email_hook (about_email_show, NULL, NULL);
17642260
2261 gtk_widget_grab_focus (drawing_area);
2262
17652263 gtk_main();
17662264
17672265 return 0;
11
22 theme_DATA = \
33 simple.svg \
4 simple-glossy.svg \
5 shapes.svg \
46 star.svg \
5 tango.svg
7 fruit.svg \
8 tango.svg \
9 tango-flat.svg
610
711 EXTRA_DIST = $(theme_DATA)
218218 themedir = $(pkgdatadir)/themes/
219219 theme_DATA = \
220220 simple.svg \
221 simple-glossy.svg \
222 shapes.svg \
221223 star.svg \
222 tango.svg
224 fruit.svg \
225 tango.svg \
226 tango-flat.svg
223227
224228 EXTRA_DIST = $(theme_DATA)
225229 all: all-am
0 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
1 <!-- Created with Inkscape (http://www.inkscape.org/) -->
2 <svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://web.resource.org/cc/"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:xlink="http://www.w3.org/1999/xlink"
9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
10 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
11 version="1.0"
12 width="340"
13 height="40"
14 id="svg2160"
15 sodipodi:version="0.32"
16 inkscape:version="0.45"
17 sodipodi:docname="fruit.svg"
18 sodipodi:docbase="/home/pippo/Desktop"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape"
20 inkscape:export-filename="/home/x64/images/fruit2.png"
21 inkscape:export-xdpi="103.69"
22 inkscape:export-ydpi="103.69"
23 sodipodi:modified="true">
24 <metadata
25 id="metadata3133">
26 <rdf:RDF>
27 <cc:Work
28 rdf:about="">
29 <dc:format>image/svg+xml</dc:format>
30 <dc:type
31 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
32 </cc:Work>
33 </rdf:RDF>
34 </metadata>
35 <sodipodi:namedview
36 inkscape:window-height="729"
37 inkscape:window-width="1280"
38 inkscape:pageshadow="2"
39 inkscape:pageopacity="0.0"
40 guidetolerance="10.0"
41 gridtolerance="10.0"
42 objecttolerance="10.0"
43 borderopacity="1.0"
44 bordercolor="#666666"
45 pagecolor="#ffffff"
46 id="base"
47 width="340px"
48 height="40px"
49 inkscape:zoom="13.905882"
50 inkscape:cx="312.0808"
51 inkscape:cy="28.931393"
52 inkscape:window-x="0"
53 inkscape:window-y="25"
54 inkscape:current-layer="svg2160"
55 showgrid="true"
56 showguides="true"
57 inkscape:guide-bbox="true" />
58 <defs
59 id="defs2162">
60 <linearGradient
61 inkscape:collect="always"
62 xlink:href="#linearGradient4154"
63 id="linearGradient6876"
64 gradientUnits="userSpaceOnUse"
65 x1="9.5"
66 y1="21"
67 x2="9.5"
68 y2="30.251215" />
69 <linearGradient
70 inkscape:collect="always"
71 xlink:href="#linearGradient4154"
72 id="linearGradient6874"
73 gradientUnits="userSpaceOnUse"
74 x1="3.9761817"
75 y1="19.20796"
76 x2="11.576672"
77 y2="33.427441" />
78 <linearGradient
79 inkscape:collect="always"
80 xlink:href="#linearGradient6722"
81 id="linearGradient6872"
82 gradientUnits="userSpaceOnUse"
83 x1="6.8259234"
84 y1="21.662947"
85 x2="12.087898"
86 y2="31.969028" />
87 <radialGradient
88 inkscape:collect="always"
89 xlink:href="#linearGradient4366"
90 id="radialGradient6870"
91 gradientUnits="userSpaceOnUse"
92 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
93 cx="8.0735464"
94 cy="24.163067"
95 fx="8.0735464"
96 fy="24.163067"
97 r="7.097913" />
98 <radialGradient
99 inkscape:collect="always"
100 xlink:href="#linearGradient3283"
101 id="radialGradient6878"
102 gradientUnits="userSpaceOnUse"
103 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
104 cx="9.5"
105 cy="26.5"
106 fx="9.5"
107 fy="26.5"
108 r="6.5" />
109 <linearGradient
110 inkscape:collect="always"
111 xlink:href="#linearGradient4154"
112 id="linearGradient6904"
113 gradientUnits="userSpaceOnUse"
114 x1="9.5"
115 y1="21"
116 x2="9.5"
117 y2="30.251215" />
118 <linearGradient
119 inkscape:collect="always"
120 xlink:href="#linearGradient4154"
121 id="linearGradient6902"
122 gradientUnits="userSpaceOnUse"
123 x1="3.9761817"
124 y1="19.20796"
125 x2="11.576672"
126 y2="33.427441" />
127 <linearGradient
128 inkscape:collect="always"
129 xlink:href="#linearGradient5398"
130 id="linearGradient6923"
131 gradientUnits="userSpaceOnUse"
132 x1="6.8259234"
133 y1="21.662947"
134 x2="12.087898"
135 y2="31.969028" />
136 <radialGradient
137 inkscape:collect="always"
138 xlink:href="#linearGradient5392"
139 id="radialGradient6921"
140 gradientUnits="userSpaceOnUse"
141 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
142 cx="8.0735464"
143 cy="24.163067"
144 fx="8.0735464"
145 fy="24.163067"
146 r="7.0979128" />
147 <radialGradient
148 inkscape:collect="always"
149 xlink:href="#linearGradient3283"
150 id="radialGradient6896"
151 gradientUnits="userSpaceOnUse"
152 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
153 cx="9.5"
154 cy="26.5"
155 fx="9.5"
156 fy="26.5"
157 r="6.5" />
158 <linearGradient
159 id="linearGradient18660">
160 <stop
161 id="stop18662"
162 offset="0"
163 style="stop-color:#b0a912;stop-opacity:1" />
164 <stop
165 id="stop18664"
166 offset="1"
167 style="stop-color:#ffffff;stop-opacity:0" />
168 </linearGradient>
169 <linearGradient
170 id="linearGradient15723">
171 <stop
172 id="stop15725"
173 offset="0"
174 style="stop-color:#fdfcfd;stop-opacity:1" />
175 <stop
176 id="stop15727"
177 offset="1"
178 style="stop-color:#ffffff;stop-opacity:0" />
179 </linearGradient>
180 <linearGradient
181 id="linearGradient8089">
182 <stop
183 style="stop-color:#ff4872;stop-opacity:1"
184 offset="0"
185 id="stop8091" />
186 <stop
187 style="stop-color:#b9f162;stop-opacity:1"
188 offset="1"
189 id="stop8093" />
190 </linearGradient>
191 <linearGradient
192 id="linearGradient6966">
193 <stop
194 style="stop-color:#56a530;stop-opacity:1"
195 offset="0"
196 id="stop6968" />
197 <stop
198 style="stop-color:#50cb00;stop-opacity:0"
199 offset="1"
200 id="stop6970" />
201 </linearGradient>
202 <linearGradient
203 id="linearGradient6790">
204 <stop
205 style="stop-color:#4c5c06;stop-opacity:1"
206 offset="0"
207 id="stop6792" />
208 <stop
209 style="stop-color:#f0f8d7;stop-opacity:0.3038674"
210 offset="1"
211 id="stop6794" />
212 </linearGradient>
213 <linearGradient
214 id="linearGradient6536">
215 <stop
216 style="stop-color:#42520d;stop-opacity:1"
217 offset="0"
218 id="stop6538" />
219 <stop
220 style="stop-color:#7f9e1b;stop-opacity:0"
221 offset="1"
222 id="stop6540" />
223 </linearGradient>
224 <linearGradient
225 id="linearGradient6330">
226 <stop
227 style="stop-color:#f0f8d7;stop-opacity:1"
228 offset="0"
229 id="stop6332" />
230 <stop
231 style="stop-color:#f0f8d7;stop-opacity:0.3038674"
232 offset="1"
233 id="stop6334" />
234 </linearGradient>
235 <linearGradient
236 id="linearGradient6316">
237 <stop
238 style="stop-color:#b8db41;stop-opacity:1"
239 offset="0"
240 id="stop6318" />
241 <stop
242 style="stop-color:#7e9825;stop-opacity:1"
243 offset="0.5"
244 id="stop6544" />
245 <stop
246 style="stop-color:#88a720;stop-opacity:1"
247 offset="1"
248 id="stop6320" />
249 </linearGradient>
250 <linearGradient
251 id="linearGradient5190">
252 <stop
253 style="stop-color:#f4f7b1;stop-opacity:1"
254 offset="0"
255 id="stop5192" />
256 <stop
257 style="stop-color:#f4f7b1;stop-opacity:0"
258 offset="1"
259 id="stop5194" />
260 </linearGradient>
261 <linearGradient
262 id="linearGradient5182">
263 <stop
264 style="stop-color:#f4f7b1;stop-opacity:1"
265 offset="0"
266 id="stop5184" />
267 <stop
268 style="stop-color:#f4f7b1;stop-opacity:0"
269 offset="1"
270 id="stop5186" />
271 </linearGradient>
272 <linearGradient
273 id="linearGradient5174">
274 <stop
275 style="stop-color:#f4f7b1;stop-opacity:1"
276 offset="0"
277 id="stop5176" />
278 <stop
279 style="stop-color:#f4f7b1;stop-opacity:0"
280 offset="1"
281 id="stop5178" />
282 </linearGradient>
283 <linearGradient
284 id="linearGradient5166">
285 <stop
286 style="stop-color:#f4f7b1;stop-opacity:1"
287 offset="0"
288 id="stop5168" />
289 <stop
290 style="stop-color:#f4f7b1;stop-opacity:0"
291 offset="1"
292 id="stop5170" />
293 </linearGradient>
294 <linearGradient
295 id="linearGradient5158">
296 <stop
297 style="stop-color:#f4f7b1;stop-opacity:1"
298 offset="0"
299 id="stop5160" />
300 <stop
301 style="stop-color:#f4f7b1;stop-opacity:0"
302 offset="1"
303 id="stop5162" />
304 </linearGradient>
305 <linearGradient
306 id="linearGradient5150">
307 <stop
308 style="stop-color:#f4f7b1;stop-opacity:1"
309 offset="0"
310 id="stop5152" />
311 <stop
312 style="stop-color:#f4f7b1;stop-opacity:0"
313 offset="1"
314 id="stop5154" />
315 </linearGradient>
316 <linearGradient
317 id="linearGradient5140">
318 <stop
319 style="stop-color:#f4f7b1;stop-opacity:1"
320 offset="0"
321 id="stop5142" />
322 <stop
323 style="stop-color:#f4f7b1;stop-opacity:0"
324 offset="1"
325 id="stop5144" />
326 </linearGradient>
327 <linearGradient
328 id="linearGradient5132">
329 <stop
330 style="stop-color:#f4f7b1;stop-opacity:1"
331 offset="0"
332 id="stop5134" />
333 <stop
334 style="stop-color:#b6ba00;stop-opacity:1"
335 offset="1"
336 id="stop5136" />
337 </linearGradient>
338 <linearGradient
339 id="linearGradient4966">
340 <stop
341 style="stop-color:#b71737;stop-opacity:1"
342 offset="0"
343 id="stop4968" />
344 <stop
345 style="stop-color:#fb0032;stop-opacity:1"
346 offset="1"
347 id="stop4970" />
348 </linearGradient>
349 <linearGradient
350 id="linearGradient3704">
351 <stop
352 style="stop-color:#cb9547;stop-opacity:1"
353 offset="0"
354 id="stop3706" />
355 <stop
356 style="stop-color:#f2e2d1;stop-opacity:1"
357 offset="1"
358 id="stop3708" />
359 </linearGradient>
360 <linearGradient
361 id="linearGradient3694">
362 <stop
363 style="stop-color:#ffffff;stop-opacity:1"
364 offset="0"
365 id="stop3696" />
366 <stop
367 style="stop-color:#a8a9a6;stop-opacity:0"
368 offset="1"
369 id="stop3698" />
370 </linearGradient>
371 <linearGradient
372 id="linearGradient3674">
373 <stop
374 style="stop-color:#ff9a9a;stop-opacity:1"
375 offset="0"
376 id="stop3676" />
377 <stop
378 style="stop-color:#ff9a9a;stop-opacity:0"
379 offset="1"
380 id="stop3678" />
381 </linearGradient>
382 <linearGradient
383 id="linearGradient3648">
384 <stop
385 style="stop-color:#7ecd57;stop-opacity:1"
386 offset="0"
387 id="stop3650" />
388 <stop
389 style="stop-color:#55853d;stop-opacity:1"
390 offset="1"
391 id="stop3652" />
392 </linearGradient>
393 <linearGradient
394 id="linearGradient8843">
395 <stop
396 style="stop-color:#f7f7db;stop-opacity:1"
397 offset="0"
398 id="stop8845" />
399 <stop
400 style="stop-color:#ffffff;stop-opacity:0"
401 offset="1"
402 id="stop8847" />
403 </linearGradient>
404 <linearGradient
405 id="linearGradient8707">
406 <stop
407 style="stop-color:#ffffff;stop-opacity:1"
408 offset="0"
409 id="stop8709" />
410 <stop
411 style="stop-color:#ffffff;stop-opacity:0"
412 offset="1"
413 id="stop8711" />
414 </linearGradient>
415 <linearGradient
416 id="linearGradient8555">
417 <stop
418 style="stop-color:#8e9a14;stop-opacity:1"
419 offset="0"
420 id="stop8557" />
421 <stop
422 style="stop-color:#c0be00;stop-opacity:1"
423 offset="1"
424 id="stop8559" />
425 </linearGradient>
426 <linearGradient
427 id="linearGradient8549">
428 <stop
429 style="stop-color:#c8c600;stop-opacity:1"
430 offset="0"
431 id="stop8551" />
432 <stop
433 style="stop-color:#d6d400;stop-opacity:0"
434 offset="1"
435 id="stop8553" />
436 </linearGradient>
437 <linearGradient
438 id="linearGradient8513">
439 <stop
440 style="stop-color:#9faf00;stop-opacity:1"
441 offset="0"
442 id="stop8515" />
443 <stop
444 style="stop-color:#c2d027;stop-opacity:1"
445 offset="1"
446 id="stop8517" />
447 </linearGradient>
448 <linearGradient
449 id="linearGradient8071">
450 <stop
451 style="stop-color:#fffe34;stop-opacity:1"
452 offset="0"
453 id="stop8073" />
454 <stop
455 style="stop-color:#d6e54d;stop-opacity:1"
456 offset="1"
457 id="stop8075" />
458 </linearGradient>
459 <linearGradient
460 id="linearGradient6719">
461 <stop
462 style="stop-color:#c7bf15;stop-opacity:1"
463 offset="0"
464 id="stop6721" />
465 <stop
466 style="stop-color:#ffffff;stop-opacity:0"
467 offset="1"
468 id="stop6723" />
469 </linearGradient>
470 <linearGradient
471 id="linearGradient6713">
472 <stop
473 style="stop-color:#bfb814;stop-opacity:1"
474 offset="0"
475 id="stop6715" />
476 <stop
477 style="stop-color:#ffffff;stop-opacity:0"
478 offset="1"
479 id="stop6717" />
480 </linearGradient>
481 <linearGradient
482 id="linearGradient6411">
483 <stop
484 style="stop-color:#f9fcbf;stop-opacity:1"
485 offset="0"
486 id="stop6413" />
487 <stop
488 style="stop-color:#f9fcbf;stop-opacity:0"
489 offset="1"
490 id="stop6415" />
491 </linearGradient>
492 <linearGradient
493 id="linearGradient6399">
494 <stop
495 style="stop-color:#fdf7db;stop-opacity:1"
496 offset="0"
497 id="stop6401" />
498 <stop
499 style="stop-color:#b3c310;stop-opacity:1"
500 offset="1"
501 id="stop6403" />
502 </linearGradient>
503 <linearGradient
504 id="linearGradient6207">
505 <stop
506 style="stop-color:#ffffff;stop-opacity:1"
507 offset="0"
508 id="stop6209" />
509 <stop
510 style="stop-color:#ffffff;stop-opacity:0"
511 offset="1"
512 id="stop6211" />
513 </linearGradient>
514 <linearGradient
515 id="linearGradient6176">
516 <stop
517 style="stop-color:#fce55f;stop-opacity:1"
518 offset="0"
519 id="stop6178" />
520 <stop
521 style="stop-color:#deec03;stop-opacity:1"
522 offset="1"
523 id="stop6180" />
524 </linearGradient>
525 <linearGradient
526 id="linearGradient5216">
527 <stop
528 style="stop-color:#dff1db;stop-opacity:1"
529 offset="0"
530 id="stop5218" />
531 <stop
532 style="stop-color:#2d5026;stop-opacity:0"
533 offset="1"
534 id="stop5220" />
535 </linearGradient>
536 <linearGradient
537 id="linearGradient5105">
538 <stop
539 style="stop-color:#789c3f;stop-opacity:1"
540 offset="0"
541 id="stop5107" />
542 <stop
543 style="stop-color:#7db12a;stop-opacity:1"
544 offset="1"
545 id="stop5109" />
546 </linearGradient>
547 <linearGradient
548 id="linearGradient4647">
549 <stop
550 style="stop-color:#ffbb6c;stop-opacity:1"
551 offset="0"
552 id="stop4649" />
553 <stop
554 style="stop-color:#ffbb6c;stop-opacity:0"
555 offset="1"
556 id="stop4651" />
557 </linearGradient>
558 <linearGradient
559 id="linearGradient4627">
560 <stop
561 style="stop-color:#f49e64;stop-opacity:1"
562 offset="0"
563 id="stop4629" />
564 <stop
565 style="stop-color:#f17e31;stop-opacity:1"
566 offset="1"
567 id="stop4631" />
568 </linearGradient>
569 <linearGradient
570 id="linearGradient4150">
571 <stop
572 style="stop-color:#a3b98e;stop-opacity:1"
573 offset="0"
574 id="stop4152" />
575 <stop
576 style="stop-color:#6c9d3c;stop-opacity:1"
577 offset="1"
578 id="stop4154" />
579 </linearGradient>
580 <linearGradient
581 id="linearGradient4016">
582 <stop
583 style="stop-color:#fdfcfd;stop-opacity:1"
584 offset="0"
585 id="stop4018" />
586 <stop
587 style="stop-color:#854f8d;stop-opacity:0"
588 offset="1"
589 id="stop4020" />
590 </linearGradient>
591 <linearGradient
592 id="linearGradient3876">
593 <stop
594 style="stop-color:#854f8d;stop-opacity:1"
595 offset="0"
596 id="stop3878" />
597 <stop
598 style="stop-color:#c1a2d2;stop-opacity:1"
599 offset="1"
600 id="stop3880" />
601 </linearGradient>
602 <linearGradient
603 id="linearGradient3700">
604 <stop
605 style="stop-color:#cca2cc;stop-opacity:1"
606 offset="0"
607 id="stop3702" />
608 <stop
609 style="stop-color:#cca2cc;stop-opacity:0"
610 offset="1"
611 id="stop3704" />
612 </linearGradient>
613 <linearGradient
614 id="linearGradient3283">
615 <stop
616 style="stop-color:#000000;stop-opacity:1"
617 offset="0"
618 id="stop3285" />
619 <stop
620 style="stop-color:#000000;stop-opacity:1"
621 offset="0.63"
622 id="stop3291" />
623 <stop
624 style="stop-color:#000000;stop-opacity:0"
625 offset="1"
626 id="stop3287" />
627 </linearGradient>
628 <linearGradient
629 id="linearGradient4154">
630 <stop
631 style="stop-color:#ffffff;stop-opacity:1"
632 offset="0"
633 id="stop4156" />
634 <stop
635 style="stop-color:#ffffff;stop-opacity:0"
636 offset="1"
637 id="stop4158" />
638 </linearGradient>
639 <linearGradient
640 id="linearGradient4366">
641 <stop
642 style="stop-color:#f56a6a;stop-opacity:1"
643 offset="0"
644 id="stop4368" />
645 <stop
646 style="stop-color:#b20000;stop-opacity:1"
647 offset="1"
648 id="stop4370" />
649 </linearGradient>
650 <linearGradient
651 id="linearGradient5392">
652 <stop
653 style="stop-color:#ffffff;stop-opacity:1"
654 offset="0"
655 id="stop5394" />
656 <stop
657 style="stop-color:#a8a9a6;stop-opacity:1"
658 offset="1"
659 id="stop5396" />
660 </linearGradient>
661 <linearGradient
662 id="linearGradient5398">
663 <stop
664 style="stop-color:#a6a7a4;stop-opacity:1"
665 offset="0"
666 id="stop5400" />
667 <stop
668 style="stop-color:#444d50;stop-opacity:1"
669 offset="1"
670 id="stop5402" />
671 </linearGradient>
672 <linearGradient
673 id="linearGradient6722">
674 <stop
675 style="stop-color:#991c1c;stop-opacity:1"
676 offset="0"
677 id="stop6724" />
678 <stop
679 style="stop-color:#6d1818;stop-opacity:1"
680 offset="1"
681 id="stop6726" />
682 </linearGradient>
683 <filter
684 id="filter3872">
685 <feGaussianBlur
686 id="feGaussianBlur3874"
687 stdDeviation="1.141468"
688 inkscape:collect="always" />
689 </filter>
690 <filter
691 id="filter4012"
692 height="1.2276776"
693 y="-0.11383878"
694 width="1.2371053"
695 x="-0.11855261">
696 <feGaussianBlur
697 id="feGaussianBlur4014"
698 stdDeviation="2.2097793"
699 inkscape:collect="always" />
700 </filter>
701 <filter
702 id="filter4210">
703 <feGaussianBlur
704 id="feGaussianBlur4212"
705 stdDeviation="0.15938916"
706 inkscape:collect="always" />
707 </filter>
708 <filter
709 id="filter4381">
710 <feGaussianBlur
711 id="feGaussianBlur4383"
712 stdDeviation="0.33821844"
713 inkscape:collect="always" />
714 </filter>
715 <filter
716 id="filter5093"
717 height="1.4571515"
718 y="-0.22857574"
719 width="1.4467237"
720 x="-0.22336183">
721 <feGaussianBlur
722 id="feGaussianBlur5095"
723 stdDeviation="0.63289388"
724 inkscape:collect="always" />
725 </filter>
726 <filter
727 id="filter5583"
728 height="1.223267"
729 y="-0.11163352"
730 width="1.2422684"
731 x="-0.12113425">
732 <feGaussianBlur
733 id="feGaussianBlur5585"
734 stdDeviation="0.43942571"
735 inkscape:collect="always" />
736 </filter>
737 <filter
738 id="filter5990">
739 <feGaussianBlur
740 id="feGaussianBlur5992"
741 stdDeviation="0.27674839"
742 inkscape:collect="always" />
743 </filter>
744 <filter
745 id="filter6471"
746 height="1.2039444"
747 y="-0.10197223"
748 width="1.078068"
749 x="-0.039033998">
750 <feGaussianBlur
751 id="feGaussianBlur6473"
752 stdDeviation="0.49929379"
753 inkscape:collect="always" />
754 </filter>
755 <filter
756 id="filter6561"
757 height="1.5172814"
758 y="-0.25864071"
759 width="1.5153145"
760 x="-0.25765726">
761 <feGaussianBlur
762 id="feGaussianBlur6563"
763 stdDeviation="0.34259905"
764 inkscape:collect="always" />
765 </filter>
766 <filter
767 id="filter6625">
768 <feGaussianBlur
769 id="feGaussianBlur6627"
770 stdDeviation="0.40213441"
771 inkscape:collect="always" />
772 </filter>
773 <filter
774 id="filter8333">
775 <feGaussianBlur
776 id="feGaussianBlur8335"
777 stdDeviation="0.083446645"
778 inkscape:collect="always" />
779 </filter>
780 <filter
781 id="filter8401">
782 <feGaussianBlur
783 id="feGaussianBlur8403"
784 stdDeviation="0.50344334"
785 inkscape:collect="always" />
786 </filter>
787 <filter
788 id="filter8617">
789 <feGaussianBlur
790 id="feGaussianBlur8619"
791 stdDeviation="0.56714844"
792 inkscape:collect="always" />
793 </filter>
794 <filter
795 id="filter8723">
796 <feGaussianBlur
797 id="feGaussianBlur8725"
798 stdDeviation="0.13332392"
799 inkscape:collect="always" />
800 </filter>
801 <filter
802 id="filter8829"
803 height="1.2985663"
804 y="-0.14928316"
805 width="1.1036599"
806 x="-0.051829971">
807 <feGaussianBlur
808 id="feGaussianBlur8831"
809 stdDeviation="0.33649751"
810 inkscape:collect="always" />
811 </filter>
812 <filter
813 id="filter3776"
814 height="1.1058563"
815 y="-0.052928153"
816 width="1.2752264"
817 x="-0.13761321">
818 <feGaussianBlur
819 id="feGaussianBlur3778"
820 stdDeviation="0.053106877"
821 inkscape:collect="always" />
822 </filter>
823 <filter
824 id="filter4086">
825 <feGaussianBlur
826 id="feGaussianBlur4088"
827 stdDeviation="0.29699279"
828 inkscape:collect="always" />
829 </filter>
830 <filter
831 id="filter4155">
832 <feGaussianBlur
833 id="feGaussianBlur4157"
834 stdDeviation="0.32914563"
835 inkscape:collect="always" />
836 </filter>
837 <filter
838 id="filter6596"
839 height="1.269097"
840 y="-0.13454852"
841 width="1.4453536"
842 x="-0.22267681">
843 <feGaussianBlur
844 id="feGaussianBlur6598"
845 stdDeviation="0.60975332"
846 inkscape:collect="always" />
847 </filter>
848 <filter
849 id="filter6762"
850 height="1.4837406"
851 y="-0.2418703"
852 width="1.1365856"
853 x="-0.068292789">
854 <feGaussianBlur
855 id="feGaussianBlur6764"
856 stdDeviation="0.2240188"
857 inkscape:collect="always" />
858 </filter>
859 <filter
860 id="filter8189">
861 <feGaussianBlur
862 id="feGaussianBlur8191"
863 stdDeviation="0.32059661"
864 inkscape:collect="always" />
865 </filter>
866 <filter
867 id="filter8587"
868 height="1.5866673"
869 y="-0.29333365"
870 width="2.1000011"
871 x="-0.55000061">
872 <feGaussianBlur
873 id="feGaussianBlur8589"
874 stdDeviation="0.1698024"
875 inkscape:collect="always" />
876 </filter>
877 <filter
878 id="filter8647"
879 height="1.2803905"
880 y="-0.14019524"
881 width="1.1196656"
882 x="-0.059832793">
883 <feGaussianBlur
884 id="feGaussianBlur8649"
885 stdDeviation="0.50349638"
886 inkscape:collect="always" />
887 </filter>
888 <filter
889 id="filter10258">
890 <feGaussianBlur
891 id="feGaussianBlur10260"
892 stdDeviation="0.087781583"
893 inkscape:collect="always" />
894 </filter>
895 <filter
896 id="filter10354">
897 <feGaussianBlur
898 id="feGaussianBlur10356"
899 stdDeviation="0.13512682"
900 inkscape:collect="always" />
901 </filter>
902 <filter
903 id="filter10414">
904 <feGaussianBlur
905 id="feGaussianBlur10416"
906 stdDeviation="0.060716997"
907 inkscape:collect="always" />
908 </filter>
909 <filter
910 id="filter10754">
911 <feGaussianBlur
912 id="feGaussianBlur10756"
913 stdDeviation="0.11029182"
914 inkscape:collect="always" />
915 </filter>
916 <filter
917 id="filter10762">
918 <feGaussianBlur
919 id="feGaussianBlur10764"
920 stdDeviation="0.15504008"
921 inkscape:collect="always" />
922 </filter>
923 <filter
924 id="filter10810">
925 <feGaussianBlur
926 id="feGaussianBlur10812"
927 stdDeviation="0.13283645"
928 inkscape:collect="always" />
929 </filter>
930 <filter
931 id="filter11950">
932 <feGaussianBlur
933 id="feGaussianBlur11952"
934 stdDeviation="0.034602425"
935 inkscape:collect="always" />
936 </filter>
937 <filter
938 id="filter12070">
939 <feGaussianBlur
940 id="feGaussianBlur12072"
941 stdDeviation="0.0065107169"
942 inkscape:collect="always" />
943 </filter>
944 <filter
945 id="filter12130">
946 <feGaussianBlur
947 id="feGaussianBlur12132"
948 stdDeviation="0.17033018"
949 inkscape:collect="always" />
950 </filter>
951 <filter
952 id="filter12250">
953 <feGaussianBlur
954 id="feGaussianBlur12252"
955 stdDeviation="0.03856564"
956 inkscape:collect="always" />
957 </filter>
958 <filter
959 id="filter12266">
960 <feGaussianBlur
961 id="feGaussianBlur12268"
962 stdDeviation="0.044445244"
963 inkscape:collect="always" />
964 </filter>
965 <filter
966 id="filter12270">
967 <feGaussianBlur
968 id="feGaussianBlur12272"
969 stdDeviation="0.026102235"
970 inkscape:collect="always" />
971 </filter>
972 <filter
973 id="filter12286">
974 <feGaussianBlur
975 id="feGaussianBlur12288"
976 stdDeviation="0.043166848"
977 inkscape:collect="always" />
978 </filter>
979 <filter
980 id="filter12294">
981 <feGaussianBlur
982 id="feGaussianBlur12296"
983 stdDeviation="0.040888848"
984 inkscape:collect="always" />
985 </filter>
986 <filter
987 id="filter18211">
988 <feGaussianBlur
989 id="feGaussianBlur18213"
990 stdDeviation="0.3620496"
991 inkscape:collect="always" />
992 </filter>
993 <filter
994 id="filter15881"
995 height="1.3077046"
996 y="-0.15385228"
997 width="1.3212798"
998 x="-0.1606399">
999 <feGaussianBlur
1000 id="feGaussianBlur15883"
1001 stdDeviation="0.42155378"
1002 inkscape:collect="always" />
1003 </filter>
1004 <filter
1005 id="filter15839"
1006 height="1.2272995"
1007 y="-0.11364968"
1008 width="1.2373273"
1009 x="-0.11866364">
1010 <feGaussianBlur
1011 id="feGaussianBlur15841"
1012 stdDeviation="0.31139904"
1013 inkscape:collect="always" />
1014 </filter>
1015 <filter
1016 id="filter15449"
1017 height="1.214897"
1018 y="-0.10744848"
1019 width="1.2243778"
1020 x="-0.11218885">
1021 <feGaussianBlur
1022 id="feGaussianBlur15451"
1023 stdDeviation="0.2944078"
1024 inkscape:collect="always" />
1025 </filter>
1026 <filter
1027 id="filter12735"
1028 height="1.3405209"
1029 y="-0.17026044"
1030 width="2.087234"
1031 x="-0.54361701">
1032 <feGaussianBlur
1033 id="feGaussianBlur12737"
1034 stdDeviation="2.4300545"
1035 inkscape:collect="always" />
1036 </filter>
1037 <linearGradient
1038 id="linearGradient12739">
1039 <stop
1040 style="stop-color:#e21f19;stop-opacity:1"
1041 offset="0"
1042 id="stop12741" />
1043 <stop
1044 style="stop-color:#952222;stop-opacity:1"
1045 offset="1"
1046 id="stop12743" />
1047 </linearGradient>
1048 <linearGradient
1049 id="linearGradient15333">
1050 <stop
1051 style="stop-color:#ff7b7b;stop-opacity:1"
1052 offset="0"
1053 id="stop15335" />
1054 <stop
1055 style="stop-color:#ff7b7b;stop-opacity:0"
1056 offset="1"
1057 id="stop15337" />
1058 </linearGradient>
1059 <linearGradient
1060 id="linearGradient15347">
1061 <stop
1062 style="stop-color:#ffffff;stop-opacity:1"
1063 offset="0"
1064 id="stop15349" />
1065 <stop
1066 style="stop-color:#ffffff;stop-opacity:0"
1067 offset="1"
1068 id="stop15351" />
1069 </linearGradient>
1070 <linearGradient
1071 id="linearGradient15937">
1072 <stop
1073 style="stop-color:#3ac42e;stop-opacity:1"
1074 offset="0"
1075 id="stop15939" />
1076 <stop
1077 style="stop-color:#005d00;stop-opacity:1"
1078 offset="1"
1079 id="stop15941" />
1080 </linearGradient>
1081 <linearGradient
1082 id="linearGradient15947">
1083 <stop
1084 style="stop-color:#7a2121;stop-opacity:1"
1085 offset="0"
1086 id="stop15949" />
1087 <stop
1088 style="stop-color:#7a2121;stop-opacity:0"
1089 offset="1"
1090 id="stop15951" />
1091 </linearGradient>
1092 <linearGradient
1093 id="linearGradient16994">
1094 <stop
1095 style="stop-color:#dd5854;stop-opacity:1"
1096 offset="0"
1097 id="stop16996" />
1098 <stop
1099 style="stop-color:#9c1a1a;stop-opacity:1"
1100 offset="1"
1101 id="stop16998" />
1102 </linearGradient>
1103 <linearGradient
1104 inkscape:collect="always"
1105 xlink:href="#linearGradient15937"
1106 id="linearGradient11002"
1107 gradientUnits="userSpaceOnUse"
1108 gradientTransform="matrix(-0.7729199,0,0,0.9066565,302.77997,-14.708938)"
1109 x1="7.878026"
1110 y1="33.107727"
1111 x2="21.744244"
1112 y2="30.329145" />
1113 <linearGradient
1114 inkscape:collect="always"
1115 xlink:href="#linearGradient15947"
1116 id="linearGradient11005"
1117 gradientUnits="userSpaceOnUse"
1118 gradientTransform="matrix(1.0638095,0,0,1.3752648,245.41833,-31.122313)"
1119 x1="43.901592"
1120 y1="37.232998"
1121 x2="43.901592"
1122 y2="35.010132" />
1123 <linearGradient
1124 inkscape:collect="always"
1125 xlink:href="#linearGradient15937"
1126 id="linearGradient11008"
1127 gradientUnits="userSpaceOnUse"
1128 gradientTransform="matrix(0.7729199,0,0,0.9066565,298.36471,-15.344913)"
1129 x1="7.878026"
1130 y1="33.107727"
1131 x2="21.744244"
1132 y2="30.329145" />
1133 <linearGradient
1134 inkscape:collect="always"
1135 xlink:href="#linearGradient15947"
1136 id="linearGradient11011"
1137 gradientUnits="userSpaceOnUse"
1138 gradientTransform="matrix(1.0727888,0,0,1.4996803,261.88653,-35.623668)"
1139 x1="43.901592"
1140 y1="37.232998"
1141 x2="43.901592"
1142 y2="35.010132" />
1143 <linearGradient
1144 inkscape:collect="always"
1145 xlink:href="#linearGradient15333"
1146 id="linearGradient11015"
1147 gradientUnits="userSpaceOnUse"
1148 gradientTransform="matrix(2.3945783,0,0,2.2197371,244.57089,-38.713117)"
1149 x1="25.444483"
1150 y1="25.893805"
1151 x2="28.303808"
1152 y2="30.070189" />
1153 <linearGradient
1154 inkscape:collect="always"
1155 xlink:href="#linearGradient15333"
1156 id="linearGradient11018"
1157 gradientUnits="userSpaceOnUse"
1158 gradientTransform="matrix(2.3945783,0,0,2.2197371,244.57089,-38.713117)"
1159 x1="25.444483"
1160 y1="25.893805"
1161 x2="28.303808"
1162 y2="30.070189" />
1163 <linearGradient
1164 inkscape:collect="always"
1165 xlink:href="#linearGradient12739"
1166 id="linearGradient11022"
1167 gradientUnits="userSpaceOnUse"
1168 gradientTransform="matrix(2.6954773,0,0,2.4523503,236.46102,-45.294965)"
1169 x1="24.639761"
1170 y1="26.357851"
1171 x2="28.432163"
1172 y2="30.185345" />
1173 <linearGradient
1174 inkscape:collect="always"
1175 xlink:href="#linearGradient15333"
1176 id="linearGradient11026"
1177 gradientUnits="userSpaceOnUse"
1178 gradientTransform="matrix(2.4085187,0,0,2.0913704,227.7079,-35.417172)"
1179 x1="25.444483"
1180 y1="25.893805"
1181 x2="28.303808"
1182 y2="30.070189" />
1183 <linearGradient
1184 inkscape:collect="always"
1185 xlink:href="#linearGradient16994"
1186 id="linearGradient11030"
1187 gradientUnits="userSpaceOnUse"
1188 gradientTransform="matrix(2.7111694,0,0,2.310532,219.55077,-41.321777)"
1189 x1="24.639761"
1190 y1="26.357851"
1191 x2="28.432163"
1192 y2="30.185345" />
1193 <radialGradient
1194 inkscape:collect="always"
1195 xlink:href="#linearGradient8089"
1196 id="radialGradient11041"
1197 gradientUnits="userSpaceOnUse"
1198 gradientTransform="matrix(3.2691649,5.9718685e-7,-2.3927774e-7,1.7188425,147.84072,-31.403017)"
1199 cx="34.356617"
1200 cy="32.010838"
1201 fx="34.356617"
1202 fy="32.010838"
1203 r="10.098069" />
1204 <linearGradient
1205 inkscape:collect="always"
1206 xlink:href="#linearGradient6316"
1207 id="linearGradient11050"
1208 gradientUnits="userSpaceOnUse"
1209 gradientTransform="matrix(1.791349,0,0,1.7513068,194.6932,-45.668365)"
1210 x1="21.607527"
1211 y1="37.889248"
1212 x2="0.95340234"
1213 y2="40.853069" />
1214 <radialGradient
1215 inkscape:collect="always"
1216 xlink:href="#linearGradient5190"
1217 id="radialGradient11067"
1218 gradientUnits="userSpaceOnUse"
1219 gradientTransform="matrix(1.672389,0,0,1.8307078,94.410929,-41.690302)"
1220 cx="29.479187"
1221 cy="35.394157"
1222 fx="29.479187"
1223 fy="35.394157"
1224 r="2.9535856" />
1225 <radialGradient
1226 inkscape:collect="always"
1227 xlink:href="#linearGradient5166"
1228 id="radialGradient11072"
1229 gradientUnits="userSpaceOnUse"
1230 gradientTransform="matrix(1.672389,0,0,2.1493981,94.410929,-50.908995)"
1231 cx="29.991306"
1232 cy="30.687412"
1233 fx="29.991306"
1234 fy="30.687412"
1235 r="2.3902426" />
1236 <radialGradient
1237 inkscape:collect="always"
1238 xlink:href="#linearGradient8555"
1239 id="radialGradient11078"
1240 gradientUnits="userSpaceOnUse"
1241 gradientTransform="matrix(1.2020986,-0.7863032,0.5993589,1.2643683,66.437425,13.473562)"
1242 cx="46.666756"
1243 cy="33.385128"
1244 fx="46.666756"
1245 fy="33.385128"
1246 r="10.039116" />
1247 <linearGradient
1248 inkscape:collect="always"
1249 xlink:href="#linearGradient8549"
1250 id="linearGradient11080"
1251 gradientUnits="userSpaceOnUse"
1252 gradientTransform="matrix(1.0520583,4.4617515e-2,-3.7599349e-2,1.1779465,94.892405,-21.789763)"
1253 x1="48.77412"
1254 y1="38.036366"
1255 x2="57.685329"
1256 y2="25.733475" />
1257 <linearGradient
1258 inkscape:collect="always"
1259 xlink:href="#linearGradient3704"
1260 id="linearGradient11085"
1261 gradientUnits="userSpaceOnUse"
1262 gradientTransform="matrix(0.7308027,0.2693151,-0.2093316,0.5361679,167.72924,-8.1264729)"
1263 x1="19.514616"
1264 y1="33.808254"
1265 x2="19.38553"
1266 y2="32.360336" />
1267 <linearGradient
1268 inkscape:collect="always"
1269 xlink:href="#linearGradient3704"
1270 id="linearGradient11089"
1271 gradientUnits="userSpaceOnUse"
1272 gradientTransform="matrix(0.7308027,0.2693151,-0.2093316,0.5361679,162.36691,-6.3697862)"
1273 x1="19.514616"
1274 y1="33.808254"
1275 x2="19.38553"
1276 y2="32.360336" />
1277 <linearGradient
1278 inkscape:collect="always"
1279 xlink:href="#linearGradient3704"
1280 id="linearGradient11093"
1281 gradientUnits="userSpaceOnUse"
1282 gradientTransform="matrix(0.7308027,0.2693151,-0.2093316,0.5361679,163.69135,1.4672418)"
1283 x1="19.514616"
1284 y1="33.808254"
1285 x2="19.38553"
1286 y2="32.360336" />
1287 <linearGradient
1288 inkscape:collect="always"
1289 xlink:href="#linearGradient3704"
1290 id="linearGradient11097"
1291 gradientUnits="userSpaceOnUse"
1292 gradientTransform="matrix(0.7308027,0.2693151,-0.2093316,0.5361679,166.40927,5.7350614)"
1293 x1="19.514616"
1294 y1="33.808254"
1295 x2="19.38553"
1296 y2="32.360336" />
1297 <linearGradient
1298 inkscape:collect="always"
1299 xlink:href="#linearGradient3704"
1300 id="linearGradient11101"
1301 gradientUnits="userSpaceOnUse"
1302 gradientTransform="matrix(0.7308027,0.2693151,-0.2093316,0.5361679,169.32101,3.8918393)"
1303 x1="19.514616"
1304 y1="33.808254"
1305 x2="19.38553"
1306 y2="32.360336" />
1307 <linearGradient
1308 inkscape:collect="always"
1309 xlink:href="#linearGradient3704"
1310 id="linearGradient11105"
1311 gradientUnits="userSpaceOnUse"
1312 gradientTransform="matrix(0.7308027,0.2693151,-0.2093316,0.5361679,175.10414,-8.6748766)"
1313 x1="19.514616"
1314 y1="33.808254"
1315 x2="19.38553"
1316 y2="32.360336" />
1317 <linearGradient
1318 inkscape:collect="always"
1319 xlink:href="#linearGradient3704"
1320 id="linearGradient11109"
1321 gradientUnits="userSpaceOnUse"
1322 gradientTransform="matrix(0.7308027,0.2693151,-0.2093316,0.5361679,180.43543,-0.9943344)"
1323 x1="19.514616"
1324 y1="33.808254"
1325 x2="19.38553"
1326 y2="32.360336" />
1327 <linearGradient
1328 inkscape:collect="always"
1329 xlink:href="#linearGradient3704"
1330 id="linearGradient11113"
1331 gradientUnits="userSpaceOnUse"
1332 gradientTransform="matrix(0.7308027,0.2693151,-0.2093316,0.5361679,179.21734,-6.1092326)"
1333 x1="19.514616"
1334 y1="33.808254"
1335 x2="19.38553"
1336 y2="32.360336" />
1337 <linearGradient
1338 inkscape:collect="always"
1339 xlink:href="#linearGradient3704"
1340 id="linearGradient11117"
1341 gradientUnits="userSpaceOnUse"
1342 gradientTransform="matrix(0.7308027,0.2693151,-0.2093316,0.5361679,165.09444,-8.8641431)"
1343 x1="19.514616"
1344 y1="33.808254"
1345 x2="19.38553"
1346 y2="32.360336" />
1347 <linearGradient
1348 inkscape:collect="always"
1349 xlink:href="#linearGradient3704"
1350 id="linearGradient11121"
1351 gradientUnits="userSpaceOnUse"
1352 gradientTransform="matrix(0.7308027,0.2693151,-0.2093316,0.5361679,163.8869,-2.7767414)"
1353 x1="19.514616"
1354 y1="33.808254"
1355 x2="19.38553"
1356 y2="32.360336" />
1357 <linearGradient
1358 inkscape:collect="always"
1359 xlink:href="#linearGradient3704"
1360 id="linearGradient11125"
1361 gradientUnits="userSpaceOnUse"
1362 gradientTransform="matrix(0.7308027,0.2693151,-0.2093316,0.5361679,172.27253,1.946627)"
1363 x1="19.514616"
1364 y1="33.808254"
1365 x2="19.38553"
1366 y2="32.360336" />
1367 <linearGradient
1368 inkscape:collect="always"
1369 xlink:href="#linearGradient3704"
1370 id="linearGradient11129"
1371 gradientUnits="userSpaceOnUse"
1372 gradientTransform="matrix(0.7308027,0.2693151,-0.2093316,0.5361679,177.44585,2.9198945)"
1373 x1="19.514616"
1374 y1="33.808254"
1375 x2="19.38553"
1376 y2="32.360336" />
1377 <linearGradient
1378 inkscape:collect="always"
1379 xlink:href="#linearGradient3704"
1380 id="linearGradient11133"
1381 gradientUnits="userSpaceOnUse"
1382 gradientTransform="matrix(0.7308027,0.2693151,-0.2093316,0.5361679,173.96009,5.4847784)"
1383 x1="19.514616"
1384 y1="33.808254"
1385 x2="19.38553"
1386 y2="32.360336" />
1387 <linearGradient
1388 inkscape:collect="always"
1389 xlink:href="#linearGradient3704"
1390 id="linearGradient11137"
1391 gradientUnits="userSpaceOnUse"
1392 gradientTransform="matrix(0.7308027,0.2693151,-0.2093316,0.5361679,169.89855,6.9042732)"
1393 x1="19.514616"
1394 y1="33.808254"
1395 x2="19.38553"
1396 y2="32.360336" />
1397 <linearGradient
1398 inkscape:collect="always"
1399 xlink:href="#linearGradient3704"
1400 id="linearGradient11141"
1401 gradientUnits="userSpaceOnUse"
1402 gradientTransform="matrix(0.7308027,0.2693151,-0.2093316,0.5361679,167.82595,1.357826)"
1403 x1="19.514616"
1404 y1="33.808254"
1405 x2="19.38553"
1406 y2="32.360336" />
1407 <linearGradient
1408 inkscape:collect="always"
1409 xlink:href="#linearGradient3704"
1410 id="linearGradient11145"
1411 gradientUnits="userSpaceOnUse"
1412 gradientTransform="matrix(0.7308027,0.2693151,-0.2093316,0.5361679,171.67836,-1.7718385)"
1413 x1="19.514616"
1414 y1="33.808254"
1415 x2="19.38553"
1416 y2="32.360336" />
1417 <linearGradient
1418 inkscape:collect="always"
1419 xlink:href="#linearGradient3704"
1420 id="linearGradient11149"
1421 gradientUnits="userSpaceOnUse"
1422 gradientTransform="matrix(0.7308027,0.2693151,-0.2093316,0.5361679,171.67836,-1.7718385)"
1423 x1="19.514616"
1424 y1="33.808254"
1425 x2="19.38553"
1426 y2="32.360336" />
1427 <linearGradient
1428 inkscape:collect="always"
1429 xlink:href="#linearGradient3704"
1430 id="linearGradient11153"
1431 gradientUnits="userSpaceOnUse"
1432 gradientTransform="matrix(0.7308027,0.2693151,-0.2093316,0.5361679,168.78629,-4.4707195)"
1433 x1="19.514616"
1434 y1="33.808254"
1435 x2="19.38553"
1436 y2="32.360336" />
1437 <linearGradient
1438 inkscape:collect="always"
1439 xlink:href="#linearGradient3704"
1440 id="linearGradient11157"
1441 gradientUnits="userSpaceOnUse"
1442 gradientTransform="matrix(0.7308027,0.2693151,-0.2093316,0.5361679,176.8814,-3.1206194)"
1443 x1="19.514616"
1444 y1="33.808254"
1445 x2="19.38553"
1446 y2="32.360336" />
1447 <linearGradient
1448 inkscape:collect="always"
1449 xlink:href="#linearGradient3704"
1450 id="linearGradient11161"
1451 gradientUnits="userSpaceOnUse"
1452 gradientTransform="matrix(0.7308027,0.2693151,-0.2093316,0.5361679,173.11167,-5.443037)"
1453 x1="19.514616"
1454 y1="33.808254"
1455 x2="19.38553"
1456 y2="32.360336" />
1457 <radialGradient
1458 inkscape:collect="always"
1459 xlink:href="#linearGradient3694"
1460 id="radialGradient11167"
1461 gradientUnits="userSpaceOnUse"
1462 gradientTransform="matrix(1.1057613,1.5083252,-1.821679,0.806571,180.55386,-68.012971)"
1463 cx="39.728027"
1464 cy="28.746426"
1465 fx="39.728027"
1466 fy="28.746426"
1467 r="8.9081011" />
1468 <linearGradient
1469 inkscape:collect="always"
1470 xlink:href="#linearGradient6713"
1471 id="linearGradient11175"
1472 gradientUnits="userSpaceOnUse"
1473 gradientTransform="matrix(0.4301242,0.3060452,-0.1482769,0.3196947,87.84869,4.9881864)"
1474 x1="27.708006"
1475 y1="37.328121"
1476 x2="26.089306"
1477 y2="24.942616" />
1478 <linearGradient
1479 inkscape:collect="always"
1480 xlink:href="#linearGradient6399"
1481 id="linearGradient11179"
1482 gradientUnits="userSpaceOnUse"
1483 gradientTransform="matrix(0.8793448,0.154961,-0.1053276,0.9566091,76.115598,-9.3732244)"
1484 x1="11.947902"
1485 y1="21.441389"
1486 x2="14.356007"
1487 y2="23.201157" />
1488 <linearGradient
1489 inkscape:collect="always"
1490 xlink:href="#linearGradient18660"
1491 id="linearGradient11183"
1492 gradientUnits="userSpaceOnUse"
1493 gradientTransform="matrix(0.7332774,-0.1023483,-7.6350397e-3,0.6272938,83.829517,5.3853938)"
1494 x1="27.708006"
1495 y1="37.328121"
1496 x2="24.578999"
1497 y2="27.672739" />
1498 <linearGradient
1499 inkscape:collect="always"
1500 xlink:href="#linearGradient6176"
1501 id="linearGradient11186"
1502 gradientUnits="userSpaceOnUse"
1503 gradientTransform="matrix(0.9256264,0.1631169,-0.1308618,1.1885143,80.041766,-15.742703)"
1504 x1="23.653185"
1505 y1="30.83536"
1506 x2="9.5548677"
1507 y2="26.760107" />
1508 <linearGradient
1509 inkscape:collect="always"
1510 xlink:href="#linearGradient5216"
1511 id="linearGradient11190"
1512 gradientUnits="userSpaceOnUse"
1513 gradientTransform="matrix(1.6988668,-0.4150712,0.5321054,2.0578582,-37.783752,-52.715383)"
1514 x1="19.450073"
1515 y1="31.212736"
1516 x2="20.191029"
1517 y2="33.650089" />
1518 <linearGradient
1519 inkscape:collect="always"
1520 xlink:href="#linearGradient4150"
1521 id="linearGradient11229"
1522 gradientUnits="userSpaceOnUse"
1523 gradientTransform="matrix(0.5087936,1.289811,-1.1435573,0.4751252,50.331725,-45.101404)"
1524 x1="24.074989"
1525 y1="40.00885"
1526 x2="25.662952"
1527 y2="41.602665" />
1528 <linearGradient
1529 inkscape:collect="always"
1530 xlink:href="#linearGradient5105"
1531 id="linearGradient11268"
1532 gradientUnits="userSpaceOnUse"
1533 gradientTransform="matrix(1.6822905,0,0,1.6379485,21.206108,-12.035549)"
1534 x1="23.332706"
1535 y1="25.562952"
1536 x2="25.940811"
1537 y2="25.562952" />
1538 <linearGradient
1539 inkscape:collect="always"
1540 xlink:href="#linearGradient6207"
1541 id="linearGradient11304"
1542 gradientUnits="userSpaceOnUse"
1543 gradientTransform="matrix(0.3933892,0.4130845,-0.2846386,0.1780453,89.559608,8.232993)"
1544 x1="26.945147"
1545 y1="37.541382"
1546 x2="24.166008"
1547 y2="31.861843" />
1548 <linearGradient
1549 inkscape:collect="always"
1550 xlink:href="#linearGradient6207"
1551 id="linearGradient11308"
1552 gradientUnits="userSpaceOnUse"
1553 gradientTransform="matrix(0.8181043,9.4177772e-2,-0.1124898,0.6483892,79.936507,3.9701288)"
1554 x1="26.945147"
1555 y1="37.541382"
1556 x2="24.166008"
1557 y2="31.861843" />
1558 <linearGradient
1559 inkscape:collect="always"
1560 xlink:href="#linearGradient6411"
1561 id="linearGradient11310"
1562 gradientUnits="userSpaceOnUse"
1563 gradientTransform="matrix(0.9429714,6.4260357e-2,-0.1318932,0.4632294,80.020675,10.071275)"
1564 x1="30.760841"
1565 y1="45.143444"
1566 x2="28.660801"
1567 y2="31.923714" />
1568 <radialGradient
1569 inkscape:collect="always"
1570 xlink:href="#linearGradient4154"
1571 id="radialGradient11312"
1572 gradientUnits="userSpaceOnUse"
1573 gradientTransform="matrix(2.1680017,7.2324022e-7,-7.5726816e-7,2.2526918,-0.3741529,-36.073406)"
1574 cx="25.953455"
1575 cy="22.316267"
1576 fx="25.953455"
1577 fy="22.316267"
1578 r="4.3531113" />
1579 <linearGradient
1580 inkscape:collect="always"
1581 xlink:href="#linearGradient4647"
1582 id="linearGradient11314"
1583 gradientUnits="userSpaceOnUse"
1584 x1="33.349968"
1585 y1="15.265369"
1586 x2="39.043701"
1587 y2="29.054585"
1588 gradientTransform="matrix(1.9937805,0,0,2.1142335,-9.7713024,-31.592937)" />
1589 <radialGradient
1590 inkscape:collect="always"
1591 xlink:href="#linearGradient4627"
1592 id="radialGradient11316"
1593 gradientUnits="userSpaceOnUse"
1594 gradientTransform="matrix(2.1904678,0,0,2.2641833,-16.766689,-35.008864)"
1595 cx="34.917511"
1596 cy="23.664255"
1597 fx="34.917511"
1598 fy="23.664255"
1599 r="7.2558699" />
1600 <linearGradient
1601 inkscape:collect="always"
1602 xlink:href="#linearGradient3876"
1603 id="linearGradient11318"
1604 gradientUnits="userSpaceOnUse"
1605 x1="45.314926"
1606 y1="46.938847"
1607 x2="15.436844"
1608 y2="20.350887" />
1609 <linearGradient
1610 inkscape:collect="always"
1611 xlink:href="#linearGradient3700"
1612 id="linearGradient11320"
1613 gradientUnits="userSpaceOnUse"
1614 x1="11.121992"
1615 y1="19.825127"
1616 x2="36.977173"
1617 y2="51.580246" />
1618 <radialGradient
1619 inkscape:collect="always"
1620 xlink:href="#linearGradient4016"
1621 id="radialGradient11322"
1622 gradientUnits="userSpaceOnUse"
1623 gradientTransform="matrix(1.6227207,0.7349071,-0.4405229,0.9464212,-3.3408762,-16.462295)"
1624 cx="23.849493"
1625 cy="26.129625"
1626 fx="23.849493"
1627 fy="26.129625"
1628 r="22.367582" />
1629 <linearGradient
1630 inkscape:collect="always"
1631 xlink:href="#linearGradient3876"
1632 id="linearGradient11324"
1633 gradientUnits="userSpaceOnUse"
1634 x1="45.314926"
1635 y1="46.938847"
1636 x2="15.436844"
1637 y2="20.350887" />
1638 <linearGradient
1639 inkscape:collect="always"
1640 xlink:href="#linearGradient3700"
1641 id="linearGradient11326"
1642 gradientUnits="userSpaceOnUse"
1643 x1="11.121992"
1644 y1="19.825127"
1645 x2="36.977173"
1646 y2="51.580246" />
1647 <radialGradient
1648 inkscape:collect="always"
1649 xlink:href="#linearGradient4016"
1650 id="radialGradient11328"
1651 gradientUnits="userSpaceOnUse"
1652 gradientTransform="matrix(1.6227207,0.7349071,-0.4405229,0.9464212,-3.3408762,-16.462295)"
1653 cx="23.849493"
1654 cy="26.129625"
1655 fx="23.849493"
1656 fy="26.129625"
1657 r="22.367582" />
1658 <linearGradient
1659 inkscape:collect="always"
1660 xlink:href="#linearGradient3876"
1661 id="linearGradient11330"
1662 gradientUnits="userSpaceOnUse"
1663 x1="45.314926"
1664 y1="46.938847"
1665 x2="15.436844"
1666 y2="20.350887" />
1667 <linearGradient
1668 inkscape:collect="always"
1669 xlink:href="#linearGradient3700"
1670 id="linearGradient11332"
1671 gradientUnits="userSpaceOnUse"
1672 x1="11.121992"
1673 y1="19.825127"
1674 x2="36.977173"
1675 y2="51.580246" />
1676 <radialGradient
1677 inkscape:collect="always"
1678 xlink:href="#linearGradient4016"
1679 id="radialGradient11334"
1680 gradientUnits="userSpaceOnUse"
1681 gradientTransform="matrix(1.6227207,0.7349071,-0.4405229,0.9464212,-3.3408762,-16.462295)"
1682 cx="23.849493"
1683 cy="26.129625"
1684 fx="23.849493"
1685 fy="26.129625"
1686 r="22.367582" />
1687 <linearGradient
1688 inkscape:collect="always"
1689 xlink:href="#linearGradient3876"
1690 id="linearGradient11336"
1691 gradientUnits="userSpaceOnUse"
1692 x1="45.314926"
1693 y1="46.938847"
1694 x2="15.436844"
1695 y2="20.350887" />
1696 <linearGradient
1697 inkscape:collect="always"
1698 xlink:href="#linearGradient3700"
1699 id="linearGradient11338"
1700 gradientUnits="userSpaceOnUse"
1701 x1="11.121992"
1702 y1="19.825127"
1703 x2="36.977173"
1704 y2="51.580246" />
1705 <radialGradient
1706 inkscape:collect="always"
1707 xlink:href="#linearGradient4016"
1708 id="radialGradient11340"
1709 gradientUnits="userSpaceOnUse"
1710 gradientTransform="matrix(1.6227207,0.7349071,-0.4405229,0.9464212,-3.3408762,-16.462295)"
1711 cx="23.849493"
1712 cy="26.129625"
1713 fx="23.849493"
1714 fy="26.129625"
1715 r="22.367582" />
1716 <linearGradient
1717 inkscape:collect="always"
1718 xlink:href="#linearGradient3876"
1719 id="linearGradient11342"
1720 gradientUnits="userSpaceOnUse"
1721 x1="45.314926"
1722 y1="46.938847"
1723 x2="15.436844"
1724 y2="20.350887" />
1725 <linearGradient
1726 inkscape:collect="always"
1727 xlink:href="#linearGradient3700"
1728 id="linearGradient11344"
1729 gradientUnits="userSpaceOnUse"
1730 x1="11.121992"
1731 y1="19.825127"
1732 x2="36.977173"
1733 y2="51.580246" />
1734 <radialGradient
1735 inkscape:collect="always"
1736 xlink:href="#linearGradient4016"
1737 id="radialGradient11346"
1738 gradientUnits="userSpaceOnUse"
1739 gradientTransform="matrix(1.6227207,0.7349071,-0.4405229,0.9464212,-3.3408762,-16.462295)"
1740 cx="23.849493"
1741 cy="26.129625"
1742 fx="23.849493"
1743 fy="26.129625"
1744 r="22.367582" />
1745 <linearGradient
1746 inkscape:collect="always"
1747 xlink:href="#linearGradient3876"
1748 id="linearGradient11348"
1749 gradientUnits="userSpaceOnUse"
1750 x1="45.314926"
1751 y1="46.938847"
1752 x2="15.436844"
1753 y2="20.350887" />
1754 <linearGradient
1755 inkscape:collect="always"
1756 xlink:href="#linearGradient3700"
1757 id="linearGradient11350"
1758 gradientUnits="userSpaceOnUse"
1759 x1="11.121992"
1760 y1="19.825127"
1761 x2="36.977173"
1762 y2="51.580246" />
1763 <radialGradient
1764 inkscape:collect="always"
1765 xlink:href="#linearGradient4016"
1766 id="radialGradient11352"
1767 gradientUnits="userSpaceOnUse"
1768 gradientTransform="matrix(1.6227207,0.7349071,-0.4405229,0.9464212,-3.3408762,-16.462295)"
1769 cx="23.849493"
1770 cy="26.129625"
1771 fx="23.849493"
1772 fy="26.129625"
1773 r="22.367582" />
1774 <linearGradient
1775 inkscape:collect="always"
1776 xlink:href="#linearGradient3876"
1777 id="linearGradient11354"
1778 gradientUnits="userSpaceOnUse"
1779 x1="45.314926"
1780 y1="46.938847"
1781 x2="15.436844"
1782 y2="20.350887" />
1783 <linearGradient
1784 inkscape:collect="always"
1785 xlink:href="#linearGradient3700"
1786 id="linearGradient11356"
1787 gradientUnits="userSpaceOnUse"
1788 x1="11.121992"
1789 y1="19.825127"
1790 x2="36.977173"
1791 y2="51.580246" />
1792 <radialGradient
1793 inkscape:collect="always"
1794 xlink:href="#linearGradient4016"
1795 id="radialGradient11358"
1796 gradientUnits="userSpaceOnUse"
1797 gradientTransform="matrix(1.6227207,0.7349071,-0.4405229,0.9464212,-3.3408762,-16.462295)"
1798 cx="23.849493"
1799 cy="26.129625"
1800 fx="23.849493"
1801 fy="26.129625"
1802 r="22.367582" />
1803 <radialGradient
1804 inkscape:collect="always"
1805 xlink:href="#linearGradient15347"
1806 id="radialGradient11360"
1807 gradientUnits="userSpaceOnUse"
1808 gradientTransform="matrix(1.8505806,0,0,1.7044421,256.43034,-26.735623)"
1809 cx="26.952244"
1810 cy="28.295225"
1811 fx="26.952244"
1812 fy="28.295225"
1813 r="3.1490593" />
1814 <radialGradient
1815 inkscape:collect="always"
1816 xlink:href="#linearGradient15347"
1817 id="radialGradient11362"
1818 gradientUnits="userSpaceOnUse"
1819 gradientTransform="matrix(1.835091,0,0,1.5630391,240.61051,-22.085031)"
1820 cx="26.952244"
1821 cy="28.295225"
1822 fx="26.952244"
1823 fy="28.295225"
1824 r="3.1490593" />
1825 <linearGradient
1826 inkscape:collect="always"
1827 xlink:href="#linearGradient6536"
1828 id="linearGradient11366"
1829 gradientUnits="userSpaceOnUse"
1830 x1="15.547709"
1831 y1="34.508034"
1832 x2="15.862615"
1833 y2="31.583212" />
1834 <linearGradient
1835 inkscape:collect="always"
1836 xlink:href="#linearGradient6966"
1837 id="linearGradient11370"
1838 gradientUnits="userSpaceOnUse"
1839 gradientTransform="matrix(2.688116,0,0,2.5390675,97.421436,-43.997989)"
1840 x1="41.882599"
1841 y1="22.608646"
1842 x2="47.584175"
1843 y2="28.258429" />
1844 <linearGradient
1845 inkscape:collect="always"
1846 xlink:href="#linearGradient6966"
1847 id="linearGradient11372"
1848 gradientUnits="userSpaceOnUse"
1849 gradientTransform="matrix(2.9227185,0,0,0.818693,87.305179,10.157558)"
1850 x1="41.882599"
1851 y1="22.608646"
1852 x2="47.584175"
1853 y2="28.258429" />
1854 <radialGradient
1855 inkscape:collect="always"
1856 xlink:href="#linearGradient5150"
1857 id="radialGradient11380"
1858 gradientUnits="userSpaceOnUse"
1859 gradientTransform="matrix(1.672389,0,0,2.4576782,94.410929,-60.696539)"
1860 cx="27.421829"
1861 cy="31.114473"
1862 fx="27.421829"
1863 fy="31.114473"
1864 r="2.1514983" />
1865 <radialGradient
1866 inkscape:collect="always"
1867 xlink:href="#linearGradient5140"
1868 id="radialGradient11382"
1869 gradientUnits="userSpaceOnUse"
1870 gradientTransform="matrix(1.672389,0,0,1.5075529,94.410929,-31.290095)"
1871 cx="26.51819"
1872 cy="32.796867"
1873 fx="26.51819"
1874 fy="32.796867"
1875 r="2.8569181" />
1876 <radialGradient
1877 inkscape:collect="always"
1878 xlink:href="#linearGradient5132"
1879 id="radialGradient11384"
1880 gradientUnits="userSpaceOnUse"
1881 gradientTransform="matrix(1.6010606,-1.2391077,0.5987231,0.9077513,75.345817,24.001654)"
1882 cx="26.721455"
1883 cy="35.026413"
1884 fx="26.721455"
1885 fy="35.026413"
1886 r="3.212074" />
1887 <radialGradient
1888 inkscape:collect="always"
1889 xlink:href="#linearGradient5182"
1890 id="radialGradient11386"
1891 gradientUnits="userSpaceOnUse"
1892 gradientTransform="matrix(1.672389,0,0,1.7820898,94.410929,-39.945844)"
1893 cx="29.921137"
1894 cy="33.729179"
1895 fx="29.921137"
1896 fy="33.729179"
1897 r="2.8910375" />
1898 <radialGradient
1899 inkscape:collect="always"
1900 xlink:href="#linearGradient5174"
1901 id="radialGradient11388"
1902 gradientUnits="userSpaceOnUse"
1903 gradientTransform="matrix(1.672389,0,0,1.535036,94.410929,-32.376749)"
1904 cx="31.206484"
1905 cy="32.787533"
1906 fx="31.206484"
1907 fy="32.787533"
1908 r="2.8922136" />
1909 <radialGradient
1910 inkscape:collect="always"
1911 xlink:href="#linearGradient5158"
1912 id="radialGradient11390"
1913 gradientUnits="userSpaceOnUse"
1914 gradientTransform="matrix(1.672389,0,0,2.7329116,94.410929,-68.041739)"
1915 cx="28.295225"
1916 cy="30.159121"
1917 fx="28.295225"
1918 fy="30.159121"
1919 r="1.9134585" />
1920 <linearGradient
1921 inkscape:collect="always"
1922 xlink:href="#linearGradient8071"
1923 id="linearGradient11392"
1924 gradientUnits="userSpaceOnUse"
1925 gradientTransform="matrix(1.0328512,4.2157172e-2,-3.6912924e-2,1.1129908,95.124883,-19.261134)"
1926 x1="35.483109"
1927 y1="38.297619"
1928 x2="55.051739"
1929 y2="24.513933" />
1930 <linearGradient
1931 inkscape:collect="always"
1932 xlink:href="#linearGradient3648"
1933 id="linearGradient11394"
1934 gradientUnits="userSpaceOnUse"
1935 gradientTransform="matrix(1.3793836,0.50833,-0.4298703,1.1010407,132.97347,-38.6725)"
1936 x1="44.055416"
1937 y1="20.07044"
1938 x2="42.062714"
1939 y2="27.665232" />
1940 <linearGradient
1941 inkscape:collect="always"
1942 xlink:href="#linearGradient3674"
1943 id="linearGradient11396"
1944 gradientUnits="userSpaceOnUse"
1945 gradientTransform="matrix(1.3793836,0.50833,-0.4298703,1.1010407,130.19712,-36.484721)"
1946 x1="45.007313"
1947 y1="38.92572"
1948 x2="53.783138"
1949 y2="28.089251" />
1950 <radialGradient
1951 inkscape:collect="always"
1952 xlink:href="#linearGradient4966"
1953 id="radialGradient11398"
1954 gradientUnits="userSpaceOnUse"
1955 gradientTransform="matrix(0.7814766,0.4027736,-0.4969798,0.7930678,159.1286,-21.345707)"
1956 cx="46.292198"
1957 cy="35.175655"
1958 fx="46.292198"
1959 fy="35.175655"
1960 r="9.1463013" />
1961 <linearGradient
1962 inkscape:collect="always"
1963 xlink:href="#linearGradient15347"
1964 id="linearGradient3703"
1965 x1="230.50194"
1966 y1="24.662731"
1967 x2="225.26866"
1968 y2="24.505835"
1969 gradientUnits="userSpaceOnUse"
1970 gradientTransform="matrix(1.416064,0,0,1.0303621,-93.91711,-2.256313)" />
1971 <radialGradient
1972 inkscape:collect="always"
1973 xlink:href="#linearGradient3283"
1974 id="radialGradient5677"
1975 cx="94.644775"
1976 cy="30.319805"
1977 fx="94.644775"
1978 fy="30.319805"
1979 r="18.028028"
1980 gradientTransform="matrix(1.0352628,-3.138858e-8,3.071053e-8,0.589,1.2850477,11.424194)"
1981 gradientUnits="userSpaceOnUse" />
1982 <radialGradient
1983 inkscape:collect="always"
1984 xlink:href="#linearGradient3283"
1985 id="radialGradient5685"
1986 cx="54.47533"
1987 cy="29.934444"
1988 fx="54.47533"
1989 fy="29.934444"
1990 r="13.543999"
1991 gradientTransform="matrix(1.1269342,0,0,0.4072219,-1.4439569,17.045951)"
1992 gradientUnits="userSpaceOnUse" />
1993 <radialGradient
1994 inkscape:collect="always"
1995 xlink:href="#linearGradient3283"
1996 id="radialGradient5693"
1997 cx="18.265652"
1998 cy="29.213198"
1999 fx="18.265652"
2000 fy="29.213198"
2001 r="11.937394"
2002 gradientTransform="matrix(1,0,0,0.6626506,0,9.8550539)"
2003 gradientUnits="userSpaceOnUse" />
2004 <radialGradient
2005 inkscape:collect="always"
2006 xlink:href="#linearGradient3283"
2007 id="radialGradient5697"
2008 gradientUnits="userSpaceOnUse"
2009 gradientTransform="matrix(1,0,0,0.6626506,0,9.8550539)"
2010 cx="18.265652"
2011 cy="29.213198"
2012 fx="18.265652"
2013 fy="29.213198"
2014 r="11.937394" />
2015 <radialGradient
2016 inkscape:collect="always"
2017 xlink:href="#linearGradient3283"
2018 id="radialGradient5701"
2019 gradientUnits="userSpaceOnUse"
2020 gradientTransform="matrix(1,0,0,0.6626506,0,9.8550539)"
2021 cx="18.265652"
2022 cy="29.213198"
2023 fx="18.265652"
2024 fy="29.213198"
2025 r="11.937394" />
2026 <radialGradient
2027 inkscape:collect="always"
2028 xlink:href="#linearGradient3283"
2029 id="radialGradient5709"
2030 cx="134.68031"
2031 cy="31.643484"
2032 fx="134.68031"
2033 fy="31.643484"
2034 r="13.31135"
2035 gradientTransform="matrix(1.28399,0,0,0.3126672,-33.89165,20.585199)"
2036 gradientUnits="userSpaceOnUse" />
2037 <radialGradient
2038 inkscape:collect="always"
2039 xlink:href="#linearGradient3283"
2040 id="radialGradient5725"
2041 cx="177.77036"
2042 cy="35.367527"
2043 fx="177.77036"
2044 fy="35.367527"
2045 r="12.257423"
2046 gradientTransform="matrix(1.2689635,9.3689919e-3,-2.8977546e-3,0.2644431,-45.598092,20.893439)"
2047 gradientUnits="userSpaceOnUse" />
2048 <radialGradient
2049 inkscape:collect="always"
2050 xlink:href="#linearGradient3283"
2051 id="radialGradient5733"
2052 cx="216.92584"
2053 cy="33.278507"
2054 fx="216.92584"
2055 fy="33.278507"
2056 r="13.050635"
2057 gradientTransform="matrix(1.1211662,0,0,0.3250154,-23.266734,20.277532)"
2058 gradientUnits="userSpaceOnUse" />
2059 <radialGradient
2060 inkscape:collect="always"
2061 xlink:href="#linearGradient3283"
2062 id="radialGradient5743"
2063 cx="254.28677"
2064 cy="51.234921"
2065 fx="254.28677"
2066 fy="51.234921"
2067 r="16.486256"
2068 gradientTransform="matrix(1.0258051,0,0,0.2192258,-0.3774559,19.727405)"
2069 gradientUnits="userSpaceOnUse" />
2070 <radialGradient
2071 inkscape:collect="always"
2072 xlink:href="#linearGradient3283"
2073 id="radialGradient5758"
2074 cx="279.5939"
2075 cy="48.485619"
2076 fx="279.5939"
2077 fy="48.485619"
2078 r="8.9170895"
2079 gradientTransform="matrix(1,0,0,0.8548387,0,7.0382335)"
2080 gradientUnits="userSpaceOnUse" />
2081 <radialGradient
2082 inkscape:collect="always"
2083 xlink:href="#linearGradient3283"
2084 id="radialGradient5764"
2085 gradientUnits="userSpaceOnUse"
2086 gradientTransform="matrix(1,0,0,0.8548387,0,7.0382335)"
2087 cx="279.5939"
2088 cy="48.485619"
2089 fx="279.5939"
2090 fy="48.485619"
2091 r="8.9170895" />
2092 <radialGradient
2093 r="3.2859459"
2094 fy="37.788399"
2095 fx="9.9970646"
2096 cy="37.788399"
2097 cx="9.9970646"
2098 gradientTransform="matrix(1.7209735,-0.3510107,1.1036861,4.0538348,-40.091506,-110.40793)"
2099 gradientUnits="userSpaceOnUse"
2100 id="radialGradient12017"
2101 xlink:href="#linearGradient6790"
2102 inkscape:collect="always" />
2103 <linearGradient
2104 y2="31.583212"
2105 x2="15.862615"
2106 y1="34.508034"
2107 x1="15.547709"
2108 gradientUnits="userSpaceOnUse"
2109 id="linearGradient12015"
2110 xlink:href="#linearGradient6536"
2111 inkscape:collect="always" />
2112 <radialGradient
2113 r="3.2859459"
2114 fy="37.600693"
2115 fx="9.8660078"
2116 cy="37.600693"
2117 cx="9.8660078"
2118 gradientTransform="matrix(1.3103482,4.2182008e-3,-7.4133702e-3,2.3029,-2.8757689,-49.743406)"
2119 gradientUnits="userSpaceOnUse"
2120 id="radialGradient12013"
2121 xlink:href="#linearGradient6330"
2122 inkscape:collect="always" />
2123 <linearGradient
2124 y2="28.258429"
2125 x2="47.584175"
2126 y1="22.608646"
2127 x1="41.882599"
2128 gradientTransform="matrix(1.1465711,0,0,1.102342,-15.702128,1.2162042)"
2129 gradientUnits="userSpaceOnUse"
2130 id="linearGradient12011"
2131 xlink:href="#linearGradient6966"
2132 inkscape:collect="always" />
2133 <linearGradient
2134 y2="40.853069"
2135 x2="0.95340234"
2136 y1="37.889248"
2137 x1="21.607527"
2138 gradientTransform="matrix(1.2886963,0,0,1.2356032,11.881181,-11.215729)"
2139 gradientUnits="userSpaceOnUse"
2140 id="linearGradient12009"
2141 xlink:href="#linearGradient6316"
2142 inkscape:collect="always" />
2143 <linearGradient
2144 y2="28.258429"
2145 x2="47.584175"
2146 y1="22.608646"
2147 x1="41.882599"
2148 gradientTransform="matrix(0.9120055,0,0,0.8517041,5.8435376,-4.015218)"
2149 gradientUnits="userSpaceOnUse"
2150 id="linearGradient12007"
2151 xlink:href="#linearGradient6966"
2152 inkscape:collect="always" />
2153 <linearGradient
2154 y2="31.861843"
2155 x2="24.166008"
2156 y1="37.541382"
2157 x1="26.945147"
2158 gradientTransform="matrix(0.8748134,-0.2177409,8.9205366e-2,0.5240181,5.4566931,18.319831)"
2159 gradientUnits="userSpaceOnUse"
2160 id="linearGradient10839"
2161 xlink:href="#linearGradient6207"
2162 inkscape:collect="always" />
2163 <linearGradient
2164 y2="24.942616"
2165 x2="26.089306"
2166 y1="37.328121"
2167 x1="27.708006"
2168 gradientTransform="matrix(0.2273337,0.1439919,-7.8368773e-2,0.1504138,21.132929,17.334317)"
2169 gradientUnits="userSpaceOnUse"
2170 id="linearGradient10837"
2171 xlink:href="#linearGradient6713"
2172 inkscape:collect="always" />
2173 <linearGradient
2174 y2="35.965271"
2175 x2="30.054531"
2176 y1="45.143444"
2177 x1="30.760841"
2178 gradientTransform="matrix(0.4828702,7.5748833e-2,-6.4467257e-2,0.5212116,17.425537,3.8171679)"
2179 gradientUnits="userSpaceOnUse"
2180 id="linearGradient10835"
2181 xlink:href="#linearGradient6411"
2182 inkscape:collect="always" />
2183 <linearGradient
2184 y2="23.201157"
2185 x2="14.356007"
2186 y1="21.441389"
2187 x1="11.947902"
2188 gradientTransform="matrix(0.4647605,7.2907935e-2,-5.5668823e-2,0.4500771,14.931633,10.577385)"
2189 gradientUnits="userSpaceOnUse"
2190 id="linearGradient10833"
2191 xlink:href="#linearGradient6399"
2192 inkscape:collect="always" />
2193 <linearGradient
2194 y2="31.861843"
2195 x2="24.166008"
2196 y1="37.541382"
2197 x1="26.945147"
2198 gradientTransform="matrix(0.8748134,-0.2177409,8.9205366e-2,0.5240181,5.4566931,18.319831)"
2199 gradientUnits="userSpaceOnUse"
2200 id="linearGradient10831"
2201 xlink:href="#linearGradient6207"
2202 inkscape:collect="always" />
2203 <linearGradient
2204 y2="28.546391"
2205 x2="24.758465"
2206 y1="37.328121"
2207 x1="27.708006"
2208 gradientTransform="matrix(0.3875594,-4.8154078e-2,-4.0353507e-3,0.2951368,19.008673,17.5212)"
2209 gradientUnits="userSpaceOnUse"
2210 id="linearGradient10829"
2211 xlink:href="#linearGradient6719"
2212 inkscape:collect="always" />
2213 <linearGradient
2214 y2="26.760107"
2215 x2="9.5548677"
2216 y1="30.83536"
2217 x1="23.653185"
2218 gradientTransform="matrix(0.4892216,7.6745192e-2,-6.9164305e-2,0.5591867,17.006731,7.580596)"
2219 gradientUnits="userSpaceOnUse"
2220 id="linearGradient10827"
2221 xlink:href="#linearGradient6176"
2222 inkscape:collect="always" />
2223 <linearGradient
2224 y2="35.965271"
2225 x2="30.054531"
2226 y1="45.143444"
2227 x1="30.760841"
2228 gradientTransform="matrix(0.9870174,0,0,0.9320886,3.5185525,-9.403297)"
2229 gradientUnits="userSpaceOnUse"
2230 id="linearGradient10825"
2231 xlink:href="#linearGradient6411"
2232 inkscape:collect="always" />
2233 <linearGradient
2234 y2="27.665232"
2235 x2="42.062714"
2236 y1="20.07044"
2237 x1="44.055416"
2238 gradientTransform="translate(1.4819103,-2.2228654)"
2239 gradientUnits="userSpaceOnUse"
2240 id="linearGradient4233"
2241 xlink:href="#linearGradient3648"
2242 inkscape:collect="always" />
2243 <radialGradient
2244 r="8.9081015"
2245 fy="28.079119"
2246 fx="38.804935"
2247 cy="28.079119"
2248 cx="38.804935"
2249 gradientTransform="matrix(1.0740234,0.8740518,-0.954957,1.1734387,24.401851,-39.703591)"
2250 gradientUnits="userSpaceOnUse"
2251 id="radialGradient4231"
2252 xlink:href="#linearGradient3694"
2253 inkscape:collect="always" />
2254 <linearGradient
2255 y2="28.089251"
2256 x2="53.783138"
2257 y1="38.92572"
2258 x1="45.007313"
2259 gradientUnits="userSpaceOnUse"
2260 id="linearGradient4229"
2261 xlink:href="#linearGradient3674"
2262 inkscape:collect="always" />
2263 <radialGradient
2264 r="9.1463013"
2265 fy="35.175655"
2266 fx="46.292198"
2267 cy="35.175655"
2268 cx="46.292198"
2269 gradientTransform="matrix(0.5949427,9.1137882e-2,-0.118737,0.7751079,22.291093,3.7370407)"
2270 gradientUnits="userSpaceOnUse"
2271 id="radialGradient4227"
2272 xlink:href="#linearGradient3660"
2273 inkscape:collect="always" />
2274 <linearGradient
2275 y2="32.360336"
2276 x2="19.38553"
2277 y1="33.808254"
2278 x1="19.514616"
2279 gradientUnits="userSpaceOnUse"
2280 id="linearGradient3952"
2281 xlink:href="#linearGradient3704"
2282 inkscape:collect="always" />
2283 <linearGradient
2284 y2="32.360336"
2285 x2="19.38553"
2286 y1="33.808254"
2287 x1="19.514616"
2288 gradientUnits="userSpaceOnUse"
2289 id="linearGradient3944"
2290 xlink:href="#linearGradient3704"
2291 inkscape:collect="always" />
2292 <linearGradient
2293 y2="32.360336"
2294 x2="19.38553"
2295 y1="33.808254"
2296 x1="19.514616"
2297 gradientUnits="userSpaceOnUse"
2298 id="linearGradient3936"
2299 xlink:href="#linearGradient3704"
2300 inkscape:collect="always" />
2301 <linearGradient
2302 y2="32.360336"
2303 x2="19.38553"
2304 y1="33.808254"
2305 x1="19.514616"
2306 gradientUnits="userSpaceOnUse"
2307 id="linearGradient3928"
2308 xlink:href="#linearGradient3704"
2309 inkscape:collect="always" />
2310 <linearGradient
2311 y2="32.360336"
2312 x2="19.38553"
2313 y1="33.808254"
2314 x1="19.514616"
2315 gradientUnits="userSpaceOnUse"
2316 id="linearGradient3920"
2317 xlink:href="#linearGradient3704"
2318 inkscape:collect="always" />
2319 <linearGradient
2320 y2="32.360336"
2321 x2="19.38553"
2322 y1="33.808254"
2323 x1="19.514616"
2324 gradientUnits="userSpaceOnUse"
2325 id="linearGradient3912"
2326 xlink:href="#linearGradient3704"
2327 inkscape:collect="always" />
2328 <linearGradient
2329 y2="32.360336"
2330 x2="19.38553"
2331 y1="33.808254"
2332 x1="19.514616"
2333 gradientUnits="userSpaceOnUse"
2334 id="linearGradient3904"
2335 xlink:href="#linearGradient3704"
2336 inkscape:collect="always" />
2337 <linearGradient
2338 y2="32.360336"
2339 x2="19.38553"
2340 y1="33.808254"
2341 x1="19.514616"
2342 gradientUnits="userSpaceOnUse"
2343 id="linearGradient3896"
2344 xlink:href="#linearGradient3704"
2345 inkscape:collect="always" />
2346 <linearGradient
2347 y2="32.360336"
2348 x2="19.38553"
2349 y1="33.808254"
2350 x1="19.514616"
2351 gradientUnits="userSpaceOnUse"
2352 id="linearGradient3888"
2353 xlink:href="#linearGradient3704"
2354 inkscape:collect="always" />
2355 <linearGradient
2356 y2="32.360336"
2357 x2="19.38553"
2358 y1="33.808254"
2359 x1="19.514616"
2360 gradientUnits="userSpaceOnUse"
2361 id="linearGradient3880"
2362 xlink:href="#linearGradient3704"
2363 inkscape:collect="always" />
2364 <linearGradient
2365 y2="32.360336"
2366 x2="19.38553"
2367 y1="33.808254"
2368 x1="19.514616"
2369 gradientUnits="userSpaceOnUse"
2370 id="linearGradient3872"
2371 xlink:href="#linearGradient3704"
2372 inkscape:collect="always" />
2373 <linearGradient
2374 y2="32.360336"
2375 x2="19.38553"
2376 y1="33.808254"
2377 x1="19.514616"
2378 gradientUnits="userSpaceOnUse"
2379 id="linearGradient3864"
2380 xlink:href="#linearGradient3704"
2381 inkscape:collect="always" />
2382 <linearGradient
2383 y2="32.360336"
2384 x2="19.38553"
2385 y1="33.808254"
2386 x1="19.514616"
2387 gradientUnits="userSpaceOnUse"
2388 id="linearGradient3856"
2389 xlink:href="#linearGradient3704"
2390 inkscape:collect="always" />
2391 <linearGradient
2392 y2="32.360336"
2393 x2="19.38553"
2394 y1="33.808254"
2395 x1="19.514616"
2396 gradientUnits="userSpaceOnUse"
2397 id="linearGradient3848"
2398 xlink:href="#linearGradient3704"
2399 inkscape:collect="always" />
2400 <linearGradient
2401 y2="32.360336"
2402 x2="19.38553"
2403 y1="33.808254"
2404 x1="19.514616"
2405 gradientUnits="userSpaceOnUse"
2406 id="linearGradient3840"
2407 xlink:href="#linearGradient3704"
2408 inkscape:collect="always" />
2409 <linearGradient
2410 y2="32.360336"
2411 x2="19.38553"
2412 y1="33.808254"
2413 x1="19.514616"
2414 gradientUnits="userSpaceOnUse"
2415 id="linearGradient3826"
2416 xlink:href="#linearGradient3704"
2417 inkscape:collect="always" />
2418 <linearGradient
2419 y2="32.360336"
2420 x2="19.38553"
2421 y1="33.808254"
2422 x1="19.514616"
2423 gradientUnits="userSpaceOnUse"
2424 id="linearGradient3818"
2425 xlink:href="#linearGradient3704"
2426 inkscape:collect="always" />
2427 <linearGradient
2428 y2="32.360336"
2429 x2="19.38553"
2430 y1="33.808254"
2431 x1="19.514616"
2432 gradientUnits="userSpaceOnUse"
2433 id="linearGradient3810"
2434 xlink:href="#linearGradient3704"
2435 inkscape:collect="always" />
2436 <linearGradient
2437 y2="32.360336"
2438 x2="19.38553"
2439 y1="33.808254"
2440 x1="19.514616"
2441 gradientUnits="userSpaceOnUse"
2442 id="linearGradient3784"
2443 xlink:href="#linearGradient3704"
2444 inkscape:collect="always" />
2445 <radialGradient
2446 gradientUnits="userSpaceOnUse"
2447 gradientTransform="matrix(1.0740234,0.8740518,-0.954957,1.1734387,24.401851,-39.703591)"
2448 r="8.9081015"
2449 fy="28.079119"
2450 fx="38.804935"
2451 cy="28.079119"
2452 cx="38.804935"
2453 id="radialGradient3700"
2454 xlink:href="#linearGradient3694"
2455 inkscape:collect="always" />
2456 <linearGradient
2457 gradientUnits="userSpaceOnUse"
2458 y2="28.089251"
2459 x2="53.783138"
2460 y1="38.92572"
2461 x1="45.007313"
2462 id="linearGradient3680"
2463 xlink:href="#linearGradient3674"
2464 inkscape:collect="always" />
2465 <radialGradient
2466 gradientUnits="userSpaceOnUse"
2467 gradientTransform="matrix(0.5949427,9.1137882e-2,-0.118737,0.7751079,22.291093,3.7370407)"
2468 r="9.1463013"
2469 fy="35.175655"
2470 fx="46.292198"
2471 cy="35.175655"
2472 cx="46.292198"
2473 id="radialGradient3668"
2474 xlink:href="#linearGradient3660"
2475 inkscape:collect="always" />
2476 <linearGradient
2477 gradientTransform="translate(1.4819103,-2.2228654)"
2478 gradientUnits="userSpaceOnUse"
2479 y2="27.665232"
2480 x2="42.062714"
2481 y1="20.07044"
2482 x1="44.055416"
2483 id="linearGradient3654"
2484 xlink:href="#linearGradient3648"
2485 inkscape:collect="always" />
2486 <linearGradient
2487 y2="26.984051"
2488 x2="46.247578"
2489 y1="29.118277"
2490 x1="42.139473"
2491 gradientUnits="userSpaceOnUse"
2492 id="linearGradient8857"
2493 xlink:href="#linearGradient6207"
2494 inkscape:collect="always" />
2495 <linearGradient
2496 y2="28.034212"
2497 x2="48.194378"
2498 y1="28.034212"
2499 x1="40.999622"
2500 gradientUnits="userSpaceOnUse"
2501 id="linearGradient8855"
2502 xlink:href="#linearGradient6207"
2503 inkscape:collect="always" />
2504 <linearGradient
2505 y2="28.034212"
2506 x2="48.194378"
2507 y1="28.034212"
2508 x1="40.999622"
2509 gradientUnits="userSpaceOnUse"
2510 id="linearGradient8853"
2511 xlink:href="#linearGradient6207"
2512 inkscape:collect="always" />
2513 <linearGradient
2514 y2="31.127768"
2515 x2="48.384071"
2516 y1="27.907047"
2517 x1="41.63512"
2518 gradientUnits="userSpaceOnUse"
2519 id="linearGradient8851"
2520 xlink:href="#linearGradient8707"
2521 inkscape:collect="always" />
2522 <linearGradient
2523 y2="31.127768"
2524 x2="48.384071"
2525 y1="27.907047"
2526 x1="41.63512"
2527 gradientUnits="userSpaceOnUse"
2528 id="linearGradient8849"
2529 xlink:href="#linearGradient8707"
2530 inkscape:collect="always" />
2531 <radialGradient
2532 gradientUnits="userSpaceOnUse"
2533 gradientTransform="matrix(1,0,0,1.0072283,0,-0.2026403)"
2534 r="3.3618772"
2535 fy="28.63489"
2536 fx="46.541832"
2537 cy="28.63489"
2538 cx="46.541832"
2539 id="radialGradient8839"
2540 xlink:href="#linearGradient8843"
2541 inkscape:collect="always" />
2542 <linearGradient
2543 y2="28.639231"
2544 x2="49.903709"
2545 y1="26.717003"
2546 x1="42.559189"
2547 gradientUnits="userSpaceOnUse"
2548 id="linearGradient8837"
2549 xlink:href="#linearGradient8513"
2550 inkscape:collect="always" />
2551 <linearGradient
2552 gradientUnits="userSpaceOnUse"
2553 y2="31.127768"
2554 x2="48.384071"
2555 y1="27.907047"
2556 x1="41.63512"
2557 id="linearGradient8713"
2558 xlink:href="#linearGradient8707"
2559 inkscape:collect="always" />
2560 <linearGradient
2561 y2="27.989485"
2562 x2="46.247555"
2563 y1="25.754759"
2564 x1="46.122166"
2565 gradientUnits="userSpaceOnUse"
2566 id="linearGradient8679"
2567 xlink:href="#linearGradient8513"
2568 inkscape:collect="always" />
2569 <radialGradient
2570 r="3.3618771"
2571 fy="27.989805"
2572 fx="46.247555"
2573 cy="27.989805"
2574 cx="46.247555"
2575 gradientTransform="matrix(1,0,0,1.0072283,0,-0.2026403)"
2576 gradientUnits="userSpaceOnUse"
2577 id="radialGradient8677"
2578 xlink:href="#linearGradient6207"
2579 inkscape:collect="always" />
2580 <linearGradient
2581 y2="24.513933"
2582 x2="55.051739"
2583 y1="39.425655"
2584 x1="33.278328"
2585 gradientTransform="matrix(0.349748,1.2886738e-2,-1.2499592e-2,0.3402226,18.144474,17.383233)"
2586 gradientUnits="userSpaceOnUse"
2587 id="linearGradient8667"
2588 xlink:href="#linearGradient8071"
2589 inkscape:collect="always" />
2590 <linearGradient
2591 y2="25.733475"
2592 x2="57.685329"
2593 y1="38.036366"
2594 x1="48.77412"
2595 gradientTransform="matrix(0.3565568,1.2882285e-2,-1.2742932e-2,0.340105,17.904338,17.428057)"
2596 gradientUnits="userSpaceOnUse"
2597 id="linearGradient8664"
2598 xlink:href="#linearGradient8549"
2599 inkscape:collect="always" />
2600 <radialGradient
2601 r="10.039116"
2602 fy="33.385128"
2603 fx="46.666756"
2604 cy="33.385128"
2605 cx="46.666756"
2606 gradientTransform="matrix(0.4074077,-0.227027,0.2031309,0.3650574,8.2605574,27.609534)"
2607 gradientUnits="userSpaceOnUse"
2608 id="radialGradient8662"
2609 xlink:href="#linearGradient8555"
2610 inkscape:collect="always" />
2611 <linearGradient
2612 gradientTransform="matrix(0.7255888,2.9277354e-2,-2.5931715e-2,0.7729511,1.959125,8.4057344)"
2613 y2="25.733475"
2614 x2="57.685329"
2615 y1="38.036366"
2616 x1="48.77412"
2617 gradientUnits="userSpaceOnUse"
2618 id="linearGradient8547"
2619 xlink:href="#linearGradient8549"
2620 inkscape:collect="always" />
2621 <radialGradient
2622 r="10.039116"
2623 fy="33.385128"
2624 fx="46.666756"
2625 cy="33.385128"
2626 cx="46.666756"
2627 gradientTransform="matrix(0.8290697,-0.5159604,0.413369,0.8296599,-17.665853,31.545008)"
2628 gradientUnits="userSpaceOnUse"
2629 id="radialGradient8545"
2630 xlink:href="#linearGradient8555"
2631 inkscape:collect="always" />
2632 <linearGradient
2633 y2="26.984051"
2634 x2="46.247578"
2635 y1="29.118277"
2636 x1="42.139473"
2637 gradientUnits="userSpaceOnUse"
2638 id="linearGradient8543"
2639 xlink:href="#linearGradient6207"
2640 inkscape:collect="always" />
2641 <linearGradient
2642 y2="28.034212"
2643 x2="48.194378"
2644 y1="28.034212"
2645 x1="40.999622"
2646 gradientUnits="userSpaceOnUse"
2647 id="linearGradient8541"
2648 xlink:href="#linearGradient6207"
2649 inkscape:collect="always" />
2650 <linearGradient
2651 y2="28.034212"
2652 x2="48.194378"
2653 y1="28.034212"
2654 x1="40.999622"
2655 gradientUnits="userSpaceOnUse"
2656 id="linearGradient8539"
2657 xlink:href="#linearGradient6207"
2658 inkscape:collect="always" />
2659 <radialGradient
2660 gradientUnits="userSpaceOnUse"
2661 gradientTransform="matrix(1,0,0,1.0072283,0,-0.2026403)"
2662 r="3.3618771"
2663 fy="27.989805"
2664 fx="46.247555"
2665 cy="27.989805"
2666 cx="46.247555"
2667 id="radialGradient8537"
2668 xlink:href="#linearGradient6207"
2669 inkscape:collect="always" />
2670 <linearGradient
2671 y2="27.989485"
2672 x2="46.247555"
2673 y1="25.754759"
2674 x1="46.122166"
2675 gradientUnits="userSpaceOnUse"
2676 id="linearGradient8535"
2677 xlink:href="#linearGradient8513"
2678 inkscape:collect="always" />
2679 <linearGradient
2680 gradientUnits="userSpaceOnUse"
2681 y2="28.034212"
2682 x2="47.958876"
2683 y1="28.034212"
2684 x1="41.235122"
2685 id="linearGradient8529"
2686 xlink:href="#linearGradient8523"
2687 inkscape:collect="always" />
2688 <linearGradient
2689 gradientUnits="userSpaceOnUse"
2690 y2="28.034212"
2691 x2="47.958878"
2692 y1="26.717003"
2693 x1="42.559189"
2694 id="linearGradient8521"
2695 xlink:href="#linearGradient8513"
2696 inkscape:collect="always" />
2697 <linearGradient
2698 y2="24.513933"
2699 x2="55.051739"
2700 y1="39.425655"
2701 x1="33.278328"
2702 gradientTransform="matrix(0.711733,2.9287476e-2,-2.543652e-2,0.7732181,2.4477994,8.3038623)"
2703 gradientUnits="userSpaceOnUse"
2704 id="linearGradient8505"
2705 xlink:href="#linearGradient8071"
2706 inkscape:collect="always" />
2707 <linearGradient
2708 inkscape:collect="always"
2709 id="linearGradient6819">
2710 <stop
2711 id="stop6821"
2712 style="stop-color:#be5a1d;stop-opacity:1"
2713 offset="0" />
2714 <stop
2715 id="stop6823"
2716 style="stop-color:#6e411c;stop-opacity:1"
2717 offset="1" />
2718 </linearGradient>
2719 <linearGradient
2720 inkscape:collect="always"
2721 id="linearGradient6813">
2722 <stop
2723 id="stop6815"
2724 style="stop-color:#fdc470;stop-opacity:1"
2725 offset="0" />
2726 <stop
2727 id="stop6817"
2728 style="stop-color:#ce4e00;stop-opacity:1"
2729 offset="1" />
2730 </linearGradient>
2731 <linearGradient
2732 inkscape:collect="always"
2733 id="linearGradient6776">
2734 <stop
2735 id="stop6778"
2736 style="stop-color:#ddbe2f;stop-opacity:1"
2737 offset="0" />
2738 <stop
2739 id="stop6780"
2740 style="stop-color:#7e6019;stop-opacity:1"
2741 offset="1" />
2742 </linearGradient>
2743 <linearGradient
2744 inkscape:collect="always"
2745 id="linearGradient6770">
2746 <stop
2747 id="stop6772"
2748 style="stop-color:#f67171;stop-opacity:1"
2749 offset="0" />
2750 <stop
2751 id="stop6774"
2752 style="stop-color:#ba0000;stop-opacity:1"
2753 offset="1" />
2754 </linearGradient>
2755 <linearGradient
2756 inkscape:collect="always"
2757 id="linearGradient6764">
2758 <stop
2759 id="stop6766"
2760 style="stop-color:#f991b1;stop-opacity:1"
2761 offset="0" />
2762 <stop
2763 id="stop6768"
2764 style="stop-color:#b52c57;stop-opacity:1"
2765 offset="1" />
2766 </linearGradient>
2767 <linearGradient
2768 inkscape:collect="always"
2769 id="linearGradient6758">
2770 <stop
2771 id="stop6760"
2772 style="stop-color:#8ae234;stop-opacity:1"
2773 offset="0" />
2774 <stop
2775 id="stop6762"
2776 style="stop-color:#3d7a05;stop-opacity:1"
2777 offset="1" />
2778 </linearGradient>
2779 <linearGradient
2780 inkscape:collect="always"
2781 id="linearGradient6752">
2782 <stop
2783 id="stop6754"
2784 style="stop-color:#e9b96e;stop-opacity:1"
2785 offset="0" />
2786 <stop
2787 id="stop6756"
2788 style="stop-color:#9b6000;stop-opacity:1"
2789 offset="1" />
2790 </linearGradient>
2791 <linearGradient
2792 inkscape:collect="always"
2793 id="linearGradient6746">
2794 <stop
2795 id="stop6748"
2796 style="stop-color:#be99ba;stop-opacity:1"
2797 offset="0" />
2798 <stop
2799 id="stop6750"
2800 style="stop-color:#854f8d;stop-opacity:1"
2801 offset="1" />
2802 </linearGradient>
2803 <linearGradient
2804 inkscape:collect="always"
2805 id="linearGradient6740">
2806 <stop
2807 id="stop6742"
2808 style="stop-color:#91b4da;stop-opacity:1"
2809 offset="0" />
2810 <stop
2811 id="stop6744"
2812 style="stop-color:#375db1;stop-opacity:1"
2813 offset="1" />
2814 </linearGradient>
2815 <linearGradient
2816 inkscape:collect="always"
2817 id="linearGradient6734">
2818 <stop
2819 id="stop6736"
2820 style="stop-color:#fffde1;stop-opacity:1"
2821 offset="0" />
2822 <stop
2823 id="stop6738"
2824 style="stop-color:#e3b511;stop-opacity:1"
2825 offset="1" />
2826 </linearGradient>
2827 <linearGradient
2828 id="linearGradient4244"
2829 inkscape:collect="always">
2830 <stop
2831 offset="0"
2832 style="stop-color:#75507b;stop-opacity:1"
2833 id="stop4246" />
2834 <stop
2835 offset="1"
2836 style="stop-color:#43264a;stop-opacity:1"
2837 id="stop4248" />
2838 </linearGradient>
2839 <linearGradient
2840 id="linearGradient4186"
2841 inkscape:collect="always">
2842 <stop
2843 offset="0"
2844 style="stop-color:#2b4c7b;stop-opacity:1;"
2845 id="stop4188" />
2846 <stop
2847 offset="1"
2848 style="stop-color:#203a5e;stop-opacity:1"
2849 id="stop4190" />
2850 </linearGradient>
2851 <linearGradient
2852 id="linearGradient4372"
2853 inkscape:collect="always">
2854 <stop
2855 offset="0"
2856 style="stop-color:#8a1a1a;stop-opacity:1"
2857 id="stop4374" />
2858 <stop
2859 offset="1"
2860 style="stop-color:#521212;stop-opacity:1"
2861 id="stop4376" />
2862 </linearGradient>
2863 <linearGradient
2864 id="linearGradient4272"
2865 inkscape:collect="always">
2866 <stop
2867 offset="0"
2868 style="stop-color:#7e5512;stop-opacity:1"
2869 id="stop4274" />
2870 <stop
2871 offset="1"
2872 style="stop-color:#4b2f00;stop-opacity:1"
2873 id="stop4276" />
2874 </linearGradient>
2875 <linearGradient
2876 id="linearGradient4400"
2877 inkscape:collect="always">
2878 <stop
2879 offset="0"
2880 style="stop-color:#406e14;stop-opacity:1"
2881 id="stop4402" />
2882 <stop
2883 offset="1"
2884 style="stop-color:#2a5006;stop-opacity:1"
2885 id="stop4404" />
2886 </linearGradient>
2887 <linearGradient
2888 id="linearGradient6547"
2889 inkscape:collect="always">
2890 <stop
2891 offset="0"
2892 style="stop-color:#b1345b;stop-opacity:1"
2893 id="stop6549" />
2894 <stop
2895 offset="1"
2896 style="stop-color:#612134;stop-opacity:1"
2897 id="stop6551" />
2898 </linearGradient>
2899 <linearGradient
2900 id="linearGradient11625">
2901 <stop
2902 offset="0"
2903 style="stop-color:#000000;stop-opacity:1;"
2904 id="stop11627" />
2905 <stop
2906 offset="0.63"
2907 style="stop-color:#000000;stop-opacity:1;"
2908 id="stop11629" />
2909 <stop
2910 offset="1"
2911 style="stop-color:#000000;stop-opacity:0;"
2912 id="stop11631" />
2913 </linearGradient>
2914 <linearGradient
2915 id="linearGradient8523"
2916 inkscape:collect="always">
2917 <stop
2918 id="stop8525"
2919 offset="0"
2920 style="stop-color:#ecfb55;stop-opacity:1;" />
2921 <stop
2922 id="stop8527"
2923 offset="1"
2924 style="stop-color:#c2d027;stop-opacity:1" />
2925 </linearGradient>
2926 <linearGradient
2927 id="linearGradient3660"
2928 inkscape:collect="always">
2929 <stop
2930 id="stop3662"
2931 offset="0"
2932 style="stop-color:#b71737;stop-opacity:1" />
2933 <stop
2934 id="stop3664"
2935 offset="1"
2936 style="stop-color:#e43155;stop-opacity:1" />
2937 </linearGradient>
2938 <linearGradient
2939 id="linearGradient11363">
2940 <stop
2941 id="stop11365"
2942 offset="0"
2943 style="stop-color:#b8db41;stop-opacity:1" />
2944 <stop
2945 style="stop-color:#7e9825;stop-opacity:1;"
2946 offset="0.5"
2947 id="stop11367" />
2948 <stop
2949 id="stop11369"
2950 offset="1"
2951 style="stop-color:#88a720;stop-opacity:1" />
2952 </linearGradient>
2953 <linearGradient
2954 inkscape:collect="always"
2955 xlink:href="#linearGradient15333"
2956 id="linearGradient12522"
2957 gradientUnits="userSpaceOnUse"
2958 gradientTransform="matrix(2.3945783,0,0,2.2197371,244.57089,-38.713117)"
2959 x1="25.444483"
2960 y1="25.893805"
2961 x2="28.303808"
2962 y2="30.070189" />
2963 <linearGradient
2964 inkscape:collect="always"
2965 xlink:href="#linearGradient15333"
2966 id="linearGradient12524"
2967 gradientUnits="userSpaceOnUse"
2968 gradientTransform="matrix(2.4085187,0,0,2.0913704,227.7079,-35.417172)"
2969 x1="25.444483"
2970 y1="25.893805"
2971 x2="28.303808"
2972 y2="30.070189" />
2973 <linearGradient
2974 inkscape:collect="always"
2975 xlink:href="#linearGradient3876"
2976 id="linearGradient12862"
2977 gradientUnits="userSpaceOnUse"
2978 x1="45.314926"
2979 y1="46.938847"
2980 x2="15.436844"
2981 y2="20.350887" />
2982 <linearGradient
2983 inkscape:collect="always"
2984 xlink:href="#linearGradient3700"
2985 id="linearGradient12864"
2986 gradientUnits="userSpaceOnUse"
2987 x1="11.121992"
2988 y1="19.825127"
2989 x2="36.977173"
2990 y2="51.580246" />
2991 <radialGradient
2992 inkscape:collect="always"
2993 xlink:href="#linearGradient4016"
2994 id="radialGradient12866"
2995 gradientUnits="userSpaceOnUse"
2996 gradientTransform="matrix(1.6227207,0.7349071,-0.4405229,0.9464212,-3.3408762,-16.462295)"
2997 cx="23.849493"
2998 cy="26.129625"
2999 fx="23.849493"
3000 fy="26.129625"
3001 r="22.367582" />
3002 <linearGradient
3003 inkscape:collect="always"
3004 xlink:href="#linearGradient3876"
3005 id="linearGradient12868"
3006 gradientUnits="userSpaceOnUse"
3007 x1="45.314926"
3008 y1="46.938847"
3009 x2="15.436844"
3010 y2="20.350887" />
3011 <linearGradient
3012 inkscape:collect="always"
3013 xlink:href="#linearGradient3700"
3014 id="linearGradient12870"
3015 gradientUnits="userSpaceOnUse"
3016 x1="11.121992"
3017 y1="19.825127"
3018 x2="36.977173"
3019 y2="51.580246" />
3020 <radialGradient
3021 inkscape:collect="always"
3022 xlink:href="#linearGradient4016"
3023 id="radialGradient12872"
3024 gradientUnits="userSpaceOnUse"
3025 gradientTransform="matrix(1.6227207,0.7349071,-0.4405229,0.9464212,-3.3408762,-16.462295)"
3026 cx="23.849493"
3027 cy="26.129625"
3028 fx="23.849493"
3029 fy="26.129625"
3030 r="22.367582" />
3031 <linearGradient
3032 inkscape:collect="always"
3033 xlink:href="#linearGradient3876"
3034 id="linearGradient12874"
3035 gradientUnits="userSpaceOnUse"
3036 x1="45.314926"
3037 y1="46.938847"
3038 x2="15.436844"
3039 y2="20.350887" />
3040 <linearGradient
3041 inkscape:collect="always"
3042 xlink:href="#linearGradient3700"
3043 id="linearGradient12876"
3044 gradientUnits="userSpaceOnUse"
3045 x1="11.121992"
3046 y1="19.825127"
3047 x2="36.977173"
3048 y2="51.580246" />
3049 <radialGradient
3050 inkscape:collect="always"
3051 xlink:href="#linearGradient4016"
3052 id="radialGradient12878"
3053 gradientUnits="userSpaceOnUse"
3054 gradientTransform="matrix(1.6227207,0.7349071,-0.4405229,0.9464212,-3.3408762,-16.462295)"
3055 cx="23.849493"
3056 cy="26.129625"
3057 fx="23.849493"
3058 fy="26.129625"
3059 r="22.367582" />
3060 <linearGradient
3061 inkscape:collect="always"
3062 xlink:href="#linearGradient3876"
3063 id="linearGradient12880"
3064 gradientUnits="userSpaceOnUse"
3065 x1="45.314926"
3066 y1="46.938847"
3067 x2="15.436844"
3068 y2="20.350887" />
3069 <linearGradient
3070 inkscape:collect="always"
3071 xlink:href="#linearGradient3700"
3072 id="linearGradient12882"
3073 gradientUnits="userSpaceOnUse"
3074 x1="11.121992"
3075 y1="19.825127"
3076 x2="36.977173"
3077 y2="51.580246" />
3078 <radialGradient
3079 inkscape:collect="always"
3080 xlink:href="#linearGradient4016"
3081 id="radialGradient12884"
3082 gradientUnits="userSpaceOnUse"
3083 gradientTransform="matrix(1.6227207,0.7349071,-0.4405229,0.9464212,-3.3408762,-16.462295)"
3084 cx="23.849493"
3085 cy="26.129625"
3086 fx="23.849493"
3087 fy="26.129625"
3088 r="22.367582" />
3089 <linearGradient
3090 inkscape:collect="always"
3091 xlink:href="#linearGradient3876"
3092 id="linearGradient12886"
3093 gradientUnits="userSpaceOnUse"
3094 x1="45.314926"
3095 y1="46.938847"
3096 x2="15.436844"
3097 y2="20.350887" />
3098 <linearGradient
3099 inkscape:collect="always"
3100 xlink:href="#linearGradient3700"
3101 id="linearGradient12888"
3102 gradientUnits="userSpaceOnUse"
3103 x1="11.121992"
3104 y1="19.825127"
3105 x2="36.977173"
3106 y2="51.580246" />
3107 <radialGradient
3108 inkscape:collect="always"
3109 xlink:href="#linearGradient4016"
3110 id="radialGradient12890"
3111 gradientUnits="userSpaceOnUse"
3112 gradientTransform="matrix(1.6227207,0.7349071,-0.4405229,0.9464212,-3.3408762,-16.462295)"
3113 cx="23.849493"
3114 cy="26.129625"
3115 fx="23.849493"
3116 fy="26.129625"
3117 r="22.367582" />
3118 <linearGradient
3119 inkscape:collect="always"
3120 xlink:href="#linearGradient3876"
3121 id="linearGradient12892"
3122 gradientUnits="userSpaceOnUse"
3123 x1="45.314926"
3124 y1="46.938847"
3125 x2="15.436844"
3126 y2="20.350887" />
3127 <linearGradient
3128 inkscape:collect="always"
3129 xlink:href="#linearGradient3700"
3130 id="linearGradient12894"
3131 gradientUnits="userSpaceOnUse"
3132 x1="11.121992"
3133 y1="19.825127"
3134 x2="36.977173"
3135 y2="51.580246" />
3136 <radialGradient
3137 inkscape:collect="always"
3138 xlink:href="#linearGradient4016"
3139 id="radialGradient12896"
3140 gradientUnits="userSpaceOnUse"
3141 gradientTransform="matrix(1.6227207,0.7349071,-0.4405229,0.9464212,-3.3408762,-16.462295)"
3142 cx="23.849493"
3143 cy="26.129625"
3144 fx="23.849493"
3145 fy="26.129625"
3146 r="22.367582" />
3147 <linearGradient
3148 inkscape:collect="always"
3149 xlink:href="#linearGradient3876"
3150 id="linearGradient12898"
3151 gradientUnits="userSpaceOnUse"
3152 x1="45.314926"
3153 y1="46.938847"
3154 x2="15.436844"
3155 y2="20.350887" />
3156 <linearGradient
3157 inkscape:collect="always"
3158 xlink:href="#linearGradient3700"
3159 id="linearGradient12900"
3160 gradientUnits="userSpaceOnUse"
3161 x1="11.121992"
3162 y1="19.825127"
3163 x2="36.977173"
3164 y2="51.580246" />
3165 <radialGradient
3166 inkscape:collect="always"
3167 xlink:href="#linearGradient4016"
3168 id="radialGradient12902"
3169 gradientUnits="userSpaceOnUse"
3170 gradientTransform="matrix(1.6227207,0.7349071,-0.4405229,0.9464212,-3.3408762,-16.462295)"
3171 cx="23.849493"
3172 cy="26.129625"
3173 fx="23.849493"
3174 fy="26.129625"
3175 r="22.367582" />
3176 <linearGradient
3177 inkscape:collect="always"
3178 xlink:href="#linearGradient3876"
3179 id="linearGradient12954"
3180 gradientUnits="userSpaceOnUse"
3181 x1="45.314926"
3182 y1="46.938847"
3183 x2="15.436844"
3184 y2="20.350887" />
3185 <linearGradient
3186 inkscape:collect="always"
3187 xlink:href="#linearGradient3700"
3188 id="linearGradient12956"
3189 gradientUnits="userSpaceOnUse"
3190 x1="11.121992"
3191 y1="19.825127"
3192 x2="36.977173"
3193 y2="51.580246" />
3194 <linearGradient
3195 inkscape:collect="always"
3196 xlink:href="#linearGradient3700"
3197 id="linearGradient12962"
3198 gradientUnits="userSpaceOnUse"
3199 x1="11.121992"
3200 y1="19.825127"
3201 x2="36.977173"
3202 y2="51.580246"
3203 gradientTransform="matrix(8.5540177e-2,0.1832528,-0.1939438,9.1429451e-2,26.822931,21.655949)" />
3204 <linearGradient
3205 inkscape:collect="always"
3206 xlink:href="#linearGradient3876"
3207 id="linearGradient12965"
3208 gradientUnits="userSpaceOnUse"
3209 x1="45.314926"
3210 y1="46.938847"
3211 x2="15.436844"
3212 y2="20.350887"
3213 gradientTransform="matrix(8.8395997e-2,0.1893708,-0.2022275,9.5334613e-2,26.963997,21.33956)" />
3214 <linearGradient
3215 inkscape:collect="always"
3216 xlink:href="#linearGradient3876"
3217 id="linearGradient12968"
3218 gradientUnits="userSpaceOnUse"
3219 x1="45.314926"
3220 y1="46.938847"
3221 x2="15.436844"
3222 y2="20.350887" />
3223 <linearGradient
3224 inkscape:collect="always"
3225 xlink:href="#linearGradient3700"
3226 id="linearGradient12970"
3227 gradientUnits="userSpaceOnUse"
3228 x1="11.121992"
3229 y1="19.825127"
3230 x2="36.977173"
3231 y2="51.580246" />
3232 <linearGradient
3233 inkscape:collect="always"
3234 xlink:href="#linearGradient3700"
3235 id="linearGradient12976"
3236 gradientUnits="userSpaceOnUse"
3237 x1="11.121992"
3238 y1="19.825127"
3239 x2="36.977173"
3240 y2="51.580246"
3241 gradientTransform="matrix(8.5540177e-2,0.1832528,-0.1939438,9.1429451e-2,30.477567,14.924076)" />
3242 <linearGradient
3243 inkscape:collect="always"
3244 xlink:href="#linearGradient3876"
3245 id="linearGradient12979"
3246 gradientUnits="userSpaceOnUse"
3247 x1="45.314926"
3248 y1="46.938847"
3249 x2="15.436844"
3250 y2="20.350887"
3251 gradientTransform="matrix(8.8395997e-2,0.1893708,-0.2022275,9.5334613e-2,30.618632,14.607688)" />
3252 <linearGradient
3253 inkscape:collect="always"
3254 xlink:href="#linearGradient3876"
3255 id="linearGradient12982"
3256 gradientUnits="userSpaceOnUse"
3257 x1="45.314926"
3258 y1="46.938847"
3259 x2="15.436844"
3260 y2="20.350887" />
3261 <linearGradient
3262 inkscape:collect="always"
3263 xlink:href="#linearGradient3700"
3264 id="linearGradient12984"
3265 gradientUnits="userSpaceOnUse"
3266 x1="11.121992"
3267 y1="19.825127"
3268 x2="36.977173"
3269 y2="51.580246" />
3270 <linearGradient
3271 inkscape:collect="always"
3272 xlink:href="#linearGradient3700"
3273 id="linearGradient12990"
3274 gradientUnits="userSpaceOnUse"
3275 x1="11.121992"
3276 y1="19.825127"
3277 x2="36.977173"
3278 y2="51.580246"
3279 gradientTransform="matrix(8.5540177e-2,0.1832528,-0.1939438,9.1429451e-2,20.856862,17.494492)" />
3280 <linearGradient
3281 inkscape:collect="always"
3282 xlink:href="#linearGradient3876"
3283 id="linearGradient12993"
3284 gradientUnits="userSpaceOnUse"
3285 x1="45.314926"
3286 y1="46.938847"
3287 x2="15.436844"
3288 y2="20.350887"
3289 gradientTransform="matrix(8.8395997e-2,0.1893708,-0.2022275,9.5334613e-2,20.997928,17.178104)" />
3290 <linearGradient
3291 inkscape:collect="always"
3292 xlink:href="#linearGradient3876"
3293 id="linearGradient12996"
3294 gradientUnits="userSpaceOnUse"
3295 x1="45.314926"
3296 y1="46.938847"
3297 x2="15.436844"
3298 y2="20.350887" />
3299 <linearGradient
3300 inkscape:collect="always"
3301 xlink:href="#linearGradient3700"
3302 id="linearGradient12998"
3303 gradientUnits="userSpaceOnUse"
3304 x1="11.121992"
3305 y1="19.825127"
3306 x2="36.977173"
3307 y2="51.580246" />
3308 <linearGradient
3309 inkscape:collect="always"
3310 xlink:href="#linearGradient3700"
3311 id="linearGradient13004"
3312 gradientUnits="userSpaceOnUse"
3313 x1="11.121992"
3314 y1="19.825127"
3315 x2="36.977173"
3316 y2="51.580246"
3317 gradientTransform="matrix(8.5540177e-2,0.1832528,-0.1939438,9.1429451e-2,16.699398,8.5879516)" />
3318 <linearGradient
3319 inkscape:collect="always"
3320 xlink:href="#linearGradient3876"
3321 id="linearGradient13007"
3322 gradientUnits="userSpaceOnUse"
3323 x1="45.314926"
3324 y1="46.938847"
3325 x2="15.436844"
3326 y2="20.350887"
3327 gradientTransform="matrix(8.8395997e-2,0.1893708,-0.2022275,9.5334613e-2,16.840463,8.2715632)" />
3328 <linearGradient
3329 inkscape:collect="always"
3330 xlink:href="#linearGradient3876"
3331 id="linearGradient13010"
3332 gradientUnits="userSpaceOnUse"
3333 x1="45.314926"
3334 y1="46.938847"
3335 x2="15.436844"
3336 y2="20.350887" />
3337 <linearGradient
3338 inkscape:collect="always"
3339 xlink:href="#linearGradient3700"
3340 id="linearGradient13012"
3341 gradientUnits="userSpaceOnUse"
3342 x1="11.121992"
3343 y1="19.825127"
3344 x2="36.977173"
3345 y2="51.580246" />
3346 <linearGradient
3347 inkscape:collect="always"
3348 xlink:href="#linearGradient3700"
3349 id="linearGradient13018"
3350 gradientUnits="userSpaceOnUse"
3351 x1="11.121992"
3352 y1="19.825127"
3353 x2="36.977173"
3354 y2="51.580246"
3355 gradientTransform="matrix(8.5540177e-2,0.1832528,-0.1939438,9.1429451e-2,24.246871,12.490462)" />
3356 <linearGradient
3357 inkscape:collect="always"
3358 xlink:href="#linearGradient3876"
3359 id="linearGradient13021"
3360 gradientUnits="userSpaceOnUse"
3361 x1="45.314926"
3362 y1="46.938847"
3363 x2="15.436844"
3364 y2="20.350887"
3365 gradientTransform="matrix(8.8395997e-2,0.1893708,-0.2022275,9.5334613e-2,24.387936,12.174073)" />
3366 <linearGradient
3367 inkscape:collect="always"
3368 xlink:href="#linearGradient3876"
3369 id="linearGradient13024"
3370 gradientUnits="userSpaceOnUse"
3371 x1="45.314926"
3372 y1="46.938847"
3373 x2="15.436844"
3374 y2="20.350887" />
3375 <linearGradient
3376 inkscape:collect="always"
3377 xlink:href="#linearGradient3700"
3378 id="linearGradient13026"
3379 gradientUnits="userSpaceOnUse"
3380 x1="11.121992"
3381 y1="19.825127"
3382 x2="36.977173"
3383 y2="51.580246" />
3384 <linearGradient
3385 inkscape:collect="always"
3386 xlink:href="#linearGradient3700"
3387 id="linearGradient13032"
3388 gradientUnits="userSpaceOnUse"
3389 x1="11.121992"
3390 y1="19.825127"
3391 x2="36.977173"
3392 y2="51.580246"
3393 gradientTransform="matrix(8.5540177e-2,0.1832528,-0.1939438,9.1429451e-2,30.740357,6.2043341)" />
3394 <linearGradient
3395 inkscape:collect="always"
3396 xlink:href="#linearGradient3876"
3397 id="linearGradient13035"
3398 gradientUnits="userSpaceOnUse"
3399 x1="45.314926"
3400 y1="46.938847"
3401 x2="15.436844"
3402 y2="20.350887"
3403 gradientTransform="matrix(8.8395997e-2,0.1893708,-0.2022275,9.5334613e-2,30.881423,5.8879458)" />
3404 <linearGradient
3405 inkscape:collect="always"
3406 xlink:href="#linearGradient3876"
3407 id="linearGradient13038"
3408 gradientUnits="userSpaceOnUse"
3409 x1="45.314926"
3410 y1="46.938847"
3411 x2="15.436844"
3412 y2="20.350887" />
3413 <linearGradient
3414 inkscape:collect="always"
3415 xlink:href="#linearGradient3700"
3416 id="linearGradient13040"
3417 gradientUnits="userSpaceOnUse"
3418 x1="11.121992"
3419 y1="19.825127"
3420 x2="36.977173"
3421 y2="51.580246" />
3422 <linearGradient
3423 inkscape:collect="always"
3424 xlink:href="#linearGradient3700"
3425 id="linearGradient13046"
3426 gradientUnits="userSpaceOnUse"
3427 x1="11.121992"
3428 y1="19.825127"
3429 x2="36.977173"
3430 y2="51.580246"
3431 gradientTransform="matrix(8.5540177e-2,0.1832528,-0.1939438,9.1429451e-2,22.860734,4.5480597)" />
3432 <linearGradient
3433 inkscape:collect="always"
3434 xlink:href="#linearGradient3876"
3435 id="linearGradient13049"
3436 gradientUnits="userSpaceOnUse"
3437 x1="45.314926"
3438 y1="46.938847"
3439 x2="15.436844"
3440 y2="20.350887"
3441 gradientTransform="matrix(8.8395997e-2,0.1893708,-0.2022275,9.5334613e-2,23.0018,4.2316714)" />
3442 <radialGradient
3443 inkscape:collect="always"
3444 xlink:href="#linearGradient15723"
3445 id="radialGradient13468"
3446 gradientUnits="userSpaceOnUse"
3447 gradientTransform="matrix(5.1829936e-2,0.1856819,-0.2015751,5.4362747e-2,31.204903,15.621876)"
3448 cx="19.185488"
3449 cy="42.060051"
3450 fx="19.185488"
3451 fy="42.060051"
3452 r="22.367582" />
3453 <radialGradient
3454 inkscape:collect="always"
3455 xlink:href="#linearGradient15723"
3456 id="radialGradient15731"
3457 gradientUnits="userSpaceOnUse"
3458 gradientTransform="matrix(5.1829936e-2,0.1856819,-0.2015751,5.4362747e-2,17.519408,9.5097958)"
3459 cx="19.185488"
3460 cy="42.060051"
3461 fx="19.185488"
3462 fy="42.060051"
3463 r="22.367582" />
3464 <radialGradient
3465 inkscape:collect="always"
3466 xlink:href="#linearGradient15723"
3467 id="radialGradient15735"
3468 gradientUnits="userSpaceOnUse"
3469 gradientTransform="matrix(5.1829936e-2,0.1856819,-0.2015751,5.4362747e-2,31.856594,7.0649643)"
3470 cx="19.185488"
3471 cy="42.060051"
3472 fx="19.185488"
3473 fy="42.060051"
3474 r="22.367582" />
3475 <radialGradient
3476 inkscape:collect="always"
3477 xlink:href="#linearGradient15723"
3478 id="radialGradient15739"
3479 gradientUnits="userSpaceOnUse"
3480 gradientTransform="matrix(5.1829936e-2,0.1856819,-0.2015751,5.4362747e-2,22.081239,18.372312)"
3481 cx="19.185488"
3482 cy="42.060051"
3483 fx="19.185488"
3484 fy="42.060051"
3485 r="22.367582" />
3486 <radialGradient
3487 inkscape:collect="always"
3488 xlink:href="#linearGradient15723"
3489 id="radialGradient15743"
3490 gradientUnits="userSpaceOnUse"
3491 gradientTransform="matrix(5.1829936e-2,0.1856819,-0.2015751,5.4362747e-2,27.620607,22.345164)"
3492 cx="19.185488"
3493 cy="42.060051"
3494 fx="19.185488"
3495 fy="42.060051"
3496 r="22.367582" />
3497 <radialGradient
3498 inkscape:collect="always"
3499 xlink:href="#linearGradient15723"
3500 id="radialGradient15747"
3501 gradientUnits="userSpaceOnUse"
3502 gradientTransform="matrix(5.1829936e-2,0.1856819,-0.2015751,5.4362747e-2,24.362155,5.5369453)"
3503 cx="19.185488"
3504 cy="42.060051"
3505 fx="19.185488"
3506 fy="42.060051"
3507 r="22.367582" />
3508 <radialGradient
3509 inkscape:collect="always"
3510 xlink:href="#linearGradient15723"
3511 id="radialGradient15751"
3512 gradientUnits="userSpaceOnUse"
3513 gradientTransform="matrix(5.1829936e-2,0.1856819,-0.2015751,5.4362747e-2,25.665536,13.177044)"
3514 cx="19.185488"
3515 cy="42.060051"
3516 fx="19.185488"
3517 fy="42.060051"
3518 r="22.367582" />
3519 <radialGradient
3520 r="3.2859459"
3521 fy="37.788399"
3522 fx="9.9970646"
3523 cy="37.788399"
3524 cx="9.9970646"
3525 gradientTransform="matrix(1.7209735,-0.3510107,1.1036861,4.0538348,-40.091506,-110.40793)"
3526 gradientUnits="userSpaceOnUse"
3527 id="radialGradient23943"
3528 xlink:href="#linearGradient6790"
3529 inkscape:collect="always" />
3530 <linearGradient
3531 y2="31.583212"
3532 x2="15.862615"
3533 y1="34.508034"
3534 x1="15.547709"
3535 gradientUnits="userSpaceOnUse"
3536 id="linearGradient23941"
3537 xlink:href="#linearGradient6536"
3538 inkscape:collect="always" />
3539 <radialGradient
3540 r="3.2859459"
3541 fy="37.600693"
3542 fx="9.8660078"
3543 cy="37.600693"
3544 cx="9.8660078"
3545 gradientTransform="matrix(1.3103482,4.2182008e-3,-7.4133702e-3,2.3029,-2.8757689,-49.743406)"
3546 gradientUnits="userSpaceOnUse"
3547 id="radialGradient23939"
3548 xlink:href="#linearGradient6330"
3549 inkscape:collect="always" />
3550 <linearGradient
3551 y2="28.258429"
3552 x2="47.584175"
3553 y1="22.608646"
3554 x1="41.882599"
3555 gradientTransform="matrix(1.1465711,0,0,1.102342,-15.702128,1.2162042)"
3556 gradientUnits="userSpaceOnUse"
3557 id="linearGradient23937"
3558 xlink:href="#linearGradient6966"
3559 inkscape:collect="always" />
3560 <linearGradient
3561 y2="40.853069"
3562 x2="0.95340234"
3563 y1="37.889248"
3564 x1="21.607527"
3565 gradientTransform="matrix(1.2886963,0,0,1.2356032,11.881181,-11.215729)"
3566 gradientUnits="userSpaceOnUse"
3567 id="linearGradient23935"
3568 xlink:href="#linearGradient6316"
3569 inkscape:collect="always" />
3570 <linearGradient
3571 y2="28.258429"
3572 x2="47.584175"
3573 y1="22.608646"
3574 x1="41.882599"
3575 gradientTransform="matrix(0.9120055,0,0,0.8517041,5.8435376,-4.015218)"
3576 gradientUnits="userSpaceOnUse"
3577 id="linearGradient23933"
3578 xlink:href="#linearGradient6966"
3579 inkscape:collect="always" />
3580 <linearGradient
3581 y2="31.861843"
3582 x2="24.166008"
3583 y1="37.541382"
3584 x1="26.945147"
3585 gradientTransform="matrix(0.8748134,-0.2177409,8.9205366e-2,0.5240181,5.4566931,18.319831)"
3586 gradientUnits="userSpaceOnUse"
3587 id="linearGradient23927"
3588 xlink:href="#linearGradient6207"
3589 inkscape:collect="always" />
3590 <linearGradient
3591 y2="24.942616"
3592 x2="26.089306"
3593 y1="37.328121"
3594 x1="27.708006"
3595 gradientTransform="matrix(0.2273337,0.1439919,-7.8368773e-2,0.1504138,21.132929,17.334317)"
3596 gradientUnits="userSpaceOnUse"
3597 id="linearGradient23925"
3598 xlink:href="#linearGradient6713"
3599 inkscape:collect="always" />
3600 <linearGradient
3601 y2="35.965271"
3602 x2="30.054531"
3603 y1="45.143444"
3604 x1="30.760841"
3605 gradientTransform="matrix(0.4828702,7.5748833e-2,-6.4467257e-2,0.5212116,17.425537,3.8171679)"
3606 gradientUnits="userSpaceOnUse"
3607 id="linearGradient23923"
3608 xlink:href="#linearGradient6411"
3609 inkscape:collect="always" />
3610 <linearGradient
3611 y2="23.201157"
3612 x2="14.356007"
3613 y1="21.441389"
3614 x1="11.947902"
3615 gradientTransform="matrix(0.4647605,7.2907935e-2,-5.5668823e-2,0.4500771,14.931633,10.577385)"
3616 gradientUnits="userSpaceOnUse"
3617 id="linearGradient23921"
3618 xlink:href="#linearGradient6399"
3619 inkscape:collect="always" />
3620 <linearGradient
3621 y2="31.861843"
3622 x2="24.166008"
3623 y1="37.541382"
3624 x1="26.945147"
3625 gradientTransform="matrix(0.8748134,-0.2177409,8.9205366e-2,0.5240181,5.4566931,18.319831)"
3626 gradientUnits="userSpaceOnUse"
3627 id="linearGradient23919"
3628 xlink:href="#linearGradient6207"
3629 inkscape:collect="always" />
3630 <linearGradient
3631 y2="28.546391"
3632 x2="24.758465"
3633 y1="37.328121"
3634 x1="27.708006"
3635 gradientTransform="matrix(0.3875594,-4.8154078e-2,-4.0353507e-3,0.2951368,19.008673,17.5212)"
3636 gradientUnits="userSpaceOnUse"
3637 id="linearGradient23917"
3638 xlink:href="#linearGradient6719"
3639 inkscape:collect="always" />
3640 <linearGradient
3641 y2="26.760107"
3642 x2="9.5548677"
3643 y1="30.83536"
3644 x1="23.653185"
3645 gradientTransform="matrix(0.4892216,7.6745192e-2,-6.9164305e-2,0.5591867,17.006731,7.580596)"
3646 gradientUnits="userSpaceOnUse"
3647 id="linearGradient23915"
3648 xlink:href="#linearGradient6176"
3649 inkscape:collect="always" />
3650 <linearGradient
3651 y2="35.965271"
3652 x2="30.054531"
3653 y1="45.143444"
3654 x1="30.760841"
3655 gradientTransform="matrix(0.9870174,0,0,0.9320886,3.5185525,-9.403297)"
3656 gradientUnits="userSpaceOnUse"
3657 id="linearGradient23913"
3658 xlink:href="#linearGradient6411"
3659 inkscape:collect="always" />
3660 <linearGradient
3661 y2="27.665232"
3662 x2="42.062714"
3663 y1="20.07044"
3664 x1="44.055416"
3665 gradientTransform="translate(1.4819103,-2.2228654)"
3666 gradientUnits="userSpaceOnUse"
3667 id="linearGradient23836"
3668 xlink:href="#linearGradient3648"
3669 inkscape:collect="always" />
3670 <radialGradient
3671 r="8.9081015"
3672 fy="28.079119"
3673 fx="38.804935"
3674 cy="28.079119"
3675 cx="38.804935"
3676 gradientTransform="matrix(1.0740234,0.8740518,-0.954957,1.1734387,24.401851,-39.703591)"
3677 gradientUnits="userSpaceOnUse"
3678 id="radialGradient23834"
3679 xlink:href="#linearGradient3694"
3680 inkscape:collect="always" />
3681 <linearGradient
3682 y2="28.089251"
3683 x2="53.783138"
3684 y1="38.92572"
3685 x1="45.007313"
3686 gradientUnits="userSpaceOnUse"
3687 id="linearGradient23832"
3688 xlink:href="#linearGradient3674"
3689 inkscape:collect="always" />
3690 <radialGradient
3691 r="9.1463013"
3692 fy="35.175655"
3693 fx="46.292198"
3694 cy="35.175655"
3695 cx="46.292198"
3696 gradientTransform="matrix(0.5949427,9.1137882e-2,-0.118737,0.7751079,22.291093,3.7370407)"
3697 gradientUnits="userSpaceOnUse"
3698 id="radialGradient23830"
3699 xlink:href="#linearGradient3660"
3700 inkscape:collect="always" />
3701 <linearGradient
3702 y2="32.360336"
3703 x2="19.38553"
3704 y1="33.808254"
3705 x1="19.514616"
3706 gradientUnits="userSpaceOnUse"
3707 id="linearGradient23820"
3708 xlink:href="#linearGradient3704"
3709 inkscape:collect="always" />
3710 <linearGradient
3711 y2="32.360336"
3712 x2="19.38553"
3713 y1="33.808254"
3714 x1="19.514616"
3715 gradientUnits="userSpaceOnUse"
3716 id="linearGradient23818"
3717 xlink:href="#linearGradient3704"
3718 inkscape:collect="always" />
3719 <linearGradient
3720 y2="32.360336"
3721 x2="19.38553"
3722 y1="33.808254"
3723 x1="19.514616"
3724 gradientUnits="userSpaceOnUse"
3725 id="linearGradient23816"
3726 xlink:href="#linearGradient3704"
3727 inkscape:collect="always" />
3728 <linearGradient
3729 y2="32.360336"
3730 x2="19.38553"
3731 y1="33.808254"
3732 x1="19.514616"
3733 gradientUnits="userSpaceOnUse"
3734 id="linearGradient23814"
3735 xlink:href="#linearGradient3704"
3736 inkscape:collect="always" />
3737 <linearGradient
3738 y2="32.360336"
3739 x2="19.38553"
3740 y1="33.808254"
3741 x1="19.514616"
3742 gradientUnits="userSpaceOnUse"
3743 id="linearGradient23812"
3744 xlink:href="#linearGradient3704"
3745 inkscape:collect="always" />
3746 <linearGradient
3747 y2="32.360336"
3748 x2="19.38553"
3749 y1="33.808254"
3750 x1="19.514616"
3751 gradientUnits="userSpaceOnUse"
3752 id="linearGradient23810"
3753 xlink:href="#linearGradient3704"
3754 inkscape:collect="always" />
3755 <linearGradient
3756 y2="32.360336"
3757 x2="19.38553"
3758 y1="33.808254"
3759 x1="19.514616"
3760 gradientUnits="userSpaceOnUse"
3761 id="linearGradient23808"
3762 xlink:href="#linearGradient3704"
3763 inkscape:collect="always" />
3764 <linearGradient
3765 y2="32.360336"
3766 x2="19.38553"
3767 y1="33.808254"
3768 x1="19.514616"
3769 gradientUnits="userSpaceOnUse"
3770 id="linearGradient23806"
3771 xlink:href="#linearGradient3704"
3772 inkscape:collect="always" />
3773 <linearGradient
3774 y2="32.360336"
3775 x2="19.38553"
3776 y1="33.808254"
3777 x1="19.514616"
3778 gradientUnits="userSpaceOnUse"
3779 id="linearGradient23804"
3780 xlink:href="#linearGradient3704"
3781 inkscape:collect="always" />
3782 <linearGradient
3783 y2="32.360336"
3784 x2="19.38553"
3785 y1="33.808254"
3786 x1="19.514616"
3787 gradientUnits="userSpaceOnUse"
3788 id="linearGradient23802"
3789 xlink:href="#linearGradient3704"
3790 inkscape:collect="always" />
3791 <linearGradient
3792 y2="32.360336"
3793 x2="19.38553"
3794 y1="33.808254"
3795 x1="19.514616"
3796 gradientUnits="userSpaceOnUse"
3797 id="linearGradient23800"
3798 xlink:href="#linearGradient3704"
3799 inkscape:collect="always" />
3800 <linearGradient
3801 y2="32.360336"
3802 x2="19.38553"
3803 y1="33.808254"
3804 x1="19.514616"
3805 gradientUnits="userSpaceOnUse"
3806 id="linearGradient23798"
3807 xlink:href="#linearGradient3704"
3808 inkscape:collect="always" />
3809 <linearGradient
3810 y2="32.360336"
3811 x2="19.38553"
3812 y1="33.808254"
3813 x1="19.514616"
3814 gradientUnits="userSpaceOnUse"
3815 id="linearGradient23796"
3816 xlink:href="#linearGradient3704"
3817 inkscape:collect="always" />
3818 <linearGradient
3819 y2="32.360336"
3820 x2="19.38553"
3821 y1="33.808254"
3822 x1="19.514616"
3823 gradientUnits="userSpaceOnUse"
3824 id="linearGradient23794"
3825 xlink:href="#linearGradient3704"
3826 inkscape:collect="always" />
3827 <linearGradient
3828 y2="32.360336"
3829 x2="19.38553"
3830 y1="33.808254"
3831 x1="19.514616"
3832 gradientUnits="userSpaceOnUse"
3833 id="linearGradient23792"
3834 xlink:href="#linearGradient3704"
3835 inkscape:collect="always" />
3836 <linearGradient
3837 y2="32.360336"
3838 x2="19.38553"
3839 y1="33.808254"
3840 x1="19.514616"
3841 gradientUnits="userSpaceOnUse"
3842 id="linearGradient23790"
3843 xlink:href="#linearGradient3704"
3844 inkscape:collect="always" />
3845 <linearGradient
3846 y2="32.360336"
3847 x2="19.38553"
3848 y1="33.808254"
3849 x1="19.514616"
3850 gradientUnits="userSpaceOnUse"
3851 id="linearGradient23788"
3852 xlink:href="#linearGradient3704"
3853 inkscape:collect="always" />
3854 <linearGradient
3855 y2="32.360336"
3856 x2="19.38553"
3857 y1="33.808254"
3858 x1="19.514616"
3859 gradientUnits="userSpaceOnUse"
3860 id="linearGradient23786"
3861 xlink:href="#linearGradient3704"
3862 inkscape:collect="always" />
3863 <linearGradient
3864 y2="32.360336"
3865 x2="19.38553"
3866 y1="33.808254"
3867 x1="19.514616"
3868 gradientUnits="userSpaceOnUse"
3869 id="linearGradient23784"
3870 xlink:href="#linearGradient3704"
3871 inkscape:collect="always" />
3872 <radialGradient
3873 gradientUnits="userSpaceOnUse"
3874 gradientTransform="matrix(1.0740234,0.8740518,-0.954957,1.1734387,24.401851,-39.703591)"
3875 r="8.9081015"
3876 fy="28.079119"
3877 fx="38.804935"
3878 cy="28.079119"
3879 cx="38.804935"
3880 id="radialGradient23778"
3881 xlink:href="#linearGradient3694"
3882 inkscape:collect="always" />
3883 <linearGradient
3884 gradientUnits="userSpaceOnUse"
3885 y2="28.089251"
3886 x2="53.783138"
3887 y1="38.92572"
3888 x1="45.007313"
3889 id="linearGradient23776"
3890 xlink:href="#linearGradient3674"
3891 inkscape:collect="always" />
3892 <radialGradient
3893 gradientUnits="userSpaceOnUse"
3894 gradientTransform="matrix(0.5949427,9.1137882e-2,-0.118737,0.7751079,22.291093,3.7370407)"
3895 r="9.1463013"
3896 fy="35.175655"
3897 fx="46.292198"
3898 cy="35.175655"
3899 cx="46.292198"
3900 id="radialGradient23774"
3901 xlink:href="#linearGradient3660"
3902 inkscape:collect="always" />
3903 <linearGradient
3904 gradientTransform="translate(1.4819103,-2.2228654)"
3905 gradientUnits="userSpaceOnUse"
3906 y2="27.665232"
3907 x2="42.062714"
3908 y1="20.07044"
3909 x1="44.055416"
3910 id="linearGradient23772"
3911 xlink:href="#linearGradient3648"
3912 inkscape:collect="always" />
3913 <linearGradient
3914 y2="26.984051"
3915 x2="46.247578"
3916 y1="29.118277"
3917 x1="42.139473"
3918 gradientUnits="userSpaceOnUse"
3919 id="linearGradient23770"
3920 xlink:href="#linearGradient6207"
3921 inkscape:collect="always" />
3922 <linearGradient
3923 y2="28.034212"
3924 x2="48.194378"
3925 y1="28.034212"
3926 x1="40.999622"
3927 gradientUnits="userSpaceOnUse"
3928 id="linearGradient23768"
3929 xlink:href="#linearGradient6207"
3930 inkscape:collect="always" />
3931 <linearGradient
3932 y2="28.034212"
3933 x2="48.194378"
3934 y1="28.034212"
3935 x1="40.999622"
3936 gradientUnits="userSpaceOnUse"
3937 id="linearGradient23766"
3938 xlink:href="#linearGradient6207"
3939 inkscape:collect="always" />
3940 <linearGradient
3941 y2="31.127768"
3942 x2="48.384071"
3943 y1="27.907047"
3944 x1="41.63512"
3945 gradientUnits="userSpaceOnUse"
3946 id="linearGradient23764"
3947 xlink:href="#linearGradient8707"
3948 inkscape:collect="always" />
3949 <linearGradient
3950 y2="31.127768"
3951 x2="48.384071"
3952 y1="27.907047"
3953 x1="41.63512"
3954 gradientUnits="userSpaceOnUse"
3955 id="linearGradient23762"
3956 xlink:href="#linearGradient8707"
3957 inkscape:collect="always" />
3958 <radialGradient
3959 gradientUnits="userSpaceOnUse"
3960 gradientTransform="matrix(1,0,0,1.0072283,0,-0.2026403)"
3961 r="3.3618772"
3962 fy="28.63489"
3963 fx="46.541832"
3964 cy="28.63489"
3965 cx="46.541832"
3966 id="radialGradient23760"
3967 xlink:href="#linearGradient8843"
3968 inkscape:collect="always" />
3969 <linearGradient
3970 y2="28.639231"
3971 x2="49.903709"
3972 y1="26.717003"
3973 x1="42.559189"
3974 gradientUnits="userSpaceOnUse"
3975 id="linearGradient23758"
3976 xlink:href="#linearGradient8513"
3977 inkscape:collect="always" />
3978 <linearGradient
3979 gradientUnits="userSpaceOnUse"
3980 y2="31.127768"
3981 x2="48.384071"
3982 y1="27.907047"
3983 x1="41.63512"
3984 id="linearGradient23748"
3985 xlink:href="#linearGradient8707"
3986 inkscape:collect="always" />
3987 <linearGradient
3988 y2="27.989485"
3989 x2="46.247555"
3990 y1="25.754759"
3991 x1="46.122166"
3992 gradientUnits="userSpaceOnUse"
3993 id="linearGradient23746"
3994 xlink:href="#linearGradient8513"
3995 inkscape:collect="always" />
3996 <radialGradient
3997 r="3.3618771"
3998 fy="27.989805"
3999 fx="46.247555"
4000 cy="27.989805"
4001 cx="46.247555"
4002 gradientTransform="matrix(1,0,0,1.0072283,0,-0.2026403)"
4003 gradientUnits="userSpaceOnUse"
4004 id="radialGradient23744"
4005 xlink:href="#linearGradient6207"
4006 inkscape:collect="always" />
4007 <linearGradient
4008 y2="24.513933"
4009 x2="55.051739"
4010 y1="39.425655"
4011 x1="33.278328"
4012 gradientTransform="matrix(0.349748,1.2886738e-2,-1.2499592e-2,0.3402226,18.144474,17.383233)"
4013 gradientUnits="userSpaceOnUse"
4014 id="linearGradient23742"
4015 xlink:href="#linearGradient8071"
4016 inkscape:collect="always" />
4017 <linearGradient
4018 y2="25.733475"
4019 x2="57.685329"
4020 y1="38.036366"
4021 x1="48.77412"
4022 gradientTransform="matrix(0.3565568,1.2882285e-2,-1.2742932e-2,0.340105,17.904338,17.428057)"
4023 gradientUnits="userSpaceOnUse"
4024 id="linearGradient23740"
4025 xlink:href="#linearGradient8549"
4026 inkscape:collect="always" />
4027 <radialGradient
4028 r="10.039116"
4029 fy="33.385128"
4030 fx="46.666756"
4031 cy="33.385128"
4032 cx="46.666756"
4033 gradientTransform="matrix(0.4074077,-0.227027,0.2031309,0.3650574,8.2605574,27.609534)"
4034 gradientUnits="userSpaceOnUse"
4035 id="radialGradient23738"
4036 xlink:href="#linearGradient8555"
4037 inkscape:collect="always" />
4038 <linearGradient
4039 gradientTransform="matrix(0.7255888,2.9277354e-2,-2.5931715e-2,0.7729511,1.959125,8.4057344)"
4040 y2="25.733475"
4041 x2="57.685329"
4042 y1="38.036366"
4043 x1="48.77412"
4044 gradientUnits="userSpaceOnUse"
4045 id="linearGradient23732"
4046 xlink:href="#linearGradient8549"
4047 inkscape:collect="always" />
4048 <radialGradient
4049 r="10.039116"
4050 fy="33.385128"
4051 fx="46.666756"
4052 cy="33.385128"
4053 cx="46.666756"
4054 gradientTransform="matrix(0.8290697,-0.5159604,0.413369,0.8296599,-17.665853,31.545008)"
4055 gradientUnits="userSpaceOnUse"
4056 id="radialGradient23730"
4057 xlink:href="#linearGradient8555"
4058 inkscape:collect="always" />
4059 <linearGradient
4060 y2="26.984051"
4061 x2="46.247578"
4062 y1="29.118277"
4063 x1="42.139473"
4064 gradientUnits="userSpaceOnUse"
4065 id="linearGradient23728"
4066 xlink:href="#linearGradient6207"
4067 inkscape:collect="always" />
4068 <linearGradient
4069 y2="28.034212"
4070 x2="48.194378"
4071 y1="28.034212"
4072 x1="40.999622"
4073 gradientUnits="userSpaceOnUse"
4074 id="linearGradient23726"
4075 xlink:href="#linearGradient6207"
4076 inkscape:collect="always" />
4077 <linearGradient
4078 y2="28.034212"
4079 x2="48.194378"
4080 y1="28.034212"
4081 x1="40.999622"
4082 gradientUnits="userSpaceOnUse"
4083 id="linearGradient23724"
4084 xlink:href="#linearGradient6207"
4085 inkscape:collect="always" />
4086 <radialGradient
4087 gradientUnits="userSpaceOnUse"
4088 gradientTransform="matrix(1,0,0,1.0072283,0,-0.2026403)"
4089 r="3.3618771"
4090 fy="27.989805"
4091 fx="46.247555"
4092 cy="27.989805"
4093 cx="46.247555"
4094 id="radialGradient23722"
4095 xlink:href="#linearGradient6207"
4096 inkscape:collect="always" />
4097 <linearGradient
4098 y2="27.989485"
4099 x2="46.247555"
4100 y1="25.754759"
4101 x1="46.122166"
4102 gradientUnits="userSpaceOnUse"
4103 id="linearGradient23720"
4104 xlink:href="#linearGradient8513"
4105 inkscape:collect="always" />
4106 <linearGradient
4107 gradientUnits="userSpaceOnUse"
4108 y2="28.034212"
4109 x2="47.958876"
4110 y1="28.034212"
4111 x1="41.235122"
4112 id="linearGradient23718"
4113 xlink:href="#linearGradient8523"
4114 inkscape:collect="always" />
4115 <linearGradient
4116 gradientUnits="userSpaceOnUse"
4117 y2="28.034212"
4118 x2="47.958878"
4119 y1="26.717003"
4120 x1="42.559189"
4121 id="linearGradient23716"
4122 xlink:href="#linearGradient8513"
4123 inkscape:collect="always" />
4124 <linearGradient
4125 y2="24.513933"
4126 x2="55.051739"
4127 y1="39.425655"
4128 x1="33.278328"
4129 gradientTransform="matrix(0.711733,2.9287476e-2,-2.543652e-2,0.7732181,2.4477994,8.3038623)"
4130 gradientUnits="userSpaceOnUse"
4131 id="linearGradient23714"
4132 xlink:href="#linearGradient8071"
4133 inkscape:collect="always" />
4134 <linearGradient
4135 id="linearGradient23509">
4136 <stop
4137 offset="0"
4138 style="stop-color:#000000;stop-opacity:1;"
4139 id="stop23511" />
4140 <stop
4141 offset="0.63"
4142 style="stop-color:#000000;stop-opacity:1;"
4143 id="stop23513" />
4144 <stop
4145 offset="1"
4146 style="stop-color:#000000;stop-opacity:0;"
4147 id="stop23515" />
4148 </linearGradient>
4149 <radialGradient
4150 inkscape:collect="always"
4151 xlink:href="#linearGradient3283"
4152 id="radialGradient23507"
4153 gradientUnits="userSpaceOnUse"
4154 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
4155 cx="9.5"
4156 cy="26.5"
4157 fx="9.5"
4158 fy="26.5"
4159 r="6.5" />
4160 <radialGradient
4161 inkscape:collect="always"
4162 xlink:href="#linearGradient6813"
4163 id="radialGradient23505"
4164 gradientUnits="userSpaceOnUse"
4165 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
4166 cx="7.7485466"
4167 cy="24.003017"
4168 fx="7.7485466"
4169 fy="24.003017"
4170 r="7.0979128" />
4171 <linearGradient
4172 inkscape:collect="always"
4173 xlink:href="#linearGradient6819"
4174 id="linearGradient23503"
4175 gradientUnits="userSpaceOnUse"
4176 x1="6.8259234"
4177 y1="21.662947"
4178 x2="12.087898"
4179 y2="31.969028" />
4180 <linearGradient
4181 inkscape:collect="always"
4182 xlink:href="#linearGradient4154"
4183 id="linearGradient23501"
4184 gradientUnits="userSpaceOnUse"
4185 x1="3.9761817"
4186 y1="19.20796"
4187 x2="11.576672"
4188 y2="33.427441" />
4189 <linearGradient
4190 inkscape:collect="always"
4191 xlink:href="#linearGradient4154"
4192 id="linearGradient23499"
4193 gradientUnits="userSpaceOnUse"
4194 x1="9.5"
4195 y1="21.647621"
4196 x2="9.5"
4197 y2="31.038509" />
4198 <radialGradient
4199 inkscape:collect="always"
4200 xlink:href="#linearGradient3283"
4201 id="radialGradient23497"
4202 gradientUnits="userSpaceOnUse"
4203 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
4204 cx="9.5"
4205 cy="26.5"
4206 fx="9.5"
4207 fy="26.5"
4208 r="6.5" />
4209 <radialGradient
4210 inkscape:collect="always"
4211 xlink:href="#linearGradient6740"
4212 id="radialGradient23495"
4213 gradientUnits="userSpaceOnUse"
4214 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
4215 cx="7.7485466"
4216 cy="24.003017"
4217 fx="7.7485466"
4218 fy="24.003017"
4219 r="7.0979128" />
4220 <linearGradient
4221 inkscape:collect="always"
4222 xlink:href="#linearGradient4186"
4223 id="linearGradient23493"
4224 gradientUnits="userSpaceOnUse"
4225 x1="6.8259234"
4226 y1="21.662947"
4227 x2="12.087898"
4228 y2="31.969028" />
4229 <linearGradient
4230 inkscape:collect="always"
4231 xlink:href="#linearGradient4154"
4232 id="linearGradient23491"
4233 gradientUnits="userSpaceOnUse"
4234 x1="3.9761817"
4235 y1="19.20796"
4236 x2="11.576672"
4237 y2="33.427441" />
4238 <linearGradient
4239 inkscape:collect="always"
4240 xlink:href="#linearGradient4154"
4241 id="linearGradient23489"
4242 gradientUnits="userSpaceOnUse"
4243 x1="9.5"
4244 y1="21.647621"
4245 x2="9.5"
4246 y2="31.038509" />
4247 <radialGradient
4248 inkscape:collect="always"
4249 xlink:href="#linearGradient3283"
4250 id="radialGradient23487"
4251 gradientUnits="userSpaceOnUse"
4252 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
4253 cx="9.5"
4254 cy="26.5"
4255 fx="9.5"
4256 fy="26.5"
4257 r="6.5" />
4258 <radialGradient
4259 inkscape:collect="always"
4260 xlink:href="#linearGradient6734"
4261 id="radialGradient23485"
4262 gradientUnits="userSpaceOnUse"
4263 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
4264 cx="7.7485466"
4265 cy="24.003017"
4266 fx="7.7485466"
4267 fy="24.003017"
4268 r="7.0979128" />
4269 <linearGradient
4270 inkscape:collect="always"
4271 xlink:href="#linearGradient6776"
4272 id="linearGradient23483"
4273 gradientUnits="userSpaceOnUse"
4274 x1="6.8259234"
4275 y1="21.662947"
4276 x2="12.087898"
4277 y2="31.969028" />
4278 <linearGradient
4279 inkscape:collect="always"
4280 xlink:href="#linearGradient4154"
4281 id="linearGradient23481"
4282 gradientUnits="userSpaceOnUse"
4283 x1="3.9761817"
4284 y1="19.20796"
4285 x2="11.576672"
4286 y2="33.427441" />
4287 <linearGradient
4288 inkscape:collect="always"
4289 xlink:href="#linearGradient4154"
4290 id="linearGradient23479"
4291 gradientUnits="userSpaceOnUse"
4292 x1="9.5"
4293 y1="21.647621"
4294 x2="9.5"
4295 y2="31.038509" />
4296 <radialGradient
4297 inkscape:collect="always"
4298 xlink:href="#linearGradient3283"
4299 id="radialGradient23477"
4300 gradientUnits="userSpaceOnUse"
4301 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
4302 cx="9.5"
4303 cy="26.5"
4304 fx="9.5"
4305 fy="26.5"
4306 r="6.5" />
4307 <radialGradient
4308 inkscape:collect="always"
4309 xlink:href="#linearGradient6770"
4310 id="radialGradient23475"
4311 gradientUnits="userSpaceOnUse"
4312 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
4313 cx="7.7485466"
4314 cy="24.003017"
4315 fx="7.7485466"
4316 fy="24.003017"
4317 r="7.0979128" />
4318 <linearGradient
4319 inkscape:collect="always"
4320 xlink:href="#linearGradient4372"
4321 id="linearGradient23473"
4322 gradientUnits="userSpaceOnUse"
4323 x1="6.8259234"
4324 y1="21.662947"
4325 x2="12.087898"
4326 y2="31.969028" />
4327 <linearGradient
4328 inkscape:collect="always"
4329 xlink:href="#linearGradient4154"
4330 id="linearGradient23471"
4331 gradientUnits="userSpaceOnUse"
4332 x1="3.9761817"
4333 y1="19.20796"
4334 x2="11.576672"
4335 y2="33.427441" />
4336 <linearGradient
4337 inkscape:collect="always"
4338 xlink:href="#linearGradient4154"
4339 id="linearGradient23469"
4340 gradientUnits="userSpaceOnUse"
4341 x1="9.5"
4342 y1="21.647621"
4343 x2="9.5"
4344 y2="31.038509" />
4345 <radialGradient
4346 inkscape:collect="always"
4347 xlink:href="#linearGradient3283"
4348 id="radialGradient23467"
4349 gradientUnits="userSpaceOnUse"
4350 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
4351 cx="9.5"
4352 cy="26.5"
4353 fx="9.5"
4354 fy="26.5"
4355 r="6.5" />
4356 <radialGradient
4357 inkscape:collect="always"
4358 xlink:href="#linearGradient6752"
4359 id="radialGradient23465"
4360 gradientUnits="userSpaceOnUse"
4361 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
4362 cx="7.7485466"
4363 cy="24.003017"
4364 fx="7.7485466"
4365 fy="24.003017"
4366 r="7.0979128" />
4367 <linearGradient
4368 inkscape:collect="always"
4369 xlink:href="#linearGradient4272"
4370 id="linearGradient23463"
4371 gradientUnits="userSpaceOnUse"
4372 x1="6.8259234"
4373 y1="21.662947"
4374 x2="12.087898"
4375 y2="31.969028" />
4376 <linearGradient
4377 inkscape:collect="always"
4378 xlink:href="#linearGradient4154"
4379 id="linearGradient23461"
4380 gradientUnits="userSpaceOnUse"
4381 x1="3.9761817"
4382 y1="19.20796"
4383 x2="11.576672"
4384 y2="33.427441" />
4385 <linearGradient
4386 inkscape:collect="always"
4387 xlink:href="#linearGradient4154"
4388 id="linearGradient23459"
4389 gradientUnits="userSpaceOnUse"
4390 x1="9.5"
4391 y1="21.647621"
4392 x2="9.5"
4393 y2="31.038509" />
4394 <radialGradient
4395 inkscape:collect="always"
4396 xlink:href="#linearGradient3283"
4397 id="radialGradient23457"
4398 gradientUnits="userSpaceOnUse"
4399 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
4400 cx="9.5"
4401 cy="26.5"
4402 fx="9.5"
4403 fy="26.5"
4404 r="6.5" />
4405 <radialGradient
4406 inkscape:collect="always"
4407 xlink:href="#linearGradient6758"
4408 id="radialGradient23455"
4409 gradientUnits="userSpaceOnUse"
4410 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
4411 cx="7.7485466"
4412 cy="24.003017"
4413 fx="7.7485466"
4414 fy="24.003017"
4415 r="7.0979128" />
4416 <linearGradient
4417 inkscape:collect="always"
4418 xlink:href="#linearGradient4400"
4419 id="linearGradient23453"
4420 gradientUnits="userSpaceOnUse"
4421 x1="6.8259234"
4422 y1="21.662947"
4423 x2="12.087898"
4424 y2="31.969028" />
4425 <linearGradient
4426 inkscape:collect="always"
4427 xlink:href="#linearGradient4154"
4428 id="linearGradient23451"
4429 gradientUnits="userSpaceOnUse"
4430 x1="3.9761817"
4431 y1="19.20796"
4432 x2="11.576672"
4433 y2="33.427441" />
4434 <linearGradient
4435 inkscape:collect="always"
4436 xlink:href="#linearGradient4154"
4437 id="linearGradient23449"
4438 gradientUnits="userSpaceOnUse"
4439 x1="9.5"
4440 y1="21.647621"
4441 x2="9.5"
4442 y2="31.038509" />
4443 <radialGradient
4444 inkscape:collect="always"
4445 xlink:href="#linearGradient3283"
4446 id="radialGradient23447"
4447 gradientUnits="userSpaceOnUse"
4448 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
4449 cx="9.5"
4450 cy="26.5"
4451 fx="9.5"
4452 fy="26.5"
4453 r="6.5" />
4454 <radialGradient
4455 inkscape:collect="always"
4456 xlink:href="#linearGradient6764"
4457 id="radialGradient23445"
4458 gradientUnits="userSpaceOnUse"
4459 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
4460 cx="7.7485466"
4461 cy="24.003017"
4462 fx="7.7485466"
4463 fy="24.003017"
4464 r="7.0979128" />
4465 <linearGradient
4466 inkscape:collect="always"
4467 xlink:href="#linearGradient6547"
4468 id="linearGradient23443"
4469 gradientUnits="userSpaceOnUse"
4470 x1="6.8259234"
4471 y1="21.662947"
4472 x2="12.087898"
4473 y2="31.969028" />
4474 <linearGradient
4475 inkscape:collect="always"
4476 xlink:href="#linearGradient4154"
4477 id="linearGradient23441"
4478 gradientUnits="userSpaceOnUse"
4479 x1="3.9761817"
4480 y1="19.20796"
4481 x2="11.576672"
4482 y2="33.427441" />
4483 <linearGradient
4484 inkscape:collect="always"
4485 xlink:href="#linearGradient4154"
4486 id="linearGradient23439"
4487 gradientUnits="userSpaceOnUse"
4488 x1="9.5"
4489 y1="21.647621"
4490 x2="9.5"
4491 y2="31.038509" />
4492 <radialGradient
4493 inkscape:collect="always"
4494 xlink:href="#linearGradient3283"
4495 id="radialGradient23437"
4496 gradientUnits="userSpaceOnUse"
4497 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
4498 cx="9.5"
4499 cy="26.5"
4500 fx="9.5"
4501 fy="26.5"
4502 r="6.5" />
4503 <radialGradient
4504 inkscape:collect="always"
4505 xlink:href="#linearGradient6746"
4506 id="radialGradient23435"
4507 gradientUnits="userSpaceOnUse"
4508 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
4509 cx="7.7485466"
4510 cy="24.003017"
4511 fx="7.7485466"
4512 fy="24.003017"
4513 r="7.0979128" />
4514 <linearGradient
4515 inkscape:collect="always"
4516 xlink:href="#linearGradient4244"
4517 id="linearGradient23433"
4518 gradientUnits="userSpaceOnUse"
4519 x1="6.8259234"
4520 y1="21.662947"
4521 x2="12.087898"
4522 y2="31.969028" />
4523 <linearGradient
4524 inkscape:collect="always"
4525 xlink:href="#linearGradient4154"
4526 id="linearGradient23431"
4527 gradientUnits="userSpaceOnUse"
4528 x1="3.9761817"
4529 y1="19.20796"
4530 x2="11.576672"
4531 y2="33.427441" />
4532 <linearGradient
4533 inkscape:collect="always"
4534 xlink:href="#linearGradient4154"
4535 id="linearGradient23429"
4536 gradientUnits="userSpaceOnUse"
4537 x1="9.5"
4538 y1="21.647621"
4539 x2="9.5"
4540 y2="31.038509" />
4541 <radialGradient
4542 inkscape:collect="always"
4543 xlink:href="#linearGradient4366"
4544 id="radialGradient23427"
4545 gradientUnits="userSpaceOnUse"
4546 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
4547 cx="8.0735464"
4548 cy="24.163067"
4549 fx="8.0735464"
4550 fy="24.163067"
4551 r="7.097913" />
4552 <linearGradient
4553 inkscape:collect="always"
4554 xlink:href="#linearGradient6722"
4555 id="linearGradient23425"
4556 gradientUnits="userSpaceOnUse"
4557 x1="6.8259234"
4558 y1="21.662947"
4559 x2="12.087898"
4560 y2="31.969028" />
4561 <linearGradient
4562 inkscape:collect="always"
4563 xlink:href="#linearGradient4154"
4564 id="linearGradient23423"
4565 gradientUnits="userSpaceOnUse"
4566 x1="3.9761817"
4567 y1="19.20796"
4568 x2="11.576672"
4569 y2="33.427441" />
4570 <linearGradient
4571 inkscape:collect="always"
4572 xlink:href="#linearGradient4154"
4573 id="linearGradient23421"
4574 gradientUnits="userSpaceOnUse"
4575 x1="9.5"
4576 y1="21"
4577 x2="9.5"
4578 y2="30.251215" />
4579 <radialGradient
4580 inkscape:collect="always"
4581 xlink:href="#linearGradient3283"
4582 id="radialGradient23419"
4583 gradientUnits="userSpaceOnUse"
4584 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
4585 cx="9.5"
4586 cy="26.5"
4587 fx="9.5"
4588 fy="26.5"
4589 r="6.5" />
4590 <radialGradient
4591 inkscape:collect="always"
4592 xlink:href="#linearGradient3283"
4593 id="radialGradient23417"
4594 gradientUnits="userSpaceOnUse"
4595 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
4596 cx="9.5"
4597 cy="26.5"
4598 fx="9.5"
4599 fy="26.5"
4600 r="6.5" />
4601 <linearGradient
4602 inkscape:collect="always"
4603 xlink:href="#linearGradient4154"
4604 id="linearGradient23415"
4605 gradientUnits="userSpaceOnUse"
4606 x1="3.9761817"
4607 y1="19.20796"
4608 x2="11.576672"
4609 y2="33.427441" />
4610 <linearGradient
4611 inkscape:collect="always"
4612 xlink:href="#linearGradient4154"
4613 id="linearGradient23413"
4614 gradientUnits="userSpaceOnUse"
4615 x1="9.5"
4616 y1="21"
4617 x2="9.5"
4618 y2="30.251215" />
4619 <radialGradient
4620 inkscape:collect="always"
4621 xlink:href="#linearGradient5392"
4622 id="radialGradient23411"
4623 gradientUnits="userSpaceOnUse"
4624 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
4625 cx="8.0735464"
4626 cy="24.163067"
4627 fx="8.0735464"
4628 fy="24.163067"
4629 r="7.0979128" />
4630 <linearGradient
4631 inkscape:collect="always"
4632 xlink:href="#linearGradient5398"
4633 id="linearGradient23409"
4634 gradientUnits="userSpaceOnUse"
4635 x1="6.8259234"
4636 y1="21.662947"
4637 x2="12.087898"
4638 y2="31.969028" />
4639 <linearGradient
4640 id="linearGradient23191">
4641 <stop
4642 id="stop23193"
4643 offset="0"
4644 style="stop-color:#b8db41;stop-opacity:1" />
4645 <stop
4646 style="stop-color:#7e9825;stop-opacity:1;"
4647 offset="0.5"
4648 id="stop23195" />
4649 <stop
4650 id="stop23197"
4651 offset="1"
4652 style="stop-color:#88a720;stop-opacity:1" />
4653 </linearGradient>
4654 <radialGradient
4655 inkscape:collect="always"
4656 xlink:href="#linearGradient11625"
4657 id="radialGradient25597"
4658 cx="180.12752"
4659 cy="41.126499"
4660 fx="180.12752"
4661 fy="41.126499"
4662 r="12.073543"
4663 gradientTransform="matrix(1.0737637,0,0,0.5859197,-11.918312,-12.01494)"
4664 gradientUnits="userSpaceOnUse" />
4665 </defs>
4666 <path
4667 transform="matrix(1.1526358,0,0,0.4656165,-32.112968,6.3171074)"
4668 d="M 288.51099 48.485619 A 8.9170895 7.6226735 0 1 1 270.67681,48.485619 A 8.9170895 7.6226735 0 1 1 288.51099 48.485619 z"
4669 sodipodi:ry="7.6226735"
4670 sodipodi:rx="8.9170895"
4671 sodipodi:cy="48.485619"
4672 sodipodi:cx="279.5939"
4673 id="path5762"
4674 style="opacity:0.23655916;fill:url(#radialGradient5764);fill-opacity:1;stroke:#f9fcd3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4675 sodipodi:type="arc" />
4676 <path
4677 sodipodi:type="arc"
4678 style="opacity:0.23655916;fill:url(#radialGradient5758);fill-opacity:1;stroke:#f9fcd3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4679 id="path5750"
4680 sodipodi:cx="279.5939"
4681 sodipodi:cy="48.485619"
4682 sodipodi:rx="8.9170895"
4683 sodipodi:ry="7.6226735"
4684 d="M 288.51099 48.485619 A 8.9170895 7.6226735 0 1 1 270.67681,48.485619 A 8.9170895 7.6226735 0 1 1 288.51099 48.485619 z"
4685 transform="matrix(1.1650185,0,0,0.4280343,-16.822384,9.6484487)" />
4686 <path
4687 id="path5735"
4688 d="M 243.61714,27.345211 C 243.58713,27.509045 243.55951,27.676853 243.55951,27.843725 C 243.55951,31.559145 251.16736,34.573638 260.50002,34.573639 C 269.83268,34.573639 277.38289,31.559145 277.38289,27.843725 C 277.38289,27.676425 277.35546,27.509458 277.32526,27.345211 L 243.61714,27.345211 z "
4689 style="opacity:0.19892476;fill:url(#radialGradient5743);fill-opacity:1;stroke:#eff3c8;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.61878453" />
4690 <path
4691 sodipodi:type="arc"
4692 style="opacity:0.12903227;fill:url(#radialGradient5701);fill-opacity:1;stroke:#f9fcd3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4693 id="path5699"
4694 sodipodi:cx="18.265652"
4695 sodipodi:cy="29.213198"
4696 sodipodi:rx="11.937394"
4697 sodipodi:ry="7.9103217"
4698 d="M 30.203046 29.213198 A 11.937394 7.9103217 0 1 1 6.3282576,29.213198 A 11.937394 7.9103217 0 1 1 30.203046 29.213198 z"
4699 transform="matrix(0.6412905,1.1642765e-2,-6.850631e-3,0.3671677,2.1813958,19.916757)" />
4700 <path
4701 transform="matrix(0.5866996,1.1642765e-2,-6.2674594e-3,0.3671677,15.543614,20.527965)"
4702 d="M 30.203046 29.213198 A 11.937394 7.9103217 0 1 1 6.3282576,29.213198 A 11.937394 7.9103217 0 1 1 30.203046 29.213198 z"
4703 sodipodi:ry="7.9103217"
4704 sodipodi:rx="11.937394"
4705 sodipodi:cy="29.213198"
4706 sodipodi:cx="18.265652"
4707 id="path5695"
4708 style="opacity:0.12903227;fill:url(#radialGradient5697);fill-opacity:1;stroke:#f9fcd3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4709 sodipodi:type="arc" />
4710 <path
4711 sodipodi:type="arc"
4712 style="opacity:0.15591401;fill:url(#radialGradient5693);fill-opacity:1;stroke:#f9fcd3;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4713 id="path4698"
4714 sodipodi:cx="18.265652"
4715 sodipodi:cy="29.213198"
4716 sodipodi:rx="11.937394"
4717 sodipodi:ry="7.9103217"
4718 d="M 30.203046 29.213198 A 11.937394 7.9103217 0 1 1 6.3282576,29.213198 A 11.937394 7.9103217 0 1 1 30.203046 29.213198 z"
4719 transform="matrix(0.9005975,1.5925484e-2,-9.6206959e-3,0.502228,3.2281963,18.185015)" />
4720 <path
4721 style="opacity:0.33870969;fill:url(#radialGradient5685);fill-opacity:1;stroke:#ffbb6c;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
4722 d="M 75.209348,29.235914 C 75.209348,32.281992 68.375783,34.751326 59.94615,34.751326 C 51.51652,34.751326 44.682956,32.281992 44.682956,29.235914 C 44.682956,26.189834 51.51652,23.7205 59.94615,23.7205 C 68.375783,23.7205 75.209348,26.189834 75.209348,29.235914 L 75.209348,29.235914 z "
4723 id="path10975" />
4724 <path
4725 style="fill:url(#radialGradient11316);fill-opacity:1;stroke:#b76000;stroke-width:0.64717424;stroke-miterlimit:4;stroke-opacity:1"
4726 d="M 74.529217,18.571342 C 74.529217,26.997139 67.898454,33.827596 59.718991,33.827596 C 51.539529,33.827596 44.908767,26.997139 44.908767,18.571342 C 44.908767,10.145545 51.539529,3.3150881 59.718991,3.3150881 C 67.898454,3.3150881 74.529217,10.145545 74.529217,18.571342 L 74.529217,18.571342 z "
4727 id="path10977" />
4728 <path
4729 style="fill:none;fill-opacity:1;stroke:url(#linearGradient11314);stroke-width:0.98721498;stroke-miterlimit:4;stroke-opacity:1"
4730 d="M 73.326925,18.438824 C 73.326925,25.955102 67.291555,32.048247 59.846546,32.048247 C 52.401537,32.048247 46.366166,25.955102 46.366166,18.438824 C 46.366166,10.922546 52.401537,4.8294016 59.846546,4.8294016 C 67.291555,4.8294016 73.326925,10.922546 73.326925,18.438824 L 73.326925,18.438824 z "
4731 id="path10979" />
4732 <path
4733 style="opacity:0.60215053;fill:url(#radialGradient11312);fill-opacity:1;stroke:#ffbb6c;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
4734 d="M 72.217378,18.17378 C 72.217378,25.785208 66.507465,31.955492 59.463927,31.955492 C 52.420391,31.955492 46.710478,25.785208 46.710478,18.17378 C 46.710478,10.562351 52.420391,4.3920665 59.463927,4.3920665 C 66.507465,4.3920665 72.217378,10.562351 72.217378,18.17378 L 72.217378,18.17378 z "
4735 id="path10981" />
4736 <path
4737 style="fill:#f6b770;fill-opacity:1;stroke:#9d692c;stroke-width:0.1778807;stroke-miterlimit:4;stroke-opacity:1"
4738 d="M 64.622548,14.993393 C 64.622889,15.478729 64.08327,15.872303 63.417502,15.872303 C 62.751733,15.872303 62.212116,15.478729 62.212456,14.993393 C 62.212116,14.508056 62.751733,14.114482 63.417502,14.114482 C 64.08327,14.114482 64.622889,14.508056 64.622548,14.993393 L 64.622548,14.993393 z "
4739 id="path10983" />
4740 <path
4741 style="fill:#f6b770;fill-opacity:1;stroke:#9d692c;stroke-width:0.1778807;stroke-miterlimit:4;stroke-opacity:1"
4742 d="M 63.092138,12.078034 C 63.092478,12.56337 62.552861,12.956944 61.887091,12.956944 C 61.221322,12.956944 60.681706,12.56337 60.682046,12.078034 C 60.681706,11.592699 61.221322,11.199124 61.887091,11.199124 C 62.552861,11.199124 63.092478,11.592699 63.092138,12.078034 L 63.092138,12.078034 z "
4743 id="path10985" />
4744 <path
4745 style="fill:url(#linearGradient11268);fill-opacity:1;stroke:#117510;stroke-width:0.33199427;stroke-miterlimit:4;stroke-opacity:1"
4746 d="M 64.677853,31.504012 L 62.76455,31.146875 L 60.938348,31.807425 L 61.305155,29.944551 L 60.626723,28.166486 L 62.540028,28.523623 L 64.366228,27.863074 L 63.999423,29.725946 L 64.677853,31.504012 z "
4747 id="path10987" />
4748 <path
4749 style="fill:#000000;fill-opacity:0.25414369;fill-rule:evenodd;stroke:#b8cfa3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
4750 d="M 21.189114,14.369325 C 21.189114,14.369325 19.029258,5.7193915 17.512081,5.3794909 C 15.994902,5.0395869 13.389924,4.1941404 12.745858,4.4426034 C 12.10179,4.6910648 10.598969,5.2708101 10.598969,5.2708101 L 11.547287,7.2179378 C 11.547287,7.2179378 16.042416,7.2185718 16.145313,7.7571165 C 16.248212,8.2956602 19.078809,13.217402 18.943772,14.079031 C 18.808734,14.940661 19.364261,15.073301 19.364261,15.073301 L 21.189114,14.369325 z "
4751 id="path11065" />
4752 <path
4753 style="fill:url(#linearGradient11229);fill-opacity:1;fill-rule:evenodd;stroke:#2e3d20;stroke-width:0.37189758;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4754 d="M 21.763947,15.293112 C 21.763947,15.293112 19.170749,4.9692016 17.628691,4.4975758 C 16.086625,4.025949 13.42616,2.9066695 12.790667,3.1707001 C 12.155173,3.4347414 10.672355,4.0508232 10.672355,4.0508232 L 11.720751,6.3960409 C 11.720751,6.3960409 16.240578,6.6037522 16.370282,7.245069 C 16.499988,7.8863802 19.585939,13.834347 19.492144,14.846599 C 19.398347,15.85885 19.963381,16.041214 19.963381,16.041214 L 21.763947,15.293112 z "
4755 id="path11067" />
4756 <path
4757 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#b8cfa3;stroke-width:0.22269973;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4758 d="M 20.500251,12.659627 C 20.500251,12.659627 18.471471,4.5427416 17.083219,4.2150865 C 15.694968,3.8874353 13.309664,3.0795628 12.722849,3.3084241 C 12.136039,3.5372924 10.766811,4.0713085 10.766811,4.0713085 L 11.64569,5.9012506 C 11.64569,5.9012506 15.752375,5.9291272 15.849841,6.4342976 C 15.947297,6.9394624 18.564915,11.567623 18.447081,12.374026 C 18.329245,13.180439 18.837619,13.308074 18.837619,13.308074 L 20.500251,12.659627 z "
4759 id="path11069" />
4760 <path
4761 id="path10997"
4762 style="opacity:0.36559143;fill:#000000;fill-opacity:0.10497239;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3872)"
4763 transform="matrix(9.3198778e-2,0.1996598,-0.2086331,9.8354309e-2,22.318776,5.4364135)"
4764 d="M 52.978291,34.222866 C 52.978291,47.087664 42.963983,57.516644 30.610708,57.516644 C 18.257434,57.516644 8.2431259,47.087664 8.2431259,34.222866 C 8.2431259,21.358068 18.257434,10.929088 30.610708,10.929088 C 42.963983,10.929088 52.978291,21.358068 52.978291,34.222866 L 52.978291,34.222866 z " />
4765 <path
4766 id="path10999"
4767 style="fill:#000000;fill-opacity:0.10497239;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4768 d="M 20.239473,18.861958 C 17.637857,20.088418 14.643606,19.186244 13.551626,16.846895 C 12.459646,14.507545 13.683447,11.616885 16.285064,10.390425 C 18.88668,9.1639648 21.880933,10.066139 22.972913,12.405488 C 24.064892,14.744838 22.841091,17.635498 20.239473,18.861958 L 20.239473,18.861958 z " />
4769 <path
4770 id="path11001"
4771 style="opacity:0.80874317;fill:#000000;fill-opacity:0.10497239;stroke:none;stroke-width:2.8281641;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4772 d="M 20.230606,18.720581 C 17.735559,19.896803 14.856296,19.015168 13.799596,16.751396 C 12.742894,14.487624 13.908905,11.698957 16.403951,10.522736 C 18.899,9.3465138 21.778261,10.228149 22.834962,12.491921 C 23.891664,14.755693 22.725654,17.54436 20.230606,18.720581 L 20.230606,18.720581 z " />
4773 <path
4774 id="path11003"
4775 style="opacity:0.86021507;fill:#000000;fill-opacity:0.10497239;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter4012)"
4776 transform="matrix(8.3454599e-2,0.1787849,-0.1905684,8.9838212e-2,22.481792,6.5460825)"
4777 d="M 52.978291,34.222866 C 52.978291,47.087664 42.963983,57.516644 30.610708,57.516644 C 18.257434,57.516644 8.2431259,47.087664 8.2431259,34.222866 C 8.2431259,21.358068 18.257434,10.929088 30.610708,10.929088 C 42.963983,10.929088 52.978291,21.358068 52.978291,34.222866 L 52.978291,34.222866 z " />
4778 <path
4779 id="path11007"
4780 style="opacity:0.36559143;fill:#000000;fill-opacity:0.10497239;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3872)"
4781 transform="matrix(9.3198778e-2,0.1996598,-0.2086331,9.8354309e-2,30.198398,7.0926879)"
4782 d="M 52.978291,34.222866 C 52.978291,47.087664 42.963983,57.516644 30.610708,57.516644 C 18.257434,57.516644 8.2431259,47.087664 8.2431259,34.222866 C 8.2431259,21.358068 18.257434,10.929088 30.610708,10.929088 C 42.963983,10.929088 52.978291,21.358068 52.978291,34.222866 L 52.978291,34.222866 z " />
4783 <path
4784 id="path11009"
4785 style="fill:#000000;fill-opacity:0.10497239;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4786 d="M 28.119096,20.518232 C 25.517479,21.744692 22.523228,20.842519 21.431249,18.503169 C 20.339269,16.163821 21.56307,13.27316 24.164687,12.046699 C 26.766303,10.820239 29.760555,11.722414 30.852535,14.061762 C 31.944515,16.401112 30.720714,19.291772 28.119096,20.518232 L 28.119096,20.518232 z " />
4787 <path
4788 id="path11011"
4789 style="opacity:0.80874317;fill:#000000;fill-opacity:0.10497239;stroke:none;stroke-width:2.8281641;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4790 d="M 28.110228,20.376855 C 25.615182,21.553077 22.735919,20.671443 21.679219,18.40767 C 20.622517,16.143898 21.788527,13.355233 24.283574,12.179011 C 26.778622,11.00279 29.657884,11.884424 30.714585,14.148196 C 31.771287,16.411969 30.605277,19.200634 28.110228,20.376855 L 28.110228,20.376855 z " />
4791 <path
4792 id="path11013"
4793 style="opacity:0.86021507;fill:#000000;fill-opacity:0.10497239;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter4012)"
4794 transform="matrix(8.3454599e-2,0.1787849,-0.1905684,8.9838212e-2,30.361415,8.2023569)"
4795 d="M 52.978291,34.222866 C 52.978291,47.087664 42.963983,57.516644 30.610708,57.516644 C 18.257434,57.516644 8.2431259,47.087664 8.2431259,34.222866 C 8.2431259,21.358068 18.257434,10.929088 30.610708,10.929088 C 42.963983,10.929088 52.978291,21.358068 52.978291,34.222866 L 52.978291,34.222866 z " />
4796 <path
4797 id="path11017"
4798 style="opacity:0.36559143;fill:#000000;fill-opacity:0.10497239;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3872)"
4799 transform="matrix(9.3198778e-2,0.1996598,-0.2086331,9.8354309e-2,23.704912,13.378815)"
4800 d="M 52.978291,34.222866 C 52.978291,47.087664 42.963983,57.516644 30.610708,57.516644 C 18.257434,57.516644 8.2431259,47.087664 8.2431259,34.222866 C 8.2431259,21.358068 18.257434,10.929088 30.610708,10.929088 C 42.963983,10.929088 52.978291,21.358068 52.978291,34.222866 L 52.978291,34.222866 z " />
4801 <path
4802 id="path11019"
4803 style="fill:#000000;fill-opacity:0.10497239;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4804 d="M 21.625609,26.80436 C 19.023993,28.03082 16.029742,27.128645 14.937762,24.789297 C 13.845782,22.449947 15.069584,19.559287 17.6712,18.332827 C 20.272817,17.106366 23.267069,18.008541 24.359049,20.34789 C 25.451029,22.687239 24.227227,25.577898 21.625609,26.80436 L 21.625609,26.80436 z " />
4805 <path
4806 id="path11021"
4807 style="opacity:0.80874317;fill:#000000;fill-opacity:0.10497239;stroke:none;stroke-width:2.8281641;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4808 d="M 21.616742,26.662983 C 19.121695,27.839204 16.242432,26.957569 15.185732,24.693797 C 14.129031,22.430025 15.295041,19.641359 17.790088,18.465139 C 20.285136,17.288917 23.164397,18.170551 24.221099,20.434323 C 25.2778,22.698095 24.11179,25.486761 21.616742,26.662983 L 21.616742,26.662983 z " />
4809 <path
4810 id="path11023"
4811 style="opacity:0.86021507;fill:#000000;fill-opacity:0.10497239;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter4012)"
4812 transform="matrix(8.3454599e-2,0.1787849,-0.1905684,8.9838212e-2,23.867928,14.488484)"
4813 d="M 52.978291,34.222866 C 52.978291,47.087664 42.963983,57.516644 30.610708,57.516644 C 18.257434,57.516644 8.2431259,47.087664 8.2431259,34.222866 C 8.2431259,21.358068 18.257434,10.929088 30.610708,10.929088 C 42.963983,10.929088 52.978291,21.358068 52.978291,34.222866 L 52.978291,34.222866 z " />
4814 <path
4815 id="path11075"
4816 style="opacity:0.36559143;fill:#000000;fill-opacity:0.56353592;stroke:#380038;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3872)"
4817 transform="matrix(9.3198778e-2,0.1996598,-0.2086331,9.8354309e-2,22.843364,4.1012907)"
4818 d="M 52.978291,34.222866 C 52.978291,47.087664 42.963983,57.516644 30.610708,57.516644 C 18.257434,57.516644 8.2431259,47.087664 8.2431259,34.222866 C 8.2431259,21.358068 18.257434,10.929088 30.610708,10.929088 C 42.963983,10.929088 52.978291,21.358068 52.978291,34.222866 L 52.978291,34.222866 z " />
4819 <path
4820 id="path11077"
4821 style="fill:url(#linearGradient13049);fill-opacity:1;stroke:#380038;stroke-width:0.21615547;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4822 d="M 20.764062,17.526835 C 18.162445,18.753295 15.168194,17.851121 14.076214,15.511772 C 12.984234,13.172423 14.208036,10.281762 16.809653,9.055302 C 19.411269,7.8288415 22.405521,8.7310159 23.497501,11.070365 C 24.589481,13.409715 23.365679,16.300375 20.764062,17.526835 L 20.764062,17.526835 z " />
4823 <path
4824 id="path11079"
4825 style="opacity:0.80874317;fill:none;fill-opacity:1;stroke:url(#linearGradient13046);stroke-width:0.58892149;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4826 d="M 20.755194,17.385459 C 18.260147,18.56168 15.380885,17.680045 14.324185,15.416273 C 13.267483,13.152501 14.433493,10.363835 16.92854,9.1876138 C 19.423588,8.011392 22.30285,8.8930261 23.359551,11.156799 C 24.416253,13.420571 23.250242,16.209237 20.755194,17.385459 L 20.755194,17.385459 z " />
4827 <path
4828 id="path11085"
4829 style="opacity:0.36559143;fill:#000000;fill-opacity:0.56353592;stroke:#380038;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3872)"
4830 transform="matrix(9.3198778e-2,0.1996598,-0.2086331,9.8354309e-2,30.722987,5.7575651)"
4831 d="M 52.978291,34.222866 C 52.978291,47.087664 42.963983,57.516644 30.610708,57.516644 C 18.257434,57.516644 8.2431259,47.087664 8.2431259,34.222866 C 8.2431259,21.358068 18.257434,10.929088 30.610708,10.929088 C 42.963983,10.929088 52.978291,21.358068 52.978291,34.222866 L 52.978291,34.222866 z " />
4832 <path
4833 id="path11087"
4834 style="fill:url(#linearGradient13035);fill-opacity:1;stroke:#380038;stroke-width:0.21615547;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4835 d="M 28.643685,19.183109 C 26.042068,20.40957 23.047817,19.507396 21.955837,17.168046 C 20.863857,14.828698 22.087659,11.938038 24.689276,10.711576 C 27.290892,9.4851158 30.285144,10.387291 31.377124,12.726639 C 32.469104,15.065989 31.245302,17.956649 28.643685,19.183109 L 28.643685,19.183109 z " />
4836 <path
4837 id="path11089"
4838 style="opacity:0.80874317;fill:none;fill-opacity:1;stroke:url(#linearGradient13032);stroke-width:0.58892149;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4839 d="M 28.634817,19.041733 C 26.13977,20.217954 23.260508,19.33632 22.203807,17.072547 C 21.147106,14.808775 22.313116,12.02011 24.808163,10.843888 C 27.303211,9.6676668 30.182472,10.549301 31.239174,12.813073 C 32.295875,15.076846 31.129865,17.865511 28.634817,19.041733 L 28.634817,19.041733 z " />
4840 <path
4841 id="path11095"
4842 style="opacity:0.36559143;fill:#000000;fill-opacity:0.56353592;stroke:#380038;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3872)"
4843 transform="matrix(9.3198778e-2,0.1996598,-0.2086331,9.8354309e-2,24.229501,12.043693)"
4844 d="M 52.978291,34.222866 C 52.978291,47.087664 42.963983,57.516644 30.610708,57.516644 C 18.257434,57.516644 8.2431259,47.087664 8.2431259,34.222866 C 8.2431259,21.358068 18.257434,10.929088 30.610708,10.929088 C 42.963983,10.929088 52.978291,21.358068 52.978291,34.222866 L 52.978291,34.222866 z " />
4845 <path
4846 id="path11097"
4847 style="fill:url(#linearGradient13021);fill-opacity:1;stroke:#380038;stroke-width:0.21615547;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4848 d="M 22.150198,25.469237 C 19.548582,26.695697 16.554331,25.793522 15.462351,23.454174 C 14.370371,21.114824 15.594172,18.224164 18.195789,16.997704 C 20.797406,15.771244 23.791658,16.673418 24.883638,19.012767 C 25.975617,21.352116 24.751816,24.242775 22.150198,25.469237 L 22.150198,25.469237 z " />
4849 <path
4850 d="M 22.431427,24.789017 C 20.062726,25.905647 17.335042,25.081051 16.338976,22.947227 C 15.342907,20.813405 16.455645,18.178391 18.824346,17.06176 C 21.193049,15.945129 23.920732,16.769727 24.916801,18.90355 C 25.912868,21.037374 24.800129,23.672386 22.431427,24.789017 L 22.431427,24.789017 z "
4851 style="opacity:0.53763446;fill:url(#radialGradient15751);fill-opacity:1;stroke:#380038;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4852 id="path15749" />
4853 <path
4854 id="path11099"
4855 style="opacity:0.80874317;fill:none;fill-opacity:1;stroke:url(#linearGradient13018);stroke-width:0.58892149;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4856 d="M 22.141331,25.32786 C 19.646284,26.504082 16.767021,25.622447 15.710321,23.358675 C 14.653619,21.094903 15.81963,18.306236 18.314677,17.130016 C 20.809725,15.953794 23.688986,16.835428 24.745687,19.0992 C 25.802389,21.362972 24.636379,24.151639 22.141331,25.32786 L 22.141331,25.32786 z " />
4857 <path
4858 id="path11105"
4859 style="opacity:0.36559143;fill:#000000;fill-opacity:0.56353592;stroke:#380038;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3872)"
4860 transform="matrix(9.3198778e-2,0.1996598,-0.2086331,9.8354309e-2,16.682028,8.1411825)"
4861 d="M 52.978291,34.222866 C 52.978291,47.087664 42.963983,57.516644 30.610708,57.516644 C 18.257434,57.516644 8.2431259,47.087664 8.2431259,34.222866 C 8.2431259,21.358068 18.257434,10.929088 30.610708,10.929088 C 42.963983,10.929088 52.978291,21.358068 52.978291,34.222866 L 52.978291,34.222866 z " />
4862 <path
4863 id="path15745"
4864 style="opacity:0.53763446;fill:url(#radialGradient15747);fill-opacity:1;stroke:#380038;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4865 d="M 21.128046,17.148917 C 18.759345,18.265548 16.031661,17.440951 15.035594,15.307127 C 14.039527,13.173305 15.152264,10.538291 17.520965,9.4216608 C 19.889667,8.3050293 22.617351,9.1296269 23.61342,11.26345 C 24.609486,13.397274 23.496748,16.032286 21.128046,17.148917 L 21.128046,17.148917 z " />
4866 <path
4867 id="path11107"
4868 style="fill:url(#linearGradient13007);fill-opacity:1;stroke:#380038;stroke-width:0.21615547;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4869 d="M 14.602727,21.566727 C 12.00111,22.793187 9.0068583,21.891013 7.9148783,19.551664 C 6.8228983,17.212314 8.0467006,14.321654 10.648317,13.095194 C 13.249934,11.868734 16.244185,12.770908 17.336165,15.110257 C 18.428145,17.449607 17.204343,20.340267 14.602727,21.566727 L 14.602727,21.566727 z " />
4870 <path
4871 id="path11109"
4872 style="opacity:0.80874317;fill:none;fill-opacity:1;stroke:url(#linearGradient13004);stroke-width:0.58892149;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4873 d="M 14.593859,21.42535 C 12.098811,22.601572 9.2195497,21.719937 8.1628484,19.456165 C 7.1061472,17.192393 8.2721574,14.403726 10.767205,13.227505 C 13.262252,12.051284 16.141513,12.932918 17.198215,15.19669 C 18.254916,17.460462 17.088906,20.249129 14.593859,21.42535 L 14.593859,21.42535 z " />
4874 <path
4875 id="path11115"
4876 style="opacity:0.36559143;fill:#000000;fill-opacity:0.56353592;stroke:#380038;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3872)"
4877 transform="matrix(9.3198778e-2,0.1996598,-0.2086331,9.8354309e-2,20.839492,17.047723)"
4878 d="M 52.978291,34.222866 C 52.978291,47.087664 42.963983,57.516644 30.610708,57.516644 C 18.257434,57.516644 8.2431259,47.087664 8.2431259,34.222866 C 8.2431259,21.358068 18.257434,10.929088 30.610708,10.929088 C 42.963983,10.929088 52.978291,21.358068 52.978291,34.222866 L 52.978291,34.222866 z " />
4879 <path
4880 id="path11117"
4881 style="fill:url(#linearGradient12993);fill-opacity:1;stroke:#380038;stroke-width:0.21615547;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4882 d="M 18.76019,30.473267 C 16.158573,31.699727 13.164322,30.797553 12.072342,28.458204 C 10.980362,26.118854 12.204165,23.228194 14.80578,22.001734 C 17.407397,20.775274 20.401649,21.677448 21.493629,24.016797 C 22.585609,26.356147 21.361807,29.246806 18.76019,30.473267 L 18.76019,30.473267 z " />
4883 <path
4884 id="path11119"
4885 style="opacity:0.80874317;fill:none;fill-opacity:1;stroke:url(#linearGradient12990);stroke-width:0.58892149;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4886 d="M 18.751322,30.33189 C 16.256275,31.508112 13.377014,30.626477 12.320312,28.362705 C 11.263611,26.098933 12.429622,23.310266 14.924668,22.134046 C 17.419716,20.957825 20.298977,21.839458 21.355679,24.10323 C 22.41238,26.367002 21.24637,29.155669 18.751322,30.33189 L 18.751322,30.33189 z " />
4887 <path
4888 id="path11125"
4889 style="opacity:0.36559143;fill:#000000;fill-opacity:0.56353592;stroke:#380038;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3872)"
4890 transform="matrix(9.3198778e-2,0.1996598,-0.2086331,9.8354309e-2,30.460197,14.477307)"
4891 d="M 52.978291,34.222866 C 52.978291,47.087664 42.963983,57.516644 30.610708,57.516644 C 18.257434,57.516644 8.2431259,47.087664 8.2431259,34.222866 C 8.2431259,21.358068 18.257434,10.929088 30.610708,10.929088 C 42.963983,10.929088 52.978291,21.358068 52.978291,34.222866 L 52.978291,34.222866 z " />
4892 <path
4893 id="path11127"
4894 style="fill:url(#linearGradient12979);fill-opacity:1;stroke:#380038;stroke-width:0.21615547;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4895 d="M 28.380894,27.902851 C 25.779278,29.129311 22.785027,28.227137 21.693047,25.887788 C 20.601067,23.548438 21.824868,20.657778 24.426485,19.431318 C 27.028102,18.204858 30.022354,19.107032 31.114334,21.446381 C 32.206314,23.785731 30.982512,26.67639 28.380894,27.902851 L 28.380894,27.902851 z " />
4896 <path
4897 id="path11129"
4898 style="opacity:0.80874317;fill:none;fill-opacity:1;stroke:url(#linearGradient12976);stroke-width:0.58892149;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4899 d="M 28.372027,27.761474 C 25.87698,28.937696 22.997717,28.056061 21.941017,25.792289 C 20.884316,23.528517 22.050326,20.73985 24.545373,19.56363 C 27.040421,18.387409 29.919682,19.269042 30.976383,21.532814 C 32.033085,23.796586 30.867075,26.585253 28.372027,27.761474 L 28.372027,27.761474 z " />
4900 <path
4901 id="path11135"
4902 style="opacity:0.36559143;fill:#000000;fill-opacity:0.56353592;stroke:#380038;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3872)"
4903 transform="matrix(9.3198778e-2,0.1996598,-0.2086331,9.8354309e-2,26.805561,21.209179)"
4904 d="M 52.978291,34.222866 C 52.978291,47.087664 42.963983,57.516644 30.610708,57.516644 C 18.257434,57.516644 8.2431259,47.087664 8.2431259,34.222866 C 8.2431259,21.358068 18.257434,10.929088 30.610708,10.929088 C 42.963983,10.929088 52.978291,21.358068 52.978291,34.222866 L 52.978291,34.222866 z " />
4905 <path
4906 id="path11137"
4907 style="fill:url(#linearGradient12965);fill-opacity:1;stroke:#380038;stroke-width:0.21615547;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4908 d="M 24.726259,34.634723 C 22.124642,35.861184 19.130391,34.959009 18.038411,32.61966 C 16.946432,30.280311 18.170233,27.389651 20.77185,26.16319 C 23.373466,24.93673 26.367718,25.838905 27.459698,28.178253 C 28.551678,30.517603 27.327877,33.408262 24.726259,34.634723 L 24.726259,34.634723 z " />
4909 <path
4910 id="path11139"
4911 style="opacity:0.80874317;fill:none;fill-opacity:1;stroke:url(#linearGradient12962);stroke-width:0.58892149;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4912 d="M 24.717391,34.493347 C 22.222344,35.669568 19.343082,34.787933 18.286382,32.524161 C 17.22968,30.260389 18.39569,27.471723 20.890737,26.295502 C 23.385785,25.119281 26.265047,26.000915 27.321748,28.264687 C 28.37845,30.528459 27.212439,33.317125 24.717391,34.493347 L 24.717391,34.493347 z " />
4913 <path
4914 style="fill:url(#linearGradient11190);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
4915 d="M 10.747624,4.2864499 L 13.126584,3.1352972 L 13.686004,6.0381975 L 11.435683,6.2080537 L 10.747624,4.2864499 z "
4916 id="path11143" />
4917 <path
4918 style="opacity:0.15053765;fill:url(#radialGradient5677);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11310);stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
4919 d="M 82.94708,26.059562 L 84.313311,27.202339 L 85.436481,27.322618 L 86.940737,28.606014 C 86.940737,28.606014 86.169913,29.893767 86.488753,30.193458 C 87.191105,30.853632 88.398554,31.736606 89.818533,32.257305 C 90.895438,32.652198 95.809031,33.371922 98.293918,33.447182 C 99.769302,33.49187 103.68896,33.354166 105.53744,33.022342 C 107.03118,32.754188 110.05944,32.149617 111.90026,31.312857 C 113.52445,30.574585 114.8692,29.328358 115.00355,28.856414 C 115.1128,28.472669 115.97774,26.998399 115.37677,26.607552 C 115.05369,26.397414 114.41362,26.053471 112.89468,26.569616 C 111.86337,26.920049 108.7867,27.864183 108.551,28.066798 C 108.3152,28.269417 103.14583,29.501184 101.86324,29.666664 C 100.75409,29.809765 95.326959,29.483659 94.102406,29.094056 C 92.88908,28.708024 88.69605,28.069585 88.633145,27.977825 C 88.570241,27.886066 86.341021,26.33458 86.341021,26.33458 L 83.128488,25.109721 L 82.94708,26.059562 z "
4920 id="path11147" />
4921 <path
4922 style="fill:url(#linearGradient11186);fill-opacity:1;fill-rule:evenodd;stroke:#878d08;stroke-width:0.66644067;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
4923 d="M 83.748941,14.086578 L 85.086941,17.015536 L 86.189325,17.322018 L 87.662422,20.611423 C 87.662422,20.611423 86.901818,23.916174 87.213971,24.684363 C 87.901597,26.376555 89.084469,28.639348 90.477081,29.972442 C 91.533226,30.983454 96.3553,32.820698 98.794755,33.009226 C 100.24317,33.121164 104.09192,32.760762 105.90775,31.906182 C 107.37513,31.215588 110.35011,29.659208 112.15988,27.5094 C 113.7567,25.612611 115.08062,22.413335 115.21399,21.202462 C 115.32236,20.217881 116.17592,16.434504 115.58702,15.433006 C 115.27042,14.894558 114.64303,14.013448 113.1502,15.340229 C 112.13664,16.241052 109.11319,18.668564 108.88111,19.188742 C 108.64905,19.708926 103.57005,22.878102 102.31029,23.304933 C 101.22091,23.674038 95.893481,22.847435 94.692357,21.850262 C 93.502247,20.862233 89.387386,19.232173 89.325895,18.996906 C 89.264404,18.76164 87.080329,14.785865 87.080329,14.785865 L 83.929858,11.649724 L 83.748941,14.086578 z "
4924 id="path11149" />
4925 <path
4926 style="fill:url(#linearGradient11183);fill-opacity:1;fill-rule:evenodd;stroke:#f5f9bd;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
4927 d="M 89.078896,19.732914 L 90.352324,20.947196 L 91.234521,20.88206 L 92.641657,22.251682 C 92.641657,22.251682 92.311675,24.075146 92.615492,24.401361 C 93.28475,25.119958 94.384649,26.02827 95.574081,26.424448 C 96.476137,26.724906 100.37444,26.691196 102.28782,26.299375 C 103.4239,26.06674 106.39057,25.115818 107.73593,24.320931 C 108.82314,23.678582 111.01499,22.297233 112.25302,20.84841 C 113.34535,19.570111 114.1221,17.687492 114.12988,17.048398 C 114.13621,16.528741 114.50057,14.444618 113.96292,14.055661 C 113.67385,13.846538 113.11575,13.526159 112.05914,14.495385 C 111.34176,15.153441 109.18124,16.985104 109.04186,17.294557 C 108.90248,17.604017 105.2011,20.221319 104.25452,20.688794 C 103.43599,21.093047 99.224526,21.738868 98.21074,21.474364 C 97.206247,21.212286 93.874747,21.209556 93.808245,21.102832 C 93.741742,20.996117 91.726901,19.421314 91.726901,19.421314 L 89.026538,18.4642 L 89.078896,19.732914 z "
4928 id="path11151" />
4929 <path
4930 style="opacity:0.67204303;fill:url(#linearGradient11308);fill-opacity:1;fill-rule:evenodd;stroke:#f9fcd3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
4931 d="M 83.289405,20.281822 L 84.47903,21.888835 L 85.453652,22.062284 L 86.763564,23.866903 C 86.763564,23.866903 86.100311,25.667612 86.378071,26.088878 C 86.989933,27.016853 88.040778,28.259186 89.274468,28.994918 C 90.210087,29.552893 94.47461,30.582828 96.630063,30.699211 C 97.909853,30.768316 101.30882,30.59265 102.91062,30.135905 C 104.20506,29.766808 106.82902,28.933151 108.42212,27.768988 C 109.82774,26.741835 110.98892,25.001827 111.10353,24.341242 C 111.1967,23.804109 111.9408,21.742503 111.41796,21.192296 C 111.13687,20.896482 110.58039,20.411812 109.26509,21.128222 C 108.37207,21.614632 105.70759,22.923793 105.50395,23.206612 C 105.30031,23.489437 100.82194,25.192348 99.710211,25.418534 C 98.748849,25.61413 94.040548,25.133374 92.976893,24.582161 C 91.922987,24.036002 88.283748,23.123108 88.228813,22.994277 C 88.173879,22.865451 86.23411,20.68206 86.23411,20.68206 L 83.442847,18.951927 L 83.289405,20.281822 z "
4932 id="path11153" />
4933 <path
4934 style="fill:url(#linearGradient11179);fill-opacity:1;fill-rule:evenodd;stroke:#b2b601;stroke-width:0.10589925;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
4935 d="M 83.905618,11.869883 C 83.782199,13.744847 84.339601,15.46883 84.737068,15.62919 C 85.134533,15.789553 85.948977,15.933078 85.948977,15.933078 L 86.909755,14.747595 L 83.905618,11.869883 z "
4936 id="path11155" />
4937 <path
4938 style="fill:url(#linearGradient11175);fill-opacity:1;fill-rule:evenodd;stroke:#f5f9bd;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
4939 d="M 87.465047,14.954411 L 87.892366,16.203621 L 88.396526,16.601723 L 88.86232,17.996451 C 88.86232,17.996451 88.260622,18.775153 88.354184,19.092016 C 88.5603,19.790012 88.961651,20.79655 89.530253,21.582841 C 89.961473,22.179161 92.13093,24.069343 93.281931,24.803607 C 93.965332,25.239575 95.828779,26.200955 96.75736,26.449453 C 97.507748,26.65027 99.040375,27.010581 100.05959,26.86939 C 100.95884,26.74481 101.82186,26.154226 101.97293,25.828518 C 102.09577,25.56368 102.77638,24.667408 102.56756,24.203764 C 102.45527,23.954489 102.21937,23.516219 101.41089,23.498916 C 100.86199,23.487169 99.243309,23.374352 99.094969,23.465709 C 98.946627,23.557072 96.293086,23.095322 95.660853,22.873178 C 95.114133,22.681079 92.630458,20.953255 92.129019,20.320796 C 91.632182,19.694139 89.785399,18.062524 89.773028,17.974957 C 89.760659,17.887395 89.004987,16.089503 89.004987,16.089503 L 87.72734,14.27465 L 87.465047,14.954411 z "
4940 id="path11159" />
4941 <path
4942 style="opacity:0.58064515;fill:url(#linearGradient11304);fill-opacity:1;fill-rule:evenodd;stroke:#f9fcd3;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
4943 d="M 85.620037,15.58127 L 85.679599,16.703977 L 86.126894,17.217839 L 86.180237,18.466537 C 86.180237,18.466537 85.206952,18.798193 85.204809,19.076681 C 85.200078,19.690144 85.314466,20.618949 85.700718,21.452702 C 85.993649,22.085017 87.856359,24.429704 88.938747,25.471273 C 89.581407,26.089698 91.413459,27.60461 92.407208,28.185744 C 93.210263,28.655362 94.867915,29.576966 96.103737,29.902847 C 97.194117,30.190379 98.40565,30.111335 98.695641,29.929943 C 98.931439,29.782447 100.03779,29.395662 99.957214,28.957661 C 99.913889,28.722171 99.792914,28.291814 98.857931,27.935862 C 98.223124,27.694191 96.37857,26.922612 96.173886,26.928545 C 95.9692,26.93448 93.042385,25.460998 92.384341,25.025422 C 91.815297,24.64876 89.529938,22.293152 89.167946,21.603824 C 88.809273,20.920813 87.231523,18.907851 87.247814,18.836612 C 87.264104,18.765371 87.01466,17.089888 87.01466,17.089888 L 86.16359,15.180223 L 85.620037,15.58127 z "
4944 id="path11161" />
4945 <path
4946 style="opacity:0.86021507;fill:#3c3509;fill-opacity:1;stroke:#f9fcd3;stroke-width:0.05983381;stroke-miterlimit:4;stroke-opacity:1"
4947 d="M 115.58238,16.503763 L 114.89721,16.21666 L 114.19452,16.454685 L 114.41985,15.522181 L 114.25724,14.575956 L 114.94242,14.863057 L 115.64508,14.625033 L 115.41978,15.557539 L 115.58238,16.503763 z "
4948 id="path11163" />
4949 <path
4950 style="opacity:0.20967742;fill:url(#radialGradient5725);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
4951 d="M 167.76242,29.223503 C 167.76242,29.223503 164.06835,30.255444 164.35512,30.973247 C 164.64186,31.691045 168.74925,33.267251 169.04354,33.298049 C 169.3378,33.32885 175.68714,35.150153 179.3349,35.148929 C 180.54951,35.148521 183.01984,34.947118 183.75697,34.895303 C 184.49408,34.843492 187.66784,34.642603 189.21323,34.363041 C 191.44814,33.958751 196.38826,31.439619 195.29134,30.858123 C 194.71347,30.551788 192.80451,29.265257 188.68459,28.834056 C 184.56465,28.402856 167.32051,29.220243 167.76242,29.223503 z "
4952 id="path11167" />
4953 <path
4954 style="fill:url(#radialGradient11398);fill-opacity:1;fill-rule:evenodd;stroke:#710000;stroke-width:0.62792039;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
4955 d="M 172.21556,9.1926582 C 172.21556,9.1926582 167.83819,11.881389 167.07885,14.508229 C 166.31948,17.135057 167.43472,23.82446 167.6278,24.011881 C 167.82083,24.199283 170.39236,32.353572 173.31285,33.315479 C 174.28528,33.635765 176.53941,33.574396 177.2006,33.585517 C 177.86177,33.596644 180.67805,33.723441 182.29971,33.139307 C 184.64492,32.294558 192.06805,24.650824 191.99139,22.293783 C 191.95098,21.052067 192.1958,15.97443 189.49317,13.350726 C 186.79057,10.727028 171.86648,9.0640131 172.21556,9.1926582 z "
4956 id="path11169" />
4957 <path
4958 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11396);stroke-width:0.60651577;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
4959 d="M 172.67511,9.6306877 C 172.67511,9.6306877 168.45403,12.265933 167.71081,14.823664 C 166.9676,17.381385 168.0056,23.880196 168.19018,24.061489 C 168.37479,24.242785 170.80508,32.158927 173.60728,33.0802 C 174.54031,33.386954 176.70725,33.316482 177.34271,33.324134 C 177.97816,33.331772 180.68442,33.441565 182.24611,32.865843 C 184.50455,32.033248 191.67825,24.565603 191.61652,22.274207 C 191.58402,21.067083 191.84511,16.128891 189.26074,13.590794 C 186.67639,11.052704 172.34022,9.5072738 172.67511,9.6306877 z "
4960 id="path11171" />
4961 <path
4962 style="opacity:0.74193552;fill:url(#radialGradient11167);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
4963 d="M 172.73405,9.4157835 C 172.73405,9.4157835 168.35666,12.104508 167.59731,14.731341 C 166.83795,17.358178 167.95323,24.04759 168.14626,24.234985 C 168.3393,24.4224 170.91084,32.57669 173.83134,33.538596 C 174.80375,33.858878 177.05789,33.797512 177.71906,33.808633 C 178.38026,33.819762 181.1965,33.946555 182.8182,33.362432 C 185.1634,32.517679 192.58653,24.873938 192.50985,22.516898 C 192.46945,21.275187 192.71427,16.197547 190.01168,13.57385 C 187.30905,10.95015 172.38495,9.2871311 172.73405,9.4157835 z "
4964 id="path11173" />
4965 <path
4966 sodipodi:nodetypes="cscscscssssscsscsccsssc"
4967 id="path25587"
4968 d="M 185.23254,5.1741173 C 185.23254,5.1741173 182.83363,9.9814268 182.44112,9.8306265 C 182.04863,9.6798306 179.04796,8.9005902 179.04796,8.9005902 C 179.04796,8.9005902 173.27783,9.9218073 173.0892,9.2266141 C 172.90056,8.5314285 171.4681,6.3620072 171.4681,6.3620072 C 171.4681,6.3620072 170.44696,7.0905716 170.49628,7.3586074 C 170.54555,7.6266248 172.00175,8.9333588 172.00175,8.9333588 C 172.00175,8.9333588 168.41324,8.9246155 168.68342,9.4020454 C 168.9536,9.8794754 171.57879,11.261714 171.66033,11.04396 C 171.74188,10.826202 177.17098,10.618718 177.66838,10.985954 C 178.37186,11.505317 174.66952,12.200098 175.02126,12.45978 C 175.37299,12.719458 178.52151,14.302763 179.54265,13.574201 C 180.56376,12.845625 180.5875,11.982951 180.5875,11.982951 C 180.5875,11.982951 184.9951,13.800907 185.06811,13.206245 C 185.14116,12.61159 187.74441,16.849886 188.60244,16.55683 C 189.46047,16.263774 189.78665,15.392751 189.78665,15.392751 C 189.78665,15.392751 192.21333,20.007357 193.44581,18.822882 C 194.115,18.17976 192.23201,18.843045 192.23201,18.843045 L 194.32328,17.770383 C 194.32328,17.770383 189.4757,15.024194 189.41789,14.379272 C 189.3601,13.734348 184.18275,10.37522 184.65679,10.308264 C 185.13083,10.241308 185.89522,5.8023475 186.6717,5.7270491 C 187.44819,5.6517485 185.44489,5.0066212 185.23254,5.1741173 z "
4969 style="opacity:0.37634409;fill:url(#radialGradient25597);fill-opacity:1;fill-rule:evenodd;stroke:#1f6b22;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
4970 <path
4971 style="fill:url(#linearGradient11394);fill-opacity:1;fill-rule:evenodd;stroke:#1f6b22;stroke-width:0.26361135;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
4972 d="M 185.14467,4.0002777 C 185.14467,4.0002777 182.80217,8.5029233 182.4189,8.3616802 C 182.03563,8.2204407 179.10551,7.490585 179.10551,7.490585 C 179.10551,7.490585 173.47107,8.4470828 173.28686,7.7959477 C 173.10266,7.1448192 169.89425,5.6989285 169.89425,5.6989285 C 169.89425,5.6989285 168.89712,6.6743417 168.94528,6.9253916 C 168.9934,7.1764226 172.22498,7.5212775 172.22498,7.5212775 C 172.22498,7.5212775 168.72085,7.5130881 168.98467,7.960261 C 169.2485,8.4074337 171.81197,9.7020727 171.89159,9.4981182 C 171.97123,9.2941623 177.27266,9.0998269 177.75838,9.4437897 C 178.44531,9.930237 174.83003,10.580987 175.17349,10.824211 C 175.51695,11.067432 178.59144,12.550395 179.58857,11.868006 C 180.58567,11.185603 180.60886,10.377601 180.60886,10.377601 C 180.60886,10.377601 184.91282,12.080344 184.98411,11.523369 C 185.05544,10.9664 187.59748,14.936093 188.43534,14.661611 C 189.27319,14.387127 189.59171,13.571305 189.59171,13.571305 C 189.59171,13.571305 191.96133,17.89346 193.16483,16.784051 C 193.81828,16.181687 191.97957,16.802936 191.97957,16.802936 L 194.02166,15.798255 C 194.02166,15.798255 189.28807,13.226106 189.23162,12.622055 C 189.17518,12.018004 184.11957,8.8717599 184.58246,8.8090476 C 185.04536,8.746335 185.79177,4.5886938 186.55,4.5181678 C 187.30823,4.447639 185.35204,3.8433966 185.14467,4.0002777 z "
4973 id="path11177"
4974 sodipodi:nodetypes="cscscscssssscsscsccsssc" />
4975 <path
4976 style="fill:#130c05;fill-opacity:0.41436462;stroke:#7c2e00;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
4977 d="M 180.77676,17.736993 C 180.61451,18.152565 180.30841,18.425118 180.09311,18.345774 C 179.87777,18.266418 179.83474,17.865206 179.99699,17.449633 C 180.15924,17.034061 180.46532,16.761501 180.68065,16.840856 C 180.89597,16.920201 180.93901,17.321421 180.77676,17.736993 z "
4978 id="path11181" />
4979 <path
4980 style="fill:url(#linearGradient11161);fill-opacity:1;stroke:#7c2e00;stroke-width:0.10904705;stroke-miterlimit:4;stroke-opacity:1"
4981 d="M 180.72331,17.697992 C 180.58411,18.054534 180.31974,18.287726 180.13283,18.218844 C 179.94592,18.149966 179.90725,17.805098 180.04645,17.448556 C 180.18565,17.092015 180.45001,16.858818 180.63692,16.927696 C 180.82383,16.996578 180.86251,17.341452 180.72331,17.697992 z "
4982 id="path11183" />
4983 <path
4984 style="fill:#130c05;fill-opacity:0.41436462;stroke:#7c2e00;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
4985 d="M 184.54648,20.059407 C 184.38423,20.474979 184.07814,20.747537 183.86283,20.668189 C 183.64751,20.588837 183.60446,20.18762 183.76671,19.772047 C 183.92897,19.356476 184.23505,19.083917 184.45039,19.163268 C 184.6657,19.242617 184.70873,19.643835 184.54648,20.059407 z "
4986 id="path11187" />
4987 <path
4988 style="fill:url(#linearGradient11157);fill-opacity:1;stroke:#7c2e00;stroke-width:0.10904705;stroke-miterlimit:4;stroke-opacity:1"
4989 d="M 184.49303,20.020402 C 184.35383,20.376943 184.08947,20.610139 183.90255,20.541257 C 183.71565,20.472379 183.67697,20.127508 183.81617,19.770967 C 183.95537,19.414425 184.21973,19.181232 184.40664,19.25011 C 184.59356,19.318992 184.63223,19.663861 184.49303,20.020402 z "
4990 id="path11189" />
4991 <path
4992 style="fill:#130c05;fill-opacity:0.41436462;stroke:#7c2e00;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
4993 d="M 176.45137,18.709307 C 176.28912,19.124879 175.98304,19.397441 175.76772,19.318089 C 175.55237,19.238729 175.50935,18.837519 175.67161,18.421947 C 175.83386,18.006375 176.13992,17.733811 176.35527,17.813171 C 176.5706,17.892522 176.61362,18.293735 176.45137,18.709307 z "
4994 id="path11193" />
4995 <path
4996 style="fill:url(#linearGradient11153);fill-opacity:1;stroke:#7c2e00;stroke-width:0.10904705;stroke-miterlimit:4;stroke-opacity:1"
4997 d="M 176.39792,18.670303 C 176.25871,19.026843 175.99435,19.26004 175.80744,19.191162 C 175.62053,19.12228 175.58186,18.777407 175.72106,18.420866 C 175.86026,18.064326 176.12462,17.831132 176.31154,17.900014 C 176.49845,17.968892 176.53712,18.313762 176.39792,18.670303 z "
4998 id="path11195" />
4999 <path
5000 style="fill:#130c05;fill-opacity:0.41436462;stroke:#7c2e00;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5001 d="M 179.34345,21.408192 C 179.18119,21.823765 178.8751,22.096318 178.65979,22.016973 C 178.44445,21.937618 178.40143,21.536405 178.56368,21.120833 C 178.72593,20.705259 179.03201,20.432699 179.24734,20.512054 C 179.46265,20.591398 179.5057,20.992619 179.34345,21.408192 z "
5002 id="path11199" />
5003 <path
5004 style="fill:url(#linearGradient11149);fill-opacity:1;stroke:#7c2e00;stroke-width:0.10904705;stroke-miterlimit:4;stroke-opacity:1"
5005 d="M 179.29,21.36919 C 179.1508,21.725731 178.88642,21.958924 178.69951,21.890042 C 178.51261,21.821164 178.47394,21.476295 178.61314,21.119755 C 178.75234,20.763213 179.0167,20.530016 179.2036,20.598894 C 179.39052,20.667777 179.4292,21.012649 179.29,21.36919 z "
5006 id="path11201" />
5007 <path
5008 style="fill:#130c05;fill-opacity:0.41436462;stroke:#7c2e00;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5009 d="M 179.34345,21.408192 C 179.18119,21.823765 178.8751,22.096318 178.65979,22.016973 C 178.44445,21.937618 178.40143,21.536405 178.56368,21.120833 C 178.72593,20.705259 179.03201,20.432699 179.24734,20.512054 C 179.46265,20.591398 179.5057,20.992619 179.34345,21.408192 z "
5010 id="path11205" />
5011 <path
5012 style="fill:url(#linearGradient11145);fill-opacity:1;stroke:#7c2e00;stroke-width:0.10904705;stroke-miterlimit:4;stroke-opacity:1"
5013 d="M 179.29,21.36919 C 179.1508,21.725731 178.88642,21.958924 178.69951,21.890042 C 178.51261,21.821164 178.47394,21.476295 178.61314,21.119755 C 178.75234,20.763213 179.0167,20.530016 179.2036,20.598894 C 179.39052,20.667777 179.4292,21.012649 179.29,21.36919 z "
5014 id="path11207" />
5015 <path
5016 style="fill:#130c05;fill-opacity:0.41436462;stroke:#7c2e00;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5017 d="M 175.49103,24.537853 C 175.32879,24.953424 175.02271,25.225987 174.80738,25.146636 C 174.59205,25.06728 174.54902,24.666067 174.71127,24.250496 C 174.87352,23.834924 175.1796,23.562363 175.39494,23.641718 C 175.61026,23.721071 175.65328,24.122279 175.49103,24.537853 z "
5018 id="path11211" />
5019 <path
5020 style="fill:url(#linearGradient11141);fill-opacity:1;stroke:#7c2e00;stroke-width:0.10904705;stroke-miterlimit:4;stroke-opacity:1"
5021 d="M 175.43758,24.498851 C 175.29838,24.855392 175.03402,25.088589 174.84711,25.019707 C 174.6602,24.950828 174.62153,24.60596 174.76073,24.249419 C 174.89993,23.892876 175.16429,23.65968 175.35119,23.728558 C 175.53811,23.79744 175.57678,24.142309 175.43758,24.498851 z "
5022 id="path11213" />
5023 <path
5024 style="fill:#130c05;fill-opacity:0.41436462;stroke:#7c2e00;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5025 d="M 177.56361,30.084293 C 177.40137,30.499864 177.09529,30.772429 176.87996,30.693073 C 176.66464,30.613722 176.62161,30.212508 176.78385,29.796936 C 176.94611,29.381364 177.25218,29.108803 177.46752,29.188155 C 177.68285,29.267511 177.72586,29.66872 177.56361,30.084293 z "
5026 id="path11217" />
5027 <path
5028 style="fill:url(#linearGradient11137);fill-opacity:1;stroke:#7c2e00;stroke-width:0.10904705;stroke-miterlimit:4;stroke-opacity:1"
5029 d="M 177.51019,30.045299 C 177.37099,30.401839 177.10661,30.63503 176.91969,30.566148 C 176.73279,30.497269 176.69411,30.152396 176.83331,29.795856 C 176.97251,29.439314 177.23688,29.20612 177.42378,29.274998 C 177.6107,29.34388 177.64939,29.688757 177.51019,30.045299 z "
5030 id="path11219" />
5031 <path
5032 style="fill:#130c05;fill-opacity:0.41436462;stroke:#7c2e00;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5033 d="M 181.62517,28.664804 C 181.46292,29.080375 181.15683,29.352932 180.94153,29.273588 C 180.72617,29.194229 180.68316,28.793019 180.84541,28.377447 C 181.00766,27.961874 181.31373,27.689311 181.52907,27.76867 C 181.74438,27.848014 181.78742,28.249231 181.62517,28.664804 z "
5034 id="path11223" />
5035 <path
5036 style="fill:url(#linearGradient11133);fill-opacity:1;stroke:#7c2e00;stroke-width:0.10904705;stroke-miterlimit:4;stroke-opacity:1"
5037 d="M 181.57172,28.625802 C 181.43251,28.982343 181.16815,29.215537 180.98124,29.146658 C 180.79432,29.077776 180.75565,28.732908 180.89486,28.376367 C 181.03406,28.019826 181.29842,27.786629 181.48534,27.85551 C 181.67224,27.924389 181.71092,28.269262 181.57172,28.625802 z "
5038 id="path11225" />
5039 <path
5040 style="fill:#130c05;fill-opacity:0.41436462;stroke:#7c2e00;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5041 d="M 185.11092,26.099916 C 184.94867,26.515489 184.64259,26.788049 184.42727,26.708697 C 184.21194,26.629349 184.1689,26.228129 184.33115,25.812556 C 184.4934,25.396984 184.7995,25.124432 185.01481,25.20378 C 185.23015,25.283132 185.27317,25.684344 185.11092,26.099916 z "
5042 id="path11229" />
5043 <path
5044 style="fill:url(#linearGradient11129);fill-opacity:1;stroke:#7c2e00;stroke-width:0.10904705;stroke-miterlimit:4;stroke-opacity:1"
5045 d="M 185.05746,26.060912 C 184.91825,26.417453 184.65389,26.650647 184.46699,26.581771 C 184.28006,26.512886 184.2414,26.168017 184.3806,25.811476 C 184.5198,25.454933 184.78416,25.221738 184.97109,25.290623 C 185.15798,25.359498 185.19666,25.70437 185.05746,26.060912 z "
5046 id="path11231" />
5047 <path
5048 style="fill:#130c05;fill-opacity:0.41436462;stroke:#7c2e00;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5049 d="M 179.93761,25.126654 C 179.77537,25.542225 179.46929,25.81479 179.25396,25.735434 C 179.03865,25.656086 178.99558,25.254861 179.15783,24.83929 C 179.32009,24.423719 179.62619,24.151167 179.84152,24.230515 C 180.05685,24.309871 180.09986,24.711082 179.93761,25.126654 z "
5050 id="path11235" />
5051 <path
5052 style="fill:url(#linearGradient11125);fill-opacity:1;stroke:#7c2e00;stroke-width:0.10904705;stroke-miterlimit:4;stroke-opacity:1"
5053 d="M 179.88417,25.087653 C 179.74497,25.444192 179.4806,25.677386 179.29369,25.608508 C 179.10678,25.539625 179.06811,25.194757 179.20731,24.838217 C 179.34651,24.481674 179.61086,24.248477 179.79778,24.317359 C 179.98469,24.386237 180.02337,24.73111 179.88417,25.087653 z "
5054 id="path11237" />
5055 <path
5056 style="fill:#130c05;fill-opacity:0.41436462;stroke:#7c2e00;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5057 d="M 171.55198,20.403286 C 171.38973,20.818857 171.08365,21.091417 170.86832,21.012065 C 170.653,20.932713 170.60995,20.531493 170.77219,20.115922 C 170.93445,19.700349 171.24055,19.427796 171.45587,19.507149 C 171.6712,19.5865 171.71422,19.987712 171.55198,20.403286 z "
5058 id="path11241" />
5059 <path
5060 style="fill:url(#linearGradient11121);fill-opacity:1;stroke:#7c2e00;stroke-width:0.10904705;stroke-miterlimit:4;stroke-opacity:1"
5061 d="M 171.49853,20.364283 C 171.35933,20.720824 171.09496,20.954018 170.90804,20.885136 C 170.72113,20.816254 170.68247,20.471388 170.82167,20.114847 C 170.96088,19.758307 171.22522,19.525106 171.41214,19.593988 C 171.59905,19.66287 171.63773,20.007742 171.49853,20.364283 z "
5062 id="path11243" />
5063 <path
5064 style="fill:#130c05;fill-opacity:0.41436462;stroke:#7c2e00;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5065 d="M 172.75951,14.31588 C 172.59726,14.731452 172.29118,15.00401 172.07585,14.924658 C 171.86052,14.845306 171.81749,14.444088 171.97974,14.028517 C 172.14199,13.612945 172.44808,13.340386 172.6634,13.419739 C 172.87873,13.499091 172.92177,13.900308 172.75951,14.31588 z "
5066 id="path11247" />
5067 <path
5068 style="fill:url(#linearGradient11117);fill-opacity:1;stroke:#7c2e00;stroke-width:0.10904705;stroke-miterlimit:4;stroke-opacity:1"
5069 d="M 172.70607,14.276879 C 172.56687,14.633419 172.30248,14.86661 172.1156,14.797735 C 171.92868,14.728854 171.89,14.383979 172.0292,14.027439 C 172.1684,13.670898 172.43277,13.437704 172.61968,13.506586 C 172.80658,13.575462 172.84527,13.920337 172.70607,14.276879 z "
5070 id="path11249" />
5071 <path
5072 style="fill:#130c05;fill-opacity:0.41436462;stroke:#7c2e00;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5073 d="M 186.88242,17.070795 C 186.72017,17.486366 186.41408,17.758923 186.19876,17.679571 C 185.98344,17.600223 185.9404,17.199006 186.10265,16.783435 C 186.2649,16.367862 186.57099,16.095304 186.78631,16.174653 C 187.00164,16.254005 187.04467,16.655222 186.88242,17.070795 z "
5074 id="path11253" />
5075 <path
5076 style="fill:url(#linearGradient11113);fill-opacity:1;stroke:#7c2e00;stroke-width:0.10904705;stroke-miterlimit:4;stroke-opacity:1"
5077 d="M 186.82898,17.031793 C 186.68978,17.388333 186.4254,17.621528 186.23849,17.55265 C 186.05159,17.483772 186.01291,17.138898 186.15211,16.782357 C 186.29132,16.425816 186.55568,16.192623 186.74259,16.261501 C 186.9295,16.330379 186.96818,16.675251 186.82898,17.031793 z "
5078 id="path11255" />
5079 <path
5080 style="fill:#130c05;fill-opacity:0.41436462;stroke:#7c2e00;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5081 d="M 188.10052,22.185692 C 187.93827,22.601263 187.63218,22.873822 187.41685,22.794469 C 187.20154,22.715121 187.15849,22.3139 187.32074,21.898329 C 187.48299,21.482756 187.78909,21.210203 188.00441,21.289552 C 188.21973,21.368903 188.26277,21.77012 188.10052,22.185692 z "
5082 id="path11259" />
5083 <path
5084 style="fill:url(#linearGradient11109);fill-opacity:1;stroke:#7c2e00;stroke-width:0.10904705;stroke-miterlimit:4;stroke-opacity:1"
5085 d="M 188.04706,22.146687 C 187.90786,22.503228 187.64347,22.736418 187.45659,22.667544 C 187.26967,22.598662 187.23099,22.253789 187.37019,21.897247 C 187.50939,21.540706 187.77376,21.307513 187.96067,21.376395 C 188.14757,21.44527 188.18626,21.790146 188.04706,22.146687 z "
5086 id="path11261" />
5087 <path
5088 style="fill:#130c05;fill-opacity:0.41436462;stroke:#7c2e00;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5089 d="M 182.76923,14.505153 C 182.60698,14.920726 182.3009,15.193285 182.08557,15.113937 C 181.87024,15.034581 181.82722,14.633367 181.98947,14.217793 C 182.15171,13.802222 182.4578,13.52966 182.67313,13.609015 C 182.88844,13.688364 182.93148,14.089582 182.76923,14.505153 z "
5090 id="path11265" />
5091 <path
5092 style="fill:url(#linearGradient11105);fill-opacity:1;stroke:#7c2e00;stroke-width:0.10904705;stroke-miterlimit:4;stroke-opacity:1"
5093 d="M 182.71578,14.466153 C 182.57658,14.822694 182.3122,15.055883 182.12531,14.987008 C 181.93838,14.918123 181.89971,14.573254 182.03891,14.216714 C 182.17811,13.860173 182.44248,13.626974 182.6294,13.695861 C 182.81629,13.764735 182.85498,14.109612 182.71578,14.466153 z "
5094 id="path11267" />
5095 <path
5096 style="fill:#130c05;fill-opacity:0.41436462;stroke:#7c2e00;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5097 d="M 176.98609,27.071865 C 176.82384,27.487439 176.51775,27.759994 176.30243,27.680642 C 176.08711,27.601294 176.04405,27.200072 176.20631,26.784498 C 176.36856,26.368925 176.67466,26.096376 176.88998,26.175724 C 177.10531,26.255076 177.14834,26.656292 176.98609,27.071865 z "
5098 id="path11271" />
5099 <path
5100 style="fill:url(#linearGradient11101);fill-opacity:1;stroke:#7c2e00;stroke-width:0.10904705;stroke-miterlimit:4;stroke-opacity:1"
5101 d="M 176.93264,27.032861 C 176.79344,27.389402 176.52905,27.622591 176.34216,27.553716 C 176.15525,27.484834 176.11657,27.139961 176.25577,26.783421 C 176.39497,26.42688 176.65933,26.193686 176.84625,26.262569 C 177.03315,26.331443 177.07184,26.67632 176.93264,27.032861 z "
5102 id="path11273" />
5103 <path
5104 style="fill:#130c05;fill-opacity:0.41436462;stroke:#7c2e00;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5105 d="M 174.07436,28.915089 C 173.9121,29.33066 173.60602,29.603217 173.3907,29.523869 C 173.17537,29.444517 173.13232,29.043293 173.29457,28.627721 C 173.45682,28.212147 173.76293,27.939598 173.97825,28.01895 C 174.19357,28.098298 174.23661,28.499514 174.07436,28.915089 z "
5106 id="path11277" />
5107 <path
5108 style="fill:url(#linearGradient11097);fill-opacity:1;stroke:#7c2e00;stroke-width:0.10904705;stroke-miterlimit:4;stroke-opacity:1"
5109 d="M 174.02091,28.876086 C 173.88171,29.232627 173.61732,29.465816 173.43043,29.396938 C 173.24352,29.32806 173.20484,28.983187 173.34404,28.626647 C 173.48324,28.270107 173.74761,28.036913 173.93451,28.105791 C 174.12142,28.17467 174.16011,28.519547 174.02091,28.876086 z "
5110 id="path11279" />
5111 <path
5112 style="fill:#130c05;fill-opacity:0.41436462;stroke:#7c2e00;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5113 d="M 171.35643,24.647268 C 171.19418,25.062841 170.8881,25.335402 170.67276,25.25605 C 170.45745,25.176702 170.4144,24.775478 170.57665,24.359904 C 170.73889,23.944331 171.04501,23.671783 171.26032,23.751131 C 171.47564,23.830483 171.51868,24.231695 171.35643,24.647268 z "
5114 id="path11283" />
5115 <path
5116 style="fill:url(#linearGradient11093);fill-opacity:1;stroke:#7c2e00;stroke-width:0.10904705;stroke-miterlimit:4;stroke-opacity:1"
5117 d="M 171.30297,24.608266 C 171.16377,24.964807 170.8994,25.198 170.7125,25.129122 C 170.52557,25.060237 170.48691,24.715371 170.62612,24.358831 C 170.76532,24.002291 171.02967,23.76909 171.21659,23.837976 C 171.4035,23.906854 171.44218,24.251726 171.30297,24.608266 z "
5118 id="path11285" />
5119 <path
5120 style="fill:#130c05;fill-opacity:0.41436462;stroke:#7c2e00;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5121 d="M 170.03199,16.810241 C 169.86975,17.225814 169.56366,17.498369 169.34834,17.419021 C 169.13302,17.33967 169.08998,16.938451 169.25222,16.522877 C 169.41447,16.107304 169.72057,15.83475 169.9359,15.914102 C 170.15121,15.99345 170.19425,16.394668 170.03199,16.810241 z "
5122 id="path11289" />
5123 <path
5124 style="fill:url(#linearGradient11089);fill-opacity:1;stroke:#7c2e00;stroke-width:0.10904705;stroke-miterlimit:4;stroke-opacity:1"
5125 d="M 169.97855,16.771239 C 169.83935,17.12778 169.57498,17.360973 169.38807,17.29209 C 169.20115,17.223209 169.16247,16.878336 169.30167,16.521797 C 169.44087,16.165255 169.70525,15.932062 169.89215,16.000944 C 170.07907,16.069826 170.11775,16.414698 169.97855,16.771239 z "
5126 id="path11291" />
5127 <path
5128 style="fill:#130c05;fill-opacity:0.41436462;stroke:#7c2e00;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5129 d="M 175.3943,15.053546 C 175.23205,15.469119 174.92597,15.741678 174.71065,15.66233 C 174.49531,15.582972 174.45229,15.181762 174.61454,14.76619 C 174.77678,14.350618 175.08286,14.078054 175.2982,14.157413 C 175.51352,14.236761 175.55654,14.637974 175.3943,15.053546 z "
5130 id="path11295" />
5131 <path
5132 style="fill:url(#linearGradient11085);fill-opacity:1;stroke:#7c2e00;stroke-width:0.10904705;stroke-miterlimit:4;stroke-opacity:1"
5133 d="M 175.34085,15.014549 C 175.20165,15.37109 174.93729,15.604283 174.75038,15.535405 C 174.56346,15.466523 174.52477,15.121647 174.66397,14.765107 C 174.80317,14.408565 175.06756,14.175375 175.25448,14.244257 C 175.44137,14.313135 175.48005,14.658008 175.34085,15.014549 z "
5134 id="path11297" />
5135 <path
5136 style="opacity:0.21505378;fill:url(#radialGradient5709);fill-opacity:1;fill-rule:evenodd;stroke:#6d8200;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
5137 d="M 135.55065,26.511292 C 135.55065,26.511292 128.96885,27.452899 128.7082,27.571978 C 128.44753,27.69106 125.48458,28.151239 124.68932,28.446075 C 123.9806,28.708834 122.68092,29.703121 122.41132,29.882859 C 122.14175,30.062596 121.52032,32.373184 122.39654,32.464168 C 122.91692,32.518203 125.14553,33.453026 127.52895,33.938815 C 128.36364,34.108936 134.02264,34.423782 134.74663,34.46082 C 135.47066,34.497857 142.98015,34.68848 143.23189,34.630058 C 143.48364,34.571636 149.27459,34.047927 149.9173,33.810883 C 150.56002,33.573841 154.3851,32.363891 154.17351,32.149355 C 153.96189,31.934816 155.76416,31.252901 155.76416,31.252901 C 155.76416,31.252901 156.29786,30.103758 156.07288,29.980205 C 155.84787,29.856653 154.75762,28.176269 153.83095,27.864037 C 152.90426,27.551803 146.52208,26.308613 146.0186,26.425456 C 145.51511,26.542299 137.3039,26.162994 135.81133,26.39221 C 134.31874,26.621427 135.79794,26.483197 135.55065,26.511292 z "
5138 id="path11301" />
5139 <path
5140 style="fill:url(#linearGradient11392);fill-opacity:1;fill-rule:evenodd;stroke:#829b00;stroke-width:0.52170008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
5141 d="M 135.01035,6.8257361 C 135.01035,6.8257361 133.08902,7.26646 131.02651,8.9321858 C 129.08494,10.500247 128.36841,10.913749 127.04818,13.473517 C 125.4342,16.602788 126.39892,14.694687 124.93536,17.840707 C 123.50367,20.918206 123.61986,23.449653 125.30067,25.741959 C 126.90253,27.926609 126.8728,29.346663 129.92811,31.066957 C 132.7318,32.645582 136.82667,33.080209 136.81768,33.410378 C 136.80982,33.698273 144.98992,33.589441 143.74341,33.727426 C 142.34229,33.882526 147.98979,32.133912 149.30619,30.937962 C 151.24982,29.172179 151.92928,27.47142 152.65509,25.273116 C 152.89069,24.559557 153.72152,21.662889 153.72152,21.662889 C 153.72152,21.662889 154.3233,18.296487 154.14571,17.874839 C 153.96811,17.453199 153.655,13.449682 152.18921,11.023063 C 151.04046,9.1213025 148.43173,6.3801287 146.21455,5.7408544 C 144.52247,5.2529816 141.82906,4.6193919 139.24761,5.3531579 C 136.44842,6.1488175 135.20509,6.7300852 135.01035,6.8257361 z "
5142 id="path11303"
5143 sodipodi:nodetypes="cssssssssscssssc" />
5144 <path
5145 style="fill:url(#radialGradient11078);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11080);stroke-width:0.87670028;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
5146 d="M 139.70714,7.3137854 C 139.70714,7.3137854 135.49322,10.084357 135.32637,10.434777 C 135.1595,10.785186 133.76679,12.96043 133.67767,13.314142 C 133.58854,13.667849 132.43557,18.087566 132.263,18.616483 C 132.09044,19.145403 132.34806,23.267459 132.6476,23.637646 C 132.94713,24.00784 134.62107,27.653725 134.92915,27.75616 C 135.23724,27.8586 138.73039,30.598546 139.19394,30.707574 C 139.65749,30.816606 144.46561,31.378008 144.62677,31.206093 C 144.78795,31.034188 148.49557,29.493351 148.90703,28.795822 C 149.31851,28.098292 151.76731,24.537883 151.6318,23.906531 C 151.49627,23.27517 152.65007,21.268539 152.65007,21.268539 C 152.65007,21.268539 152.99153,17.886875 152.84745,17.523273 C 152.70337,17.159678 152.005,12.214576 151.4116,11.295687 C 150.81821,10.376797 146.73169,6.7179644 146.40937,7.0617821 C 146.08702,7.4056077 140.82961,6.2889187 139.87401,6.9633686 C 138.9184,7.637827 139.86546,7.2311244 139.70714,7.3137854 z "
5147 id="path11305" />
5148 <path
5149 style="fill:#f1fed1;fill-opacity:1;stroke:#d4ce00;stroke-width:0.3310442;stroke-miterlimit:4;stroke-opacity:1"
5150 d="M 143.75548,20.464271 L 142.33398,19.765389 L 140.80273,20.008706 L 141.41172,18.386928 L 141.19537,16.637816 L 142.61685,17.336702 L 144.1481,17.093384 L 143.53912,18.71516 L 143.75548,20.464271 z "
5151 id="path11307" />
5152 <path
5153 style="opacity:0.56989249;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.82946002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
5154 d="M 139.51777,7.0078328 C 139.51777,7.0078328 135.09746,9.9266988 134.92295,10.297072 C 134.74847,10.667445 133.29043,12.965419 133.19762,13.339536 C 133.10479,13.713655 131.90372,18.388255 131.72364,18.947561 C 131.54358,19.506865 131.82366,23.87102 132.13918,24.263864 C 132.45469,24.656708 134.22147,28.521485 134.54536,28.630932 C 134.86923,28.740381 138.54502,31.652177 139.03223,31.769115 C 139.51945,31.886053 144.57159,32.49613 144.74049,32.314689 C 144.90941,32.133248 148.8007,30.514429 149.23135,29.77743 C 149.66199,29.04043 152.2263,25.27969 152.08248,24.610942 C 151.93866,23.94219 153.14612,21.821912 153.14612,21.821912 C 153.14612,21.821912 153.49708,18.243445 153.3449,17.858091 C 153.19272,17.472737 152.44776,12.235918 151.8223,11.261296 C 151.19686,10.286675 146.89563,6.4002585 146.55781,6.7631399 C 146.21999,7.126022 140.69456,5.9266779 139.69225,6.6374599 C 138.68995,7.3482418 139.6839,6.9208572 139.51777,7.0078328 z "
5155 id="path11309" />
5156 <path
5157 style="fill:url(#radialGradient11390);fill-opacity:1;fill-rule:evenodd;stroke:#c0c70f;stroke-width:0.69623828;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
5158 d="M 138.86601,8.1711808 C 138.86601,8.1711808 141.34434,17.231722 142.11881,17.063935 C 142.89329,16.896146 144.59713,7.332243 144.59713,7.332243 L 138.86601,8.1711808 z "
5159 id="path11311" />
5160 <path
5161 style="fill:url(#radialGradient11072);fill-opacity:1;fill-rule:evenodd;stroke:#c0ce11;stroke-width:0.31637648;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
5162 d="M 145.52652,7.3322437 C 145.52652,7.3322437 142.11881,17.063936 143.20309,17.063936 C 144.28735,17.063936 150.48319,11.023574 150.48319,11.023574 L 145.52652,7.3322437 z "
5163 id="path11313" />
5164 <path
5165 style="fill:url(#radialGradient11388);fill-opacity:1;fill-rule:evenodd;stroke:#cdd418;stroke-width:0.38828021;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.86187846"
5166 d="M 150.94787,11.359149 C 150.94787,11.359149 143.51288,17.063935 143.97755,17.735086 C 144.44224,18.406237 152.96151,19.916328 152.96151,19.412964 C 152.96151,18.909598 151.41254,11.694721 150.94787,11.359149 z "
5167 id="path11315" />
5168 <path
5169 style="fill:url(#radialGradient11386);fill-opacity:1;fill-rule:evenodd;stroke:#c2d415;stroke-width:0.28556058;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
5170 d="M 152.80661,20.084113 C 152.80661,20.084113 143.82266,17.735086 143.82266,18.574027 C 143.82266,19.412964 148.15975,28.137931 148.62442,27.970137 C 149.08911,27.802353 153.1164,20.587477 152.80661,20.084113 z "
5171 id="path11317" />
5172 <path
5173 style="opacity:1;fill:url(#radialGradient11067);fill-opacity:1;fill-rule:evenodd;stroke:#c5d019;stroke-width:0.69623828;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.55248617"
5174 d="M 148.31463,28.641292 C 148.31463,28.641292 144.13247,19.916328 143.20309,20.2519 C 142.27371,20.587478 138.5562,30.151384 139.1758,30.319171 C 139.79538,30.486959 148.46953,28.976869 148.31463,28.641292 z "
5175 id="path11319" />
5176 <path
5177 style="fill:url(#radialGradient11384);fill-opacity:1;fill-rule:evenodd;stroke:#bdc519;stroke-width:0.69623828;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
5178 d="M 138.40131,29.983593 C 138.40131,29.983593 143.20309,20.084113 142.11881,20.084113 C 141.03454,20.084113 132.05061,21.25863 132.20548,21.76199 C 132.36038,22.265353 137.78173,30.151384 138.40131,29.983593 z "
5179 id="path11321" />
5180 <path
5181 style="fill:url(#radialGradient11382);fill-opacity:1;fill-rule:evenodd;stroke:#cfcf18;stroke-width:0.3626003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
5182 d="M 132.19327,20.768681 C 132.19327,20.768681 141.04692,20.458366 141.04692,19.52741 C 141.04692,18.596458 135.14447,12.700416 134.67851,12.855572 C 134.21252,13.010736 131.72727,20.458366 132.19327,20.768681 z "
5183 id="path11323" />
5184 <path
5185 style="fill:url(#radialGradient11380);fill-opacity:1;fill-rule:evenodd;stroke:#c5cf18;stroke-width:0.46018398;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
5186 d="M 134.82405,12.383487 C 134.82405,12.383487 141.0477,20.172252 141.35889,19.103203 C 141.67008,18.03416 138.55825,9.0236322 137.93589,9.3290697 C 137.31352,9.6345145 134.82405,12.230767 134.82405,12.383487 z "
5187 id="path11325" />
5188 <path
5189 style="opacity:0.32795703;fill:url(#radialGradient5733);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11372);stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
5190 d="M 216.32665,26.913967 C 216.32665,26.913967 209.06657,27.738696 208.1812,28.099514 C 207.29581,28.460333 204.99383,30.21288 205.34799,30.986061 C 205.70212,31.759246 207.82704,33.821066 208.35826,33.975702 C 208.88948,34.130339 213.67053,35.264339 214.55591,35.315886 C 215.44128,35.36743 225.88873,35.315886 226.95118,35.161248 C 228.01365,35.006613 231.37808,33.666431 231.9093,33.357157 C 232.44053,33.047883 234.74251,30.934517 234.56544,30.522153 C 234.38835,30.109789 232.26345,28.357242 230.66976,28.047969 C 229.07609,27.738696 224.64921,26.913967 223.05553,26.862422 C 221.46184,26.810876 216.14958,26.965511 216.14958,26.965511"
5191 id="path11340" />
5192 <path
5193 style="fill:url(#linearGradient11050);fill-opacity:1;fill-rule:evenodd;stroke:#2f8400;stroke-width:0.49442253;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
5194 d="M 215.12051,7.4035984 C 215.12051,7.4035984 209.62626,9.8881136 208.13221,11.265586 C 206.56156,12.713661 205.08279,17.925783 205.4776,20.349063 C 205.93818,23.175966 207.54593,28.416097 208.29813,29.756954 C 209.31156,31.563483 211.58692,33.222174 214.1051,33.974277 C 216.95816,34.826395 223.89515,34.499519 225.71906,33.487664 C 227.30653,32.606985 229.8669,28.78372 230.36465,27.81049 C 230.86239,26.837266 233.00009,21.239463 232.85335,18.889215 C 232.68963,16.266891 230.69647,12.076615 229.20325,11.103381 C 227.71002,10.130147 223.81174,7.5453447 222.06897,7.3726732 C 219.15132,7.0835958 214.9546,7.3032408 214.9546,7.3032408"
5195 id="path11342" />
5196 <path
5197 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11370);stroke-width:0.43475991;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
5198 d="M 216.08655,7.9697724 C 216.08655,7.9697724 209.40921,10.527551 208.59491,11.646585 C 207.7806,12.765614 205.66339,18.200903 205.98912,20.598817 C 206.31484,22.996748 208.26918,29.391213 208.75777,29.870792 C 209.24636,30.350375 213.64362,33.867329 214.45793,34.027187 C 215.27225,34.18706 224.88109,34.027187 225.85826,33.547607 C 226.83545,33.068022 229.92981,28.91163 230.41839,27.952457 C 230.90698,26.993285 233.02419,20.438963 232.86133,19.160068 C 232.69846,17.881178 230.74411,12.445889 229.27837,11.486717 C 227.81261,10.527551 223.74106,7.9697724 222.2753,7.8099063 C 220.80954,7.6500402 215.92369,8.1296285 215.92369,8.1296285"
5199 id="path11344" />
5200 <path
5201 transform="matrix(1.580602,0,0,1.3864517,195.50325,-34.751979)"
5202 style="fill:url(#linearGradient11366);fill-opacity:1;stroke:#347600;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1;filter:url(#filter6762)"
5203 d="M 18.801737,32.694645 C 18.802227,33.30857 17.039731,33.806328 14.865413,33.806328 C 12.691095,33.806328 10.928599,33.30857 10.929089,32.694645 C 10.928599,32.08072 12.691095,31.582962 14.865413,31.582962 C 17.039731,31.582962 18.802227,32.08072 18.801737,32.694645 z "
5204 id="path11348" />
5205 <path
5206 style="fill:#544914;fill-opacity:1;fill-rule:evenodd;stroke:#8a6700;stroke-width:0.51184171;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
5207 d="M 220.31506,11.740173 C 220.31506,11.740173 218.75331,4.1853757 217.19156,5.0487836 C 215.62981,5.9121873 216.41068,6.0201081 216.41068,6.0201081 C 216.41068,6.0201081 220.57535,11.956012 218.88346,11.740173 C 217.19156,11.524325 220.44521,11.848086 220.31506,11.740173 z "
5208 id="path11352" />
5209 <path
5210 style="fill:#000000;fill-opacity:0.46961329;stroke:#386f1d;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5211 d="M 244.2819,15.866738 C 244.25441,16.271839 244.22912,16.686764 244.22912,17.099367 C 244.22912,26.286178 251.19954,33.739859 259.75024,33.73986 C 268.30092,33.73986 275.21856,26.286178 275.21856,17.099367 C 275.21856,16.685704 275.19341,16.27286 275.16576,15.866738 L 244.2819,15.866738 z "
5212 id="path11356" />
5213 <path
5214 style="fill:url(#radialGradient11041);fill-opacity:1;stroke:#386f1d;stroke-width:1.05230868;stroke-miterlimit:4;stroke-opacity:1"
5215 d="M 244.42768,15.137685 C 244.39965,15.522131 244.3739,15.915897 244.3739,16.307464 C 244.3739,25.025858 251.47457,32.099488 260.18505,32.09949 C 268.89554,32.09949 275.94242,25.025858 275.94242,16.307464 C 275.94242,15.914895 275.91682,15.523099 275.88864,15.137685 L 244.42768,15.137685 z "
5216 id="path11358" />
5217 <path
5218 style="fill:none;fill-opacity:1;stroke:#eff3c8;stroke-width:1.16280091;stroke-miterlimit:4;stroke-opacity:0.61878453"
5219 d="M 245.40843,15.830168 C 245.38228,16.183223 245.35827,16.544838 245.35827,16.904434 C 245.35827,24.910947 251.98353,31.407001 260.11086,31.407002 C 268.23817,31.407002 274.81327,24.910947 274.81328,16.904434 C 274.81328,16.543917 274.78939,16.184112 274.7631,15.830168 L 245.40843,15.830168 z "
5220 id="path11360" />
5221 <path
5222 style="fill:#000000;fill-opacity:1;stroke:#386f1d;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5223 d="M 253.39463,21.408057 C 253.68966,21.818894 253.78455,22.316322 253.60649,22.51886 C 253.42845,22.721396 253.04495,22.552284 252.75011,22.141215 C 252.45507,21.730376 252.36018,21.232951 252.53825,21.030414 C 252.7163,20.827875 253.0998,20.996988 253.39463,21.408057 L 253.39463,21.408057 z "
5224 id="path11362" />
5225 <path
5226 style="fill:#000000;fill-opacity:1;stroke:#386f1d;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5227 d="M 256.68746,22.215379 C 256.62628,22.763855 256.38397,23.1745 256.14633,23.132392 C 255.90871,23.090283 255.76586,22.611377 255.82731,22.062949 C 255.88849,21.514471 256.13081,21.103825 256.36842,21.145934 C 256.60607,21.188044 256.74891,21.666948 256.68746,22.215379 L 256.68746,22.215379 z "
5228 id="path11364" />
5229 <path
5230 style="fill:#000000;fill-opacity:1;stroke:#386f1d;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5231 d="M 255.09495,25.496121 C 255.03376,26.044597 254.79145,26.455243 254.55383,26.413134 C 254.3162,26.371025 254.17334,25.89212 254.23479,25.343692 C 254.29598,24.795216 254.53829,24.384568 254.77593,24.426677 C 255.01355,24.468786 255.1564,24.947692 255.09495,25.496121 L 255.09495,25.496121 z "
5232 id="path11366" />
5233 <path
5234 style="fill:#000000;fill-opacity:1;stroke:#386f1d;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5235 d="M 264.36043,21.30406 C 264.29924,21.852538 264.05692,22.263184 263.8193,22.221074 C 263.58168,22.178964 263.43882,21.700061 263.50027,21.151631 C 263.56146,20.603155 263.80377,20.192508 264.04141,20.234618 C 264.27902,20.276727 264.42189,20.755632 264.36043,21.30406 L 264.36043,21.30406 z "
5236 id="path11368" />
5237 <path
5238 style="fill:#000000;fill-opacity:1;stroke:#386f1d;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5239 d="M 266.53205,24.584802 C 266.47086,25.13328 266.22851,25.543926 265.9909,25.501817 C 265.75328,25.459707 265.61041,24.980804 265.67186,24.432374 C 265.73306,23.883896 265.97538,23.47325 266.21301,23.51536 C 266.45062,23.557467 266.59349,24.036374 266.53205,24.584802 L 266.53205,24.584802 z "
5240 id="path11370" />
5241 <path
5242 style="fill:url(#linearGradient11030);fill-opacity:1;stroke:#790000;stroke-width:0.65314543;stroke-miterlimit:4;stroke-opacity:1"
5243 d="M 301.16048,24.055244 C 301.16255,28.252247 297.33951,31.655566 292.62284,31.655566 C 287.90619,31.655566 284.08317,28.252247 284.08522,24.055244 C 284.08317,19.858243 287.90619,16.454926 292.62284,16.454926 C 297.33951,16.454926 301.16255,19.858243 301.16048,24.055244 L 301.16048,24.055244 z "
5244 id="path12520" />
5245 <path
5246 style="opacity:0.6935484;fill:#9d0606;fill-opacity:1;stroke:#790000;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5247 d="M 294.49448,22.340618 L 294.49448,31.058724 C 295.90966,30.286899 296.89449,28.637261 296.89449,26.711359 C 296.89449,24.783157 295.91237,23.111236 294.49448,22.340618 z "
5248 id="path12522" />
5249 <path
5250 style="fill:none;fill-opacity:1;stroke:url(#linearGradient11026);stroke-width:0.81245452;stroke-miterlimit:4;stroke-opacity:1"
5251 d="M 300.20741,23.75863 C 300.20923,27.557534 296.81298,30.638035 292.62284,30.638035 C 288.43273,30.638035 285.03645,27.557534 285.03828,23.75863 C 285.03645,19.959725 288.43273,16.879226 292.62284,16.879226 C 296.81298,16.879226 300.20923,19.959725 300.20741,23.75863 L 300.20741,23.75863 z "
5252 id="path15329" />
5253 <path
5254 style="fill:url(#radialGradient11362);fill-opacity:1;stroke:#790000;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5255 d="M 295.84911,22.141514 C 295.85051,24.860754 293.26282,27.065766 290.07029,27.065766 C 286.87778,27.065766 284.2901,24.860754 284.29148,22.141514 C 284.2901,19.422273 286.87778,17.21726 290.07029,17.21726 C 293.26282,17.21726 295.85051,19.422273 295.84911,22.141514 L 295.84911,22.141514 z "
5256 id="path15341" />
5257 <path
5258 style="fill:url(#linearGradient11022);fill-opacity:1;stroke:#790000;stroke-width:0.67094159;stroke-miterlimit:4;stroke-opacity:1"
5259 d="M 317.59832,24.094846 C 317.60036,28.549457 313.79946,32.161668 309.1101,32.161668 C 304.42076,32.161668 300.61985,28.549457 300.62189,24.094846 C 300.61985,19.640234 304.42076,16.028026 309.1101,16.028026 C 313.79946,16.028026 317.60036,19.640234 317.59832,24.094846 L 317.59832,24.094846 z "
5260 id="path15453" />
5261 <path
5262 style="opacity:0.6935484;fill:#9d0606;fill-opacity:1;stroke:#790000;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5263 d="M 311.98261,22.113582 L 311.98261,31.3668 C 313.38958,30.547602 314.36872,28.796709 314.36872,26.752595 C 314.36872,24.706041 313.3923,22.931498 311.98261,22.113582 z "
5264 id="path15455" />
5265 <path
5266 style="fill:none;fill-opacity:1;stroke:url(#linearGradient11018);stroke-width:0.83459133;stroke-miterlimit:4;stroke-opacity:1"
5267 d="M 316.65078,24.094849 C 316.6526,28.126929 313.27599,31.396508 309.11009,31.396508 C 304.94424,31.396508 301.56763,28.126929 301.56945,24.094849 C 301.56763,20.06277 304.94424,16.793191 309.11009,16.793191 C 313.27599,16.793191 316.6526,20.06277 316.65078,24.094849 L 316.65078,24.094849 z "
5268 id="path15457" />
5269 <path
5270 style="fill:none;fill-opacity:1;stroke:url(#linearGradient11015);stroke-width:0.83459133;stroke-miterlimit:4;stroke-opacity:1"
5271 d="M 316.65078,24.094849 C 316.6526,28.126929 313.27599,31.396508 309.11009,31.396508 C 304.94424,31.396508 301.56763,28.126929 301.56945,24.094849 C 301.56763,20.06277 304.94424,16.793191 309.11009,16.793191 C 313.27599,16.793191 316.6526,20.06277 316.65078,24.094849 L 316.65078,24.094849 z "
5272 id="path15501" />
5273 <path
5274 style="fill:url(#radialGradient11360);fill-opacity:1;stroke:#790000;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5275 d="M 312.1352,21.491951 C 312.13661,24.457193 309.52709,26.861682 306.30761,26.861682 C 303.08813,26.861682 300.47862,24.457193 300.48005,21.491951 C 300.47862,18.526709 303.08813,16.122217 306.30761,16.122217 C 309.52709,16.122217 312.13661,18.526709 312.1352,21.491951 L 312.1352,21.491951 z "
5276 id="path15845" />
5277 <path
5278 style="opacity:0.88172045;fill:url(#linearGradient11011);fill-opacity:1;stroke:#33800d;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5279 d="M 311.76573,18.686035 C 311.76573,19.146306 310.52015,19.51943 308.98363,19.51943 C 307.44711,19.51943 306.2015,19.146306 306.2015,18.686035 C 306.2015,18.225761 307.44711,17.852638 308.98363,17.852638 C 310.52015,17.852638 311.76573,18.225761 311.76573,18.686035 z "
5280 id="path15945" />
5281 <path
5282 style="fill:url(#linearGradient11008);fill-opacity:1;fill-rule:evenodd;stroke:#33800d;stroke-width:0.38256469;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
5283 d="M 310.53189,18.456352 C 310.53189,18.456352 303.75419,5.5222513 300.96262,5.8198721 C 298.48211,6.0843321 301.57696,7.0350663 301.57696,7.0350663 C 301.57696,7.0350663 311.21996,16.91991 307.85207,18.456352 C 305.40226,19.573957 310.7755,18.628678 310.53189,18.456352 z "
5284 id="path15955" />
5285 <path
5286 style="opacity:0.88172045;fill:url(#linearGradient11005);fill-opacity:1;stroke:#33800d;stroke-width:0;stroke-miterlimit:4;stroke-opacity:1"
5287 d="M 294.88006,18.681781 C 294.88006,19.10387 293.64489,19.446037 292.12123,19.446037 C 290.59757,19.446037 289.36242,19.10387 289.36242,18.681781 C 289.36242,18.259693 290.59757,17.917527 292.12123,17.917527 C 293.64489,17.917527 294.88006,18.259693 294.88006,18.681781 z "
5288 id="path15959" />
5289 <path
5290 style="fill:url(#linearGradient11002);fill-opacity:1;fill-rule:evenodd;stroke:#33800d;stroke-width:0.38256469;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
5291 d="M 290.6127,19.092323 C 290.6127,19.092323 302.90216,7.0485903 305.69369,7.3462082 C 308.17422,7.6106689 304.32781,8.8157928 304.32781,8.8157928 C 304.32781,8.8157928 290.67624,17.555884 294.04414,19.092323 C 296.49395,20.20993 290.36908,19.264649 290.6127,19.092323 z "
5292 id="path15961" />
5293 <path
5294 style="opacity:0.68817204;fill:url(#linearGradient3703);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
5295 d="M 228.04262,10.868935 C 228.04262,10.868935 232.21468,15.760864 232.47013,18.281427 C 232.88472,22.372231 230.78885,26.952098 228.46806,29.801329 C 227.96973,30.413133 222.72723,35.118205 221.9153,35.118205 C 221.10341,35.118205 228.94999,13.968244 228.04262,10.868935 z "
5296 id="path3694"
5297 sodipodi:nodetypes="csssc" />
5298 <path
5299 id="path5745"
5300 d="M 300.20741,23.75863 C 300.20923,27.557534 296.81298,30.638035 292.62284,30.638035 C 288.43273,30.638035 285.03645,27.557534 285.03828,23.75863 C 285.03645,19.959725 288.43273,16.879226 292.62284,16.879226 C 296.81298,16.879226 300.20923,19.959725 300.20741,23.75863 L 300.20741,23.75863 z "
5301 style="fill:none;fill-opacity:1;stroke:url(#linearGradient12524);stroke-width:0.81245452;stroke-miterlimit:4;stroke-opacity:1" />
5302 <path
5303 id="path5747"
5304 d="M 316.65078,24.094849 C 316.6526,28.126929 313.27599,31.396508 309.11009,31.396508 C 304.94424,31.396508 301.56763,28.126929 301.56945,24.094849 C 301.56763,20.06277 304.94424,16.793191 309.11009,16.793191 C 313.27599,16.793191 316.6526,20.06277 316.65078,24.094849 L 316.65078,24.094849 z "
5305 style="fill:none;fill-opacity:1;stroke:url(#linearGradient12522);stroke-width:0.83459133;stroke-miterlimit:4;stroke-opacity:1" />
5306 <path
5307 id="path11131"
5308 style="opacity:0.53763446;fill:url(#radialGradient13468);fill-opacity:1;stroke:#380038;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
5309 d="M 27.970794,27.233848 C 25.602093,28.350479 22.87441,27.525882 21.878343,25.392058 C 20.882274,23.258236 21.995013,20.623222 24.363714,19.506592 C 26.732416,18.389961 29.4601,19.214558 30.456168,21.348381 C 31.452235,23.482205 30.339497,26.117217 27.970794,27.233848 L 27.970794,27.233848 z " />
5310 <path
5311 d="M 14.285299,21.121769 C 11.916598,22.238399 9.1889148,21.413803 8.1928483,19.279979 C 7.1967795,17.146157 8.3095178,14.511143 10.678219,13.394513 C 13.046921,12.277881 15.774605,13.102479 16.770673,15.236302 C 17.76674,17.370126 16.654002,20.005138 14.285299,21.121769 L 14.285299,21.121769 z "
5312 style="opacity:0.53763446;fill:url(#radialGradient15731);fill-opacity:1;stroke:#380038;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
5313 id="path15729" />
5314 <path
5315 d="M 28.622484,18.676937 C 26.253783,19.793567 23.5261,18.968971 22.530033,16.835147 C 21.533964,14.701325 22.646703,12.06631 25.015404,10.94968 C 27.384106,9.8330488 30.11179,10.657647 31.107859,12.79147 C 32.103925,14.925293 30.991187,17.560306 28.622484,18.676937 L 28.622484,18.676937 z "
5316 style="opacity:0.53763446;fill:url(#radialGradient15735);fill-opacity:1;stroke:#380038;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
5317 id="path15733" />
5318 <path
5319 id="path15737"
5320 style="opacity:0.53763446;fill:url(#radialGradient15739);fill-opacity:1;stroke:#380038;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
5321 d="M 18.84713,29.984284 C 16.478429,31.100914 13.750747,30.276317 12.75468,28.142493 C 11.758611,26.008672 12.87135,23.373657 15.24005,22.257027 C 17.608752,21.140396 20.336435,21.964993 21.332504,24.098816 C 22.328571,26.23264 21.215832,28.867652 18.84713,29.984284 L 18.84713,29.984284 z " />
5322 <path
5323 d="M 24.386497,33.957135 C 22.017796,35.073765 19.290113,34.249169 18.294046,32.115345 C 17.297977,29.981523 18.410716,27.346509 20.779417,26.229879 C 23.148119,25.113247 25.875803,25.937845 26.871872,28.071668 C 27.867938,30.205492 26.7552,32.840504 24.386497,33.957135 L 24.386497,33.957135 z "
5324 style="opacity:0.53763446;fill:url(#radialGradient15743);fill-opacity:1;stroke:#380038;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
5325 id="path15741" />
5326 <g
5327 id="g6880"
5328 transform="matrix(0.92,0,0,0.92,26.44,0.8799122)">
5329 <path
5330 style="opacity:0.36000001;fill:url(#radialGradient6878);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
5331 sodipodi:cx="9.5"
5332 sodipodi:cy="26.5"
5333 sodipodi:type="arc"
5334 transform="matrix(1.0769231,0,0,1.2727273,320.76923,-21.727274)"
5335 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
5336 sodipodi:rx="6.5"
5337 id="path3159"
5338 sodipodi:ry="5.5" />
5339 <path
5340 sodipodi:ry="5.5"
5341 id="path3161"
5342 sodipodi:rx="6.5"
5343 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
5344 transform="matrix(1,0,0,1.1820178,320.5,-21.324569)"
5345 sodipodi:type="arc"
5346 sodipodi:cy="26.5"
5347 sodipodi:cx="9.5"
5348 style="fill:url(#radialGradient6870);fill-opacity:1;stroke:url(#linearGradient6872);stroke-width:0.9197883;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
5349 <path
5350 sodipodi:ry="5.5"
5351 id="path3163"
5352 sodipodi:rx="6.5"
5353 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
5354 transform="matrix(0.8461539,0,0,1,321.96154,-16.5)"
5355 sodipodi:type="arc"
5356 sodipodi:cy="26.5"
5357 sodipodi:cx="9.5"
5358 style="opacity:0.60799997;fill:none;fill-opacity:1;stroke:url(#linearGradient6874);stroke-width:1.08711433;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
5359 <path
5360 sodipodi:ry="5.5"
5361 id="path3165"
5362 sodipodi:rx="6.5"
5363 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
5364 transform="matrix(0.4615385,0,0,0.4384749,325.61538,-3.2079717)"
5365 sodipodi:type="arc"
5366 sodipodi:cy="26.5"
5367 sodipodi:cx="9.5"
5368 style="opacity:0.73999999;fill:url(#linearGradient6876);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
5369 </g>
5370 <g
5371 id="g6886"
5372 transform="matrix(0.92,0,0,0.92,26.440004,20.879912)"
5373 style="opacity:1">
5374 <path
5375 style="opacity:0.36000001;fill:url(#radialGradient6896);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
5376 sodipodi:cx="9.5"
5377 sodipodi:cy="26.5"
5378 sodipodi:type="arc"
5379 transform="matrix(1.0769231,0,0,1.2727273,320.76923,-21.727274)"
5380 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
5381 sodipodi:rx="6.5"
5382 id="path3168"
5383 sodipodi:ry="5.5" />
5384 <path
5385 sodipodi:ry="5.5"
5386 id="path3170"
5387 sodipodi:rx="6.5"
5388 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
5389 transform="matrix(1,0,0,1.1820178,320.5,-21.324569)"
5390 sodipodi:type="arc"
5391 sodipodi:cy="26.5"
5392 sodipodi:cx="9.5"
5393 style="fill:url(#radialGradient6921);fill-opacity:1;stroke:url(#linearGradient6923);stroke-width:0.9197883;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
5394 <path
5395 sodipodi:ry="5.5"
5396 id="path3172"
5397 sodipodi:rx="6.5"
5398 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
5399 transform="matrix(0.8461539,0,0,1,321.96154,-16.5)"
5400 sodipodi:type="arc"
5401 sodipodi:cy="26.5"
5402 sodipodi:cx="9.5"
5403 style="opacity:0.60799997;fill:none;fill-opacity:1;stroke:url(#linearGradient6902);stroke-width:1.08711433;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
5404 <path
5405 sodipodi:ry="5.5"
5406 id="path3174"
5407 sodipodi:rx="6.5"
5408 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
5409 transform="matrix(0.4615385,0,0,0.4384749,325.61538,-3.2079717)"
5410 sodipodi:type="arc"
5411 sodipodi:cy="26.5"
5412 sodipodi:cx="9.5"
5413 style="opacity:1;fill:url(#linearGradient6904);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
5414 </g>
5415 </svg>
0 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
1 <!-- Created with Inkscape (http://www.inkscape.org/) -->
2 <svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://web.resource.org/cc/"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10 width="340"
11 height="40"
12 id="svg2"
13 sodipodi:version="0.32"
14 inkscape:version="0.45"
15 version="1.0"
16 sodipodi:docbase="/home/pippo/Desktop/Tilesets and co"
17 sodipodi:docname="hicontrast.svg"
18 inkscape:output_extension="org.inkscape.output.svg.inkscape"
19 sodipodi:modified="true">
20 <defs
21 id="defs4" />
22 <sodipodi:namedview
23 id="base"
24 pagecolor="#ffffff"
25 bordercolor="#666666"
26 borderopacity="1.0"
27 inkscape:pageopacity="0.0"
28 inkscape:pageshadow="2"
29 inkscape:zoom="4"
30 inkscape:cx="52.370977"
31 inkscape:cy="10.946186"
32 inkscape:document-units="px"
33 inkscape:current-layer="layer1"
34 width="340px"
35 height="40px"
36 showgrid="true"
37 inkscape:object-bbox="true"
38 inkscape:object-points="false"
39 showguides="true"
40 inkscape:guide-bbox="true"
41 inkscape:window-width="1280"
42 inkscape:window-height="729"
43 inkscape:window-x="0"
44 inkscape:window-y="25">
45 <sodipodi:guide
46 orientation="vertical"
47 position="320"
48 id="guide2160" />
49 </sodipodi:namedview>
50 <metadata
51 id="metadata7">
52 <rdf:RDF>
53 <cc:Work
54 rdf:about="">
55 <dc:format>image/svg+xml</dc:format>
56 <dc:type
57 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
58 <dc:title>GNOME Mastermind Accessible Theme</dc:title>
59 <dc:date>28 May 07</dc:date>
60 <dc:creator>
61 <cc:Agent>
62 <dc:title>Filippo Argiolas</dc:title>
63 </cc:Agent>
64 </dc:creator>
65 <cc:license
66 rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
67 </cc:Work>
68 <cc:License
69 rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
70 <cc:permits
71 rdf:resource="http://web.resource.org/cc/Reproduction" />
72 <cc:permits
73 rdf:resource="http://web.resource.org/cc/Distribution" />
74 <cc:requires
75 rdf:resource="http://web.resource.org/cc/Notice" />
76 <cc:permits
77 rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
78 <cc:requires
79 rdf:resource="http://web.resource.org/cc/ShareAlike" />
80 <cc:requires
81 rdf:resource="http://web.resource.org/cc/SourceCode" />
82 </cc:License>
83 </rdf:RDF>
84 </metadata>
85 <g
86 inkscape:label="Livello 1"
87 inkscape:groupmode="layer"
88 id="layer1">
89 <path
90 sodipodi:type="arc"
91 style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3.18744741;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
92 id="path3134"
93 sodipodi:cx="20"
94 sodipodi:cy="20"
95 sodipodi:rx="15"
96 sodipodi:ry="15"
97 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
98 transform="matrix(0.941192,0,0,0.941192,1.17616,1.17616)" />
99 <rect
100 style="opacity:1;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
101 id="rect4105"
102 width="26.583406"
103 height="26.583406"
104 x="46.708294"
105 y="6.7082968" />
106 <rect
107 style="opacity:1;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.99999992;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
108 id="rect4107"
109 width="21.969122"
110 height="21.969122"
111 x="45.584034"
112 y="73.868301"
113 transform="matrix(0.7071068,-0.7071068,0.7071068,0.7071068,0,0)" />
114 <path
115 sodipodi:type="star"
116 style="opacity:1;fill:#8ae234;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
117 id="path5080"
118 sodipodi:sides="5"
119 sodipodi:cx="140"
120 sodipodi:cy="20"
121 sodipodi:r1="17.204651"
122 sodipodi:r2="8.6333981"
123 sodipodi:arg1="0.95054684"
124 sodipodi:arg2="1.5788654"
125 inkscape:flatsided="false"
126 inkscape:rounded="0"
127 inkscape:randomized="0"
128 d="M 150,34 L 139.93034,28.633117 L 129.77538,33.836803 L 131.76789,22.601527 L 123.68084,14.551615 L 134.98194,12.974715 L 140.13882,2.7959092 L 145.13078,13.056608 L 156.40496,14.815673 L 148.18906,22.734033 L 150,34 z "
129 transform="translate(0,0.9999997)" />
130 <path
131 sodipodi:type="star"
132 style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3.12369846;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
133 id="path5100"
134 sodipodi:sides="5"
135 sodipodi:cx="140"
136 sodipodi:cy="20"
137 sodipodi:r1="17.204651"
138 sodipodi:r2="14.010268"
139 sodipodi:arg1="0.95054684"
140 sodipodi:arg2="1.5788654"
141 inkscape:flatsided="false"
142 inkscape:rounded="0"
143 inkscape:randomized="0"
144 d="M 150,34 L 139.88695,34.009812 L 129.77538,33.836803 L 126.64094,24.221755 L 123.68084,14.551615 L 131.8567,8.5993758 L 140.13882,2.7959092 L 148.32622,8.732272 L 156.40496,14.815673 L 153.28919,24.436785 L 150,34 z "
145 transform="matrix(0.9604,0,0,0.9604,45.545863,1.728753)" />
146 <path
147 style="fill:#ad7fa8;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.90696955;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
148 d="M 204.59526,34.037112 L 220.17629,5.5696013 L 235.75734,34.037118 L 204.59526,34.037112 z "
149 id="rect8022"
150 sodipodi:nodetypes="cccc" />
151 <path
152 sodipodi:type="star"
153 style="opacity:1;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
154 id="path10015"
155 sodipodi:sides="3"
156 sodipodi:cx="260"
157 sodipodi:cy="20"
158 sodipodi:r1="17.700636"
159 sodipodi:r2="5.3101907"
160 sodipodi:arg1="0.52359878"
161 sodipodi:arg2="1.5707963"
162 inkscape:flatsided="false"
163 inkscape:rounded="0.54"
164 inkscape:randomized="0"
165 d="M 275.3292,28.850318 C 271.08138,36.207759 268.49564,25.310191 260,25.310191 C 251.50436,25.310191 248.91862,36.207759 244.6708,28.850318 C 240.42298,21.492877 251.15342,24.702346 255.40124,17.344905 C 259.64906,9.9874634 251.50436,2.2993643 260,2.2993641 C 268.49564,2.2993639 260.35094,9.9874633 264.59876,17.344905 C 268.84658,24.702346 279.57702,21.492877 275.3292,28.850318 z "
166 transform="translate(0,4)" />
167 <path
168 sodipodi:type="star"
169 style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3.33267472;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
170 id="path10019"
171 sodipodi:sides="4"
172 sodipodi:cx="314.5"
173 sodipodi:cy="11.5"
174 sodipodi:r1="9.9561539"
175 sodipodi:r2="0.099561542"
176 sodipodi:arg1="0.89213384"
177 sodipodi:arg2="1.677532"
178 inkscape:flatsided="false"
179 inkscape:rounded="0"
180 inkscape:randomized="0"
181 d="M 320.75,19.25 L 314.48939,11.598995 L 306.75,17.75 L 314.40101,11.489393 L 308.25,3.75 L 314.51061,11.401005 L 322.25,5.25 L 314.59899,11.510607 L 320.75,19.25 z "
182 transform="matrix(0.7462488,-7.6387678e-2,7.6387678e-2,0.7462488,94.801277,25.442063)" />
183 <path
184 sodipodi:type="arc"
185 style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:6.30991421;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
186 id="path10992"
187 sodipodi:cx="20"
188 sodipodi:cy="20"
189 sodipodi:rx="15"
190 sodipodi:ry="15"
191 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
192 transform="matrix(0.3962019,0,0,0.3962019,322.07597,22.075956)" />
193 <path
194 sodipodi:type="star"
195 style="opacity:1;fill:#c17d11;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3.53445411;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
196 id="path13902"
197 sodipodi:sides="4"
198 sodipodi:cx="260"
199 sodipodi:cy="20"
200 sodipodi:r1="17.700636"
201 sodipodi:r2="9.9123564"
202 sodipodi:arg1="0.52359878"
203 sodipodi:arg2="1.3089969"
204 inkscape:flatsided="false"
205 inkscape:rounded="0.5"
206 inkscape:randomized="0"
207 d="M 275.3292,28.850318 C 272.13314,34.386051 268.73981,27.9202 262.56551,29.574601 C 256.3912,31.229002 256.68542,38.525257 251.14968,35.3292 C 245.61395,32.133144 252.0798,28.739814 250.4254,22.565507 C 248.771,16.391199 241.47474,16.685415 244.6708,11.149682 C 247.86686,5.6139493 251.26019,12.0798 257.43449,10.425399 C 263.6088,8.7709983 263.31458,1.474743 268.85032,4.6707997 C 274.38605,7.8668561 267.9202,11.260186 269.5746,17.434493 C 271.229,23.608801 278.52526,23.314585 275.3292,28.850318 z "
208 transform="matrix(0.7330584,-0.4278614,0.4278614,0.7330584,100.90986,116.64505)" />
209 </g>
210 </svg>
0 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
1 <!-- Created with Inkscape (http://www.inkscape.org/) -->
2 <svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://web.resource.org/cc/"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:xlink="http://www.w3.org/1999/xlink"
9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
10 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
11 width="340"
12 height="40"
13 id="svg2"
14 sodipodi:version="0.32"
15 inkscape:version="0.45"
16 version="1.0"
17 sodipodi:docbase="/home/pippo/svn/gnome-mastermind/themes"
18 sodipodi:docname="simple-glossy.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape"
20 sodipodi:modified="true">
21 <defs
22 id="defs4">
23 <linearGradient
24 id="linearGradient3285">
25 <stop
26 id="stop3287"
27 offset="0"
28 style="stop-color:#ffffff;stop-opacity:0;" />
29 <stop
30 style="stop-color:#ffffff;stop-opacity:1;"
31 offset="1"
32 id="stop3289" />
33 </linearGradient>
34 <linearGradient
35 id="linearGradient10331">
36 <stop
37 style="stop-color:#ff3520;stop-opacity:1;"
38 offset="0"
39 id="stop10333" />
40 <stop
41 style="stop-color:#f80000;stop-opacity:1;"
42 offset="1"
43 id="stop10335" />
44 </linearGradient>
45 <linearGradient
46 id="linearGradient4326">
47 <stop
48 style="stop-color:#ffffff;stop-opacity:1;"
49 offset="0"
50 id="stop4328" />
51 <stop
52 style="stop-color:#bebebe;stop-opacity:1;"
53 offset="1"
54 id="stop4330" />
55 </linearGradient>
56 <linearGradient
57 id="linearGradient4315">
58 <stop
59 id="stop4317"
60 offset="0"
61 style="stop-color:#8c8c8c;stop-opacity:1;" />
62 <stop
63 id="stop4319"
64 offset="1"
65 style="stop-color:#eeeeec;stop-opacity:0;" />
66 </linearGradient>
67 <linearGradient
68 id="linearGradient4276">
69 <stop
70 style="stop-color:#ffffff;stop-opacity:0;"
71 offset="0"
72 id="stop4278" />
73 <stop
74 style="stop-color:#000000;stop-opacity:1;"
75 offset="1"
76 id="stop4280" />
77 </linearGradient>
78 <linearGradient
79 id="linearGradient5351">
80 <stop
81 style="stop-color:#ff39ca;stop-opacity:1;"
82 offset="0"
83 id="stop5353" />
84 <stop
85 style="stop-color:#b40c47;stop-opacity:1;"
86 offset="1"
87 id="stop5355" />
88 </linearGradient>
89 <linearGradient
90 id="linearGradient5345">
91 <stop
92 id="stop5347"
93 offset="0"
94 style="stop-color:#aed206;stop-opacity:1;" />
95 <stop
96 id="stop5349"
97 offset="1"
98 style="stop-color:#749114;stop-opacity:1;" />
99 </linearGradient>
100 <linearGradient
101 id="linearGradient5339">
102 <stop
103 id="stop5341"
104 offset="0"
105 style="stop-color:#e6853d;stop-opacity:1;" />
106 <stop
107 id="stop5343"
108 offset="1"
109 style="stop-color:#823700;stop-opacity:1;" />
110 </linearGradient>
111 <linearGradient
112 id="linearGradient5333">
113 <stop
114 id="stop5335"
115 offset="0"
116 style="stop-color:#f95023;stop-opacity:1;" />
117 <stop
118 id="stop5337"
119 offset="1"
120 style="stop-color:#d30000;stop-opacity:1;" />
121 </linearGradient>
122 <linearGradient
123 id="linearGradient5327">
124 <stop
125 id="stop5329"
126 offset="0"
127 style="stop-color:#feed16;stop-opacity:1;" />
128 <stop
129 id="stop5331"
130 offset="1"
131 style="stop-color:#ffb616;stop-opacity:1;" />
132 </linearGradient>
133 <linearGradient
134 id="linearGradient5189">
135 <stop
136 style="stop-color:#499acd;stop-opacity:1;"
137 offset="0"
138 id="stop5191" />
139 <stop
140 style="stop-color:#053379;stop-opacity:1;"
141 offset="1"
142 id="stop5193" />
143 </linearGradient>
144 <linearGradient
145 id="linearGradient5180">
146 <stop
147 id="stop5182"
148 offset="0"
149 style="stop-color:#ffb80d;stop-opacity:1;" />
150 <stop
151 id="stop5184"
152 offset="1"
153 style="stop-color:#df7223;stop-opacity:1;" />
154 </linearGradient>
155 <linearGradient
156 id="linearGradient3165">
157 <stop
158 style="stop-color:#8c28ab;stop-opacity:1;"
159 offset="0"
160 id="stop3167" />
161 <stop
162 style="stop-color:#570074;stop-opacity:1;"
163 offset="1"
164 id="stop3169" />
165 </linearGradient>
166 <linearGradient
167 id="linearGradient4122">
168 <stop
169 style="stop-color:#75507b;stop-opacity:1;"
170 offset="0"
171 id="stop4124" />
172 <stop
173 style="stop-color:#75507b;stop-opacity:0;"
174 offset="1"
175 id="stop4126" />
176 </linearGradient>
177 <linearGradient
178 id="linearGradient5134">
179 <stop
180 style="stop-color:#ffffff;stop-opacity:1;"
181 offset="0"
182 id="stop5136" />
183 <stop
184 style="stop-color:#eeeeec;stop-opacity:0;"
185 offset="1"
186 id="stop5138" />
187 </linearGradient>
188 <linearGradient
189 id="linearGradient4151">
190 <stop
191 style="stop-color:#ffffff;stop-opacity:0;"
192 offset="0"
193 id="stop4153" />
194 <stop
195 id="stop4159"
196 offset="1"
197 style="stop-color:#ffffff;stop-opacity:1;" />
198 </linearGradient>
199 <linearGradient
200 id="linearGradient4141">
201 <stop
202 style="stop-color:#ffffff;stop-opacity:1;"
203 offset="0"
204 id="stop4143" />
205 <stop
206 style="stop-color:#000000;stop-opacity:0;"
207 offset="1"
208 id="stop4145" />
209 </linearGradient>
210 <linearGradient
211 id="linearGradient4123">
212 <stop
213 style="stop-color:#ffffff;stop-opacity:1;"
214 offset="0"
215 id="stop4125" />
216 <stop
217 style="stop-color:#ffffff;stop-opacity:0;"
218 offset="1"
219 id="stop4127" />
220 </linearGradient>
221 <linearGradient
222 inkscape:collect="always"
223 xlink:href="#linearGradient4123"
224 id="linearGradient4129"
225 x1="27.969831"
226 y1="8.0017986"
227 x2="13.724033"
228 y2="33.974377"
229 gradientUnits="userSpaceOnUse" />
230 <linearGradient
231 inkscape:collect="always"
232 xlink:href="#linearGradient4151"
233 id="linearGradient4157"
234 x1="19.151711"
235 y1="31.854549"
236 x2="24.524218"
237 y2="-15.985482"
238 gradientUnits="userSpaceOnUse" />
239 <linearGradient
240 inkscape:collect="always"
241 xlink:href="#linearGradient5134"
242 id="linearGradient5218"
243 gradientUnits="userSpaceOnUse"
244 x1="29.839071"
245 y1="13.407934"
246 x2="27.008896"
247 y2="16.774937"
248 gradientTransform="matrix(2.0661439,0.7436222,-0.7436222,2.0661439,-74.386304,-34.225362)" />
249 <radialGradient
250 inkscape:collect="always"
251 xlink:href="#linearGradient3165"
252 id="radialGradient3171"
253 cx="15.668239"
254 cy="25.848892"
255 fx="15.668239"
256 fy="25.848892"
257 r="15.75"
258 gradientUnits="userSpaceOnUse"
259 gradientTransform="matrix(1.6236519,1.6679625e-2,-1.4472656e-2,1.4088248,-8.5104269,-11.462985)" />
260 <linearGradient
261 inkscape:collect="always"
262 xlink:href="#linearGradient4315"
263 id="linearGradient4313"
264 gradientUnits="userSpaceOnUse"
265 gradientTransform="matrix(1.2360489,0,0,1.2360489,296.73415,8.250801)"
266 x1="29.839071"
267 y1="13.407934"
268 x2="27.008896"
269 y2="16.774937" />
270 <linearGradient
271 inkscape:collect="always"
272 xlink:href="#linearGradient5134"
273 id="linearGradient4324"
274 gradientUnits="userSpaceOnUse"
275 gradientTransform="matrix(1.2360489,0,0,1.2360489,296.69249,-11.748846)"
276 x1="29.839071"
277 y1="13.407934"
278 x2="27.008896"
279 y2="16.774937" />
280 <linearGradient
281 inkscape:collect="always"
282 xlink:href="#linearGradient4151"
283 id="linearGradient3275"
284 gradientUnits="userSpaceOnUse"
285 x1="19.847391"
286 y1="27.516979"
287 x2="18.950731"
288 y2="-17.881937" />
289 <radialGradient
290 inkscape:collect="always"
291 xlink:href="#linearGradient5180"
292 id="radialGradient2319"
293 gradientUnits="userSpaceOnUse"
294 gradientTransform="matrix(1.6236519,1.6679625e-2,-1.4472656e-2,1.4088248,-8.5104269,-11.462985)"
295 cx="15.668239"
296 cy="25.848892"
297 fx="15.668239"
298 fy="25.848892"
299 r="15.75" />
300 <linearGradient
301 inkscape:collect="always"
302 xlink:href="#linearGradient4123"
303 id="linearGradient2321"
304 gradientUnits="userSpaceOnUse"
305 x1="27.969831"
306 y1="8.0017986"
307 x2="13.724033"
308 y2="33.974377" />
309 <linearGradient
310 inkscape:collect="always"
311 xlink:href="#linearGradient4151"
312 id="linearGradient2323"
313 gradientUnits="userSpaceOnUse"
314 x1="19.151711"
315 y1="31.854549"
316 x2="24.524218"
317 y2="-15.985482" />
318 <linearGradient
319 inkscape:collect="always"
320 xlink:href="#linearGradient4151"
321 id="linearGradient2325"
322 gradientUnits="userSpaceOnUse"
323 x1="19.847391"
324 y1="27.516979"
325 x2="18.950731"
326 y2="-17.881937" />
327 <radialGradient
328 inkscape:collect="always"
329 xlink:href="#linearGradient5189"
330 id="radialGradient2341"
331 gradientUnits="userSpaceOnUse"
332 gradientTransform="matrix(1.6236519,1.6679625e-2,-1.4472656e-2,1.4088248,-8.5104269,-11.462985)"
333 cx="15.668239"
334 cy="25.848892"
335 fx="15.668239"
336 fy="25.848892"
337 r="15.75" />
338 <linearGradient
339 inkscape:collect="always"
340 xlink:href="#linearGradient4123"
341 id="linearGradient2343"
342 gradientUnits="userSpaceOnUse"
343 x1="27.969831"
344 y1="8.0017986"
345 x2="13.724033"
346 y2="33.974377" />
347 <linearGradient
348 inkscape:collect="always"
349 xlink:href="#linearGradient4151"
350 id="linearGradient2345"
351 gradientUnits="userSpaceOnUse"
352 x1="19.151711"
353 y1="31.854549"
354 x2="24.524218"
355 y2="-15.985482" />
356 <linearGradient
357 inkscape:collect="always"
358 xlink:href="#linearGradient4151"
359 id="linearGradient2347"
360 gradientUnits="userSpaceOnUse"
361 x1="19.847391"
362 y1="27.516979"
363 x2="18.950731"
364 y2="-17.881937" />
365 <radialGradient
366 inkscape:collect="always"
367 xlink:href="#linearGradient5327"
368 id="radialGradient2363"
369 gradientUnits="userSpaceOnUse"
370 gradientTransform="matrix(1.6236519,1.6679625e-2,-1.4472656e-2,1.4088248,-8.5104269,-11.462985)"
371 cx="15.668239"
372 cy="25.848892"
373 fx="15.668239"
374 fy="25.848892"
375 r="15.75" />
376 <linearGradient
377 inkscape:collect="always"
378 xlink:href="#linearGradient4123"
379 id="linearGradient2365"
380 gradientUnits="userSpaceOnUse"
381 x1="27.969831"
382 y1="8.0017986"
383 x2="13.724033"
384 y2="33.974377" />
385 <linearGradient
386 inkscape:collect="always"
387 xlink:href="#linearGradient4151"
388 id="linearGradient2367"
389 gradientUnits="userSpaceOnUse"
390 x1="19.151711"
391 y1="31.854549"
392 x2="24.524218"
393 y2="-15.985482" />
394 <linearGradient
395 inkscape:collect="always"
396 xlink:href="#linearGradient4151"
397 id="linearGradient2369"
398 gradientUnits="userSpaceOnUse"
399 x1="19.847391"
400 y1="27.516979"
401 x2="18.950731"
402 y2="-17.881937" />
403 <radialGradient
404 inkscape:collect="always"
405 xlink:href="#linearGradient5333"
406 id="radialGradient2385"
407 gradientUnits="userSpaceOnUse"
408 gradientTransform="matrix(1.6236519,1.6679625e-2,-1.4472656e-2,1.4088248,-8.5104269,-11.462985)"
409 cx="15.668239"
410 cy="25.848892"
411 fx="15.668239"
412 fy="25.848892"
413 r="15.75" />
414 <linearGradient
415 inkscape:collect="always"
416 xlink:href="#linearGradient4123"
417 id="linearGradient2387"
418 gradientUnits="userSpaceOnUse"
419 x1="27.969831"
420 y1="8.0017986"
421 x2="13.724033"
422 y2="33.974377" />
423 <linearGradient
424 inkscape:collect="always"
425 xlink:href="#linearGradient4151"
426 id="linearGradient2389"
427 gradientUnits="userSpaceOnUse"
428 x1="19.151711"
429 y1="31.854549"
430 x2="24.524218"
431 y2="-15.985482" />
432 <linearGradient
433 inkscape:collect="always"
434 xlink:href="#linearGradient4151"
435 id="linearGradient2391"
436 gradientUnits="userSpaceOnUse"
437 x1="19.847391"
438 y1="27.516979"
439 x2="18.950731"
440 y2="-17.881937" />
441 <radialGradient
442 inkscape:collect="always"
443 xlink:href="#linearGradient5339"
444 id="radialGradient2407"
445 gradientUnits="userSpaceOnUse"
446 gradientTransform="matrix(1.6236519,1.6679625e-2,-1.4472656e-2,1.4088248,-8.5104269,-11.462985)"
447 cx="15.668239"
448 cy="25.848892"
449 fx="15.668239"
450 fy="25.848892"
451 r="15.75" />
452 <linearGradient
453 inkscape:collect="always"
454 xlink:href="#linearGradient4123"
455 id="linearGradient2409"
456 gradientUnits="userSpaceOnUse"
457 x1="27.969831"
458 y1="8.0017986"
459 x2="13.724033"
460 y2="33.974377" />
461 <linearGradient
462 inkscape:collect="always"
463 xlink:href="#linearGradient4151"
464 id="linearGradient2411"
465 gradientUnits="userSpaceOnUse"
466 x1="19.151711"
467 y1="31.854549"
468 x2="24.524218"
469 y2="-15.985482" />
470 <linearGradient
471 inkscape:collect="always"
472 xlink:href="#linearGradient4151"
473 id="linearGradient2413"
474 gradientUnits="userSpaceOnUse"
475 x1="19.847391"
476 y1="27.516979"
477 x2="18.950731"
478 y2="-17.881937" />
479 <radialGradient
480 inkscape:collect="always"
481 xlink:href="#linearGradient5345"
482 id="radialGradient2429"
483 gradientUnits="userSpaceOnUse"
484 gradientTransform="matrix(1.6236519,1.6679625e-2,-1.4472656e-2,1.4088248,-8.5104269,-11.462985)"
485 cx="15.668239"
486 cy="25.848892"
487 fx="15.668239"
488 fy="25.848892"
489 r="15.75" />
490 <linearGradient
491 inkscape:collect="always"
492 xlink:href="#linearGradient4123"
493 id="linearGradient2431"
494 gradientUnits="userSpaceOnUse"
495 x1="27.969831"
496 y1="8.0017986"
497 x2="13.724033"
498 y2="33.974377" />
499 <linearGradient
500 inkscape:collect="always"
501 xlink:href="#linearGradient4151"
502 id="linearGradient2433"
503 gradientUnits="userSpaceOnUse"
504 x1="19.151711"
505 y1="31.854549"
506 x2="24.524218"
507 y2="-15.985482" />
508 <linearGradient
509 inkscape:collect="always"
510 xlink:href="#linearGradient4151"
511 id="linearGradient2435"
512 gradientUnits="userSpaceOnUse"
513 x1="19.847391"
514 y1="27.516979"
515 x2="18.950731"
516 y2="-17.881937" />
517 <radialGradient
518 inkscape:collect="always"
519 xlink:href="#linearGradient5351"
520 id="radialGradient2451"
521 gradientUnits="userSpaceOnUse"
522 gradientTransform="matrix(1.6236519,1.6679625e-2,-1.4472656e-2,1.4088248,-8.5104269,-11.462985)"
523 cx="15.668239"
524 cy="25.848892"
525 fx="15.668239"
526 fy="25.848892"
527 r="15.75" />
528 <linearGradient
529 inkscape:collect="always"
530 xlink:href="#linearGradient4123"
531 id="linearGradient2453"
532 gradientUnits="userSpaceOnUse"
533 x1="27.969831"
534 y1="8.0017986"
535 x2="13.724033"
536 y2="33.974377" />
537 <linearGradient
538 inkscape:collect="always"
539 xlink:href="#linearGradient4151"
540 id="linearGradient2455"
541 gradientUnits="userSpaceOnUse"
542 x1="19.151711"
543 y1="31.854549"
544 x2="24.524218"
545 y2="-15.985482" />
546 <linearGradient
547 inkscape:collect="always"
548 xlink:href="#linearGradient4151"
549 id="linearGradient2457"
550 gradientUnits="userSpaceOnUse"
551 x1="19.847391"
552 y1="27.516979"
553 x2="18.950731"
554 y2="-17.881937" />
555 <radialGradient
556 inkscape:collect="always"
557 xlink:href="#linearGradient4326"
558 id="radialGradient7396"
559 cx="328.49091"
560 cy="11.528673"
561 fx="328.49091"
562 fy="11.528673"
563 r="5.6198349"
564 gradientUnits="userSpaceOnUse"
565 gradientTransform="matrix(1.358744,-9.7369289e-4,8.7353491e-4,1.2189671,-117.91934,-2.2574273)" />
566 <linearGradient
567 inkscape:collect="always"
568 xlink:href="#linearGradient4151"
569 id="linearGradient8369"
570 gradientUnits="userSpaceOnUse"
571 x1="18.777697"
572 y1="32.541389"
573 x2="22.260418"
574 y2="2.6692705" />
575 <linearGradient
576 inkscape:collect="always"
577 xlink:href="#linearGradient4151"
578 id="linearGradient8375"
579 gradientUnits="userSpaceOnUse"
580 x1="19.151711"
581 y1="31.854549"
582 x2="24.524218"
583 y2="-15.985482" />
584 <linearGradient
585 inkscape:collect="always"
586 xlink:href="#linearGradient4151"
587 id="linearGradient8379"
588 gradientUnits="userSpaceOnUse"
589 x1="19.847391"
590 y1="27.516979"
591 x2="18.950731"
592 y2="-17.881937" />
593 <linearGradient
594 inkscape:collect="always"
595 xlink:href="#linearGradient3285"
596 id="linearGradient8383"
597 gradientUnits="userSpaceOnUse"
598 x1="19.598301"
599 y1="45.59549"
600 x2="20.952374"
601 y2="3.5389352" />
602 <radialGradient
603 inkscape:collect="always"
604 xlink:href="#linearGradient10331"
605 id="radialGradient10337"
606 cx="327.94147"
607 cy="12.151251"
608 fx="327.94147"
609 fy="12.151251"
610 r="5.6198347"
611 gradientUnits="userSpaceOnUse"
612 gradientTransform="matrix(1.184379,-1.0991785e-2,6.471194e-3,0.6972795,-60.642263,7.4972158)" />
613 </defs>
614 <sodipodi:namedview
615 id="base"
616 pagecolor="#ffffff"
617 bordercolor="#666666"
618 borderopacity="1.0"
619 inkscape:pageopacity="0.0"
620 inkscape:pageshadow="2"
621 inkscape:zoom="45.254832"
622 inkscape:cx="330.44539"
623 inkscape:cy="11.316362"
624 inkscape:document-units="px"
625 inkscape:current-layer="layer1"
626 width="340px"
627 height="40px"
628 showgrid="false"
629 borderlayer="false"
630 inkscape:window-width="1280"
631 inkscape:window-height="729"
632 inkscape:window-x="0"
633 inkscape:window-y="25" />
634 <metadata
635 id="metadata7">
636 <rdf:RDF>
637 <cc:Work
638 rdf:about="">
639 <dc:format>image/svg+xml</dc:format>
640 <dc:type
641 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
642 <dc:title>Simple Glossy tileset for GNOME Mastermind</dc:title>
643 <dc:date>15 May 07</dc:date>
644 <dc:creator>
645 <cc:Agent>
646 <dc:title>Filippo Argiolas</dc:title>
647 </cc:Agent>
648 </dc:creator>
649 </cc:Work>
650 </rdf:RDF>
651 </metadata>
652 <g
653 inkscape:label="Livello 1"
654 inkscape:groupmode="layer"
655 id="layer1">
656 <path
657 sodipodi:type="arc"
658 style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.23966944;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
659 id="path4490"
660 sodipodi:cx="330"
661 sodipodi:cy="10"
662 sodipodi:rx="5"
663 sodipodi:ry="5"
664 d="M 335 10 A 5 5 0 1 1 325,10 A 5 5 0 1 1 335 10 z"
665 transform="matrix(1.2705,0,0,1.2705,-89.264,17.294771)" />
666 <path
667 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
668 d="M 336.62316,10.624088 C 336.62316,14.394139 333.5634,17.453893 329.79335,17.453893 C 326.0233,17.453893 322.96355,14.394139 322.96355,10.624088 C 322.96355,6.854036 326.0233,3.794283 329.79335,3.794283 C 333.5634,3.794283 336.62316,6.854036 336.62316,10.624088 z "
669 id="path4293" />
670 <path
671 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
672 d="M 336.71603,11.114548 C 336.71603,14.884599 333.65628,17.944353 329.88623,17.944353 C 326.11618,17.944353 323.05642,14.884599 323.05642,11.114548 C 323.05642,7.344496 326.11618,4.284744 329.88623,4.284744 C 333.65628,4.284744 336.71603,7.344496 336.71603,11.114548 z "
673 id="path5305" />
674 <path
675 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
676 d="M 33.5,22.5 C 33.5,30.78 26.78,37.5 18.5,37.5 C 10.22,37.5 3.5,30.78 3.5,22.5 C 3.5,14.22 10.22,7.5 18.5,7.5 C 26.78,7.5 33.5,14.22 33.5,22.5 z "
677 id="path5144" />
678 <path
679 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
680 d="M 33.75,22 C 33.75,30.28 27.03,37 18.75,37 C 10.47,37 3.75,30.28 3.75,22 C 3.75,13.72 10.47,7 18.75,7 C 27.03,7 33.75,13.72 33.75,22 z "
681 id="path6243" />
682 <path
683 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
684 d="M 34,21.5625 C 34,29.8425 27.28,36.5625 19,36.5625 C 10.72,36.5625 4,29.8425 4,21.5625 C 4,13.2825 10.72,6.5625 19,6.5625 C 27.28,6.5625 34,13.2825 34,21.5625 z "
685 id="path6245" />
686 <path
687 sodipodi:type="arc"
688 style="opacity:1;fill:url(#radialGradient3171);fill-opacity:1.0;fill-rule:nonzero;stroke:#5c3566;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
689 id="path2160"
690 sodipodi:cx="20"
691 sodipodi:cy="20"
692 sodipodi:rx="15"
693 sodipodi:ry="15"
694 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z" />
695 <path
696 sodipodi:type="arc"
697 style="opacity:0.7;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4129);stroke-width:1.77083302;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
698 id="path3142"
699 sodipodi:cx="20"
700 sodipodi:cy="20"
701 sodipodi:rx="15"
702 sodipodi:ry="15"
703 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
704 transform="matrix(0.8944049,0,0,0.8944049,2.1119011,2.1119011)" />
705 <path
706 sodipodi:type="arc"
707 style="opacity:1;fill:url(#linearGradient4157);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
708 id="path4131"
709 sodipodi:cx="20"
710 sodipodi:cy="20"
711 sodipodi:rx="15"
712 sodipodi:ry="15"
713 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
714 transform="matrix(0.6039651,0.3486994,-0.2875884,0.4981176,15.265071,-5.6486407e-2)" />
715 <path
716 sodipodi:type="arc"
717 style="opacity:1;fill:url(#radialGradient10337);fill-opacity:1.0;fill-rule:nonzero;stroke:#000000;stroke-width:1.23966944;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
718 id="path3253"
719 sodipodi:cx="330"
720 sodipodi:cy="10"
721 sodipodi:rx="5"
722 sodipodi:ry="5"
723 d="M 335 10 A 5 5 0 1 1 325,10 A 5 5 0 1 1 335 10 z"
724 transform="matrix(1.2705,0,0,1.2705,-89.264,-2.705229)" />
725 <path
726 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
727 d="M 336.66482,30.623735 C 336.66482,34.393786 333.60506,37.45354 329.83501,37.45354 C 326.06496,37.45354 323.0052,34.393786 323.0052,30.623735 C 323.0052,26.853682 326.06496,23.793931 329.83501,23.793931 C 333.60506,23.793931 336.66482,26.853682 336.66482,30.623735 z "
728 id="path4305" />
729 <path
730 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
731 d="M 336.7577,31.114195 C 336.7577,34.884246 333.69794,37.944 329.92789,37.944 C 326.15784,37.944 323.09809,34.884246 323.09809,31.114195 C 323.09809,27.344144 326.15784,24.284391 329.92789,24.284391 C 333.69794,24.284391 336.7577,27.344144 336.7577,31.114195 z "
732 id="path4307" />
733 <path
734 sodipodi:type="arc"
735 style="opacity:1;fill:url(#radialGradient7396);fill-opacity:1.0;fill-rule:nonzero;stroke:#000000;stroke-width:1.23966942;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
736 id="path4309"
737 sodipodi:cx="330"
738 sodipodi:cy="10"
739 sodipodi:rx="5"
740 sodipodi:ry="5"
741 d="M 335 10 A 5 5 0 1 1 325,10 A 5 5 0 1 1 335 10 z"
742 transform="matrix(1.2705,0,0,1.2705,-89.222335,17.294418)" />
743 <path
744 sodipodi:type="arc"
745 style="opacity:1;fill:url(#linearGradient3275);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
746 id="path3273"
747 sodipodi:cx="20"
748 sodipodi:cy="20"
749 sodipodi:rx="15"
750 sodipodi:ry="15"
751 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
752 transform="matrix(0.2325332,0.1972024,-0.1626417,0.1917807,23.345866,6.3459074)" />
753 <path
754 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
755 d="M 73.875,21.625 C 73.875,29.905 67.155,36.625 58.875,36.625 C 50.595,36.625 43.875,29.905 43.875,21.625 C 43.875,13.345 50.595,6.625 58.875,6.625 C 67.155,6.625 73.875,13.345 73.875,21.625 z "
756 id="path2305" />
757 <path
758 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
759 d="M 74.125,21.125 C 74.125,29.405 67.405,36.125 59.125,36.125 C 50.845,36.125 44.125,29.405 44.125,21.125 C 44.125,12.845 50.845,6.125 59.125,6.125 C 67.405,6.125 74.125,12.845 74.125,21.125 z "
760 id="path2307" />
761 <path
762 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
763 d="M 74.375,20.6875 C 74.375,28.9675 67.655,35.6875 59.375,35.6875 C 51.095,35.6875 44.375,28.9675 44.375,20.6875 C 44.375,12.4075 51.095,5.6875 59.375,5.6875 C 67.655,5.6875 74.375,12.4075 74.375,20.6875 z "
764 id="path2309" />
765 <path
766 sodipodi:type="arc"
767 style="opacity:1;fill:url(#radialGradient2319);fill-opacity:1.0;fill-rule:nonzero;stroke:#ce5c00;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
768 id="path2311"
769 sodipodi:cx="20"
770 sodipodi:cy="20"
771 sodipodi:rx="15"
772 sodipodi:ry="15"
773 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
774 transform="translate(40.375,-0.875)" />
775 <path
776 sodipodi:type="arc"
777 style="opacity:0.7;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2321);stroke-width:1.77083302;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
778 id="path2313"
779 sodipodi:cx="20"
780 sodipodi:cy="20"
781 sodipodi:rx="15"
782 sodipodi:ry="15"
783 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
784 transform="matrix(0.8944049,0,0,0.8944049,42.486901,1.2369011)" />
785 <path
786 sodipodi:type="arc"
787 style="opacity:1;fill:url(#linearGradient2323);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
788 id="path2315"
789 sodipodi:cx="20"
790 sodipodi:cy="20"
791 sodipodi:rx="15"
792 sodipodi:ry="15"
793 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
794 transform="matrix(0.6039651,0.3486994,-0.2875884,0.4981176,55.640071,-0.9314864)" />
795 <path
796 sodipodi:type="arc"
797 style="opacity:1;fill:url(#linearGradient2325);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
798 id="path2317"
799 sodipodi:cx="20"
800 sodipodi:cy="20"
801 sodipodi:rx="15"
802 sodipodi:ry="15"
803 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
804 transform="matrix(0.2325332,0.1972024,-0.1626417,0.1917807,63.720866,5.4709074)" />
805 <path
806 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
807 d="M 113.875,21.625 C 113.875,29.905 107.155,36.625 98.875,36.625 C 90.595,36.625 83.875,29.905 83.875,21.625 C 83.875,13.345 90.595,6.625 98.875,6.625 C 107.155,6.625 113.875,13.345 113.875,21.625 z "
808 id="path2327" />
809 <path
810 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
811 d="M 114.125,21.125 C 114.125,29.405 107.405,36.125 99.125,36.125 C 90.845,36.125 84.125,29.405 84.125,21.125 C 84.125,12.845 90.845,6.125 99.125,6.125 C 107.405,6.125 114.125,12.845 114.125,21.125 z "
812 id="path2329" />
813 <path
814 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
815 d="M 114.375,20.6875 C 114.375,28.9675 107.655,35.6875 99.375,35.6875 C 91.095,35.6875 84.375,28.9675 84.375,20.6875 C 84.375,12.4075 91.095,5.6875 99.375,5.6875 C 107.655,5.6875 114.375,12.4075 114.375,20.6875 z "
816 id="path2331" />
817 <path
818 sodipodi:type="arc"
819 style="opacity:1;fill:url(#radialGradient2341);fill-opacity:1.0;fill-rule:nonzero;stroke:#204a87;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
820 id="path2333"
821 sodipodi:cx="20"
822 sodipodi:cy="20"
823 sodipodi:rx="15"
824 sodipodi:ry="15"
825 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
826 transform="translate(80.375,-0.875)" />
827 <path
828 sodipodi:type="arc"
829 style="opacity:0.7;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2343);stroke-width:1.77083302;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
830 id="path2335"
831 sodipodi:cx="20"
832 sodipodi:cy="20"
833 sodipodi:rx="15"
834 sodipodi:ry="15"
835 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
836 transform="matrix(0.8944049,0,0,0.8944049,82.486901,1.2369011)" />
837 <path
838 sodipodi:type="arc"
839 style="opacity:1;fill:url(#linearGradient2345);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
840 id="path2337"
841 sodipodi:cx="20"
842 sodipodi:cy="20"
843 sodipodi:rx="15"
844 sodipodi:ry="15"
845 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
846 transform="matrix(0.6039651,0.3486994,-0.2875884,0.4981176,95.640071,-0.9314864)" />
847 <path
848 sodipodi:type="arc"
849 style="opacity:1;fill:url(#linearGradient2347);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
850 id="path2339"
851 sodipodi:cx="20"
852 sodipodi:cy="20"
853 sodipodi:rx="15"
854 sodipodi:ry="15"
855 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
856 transform="matrix(0.2325332,0.1972024,-0.1626417,0.1917807,103.72087,5.4709074)" />
857 <path
858 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
859 d="M 153.875,21.625 C 153.875,29.905 147.155,36.625 138.875,36.625 C 130.595,36.625 123.875,29.905 123.875,21.625 C 123.875,13.345 130.595,6.625 138.875,6.625 C 147.155,6.625 153.875,13.345 153.875,21.625 z "
860 id="path2349" />
861 <path
862 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
863 d="M 154.125,21.125 C 154.125,29.405 147.405,36.125 139.125,36.125 C 130.845,36.125 124.125,29.405 124.125,21.125 C 124.125,12.845 130.845,6.125 139.125,6.125 C 147.405,6.125 154.125,12.845 154.125,21.125 z "
864 id="path2351" />
865 <path
866 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
867 d="M 154.375,20.6875 C 154.375,28.9675 147.655,35.6875 139.375,35.6875 C 131.095,35.6875 124.375,28.9675 124.375,20.6875 C 124.375,12.4075 131.095,5.6875 139.375,5.6875 C 147.655,5.6875 154.375,12.4075 154.375,20.6875 z "
868 id="path2353" />
869 <path
870 sodipodi:type="arc"
871 style="opacity:1;fill:url(#radialGradient2363);fill-opacity:1.0;fill-rule:nonzero;stroke:#c4a000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
872 id="path2355"
873 sodipodi:cx="20"
874 sodipodi:cy="20"
875 sodipodi:rx="15"
876 sodipodi:ry="15"
877 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
878 transform="translate(120.375,-0.875)" />
879 <path
880 sodipodi:type="arc"
881 style="opacity:0.7;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2365);stroke-width:1.77083302;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
882 id="path2357"
883 sodipodi:cx="20"
884 sodipodi:cy="20"
885 sodipodi:rx="15"
886 sodipodi:ry="15"
887 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
888 transform="matrix(0.8944049,0,0,0.8944049,122.4869,1.2369011)" />
889 <path
890 sodipodi:type="arc"
891 style="opacity:1;fill:url(#linearGradient2367);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
892 id="path2359"
893 sodipodi:cx="20"
894 sodipodi:cy="20"
895 sodipodi:rx="15"
896 sodipodi:ry="15"
897 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
898 transform="matrix(0.6039651,0.3486994,-0.2875884,0.4981176,135.64007,-0.9314864)" />
899 <path
900 sodipodi:type="arc"
901 style="opacity:1;fill:url(#linearGradient2369);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
902 id="path2361"
903 sodipodi:cx="20"
904 sodipodi:cy="20"
905 sodipodi:rx="15"
906 sodipodi:ry="15"
907 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
908 transform="matrix(0.2325332,0.1972024,-0.1626417,0.1917807,143.72087,5.4709074)" />
909 <path
910 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
911 d="M 193.875,21.625 C 193.875,29.905 187.155,36.625 178.875,36.625 C 170.595,36.625 163.875,29.905 163.875,21.625 C 163.875,13.345 170.595,6.625 178.875,6.625 C 187.155,6.625 193.875,13.345 193.875,21.625 z "
912 id="path2371" />
913 <path
914 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
915 d="M 194.125,21.125 C 194.125,29.405 187.405,36.125 179.125,36.125 C 170.845,36.125 164.125,29.405 164.125,21.125 C 164.125,12.845 170.845,6.125 179.125,6.125 C 187.405,6.125 194.125,12.845 194.125,21.125 z "
916 id="path2373" />
917 <path
918 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
919 d="M 194.375,20.6875 C 194.375,28.9675 187.655,35.6875 179.375,35.6875 C 171.095,35.6875 164.375,28.9675 164.375,20.6875 C 164.375,12.4075 171.095,5.6875 179.375,5.6875 C 187.655,5.6875 194.375,12.4075 194.375,20.6875 z "
920 id="path2375" />
921 <path
922 sodipodi:type="arc"
923 style="opacity:1;fill:url(#radialGradient2385);fill-opacity:1.0;fill-rule:nonzero;stroke:#a40000;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
924 id="path2377"
925 sodipodi:cx="20"
926 sodipodi:cy="20"
927 sodipodi:rx="15"
928 sodipodi:ry="15"
929 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
930 transform="translate(160.375,-0.875)" />
931 <path
932 sodipodi:type="arc"
933 style="opacity:0.7;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2387);stroke-width:1.77083302;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
934 id="path2379"
935 sodipodi:cx="20"
936 sodipodi:cy="20"
937 sodipodi:rx="15"
938 sodipodi:ry="15"
939 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
940 transform="matrix(0.8944049,0,0,0.8944049,162.4869,1.2369011)" />
941 <path
942 sodipodi:type="arc"
943 style="opacity:1;fill:url(#linearGradient2389);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
944 id="path2381"
945 sodipodi:cx="20"
946 sodipodi:cy="20"
947 sodipodi:rx="15"
948 sodipodi:ry="15"
949 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
950 transform="matrix(0.6039651,0.3486994,-0.2875884,0.4981176,175.64007,-0.9314864)" />
951 <path
952 sodipodi:type="arc"
953 style="opacity:1;fill:url(#linearGradient2391);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
954 id="path2383"
955 sodipodi:cx="20"
956 sodipodi:cy="20"
957 sodipodi:rx="15"
958 sodipodi:ry="15"
959 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
960 transform="matrix(0.2325332,0.1972024,-0.1626417,0.1917807,183.72087,5.4709074)" />
961 <path
962 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
963 d="M 233.875,21.625 C 233.875,29.905 227.155,36.625 218.875,36.625 C 210.595,36.625 203.875,29.905 203.875,21.625 C 203.875,13.345 210.595,6.625 218.875,6.625 C 227.155,6.625 233.875,13.345 233.875,21.625 z "
964 id="path2393" />
965 <path
966 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
967 d="M 234.125,21.125 C 234.125,29.405 227.405,36.125 219.125,36.125 C 210.845,36.125 204.125,29.405 204.125,21.125 C 204.125,12.845 210.845,6.125 219.125,6.125 C 227.405,6.125 234.125,12.845 234.125,21.125 z "
968 id="path2395" />
969 <path
970 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
971 d="M 234.375,20.6875 C 234.375,28.9675 227.655,35.6875 219.375,35.6875 C 211.095,35.6875 204.375,28.9675 204.375,20.6875 C 204.375,12.4075 211.095,5.6875 219.375,5.6875 C 227.655,5.6875 234.375,12.4075 234.375,20.6875 z "
972 id="path2397" />
973 <path
974 sodipodi:type="arc"
975 style="opacity:1;fill:url(#radialGradient2407);fill-opacity:1.0;fill-rule:nonzero;stroke:#8e5801;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
976 id="path2399"
977 sodipodi:cx="20"
978 sodipodi:cy="20"
979 sodipodi:rx="15"
980 sodipodi:ry="15"
981 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
982 transform="translate(200.375,-0.875)" />
983 <path
984 sodipodi:type="arc"
985 style="opacity:0.7;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2409);stroke-width:1.77083302;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
986 id="path2401"
987 sodipodi:cx="20"
988 sodipodi:cy="20"
989 sodipodi:rx="15"
990 sodipodi:ry="15"
991 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
992 transform="matrix(0.8944049,0,0,0.8944049,202.4869,1.2369011)" />
993 <path
994 sodipodi:type="arc"
995 style="opacity:1;fill:url(#linearGradient2411);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
996 id="path2403"
997 sodipodi:cx="20"
998 sodipodi:cy="20"
999 sodipodi:rx="15"
1000 sodipodi:ry="15"
1001 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
1002 transform="matrix(0.6039651,0.3486994,-0.2875884,0.4981176,215.64007,-0.9314864)" />
1003 <path
1004 sodipodi:type="arc"
1005 style="opacity:1;fill:url(#linearGradient2413);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1006 id="path2405"
1007 sodipodi:cx="20"
1008 sodipodi:cy="20"
1009 sodipodi:rx="15"
1010 sodipodi:ry="15"
1011 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
1012 transform="matrix(0.2325332,0.1972024,-0.1626417,0.1917807,223.72087,5.4709074)" />
1013 <path
1014 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
1015 d="M 273.875,21.625 C 273.875,29.905 267.155,36.625 258.875,36.625 C 250.595,36.625 243.875,29.905 243.875,21.625 C 243.875,13.345 250.595,6.625 258.875,6.625 C 267.155,6.625 273.875,13.345 273.875,21.625 z "
1016 id="path2415" />
1017 <path
1018 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
1019 d="M 274.125,21.125 C 274.125,29.405 267.405,36.125 259.125,36.125 C 250.845,36.125 244.125,29.405 244.125,21.125 C 244.125,12.845 250.845,6.125 259.125,6.125 C 267.405,6.125 274.125,12.845 274.125,21.125 z "
1020 id="path2417" />
1021 <path
1022 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
1023 d="M 274.375,20.6875 C 274.375,28.9675 267.655,35.6875 259.375,35.6875 C 251.095,35.6875 244.375,28.9675 244.375,20.6875 C 244.375,12.4075 251.095,5.6875 259.375,5.6875 C 267.655,5.6875 274.375,12.4075 274.375,20.6875 z "
1024 id="path2419" />
1025 <path
1026 sodipodi:type="arc"
1027 style="opacity:1;fill:url(#radialGradient2429);fill-opacity:1.0;fill-rule:nonzero;stroke:#5a8f07;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1028 id="path2421"
1029 sodipodi:cx="20"
1030 sodipodi:cy="20"
1031 sodipodi:rx="15"
1032 sodipodi:ry="15"
1033 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
1034 transform="translate(240.375,-0.875)" />
1035 <path
1036 sodipodi:type="arc"
1037 style="opacity:0.7;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2431);stroke-width:1.77083302;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1038 id="path2423"
1039 sodipodi:cx="20"
1040 sodipodi:cy="20"
1041 sodipodi:rx="15"
1042 sodipodi:ry="15"
1043 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
1044 transform="matrix(0.8944049,0,0,0.8944049,242.4869,1.2369011)" />
1045 <path
1046 sodipodi:type="arc"
1047 style="opacity:1;fill:url(#linearGradient2433);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1048 id="path2425"
1049 sodipodi:cx="20"
1050 sodipodi:cy="20"
1051 sodipodi:rx="15"
1052 sodipodi:ry="15"
1053 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
1054 transform="matrix(0.6039651,0.3486994,-0.2875884,0.4981176,255.64007,-0.9314864)" />
1055 <path
1056 sodipodi:type="arc"
1057 style="opacity:1;fill:url(#linearGradient2435);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1058 id="path2427"
1059 sodipodi:cx="20"
1060 sodipodi:cy="20"
1061 sodipodi:rx="15"
1062 sodipodi:ry="15"
1063 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
1064 transform="matrix(0.2325332,0.1972024,-0.1626417,0.1917807,263.72087,5.4709074)" />
1065 <path
1066 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
1067 d="M 313.875,21.625 C 313.875,29.905 307.155,36.625 298.875,36.625 C 290.595,36.625 283.875,29.905 283.875,21.625 C 283.875,13.345 290.595,6.625 298.875,6.625 C 307.155,6.625 313.875,13.345 313.875,21.625 z "
1068 id="path2437" />
1069 <path
1070 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
1071 d="M 314.125,21.125 C 314.125,29.405 307.405,36.125 299.125,36.125 C 290.845,36.125 284.125,29.405 284.125,21.125 C 284.125,12.845 290.845,6.125 299.125,6.125 C 307.405,6.125 314.125,12.845 314.125,21.125 z "
1072 id="path2439" />
1073 <path
1074 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
1075 d="M 314.375,20.6875 C 314.375,28.9675 307.655,35.6875 299.375,35.6875 C 291.095,35.6875 284.375,28.9675 284.375,20.6875 C 284.375,12.4075 291.095,5.6875 299.375,5.6875 C 307.655,5.6875 314.375,12.4075 314.375,20.6875 z "
1076 id="path2441" />
1077 <path
1078 sodipodi:type="arc"
1079 style="opacity:1;fill:url(#radialGradient2451);fill-opacity:1.0;fill-rule:nonzero;stroke:#a40060;stroke-width:1.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1080 id="path2443"
1081 sodipodi:cx="20"
1082 sodipodi:cy="20"
1083 sodipodi:rx="15"
1084 sodipodi:ry="15"
1085 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
1086 transform="translate(280.375,-0.875)" />
1087 <path
1088 sodipodi:type="arc"
1089 style="opacity:0.7;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2453);stroke-width:1.77083302;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1090 id="path2445"
1091 sodipodi:cx="20"
1092 sodipodi:cy="20"
1093 sodipodi:rx="15"
1094 sodipodi:ry="15"
1095 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
1096 transform="matrix(0.8944049,0,0,0.8944049,282.4869,1.2369011)" />
1097 <path
1098 sodipodi:type="arc"
1099 style="opacity:1;fill:url(#linearGradient2455);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1100 id="path2447"
1101 sodipodi:cx="20"
1102 sodipodi:cy="20"
1103 sodipodi:rx="15"
1104 sodipodi:ry="15"
1105 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
1106 transform="matrix(0.6039651,0.3486994,-0.2875884,0.4981176,295.64007,-0.9314864)" />
1107 <path
1108 sodipodi:type="arc"
1109 style="opacity:1;fill:url(#linearGradient2457);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1110 id="path2449"
1111 sodipodi:cx="20"
1112 sodipodi:cy="20"
1113 sodipodi:rx="15"
1114 sodipodi:ry="15"
1115 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
1116 transform="matrix(0.2325332,0.1972024,-0.1626417,0.1917807,303.72087,5.4709074)" />
1117 <path
1118 sodipodi:type="arc"
1119 style="opacity:1;fill:url(#linearGradient8369);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1120 id="path8367"
1121 sodipodi:cx="20"
1122 sodipodi:cy="20"
1123 sodipodi:rx="15"
1124 sodipodi:ry="15"
1125 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
1126 transform="matrix(0.2521544,0.1455814,-0.1200677,0.2079633,328.29347,21.424252)" />
1127 <path
1128 sodipodi:type="arc"
1129 style="opacity:1;fill:url(#linearGradient8375);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1130 id="path8373"
1131 sodipodi:cx="20"
1132 sodipodi:cy="20"
1133 sodipodi:rx="15"
1134 sodipodi:ry="15"
1135 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
1136 transform="matrix(0.2521544,0.1455814,-0.1200677,0.2079633,328.16847,1.3617522)" />
1137 <path
1138 sodipodi:type="arc"
1139 style="opacity:1;fill:url(#linearGradient8379);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1140 id="path8377"
1141 sodipodi:cx="20"
1142 sodipodi:cy="20"
1143 sodipodi:rx="15"
1144 sodipodi:ry="15"
1145 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
1146 transform="matrix(0.1021916,8.6664783e-2,-7.1476359e-2,8.4282098e-2,331.56241,4.0185616)" />
1147 <path
1148 sodipodi:type="arc"
1149 style="opacity:1;fill:url(#linearGradient8383);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1150 id="path8381"
1151 sodipodi:cx="20"
1152 sodipodi:cy="20"
1153 sodipodi:rx="15"
1154 sodipodi:ry="15"
1155 d="M 35 20 A 15 15 0 1 1 5,20 A 15 15 0 1 1 35 20 z"
1156 transform="matrix(0.1021916,8.6664783e-2,-7.1476359e-2,8.4282098e-2,331.56222,23.977993)" />
1157 </g>
1158 </svg>
0 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
1 <!-- Created with Inkscape (http://www.inkscape.org/) -->
2 <svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://web.resource.org/cc/"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:xlink="http://www.w3.org/1999/xlink"
9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
10 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
11 width="340"
12 height="40"
13 id="svg2523"
14 sodipodi:version="0.32"
15 inkscape:version="0.45"
16 version="1.0"
17 sodipodi:docbase="/home/pippo/svn/gnome-mastermind/themes"
18 sodipodi:docname="simple.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape"
20 sodipodi:modified="true">
21 <defs
22 id="defs2525">
23 <linearGradient
24 id="linearGradient3303">
25 <stop
26 style="stop-color:#ff6b6b;stop-opacity:1;"
27 offset="0"
28 id="stop3305" />
29 <stop
30 style="stop-color:#ff0000;stop-opacity:1;"
31 offset="1"
32 id="stop3307" />
33 </linearGradient>
34 <linearGradient
35 id="linearGradient24534">
36 <stop
37 style="stop-color:#ffffff;stop-opacity:1;"
38 offset="0"
39 id="stop24536" />
40 <stop
41 style="stop-color:#e3dedb;stop-opacity:0;"
42 offset="1"
43 id="stop24538" />
44 </linearGradient>
45 <linearGradient
46 id="linearGradient5134">
47 <stop
48 style="stop-color:#ffffff;stop-opacity:1;"
49 offset="0"
50 id="stop5136" />
51 <stop
52 style="stop-color:#eeeeec;stop-opacity:0;"
53 offset="1"
54 id="stop5138" />
55 </linearGradient>
56 <linearGradient
57 inkscape:collect="always"
58 xlink:href="#linearGradient5134"
59 id="linearGradient5519"
60 gradientUnits="userSpaceOnUse"
61 gradientTransform="matrix(1.2360489,0,0,1.2360489,296.69149,-11.748846)"
62 x1="29.839071"
63 y1="13.407934"
64 x2="27.008896"
65 y2="16.774937" />
66 <linearGradient
67 id="linearGradient4326">
68 <stop
69 style="stop-color:#ffffff;stop-opacity:1;"
70 offset="0"
71 id="stop4328" />
72 <stop
73 style="stop-color:#b8b8b8;stop-opacity:1;"
74 offset="1"
75 id="stop4330" />
76 </linearGradient>
77 <linearGradient
78 id="linearGradient4315">
79 <stop
80 id="stop4317"
81 offset="0"
82 style="stop-color:#8c8c8c;stop-opacity:1;" />
83 <stop
84 id="stop4319"
85 offset="1"
86 style="stop-color:#eeeeec;stop-opacity:0;" />
87 </linearGradient>
88 <linearGradient
89 inkscape:collect="always"
90 xlink:href="#linearGradient4315"
91 id="linearGradient5523"
92 gradientUnits="userSpaceOnUse"
93 gradientTransform="matrix(1.2360489,0,0,1.2360489,296.73315,8.250801)"
94 x1="29.839071"
95 y1="13.407934"
96 x2="27.008896"
97 y2="16.774937" />
98 <linearGradient
99 id="linearGradient13564">
100 <stop
101 style="stop-color:#ffffff;stop-opacity:1;"
102 offset="0"
103 id="stop13566" />
104 <stop
105 id="stop14820"
106 offset="0.5"
107 style="stop-color:#ffffff;stop-opacity:0.49803922;" />
108 <stop
109 style="stop-color:#ffffff;stop-opacity:0;"
110 offset="1"
111 id="stop13568" />
112 </linearGradient>
113 <linearGradient
114 id="linearGradient13556">
115 <stop
116 style="stop-color:#8c28ab;stop-opacity:1;"
117 offset="0"
118 id="stop13558" />
119 <stop
120 style="stop-color:#8c28ab;stop-opacity:0;"
121 offset="1"
122 id="stop13560" />
123 </linearGradient>
124 <linearGradient
125 id="linearGradient6102">
126 <stop
127 style="stop-color:#000000;stop-opacity:1;"
128 offset="0"
129 id="stop6104" />
130 <stop
131 style="stop-color:#000000;stop-opacity:0;"
132 offset="1"
133 id="stop6106" />
134 </linearGradient>
135 <linearGradient
136 id="linearGradient5106">
137 <stop
138 style="stop-color:#000000;stop-opacity:1;"
139 offset="0"
140 id="stop5108" />
141 <stop
142 style="stop-color:#000000;stop-opacity:0;"
143 offset="1"
144 id="stop5110" />
145 </linearGradient>
146 <linearGradient
147 id="linearGradient4127">
148 <stop
149 style="stop-color:#ffffff;stop-opacity:1;"
150 offset="0"
151 id="stop4129" />
152 <stop
153 style="stop-color:#ffffff;stop-opacity:0;"
154 offset="1"
155 id="stop4131" />
156 </linearGradient>
157 <linearGradient
158 inkscape:collect="always"
159 xlink:href="#linearGradient4127"
160 id="linearGradient4133"
161 x1="10"
162 y1="14.711454"
163 x2="27.979185"
164 y2="14.711454"
165 gradientUnits="userSpaceOnUse"
166 gradientTransform="matrix(1.4713996,0,0,1.4678867,-8.1180585,-7.3577373)" />
167 <linearGradient
168 inkscape:collect="always"
169 xlink:href="#linearGradient6102"
170 id="linearGradient6108"
171 x1="4.5"
172 y1="20.035715"
173 x2="35.5"
174 y2="20.035715"
175 gradientUnits="userSpaceOnUse" />
176 <linearGradient
177 inkscape:collect="always"
178 xlink:href="#linearGradient6102"
179 id="linearGradient12189"
180 gradientUnits="userSpaceOnUse"
181 x1="3.7418327"
182 y1="23.087822"
183 x2="33.555206"
184 y2="13.44334" />
185 <linearGradient
186 inkscape:collect="always"
187 xlink:href="#linearGradient13564"
188 id="linearGradient14553"
189 x1="20"
190 y1="29.290297"
191 x2="20"
192 y2="5.0714293"
193 gradientUnits="userSpaceOnUse" />
194 <linearGradient
195 inkscape:collect="always"
196 xlink:href="#linearGradient6102"
197 id="linearGradient2272"
198 gradientUnits="userSpaceOnUse"
199 x1="3.7418327"
200 y1="23.087822"
201 x2="33.555206"
202 y2="13.44334" />
203 <linearGradient
204 inkscape:collect="always"
205 xlink:href="#linearGradient6102"
206 id="linearGradient5675"
207 gradientUnits="userSpaceOnUse"
208 x1="3.7418327"
209 y1="23.087822"
210 x2="33.555206"
211 y2="13.44334" />
212 <linearGradient
213 inkscape:collect="always"
214 xlink:href="#linearGradient6102"
215 id="linearGradient5687"
216 gradientUnits="userSpaceOnUse"
217 x1="3.7418327"
218 y1="23.087822"
219 x2="33.555206"
220 y2="13.44334" />
221 <linearGradient
222 inkscape:collect="always"
223 xlink:href="#linearGradient6102"
224 id="linearGradient5701"
225 gradientUnits="userSpaceOnUse"
226 x1="3.7418327"
227 y1="23.087822"
228 x2="33.555206"
229 y2="13.44334" />
230 <linearGradient
231 inkscape:collect="always"
232 xlink:href="#linearGradient6102"
233 id="linearGradient5715"
234 gradientUnits="userSpaceOnUse"
235 x1="3.7418327"
236 y1="23.087822"
237 x2="33.555206"
238 y2="13.44334" />
239 <linearGradient
240 inkscape:collect="always"
241 xlink:href="#linearGradient6102"
242 id="linearGradient5729"
243 gradientUnits="userSpaceOnUse"
244 x1="3.7418327"
245 y1="23.087822"
246 x2="33.555206"
247 y2="13.44334" />
248 <linearGradient
249 inkscape:collect="always"
250 xlink:href="#linearGradient6102"
251 id="linearGradient5743"
252 gradientUnits="userSpaceOnUse"
253 x1="3.7418327"
254 y1="23.087822"
255 x2="33.555206"
256 y2="13.44334" />
257 <linearGradient
258 inkscape:collect="always"
259 xlink:href="#linearGradient6102"
260 id="linearGradient5757"
261 gradientUnits="userSpaceOnUse"
262 x1="3.7418327"
263 y1="23.087822"
264 x2="33.555206"
265 y2="13.44334" />
266 <linearGradient
267 inkscape:collect="always"
268 xlink:href="#linearGradient6102"
269 id="linearGradient5771"
270 gradientUnits="userSpaceOnUse"
271 x1="3.7418327"
272 y1="23.087822"
273 x2="33.555206"
274 y2="13.44334" />
275 <radialGradient
276 inkscape:collect="always"
277 xlink:href="#linearGradient24534"
278 id="radialGradient28556"
279 gradientUnits="userSpaceOnUse"
280 gradientTransform="matrix(4.2378495,-5.7128366e-2,2.4805504e-2,1.8890786,-56.646623,22.536375)"
281 cx="15.556296"
282 cy="-9.3991909"
283 fx="15.556296"
284 fy="-9.3991909"
285 r="14.192338" />
286 <radialGradient
287 inkscape:collect="always"
288 xlink:href="#linearGradient24534"
289 id="radialGradient28624"
290 gradientUnits="userSpaceOnUse"
291 gradientTransform="matrix(4.2382309,-5.6775172e-3,2.031086e-3,2.1609688,-16.879384,24.503038)"
292 cx="15.600896"
293 cy="-9.1416578"
294 fx="15.600896"
295 fy="-9.1416578"
296 r="14.192338" />
297 <radialGradient
298 inkscape:collect="always"
299 xlink:href="#linearGradient24534"
300 id="radialGradient28628"
301 gradientUnits="userSpaceOnUse"
302 gradientTransform="matrix(4.2382309,-5.6775172e-3,2.031086e-3,2.1609688,23.120616,24.503038)"
303 cx="15.600896"
304 cy="-9.1416578"
305 fx="15.600896"
306 fy="-9.1416578"
307 r="14.192338" />
308 <radialGradient
309 inkscape:collect="always"
310 xlink:href="#linearGradient24534"
311 id="radialGradient28632"
312 gradientUnits="userSpaceOnUse"
313 gradientTransform="matrix(4.2382309,-5.6775172e-3,2.031086e-3,2.1609688,63.120616,24.503038)"
314 cx="15.600896"
315 cy="-9.1416578"
316 fx="15.600896"
317 fy="-9.1416578"
318 r="14.192338" />
319 <radialGradient
320 inkscape:collect="always"
321 xlink:href="#linearGradient24534"
322 id="radialGradient28636"
323 gradientUnits="userSpaceOnUse"
324 gradientTransform="matrix(4.2382309,-5.6775172e-3,2.031086e-3,2.1609688,103.12062,24.503038)"
325 cx="15.600896"
326 cy="-9.1416578"
327 fx="15.600896"
328 fy="-9.1416578"
329 r="14.192338" />
330 <radialGradient
331 inkscape:collect="always"
332 xlink:href="#linearGradient24534"
333 id="radialGradient28640"
334 gradientUnits="userSpaceOnUse"
335 gradientTransform="matrix(4.2382309,-5.6775172e-3,2.031086e-3,2.1609688,143.12062,24.503038)"
336 cx="15.600896"
337 cy="-9.1416578"
338 fx="15.600896"
339 fy="-9.1416578"
340 r="14.192338" />
341 <radialGradient
342 inkscape:collect="always"
343 xlink:href="#linearGradient24534"
344 id="radialGradient28644"
345 gradientUnits="userSpaceOnUse"
346 gradientTransform="matrix(4.2382309,-5.6775172e-3,2.031086e-3,2.1609688,183.12062,24.503038)"
347 cx="15.600896"
348 cy="-9.1416578"
349 fx="15.600896"
350 fy="-9.1416578"
351 r="14.192338" />
352 <radialGradient
353 inkscape:collect="always"
354 xlink:href="#linearGradient24534"
355 id="radialGradient28648"
356 gradientUnits="userSpaceOnUse"
357 gradientTransform="matrix(4.2382309,-5.6775172e-3,2.031086e-3,2.1609688,223.12062,24.503038)"
358 cx="15.600896"
359 cy="-9.1416578"
360 fx="15.600896"
361 fy="-9.1416578"
362 r="14.192338" />
363 <radialGradient
364 inkscape:collect="always"
365 xlink:href="#linearGradient24534"
366 id="radialGradient40280"
367 gradientUnits="userSpaceOnUse"
368 gradientTransform="matrix(4.2378495,-5.7128366e-2,2.4805504e-2,1.8890786,-16.646623,22.536375)"
369 cx="15.556296"
370 cy="-9.3991909"
371 fx="15.556296"
372 fy="-9.3991909"
373 r="14.192338" />
374 <radialGradient
375 inkscape:collect="always"
376 xlink:href="#linearGradient24534"
377 id="radialGradient40284"
378 gradientUnits="userSpaceOnUse"
379 gradientTransform="matrix(4.2378495,-5.7128366e-2,2.4805504e-2,1.8890786,23.353377,22.536375)"
380 cx="15.556296"
381 cy="-9.3991909"
382 fx="15.556296"
383 fy="-9.3991909"
384 r="14.192338" />
385 <radialGradient
386 inkscape:collect="always"
387 xlink:href="#linearGradient24534"
388 id="radialGradient40288"
389 gradientUnits="userSpaceOnUse"
390 gradientTransform="matrix(5.576878,-9.3095603e-2,5.6900643e-2,3.5974069,42.824719,39.152796)"
391 cx="15.364982"
392 cy="-8.2227354"
393 fx="15.364982"
394 fy="-8.2227354"
395 r="14.192338" />
396 <radialGradient
397 inkscape:collect="always"
398 xlink:href="#linearGradient24534"
399 id="radialGradient40292"
400 gradientUnits="userSpaceOnUse"
401 gradientTransform="matrix(4.2378495,-5.7128366e-2,2.4805504e-2,1.8890786,103.35338,22.536375)"
402 cx="15.556296"
403 cy="-9.3991909"
404 fx="15.556296"
405 fy="-9.3991909"
406 r="14.192338" />
407 <radialGradient
408 inkscape:collect="always"
409 xlink:href="#linearGradient24534"
410 id="radialGradient40296"
411 gradientUnits="userSpaceOnUse"
412 gradientTransform="matrix(4.2378495,-5.7128366e-2,2.4805504e-2,1.8890786,143.35338,22.536375)"
413 cx="15.556296"
414 cy="-9.3991909"
415 fx="15.556296"
416 fy="-9.3991909"
417 r="14.192338" />
418 <radialGradient
419 inkscape:collect="always"
420 xlink:href="#linearGradient24534"
421 id="radialGradient40300"
422 gradientUnits="userSpaceOnUse"
423 gradientTransform="matrix(4.2378495,-5.7128366e-2,2.4805504e-2,1.8890786,183.35338,22.536375)"
424 cx="15.556296"
425 cy="-9.3991909"
426 fx="15.556296"
427 fy="-9.3991909"
428 r="14.192338" />
429 <radialGradient
430 inkscape:collect="always"
431 xlink:href="#linearGradient24534"
432 id="radialGradient40304"
433 gradientUnits="userSpaceOnUse"
434 gradientTransform="matrix(4.2378495,-5.7128366e-2,2.4805504e-2,1.8890786,223.35338,22.536375)"
435 cx="15.556296"
436 cy="-9.3991909"
437 fx="15.556296"
438 fy="-9.3991909"
439 r="14.192338" />
440 <radialGradient
441 inkscape:collect="always"
442 xlink:href="#linearGradient24534"
443 id="radialGradient40308"
444 gradientUnits="userSpaceOnUse"
445 gradientTransform="matrix(1.6368152,-2.6549093e-2,2.27926e-2,1.3383728,300.47395,16.734061)"
446 cx="15.556296"
447 cy="-9.3991909"
448 fx="15.556296"
449 fy="-9.3991909"
450 r="14.192338" />
451 <radialGradient
452 inkscape:collect="always"
453 xlink:href="#linearGradient24534"
454 id="radialGradient40312"
455 gradientUnits="userSpaceOnUse"
456 gradientTransform="matrix(1.6368898,-2.1430005e-2,9.5812458e-3,0.7086316,300.34861,30.735369)"
457 cx="15.556296"
458 cy="-9.3991909"
459 fx="15.556296"
460 fy="-9.3991909"
461 r="14.192338" />
462 <radialGradient
463 inkscape:collect="always"
464 xlink:href="#linearGradient24534"
465 id="radialGradient41296"
466 gradientUnits="userSpaceOnUse"
467 gradientTransform="matrix(1.8878611,-2.6432869e-2,2.2877736e-2,1.5189278,296.93488,37.034405)"
468 cx="15.654434"
469 cy="-6.1743584"
470 fx="15.654434"
471 fy="-6.1743584"
472 r="14.192338" />
473 <radialGradient
474 inkscape:collect="always"
475 xlink:href="#linearGradient4326"
476 id="radialGradient3301"
477 cx="327.24518"
478 cy="6.5072808"
479 fx="327.24518"
480 fy="6.5072808"
481 r="5.6198349"
482 gradientUnits="userSpaceOnUse"
483 gradientTransform="matrix(1.4459711,7.6519228e-3,-7.5185401e-3,1.4207683,-145.89292,-5.2421128)" />
484 <radialGradient
485 inkscape:collect="always"
486 xlink:href="#linearGradient3303"
487 id="radialGradient3309"
488 cx="328.03226"
489 cy="8.2782373"
490 fx="328.03226"
491 fy="8.2782373"
492 r="5.6198349"
493 gradientUnits="userSpaceOnUse"
494 gradientTransform="matrix(1.1686005,-8.9516411e-3,6.1015077e-3,0.7965271,-55.356939,4.6208244)" />
495 </defs>
496 <sodipodi:namedview
497 id="base"
498 pagecolor="#ffffff"
499 bordercolor="#666666"
500 borderopacity="1.0"
501 inkscape:pageopacity="0.0"
502 inkscape:pageshadow="2"
503 inkscape:zoom="32"
504 inkscape:cx="326.86467"
505 inkscape:cy="33.610609"
506 inkscape:current-layer="layer1"
507 showgrid="false"
508 inkscape:grid-bbox="true"
509 inkscape:document-units="px"
510 width="340px"
511 height="40px"
512 inkscape:window-width="1280"
513 inkscape:window-height="729"
514 inkscape:window-x="0"
515 inkscape:window-y="25"
516 inkscape:guide-bbox="true"
517 inkscape:grid-points="true"
518 inkscape:object-bbox="true"
519 showguides="false"
520 inkscape:object-paths="false"
521 gridspacingx="0.5px"
522 gridspacingy="0.5px"
523 gridempspacing="2"
524 inkscape:object-points="false">
525 <sodipodi:guide
526 orientation="horizontal"
527 position="20"
528 id="guide4434" />
529 </sodipodi:namedview>
530 <metadata
531 id="metadata2528">
532 <rdf:RDF>
533 <cc:Work
534 rdf:about="">
535 <dc:format>image/svg+xml</dc:format>
536 <dc:type
537 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
538 <dc:title>Simple tileset for GNOME Mastermind</dc:title>
539 <dc:date>14 May 2007</dc:date>
540 <dc:creator>
541 <cc:Agent>
542 <dc:title>Filippo Argiolas &lt;filippo.argiolas@gmail.com&gt;</dc:title>
543 </cc:Agent>
544 </dc:creator>
545 <cc:license
546 rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
547 </cc:Work>
548 <cc:License
549 rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
550 <cc:permits
551 rdf:resource="http://web.resource.org/cc/Reproduction" />
552 <cc:permits
553 rdf:resource="http://web.resource.org/cc/Distribution" />
554 <cc:requires
555 rdf:resource="http://web.resource.org/cc/Notice" />
556 <cc:permits
557 rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
558 <cc:requires
559 rdf:resource="http://web.resource.org/cc/ShareAlike" />
560 <cc:requires
561 rdf:resource="http://web.resource.org/cc/SourceCode" />
562 </cc:License>
563 </rdf:RDF>
564 </metadata>
565 <g
566 id="layer1"
567 inkscape:label="Layer 1"
568 inkscape:groupmode="layer">
569 <path
570 sodipodi:type="arc"
571 style="opacity:0.2;fill:none;fill-opacity:1;stroke:url(#linearGradient5675);stroke-width:2.30114675;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
572 id="path3245"
573 sodipodi:cx="20"
574 sodipodi:cy="20.035715"
575 sodipodi:rx="15.303802"
576 sodipodi:ry="15.303802"
577 d="M 35.303802 20.035715 A 15.303802 15.303802 0 1 1 4.6961985,20.035715 A 15.303802 15.303802 0 1 1 35.303802 20.035715 z"
578 transform="matrix(-0.2618524,-1.0310846,1.0332476,-0.2613043,4.5351935,45.857111)" />
579 <path
580 sodipodi:type="arc"
581 style="opacity:1;fill:#8c28ab;fill-opacity:1;stroke:#580075;stroke-width:1.44175315;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
582 id="path2531"
583 sodipodi:cx="20"
584 sodipodi:cy="20.035715"
585 sodipodi:rx="15"
586 sodipodi:ry="14.964286"
587 d="M 35 20.035715 A 15 14.964286 0 1 1 5,20.035715 A 15 14.964286 0 1 1 35 20.035715 z"
588 transform="matrix(1.009499,0,0,1.009499,-0.193598,-0.1984603)" />
589 <path
590 sodipodi:type="arc"
591 style="opacity:1;fill:none;fill-opacity:1;stroke:#aa87de;stroke-width:1.32692444;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
592 id="path4076"
593 sodipodi:cx="20"
594 sodipodi:cy="20.035715"
595 sodipodi:rx="15"
596 sodipodi:ry="14.964286"
597 d="M 35 20.035715 A 15 14.964286 0 1 1 5,20.035715 A 15 14.964286 0 1 1 35 20.035715 z"
598 transform="matrix(0.9140488,0,0,0.9140488,1.7519388,1.6749624)" />
599 <path
600 style="opacity:0.65;fill:url(#radialGradient28556);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
601 d="M 33.711834,15.899058 C 28.154742,15.037913 27.906837,14.484538 19.134955,17.946896 C 10.405532,21.392495 5.8537309,22.213568 5.6906408,20.409407 C 4.996184,12.682886 12.558727,5.6433677 19.869108,5.6433677 C 27.179489,5.6433677 32.374895,11.131371 33.711834,15.899058 z "
602 id="path12585"
603 sodipodi:nodetypes="csssc" />
604 <path
605 sodipodi:type="arc"
606 style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.23966944;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
607 id="path4490"
608 sodipodi:cx="330"
609 sodipodi:cy="10"
610 sodipodi:rx="5"
611 sodipodi:ry="5"
612 d="M 335 10 A 5 5 0 1 1 325,10 A 5 5 0 1 1 335 10 z"
613 transform="matrix(1.2705,0,0,1.2705,-89.265,17.294771)" />
614 <path
615 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
616 d="M 336.62216,10.624088 C 336.62216,14.394139 333.5624,17.453893 329.79235,17.453893 C 326.0223,17.453893 322.96255,14.394139 322.96255,10.624088 C 322.96255,6.854036 326.0223,3.794284 329.79235,3.794284 C 333.5624,3.794284 336.62216,6.854036 336.62216,10.624088 z "
617 id="path4293" />
618 <path
619 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
620 d="M 336.71503,11.114548 C 336.71503,14.884599 333.65528,17.944353 329.88523,17.944353 C 326.11518,17.944353 323.05542,14.884599 323.05542,11.114548 C 323.05542,7.344496 326.11518,4.284744 329.88523,4.284744 C 333.65528,4.284744 336.71503,7.344496 336.71503,11.114548 z "
621 id="path5305" />
622 <path
623 sodipodi:type="arc"
624 style="opacity:1;fill:url(#radialGradient3309);fill-opacity:1.0;fill-rule:nonzero;stroke:#000000;stroke-width:1.23966944;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
625 id="path3253"
626 sodipodi:cx="330"
627 sodipodi:cy="10"
628 sodipodi:rx="5"
629 sodipodi:ry="5"
630 d="M 335 10 A 5 5 0 1 1 325,10 A 5 5 0 1 1 335 10 z"
631 transform="matrix(1.2705,0,0,1.2705,-89.265,-2.705229)" />
632 <path
633 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
634 d="M 336.66382,30.623735 C 336.66382,34.393786 333.60406,37.45354 329.83401,37.45354 C 326.06396,37.45354 323.0042,34.393786 323.0042,30.623735 C 323.0042,26.853682 326.06396,23.793931 329.83401,23.793931 C 333.60406,23.793931 336.66382,26.853682 336.66382,30.623735 z "
635 id="path4305" />
636 <path
637 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
638 d="M 336.7567,31.114195 C 336.7567,34.884246 333.69694,37.944 329.92689,37.944 C 326.15684,37.944 323.09709,34.884246 323.09709,31.114195 C 323.09709,27.344144 326.15684,24.284391 329.92689,24.284391 C 333.69694,24.284391 336.7567,27.344144 336.7567,31.114195 z "
639 id="path4307" />
640 <path
641 sodipodi:type="arc"
642 style="opacity:1;fill:url(#radialGradient3301);fill-opacity:1.0;fill-rule:nonzero;stroke:#000000;stroke-width:1.23966944;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
643 id="path4309"
644 sodipodi:cx="330"
645 sodipodi:cy="10"
646 sodipodi:rx="5"
647 sodipodi:ry="5"
648 d="M 335 10 A 5 5 0 1 1 325,10 A 5 5 0 1 1 335 10 z"
649 transform="matrix(1.2705,0,0,1.2705,-89.223335,17.294418)" />
650 <path
651 sodipodi:type="arc"
652 style="opacity:0.2;fill:none;fill-opacity:1;stroke:url(#linearGradient5687);stroke-width:2.30114675;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
653 id="path5679"
654 sodipodi:cx="20"
655 sodipodi:cy="20.035715"
656 sodipodi:rx="15.303802"
657 sodipodi:ry="15.303802"
658 d="M 35.303802 20.035715 A 15.303802 15.303802 0 1 1 4.6961985,20.035715 A 15.303802 15.303802 0 1 1 35.303802 20.035715 z"
659 transform="matrix(-0.2618524,-1.0310846,1.0332476,-0.2613043,44.535193,45.857111)" />
660 <path
661 sodipodi:type="arc"
662 style="opacity:1;fill:#ff9f19;fill-opacity:1;stroke:#df7223;stroke-width:1.44175315;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
663 id="path5681"
664 sodipodi:cx="20"
665 sodipodi:cy="20.035715"
666 sodipodi:rx="15"
667 sodipodi:ry="14.964286"
668 d="M 35 20.035715 A 15 14.964286 0 1 1 5,20.035715 A 15 14.964286 0 1 1 35 20.035715 z"
669 transform="matrix(1.009499,0,0,1.009499,39.806402,-0.1984603)" />
670 <path
671 sodipodi:type="arc"
672 style="opacity:1;fill:none;fill-opacity:1;stroke:#fcca6d;stroke-width:1.32692444;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
673 id="path5683"
674 sodipodi:cx="20"
675 sodipodi:cy="20.035715"
676 sodipodi:rx="15"
677 sodipodi:ry="14.964286"
678 d="M 35 20.035715 A 15 14.964286 0 1 1 5,20.035715 A 15 14.964286 0 1 1 35 20.035715 z"
679 transform="matrix(0.9140488,0,0,0.9140488,41.751939,1.6749624)" />
680 <path
681 sodipodi:type="arc"
682 style="opacity:0.2;fill:none;fill-opacity:1;stroke:url(#linearGradient5701);stroke-width:2.30114675;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
683 id="path5693"
684 sodipodi:cx="20"
685 sodipodi:cy="20.035715"
686 sodipodi:rx="15.303802"
687 sodipodi:ry="15.303802"
688 d="M 35.303802 20.035715 A 15.303802 15.303802 0 1 1 4.6961985,20.035715 A 15.303802 15.303802 0 1 1 35.303802 20.035715 z"
689 transform="matrix(-0.2618524,-1.0310846,1.0332476,-0.2613043,84.535194,45.857111)" />
690 <path
691 sodipodi:type="arc"
692 style="opacity:1;fill:#3464be;fill-opacity:1;stroke:#0744a3;stroke-width:1.44175315;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
693 id="path5695"
694 sodipodi:cx="20"
695 sodipodi:cy="20.035715"
696 sodipodi:rx="15"
697 sodipodi:ry="14.964286"
698 d="M 35 20.035715 A 15 14.964286 0 1 1 5,20.035715 A 15 14.964286 0 1 1 35 20.035715 z"
699 transform="matrix(1.009499,0,0,1.009499,79.806402,-0.1984603)" />
700 <path
701 sodipodi:type="arc"
702 style="opacity:1;fill:none;fill-opacity:1;stroke:#8ab3ff;stroke-width:1.32692444;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
703 id="path5697"
704 sodipodi:cx="20"
705 sodipodi:cy="20.035715"
706 sodipodi:rx="15"
707 sodipodi:ry="14.964286"
708 d="M 35 20.035715 A 15 14.964286 0 1 1 5,20.035715 A 15 14.964286 0 1 1 35 20.035715 z"
709 transform="matrix(0.9140488,0,0,0.9140488,81.751939,1.6749624)" />
710 <path
711 sodipodi:type="arc"
712 style="opacity:0.2;fill:none;fill-opacity:1;stroke:url(#linearGradient5715);stroke-width:2.30114675;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
713 id="path5707"
714 sodipodi:cx="20"
715 sodipodi:cy="20.035715"
716 sodipodi:rx="15.303802"
717 sodipodi:ry="15.303802"
718 d="M 35.303802 20.035715 A 15.303802 15.303802 0 1 1 4.6961985,20.035715 A 15.303802 15.303802 0 1 1 35.303802 20.035715 z"
719 transform="matrix(-0.2618524,-1.0310846,1.0332476,-0.2613043,124.53519,45.857111)" />
720 <path
721 sodipodi:type="arc"
722 style="opacity:1;fill:#feed16;fill-opacity:1;stroke:#ffb616;stroke-width:1.44175315;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
723 id="path5709"
724 sodipodi:cx="20"
725 sodipodi:cy="20.035715"
726 sodipodi:rx="15"
727 sodipodi:ry="14.964286"
728 d="M 35 20.035715 A 15 14.964286 0 1 1 5,20.035715 A 15 14.964286 0 1 1 35 20.035715 z"
729 transform="matrix(1.009499,0,0,1.009499,119.8064,-0.1984603)" />
730 <path
731 sodipodi:type="arc"
732 style="opacity:1;fill:none;fill-opacity:1;stroke:#f2ff60;stroke-width:1.32692444;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
733 id="path5711"
734 sodipodi:cx="20"
735 sodipodi:cy="20.035715"
736 sodipodi:rx="15"
737 sodipodi:ry="14.964286"
738 d="M 35 20.035715 A 15 14.964286 0 1 1 5,20.035715 A 15 14.964286 0 1 1 35 20.035715 z"
739 transform="matrix(0.9140488,0,0,0.9140488,121.75194,1.6749624)" />
740 <path
741 sodipodi:type="arc"
742 style="opacity:0.2;fill:none;fill-opacity:1;stroke:url(#linearGradient5729);stroke-width:2.30114675;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
743 id="path5721"
744 sodipodi:cx="20"
745 sodipodi:cy="20.035715"
746 sodipodi:rx="15.303802"
747 sodipodi:ry="15.303802"
748 d="M 35.303802 20.035715 A 15.303802 15.303802 0 1 1 4.6961985,20.035715 A 15.303802 15.303802 0 1 1 35.303802 20.035715 z"
749 transform="matrix(-0.2618524,-1.0310846,1.0332476,-0.2613043,164.53519,45.857111)" />
750 <path
751 sodipodi:type="arc"
752 style="opacity:1;fill:#ec2424;fill-opacity:1;stroke:#cc0000;stroke-width:1.44175315;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
753 id="path5723"
754 sodipodi:cx="20"
755 sodipodi:cy="20.035715"
756 sodipodi:rx="15"
757 sodipodi:ry="14.964286"
758 d="M 35 20.035715 A 15 14.964286 0 1 1 5,20.035715 A 15 14.964286 0 1 1 35 20.035715 z"
759 transform="matrix(1.009499,0,0,1.009499,159.8064,-0.1984603)" />
760 <path
761 sodipodi:type="arc"
762 style="opacity:1;fill:none;fill-opacity:1;stroke:#f77d7d;stroke-width:1.32692444;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
763 id="path5725"
764 sodipodi:cx="20"
765 sodipodi:cy="20.035715"
766 sodipodi:rx="15"
767 sodipodi:ry="14.964286"
768 d="M 35 20.035715 A 15 14.964286 0 1 1 5,20.035715 A 15 14.964286 0 1 1 35 20.035715 z"
769 transform="matrix(0.9140488,0,0,0.9140488,161.75194,1.6749624)" />
770 <path
771 sodipodi:type="arc"
772 style="opacity:0.2;fill:none;fill-opacity:1;stroke:url(#linearGradient5743);stroke-width:2.30114675;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
773 id="path5735"
774 sodipodi:cx="20"
775 sodipodi:cy="20.035715"
776 sodipodi:rx="15.303802"
777 sodipodi:ry="15.303802"
778 d="M 35.303802 20.035715 A 15.303802 15.303802 0 1 1 4.6961985,20.035715 A 15.303802 15.303802 0 1 1 35.303802 20.035715 z"
779 transform="matrix(-0.2618524,-1.0310846,1.0332476,-0.2613043,204.53519,45.857111)" />
780 <path
781 sodipodi:type="arc"
782 style="opacity:1;fill:#ad6638;fill-opacity:1;stroke:#9c5b30;stroke-width:1.44175315;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
783 id="path5737"
784 sodipodi:cx="20"
785 sodipodi:cy="20.035715"
786 sodipodi:rx="15"
787 sodipodi:ry="14.964286"
788 d="M 35 20.035715 A 15 14.964286 0 1 1 5,20.035715 A 15 14.964286 0 1 1 35 20.035715 z"
789 transform="matrix(1.009499,0,0,1.009499,199.8064,-0.1984603)" />
790 <path
791 sodipodi:type="arc"
792 style="opacity:1;fill:none;fill-opacity:1;stroke:#d5a369;stroke-width:1.32692444;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
793 id="path5739"
794 sodipodi:cx="20"
795 sodipodi:cy="20.035715"
796 sodipodi:rx="15"
797 sodipodi:ry="14.964286"
798 d="M 35 20.035715 A 15 14.964286 0 1 1 5,20.035715 A 15 14.964286 0 1 1 35 20.035715 z"
799 transform="matrix(0.9140488,0,0,0.9140488,201.75194,1.6749624)" />
800 <path
801 sodipodi:type="arc"
802 style="opacity:0.2;fill:none;fill-opacity:1;stroke:url(#linearGradient5757);stroke-width:2.30114675;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
803 id="path5749"
804 sodipodi:cx="20"
805 sodipodi:cy="20.035715"
806 sodipodi:rx="15.303802"
807 sodipodi:ry="15.303802"
808 d="M 35.303802 20.035715 A 15.303802 15.303802 0 1 1 4.6961985,20.035715 A 15.303802 15.303802 0 1 1 35.303802 20.035715 z"
809 transform="matrix(-0.2618524,-1.0310846,1.0332476,-0.2613043,244.53519,45.857111)" />
810 <path
811 sodipodi:type="arc"
812 style="opacity:1;fill:#94c010;fill-opacity:1;stroke:#749114;stroke-width:1.44175315;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
813 id="path5751"
814 sodipodi:cx="20"
815 sodipodi:cy="20.035715"
816 sodipodi:rx="15"
817 sodipodi:ry="14.964286"
818 d="M 35 20.035715 A 15 14.964286 0 1 1 5,20.035715 A 15 14.964286 0 1 1 35 20.035715 z"
819 transform="matrix(1.009499,0,0,1.009499,239.8064,-0.1984603)" />
820 <path
821 sodipodi:type="arc"
822 style="opacity:1;fill:none;fill-opacity:1;stroke:#cbef3b;stroke-width:1.32692444;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
823 id="path5753"
824 sodipodi:cx="20"
825 sodipodi:cy="20.035715"
826 sodipodi:rx="15"
827 sodipodi:ry="14.964286"
828 d="M 35 20.035715 A 15 14.964286 0 1 1 5,20.035715 A 15 14.964286 0 1 1 35 20.035715 z"
829 transform="matrix(0.9140488,0,0,0.9140488,241.75194,1.6749624)" />
830 <path
831 sodipodi:type="arc"
832 style="opacity:0.2;fill:none;fill-opacity:1;stroke:url(#linearGradient5771);stroke-width:2.30114675;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
833 id="path5763"
834 sodipodi:cx="20"
835 sodipodi:cy="20.035715"
836 sodipodi:rx="15.303802"
837 sodipodi:ry="15.303802"
838 d="M 35.303802 20.035715 A 15.303802 15.303802 0 1 1 4.6961985,20.035715 A 15.303802 15.303802 0 1 1 35.303802 20.035715 z"
839 transform="matrix(-0.2618524,-1.0310846,1.0332476,-0.2613043,284.53519,45.857111)" />
840 <path
841 sodipodi:type="arc"
842 style="opacity:1;fill:#d4256a;fill-opacity:1;stroke:#c52c6a;stroke-width:1.44175315;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
843 id="path5765"
844 sodipodi:cx="20"
845 sodipodi:cy="20.035715"
846 sodipodi:rx="15"
847 sodipodi:ry="14.964286"
848 d="M 35 20.035715 A 15 14.964286 0 1 1 5,20.035715 A 15 14.964286 0 1 1 35 20.035715 z"
849 transform="matrix(1.009499,0,0,1.009499,279.8064,-0.1984603)" />
850 <path
851 sodipodi:type="arc"
852 style="opacity:1;fill:none;fill-opacity:1;stroke:#ff94bd;stroke-width:1.32692444;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
853 id="path5767"
854 sodipodi:cx="20"
855 sodipodi:cy="20.035715"
856 sodipodi:rx="15"
857 sodipodi:ry="14.964286"
858 d="M 35 20.035715 A 15 14.964286 0 1 1 5,20.035715 A 15 14.964286 0 1 1 35 20.035715 z"
859 transform="matrix(0.9140488,0,0,0.9140488,281.75194,1.6749624)" />
860 <path
861 style="opacity:0.65;fill:url(#radialGradient40280);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
862 d="M 73.711834,15.899058 C 68.154742,15.037913 67.906837,14.484538 59.134955,17.946896 C 50.405532,21.392495 45.853731,22.213568 45.690641,20.409407 C 44.996184,12.682886 52.558727,5.6433677 59.869108,5.6433677 C 67.179489,5.6433677 72.374895,11.131371 73.711834,15.899058 z "
863 id="path40278"
864 sodipodi:nodetypes="csssc" />
865 <path
866 style="opacity:0.65;fill:url(#radialGradient40284);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
867 d="M 113.71183,15.899058 C 108.15474,15.037913 107.90684,14.484538 99.134955,17.946896 C 90.405532,21.392495 85.853731,22.213568 85.690641,20.409407 C 84.996184,12.682886 92.558727,5.6433677 99.869108,5.6433677 C 107.17949,5.6433677 112.3749,11.131371 113.71183,15.899058 z "
868 id="path40282"
869 sodipodi:nodetypes="csssc" />
870 <path
871 style="opacity:0.65;fill:url(#radialGradient40288);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
872 d="M 153.71183,15.899058 C 148.15474,15.037913 147.90684,14.484538 139.13495,17.946896 C 130.40553,21.392495 125.85373,22.213568 125.69064,20.409407 C 124.99618,12.682886 132.55873,5.6433677 139.86911,5.6433677 C 147.17949,5.6433677 152.3749,11.131371 153.71183,15.899058 z "
873 id="path40286"
874 sodipodi:nodetypes="csssc" />
875 <path
876 style="opacity:0.65;fill:url(#radialGradient40292);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
877 d="M 193.71183,15.899058 C 188.15474,15.037913 187.90684,14.484538 179.13495,17.946896 C 170.40553,21.392495 165.85373,22.213568 165.69064,20.409407 C 164.99618,12.682886 172.55873,5.6433677 179.86911,5.6433677 C 187.17949,5.6433677 192.3749,11.131371 193.71183,15.899058 z "
878 id="path40290"
879 sodipodi:nodetypes="csssc" />
880 <path
881 style="opacity:0.65;fill:url(#radialGradient40296);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
882 d="M 233.71183,15.899058 C 228.15474,15.037913 227.90684,14.484538 219.13495,17.946896 C 210.40553,21.392495 205.85373,22.213568 205.69064,20.409407 C 204.99618,12.682886 212.55873,5.6433677 219.86911,5.6433677 C 227.17949,5.6433677 232.3749,11.131371 233.71183,15.899058 z "
883 id="path40294"
884 sodipodi:nodetypes="csssc" />
885 <path
886 style="opacity:0.65;fill:url(#radialGradient40300);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
887 d="M 273.71183,15.899058 C 268.15474,15.037913 267.90684,14.484538 259.13495,17.946896 C 250.40553,21.392495 245.85373,22.213568 245.69064,20.409407 C 244.99618,12.682886 252.55873,5.6433677 259.86911,5.6433677 C 267.17949,5.6433677 272.37489,11.131371 273.71183,15.899058 z "
888 id="path40298"
889 sodipodi:nodetypes="csssc" />
890 <path
891 style="opacity:0.65;fill:url(#radialGradient40304);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
892 d="M 313.71183,15.899058 C 308.15474,15.037913 307.90684,14.484538 299.13495,17.946896 C 290.40553,21.392495 285.85373,22.213568 285.69064,20.409407 C 284.99618,12.682886 292.55873,5.6433677 299.86911,5.6433677 C 307.17949,5.6433677 312.37489,11.131371 313.71183,15.899058 z "
893 id="path40302"
894 sodipodi:nodetypes="csssc" />
895 <path
896 style="opacity:0.65;fill:url(#radialGradient40308);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
897 d="M 335.25,8.2455772 C 333.10355,7.9225442 333.00778,7.7149623 329.61961,9.0137626 C 326.24784,10.306277 324.45294,10.616694 324.42669,9.9375 C 324.31469,7.039126 327.07952,4.3984603 329.90319,4.3984603 C 332.72686,4.3984603 334.73359,6.4571213 335.25,8.2455772 z "
898 id="path40306"
899 sodipodi:nodetypes="csssc" />
900 <path
901 style="opacity:1;fill:url(#radialGradient41296);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
902 d="M 335.35156,28.323702 C 333.20511,28.000669 333.19528,27.777462 329.80711,29.076263 C 326.43534,30.368777 324.51858,30.678682 324.48138,30 C 324.3225,27.101626 327.26702,24.46096 330.09069,24.46096 C 332.91436,24.46096 334.83515,26.535246 335.35156,28.323702 z "
903 id="path41294"
904 sodipodi:nodetypes="csssc" />
905 </g>
906 </svg>
1414 sodipodi:version="0.32"
1515 inkscape:version="0.45"
1616 version="1.0"
17 sodipodi:docbase="/home/pippo/Desktop"
18 sodipodi:docname="startile (copia).svg"
17 sodipodi:docbase="/home/pippo/svn/gnome-mastermind/themes"
18 sodipodi:docname="star2.svg"
1919 inkscape:output_extension="org.inkscape.output.svg.inkscape"
2020 sodipodi:modified="true">
2121 <defs
2222 id="defs2162">
23 <linearGradient
24 id="linearGradient5134">
25 <stop
26 style="stop-color:#ffffff;stop-opacity:1;"
27 offset="0"
28 id="stop5136" />
29 <stop
30 style="stop-color:#eeeeec;stop-opacity:0;"
31 offset="1"
32 id="stop5138" />
33 </linearGradient>
34 <linearGradient
35 inkscape:collect="always"
36 xlink:href="#linearGradient5134"
37 id="linearGradient5519"
38 gradientUnits="userSpaceOnUse"
39 gradientTransform="matrix(1.2360489,0,0,1.2360489,296.69149,-11.748846)"
40 x1="29.839071"
41 y1="13.407934"
42 x2="27.008896"
43 y2="16.774937" />
44 <linearGradient
45 inkscape:collect="always"
46 id="linearGradient4326">
47 <stop
48 style="stop-color:#ffffff;stop-opacity:1;"
49 offset="0"
50 id="stop4328" />
51 <stop
52 style="stop-color:#ffffff;stop-opacity:0;"
53 offset="1"
54 id="stop7044" />
55 </linearGradient>
56 <linearGradient
57 inkscape:collect="always"
58 xlink:href="#linearGradient4326"
59 id="linearGradient5521"
60 gradientUnits="userSpaceOnUse"
61 x1="331.26721"
62 y1="8.0978613"
63 x2="327.35535"
64 y2="13.607504" />
65 <linearGradient
66 id="linearGradient4315">
67 <stop
68 id="stop4317"
69 offset="0"
70 style="stop-color:#8c8c8c;stop-opacity:1;" />
71 <stop
72 id="stop4319"
73 offset="1"
74 style="stop-color:#eeeeec;stop-opacity:0;" />
75 </linearGradient>
76 <linearGradient
77 inkscape:collect="always"
78 xlink:href="#linearGradient4315"
79 id="linearGradient5523"
80 gradientUnits="userSpaceOnUse"
81 gradientTransform="matrix(1.2360489,0,0,1.2360489,296.73315,8.2508012)"
82 x1="29.839071"
83 y1="13.407934"
84 x2="27.008896"
85 y2="16.774937" />
2386 <linearGradient
2487 x1="9.3110456"
2588 gradientTransform="matrix(0.6750048,-0.2820219,0.3481674,0.7636648,-8.44114,7.1089536)"
16781741 borderopacity="1.0"
16791742 inkscape:pageopacity="0.0"
16801743 inkscape:pageshadow="2"
1681 inkscape:zoom="5.6568542"
1682 inkscape:cx="315.24758"
1683 inkscape:cy="4.252722"
1744 inkscape:zoom="2"
1745 inkscape:cx="42.864316"
1746 inkscape:cy="-43.406932"
16841747 inkscape:current-layer="layer1"
1685 showgrid="true"
1748 showgrid="false"
16861749 inkscape:grid-bbox="true"
16871750 inkscape:document-units="px"
16881751 height="40px"
16891752 width="340px"
16901753 gridempspacing="10"
1691 inkscape:window-width="1274"
1692 inkscape:window-height="726"
1754 inkscape:window-width="1280"
1755 inkscape:window-height="729"
16931756 inkscape:window-x="0"
1694 inkscape:window-y="25" />
1757 inkscape:window-y="25"
1758 inkscape:object-bbox="true"
1759 inkscape:grid-points="true"
1760 gridspacingx="0.5px"
1761 gridspacingy="0.5px" />
16951762 <metadata
16961763 id="metadata2165">
16971764 <rdf:RDF>
17001767 <dc:format>image/svg+xml</dc:format>
17011768 <dc:type
17021769 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
1770 <dc:title>Star tileset for GNOME Mastermind</dc:title>
1771 <dc:date>14 May 2007</dc:date>
1772 <dc:creator>
1773 <cc:Agent>
1774 <dc:title>Filippo Argiolas &lt;filippo.argiolas@gmail.com&gt;</dc:title>
1775 </cc:Agent>
1776 </dc:creator>
1777 <cc:license
1778 rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
17031779 </cc:Work>
1780 <cc:License
1781 rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
1782 <cc:permits
1783 rdf:resource="http://web.resource.org/cc/Reproduction" />
1784 <cc:permits
1785 rdf:resource="http://web.resource.org/cc/Distribution" />
1786 <cc:requires
1787 rdf:resource="http://web.resource.org/cc/Notice" />
1788 <cc:permits
1789 rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
1790 <cc:requires
1791 rdf:resource="http://web.resource.org/cc/ShareAlike" />
1792 <cc:requires
1793 rdf:resource="http://web.resource.org/cc/SourceCode" />
1794 </cc:License>
17041795 </rdf:RDF>
17051796 </metadata>
17061797 <g
23132404 </g>
23142405 </g>
23152406 </g>
2316 <g
2317 transform="matrix(0,0.5696556,-0.5696556,0,339.56092,1.4221772)"
2318 id="g6950">
2319 <path
2320 sodipodi:type="arc"
2321 style="fill:#000000;fill-opacity:0.09803922;fill-rule:evenodd;stroke:none;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
2322 id="path6952"
2323 sodipodi:cx="29.392656"
2324 sodipodi:cy="29.207693"
2325 sodipodi:rx="29.010935"
2326 sodipodi:ry="29.010935"
2327 d="M 58.403591 29.207693 A 29.010935 29.010935 0 1 1 0.3817215,29.207693 A 29.010935 29.010935 0 1 1 58.403591 29.207693 z"
2328 transform="matrix(0.474879,0,0,0.474879,3.12229,3.180454)" />
2329 <path
2330 sodipodi:type="arc"
2331 style="fill:#000000;fill-opacity:0.09803922;fill-rule:evenodd;stroke:none;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
2332 id="path6954"
2333 sodipodi:cx="29.392656"
2334 sodipodi:cy="29.207693"
2335 sodipodi:rx="29.010935"
2336 sodipodi:ry="29.010935"
2337 d="M 58.403591 29.207693 A 29.010935 29.010935 0 1 1 0.3817215,29.207693 A 29.010935 29.010935 0 1 1 58.403591 29.207693 z"
2338 transform="matrix(0.474879,0,0,0.474879,2.51269,2.745024)" />
2339 <path
2340 sodipodi:type="arc"
2341 style="fill:#000000;fill-opacity:0.09803922;fill-rule:evenodd;stroke:none;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
2342 id="path6956"
2343 sodipodi:cx="29.392656"
2344 sodipodi:cy="29.207693"
2345 sodipodi:rx="29.010935"
2346 sodipodi:ry="29.010935"
2347 d="M 58.403591 29.207693 A 29.010935 29.010935 0 1 1 0.3817215,29.207693 A 29.010935 29.010935 0 1 1 58.403591 29.207693 z"
2348 transform="matrix(0.474879,0,0,0.474879,1.99017,2.646674)" />
2349 <path
2350 sodipodi:type="arc"
2351 style="opacity:1;fill:#ff2d00;fill-opacity:1;stroke:#000000;stroke-width:1.60000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
2352 id="path6958"
2353 sodipodi:cx="12"
2354 sodipodi:cy="11.625"
2355 sodipodi:rx="7.25"
2356 sodipodi:ry="7.25"
2357 d="M 19.25 11.625 A 7.25 7.25 0 1 1 4.75,11.625 A 7.25 7.25 0 1 1 19.25 11.625 z"
2358 transform="matrix(1.636646,0,0,1.636646,-3.514751,-2.901009)" />
2359 </g>
2360 <g
2361 transform="matrix(0,0.5696556,-0.5696556,0,339.56092,21.422178)"
2362 id="g6960">
2363 <path
2364 sodipodi:type="arc"
2365 style="fill:#000000;fill-opacity:0.09803922;fill-rule:evenodd;stroke:none;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
2366 id="path6962"
2367 sodipodi:cx="29.392656"
2368 sodipodi:cy="29.207693"
2369 sodipodi:rx="29.010935"
2370 sodipodi:ry="29.010935"
2371 d="M 58.403591 29.207693 A 29.010935 29.010935 0 1 1 0.3817215,29.207693 A 29.010935 29.010935 0 1 1 58.403591 29.207693 z"
2372 transform="matrix(0.474879,0,0,0.474879,3.12229,3.180454)" />
2373 <path
2374 sodipodi:type="arc"
2375 style="fill:#000000;fill-opacity:0.09803922;fill-rule:evenodd;stroke:none;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
2376 id="path6964"
2377 sodipodi:cx="29.392656"
2378 sodipodi:cy="29.207693"
2379 sodipodi:rx="29.010935"
2380 sodipodi:ry="29.010935"
2381 d="M 58.403591 29.207693 A 29.010935 29.010935 0 1 1 0.3817215,29.207693 A 29.010935 29.010935 0 1 1 58.403591 29.207693 z"
2382 transform="matrix(0.474879,0,0,0.474879,2.51269,2.745024)" />
2383 <path
2384 sodipodi:type="arc"
2385 style="fill:#000000;fill-opacity:0.09803922;fill-rule:evenodd;stroke:none;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
2386 id="path6966"
2387 sodipodi:cx="29.392656"
2388 sodipodi:cy="29.207693"
2389 sodipodi:rx="29.010935"
2390 sodipodi:ry="29.010935"
2391 d="M 58.403591 29.207693 A 29.010935 29.010935 0 1 1 0.3817215,29.207693 A 29.010935 29.010935 0 1 1 58.403591 29.207693 z"
2392 transform="matrix(0.474879,0,0,0.474879,1.99017,2.646674)" />
2393 <path
2394 sodipodi:type="arc"
2395 style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.60000002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
2396 id="path6968"
2397 sodipodi:cx="12"
2398 sodipodi:cy="11.625"
2399 sodipodi:rx="7.25"
2400 sodipodi:ry="7.25"
2401 d="M 19.25 11.625 A 7.25 7.25 0 1 1 4.75,11.625 A 7.25 7.25 0 1 1 19.25 11.625 z"
2402 transform="matrix(1.636646,0,0,1.636646,-3.514751,-2.901009)" />
2403 </g>
2407 <path
2408 sodipodi:type="arc"
2409 style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.23966944;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
2410 id="path4490"
2411 sodipodi:cx="330"
2412 sodipodi:cy="10"
2413 sodipodi:rx="5"
2414 sodipodi:ry="5"
2415 d="M 335 10 A 5 5 0 1 1 325,10 A 5 5 0 1 1 335 10 z"
2416 transform="matrix(1.2705,0,0,1.2705,-89.265,17.294771)" />
2417 <path
2418 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
2419 d="M 336.62216,10.624088 C 336.62216,14.394139 333.5624,17.453893 329.79235,17.453893 C 326.0223,17.453893 322.96255,14.394139 322.96255,10.624088 C 322.96255,6.8540362 326.0223,3.794284 329.79235,3.794284 C 333.5624,3.794284 336.62216,6.8540362 336.62216,10.624088 z "
2420 id="path4293" />
2421 <path
2422 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
2423 d="M 336.71503,11.114548 C 336.71503,14.884599 333.65528,17.944353 329.88523,17.944353 C 326.11518,17.944353 323.05542,14.884599 323.05542,11.114548 C 323.05542,7.3444962 326.11518,4.284744 329.88523,4.284744 C 333.65528,4.284744 336.71503,7.3444962 336.71503,11.114548 z "
2424 id="path5305" />
2425 <path
2426 sodipodi:type="arc"
2427 style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.23966944;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
2428 id="path3253"
2429 sodipodi:cx="330"
2430 sodipodi:cy="10"
2431 sodipodi:rx="5"
2432 sodipodi:ry="5"
2433 d="M 335 10 A 5 5 0 1 1 325,10 A 5 5 0 1 1 335 10 z"
2434 transform="matrix(1.2705,0,0,1.2705,-89.265,-2.705229)" />
2435 <path
2436 style="fill:url(#linearGradient5519);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.60000002;stroke-miterlimit:4;stroke-opacity:1"
2437 d="M 334.12089,8.8990092 C 334.1525,10.889439 332.41931,10.787143 330.71352,10.787143 C 329.00775,10.787143 327.72042,10.318947 327.78248,8.6143322 C 327.84576,6.8769492 328.24954,5.429313 329.9553,5.429313 C 331.66105,5.429313 334.12089,7.1932632 334.12089,8.8990092 z "
2438 id="path4287"
2439 sodipodi:nodetypes="csssc" />
2440 <path
2441 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
2442 d="M 336.66382,30.623735 C 336.66382,34.393786 333.60406,37.45354 329.83401,37.45354 C 326.06396,37.45354 323.0042,34.393786 323.0042,30.623735 C 323.0042,26.853682 326.06396,23.793931 329.83401,23.793931 C 333.60406,23.793931 336.66382,26.853682 336.66382,30.623735 z "
2443 id="path4305" />
2444 <path
2445 style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
2446 d="M 336.7567,31.114195 C 336.7567,34.884246 333.69694,37.944 329.92689,37.944 C 326.15684,37.944 323.09709,34.884246 323.09709,31.114195 C 323.09709,27.344144 326.15684,24.284391 329.92689,24.284391 C 333.69694,24.284391 336.7567,27.344144 336.7567,31.114195 z "
2447 id="path4307" />
2448 <path
2449 sodipodi:type="arc"
2450 style="opacity:1;fill:url(#linearGradient5521);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.23966944;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
2451 id="path4309"
2452 sodipodi:cx="330"
2453 sodipodi:cy="10"
2454 sodipodi:rx="5"
2455 sodipodi:ry="5"
2456 d="M 335 10 A 5 5 0 1 1 325,10 A 5 5 0 1 1 335 10 z"
2457 transform="matrix(1.2705,0,0,1.2705,-89.223335,17.294418)" />
2458 <path
2459 style="fill:url(#linearGradient5523);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.60000002;stroke-miterlimit:4;stroke-opacity:1"
2460 d="M 334.16255,28.898655 C 334.19416,30.889086 332.46097,30.78679 330.75518,30.78679 C 329.04941,30.78679 327.76208,30.318594 327.82414,28.613978 C 327.88742,26.876595 328.2912,25.42896 329.99696,25.42896 C 331.70271,25.42896 334.16255,27.19291 334.16255,28.898655 z "
2461 id="path4311"
2462 sodipodi:nodetypes="csssc" />
24042463 </g>
24052464 </svg>
0 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
1 <!-- Created with Inkscape (http://www.inkscape.org/) -->
2 <svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://web.resource.org/cc/"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:xlink="http://www.w3.org/1999/xlink"
9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
10 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
11 width="340"
12 height="40"
13 id="svg2"
14 sodipodi:version="0.32"
15 inkscape:version="0.45"
16 version="1.0"
17 sodipodi:docbase="/home/ulisse/Desktop/gnome-mastermind"
18 sodipodi:docname="mastermind-tango-flat-set_0.2.svg"
19 inkscape:output_extension="org.inkscape.output.svg.inkscape"
20 sodipodi:modified="true">
21 <defs
22 id="defs4">
23 <linearGradient
24 inkscape:collect="always"
25 id="linearGradient6819">
26 <stop
27 id="stop6821"
28 style="stop-color:#be5a1d;stop-opacity:1"
29 offset="0" />
30 <stop
31 id="stop6823"
32 style="stop-color:#6e411c;stop-opacity:1"
33 offset="1" />
34 </linearGradient>
35 <linearGradient
36 inkscape:collect="always"
37 id="linearGradient6813">
38 <stop
39 id="stop6815"
40 style="stop-color:#fdc470;stop-opacity:1"
41 offset="0" />
42 <stop
43 id="stop6817"
44 style="stop-color:#ce4e00;stop-opacity:1"
45 offset="1" />
46 </linearGradient>
47 <linearGradient
48 inkscape:collect="always"
49 id="linearGradient6776">
50 <stop
51 id="stop6778"
52 style="stop-color:#ddbe2f;stop-opacity:1"
53 offset="0" />
54 <stop
55 id="stop6780"
56 style="stop-color:#7e6019;stop-opacity:1"
57 offset="1" />
58 </linearGradient>
59 <linearGradient
60 inkscape:collect="always"
61 id="linearGradient6770">
62 <stop
63 id="stop6772"
64 style="stop-color:#f67171;stop-opacity:1"
65 offset="0" />
66 <stop
67 id="stop6774"
68 style="stop-color:#ba0000;stop-opacity:1"
69 offset="1" />
70 </linearGradient>
71 <linearGradient
72 inkscape:collect="always"
73 id="linearGradient6764">
74 <stop
75 id="stop6766"
76 style="stop-color:#f991b1;stop-opacity:1"
77 offset="0" />
78 <stop
79 id="stop6768"
80 style="stop-color:#b52c57;stop-opacity:1"
81 offset="1" />
82 </linearGradient>
83 <linearGradient
84 inkscape:collect="always"
85 id="linearGradient6758">
86 <stop
87 id="stop6760"
88 style="stop-color:#8ae234;stop-opacity:1"
89 offset="0" />
90 <stop
91 id="stop6762"
92 style="stop-color:#3d7a05;stop-opacity:1"
93 offset="1" />
94 </linearGradient>
95 <linearGradient
96 inkscape:collect="always"
97 id="linearGradient6752">
98 <stop
99 id="stop6754"
100 style="stop-color:#e9b96e;stop-opacity:1"
101 offset="0" />
102 <stop
103 id="stop6756"
104 style="stop-color:#9b6000;stop-opacity:1"
105 offset="1" />
106 </linearGradient>
107 <linearGradient
108 inkscape:collect="always"
109 id="linearGradient6746">
110 <stop
111 id="stop6748"
112 style="stop-color:#be99ba;stop-opacity:1"
113 offset="0" />
114 <stop
115 id="stop6750"
116 style="stop-color:#854f8d;stop-opacity:1"
117 offset="1" />
118 </linearGradient>
119 <linearGradient
120 inkscape:collect="always"
121 id="linearGradient6740">
122 <stop
123 id="stop6742"
124 style="stop-color:#91b4da;stop-opacity:1"
125 offset="0" />
126 <stop
127 id="stop6744"
128 style="stop-color:#375db1;stop-opacity:1"
129 offset="1" />
130 </linearGradient>
131 <linearGradient
132 inkscape:collect="always"
133 id="linearGradient6734">
134 <stop
135 id="stop6736"
136 style="stop-color:#fffde1;stop-opacity:1"
137 offset="0" />
138 <stop
139 id="stop6738"
140 style="stop-color:#e3b511;stop-opacity:1"
141 offset="1" />
142 </linearGradient>
143 <linearGradient
144 inkscape:collect="always"
145 id="linearGradient6722">
146 <stop
147 id="stop6724"
148 style="stop-color:#991c1c;stop-opacity:1"
149 offset="0" />
150 <stop
151 id="stop6726"
152 style="stop-color:#6d1818;stop-opacity:1"
153 offset="1" />
154 </linearGradient>
155 <linearGradient
156 id="linearGradient5398"
157 inkscape:collect="always">
158 <stop
159 offset="0"
160 style="stop-color:#a6a7a4;stop-opacity:1"
161 id="stop5400" />
162 <stop
163 offset="1"
164 style="stop-color:#444d50;stop-opacity:1"
165 id="stop5402" />
166 </linearGradient>
167 <linearGradient
168 id="linearGradient5392"
169 inkscape:collect="always">
170 <stop
171 offset="0"
172 style="stop-color:#ffffff;stop-opacity:1"
173 id="stop5394" />
174 <stop
175 offset="1"
176 style="stop-color:#a8a9a6;stop-opacity:1"
177 id="stop5396" />
178 </linearGradient>
179 <linearGradient
180 id="linearGradient4244"
181 inkscape:collect="always">
182 <stop
183 offset="0"
184 style="stop-color:#75507b;stop-opacity:1"
185 id="stop4246" />
186 <stop
187 offset="1"
188 style="stop-color:#43264a;stop-opacity:1"
189 id="stop4248" />
190 </linearGradient>
191 <linearGradient
192 id="linearGradient4186"
193 inkscape:collect="always">
194 <stop
195 offset="0"
196 style="stop-color:#2b4c7b;stop-opacity:1;"
197 id="stop4188" />
198 <stop
199 offset="1"
200 style="stop-color:#203a5e;stop-opacity:1"
201 id="stop4190" />
202 </linearGradient>
203 <linearGradient
204 id="linearGradient4372"
205 inkscape:collect="always">
206 <stop
207 offset="0"
208 style="stop-color:#8a1a1a;stop-opacity:1"
209 id="stop4374" />
210 <stop
211 offset="1"
212 style="stop-color:#521212;stop-opacity:1"
213 id="stop4376" />
214 </linearGradient>
215 <linearGradient
216 id="linearGradient4366"
217 inkscape:collect="always">
218 <stop
219 offset="0"
220 style="stop-color:#f56a6a;stop-opacity:1"
221 id="stop4368" />
222 <stop
223 offset="1"
224 style="stop-color:#b20000;stop-opacity:1"
225 id="stop4370" />
226 </linearGradient>
227 <linearGradient
228 id="linearGradient4272"
229 inkscape:collect="always">
230 <stop
231 offset="0"
232 style="stop-color:#7e5512;stop-opacity:1"
233 id="stop4274" />
234 <stop
235 offset="1"
236 style="stop-color:#4b2f00;stop-opacity:1"
237 id="stop4276" />
238 </linearGradient>
239 <linearGradient
240 id="linearGradient4400"
241 inkscape:collect="always">
242 <stop
243 offset="0"
244 style="stop-color:#406e14;stop-opacity:1"
245 id="stop4402" />
246 <stop
247 offset="1"
248 style="stop-color:#2a5006;stop-opacity:1"
249 id="stop4404" />
250 </linearGradient>
251 <linearGradient
252 id="linearGradient6547"
253 inkscape:collect="always">
254 <stop
255 offset="0"
256 style="stop-color:#b1345b;stop-opacity:1"
257 id="stop6549" />
258 <stop
259 offset="1"
260 style="stop-color:#612134;stop-opacity:1"
261 id="stop6551" />
262 </linearGradient>
263 <linearGradient
264 id="linearGradient4154"
265 inkscape:collect="always">
266 <stop
267 offset="0"
268 style="stop-color:#ffffff;stop-opacity:1;"
269 id="stop4156" />
270 <stop
271 offset="1"
272 style="stop-color:#ffffff;stop-opacity:0;"
273 id="stop4158" />
274 </linearGradient>
275 <linearGradient
276 id="linearGradient3283">
277 <stop
278 offset="0"
279 style="stop-color:#000000;stop-opacity:1;"
280 id="stop3285" />
281 <stop
282 offset="0.63"
283 style="stop-color:#000000;stop-opacity:1;"
284 id="stop3291" />
285 <stop
286 offset="1"
287 style="stop-color:#000000;stop-opacity:0;"
288 id="stop3287" />
289 </linearGradient>
290 <radialGradient
291 inkscape:collect="always"
292 xlink:href="#linearGradient3283"
293 id="radialGradient5513"
294 gradientUnits="userSpaceOnUse"
295 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
296 cx="9.5"
297 cy="26.5"
298 fx="9.5"
299 fy="26.5"
300 r="6.5" />
301 <radialGradient
302 inkscape:collect="always"
303 xlink:href="#linearGradient6813"
304 id="radialGradient5515"
305 gradientUnits="userSpaceOnUse"
306 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
307 cx="7.7485466"
308 cy="24.003017"
309 fx="7.7485466"
310 fy="24.003017"
311 r="7.0979128" />
312 <linearGradient
313 inkscape:collect="always"
314 xlink:href="#linearGradient6819"
315 id="linearGradient5517"
316 gradientUnits="userSpaceOnUse"
317 x1="6.8259234"
318 y1="21.662947"
319 x2="12.087898"
320 y2="31.969028" />
321 <linearGradient
322 inkscape:collect="always"
323 xlink:href="#linearGradient4154"
324 id="linearGradient5519"
325 gradientUnits="userSpaceOnUse"
326 x1="3.9761817"
327 y1="19.20796"
328 x2="11.576672"
329 y2="33.427441" />
330 <radialGradient
331 inkscape:collect="always"
332 xlink:href="#linearGradient3283"
333 id="radialGradient5538"
334 gradientUnits="userSpaceOnUse"
335 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
336 cx="9.5"
337 cy="26.5"
338 fx="9.5"
339 fy="26.5"
340 r="6.5" />
341 <radialGradient
342 inkscape:collect="always"
343 xlink:href="#linearGradient6740"
344 id="radialGradient5540"
345 gradientUnits="userSpaceOnUse"
346 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
347 cx="7.7485466"
348 cy="24.003017"
349 fx="7.7485466"
350 fy="24.003017"
351 r="7.0979128" />
352 <linearGradient
353 inkscape:collect="always"
354 xlink:href="#linearGradient4186"
355 id="linearGradient5542"
356 gradientUnits="userSpaceOnUse"
357 x1="6.8259234"
358 y1="21.662947"
359 x2="12.087898"
360 y2="31.969028" />
361 <linearGradient
362 inkscape:collect="always"
363 xlink:href="#linearGradient4154"
364 id="linearGradient5544"
365 gradientUnits="userSpaceOnUse"
366 x1="3.9761817"
367 y1="19.20796"
368 x2="11.576672"
369 y2="33.427441" />
370 <radialGradient
371 inkscape:collect="always"
372 xlink:href="#linearGradient3283"
373 id="radialGradient5623"
374 gradientUnits="userSpaceOnUse"
375 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
376 cx="9.5"
377 cy="26.5"
378 fx="9.5"
379 fy="26.5"
380 r="6.5" />
381 <radialGradient
382 inkscape:collect="always"
383 xlink:href="#linearGradient6734"
384 id="radialGradient5625"
385 gradientUnits="userSpaceOnUse"
386 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
387 cx="7.7485466"
388 cy="24.003017"
389 fx="7.7485466"
390 fy="24.003017"
391 r="7.0979128" />
392 <linearGradient
393 inkscape:collect="always"
394 xlink:href="#linearGradient6776"
395 id="linearGradient5627"
396 gradientUnits="userSpaceOnUse"
397 x1="6.8259234"
398 y1="21.662947"
399 x2="12.087898"
400 y2="31.969028" />
401 <linearGradient
402 inkscape:collect="always"
403 xlink:href="#linearGradient4154"
404 id="linearGradient5629"
405 gradientUnits="userSpaceOnUse"
406 x1="3.9761817"
407 y1="19.20796"
408 x2="11.576672"
409 y2="33.427441" />
410 <radialGradient
411 inkscape:collect="always"
412 xlink:href="#linearGradient3283"
413 id="radialGradient5663"
414 gradientUnits="userSpaceOnUse"
415 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
416 cx="9.5"
417 cy="26.5"
418 fx="9.5"
419 fy="26.5"
420 r="6.5" />
421 <radialGradient
422 inkscape:collect="always"
423 xlink:href="#linearGradient6770"
424 id="radialGradient5665"
425 gradientUnits="userSpaceOnUse"
426 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
427 cx="7.7485466"
428 cy="24.003017"
429 fx="7.7485466"
430 fy="24.003017"
431 r="7.0979128" />
432 <linearGradient
433 inkscape:collect="always"
434 xlink:href="#linearGradient4372"
435 id="linearGradient5667"
436 gradientUnits="userSpaceOnUse"
437 x1="6.8259234"
438 y1="21.662947"
439 x2="12.087898"
440 y2="31.969028" />
441 <linearGradient
442 inkscape:collect="always"
443 xlink:href="#linearGradient4154"
444 id="linearGradient5669"
445 gradientUnits="userSpaceOnUse"
446 x1="3.9761817"
447 y1="19.20796"
448 x2="11.576672"
449 y2="33.427441" />
450 <radialGradient
451 inkscape:collect="always"
452 xlink:href="#linearGradient3283"
453 id="radialGradient5688"
454 gradientUnits="userSpaceOnUse"
455 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
456 cx="9.5"
457 cy="26.5"
458 fx="9.5"
459 fy="26.5"
460 r="6.5" />
461 <radialGradient
462 inkscape:collect="always"
463 xlink:href="#linearGradient6752"
464 id="radialGradient5690"
465 gradientUnits="userSpaceOnUse"
466 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
467 cx="7.7485466"
468 cy="24.003017"
469 fx="7.7485466"
470 fy="24.003017"
471 r="7.0979128" />
472 <linearGradient
473 inkscape:collect="always"
474 xlink:href="#linearGradient4272"
475 id="linearGradient5692"
476 gradientUnits="userSpaceOnUse"
477 x1="6.8259234"
478 y1="21.662947"
479 x2="12.087898"
480 y2="31.969028" />
481 <linearGradient
482 inkscape:collect="always"
483 xlink:href="#linearGradient4154"
484 id="linearGradient5694"
485 gradientUnits="userSpaceOnUse"
486 x1="3.9761817"
487 y1="19.20796"
488 x2="11.576672"
489 y2="33.427441" />
490 <radialGradient
491 inkscape:collect="always"
492 xlink:href="#linearGradient3283"
493 id="radialGradient5713"
494 gradientUnits="userSpaceOnUse"
495 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
496 cx="9.5"
497 cy="26.5"
498 fx="9.5"
499 fy="26.5"
500 r="6.5" />
501 <radialGradient
502 inkscape:collect="always"
503 xlink:href="#linearGradient6758"
504 id="radialGradient5715"
505 gradientUnits="userSpaceOnUse"
506 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
507 cx="7.7485466"
508 cy="24.003017"
509 fx="7.7485466"
510 fy="24.003017"
511 r="7.0979128" />
512 <linearGradient
513 inkscape:collect="always"
514 xlink:href="#linearGradient4400"
515 id="linearGradient5717"
516 gradientUnits="userSpaceOnUse"
517 x1="6.8259234"
518 y1="21.662947"
519 x2="12.087898"
520 y2="31.969028" />
521 <linearGradient
522 inkscape:collect="always"
523 xlink:href="#linearGradient4154"
524 id="linearGradient5719"
525 gradientUnits="userSpaceOnUse"
526 x1="3.9761817"
527 y1="19.20796"
528 x2="11.576672"
529 y2="33.427441" />
530 <radialGradient
531 inkscape:collect="always"
532 xlink:href="#linearGradient3283"
533 id="radialGradient5738"
534 gradientUnits="userSpaceOnUse"
535 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
536 cx="9.5"
537 cy="26.5"
538 fx="9.5"
539 fy="26.5"
540 r="6.5" />
541 <radialGradient
542 inkscape:collect="always"
543 xlink:href="#linearGradient6764"
544 id="radialGradient5740"
545 gradientUnits="userSpaceOnUse"
546 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
547 cx="7.7485466"
548 cy="24.003017"
549 fx="7.7485466"
550 fy="24.003017"
551 r="7.0979128" />
552 <linearGradient
553 inkscape:collect="always"
554 xlink:href="#linearGradient6547"
555 id="linearGradient5742"
556 gradientUnits="userSpaceOnUse"
557 x1="6.8259234"
558 y1="21.662947"
559 x2="12.087898"
560 y2="31.969028" />
561 <linearGradient
562 inkscape:collect="always"
563 xlink:href="#linearGradient4154"
564 id="linearGradient5744"
565 gradientUnits="userSpaceOnUse"
566 x1="3.9761817"
567 y1="19.20796"
568 x2="11.576672"
569 y2="33.427441" />
570 <radialGradient
571 inkscape:collect="always"
572 xlink:href="#linearGradient3283"
573 id="radialGradient6792"
574 gradientUnits="userSpaceOnUse"
575 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
576 cx="9.5"
577 cy="26.5"
578 fx="9.5"
579 fy="26.5"
580 r="6.5" />
581 <radialGradient
582 inkscape:collect="always"
583 xlink:href="#linearGradient6746"
584 id="radialGradient6794"
585 gradientUnits="userSpaceOnUse"
586 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
587 cx="7.7485466"
588 cy="24.003017"
589 fx="7.7485466"
590 fy="24.003017"
591 r="7.0979128" />
592 <linearGradient
593 inkscape:collect="always"
594 xlink:href="#linearGradient4244"
595 id="linearGradient6796"
596 gradientUnits="userSpaceOnUse"
597 x1="6.8259234"
598 y1="21.662947"
599 x2="12.087898"
600 y2="31.969028" />
601 <linearGradient
602 inkscape:collect="always"
603 xlink:href="#linearGradient4154"
604 id="linearGradient6798"
605 gradientUnits="userSpaceOnUse"
606 x1="3.9761817"
607 y1="19.20796"
608 x2="11.576672"
609 y2="33.427441" />
610 <radialGradient
611 inkscape:collect="always"
612 xlink:href="#linearGradient4366"
613 id="radialGradient6870"
614 gradientUnits="userSpaceOnUse"
615 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
616 cx="8.0735464"
617 cy="24.163067"
618 fx="8.0735464"
619 fy="24.163067"
620 r="7.097913" />
621 <linearGradient
622 inkscape:collect="always"
623 xlink:href="#linearGradient6722"
624 id="linearGradient6872"
625 gradientUnits="userSpaceOnUse"
626 x1="6.8259234"
627 y1="21.662947"
628 x2="12.087898"
629 y2="31.969028" />
630 <linearGradient
631 inkscape:collect="always"
632 xlink:href="#linearGradient4154"
633 id="linearGradient6874"
634 gradientUnits="userSpaceOnUse"
635 x1="3.9761817"
636 y1="19.20796"
637 x2="11.576672"
638 y2="33.427441" />
639 <radialGradient
640 inkscape:collect="always"
641 xlink:href="#linearGradient3283"
642 id="radialGradient6878"
643 gradientUnits="userSpaceOnUse"
644 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
645 cx="9.5"
646 cy="26.5"
647 fx="9.5"
648 fy="26.5"
649 r="6.5" />
650 <radialGradient
651 inkscape:collect="always"
652 xlink:href="#linearGradient3283"
653 id="radialGradient6896"
654 gradientUnits="userSpaceOnUse"
655 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
656 cx="9.5"
657 cy="26.5"
658 fx="9.5"
659 fy="26.5"
660 r="6.5" />
661 <linearGradient
662 inkscape:collect="always"
663 xlink:href="#linearGradient4154"
664 id="linearGradient6902"
665 gradientUnits="userSpaceOnUse"
666 x1="3.9761817"
667 y1="19.20796"
668 x2="11.576672"
669 y2="33.427441" />
670 <radialGradient
671 inkscape:collect="always"
672 xlink:href="#linearGradient5392"
673 id="radialGradient6921"
674 gradientUnits="userSpaceOnUse"
675 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
676 cx="8.0735464"
677 cy="24.163067"
678 fx="8.0735464"
679 fy="24.163067"
680 r="7.0979128" />
681 <linearGradient
682 inkscape:collect="always"
683 xlink:href="#linearGradient5398"
684 id="linearGradient6923"
685 gradientUnits="userSpaceOnUse"
686 x1="6.8259234"
687 y1="21.662947"
688 x2="12.087898"
689 y2="31.969028" />
690 <linearGradient
691 inkscape:collect="always"
692 xlink:href="#linearGradient4154"
693 id="linearGradient5485"
694 gradientUnits="userSpaceOnUse"
695 x1="8.6656256"
696 y1="28.278933"
697 x2="7.3198223"
698 y2="17.458841"
699 gradientTransform="matrix(2.2989522,-0.2006555,0.2371384,2.7169435,-8.124213,-50.092775)" />
700 <linearGradient
701 inkscape:collect="always"
702 xlink:href="#linearGradient4154"
703 id="linearGradient6461"
704 gradientUnits="userSpaceOnUse"
705 gradientTransform="matrix(2.2989522,-0.2006555,0.2371384,2.7169435,31.818976,-50.149586)"
706 x1="8.6656256"
707 y1="28.278933"
708 x2="7.3198223"
709 y2="17.458841" />
710 <linearGradient
711 inkscape:collect="always"
712 xlink:href="#linearGradient4154"
713 id="linearGradient6465"
714 gradientUnits="userSpaceOnUse"
715 gradientTransform="matrix(2.2989522,-0.2006555,0.2371384,2.7169435,71.932597,-50.091963)"
716 x1="8.6656256"
717 y1="28.278933"
718 x2="7.3198223"
719 y2="17.458841" />
720 <linearGradient
721 inkscape:collect="always"
722 xlink:href="#linearGradient4154"
723 id="linearGradient6469"
724 gradientUnits="userSpaceOnUse"
725 gradientTransform="matrix(2.2989522,-0.2006555,0.2371384,2.7169435,111.81898,-50.149585)"
726 x1="8.6656256"
727 y1="28.278933"
728 x2="7.3198223"
729 y2="17.458841" />
730 <linearGradient
731 inkscape:collect="always"
732 xlink:href="#linearGradient4154"
733 id="linearGradient6473"
734 gradientUnits="userSpaceOnUse"
735 gradientTransform="matrix(2.2989522,-0.2006555,0.2371384,2.7169435,151.9326,-50.149586)"
736 x1="8.6656256"
737 y1="28.278933"
738 x2="7.3198223"
739 y2="17.458841" />
740 <linearGradient
741 inkscape:collect="always"
742 xlink:href="#linearGradient4154"
743 id="linearGradient6477"
744 gradientUnits="userSpaceOnUse"
745 gradientTransform="matrix(2.2989522,-0.2006555,0.2371384,2.7169435,191.9326,-50.091963)"
746 x1="8.6656256"
747 y1="28.278933"
748 x2="7.3198223"
749 y2="17.458841" />
750 <linearGradient
751 inkscape:collect="always"
752 xlink:href="#linearGradient4154"
753 id="linearGradient6481"
754 gradientUnits="userSpaceOnUse"
755 gradientTransform="matrix(2.2989522,-0.2006555,0.2371384,2.7169435,231.9326,-50.091963)"
756 x1="8.6656256"
757 y1="28.278933"
758 x2="7.3198223"
759 y2="17.458841" />
760 <linearGradient
761 inkscape:collect="always"
762 xlink:href="#linearGradient4154"
763 id="linearGradient6485"
764 gradientUnits="userSpaceOnUse"
765 gradientTransform="matrix(2.2989522,-0.2006555,0.2371384,2.7169435,271.9326,-50.091963)"
766 x1="8.6656256"
767 y1="28.278933"
768 x2="7.3198223"
769 y2="17.458841" />
770 <linearGradient
771 inkscape:collect="always"
772 xlink:href="#linearGradient4154"
773 id="linearGradient6492"
774 gradientUnits="userSpaceOnUse"
775 gradientTransform="matrix(0.9213629,-8.3825373e-2,9.5039179e-2,1.135024,318.71738,-19.015143)"
776 x1="8.6656256"
777 y1="28.278933"
778 x2="7.3198223"
779 y2="17.458841" />
780 <linearGradient
781 inkscape:collect="always"
782 xlink:href="#linearGradient4154"
783 id="linearGradient6496"
784 gradientUnits="userSpaceOnUse"
785 gradientTransform="matrix(0.9213629,-8.3825373e-2,9.5039179e-2,1.135024,318.71738,0.984857)"
786 x1="8.6656256"
787 y1="28.278933"
788 x2="7.3198223"
789 y2="17.458841" />
790 </defs>
791 <sodipodi:namedview
792 id="base"
793 pagecolor="#ffffff"
794 bordercolor="#f6aaaa"
795 borderopacity="1"
796 inkscape:pageopacity="0.0"
797 inkscape:pageshadow="2"
798 inkscape:zoom="2"
799 inkscape:cx="188.30211"
800 inkscape:cy="40.355592"
801 inkscape:document-units="px"
802 inkscape:current-layer="layer1"
803 width="340px"
804 height="40px"
805 inkscape:showpageshadow="false"
806 showgrid="false"
807 gridspacingx="0.5px"
808 gridspacingy="0.5px"
809 gridempspacing="2"
810 inkscape:grid-points="true"
811 inkscape:window-width="1019"
812 inkscape:window-height="726"
813 inkscape:window-x="3"
814 inkscape:window-y="48"
815 showguides="true"
816 inkscape:guide-bbox="true" />
817 <metadata
818 id="metadata7">
819 <rdf:RDF>
820 <cc:Work
821 rdf:about="">
822 <dc:format>image/svg+xml</dc:format>
823 <dc:type
824 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
825 <dc:creator>
826 <cc:Agent>
827 <dc:title>Ulisse Perusin</dc:title>
828 </cc:Agent>
829 </dc:creator>
830 <cc:license
831 rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
832 <dc:title>mastermind tango flat set</dc:title>
833 <dc:source>uli.peru@gmail.com</dc:source>
834 </cc:Work>
835 <cc:License
836 rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
837 <cc:permits
838 rdf:resource="http://web.resource.org/cc/Reproduction" />
839 <cc:permits
840 rdf:resource="http://web.resource.org/cc/Distribution" />
841 <cc:requires
842 rdf:resource="http://web.resource.org/cc/Notice" />
843 <cc:permits
844 rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
845 <cc:requires
846 rdf:resource="http://web.resource.org/cc/ShareAlike" />
847 <cc:requires
848 rdf:resource="http://web.resource.org/cc/SourceCode" />
849 </cc:License>
850 </rdf:RDF>
851 </metadata>
852 <g
853 inkscape:label="Livello 1"
854 inkscape:groupmode="layer"
855 id="layer1">
856 <g
857 id="g6880">
858 <path
859 style="opacity:0.36000001;fill:url(#radialGradient6878);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
860 sodipodi:cx="9.5"
861 sodipodi:cy="26.5"
862 sodipodi:type="arc"
863 transform="matrix(1.0769231,0,0,1.2727273,320.76923,-21.727274)"
864 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
865 sodipodi:rx="6.5"
866 id="path5036"
867 sodipodi:ry="5.5" />
868 <path
869 sodipodi:ry="5.5"
870 id="path5092"
871 sodipodi:rx="6.5"
872 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
873 transform="matrix(1,0,0,1.1820178,320.5,-21.324569)"
874 sodipodi:type="arc"
875 sodipodi:cy="26.5"
876 sodipodi:cx="9.5"
877 style="fill:url(#radialGradient6870);fill-opacity:1;stroke:url(#linearGradient6872);stroke-width:0.9197883;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
878 <path
879 sodipodi:ry="5.5"
880 id="path5094"
881 sodipodi:rx="6.5"
882 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
883 transform="matrix(0.8461539,0,0,1,321.96154,-16.5)"
884 sodipodi:type="arc"
885 sodipodi:cy="26.5"
886 sodipodi:cx="9.5"
887 style="opacity:0.60799997;fill:none;fill-opacity:1;stroke:url(#linearGradient6874);stroke-width:1.08711433;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
888 </g>
889 <g
890 id="g5503"
891 transform="translate(40,0)">
892 <path
893 style="opacity:0.36000001;fill:url(#radialGradient5513);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
894 sodipodi:cx="9.5"
895 sodipodi:cy="26.5"
896 sodipodi:type="arc"
897 transform="matrix(2.3076923,0,0,2.7272726,7.69231e-2,-49.272723)"
898 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
899 sodipodi:rx="6.5"
900 id="path5505"
901 sodipodi:ry="5.5" />
902 <path
903 style="fill:url(#radialGradient5515);fill-opacity:1.0;stroke:url(#linearGradient5517);stroke-width:0.38575026;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
904 sodipodi:cx="9.5"
905 sodipodi:cy="26.5"
906 sodipodi:type="arc"
907 transform="matrix(2.3846153,0,0,2.8181818,-2.653846,-54.681817)"
908 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
909 sodipodi:rx="6.5"
910 id="path5507"
911 sodipodi:ry="5.5" />
912 <path
913 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient5519);stroke-width:0.41432434;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
914 sodipodi:cx="9.5"
915 sodipodi:cy="26.5"
916 sodipodi:type="arc"
917 transform="matrix(2.2201591,0,0,2.6238245,-1.0915102,-49.531349)"
918 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
919 sodipodi:rx="6.5"
920 id="path5509"
921 sodipodi:ry="5.5" />
922 </g>
923 <g
924 id="g5613"
925 transform="translate(120,-2e-7)">
926 <path
927 style="opacity:0.36000001;fill:url(#radialGradient5623);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
928 sodipodi:cx="9.5"
929 sodipodi:cy="26.5"
930 sodipodi:type="arc"
931 transform="matrix(2.3076923,0,0,2.7272726,7.69231e-2,-49.272723)"
932 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
933 sodipodi:rx="6.5"
934 id="path5615"
935 sodipodi:ry="5.5" />
936 <path
937 style="fill:url(#radialGradient5625);fill-opacity:1.0;stroke:url(#linearGradient5627);stroke-width:0.38575026;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
938 sodipodi:cx="9.5"
939 sodipodi:cy="26.5"
940 sodipodi:type="arc"
941 transform="matrix(2.3846153,0,0,2.8181818,-2.653846,-54.681817)"
942 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
943 sodipodi:rx="6.5"
944 id="path5617"
945 sodipodi:ry="5.5" />
946 <path
947 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient5629);stroke-width:0.41432434;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
948 sodipodi:cx="9.5"
949 sodipodi:cy="26.5"
950 sodipodi:type="arc"
951 transform="matrix(2.2201591,0,0,2.6238245,-1.0915102,-49.531349)"
952 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
953 sodipodi:rx="6.5"
954 id="path5619"
955 sodipodi:ry="5.5" />
956 </g>
957 <g
958 id="g5528"
959 transform="translate(80,-5.5456349e-2)">
960 <path
961 style="opacity:0.36000001;fill:url(#radialGradient5538);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
962 sodipodi:cx="9.5"
963 sodipodi:cy="26.5"
964 sodipodi:type="arc"
965 transform="matrix(2.3076923,0,0,2.7272726,7.69231e-2,-49.272723)"
966 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
967 sodipodi:rx="6.5"
968 id="path5530"
969 sodipodi:ry="5.5" />
970 <path
971 style="fill:url(#radialGradient5540);fill-opacity:1.0;stroke:url(#linearGradient5542);stroke-width:0.38575026;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
972 sodipodi:cx="9.5"
973 sodipodi:cy="26.5"
974 sodipodi:type="arc"
975 transform="matrix(2.3846153,0,0,2.8181818,-2.653846,-54.681817)"
976 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
977 sodipodi:rx="6.5"
978 id="path5532"
979 sodipodi:ry="5.5" />
980 <path
981 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient5544);stroke-width:0.41432434;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
982 sodipodi:cx="9.5"
983 sodipodi:cy="26.5"
984 sodipodi:type="arc"
985 transform="matrix(2.2201591,0,0,2.6238245,-1.0915102,-49.531349)"
986 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
987 sodipodi:rx="6.5"
988 id="path5534"
989 sodipodi:ry="5.5" />
990 </g>
991 <g
992 id="g5653"
993 transform="translate(160,-5.5456349e-2)">
994 <path
995 style="opacity:0.36000001;fill:url(#radialGradient5663);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
996 sodipodi:cx="9.5"
997 sodipodi:cy="26.5"
998 sodipodi:type="arc"
999 transform="matrix(2.3076923,0,0,2.7272726,7.69231e-2,-49.272723)"
1000 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1001 sodipodi:rx="6.5"
1002 id="path5655"
1003 sodipodi:ry="5.5" />
1004 <path
1005 style="fill:url(#radialGradient5665);fill-opacity:1.0;stroke:url(#linearGradient5667);stroke-width:0.38575026;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1006 sodipodi:cx="9.5"
1007 sodipodi:cy="26.5"
1008 sodipodi:type="arc"
1009 transform="matrix(2.3846153,0,0,2.8181818,-2.653846,-54.681817)"
1010 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1011 sodipodi:rx="6.5"
1012 id="path5657"
1013 sodipodi:ry="5.5" />
1014 <path
1015 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient5669);stroke-width:0.41432434;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1016 sodipodi:cx="9.5"
1017 sodipodi:cy="26.5"
1018 sodipodi:type="arc"
1019 transform="matrix(2.2201591,0,0,2.6238245,-1.0915102,-49.531349)"
1020 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1021 sodipodi:rx="6.5"
1022 id="path5659"
1023 sodipodi:ry="5.5" />
1024 </g>
1025 <g
1026 id="g5678"
1027 transform="translate(200,-9.1757683e-7)">
1028 <path
1029 style="opacity:0.36000001;fill:url(#radialGradient5688);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1030 sodipodi:cx="9.5"
1031 sodipodi:cy="26.5"
1032 sodipodi:type="arc"
1033 transform="matrix(2.3076923,0,0,2.7272726,7.69231e-2,-49.272723)"
1034 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1035 sodipodi:rx="6.5"
1036 id="path5680"
1037 sodipodi:ry="5.5" />
1038 <path
1039 style="fill:url(#radialGradient5690);fill-opacity:1.0;stroke:url(#linearGradient5692);stroke-width:0.38575026;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1040 sodipodi:cx="9.5"
1041 sodipodi:cy="26.5"
1042 sodipodi:type="arc"
1043 transform="matrix(2.3846153,0,0,2.8181818,-2.653846,-54.681817)"
1044 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1045 sodipodi:rx="6.5"
1046 id="path5682"
1047 sodipodi:ry="5.5" />
1048 <path
1049 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient5694);stroke-width:0.41432434;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1050 sodipodi:cx="9.5"
1051 sodipodi:cy="26.5"
1052 sodipodi:type="arc"
1053 transform="matrix(2.2201591,0,0,2.6238245,-1.0915102,-49.531349)"
1054 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1055 sodipodi:rx="6.5"
1056 id="path5684"
1057 sodipodi:ry="5.5" />
1058 </g>
1059 <g
1060 id="g5703"
1061 transform="translate(240,-9.1757683e-7)">
1062 <path
1063 style="opacity:0.36000001;fill:url(#radialGradient5713);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1064 sodipodi:cx="9.5"
1065 sodipodi:cy="26.5"
1066 sodipodi:type="arc"
1067 transform="matrix(2.3076923,0,0,2.7272726,7.69231e-2,-49.272723)"
1068 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1069 sodipodi:rx="6.5"
1070 id="path5705"
1071 sodipodi:ry="5.5" />
1072 <path
1073 style="fill:url(#radialGradient5715);fill-opacity:1.0;stroke:url(#linearGradient5717);stroke-width:0.38575026;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1074 sodipodi:cx="9.5"
1075 sodipodi:cy="26.5"
1076 sodipodi:type="arc"
1077 transform="matrix(2.3846153,0,0,2.8181818,-2.653846,-54.681817)"
1078 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1079 sodipodi:rx="6.5"
1080 id="path5707"
1081 sodipodi:ry="5.5" />
1082 <path
1083 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient5719);stroke-width:0.41432434;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1084 sodipodi:cx="9.5"
1085 sodipodi:cy="26.5"
1086 sodipodi:type="arc"
1087 transform="matrix(2.2201591,0,0,2.6238245,-1.0915102,-49.531349)"
1088 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1089 sodipodi:rx="6.5"
1090 id="path5709"
1091 sodipodi:ry="5.5" />
1092 </g>
1093 <g
1094 id="g5728"
1095 transform="translate(280,-9.1757683e-7)">
1096 <path
1097 style="opacity:0.36000001;fill:url(#radialGradient5738);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1098 sodipodi:cx="9.5"
1099 sodipodi:cy="26.5"
1100 sodipodi:type="arc"
1101 transform="matrix(2.3076923,0,0,2.7272726,7.69231e-2,-49.272723)"
1102 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1103 sodipodi:rx="6.5"
1104 id="path5730"
1105 sodipodi:ry="5.5" />
1106 <path
1107 style="fill:url(#radialGradient5740);fill-opacity:1.0;stroke:url(#linearGradient5742);stroke-width:0.38575026;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1108 sodipodi:cx="9.5"
1109 sodipodi:cy="26.5"
1110 sodipodi:type="arc"
1111 transform="matrix(2.3846153,0,0,2.8181818,-2.653846,-54.681817)"
1112 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1113 sodipodi:rx="6.5"
1114 id="path5732"
1115 sodipodi:ry="5.5" />
1116 <path
1117 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient5744);stroke-width:0.41432434;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1118 sodipodi:cx="9.5"
1119 sodipodi:cy="26.5"
1120 sodipodi:type="arc"
1121 transform="matrix(2.2201591,0,0,2.6238245,-1.0915102,-49.531349)"
1122 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1123 sodipodi:rx="6.5"
1124 id="path5734"
1125 sodipodi:ry="5.5" />
1126 </g>
1127 <g
1128 id="g6782">
1129 <path
1130 style="opacity:0.36000001;fill:url(#radialGradient6792);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1131 sodipodi:cx="9.5"
1132 sodipodi:cy="26.5"
1133 sodipodi:type="arc"
1134 transform="matrix(2.3076923,0,0,2.7272726,7.69231e-2,-49.272723)"
1135 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1136 sodipodi:rx="6.5"
1137 id="path6784"
1138 sodipodi:ry="5.5" />
1139 <path
1140 style="fill:url(#radialGradient6794);fill-opacity:1;stroke:url(#linearGradient6796);stroke-width:0.38575026;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1141 sodipodi:cx="9.5"
1142 sodipodi:cy="26.5"
1143 sodipodi:type="arc"
1144 transform="matrix(2.3846153,0,0,2.8181818,-2.653846,-54.681817)"
1145 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1146 sodipodi:rx="6.5"
1147 id="path6786"
1148 sodipodi:ry="5.5" />
1149 <path
1150 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient6798);stroke-width:0.41432434;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1151 sodipodi:cx="9.5"
1152 sodipodi:cy="26.5"
1153 sodipodi:type="arc"
1154 transform="matrix(2.2201591,0,0,2.6238245,-1.0915102,-49.531349)"
1155 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1156 sodipodi:rx="6.5"
1157 id="path6788"
1158 sodipodi:ry="5.5" />
1159 </g>
1160 <g
1161 id="g6886"
1162 transform="translate(4.25e-6,20.000001)"
1163 style="opacity:1">
1164 <path
1165 style="opacity:0.36000001;fill:url(#radialGradient6896);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1166 sodipodi:cx="9.5"
1167 sodipodi:cy="26.5"
1168 sodipodi:type="arc"
1169 transform="matrix(1.0769231,0,0,1.2727273,320.76923,-21.727274)"
1170 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1171 sodipodi:rx="6.5"
1172 id="path6888"
1173 sodipodi:ry="5.5" />
1174 <path
1175 sodipodi:ry="5.5"
1176 id="path6890"
1177 sodipodi:rx="6.5"
1178 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1179 transform="matrix(1,0,0,1.1820178,320.5,-21.324569)"
1180 sodipodi:type="arc"
1181 sodipodi:cy="26.5"
1182 sodipodi:cx="9.5"
1183 style="fill:url(#radialGradient6921);fill-opacity:1.0;stroke:url(#linearGradient6923);stroke-width:0.9197883;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1184 <path
1185 sodipodi:ry="5.5"
1186 id="path6892"
1187 sodipodi:rx="6.5"
1188 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1189 transform="matrix(0.8461539,0,0,1,321.96154,-16.5)"
1190 sodipodi:type="arc"
1191 sodipodi:cy="26.5"
1192 sodipodi:cx="9.5"
1193 style="opacity:0.60799997;fill:none;fill-opacity:1;stroke:url(#linearGradient6902);stroke-width:1.08711433;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1194 </g>
1195 <path
1196 style="opacity:0.22352941;fill:url(#linearGradient5485);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
1197 d="M 34.943189,18.695739 C 25.834687,29.108042 16.285426,8.5456583 5.0568108,21.304261 C 4.3368589,13.05562 10.447098,5.7767627 18.695739,5.0568107 C 26.944379,4.3368583 34.223237,10.447098 34.943189,18.695739 z "
1198 id="path6790"
1199 sodipodi:nodetypes="ccsc"
1200 inkscape:transform-center-y="-6.6226854"
1201 inkscape:transform-center-x="0.02881132" />
1202 <path
1203 style="opacity:0.22352941;fill:url(#linearGradient6461);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
1204 d="M 74.886378,18.638928 C 65.777876,29.051231 56.228615,8.4888473 45,21.24745 C 44.280048,12.998809 50.390287,5.719952 58.638928,5 C 66.887568,4.2800476 74.166426,10.390287 74.886378,18.638928 z "
1205 id="path6459"
1206 sodipodi:nodetypes="ccsc"
1207 inkscape:transform-center-y="-6.6226854"
1208 inkscape:transform-center-x="0.02881132" />
1209 <path
1210 style="opacity:0.22352941;fill:url(#linearGradient6465);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
1211 d="M 115,18.696551 C 105.8915,29.108854 96.342236,8.5464697 85.113621,21.305073 C 84.393669,13.056432 90.503908,5.7775744 98.75255,5.0576224 C 107.00119,4.33767 114.28005,10.44791 115,18.696551 z "
1212 id="path6463"
1213 sodipodi:nodetypes="ccsc"
1214 inkscape:transform-center-y="-6.6226854"
1215 inkscape:transform-center-x="0.02881132" />
1216 <path
1217 style="opacity:0.39215686;fill:url(#linearGradient6469);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
1218 d="M 154.88638,18.638929 C 145.77788,29.051232 136.22862,8.4888476 125,21.247451 C 124.28005,12.99881 130.39029,5.719952 138.63893,5 C 146.88757,4.2800476 154.16643,10.390288 154.88638,18.638929 z "
1219 id="path6467"
1220 sodipodi:nodetypes="ccsc"
1221 inkscape:transform-center-y="-6.6226854"
1222 inkscape:transform-center-x="0.02881132" />
1223 <path
1224 style="opacity:0.22352941;fill:url(#linearGradient6473);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
1225 d="M 195,18.638928 C 185.8915,29.051231 176.34224,8.4888476 165.11362,21.24745 C 164.39367,12.998809 170.50391,5.719952 178.75255,5 C 187.00119,4.2800476 194.28005,10.390287 195,18.638928 z "
1226 id="path6471"
1227 sodipodi:nodetypes="ccsc"
1228 inkscape:transform-center-y="-6.6226854"
1229 inkscape:transform-center-x="0.02881132" />
1230 <path
1231 style="opacity:0.22352941;fill:url(#linearGradient6477);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
1232 d="M 235,18.696551 C 225.8915,29.108854 216.34224,8.5464697 205.11362,21.305073 C 204.39367,13.056432 210.50391,5.7775744 218.75255,5.0576224 C 227.00119,4.33767 234.28005,10.44791 235,18.696551 z "
1233 id="path6475"
1234 sodipodi:nodetypes="ccsc"
1235 inkscape:transform-center-y="-6.6226854"
1236 inkscape:transform-center-x="0.02881132" />
1237 <path
1238 style="opacity:0.22352941;fill:url(#linearGradient6481);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
1239 d="M 275,18.696551 C 265.8915,29.108854 256.34224,8.54647 245.11362,21.305073 C 244.39367,13.056432 250.50391,5.7775744 258.75255,5.0576224 C 267.00119,4.33767 274.28005,10.44791 275,18.696551 z "
1240 id="path6479"
1241 sodipodi:nodetypes="ccsc"
1242 inkscape:transform-center-y="-6.6226854"
1243 inkscape:transform-center-x="0.02881132" />
1244 <path
1245 style="opacity:0.17254902;fill:url(#linearGradient6485);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
1246 d="M 315,18.696551 C 305.8915,29.108854 296.34224,8.54647 285.11362,21.305073 C 284.39367,13.056432 290.50391,5.7775744 298.75255,5.0576224 C 307.00119,4.33767 314.28005,10.44791 315,18.696551 z "
1247 id="path6483"
1248 sodipodi:nodetypes="ccsc"
1249 inkscape:transform-center-y="-6.6226854"
1250 inkscape:transform-center-x="0.02881132" />
1251 <path
1252 style="opacity:0.19607843;fill:url(#linearGradient6492);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
1253 d="M 335.97772,9.721786 C 332.32726,14.071605 328.50015,5.4815124 324,10.811516 C 323.71146,7.3655829 326.1603,4.324785 329.46615,4.0240195 C 332.772,3.7232539 335.68918,6.275853 335.97772,9.721786 z "
1254 id="path6487"
1255 sodipodi:nodetypes="ccsc"
1256 inkscape:transform-center-y="-2.7666778"
1257 inkscape:transform-center-x="0.011547698" />
1258 <path
1259 style="opacity:0.47058824;fill:url(#linearGradient6496);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
1260 d="M 335.97772,29.721786 C 332.32726,34.071605 328.50015,25.481512 324,30.811516 C 323.71146,27.365583 326.1603,24.324785 329.46615,24.02402 C 332.772,23.723254 335.68918,26.275853 335.97772,29.721786 z "
1261 id="path6494"
1262 sodipodi:nodetypes="ccsc"
1263 inkscape:transform-center-y="-2.7666778"
1264 inkscape:transform-center-x="0.011547698" />
1265 </g>
1266 </svg>
1414 sodipodi:version="0.32"
1515 inkscape:version="0.45"
1616 version="1.0"
17 sodipodi:docbase="/home/pippo/Desktop"
18 sodipodi:docname="tango-set.svg"
17 sodipodi:docbase="/home/ulisse/Desktop/gnome-mastermind"
18 sodipodi:docname="mastermind-tango-set_0.3.svg"
1919 inkscape:output_extension="org.inkscape.output.svg.inkscape"
2020 sodipodi:modified="true">
2121 <defs
2222 id="defs4">
2323 <linearGradient
24 x1="9.3110456"
25 gradientTransform="matrix(0.6750048,-0.2820219,0.3481674,0.7636648,-8.44114,7.1089536)"
26 x2="11.224652"
27 y1="26.966402"
28 inkscape:collect="always"
29 gradientUnits="userSpaceOnUse"
30 y2="18.627018"
31 xlink:href="#linearGradient4154"
32 id="linearGradient5304" />
33 <linearGradient
34 x1="3.9761817"
35 x2="11.576672"
36 y1="19.20796"
37 inkscape:collect="always"
38 gradientUnits="userSpaceOnUse"
39 y2="33.427441"
40 xlink:href="#linearGradient4154"
41 id="linearGradient5302" />
42 <linearGradient
43 x1="6.8259234"
44 x2="12.087898"
45 y1="21.662947"
46 inkscape:collect="always"
47 gradientUnits="userSpaceOnUse"
48 y2="31.969028"
49 xlink:href="#linearGradient4372"
50 id="linearGradient5300" />
51 <radialGradient
52 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
53 inkscape:collect="always"
54 r="7.097913"
55 gradientUnits="userSpaceOnUse"
56 xlink:href="#linearGradient4366"
57 cy="24.163067"
58 id="radialGradient5298"
59 fx="8.0735464"
60 cx="8.0735464"
61 fy="24.163067" />
62 <radialGradient
63 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
64 inkscape:collect="always"
65 r="6.5"
66 gradientUnits="userSpaceOnUse"
67 xlink:href="#linearGradient3283"
68 cy="26.5"
69 id="radialGradient5296"
70 fx="9.5"
71 cx="9.5"
72 fy="26.5" />
24 inkscape:collect="always"
25 id="linearGradient6819">
26 <stop
27 id="stop6821"
28 style="stop-color:#be5a1d;stop-opacity:1"
29 offset="0" />
30 <stop
31 id="stop6823"
32 style="stop-color:#6e411c;stop-opacity:1"
33 offset="1" />
34 </linearGradient>
35 <linearGradient
36 inkscape:collect="always"
37 id="linearGradient6813">
38 <stop
39 id="stop6815"
40 style="stop-color:#fdc470;stop-opacity:1"
41 offset="0" />
42 <stop
43 id="stop6817"
44 style="stop-color:#ce4e00;stop-opacity:1"
45 offset="1" />
46 </linearGradient>
47 <linearGradient
48 inkscape:collect="always"
49 id="linearGradient6776">
50 <stop
51 id="stop6778"
52 style="stop-color:#ddbe2f;stop-opacity:1"
53 offset="0" />
54 <stop
55 id="stop6780"
56 style="stop-color:#7e6019;stop-opacity:1"
57 offset="1" />
58 </linearGradient>
59 <linearGradient
60 inkscape:collect="always"
61 id="linearGradient6770">
62 <stop
63 id="stop6772"
64 style="stop-color:#f67171;stop-opacity:1"
65 offset="0" />
66 <stop
67 id="stop6774"
68 style="stop-color:#ba0000;stop-opacity:1"
69 offset="1" />
70 </linearGradient>
71 <linearGradient
72 inkscape:collect="always"
73 id="linearGradient6764">
74 <stop
75 id="stop6766"
76 style="stop-color:#f991b1;stop-opacity:1"
77 offset="0" />
78 <stop
79 id="stop6768"
80 style="stop-color:#b52c57;stop-opacity:1"
81 offset="1" />
82 </linearGradient>
83 <linearGradient
84 inkscape:collect="always"
85 id="linearGradient6758">
86 <stop
87 id="stop6760"
88 style="stop-color:#8ae234;stop-opacity:1"
89 offset="0" />
90 <stop
91 id="stop6762"
92 style="stop-color:#3d7a05;stop-opacity:1"
93 offset="1" />
94 </linearGradient>
95 <linearGradient
96 inkscape:collect="always"
97 id="linearGradient6752">
98 <stop
99 id="stop6754"
100 style="stop-color:#e9b96e;stop-opacity:1"
101 offset="0" />
102 <stop
103 id="stop6756"
104 style="stop-color:#9b6000;stop-opacity:1"
105 offset="1" />
106 </linearGradient>
107 <linearGradient
108 inkscape:collect="always"
109 id="linearGradient6746">
110 <stop
111 id="stop6748"
112 style="stop-color:#be99ba;stop-opacity:1"
113 offset="0" />
114 <stop
115 id="stop6750"
116 style="stop-color:#854f8d;stop-opacity:1"
117 offset="1" />
118 </linearGradient>
119 <linearGradient
120 inkscape:collect="always"
121 id="linearGradient6740">
122 <stop
123 id="stop6742"
124 style="stop-color:#91b4da;stop-opacity:1"
125 offset="0" />
126 <stop
127 id="stop6744"
128 style="stop-color:#375db1;stop-opacity:1"
129 offset="1" />
130 </linearGradient>
131 <linearGradient
132 inkscape:collect="always"
133 id="linearGradient6734">
134 <stop
135 id="stop6736"
136 style="stop-color:#fffde1;stop-opacity:1"
137 offset="0" />
138 <stop
139 id="stop6738"
140 style="stop-color:#e3b511;stop-opacity:1"
141 offset="1" />
142 </linearGradient>
143 <linearGradient
144 inkscape:collect="always"
145 id="linearGradient6722">
146 <stop
147 id="stop6724"
148 style="stop-color:#991c1c;stop-opacity:1"
149 offset="0" />
150 <stop
151 id="stop6726"
152 style="stop-color:#6d1818;stop-opacity:1"
153 offset="1" />
154 </linearGradient>
73155 <linearGradient
74156 id="linearGradient5398"
75157 inkscape:collect="always">
76158 <stop
77159 offset="0"
78 style="stop-color:#888a85;stop-opacity:1"
160 style="stop-color:#a6a7a4;stop-opacity:1"
79161 id="stop5400" />
80162 <stop
81163 offset="1"
82 style="stop-color:#2e3436;stop-opacity:1"
164 style="stop-color:#444d50;stop-opacity:1"
83165 id="stop5402" />
84166 </linearGradient>
85167 <linearGradient
87169 inkscape:collect="always">
88170 <stop
89171 offset="0"
90 style="stop-color:#eeeeec;stop-opacity:1"
172 style="stop-color:#ffffff;stop-opacity:1"
91173 id="stop5394" />
92174 <stop
93175 offset="1"
94 style="stop-color:#888a85;stop-opacity:1"
176 style="stop-color:#a8a9a6;stop-opacity:1"
95177 id="stop5396" />
96178 </linearGradient>
97179 <linearGradient
107189 id="stop4248" />
108190 </linearGradient>
109191 <linearGradient
110 id="linearGradient4238"
111 inkscape:collect="always">
112 <stop
113 offset="0"
114 style="stop-color:#ad7fa8;stop-opacity:1"
115 id="stop4240" />
116 <stop
117 offset="1"
118 style="stop-color:#75507b;stop-opacity:1"
119 id="stop4242" />
120 </linearGradient>
121 <linearGradient
122192 id="linearGradient4186"
123193 inkscape:collect="always">
124194 <stop
131201 id="stop4190" />
132202 </linearGradient>
133203 <linearGradient
134 id="linearGradient3270"
135 inkscape:collect="always">
136 <stop
137 offset="0"
138 style="stop-color:#729fcf;stop-opacity:1;"
139 id="stop3272" />
140 <stop
141 offset="1"
142 style="stop-color:#284d7f;stop-opacity:1"
143 id="stop3274" />
144 </linearGradient>
145 <linearGradient
146 id="linearGradient4300"
147 inkscape:collect="always">
148 <stop
149 offset="0"
150 style="stop-color:#c4a000;stop-opacity:1"
151 id="stop4302" />
152 <stop
153 offset="1"
154 style="stop-color:#7e6019;stop-opacity:1"
155 id="stop4304" />
156 </linearGradient>
157 <linearGradient
158 id="linearGradient4294"
159 inkscape:collect="always">
160 <stop
161 offset="0"
162 style="stop-color:#fdee71;stop-opacity:1"
163 id="stop4296" />
164 <stop
165 offset="1"
166 style="stop-color:#c4a000;stop-opacity:1"
167 id="stop4298" />
168 </linearGradient>
169 <linearGradient
170204 id="linearGradient4372"
171205 inkscape:collect="always">
172206 <stop
183217 inkscape:collect="always">
184218 <stop
185219 offset="0"
186 style="stop-color:#f13c3c;stop-opacity:1"
220 style="stop-color:#f56a6a;stop-opacity:1"
187221 id="stop4368" />
188222 <stop
189223 offset="1"
190 style="stop-color:#910000;stop-opacity:1"
224 style="stop-color:#b20000;stop-opacity:1"
191225 id="stop4370" />
192226 </linearGradient>
193227 <linearGradient
203237 id="stop4276" />
204238 </linearGradient>
205239 <linearGradient
206 id="linearGradient4266"
207 inkscape:collect="always">
208 <stop
209 offset="0"
210 style="stop-color:#e9b96e;stop-opacity:1"
211 id="stop4268" />
212 <stop
213 offset="1"
214 style="stop-color:#7b4c01;stop-opacity:1"
215 id="stop4270" />
216 </linearGradient>
217 <linearGradient
218240 id="linearGradient4400"
219241 inkscape:collect="always">
220242 <stop
227249 id="stop4404" />
228250 </linearGradient>
229251 <linearGradient
230 id="linearGradient3276"
231 inkscape:collect="always">
232 <stop
233 offset="0"
234 style="stop-color:#8ae234;stop-opacity:1"
235 id="stop3278" />
236 <stop
237 offset="1"
238 style="stop-color:#417e08;stop-opacity:1"
239 id="stop3280" />
240 </linearGradient>
241 <linearGradient
242252 id="linearGradient6547"
243253 inkscape:collect="always">
244254 <stop
251261 id="stop6551" />
252262 </linearGradient>
253263 <linearGradient
254 id="linearGradient6541"
255 inkscape:collect="always">
256 <stop
257 offset="0"
258 style="stop-color:#f991b1;stop-opacity:1"
259 id="stop6543" />
260 <stop
261 offset="1"
262 style="stop-color:#b92e59;stop-opacity:1"
263 id="stop6545" />
264 </linearGradient>
265 <linearGradient
266 x1="9.3110456"
267 gradientTransform="matrix(1.9925013,-0.8350781,1.0277321,2.2612422,-251.11493,197.58233)"
268 x2="11.224652"
269 y1="26.966402"
270 inkscape:collect="always"
271 gradientUnits="userSpaceOnUse"
272 y2="18.627018"
273 xlink:href="#linearGradient4154"
274 id="linearGradient4537" />
275 <linearGradient
276264 id="linearGradient4154"
277265 inkscape:collect="always">
278266 <stop
285273 id="stop4158" />
286274 </linearGradient>
287275 <linearGradient
288 x1="3.9761817"
289 x2="11.576672"
290 y1="19.20796"
291 inkscape:collect="always"
292 gradientUnits="userSpaceOnUse"
293 y2="33.427441"
294 xlink:href="#linearGradient4154"
295 id="linearGradient4535" />
296 <linearGradient
297 id="linearGradient4328"
298 inkscape:collect="always">
299 <stop
300 offset="0"
301 style="stop-color:#9c5319;stop-opacity:1"
302 id="stop4330" />
303 <stop
304 offset="1"
305 style="stop-color:#563820;stop-opacity:1"
306 id="stop4332" />
307 </linearGradient>
308 <linearGradient
309 x1="6.8259234"
310 x2="12.087898"
311 y1="21.662947"
312 inkscape:collect="always"
313 gradientUnits="userSpaceOnUse"
314 y2="31.969028"
315 xlink:href="#linearGradient4244"
316 id="linearGradient4533" />
317 <linearGradient
318 id="linearGradient4322"
319 inkscape:collect="always">
320 <stop
321 offset="0"
322 style="stop-color:#fcaf3e;stop-opacity:1"
323 id="stop4324" />
324 <stop
325 offset="1"
326 style="stop-color:#b95200;stop-opacity:1"
327 id="stop4326" />
328 </linearGradient>
329 <radialGradient
330 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
331 inkscape:collect="always"
332 r="7.0979128"
333 gradientUnits="userSpaceOnUse"
334 xlink:href="#linearGradient4238"
335 cy="24.003017"
336 id="radialGradient4531"
337 fx="7.7485466"
338 cx="7.7485466"
339 fy="24.003017" />
340 <linearGradient
341276 id="linearGradient3283">
342277 <stop
343278 offset="0"
353288 id="stop3287" />
354289 </linearGradient>
355290 <radialGradient
356 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
357 inkscape:collect="always"
358 r="6.5"
359 gradientUnits="userSpaceOnUse"
291 inkscape:collect="always"
360292 xlink:href="#linearGradient3283"
361 cy="26.5"
362 id="radialGradient4529"
363 fx="9.5"
364 cx="9.5"
365 fy="26.5" />
366 <radialGradient
367 inkscape:collect="always"
368 xlink:href="#linearGradient3283"
369 id="radialGradient3003"
293 id="radialGradient5513"
370294 gradientUnits="userSpaceOnUse"
371295 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
372296 cx="9.5"
376300 r="6.5" />
377301 <radialGradient
378302 inkscape:collect="always"
379 xlink:href="#linearGradient4322"
380 id="radialGradient3005"
303 xlink:href="#linearGradient6813"
304 id="radialGradient5515"
381305 gradientUnits="userSpaceOnUse"
382306 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
383307 cx="7.7485466"
384308 cy="24.003017"
385309 fx="7.7485466"
386310 fy="24.003017"
387 r="7.097913" />
388 <linearGradient
389 inkscape:collect="always"
390 xlink:href="#linearGradient4328"
391 id="linearGradient3007"
311 r="7.0979128" />
312 <linearGradient
313 inkscape:collect="always"
314 xlink:href="#linearGradient6819"
315 id="linearGradient5517"
392316 gradientUnits="userSpaceOnUse"
393317 x1="6.8259234"
394318 y1="21.662947"
397321 <linearGradient
398322 inkscape:collect="always"
399323 xlink:href="#linearGradient4154"
400 id="linearGradient3009"
324 id="linearGradient5519"
401325 gradientUnits="userSpaceOnUse"
402326 x1="3.9761817"
403327 y1="19.20796"
406330 <linearGradient
407331 inkscape:collect="always"
408332 xlink:href="#linearGradient4154"
409 id="linearGradient3011"
410 gradientUnits="userSpaceOnUse"
411 gradientTransform="matrix(1.9925013,-0.8350781,1.0277321,2.2612422,-251.11493,197.58233)"
412 x1="9.3110456"
413 y1="26.966402"
414 x2="11.224652"
415 y2="18.627018" />
333 id="linearGradient5521"
334 gradientUnits="userSpaceOnUse"
335 x1="9.5"
336 y1="21.647621"
337 x2="9.5"
338 y2="31.038509" />
416339 <radialGradient
417340 inkscape:collect="always"
418341 xlink:href="#linearGradient3283"
419 id="radialGradient3023"
342 id="radialGradient5538"
420343 gradientUnits="userSpaceOnUse"
421344 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
422345 cx="9.5"
426349 r="6.5" />
427350 <radialGradient
428351 inkscape:collect="always"
429 xlink:href="#linearGradient3270"
430 id="radialGradient3025"
352 xlink:href="#linearGradient6740"
353 id="radialGradient5540"
431354 gradientUnits="userSpaceOnUse"
432355 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
433356 cx="7.7485466"
438361 <linearGradient
439362 inkscape:collect="always"
440363 xlink:href="#linearGradient4186"
441 id="linearGradient3027"
364 id="linearGradient5542"
442365 gradientUnits="userSpaceOnUse"
443366 x1="6.8259234"
444367 y1="21.662947"
447370 <linearGradient
448371 inkscape:collect="always"
449372 xlink:href="#linearGradient4154"
450 id="linearGradient3029"
373 id="linearGradient5544"
451374 gradientUnits="userSpaceOnUse"
452375 x1="3.9761817"
453376 y1="19.20796"
456379 <linearGradient
457380 inkscape:collect="always"
458381 xlink:href="#linearGradient4154"
459 id="linearGradient3031"
460 gradientUnits="userSpaceOnUse"
461 gradientTransform="matrix(1.9925013,-0.8350781,1.0277321,2.2612422,-251.11493,197.58233)"
462 x1="9.3110456"
463 y1="26.966402"
464 x2="11.224652"
465 y2="18.627018" />
382 id="linearGradient5546"
383 gradientUnits="userSpaceOnUse"
384 x1="9.5"
385 y1="21.647621"
386 x2="9.5"
387 y2="31.038509" />
466388 <radialGradient
467389 inkscape:collect="always"
468390 xlink:href="#linearGradient3283"
469 id="radialGradient3043"
391 id="radialGradient5623"
470392 gradientUnits="userSpaceOnUse"
471393 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
472394 cx="9.5"
476398 r="6.5" />
477399 <radialGradient
478400 inkscape:collect="always"
479 xlink:href="#linearGradient4294"
480 id="radialGradient3045"
401 xlink:href="#linearGradient6734"
402 id="radialGradient5625"
481403 gradientUnits="userSpaceOnUse"
482404 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
483405 cx="7.7485466"
487409 r="7.0979128" />
488410 <linearGradient
489411 inkscape:collect="always"
490 xlink:href="#linearGradient4300"
491 id="linearGradient3047"
412 xlink:href="#linearGradient6776"
413 id="linearGradient5627"
492414 gradientUnits="userSpaceOnUse"
493415 x1="6.8259234"
494416 y1="21.662947"
497419 <linearGradient
498420 inkscape:collect="always"
499421 xlink:href="#linearGradient4154"
500 id="linearGradient3049"
422 id="linearGradient5629"
501423 gradientUnits="userSpaceOnUse"
502424 x1="3.9761817"
503425 y1="19.20796"
506428 <linearGradient
507429 inkscape:collect="always"
508430 xlink:href="#linearGradient4154"
509 id="linearGradient3051"
510 gradientUnits="userSpaceOnUse"
511 gradientTransform="matrix(1.9925013,-0.8350781,1.0277321,2.2612422,-251.11493,197.58233)"
512 x1="9.3110456"
513 y1="26.966402"
514 x2="11.224652"
515 y2="18.627018" />
431 id="linearGradient5631"
432 gradientUnits="userSpaceOnUse"
433 x1="9.5"
434 y1="21.647621"
435 x2="9.5"
436 y2="31.038509" />
516437 <radialGradient
517438 inkscape:collect="always"
518439 xlink:href="#linearGradient3283"
519 id="radialGradient3083"
440 id="radialGradient5663"
520441 gradientUnits="userSpaceOnUse"
521442 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
522443 cx="9.5"
526447 r="6.5" />
527448 <radialGradient
528449 inkscape:collect="always"
529 xlink:href="#linearGradient4366"
530 id="radialGradient3085"
450 xlink:href="#linearGradient6770"
451 id="radialGradient5665"
531452 gradientUnits="userSpaceOnUse"
532453 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
533454 cx="7.7485466"
538459 <linearGradient
539460 inkscape:collect="always"
540461 xlink:href="#linearGradient4372"
541 id="linearGradient3087"
462 id="linearGradient5667"
542463 gradientUnits="userSpaceOnUse"
543464 x1="6.8259234"
544465 y1="21.662947"
547468 <linearGradient
548469 inkscape:collect="always"
549470 xlink:href="#linearGradient4154"
550 id="linearGradient3089"
471 id="linearGradient5669"
551472 gradientUnits="userSpaceOnUse"
552473 x1="3.9761817"
553474 y1="19.20796"
556477 <linearGradient
557478 inkscape:collect="always"
558479 xlink:href="#linearGradient4154"
559 id="linearGradient3091"
560 gradientUnits="userSpaceOnUse"
561 gradientTransform="matrix(1.9925013,-0.8350781,1.0277321,2.2612422,-251.11493,197.58233)"
562 x1="9.3110456"
563 y1="26.966402"
564 x2="11.224652"
565 y2="18.627018" />
480 id="linearGradient5671"
481 gradientUnits="userSpaceOnUse"
482 x1="9.5"
483 y1="21.647621"
484 x2="9.5"
485 y2="31.038509" />
566486 <radialGradient
567487 inkscape:collect="always"
568488 xlink:href="#linearGradient3283"
569 id="radialGradient3103"
489 id="radialGradient5688"
570490 gradientUnits="userSpaceOnUse"
571491 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
572492 cx="9.5"
576496 r="6.5" />
577497 <radialGradient
578498 inkscape:collect="always"
579 xlink:href="#linearGradient4266"
580 id="radialGradient3105"
499 xlink:href="#linearGradient6752"
500 id="radialGradient5690"
581501 gradientUnits="userSpaceOnUse"
582502 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
583503 cx="7.7485466"
588508 <linearGradient
589509 inkscape:collect="always"
590510 xlink:href="#linearGradient4272"
591 id="linearGradient3107"
511 id="linearGradient5692"
592512 gradientUnits="userSpaceOnUse"
593513 x1="6.8259234"
594514 y1="21.662947"
597517 <linearGradient
598518 inkscape:collect="always"
599519 xlink:href="#linearGradient4154"
600 id="linearGradient3109"
520 id="linearGradient5694"
601521 gradientUnits="userSpaceOnUse"
602522 x1="3.9761817"
603523 y1="19.20796"
606526 <linearGradient
607527 inkscape:collect="always"
608528 xlink:href="#linearGradient4154"
609 id="linearGradient3111"
610 gradientUnits="userSpaceOnUse"
611 gradientTransform="matrix(1.9925013,-0.8350781,1.0277321,2.2612422,-251.11493,197.58233)"
612 x1="9.3110456"
613 y1="26.966402"
614 x2="11.224652"
615 y2="18.627018" />
529 id="linearGradient5696"
530 gradientUnits="userSpaceOnUse"
531 x1="9.5"
532 y1="21.647621"
533 x2="9.5"
534 y2="31.038509" />
616535 <radialGradient
617536 inkscape:collect="always"
618537 xlink:href="#linearGradient3283"
619 id="radialGradient3123"
538 id="radialGradient5713"
620539 gradientUnits="userSpaceOnUse"
621540 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
622541 cx="9.5"
626545 r="6.5" />
627546 <radialGradient
628547 inkscape:collect="always"
629 xlink:href="#linearGradient3276"
630 id="radialGradient3125"
548 xlink:href="#linearGradient6758"
549 id="radialGradient5715"
631550 gradientUnits="userSpaceOnUse"
632551 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
633552 cx="7.7485466"
638557 <linearGradient
639558 inkscape:collect="always"
640559 xlink:href="#linearGradient4400"
641 id="linearGradient3127"
560 id="linearGradient5717"
642561 gradientUnits="userSpaceOnUse"
643562 x1="6.8259234"
644563 y1="21.662947"
647566 <linearGradient
648567 inkscape:collect="always"
649568 xlink:href="#linearGradient4154"
650 id="linearGradient3129"
569 id="linearGradient5719"
651570 gradientUnits="userSpaceOnUse"
652571 x1="3.9761817"
653572 y1="19.20796"
656575 <linearGradient
657576 inkscape:collect="always"
658577 xlink:href="#linearGradient4154"
659 id="linearGradient3131"
660 gradientUnits="userSpaceOnUse"
661 gradientTransform="matrix(1.9925013,-0.8350781,1.0277321,2.2612422,-251.11493,197.58233)"
662 x1="9.3110456"
663 y1="26.966402"
664 x2="11.224652"
665 y2="18.627018" />
578 id="linearGradient5721"
579 gradientUnits="userSpaceOnUse"
580 x1="9.5"
581 y1="21.647621"
582 x2="9.5"
583 y2="31.038509" />
666584 <radialGradient
667585 inkscape:collect="always"
668586 xlink:href="#linearGradient3283"
669 id="radialGradient3143"
587 id="radialGradient5738"
670588 gradientUnits="userSpaceOnUse"
671589 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
672590 cx="9.5"
676594 r="6.5" />
677595 <radialGradient
678596 inkscape:collect="always"
679 xlink:href="#linearGradient6541"
680 id="radialGradient3145"
597 xlink:href="#linearGradient6764"
598 id="radialGradient5740"
681599 gradientUnits="userSpaceOnUse"
682600 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
683601 cx="7.7485466"
688606 <linearGradient
689607 inkscape:collect="always"
690608 xlink:href="#linearGradient6547"
691 id="linearGradient3147"
609 id="linearGradient5742"
692610 gradientUnits="userSpaceOnUse"
693611 x1="6.8259234"
694612 y1="21.662947"
697615 <linearGradient
698616 inkscape:collect="always"
699617 xlink:href="#linearGradient4154"
700 id="linearGradient3149"
618 id="linearGradient5744"
701619 gradientUnits="userSpaceOnUse"
702620 x1="3.9761817"
703621 y1="19.20796"
706624 <linearGradient
707625 inkscape:collect="always"
708626 xlink:href="#linearGradient4154"
709 id="linearGradient3151"
710 gradientUnits="userSpaceOnUse"
711 gradientTransform="matrix(1.9925013,-0.8350781,1.0277321,2.2612422,-251.11493,197.58233)"
712 x1="9.3110456"
713 y1="26.966402"
714 x2="11.224652"
715 y2="18.627018" />
627 id="linearGradient5746"
628 gradientUnits="userSpaceOnUse"
629 x1="9.5"
630 y1="21.647621"
631 x2="9.5"
632 y2="31.038509" />
716633 <radialGradient
717634 inkscape:collect="always"
718635 xlink:href="#linearGradient3283"
719 id="radialGradient4300"
636 id="radialGradient6792"
720637 gradientUnits="userSpaceOnUse"
721638 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
722639 cx="9.5"
726643 r="6.5" />
727644 <radialGradient
728645 inkscape:collect="always"
646 xlink:href="#linearGradient6746"
647 id="radialGradient6794"
648 gradientUnits="userSpaceOnUse"
649 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
650 cx="7.7485466"
651 cy="24.003017"
652 fx="7.7485466"
653 fy="24.003017"
654 r="7.0979128" />
655 <linearGradient
656 inkscape:collect="always"
657 xlink:href="#linearGradient4244"
658 id="linearGradient6796"
659 gradientUnits="userSpaceOnUse"
660 x1="6.8259234"
661 y1="21.662947"
662 x2="12.087898"
663 y2="31.969028" />
664 <linearGradient
665 inkscape:collect="always"
666 xlink:href="#linearGradient4154"
667 id="linearGradient6798"
668 gradientUnits="userSpaceOnUse"
669 x1="3.9761817"
670 y1="19.20796"
671 x2="11.576672"
672 y2="33.427441" />
673 <linearGradient
674 inkscape:collect="always"
675 xlink:href="#linearGradient4154"
676 id="linearGradient6800"
677 gradientUnits="userSpaceOnUse"
678 x1="9.5"
679 y1="21.647621"
680 x2="9.5"
681 y2="31.038509" />
682 <radialGradient
683 inkscape:collect="always"
684 xlink:href="#linearGradient4366"
685 id="radialGradient6870"
686 gradientUnits="userSpaceOnUse"
687 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
688 cx="8.0735464"
689 cy="24.163067"
690 fx="8.0735464"
691 fy="24.163067"
692 r="7.097913" />
693 <linearGradient
694 inkscape:collect="always"
695 xlink:href="#linearGradient6722"
696 id="linearGradient6872"
697 gradientUnits="userSpaceOnUse"
698 x1="6.8259234"
699 y1="21.662947"
700 x2="12.087898"
701 y2="31.969028" />
702 <linearGradient
703 inkscape:collect="always"
704 xlink:href="#linearGradient4154"
705 id="linearGradient6874"
706 gradientUnits="userSpaceOnUse"
707 x1="3.9761817"
708 y1="19.20796"
709 x2="11.576672"
710 y2="33.427441" />
711 <linearGradient
712 inkscape:collect="always"
713 xlink:href="#linearGradient4154"
714 id="linearGradient6876"
715 gradientUnits="userSpaceOnUse"
716 x1="9.5"
717 y1="21"
718 x2="9.5"
719 y2="30.251215" />
720 <radialGradient
721 inkscape:collect="always"
722 xlink:href="#linearGradient3283"
723 id="radialGradient6878"
724 gradientUnits="userSpaceOnUse"
725 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
726 cx="9.5"
727 cy="26.5"
728 fx="9.5"
729 fy="26.5"
730 r="6.5" />
731 <radialGradient
732 inkscape:collect="always"
733 xlink:href="#linearGradient3283"
734 id="radialGradient6896"
735 gradientUnits="userSpaceOnUse"
736 gradientTransform="matrix(1,0,0,0.8461538,0,4.0769231)"
737 cx="9.5"
738 cy="26.5"
739 fx="9.5"
740 fy="26.5"
741 r="6.5" />
742 <linearGradient
743 inkscape:collect="always"
744 xlink:href="#linearGradient4154"
745 id="linearGradient6902"
746 gradientUnits="userSpaceOnUse"
747 x1="3.9761817"
748 y1="19.20796"
749 x2="11.576672"
750 y2="33.427441" />
751 <linearGradient
752 inkscape:collect="always"
753 xlink:href="#linearGradient4154"
754 id="linearGradient6904"
755 gradientUnits="userSpaceOnUse"
756 x1="9.5"
757 y1="21"
758 x2="9.5"
759 y2="30.251215" />
760 <radialGradient
761 inkscape:collect="always"
729762 xlink:href="#linearGradient5392"
730 id="radialGradient4302"
763 id="radialGradient6921"
731764 gradientUnits="userSpaceOnUse"
732765 gradientTransform="matrix(1,0,0,0.8591135,0,3.7334918)"
733766 cx="8.0735464"
738771 <linearGradient
739772 inkscape:collect="always"
740773 xlink:href="#linearGradient5398"
741 id="linearGradient4304"
774 id="linearGradient6923"
742775 gradientUnits="userSpaceOnUse"
743776 x1="6.8259234"
744777 y1="21.662947"
745778 x2="12.087898"
746779 y2="31.969028" />
747 <linearGradient
748 inkscape:collect="always"
749 xlink:href="#linearGradient4154"
750 id="linearGradient4306"
751 gradientUnits="userSpaceOnUse"
752 x1="3.9761817"
753 y1="19.20796"
754 x2="11.576672"
755 y2="33.427441" />
756 <linearGradient
757 inkscape:collect="always"
758 xlink:href="#linearGradient4154"
759 id="linearGradient4308"
760 gradientUnits="userSpaceOnUse"
761 gradientTransform="matrix(0.6750048,-0.2820219,0.3481674,0.7636648,-8.44114,7.1089536)"
762 x1="9.3110456"
763 y1="26.966402"
764 x2="11.224652"
765 y2="18.627018" />
766780 </defs>
767781 <sodipodi:namedview
768782 id="base"
771785 borderopacity="1"
772786 inkscape:pageopacity="0.0"
773787 inkscape:pageshadow="2"
774 inkscape:zoom="8"
775 inkscape:cx="329.61227"
776 inkscape:cy="7.7345886"
788 inkscape:zoom="1"
789 inkscape:cx="133.1843"
790 inkscape:cy="10.075092"
777791 inkscape:document-units="px"
778792 inkscape:current-layer="layer1"
779793 width="340px"
780794 height="40px"
781795 inkscape:showpageshadow="false"
782 showgrid="true"
796 showgrid="false"
783797 gridspacingx="0.5px"
784798 gridspacingy="0.5px"
785 gridempspacing="20"
799 gridempspacing="2"
786800 inkscape:grid-points="true"
787801 inkscape:window-width="1019"
788802 inkscape:window-height="726"
789 inkscape:window-x="0"
790 inkscape:window-y="25"
803 inkscape:window-x="3"
804 inkscape:window-y="48"
791805 showguides="true"
792806 inkscape:guide-bbox="true" />
793807 <metadata
830844 inkscape:groupmode="layer"
831845 id="layer1">
832846 <g
833 id="g4523"
834 transform="translate(225,-230)">
835 <path
836 style="opacity:0.36000001;fill:url(#radialGradient4529);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
837 sodipodi:cx="9.5"
838 sodipodi:cy="26.5"
839 sodipodi:type="arc"
840 transform="matrix(2.1538462,0,0,2.5454545,-223.46154,185.54546)"
841 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
842 sodipodi:rx="6.5"
843 id="path4455"
844 sodipodi:ry="5.5" />
845 <path
846 style="fill:url(#radialGradient4531);fill-opacity:1.0;stroke:url(#linearGradient4533);stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
847 sodipodi:cx="9.5"
848 sodipodi:cy="26.5"
849 sodipodi:type="arc"
850 transform="matrix(2.2307692,0,0,2.6363637,-226.19231,180.13636)"
851 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
852 sodipodi:rx="6.5"
853 id="path4457"
854 sodipodi:ry="5.5" />
855 <path
856 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient4535);stroke-width:0.44289842;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
857 sodipodi:cx="9.5"
858 sodipodi:cy="26.5"
859 sodipodi:type="arc"
860 transform="matrix(2.0769231,0,0,2.4545455,-224.73077,184.95454)"
861 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
862 sodipodi:rx="6.5"
863 id="path4459"
864 sodipodi:ry="5.5" />
865 <path
866 sodipodi:nodetypes="ccsc"
867 style="opacity:0.20400002;fill:url(#linearGradient4537);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
868 d="M -192,244.144 C -201,254.49637 -211.41803,239.11296 -217.90252,255 C -221.02272,248.13487 -217.75288,240.13143 -210.60379,237.13517 C -203.4547,234.13891 -195.12019,237.27885 -192,244.144 z "
869 inkscape:transform-center-y="-1.4058065"
870 id="path4461"
871 inkscape:transform-center-x="0.20404456" />
847 id="g6880">
848 <path
849 style="opacity:0.36000001;fill:url(#radialGradient6878);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
850 sodipodi:cx="9.5"
851 sodipodi:cy="26.5"
852 sodipodi:type="arc"
853 transform="matrix(1.0769231,0,0,1.2727273,320.76923,-21.727274)"
854 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
855 sodipodi:rx="6.5"
856 id="path5036"
857 sodipodi:ry="5.5" />
858 <path
859 sodipodi:ry="5.5"
860 id="path5092"
861 sodipodi:rx="6.5"
862 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
863 transform="matrix(1,0,0,1.1820178,320.5,-21.324569)"
864 sodipodi:type="arc"
865 sodipodi:cy="26.5"
866 sodipodi:cx="9.5"
867 style="fill:url(#radialGradient6870);fill-opacity:1;stroke:url(#linearGradient6872);stroke-width:0.9197883;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
868 <path
869 sodipodi:ry="5.5"
870 id="path5094"
871 sodipodi:rx="6.5"
872 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
873 transform="matrix(0.8461539,0,0,1,321.96154,-16.5)"
874 sodipodi:type="arc"
875 sodipodi:cy="26.5"
876 sodipodi:cx="9.5"
877 style="opacity:0.60799997;fill:none;fill-opacity:1;stroke:url(#linearGradient6874);stroke-width:1.08711433;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
878 <path
879 sodipodi:ry="5.5"
880 id="path6555"
881 sodipodi:rx="6.5"
882 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
883 transform="matrix(0.4615385,0,0,0.4384749,325.61538,-3.2079717)"
884 sodipodi:type="arc"
885 sodipodi:cy="26.5"
886 sodipodi:cx="9.5"
887 style="opacity:0.73999999;fill:url(#linearGradient6876);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
872888 </g>
873889 <g
874 id="g2993"
875 transform="translate(265,-230)">
876 <path
877 style="opacity:0.36000001;fill:url(#radialGradient3003);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
878 sodipodi:cx="9.5"
879 sodipodi:cy="26.5"
880 sodipodi:type="arc"
881 transform="matrix(2.1538462,0,0,2.5454545,-223.46154,185.54546)"
882 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
883 sodipodi:rx="6.5"
884 id="path2995"
885 sodipodi:ry="5.5" />
886 <path
887 style="fill:url(#radialGradient3005);fill-opacity:1;stroke:url(#linearGradient3007);stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
888 sodipodi:cx="9.5"
889 sodipodi:cy="26.5"
890 sodipodi:type="arc"
891 transform="matrix(2.2307692,0,0,2.6363637,-226.19231,180.13636)"
892 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
893 sodipodi:rx="6.5"
894 id="path2997"
895 sodipodi:ry="5.5" />
896 <path
897 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient3009);stroke-width:0.44289842;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
898 sodipodi:cx="9.5"
899 sodipodi:cy="26.5"
900 sodipodi:type="arc"
901 transform="matrix(2.0769231,0,0,2.4545455,-224.73077,184.95454)"
902 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
903 sodipodi:rx="6.5"
904 id="path2999"
905 sodipodi:ry="5.5" />
906 <path
907 sodipodi:nodetypes="ccsc"
908 style="opacity:0.20400002;fill:url(#linearGradient3011);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
909 d="M -192,244.144 C -201,254.49637 -211.41803,239.11296 -217.90252,255 C -221.02272,248.13487 -217.75288,240.13143 -210.60379,237.13517 C -203.4547,234.13891 -195.12019,237.27885 -192,244.144 z "
910 inkscape:transform-center-y="-1.4058065"
911 id="path3001"
912 inkscape:transform-center-x="0.20404456" />
890 id="g5503"
891 transform="translate(40,0)">
892 <path
893 style="opacity:0.36000001;fill:url(#radialGradient5513);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
894 sodipodi:cx="9.5"
895 sodipodi:cy="26.5"
896 sodipodi:type="arc"
897 transform="matrix(2.3076923,0,0,2.7272726,7.69231e-2,-49.272723)"
898 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
899 sodipodi:rx="6.5"
900 id="path5505"
901 sodipodi:ry="5.5" />
902 <path
903 style="fill:url(#radialGradient5515);fill-opacity:1.0;stroke:url(#linearGradient5517);stroke-width:0.38575026;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
904 sodipodi:cx="9.5"
905 sodipodi:cy="26.5"
906 sodipodi:type="arc"
907 transform="matrix(2.3846153,0,0,2.8181818,-2.653846,-54.681817)"
908 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
909 sodipodi:rx="6.5"
910 id="path5507"
911 sodipodi:ry="5.5" />
912 <path
913 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient5519);stroke-width:0.41432434;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
914 sodipodi:cx="9.5"
915 sodipodi:cy="26.5"
916 sodipodi:type="arc"
917 transform="matrix(2.2201591,0,0,2.6238245,-1.0915102,-49.531349)"
918 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
919 sodipodi:rx="6.5"
920 id="path5509"
921 sodipodi:ry="5.5" />
922 <path
923 sodipodi:ry="5.5"
924 id="path5511"
925 sodipodi:rx="6.5"
926 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
927 transform="matrix(1.3846154,0,0,1.3636363,6.8461538,-21.636362)"
928 sodipodi:type="arc"
929 sodipodi:cy="26.5"
930 sodipodi:cx="9.5"
931 style="opacity:0.89200003;fill:url(#linearGradient5521);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
913932 </g>
914933 <g
915 id="g3013"
916 transform="translate(305,-230)">
917 <path
918 style="opacity:0.36000001;fill:url(#radialGradient3023);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
919 sodipodi:cx="9.5"
920 sodipodi:cy="26.5"
921 sodipodi:type="arc"
922 transform="matrix(2.1538462,0,0,2.5454545,-223.46154,185.54546)"
923 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
924 sodipodi:rx="6.5"
925 id="path3015"
926 sodipodi:ry="5.5" />
927 <path
928 style="fill:url(#radialGradient3025);fill-opacity:1.0;stroke:url(#linearGradient3027);stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
929 sodipodi:cx="9.5"
930 sodipodi:cy="26.5"
931 sodipodi:type="arc"
932 transform="matrix(2.2307692,0,0,2.6363637,-226.19231,180.13636)"
933 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
934 sodipodi:rx="6.5"
935 id="path3017"
936 sodipodi:ry="5.5" />
937 <path
938 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient3029);stroke-width:0.44289842;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
939 sodipodi:cx="9.5"
940 sodipodi:cy="26.5"
941 sodipodi:type="arc"
942 transform="matrix(2.0769231,0,0,2.4545455,-224.73077,184.95454)"
943 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
944 sodipodi:rx="6.5"
945 id="path3019"
946 sodipodi:ry="5.5" />
947 <path
948 sodipodi:nodetypes="ccsc"
949 style="opacity:0.20400002;fill:url(#linearGradient3031);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
950 d="M -192,244.144 C -201,254.49637 -211.41803,239.11296 -217.90252,255 C -221.02272,248.13487 -217.75288,240.13143 -210.60379,237.13517 C -203.4547,234.13891 -195.12019,237.27885 -192,244.144 z "
951 inkscape:transform-center-y="-1.4058065"
952 id="path3021"
953 inkscape:transform-center-x="0.20404456" />
934 id="g5613"
935 transform="translate(120,-2e-7)">
936 <path
937 style="opacity:0.36000001;fill:url(#radialGradient5623);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
938 sodipodi:cx="9.5"
939 sodipodi:cy="26.5"
940 sodipodi:type="arc"
941 transform="matrix(2.3076923,0,0,2.7272726,7.69231e-2,-49.272723)"
942 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
943 sodipodi:rx="6.5"
944 id="path5615"
945 sodipodi:ry="5.5" />
946 <path
947 style="fill:url(#radialGradient5625);fill-opacity:1.0;stroke:url(#linearGradient5627);stroke-width:0.38575026;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
948 sodipodi:cx="9.5"
949 sodipodi:cy="26.5"
950 sodipodi:type="arc"
951 transform="matrix(2.3846153,0,0,2.8181818,-2.653846,-54.681817)"
952 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
953 sodipodi:rx="6.5"
954 id="path5617"
955 sodipodi:ry="5.5" />
956 <path
957 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient5629);stroke-width:0.41432434;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
958 sodipodi:cx="9.5"
959 sodipodi:cy="26.5"
960 sodipodi:type="arc"
961 transform="matrix(2.2201591,0,0,2.6238245,-1.0915102,-49.531349)"
962 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
963 sodipodi:rx="6.5"
964 id="path5619"
965 sodipodi:ry="5.5" />
966 <path
967 sodipodi:ry="5.5"
968 id="path5621"
969 sodipodi:rx="6.5"
970 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
971 transform="matrix(1.3846154,0,0,1.3636363,6.8461538,-21.636362)"
972 sodipodi:type="arc"
973 sodipodi:cy="26.5"
974 sodipodi:cx="9.5"
975 style="opacity:0.95686275;fill:url(#linearGradient5631);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
954976 </g>
955977 <g
956 id="g3033"
957 transform="translate(345,-230)">
958 <path
959 style="opacity:0.36000001;fill:url(#radialGradient3043);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
960 sodipodi:cx="9.5"
961 sodipodi:cy="26.5"
962 sodipodi:type="arc"
963 transform="matrix(2.1538462,0,0,2.5454545,-223.46154,185.54546)"
964 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
965 sodipodi:rx="6.5"
966 id="path3035"
967 sodipodi:ry="5.5" />
968 <path
969 style="fill:url(#radialGradient3045);fill-opacity:1.0;stroke:url(#linearGradient3047);stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
970 sodipodi:cx="9.5"
971 sodipodi:cy="26.5"
972 sodipodi:type="arc"
973 transform="matrix(2.2307692,0,0,2.6363637,-226.19231,180.13636)"
974 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
975 sodipodi:rx="6.5"
976 id="path3037"
977 sodipodi:ry="5.5" />
978 <path
979 style="opacity:0.884;fill:none;fill-opacity:1;stroke:url(#linearGradient3049);stroke-width:0.44289842;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
980 sodipodi:cx="9.5"
981 sodipodi:cy="26.5"
982 sodipodi:type="arc"
983 transform="matrix(2.0769231,0,0,2.4545455,-224.73077,184.95454)"
984 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
985 sodipodi:rx="6.5"
986 id="path3039"
987 sodipodi:ry="5.5" />
988 <path
989 sodipodi:nodetypes="ccsc"
990 style="opacity:0.488;fill:url(#linearGradient3051);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
991 d="M -192,244.144 C -201,254.49637 -211.41803,239.11296 -217.90252,255 C -221.02272,248.13487 -217.75288,240.13143 -210.60379,237.13517 C -203.4547,234.13891 -195.12019,237.27885 -192,244.144 z "
992 inkscape:transform-center-y="-1.4058065"
993 id="path3041"
994 inkscape:transform-center-x="0.20404456" />
978 id="g5528"
979 transform="translate(80,-5.5456349e-2)">
980 <path
981 style="opacity:0.36000001;fill:url(#radialGradient5538);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
982 sodipodi:cx="9.5"
983 sodipodi:cy="26.5"
984 sodipodi:type="arc"
985 transform="matrix(2.3076923,0,0,2.7272726,7.69231e-2,-49.272723)"
986 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
987 sodipodi:rx="6.5"
988 id="path5530"
989 sodipodi:ry="5.5" />
990 <path
991 style="fill:url(#radialGradient5540);fill-opacity:1.0;stroke:url(#linearGradient5542);stroke-width:0.38575026;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
992 sodipodi:cx="9.5"
993 sodipodi:cy="26.5"
994 sodipodi:type="arc"
995 transform="matrix(2.3846153,0,0,2.8181818,-2.653846,-54.681817)"
996 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
997 sodipodi:rx="6.5"
998 id="path5532"
999 sodipodi:ry="5.5" />
1000 <path
1001 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient5544);stroke-width:0.41432434;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1002 sodipodi:cx="9.5"
1003 sodipodi:cy="26.5"
1004 sodipodi:type="arc"
1005 transform="matrix(2.2201591,0,0,2.6238245,-1.0915102,-49.531349)"
1006 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1007 sodipodi:rx="6.5"
1008 id="path5534"
1009 sodipodi:ry="5.5" />
1010 <path
1011 sodipodi:ry="5.5"
1012 id="path5536"
1013 sodipodi:rx="6.5"
1014 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1015 transform="matrix(1.3846154,0,0,1.3636363,6.8461538,-21.636362)"
1016 sodipodi:type="arc"
1017 sodipodi:cy="26.5"
1018 sodipodi:cx="9.5"
1019 style="opacity:0.89200003;fill:url(#linearGradient5546);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
9951020 </g>
9961021 <g
997 id="g3073"
998 transform="translate(385,-230)">
999 <path
1000 style="opacity:0.36000001;fill:url(#radialGradient3083);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1001 sodipodi:cx="9.5"
1002 sodipodi:cy="26.5"
1003 sodipodi:type="arc"
1004 transform="matrix(2.1538462,0,0,2.5454545,-223.46154,185.54546)"
1005 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1006 sodipodi:rx="6.5"
1007 id="path3075"
1008 sodipodi:ry="5.5" />
1009 <path
1010 style="fill:url(#radialGradient3085);fill-opacity:1.0;stroke:url(#linearGradient3087);stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1011 sodipodi:cx="9.5"
1012 sodipodi:cy="26.5"
1013 sodipodi:type="arc"
1014 transform="matrix(2.2307692,0,0,2.6363637,-226.19231,180.13636)"
1015 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1016 sodipodi:rx="6.5"
1017 id="path3077"
1018 sodipodi:ry="5.5" />
1019 <path
1020 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient3089);stroke-width:0.44289842;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1021 sodipodi:cx="9.5"
1022 sodipodi:cy="26.5"
1023 sodipodi:type="arc"
1024 transform="matrix(2.0769231,0,0,2.4545455,-224.73077,184.95454)"
1025 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1026 sodipodi:rx="6.5"
1027 id="path3079"
1028 sodipodi:ry="5.5" />
1029 <path
1030 sodipodi:nodetypes="ccsc"
1031 style="opacity:0.20400002;fill:url(#linearGradient3091);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
1032 d="M -192,244.144 C -201,254.49637 -211.41803,239.11296 -217.90252,255 C -221.02272,248.13487 -217.75288,240.13143 -210.60379,237.13517 C -203.4547,234.13891 -195.12019,237.27885 -192,244.144 z "
1033 inkscape:transform-center-y="-1.4058065"
1034 id="path3081"
1035 inkscape:transform-center-x="0.20404456" />
1022 id="g5653"
1023 transform="translate(160,-5.5456349e-2)">
1024 <path
1025 style="opacity:0.36000001;fill:url(#radialGradient5663);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1026 sodipodi:cx="9.5"
1027 sodipodi:cy="26.5"
1028 sodipodi:type="arc"
1029 transform="matrix(2.3076923,0,0,2.7272726,7.69231e-2,-49.272723)"
1030 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1031 sodipodi:rx="6.5"
1032 id="path5655"
1033 sodipodi:ry="5.5" />
1034 <path
1035 style="fill:url(#radialGradient5665);fill-opacity:1.0;stroke:url(#linearGradient5667);stroke-width:0.38575026;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1036 sodipodi:cx="9.5"
1037 sodipodi:cy="26.5"
1038 sodipodi:type="arc"
1039 transform="matrix(2.3846153,0,0,2.8181818,-2.653846,-54.681817)"
1040 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1041 sodipodi:rx="6.5"
1042 id="path5657"
1043 sodipodi:ry="5.5" />
1044 <path
1045 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient5669);stroke-width:0.41432434;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1046 sodipodi:cx="9.5"
1047 sodipodi:cy="26.5"
1048 sodipodi:type="arc"
1049 transform="matrix(2.2201591,0,0,2.6238245,-1.0915102,-49.531349)"
1050 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1051 sodipodi:rx="6.5"
1052 id="path5659"
1053 sodipodi:ry="5.5" />
1054 <path
1055 sodipodi:ry="5.5"
1056 id="path5661"
1057 sodipodi:rx="6.5"
1058 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1059 transform="matrix(1.3846154,0,0,1.3636363,6.8461538,-21.636362)"
1060 sodipodi:type="arc"
1061 sodipodi:cy="26.5"
1062 sodipodi:cx="9.5"
1063 style="opacity:0.89200003;fill:url(#linearGradient5671);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
10361064 </g>
10371065 <g
1038 id="g3093"
1039 transform="translate(425,-230)">
1040 <path
1041 style="opacity:0.36000001;fill:url(#radialGradient3103);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1042 sodipodi:cx="9.5"
1043 sodipodi:cy="26.5"
1044 sodipodi:type="arc"
1045 transform="matrix(2.1538462,0,0,2.5454545,-223.46154,185.54546)"
1046 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1047 sodipodi:rx="6.5"
1048 id="path3095"
1049 sodipodi:ry="5.5" />
1050 <path
1051 style="fill:url(#radialGradient3105);fill-opacity:1.0;stroke:url(#linearGradient3107);stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1052 sodipodi:cx="9.5"
1053 sodipodi:cy="26.5"
1054 sodipodi:type="arc"
1055 transform="matrix(2.2307692,0,0,2.6363637,-226.19231,180.13636)"
1056 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1057 sodipodi:rx="6.5"
1058 id="path3097"
1059 sodipodi:ry="5.5" />
1060 <path
1061 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient3109);stroke-width:0.44289842;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1062 sodipodi:cx="9.5"
1063 sodipodi:cy="26.5"
1064 sodipodi:type="arc"
1065 transform="matrix(2.0769231,0,0,2.4545455,-224.73077,184.95454)"
1066 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1067 sodipodi:rx="6.5"
1068 id="path3099"
1069 sodipodi:ry="5.5" />
1070 <path
1071 sodipodi:nodetypes="ccsc"
1072 style="opacity:0.20400002;fill:url(#linearGradient3111);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
1073 d="M -192,244.144 C -201,254.49637 -211.41803,239.11296 -217.90252,255 C -221.02272,248.13487 -217.75288,240.13143 -210.60379,237.13517 C -203.4547,234.13891 -195.12019,237.27885 -192,244.144 z "
1074 inkscape:transform-center-y="-1.4058065"
1075 id="path3101"
1076 inkscape:transform-center-x="0.20404456" />
1066 id="g5678"
1067 transform="translate(200,-9.1757683e-7)">
1068 <path
1069 style="opacity:0.36000001;fill:url(#radialGradient5688);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1070 sodipodi:cx="9.5"
1071 sodipodi:cy="26.5"
1072 sodipodi:type="arc"
1073 transform="matrix(2.3076923,0,0,2.7272726,7.69231e-2,-49.272723)"
1074 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1075 sodipodi:rx="6.5"
1076 id="path5680"
1077 sodipodi:ry="5.5" />
1078 <path
1079 style="fill:url(#radialGradient5690);fill-opacity:1.0;stroke:url(#linearGradient5692);stroke-width:0.38575026;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1080 sodipodi:cx="9.5"
1081 sodipodi:cy="26.5"
1082 sodipodi:type="arc"
1083 transform="matrix(2.3846153,0,0,2.8181818,-2.653846,-54.681817)"
1084 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1085 sodipodi:rx="6.5"
1086 id="path5682"
1087 sodipodi:ry="5.5" />
1088 <path
1089 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient5694);stroke-width:0.41432434;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1090 sodipodi:cx="9.5"
1091 sodipodi:cy="26.5"
1092 sodipodi:type="arc"
1093 transform="matrix(2.2201591,0,0,2.6238245,-1.0915102,-49.531349)"
1094 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1095 sodipodi:rx="6.5"
1096 id="path5684"
1097 sodipodi:ry="5.5" />
1098 <path
1099 sodipodi:ry="5.5"
1100 id="path5686"
1101 sodipodi:rx="6.5"
1102 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1103 transform="matrix(1.3846154,0,0,1.3636363,6.8461538,-21.636362)"
1104 sodipodi:type="arc"
1105 sodipodi:cy="26.5"
1106 sodipodi:cx="9.5"
1107 style="opacity:0.89200003;fill:url(#linearGradient5696);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
10771108 </g>
10781109 <g
1079 id="g3113"
1080 transform="translate(465,-230)">
1081 <path
1082 style="opacity:0.36000001;fill:url(#radialGradient3123);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1083 sodipodi:cx="9.5"
1084 sodipodi:cy="26.5"
1085 sodipodi:type="arc"
1086 transform="matrix(2.1538462,0,0,2.5454545,-223.46154,185.54546)"
1087 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1088 sodipodi:rx="6.5"
1089 id="path3115"
1090 sodipodi:ry="5.5" />
1091 <path
1092 style="fill:url(#radialGradient3125);fill-opacity:1.0;stroke:url(#linearGradient3127);stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1093 sodipodi:cx="9.5"
1094 sodipodi:cy="26.5"
1095 sodipodi:type="arc"
1096 transform="matrix(2.2307692,0,0,2.6363637,-226.19231,180.13636)"
1097 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1098 sodipodi:rx="6.5"
1099 id="path3117"
1100 sodipodi:ry="5.5" />
1101 <path
1102 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient3129);stroke-width:0.44289842;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1103 sodipodi:cx="9.5"
1104 sodipodi:cy="26.5"
1105 sodipodi:type="arc"
1106 transform="matrix(2.0769231,0,0,2.4545455,-224.73077,184.95454)"
1107 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1108 sodipodi:rx="6.5"
1109 id="path3119"
1110 sodipodi:ry="5.5" />
1111 <path
1112 sodipodi:nodetypes="ccsc"
1113 style="opacity:0.20400002;fill:url(#linearGradient3131);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
1114 d="M -192,244.144 C -201,254.49637 -211.41803,239.11296 -217.90252,255 C -221.02272,248.13487 -217.75288,240.13143 -210.60379,237.13517 C -203.4547,234.13891 -195.12019,237.27885 -192,244.144 z "
1115 inkscape:transform-center-y="-1.4058065"
1116 id="path3121"
1117 inkscape:transform-center-x="0.20404456" />
1110 id="g5703"
1111 transform="translate(240,-9.1757683e-7)">
1112 <path
1113 style="opacity:0.36000001;fill:url(#radialGradient5713);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1114 sodipodi:cx="9.5"
1115 sodipodi:cy="26.5"
1116 sodipodi:type="arc"
1117 transform="matrix(2.3076923,0,0,2.7272726,7.69231e-2,-49.272723)"
1118 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1119 sodipodi:rx="6.5"
1120 id="path5705"
1121 sodipodi:ry="5.5" />
1122 <path
1123 style="fill:url(#radialGradient5715);fill-opacity:1.0;stroke:url(#linearGradient5717);stroke-width:0.38575026;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1124 sodipodi:cx="9.5"
1125 sodipodi:cy="26.5"
1126 sodipodi:type="arc"
1127 transform="matrix(2.3846153,0,0,2.8181818,-2.653846,-54.681817)"
1128 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1129 sodipodi:rx="6.5"
1130 id="path5707"
1131 sodipodi:ry="5.5" />
1132 <path
1133 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient5719);stroke-width:0.41432434;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1134 sodipodi:cx="9.5"
1135 sodipodi:cy="26.5"
1136 sodipodi:type="arc"
1137 transform="matrix(2.2201591,0,0,2.6238245,-1.0915102,-49.531349)"
1138 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1139 sodipodi:rx="6.5"
1140 id="path5709"
1141 sodipodi:ry="5.5" />
1142 <path
1143 sodipodi:ry="5.5"
1144 id="path5711"
1145 sodipodi:rx="6.5"
1146 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1147 transform="matrix(1.3846154,0,0,1.3636363,6.8461538,-21.636362)"
1148 sodipodi:type="arc"
1149 sodipodi:cy="26.5"
1150 sodipodi:cx="9.5"
1151 style="opacity:0.89200003;fill:url(#linearGradient5721);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
11181152 </g>
11191153 <g
1120 id="g3133"
1121 transform="translate(505,-230)">
1122 <path
1123 style="opacity:0.36000001;fill:url(#radialGradient3143);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1124 sodipodi:cx="9.5"
1125 sodipodi:cy="26.5"
1126 sodipodi:type="arc"
1127 transform="matrix(2.1538462,0,0,2.5454545,-223.46154,185.54546)"
1128 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1129 sodipodi:rx="6.5"
1130 id="path3135"
1131 sodipodi:ry="5.5" />
1132 <path
1133 style="fill:url(#radialGradient3145);fill-opacity:1.0;stroke:url(#linearGradient3147);stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1134 sodipodi:cx="9.5"
1135 sodipodi:cy="26.5"
1136 sodipodi:type="arc"
1137 transform="matrix(2.2307692,0,0,2.6363637,-226.19231,180.13636)"
1138 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1139 sodipodi:rx="6.5"
1140 id="path3137"
1141 sodipodi:ry="5.5" />
1142 <path
1143 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient3149);stroke-width:0.44289842;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1144 sodipodi:cx="9.5"
1145 sodipodi:cy="26.5"
1146 sodipodi:type="arc"
1147 transform="matrix(2.0769231,0,0,2.4545455,-224.73077,184.95454)"
1148 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1149 sodipodi:rx="6.5"
1150 id="path3139"
1151 sodipodi:ry="5.5" />
1152 <path
1153 sodipodi:nodetypes="ccsc"
1154 style="opacity:0.20400002;fill:url(#linearGradient3151);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
1155 d="M -192,244.144 C -201,254.49637 -211.41803,239.11296 -217.90252,255 C -221.02272,248.13487 -217.75288,240.13143 -210.60379,237.13517 C -203.4547,234.13891 -195.12019,237.27885 -192,244.144 z "
1156 inkscape:transform-center-y="-1.4058065"
1157 id="path3141"
1158 inkscape:transform-center-x="0.20404456" />
1154 id="g5728"
1155 transform="translate(280,-9.1757683e-7)">
1156 <path
1157 style="opacity:0.36000001;fill:url(#radialGradient5738);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1158 sodipodi:cx="9.5"
1159 sodipodi:cy="26.5"
1160 sodipodi:type="arc"
1161 transform="matrix(2.3076923,0,0,2.7272726,7.69231e-2,-49.272723)"
1162 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1163 sodipodi:rx="6.5"
1164 id="path5730"
1165 sodipodi:ry="5.5" />
1166 <path
1167 style="fill:url(#radialGradient5740);fill-opacity:1.0;stroke:url(#linearGradient5742);stroke-width:0.38575026;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1168 sodipodi:cx="9.5"
1169 sodipodi:cy="26.5"
1170 sodipodi:type="arc"
1171 transform="matrix(2.3846153,0,0,2.8181818,-2.653846,-54.681817)"
1172 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1173 sodipodi:rx="6.5"
1174 id="path5732"
1175 sodipodi:ry="5.5" />
1176 <path
1177 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient5744);stroke-width:0.41432434;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1178 sodipodi:cx="9.5"
1179 sodipodi:cy="26.5"
1180 sodipodi:type="arc"
1181 transform="matrix(2.2201591,0,0,2.6238245,-1.0915102,-49.531349)"
1182 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1183 sodipodi:rx="6.5"
1184 id="path5734"
1185 sodipodi:ry="5.5" />
1186 <path
1187 sodipodi:ry="5.5"
1188 id="path5736"
1189 sodipodi:rx="6.5"
1190 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1191 transform="matrix(1.3846154,0,0,1.3636363,6.8461538,-21.636362)"
1192 sodipodi:type="arc"
1193 sodipodi:cy="26.5"
1194 sodipodi:cx="9.5"
1195 style="opacity:0.89200003;fill:url(#linearGradient5746);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
11591196 </g>
11601197 <g
1161 id="g5289"
1162 transform="matrix(1.1832708,0,0,1.2467531,566.8487,-234.09088)">
1163 <path
1164 style="opacity:0.36000001;fill:url(#radialGradient5296);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1165 sodipodi:cx="9.5"
1166 sodipodi:cy="26.5"
1167 sodipodi:type="arc"
1168 transform="matrix(0.8915507,0,0,0.9999998,-207.79545,171.00001)"
1169 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1170 sodipodi:rx="6.5"
1171 id="path5036"
1172 sodipodi:ry="5.5" />
1173 <g
1174 transform="translate(-207.53064,171)"
1175 id="g5090">
1176 <path
1177 style="opacity:1;fill:url(#radialGradient5298);fill-opacity:1;stroke:url(#linearGradient5300);stroke-width:1.08974445;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1178 sodipodi:cx="9.5"
1179 sodipodi:cy="26.5"
1180 sodipodi:type="arc"
1181 transform="matrix(0.8133139,0,0,0.9166668,-0.4618007,0.3749995)"
1182 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1183 sodipodi:rx="6.5"
1184 id="path5092"
1185 sodipodi:ry="5.5" />
1186 <path
1187 style="opacity:0.60799997;fill:none;fill-opacity:1;stroke:url(#linearGradient5302);stroke-width:1.34194088;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1188 sodipodi:cx="9.5"
1189 sodipodi:cy="26.5"
1190 sodipodi:type="arc"
1191 transform="matrix(0.6555275,0,0,0.7500001,1.0115589,4.7916658)"
1192 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1193 sodipodi:rx="6.5"
1194 id="path5094"
1195 sodipodi:ry="5.5" />
1196 <path
1197 sodipodi:nodetypes="ccsc"
1198 style="opacity:0.20400002;fill:url(#linearGradient5304);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
1199 d="M 11.585376,22.83372 C 8.5364246,26.329915 5.0070828,21.134644 2.8103141,26.500003 C 1.7532769,24.181517 2.861007,21.478598 5.2829243,20.466704 C 7.7048408,19.454811 10.52834,20.515232 11.585376,22.83372 z "
1200 inkscape:transform-center-y="-1.375192"
1201 id="path5096"
1202 inkscape:transform-center-x="0.20023601" />
1203 </g>
1198 id="g6782">
1199 <path
1200 style="opacity:0.36000001;fill:url(#radialGradient6792);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1201 sodipodi:cx="9.5"
1202 sodipodi:cy="26.5"
1203 sodipodi:type="arc"
1204 transform="matrix(2.3076923,0,0,2.7272726,7.69231e-2,-49.272723)"
1205 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1206 sodipodi:rx="6.5"
1207 id="path6784"
1208 sodipodi:ry="5.5" />
1209 <path
1210 style="fill:url(#radialGradient6794);fill-opacity:1;stroke:url(#linearGradient6796);stroke-width:0.38575026;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1211 sodipodi:cx="9.5"
1212 sodipodi:cy="26.5"
1213 sodipodi:type="arc"
1214 transform="matrix(2.3846153,0,0,2.8181818,-2.653846,-54.681817)"
1215 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1216 sodipodi:rx="6.5"
1217 id="path6786"
1218 sodipodi:ry="5.5" />
1219 <path
1220 style="opacity:0.61600001;fill:none;fill-opacity:1;stroke:url(#linearGradient6798);stroke-width:0.41432434;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1221 sodipodi:cx="9.5"
1222 sodipodi:cy="26.5"
1223 sodipodi:type="arc"
1224 transform="matrix(2.2201591,0,0,2.6238245,-1.0915102,-49.531349)"
1225 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1226 sodipodi:rx="6.5"
1227 id="path6788"
1228 sodipodi:ry="5.5" />
1229 <path
1230 sodipodi:ry="5.5"
1231 id="path6790"
1232 sodipodi:rx="6.5"
1233 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1234 transform="matrix(1.3846154,0,0,1.3636363,6.8461538,-21.636362)"
1235 sodipodi:type="arc"
1236 sodipodi:cy="26.5"
1237 sodipodi:cx="9.5"
1238 style="opacity:0.89200003;fill:url(#linearGradient6800);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
12041239 </g>
12051240 <g
1206 id="g4288"
1207 transform="matrix(1.1832708,0,0,1.2467531,566.8487,-214.09088)">
1208 <path
1209 style="opacity:0.36000001;fill:url(#radialGradient4300);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1210 sodipodi:cx="9.5"
1211 sodipodi:cy="26.5"
1212 sodipodi:type="arc"
1213 transform="matrix(0.8915507,0,0,0.9999998,-207.79545,171.00001)"
1214 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1215 sodipodi:rx="6.5"
1216 id="path4290"
1217 sodipodi:ry="5.5" />
1218 <g
1219 transform="translate(-207.53064,171)"
1220 id="g4292">
1221 <path
1222 style="opacity:1;fill:url(#radialGradient4302);fill-opacity:1;stroke:url(#linearGradient4304);stroke-width:1.08974445;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1223 sodipodi:cx="9.5"
1224 sodipodi:cy="26.5"
1225 sodipodi:type="arc"
1226 transform="matrix(0.8133139,0,0,0.9166668,-0.4618007,0.3749995)"
1227 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1228 sodipodi:rx="6.5"
1229 id="path4294"
1230 sodipodi:ry="5.5" />
1231 <path
1232 style="opacity:0.89200003;fill:none;fill-opacity:1;stroke:url(#linearGradient4306);stroke-width:1.34194088;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1233 sodipodi:cx="9.5"
1234 sodipodi:cy="26.5"
1235 sodipodi:type="arc"
1236 transform="matrix(0.6555275,0,0,0.7500001,1.0115589,4.7916658)"
1237 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1238 sodipodi:rx="6.5"
1239 id="path4296"
1240 sodipodi:ry="5.5" />
1241 <path
1242 sodipodi:nodetypes="ccsc"
1243 style="opacity:0.39199997;fill:url(#linearGradient4308);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
1244 d="M 11.585376,22.83372 C 8.5364246,26.329915 5.0070828,21.134644 2.8103141,26.500003 C 1.7532769,24.181517 2.861007,21.478598 5.2829243,20.466704 C 7.7048408,19.454811 10.52834,20.515232 11.585376,22.83372 z "
1245 inkscape:transform-center-y="-1.375192"
1246 id="path4298"
1247 inkscape:transform-center-x="0.20023601" />
1248 </g>
1241 id="g6886"
1242 transform="translate(4.25e-6,20.000001)"
1243 style="opacity:1">
1244 <path
1245 style="opacity:0.36000001;fill:url(#radialGradient6896);fill-opacity:1;stroke:none;stroke-width:1.19582593;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1246 sodipodi:cx="9.5"
1247 sodipodi:cy="26.5"
1248 sodipodi:type="arc"
1249 transform="matrix(1.0769231,0,0,1.2727273,320.76923,-21.727274)"
1250 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1251 sodipodi:rx="6.5"
1252 id="path6888"
1253 sodipodi:ry="5.5" />
1254 <path
1255 sodipodi:ry="5.5"
1256 id="path6890"
1257 sodipodi:rx="6.5"
1258 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1259 transform="matrix(1,0,0,1.1820178,320.5,-21.324569)"
1260 sodipodi:type="arc"
1261 sodipodi:cy="26.5"
1262 sodipodi:cx="9.5"
1263 style="fill:url(#radialGradient6921);fill-opacity:1.0;stroke:url(#linearGradient6923);stroke-width:0.9197883;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1264 <path
1265 sodipodi:ry="5.5"
1266 id="path6892"
1267 sodipodi:rx="6.5"
1268 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1269 transform="matrix(0.8461539,0,0,1,321.96154,-16.5)"
1270 sodipodi:type="arc"
1271 sodipodi:cy="26.5"
1272 sodipodi:cx="9.5"
1273 style="opacity:0.60799997;fill:none;fill-opacity:1;stroke:url(#linearGradient6902);stroke-width:1.08711433;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
1274 <path
1275 sodipodi:ry="5.5"
1276 id="path6894"
1277 sodipodi:rx="6.5"
1278 d="M 16 26.5 A 6.5 5.5 0 1 1 3,26.5 A 6.5 5.5 0 1 1 16 26.5 z"
1279 transform="matrix(0.4615385,0,0,0.4384749,325.61538,-3.2079717)"
1280 sodipodi:type="arc"
1281 sodipodi:cy="26.5"
1282 sodipodi:cx="9.5"
1283 style="opacity:1;fill:url(#linearGradient6904);fill-opacity:1;stroke:none;stroke-width:0.41235372;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
12491284 </g>
12501285 </g>
12511286 </svg>
11 <menubar>
22 <menu name="GameMenu" action="GameMenuAction">
33 <menuitem name="New" action="NewAction" />
4 <separator />
5 <menuitem name="Undo" action="UndoAction" />
6 <menuitem name="Redo" action="RedoAction" />
7 <separator />
48 <menuitem name="Quit" action="QuitAction" />
59 <placeholder name="FileMenuAdditions" />
610 </menu>
1822 <placeholder name="ToolItems">
1923 <separator/>
2024 <toolitem name="New Game" action="NewAction"/>
21 <toolitem name="Quit" action="QuitAction"/>
2225 <separator/>
26 <toolitem name="Undo" action="UndoAction" />
27 <toolitem name="Redo" action="RedoAction" />
2328 </placeholder>
2429 </toolbar>
2530 </ui>