Merge lp:~dobey/ubuntuone-client/update-4-2 into lp:ubuntuone-client/stable-4-2

Proposed by dobey
Status: Merged
Approved by: dobey
Approved revision: no longer in the source branch.
Merged at revision: 1362
Proposed branch: lp:~dobey/ubuntuone-client/update-4-2
Merge into: lp:ubuntuone-client/stable-4-2
Diff against target: 22763 lines (+123/-22072)
39 files modified
COPYING.icons (+0/-61)
LICENSE (+2/-2)
Makefile.am (+6/-1)
configure.ac (+3/-22)
contrib/testing/testcase.py (+0/-15)
data/Makefile.am (+2/-100)
data/emblem-ubuntuone-downloading.icon.in (+0/-3)
data/emblem-ubuntuone-unsynchronized.icon.in (+0/-3)
data/emblem-ubuntuone-uploading.icon.in (+0/-3)
data/source_ubuntuone-client.py (+12/-13)
data/ubuntuone-icons.svg (+0/-19437)
po/POTFILES.in (+0/-3)
tests/platform/event_logging/__init__.py (+0/-27)
tests/platform/event_logging/test_linux.py (+0/-92)
tests/platform/event_logging/test_windows.py (+0/-43)
tests/platform/linux/eventlog/__init__.py (+0/-27)
tests/platform/linux/eventlog/test_zg_listener.py (+0/-1216)
tests/platform/linux/eventlog/test_zglog.py (+0/-174)
tests/proxy/test_tunnel_server.py (+2/-0)
tests/syncdaemon/test_action_queue.py (+9/-7)
tests/syncdaemon/test_main.py (+0/-14)
tests/syncdaemon/test_status_listener.py (+0/-6)
ubuntuone/eventlog/__init__.py (+0/-29)
ubuntuone/eventlog/zg_listener.py (+0/-556)
ubuntuone/eventlog/zglog.py (+0/-61)
ubuntuone/platform/__init__.py (+1/-0)
ubuntuone/platform/event_logging/__init__.py (+0/-39)
ubuntuone/platform/event_logging/linux.py (+0/-51)
ubuntuone/platform/os_helper/__init__.py (+1/-0)
ubuntuone/platform/os_helper/darwin.py (+1/-0)
ubuntuone/platform/os_helper/linux.py (+1/-0)
ubuntuone/platform/os_helper/unix.py (+5/-0)
ubuntuone/platform/os_helper/windows.py (+6/-0)
ubuntuone/platform/sync_menu/common.py (+3/-3)
ubuntuone/platform/sync_menu/linux.py (+3/-14)
ubuntuone/syncdaemon/action_queue.py (+25/-7)
ubuntuone/syncdaemon/fsm/fsm_parser.py (+4/-4)
ubuntuone/syncdaemon/main.py (+0/-13)
ubuntuone/syncdaemon/tritcask.py (+37/-26)
To merge this branch: bzr merge lp:~dobey/ubuntuone-client/update-4-2
Reviewer Review Type Date Requested Status
Brian Curtin (community) Approve
Review via email: mp+149705@code.launchpad.net

Commit message

[Rodney Dawes]

    Fix new warnings from pyflakes.
    Remove the icons related data, as we use icons from ubuntuone-client-data now.
    Update copyright year in LICENSE file.
    Update Python check to require 2.6, as we haven't worked on 2.5 for some time.
    Skip failing authenticated proxy tests due to ncsa_auth crashing.
    Add a test-proxy rule to the Makefile for only running the proxy tests.
    Remove usage of zg to reduce complexity, as we aren't using the feature.
    Use only one dummy menu implementation.
    Clean up the apport handler source a little.
    Update the apport handler to work in Python 3 as well as 2.

[Loïc Minier]

    Use platform API for os.path.* functions. (LP #1101344)

[Barry Warsaw]

    Switch from python-oauth to python-oauthlib for using OAuth.

To post a comment you must log in.
Revision history for this message
Brian Curtin (brian.curtin) :
review: Approve
Revision history for this message
Ubuntu One Auto Pilot (otto-pilot) wrote :
Download full text (26.2 KiB)

The attempt to merge lp:~dobey/ubuntuone-client/update-4-2 into lp:ubuntuone-client/stable-4-2 failed. Below is the output from the failed tests.

/usr/bin/gnome-autogen.sh
checking for autoconf >= 2.53...
  testing autoconf2.50... not found.
  testing autoconf... found 2.69
checking for automake >= 1.10...
  testing automake-1.12... not found.
  testing automake-1.11... found 1.11.6
checking for libtool >= 1.5...
  testing libtoolize... found 2.4.2
checking for intltool >= 0.30...
  testing intltoolize... found 0.50.2
checking for pkg-config >= 0.14.0...
  testing pkg-config... found 0.26
checking for gtk-doc >= 1.0...
  testing gtkdocize... found 1.18
Checking for required M4 macros...
Checking for forbidden M4 macros...
Processing ./configure.ac
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
Running intltoolize...
Running gtkdocize...
Running aclocal-1.11...
Running autoconf...
Running autoheader...
Running automake-1.11...
Running ./configure --enable-gtk-doc --enable-debug ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the sh...

Revision history for this message
Ubuntu One Auto Pilot (otto-pilot) wrote :

There was a problem validating some authors of the branch. Authors must be either one of the listed Launchpad users, or a member of one of the listed teams on Launchpad.

Persons or Teams:

    contributor-agreement-canonical
    ubuntuone-hackers

Unaccepted Authors:

    Loïc Minier <email address hidden>

1362. By Barry Warsaw

[Rodney Dawes]

    Fix new warnings from pyflakes.
    Remove the icons related data, as we use icons from ubuntuone-client-data now.
    Update copyright year in LICENSE file.
    Update Python check to require 2.6, as we haven't worked on 2.5 for some time.
    Skip failing authenticated proxy tests due to ncsa_auth crashing.
    Add a test-proxy rule to the Makefile for only running the proxy tests.
    Remove usage of zg to reduce complexity, as we aren't using the feature.
    Use only one dummy menu implementation.
    Clean up the apport handler source a little.
    Update the apport handler to work in Python 3 as well as 2.

[Loïc Minier]

    Use platform API for os.path.* functions. (LP #1101344)

[Barry Warsaw]

    Switch from python-oauth to python-oauthlib for using OAuth.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file 'COPYING.icons'
2--- COPYING.icons 2009-05-12 13:36:05 +0000
3+++ COPYING.icons 1970-01-01 00:00:00 +0000
4@@ -1,61 +0,0 @@
5-THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
6-
7-BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
8-
9-1. Definitions
10-
11- 1. "Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License.
12- 2. "Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined below) for the purposes of this License.
13- 3. "Creative Commons Compatible License" means a license that is listed at http://creativecommons.org/compatiblelicenses that has been approved by Creative Commons as being essentially equivalent to this License, including, at a minimum, because that license: (i) contains terms that have the same purpose, meaning and effect as the License Elements of this License; and, (ii) explicitly permits the relicensing of adaptations of works made available under that license under this License or a Creative Commons jurisdiction license with the same License Elements as this License.
14- 4. "Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership.
15- 5. "License Elements" means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike.
16- 6. "Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License.
17- 7. "Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast.
18- 8. "Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work.
19- 9. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.
20- 10. "Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images.
21- 11. "Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium.
22-
23-2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws.
24-
25-3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:
26-
27- 1. to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections;
28- 2. to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified.";
29- 3. to Distribute and Publicly Perform the Work including as incorporated in Collections; and,
30- 4. to Distribute and Publicly Perform Adaptations.
31- 5.
32-
33- For the avoidance of doubt:
34- 1. Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License;
35- 2. Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and,
36- 3. Voluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License.
37-
38-The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved.
39-
40-4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:
41-
42- 1. You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(c), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(c), as requested.
43- 2. You may Distribute or Publicly Perform an Adaptation only under the terms of: (i) this License; (ii) a later version of this License with the same License Elements as this License; (iii) a Creative Commons jurisdiction license (either this or a later license version) that contains the same License Elements as this License (e.g., Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible License. If you license the Adaptation under one of the licenses mentioned in (iv), you must comply with the terms of that license. If you license the Adaptation under the terms of any of the licenses mentioned in (i), (ii) or (iii) (the "Applicable License"), you must comply with the terms of the Applicable License generally and the following provisions: (I) You must include a copy of, or the URI for, the Applicable License with every copy of each Adaptation You Distribute or Publicly Perform; (II) You may not offer or impose any terms on the Adaptation that restrict the terms of the Applicable License or the ability of the recipient of the Adaptation to exercise the rights granted to that recipient under the terms of the Applicable License; (III) You must keep intact all notices that refer to the Applicable License and to the disclaimer of warranties with every copy of the Work as included in the Adaptation You Distribute or Publicly Perform; (IV) when You Distribute or Publicly Perform the Adaptation, You may not impose any effective technological measures on the Adaptation that restrict the ability of a recipient of the Adaptation from You to exercise the rights granted to that recipient under the terms of the Applicable License. This Section 4(b) applies to the Adaptation as incorporated in a Collection, but this does not require the Collection apart from the Adaptation itself to be made subject to the terms of the Applicable License.
44- 3. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv) , consistent with Ssection 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4(c) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties.
45- 4. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise.
46-
47-5. Representations, Warranties and Disclaimer
48-
49-UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
50-
51-6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
52-
53-7. Termination
54-
55- 1. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
56- 2. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
57-
58-8. Miscellaneous
59-
60- 1. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.
61- 2. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.
62- 3. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
63- 4. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.
64- 5. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.
65- 6. The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law.
66
67=== modified file 'LICENSE'
68--- LICENSE 2012-04-09 20:07:05 +0000
69+++ LICENSE 2013-02-20 23:14:20 +0000
70@@ -1,6 +1,6 @@
71-# This is the Ubuntu One development tools package.
72+# This is the Ubuntu One client package.
73 #
74-# Copyright (C) 2009-2012 Canonical Ltd.
75+# Copyright (C) 2009-2013 Canonical Ltd.
76 #
77 # This program is free software: you can redistribute it and/or modify it
78 # under the terms of the GNU General Public License version 3, as published
79
80=== modified file 'Makefile.am'
81--- Makefile.am 2012-07-30 18:55:08 +0000
82+++ Makefile.am 2013-02-20 23:14:20 +0000
83@@ -60,6 +60,12 @@
84 fi
85 rm -rf _trial_temp
86
87+test-proxy: logging.conf $(clientdefs_DATA) Makefile
88+ if test "x$(builddir)" == "x$(srcdir)"; then \
89+ PYTHONPATH="$(PYTHONPATH)" u1trial -r qt4 -p tests/platform/windows -i "test_windows.py,test_darwin.py" tests/proxy || exit 1; \
90+ fi
91+ rm -rf _trial_temp
92+
93 test-coverage: logging.conf $(clientdefs_DATA) Makefile
94 if test "x$(builddir)" == "x$(srcdir)"; then \
95 PYTHONPATH="$(PYTHONPATH)" u1trial -r $(REACTOR) -c -p tests/platform/windows -i "test_windows.py,test_darwin.py" tests; \
96@@ -129,7 +135,6 @@
97 $(srcdir)/ubuntuone/syncdaemon/u1fsfsm.ods \
98 $(pyfiles) \
99 $(clientdefs_in_files) \
100- COPYING.icons \
101 LICENSE \
102 LICENSE.OpenSSL \
103 HACKING \
104
105=== modified file 'configure.ac'
106--- configure.ac 2013-01-29 20:06:05 +0000
107+++ configure.ac 2013-02-20 23:14:20 +0000
108@@ -32,25 +32,6 @@
109 AC_MSG_ERROR([lndir is required to build ubuntuone-client])
110 fi
111
112-# Icon sizes we want to install
113-AC_SUBST([render_sizes], ["256x256 16x16 24x24 32x32 48x48"])
114-
115-# Do we want to enable rendering?
116-AC_ARG_ENABLE([rendering],
117- AC_HELP_STRING([--enable-rendering],
118- [Enable icon rendering [default=auto]]),
119- [enable_rendering=$enableval],
120- [enable_rendering=yes])
121-
122-if test "x$enable_rendering" = "xyes"; then
123- AC_PATH_PROG([ICONTOOL_RENDER], [icontool-render], [false])
124- if test "x$ICONTOOL_RENDER" = "xfalse"; then
125- AC_MSG_WARN([icontool is required to generate icons])
126- enable_rendering=no
127- fi
128-fi
129-AM_CONDITIONAL(ENABLE_RENDERING, test "x$enable_rendering" = "xyes")
130-
131 # Alter default logging if we're development vs. stable
132 AC_MSG_CHECKING([development series build])
133 DEVVERSION="`echo $PACKAGE_VERSION|cut -d. -f2`"
134@@ -79,8 +60,8 @@
135 AC_SUBST(LOG_LEVEL)
136 AC_SUBST(LOG_FILE_SIZE)
137
138-# Check for python 2.5
139-AM_PATH_PYTHON([2.5])
140+# Check for python 2.6
141+AM_PATH_PYTHON([2.6])
142
143 # Specify the path for ubuntu-sso-client source
144 AC_MSG_CHECKING([for ubuntu-sso-client])
145@@ -124,7 +105,7 @@
146 # Check for gtk-doc.
147 ##################################################
148 GTK_DOC_CHECK(1.0)
149-DISTCHECK_CONFIGURE_FLAGS="--enable-gtk-doc --disable-rendering --enable-debug"
150+DISTCHECK_CONFIGURE_FLAGS="--enable-gtk-doc --enable-debug"
151 AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
152
153 ##################################################
154
155=== modified file 'contrib/testing/testcase.py'
156--- contrib/testing/testcase.py 2013-01-22 20:03:12 +0000
157+++ contrib/testing/testcase.py 2013-02-20 23:14:20 +0000
158@@ -164,20 +164,6 @@
159 verifyObject(interfaces.IActionQueue, self)
160 return r
161
162- # IContentQueue
163- def cancel_download(self, share_id, node_id):
164- """Stub implementation."""
165-
166- def cancel_upload(self, share_id, node_id):
167- """Stub implementation."""
168-
169- def download(self, share_id, node_id, server_hash, path, fileobj_factory):
170- """Stub implementation."""
171-
172- def upload(self, share_id, node_id, previous_hash, hash, crc32,
173- size, path, fileobj_factory):
174- """Stub implementation."""
175-
176 # IMetaQueue
177 def connect(self, host=None, port=None, user_ssl=False):
178 """Just send connect!."""
179@@ -293,7 +279,6 @@
180 self.lr = local_rescan.LocalRescan(self.vm, self.fs,
181 self.event_q, self.action_q)
182
183- self.eventlog_listener = None
184 self.status_listener = FakeStatusListener()
185
186 def _connect_aq(self, _):
187
188=== modified file 'data/Makefile.am'
189--- data/Makefile.am 2011-06-15 14:46:04 +0000
190+++ data/Makefile.am 2013-02-20 23:14:20 +0000
191@@ -21,16 +21,6 @@
192 @sed -e "s|\@LOG_LEVEL\@|$(LOG_LEVEL)|" \
193 -e "s|\@LOG_FILE_SIZE\@|$(LOG_FILE_SIZE)|" $< > $@
194
195-hicolordir = $(datadir)/icons/hicolor
196-privateiconsdir = $(pkgdatadir)/icons/hicolor
197-emblem_in_files = \
198- emblem-ubuntuone-downloading.icon.in \
199- emblem-ubuntuone-unsynchronized.icon.in \
200- emblem-ubuntuone-uploading.icon.in
201-emblem_files = $(emblem_in_files:.icon.in=.icon)
202-
203-%.icon: %.icon.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
204-
205 servicedir = $(DBUS_SERVICES_DIR)
206 service_in_files = \
207 com.ubuntuone.SyncDaemon.service.in \
208@@ -41,106 +31,18 @@
209 @sed -e "s|\@libexecdir\@|$(libexecdir)|" \
210 -e "s|\@bindir\@|$(bindir)|" $< > $@
211
212-icon_in_files = ubuntuone-icons.svg
213-icon_cache = $(icon_in_files:.svg=.rendercache)
214-icon_files = $(shell BUILDDIR="$(builddir)"; for i in `find $$BUILDDIR -name "*.rendercache"`; do cat $$i|sort|uniq; done)
215-
216-hicolor: Makefile
217- if [ ! -h hicolor -a -d icons ]; then \
218- $(LN_S) icons hicolor; \
219- fi
220-
221-if ENABLE_RENDERING
222-
223-%.rendercache: %.svg hicolor
224- for size in $(render_sizes); do \
225- $(ICONTOOL_RENDER) -s $$size -o $(builddir)/icons $< > $@; \
226- done
227- touch stamp-render
228-
229-dist-hook: stamp-render
230- $(mkdir_p) $(distdir)/icons
231- for size in $(render_sizes); do \
232- cp -a $(builddir)/icons/$$size $(distdir)/icons/$$size; \
233- done
234- for i in $(icon_cache); do \
235- touch $(distdir)/$$i; \
236- done
237-
238-else
239-
240-%.rendercache: %.svg hicolor
241- if test "x$(builddir)" != "x$(srcdir)" -a ! -f stamp-render; then \
242- $(mkdir_p) $(builddir)/icons; \
243- for size in $(render_sizes); do \
244- $(LN_S) $(srcdir)/icons/$$size icons/$$size; \
245- done; \
246- $(LN_S) $(srcdir)/stamp-render stamp-render; \
247- fi
248-
249-dist-hook: stamp-render
250- $(mkdir_p) $(distdir)/icons
251- for size in $(render_sizes); do \
252- cp -a $(srcdir)/icons/$$size $(distdir)/icons/$$size; \
253- done
254-
255-endif
256-
257-all: stamp-render $(emblem_files)
258-$(render_sizes): $(icon_cache)
259-stamp-render: $(render_sizes)
260-
261-install-data-local: $(emblem_files)
262- for size in $(render_sizes); do \
263- for file in $(emblem_files); do \
264- $(mkdir_p) $(DESTDIR)$(hicolordir)/$$size/emblems; \
265- $(install_sh_DATA) $(builddir)/$$file $(DESTDIR)$(hicolordir)/$$size/emblems/$$file; \
266- done; \
267- for file in $(icon_files); do \
268- context="`dirname $$file`"; \
269- if test "x$$context" = "xapps" -o "x$$context" = "xemblems"; then \
270- $(mkdir_p) $(DESTDIR)$(hicolordir)/$$size/$$context; \
271- $(install_sh_DATA) icons/$$size/$$file $(DESTDIR)$(hicolordir)/$$size/$$file; \
272- else \
273- $(mkdir_p) $(DESTDIR)$(privateiconsdir)/$$size/$$context; \
274- $(install_sh_DATA) icons/$$size/$$file $(DESTDIR)$(privateiconsdir)/$$size/$$file; \
275- fi; \
276- done; \
277- done
278-
279-uninstall-local:
280- for size in $(render_sizes); do \
281- for file in $(emblem_files); do \
282- rm -f $(DESTDIR)$(hicolordir)/$$size/emblems/$$file; \
283- done; \
284- for file in $(icon_files); do \
285- rm -f $(DESTDIR)$(hicolordir)/$$size/$$file; \
286- rm -f $(DESTDIR)$(privateiconsdir)/$$size/$$file; \
287- done; \
288- done
289-
290-maintainer-clean-local:
291- rm -rf icons
292-
293 EXTRA_DIST = \
294 $(config_in_files) \
295 $(config_files) \
296 $(autostart_in_files) \
297 $(service_in_files) \
298- $(emblem_in_files) \
299- $(icon_in_files) \
300- $(icon_cache) \
301- stamp-render \
302 $(apport_DATA) \
303 $(crashdb_DATA)
304
305 CLEANFILES = \
306 $(config_out_files) \
307 $(autostart_DATA) \
308- $(service_DATA) \
309- $(emblem_files) \
310- hicolor
311+ $(service_DATA)
312
313 MAINTAINERCLEANFILES = \
314- Makefile.in \
315- $(icon_cache)
316+ Makefile.in
317
318=== removed file 'data/emblem-ubuntuone-downloading.icon.in'
319--- data/emblem-ubuntuone-downloading.icon.in 2009-05-12 13:36:05 +0000
320+++ data/emblem-ubuntuone-downloading.icon.in 1970-01-01 00:00:00 +0000
321@@ -1,3 +0,0 @@
322-[Icon Data]
323-_DisplayName=Downloading
324-
325
326=== removed file 'data/emblem-ubuntuone-unsynchronized.icon.in'
327--- data/emblem-ubuntuone-unsynchronized.icon.in 2009-05-12 13:36:05 +0000
328+++ data/emblem-ubuntuone-unsynchronized.icon.in 1970-01-01 00:00:00 +0000
329@@ -1,3 +0,0 @@
330-[Icon Data]
331-_DisplayName=Unsynchronized
332-
333
334=== removed file 'data/emblem-ubuntuone-uploading.icon.in'
335--- data/emblem-ubuntuone-uploading.icon.in 2009-05-12 13:36:05 +0000
336+++ data/emblem-ubuntuone-uploading.icon.in 1970-01-01 00:00:00 +0000
337@@ -1,3 +0,0 @@
338-[Icon Data]
339-_DisplayName=Uploading
340-
341
342=== modified file 'data/source_ubuntuone-client.py'
343--- data/source_ubuntuone-client.py 2012-06-21 19:19:44 +0000
344+++ data/source_ubuntuone-client.py 2013-02-20 23:14:20 +0000
345@@ -1,6 +1,4 @@
346-# Apport integration for Ubuntu One client
347-#
348-# Copyright 2009-2012 Canonical Ltd.
349+# Copyright 2009-2013 Canonical Ltd.
350 #
351 # This program is free software: you can redistribute it and/or modify it
352 # under the terms of the GNU General Public License version 3, as published
353@@ -28,22 +26,23 @@
354 # files in the program, then also delete it here.
355 """Stub for Apport"""
356
357-# pylint: disable-msg=F0401,C0103
358-# shut up about apport. We know. We aren't going to backport it for pqm
359+from __future__ import print_function, unicode_literals
360+
361 import apport
362+import os
363+
364 from apport.hookutils import attach_file_if_exists
365-import os.path
366 from dirspec.basedir import xdg_cache_home, xdg_config_home
367
368 # Paths where things we might want live
369-u1_log_path = os.path.join(xdg_cache_home, "ubuntuone", "log")
370-u1_user_config_path = os.path.join(xdg_config_home, "ubuntuone")
371+u1_log_path = os.path.join(xdg_cache_home, b"ubuntuone", b"log")
372+u1_user_config_path = os.path.join(xdg_config_home, b"ubuntuone")
373 # things we may want to collect for the report
374-u1_client_log = os.path.join(u1_log_path, "syncdaemon.log")
375-u1_except_log = os.path.join(u1_log_path, "syncdaemon-exceptions.log")
376-u1_invalidnames_log = os.path.join(u1_log_path, "syncdaemon-invalid-names.log")
377-u1_sd_conf = os.path.join("etc", "xdg", "ubuntuone", "syncdaemon.conf")
378-u1_usersd_conf = os.path.join(u1_user_config_path, "syncdaemon.conf")
379+u1_client_log = os.path.join(u1_log_path, b"syncdaemon.log")
380+u1_except_log = os.path.join(u1_log_path, b"syncdaemon-exceptions.log")
381+u1_invalidnames_log = os.path.join(u1_log_path, b"syncdaemon-invalid-names.log")
382+u1_sd_conf = os.path.join(b"etc", b"xdg", b"ubuntuone", b"syncdaemon.conf")
383+u1_usersd_conf = os.path.join(u1_user_config_path, b"syncdaemon.conf")
384
385
386 def add_info(report):
387
388=== removed file 'data/ubuntuone-icons.svg'
389--- data/ubuntuone-icons.svg 2012-09-19 17:38:36 +0000
390+++ data/ubuntuone-icons.svg 1970-01-01 00:00:00 +0000
391@@ -1,19437 +0,0 @@
392-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
393-<!-- Created with Inkscape (http://www.inkscape.org/) -->
394-
395-<svg
396- xmlns:dc="http://purl.org/dc/elements/1.1/"
397- xmlns:cc="http://creativecommons.org/ns#"
398- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
399- xmlns:svg="http://www.w3.org/2000/svg"
400- xmlns="http://www.w3.org/2000/svg"
401- xmlns:xlink="http://www.w3.org/1999/xlink"
402- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
403- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
404- inkscape:export-ydpi="90.000000"
405- inkscape:export-xdpi="90.000000"
406- inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
407- width="1600"
408- height="600"
409- id="svg11300"
410- sodipodi:version="0.32"
411- inkscape:version="0.48.3.1 r9886"
412- sodipodi:docname="ubuntuone-icons.svg"
413- inkscape:output_extension="org.inkscape.output.svg.inkscape"
414- version="1.0"
415- style="display:inline;enable-background:new">
416- <defs
417- id="defs3">
418- <linearGradient
419- inkscape:collect="always"
420- id="linearGradient6660">
421- <stop
422- style="stop-color:#4e9a06;stop-opacity:1;"
423- offset="0"
424- id="stop6662" />
425- <stop
426- style="stop-color:#4e9a06;stop-opacity:0;"
427- offset="1"
428- id="stop6664" />
429- </linearGradient>
430- <linearGradient
431- inkscape:collect="always"
432- id="linearGradient6652">
433- <stop
434- style="stop-color:#8ae234;stop-opacity:1;"
435- offset="0"
436- id="stop6654" />
437- <stop
438- style="stop-color:#8ae234;stop-opacity:0;"
439- offset="1"
440- id="stop6656" />
441- </linearGradient>
442- <linearGradient
443- inkscape:collect="always"
444- id="linearGradient6590">
445- <stop
446- style="stop-color:#fce94f;stop-opacity:1;"
447- offset="0"
448- id="stop6592" />
449- <stop
450- style="stop-color:#fce94f;stop-opacity:0;"
451- offset="1"
452- id="stop6594" />
453- </linearGradient>
454- <linearGradient
455- inkscape:collect="always"
456- id="linearGradient6581">
457- <stop
458- style="stop-color:#c4a000;stop-opacity:1;"
459- offset="0"
460- id="stop6583" />
461- <stop
462- style="stop-color:#c4a000;stop-opacity:0;"
463- offset="1"
464- id="stop6585" />
465- </linearGradient>
466- <inkscape:perspective
467- sodipodi:type="inkscape:persp3d"
468- inkscape:vp_x="0 : 300 : 1"
469- inkscape:vp_y="0 : 1000 : 0"
470- inkscape:vp_z="1600 : 300 : 1"
471- inkscape:persp3d-origin="800 : 200 : 1"
472- id="perspective951" />
473- <linearGradient
474- id="linearGradient2256">
475- <stop
476- style="stop-color:#ff0202;stop-opacity:1;"
477- offset="0"
478- id="stop2258" />
479- <stop
480- style="stop-color:#ff9b9b;stop-opacity:1;"
481- offset="1"
482- id="stop2260" />
483- </linearGradient>
484- <linearGradient
485- inkscape:collect="always"
486- xlink:href="#linearGradient2256"
487- id="linearGradient2262"
488- x1="21.75"
489- y1="15.80225"
490- x2="24.30225"
491- y2="35.05225"
492- gradientUnits="userSpaceOnUse"
493- gradientTransform="matrix(0.6030969,0,0,0.6030969,1534.9613,65.725485)" />
494- <linearGradient
495- id="linearGradient9647">
496- <stop
497- style="stop-color:#ffffff;stop-opacity:1;"
498- offset="0"
499- id="stop9649" />
500- <stop
501- style="stop-color:#dbdbdb;stop-opacity:1;"
502- offset="1"
503- id="stop9651" />
504- </linearGradient>
505- <radialGradient
506- inkscape:collect="always"
507- xlink:href="#linearGradient9647"
508- id="radialGradient2239"
509- cx="24.30225"
510- cy="33.30225"
511- fx="24.30225"
512- fy="33.30225"
513- r="12.30225"
514- gradientUnits="userSpaceOnUse"
515- gradientTransform="matrix(1.0216347,0,0,1.0216347,1524.7899,51.787247)" />
516- <linearGradient
517- inkscape:collect="always"
518- id="linearGradient9320">
519- <stop
520- style="stop-color:#ef2929;stop-opacity:1;"
521- offset="0"
522- id="stop9322" />
523- <stop
524- style="stop-color:#ef2929;stop-opacity:0;"
525- offset="1"
526- id="stop9324" />
527- </linearGradient>
528- <linearGradient
529- inkscape:collect="always"
530- id="linearGradient9312">
531- <stop
532- style="stop-color:#a40000;stop-opacity:1;"
533- offset="0"
534- id="stop9314" />
535- <stop
536- style="stop-color:#a40000;stop-opacity:0;"
537- offset="1"
538- id="stop9316" />
539- </linearGradient>
540- <linearGradient
541- id="linearGradient2591">
542- <stop
543- id="stop2593"
544- offset="0"
545- style="stop-color:#73d216" />
546- <stop
547- id="stop2595"
548- offset="1.0000000"
549- style="stop-color:#4e9a06" />
550- </linearGradient>
551- <linearGradient
552- id="linearGradient2304">
553- <stop
554- id="stop2306"
555- offset="0"
556- style="stop-color:#fefcbc;stop-opacity:1;" />
557- <stop
558- id="stop2308"
559- offset="1"
560- style="stop-color:#f5d513;stop-opacity:1;" />
561- </linearGradient>
562- <linearGradient
563- id="linearGradient8650"
564- inkscape:collect="always">
565- <stop
566- id="stop8652"
567- offset="0"
568- style="stop-color:#ffffff;stop-opacity:1;" />
569- <stop
570- id="stop8654"
571- offset="1"
572- style="stop-color:#ffffff;stop-opacity:0;" />
573- </linearGradient>
574- <linearGradient
575- inkscape:collect="always"
576- id="linearGradient11629">
577- <stop
578- style="stop-color:#ffffff;stop-opacity:1;"
579- offset="0"
580- id="stop11631" />
581- <stop
582- style="stop-color:#ffffff;stop-opacity:0;"
583- offset="1"
584- id="stop11633" />
585- </linearGradient>
586- <linearGradient
587- inkscape:collect="always"
588- id="linearGradient11639">
589- <stop
590- style="stop-color:#ffffff;stop-opacity:1;"
591- offset="0"
592- id="stop11641" />
593- <stop
594- style="stop-color:#ffffff;stop-opacity:0;"
595- offset="1"
596- id="stop11643" />
597- </linearGradient>
598- <linearGradient
599- id="linearGradient1334">
600- <stop
601- style="stop-color:#ffffff;stop-opacity:1;"
602- offset="0"
603- id="stop1336" />
604- <stop
605- id="stop1346"
606- offset="0.25"
607- style="stop-color:#ffffff;stop-opacity:0;" />
608- <stop
609- id="stop1342"
610- offset="0.3448838"
611- style="stop-color:#ffffff;stop-opacity:1;" />
612- <stop
613- style="stop-color:#ffffff;stop-opacity:0;"
614- offset="0.86309522"
615- id="stop1344" />
616- <stop
617- style="stop-color:#ffffff;stop-opacity:1;"
618- offset="1"
619- id="stop1338" />
620- </linearGradient>
621- <linearGradient
622- inkscape:collect="always"
623- id="linearGradient6549">
624- <stop
625- style="stop-color:#ffffff;stop-opacity:1;"
626- offset="0"
627- id="stop6551" />
628- <stop
629- style="stop-color:#ffffff;stop-opacity:0;"
630- offset="1"
631- id="stop6553" />
632- </linearGradient>
633- <linearGradient
634- inkscape:collect="always"
635- id="linearGradient6527">
636- <stop
637- style="stop-color:#ffffff;stop-opacity:1;"
638- offset="0"
639- id="stop6530" />
640- <stop
641- style="stop-color:#ffffff;stop-opacity:0;"
642- offset="1"
643- id="stop6532" />
644- </linearGradient>
645- <linearGradient
646- inkscape:collect="always"
647- id="linearGradient6538">
648- <stop
649- style="stop-color:#ffffff;stop-opacity:1;"
650- offset="0"
651- id="stop6540" />
652- <stop
653- style="stop-color:#ffffff;stop-opacity:0;"
654- offset="1"
655- id="stop6542" />
656- </linearGradient>
657- <linearGradient
658- inkscape:collect="always"
659- id="linearGradient6513">
660- <stop
661- style="stop-color:#ffffff;stop-opacity:1;"
662- offset="0"
663- id="stop6515" />
664- <stop
665- style="stop-color:#ffffff;stop-opacity:0;"
666- offset="1"
667- id="stop6517" />
668- </linearGradient>
669- <linearGradient
670- inkscape:collect="always"
671- id="linearGradient6497">
672- <stop
673- style="stop-color:#ffffff;stop-opacity:1;"
674- offset="0"
675- id="stop6499" />
676- <stop
677- style="stop-color:#ffffff;stop-opacity:0;"
678- offset="1"
679- id="stop6501" />
680- </linearGradient>
681- <linearGradient
682- inkscape:collect="always"
683- id="linearGradient6470">
684- <stop
685- style="stop-color:#ffffff;stop-opacity:1;"
686- offset="0"
687- id="stop6472" />
688- <stop
689- style="stop-color:#ffffff;stop-opacity:0;"
690- offset="1"
691- id="stop6474" />
692- </linearGradient>
693- <linearGradient
694- inkscape:collect="always"
695- xlink:href="#linearGradient6470"
696- id="linearGradient7900"
697- gradientUnits="userSpaceOnUse"
698- gradientTransform="matrix(0.630958,0,0,0.640671,-155.4756,301.1529)"
699- x1="271.0217"
700- y1="-441.05182"
701- x2="285.02859"
702- y2="-431.96991" />
703- <linearGradient
704- inkscape:collect="always"
705- xlink:href="#linearGradient6497"
706- id="linearGradient7902"
707- gradientUnits="userSpaceOnUse"
708- x1="287.5173"
709- y1="-439.75281"
710- x2="289.67633"
711- y2="-436.32199" />
712- <linearGradient
713- inkscape:collect="always"
714- xlink:href="#linearGradient6513"
715- id="linearGradient7904"
716- gradientUnits="userSpaceOnUse"
717- x1="286.51172"
718- y1="-441.29074"
719- x2="289.85379"
720- y2="-436.14453" />
721- <linearGradient
722- inkscape:collect="always"
723- xlink:href="#linearGradient6538"
724- id="linearGradient7906"
725- gradientUnits="userSpaceOnUse"
726- x1="285.94086"
727- y1="-439.939"
728- x2="289.39124"
729- y2="-436.4429" />
730- <linearGradient
731- inkscape:collect="always"
732- xlink:href="#linearGradient6527"
733- id="linearGradient7908"
734- gradientUnits="userSpaceOnUse"
735- x1="275.94193"
736- y1="-437.10501"
737- x2="279.97546"
738- y2="-431.91833" />
739- <linearGradient
740- inkscape:collect="always"
741- xlink:href="#linearGradient6549"
742- id="linearGradient7910"
743- gradientUnits="userSpaceOnUse"
744- x1="286.66589"
745- y1="-439.48358"
746- x2="289.76562"
747- y2="-436.70703" />
748- <linearGradient
749- inkscape:collect="always"
750- xlink:href="#linearGradient6538"
751- id="linearGradient7912"
752- gradientUnits="userSpaceOnUse"
753- x1="284.80219"
754- y1="-441.23294"
755- x2="288.89954"
756- y2="-436.83109" />
757- <linearGradient
758- inkscape:collect="always"
759- xlink:href="#linearGradient6470"
760- id="linearGradient7914"
761- gradientUnits="userSpaceOnUse"
762- x1="271.0217"
763- y1="-441.05182"
764- x2="285.02859"
765- y2="-431.96991" />
766- <linearGradient
767- inkscape:collect="always"
768- xlink:href="#linearGradient6497"
769- id="linearGradient7916"
770- gradientUnits="userSpaceOnUse"
771- x1="287.5173"
772- y1="-439.75281"
773- x2="289.67633"
774- y2="-436.32199" />
775- <linearGradient
776- inkscape:collect="always"
777- xlink:href="#linearGradient6513"
778- id="linearGradient7918"
779- gradientUnits="userSpaceOnUse"
780- x1="286.51172"
781- y1="-441.29074"
782- x2="289.85379"
783- y2="-436.14453" />
784- <linearGradient
785- inkscape:collect="always"
786- xlink:href="#linearGradient6538"
787- id="linearGradient7920"
788- gradientUnits="userSpaceOnUse"
789- x1="285.94086"
790- y1="-439.939"
791- x2="289.39124"
792- y2="-436.4429" />
793- <linearGradient
794- inkscape:collect="always"
795- xlink:href="#linearGradient6527"
796- id="linearGradient7922"
797- gradientUnits="userSpaceOnUse"
798- x1="275.94193"
799- y1="-437.10501"
800- x2="279.97546"
801- y2="-431.91833" />
802- <linearGradient
803- inkscape:collect="always"
804- xlink:href="#linearGradient6549"
805- id="linearGradient7924"
806- gradientUnits="userSpaceOnUse"
807- x1="286.66589"
808- y1="-439.48358"
809- x2="289.76562"
810- y2="-436.70703" />
811- <linearGradient
812- inkscape:collect="always"
813- xlink:href="#linearGradient6538"
814- id="linearGradient7926"
815- gradientUnits="userSpaceOnUse"
816- x1="284.80219"
817- y1="-441.23294"
818- x2="288.89954"
819- y2="-436.83109" />
820- <linearGradient
821- inkscape:collect="always"
822- xlink:href="#linearGradient6470"
823- id="linearGradient7932"
824- gradientUnits="userSpaceOnUse"
825- x1="271.0217"
826- y1="-441.05182"
827- x2="285.02859"
828- y2="-431.96991" />
829- <linearGradient
830- inkscape:collect="always"
831- xlink:href="#linearGradient6497"
832- id="linearGradient7934"
833- gradientUnits="userSpaceOnUse"
834- x1="287.5173"
835- y1="-439.75281"
836- x2="289.67633"
837- y2="-436.32199" />
838- <linearGradient
839- inkscape:collect="always"
840- xlink:href="#linearGradient6513"
841- id="linearGradient7936"
842- gradientUnits="userSpaceOnUse"
843- x1="286.51172"
844- y1="-441.29074"
845- x2="289.85379"
846- y2="-436.14453" />
847- <linearGradient
848- inkscape:collect="always"
849- xlink:href="#linearGradient6538"
850- id="linearGradient7938"
851- gradientUnits="userSpaceOnUse"
852- x1="285.94086"
853- y1="-439.939"
854- x2="289.39124"
855- y2="-436.4429" />
856- <linearGradient
857- inkscape:collect="always"
858- xlink:href="#linearGradient6527"
859- id="linearGradient7940"
860- gradientUnits="userSpaceOnUse"
861- x1="275.94193"
862- y1="-437.10501"
863- x2="279.97546"
864- y2="-431.91833" />
865- <linearGradient
866- inkscape:collect="always"
867- xlink:href="#linearGradient6549"
868- id="linearGradient7942"
869- gradientUnits="userSpaceOnUse"
870- x1="286.66589"
871- y1="-439.48358"
872- x2="289.76562"
873- y2="-436.70703" />
874- <linearGradient
875- inkscape:collect="always"
876- xlink:href="#linearGradient6538"
877- id="linearGradient7944"
878- gradientUnits="userSpaceOnUse"
879- x1="284.80219"
880- y1="-441.23294"
881- x2="288.89954"
882- y2="-436.83109" />
883- <linearGradient
884- inkscape:collect="always"
885- xlink:href="#linearGradient6470"
886- id="linearGradient7950"
887- gradientUnits="userSpaceOnUse"
888- gradientTransform="matrix(0.630958,0,0,0.640671,-155.4756,301.1529)"
889- x1="271.0217"
890- y1="-441.05182"
891- x2="285.02859"
892- y2="-431.96991" />
893- <linearGradient
894- inkscape:collect="always"
895- xlink:href="#linearGradient6497"
896- id="linearGradient7952"
897- gradientUnits="userSpaceOnUse"
898- x1="287.5173"
899- y1="-439.75281"
900- x2="289.67633"
901- y2="-436.32199" />
902- <linearGradient
903- inkscape:collect="always"
904- xlink:href="#linearGradient6513"
905- id="linearGradient7954"
906- gradientUnits="userSpaceOnUse"
907- x1="286.51172"
908- y1="-441.29074"
909- x2="289.85379"
910- y2="-436.14453" />
911- <linearGradient
912- inkscape:collect="always"
913- xlink:href="#linearGradient6538"
914- id="linearGradient7956"
915- gradientUnits="userSpaceOnUse"
916- x1="285.94086"
917- y1="-439.939"
918- x2="289.39124"
919- y2="-436.4429" />
920- <linearGradient
921- inkscape:collect="always"
922- xlink:href="#linearGradient6527"
923- id="linearGradient7958"
924- gradientUnits="userSpaceOnUse"
925- x1="275.94193"
926- y1="-437.10501"
927- x2="279.97546"
928- y2="-431.91833" />
929- <linearGradient
930- inkscape:collect="always"
931- xlink:href="#linearGradient6549"
932- id="linearGradient7960"
933- gradientUnits="userSpaceOnUse"
934- x1="286.66589"
935- y1="-439.48358"
936- x2="289.76562"
937- y2="-436.70703" />
938- <linearGradient
939- inkscape:collect="always"
940- xlink:href="#linearGradient6538"
941- id="linearGradient7962"
942- gradientUnits="userSpaceOnUse"
943- x1="284.80219"
944- y1="-441.23294"
945- x2="288.89954"
946- y2="-436.83109" />
947- <linearGradient
948- inkscape:collect="always"
949- xlink:href="#linearGradient11629"
950- id="linearGradient7964"
951- gradientUnits="userSpaceOnUse"
952- x1="615"
953- y1="-406.78125"
954- x2="618.875"
955- y2="-403.36459" />
956- <linearGradient
957- inkscape:collect="always"
958- xlink:href="#linearGradient11639"
959- id="linearGradient7966"
960- gradientUnits="userSpaceOnUse"
961- x1="611.125"
962- y1="-404.84375"
963- x2="613.92871"
964- y2="-402.37305" />
965- <linearGradient
966- inkscape:collect="always"
967- xlink:href="#linearGradient11639"
968- id="linearGradient7968"
969- gradientUnits="userSpaceOnUse"
970- x1="611.125"
971- y1="-404.84375"
972- x2="613.92871"
973- y2="-402.37305" />
974- <linearGradient
975- inkscape:collect="always"
976- xlink:href="#linearGradient11639"
977- id="linearGradient7970"
978- gradientUnits="userSpaceOnUse"
979- x1="611.125"
980- y1="-404.84375"
981- x2="613.92871"
982- y2="-402.37305" />
983- <linearGradient
984- inkscape:collect="always"
985- xlink:href="#linearGradient11629"
986- id="linearGradient7972"
987- gradientUnits="userSpaceOnUse"
988- x1="615"
989- y1="-406.78125"
990- x2="618.875"
991- y2="-403.36459" />
992- <linearGradient
993- inkscape:collect="always"
994- xlink:href="#linearGradient11639"
995- id="linearGradient7974"
996- gradientUnits="userSpaceOnUse"
997- x1="611.125"
998- y1="-404.84375"
999- x2="613.92871"
1000- y2="-402.37305" />
1001- <linearGradient
1002- inkscape:collect="always"
1003- xlink:href="#linearGradient11639"
1004- id="linearGradient7976"
1005- gradientUnits="userSpaceOnUse"
1006- x1="611.125"
1007- y1="-404.84375"
1008- x2="613.92871"
1009- y2="-402.37305" />
1010- <linearGradient
1011- inkscape:collect="always"
1012- xlink:href="#linearGradient11639"
1013- id="linearGradient7978"
1014- gradientUnits="userSpaceOnUse"
1015- x1="611.125"
1016- y1="-404.84375"
1017- x2="613.92871"
1018- y2="-402.37305" />
1019- <linearGradient
1020- inkscape:collect="always"
1021- xlink:href="#linearGradient11639"
1022- id="linearGradient7980"
1023- gradientUnits="userSpaceOnUse"
1024- x1="611.125"
1025- y1="-404.84375"
1026- x2="613.92871"
1027- y2="-402.37305" />
1028- <linearGradient
1029- inkscape:collect="always"
1030- xlink:href="#linearGradient11639"
1031- id="linearGradient7982"
1032- gradientUnits="userSpaceOnUse"
1033- x1="611.125"
1034- y1="-404.84375"
1035- x2="613.92871"
1036- y2="-402.37305" />
1037- <linearGradient
1038- inkscape:collect="always"
1039- xlink:href="#linearGradient11629"
1040- id="linearGradient7984"
1041- gradientUnits="userSpaceOnUse"
1042- x1="615"
1043- y1="-406.78125"
1044- x2="618.875"
1045- y2="-403.36459" />
1046- <linearGradient
1047- inkscape:collect="always"
1048- xlink:href="#linearGradient11639"
1049- id="linearGradient7986"
1050- gradientUnits="userSpaceOnUse"
1051- x1="611.125"
1052- y1="-404.84375"
1053- x2="613.92871"
1054- y2="-402.37305" />
1055- <linearGradient
1056- inkscape:collect="always"
1057- xlink:href="#linearGradient11639"
1058- id="linearGradient7988"
1059- gradientUnits="userSpaceOnUse"
1060- x1="611.125"
1061- y1="-404.84375"
1062- x2="613.92871"
1063- y2="-402.37305" />
1064- <linearGradient
1065- inkscape:collect="always"
1066- xlink:href="#linearGradient11629"
1067- id="linearGradient7990"
1068- gradientUnits="userSpaceOnUse"
1069- x1="615"
1070- y1="-406.78125"
1071- x2="618.875"
1072- y2="-403.36459" />
1073- <linearGradient
1074- inkscape:collect="always"
1075- xlink:href="#linearGradient11629"
1076- id="linearGradient7996"
1077- gradientUnits="userSpaceOnUse"
1078- x1="615"
1079- y1="-406.78125"
1080- x2="618.875"
1081- y2="-403.36459" />
1082- <linearGradient
1083- inkscape:collect="always"
1084- xlink:href="#linearGradient11639"
1085- id="linearGradient7998"
1086- gradientUnits="userSpaceOnUse"
1087- x1="611.125"
1088- y1="-404.84375"
1089- x2="613.92871"
1090- y2="-402.37305" />
1091- <linearGradient
1092- inkscape:collect="always"
1093- xlink:href="#linearGradient11639"
1094- id="linearGradient8000"
1095- gradientUnits="userSpaceOnUse"
1096- x1="611.125"
1097- y1="-404.84375"
1098- x2="613.92871"
1099- y2="-402.37305" />
1100- <linearGradient
1101- inkscape:collect="always"
1102- xlink:href="#linearGradient11639"
1103- id="linearGradient8002"
1104- gradientUnits="userSpaceOnUse"
1105- x1="611.125"
1106- y1="-404.84375"
1107- x2="613.92871"
1108- y2="-402.37305" />
1109- <linearGradient
1110- inkscape:collect="always"
1111- xlink:href="#linearGradient11629"
1112- id="linearGradient8004"
1113- gradientUnits="userSpaceOnUse"
1114- x1="615"
1115- y1="-406.78125"
1116- x2="618.875"
1117- y2="-403.36459" />
1118- <linearGradient
1119- inkscape:collect="always"
1120- xlink:href="#linearGradient11639"
1121- id="linearGradient8006"
1122- gradientUnits="userSpaceOnUse"
1123- x1="611.125"
1124- y1="-404.84375"
1125- x2="613.92871"
1126- y2="-402.37305" />
1127- <linearGradient
1128- inkscape:collect="always"
1129- xlink:href="#linearGradient11639"
1130- id="linearGradient8008"
1131- gradientUnits="userSpaceOnUse"
1132- x1="611.125"
1133- y1="-404.84375"
1134- x2="613.92871"
1135- y2="-402.37305" />
1136- <linearGradient
1137- inkscape:collect="always"
1138- xlink:href="#linearGradient11639"
1139- id="linearGradient8014"
1140- gradientUnits="userSpaceOnUse"
1141- x1="611.125"
1142- y1="-404.84375"
1143- x2="613.92871"
1144- y2="-402.37305" />
1145- <linearGradient
1146- inkscape:collect="always"
1147- xlink:href="#linearGradient11639"
1148- id="linearGradient8016"
1149- gradientUnits="userSpaceOnUse"
1150- x1="611.125"
1151- y1="-404.84375"
1152- x2="613.92871"
1153- y2="-402.37305" />
1154- <linearGradient
1155- inkscape:collect="always"
1156- xlink:href="#linearGradient11639"
1157- id="linearGradient8018"
1158- gradientUnits="userSpaceOnUse"
1159- x1="611.125"
1160- y1="-404.84375"
1161- x2="613.92871"
1162- y2="-402.37305" />
1163- <linearGradient
1164- inkscape:collect="always"
1165- xlink:href="#linearGradient11629"
1166- id="linearGradient8020"
1167- gradientUnits="userSpaceOnUse"
1168- x1="615"
1169- y1="-406.78125"
1170- x2="618.875"
1171- y2="-403.36459" />
1172- <linearGradient
1173- inkscape:collect="always"
1174- xlink:href="#linearGradient11639"
1175- id="linearGradient8022"
1176- gradientUnits="userSpaceOnUse"
1177- x1="611.125"
1178- y1="-404.84375"
1179- x2="613.92871"
1180- y2="-402.37305" />
1181- <linearGradient
1182- inkscape:collect="always"
1183- xlink:href="#linearGradient11639"
1184- id="linearGradient8024"
1185- gradientUnits="userSpaceOnUse"
1186- x1="611.125"
1187- y1="-404.84375"
1188- x2="613.92871"
1189- y2="-402.37305" />
1190- <linearGradient
1191- inkscape:collect="always"
1192- xlink:href="#linearGradient11629"
1193- id="linearGradient8026"
1194- gradientUnits="userSpaceOnUse"
1195- x1="615"
1196- y1="-406.78125"
1197- x2="618.875"
1198- y2="-403.36459" />
1199- <radialGradient
1200- inkscape:collect="always"
1201- xlink:href="#linearGradient2591"
1202- id="radialGradient8092"
1203- gradientUnits="userSpaceOnUse"
1204- gradientTransform="matrix(0,-0.843022,1.020168,0,697.57788,97.58614)"
1205- cx="11.319205"
1206- cy="22.454971"
1207- fx="11.319205"
1208- fy="22.454971"
1209- r="16.9562" />
1210- <radialGradient
1211- inkscape:collect="always"
1212- xlink:href="#linearGradient8650"
1213- id="radialGradient8094"
1214- gradientUnits="userSpaceOnUse"
1215- gradientTransform="matrix(0,-2.046729,1.55761,0,699.73845,122.93275)"
1216- cx="24.53788"
1217- cy="0.40010813"
1218- fx="24.53788"
1219- fy="0.40010813"
1220- r="17.171415" />
1221- <radialGradient
1222- inkscape:collect="always"
1223- xlink:href="#linearGradient2591"
1224- id="radialGradient8104"
1225- gradientUnits="userSpaceOnUse"
1226- gradientTransform="matrix(0,-0.843022,1.020168,0,697.57788,97.58614)"
1227- cx="11.319205"
1228- cy="22.454971"
1229- fx="11.319205"
1230- fy="22.454971"
1231- r="16.9562" />
1232- <radialGradient
1233- inkscape:collect="always"
1234- xlink:href="#linearGradient8650"
1235- id="radialGradient8106"
1236- gradientUnits="userSpaceOnUse"
1237- gradientTransform="matrix(0,-2.046729,1.55761,0,699.73845,122.93275)"
1238- cx="24.53788"
1239- cy="0.40010813"
1240- fx="24.53788"
1241- fy="0.40010813"
1242- r="17.171415" />
1243- <radialGradient
1244- inkscape:collect="always"
1245- xlink:href="#linearGradient2591"
1246- id="radialGradient8116"
1247- gradientUnits="userSpaceOnUse"
1248- gradientTransform="matrix(0,-0.843022,1.020168,0,697.57788,97.58614)"
1249- cx="11.319205"
1250- cy="22.454971"
1251- fx="11.319205"
1252- fy="22.454971"
1253- r="16.9562" />
1254- <radialGradient
1255- inkscape:collect="always"
1256- xlink:href="#linearGradient8650"
1257- id="radialGradient8118"
1258- gradientUnits="userSpaceOnUse"
1259- gradientTransform="matrix(0,-2.046729,1.55761,0,699.73845,122.93275)"
1260- cx="24.53788"
1261- cy="0.40010813"
1262- fx="24.53788"
1263- fy="0.40010813"
1264- r="17.171415" />
1265- <radialGradient
1266- inkscape:collect="always"
1267- xlink:href="#linearGradient2591"
1268- id="radialGradient8136"
1269- gradientUnits="userSpaceOnUse"
1270- gradientTransform="matrix(0,-0.843022,1.020168,0,697.57788,97.58614)"
1271- cx="11.319205"
1272- cy="22.454971"
1273- fx="11.319205"
1274- fy="22.454971"
1275- r="16.9562" />
1276- <radialGradient
1277- inkscape:collect="always"
1278- xlink:href="#linearGradient8650"
1279- id="radialGradient8138"
1280- gradientUnits="userSpaceOnUse"
1281- gradientTransform="matrix(0,-2.046729,1.55761,0,699.73845,122.93275)"
1282- cx="24.53788"
1283- cy="0.40010813"
1284- fx="24.53788"
1285- fy="0.40010813"
1286- r="17.171415" />
1287- <linearGradient
1288- inkscape:collect="always"
1289- xlink:href="#linearGradient6470"
1290- id="linearGradient9267"
1291- gradientUnits="userSpaceOnUse"
1292- x1="271.0217"
1293- y1="-441.05182"
1294- x2="285.02859"
1295- y2="-431.96991" />
1296- <linearGradient
1297- inkscape:collect="always"
1298- xlink:href="#linearGradient6497"
1299- id="linearGradient9269"
1300- gradientUnits="userSpaceOnUse"
1301- x1="287.5173"
1302- y1="-439.75281"
1303- x2="289.67633"
1304- y2="-436.32199" />
1305- <linearGradient
1306- inkscape:collect="always"
1307- xlink:href="#linearGradient6513"
1308- id="linearGradient9271"
1309- gradientUnits="userSpaceOnUse"
1310- x1="286.51172"
1311- y1="-441.29074"
1312- x2="289.85379"
1313- y2="-436.14453" />
1314- <linearGradient
1315- inkscape:collect="always"
1316- xlink:href="#linearGradient6538"
1317- id="linearGradient9273"
1318- gradientUnits="userSpaceOnUse"
1319- x1="285.94086"
1320- y1="-439.939"
1321- x2="289.39124"
1322- y2="-436.4429" />
1323- <linearGradient
1324- inkscape:collect="always"
1325- xlink:href="#linearGradient6527"
1326- id="linearGradient9275"
1327- gradientUnits="userSpaceOnUse"
1328- x1="275.94193"
1329- y1="-437.10501"
1330- x2="279.97546"
1331- y2="-431.91833" />
1332- <linearGradient
1333- inkscape:collect="always"
1334- xlink:href="#linearGradient6549"
1335- id="linearGradient9277"
1336- gradientUnits="userSpaceOnUse"
1337- x1="286.66589"
1338- y1="-439.48358"
1339- x2="289.76562"
1340- y2="-436.70703" />
1341- <linearGradient
1342- inkscape:collect="always"
1343- xlink:href="#linearGradient6538"
1344- id="linearGradient9279"
1345- gradientUnits="userSpaceOnUse"
1346- x1="284.80219"
1347- y1="-441.23294"
1348- x2="288.89954"
1349- y2="-436.83109" />
1350- <linearGradient
1351- inkscape:collect="always"
1352- xlink:href="#linearGradient9312"
1353- id="linearGradient9318"
1354- x1="1541.9441"
1355- y1="105.09692"
1356- x2="1513.0898"
1357- y2="77.173828"
1358- gradientUnits="userSpaceOnUse" />
1359- <linearGradient
1360- inkscape:collect="always"
1361- xlink:href="#linearGradient9320"
1362- id="linearGradient9326"
1363- x1="1514.2129"
1364- y1="75.171875"
1365- x2="1529.8867"
1366- y2="95.533203"
1367- gradientUnits="userSpaceOnUse" />
1368- <linearGradient
1369- inkscape:collect="always"
1370- xlink:href="#linearGradient9312"
1371- id="linearGradient9461"
1372- gradientUnits="userSpaceOnUse"
1373- x1="1541.9441"
1374- y1="105.09692"
1375- x2="1513.0898"
1376- y2="77.173828" />
1377- <linearGradient
1378- inkscape:collect="always"
1379- xlink:href="#linearGradient9320"
1380- id="linearGradient9463"
1381- gradientUnits="userSpaceOnUse"
1382- x1="1514.2129"
1383- y1="75.171875"
1384- x2="1529.8867"
1385- y2="95.533203" />
1386- <radialGradient
1387- inkscape:collect="always"
1388- xlink:href="#linearGradient9647"
1389- id="radialGradient9465"
1390- gradientUnits="userSpaceOnUse"
1391- gradientTransform="matrix(0.9874025,0,0,0.9874046,1525.504,52.863234)"
1392- cx="24.30225"
1393- cy="33.30225"
1394- fx="24.30225"
1395- fy="33.30225"
1396- r="12.30225" />
1397- <linearGradient
1398- inkscape:collect="always"
1399- xlink:href="#linearGradient2256"
1400- id="linearGradient9467"
1401- gradientUnits="userSpaceOnUse"
1402- gradientTransform="matrix(0.5828888,0,0,0.58289,1535.3346,66.334468)"
1403- x1="21.75"
1404- y1="15.80225"
1405- x2="24.30225"
1406- y2="35.05225" />
1407- <linearGradient
1408- inkscape:collect="always"
1409- xlink:href="#linearGradient9312"
1410- id="linearGradient9537"
1411- gradientUnits="userSpaceOnUse"
1412- x1="1541.9441"
1413- y1="105.09692"
1414- x2="1513.0898"
1415- y2="77.173828" />
1416- <linearGradient
1417- inkscape:collect="always"
1418- xlink:href="#linearGradient9320"
1419- id="linearGradient9539"
1420- gradientUnits="userSpaceOnUse"
1421- x1="1514.2129"
1422- y1="75.171875"
1423- x2="1529.8867"
1424- y2="95.533203" />
1425- <radialGradient
1426- inkscape:collect="always"
1427- xlink:href="#linearGradient9647"
1428- id="radialGradient9541"
1429- gradientUnits="userSpaceOnUse"
1430- gradientTransform="matrix(0.734386,0,0,0.7343894,1532.3948,59.894424)"
1431- cx="24.30225"
1432- cy="33.30225"
1433- fx="24.30225"
1434- fy="33.30225"
1435- r="12.30225" />
1436- <linearGradient
1437- inkscape:collect="always"
1438- xlink:href="#linearGradient9312"
1439- id="linearGradient9553"
1440- gradientUnits="userSpaceOnUse"
1441- x1="1541.9441"
1442- y1="105.09692"
1443- x2="1513.0898"
1444- y2="77.173828" />
1445- <linearGradient
1446- inkscape:collect="always"
1447- xlink:href="#linearGradient9320"
1448- id="linearGradient9555"
1449- gradientUnits="userSpaceOnUse"
1450- x1="1514.2129"
1451- y1="75.171875"
1452- x2="1529.8867"
1453- y2="95.533203" />
1454- <radialGradient
1455- inkscape:collect="always"
1456- xlink:href="#linearGradient9647"
1457- id="radialGradient9557"
1458- gradientUnits="userSpaceOnUse"
1459- gradientTransform="matrix(0.7818231,0,0,0.7818207,1531.2497,58.574519)"
1460- cx="24.30225"
1461- cy="33.30225"
1462- fx="24.30225"
1463- fy="33.30225"
1464- r="12.30225" />
1465- <linearGradient
1466- inkscape:collect="always"
1467- xlink:href="#linearGradient11629"
1468- id="linearGradient9636"
1469- gradientUnits="userSpaceOnUse"
1470- x1="615"
1471- y1="-406.78125"
1472- x2="618.875"
1473- y2="-403.36459" />
1474- <linearGradient
1475- inkscape:collect="always"
1476- xlink:href="#linearGradient11639"
1477- id="linearGradient9638"
1478- gradientUnits="userSpaceOnUse"
1479- x1="611.125"
1480- y1="-404.84375"
1481- x2="613.92871"
1482- y2="-402.37305" />
1483- <linearGradient
1484- inkscape:collect="always"
1485- xlink:href="#linearGradient11639"
1486- id="linearGradient9640"
1487- gradientUnits="userSpaceOnUse"
1488- x1="611.125"
1489- y1="-404.84375"
1490- x2="613.92871"
1491- y2="-402.37305" />
1492- <linearGradient
1493- inkscape:collect="always"
1494- xlink:href="#linearGradient11639"
1495- id="linearGradient9642"
1496- gradientUnits="userSpaceOnUse"
1497- x1="611.125"
1498- y1="-404.84375"
1499- x2="613.92871"
1500- y2="-402.37305" />
1501- <linearGradient
1502- inkscape:collect="always"
1503- xlink:href="#linearGradient11629"
1504- id="linearGradient9644"
1505- gradientUnits="userSpaceOnUse"
1506- x1="615"
1507- y1="-406.78125"
1508- x2="618.875"
1509- y2="-403.36459" />
1510- <linearGradient
1511- inkscape:collect="always"
1512- xlink:href="#linearGradient11639"
1513- id="linearGradient9646"
1514- gradientUnits="userSpaceOnUse"
1515- x1="611.125"
1516- y1="-404.84375"
1517- x2="613.92871"
1518- y2="-402.37305" />
1519- <linearGradient
1520- inkscape:collect="always"
1521- xlink:href="#linearGradient11639"
1522- id="linearGradient9648"
1523- gradientUnits="userSpaceOnUse"
1524- x1="611.125"
1525- y1="-404.84375"
1526- x2="613.92871"
1527- y2="-402.37305" />
1528- <linearGradient
1529- inkscape:collect="always"
1530- xlink:href="#linearGradient6470"
1531- id="linearGradient9752"
1532- gradientUnits="userSpaceOnUse"
1533- gradientTransform="matrix(0.630958,0,0,0.640671,-155.4756,301.1529)"
1534- x1="271.0217"
1535- y1="-441.05182"
1536- x2="285.02859"
1537- y2="-431.96991" />
1538- <linearGradient
1539- inkscape:collect="always"
1540- xlink:href="#linearGradient6497"
1541- id="linearGradient9754"
1542- gradientUnits="userSpaceOnUse"
1543- x1="287.5173"
1544- y1="-439.75281"
1545- x2="289.67633"
1546- y2="-436.32199" />
1547- <linearGradient
1548- inkscape:collect="always"
1549- xlink:href="#linearGradient6513"
1550- id="linearGradient9756"
1551- gradientUnits="userSpaceOnUse"
1552- x1="286.51172"
1553- y1="-441.29074"
1554- x2="289.85379"
1555- y2="-436.14453" />
1556- <linearGradient
1557- inkscape:collect="always"
1558- xlink:href="#linearGradient6538"
1559- id="linearGradient9758"
1560- gradientUnits="userSpaceOnUse"
1561- x1="285.94086"
1562- y1="-439.939"
1563- x2="289.39124"
1564- y2="-436.4429" />
1565- <linearGradient
1566- inkscape:collect="always"
1567- xlink:href="#linearGradient6527"
1568- id="linearGradient9760"
1569- gradientUnits="userSpaceOnUse"
1570- x1="275.94193"
1571- y1="-437.10501"
1572- x2="279.97546"
1573- y2="-431.91833" />
1574- <linearGradient
1575- inkscape:collect="always"
1576- xlink:href="#linearGradient6549"
1577- id="linearGradient9762"
1578- gradientUnits="userSpaceOnUse"
1579- x1="286.66589"
1580- y1="-439.48358"
1581- x2="289.76562"
1582- y2="-436.70703" />
1583- <linearGradient
1584- inkscape:collect="always"
1585- xlink:href="#linearGradient6538"
1586- id="linearGradient9764"
1587- gradientUnits="userSpaceOnUse"
1588- x1="284.80219"
1589- y1="-441.23294"
1590- x2="288.89954"
1591- y2="-436.83109" />
1592- <linearGradient
1593- inkscape:collect="always"
1594- xlink:href="#linearGradient6470"
1595- id="linearGradient9810"
1596- gradientUnits="userSpaceOnUse"
1597- x1="271.0217"
1598- y1="-441.05182"
1599- x2="285.02859"
1600- y2="-431.96991" />
1601- <linearGradient
1602- inkscape:collect="always"
1603- xlink:href="#linearGradient6497"
1604- id="linearGradient9812"
1605- gradientUnits="userSpaceOnUse"
1606- x1="287.5173"
1607- y1="-439.75281"
1608- x2="289.67633"
1609- y2="-436.32199" />
1610- <linearGradient
1611- inkscape:collect="always"
1612- xlink:href="#linearGradient6513"
1613- id="linearGradient9814"
1614- gradientUnits="userSpaceOnUse"
1615- x1="286.51172"
1616- y1="-441.29074"
1617- x2="289.85379"
1618- y2="-436.14453" />
1619- <linearGradient
1620- inkscape:collect="always"
1621- xlink:href="#linearGradient6538"
1622- id="linearGradient9816"
1623- gradientUnits="userSpaceOnUse"
1624- x1="285.94086"
1625- y1="-439.939"
1626- x2="289.39124"
1627- y2="-436.4429" />
1628- <linearGradient
1629- inkscape:collect="always"
1630- xlink:href="#linearGradient6527"
1631- id="linearGradient9818"
1632- gradientUnits="userSpaceOnUse"
1633- x1="275.94193"
1634- y1="-437.10501"
1635- x2="279.97546"
1636- y2="-431.91833" />
1637- <linearGradient
1638- inkscape:collect="always"
1639- xlink:href="#linearGradient6549"
1640- id="linearGradient9820"
1641- gradientUnits="userSpaceOnUse"
1642- x1="286.66589"
1643- y1="-439.48358"
1644- x2="289.76562"
1645- y2="-436.70703" />
1646- <linearGradient
1647- inkscape:collect="always"
1648- xlink:href="#linearGradient6538"
1649- id="linearGradient9822"
1650- gradientUnits="userSpaceOnUse"
1651- x1="284.80219"
1652- y1="-441.23294"
1653- x2="288.89954"
1654- y2="-436.83109" />
1655- <inkscape:perspective
1656- id="perspective5261"
1657- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
1658- inkscape:vp_z="1 : 0.5 : 1"
1659- inkscape:vp_y="0 : 1000 : 0"
1660- inkscape:vp_x="0 : 0.5 : 1"
1661- sodipodi:type="inkscape:persp3d" />
1662- <linearGradient
1663- x1="113.0654"
1664- y1="100.6621"
1665- x2="113.0654"
1666- y2="94.512703"
1667- id="XMLID_63_"
1668- gradientUnits="userSpaceOnUse">
1669- <stop
1670- style="stop-color:#eeeeee;stop-opacity:1"
1671- offset="0"
1672- id="stop496" />
1673- <stop
1674- style="stop-color:#dddddd;stop-opacity:1"
1675- offset="0.66860002"
1676- id="stop498" />
1677- <stop
1678- style="stop-color:#555555;stop-opacity:1"
1679- offset="1"
1680- id="stop500" />
1681- </linearGradient>
1682- <radialGradient
1683- cx="113.0654"
1684- cy="97.587898"
1685- r="2.5631001"
1686- fx="113.667"
1687- fy="98"
1688- id="XMLID_64_"
1689- gradientUnits="userSpaceOnUse">
1690- <stop
1691- style="stop-color:#eeeeee;stop-opacity:1"
1692- offset="0"
1693- id="stop505" />
1694- <stop
1695- style="stop-color:#cecece;stop-opacity:1"
1696- offset="0.16"
1697- id="stop507" />
1698- <stop
1699- style="stop-color:#888888;stop-opacity:1"
1700- offset="0.4675"
1701- id="stop509" />
1702- <stop
1703- style="stop-color:#555555;stop-opacity:1"
1704- offset="1"
1705- id="stop511" />
1706- </radialGradient>
1707- <linearGradient
1708- id="linearGradient4120">
1709- <stop
1710- style="stop-color:#555753;stop-opacity:1"
1711- offset="0.0000000"
1712- id="stop4122" />
1713- <stop
1714- style="stop-color:#2e3436;stop-opacity:1"
1715- offset="1.0000000"
1716- id="stop4124" />
1717- </linearGradient>
1718- <linearGradient
1719- id="linearGradient4244">
1720- <stop
1721- style="stop-color:#efefef;stop-opacity:1"
1722- offset="0.0000000"
1723- id="stop4246" />
1724- <stop
1725- id="stop7563"
1726- offset="0.69516969"
1727- style="stop-color:#bcbcbc;stop-opacity:1" />
1728- <stop
1729- style="stop-color:#e4e4e4;stop-opacity:1"
1730- offset="1.0000000"
1731- id="stop4248" />
1732- </linearGradient>
1733- <linearGradient
1734- id="linearGradient7243">
1735- <stop
1736- id="stop7245"
1737- offset="0.0000000"
1738- style="stop-color:#565656;stop-opacity:1" />
1739- <stop
1740- id="stop7247"
1741- offset="1.0000000"
1742- style="stop-color:#bbbbbb;stop-opacity:0.0000000;" />
1743- </linearGradient>
1744- <linearGradient
1745- id="linearGradient7829">
1746- <stop
1747- style="stop-color:#ffffff;stop-opacity:1;"
1748- offset="0"
1749- id="stop7831" />
1750- <stop
1751- id="stop7833"
1752- offset="0.47025558"
1753- style="stop-color:#ffffff;stop-opacity:1" />
1754- <stop
1755- id="stop7835"
1756- offset="0.67183787"
1757- style="stop-color:#888a85;stop-opacity:1" />
1758- <stop
1759- style="stop-color:#dddddd;stop-opacity:1"
1760- offset="0.83542866"
1761- id="stop7837" />
1762- <stop
1763- style="stop-color:#a8a8a8;stop-opacity:1"
1764- offset="1"
1765- id="stop7839" />
1766- </linearGradient>
1767- <linearGradient
1768- id="linearGradient7841">
1769- <stop
1770- style="stop-color:#ffffff;stop-opacity:1;"
1771- offset="0"
1772- id="stop7843" />
1773- <stop
1774- id="stop7845"
1775- offset="0.47025558"
1776- style="stop-color:#ffffff;stop-opacity:1" />
1777- <stop
1778- id="stop7847"
1779- offset="0.67183787"
1780- style="stop-color:#8c8c8c;stop-opacity:1;" />
1781- <stop
1782- style="stop-color:#dddddd;stop-opacity:1"
1783- offset="0.83542866"
1784- id="stop7849" />
1785- <stop
1786- style="stop-color:#a8a8a8;stop-opacity:1"
1787- offset="1"
1788- id="stop7851" />
1789- </linearGradient>
1790- <inkscape:perspective
1791- id="perspective5385"
1792- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
1793- inkscape:vp_z="1 : 0.5 : 1"
1794- inkscape:vp_y="0 : 1000 : 0"
1795- inkscape:vp_x="0 : 0.5 : 1"
1796- sodipodi:type="inkscape:persp3d" />
1797- <linearGradient
1798- id="linearGradient4120-7">
1799- <stop
1800- style="stop-color:#555753;stop-opacity:1"
1801- offset="0.0000000"
1802- id="stop4122-6" />
1803- <stop
1804- style="stop-color:#2e3436;stop-opacity:1"
1805- offset="1.0000000"
1806- id="stop4124-5" />
1807- </linearGradient>
1808- <linearGradient
1809- id="linearGradient4244-6">
1810- <stop
1811- style="stop-color:#efefef;stop-opacity:1"
1812- offset="0.0000000"
1813- id="stop4246-9" />
1814- <stop
1815- id="stop7563-3"
1816- offset="0.69516969"
1817- style="stop-color:#bcbcbc;stop-opacity:1" />
1818- <stop
1819- style="stop-color:#e4e4e4;stop-opacity:1"
1820- offset="1.0000000"
1821- id="stop4248-7" />
1822- </linearGradient>
1823- <linearGradient
1824- id="linearGradient7609">
1825- <stop
1826- id="stop7611"
1827- offset="0"
1828- style="stop-color:#ffffff;stop-opacity:1;" />
1829- <stop
1830- style="stop-color:#e7e7e7;stop-opacity:1;"
1831- offset="0.47025558"
1832- id="stop7677" />
1833- <stop
1834- style="stop-color:#8c8c8c;stop-opacity:1;"
1835- offset="0.67183787"
1836- id="stop7613" />
1837- <stop
1838- id="stop7617"
1839- offset="0.83542866"
1840- style="stop-color:#dddddd;stop-opacity:1" />
1841- <stop
1842- id="stop7615"
1843- offset="1"
1844- style="stop-color:#a8a8a8;stop-opacity:1" />
1845- </linearGradient>
1846- <linearGradient
1847- id="linearGradient5418">
1848- <stop
1849- id="stop5420"
1850- offset="0"
1851- style="stop-color:#ffffff;stop-opacity:1;" />
1852- <stop
1853- style="stop-color:#e7e7e7;stop-opacity:1;"
1854- offset="0.47025558"
1855- id="stop5422" />
1856- <stop
1857- style="stop-color:#8c8c8c;stop-opacity:1;"
1858- offset="0.67183787"
1859- id="stop5424" />
1860- <stop
1861- id="stop5426"
1862- offset="0.83542866"
1863- style="stop-color:#dddddd;stop-opacity:1" />
1864- <stop
1865- id="stop5428"
1866- offset="1"
1867- style="stop-color:#a8a8a8;stop-opacity:1" />
1868- </linearGradient>
1869- <linearGradient
1870- x1="113.0654"
1871- y1="100.6621"
1872- x2="113.0654"
1873- y2="94.512703"
1874- id="XMLID_63_-5"
1875- gradientUnits="userSpaceOnUse">
1876- <stop
1877- style="stop-color:#eeeeee;stop-opacity:1"
1878- offset="0"
1879- id="stop496-4" />
1880- <stop
1881- style="stop-color:#dddddd;stop-opacity:1"
1882- offset="0.66860002"
1883- id="stop498-7" />
1884- <stop
1885- style="stop-color:#555555;stop-opacity:1"
1886- offset="1"
1887- id="stop500-4" />
1888- </linearGradient>
1889- <radialGradient
1890- cx="113.0654"
1891- cy="97.587898"
1892- r="2.5631001"
1893- fx="113.667"
1894- fy="98"
1895- id="XMLID_64_-4"
1896- gradientUnits="userSpaceOnUse">
1897- <stop
1898- style="stop-color:#eeeeee;stop-opacity:1"
1899- offset="0"
1900- id="stop505-3" />
1901- <stop
1902- style="stop-color:#cecece;stop-opacity:1"
1903- offset="0.16"
1904- id="stop507-0" />
1905- <stop
1906- style="stop-color:#888888;stop-opacity:1"
1907- offset="0.4675"
1908- id="stop509-7" />
1909- <stop
1910- style="stop-color:#555555;stop-opacity:1"
1911- offset="1"
1912- id="stop511-8" />
1913- </radialGradient>
1914- <linearGradient
1915- x1="113.0654"
1916- y1="100.6621"
1917- x2="113.0654"
1918- y2="94.512703"
1919- id="linearGradient5442"
1920- gradientUnits="userSpaceOnUse">
1921- <stop
1922- style="stop-color:#eeeeee;stop-opacity:1"
1923- offset="0"
1924- id="stop5444" />
1925- <stop
1926- style="stop-color:#dddddd;stop-opacity:1"
1927- offset="0.66860002"
1928- id="stop5446" />
1929- <stop
1930- style="stop-color:#555555;stop-opacity:1"
1931- offset="1"
1932- id="stop5448" />
1933- </linearGradient>
1934- <radialGradient
1935- cx="113.0654"
1936- cy="97.587898"
1937- r="2.5631001"
1938- fx="113.667"
1939- fy="98"
1940- id="radialGradient5451"
1941- gradientUnits="userSpaceOnUse">
1942- <stop
1943- style="stop-color:#eeeeee;stop-opacity:1"
1944- offset="0"
1945- id="stop5453" />
1946- <stop
1947- style="stop-color:#cecece;stop-opacity:1"
1948- offset="0.16"
1949- id="stop5455" />
1950- <stop
1951- style="stop-color:#888888;stop-opacity:1"
1952- offset="0.4675"
1953- id="stop5457" />
1954- <stop
1955- style="stop-color:#555555;stop-opacity:1"
1956- offset="1"
1957- id="stop5459" />
1958- </radialGradient>
1959- <linearGradient
1960- x1="113.0654"
1961- y1="100.6621"
1962- x2="113.0654"
1963- y2="94.512703"
1964- id="linearGradient5462"
1965- gradientUnits="userSpaceOnUse">
1966- <stop
1967- style="stop-color:#eeeeee;stop-opacity:1"
1968- offset="0"
1969- id="stop5464" />
1970- <stop
1971- style="stop-color:#dddddd;stop-opacity:1"
1972- offset="0.66860002"
1973- id="stop5466" />
1974- <stop
1975- style="stop-color:#555555;stop-opacity:1"
1976- offset="1"
1977- id="stop5468" />
1978- </linearGradient>
1979- <radialGradient
1980- cx="113.0654"
1981- cy="97.587898"
1982- r="2.5631001"
1983- fx="113.667"
1984- fy="98"
1985- id="radialGradient5471"
1986- gradientUnits="userSpaceOnUse">
1987- <stop
1988- style="stop-color:#eeeeee;stop-opacity:1"
1989- offset="0"
1990- id="stop5473" />
1991- <stop
1992- style="stop-color:#cecece;stop-opacity:1"
1993- offset="0.16"
1994- id="stop5475" />
1995- <stop
1996- style="stop-color:#888888;stop-opacity:1"
1997- offset="0.4675"
1998- id="stop5477" />
1999- <stop
2000- style="stop-color:#555555;stop-opacity:1"
2001- offset="1"
2002- id="stop5479" />
2003- </radialGradient>
2004- <linearGradient
2005- id="linearGradient4110">
2006- <stop
2007- style="stop-color:#000000;stop-opacity:1"
2008- offset="0.0000000"
2009- id="stop4112" />
2010- <stop
2011- style="stop-color:#bbbbbb;stop-opacity:0.0000000;"
2012- offset="1.0000000"
2013- id="stop4114" />
2014- </linearGradient>
2015- <linearGradient
2016- id="linearGradient5531">
2017- <stop
2018- id="stop5533"
2019- offset="0"
2020- style="stop-color:#ffffff;stop-opacity:1;" />
2021- <stop
2022- style="stop-color:#e7e7e7;stop-opacity:1;"
2023- offset="0.47025558"
2024- id="stop5535" />
2025- <stop
2026- style="stop-color:#8c8c8c;stop-opacity:1;"
2027- offset="0.67183787"
2028- id="stop5537" />
2029- <stop
2030- id="stop5539"
2031- offset="0.83542866"
2032- style="stop-color:#dddddd;stop-opacity:1" />
2033- <stop
2034- id="stop5541"
2035- offset="1"
2036- style="stop-color:#a8a8a8;stop-opacity:1" />
2037- </linearGradient>
2038- <linearGradient
2039- x1="113.0654"
2040- y1="100.6621"
2041- x2="113.0654"
2042- y2="94.512703"
2043- id="linearGradient5544"
2044- gradientUnits="userSpaceOnUse">
2045- <stop
2046- style="stop-color:#eeeeee;stop-opacity:1"
2047- offset="0"
2048- id="stop5546" />
2049- <stop
2050- style="stop-color:#dddddd;stop-opacity:1"
2051- offset="0.66860002"
2052- id="stop5548" />
2053- <stop
2054- style="stop-color:#555555;stop-opacity:1"
2055- offset="1"
2056- id="stop5550" />
2057- </linearGradient>
2058- <radialGradient
2059- cx="113.0654"
2060- cy="97.587898"
2061- r="2.5631001"
2062- fx="113.667"
2063- fy="98"
2064- id="radialGradient5553"
2065- gradientUnits="userSpaceOnUse">
2066- <stop
2067- style="stop-color:#eeeeee;stop-opacity:1"
2068- offset="0"
2069- id="stop5555" />
2070- <stop
2071- style="stop-color:#cecece;stop-opacity:1"
2072- offset="0.16"
2073- id="stop5557" />
2074- <stop
2075- style="stop-color:#888888;stop-opacity:1"
2076- offset="0.4675"
2077- id="stop5559" />
2078- <stop
2079- style="stop-color:#555555;stop-opacity:1"
2080- offset="1"
2081- id="stop5561" />
2082- </radialGradient>
2083- <inkscape:perspective
2084- id="perspective5618"
2085- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
2086- inkscape:vp_z="1 : 0.5 : 1"
2087- inkscape:vp_y="0 : 1000 : 0"
2088- inkscape:vp_x="0 : 0.5 : 1"
2089- sodipodi:type="inkscape:persp3d" />
2090- <linearGradient
2091- id="linearGradient4120-1">
2092- <stop
2093- style="stop-color:#555753;stop-opacity:1"
2094- offset="0.0000000"
2095- id="stop4122-0" />
2096- <stop
2097- style="stop-color:#2e3436;stop-opacity:1"
2098- offset="1.0000000"
2099- id="stop4124-6" />
2100- </linearGradient>
2101- <linearGradient
2102- id="linearGradient4244-1">
2103- <stop
2104- style="stop-color:#efefef;stop-opacity:1"
2105- offset="0.0000000"
2106- id="stop4246-5" />
2107- <stop
2108- id="stop7563-9"
2109- offset="0.69516969"
2110- style="stop-color:#bcbcbc;stop-opacity:1" />
2111- <stop
2112- style="stop-color:#e4e4e4;stop-opacity:1"
2113- offset="1.0000000"
2114- id="stop4248-4" />
2115- </linearGradient>
2116- <linearGradient
2117- id="linearGradient6309">
2118- <stop
2119- style="stop-color:#000000;stop-opacity:1"
2120- offset="0.0000000"
2121- id="stop6311" />
2122- <stop
2123- style="stop-color:#bbbbbb;stop-opacity:0.0000000;"
2124- offset="1.0000000"
2125- id="stop6313" />
2126- </linearGradient>
2127- <linearGradient
2128- id="linearGradient7811">
2129- <stop
2130- style="stop-color:#ffffff;stop-opacity:1;"
2131- offset="0"
2132- id="stop7813" />
2133- <stop
2134- id="stop7815"
2135- offset="0.47025558"
2136- style="stop-color:#e7e7e7;stop-opacity:1;" />
2137- <stop
2138- id="stop7817"
2139- offset="0.67183787"
2140- style="stop-color:#8c8c8c;stop-opacity:1;" />
2141- <stop
2142- style="stop-color:#ffffff;stop-opacity:1"
2143- offset="0.83542866"
2144- id="stop7819" />
2145- <stop
2146- style="stop-color:#a8a8a8;stop-opacity:1"
2147- offset="1"
2148- id="stop7821" />
2149- </linearGradient>
2150- <linearGradient
2151- id="linearGradient7609-1">
2152- <stop
2153- id="stop7611-5"
2154- offset="0"
2155- style="stop-color:#ffffff;stop-opacity:1;" />
2156- <stop
2157- style="stop-color:#e7e7e7;stop-opacity:1;"
2158- offset="0.47025558"
2159- id="stop7677-9" />
2160- <stop
2161- style="stop-color:#8c8c8c;stop-opacity:1;"
2162- offset="0.67183787"
2163- id="stop7613-7" />
2164- <stop
2165- id="stop7617-7"
2166- offset="0.83542866"
2167- style="stop-color:#dddddd;stop-opacity:1" />
2168- <stop
2169- id="stop7615-6"
2170- offset="1"
2171- style="stop-color:#a8a8a8;stop-opacity:1" />
2172- </linearGradient>
2173- <linearGradient
2174- x1="113.0654"
2175- y1="100.6621"
2176- x2="113.0654"
2177- y2="94.512703"
2178- id="XMLID_63_-7"
2179- gradientUnits="userSpaceOnUse">
2180- <stop
2181- style="stop-color:#eeeeee;stop-opacity:1"
2182- offset="0"
2183- id="stop496-3" />
2184- <stop
2185- style="stop-color:#dddddd;stop-opacity:1"
2186- offset="0.66860002"
2187- id="stop498-6" />
2188- <stop
2189- style="stop-color:#555555;stop-opacity:1"
2190- offset="1"
2191- id="stop500-5" />
2192- </linearGradient>
2193- <radialGradient
2194- cx="113.0654"
2195- cy="97.587898"
2196- r="2.5631001"
2197- fx="113.667"
2198- fy="98"
2199- id="XMLID_64_-6"
2200- gradientUnits="userSpaceOnUse">
2201- <stop
2202- style="stop-color:#eeeeee;stop-opacity:1"
2203- offset="0"
2204- id="stop505-39" />
2205- <stop
2206- style="stop-color:#cecece;stop-opacity:1"
2207- offset="0.16"
2208- id="stop507-4" />
2209- <stop
2210- style="stop-color:#888888;stop-opacity:1"
2211- offset="0.4675"
2212- id="stop509-8" />
2213- <stop
2214- style="stop-color:#555555;stop-opacity:1"
2215- offset="1"
2216- id="stop511-1" />
2217- </radialGradient>
2218- <linearGradient
2219- x1="113.0654"
2220- y1="100.6621"
2221- x2="113.0654"
2222- y2="94.512703"
2223- id="linearGradient5677"
2224- gradientUnits="userSpaceOnUse">
2225- <stop
2226- style="stop-color:#eeeeee;stop-opacity:1"
2227- offset="0"
2228- id="stop5679" />
2229- <stop
2230- style="stop-color:#dddddd;stop-opacity:1"
2231- offset="0.66860002"
2232- id="stop5681" />
2233- <stop
2234- style="stop-color:#555555;stop-opacity:1"
2235- offset="1"
2236- id="stop5683" />
2237- </linearGradient>
2238- <radialGradient
2239- cx="113.0654"
2240- cy="97.587898"
2241- r="2.5631001"
2242- fx="113.667"
2243- fy="98"
2244- id="radialGradient5686"
2245- gradientUnits="userSpaceOnUse">
2246- <stop
2247- style="stop-color:#eeeeee;stop-opacity:1"
2248- offset="0"
2249- id="stop5688" />
2250- <stop
2251- style="stop-color:#cecece;stop-opacity:1"
2252- offset="0.16"
2253- id="stop5690" />
2254- <stop
2255- style="stop-color:#888888;stop-opacity:1"
2256- offset="0.4675"
2257- id="stop5692" />
2258- <stop
2259- style="stop-color:#555555;stop-opacity:1"
2260- offset="1"
2261- id="stop5694" />
2262- </radialGradient>
2263- <linearGradient
2264- id="linearGradient5732">
2265- <stop
2266- id="stop5734"
2267- offset="0"
2268- style="stop-color:#ffffff;stop-opacity:1;" />
2269- <stop
2270- style="stop-color:#e7e7e7;stop-opacity:1;"
2271- offset="0.47025558"
2272- id="stop5736" />
2273- <stop
2274- style="stop-color:#8c8c8c;stop-opacity:1;"
2275- offset="0.67183787"
2276- id="stop5738" />
2277- <stop
2278- id="stop5740"
2279- offset="0.83542866"
2280- style="stop-color:#dddddd;stop-opacity:1" />
2281- <stop
2282- id="stop5742"
2283- offset="1"
2284- style="stop-color:#a8a8a8;stop-opacity:1" />
2285- </linearGradient>
2286- <linearGradient
2287- x1="113.0654"
2288- y1="100.6621"
2289- x2="113.0654"
2290- y2="94.512703"
2291- id="linearGradient5757"
2292- gradientUnits="userSpaceOnUse">
2293- <stop
2294- style="stop-color:#eeeeee;stop-opacity:1"
2295- offset="0"
2296- id="stop5759" />
2297- <stop
2298- style="stop-color:#dddddd;stop-opacity:1"
2299- offset="0.66860002"
2300- id="stop5761" />
2301- <stop
2302- style="stop-color:#555555;stop-opacity:1"
2303- offset="1"
2304- id="stop5763" />
2305- </linearGradient>
2306- <radialGradient
2307- cx="113.0654"
2308- cy="97.587898"
2309- r="2.5631001"
2310- fx="113.667"
2311- fy="98"
2312- id="radialGradient5766"
2313- gradientUnits="userSpaceOnUse">
2314- <stop
2315- style="stop-color:#eeeeee;stop-opacity:1"
2316- offset="0"
2317- id="stop5768" />
2318- <stop
2319- style="stop-color:#cecece;stop-opacity:1"
2320- offset="0.16"
2321- id="stop5770" />
2322- <stop
2323- style="stop-color:#888888;stop-opacity:1"
2324- offset="0.4675"
2325- id="stop5772" />
2326- <stop
2327- style="stop-color:#555555;stop-opacity:1"
2328- offset="1"
2329- id="stop5774" />
2330- </radialGradient>
2331- <linearGradient
2332- x1="113.0654"
2333- y1="100.6621"
2334- x2="113.0654"
2335- y2="94.512703"
2336- id="linearGradient5777"
2337- gradientUnits="userSpaceOnUse">
2338- <stop
2339- style="stop-color:#eeeeee;stop-opacity:1"
2340- offset="0"
2341- id="stop5779" />
2342- <stop
2343- style="stop-color:#dddddd;stop-opacity:1"
2344- offset="0.66860002"
2345- id="stop5781" />
2346- <stop
2347- style="stop-color:#555555;stop-opacity:1"
2348- offset="1"
2349- id="stop5783" />
2350- </linearGradient>
2351- <radialGradient
2352- cx="113.0654"
2353- cy="97.587898"
2354- r="2.5631001"
2355- fx="113.667"
2356- fy="98"
2357- id="radialGradient5786"
2358- gradientUnits="userSpaceOnUse">
2359- <stop
2360- style="stop-color:#eeeeee;stop-opacity:1"
2361- offset="0"
2362- id="stop5788" />
2363- <stop
2364- style="stop-color:#cecece;stop-opacity:1"
2365- offset="0.16"
2366- id="stop5790" />
2367- <stop
2368- style="stop-color:#888888;stop-opacity:1"
2369- offset="0.4675"
2370- id="stop5792" />
2371- <stop
2372- style="stop-color:#555555;stop-opacity:1"
2373- offset="1"
2374- id="stop5794" />
2375- </radialGradient>
2376- <linearGradient
2377- inkscape:collect="always"
2378- xlink:href="#linearGradient6317"
2379- id="linearGradient6323"
2380- x1="308.00098"
2381- y1="139.40625"
2382- x2="306.25"
2383- y2="139.40625"
2384- gradientUnits="userSpaceOnUse"
2385- gradientTransform="translate(0,15)" />
2386- <linearGradient
2387- inkscape:collect="always"
2388- id="linearGradient6317">
2389- <stop
2390- style="stop-color:#ffffff;stop-opacity:1;"
2391- offset="0"
2392- id="stop6319" />
2393- <stop
2394- style="stop-color:#ffffff;stop-opacity:0;"
2395- offset="1"
2396- id="stop6321" />
2397- </linearGradient>
2398- <inkscape:perspective
2399- id="perspective5848"
2400- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
2401- inkscape:vp_z="1 : 0.5 : 1"
2402- inkscape:vp_y="0 : 1000 : 0"
2403- inkscape:vp_x="0 : 0.5 : 1"
2404- sodipodi:type="inkscape:persp3d" />
2405- <linearGradient
2406- id="linearGradient4120-76">
2407- <stop
2408- style="stop-color:#555753;stop-opacity:1"
2409- offset="0.0000000"
2410- id="stop4122-3" />
2411- <stop
2412- style="stop-color:#2e3436;stop-opacity:1"
2413- offset="1.0000000"
2414- id="stop4124-1" />
2415- </linearGradient>
2416- <linearGradient
2417- id="linearGradient4244-7">
2418- <stop
2419- style="stop-color:#efefef;stop-opacity:1"
2420- offset="0.0000000"
2421- id="stop4246-59" />
2422- <stop
2423- id="stop7563-6"
2424- offset="0.69516969"
2425- style="stop-color:#bcbcbc;stop-opacity:1" />
2426- <stop
2427- style="stop-color:#e4e4e4;stop-opacity:1"
2428- offset="1.0000000"
2429- id="stop4248-2" />
2430- </linearGradient>
2431- <linearGradient
2432- id="linearGradient7243-5">
2433- <stop
2434- id="stop7245-7"
2435- offset="0.0000000"
2436- style="stop-color:#565656;stop-opacity:1" />
2437- <stop
2438- id="stop7247-4"
2439- offset="1.0000000"
2440- style="stop-color:#bbbbbb;stop-opacity:0.0000000;" />
2441- </linearGradient>
2442- <linearGradient
2443- id="linearGradient7787">
2444- <stop
2445- style="stop-color:#ffffff;stop-opacity:1;"
2446- offset="0"
2447- id="stop7789" />
2448- <stop
2449- id="stop7791"
2450- offset="0.47025558"
2451- style="stop-color:#ffffff;stop-opacity:1" />
2452- <stop
2453- id="stop7793"
2454- offset="0.67183787"
2455- style="stop-color:#2e3436;stop-opacity:1" />
2456- <stop
2457- style="stop-color:#dddddd;stop-opacity:1"
2458- offset="0.83542866"
2459- id="stop7795" />
2460- <stop
2461- style="stop-color:#a8a8a8;stop-opacity:1"
2462- offset="1"
2463- id="stop7797" />
2464- </linearGradient>
2465- <linearGradient
2466- id="linearGradient7775">
2467- <stop
2468- style="stop-color:#ffffff;stop-opacity:1"
2469- offset="0"
2470- id="stop7777" />
2471- <stop
2472- id="stop7779"
2473- offset="0.42264673"
2474- style="stop-color:#ffffff;stop-opacity:1" />
2475- <stop
2476- id="stop7781"
2477- offset="0.67183787"
2478- style="stop-color:#8c8c8c;stop-opacity:1;" />
2479- <stop
2480- style="stop-color:#dddddd;stop-opacity:1"
2481- offset="0.83542866"
2482- id="stop7783" />
2483- <stop
2484- style="stop-color:#a8a8a8;stop-opacity:1"
2485- offset="1"
2486- id="stop7785" />
2487- </linearGradient>
2488- <linearGradient
2489- x1="113.0654"
2490- y1="100.6621"
2491- x2="113.0654"
2492- y2="94.512703"
2493- id="XMLID_63_-53"
2494- gradientUnits="userSpaceOnUse">
2495- <stop
2496- style="stop-color:#eeeeee;stop-opacity:1"
2497- offset="0"
2498- id="stop496-8" />
2499- <stop
2500- style="stop-color:#dddddd;stop-opacity:1"
2501- offset="0.66860002"
2502- id="stop498-8" />
2503- <stop
2504- style="stop-color:#555555;stop-opacity:1"
2505- offset="1"
2506- id="stop500-3" />
2507- </linearGradient>
2508- <radialGradient
2509- cx="113.0654"
2510- cy="97.587898"
2511- r="2.5631001"
2512- fx="113.667"
2513- fy="98"
2514- id="XMLID_64_-1"
2515- gradientUnits="userSpaceOnUse">
2516- <stop
2517- style="stop-color:#eeeeee;stop-opacity:1"
2518- offset="0"
2519- id="stop505-8" />
2520- <stop
2521- style="stop-color:#cecece;stop-opacity:1"
2522- offset="0.16"
2523- id="stop507-9" />
2524- <stop
2525- style="stop-color:#888888;stop-opacity:1"
2526- offset="0.4675"
2527- id="stop509-6" />
2528- <stop
2529- style="stop-color:#555555;stop-opacity:1"
2530- offset="1"
2531- id="stop511-4" />
2532- </radialGradient>
2533- <linearGradient
2534- x1="113.0654"
2535- y1="100.6621"
2536- x2="113.0654"
2537- y2="94.512703"
2538- id="linearGradient5907-3"
2539- gradientUnits="userSpaceOnUse">
2540- <stop
2541- style="stop-color:#eeeeee;stop-opacity:1"
2542- offset="0"
2543- id="stop5909" />
2544- <stop
2545- style="stop-color:#dddddd;stop-opacity:1"
2546- offset="0.66860002"
2547- id="stop5911" />
2548- <stop
2549- style="stop-color:#555555;stop-opacity:1"
2550- offset="1"
2551- id="stop5913" />
2552- </linearGradient>
2553- <radialGradient
2554- cx="113.0654"
2555- cy="97.587898"
2556- r="2.5631001"
2557- fx="113.667"
2558- fy="98"
2559- id="radialGradient5916"
2560- gradientUnits="userSpaceOnUse">
2561- <stop
2562- style="stop-color:#eeeeee;stop-opacity:1"
2563- offset="0"
2564- id="stop5918" />
2565- <stop
2566- style="stop-color:#cecece;stop-opacity:1"
2567- offset="0.16"
2568- id="stop5920" />
2569- <stop
2570- style="stop-color:#888888;stop-opacity:1"
2571- offset="0.4675"
2572- id="stop5922" />
2573- <stop
2574- style="stop-color:#555555;stop-opacity:1"
2575- offset="1"
2576- id="stop5924" />
2577- </radialGradient>
2578- <linearGradient
2579- id="linearGradient7799">
2580- <stop
2581- style="stop-color:#ffffff;stop-opacity:1;"
2582- offset="0"
2583- id="stop7801" />
2584- <stop
2585- id="stop7803"
2586- offset="0.47025558"
2587- style="stop-color:#ffffff;stop-opacity:1" />
2588- <stop
2589- id="stop7805"
2590- offset="0.67183787"
2591- style="stop-color:#000000;stop-opacity:1" />
2592- <stop
2593- style="stop-color:#dddddd;stop-opacity:1"
2594- offset="0.83542866"
2595- id="stop7807" />
2596- <stop
2597- style="stop-color:#a8a8a8;stop-opacity:1"
2598- offset="1"
2599- id="stop7809" />
2600- </linearGradient>
2601- <linearGradient
2602- x1="113.0654"
2603- y1="100.6621"
2604- x2="113.0654"
2605- y2="94.512703"
2606- id="linearGradient5981"
2607- gradientUnits="userSpaceOnUse">
2608- <stop
2609- style="stop-color:#eeeeee;stop-opacity:1"
2610- offset="0"
2611- id="stop5983" />
2612- <stop
2613- style="stop-color:#dddddd;stop-opacity:1"
2614- offset="0.66860002"
2615- id="stop5985" />
2616- <stop
2617- style="stop-color:#555555;stop-opacity:1"
2618- offset="1"
2619- id="stop5987" />
2620- </linearGradient>
2621- <radialGradient
2622- cx="113.0654"
2623- cy="97.587898"
2624- r="2.5631001"
2625- fx="113.667"
2626- fy="98"
2627- id="radialGradient5990"
2628- gradientUnits="userSpaceOnUse">
2629- <stop
2630- style="stop-color:#eeeeee;stop-opacity:1"
2631- offset="0"
2632- id="stop5992" />
2633- <stop
2634- style="stop-color:#cecece;stop-opacity:1"
2635- offset="0.16"
2636- id="stop5994" />
2637- <stop
2638- style="stop-color:#888888;stop-opacity:1"
2639- offset="0.4675"
2640- id="stop5996" />
2641- <stop
2642- style="stop-color:#555555;stop-opacity:1"
2643- offset="1"
2644- id="stop5998" />
2645- </radialGradient>
2646- <linearGradient
2647- x1="113.0654"
2648- y1="100.6621"
2649- x2="113.0654"
2650- y2="94.512703"
2651- id="linearGradient6001"
2652- gradientUnits="userSpaceOnUse">
2653- <stop
2654- style="stop-color:#eeeeee;stop-opacity:1"
2655- offset="0"
2656- id="stop6003" />
2657- <stop
2658- style="stop-color:#dddddd;stop-opacity:1"
2659- offset="0.66860002"
2660- id="stop6005" />
2661- <stop
2662- style="stop-color:#555555;stop-opacity:1"
2663- offset="1"
2664- id="stop6007" />
2665- </linearGradient>
2666- <radialGradient
2667- cx="113.0654"
2668- cy="97.587898"
2669- r="2.5631001"
2670- fx="113.667"
2671- fy="98"
2672- id="radialGradient6010"
2673- gradientUnits="userSpaceOnUse">
2674- <stop
2675- style="stop-color:#eeeeee;stop-opacity:1"
2676- offset="0"
2677- id="stop6012" />
2678- <stop
2679- style="stop-color:#cecece;stop-opacity:1"
2680- offset="0.16"
2681- id="stop6014" />
2682- <stop
2683- style="stop-color:#888888;stop-opacity:1"
2684- offset="0.4675"
2685- id="stop6016" />
2686- <stop
2687- style="stop-color:#555555;stop-opacity:1"
2688- offset="1"
2689- id="stop6018" />
2690- </radialGradient>
2691- <inkscape:perspective
2692- id="perspective5822"
2693- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
2694- inkscape:vp_z="1 : 0.5 : 1"
2695- inkscape:vp_y="0 : 1000 : 0"
2696- inkscape:vp_x="0 : 0.5 : 1"
2697- sodipodi:type="inkscape:persp3d" />
2698- <linearGradient
2699- x1="113.0654"
2700- y1="100.6621"
2701- x2="113.0654"
2702- y2="94.512703"
2703- id="XMLID_63_-1"
2704- gradientUnits="userSpaceOnUse">
2705- <stop
2706- style="stop-color:#eeeeee;stop-opacity:1"
2707- offset="0"
2708- id="stop496-0" />
2709- <stop
2710- style="stop-color:#dddddd;stop-opacity:1"
2711- offset="0.66860002"
2712- id="stop498-5" />
2713- <stop
2714- style="stop-color:#555555;stop-opacity:1"
2715- offset="1"
2716- id="stop500-1" />
2717- </linearGradient>
2718- <radialGradient
2719- cx="113.0654"
2720- cy="97.587898"
2721- r="2.5631001"
2722- fx="113.667"
2723- fy="98"
2724- id="XMLID_64_-0"
2725- gradientUnits="userSpaceOnUse">
2726- <stop
2727- style="stop-color:#eeeeee;stop-opacity:1"
2728- offset="0"
2729- id="stop505-85" />
2730- <stop
2731- style="stop-color:#cecece;stop-opacity:1"
2732- offset="0.16"
2733- id="stop507-06" />
2734- <stop
2735- style="stop-color:#888888;stop-opacity:1"
2736- offset="0.4675"
2737- id="stop509-4" />
2738- <stop
2739- style="stop-color:#555555;stop-opacity:1"
2740- offset="1"
2741- id="stop511-6" />
2742- </radialGradient>
2743- <linearGradient
2744- id="linearGradient4120-5">
2745- <stop
2746- style="stop-color:#555753;stop-opacity:1"
2747- offset="0.0000000"
2748- id="stop4122-8" />
2749- <stop
2750- style="stop-color:#2e3436;stop-opacity:1"
2751- offset="1.0000000"
2752- id="stop4124-62" />
2753- </linearGradient>
2754- <linearGradient
2755- id="linearGradient4244-4">
2756- <stop
2757- style="stop-color:#efefef;stop-opacity:1"
2758- offset="0.0000000"
2759- id="stop4246-7" />
2760- <stop
2761- id="stop7563-2"
2762- offset="0.69516969"
2763- style="stop-color:#bcbcbc;stop-opacity:1" />
2764- <stop
2765- style="stop-color:#e4e4e4;stop-opacity:1"
2766- offset="1.0000000"
2767- id="stop4248-40" />
2768- </linearGradient>
2769- <linearGradient
2770- id="linearGradient7243-1">
2771- <stop
2772- id="stop7245-3"
2773- offset="0.0000000"
2774- style="stop-color:#565656;stop-opacity:1" />
2775- <stop
2776- id="stop7247-1"
2777- offset="1.0000000"
2778- style="stop-color:#bbbbbb;stop-opacity:0.0000000;" />
2779- </linearGradient>
2780- <linearGradient
2781- id="linearGradient7829-3">
2782- <stop
2783- style="stop-color:#ffffff;stop-opacity:1;"
2784- offset="0"
2785- id="stop7831-9" />
2786- <stop
2787- id="stop7833-1"
2788- offset="0.47025558"
2789- style="stop-color:#ffffff;stop-opacity:1" />
2790- <stop
2791- id="stop7835-9"
2792- offset="0.67183787"
2793- style="stop-color:#888a85;stop-opacity:1" />
2794- <stop
2795- style="stop-color:#dddddd;stop-opacity:1"
2796- offset="0.83542866"
2797- id="stop7837-6" />
2798- <stop
2799- style="stop-color:#a8a8a8;stop-opacity:1"
2800- offset="1"
2801- id="stop7839-9" />
2802- </linearGradient>
2803- <linearGradient
2804- id="linearGradient7841-3">
2805- <stop
2806- style="stop-color:#ffffff;stop-opacity:1;"
2807- offset="0"
2808- id="stop7843-8" />
2809- <stop
2810- id="stop7845-0"
2811- offset="0.47025558"
2812- style="stop-color:#ffffff;stop-opacity:1" />
2813- <stop
2814- id="stop7847-5"
2815- offset="0.67183787"
2816- style="stop-color:#8c8c8c;stop-opacity:1;" />
2817- <stop
2818- style="stop-color:#dddddd;stop-opacity:1"
2819- offset="0.83542866"
2820- id="stop7849-6" />
2821- <stop
2822- style="stop-color:#a8a8a8;stop-opacity:1"
2823- offset="1"
2824- id="stop7851-6" />
2825- </linearGradient>
2826- <linearGradient
2827- id="linearGradient4120-1-4">
2828- <stop
2829- style="stop-color:#555753;stop-opacity:1"
2830- offset="0.0000000"
2831- id="stop4122-0-0" />
2832- <stop
2833- style="stop-color:#2e3436;stop-opacity:1"
2834- offset="1.0000000"
2835- id="stop4124-6-9" />
2836- </linearGradient>
2837- <linearGradient
2838- id="linearGradient4244-1-9">
2839- <stop
2840- style="stop-color:#efefef;stop-opacity:1"
2841- offset="0.0000000"
2842- id="stop4246-5-6" />
2843- <stop
2844- id="stop7563-9-2"
2845- offset="0.69516969"
2846- style="stop-color:#bcbcbc;stop-opacity:1" />
2847- <stop
2848- style="stop-color:#e4e4e4;stop-opacity:1"
2849- offset="1.0000000"
2850- id="stop4248-4-5" />
2851- </linearGradient>
2852- <linearGradient
2853- id="linearGradient6309-6">
2854- <stop
2855- style="stop-color:#000000;stop-opacity:1"
2856- offset="0.0000000"
2857- id="stop6311-0" />
2858- <stop
2859- style="stop-color:#bbbbbb;stop-opacity:0.0000000;"
2860- offset="1.0000000"
2861- id="stop6313-5" />
2862- </linearGradient>
2863- <linearGradient
2864- id="linearGradient7811-3">
2865- <stop
2866- style="stop-color:#ffffff;stop-opacity:1;"
2867- offset="0"
2868- id="stop7813-1" />
2869- <stop
2870- id="stop7815-4"
2871- offset="0.47025558"
2872- style="stop-color:#e7e7e7;stop-opacity:1;" />
2873- <stop
2874- id="stop7817-6"
2875- offset="0.67183787"
2876- style="stop-color:#8c8c8c;stop-opacity:1;" />
2877- <stop
2878- style="stop-color:#ffffff;stop-opacity:1"
2879- offset="0.83542866"
2880- id="stop7819-9" />
2881- <stop
2882- style="stop-color:#a8a8a8;stop-opacity:1"
2883- offset="1"
2884- id="stop7821-4" />
2885- </linearGradient>
2886- <linearGradient
2887- id="linearGradient7609-1-2">
2888- <stop
2889- id="stop7611-5-6"
2890- offset="0"
2891- style="stop-color:#ffffff;stop-opacity:1;" />
2892- <stop
2893- style="stop-color:#e7e7e7;stop-opacity:1;"
2894- offset="0.47025558"
2895- id="stop7677-9-4" />
2896- <stop
2897- style="stop-color:#8c8c8c;stop-opacity:1;"
2898- offset="0.67183787"
2899- id="stop7613-7-1" />
2900- <stop
2901- id="stop7617-7-2"
2902- offset="0.83542866"
2903- style="stop-color:#dddddd;stop-opacity:1" />
2904- <stop
2905- id="stop7615-6-8"
2906- offset="1"
2907- style="stop-color:#a8a8a8;stop-opacity:1" />
2908- </linearGradient>
2909- <linearGradient
2910- x1="113.0654"
2911- y1="100.6621"
2912- x2="113.0654"
2913- y2="94.512703"
2914- id="XMLID_63_-7-9"
2915- gradientUnits="userSpaceOnUse">
2916- <stop
2917- style="stop-color:#eeeeee;stop-opacity:1"
2918- offset="0"
2919- id="stop496-3-2" />
2920- <stop
2921- style="stop-color:#dddddd;stop-opacity:1"
2922- offset="0.66860002"
2923- id="stop498-6-8" />
2924- <stop
2925- style="stop-color:#555555;stop-opacity:1"
2926- offset="1"
2927- id="stop500-5-8" />
2928- </linearGradient>
2929- <radialGradient
2930- cx="113.0654"
2931- cy="97.587898"
2932- r="2.5631001"
2933- fx="113.667"
2934- fy="98"
2935- id="XMLID_64_-6-6"
2936- gradientUnits="userSpaceOnUse">
2937- <stop
2938- style="stop-color:#eeeeee;stop-opacity:1"
2939- offset="0"
2940- id="stop505-39-8" />
2941- <stop
2942- style="stop-color:#cecece;stop-opacity:1"
2943- offset="0.16"
2944- id="stop507-4-3" />
2945- <stop
2946- style="stop-color:#888888;stop-opacity:1"
2947- offset="0.4675"
2948- id="stop509-8-8" />
2949- <stop
2950- style="stop-color:#555555;stop-opacity:1"
2951- offset="1"
2952- id="stop511-1-3" />
2953- </radialGradient>
2954- <linearGradient
2955- x1="113.0654"
2956- y1="100.6621"
2957- x2="113.0654"
2958- y2="94.512703"
2959- id="linearGradient6041"
2960- gradientUnits="userSpaceOnUse">
2961- <stop
2962- style="stop-color:#eeeeee;stop-opacity:1"
2963- offset="0"
2964- id="stop6043" />
2965- <stop
2966- style="stop-color:#dddddd;stop-opacity:1"
2967- offset="0.66860002"
2968- id="stop6045" />
2969- <stop
2970- style="stop-color:#555555;stop-opacity:1"
2971- offset="1"
2972- id="stop6047" />
2973- </linearGradient>
2974- <radialGradient
2975- cx="113.0654"
2976- cy="97.587898"
2977- r="2.5631001"
2978- fx="113.667"
2979- fy="98"
2980- id="radialGradient6050"
2981- gradientUnits="userSpaceOnUse">
2982- <stop
2983- style="stop-color:#eeeeee;stop-opacity:1"
2984- offset="0"
2985- id="stop6052" />
2986- <stop
2987- style="stop-color:#cecece;stop-opacity:1"
2988- offset="0.16"
2989- id="stop6054" />
2990- <stop
2991- style="stop-color:#888888;stop-opacity:1"
2992- offset="0.4675"
2993- id="stop6056" />
2994- <stop
2995- style="stop-color:#555555;stop-opacity:1"
2996- offset="1"
2997- id="stop6058" />
2998- </radialGradient>
2999- <linearGradient
3000- id="linearGradient6096">
3001- <stop
3002- id="stop6098"
3003- offset="0"
3004- style="stop-color:#ffffff;stop-opacity:1;" />
3005- <stop
3006- style="stop-color:#e7e7e7;stop-opacity:1;"
3007- offset="0.47025558"
3008- id="stop6100" />
3009- <stop
3010- style="stop-color:#8c8c8c;stop-opacity:1;"
3011- offset="0.67183787"
3012- id="stop6102" />
3013- <stop
3014- id="stop6104"
3015- offset="0.83542866"
3016- style="stop-color:#dddddd;stop-opacity:1" />
3017- <stop
3018- id="stop6106"
3019- offset="1"
3020- style="stop-color:#a8a8a8;stop-opacity:1" />
3021- </linearGradient>
3022- <linearGradient
3023- x1="113.0654"
3024- y1="100.6621"
3025- x2="113.0654"
3026- y2="94.512703"
3027- id="linearGradient6121"
3028- gradientUnits="userSpaceOnUse">
3029- <stop
3030- style="stop-color:#eeeeee;stop-opacity:1"
3031- offset="0"
3032- id="stop6123" />
3033- <stop
3034- style="stop-color:#dddddd;stop-opacity:1"
3035- offset="0.66860002"
3036- id="stop6125" />
3037- <stop
3038- style="stop-color:#555555;stop-opacity:1"
3039- offset="1"
3040- id="stop6127" />
3041- </linearGradient>
3042- <radialGradient
3043- cx="113.0654"
3044- cy="97.587898"
3045- r="2.5631001"
3046- fx="113.667"
3047- fy="98"
3048- id="radialGradient6130"
3049- gradientUnits="userSpaceOnUse">
3050- <stop
3051- style="stop-color:#eeeeee;stop-opacity:1"
3052- offset="0"
3053- id="stop6132" />
3054- <stop
3055- style="stop-color:#cecece;stop-opacity:1"
3056- offset="0.16"
3057- id="stop6134" />
3058- <stop
3059- style="stop-color:#888888;stop-opacity:1"
3060- offset="0.4675"
3061- id="stop6136" />
3062- <stop
3063- style="stop-color:#555555;stop-opacity:1"
3064- offset="1"
3065- id="stop6138" />
3066- </radialGradient>
3067- <linearGradient
3068- x1="113.0654"
3069- y1="100.6621"
3070- x2="113.0654"
3071- y2="94.512703"
3072- id="linearGradient6141"
3073- gradientUnits="userSpaceOnUse">
3074- <stop
3075- style="stop-color:#eeeeee;stop-opacity:1"
3076- offset="0"
3077- id="stop6143" />
3078- <stop
3079- style="stop-color:#dddddd;stop-opacity:1"
3080- offset="0.66860002"
3081- id="stop6145" />
3082- <stop
3083- style="stop-color:#555555;stop-opacity:1"
3084- offset="1"
3085- id="stop6147" />
3086- </linearGradient>
3087- <radialGradient
3088- cx="113.0654"
3089- cy="97.587898"
3090- r="2.5631001"
3091- fx="113.667"
3092- fy="98"
3093- id="radialGradient6150"
3094- gradientUnits="userSpaceOnUse">
3095- <stop
3096- style="stop-color:#eeeeee;stop-opacity:1"
3097- offset="0"
3098- id="stop6152" />
3099- <stop
3100- style="stop-color:#cecece;stop-opacity:1"
3101- offset="0.16"
3102- id="stop6154" />
3103- <stop
3104- style="stop-color:#888888;stop-opacity:1"
3105- offset="0.4675"
3106- id="stop6156" />
3107- <stop
3108- style="stop-color:#555555;stop-opacity:1"
3109- offset="1"
3110- id="stop6158" />
3111- </radialGradient>
3112- <linearGradient
3113- y2="139.40625"
3114- x2="306.25"
3115- y1="139.40625"
3116- x1="308.00098"
3117- gradientTransform="translate(0,15)"
3118- gradientUnits="userSpaceOnUse"
3119- id="linearGradient6160"
3120- xlink:href="#linearGradient6317-8"
3121- inkscape:collect="always" />
3122- <linearGradient
3123- inkscape:collect="always"
3124- id="linearGradient6317-8">
3125- <stop
3126- style="stop-color:#ffffff;stop-opacity:1;"
3127- offset="0"
3128- id="stop6319-6" />
3129- <stop
3130- style="stop-color:#ffffff;stop-opacity:0;"
3131- offset="1"
3132- id="stop6321-2" />
3133- </linearGradient>
3134- <linearGradient
3135- id="linearGradient4120-76-9">
3136- <stop
3137- style="stop-color:#555753;stop-opacity:1"
3138- offset="0.0000000"
3139- id="stop4122-3-1" />
3140- <stop
3141- style="stop-color:#2e3436;stop-opacity:1"
3142- offset="1.0000000"
3143- id="stop4124-1-5" />
3144- </linearGradient>
3145- <linearGradient
3146- id="linearGradient4244-7-9">
3147- <stop
3148- style="stop-color:#efefef;stop-opacity:1"
3149- offset="0.0000000"
3150- id="stop4246-59-2" />
3151- <stop
3152- id="stop7563-6-5"
3153- offset="0.69516969"
3154- style="stop-color:#bcbcbc;stop-opacity:1" />
3155- <stop
3156- style="stop-color:#e4e4e4;stop-opacity:1"
3157- offset="1.0000000"
3158- id="stop4248-2-7" />
3159- </linearGradient>
3160- <linearGradient
3161- id="linearGradient7243-5-9">
3162- <stop
3163- id="stop7245-7-3"
3164- offset="0.0000000"
3165- style="stop-color:#565656;stop-opacity:1" />
3166- <stop
3167- id="stop7247-4-5"
3168- offset="1.0000000"
3169- style="stop-color:#bbbbbb;stop-opacity:0.0000000;" />
3170- </linearGradient>
3171- <linearGradient
3172- id="linearGradient7787-5">
3173- <stop
3174- style="stop-color:#ffffff;stop-opacity:1;"
3175- offset="0"
3176- id="stop7789-3" />
3177- <stop
3178- id="stop7791-4"
3179- offset="0.47025558"
3180- style="stop-color:#ffffff;stop-opacity:1" />
3181- <stop
3182- id="stop7793-9"
3183- offset="0.67183787"
3184- style="stop-color:#2e3436;stop-opacity:1" />
3185- <stop
3186- style="stop-color:#dddddd;stop-opacity:1"
3187- offset="0.83542866"
3188- id="stop7795-0" />
3189- <stop
3190- style="stop-color:#a8a8a8;stop-opacity:1"
3191- offset="1"
3192- id="stop7797-2" />
3193- </linearGradient>
3194- <linearGradient
3195- id="linearGradient7775-1">
3196- <stop
3197- style="stop-color:#ffffff;stop-opacity:1"
3198- offset="0"
3199- id="stop7777-9" />
3200- <stop
3201- id="stop7779-6"
3202- offset="0.42264673"
3203- style="stop-color:#ffffff;stop-opacity:1" />
3204- <stop
3205- id="stop7781-2"
3206- offset="0.67183787"
3207- style="stop-color:#8c8c8c;stop-opacity:1;" />
3208- <stop
3209- style="stop-color:#dddddd;stop-opacity:1"
3210- offset="0.83542866"
3211- id="stop7783-1" />
3212- <stop
3213- style="stop-color:#a8a8a8;stop-opacity:1"
3214- offset="1"
3215- id="stop7785-2" />
3216- </linearGradient>
3217- <linearGradient
3218- x1="113.0654"
3219- y1="100.6621"
3220- x2="113.0654"
3221- y2="94.512703"
3222- id="XMLID_63_-53-7"
3223- gradientUnits="userSpaceOnUse">
3224- <stop
3225- style="stop-color:#eeeeee;stop-opacity:1"
3226- offset="0"
3227- id="stop496-8-3" />
3228- <stop
3229- style="stop-color:#dddddd;stop-opacity:1"
3230- offset="0.66860002"
3231- id="stop498-8-1" />
3232- <stop
3233- style="stop-color:#555555;stop-opacity:1"
3234- offset="1"
3235- id="stop500-3-1" />
3236- </linearGradient>
3237- <radialGradient
3238- cx="113.0654"
3239- cy="97.587898"
3240- r="2.5631001"
3241- fx="113.667"
3242- fy="98"
3243- id="XMLID_64_-1-0"
3244- gradientUnits="userSpaceOnUse">
3245- <stop
3246- style="stop-color:#eeeeee;stop-opacity:1"
3247- offset="0"
3248- id="stop505-8-5" />
3249- <stop
3250- style="stop-color:#cecece;stop-opacity:1"
3251- offset="0.16"
3252- id="stop507-9-6" />
3253- <stop
3254- style="stop-color:#888888;stop-opacity:1"
3255- offset="0.4675"
3256- id="stop509-6-7" />
3257- <stop
3258- style="stop-color:#555555;stop-opacity:1"
3259- offset="1"
3260- id="stop511-4-7" />
3261- </radialGradient>
3262- <linearGradient
3263- x1="113.0654"
3264- y1="100.6621"
3265- x2="113.0654"
3266- y2="94.512703"
3267- id="linearGradient6269"
3268- gradientUnits="userSpaceOnUse">
3269- <stop
3270- style="stop-color:#eeeeee;stop-opacity:1"
3271- offset="0"
3272- id="stop6271" />
3273- <stop
3274- style="stop-color:#dddddd;stop-opacity:1"
3275- offset="0.66860002"
3276- id="stop6273" />
3277- <stop
3278- style="stop-color:#555555;stop-opacity:1"
3279- offset="1"
3280- id="stop6275" />
3281- </linearGradient>
3282- <radialGradient
3283- cx="113.0654"
3284- cy="97.587898"
3285- r="2.5631001"
3286- fx="113.667"
3287- fy="98"
3288- id="radialGradient6278"
3289- gradientUnits="userSpaceOnUse">
3290- <stop
3291- style="stop-color:#eeeeee;stop-opacity:1"
3292- offset="0"
3293- id="stop6280" />
3294- <stop
3295- style="stop-color:#cecece;stop-opacity:1"
3296- offset="0.16"
3297- id="stop6282" />
3298- <stop
3299- style="stop-color:#888888;stop-opacity:1"
3300- offset="0.4675"
3301- id="stop6284" />
3302- <stop
3303- style="stop-color:#555555;stop-opacity:1"
3304- offset="1"
3305- id="stop6286" />
3306- </radialGradient>
3307- <linearGradient
3308- id="linearGradient7799-0">
3309- <stop
3310- style="stop-color:#ffffff;stop-opacity:1;"
3311- offset="0"
3312- id="stop7801-1" />
3313- <stop
3314- id="stop7803-0"
3315- offset="0.47025558"
3316- style="stop-color:#ffffff;stop-opacity:1" />
3317- <stop
3318- id="stop7805-1"
3319- offset="0.67183787"
3320- style="stop-color:#000000;stop-opacity:1" />
3321- <stop
3322- style="stop-color:#dddddd;stop-opacity:1"
3323- offset="0.83542866"
3324- id="stop7807-3" />
3325- <stop
3326- style="stop-color:#a8a8a8;stop-opacity:1"
3327- offset="1"
3328- id="stop7809-7" />
3329- </linearGradient>
3330- <linearGradient
3331- x1="113.0654"
3332- y1="100.6621"
3333- x2="113.0654"
3334- y2="94.512703"
3335- id="linearGradient6344"
3336- gradientUnits="userSpaceOnUse">
3337- <stop
3338- style="stop-color:#eeeeee;stop-opacity:1"
3339- offset="0"
3340- id="stop6346" />
3341- <stop
3342- style="stop-color:#dddddd;stop-opacity:1"
3343- offset="0.66860002"
3344- id="stop6348" />
3345- <stop
3346- style="stop-color:#555555;stop-opacity:1"
3347- offset="1"
3348- id="stop6350" />
3349- </linearGradient>
3350- <radialGradient
3351- cx="113.0654"
3352- cy="97.587898"
3353- r="2.5631001"
3354- fx="113.667"
3355- fy="98"
3356- id="radialGradient6353"
3357- gradientUnits="userSpaceOnUse">
3358- <stop
3359- style="stop-color:#eeeeee;stop-opacity:1"
3360- offset="0"
3361- id="stop6355" />
3362- <stop
3363- style="stop-color:#cecece;stop-opacity:1"
3364- offset="0.16"
3365- id="stop6357" />
3366- <stop
3367- style="stop-color:#888888;stop-opacity:1"
3368- offset="0.4675"
3369- id="stop6359" />
3370- <stop
3371- style="stop-color:#555555;stop-opacity:1"
3372- offset="1"
3373- id="stop6361" />
3374- </radialGradient>
3375- <linearGradient
3376- x1="113.0654"
3377- y1="100.6621"
3378- x2="113.0654"
3379- y2="94.512703"
3380- id="linearGradient6364"
3381- gradientUnits="userSpaceOnUse">
3382- <stop
3383- style="stop-color:#eeeeee;stop-opacity:1"
3384- offset="0"
3385- id="stop6366" />
3386- <stop
3387- style="stop-color:#dddddd;stop-opacity:1"
3388- offset="0.66860002"
3389- id="stop6368" />
3390- <stop
3391- style="stop-color:#555555;stop-opacity:1"
3392- offset="1"
3393- id="stop6370" />
3394- </linearGradient>
3395- <radialGradient
3396- cx="113.0654"
3397- cy="97.587898"
3398- r="2.5631001"
3399- fx="113.667"
3400- fy="98"
3401- id="radialGradient6373"
3402- gradientUnits="userSpaceOnUse">
3403- <stop
3404- style="stop-color:#eeeeee;stop-opacity:1"
3405- offset="0"
3406- id="stop6375" />
3407- <stop
3408- style="stop-color:#cecece;stop-opacity:1"
3409- offset="0.16"
3410- id="stop6377" />
3411- <stop
3412- style="stop-color:#888888;stop-opacity:1"
3413- offset="0.4675"
3414- id="stop6379" />
3415- <stop
3416- style="stop-color:#555555;stop-opacity:1"
3417- offset="1"
3418- id="stop6381" />
3419- </radialGradient>
3420- <linearGradient
3421- id="linearGradient4120-7-7">
3422- <stop
3423- style="stop-color:#555753;stop-opacity:1"
3424- offset="0.0000000"
3425- id="stop4122-6-5" />
3426- <stop
3427- style="stop-color:#2e3436;stop-opacity:1"
3428- offset="1.0000000"
3429- id="stop4124-5-9" />
3430- </linearGradient>
3431- <linearGradient
3432- id="linearGradient4244-6-8">
3433- <stop
3434- style="stop-color:#efefef;stop-opacity:1"
3435- offset="0.0000000"
3436- id="stop4246-9-5" />
3437- <stop
3438- id="stop7563-3-3"
3439- offset="0.69516969"
3440- style="stop-color:#bcbcbc;stop-opacity:1" />
3441- <stop
3442- style="stop-color:#e4e4e4;stop-opacity:1"
3443- offset="1.0000000"
3444- id="stop4248-7-3" />
3445- </linearGradient>
3446- <linearGradient
3447- id="linearGradient7609-19">
3448- <stop
3449- id="stop7611-0"
3450- offset="0"
3451- style="stop-color:#ffffff;stop-opacity:1;" />
3452- <stop
3453- style="stop-color:#e7e7e7;stop-opacity:1;"
3454- offset="0.47025558"
3455- id="stop7677-98" />
3456- <stop
3457- style="stop-color:#8c8c8c;stop-opacity:1;"
3458- offset="0.67183787"
3459- id="stop7613-8" />
3460- <stop
3461- id="stop7617-5"
3462- offset="0.83542866"
3463- style="stop-color:#dddddd;stop-opacity:1" />
3464- <stop
3465- id="stop7615-8"
3466- offset="1"
3467- style="stop-color:#a8a8a8;stop-opacity:1" />
3468- </linearGradient>
3469- <linearGradient
3470- id="linearGradient6462">
3471- <stop
3472- id="stop6464"
3473- offset="0"
3474- style="stop-color:#ffffff;stop-opacity:1;" />
3475- <stop
3476- style="stop-color:#e7e7e7;stop-opacity:1;"
3477- offset="0.47025558"
3478- id="stop6466" />
3479- <stop
3480- style="stop-color:#8c8c8c;stop-opacity:1;"
3481- offset="0.67183787"
3482- id="stop6468" />
3483- <stop
3484- id="stop6470"
3485- offset="0.83542866"
3486- style="stop-color:#dddddd;stop-opacity:1" />
3487- <stop
3488- id="stop6473"
3489- offset="1"
3490- style="stop-color:#a8a8a8;stop-opacity:1" />
3491- </linearGradient>
3492- <linearGradient
3493- x1="113.0654"
3494- y1="100.6621"
3495- x2="113.0654"
3496- y2="94.512703"
3497- id="XMLID_63_-5-7"
3498- gradientUnits="userSpaceOnUse">
3499- <stop
3500- style="stop-color:#eeeeee;stop-opacity:1"
3501- offset="0"
3502- id="stop496-4-1" />
3503- <stop
3504- style="stop-color:#dddddd;stop-opacity:1"
3505- offset="0.66860002"
3506- id="stop498-7-3" />
3507- <stop
3508- style="stop-color:#555555;stop-opacity:1"
3509- offset="1"
3510- id="stop500-4-8" />
3511- </linearGradient>
3512- <radialGradient
3513- cx="113.0654"
3514- cy="97.587898"
3515- r="2.5631001"
3516- fx="113.667"
3517- fy="98"
3518- id="XMLID_64_-4-9"
3519- gradientUnits="userSpaceOnUse">
3520- <stop
3521- style="stop-color:#eeeeee;stop-opacity:1"
3522- offset="0"
3523- id="stop505-3-7" />
3524- <stop
3525- style="stop-color:#cecece;stop-opacity:1"
3526- offset="0.16"
3527- id="stop507-0-9" />
3528- <stop
3529- style="stop-color:#888888;stop-opacity:1"
3530- offset="0.4675"
3531- id="stop509-7-9" />
3532- <stop
3533- style="stop-color:#555555;stop-opacity:1"
3534- offset="1"
3535- id="stop511-8-3" />
3536- </radialGradient>
3537- <linearGradient
3538- x1="113.0654"
3539- y1="100.6621"
3540- x2="113.0654"
3541- y2="94.512703"
3542- id="linearGradient6487"
3543- gradientUnits="userSpaceOnUse">
3544- <stop
3545- style="stop-color:#eeeeee;stop-opacity:1"
3546- offset="0"
3547- id="stop6489" />
3548- <stop
3549- style="stop-color:#dddddd;stop-opacity:1"
3550- offset="0.66860002"
3551- id="stop6491" />
3552- <stop
3553- style="stop-color:#555555;stop-opacity:1"
3554- offset="1"
3555- id="stop6493" />
3556- </linearGradient>
3557- <radialGradient
3558- cx="113.0654"
3559- cy="97.587898"
3560- r="2.5631001"
3561- fx="113.667"
3562- fy="98"
3563- id="radialGradient6496"
3564- gradientUnits="userSpaceOnUse">
3565- <stop
3566- style="stop-color:#eeeeee;stop-opacity:1"
3567- offset="0"
3568- id="stop6498" />
3569- <stop
3570- style="stop-color:#cecece;stop-opacity:1"
3571- offset="0.16"
3572- id="stop6500" />
3573- <stop
3574- style="stop-color:#888888;stop-opacity:1"
3575- offset="0.4675"
3576- id="stop6502" />
3577- <stop
3578- style="stop-color:#555555;stop-opacity:1"
3579- offset="1"
3580- id="stop6504" />
3581- </radialGradient>
3582- <linearGradient
3583- x1="113.0654"
3584- y1="100.6621"
3585- x2="113.0654"
3586- y2="94.512703"
3587- id="linearGradient6507"
3588- gradientUnits="userSpaceOnUse">
3589- <stop
3590- style="stop-color:#eeeeee;stop-opacity:1"
3591- offset="0"
3592- id="stop6509" />
3593- <stop
3594- style="stop-color:#dddddd;stop-opacity:1"
3595- offset="0.66860002"
3596- id="stop6511" />
3597- <stop
3598- style="stop-color:#555555;stop-opacity:1"
3599- offset="1"
3600- id="stop6513" />
3601- </linearGradient>
3602- <radialGradient
3603- cx="113.0654"
3604- cy="97.587898"
3605- r="2.5631001"
3606- fx="113.667"
3607- fy="98"
3608- id="radialGradient6516"
3609- gradientUnits="userSpaceOnUse">
3610- <stop
3611- style="stop-color:#eeeeee;stop-opacity:1"
3612- offset="0"
3613- id="stop6518" />
3614- <stop
3615- style="stop-color:#cecece;stop-opacity:1"
3616- offset="0.16"
3617- id="stop6520" />
3618- <stop
3619- style="stop-color:#888888;stop-opacity:1"
3620- offset="0.4675"
3621- id="stop6522" />
3622- <stop
3623- style="stop-color:#555555;stop-opacity:1"
3624- offset="1"
3625- id="stop6524" />
3626- </radialGradient>
3627- <linearGradient
3628- id="linearGradient4110-4">
3629- <stop
3630- style="stop-color:#000000;stop-opacity:1"
3631- offset="0.0000000"
3632- id="stop4112-1" />
3633- <stop
3634- style="stop-color:#bbbbbb;stop-opacity:0.0000000;"
3635- offset="1.0000000"
3636- id="stop4114-7" />
3637- </linearGradient>
3638- <linearGradient
3639- id="linearGradient6576">
3640- <stop
3641- id="stop6578"
3642- offset="0"
3643- style="stop-color:#ffffff;stop-opacity:1;" />
3644- <stop
3645- style="stop-color:#e7e7e7;stop-opacity:1;"
3646- offset="0.47025558"
3647- id="stop6580" />
3648- <stop
3649- style="stop-color:#8c8c8c;stop-opacity:1;"
3650- offset="0.67183787"
3651- id="stop6582" />
3652- <stop
3653- id="stop6584"
3654- offset="0.83542866"
3655- style="stop-color:#dddddd;stop-opacity:1" />
3656- <stop
3657- id="stop6586"
3658- offset="1"
3659- style="stop-color:#a8a8a8;stop-opacity:1" />
3660- </linearGradient>
3661- <linearGradient
3662- x1="113.0654"
3663- y1="100.6621"
3664- x2="113.0654"
3665- y2="94.512703"
3666- id="linearGradient6589"
3667- gradientUnits="userSpaceOnUse">
3668- <stop
3669- style="stop-color:#eeeeee;stop-opacity:1"
3670- offset="0"
3671- id="stop6591" />
3672- <stop
3673- style="stop-color:#dddddd;stop-opacity:1"
3674- offset="0.66860002"
3675- id="stop6593" />
3676- <stop
3677- style="stop-color:#555555;stop-opacity:1"
3678- offset="1"
3679- id="stop6595" />
3680- </linearGradient>
3681- <radialGradient
3682- cx="113.0654"
3683- cy="97.587898"
3684- r="2.5631001"
3685- fx="113.667"
3686- fy="98"
3687- id="radialGradient6598"
3688- gradientUnits="userSpaceOnUse">
3689- <stop
3690- style="stop-color:#eeeeee;stop-opacity:1"
3691- offset="0"
3692- id="stop6600" />
3693- <stop
3694- style="stop-color:#cecece;stop-opacity:1"
3695- offset="0.16"
3696- id="stop6602" />
3697- <stop
3698- style="stop-color:#888888;stop-opacity:1"
3699- offset="0.4675"
3700- id="stop6604" />
3701- <stop
3702- style="stop-color:#555555;stop-opacity:1"
3703- offset="1"
3704- id="stop6606" />
3705- </radialGradient>
3706- <inkscape:perspective
3707- id="perspective5822-4"
3708- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
3709- inkscape:vp_z="1 : 0.5 : 1"
3710- inkscape:vp_y="0 : 1000 : 0"
3711- inkscape:vp_x="0 : 0.5 : 1"
3712- sodipodi:type="inkscape:persp3d" />
3713- <linearGradient
3714- x1="113.0654"
3715- y1="100.6621"
3716- x2="113.0654"
3717- y2="94.512703"
3718- id="XMLID_63_-6"
3719- gradientUnits="userSpaceOnUse">
3720- <stop
3721- style="stop-color:#eeeeee;stop-opacity:1"
3722- offset="0"
3723- id="stop496-30" />
3724- <stop
3725- style="stop-color:#dddddd;stop-opacity:1"
3726- offset="0.66860002"
3727- id="stop498-2" />
3728- <stop
3729- style="stop-color:#555555;stop-opacity:1"
3730- offset="1"
3731- id="stop500-15" />
3732- </linearGradient>
3733- <radialGradient
3734- cx="113.0654"
3735- cy="97.587898"
3736- r="2.5631001"
3737- fx="113.667"
3738- fy="98"
3739- id="XMLID_64_-5"
3740- gradientUnits="userSpaceOnUse">
3741- <stop
3742- style="stop-color:#eeeeee;stop-opacity:1"
3743- offset="0"
3744- id="stop505-0" />
3745- <stop
3746- style="stop-color:#cecece;stop-opacity:1"
3747- offset="0.16"
3748- id="stop507-03" />
3749- <stop
3750- style="stop-color:#888888;stop-opacity:1"
3751- offset="0.4675"
3752- id="stop509-46" />
3753- <stop
3754- style="stop-color:#555555;stop-opacity:1"
3755- offset="1"
3756- id="stop511-60" />
3757- </radialGradient>
3758- <linearGradient
3759- id="linearGradient4120-8">
3760- <stop
3761- style="stop-color:#555753;stop-opacity:1"
3762- offset="0.0000000"
3763- id="stop4122-9" />
3764- <stop
3765- style="stop-color:#2e3436;stop-opacity:1"
3766- offset="1.0000000"
3767- id="stop4124-50" />
3768- </linearGradient>
3769- <linearGradient
3770- id="linearGradient4244-0">
3771- <stop
3772- style="stop-color:#efefef;stop-opacity:1"
3773- offset="0.0000000"
3774- id="stop4246-8" />
3775- <stop
3776- id="stop7563-37"
3777- offset="0.69516969"
3778- style="stop-color:#bcbcbc;stop-opacity:1" />
3779- <stop
3780- style="stop-color:#e4e4e4;stop-opacity:1"
3781- offset="1.0000000"
3782- id="stop4248-8" />
3783- </linearGradient>
3784- <linearGradient
3785- id="linearGradient7243-0">
3786- <stop
3787- id="stop7245-73"
3788- offset="0.0000000"
3789- style="stop-color:#565656;stop-opacity:1" />
3790- <stop
3791- id="stop7247-8"
3792- offset="1.0000000"
3793- style="stop-color:#bbbbbb;stop-opacity:0.0000000;" />
3794- </linearGradient>
3795- <linearGradient
3796- id="linearGradient7829-7">
3797- <stop
3798- style="stop-color:#ffffff;stop-opacity:1;"
3799- offset="0"
3800- id="stop7831-6" />
3801- <stop
3802- id="stop7833-9"
3803- offset="0.47025558"
3804- style="stop-color:#ffffff;stop-opacity:1" />
3805- <stop
3806- id="stop7835-1"
3807- offset="0.67183787"
3808- style="stop-color:#888a85;stop-opacity:1" />
3809- <stop
3810- style="stop-color:#dddddd;stop-opacity:1"
3811- offset="0.83542866"
3812- id="stop7837-1" />
3813- <stop
3814- style="stop-color:#a8a8a8;stop-opacity:1"
3815- offset="1"
3816- id="stop7839-90" />
3817- </linearGradient>
3818- <linearGradient
3819- id="linearGradient7841-9">
3820- <stop
3821- style="stop-color:#ffffff;stop-opacity:1;"
3822- offset="0"
3823- id="stop7843-88" />
3824- <stop
3825- id="stop7845-03"
3826- offset="0.47025558"
3827- style="stop-color:#ffffff;stop-opacity:1" />
3828- <stop
3829- id="stop7847-7"
3830- offset="0.67183787"
3831- style="stop-color:#8c8c8c;stop-opacity:1;" />
3832- <stop
3833- style="stop-color:#dddddd;stop-opacity:1"
3834- offset="0.83542866"
3835- id="stop7849-0" />
3836- <stop
3837- style="stop-color:#a8a8a8;stop-opacity:1"
3838- offset="1"
3839- id="stop7851-69" />
3840- </linearGradient>
3841- <radialGradient
3842- inkscape:collect="always"
3843- xlink:href="#linearGradient7507-1"
3844- id="radialGradient6439-2"
3845- gradientUnits="userSpaceOnUse"
3846- gradientTransform="matrix(3.16,0,0,11.28,-94.095,-2079.13)"
3847- cx="43.5625"
3848- cy="202.25"
3849- fx="43.5625"
3850- fy="202.25"
3851- r="1.5625" />
3852- <linearGradient
3853- inkscape:collect="always"
3854- id="linearGradient7507-1">
3855- <stop
3856- style="stop-color:#ffffff;stop-opacity:1;"
3857- offset="0"
3858- id="stop7509-7" />
3859- <stop
3860- style="stop-color:#ffffff;stop-opacity:0;"
3861- offset="1"
3862- id="stop7511-7" />
3863- </linearGradient>
3864- <linearGradient
3865- id="linearGradient4120-1-8">
3866- <stop
3867- style="stop-color:#555753;stop-opacity:1"
3868- offset="0.0000000"
3869- id="stop4122-0-1" />
3870- <stop
3871- style="stop-color:#2e3436;stop-opacity:1"
3872- offset="1.0000000"
3873- id="stop4124-6-0" />
3874- </linearGradient>
3875- <linearGradient
3876- id="linearGradient4244-1-6">
3877- <stop
3878- style="stop-color:#efefef;stop-opacity:1"
3879- offset="0.0000000"
3880- id="stop4246-5-0" />
3881- <stop
3882- id="stop7563-9-1"
3883- offset="0.69516969"
3884- style="stop-color:#bcbcbc;stop-opacity:1" />
3885- <stop
3886- style="stop-color:#e4e4e4;stop-opacity:1"
3887- offset="1.0000000"
3888- id="stop4248-4-0" />
3889- </linearGradient>
3890- <linearGradient
3891- id="linearGradient6309-3">
3892- <stop
3893- style="stop-color:#000000;stop-opacity:1"
3894- offset="0.0000000"
3895- id="stop6311-1" />
3896- <stop
3897- style="stop-color:#bbbbbb;stop-opacity:0.0000000;"
3898- offset="1.0000000"
3899- id="stop6313-2" />
3900- </linearGradient>
3901- <linearGradient
3902- id="linearGradient7811-1">
3903- <stop
3904- style="stop-color:#ffffff;stop-opacity:1;"
3905- offset="0"
3906- id="stop7813-2" />
3907- <stop
3908- id="stop7815-8"
3909- offset="0.47025558"
3910- style="stop-color:#e7e7e7;stop-opacity:1;" />
3911- <stop
3912- id="stop7817-9"
3913- offset="0.67183787"
3914- style="stop-color:#8c8c8c;stop-opacity:1;" />
3915- <stop
3916- style="stop-color:#ffffff;stop-opacity:1"
3917- offset="0.83542866"
3918- id="stop7819-6" />
3919- <stop
3920- style="stop-color:#a8a8a8;stop-opacity:1"
3921- offset="1"
3922- id="stop7821-0" />
3923- </linearGradient>
3924- <linearGradient
3925- id="linearGradient7609-1-4">
3926- <stop
3927- id="stop7611-5-0"
3928- offset="0"
3929- style="stop-color:#ffffff;stop-opacity:1;" />
3930- <stop
3931- style="stop-color:#e7e7e7;stop-opacity:1;"
3932- offset="0.47025558"
3933- id="stop7677-9-9" />
3934- <stop
3935- style="stop-color:#8c8c8c;stop-opacity:1;"
3936- offset="0.67183787"
3937- id="stop7613-7-4" />
3938- <stop
3939- id="stop7617-7-5"
3940- offset="0.83542866"
3941- style="stop-color:#dddddd;stop-opacity:1" />
3942- <stop
3943- id="stop7615-6-4"
3944- offset="1"
3945- style="stop-color:#a8a8a8;stop-opacity:1" />
3946- </linearGradient>
3947- <linearGradient
3948- x1="113.0654"
3949- y1="100.6621"
3950- x2="113.0654"
3951- y2="94.512703"
3952- id="XMLID_63_-7-6"
3953- gradientUnits="userSpaceOnUse">
3954- <stop
3955- style="stop-color:#eeeeee;stop-opacity:1"
3956- offset="0"
3957- id="stop496-3-3" />
3958- <stop
3959- style="stop-color:#dddddd;stop-opacity:1"
3960- offset="0.66860002"
3961- id="stop498-6-9" />
3962- <stop
3963- style="stop-color:#555555;stop-opacity:1"
3964- offset="1"
3965- id="stop500-5-9" />
3966- </linearGradient>
3967- <radialGradient
3968- cx="113.0654"
3969- cy="97.587898"
3970- r="2.5631001"
3971- fx="113.667"
3972- fy="98"
3973- id="XMLID_64_-6-2"
3974- gradientUnits="userSpaceOnUse">
3975- <stop
3976- style="stop-color:#eeeeee;stop-opacity:1"
3977- offset="0"
3978- id="stop505-39-1" />
3979- <stop
3980- style="stop-color:#cecece;stop-opacity:1"
3981- offset="0.16"
3982- id="stop507-4-30" />
3983- <stop
3984- style="stop-color:#888888;stop-opacity:1"
3985- offset="0.4675"
3986- id="stop509-8-9" />
3987- <stop
3988- style="stop-color:#555555;stop-opacity:1"
3989- offset="1"
3990- id="stop511-1-9" />
3991- </radialGradient>
3992- <linearGradient
3993- x1="113.0654"
3994- y1="100.6621"
3995- x2="113.0654"
3996- y2="94.512703"
3997- id="linearGradient6041-3"
3998- gradientUnits="userSpaceOnUse">
3999- <stop
4000- style="stop-color:#eeeeee;stop-opacity:1"
4001- offset="0"
4002- id="stop6043-4" />
4003- <stop
4004- style="stop-color:#dddddd;stop-opacity:1"
4005- offset="0.66860002"
4006- id="stop6045-5" />
4007- <stop
4008- style="stop-color:#555555;stop-opacity:1"
4009- offset="1"
4010- id="stop6047-8" />
4011- </linearGradient>
4012- <radialGradient
4013- cx="113.0654"
4014- cy="97.587898"
4015- r="2.5631001"
4016- fx="113.667"
4017- fy="98"
4018- id="radialGradient6050-7"
4019- gradientUnits="userSpaceOnUse">
4020- <stop
4021- style="stop-color:#eeeeee;stop-opacity:1"
4022- offset="0"
4023- id="stop6052-3" />
4024- <stop
4025- style="stop-color:#cecece;stop-opacity:1"
4026- offset="0.16"
4027- id="stop6054-3" />
4028- <stop
4029- style="stop-color:#888888;stop-opacity:1"
4030- offset="0.4675"
4031- id="stop6056-8" />
4032- <stop
4033- style="stop-color:#555555;stop-opacity:1"
4034- offset="1"
4035- id="stop6058-9" />
4036- </radialGradient>
4037- <linearGradient
4038- id="linearGradient6096-2">
4039- <stop
4040- id="stop6098-4"
4041- offset="0"
4042- style="stop-color:#ffffff;stop-opacity:1;" />
4043- <stop
4044- style="stop-color:#e7e7e7;stop-opacity:1;"
4045- offset="0.47025558"
4046- id="stop6100-9" />
4047- <stop
4048- style="stop-color:#8c8c8c;stop-opacity:1;"
4049- offset="0.67183787"
4050- id="stop6102-9" />
4051- <stop
4052- id="stop6104-9"
4053- offset="0.83542866"
4054- style="stop-color:#dddddd;stop-opacity:1" />
4055- <stop
4056- id="stop6106-4"
4057- offset="1"
4058- style="stop-color:#a8a8a8;stop-opacity:1" />
4059- </linearGradient>
4060- <linearGradient
4061- x1="113.0654"
4062- y1="100.6621"
4063- x2="113.0654"
4064- y2="94.512703"
4065- id="linearGradient6121-7"
4066- gradientUnits="userSpaceOnUse">
4067- <stop
4068- style="stop-color:#eeeeee;stop-opacity:1"
4069- offset="0"
4070- id="stop6123-2" />
4071- <stop
4072- style="stop-color:#dddddd;stop-opacity:1"
4073- offset="0.66860002"
4074- id="stop6125-2" />
4075- <stop
4076- style="stop-color:#555555;stop-opacity:1"
4077- offset="1"
4078- id="stop6127-9" />
4079- </linearGradient>
4080- <radialGradient
4081- cx="113.0654"
4082- cy="97.587898"
4083- r="2.5631001"
4084- fx="113.667"
4085- fy="98"
4086- id="radialGradient6130-8"
4087- gradientUnits="userSpaceOnUse">
4088- <stop
4089- style="stop-color:#eeeeee;stop-opacity:1"
4090- offset="0"
4091- id="stop6132-1" />
4092- <stop
4093- style="stop-color:#cecece;stop-opacity:1"
4094- offset="0.16"
4095- id="stop6134-2" />
4096- <stop
4097- style="stop-color:#888888;stop-opacity:1"
4098- offset="0.4675"
4099- id="stop6136-4" />
4100- <stop
4101- style="stop-color:#555555;stop-opacity:1"
4102- offset="1"
4103- id="stop6138-7" />
4104- </radialGradient>
4105- <linearGradient
4106- x1="113.0654"
4107- y1="100.6621"
4108- x2="113.0654"
4109- y2="94.512703"
4110- id="linearGradient6141-6"
4111- gradientUnits="userSpaceOnUse">
4112- <stop
4113- style="stop-color:#eeeeee;stop-opacity:1"
4114- offset="0"
4115- id="stop6143-3" />
4116- <stop
4117- style="stop-color:#dddddd;stop-opacity:1"
4118- offset="0.66860002"
4119- id="stop6145-7" />
4120- <stop
4121- style="stop-color:#555555;stop-opacity:1"
4122- offset="1"
4123- id="stop6147-7" />
4124- </linearGradient>
4125- <radialGradient
4126- cx="113.0654"
4127- cy="97.587898"
4128- r="2.5631001"
4129- fx="113.667"
4130- fy="98"
4131- id="radialGradient6150-3"
4132- gradientUnits="userSpaceOnUse">
4133- <stop
4134- style="stop-color:#eeeeee;stop-opacity:1"
4135- offset="0"
4136- id="stop6152-7" />
4137- <stop
4138- style="stop-color:#cecece;stop-opacity:1"
4139- offset="0.16"
4140- id="stop6154-2" />
4141- <stop
4142- style="stop-color:#888888;stop-opacity:1"
4143- offset="0.4675"
4144- id="stop6156-5" />
4145- <stop
4146- style="stop-color:#555555;stop-opacity:1"
4147- offset="1"
4148- id="stop6158-3" />
4149- </radialGradient>
4150- <linearGradient
4151- y2="139.40625"
4152- x2="306.25"
4153- y1="139.40625"
4154- x1="308.00098"
4155- gradientTransform="translate(0,15)"
4156- gradientUnits="userSpaceOnUse"
4157- id="linearGradient6160-7"
4158- xlink:href="#linearGradient6317-6"
4159- inkscape:collect="always" />
4160- <linearGradient
4161- inkscape:collect="always"
4162- id="linearGradient6317-6">
4163- <stop
4164- style="stop-color:#ffffff;stop-opacity:1;"
4165- offset="0"
4166- id="stop6319-8" />
4167- <stop
4168- style="stop-color:#ffffff;stop-opacity:0;"
4169- offset="1"
4170- id="stop6321-1" />
4171- </linearGradient>
4172- <linearGradient
4173- id="linearGradient4120-76-2">
4174- <stop
4175- style="stop-color:#555753;stop-opacity:1"
4176- offset="0.0000000"
4177- id="stop4122-3-4" />
4178- <stop
4179- style="stop-color:#2e3436;stop-opacity:1"
4180- offset="1.0000000"
4181- id="stop4124-1-9" />
4182- </linearGradient>
4183- <linearGradient
4184- id="linearGradient4244-7-1">
4185- <stop
4186- style="stop-color:#efefef;stop-opacity:1"
4187- offset="0.0000000"
4188- id="stop4246-59-20" />
4189- <stop
4190- id="stop7563-6-0"
4191- offset="0.69516969"
4192- style="stop-color:#bcbcbc;stop-opacity:1" />
4193- <stop
4194- style="stop-color:#e4e4e4;stop-opacity:1"
4195- offset="1.0000000"
4196- id="stop4248-2-6" />
4197- </linearGradient>
4198- <linearGradient
4199- id="linearGradient7243-5-7">
4200- <stop
4201- id="stop7245-7-31"
4202- offset="0.0000000"
4203- style="stop-color:#565656;stop-opacity:1" />
4204- <stop
4205- id="stop7247-4-0"
4206- offset="1.0000000"
4207- style="stop-color:#bbbbbb;stop-opacity:0.0000000;" />
4208- </linearGradient>
4209- <linearGradient
4210- id="linearGradient7787-9">
4211- <stop
4212- style="stop-color:#ffffff;stop-opacity:1;"
4213- offset="0"
4214- id="stop7789-1" />
4215- <stop
4216- id="stop7791-0"
4217- offset="0.47025558"
4218- style="stop-color:#ffffff;stop-opacity:1" />
4219- <stop
4220- id="stop7793-3"
4221- offset="0.67183787"
4222- style="stop-color:#2e3436;stop-opacity:1" />
4223- <stop
4224- style="stop-color:#dddddd;stop-opacity:1"
4225- offset="0.83542866"
4226- id="stop7795-5" />
4227- <stop
4228- style="stop-color:#a8a8a8;stop-opacity:1"
4229- offset="1"
4230- id="stop7797-9" />
4231- </linearGradient>
4232- <linearGradient
4233- id="linearGradient7775-8">
4234- <stop
4235- style="stop-color:#ffffff;stop-opacity:1"
4236- offset="0"
4237- id="stop7777-4" />
4238- <stop
4239- id="stop7779-69"
4240- offset="0.42264673"
4241- style="stop-color:#ffffff;stop-opacity:1" />
4242- <stop
4243- id="stop7781-29"
4244- offset="0.67183787"
4245- style="stop-color:#8c8c8c;stop-opacity:1;" />
4246- <stop
4247- style="stop-color:#dddddd;stop-opacity:1"
4248- offset="0.83542866"
4249- id="stop7783-0" />
4250- <stop
4251- style="stop-color:#a8a8a8;stop-opacity:1"
4252- offset="1"
4253- id="stop7785-3" />
4254- </linearGradient>
4255- <linearGradient
4256- x1="113.0654"
4257- y1="100.6621"
4258- x2="113.0654"
4259- y2="94.512703"
4260- id="XMLID_63_-53-3"
4261- gradientUnits="userSpaceOnUse">
4262- <stop
4263- style="stop-color:#eeeeee;stop-opacity:1"
4264- offset="0"
4265- id="stop496-8-7" />
4266- <stop
4267- style="stop-color:#dddddd;stop-opacity:1"
4268- offset="0.66860002"
4269- id="stop498-8-9" />
4270- <stop
4271- style="stop-color:#555555;stop-opacity:1"
4272- offset="1"
4273- id="stop500-3-4" />
4274- </linearGradient>
4275- <radialGradient
4276- cx="113.0654"
4277- cy="97.587898"
4278- r="2.5631001"
4279- fx="113.667"
4280- fy="98"
4281- id="XMLID_64_-1-1"
4282- gradientUnits="userSpaceOnUse">
4283- <stop
4284- style="stop-color:#eeeeee;stop-opacity:1"
4285- offset="0"
4286- id="stop505-8-9" />
4287- <stop
4288- style="stop-color:#cecece;stop-opacity:1"
4289- offset="0.16"
4290- id="stop507-9-4" />
4291- <stop
4292- style="stop-color:#888888;stop-opacity:1"
4293- offset="0.4675"
4294- id="stop509-6-2" />
4295- <stop
4296- style="stop-color:#555555;stop-opacity:1"
4297- offset="1"
4298- id="stop511-4-0" />
4299- </radialGradient>
4300- <linearGradient
4301- x1="113.0654"
4302- y1="100.6621"
4303- x2="113.0654"
4304- y2="94.512703"
4305- id="linearGradient6269-5"
4306- gradientUnits="userSpaceOnUse">
4307- <stop
4308- style="stop-color:#eeeeee;stop-opacity:1"
4309- offset="0"
4310- id="stop6271-9" />
4311- <stop
4312- style="stop-color:#dddddd;stop-opacity:1"
4313- offset="0.66860002"
4314- id="stop6273-5" />
4315- <stop
4316- style="stop-color:#555555;stop-opacity:1"
4317- offset="1"
4318- id="stop6275-6" />
4319- </linearGradient>
4320- <radialGradient
4321- cx="113.0654"
4322- cy="97.587898"
4323- r="2.5631001"
4324- fx="113.667"
4325- fy="98"
4326- id="radialGradient6278-1"
4327- gradientUnits="userSpaceOnUse">
4328- <stop
4329- style="stop-color:#eeeeee;stop-opacity:1"
4330- offset="0"
4331- id="stop6280-4" />
4332- <stop
4333- style="stop-color:#cecece;stop-opacity:1"
4334- offset="0.16"
4335- id="stop6282-3" />
4336- <stop
4337- style="stop-color:#888888;stop-opacity:1"
4338- offset="0.4675"
4339- id="stop6284-7" />
4340- <stop
4341- style="stop-color:#555555;stop-opacity:1"
4342- offset="1"
4343- id="stop6286-2" />
4344- </radialGradient>
4345- <linearGradient
4346- id="linearGradient7799-9">
4347- <stop
4348- style="stop-color:#ffffff;stop-opacity:1;"
4349- offset="0"
4350- id="stop7801-5" />
4351- <stop
4352- id="stop7803-5"
4353- offset="0.47025558"
4354- style="stop-color:#ffffff;stop-opacity:1" />
4355- <stop
4356- id="stop7805-7"
4357- offset="0.67183787"
4358- style="stop-color:#000000;stop-opacity:1" />
4359- <stop
4360- style="stop-color:#dddddd;stop-opacity:1"
4361- offset="0.83542866"
4362- id="stop7807-39" />
4363- <stop
4364- style="stop-color:#a8a8a8;stop-opacity:1"
4365- offset="1"
4366- id="stop7809-0" />
4367- </linearGradient>
4368- <linearGradient
4369- x1="113.0654"
4370- y1="100.6621"
4371- x2="113.0654"
4372- y2="94.512703"
4373- id="linearGradient6344-1"
4374- gradientUnits="userSpaceOnUse">
4375- <stop
4376- style="stop-color:#eeeeee;stop-opacity:1"
4377- offset="0"
4378- id="stop6346-2" />
4379- <stop
4380- style="stop-color:#dddddd;stop-opacity:1"
4381- offset="0.66860002"
4382- id="stop6348-5" />
4383- <stop
4384- style="stop-color:#555555;stop-opacity:1"
4385- offset="1"
4386- id="stop6350-3" />
4387- </linearGradient>
4388- <radialGradient
4389- cx="113.0654"
4390- cy="97.587898"
4391- r="2.5631001"
4392- fx="113.667"
4393- fy="98"
4394- id="radialGradient6353-1"
4395- gradientUnits="userSpaceOnUse">
4396- <stop
4397- style="stop-color:#eeeeee;stop-opacity:1"
4398- offset="0"
4399- id="stop6355-8" />
4400- <stop
4401- style="stop-color:#cecece;stop-opacity:1"
4402- offset="0.16"
4403- id="stop6357-8" />
4404- <stop
4405- style="stop-color:#888888;stop-opacity:1"
4406- offset="0.4675"
4407- id="stop6359-7" />
4408- <stop
4409- style="stop-color:#555555;stop-opacity:1"
4410- offset="1"
4411- id="stop6361-0" />
4412- </radialGradient>
4413- <linearGradient
4414- x1="113.0654"
4415- y1="100.6621"
4416- x2="113.0654"
4417- y2="94.512703"
4418- id="linearGradient6364-2"
4419- gradientUnits="userSpaceOnUse">
4420- <stop
4421- style="stop-color:#eeeeee;stop-opacity:1"
4422- offset="0"
4423- id="stop6366-7" />
4424- <stop
4425- style="stop-color:#dddddd;stop-opacity:1"
4426- offset="0.66860002"
4427- id="stop6368-9" />
4428- <stop
4429- style="stop-color:#555555;stop-opacity:1"
4430- offset="1"
4431- id="stop6370-1" />
4432- </linearGradient>
4433- <radialGradient
4434- cx="113.0654"
4435- cy="97.587898"
4436- r="2.5631001"
4437- fx="113.667"
4438- fy="98"
4439- id="radialGradient6373-6"
4440- gradientUnits="userSpaceOnUse">
4441- <stop
4442- style="stop-color:#eeeeee;stop-opacity:1"
4443- offset="0"
4444- id="stop6375-3" />
4445- <stop
4446- style="stop-color:#cecece;stop-opacity:1"
4447- offset="0.16"
4448- id="stop6377-6" />
4449- <stop
4450- style="stop-color:#888888;stop-opacity:1"
4451- offset="0.4675"
4452- id="stop6379-8" />
4453- <stop
4454- style="stop-color:#555555;stop-opacity:1"
4455- offset="1"
4456- id="stop6381-4" />
4457- </radialGradient>
4458- <linearGradient
4459- id="linearGradient4120-7-3">
4460- <stop
4461- style="stop-color:#555753;stop-opacity:1"
4462- offset="0.0000000"
4463- id="stop4122-6-4" />
4464- <stop
4465- style="stop-color:#2e3436;stop-opacity:1"
4466- offset="1.0000000"
4467- id="stop4124-5-7" />
4468- </linearGradient>
4469- <linearGradient
4470- id="linearGradient4244-6-1">
4471- <stop
4472- style="stop-color:#efefef;stop-opacity:1"
4473- offset="0.0000000"
4474- id="stop4246-9-7" />
4475- <stop
4476- id="stop7563-3-9"
4477- offset="0.69516969"
4478- style="stop-color:#bcbcbc;stop-opacity:1" />
4479- <stop
4480- style="stop-color:#e4e4e4;stop-opacity:1"
4481- offset="1.0000000"
4482- id="stop4248-7-5" />
4483- </linearGradient>
4484- <linearGradient
4485- id="linearGradient7609-9">
4486- <stop
4487- id="stop7611-1"
4488- offset="0"
4489- style="stop-color:#ffffff;stop-opacity:1;" />
4490- <stop
4491- style="stop-color:#e7e7e7;stop-opacity:1;"
4492- offset="0.47025558"
4493- id="stop7677-6" />
4494- <stop
4495- style="stop-color:#8c8c8c;stop-opacity:1;"
4496- offset="0.67183787"
4497- id="stop7613-2" />
4498- <stop
4499- id="stop7617-1"
4500- offset="0.83542866"
4501- style="stop-color:#dddddd;stop-opacity:1" />
4502- <stop
4503- id="stop7615-0"
4504- offset="1"
4505- style="stop-color:#a8a8a8;stop-opacity:1" />
4506- </linearGradient>
4507- <linearGradient
4508- id="linearGradient6462-3">
4509- <stop
4510- id="stop6464-2"
4511- offset="0"
4512- style="stop-color:#ffffff;stop-opacity:1;" />
4513- <stop
4514- style="stop-color:#e7e7e7;stop-opacity:1;"
4515- offset="0.47025558"
4516- id="stop6466-1" />
4517- <stop
4518- style="stop-color:#8c8c8c;stop-opacity:1;"
4519- offset="0.67183787"
4520- id="stop6468-9" />
4521- <stop
4522- id="stop6470-7"
4523- offset="0.83542866"
4524- style="stop-color:#dddddd;stop-opacity:1" />
4525- <stop
4526- id="stop6473-6"
4527- offset="1"
4528- style="stop-color:#a8a8a8;stop-opacity:1" />
4529- </linearGradient>
4530- <linearGradient
4531- x1="113.0654"
4532- y1="100.6621"
4533- x2="113.0654"
4534- y2="94.512703"
4535- id="XMLID_63_-5-2"
4536- gradientUnits="userSpaceOnUse">
4537- <stop
4538- style="stop-color:#eeeeee;stop-opacity:1"
4539- offset="0"
4540- id="stop496-4-0" />
4541- <stop
4542- style="stop-color:#dddddd;stop-opacity:1"
4543- offset="0.66860002"
4544- id="stop498-7-6" />
4545- <stop
4546- style="stop-color:#555555;stop-opacity:1"
4547- offset="1"
4548- id="stop500-4-4" />
4549- </linearGradient>
4550- <radialGradient
4551- cx="113.0654"
4552- cy="97.587898"
4553- r="2.5631001"
4554- fx="113.667"
4555- fy="98"
4556- id="XMLID_64_-4-3"
4557- gradientUnits="userSpaceOnUse">
4558- <stop
4559- style="stop-color:#eeeeee;stop-opacity:1"
4560- offset="0"
4561- id="stop505-3-6" />
4562- <stop
4563- style="stop-color:#cecece;stop-opacity:1"
4564- offset="0.16"
4565- id="stop507-0-90" />
4566- <stop
4567- style="stop-color:#888888;stop-opacity:1"
4568- offset="0.4675"
4569- id="stop509-7-4" />
4570- <stop
4571- style="stop-color:#555555;stop-opacity:1"
4572- offset="1"
4573- id="stop511-8-8" />
4574- </radialGradient>
4575- <linearGradient
4576- x1="113.0654"
4577- y1="100.6621"
4578- x2="113.0654"
4579- y2="94.512703"
4580- id="linearGradient6487-1"
4581- gradientUnits="userSpaceOnUse">
4582- <stop
4583- style="stop-color:#eeeeee;stop-opacity:1"
4584- offset="0"
4585- id="stop6489-2" />
4586- <stop
4587- style="stop-color:#dddddd;stop-opacity:1"
4588- offset="0.66860002"
4589- id="stop6491-9" />
4590- <stop
4591- style="stop-color:#555555;stop-opacity:1"
4592- offset="1"
4593- id="stop6493-7" />
4594- </linearGradient>
4595- <radialGradient
4596- cx="113.0654"
4597- cy="97.587898"
4598- r="2.5631001"
4599- fx="113.667"
4600- fy="98"
4601- id="radialGradient6496-8"
4602- gradientUnits="userSpaceOnUse">
4603- <stop
4604- style="stop-color:#eeeeee;stop-opacity:1"
4605- offset="0"
4606- id="stop6498-0" />
4607- <stop
4608- style="stop-color:#cecece;stop-opacity:1"
4609- offset="0.16"
4610- id="stop6500-9" />
4611- <stop
4612- style="stop-color:#888888;stop-opacity:1"
4613- offset="0.4675"
4614- id="stop6502-2" />
4615- <stop
4616- style="stop-color:#555555;stop-opacity:1"
4617- offset="1"
4618- id="stop6504-3" />
4619- </radialGradient>
4620- <linearGradient
4621- x1="113.0654"
4622- y1="100.6621"
4623- x2="113.0654"
4624- y2="94.512703"
4625- id="linearGradient6507-8"
4626- gradientUnits="userSpaceOnUse">
4627- <stop
4628- style="stop-color:#eeeeee;stop-opacity:1"
4629- offset="0"
4630- id="stop6509-7" />
4631- <stop
4632- style="stop-color:#dddddd;stop-opacity:1"
4633- offset="0.66860002"
4634- id="stop6511-4" />
4635- <stop
4636- style="stop-color:#555555;stop-opacity:1"
4637- offset="1"
4638- id="stop6513-1" />
4639- </linearGradient>
4640- <radialGradient
4641- cx="113.0654"
4642- cy="97.587898"
4643- r="2.5631001"
4644- fx="113.667"
4645- fy="98"
4646- id="radialGradient6516-3"
4647- gradientUnits="userSpaceOnUse">
4648- <stop
4649- style="stop-color:#eeeeee;stop-opacity:1"
4650- offset="0"
4651- id="stop6518-8" />
4652- <stop
4653- style="stop-color:#cecece;stop-opacity:1"
4654- offset="0.16"
4655- id="stop6520-5" />
4656- <stop
4657- style="stop-color:#888888;stop-opacity:1"
4658- offset="0.4675"
4659- id="stop6522-5" />
4660- <stop
4661- style="stop-color:#555555;stop-opacity:1"
4662- offset="1"
4663- id="stop6524-0" />
4664- </radialGradient>
4665- <linearGradient
4666- id="linearGradient4110-1">
4667- <stop
4668- style="stop-color:#000000;stop-opacity:1"
4669- offset="0.0000000"
4670- id="stop4112-3" />
4671- <stop
4672- style="stop-color:#bbbbbb;stop-opacity:0.0000000;"
4673- offset="1.0000000"
4674- id="stop4114-3" />
4675- </linearGradient>
4676- <linearGradient
4677- id="linearGradient6576-6">
4678- <stop
4679- id="stop6578-0"
4680- offset="0"
4681- style="stop-color:#ffffff;stop-opacity:1;" />
4682- <stop
4683- style="stop-color:#e7e7e7;stop-opacity:1;"
4684- offset="0.47025558"
4685- id="stop6580-4" />
4686- <stop
4687- style="stop-color:#8c8c8c;stop-opacity:1;"
4688- offset="0.67183787"
4689- id="stop6582-1" />
4690- <stop
4691- id="stop6584-3"
4692- offset="0.83542866"
4693- style="stop-color:#dddddd;stop-opacity:1" />
4694- <stop
4695- id="stop6586-0"
4696- offset="1"
4697- style="stop-color:#a8a8a8;stop-opacity:1" />
4698- </linearGradient>
4699- <linearGradient
4700- x1="113.0654"
4701- y1="100.6621"
4702- x2="113.0654"
4703- y2="94.512703"
4704- id="linearGradient6589-9"
4705- gradientUnits="userSpaceOnUse">
4706- <stop
4707- style="stop-color:#eeeeee;stop-opacity:1"
4708- offset="0"
4709- id="stop6591-6" />
4710- <stop
4711- style="stop-color:#dddddd;stop-opacity:1"
4712- offset="0.66860002"
4713- id="stop6593-0" />
4714- <stop
4715- style="stop-color:#555555;stop-opacity:1"
4716- offset="1"
4717- id="stop6595-9" />
4718- </linearGradient>
4719- <radialGradient
4720- cx="113.0654"
4721- cy="97.587898"
4722- r="2.5631001"
4723- fx="113.667"
4724- fy="98"
4725- id="radialGradient6598-5"
4726- gradientUnits="userSpaceOnUse">
4727- <stop
4728- style="stop-color:#eeeeee;stop-opacity:1"
4729- offset="0"
4730- id="stop6600-4" />
4731- <stop
4732- style="stop-color:#cecece;stop-opacity:1"
4733- offset="0.16"
4734- id="stop6602-3" />
4735- <stop
4736- style="stop-color:#888888;stop-opacity:1"
4737- offset="0.4675"
4738- id="stop6604-6" />
4739- <stop
4740- style="stop-color:#555555;stop-opacity:1"
4741- offset="1"
4742- id="stop6606-4" />
4743- </radialGradient>
4744- <inkscape:perspective
4745- id="perspective5822-0"
4746- inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
4747- inkscape:vp_z="1 : 0.5 : 1"
4748- inkscape:vp_y="0 : 1000 : 0"
4749- inkscape:vp_x="0 : 0.5 : 1"
4750- sodipodi:type="inkscape:persp3d" />
4751- <linearGradient
4752- inkscape:collect="always"
4753- xlink:href="#linearGradient11639-2"
4754- id="linearGradient3193-7"
4755- gradientUnits="userSpaceOnUse"
4756- x1="611.125"
4757- y1="-404.84375"
4758- x2="613.92871"
4759- y2="-402.37305" />
4760- <linearGradient
4761- inkscape:collect="always"
4762- id="linearGradient11639-2">
4763- <stop
4764- style="stop-color:#ffffff;stop-opacity:1;"
4765- offset="0"
4766- id="stop11641-9" />
4767- <stop
4768- style="stop-color:#ffffff;stop-opacity:0;"
4769- offset="1"
4770- id="stop11643-9" />
4771- </linearGradient>
4772- <linearGradient
4773- inkscape:collect="always"
4774- xlink:href="#linearGradient11639-2"
4775- id="linearGradient3195-3"
4776- gradientUnits="userSpaceOnUse"
4777- x1="611.125"
4778- y1="-404.84375"
4779- x2="613.92871"
4780- y2="-402.37305" />
4781- <linearGradient
4782- inkscape:collect="always"
4783- xlink:href="#linearGradient11639-2"
4784- id="linearGradient3197-0"
4785- gradientUnits="userSpaceOnUse"
4786- x1="611.125"
4787- y1="-404.84375"
4788- x2="613.92871"
4789- y2="-402.37305" />
4790- <linearGradient
4791- gradientUnits="userSpaceOnUse"
4792- y2="106.20127"
4793- x2="440.73273"
4794- y1="106.20127"
4795- x1="437.91553"
4796- gradientTransform="scale(0.69883624,1.4309504)"
4797- inkscape:collect="always"
4798- id="linearGradient5838-2">
4799- <stop
4800- style="stop-color:#ffffff;stop-opacity:1;"
4801- offset="0"
4802- id="stop5840-7" />
4803- <stop
4804- style="stop-color:#ffffff;stop-opacity:0;"
4805- offset="1"
4806- id="stop5842-9" />
4807- </linearGradient>
4808- <linearGradient
4809- inkscape:collect="always"
4810- xlink:href="#linearGradient11629-5"
4811- id="linearGradient3199-9"
4812- gradientUnits="userSpaceOnUse"
4813- x1="615"
4814- y1="-406.78125"
4815- x2="618.875"
4816- y2="-403.36459" />
4817- <linearGradient
4818- inkscape:collect="always"
4819- id="linearGradient11629-5">
4820- <stop
4821- style="stop-color:#ffffff;stop-opacity:1;"
4822- offset="0"
4823- id="stop11631-2" />
4824- <stop
4825- style="stop-color:#ffffff;stop-opacity:0;"
4826- offset="1"
4827- id="stop11633-0" />
4828- </linearGradient>
4829- <linearGradient
4830- inkscape:collect="always"
4831- xlink:href="#linearGradient11639-2"
4832- id="linearGradient3201-8"
4833- gradientUnits="userSpaceOnUse"
4834- x1="611.125"
4835- y1="-404.84375"
4836- x2="613.92871"
4837- y2="-402.37305" />
4838- <linearGradient
4839- inkscape:collect="always"
4840- xlink:href="#linearGradient11639-2"
4841- id="linearGradient3203-3"
4842- gradientUnits="userSpaceOnUse"
4843- x1="611.125"
4844- y1="-404.84375"
4845- x2="613.92871"
4846- y2="-402.37305" />
4847- <linearGradient
4848- inkscape:collect="always"
4849- xlink:href="#linearGradient11629-5"
4850- id="linearGradient3205-5"
4851- gradientUnits="userSpaceOnUse"
4852- x1="615"
4853- y1="-406.78125"
4854- x2="618.875"
4855- y2="-403.36459" />
4856- <linearGradient
4857- inkscape:collect="always"
4858- xlink:href="#XMLID_63_-65"
4859- id="linearGradient6446-9"
4860- gradientUnits="userSpaceOnUse"
4861- gradientTransform="matrix(2.4956521,0,0,2.4956521,-223.97574,-53.226089)"
4862- x1="113.0654"
4863- y1="100.6621"
4864- x2="113.0654"
4865- y2="94.512703" />
4866- <linearGradient
4867- x1="113.0654"
4868- y1="100.6621"
4869- x2="113.0654"
4870- y2="94.512703"
4871- id="XMLID_63_-65"
4872- gradientUnits="userSpaceOnUse">
4873- <stop
4874- style="stop-color:#eeeeee;stop-opacity:1"
4875- offset="0"
4876- id="stop496-6" />
4877- <stop
4878- style="stop-color:#dddddd;stop-opacity:1"
4879- offset="0.66860002"
4880- id="stop498-3" />
4881- <stop
4882- style="stop-color:#555555;stop-opacity:1"
4883- offset="1"
4884- id="stop500-0" />
4885- </linearGradient>
4886- <radialGradient
4887- inkscape:collect="always"
4888- xlink:href="#XMLID_64_-07"
4889- id="radialGradient6448-2"
4890- gradientUnits="userSpaceOnUse"
4891- gradientTransform="matrix(2.4956521,0,0,2.4956521,-223.97574,-53.226089)"
4892- cx="113.0654"
4893- cy="97.587898"
4894- fx="113.667"
4895- fy="98"
4896- r="2.5631001" />
4897- <radialGradient
4898- cx="113.0654"
4899- cy="97.587898"
4900- r="2.5631001"
4901- fx="113.667"
4902- fy="98"
4903- id="XMLID_64_-07"
4904- gradientUnits="userSpaceOnUse">
4905- <stop
4906- style="stop-color:#eeeeee;stop-opacity:1"
4907- offset="0"
4908- id="stop505-4" />
4909- <stop
4910- style="stop-color:#cecece;stop-opacity:1"
4911- offset="0.16"
4912- id="stop507-7" />
4913- <stop
4914- style="stop-color:#888888;stop-opacity:1"
4915- offset="0.4675"
4916- id="stop509-3" />
4917- <stop
4918- style="stop-color:#555555;stop-opacity:1"
4919- offset="1"
4920- id="stop511-0" />
4921- </radialGradient>
4922- <linearGradient
4923- inkscape:collect="always"
4924- xlink:href="#linearGradient4120-6"
4925- id="linearGradient6430-1"
4926- gradientUnits="userSpaceOnUse"
4927- gradientTransform="matrix(0.3024372,0,0,0.3560377,303.56427,209.43456)"
4928- x1="7.6046205"
4929- y1="28.481176"
4930- x2="36.183067"
4931- y2="40.943935" />
4932- <linearGradient
4933- id="linearGradient4120-6">
4934- <stop
4935- style="stop-color:#555753;stop-opacity:1"
4936- offset="0.0000000"
4937- id="stop4122-7" />
4938- <stop
4939- style="stop-color:#2e3436;stop-opacity:1"
4940- offset="1.0000000"
4941- id="stop4124-57" />
4942- </linearGradient>
4943- <radialGradient
4944- inkscape:collect="always"
4945- xlink:href="#linearGradient4244-9"
4946- id="radialGradient6427-88"
4947- gradientUnits="userSpaceOnUse"
4948- gradientTransform="matrix(0.4569434,0.4167071,-0.2525086,0.6234641,302.55498,203.55522)"
4949- cx="15.571491"
4950- cy="2.958519"
4951- fx="15.571491"
4952- fy="2.958519"
4953- r="20.935818" />
4954- <linearGradient
4955- id="linearGradient4244-9">
4956- <stop
4957- style="stop-color:#efefef;stop-opacity:1"
4958- offset="0.0000000"
4959- id="stop4246-0" />
4960- <stop
4961- id="stop7563-7"
4962- offset="0.69516969"
4963- style="stop-color:#bcbcbc;stop-opacity:1" />
4964- <stop
4965- style="stop-color:#e4e4e4;stop-opacity:1"
4966- offset="1.0000000"
4967- id="stop4248-80" />
4968- </linearGradient>
4969- <radialGradient
4970- inkscape:collect="always"
4971- xlink:href="#linearGradient7497-103"
4972- id="radialGradient6424-3"
4973- gradientUnits="userSpaceOnUse"
4974- gradientTransform="matrix(0.05803462,0.01454178,-0.00385459,0.0639583,303.56081,200.28873)"
4975- cx="150.17931"
4976- cy="301.80243"
4977- fx="150.17931"
4978- fy="301.80243"
4979- r="106.18474" />
4980- <linearGradient
4981- inkscape:collect="always"
4982- id="linearGradient7497-103">
4983- <stop
4984- style="stop-color:#ffffff;stop-opacity:1;"
4985- offset="0"
4986- id="stop7499-6" />
4987- <stop
4988- style="stop-color:#ffffff;stop-opacity:0;"
4989- offset="1"
4990- id="stop7501-7" />
4991- </linearGradient>
4992- <linearGradient
4993- inkscape:collect="always"
4994- xlink:href="#linearGradient7243-2"
4995- id="linearGradient6442-3"
4996- gradientUnits="userSpaceOnUse"
4997- gradientTransform="matrix(5.0962816,0,0,5.0962816,25.377261,30.286921)"
4998- x1="7.0625"
4999- y1="35.28125"
5000- x2="24.6875"
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to status/vote changes: