Merge lp:ubuntu/wily-proposed/kazam into lp:kazam

Proposed by David Klasinc
Status: Needs review
Proposed branch: lp:ubuntu/wily-proposed/kazam
Merge into: lp:kazam
Diff against target: 39910 lines (+39176/-0) (has conflicts)
124 files modified
.pc/.quilt_patches (+1/-0)
.pc/.quilt_series (+1/-0)
.pc/.version (+1/-0)
.pc/applied-patches (+1/-0)
.pc/configparser_api_changes.patch/kazam/backend/config.py (+134/-0)
AUTHORS (+15/-0)
COPYING (+676/-0)
COPYING.LGPL (+165/-0)
MANIFEST.in (+6/-0)
PKG-INFO (+200/-0)
README (+179/-0)
TODO (+14/-0)
bin/kazam (+153/-0)
data/icons/128.svg (+2679/-0)
data/icons/16.svg (+1052/-0)
data/icons/22.svg (+1428/-0)
data/icons/32.svg (+1852/-0)
data/icons/48.svg (+2284/-0)
data/icons/64.svg (+2660/-0)
data/icons/scalable.svg (+2679/-0)
data/icons/scalable/kazam-all-screens-symbolic.svg (+92/-0)
data/icons/scalable/kazam-area-symbolic.svg (+92/-0)
data/icons/scalable/kazam-fullscreen-symbolic.svg (+92/-0)
data/icons/scalable/kazam-screencast-symbolic.svg (+92/-0)
data/icons/scalable/kazam-screenshot-symbolic.svg (+92/-0)
data/icons/scalable/kazam-window-symbolic.svg (+92/-0)
data/kazam.desktop.in (+32/-0)
data/ui/kazam.ui (+339/-0)
data/ui/preferences.ui (+738/-0)
debian/changelog (+73/-0)
debian/compat (+1/-0)
debian/control (+44/-0)
debian/copyright (+37/-0)
debian/kazam.1 (+83/-0)
debian/kazam.docs (+2/-0)
debian/patches/configparser_api_changes.patch (+21/-0)
debian/patches/series (+1/-0)
debian/rules (+24/-0)
debian/source/format (+1/-0)
debian/watch (+2/-0)
kazam/__init__.py (+1/-0)
kazam/app.py (+844/-0)
kazam/backend/__init__.py (+1/-0)
kazam/backend/config.py (+135/-0)
kazam/backend/grabber.py (+186/-0)
kazam/backend/gstreamer.py (+420/-0)
kazam/backend/prefs.py (+479/-0)
kazam/frontend/__init__.py (+1/-0)
kazam/frontend/about_dialog.py (+78/-0)
kazam/frontend/combobox.py (+117/-0)
kazam/frontend/done_recording.py (+160/-0)
kazam/frontend/indicator.py (+299/-0)
kazam/frontend/main_menu.py (+87/-0)
kazam/frontend/preferences.py (+362/-0)
kazam/frontend/save_dialog.py (+64/-0)
kazam/frontend/widgets.py (+60/-0)
kazam/frontend/window_area.py (+437/-0)
kazam/frontend/window_countdown.py (+108/-0)
kazam/frontend/window_outline.py (+149/-0)
kazam/frontend/window_select.py (+181/-0)
kazam/instant.py (+161/-0)
kazam/pulseaudio/__init__.py (+1/-0)
kazam/pulseaudio/ctypes_pulseaudio.py (+197/-0)
kazam/pulseaudio/error_handling.py (+27/-0)
kazam/pulseaudio/pulseaudio.py (+345/-0)
kazam/tests/__init__.py (+1/-0)
kazam/tests/test_app.py (+53/-0)
kazam/utils.py (+44/-0)
kazam/version.py (+5/-0)
po/POTFILES.in (+17/-0)
po/POTFILES.skip (+1/-0)
po/ar.po (+313/-0)
po/ast.po (+314/-0)
po/bg.po (+313/-0)
po/bn.po (+311/-0)
po/ca.po (+313/-0)
po/cs.po (+313/-0)
po/da.po (+313/-0)
po/de.po (+318/-0)
po/el.po (+311/-0)
po/en_AU.po (+311/-0)
po/en_CA.po (+311/-0)
po/en_GB.po (+314/-0)
po/eo.po (+311/-0)
po/es.po (+313/-0)
po/eu.po (+313/-0)
po/fi.po (+313/-0)
po/fo.po (+311/-0)
po/fr.po (+313/-0)
po/gl.po (+315/-0)
po/hr.po (+313/-0)
po/hu.po (+313/-0)
po/id.po (+313/-0)
po/is.po (+311/-0)
po/it.po (+314/-0)
po/ja.po (+311/-0)
po/kazam.pot (+307/-0)
po/ko.po (+313/-0)
po/la.po (+315/-0)
po/lt.po (+311/-0)
po/lv.po (+313/-0)
po/ml.po (+311/-0)
po/ms.po (+313/-0)
po/nl.po (+313/-0)
po/oc.po (+313/-0)
po/pl.po (+313/-0)
po/pt.po (+311/-0)
po/pt_BR.po (+313/-0)
po/pt_PT.po (+311/-0)
po/ro.po (+317/-0)
po/ru.po (+314/-0)
po/sk.po (+313/-0)
po/sl.po (+313/-0)
po/sr.po (+313/-0)
po/sv.po (+318/-0)
po/ta.po (+311/-0)
po/te.po (+313/-0)
po/tr.po (+313/-0)
po/uk.po (+313/-0)
po/vi.po (+313/-0)
po/zh_CN.po (+313/-0)
po/zh_TW.po (+313/-0)
setup.cfg (+13/-0)
setup.py (+59/-0)
Conflict adding file AUTHORS.  Moved existing file to AUTHORS.moved.
Conflict adding file COPYING.LGPL.  Moved existing file to COPYING.LGPL.moved.
Conflict adding file COPYING.  Moved existing file to COPYING.moved.
Conflict adding file MANIFEST.in.  Moved existing file to MANIFEST.in.moved.
Conflict adding file README.  Moved existing file to README.moved.
Conflict adding file TODO.  Moved existing file to TODO.moved.
Conflict adding file bin.  Moved existing file to bin.moved.
Conflict adding file data.  Moved existing file to data.moved.
Conflict adding file kazam.  Moved existing file to kazam.moved.
Conflict adding file po.  Moved existing file to po.moved.
Conflict adding file setup.cfg.  Moved existing file to setup.cfg.moved.
Conflict adding file setup.py.  Moved existing file to setup.py.moved.
To merge this branch: bzr merge lp:ubuntu/wily-proposed/kazam
Reviewer Review Type Date Requested Status
David Klasinc Pending
Review via email: mp+274246@code.launchpad.net

Description of the change

Merging downstream fixes.

To post a comment you must log in.

Unmerged revisions

13. By Andrew Starr-Bochicchio

* configparser_api_changes.patch: Update for changes
  in ConfigParser api (Closes: #801203, LP: #1500083).
* debian/control: Bump Standards-Version to 3.9.6

12. By Steve Langasek

No-change rebuild for python3.5 transition

11. By Andrew Starr-Bochicchio

* New upstream release.
 - Fix for segfault when using area selection (LP: #1298883).

10. By Andrew Starr-Bochicchio

* New upstream release.
* Drop Gtk.StatusIconFix.patch, applied upstream.

9. By Andrew Starr-Bochicchio

* Add Depends on gir1.2-keybinder-3.0 for hot key support.
* Bump Standards-Version to 3.9.5, no changes needed.

8. By Andrew Starr-Bochicchio

Upload to unstable.

7. By Andrew Starr-Bochicchio

* New upstream release.
* Gtk.StatusIconFix.patch: Fix taking screenshots while using
  the Gtk.StatusIcon fallback by providing indicator.hide_it()
  and indicator.show_it()

6. By Andrew Starr-Bochicchio

New upstream release.

5. By Andrew Starr-Bochicchio

New upstream release.

4. By Andrew Starr-Bochicchio

Add missing dependency on gnome-session-canberra (LP: #1152867).

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory '.pc'
2=== added file '.pc/.quilt_patches'
3--- .pc/.quilt_patches 1970-01-01 00:00:00 +0000
4+++ .pc/.quilt_patches 2015-10-13 12:37:55 +0000
5@@ -0,0 +1,1 @@
6+debian/patches
7
8=== added file '.pc/.quilt_series'
9--- .pc/.quilt_series 1970-01-01 00:00:00 +0000
10+++ .pc/.quilt_series 2015-10-13 12:37:55 +0000
11@@ -0,0 +1,1 @@
12+series
13
14=== added file '.pc/.version'
15--- .pc/.version 1970-01-01 00:00:00 +0000
16+++ .pc/.version 2015-10-13 12:37:55 +0000
17@@ -0,0 +1,1 @@
18+2
19
20=== added file '.pc/applied-patches'
21--- .pc/applied-patches 1970-01-01 00:00:00 +0000
22+++ .pc/applied-patches 2015-10-13 12:37:55 +0000
23@@ -0,0 +1,1 @@
24+configparser_api_changes.patch
25
26=== added directory '.pc/configparser_api_changes.patch'
27=== added directory '.pc/configparser_api_changes.patch/kazam'
28=== added directory '.pc/configparser_api_changes.patch/kazam/backend'
29=== added file '.pc/configparser_api_changes.patch/kazam/backend/config.py'
30--- .pc/configparser_api_changes.patch/kazam/backend/config.py 1970-01-01 00:00:00 +0000
31+++ .pc/configparser_api_changes.patch/kazam/backend/config.py 2015-10-13 12:37:55 +0000
32@@ -0,0 +1,134 @@
33+# -*- coding: utf-8 -*-
34+#
35+# config.py
36+#
37+# Copyright 2012 David Klasinc <bigwhale@lubica.net>
38+# Copyright 2010 Andrew <andrew@karmic-desktop>
39+#
40+# This program is free software; you can redistribute it and/or modify
41+# it under the terms of the GNU General Public License as published by
42+# the Free Software Foundation; either version 3 of the License, or
43+# (at your option) any later version.
44+#
45+# This program is distributed in the hope that it will be useful,
46+# but WITHOUT ANY WARRANTY; without even the implied warranty of
47+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
48+# GNU General Public License for more details.
49+#
50+# You should have received a copy of the GNU General Public License
51+# along with this program; if not, write to the Free Software
52+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
53+# MA 02110-1301, USA.
54+
55+import os
56+from configparser import ConfigParser, NoSectionError, NoOptionError
57+from xdg.BaseDirectory import xdg_config_home
58+
59+
60+class KazamConfig(ConfigParser):
61+
62+ DEFAULTS = [{
63+ "name": "main",
64+ "keys": {"video_toggled": "True",
65+ "video_source": "0",
66+ "audio_toggled": "False",
67+ "audio_source": "0",
68+ "audio_volume": "0",
69+ "audio2_toggled": "False",
70+ "audio2_source": "0",
71+ "audio2_volume": "0",
72+ "codec": "0",
73+ "counter": "5",
74+ "capture_cursor": "True",
75+ "capture_microphone": "False",
76+ "capture_speakers": "False",
77+ "capture_cursor_pic": "True",
78+ "capture_borders_pic": "True",
79+ "framerate": "15",
80+ "countdown_splash": "True",
81+ "last_x": "60",
82+ "last_y": "25",
83+ "advanced": "0",
84+ "silent": "0",
85+ "autosave_video": "False",
86+ "autosave_video_dir": "",
87+ "autosave_video_file": "Kazam_screencast",
88+ "autosave_picture": "False",
89+ "autosave_picture_dir": "",
90+ "autosave_picture_file": "Kazam_screenshot",
91+ "shutter_sound": "True",
92+ "shutter_type": "0",
93+ "first_run": "True",
94+ },
95+ },
96+ {"name": "keyboard_shortcuts",
97+ "keys": {"pause": "<Shift><Control>p",
98+ "finish": "<Shift><Control>f",
99+ "show": "<Shift><Control>s",
100+ "quit": "<Shift><Control>q",
101+ },
102+ }]
103+
104+ CONFIGDIR = os.path.join(xdg_config_home, "kazam")
105+ CONFIGFILE = os.path.join(CONFIGDIR, "kazam.conf")
106+
107+ def __init__(self):
108+ ConfigParser.__init__(self, self.DEFAULTS[0]['keys'])
109+ if not os.path.isdir(self.CONFIGDIR):
110+ os.makedirs(self.CONFIGDIR)
111+ if not os.path.isfile(self.CONFIGFILE):
112+ self.create_default()
113+ self.write()
114+ self.read(self.CONFIGFILE)
115+
116+ def create_default(self):
117+ # For every section
118+ for section in self.DEFAULTS:
119+ # Add the section
120+ self.add_section(section["name"])
121+ # And add every key in it, with its default value
122+ for key in section["keys"]:
123+ value = section["keys"][key]
124+ self.set(section["name"], key, value)
125+
126+ def find_default(self, section, key):
127+ for d_section in self.DEFAULTS:
128+ if d_section["name"] == section:
129+ for d_key in d_section["keys"]:
130+ if d_key == key:
131+ return d_section["keys"][key]
132+
133+ def get(self, section, key):
134+ try:
135+ return ConfigParser.get(self, section, key)
136+ except NoSectionError:
137+ default = self.find_default(section, key)
138+ self.set(section, key, default)
139+ self.write()
140+ return default
141+ except NoOptionError:
142+ default = self.find_default(section, key)
143+ self.set(section, key, default)
144+ self.write()
145+ return default
146+
147+ def getboolean(self, section, key):
148+ val = self.get(section, key)
149+ if val.lower() == 'true' or val.lower == "on" or val.lower() == "yes":
150+ return True
151+ else:
152+ return False
153+
154+ def set(self, section, option, value):
155+ # If the section referred to doesn't exist (rare case),
156+ # then create it
157+ if not self.has_section(section):
158+ self.add_section(section)
159+ ConfigParser.set(self, section, option, str(value))
160+
161+ def write(self):
162+ file_ = open(self.CONFIGFILE, "w")
163+ ConfigParser.write(self, file_)
164+ file_.close()
165+
166+
167
168=== added file 'AUTHORS'
169--- AUTHORS 1970-01-01 00:00:00 +0000
170+++ AUTHORS 2015-10-13 12:37:55 +0000
171@@ -0,0 +1,15 @@
172+
173+The following people worked on Kazam:
174+
175+Matthew Paul Thomas - Design, Testing
176+Michael Vogt - Coding
177+Sebastian Heinlein - Widgets
178+Matthew McGowan - Pathbar, Widgets, Fixes, Coding
179+Andrew Higginson - Coding, Artwork, Bughelp, Design
180+K.Vishnoo Charan Reddy - Artwork, Bughelp, Design
181+Gary Lasker - Coding
182+David Klasinc - Coding
183+Georgi Karavasilev - Design, Testing
184+Alan Pope - Testing
185+Ken VanDine - Packaging
186+
187
188=== renamed file 'AUTHORS' => 'AUTHORS.moved'
189=== added file 'COPYING'
190--- COPYING 1970-01-01 00:00:00 +0000
191+++ COPYING 2015-10-13 12:37:55 +0000
192@@ -0,0 +1,676 @@
193+
194+ GNU GENERAL PUBLIC LICENSE
195+ Version 3, 29 June 2007
196+
197+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
198+ Everyone is permitted to copy and distribute verbatim copies
199+ of this license document, but changing it is not allowed.
200+
201+ Preamble
202+
203+ The GNU General Public License is a free, copyleft license for
204+software and other kinds of works.
205+
206+ The licenses for most software and other practical works are designed
207+to take away your freedom to share and change the works. By contrast,
208+the GNU General Public License is intended to guarantee your freedom to
209+share and change all versions of a program--to make sure it remains free
210+software for all its users. We, the Free Software Foundation, use the
211+GNU General Public License for most of our software; it applies also to
212+any other work released this way by its authors. You can apply it to
213+your programs, too.
214+
215+ When we speak of free software, we are referring to freedom, not
216+price. Our General Public Licenses are designed to make sure that you
217+have the freedom to distribute copies of free software (and charge for
218+them if you wish), that you receive source code or can get it if you
219+want it, that you can change the software or use pieces of it in new
220+free programs, and that you know you can do these things.
221+
222+ To protect your rights, we need to prevent others from denying you
223+these rights or asking you to surrender the rights. Therefore, you have
224+certain responsibilities if you distribute copies of the software, or if
225+you modify it: responsibilities to respect the freedom of others.
226+
227+ For example, if you distribute copies of such a program, whether
228+gratis or for a fee, you must pass on to the recipients the same
229+freedoms that you received. You must make sure that they, too, receive
230+or can get the source code. And you must show them these terms so they
231+know their rights.
232+
233+ Developers that use the GNU GPL protect your rights with two steps:
234+(1) assert copyright on the software, and (2) offer you this License
235+giving you legal permission to copy, distribute and/or modify it.
236+
237+ For the developers' and authors' protection, the GPL clearly explains
238+that there is no warranty for this free software. For both users' and
239+authors' sake, the GPL requires that modified versions be marked as
240+changed, so that their problems will not be attributed erroneously to
241+authors of previous versions.
242+
243+ Some devices are designed to deny users access to install or run
244+modified versions of the software inside them, although the manufacturer
245+can do so. This is fundamentally incompatible with the aim of
246+protecting users' freedom to change the software. The systematic
247+pattern of such abuse occurs in the area of products for individuals to
248+use, which is precisely where it is most unacceptable. Therefore, we
249+have designed this version of the GPL to prohibit the practice for those
250+products. If such problems arise substantially in other domains, we
251+stand ready to extend this provision to those domains in future versions
252+of the GPL, as needed to protect the freedom of users.
253+
254+ Finally, every program is threatened constantly by software patents.
255+States should not allow patents to restrict development and use of
256+software on general-purpose computers, but in those that do, we wish to
257+avoid the special danger that patents applied to a free program could
258+make it effectively proprietary. To prevent this, the GPL assures that
259+patents cannot be used to render the program non-free.
260+
261+ The precise terms and conditions for copying, distribution and
262+modification follow.
263+
264+ TERMS AND CONDITIONS
265+
266+ 0. Definitions.
267+
268+ "This License" refers to version 3 of the GNU General Public License.
269+
270+ "Copyright" also means copyright-like laws that apply to other kinds of
271+works, such as semiconductor masks.
272+
273+ "The Program" refers to any copyrightable work licensed under this
274+License. Each licensee is addressed as "you". "Licensees" and
275+"recipients" may be individuals or organizations.
276+
277+ To "modify" a work means to copy from or adapt all or part of the work
278+in a fashion requiring copyright permission, other than the making of an
279+exact copy. The resulting work is called a "modified version" of the
280+earlier work or a work "based on" the earlier work.
281+
282+ A "covered work" means either the unmodified Program or a work based
283+on the Program.
284+
285+ To "propagate" a work means to do anything with it that, without
286+permission, would make you directly or secondarily liable for
287+infringement under applicable copyright law, except executing it on a
288+computer or modifying a private copy. Propagation includes copying,
289+distribution (with or without modification), making available to the
290+public, and in some countries other activities as well.
291+
292+ To "convey" a work means any kind of propagation that enables other
293+parties to make or receive copies. Mere interaction with a user through
294+a computer network, with no transfer of a copy, is not conveying.
295+
296+ An interactive user interface displays "Appropriate Legal Notices"
297+to the extent that it includes a convenient and prominently visible
298+feature that (1) displays an appropriate copyright notice, and (2)
299+tells the user that there is no warranty for the work (except to the
300+extent that warranties are provided), that licensees may convey the
301+work under this License, and how to view a copy of this License. If
302+the interface presents a list of user commands or options, such as a
303+menu, a prominent item in the list meets this criterion.
304+
305+ 1. Source Code.
306+
307+ The "source code" for a work means the preferred form of the work
308+for making modifications to it. "Object code" means any non-source
309+form of a work.
310+
311+ A "Standard Interface" means an interface that either is an official
312+standard defined by a recognized standards body, or, in the case of
313+interfaces specified for a particular programming language, one that
314+is widely used among developers working in that language.
315+
316+ The "System Libraries" of an executable work include anything, other
317+than the work as a whole, that (a) is included in the normal form of
318+packaging a Major Component, but which is not part of that Major
319+Component, and (b) serves only to enable use of the work with that
320+Major Component, or to implement a Standard Interface for which an
321+implementation is available to the public in source code form. A
322+"Major Component", in this context, means a major essential component
323+(kernel, window system, and so on) of the specific operating system
324+(if any) on which the executable work runs, or a compiler used to
325+produce the work, or an object code interpreter used to run it.
326+
327+ The "Corresponding Source" for a work in object code form means all
328+the source code needed to generate, install, and (for an executable
329+work) run the object code and to modify the work, including scripts to
330+control those activities. However, it does not include the work's
331+System Libraries, or general-purpose tools or generally available free
332+programs which are used unmodified in performing those activities but
333+which are not part of the work. For example, Corresponding Source
334+includes interface definition files associated with source files for
335+the work, and the source code for shared libraries and dynamically
336+linked subprograms that the work is specifically designed to require,
337+such as by intimate data communication or control flow between those
338+subprograms and other parts of the work.
339+
340+ The Corresponding Source need not include anything that users
341+can regenerate automatically from other parts of the Corresponding
342+Source.
343+
344+ The Corresponding Source for a work in source code form is that
345+same work.
346+
347+ 2. Basic Permissions.
348+
349+ All rights granted under this License are granted for the term of
350+copyright on the Program, and are irrevocable provided the stated
351+conditions are met. This License explicitly affirms your unlimited
352+permission to run the unmodified Program. The output from running a
353+covered work is covered by this License only if the output, given its
354+content, constitutes a covered work. This License acknowledges your
355+rights of fair use or other equivalent, as provided by copyright law.
356+
357+ You may make, run and propagate covered works that you do not
358+convey, without conditions so long as your license otherwise remains
359+in force. You may convey covered works to others for the sole purpose
360+of having them make modifications exclusively for you, or provide you
361+with facilities for running those works, provided that you comply with
362+the terms of this License in conveying all material for which you do
363+not control copyright. Those thus making or running the covered works
364+for you must do so exclusively on your behalf, under your direction
365+and control, on terms that prohibit them from making any copies of
366+your copyrighted material outside their relationship with you.
367+
368+ Conveying under any other circumstances is permitted solely under
369+the conditions stated below. Sublicensing is not allowed; section 10
370+makes it unnecessary.
371+
372+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
373+
374+ No covered work shall be deemed part of an effective technological
375+measure under any applicable law fulfilling obligations under article
376+11 of the WIPO copyright treaty adopted on 20 December 1996, or
377+similar laws prohibiting or restricting circumvention of such
378+measures.
379+
380+ When you convey a covered work, you waive any legal power to forbid
381+circumvention of technological measures to the extent such circumvention
382+is effected by exercising rights under this License with respect to
383+the covered work, and you disclaim any intention to limit operation or
384+modification of the work as a means of enforcing, against the work's
385+users, your or third parties' legal rights to forbid circumvention of
386+technological measures.
387+
388+ 4. Conveying Verbatim Copies.
389+
390+ You may convey verbatim copies of the Program's source code as you
391+receive it, in any medium, provided that you conspicuously and
392+appropriately publish on each copy an appropriate copyright notice;
393+keep intact all notices stating that this License and any
394+non-permissive terms added in accord with section 7 apply to the code;
395+keep intact all notices of the absence of any warranty; and give all
396+recipients a copy of this License along with the Program.
397+
398+ You may charge any price or no price for each copy that you convey,
399+and you may offer support or warranty protection for a fee.
400+
401+ 5. Conveying Modified Source Versions.
402+
403+ You may convey a work based on the Program, or the modifications to
404+produce it from the Program, in the form of source code under the
405+terms of section 4, provided that you also meet all of these conditions:
406+
407+ a) The work must carry prominent notices stating that you modified
408+ it, and giving a relevant date.
409+
410+ b) The work must carry prominent notices stating that it is
411+ released under this License and any conditions added under section
412+ 7. This requirement modifies the requirement in section 4 to
413+ "keep intact all notices".
414+
415+ c) You must license the entire work, as a whole, under this
416+ License to anyone who comes into possession of a copy. This
417+ License will therefore apply, along with any applicable section 7
418+ additional terms, to the whole of the work, and all its parts,
419+ regardless of how they are packaged. This License gives no
420+ permission to license the work in any other way, but it does not
421+ invalidate such permission if you have separately received it.
422+
423+ d) If the work has interactive user interfaces, each must display
424+ Appropriate Legal Notices; however, if the Program has interactive
425+ interfaces that do not display Appropriate Legal Notices, your
426+ work need not make them do so.
427+
428+ A compilation of a covered work with other separate and independent
429+works, which are not by their nature extensions of the covered work,
430+and which are not combined with it such as to form a larger program,
431+in or on a volume of a storage or distribution medium, is called an
432+"aggregate" if the compilation and its resulting copyright are not
433+used to limit the access or legal rights of the compilation's users
434+beyond what the individual works permit. Inclusion of a covered work
435+in an aggregate does not cause this License to apply to the other
436+parts of the aggregate.
437+
438+ 6. Conveying Non-Source Forms.
439+
440+ You may convey a covered work in object code form under the terms
441+of sections 4 and 5, provided that you also convey the
442+machine-readable Corresponding Source under the terms of this License,
443+in one of these ways:
444+
445+ a) Convey the object code in, or embodied in, a physical product
446+ (including a physical distribution medium), accompanied by the
447+ Corresponding Source fixed on a durable physical medium
448+ customarily used for software interchange.
449+
450+ b) Convey the object code in, or embodied in, a physical product
451+ (including a physical distribution medium), accompanied by a
452+ written offer, valid for at least three years and valid for as
453+ long as you offer spare parts or customer support for that product
454+ model, to give anyone who possesses the object code either (1) a
455+ copy of the Corresponding Source for all the software in the
456+ product that is covered by this License, on a durable physical
457+ medium customarily used for software interchange, for a price no
458+ more than your reasonable cost of physically performing this
459+ conveying of source, or (2) access to copy the
460+ Corresponding Source from a network server at no charge.
461+
462+ c) Convey individual copies of the object code with a copy of the
463+ written offer to provide the Corresponding Source. This
464+ alternative is allowed only occasionally and noncommercially, and
465+ only if you received the object code with such an offer, in accord
466+ with subsection 6b.
467+
468+ d) Convey the object code by offering access from a designated
469+ place (gratis or for a charge), and offer equivalent access to the
470+ Corresponding Source in the same way through the same place at no
471+ further charge. You need not require recipients to copy the
472+ Corresponding Source along with the object code. If the place to
473+ copy the object code is a network server, the Corresponding Source
474+ may be on a different server (operated by you or a third party)
475+ that supports equivalent copying facilities, provided you maintain
476+ clear directions next to the object code saying where to find the
477+ Corresponding Source. Regardless of what server hosts the
478+ Corresponding Source, you remain obligated to ensure that it is
479+ available for as long as needed to satisfy these requirements.
480+
481+ e) Convey the object code using peer-to-peer transmission, provided
482+ you inform other peers where the object code and Corresponding
483+ Source of the work are being offered to the general public at no
484+ charge under subsection 6d.
485+
486+ A separable portion of the object code, whose source code is excluded
487+from the Corresponding Source as a System Library, need not be
488+included in conveying the object code work.
489+
490+ A "User Product" is either (1) a "consumer product", which means any
491+tangible personal property which is normally used for personal, family,
492+or household purposes, or (2) anything designed or sold for incorporation
493+into a dwelling. In determining whether a product is a consumer product,
494+doubtful cases shall be resolved in favor of coverage. For a particular
495+product received by a particular user, "normally used" refers to a
496+typical or common use of that class of product, regardless of the status
497+of the particular user or of the way in which the particular user
498+actually uses, or expects or is expected to use, the product. A product
499+is a consumer product regardless of whether the product has substantial
500+commercial, industrial or non-consumer uses, unless such uses represent
501+the only significant mode of use of the product.
502+
503+ "Installation Information" for a User Product means any methods,
504+procedures, authorization keys, or other information required to install
505+and execute modified versions of a covered work in that User Product from
506+a modified version of its Corresponding Source. The information must
507+suffice to ensure that the continued functioning of the modified object
508+code is in no case prevented or interfered with solely because
509+modification has been made.
510+
511+ If you convey an object code work under this section in, or with, or
512+specifically for use in, a User Product, and the conveying occurs as
513+part of a transaction in which the right of possession and use of the
514+User Product is transferred to the recipient in perpetuity or for a
515+fixed term (regardless of how the transaction is characterized), the
516+Corresponding Source conveyed under this section must be accompanied
517+by the Installation Information. But this requirement does not apply
518+if neither you nor any third party retains the ability to install
519+modified object code on the User Product (for example, the work has
520+been installed in ROM).
521+
522+ The requirement to provide Installation Information does not include a
523+requirement to continue to provide support service, warranty, or updates
524+for a work that has been modified or installed by the recipient, or for
525+the User Product in which it has been modified or installed. Access to a
526+network may be denied when the modification itself materially and
527+adversely affects the operation of the network or violates the rules and
528+protocols for communication across the network.
529+
530+ Corresponding Source conveyed, and Installation Information provided,
531+in accord with this section must be in a format that is publicly
532+documented (and with an implementation available to the public in
533+source code form), and must require no special password or key for
534+unpacking, reading or copying.
535+
536+ 7. Additional Terms.
537+
538+ "Additional permissions" are terms that supplement the terms of this
539+License by making exceptions from one or more of its conditions.
540+Additional permissions that are applicable to the entire Program shall
541+be treated as though they were included in this License, to the extent
542+that they are valid under applicable law. If additional permissions
543+apply only to part of the Program, that part may be used separately
544+under those permissions, but the entire Program remains governed by
545+this License without regard to the additional permissions.
546+
547+ When you convey a copy of a covered work, you may at your option
548+remove any additional permissions from that copy, or from any part of
549+it. (Additional permissions may be written to require their own
550+removal in certain cases when you modify the work.) You may place
551+additional permissions on material, added by you to a covered work,
552+for which you have or can give appropriate copyright permission.
553+
554+ Notwithstanding any other provision of this License, for material you
555+add to a covered work, you may (if authorized by the copyright holders of
556+that material) supplement the terms of this License with terms:
557+
558+ a) Disclaiming warranty or limiting liability differently from the
559+ terms of sections 15 and 16 of this License; or
560+
561+ b) Requiring preservation of specified reasonable legal notices or
562+ author attributions in that material or in the Appropriate Legal
563+ Notices displayed by works containing it; or
564+
565+ c) Prohibiting misrepresentation of the origin of that material, or
566+ requiring that modified versions of such material be marked in
567+ reasonable ways as different from the original version; or
568+
569+ d) Limiting the use for publicity purposes of names of licensors or
570+ authors of the material; or
571+
572+ e) Declining to grant rights under trademark law for use of some
573+ trade names, trademarks, or service marks; or
574+
575+ f) Requiring indemnification of licensors and authors of that
576+ material by anyone who conveys the material (or modified versions of
577+ it) with contractual assumptions of liability to the recipient, for
578+ any liability that these contractual assumptions directly impose on
579+ those licensors and authors.
580+
581+ All other non-permissive additional terms are considered "further
582+restrictions" within the meaning of section 10. If the Program as you
583+received it, or any part of it, contains a notice stating that it is
584+governed by this License along with a term that is a further
585+restriction, you may remove that term. If a license document contains
586+a further restriction but permits relicensing or conveying under this
587+License, you may add to a covered work material governed by the terms
588+of that license document, provided that the further restriction does
589+not survive such relicensing or conveying.
590+
591+ If you add terms to a covered work in accord with this section, you
592+must place, in the relevant source files, a statement of the
593+additional terms that apply to those files, or a notice indicating
594+where to find the applicable terms.
595+
596+ Additional terms, permissive or non-permissive, may be stated in the
597+form of a separately written license, or stated as exceptions;
598+the above requirements apply either way.
599+
600+ 8. Termination.
601+
602+ You may not propagate or modify a covered work except as expressly
603+provided under this License. Any attempt otherwise to propagate or
604+modify it is void, and will automatically terminate your rights under
605+this License (including any patent licenses granted under the third
606+paragraph of section 11).
607+
608+ However, if you cease all violation of this License, then your
609+license from a particular copyright holder is reinstated (a)
610+provisionally, unless and until the copyright holder explicitly and
611+finally terminates your license, and (b) permanently, if the copyright
612+holder fails to notify you of the violation by some reasonable means
613+prior to 60 days after the cessation.
614+
615+ Moreover, your license from a particular copyright holder is
616+reinstated permanently if the copyright holder notifies you of the
617+violation by some reasonable means, this is the first time you have
618+received notice of violation of this License (for any work) from that
619+copyright holder, and you cure the violation prior to 30 days after
620+your receipt of the notice.
621+
622+ Termination of your rights under this section does not terminate the
623+licenses of parties who have received copies or rights from you under
624+this License. If your rights have been terminated and not permanently
625+reinstated, you do not qualify to receive new licenses for the same
626+material under section 10.
627+
628+ 9. Acceptance Not Required for Having Copies.
629+
630+ You are not required to accept this License in order to receive or
631+run a copy of the Program. Ancillary propagation of a covered work
632+occurring solely as a consequence of using peer-to-peer transmission
633+to receive a copy likewise does not require acceptance. However,
634+nothing other than this License grants you permission to propagate or
635+modify any covered work. These actions infringe copyright if you do
636+not accept this License. Therefore, by modifying or propagating a
637+covered work, you indicate your acceptance of this License to do so.
638+
639+ 10. Automatic Licensing of Downstream Recipients.
640+
641+ Each time you convey a covered work, the recipient automatically
642+receives a license from the original licensors, to run, modify and
643+propagate that work, subject to this License. You are not responsible
644+for enforcing compliance by third parties with this License.
645+
646+ An "entity transaction" is a transaction transferring control of an
647+organization, or substantially all assets of one, or subdividing an
648+organization, or merging organizations. If propagation of a covered
649+work results from an entity transaction, each party to that
650+transaction who receives a copy of the work also receives whatever
651+licenses to the work the party's predecessor in interest had or could
652+give under the previous paragraph, plus a right to possession of the
653+Corresponding Source of the work from the predecessor in interest, if
654+the predecessor has it or can get it with reasonable efforts.
655+
656+ You may not impose any further restrictions on the exercise of the
657+rights granted or affirmed under this License. For example, you may
658+not impose a license fee, royalty, or other charge for exercise of
659+rights granted under this License, and you may not initiate litigation
660+(including a cross-claim or counterclaim in a lawsuit) alleging that
661+any patent claim is infringed by making, using, selling, offering for
662+sale, or importing the Program or any portion of it.
663+
664+ 11. Patents.
665+
666+ A "contributor" is a copyright holder who authorizes use under this
667+License of the Program or a work on which the Program is based. The
668+work thus licensed is called the contributor's "contributor version".
669+
670+ A contributor's "essential patent claims" are all patent claims
671+owned or controlled by the contributor, whether already acquired or
672+hereafter acquired, that would be infringed by some manner, permitted
673+by this License, of making, using, or selling its contributor version,
674+but do not include claims that would be infringed only as a
675+consequence of further modification of the contributor version. For
676+purposes of this definition, "control" includes the right to grant
677+patent sublicenses in a manner consistent with the requirements of
678+this License.
679+
680+ Each contributor grants you a non-exclusive, worldwide, royalty-free
681+patent license under the contributor's essential patent claims, to
682+make, use, sell, offer for sale, import and otherwise run, modify and
683+propagate the contents of its contributor version.
684+
685+ In the following three paragraphs, a "patent license" is any express
686+agreement or commitment, however denominated, not to enforce a patent
687+(such as an express permission to practice a patent or covenant not to
688+sue for patent infringement). To "grant" such a patent license to a
689+party means to make such an agreement or commitment not to enforce a
690+patent against the party.
691+
692+ If you convey a covered work, knowingly relying on a patent license,
693+and the Corresponding Source of the work is not available for anyone
694+to copy, free of charge and under the terms of this License, through a
695+publicly available network server or other readily accessible means,
696+then you must either (1) cause the Corresponding Source to be so
697+available, or (2) arrange to deprive yourself of the benefit of the
698+patent license for this particular work, or (3) arrange, in a manner
699+consistent with the requirements of this License, to extend the patent
700+license to downstream recipients. "Knowingly relying" means you have
701+actual knowledge that, but for the patent license, your conveying the
702+covered work in a country, or your recipient's use of the covered work
703+in a country, would infringe one or more identifiable patents in that
704+country that you have reason to believe are valid.
705+
706+ If, pursuant to or in connection with a single transaction or
707+arrangement, you convey, or propagate by procuring conveyance of, a
708+covered work, and grant a patent license to some of the parties
709+receiving the covered work authorizing them to use, propagate, modify
710+or convey a specific copy of the covered work, then the patent license
711+you grant is automatically extended to all recipients of the covered
712+work and works based on it.
713+
714+ A patent license is "discriminatory" if it does not include within
715+the scope of its coverage, prohibits the exercise of, or is
716+conditioned on the non-exercise of one or more of the rights that are
717+specifically granted under this License. You may not convey a covered
718+work if you are a party to an arrangement with a third party that is
719+in the business of distributing software, under which you make payment
720+to the third party based on the extent of your activity of conveying
721+the work, and under which the third party grants, to any of the
722+parties who would receive the covered work from you, a discriminatory
723+patent license (a) in connection with copies of the covered work
724+conveyed by you (or copies made from those copies), or (b) primarily
725+for and in connection with specific products or compilations that
726+contain the covered work, unless you entered into that arrangement,
727+or that patent license was granted, prior to 28 March 2007.
728+
729+ Nothing in this License shall be construed as excluding or limiting
730+any implied license or other defenses to infringement that may
731+otherwise be available to you under applicable patent law.
732+
733+ 12. No Surrender of Others' Freedom.
734+
735+ If conditions are imposed on you (whether by court order, agreement or
736+otherwise) that contradict the conditions of this License, they do not
737+excuse you from the conditions of this License. If you cannot convey a
738+covered work so as to satisfy simultaneously your obligations under this
739+License and any other pertinent obligations, then as a consequence you may
740+not convey it at all. For example, if you agree to terms that obligate you
741+to collect a royalty for further conveying from those to whom you convey
742+the Program, the only way you could satisfy both those terms and this
743+License would be to refrain entirely from conveying the Program.
744+
745+ 13. Use with the GNU Affero General Public License.
746+
747+ Notwithstanding any other provision of this License, you have
748+permission to link or combine any covered work with a work licensed
749+under version 3 of the GNU Affero General Public License into a single
750+combined work, and to convey the resulting work. The terms of this
751+License will continue to apply to the part which is the covered work,
752+but the special requirements of the GNU Affero General Public License,
753+section 13, concerning interaction through a network will apply to the
754+combination as such.
755+
756+ 14. Revised Versions of this License.
757+
758+ The Free Software Foundation may publish revised and/or new versions of
759+the GNU General Public License from time to time. Such new versions will
760+be similar in spirit to the present version, but may differ in detail to
761+address new problems or concerns.
762+
763+ Each version is given a distinguishing version number. If the
764+Program specifies that a certain numbered version of the GNU General
765+Public License "or any later version" applies to it, you have the
766+option of following the terms and conditions either of that numbered
767+version or of any later version published by the Free Software
768+Foundation. If the Program does not specify a version number of the
769+GNU General Public License, you may choose any version ever published
770+by the Free Software Foundation.
771+
772+ If the Program specifies that a proxy can decide which future
773+versions of the GNU General Public License can be used, that proxy's
774+public statement of acceptance of a version permanently authorizes you
775+to choose that version for the Program.
776+
777+ Later license versions may give you additional or different
778+permissions. However, no additional obligations are imposed on any
779+author or copyright holder as a result of your choosing to follow a
780+later version.
781+
782+ 15. Disclaimer of Warranty.
783+
784+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
785+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
786+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
787+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
788+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
789+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
790+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
791+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
792+
793+ 16. Limitation of Liability.
794+
795+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
796+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
797+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
798+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
799+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
800+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
801+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
802+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
803+SUCH DAMAGES.
804+
805+ 17. Interpretation of Sections 15 and 16.
806+
807+ If the disclaimer of warranty and limitation of liability provided
808+above cannot be given local legal effect according to their terms,
809+reviewing courts shall apply local law that most closely approximates
810+an absolute waiver of all civil liability in connection with the
811+Program, unless a warranty or assumption of liability accompanies a
812+copy of the Program in return for a fee.
813+
814+ END OF TERMS AND CONDITIONS
815+
816+ How to Apply These Terms to Your New Programs
817+
818+ If you develop a new program, and you want it to be of the greatest
819+possible use to the public, the best way to achieve this is to make it
820+free software which everyone can redistribute and change under these terms.
821+
822+ To do so, attach the following notices to the program. It is safest
823+to attach them to the start of each source file to most effectively
824+state the exclusion of warranty; and each file should have at least
825+the "copyright" line and a pointer to where the full notice is found.
826+
827+ <one line to give the program's name and a brief idea of what it does.>
828+ Copyright (C) <year> <name of author>
829+
830+ This program is free software: you can redistribute it and/or modify
831+ it under the terms of the GNU General Public License as published by
832+ the Free Software Foundation, either version 3 of the License, or
833+ (at your option) any later version.
834+
835+ This program is distributed in the hope that it will be useful,
836+ but WITHOUT ANY WARRANTY; without even the implied warranty of
837+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
838+ GNU General Public License for more details.
839+
840+ You should have received a copy of the GNU General Public License
841+ along with this program. If not, see <http://www.gnu.org/licenses/>.
842+
843+Also add information on how to contact you by electronic and paper mail.
844+
845+ If the program does terminal interaction, make it output a short
846+notice like this when it starts in an interactive mode:
847+
848+ <program> Copyright (C) <year> <name of author>
849+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
850+ This is free software, and you are welcome to redistribute it
851+ under certain conditions; type `show c' for details.
852+
853+The hypothetical commands `show w' and `show c' should show the appropriate
854+parts of the General Public License. Of course, your program's commands
855+might be different; for a GUI interface, you would use an "about box".
856+
857+ You should also get your employer (if you work as a programmer) or school,
858+if any, to sign a "copyright disclaimer" for the program, if necessary.
859+For more information on this, and how to apply and follow the GNU GPL, see
860+<http://www.gnu.org/licenses/>.
861+
862+ The GNU General Public License does not permit incorporating your program
863+into proprietary programs. If your program is a subroutine library, you
864+may consider it more useful to permit linking proprietary applications with
865+the library. If this is what you want to do, use the GNU Lesser General
866+Public License instead of this License. But first, please read
867+<http://www.gnu.org/philosophy/why-not-lgpl.html>.
868+
869
870=== added file 'COPYING.LGPL'
871--- COPYING.LGPL 1970-01-01 00:00:00 +0000
872+++ COPYING.LGPL 2015-10-13 12:37:55 +0000
873@@ -0,0 +1,165 @@
874+ GNU LESSER GENERAL PUBLIC LICENSE
875+ Version 3, 29 June 2007
876+
877+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
878+ Everyone is permitted to copy and distribute verbatim copies
879+ of this license document, but changing it is not allowed.
880+
881+
882+ This version of the GNU Lesser General Public License incorporates
883+the terms and conditions of version 3 of the GNU General Public
884+License, supplemented by the additional permissions listed below.
885+
886+ 0. Additional Definitions.
887+
888+ As used herein, "this License" refers to version 3 of the GNU Lesser
889+General Public License, and the "GNU GPL" refers to version 3 of the GNU
890+General Public License.
891+
892+ "The Library" refers to a covered work governed by this License,
893+other than an Application or a Combined Work as defined below.
894+
895+ An "Application" is any work that makes use of an interface provided
896+by the Library, but which is not otherwise based on the Library.
897+Defining a subclass of a class defined by the Library is deemed a mode
898+of using an interface provided by the Library.
899+
900+ A "Combined Work" is a work produced by combining or linking an
901+Application with the Library. The particular version of the Library
902+with which the Combined Work was made is also called the "Linked
903+Version".
904+
905+ The "Minimal Corresponding Source" for a Combined Work means the
906+Corresponding Source for the Combined Work, excluding any source code
907+for portions of the Combined Work that, considered in isolation, are
908+based on the Application, and not on the Linked Version.
909+
910+ The "Corresponding Application Code" for a Combined Work means the
911+object code and/or source code for the Application, including any data
912+and utility programs needed for reproducing the Combined Work from the
913+Application, but excluding the System Libraries of the Combined Work.
914+
915+ 1. Exception to Section 3 of the GNU GPL.
916+
917+ You may convey a covered work under sections 3 and 4 of this License
918+without being bound by section 3 of the GNU GPL.
919+
920+ 2. Conveying Modified Versions.
921+
922+ If you modify a copy of the Library, and, in your modifications, a
923+facility refers to a function or data to be supplied by an Application
924+that uses the facility (other than as an argument passed when the
925+facility is invoked), then you may convey a copy of the modified
926+version:
927+
928+ a) under this License, provided that you make a good faith effort to
929+ ensure that, in the event an Application does not supply the
930+ function or data, the facility still operates, and performs
931+ whatever part of its purpose remains meaningful, or
932+
933+ b) under the GNU GPL, with none of the additional permissions of
934+ this License applicable to that copy.
935+
936+ 3. Object Code Incorporating Material from Library Header Files.
937+
938+ The object code form of an Application may incorporate material from
939+a header file that is part of the Library. You may convey such object
940+code under terms of your choice, provided that, if the incorporated
941+material is not limited to numerical parameters, data structure
942+layouts and accessors, or small macros, inline functions and templates
943+(ten or fewer lines in length), you do both of the following:
944+
945+ a) Give prominent notice with each copy of the object code that the
946+ Library is used in it and that the Library and its use are
947+ covered by this License.
948+
949+ b) Accompany the object code with a copy of the GNU GPL and this license
950+ document.
951+
952+ 4. Combined Works.
953+
954+ You may convey a Combined Work under terms of your choice that,
955+taken together, effectively do not restrict modification of the
956+portions of the Library contained in the Combined Work and reverse
957+engineering for debugging such modifications, if you also do each of
958+the following:
959+
960+ a) Give prominent notice with each copy of the Combined Work that
961+ the Library is used in it and that the Library and its use are
962+ covered by this License.
963+
964+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
965+ document.
966+
967+ c) For a Combined Work that displays copyright notices during
968+ execution, include the copyright notice for the Library among
969+ these notices, as well as a reference directing the user to the
970+ copies of the GNU GPL and this license document.
971+
972+ d) Do one of the following:
973+
974+ 0) Convey the Minimal Corresponding Source under the terms of this
975+ License, and the Corresponding Application Code in a form
976+ suitable for, and under terms that permit, the user to
977+ recombine or relink the Application with a modified version of
978+ the Linked Version to produce a modified Combined Work, in the
979+ manner specified by section 6 of the GNU GPL for conveying
980+ Corresponding Source.
981+
982+ 1) Use a suitable shared library mechanism for linking with the
983+ Library. A suitable mechanism is one that (a) uses at run time
984+ a copy of the Library already present on the user's computer
985+ system, and (b) will operate properly with a modified version
986+ of the Library that is interface-compatible with the Linked
987+ Version.
988+
989+ e) Provide Installation Information, but only if you would otherwise
990+ be required to provide such information under section 6 of the
991+ GNU GPL, and only to the extent that such information is
992+ necessary to install and execute a modified version of the
993+ Combined Work produced by recombining or relinking the
994+ Application with a modified version of the Linked Version. (If
995+ you use option 4d0, the Installation Information must accompany
996+ the Minimal Corresponding Source and Corresponding Application
997+ Code. If you use option 4d1, you must provide the Installation
998+ Information in the manner specified by section 6 of the GNU GPL
999+ for conveying Corresponding Source.)
1000+
1001+ 5. Combined Libraries.
1002+
1003+ You may place library facilities that are a work based on the
1004+Library side by side in a single library together with other library
1005+facilities that are not Applications and are not covered by this
1006+License, and convey such a combined library under terms of your
1007+choice, if you do both of the following:
1008+
1009+ a) Accompany the combined library with a copy of the same work based
1010+ on the Library, uncombined with any other library facilities,
1011+ conveyed under the terms of this License.
1012+
1013+ b) Give prominent notice with the combined library that part of it
1014+ is a work based on the Library, and explaining where to find the
1015+ accompanying uncombined form of the same work.
1016+
1017+ 6. Revised Versions of the GNU Lesser General Public License.
1018+
1019+ The Free Software Foundation may publish revised and/or new versions
1020+of the GNU Lesser General Public License from time to time. Such new
1021+versions will be similar in spirit to the present version, but may
1022+differ in detail to address new problems or concerns.
1023+
1024+ Each version is given a distinguishing version number. If the
1025+Library as you received it specifies that a certain numbered version
1026+of the GNU Lesser General Public License "or any later version"
1027+applies to it, you have the option of following the terms and
1028+conditions either of that published version or of any later version
1029+published by the Free Software Foundation. If the Library as you
1030+received it does not specify a version number of the GNU Lesser
1031+General Public License, you may choose any version of the GNU Lesser
1032+General Public License ever published by the Free Software Foundation.
1033+
1034+ If the Library as you received it specifies that a proxy can decide
1035+whether future versions of the GNU Lesser General Public License shall
1036+apply, that proxy's public statement of acceptance of any version is
1037+permanent authorization for you to choose that version for the
1038+Library.
1039
1040=== renamed file 'COPYING.LGPL' => 'COPYING.LGPL.moved'
1041=== renamed file 'COPYING' => 'COPYING.moved'
1042=== added file 'MANIFEST.in'
1043--- MANIFEST.in 1970-01-01 00:00:00 +0000
1044+++ MANIFEST.in 2015-10-13 12:37:55 +0000
1045@@ -0,0 +1,6 @@
1046+include AUTHORS COPYING COPYING.LGPL README setup.cfg setup.py TODO MANIFEST.in
1047+recursive-include bin *
1048+recursive-include data *
1049+recursive-include kazam *
1050+recursive-include po *
1051+
1052
1053=== renamed file 'MANIFEST.in' => 'MANIFEST.in.moved'
1054=== added file 'PKG-INFO'
1055--- PKG-INFO 1970-01-01 00:00:00 +0000
1056+++ PKG-INFO 2015-10-13 12:37:55 +0000
1057@@ -0,0 +1,200 @@
1058+Metadata-Version: 1.1
1059+Name: kazam
1060+Version: 1.4.5
1061+Summary: A screencasting program created with design in mind.
1062+Home-page: https://launchpad.net/kazam
1063+Author: David Klasinc
1064+Author-email: bigwhale@lubica.net
1065+License: GPLv3
1066+Description:
1067+ Kazam v1.4.4 "NCC-80102"
1068+
1069+
1070+ Introduction
1071+ ------------
1072+
1073+ Kazam is a simple screen recording program that will capture the content
1074+ of your screen and record a video file that can be played by any video
1075+ player that supports VP8/WebM video format.
1076+
1077+ Optionally you can record sound from any sound input device that is
1078+ supported and visible by PulseAudio.
1079+
1080+
1081+ Latest version
1082+ --------------
1083+
1084+ Kazam is always available from Launchpad under https://launchpad.net/kazam
1085+
1086+ Latest stable release is 1.4.4.
1087+ Latest unstable release is 1.3.99
1088+
1089+
1090+ Installation - stable release
1091+ -----------------------------
1092+
1093+ If you are using Ubuntu 14.04 or 13.10 then stable version (1.0.x)
1094+ is available from universe repository. You can find it in Ubuntu Softare
1095+ Center or install it from the terminal with the following command:
1096+
1097+ $ sudo apt-get install kazam
1098+
1099+ For other Ubuntu based distributions the best way to install Kazam is
1100+ to add a PPA repository and then use apt-get command or Software Center.
1101+
1102+ $ sudo add-apt-repository ppa:kazam-team/stable-series
1103+ $ sudo apt-get update
1104+ $ sudo apt-get install kazam
1105+
1106+ For distribution independent installation you will have to get the latest
1107+ tarball release from Launchpad:
1108+
1109+ http://launchpad.net/kazam/stable/1.4.4/+download/kazam_1.4.4.tar.gz
1110+
1111+ Unpack it and then run setup:
1112+
1113+ $ tar -xzf kazam_1.4.4.tar.gz
1114+ $ cd kazam-1.4.4
1115+
1116+ Run installation as root user, or use sudo:
1117+
1118+ # python3 setup.py install
1119+
1120+
1121+ Installation - unstable version
1122+ -------------------------------
1123+
1124+ Installing current unstable build from a PPA can be done by adding
1125+ unstable series PPA.
1126+
1127+ $ sudo add-apt-repository ppa:kazam-team/unstable-series
1128+ $ sudo apt-get update
1129+ $ sudo apt-get install kazam
1130+
1131+
1132+ Installation - development version
1133+ ----------------------------------
1134+
1135+ If you want bleeding edge, development version then you will have to get
1136+ source code from Launchpad by running the following command:
1137+
1138+ $ bzr branch lp:kazam
1139+
1140+ Then you need to run setup.py to build and install Kazam:
1141+
1142+ $ cd kazam
1143+ # python3 setup.py install
1144+
1145+ You will have to run setup as root user or use sudo. Default installation
1146+ path is /usr/local.
1147+
1148+
1149+ Running Kazam
1150+ -------------
1151+
1152+ If you want to run Kazam from the source tree, there are a few limitations
1153+ that you have to take into account. Every icon has to be taken from
1154+ currently installed icon theme. Toolbars will not show any icons and you
1155+ will not see Unity AppIndicator.
1156+
1157+ To run Kazam simply execute te following commands in the source tree:
1158+
1159+ $ cd bin
1160+ $ ./kazam
1161+
1162+ If you already have Kazam installed then Kazam icons will be displayed
1163+ properly.
1164+
1165+
1166+ Keyboard shortcuts
1167+ ------------------
1168+
1169+ SUPER-CTRL-Q - Quit
1170+ SUPER-CTRL-W - Show/Hide main window
1171+ SUPER-CTRL-R - Start Recording
1172+ SUPER-CTRL-F - Finish Recording
1173+
1174+ Keyboard shortcuts will work on Precise Pangolin only if you installed
1175+ Kazam 1.4.x from the PPA, keybinder 3.0 is a dependency and will be installed
1176+ automatically.
1177+
1178+ For Ubuntu 12.10 and newer keyboard binder is available in the universe
1179+ repositories and there is no need to use PPA to get keybinder installed.
1180+
1181+
1182+ Recording Tips
1183+ --------------
1184+
1185+ Framerates above 20fps are unlikely to work well because of software and
1186+ hardware limitations. If you increase framerate and framerate in
1187+ resulting video drops, that is because encoder can't keep up.
1188+
1189+ Always do a sound check. Especially if you are recording a live commentary
1190+ with background sound. I got the best results when I used earphones to listen
1191+ to the audio while recording. This way your mic will not pick up any audio
1192+ coming from speakers.
1193+
1194+ If you _really_ want loss-less quality, then you will have to record in RAW
1195+ format. This is possible, but without an SSD with a lot of free space your
1196+ results will be terrible. 1920x1080 at 15 frames per second will need
1197+ around 45 MB of disk space per second. Most people will want to record at
1198+ 20 or 25 frames per second. Most disk will not handle that and your
1199+ system will start to crawl.
1200+
1201+ Your next best bet is HUFFYUV format, which is a little bit friendlier on
1202+ disk bandwidth with 28 MB per second at 15 frames per second. The problem?
1203+ Not many video editors and players can handle HUFFYUV, let alone video
1204+ sharing services.
1205+
1206+
1207+ Known Issues
1208+ ------------
1209+
1210+ - Trouble with recording audio from certain Monitor sources. I noticed
1211+ this with Logitech G110 USB Keyboard that can play audio. Pulse
1212+ Audio will see two devices: USP PnP Stereo Device and 'Monitor of USB PnP
1213+ Stereo Device'. When recording from the monitor, volume controls for
1214+ both devices will affect the volume in the final recording.
1215+
1216+ - I have no idea where to put Mute/Unmute button, so right now every audio
1217+ source you select is automatically unmuted.
1218+
1219+ - It was reported that sound is disappearing after couple of minutes into
1220+ the recording. I wasn't able to reproduce this bug and any more info is
1221+ appreciated. See https://bugs.launchpad.net/kazam/+bug/933835 for more
1222+ details.
1223+
1224+ - Two memory leaks were noticed, one with VP8 encoder and one with Intel
1225+ graphics cards. Still investigating if this is a driver, Xorg or
1226+ GStreamer problem.
1227+
1228+ - Non compositing window managers are not able to render transparent
1229+ windows. Area selection and countdown timers will be affected by this.
1230+ Mint users can turn on window compositing in Desktop Settings.
1231+
1232+ - When taking a screenshot of a preselected window with window decorations
1233+ you have to make sure that your window is not covered by other windows.
1234+
1235+
1236+
1237+ Debugging & reporting problems
1238+ ------------------------------
1239+
1240+ If you encounter a bug or any kind of unexpected behavior please try to
1241+ reproduce it while you run Kazam from standard terminal with --debug option.
1242+ Use Launchpad to report bugs (https://bugs.launchpad.net/kazam/+filebug) and
1243+ include generated output.
1244+
1245+
1246+
1247+Keywords: screencast screenshot capture audio sound video recorder kazam
1248+Platform: UNKNOWN
1249+Classifier: Development Status :: 4 - Beta
1250+Classifier: Environment :: X11 Applications :: GTK
1251+Classifier: Intended Audience :: End Users/Desktop
1252+Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
1253+Classifier: Operating System :: POSIX :: Linux
1254+Classifier: Programming Language :: Python
1255+Classifier: Topic :: Multimedia :: Graphics :: Capture :: Screen Capture
1256+Classifier: Topic :: Multimedia :: Sound/Audio :: Capture/Recording
1257+Classifier: Topic :: Multimedia :: Video :: Capture
1258
1259=== added file 'README'
1260--- README 1970-01-01 00:00:00 +0000
1261+++ README 2015-10-13 12:37:55 +0000
1262@@ -0,0 +1,179 @@
1263+
1264+ Kazam v1.4.4 "NCC-80102"
1265+
1266+
1267+Introduction
1268+------------
1269+
1270+Kazam is a simple screen recording program that will capture the content
1271+of your screen and record a video file that can be played by any video
1272+player that supports VP8/WebM video format.
1273+
1274+Optionally you can record sound from any sound input device that is
1275+supported and visible by PulseAudio.
1276+
1277+
1278+Latest version
1279+--------------
1280+
1281+Kazam is always available from Launchpad under https://launchpad.net/kazam
1282+
1283+Latest stable release is 1.4.4.
1284+Latest unstable release is 1.3.99
1285+
1286+
1287+Installation - stable release
1288+-----------------------------
1289+
1290+If you are using Ubuntu 14.04 or 13.10 then stable version (1.0.x)
1291+is available from universe repository. You can find it in Ubuntu Softare
1292+Center or install it from the terminal with the following command:
1293+
1294+$ sudo apt-get install kazam
1295+
1296+For other Ubuntu based distributions the best way to install Kazam is
1297+to add a PPA repository and then use apt-get command or Software Center.
1298+
1299+$ sudo add-apt-repository ppa:kazam-team/stable-series
1300+$ sudo apt-get update
1301+$ sudo apt-get install kazam
1302+
1303+For distribution independent installation you will have to get the latest
1304+tarball release from Launchpad:
1305+
1306+http://launchpad.net/kazam/stable/1.4.4/+download/kazam_1.4.4.tar.gz
1307+
1308+Unpack it and then run setup:
1309+
1310+ $ tar -xzf kazam_1.4.4.tar.gz
1311+ $ cd kazam-1.4.4
1312+
1313+Run installation as root user, or use sudo:
1314+
1315+ # python3 setup.py install
1316+
1317+
1318+Installation - unstable version
1319+-------------------------------
1320+
1321+Installing current unstable build from a PPA can be done by adding
1322+unstable series PPA.
1323+
1324+$ sudo add-apt-repository ppa:kazam-team/unstable-series
1325+$ sudo apt-get update
1326+$ sudo apt-get install kazam
1327+
1328+
1329+Installation - development version
1330+----------------------------------
1331+
1332+If you want bleeding edge, development version then you will have to get
1333+source code from Launchpad by running the following command:
1334+
1335+ $ bzr branch lp:kazam
1336+
1337+Then you need to run setup.py to build and install Kazam:
1338+
1339+ $ cd kazam
1340+ # python3 setup.py install
1341+
1342+You will have to run setup as root user or use sudo. Default installation
1343+path is /usr/local.
1344+
1345+
1346+Running Kazam
1347+-------------
1348+
1349+If you want to run Kazam from the source tree, there are a few limitations
1350+that you have to take into account. Every icon has to be taken from
1351+currently installed icon theme. Toolbars will not show any icons and you
1352+will not see Unity AppIndicator.
1353+
1354+To run Kazam simply execute te following commands in the source tree:
1355+
1356+$ cd bin
1357+$ ./kazam
1358+
1359+If you already have Kazam installed then Kazam icons will be displayed
1360+properly.
1361+
1362+
1363+Keyboard shortcuts
1364+------------------
1365+
1366+SUPER-CTRL-Q - Quit
1367+SUPER-CTRL-W - Show/Hide main window
1368+SUPER-CTRL-R - Start Recording
1369+SUPER-CTRL-F - Finish Recording
1370+
1371+Keyboard shortcuts will work on Precise Pangolin only if you installed
1372+Kazam 1.4.x from the PPA, keybinder 3.0 is a dependency and will be installed
1373+automatically.
1374+
1375+For Ubuntu 12.10 and newer keyboard binder is available in the universe
1376+repositories and there is no need to use PPA to get keybinder installed.
1377+
1378+
1379+Recording Tips
1380+--------------
1381+
1382+Framerates above 20fps are unlikely to work well because of software and
1383+hardware limitations. If you increase framerate and framerate in
1384+resulting video drops, that is because encoder can't keep up.
1385+
1386+Always do a sound check. Especially if you are recording a live commentary
1387+with background sound. I got the best results when I used earphones to listen
1388+to the audio while recording. This way your mic will not pick up any audio
1389+coming from speakers.
1390+
1391+If you _really_ want loss-less quality, then you will have to record in RAW
1392+format. This is possible, but without an SSD with a lot of free space your
1393+results will be terrible. 1920x1080 at 15 frames per second will need
1394+around 45 MB of disk space per second. Most people will want to record at
1395+20 or 25 frames per second. Most disk will not handle that and your
1396+system will start to crawl.
1397+
1398+Your next best bet is HUFFYUV format, which is a little bit friendlier on
1399+disk bandwidth with 28 MB per second at 15 frames per second. The problem?
1400+Not many video editors and players can handle HUFFYUV, let alone video
1401+sharing services.
1402+
1403+
1404+Known Issues
1405+------------
1406+
1407+- Trouble with recording audio from certain Monitor sources. I noticed
1408+this with Logitech G110 USB Keyboard that can play audio. Pulse
1409+Audio will see two devices: USP PnP Stereo Device and 'Monitor of USB PnP
1410+Stereo Device'. When recording from the monitor, volume controls for
1411+both devices will affect the volume in the final recording.
1412+
1413+- I have no idea where to put Mute/Unmute button, so right now every audio
1414+source you select is automatically unmuted.
1415+
1416+- It was reported that sound is disappearing after couple of minutes into
1417+the recording. I wasn't able to reproduce this bug and any more info is
1418+appreciated. See https://bugs.launchpad.net/kazam/+bug/933835 for more
1419+details.
1420+
1421+- Two memory leaks were noticed, one with VP8 encoder and one with Intel
1422+graphics cards. Still investigating if this is a driver, Xorg or
1423+GStreamer problem.
1424+
1425+- Non compositing window managers are not able to render transparent
1426+windows. Area selection and countdown timers will be affected by this.
1427+Mint users can turn on window compositing in Desktop Settings.
1428+
1429+- When taking a screenshot of a preselected window with window decorations
1430+you have to make sure that your window is not covered by other windows.
1431+
1432+
1433+
1434+Debugging & reporting problems
1435+------------------------------
1436+
1437+If you encounter a bug or any kind of unexpected behavior please try to
1438+reproduce it while you run Kazam from standard terminal with --debug option.
1439+Use Launchpad to report bugs (https://bugs.launchpad.net/kazam/+filebug) and
1440+include generated output.
1441+
1442
1443=== renamed file 'README' => 'README.moved'
1444=== added file 'TODO'
1445--- TODO 1970-01-01 00:00:00 +0000
1446+++ TODO 2015-10-13 12:37:55 +0000
1447@@ -0,0 +1,14 @@
1448+TODO
1449+----
1450+
1451+Whishlist (by BigWhale) and reasons why is something still on a whishlist
1452+
1453+- Frame marking the capture area while recording is in progress
1454+ A transparent window with no input mask is required on screen. However,
1455+ for that to work, Gdk.cairo_region_create_from_surface() is required. For
1456+ some reason, this fuction still isn't introspected. See:
1457+
1458+ http://askubuntu.com/questions/97789/creating-a-gtk-window-with-input-shape-mask-in-python
1459+
1460+ (This is still an issue ... :'( )
1461+
1462
1463=== renamed file 'TODO' => 'TODO.moved'
1464=== added directory 'bin'
1465=== renamed directory 'bin' => 'bin.moved'
1466=== added file 'bin/kazam'
1467--- bin/kazam 1970-01-01 00:00:00 +0000
1468+++ bin/kazam 2015-10-13 12:37:55 +0000
1469@@ -0,0 +1,153 @@
1470+#!/usr/bin/python3
1471+# -*- coding: utf-8 -*-
1472+#
1473+# kazam
1474+#
1475+# Copyright 2012 David Klasinc <bigwhale@lubica.net>
1476+# Copyright 2010 Andrew <andrew@karmic-desktop>
1477+#
1478+# This program is free software; you can redistribute it and/or modify
1479+# it under the terms of the GNU General Public License as published by
1480+# the Free Software Foundation; either version 3 of the License, or
1481+# (at your option) any later version.
1482+#
1483+# This program is distributed in the hope that it will be useful,
1484+# but WITHOUT ANY WARRANTY; without even the implied warranty of
1485+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1486+# GNU General Public License for more details.
1487+#
1488+# You should have received a copy of the GNU General Public License
1489+# along with this program; if not, write to the Free Software
1490+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
1491+# MA 02110-1301, USA.
1492+
1493+import os
1494+import sys
1495+import dbus
1496+import logging
1497+import dbus.service
1498+from argparse import ArgumentParser
1499+from dbus.mainloop.glib import DBusGMainLoop
1500+
1501+from gi.repository import Gtk
1502+
1503+class KazamService(dbus.service.Object):
1504+ def __init__(self, app):
1505+ self.app = app
1506+ bus_name = dbus.service.BusName('org.kazam', bus=dbus.SessionBus())
1507+ dbus.service.Object.__init__(self, bus_name, "/org/kazam")
1508+
1509+ @dbus.service.method('org.kazam')
1510+ def instance(self):
1511+ self.app.window.show()
1512+ self.app.window.present()
1513+
1514+
1515+ @dbus.service.method('org.kazam')
1516+ def prefs(self):
1517+ self.app.cb_preferences_request(None)
1518+
1519+if __name__ == "__main__":
1520+
1521+ logger = logging.getLogger()
1522+ logger.name = "Kazam"
1523+ handler = logging.StreamHandler()
1524+ formatter = logging.Formatter('%(levelname)s %(name)s - %(message)s')
1525+ handler.setFormatter(formatter)
1526+ logger.addHandler(handler)
1527+ logger.setLevel(logging.INFO)
1528+
1529+ logger.debug("Logger intialized.")
1530+
1531+ if os.path.exists("./kazam") and os.path.exists("../data"):
1532+ logger.warning("Running from local directory, AppIndicator icons could be missing.")
1533+ datadir = "../data"
1534+ sys.path.insert(0, "..")
1535+ else:
1536+ # A bit more flexible setting of datadir, it works
1537+ # when base install path is not /usr
1538+ curpath = os.path.abspath(__file__)
1539+ curpath = os.path.realpath(curpath)
1540+ datadir = curpath.split('bin/')[0] + "share/kazam/"
1541+
1542+ try:
1543+ import platform
1544+ dist = platform.linux_distribution()
1545+ except:
1546+ # Fallback to the almighty Ubuntu 12.10 ;)
1547+ dist = ('Ubuntu', '12.10', 'quantal')
1548+ logger.warning("Failed to correctly detect operating system.")
1549+
1550+ from kazam.version import *
1551+ version = "%(prog)s {0} '{1}'".format(VERSION, CODENAME)
1552+ parser = ArgumentParser(description = "Kazam - Screen recording and capturing program.")
1553+
1554+ parser.add_argument("--debug", action = "store_true", help = "enable debug mode")
1555+ parser.add_argument("--silent", action = "store_true", help = "silent start, no UI shown")
1556+ parser.add_argument("--nosound", action = "store_false", help = "disable PulseAudio")
1557+ parser.add_argument("--test", action = "store_true", help = "generate test video signal")
1558+ parser.add_argument("-v", "--version", action = "version", version = version)
1559+ parser.add_argument("-f", "--fullscreen", action = "store_true", help = "instant screenshot of a full screen")
1560+ parser.add_argument("-a", "--area", action = "store_true", help = "instant screenshot of a preselected screen area")
1561+ parser.add_argument("-s", "--select", action = "store_true", help = "instant screenshot of a preselected window")
1562+ parser.add_argument("-w", "--window", action = "store_true", help = "instant screenshot of an active window")
1563+ parser.add_argument("-p", "--preferences", action = "store_true", help = "show preferences window")
1564+ parser.add_argument("-g", "--godmode", action = "store_true", help = "god mode of capture")
1565+ parser.add_argument("-x", "--instance", action = "store_true", help = "spawn new instance")
1566+
1567+
1568+ args = parser.parse_args()
1569+ if args.debug:
1570+ logger.setLevel(logging.DEBUG)
1571+ else:
1572+ logger.setLevel(logging.INFO)
1573+
1574+ logger.debug("Starting ...")
1575+ logger.debug("Running on: {0} {1}".format(dist[0], dist[1]))
1576+ logger.debug("Kazam version: {0} {1}".format(VERSION, CODENAME))
1577+
1578+ if args.fullscreen:
1579+ from kazam.instant import InstantApp
1580+ app = InstantApp(datadir, dist, args.debug, 1) # MODE_ALL
1581+ elif args.area:
1582+ from kazam.instant import InstantApp
1583+ app = InstantApp(datadir, dist, args.debug, 2) # MODE_AREA
1584+ elif args.select:
1585+ from kazam.instant import InstantApp
1586+ app = InstantApp(datadir, dist, args.debug, 3) # MODE_WIN
1587+ elif args.window:
1588+ from kazam.instant import InstantApp
1589+ app = InstantApp(datadir, dist, args.debug, 4) # MODE_ACTIVE
1590+ elif args.godmode:
1591+ from kazam.instant import InstantApp
1592+ app = InstantApp(datadir, dist, args.debug, 666) # MODE_ACTIVE
1593+ else:
1594+
1595+ DBusGMainLoop(set_as_default=True)
1596+ bus = dbus.SessionBus()
1597+ instance = bus.request_name("org.kazam")
1598+
1599+ if not args.instance and instance != dbus.bus.REQUEST_NAME_REPLY_PRIMARY_OWNER:
1600+ logger.debug("Getting existing instance ...")
1601+ if args.preferences:
1602+ logger.debug("Opening preferences ...")
1603+ app = dbus.SessionBus().get_object("org.kazam", "/org/kazam").get_dbus_method("prefs")
1604+ else:
1605+ logger.debug("Showing main window ...")
1606+ app = dbus.SessionBus().get_object("org.kazam", "/org/kazam").get_dbus_method("instance")
1607+ app()
1608+ sys.exit(0)
1609+ else:
1610+ if args.preferences:
1611+ from kazam.instant import InstantApp
1612+ app = InstantApp(datadir, dist, args.debug, 0, preferences=True)
1613+ else:
1614+ logger.debug("Starting new instance ...")
1615+ from kazam.app import KazamApp
1616+ app = KazamApp(datadir, dist, args.debug, args.test, args.nosound, args.silent)
1617+
1618+ kazam_service = KazamService(app)
1619+
1620+ Gtk.main()
1621+ logger.debug("Finishing ...")
1622+ sys.exit(0)
1623
1624=== added directory 'data'
1625=== renamed directory 'data' => 'data.moved'
1626=== added directory 'data/icons'
1627=== added file 'data/icons/128.svg'
1628--- data/icons/128.svg 1970-01-01 00:00:00 +0000
1629+++ data/icons/128.svg 2015-10-13 12:37:55 +0000
1630@@ -0,0 +1,2679 @@
1631+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1632+<!-- Created with Inkscape (http://www.inkscape.org/) -->
1633+
1634+<svg
1635+ xmlns:dc="http://purl.org/dc/elements/1.1/"
1636+ xmlns:cc="http://creativecommons.org/ns#"
1637+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1638+ xmlns:svg="http://www.w3.org/2000/svg"
1639+ xmlns="http://www.w3.org/2000/svg"
1640+ xmlns:xlink="http://www.w3.org/1999/xlink"
1641+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
1642+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
1643+ width="128"
1644+ height="128"
1645+ id="svg2"
1646+ version="1.1"
1647+ inkscape:version="0.48.3.1 r9886"
1648+ sodipodi:docname="kazam-icon-scalable.svg"
1649+ inkscape:export-filename="./kazam-icon.png"
1650+ inkscape:export-xdpi="90"
1651+ inkscape:export-ydpi="90"
1652+ author="Frank Souza">
1653+ <defs
1654+ id="defs4">
1655+ <linearGradient
1656+ id="linearGradient5632">
1657+ <stop
1658+ style="stop-color:#b0b0b0;stop-opacity:1;"
1659+ offset="0"
1660+ id="stop5634" />
1661+ <stop
1662+ style="stop-color:#ffffff;stop-opacity:1;"
1663+ offset="1"
1664+ id="stop5636" />
1665+ </linearGradient>
1666+ <linearGradient
1667+ inkscape:collect="always"
1668+ id="linearGradient4347-8">
1669+ <stop
1670+ style="stop-color:#b9b9b9;stop-opacity:1"
1671+ offset="0"
1672+ id="stop4349-9" />
1673+ <stop
1674+ style="stop-color:#696969;stop-opacity:1"
1675+ offset="1"
1676+ id="stop4351-4" />
1677+ </linearGradient>
1678+ <linearGradient
1679+ id="linearGradient3134-1">
1680+ <stop
1681+ id="stop3136-5"
1682+ offset="0"
1683+ style="stop-color:#ffffff;stop-opacity:0.87290031;" />
1684+ <stop
1685+ id="stop3138-4"
1686+ offset="1"
1687+ style="stop-color:#ffffff;stop-opacity:0;" />
1688+ </linearGradient>
1689+ <linearGradient
1690+ id="linearGradient3910-43">
1691+ <stop
1692+ id="stop3912-8"
1693+ offset="0"
1694+ style="stop-color:#000000;stop-opacity:0.3768197;" />
1695+ <stop
1696+ id="stop3914-9"
1697+ offset="1"
1698+ style="stop-color:#000000;stop-opacity:0;" />
1699+ </linearGradient>
1700+ <linearGradient
1701+ id="linearGradient4287-3"
1702+ inkscape:collect="always">
1703+ <stop
1704+ id="stop4289-7"
1705+ offset="0"
1706+ style="stop-color:#eaeaea;stop-opacity:1" />
1707+ <stop
1708+ id="stop4291-8"
1709+ offset="1"
1710+ style="stop-color:#9f9f9f;stop-opacity:1" />
1711+ </linearGradient>
1712+ <linearGradient
1713+ id="linearGradient3855-8">
1714+ <stop
1715+ id="stop3857-0"
1716+ offset="0"
1717+ style="stop-color:#000000;stop-opacity:0.4792833;" />
1718+ <stop
1719+ id="stop3859-3"
1720+ offset="1"
1721+ style="stop-color:#ffffff;stop-opacity:1;" />
1722+ </linearGradient>
1723+ <linearGradient
1724+ id="linearGradient3957-1">
1725+ <stop
1726+ id="stop3959-1"
1727+ offset="0"
1728+ style="stop-color:#ffffff;stop-opacity:0.1237402;" />
1729+ <stop
1730+ id="stop3961-4"
1731+ offset="1"
1732+ style="stop-color:#ffffff;stop-opacity:0;" />
1733+ </linearGradient>
1734+ <linearGradient
1735+ id="linearGradient3965-1">
1736+ <stop
1737+ style="stop-color:#ff79dd;stop-opacity:1;"
1738+ offset="0"
1739+ id="stop3967-5" />
1740+ <stop
1741+ id="stop3881"
1742+ offset="0.54619408"
1743+ style="stop-color:#bf5cc6;stop-opacity:1;" />
1744+ <stop
1745+ style="stop-color:#7c3785;stop-opacity:1;"
1746+ offset="1"
1747+ id="stop3969-4" />
1748+ </linearGradient>
1749+ <linearGradient
1750+ id="linearGradient3971-4">
1751+ <stop
1752+ id="stop3973-0"
1753+ offset="0"
1754+ style="stop-color:#797979;stop-opacity:1" />
1755+ <stop
1756+ style="stop-color:#797979;stop-opacity:1"
1757+ offset="0.2962963"
1758+ id="stop3975-0" />
1759+ <stop
1760+ style="stop-color:#ffffff;stop-opacity:1;"
1761+ offset="0.5"
1762+ id="stop3977-9" />
1763+ <stop
1764+ id="stop3979-4"
1765+ offset="0.7037037"
1766+ style="stop-color:#797979;stop-opacity:1" />
1767+ <stop
1768+ id="stop3981-3"
1769+ offset="1"
1770+ style="stop-color:#797979;stop-opacity:1" />
1771+ </linearGradient>
1772+ <linearGradient
1773+ id="linearGradient3987-3">
1774+ <stop
1775+ id="stop3989-3"
1776+ offset="0"
1777+ style="stop-color:#595959;stop-opacity:1;" />
1778+ <stop
1779+ style="stop-color:#c7c7c7;stop-opacity:1;"
1780+ offset="0.25"
1781+ id="stop5652" />
1782+ <stop
1783+ style="stop-color:#ffffff;stop-opacity:1;"
1784+ offset="0.5"
1785+ id="stop5648" />
1786+ <stop
1787+ id="stop5650"
1788+ offset="0.75"
1789+ style="stop-color:#c7c7c7;stop-opacity:1;" />
1790+ <stop
1791+ id="stop3991-5"
1792+ offset="1"
1793+ style="stop-color:#595959;stop-opacity:1;" />
1794+ </linearGradient>
1795+ <linearGradient
1796+ id="linearGradient3995-9"
1797+ inkscape:collect="always">
1798+ <stop
1799+ id="stop3997-7"
1800+ offset="0"
1801+ style="stop-color:#6d00d6;stop-opacity:1" />
1802+ <stop
1803+ id="stop3999-1"
1804+ offset="1"
1805+ style="stop-color:#340066;stop-opacity:1" />
1806+ </linearGradient>
1807+ <linearGradient
1808+ id="linearGradient4032-7"
1809+ inkscape:collect="always">
1810+ <stop
1811+ id="stop4034-6"
1812+ offset="0"
1813+ style="stop-color:#b66bff;stop-opacity:1" />
1814+ <stop
1815+ id="stop4036-1"
1816+ offset="1"
1817+ style="stop-color:#8d19ff;stop-opacity:0;" />
1818+ </linearGradient>
1819+ <linearGradient
1820+ id="linearGradient4040-4"
1821+ inkscape:collect="always">
1822+ <stop
1823+ id="stop4042-7"
1824+ offset="0"
1825+ style="stop-color:#ffffff;stop-opacity:0.44152047" />
1826+ <stop
1827+ id="stop4044-6"
1828+ offset="1"
1829+ style="stop-color:#ddbaff;stop-opacity:0" />
1830+ </linearGradient>
1831+ <linearGradient
1832+ id="linearGradient4470-8"
1833+ inkscape:collect="always">
1834+ <stop
1835+ id="stop4472-5"
1836+ offset="0"
1837+ style="stop-color:#ffffff;stop-opacity:1;" />
1838+ <stop
1839+ id="stop4474-0"
1840+ offset="1"
1841+ style="stop-color:#ffffff;stop-opacity:0;" />
1842+ </linearGradient>
1843+ <linearGradient
1844+ id="linearGradient4519-1">
1845+ <stop
1846+ id="stop4521-1"
1847+ offset="0"
1848+ style="stop-color:#000000;stop-opacity:1;" />
1849+ <stop
1850+ style="stop-color:#000000;stop-opacity:0.38297874;"
1851+ offset="0.60000002"
1852+ id="stop4527-1" />
1853+ <stop
1854+ id="stop4523-9"
1855+ offset="1"
1856+ style="stop-color:#000000;stop-opacity:0;" />
1857+ </linearGradient>
1858+ <linearGradient
1859+ id="linearGradient4613-5">
1860+ <stop
1861+ id="stop4615-3"
1862+ offset="0"
1863+ style="stop-color:#000000;stop-opacity:0.77039957;" />
1864+ <stop
1865+ id="stop4617-2"
1866+ offset="1"
1867+ style="stop-color:#000000;stop-opacity:0;" />
1868+ </linearGradient>
1869+ <linearGradient
1870+ id="linearGradient3121-0">
1871+ <stop
1872+ style="stop-color:#000000;stop-opacity:0;"
1873+ offset="0"
1874+ id="stop3123-1" />
1875+ <stop
1876+ id="stop3125-4"
1877+ offset="0.2962963"
1878+ style="stop-color:#000000;stop-opacity:0.06774916;" />
1879+ <stop
1880+ id="stop3127-2"
1881+ offset="0.5"
1882+ style="stop-color:#000000;stop-opacity:0.41153416;" />
1883+ <stop
1884+ style="stop-color:#000000;stop-opacity:0.06666667;"
1885+ offset="0.7037037"
1886+ id="stop3129-9" />
1887+ <stop
1888+ style="stop-color:#000000;stop-opacity:0;"
1889+ offset="1"
1890+ id="stop3131-6" />
1891+ </linearGradient>
1892+ <linearGradient
1893+ id="linearGradient3229-73">
1894+ <stop
1895+ id="stop3231-2"
1896+ offset="0"
1897+ style="stop-color:#ffffff;stop-opacity:1;" />
1898+ <stop
1899+ id="stop3233-0"
1900+ offset="1"
1901+ style="stop-color:#e7e7e7;stop-opacity:1;" />
1902+ </linearGradient>
1903+ <linearGradient
1904+ id="linearGradient3855-6"
1905+ inkscape:collect="always">
1906+ <stop
1907+ id="stop3857-2"
1908+ offset="0"
1909+ style="stop-color:#000000;stop-opacity:0.35672515" />
1910+ <stop
1911+ id="stop3859-8"
1912+ offset="1"
1913+ style="stop-color:#ffffff;stop-opacity:1" />
1914+ </linearGradient>
1915+ <linearGradient
1916+ id="linearGradient3971-2">
1917+ <stop
1918+ id="stop3973-5"
1919+ offset="0"
1920+ style="stop-color:#797979;stop-opacity:1" />
1921+ <stop
1922+ style="stop-color:#797979;stop-opacity:1"
1923+ offset="0.2962963"
1924+ id="stop3975-8" />
1925+ <stop
1926+ style="stop-color:#ffffff;stop-opacity:1;"
1927+ offset="0.5"
1928+ id="stop3977-8" />
1929+ <stop
1930+ id="stop3979-6"
1931+ offset="0.7037037"
1932+ style="stop-color:#797979;stop-opacity:1" />
1933+ <stop
1934+ id="stop3981-1"
1935+ offset="1"
1936+ style="stop-color:#797979;stop-opacity:1" />
1937+ </linearGradient>
1938+ <linearGradient
1939+ id="linearGradient4470-6"
1940+ inkscape:collect="always">
1941+ <stop
1942+ id="stop4472-6"
1943+ offset="0"
1944+ style="stop-color:#ffffff;stop-opacity:1;" />
1945+ <stop
1946+ id="stop4474-5"
1947+ offset="1"
1948+ style="stop-color:#ffffff;stop-opacity:0;" />
1949+ </linearGradient>
1950+ <linearGradient
1951+ id="linearGradient4613-56">
1952+ <stop
1953+ id="stop4615-7"
1954+ offset="0"
1955+ style="stop-color:#000000;stop-opacity:0.77039957;" />
1956+ <stop
1957+ id="stop4617-8"
1958+ offset="1"
1959+ style="stop-color:#000000;stop-opacity:0;" />
1960+ </linearGradient>
1961+ <linearGradient
1962+ y2="55.990475"
1963+ x2="44.5"
1964+ y1="85.999992"
1965+ x1="44.5"
1966+ gradientUnits="userSpaceOnUse"
1967+ id="linearGradient4052"
1968+ xlink:href="#linearGradient3855-8"
1969+ inkscape:collect="always" />
1970+ <linearGradient
1971+ inkscape:collect="always"
1972+ id="linearGradient4347-8-4">
1973+ <stop
1974+ style="stop-color:#b9b9b9;stop-opacity:1"
1975+ offset="0"
1976+ id="stop4349-9-7" />
1977+ <stop
1978+ style="stop-color:#696969;stop-opacity:1"
1979+ offset="1"
1980+ id="stop4351-4-4" />
1981+ </linearGradient>
1982+ <linearGradient
1983+ id="linearGradient3134-5"
1984+ inkscape:collect="always">
1985+ <stop
1986+ id="stop3136-05"
1987+ offset="0"
1988+ style="stop-color:#ffffff;stop-opacity:1;" />
1989+ <stop
1990+ id="stop3138-40"
1991+ offset="1"
1992+ style="stop-color:#ffffff;stop-opacity:0;" />
1993+ </linearGradient>
1994+ <linearGradient
1995+ id="linearGradient3855-3"
1996+ inkscape:collect="always">
1997+ <stop
1998+ id="stop3857-21"
1999+ offset="0"
2000+ style="stop-color:#000000;stop-opacity:0.35672515" />
2001+ <stop
2002+ id="stop3859-0"
2003+ offset="1"
2004+ style="stop-color:#ffffff;stop-opacity:1" />
2005+ </linearGradient>
2006+ <linearGradient
2007+ id="linearGradient3971-6">
2008+ <stop
2009+ id="stop3973-4"
2010+ offset="0"
2011+ style="stop-color:#797979;stop-opacity:1" />
2012+ <stop
2013+ style="stop-color:#797979;stop-opacity:1"
2014+ offset="0.2962963"
2015+ id="stop3975-1" />
2016+ <stop
2017+ style="stop-color:#ffffff;stop-opacity:1;"
2018+ offset="0.5"
2019+ id="stop3977-2" />
2020+ <stop
2021+ id="stop3979-2"
2022+ offset="0.7037037"
2023+ style="stop-color:#797979;stop-opacity:1" />
2024+ <stop
2025+ id="stop3981-9"
2026+ offset="1"
2027+ style="stop-color:#797979;stop-opacity:1" />
2028+ </linearGradient>
2029+ <linearGradient
2030+ id="linearGradient4470-2"
2031+ inkscape:collect="always">
2032+ <stop
2033+ id="stop4472-7"
2034+ offset="0"
2035+ style="stop-color:#ffffff;stop-opacity:1;" />
2036+ <stop
2037+ id="stop4474-6"
2038+ offset="1"
2039+ style="stop-color:#ffffff;stop-opacity:0;" />
2040+ </linearGradient>
2041+ <linearGradient
2042+ id="linearGradient4613-9">
2043+ <stop
2044+ id="stop4615-5"
2045+ offset="0"
2046+ style="stop-color:#000000;stop-opacity:0.77039957;" />
2047+ <stop
2048+ id="stop4617-5"
2049+ offset="1"
2050+ style="stop-color:#000000;stop-opacity:0;" />
2051+ </linearGradient>
2052+ <radialGradient
2053+ inkscape:collect="always"
2054+ xlink:href="#linearGradient3957-1"
2055+ id="radialGradient4362"
2056+ gradientUnits="userSpaceOnUse"
2057+ gradientTransform="matrix(1.7021277,0,0,1.8718877,-20.361702,1242.3044)"
2058+ cx="30.174999"
2059+ cy="88.711342"
2060+ fx="30.174999"
2061+ fy="88.711342"
2062+ r="23.5" />
2063+ <radialGradient
2064+ inkscape:collect="always"
2065+ xlink:href="#linearGradient3965-1"
2066+ id="radialGradient4372"
2067+ gradientUnits="userSpaceOnUse"
2068+ gradientTransform="matrix(3.0032605e-6,1.0925892,-1.0003368,2.7496812e-6,1423.0723,1366.3955)"
2069+ cx="32.000034"
2070+ cy="1390.6041"
2071+ fx="32.000034"
2072+ fy="1390.6041"
2073+ r="27" />
2074+ <radialGradient
2075+ inkscape:collect="always"
2076+ xlink:href="#linearGradient3229-73"
2077+ id="radialGradient4375"
2078+ gradientUnits="userSpaceOnUse"
2079+ gradientTransform="matrix(0.46638655,0,0,-0.13559247,2.3868174,1559.592)"
2080+ cx="64"
2081+ cy="953.07501"
2082+ fx="64"
2083+ fy="953.07501"
2084+ r="59" />
2085+ <linearGradient
2086+ inkscape:collect="always"
2087+ xlink:href="#linearGradient3855-8"
2088+ id="linearGradient4398"
2089+ gradientUnits="userSpaceOnUse"
2090+ x1="44.5"
2091+ y1="85.999992"
2092+ x2="44.5"
2093+ y2="58.483799"
2094+ gradientTransform="matrix(0.97074541,0,0,0.97074544,1.3018293,926.33684)" />
2095+ <radialGradient
2096+ inkscape:collect="always"
2097+ xlink:href="#linearGradient4040-4"
2098+ id="radialGradient4403"
2099+ gradientUnits="userSpaceOnUse"
2100+ gradientTransform="matrix(0.45077593,0,0,0.39271969,3.1056587,1389.6523)"
2101+ cx="40.875"
2102+ cy="70.131409"
2103+ fx="40.875"
2104+ fy="70.131409"
2105+ r="8.96875" />
2106+ <linearGradient
2107+ inkscape:collect="always"
2108+ xlink:href="#linearGradient3855-8"
2109+ id="linearGradient4408"
2110+ gradientUnits="userSpaceOnUse"
2111+ gradientTransform="matrix(0.49217853,0,0,0.49218791,-0.37081873,930.64072)"
2112+ x1="44.5"
2113+ y1="986.21332"
2114+ x2="44.5"
2115+ y2="999.17993" />
2116+ <radialGradient
2117+ inkscape:collect="always"
2118+ xlink:href="#linearGradient4032-7"
2119+ id="radialGradient4411"
2120+ gradientUnits="userSpaceOnUse"
2121+ gradientTransform="matrix(0.40092248,0,0,0.45099143,5.1434182,1385.3259)"
2122+ cx="40.875"
2123+ cy="70.470253"
2124+ fx="40.875"
2125+ fy="70.470253"
2126+ r="12.375" />
2127+ <radialGradient
2128+ inkscape:collect="always"
2129+ xlink:href="#linearGradient3995-9"
2130+ id="radialGradient4414"
2131+ gradientUnits="userSpaceOnUse"
2132+ gradientTransform="matrix(0.45077593,0,0,0.50516121,3.1056587,917.99482)"
2133+ cx="41"
2134+ cy="997.33362"
2135+ fx="41"
2136+ fy="997.33362"
2137+ r="12.556245" />
2138+ <linearGradient
2139+ inkscape:collect="always"
2140+ xlink:href="#linearGradient3855-6"
2141+ id="linearGradient4417"
2142+ gradientUnits="userSpaceOnUse"
2143+ gradientTransform="matrix(0.47855633,0,0,0.47856545,0.23536898,1386.5201)"
2144+ x1="43.698959"
2145+ y1="50.044907"
2146+ x2="43.698959"
2147+ y2="82.343544" />
2148+ <linearGradient
2149+ inkscape:collect="always"
2150+ xlink:href="#linearGradient3121-0"
2151+ id="linearGradient4420"
2152+ gradientUnits="userSpaceOnUse"
2153+ gradientTransform="matrix(0,0.47827092,-0.47828004,0,53.81502,1397.5402)"
2154+ x1="32"
2155+ y1="81"
2156+ x2="59"
2157+ y2="56" />
2158+ <linearGradient
2159+ inkscape:collect="always"
2160+ xlink:href="#linearGradient5632"
2161+ id="linearGradient4423"
2162+ gradientUnits="userSpaceOnUse"
2163+ gradientTransform="matrix(0.47827961,0,0,0.47828873,0.24768306,1386.5388)"
2164+ x1="44.500004"
2165+ y1="85.999474"
2166+ x2="44.500004"
2167+ y2="48.992466" />
2168+ <linearGradient
2169+ inkscape:collect="always"
2170+ xlink:href="#linearGradient3971-2"
2171+ id="linearGradient4429"
2172+ gradientUnits="userSpaceOnUse"
2173+ gradientTransform="matrix(0.47827967,0,0,0.47828882,0.24767861,944.68365)"
2174+ x1="26"
2175+ y1="988.86218"
2176+ x2="63"
2177+ y2="988.86218" />
2178+ <radialGradient
2179+ inkscape:collect="always"
2180+ xlink:href="#linearGradient3134-1"
2181+ id="radialGradient4444"
2182+ gradientUnits="userSpaceOnUse"
2183+ gradientTransform="matrix(0.46638655,0,0,0.10915426,2.4012605,1332.6816)"
2184+ cx="63.463966"
2185+ cy="949.85364"
2186+ fx="63.463966"
2187+ fy="949.85364"
2188+ r="50.387386" />
2189+ <radialGradient
2190+ inkscape:collect="always"
2191+ xlink:href="#linearGradient3910-43"
2192+ id="radialGradient4447"
2193+ gradientUnits="userSpaceOnUse"
2194+ gradientTransform="matrix(0.67477202,0,0,0.12900049,-10.823709,1312.7455)"
2195+ cx="63.463966"
2196+ cy="931.13361"
2197+ fx="63.463966"
2198+ fy="931.13361"
2199+ r="50.387386" />
2200+ <radialGradient
2201+ inkscape:collect="always"
2202+ xlink:href="#linearGradient3134-1"
2203+ id="radialGradient4453"
2204+ gradientUnits="userSpaceOnUse"
2205+ gradientTransform="matrix(0.62331739,-1.058188e-7,-1.5390553e-8,-0.09406115,-7.6537661,1492.5279)"
2206+ cx="64.093414"
2207+ cy="953.27002"
2208+ fx="64.093414"
2209+ fy="953.27002"
2210+ r="59.5" />
2211+ <radialGradient
2212+ inkscape:collect="always"
2213+ xlink:href="#linearGradient4347-8"
2214+ id="radialGradient4456"
2215+ gradientUnits="userSpaceOnUse"
2216+ gradientTransform="matrix(0.46638655,0,0,-0.19366903,2.4012605,1618.1352)"
2217+ cx="64"
2218+ cy="964.39264"
2219+ fx="64"
2220+ fy="964.39264"
2221+ r="59" />
2222+ <linearGradient
2223+ inkscape:collect="always"
2224+ xlink:href="#linearGradient5632"
2225+ id="linearGradient4458"
2226+ gradientUnits="userSpaceOnUse"
2227+ x1="22.499998"
2228+ y1="97.847488"
2229+ x2="22.499998"
2230+ y2="33" />
2231+ <linearGradient
2232+ inkscape:collect="always"
2233+ xlink:href="#linearGradient3121-0"
2234+ id="linearGradient4462"
2235+ gradientUnits="userSpaceOnUse"
2236+ x1="-10"
2237+ y1="65.5"
2238+ x2="55"
2239+ y2="65.5" />
2240+ <linearGradient
2241+ inkscape:collect="always"
2242+ xlink:href="#linearGradient3855-6"
2243+ id="linearGradient4464"
2244+ gradientUnits="userSpaceOnUse"
2245+ x1="22.445093"
2246+ y1="97.999954"
2247+ x2="22.445093"
2248+ y2="48.308937" />
2249+ <radialGradient
2250+ inkscape:collect="always"
2251+ xlink:href="#linearGradient3134-1"
2252+ id="radialGradient4484"
2253+ gradientUnits="userSpaceOnUse"
2254+ gradientTransform="matrix(0.46638655,0,0,0.10915426,2.4012605,1295.6816)"
2255+ cx="63.463966"
2256+ cy="949.85364"
2257+ fx="63.463966"
2258+ fy="949.85364"
2259+ r="50.387386" />
2260+ <radialGradient
2261+ inkscape:collect="always"
2262+ xlink:href="#linearGradient3910-43"
2263+ id="radialGradient4487"
2264+ gradientUnits="userSpaceOnUse"
2265+ gradientTransform="matrix(0.67477202,0,0,0.12900049,-10.823709,1275.7454)"
2266+ cx="63.463966"
2267+ cy="931.13361"
2268+ fx="63.463966"
2269+ fy="931.13361"
2270+ r="50.387386" />
2271+ <radialGradient
2272+ inkscape:collect="always"
2273+ xlink:href="#linearGradient3910-43"
2274+ id="radialGradient4493"
2275+ gradientUnits="userSpaceOnUse"
2276+ gradientTransform="matrix(0.62336889,1.058188e-7,-1.5391825e-8,0.09406115,-7.6410505,1340.1965)"
2277+ cx="64.093414"
2278+ cy="953.27002"
2279+ fx="64.093414"
2280+ fy="953.27002"
2281+ r="59.5" />
2282+ <radialGradient
2283+ inkscape:collect="always"
2284+ xlink:href="#linearGradient4287-3"
2285+ id="radialGradient4496"
2286+ gradientUnits="userSpaceOnUse"
2287+ gradientTransform="matrix(0.46638655,0,0,0.19366903,2.4012605,1214.5891)"
2288+ cx="64"
2289+ cy="928.80096"
2290+ fx="64"
2291+ fy="928.80096"
2292+ r="59" />
2293+ <radialGradient
2294+ inkscape:collect="always"
2295+ xlink:href="#linearGradient3229-73"
2296+ id="radialGradient4499"
2297+ gradientUnits="userSpaceOnUse"
2298+ gradientTransform="matrix(0.46638655,0,0,0.415005,2.3868173,1004.8312)"
2299+ cx="64"
2300+ cy="936.43359"
2301+ fx="64"
2302+ fy="936.43359"
2303+ r="59" />
2304+ <radialGradient
2305+ inkscape:collect="always"
2306+ xlink:href="#linearGradient4613-56"
2307+ id="radialGradient4501"
2308+ gradientUnits="userSpaceOnUse"
2309+ gradientTransform="matrix(1.8,0,0,1.9999999,-6,-117.99999)"
2310+ cx="8.8888893"
2311+ cy="118"
2312+ fx="8.8888893"
2313+ fy="118"
2314+ r="2.5" />
2315+ <radialGradient
2316+ inkscape:collect="always"
2317+ xlink:href="#linearGradient4613-56"
2318+ id="radialGradient4507"
2319+ gradientUnits="userSpaceOnUse"
2320+ gradientTransform="matrix(1.8,0,0,1.9999999,-6,-117.99999)"
2321+ cx="8.8888893"
2322+ cy="118"
2323+ fx="8.8888893"
2324+ fy="118"
2325+ r="2.5" />
2326+ <linearGradient
2327+ inkscape:collect="always"
2328+ xlink:href="#linearGradient4613-56"
2329+ id="linearGradient4511"
2330+ gradientUnits="userSpaceOnUse"
2331+ gradientTransform="matrix(0.47457627,0,0,-0.49999764,1.6271187,1497.8619)"
2332+ x1="21"
2333+ y1="118"
2334+ x2="21"
2335+ y2="113" />
2336+ <linearGradient
2337+ inkscape:collect="always"
2338+ xlink:href="#linearGradient4613-56"
2339+ id="linearGradient4514"
2340+ gradientUnits="userSpaceOnUse"
2341+ gradientTransform="matrix(0.47457627,0,0,0.49999764,1.6271187,1379.8624)"
2342+ x1="21"
2343+ y1="118"
2344+ x2="21"
2345+ y2="113" />
2346+ <linearGradient
2347+ inkscape:collect="always"
2348+ xlink:href="#linearGradient3121-0"
2349+ id="linearGradient4551"
2350+ gradientUnits="userSpaceOnUse"
2351+ gradientTransform="matrix(0,0.10810613,-0.10810822,0,12.297302,1627.5517)"
2352+ x1="32"
2353+ y1="81"
2354+ x2="59"
2355+ y2="56" />
2356+ <linearGradient
2357+ inkscape:collect="always"
2358+ xlink:href="#linearGradient5632"
2359+ id="linearGradient4554"
2360+ gradientUnits="userSpaceOnUse"
2361+ gradientTransform="matrix(0.10810812,0,0,0.10811016,0.1891889,1625.0651)"
2362+ x1="44.5"
2363+ y1="85.99913"
2364+ x2="44.5"
2365+ y2="48.999542" />
2366+ <radialGradient
2367+ inkscape:collect="always"
2368+ xlink:href="#linearGradient3965-1"
2369+ id="radialGradient4597"
2370+ gradientUnits="userSpaceOnUse"
2371+ gradientTransform="matrix(-2.5268581e-7,0.42727476,-0.31818182,-2.9738694e-7,479.18339,1616.1082)"
2372+ cx="24.000013"
2373+ cy="1480.8622"
2374+ fx="24.000013"
2375+ fy="1480.8622"
2376+ r="22" />
2377+ <radialGradient
2378+ inkscape:collect="always"
2379+ xlink:href="#linearGradient3134-1"
2380+ id="radialGradient5456"
2381+ gradientUnits="userSpaceOnUse"
2382+ gradientTransform="matrix(0.62331739,-1.058188e-7,-1.5390553e-8,-0.09406115,-7.6491383,1520.5278)"
2383+ cx="64.093414"
2384+ cy="953.27002"
2385+ fx="64.093414"
2386+ fy="953.27002"
2387+ r="59.5" />
2388+ <radialGradient
2389+ inkscape:collect="always"
2390+ xlink:href="#linearGradient3910-43"
2391+ id="radialGradient5460"
2392+ gradientUnits="userSpaceOnUse"
2393+ gradientTransform="matrix(0.62336889,1.058188e-7,-1.5391825e-8,0.09406115,-7.6501414,1312.1964)"
2394+ cx="64.093414"
2395+ cy="953.27002"
2396+ fx="64.093414"
2397+ fy="953.27002"
2398+ r="59.5" />
2399+ <radialGradient
2400+ inkscape:collect="always"
2401+ xlink:href="#linearGradient4470-6"
2402+ id="radialGradient5547"
2403+ gradientUnits="userSpaceOnUse"
2404+ gradientTransform="matrix(1.7021277,0,0,1.8718877,-20.361702,-77.0578)"
2405+ cx="30.174999"
2406+ cy="88.711342"
2407+ fx="30.174999"
2408+ fy="88.711342"
2409+ r="23.5" />
2410+ <radialGradient
2411+ inkscape:collect="always"
2412+ xlink:href="#linearGradient4519-1"
2413+ id="radialGradient5588"
2414+ gradientUnits="userSpaceOnUse"
2415+ gradientTransform="matrix(-6.2503233e-7,0.94691945,-0.4544457,-3.0707099e-7,473.59862,61.238219)"
2416+ cx="41"
2417+ cy="994.78436"
2418+ fx="40.999989"
2419+ fy="994.78436"
2420+ r="20" />
2421+ <linearGradient
2422+ inkscape:collect="always"
2423+ xlink:href="#linearGradient3987-3"
2424+ id="linearGradient5644"
2425+ x1="12.682951"
2426+ y1="1417.6453"
2427+ x2="30.379299"
2428+ y2="1417.6453"
2429+ gradientUnits="userSpaceOnUse" />
2430+ <linearGradient
2431+ inkscape:collect="always"
2432+ xlink:href="#linearGradient3987-3"
2433+ id="linearGradient5646"
2434+ x1="8.7142792"
2435+ y1="1503.7972"
2436+ x2="22.285671"
2437+ y2="1503.7972"
2438+ gradientUnits="userSpaceOnUse"
2439+ gradientTransform="matrix(0.29465392,0,0,0.29465387,0.43349629,1188.5199)" />
2440+ <radialGradient
2441+ inkscape:collect="always"
2442+ xlink:href="#linearGradient3229-73"
2443+ id="radialGradient5660"
2444+ gradientUnits="userSpaceOnUse"
2445+ gradientTransform="matrix(0,0.27272715,-1,-1.8822082e-8,41.000023,1507.8168)"
2446+ cx="24"
2447+ cy="17.000023"
2448+ fx="24"
2449+ fy="17.000023"
2450+ r="22" />
2451+ <radialGradient
2452+ inkscape:collect="always"
2453+ xlink:href="#linearGradient4613-9"
2454+ id="radialGradient5672"
2455+ gradientUnits="userSpaceOnUse"
2456+ gradientTransform="matrix(1.8,0,0,1.9999999,-6,-117.99999)"
2457+ cx="8.8888893"
2458+ cy="118"
2459+ fx="8.8888893"
2460+ fy="118"
2461+ r="2.5" />
2462+ <linearGradient
2463+ inkscape:collect="always"
2464+ xlink:href="#linearGradient4613-9"
2465+ id="linearGradient5674"
2466+ gradientUnits="userSpaceOnUse"
2467+ gradientTransform="matrix(0.93006305,0,0,1,0.69936946,924.36216)"
2468+ x1="21"
2469+ y1="118"
2470+ x2="21"
2471+ y2="113" />
2472+ <linearGradient
2473+ inkscape:collect="always"
2474+ xlink:href="#linearGradient4613-9"
2475+ id="linearGradient5676"
2476+ gradientUnits="userSpaceOnUse"
2477+ gradientTransform="matrix(0.93006305,0,0,-1,0.69936946,1160.3622)"
2478+ x1="21"
2479+ y1="118"
2480+ x2="21"
2481+ y2="113" />
2482+ <radialGradient
2483+ inkscape:collect="always"
2484+ xlink:href="#linearGradient4613-9"
2485+ id="radialGradient5678"
2486+ gradientUnits="userSpaceOnUse"
2487+ gradientTransform="matrix(1.8,0,0,1.9999999,-6,-117.99999)"
2488+ cx="8.8888893"
2489+ cy="118"
2490+ fx="8.8888893"
2491+ fy="118"
2492+ r="2.5" />
2493+ <radialGradient
2494+ inkscape:collect="always"
2495+ xlink:href="#linearGradient4347-8-4"
2496+ id="radialGradient5682"
2497+ gradientUnits="userSpaceOnUse"
2498+ gradientTransform="matrix(1.0151724,0,0,-0.44137933,-0.36413655,1524.4685)"
2499+ cx="23.999998"
2500+ cy="20.631454"
2501+ fx="23.999998"
2502+ fy="20.631454"
2503+ r="22.65625" />
2504+ <radialGradient
2505+ inkscape:collect="always"
2506+ xlink:href="#linearGradient4347-8"
2507+ id="radialGradient5686"
2508+ gradientUnits="userSpaceOnUse"
2509+ gradientTransform="matrix(1.0151724,0,0,-0.44137933,-0.36413655,1524.4685)"
2510+ cx="23.999998"
2511+ cy="20.631454"
2512+ fx="23.999998"
2513+ fy="20.631454"
2514+ r="22.65625" />
2515+ <radialGradient
2516+ inkscape:collect="always"
2517+ xlink:href="#linearGradient3910-43"
2518+ id="radialGradient5694"
2519+ gradientUnits="userSpaceOnUse"
2520+ gradientTransform="matrix(0.58212897,0,0,0.09642411,-12.200623,1429.3914)"
2521+ cx="62.186604"
2522+ cy="912.3313"
2523+ fx="62.186604"
2524+ fy="912.3313"
2525+ r="49.817139" />
2526+ <radialGradient
2527+ inkscape:collect="always"
2528+ xlink:href="#linearGradient3134-1"
2529+ id="radialGradient5698"
2530+ gradientUnits="userSpaceOnUse"
2531+ gradientTransform="matrix(0.42154163,0,0,0.08029364,-2.2142405,1443.736)"
2532+ cx="62.186604"
2533+ cy="948.09735"
2534+ fx="62.186604"
2535+ fy="948.09735"
2536+ r="49.817139" />
2537+ <radialGradient
2538+ inkscape:collect="always"
2539+ xlink:href="#linearGradient3965-1"
2540+ id="radialGradient5702"
2541+ gradientUnits="userSpaceOnUse"
2542+ gradientTransform="matrix(-7.9415538e-7,1.0681824,-1,-7.4346422e-7,1504.8622,1464.7269)"
2543+ cx="24.000013"
2544+ cy="1480.8622"
2545+ fx="24.000013"
2546+ fy="1480.8622"
2547+ r="22" />
2548+ <radialGradient
2549+ inkscape:collect="always"
2550+ xlink:href="#linearGradient3229-73"
2551+ id="radialGradient5706"
2552+ gradientUnits="userSpaceOnUse"
2553+ gradientTransform="matrix(0.3802452,0,0,0.34830777,-0.13052933,1157.3988)"
2554+ cx="64"
2555+ cy="936.43359"
2556+ fx="64"
2557+ fy="936.43359"
2558+ r="59" />
2559+ <radialGradient
2560+ inkscape:collect="always"
2561+ xlink:href="#linearGradient4287-3"
2562+ id="radialGradient5710"
2563+ gradientUnits="userSpaceOnUse"
2564+ gradientTransform="matrix(0.97103447,-1.068138e-8,0,0.44137933,0.69517324,1481.2559)"
2565+ cx="24"
2566+ cy="7.0377488"
2567+ fx="24"
2568+ fy="7.0377488"
2569+ r="22.65625" />
2570+ <radialGradient
2571+ inkscape:collect="always"
2572+ xlink:href="#linearGradient4470-2"
2573+ id="radialGradient5714"
2574+ gradientUnits="userSpaceOnUse"
2575+ gradientTransform="matrix(1.4285714,0,0,1.5710488,-19.205357,1356.8227)"
2576+ cx="30.174999"
2577+ cy="88.711342"
2578+ fx="30.174999"
2579+ fy="88.711342"
2580+ r="23.5" />
2581+ <radialGradient
2582+ inkscape:collect="always"
2583+ xlink:href="#linearGradient3910-43"
2584+ id="radialGradient5718"
2585+ gradientUnits="userSpaceOnUse"
2586+ gradientTransform="matrix(0.5060288,8.8812206e-8,-1.2494539e-8,0.07894418,-8.1865829,1415.607)"
2587+ cx="64.093414"
2588+ cy="953.27002"
2589+ fx="64.093414"
2590+ fy="953.27002"
2591+ r="59.5" />
2592+ <radialGradient
2593+ inkscape:collect="always"
2594+ xlink:href="#linearGradient3910-43"
2595+ id="radialGradient5722"
2596+ gradientUnits="userSpaceOnUse"
2597+ gradientTransform="matrix(0.58212897,0,0,0.09642411,-12.200623,1398.3914)"
2598+ cx="62.186604"
2599+ cy="912.3313"
2600+ fx="62.186604"
2601+ fy="912.3313"
2602+ r="49.817139" />
2603+ <radialGradient
2604+ inkscape:collect="always"
2605+ xlink:href="#linearGradient3134-5"
2606+ id="radialGradient5726"
2607+ gradientUnits="userSpaceOnUse"
2608+ gradientTransform="matrix(0.48176192,-1.2969657e-7,2.1616093e-8,0.08029364,-5.9591564,1412.736)"
2609+ cx="62.186604"
2610+ cy="948.09735"
2611+ fx="62.186604"
2612+ fy="948.09735"
2613+ r="49.817139" />
2614+ <radialGradient
2615+ inkscape:collect="always"
2616+ xlink:href="#linearGradient3957-1"
2617+ id="radialGradient5730"
2618+ gradientUnits="userSpaceOnUse"
2619+ gradientTransform="matrix(1.4285714,0,0,1.5710488,-19.446429,1357.2334)"
2620+ cx="30.174999"
2621+ cy="88.711342"
2622+ fx="30.174999"
2623+ fy="88.711342"
2624+ r="23.5" />
2625+ <linearGradient
2626+ inkscape:collect="always"
2627+ xlink:href="#linearGradient5632"
2628+ id="linearGradient5734"
2629+ gradientUnits="userSpaceOnUse"
2630+ x1="-44.210617"
2631+ y1="98.000221"
2632+ x2="-44.210617"
2633+ y2="33.000042" />
2634+ <linearGradient
2635+ inkscape:collect="always"
2636+ xlink:href="#linearGradient3121-0"
2637+ id="linearGradient5738"
2638+ gradientUnits="userSpaceOnUse"
2639+ x1="-9.9702311"
2640+ y1="66.903717"
2641+ x2="54.970074"
2642+ y2="66.903717" />
2643+ <linearGradient
2644+ inkscape:collect="always"
2645+ xlink:href="#linearGradient3855-3"
2646+ id="linearGradient5742"
2647+ gradientUnits="userSpaceOnUse"
2648+ x1="22.445093"
2649+ y1="97.999954"
2650+ x2="22.445093"
2651+ y2="50.186222" />
2652+ <radialGradient
2653+ inkscape:collect="always"
2654+ xlink:href="#linearGradient3134-1"
2655+ id="radialGradient5746"
2656+ gradientUnits="userSpaceOnUse"
2657+ gradientTransform="matrix(0.50616787,-8.8812206e-8,-1.2497973e-8,-0.07894418,-8.1954296,1590.1173)"
2658+ cx="64.093414"
2659+ cy="953.27002"
2660+ fx="64.093414"
2661+ fy="953.27002"
2662+ r="59.5" />
2663+ <radialGradient
2664+ inkscape:collect="always"
2665+ xlink:href="#linearGradient3134-1"
2666+ id="radialGradient5750"
2667+ gradientUnits="userSpaceOnUse"
2668+ gradientTransform="matrix(0.50616787,-8.8812206e-8,-1.2497973e-8,-0.07894418,-8.1895146,1567.1173)"
2669+ cx="64.093414"
2670+ cy="953.27002"
2671+ fx="64.093414"
2672+ fy="953.27002"
2673+ r="59.5" />
2674+ <radialGradient
2675+ inkscape:collect="always"
2676+ xlink:href="#linearGradient4519-1"
2677+ id="radialGradient5760"
2678+ gradientUnits="userSpaceOnUse"
2679+ gradientTransform="matrix(0,0.79999932,-0.32893887,0,342.56259,1472.5623)"
2680+ cx="40.999989"
2681+ cy="993.66699"
2682+ fx="40.999989"
2683+ fy="993.66699"
2684+ r="20" />
2685+ <linearGradient
2686+ inkscape:collect="always"
2687+ xlink:href="#linearGradient3971-6"
2688+ id="linearGradient5764"
2689+ gradientUnits="userSpaceOnUse"
2690+ gradientTransform="matrix(0.36679438,0,0,0.36680139,-0.82237487,1140.8551)"
2691+ x1="26"
2692+ y1="988.86218"
2693+ x2="63"
2694+ y2="988.86218" />
2695+ <linearGradient
2696+ inkscape:collect="always"
2697+ xlink:href="#linearGradient3987-3"
2698+ id="linearGradient5768"
2699+ gradientUnits="userSpaceOnUse"
2700+ x1="8.7142792"
2701+ y1="1503.7972"
2702+ x2="22.285671"
2703+ y2="1503.7972" />
2704+ <linearGradient
2705+ inkscape:collect="always"
2706+ xlink:href="#linearGradient5632"
2707+ id="linearGradient5772"
2708+ gradientUnits="userSpaceOnUse"
2709+ gradientTransform="matrix(0.36679439,0,0,0.36680139,-0.82237541,1479.9126)"
2710+ x1="44.5"
2711+ y1="85.99913"
2712+ x2="44.5"
2713+ y2="48.999542" />
2714+ <linearGradient
2715+ inkscape:collect="always"
2716+ xlink:href="#linearGradient3121-0"
2717+ id="linearGradient5776"
2718+ gradientUnits="userSpaceOnUse"
2719+ gradientTransform="matrix(0,0.36678772,-0.36679473,0,40.258611,1488.3498)"
2720+ x1="32"
2721+ y1="81"
2722+ x2="59"
2723+ y2="56" />
2724+ <linearGradient
2725+ inkscape:collect="always"
2726+ xlink:href="#linearGradient3855-3"
2727+ id="linearGradient5780"
2728+ gradientUnits="userSpaceOnUse"
2729+ gradientTransform="matrix(0.36700652,0,0,0.36672244,-0.83181601,1479.9192)"
2730+ x1="43.698959"
2731+ y1="50.044907"
2732+ x2="43.698959"
2733+ y2="81.042397" />
2734+ <radialGradient
2735+ inkscape:collect="always"
2736+ xlink:href="#linearGradient3995-9"
2737+ id="radialGradient5790"
2738+ gradientUnits="userSpaceOnUse"
2739+ gradientTransform="matrix(0.37832978,0,0,0.42397458,0.24939203,610.04496)"
2740+ cx="41"
2741+ cy="997.33362"
2742+ fx="41"
2743+ fy="997.33362"
2744+ r="12.556245" />
2745+ <radialGradient
2746+ inkscape:collect="always"
2747+ xlink:href="#linearGradient4032-7"
2748+ id="radialGradient5792"
2749+ gradientUnits="userSpaceOnUse"
2750+ gradientTransform="matrix(0.3364885,0,0,0.37851065,1.9596544,1002.2692)"
2751+ cx="40.875"
2752+ cy="70.470253"
2753+ fx="40.875"
2754+ fy="70.470253"
2755+ r="12.375" />
2756+ <radialGradient
2757+ inkscape:collect="always"
2758+ xlink:href="#linearGradient4040-4"
2759+ id="radialGradient5794"
2760+ gradientUnits="userSpaceOnUse"
2761+ gradientTransform="matrix(0.37832978,0,0,0.32960402,0.24939203,1005.9004)"
2762+ cx="40.875"
2763+ cy="70.131409"
2764+ fx="40.875"
2765+ fy="70.131409"
2766+ r="8.96875" />
2767+ <linearGradient
2768+ inkscape:collect="always"
2769+ xlink:href="#linearGradient3855-8"
2770+ id="linearGradient5798"
2771+ gradientUnits="userSpaceOnUse"
2772+ gradientTransform="matrix(0.32102112,0,0,0.31874531,1.2145343,1188.5202)"
2773+ x1="44.5"
2774+ y1="985.58777"
2775+ x2="44.5"
2776+ y2="999.17993" />
2777+ <linearGradient
2778+ inkscape:collect="always"
2779+ xlink:href="#linearGradient3855-8"
2780+ id="linearGradient5804"
2781+ gradientUnits="userSpaceOnUse"
2782+ x1="44.5"
2783+ y1="85.999992"
2784+ x2="44.5"
2785+ y2="59.229034" />
2786+ <radialGradient
2787+ inkscape:collect="always"
2788+ xlink:href="#linearGradient3910-43"
2789+ id="radialGradient5808"
2790+ gradientUnits="userSpaceOnUse"
2791+ gradientTransform="matrix(0.50616787,-8.8812206e-8,-1.2497973e-8,-0.07894418,-8.2204895,1589.1173)"
2792+ cx="64.093414"
2793+ cy="953.27002"
2794+ fx="64.093414"
2795+ fy="953.27002"
2796+ r="59.5" />
2797+ <radialGradient
2798+ r="2.5"
2799+ fy="118"
2800+ fx="8.8888893"
2801+ cy="118"
2802+ cx="8.8888893"
2803+ gradientTransform="matrix(1.8,0,0,1.9999999,-6,-117.99999)"
2804+ gradientUnits="userSpaceOnUse"
2805+ id="radialGradient4645-08-9"
2806+ xlink:href="#linearGradient4613-9-3"
2807+ inkscape:collect="always" />
2808+ <linearGradient
2809+ id="linearGradient4613-9-3">
2810+ <stop
2811+ id="stop4615-5-5"
2812+ offset="0"
2813+ style="stop-color:#000000;stop-opacity:0.77039957;" />
2814+ <stop
2815+ id="stop4617-5-3"
2816+ offset="1"
2817+ style="stop-color:#000000;stop-opacity:0;" />
2818+ </linearGradient>
2819+ <linearGradient
2820+ y2="113"
2821+ x2="21"
2822+ y1="118"
2823+ x1="21"
2824+ gradientTransform="matrix(0.99408496,0,0,1.4000916,5.7787744,875.15127)"
2825+ gradientUnits="userSpaceOnUse"
2826+ id="linearGradient4647-9-9"
2827+ xlink:href="#linearGradient4613-9-3"
2828+ inkscape:collect="always" />
2829+ <linearGradient
2830+ y2="113"
2831+ x2="21"
2832+ y1="118"
2833+ x1="21"
2834+ gradientTransform="matrix(0.99408496,0,0,-1.4000916,5.7787744,1205.5729)"
2835+ gradientUnits="userSpaceOnUse"
2836+ id="linearGradient4649-5-6"
2837+ xlink:href="#linearGradient4613-9-3"
2838+ inkscape:collect="always" />
2839+ <radialGradient
2840+ r="2.5"
2841+ fy="118"
2842+ fx="8.8888893"
2843+ cy="118"
2844+ cx="8.8888893"
2845+ gradientTransform="matrix(1.8,0,0,1.9999999,-6,-117.99999)"
2846+ gradientUnits="userSpaceOnUse"
2847+ id="radialGradient6168"
2848+ xlink:href="#linearGradient4613-9-3"
2849+ inkscape:collect="always" />
2850+ <radialGradient
2851+ inkscape:collect="always"
2852+ xlink:href="#linearGradient3229-73"
2853+ id="radialGradient6401"
2854+ gradientUnits="userSpaceOnUse"
2855+ gradientTransform="matrix(0.99922433,0,0,-0.66743782,0.18017451,1569.9164)"
2856+ cx="15.84375"
2857+ cy="-3.6649108"
2858+ fx="15.84375"
2859+ fy="-3.6649108"
2860+ r="15" />
2861+ <radialGradient
2862+ inkscape:collect="always"
2863+ xlink:href="#linearGradient4613-9-3"
2864+ id="radialGradient6413"
2865+ gradientUnits="userSpaceOnUse"
2866+ gradientTransform="matrix(1.8,0,0,1.9999999,-6,-117.99999)"
2867+ cx="8.8888893"
2868+ cy="118"
2869+ fx="8.8888893"
2870+ fy="118"
2871+ r="2.5" />
2872+ <linearGradient
2873+ inkscape:collect="always"
2874+ xlink:href="#linearGradient4613-9-3"
2875+ id="linearGradient6415"
2876+ gradientUnits="userSpaceOnUse"
2877+ gradientTransform="matrix(1.1223538,0,0,1,-1.8944594,924.36216)"
2878+ x1="21"
2879+ y1="118"
2880+ x2="21"
2881+ y2="113" />
2882+ <linearGradient
2883+ inkscape:collect="always"
2884+ xlink:href="#linearGradient4613-9-3"
2885+ id="linearGradient6417"
2886+ gradientUnits="userSpaceOnUse"
2887+ gradientTransform="matrix(1.1223538,0,0,-1,-1.8944594,1160.3622)"
2888+ x1="21"
2889+ y1="118"
2890+ x2="21"
2891+ y2="113" />
2892+ <radialGradient
2893+ inkscape:collect="always"
2894+ xlink:href="#linearGradient4613-9-3"
2895+ id="radialGradient6419"
2896+ gradientUnits="userSpaceOnUse"
2897+ gradientTransform="matrix(1.8,0,0,1.9999999,-6,-117.99999)"
2898+ cx="8.8888893"
2899+ cy="118"
2900+ fx="8.8888893"
2901+ fy="118"
2902+ r="2.5" />
2903+ <radialGradient
2904+ inkscape:collect="always"
2905+ xlink:href="#linearGradient4347-8"
2906+ id="radialGradient6423"
2907+ gradientUnits="userSpaceOnUse"
2908+ gradientTransform="matrix(1.1325577,0,0,-0.60077198,-1.9323256,1571.6601)"
2909+ cx="15.84375"
2910+ cy="-4.4981632"
2911+ fx="15.84375"
2912+ fy="-4.4981632"
2913+ r="15" />
2914+ <radialGradient
2915+ inkscape:collect="always"
2916+ xlink:href="#linearGradient4470-2"
2917+ id="radialGradient6427"
2918+ gradientUnits="userSpaceOnUse"
2919+ gradientTransform="matrix(0.94238776,0,0,1.036376,-12.50134,1468.6946)"
2920+ cx="30.174999"
2921+ cy="88.711342"
2922+ fx="30.174999"
2923+ fy="88.711342"
2924+ r="23.5" />
2925+ <radialGradient
2926+ inkscape:collect="always"
2927+ xlink:href="#linearGradient3910-43"
2928+ id="radialGradient6431"
2929+ gradientUnits="userSpaceOnUse"
2930+ gradientTransform="matrix(2.8139529,0,0,0.16709554,-28.583566,1575.0538)"
2931+ cx="15.84375"
2932+ cy="3.3437502"
2933+ fx="15.84375"
2934+ fy="3.3437502"
2935+ r="13.5" />
2936+ <radialGradient
2937+ inkscape:collect="always"
2938+ xlink:href="#linearGradient3965-1"
2939+ id="radialGradient6435"
2940+ gradientUnits="userSpaceOnUse"
2941+ gradientTransform="matrix(-5.4146957e-7,0.81181661,-0.68181818,-5.650314e-7,1025.6787,1535.8798)"
2942+ cx="24.000013"
2943+ cy="1480.8622"
2944+ fx="24.000013"
2945+ fy="1480.8622"
2946+ r="22" />
2947+ <radialGradient
2948+ inkscape:collect="always"
2949+ xlink:href="#linearGradient3910-43"
2950+ id="radialGradient6439"
2951+ gradientUnits="userSpaceOnUse"
2952+ gradientTransform="matrix(0.34072808,5.8586877e-8,0,0.05207722,-5.6620685,1506.2188)"
2953+ cx="64.093414"
2954+ cy="953.27002"
2955+ fx="64.093414"
2956+ fy="953.27002"
2957+ r="59.5" />
2958+ <radialGradient
2959+ inkscape:collect="always"
2960+ xlink:href="#linearGradient3957-1"
2961+ id="radialGradient6443"
2962+ gradientUnits="userSpaceOnUse"
2963+ gradientTransform="matrix(0.94238776,0,0,1.036376,-12.660369,1468.9655)"
2964+ cx="30.174999"
2965+ cy="88.711342"
2966+ fx="30.174999"
2967+ fy="88.711342"
2968+ r="23.5" />
2969+ <linearGradient
2970+ inkscape:collect="always"
2971+ xlink:href="#linearGradient5632"
2972+ id="linearGradient6447"
2973+ gradientUnits="userSpaceOnUse"
2974+ x1="-44.210617"
2975+ y1="98.000221"
2976+ x2="-44.210617"
2977+ y2="33.000042" />
2978+ <linearGradient
2979+ inkscape:collect="always"
2980+ xlink:href="#linearGradient3121-0"
2981+ id="linearGradient6451"
2982+ gradientUnits="userSpaceOnUse"
2983+ x1="-9.9702311"
2984+ y1="66.903717"
2985+ x2="54.970074"
2986+ y2="66.903717" />
2987+ <linearGradient
2988+ inkscape:collect="always"
2989+ xlink:href="#linearGradient3855-3"
2990+ id="linearGradient6455"
2991+ gradientUnits="userSpaceOnUse"
2992+ x1="22.445093"
2993+ y1="97.999954"
2994+ x2="22.445093"
2995+ y2="50.186222" />
2996+ <radialGradient
2997+ inkscape:collect="always"
2998+ xlink:href="#linearGradient3134-1"
2999+ id="radialGradient6459"
3000+ gradientUnits="userSpaceOnUse"
3001+ gradientTransform="matrix(0.34073123,-5.8586877e-8,0,-0.05207722,-5.6624084,1623.5061)"
3002+ cx="64.093414"
3003+ cy="953.27002"
3004+ fx="64.093414"
3005+ fy="953.27002"
3006+ r="59.5" />
3007+ <radialGradient
3008+ inkscape:collect="always"
3009+ xlink:href="#linearGradient3134-1"
3010+ id="radialGradient6463"
3011+ gradientUnits="userSpaceOnUse"
3012+ gradientTransform="matrix(0.34073123,-5.8586877e-8,0,-0.05207722,-5.6622705,1606.5061)"
3013+ cx="64.093414"
3014+ cy="953.27002"
3015+ fx="64.093414"
3016+ fy="953.27002"
3017+ r="59.5" />
3018+ <linearGradient
3019+ inkscape:collect="always"
3020+ xlink:href="#linearGradient3987-3"
3021+ id="linearGradient6471"
3022+ gradientUnits="userSpaceOnUse"
3023+ gradientTransform="matrix(0.66237581,0,0,0.66237581,0.23851079,569.35741)"
3024+ x1="8.7142792"
3025+ y1="1503.7972"
3026+ x2="22.285671"
3027+ y2="1503.7972" />
3028+ <linearGradient
3029+ inkscape:collect="always"
3030+ xlink:href="#linearGradient5632"
3031+ id="linearGradient6475"
3032+ gradientUnits="userSpaceOnUse"
3033+ gradientTransform="matrix(0.24324327,0,0,0.24324791,-0.32432464,1550.4434)"
3034+ x1="44.5"
3035+ y1="85.99913"
3036+ x2="44.5"
3037+ y2="48.999542" />
3038+ <linearGradient
3039+ inkscape:collect="always"
3040+ xlink:href="#linearGradient3121-0"
3041+ id="linearGradient6479"
3042+ gradientUnits="userSpaceOnUse"
3043+ gradientTransform="matrix(0,0.24323885,-0.2432435,0,26.918931,1556.0386)"
3044+ x1="32"
3045+ y1="81"
3046+ x2="59"
3047+ y2="56" />
3048+ <radialGradient
3049+ inkscape:collect="always"
3050+ xlink:href="#linearGradient4519-1"
3051+ id="radialGradient6483"
3052+ gradientUnits="userSpaceOnUse"
3053+ gradientTransform="matrix(0,0.58403505,-0.21941678,0,228.55556,1542.7364)"
3054+ cx="40.473083"
3055+ cy="993.28699"
3056+ fx="40.473083"
3057+ fy="993.28699"
3058+ r="20" />
3059+ <linearGradient
3060+ inkscape:collect="always"
3061+ xlink:href="#linearGradient3855-3"
3062+ id="linearGradient6487"
3063+ gradientUnits="userSpaceOnUse"
3064+ gradientTransform="matrix(0.24307073,0,0,0.24288258,-0.32247697,1550.4631)"
3065+ x1="43.698959"
3066+ y1="50.044907"
3067+ x2="43.698959"
3068+ y2="81.042397" />
3069+ <linearGradient
3070+ inkscape:collect="always"
3071+ xlink:href="#linearGradient3855-8"
3072+ id="linearGradient6493"
3073+ gradientUnits="userSpaceOnUse"
3074+ x1="44.5"
3075+ y1="85.999992"
3076+ x2="44.5"
3077+ y2="55.990475" />
3078+ <radialGradient
3079+ inkscape:collect="always"
3080+ xlink:href="#linearGradient3910-43"
3081+ id="radialGradient6497"
3082+ gradientUnits="userSpaceOnUse"
3083+ gradientTransform="matrix(0.34073123,-5.8586877e-8,0,-0.05207722,-5.6624086,1622.5062)"
3084+ cx="64.093414"
3085+ cy="953.27002"
3086+ fx="64.093414"
3087+ fy="953.27002"
3088+ r="59.5" />
3089+ <linearGradient
3090+ inkscape:collect="always"
3091+ xlink:href="#linearGradient3855-8"
3092+ id="linearGradient6501"
3093+ gradientUnits="userSpaceOnUse"
3094+ gradientTransform="translate(0.16788529,1549.5303)"
3095+ x1="10.832115"
3096+ y1="15.83217"
3097+ x2="10.832115"
3098+ y2="18.832127" />
3099+ <radialGradient
3100+ inkscape:collect="always"
3101+ xlink:href="#linearGradient3995-9"
3102+ id="radialGradient6505"
3103+ gradientUnits="userSpaceOnUse"
3104+ gradientTransform="matrix(1.7953459,0,0,1.200012,-8.3603856,-313.69369)"
3105+ cx="10.511635"
3106+ cy="1568.3741"
3107+ fx="10.511635"
3108+ fy="1568.3741"
3109+ r="2.5" />
3110+ <radialGradient
3111+ inkscape:collect="always"
3112+ xlink:href="#linearGradient4032-7"
3113+ id="radialGradient6509"
3114+ gradientUnits="userSpaceOnUse"
3115+ gradientTransform="matrix(1.3862942,4.6420949e-8,-5.3577266e-8,1.6000072,-4.0604997,-941.20102)"
3116+ cx="10.511635"
3117+ cy="1567.8451"
3118+ fx="10.511635"
3119+ fy="1567.8451"
3120+ r="2.5" />
3121+ <radialGradient
3122+ inkscape:collect="always"
3123+ xlink:href="#linearGradient4040-4"
3124+ id="radialGradient6513"
3125+ gradientUnits="userSpaceOnUse"
3126+ gradientTransform="matrix(1.4204593,-1.7748656e-5,1.5378552e-5,1.2307753,-4.4438169,-362.57573)"
3127+ cx="10.511635"
3128+ cy="1567.2548"
3129+ fx="10.511635"
3130+ fy="1567.2548"
3131+ r="2.4375" />
3132+ <radialGradient
3133+ inkscape:collect="always"
3134+ xlink:href="#linearGradient3229-73"
3135+ id="radialGradient6517"
3136+ gradientUnits="userSpaceOnUse"
3137+ gradientTransform="matrix(0.99922433,0,0,0.66743782,0.18017451,1557.8201)"
3138+ cx="15.84375"
3139+ cy="-11.15625"
3140+ fx="15.84375"
3141+ fy="-11.15625"
3142+ r="15" />
3143+ <radialGradient
3144+ inkscape:collect="always"
3145+ xlink:href="#linearGradient4287-3"
3146+ id="radialGradient6521"
3147+ gradientUnits="userSpaceOnUse"
3148+ gradientTransform="matrix(0.99922433,0,0,0.60077198,0.18017451,1558.0764)"
3149+ cx="15.84375"
3150+ cy="-11.15625"
3151+ fx="15.84375"
3152+ fy="-11.15625"
3153+ r="15" />
3154+ <radialGradient
3155+ inkscape:collect="always"
3156+ xlink:href="#linearGradient4470-2"
3157+ id="radialGradient6525"
3158+ gradientUnits="userSpaceOnUse"
3159+ gradientTransform="matrix(0.94238776,0,0,1.036376,-12.50134,1468.6946)"
3160+ cx="30.174999"
3161+ cy="88.711342"
3162+ fx="30.174999"
3163+ fy="88.711342"
3164+ r="23.5" />
3165+ <radialGradient
3166+ inkscape:collect="always"
3167+ xlink:href="#linearGradient3910-43"
3168+ id="radialGradient6529"
3169+ gradientUnits="userSpaceOnUse"
3170+ gradientTransform="matrix(2.8139529,0,0,0.16709554,-28.571931,1552.0653)"
3171+ cx="15.84375"
3172+ cy="3.3437502"
3173+ fx="15.84375"
3174+ fy="3.3437502"
3175+ r="13.5" />
3176+ <linearGradient
3177+ inkscape:collect="always"
3178+ xlink:href="#linearGradient3855-3"
3179+ id="linearGradient6552"
3180+ gradientUnits="userSpaceOnUse"
3181+ x1="22.445093"
3182+ y1="97.999954"
3183+ x2="22.445093"
3184+ y2="50.186222" />
3185+ <linearGradient
3186+ inkscape:collect="always"
3187+ xlink:href="#linearGradient5632"
3188+ id="linearGradient6556"
3189+ gradientUnits="userSpaceOnUse"
3190+ x1="-44.210617"
3191+ y1="98.000221"
3192+ x2="-44.210617"
3193+ y2="33.000042" />
3194+ <radialGradient
3195+ inkscape:collect="always"
3196+ xlink:href="#linearGradient4613-9-3"
3197+ id="radialGradient6673"
3198+ gradientUnits="userSpaceOnUse"
3199+ gradientTransform="matrix(1.8,0,0,1.9999999,-6,-117.99999)"
3200+ cx="8.8888893"
3201+ cy="118"
3202+ fx="8.8888893"
3203+ fy="118"
3204+ r="2.5" />
3205+ <linearGradient
3206+ inkscape:collect="always"
3207+ xlink:href="#linearGradient4613-9-3"
3208+ id="linearGradient6675"
3209+ gradientUnits="userSpaceOnUse"
3210+ gradientTransform="matrix(1.0650909,0,0,1,5.068715,924.36255)"
3211+ x1="21"
3212+ y1="118"
3213+ x2="21"
3214+ y2="113" />
3215+ <linearGradient
3216+ inkscape:collect="always"
3217+ xlink:href="#linearGradient4613-9-3"
3218+ id="linearGradient6677"
3219+ gradientUnits="userSpaceOnUse"
3220+ gradientTransform="matrix(1.0650909,0,0,-1,5.068715,1160.3626)"
3221+ x1="21"
3222+ y1="118"
3223+ x2="21"
3224+ y2="113" />
3225+ <radialGradient
3226+ inkscape:collect="always"
3227+ xlink:href="#linearGradient4613-9-3"
3228+ id="radialGradient6679"
3229+ gradientUnits="userSpaceOnUse"
3230+ gradientTransform="matrix(1.8,0,0,1.9999999,-6,-117.99999)"
3231+ cx="8.8888893"
3232+ cy="118"
3233+ fx="8.8888893"
3234+ fy="118"
3235+ r="2.5" />
3236+ <radialGradient
3237+ inkscape:collect="always"
3238+ xlink:href="#linearGradient4347-8"
3239+ id="radialGradient6683"
3240+ gradientUnits="userSpaceOnUse"
3241+ gradientTransform="matrix(0.66666666,0,0,-0.40000001,23.185304,60.5692)"
3242+ cx="-18.277956"
3243+ cy="-3.5770998"
3244+ fx="-18.277956"
3245+ fy="-3.5770998"
3246+ r="15" />
3247+ <radialGradient
3248+ inkscape:collect="always"
3249+ xlink:href="#linearGradient3134-1"
3250+ id="radialGradient6691"
3251+ gradientUnits="userSpaceOnUse"
3252+ gradientTransform="matrix(1.9062262,0,0,-0.2962963,-19.750158,1615.9706)"
3253+ cx="16.131432"
3254+ cy="12.177969"
3255+ fx="16.131432"
3256+ fy="12.177969"
3257+ r="13.5" />
3258+ <radialGradient
3259+ inkscape:collect="always"
3260+ xlink:href="#linearGradient3965-1"
3261+ id="radialGradient6695"
3262+ gradientUnits="userSpaceOnUse"
3263+ gradientTransform="matrix(-3.6097972e-7,0.59817925,-0.45454545,-4.1633795e-7,684.11913,1582.0067)"
3264+ cx="24.000013"
3265+ cy="1480.8622"
3266+ fx="24.000013"
3267+ fy="1480.8622"
3268+ r="22" />
3269+ <radialGradient
3270+ inkscape:collect="always"
3271+ xlink:href="#linearGradient3910-43"
3272+ id="radialGradient6699"
3273+ gradientUnits="userSpaceOnUse"
3274+ gradientTransform="matrix(0,0.05041952,-0.235294,0,231.96411,1593.1555)"
3275+ cx="63.606319"
3276+ cy="939.0979"
3277+ fx="63.606319"
3278+ fy="939.0979"
3279+ r="59.5" />
3280+ <linearGradient
3281+ inkscape:collect="always"
3282+ xlink:href="#linearGradient5632"
3283+ id="linearGradient6703"
3284+ gradientUnits="userSpaceOnUse"
3285+ x1="-44.210617"
3286+ y1="98.000221"
3287+ x2="-44.210617"
3288+ y2="33.000042" />
3289+ <linearGradient
3290+ inkscape:collect="always"
3291+ xlink:href="#linearGradient3121-0"
3292+ id="linearGradient6707"
3293+ gradientUnits="userSpaceOnUse"
3294+ x1="-9.9702311"
3295+ y1="66.903717"
3296+ x2="54.970074"
3297+ y2="66.903717" />
3298+ <linearGradient
3299+ inkscape:collect="always"
3300+ xlink:href="#linearGradient3855-3"
3301+ id="linearGradient6711"
3302+ gradientUnits="userSpaceOnUse"
3303+ x1="22.445093"
3304+ y1="97.999954"
3305+ x2="22.445093"
3306+ y2="50.186222" />
3307+ <radialGradient
3308+ inkscape:collect="always"
3309+ xlink:href="#linearGradient3134-1"
3310+ id="radialGradient6715"
3311+ gradientUnits="userSpaceOnUse"
3312+ gradientTransform="matrix(0.22339519,-5.6724431e-8,0,-0.05042172,-3.2093265,1658.1426)"
3313+ cx="63.606232"
3314+ cy="967.44391"
3315+ fx="63.606232"
3316+ fy="967.44391"
3317+ r="59.5" />
3318+ <radialGradient
3319+ inkscape:collect="always"
3320+ xlink:href="#linearGradient3134-1"
3321+ id="radialGradient6719"
3322+ gradientUnits="userSpaceOnUse"
3323+ gradientTransform="matrix(0.22339566,-5.6722683e-8,0,-0.05042016,-3.2093766,1646.1411)"
3324+ cx="63.606323"
3325+ cy="967.44409"
3326+ fx="63.606323"
3327+ fy="967.44409"
3328+ r="59.5" />
3329+ <linearGradient
3330+ inkscape:collect="always"
3331+ xlink:href="#linearGradient3987-3"
3332+ id="linearGradient6727"
3333+ gradientUnits="userSpaceOnUse"
3334+ gradientTransform="matrix(0.44197816,0,0,0.44197808,0.1493495,939.10273)"
3335+ x1="8.7142792"
3336+ y1="1503.7972"
3337+ x2="22.285671"
3338+ y2="1503.7972" />
3339+ <radialGradient
3340+ inkscape:collect="always"
3341+ xlink:href="#linearGradient4519-1"
3342+ id="radialGradient6731"
3343+ gradientUnits="userSpaceOnUse"
3344+ gradientTransform="matrix(-1.1996962e-6,0.45000002,-0.14999978,-3.9989813e-7,156.18321,1586.3791)"
3345+ cx="39.963745"
3346+ cy="994.55579"
3347+ fx="39.963745"
3348+ fy="994.55579"
3349+ r="20" />
3350+ <linearGradient
3351+ inkscape:collect="always"
3352+ xlink:href="#linearGradient5632"
3353+ id="linearGradient6735"
3354+ gradientUnits="userSpaceOnUse"
3355+ gradientTransform="matrix(0.16216218,0,0,0.16216524,-0.2162166,1593.4164)"
3356+ x1="44.5"
3357+ y1="85.99913"
3358+ x2="44.5"
3359+ y2="48.999542" />
3360+ <linearGradient
3361+ inkscape:collect="always"
3362+ xlink:href="#linearGradient3121-0"
3363+ id="linearGradient6739"
3364+ gradientUnits="userSpaceOnUse"
3365+ gradientTransform="matrix(0,0.1621592,-0.16216234,0,17.945953,1597.1462)"
3366+ x1="32"
3367+ y1="81"
3368+ x2="59"
3369+ y2="56" />
3370+ <linearGradient
3371+ inkscape:collect="always"
3372+ xlink:href="#linearGradient3855-3"
3373+ id="linearGradient6743"
3374+ gradientUnits="userSpaceOnUse"
3375+ gradientTransform="matrix(0.10817068,0,0,0.10808692,2.1811931,1597.0619)"
3376+ x1="43.698959"
3377+ y1="50.044907"
3378+ x2="43.698959"
3379+ y2="81.042397" />
3380+ <linearGradient
3381+ inkscape:collect="always"
3382+ xlink:href="#linearGradient3855-8"
3383+ id="linearGradient6749"
3384+ gradientUnits="userSpaceOnUse"
3385+ x1="44.5"
3386+ y1="85.999992"
3387+ x2="44.5"
3388+ y2="55.990475" />
3389+ <radialGradient
3390+ inkscape:collect="always"
3391+ xlink:href="#linearGradient3910-43"
3392+ id="radialGradient6753"
3393+ gradientUnits="userSpaceOnUse"
3394+ gradientTransform="matrix(0.23529412,0,1.3484089e-8,-0.05042,-3.9661858,1657.1409)"
3395+ cx="63.606232"
3396+ cy="967.44318"
3397+ fx="63.606232"
3398+ fy="967.44318"
3399+ r="59.5" />
3400+ <radialGradient
3401+ inkscape:collect="always"
3402+ xlink:href="#linearGradient3995-9"
3403+ id="radialGradient6763"
3404+ gradientUnits="userSpaceOnUse"
3405+ gradientTransform="matrix(1.2162021,0,0,0.81291135,-5.663487,330.96968)"
3406+ cx="10.511635"
3407+ cy="1568.3741"
3408+ fx="10.511635"
3409+ fy="1568.3741"
3410+ r="2.5" />
3411+ <radialGradient
3412+ inkscape:collect="always"
3413+ xlink:href="#linearGradient4032-7"
3414+ id="radialGradient6765"
3415+ gradientUnits="userSpaceOnUse"
3416+ gradientTransform="matrix(0.93910252,3.1446449e-8,-3.6294277e-8,1.0838758,-2.7506611,-94.115931)"
3417+ cx="10.511635"
3418+ cy="1567.8451"
3419+ fx="10.511635"
3420+ fy="1567.8451"
3421+ r="2.5" />
3422+ <radialGradient
3423+ inkscape:collect="always"
3424+ xlink:href="#linearGradient4040-4"
3425+ id="radialGradient6767"
3426+ gradientUnits="userSpaceOnUse"
3427+ gradientTransform="matrix(0.96224662,-1.2023283e-5,1.0417729e-5,0.83375101,-3.0103276,297.85604)"
3428+ cx="10.511635"
3429+ cy="1567.2548"
3430+ fx="10.511635"
3431+ fy="1567.2548"
3432+ r="2.4375" />
3433+ <radialGradient
3434+ inkscape:collect="always"
3435+ xlink:href="#linearGradient3229-73"
3436+ id="radialGradient6771"
3437+ gradientUnits="userSpaceOnUse"
3438+ gradientTransform="matrix(0.66666667,0,0,0.46666666,25.85404,47.4749)"
3439+ cx="-22.281059"
3440+ cy="-7.4461341"
3441+ fx="-22.281059"
3442+ fy="-7.4461341"
3443+ r="15" />
3444+ <radialGradient
3445+ inkscape:collect="always"
3446+ xlink:href="#linearGradient4287-3"
3447+ id="radialGradient6775"
3448+ gradientUnits="userSpaceOnUse"
3449+ gradientTransform="matrix(0.66666666,0,0,0.40000001,23.185304,49.4308)"
3450+ cx="-18.277956"
3451+ cy="-11.077006"
3452+ fx="-18.277956"
3453+ fy="-11.077006"
3454+ r="15" />
3455+ <radialGradient
3456+ inkscape:collect="always"
3457+ xlink:href="#linearGradient3134-1"
3458+ id="radialGradient6783"
3459+ gradientUnits="userSpaceOnUse"
3460+ gradientTransform="matrix(1.9062262,0,0,0.2962963,-19.750158,1591.7542)"
3461+ cx="16.131432"
3462+ cy="12.177969"
3463+ fx="16.131432"
3464+ fy="12.177969"
3465+ r="13.5" />
3466+ <radialGradient
3467+ inkscape:collect="always"
3468+ xlink:href="#linearGradient3134-1"
3469+ id="radialGradient6789"
3470+ gradientUnits="userSpaceOnUse"
3471+ gradientTransform="matrix(0.15340475,-1.0350021e-7,0,-0.09200019,-1.7575118,1724.8757)"
3472+ cx="63.606319"
3473+ cy="972.96844"
3474+ fx="63.606319"
3475+ fy="972.96844"
3476+ r="59.5" />
3477+ <radialGradient
3478+ inkscape:collect="always"
3479+ xlink:href="#linearGradient3134-1"
3480+ id="radialGradient6799"
3481+ gradientUnits="userSpaceOnUse"
3482+ gradientTransform="matrix(0.15340475,-1.0350021e-7,0,-0.09200019,-1.7575118,1716.8757)"
3483+ cx="63.606319"
3484+ cy="972.96844"
3485+ fx="63.606319"
3486+ fy="972.96844"
3487+ r="59.5" />
3488+ <radialGradient
3489+ inkscape:collect="always"
3490+ xlink:href="#linearGradient3910-43"
3491+ id="radialGradient6853"
3492+ cx="8"
3493+ cy="1625.4625"
3494+ fx="8"
3495+ fy="1625.4625"
3496+ r="7"
3497+ gradientTransform="matrix(1.7142857,6.8572616e-8,-1.4285715e-8,0.35713668,-5.714263,1053.8501)"
3498+ gradientUnits="userSpaceOnUse" />
3499+ <radialGradient
3500+ inkscape:collect="always"
3501+ xlink:href="#linearGradient3910-43"
3502+ id="radialGradient6877"
3503+ gradientUnits="userSpaceOnUse"
3504+ gradientTransform="matrix(1.7142857,6.8572616e-8,-1.4285715e-8,0.35713668,-5.7142625,1045.8501)"
3505+ cx="8"
3506+ cy="1625.4625"
3507+ fx="8"
3508+ fy="1625.4625"
3509+ r="7" />
3510+ <radialGradient
3511+ inkscape:collect="always"
3512+ xlink:href="#linearGradient4347-8"
3513+ id="radialGradient6881"
3514+ gradientUnits="userSpaceOnUse"
3515+ gradientTransform="matrix(0.46666667,1.1815882e-8,0,-0.33555486,29.129714,89.4766)"
3516+ cx="-45.277958"
3517+ cy="4.4004712"
3518+ fx="-45.277958"
3519+ fy="4.4004712"
3520+ r="15" />
3521+ <radialGradient
3522+ inkscape:collect="always"
3523+ xlink:href="#linearGradient3229-73"
3524+ id="radialGradient6884"
3525+ gradientUnits="userSpaceOnUse"
3526+ gradientTransform="matrix(0.66666662,-1.0532663e-7,5.266332e-8,0.33333333,40.854038,0.05349481)"
3527+ cx="-49.281059"
3528+ cy="-0.16046999"
3529+ fx="-49.281059"
3530+ fy="-0.16046999"
3531+ r="15" />
3532+ <radialGradient
3533+ inkscape:collect="always"
3534+ xlink:href="#linearGradient4287-3"
3535+ id="radialGradient6888"
3536+ gradientUnits="userSpaceOnUse"
3537+ gradientTransform="matrix(0.46666667,-1.1815882e-8,0,0.33555486,29.129714,76.5234)"
3538+ cx="-45.277958"
3539+ cy="-1.4604348"
3540+ fx="-45.277958"
3541+ fy="-1.4604348"
3542+ r="15" />
3543+ <linearGradient
3544+ inkscape:collect="always"
3545+ xlink:href="#linearGradient3121-0"
3546+ id="linearGradient6894"
3547+ gradientUnits="userSpaceOnUse"
3548+ x1="-9.9702311"
3549+ y1="66.903717"
3550+ x2="54.970074"
3551+ y2="66.903717" />
3552+ <linearGradient
3553+ inkscape:collect="always"
3554+ xlink:href="#linearGradient3855-3"
3555+ id="linearGradient6900"
3556+ gradientUnits="userSpaceOnUse"
3557+ gradientTransform="matrix(0.08112799,0,0,0.08106518,1.3858959,3.5248)"
3558+ x1="43.698959"
3559+ y1="50.044907"
3560+ x2="43.698959"
3561+ y2="81.042397" />
3562+ <radialGradient
3563+ inkscape:collect="always"
3564+ xlink:href="#linearGradient3995-9"
3565+ id="radialGradient6955"
3566+ gradientUnits="userSpaceOnUse"
3567+ gradientTransform="matrix(0.79999975,-3.2676331e-6,1.633715e-6,0.39997499,-9.1767742,1005.7187)"
3568+ cx="17.71777"
3569+ cy="1569.2073"
3570+ fx="17.71777"
3571+ fy="1569.2073"
3572+ r="2.5" />
3573+ <radialGradient
3574+ inkscape:collect="always"
3575+ xlink:href="#linearGradient4032-7"
3576+ id="radialGradient6963"
3577+ gradientUnits="userSpaceOnUse"
3578+ gradientTransform="matrix(0.79999993,6.7287028e-7,-6.7288181e-7,0.80001364,-10.874201,377.26732)"
3579+ cx="19.844072"
3580+ cy="1567.5922"
3581+ fx="19.844072"
3582+ fy="1567.5922"
3583+ r="2.5" />
3584+ <radialGradient
3585+ inkscape:collect="always"
3586+ xlink:href="#linearGradient4613-5"
3587+ id="radialGradient3767"
3588+ gradientUnits="userSpaceOnUse"
3589+ gradientTransform="matrix(1.8,0,0,1.9999999,-6,-117.99999)"
3590+ cx="8.8888893"
3591+ cy="118"
3592+ fx="8.8888893"
3593+ fy="118"
3594+ r="2.5" />
3595+ <linearGradient
3596+ inkscape:collect="always"
3597+ xlink:href="#linearGradient4613-5"
3598+ id="linearGradient3769"
3599+ gradientUnits="userSpaceOnUse"
3600+ gradientTransform="translate(0.25,1215.8622)"
3601+ x1="21"
3602+ y1="118"
3603+ x2="21"
3604+ y2="113" />
3605+ <linearGradient
3606+ inkscape:collect="always"
3607+ xlink:href="#linearGradient4613-5"
3608+ id="linearGradient3771"
3609+ gradientUnits="userSpaceOnUse"
3610+ gradientTransform="matrix(1,0,0,-1,0.25,1451.8623)"
3611+ x1="21"
3612+ y1="118"
3613+ x2="21"
3614+ y2="113" />
3615+ <radialGradient
3616+ inkscape:collect="always"
3617+ xlink:href="#linearGradient4613-5"
3618+ id="radialGradient3773"
3619+ gradientUnits="userSpaceOnUse"
3620+ gradientTransform="matrix(1.8,0,0,1.9999999,-6,-117.99999)"
3621+ cx="8.8888893"
3622+ cy="118"
3623+ fx="8.8888893"
3624+ fy="118"
3625+ r="2.5" />
3626+ <radialGradient
3627+ inkscape:collect="always"
3628+ xlink:href="#linearGradient3229-73"
3629+ id="radialGradient3775"
3630+ gradientUnits="userSpaceOnUse"
3631+ gradientTransform="matrix(1,0,0,0.34745827,0,968.46028)"
3632+ cx="64"
3633+ cy="1022.8622"
3634+ fx="64"
3635+ fy="1022.8622"
3636+ r="59" />
3637+ <radialGradient
3638+ inkscape:collect="always"
3639+ xlink:href="#linearGradient3965-1"
3640+ id="radialGradient3777"
3641+ gradientUnits="userSpaceOnUse"
3642+ gradientTransform="matrix(6.478412e-7,1.0169483,-0.99999939,6.37044e-7,1294.671,1191.7768)"
3643+ cx="64"
3644+ cy="1230.6718"
3645+ fx="64"
3646+ fy="1230.6718"
3647+ r="59" />
3648+ <radialGradient
3649+ inkscape:collect="always"
3650+ xlink:href="#linearGradient4347-8"
3651+ id="radialGradient3779"
3652+ gradientUnits="userSpaceOnUse"
3653+ gradientTransform="matrix(1,0,0,-0.41525429,0,1719.0508)"
3654+ cx="64"
3655+ cy="964.9234"
3656+ fx="64"
3657+ fy="964.9234"
3658+ r="59" />
3659+ <radialGradient
3660+ inkscape:collect="always"
3661+ xlink:href="#linearGradient3134-1"
3662+ id="radialGradient3781"
3663+ gradientUnits="userSpaceOnUse"
3664+ gradientTransform="matrix(0,-0.42016939,-1.5165612,0,1511.3485,1344.7531)"
3665+ cx="64"
3666+ cy="954.36218"
3667+ fx="64"
3668+ fy="954.36218"
3669+ r="59.5" />
3670+ <radialGradient
3671+ inkscape:collect="always"
3672+ xlink:href="#linearGradient3910-43"
3673+ id="radialGradient3783"
3674+ gradientUnits="userSpaceOnUse"
3675+ gradientTransform="matrix(1.5049505,0,0,-0.20792083,7.683168,1130.2346)"
3676+ cx="64"
3677+ cy="896.36218"
3678+ fx="64"
3679+ fy="896.36218"
3680+ r="50.5" />
3681+ <radialGradient
3682+ inkscape:collect="always"
3683+ xlink:href="#linearGradient3134-1"
3684+ id="radialGradient3785"
3685+ gradientUnits="userSpaceOnUse"
3686+ gradientTransform="matrix(1.9009901,6.6121378e-8,0,-0.22772277,-17.663366,942.28304)"
3687+ cx="64"
3688+ cy="26"
3689+ fx="64"
3690+ fy="26"
3691+ r="50.5" />
3692+ <radialGradient
3693+ inkscape:collect="always"
3694+ xlink:href="#linearGradient3957-1"
3695+ id="radialGradient3787"
3696+ gradientUnits="userSpaceOnUse"
3697+ gradientTransform="matrix(2.6686225,0,0,2.2540787,-93.801913,1154.895)"
3698+ cx="57.937912"
3699+ cy="53.555027"
3700+ fx="57.937912"
3701+ fy="53.555027"
3702+ r="39.5625" />
3703+ <radialGradient
3704+ inkscape:collect="always"
3705+ xlink:href="#linearGradient3229-73"
3706+ id="radialGradient3789"
3707+ gradientUnits="userSpaceOnUse"
3708+ gradientTransform="matrix(1,0,0,0.88983056,0,405.09492)"
3709+ cx="64"
3710+ cy="936.43359"
3711+ fx="64"
3712+ fy="936.43359"
3713+ r="59" />
3714+ <radialGradient
3715+ inkscape:collect="always"
3716+ xlink:href="#linearGradient4287-3"
3717+ id="radialGradient3791"
3718+ gradientUnits="userSpaceOnUse"
3719+ gradientTransform="matrix(1,0,0,0.41525429,0,854.67358)"
3720+ cx="64"
3721+ cy="928.80096"
3722+ fx="64"
3723+ fy="928.80096"
3724+ r="59" />
3725+ <radialGradient
3726+ inkscape:collect="always"
3727+ xlink:href="#linearGradient3910-43"
3728+ id="radialGradient3793"
3729+ gradientUnits="userSpaceOnUse"
3730+ gradientTransform="matrix(1.5049505,0,0,0.20792083,-32.316832,1057.4898)"
3731+ cx="64"
3732+ cy="896.36218"
3733+ fx="64"
3734+ fy="896.36218"
3735+ r="50.5" />
3736+ <radialGradient
3737+ inkscape:collect="always"
3738+ xlink:href="#linearGradient3134-1"
3739+ id="radialGradient3795"
3740+ gradientUnits="userSpaceOnUse"
3741+ gradientTransform="matrix(1.9009901,-6.6121378e-8,0,0.22772277,-57.663366,1245.4414)"
3742+ cx="64"
3743+ cy="26"
3744+ fx="64"
3745+ fy="26"
3746+ r="50.5" />
3747+ <radialGradient
3748+ inkscape:collect="always"
3749+ xlink:href="#linearGradient4470-8"
3750+ id="radialGradient3797"
3751+ gradientUnits="userSpaceOnUse"
3752+ gradientTransform="matrix(2.1823402,0,0,1.9980328,-80.097157,1189.1878)"
3753+ cx="64.195839"
3754+ cy="42.128658"
3755+ fx="64.195839"
3756+ fy="42.128658"
3757+ r="43.53125" />
3758+ <linearGradient
3759+ inkscape:collect="always"
3760+ xlink:href="#linearGradient5632"
3761+ id="linearGradient3799"
3762+ gradientUnits="userSpaceOnUse"
3763+ x1="22.502712"
3764+ y1="97.133667"
3765+ x2="22.502712"
3766+ y2="33.000011" />
3767+ <linearGradient
3768+ inkscape:collect="always"
3769+ xlink:href="#linearGradient3121-0"
3770+ id="linearGradient3801"
3771+ gradientUnits="userSpaceOnUse"
3772+ x1="-10"
3773+ y1="65.5"
3774+ x2="55"
3775+ y2="65.5" />
3776+ <linearGradient
3777+ inkscape:collect="always"
3778+ xlink:href="#linearGradient3855-8"
3779+ id="linearGradient3803"
3780+ gradientUnits="userSpaceOnUse"
3781+ x1="22.445093"
3782+ y1="97.999954"
3783+ x2="22.445093"
3784+ y2="48.625221" />
3785+ <radialGradient
3786+ inkscape:collect="always"
3787+ xlink:href="#linearGradient4519-1"
3788+ id="radialGradient3805"
3789+ gradientUnits="userSpaceOnUse"
3790+ gradientTransform="matrix(1,0,0,1.1999997,0,100.1279)"
3791+ cx="41"
3792+ cy="1011.132"
3793+ fx="41"
3794+ fy="992.6955"
3795+ r="20" />
3796+ <linearGradient
3797+ inkscape:collect="always"
3798+ xlink:href="#linearGradient3971-4"
3799+ id="linearGradient3807"
3800+ gradientUnits="userSpaceOnUse"
3801+ gradientTransform="matrix(1.053222,0,0,1.0533407,-6.3661331,248.40032)"
3802+ x1="26"
3803+ y1="988.86218"
3804+ x2="63"
3805+ y2="988.86218" />
3806+ <linearGradient
3807+ inkscape:collect="always"
3808+ xlink:href="#linearGradient3987-3"
3809+ id="linearGradient3809"
3810+ gradientUnits="userSpaceOnUse"
3811+ x1="21.017639"
3812+ y1="1290.009"
3813+ x2="59.986851"
3814+ y2="1290.009" />
3815+ <linearGradient
3816+ inkscape:collect="always"
3817+ xlink:href="#linearGradient5632"
3818+ id="linearGradient3811"
3819+ gradientUnits="userSpaceOnUse"
3820+ gradientTransform="matrix(1.0534647,0,0,1.0535834,-6.3769339,1222.0522)"
3821+ x1="44.499996"
3822+ y1="85.701042"
3823+ x2="44.499996"
3824+ y2="49.480095" />
3825+ <linearGradient
3826+ inkscape:collect="always"
3827+ xlink:href="#linearGradient3121-0"
3828+ id="linearGradient3813"
3829+ gradientUnits="userSpaceOnUse"
3830+ gradientTransform="matrix(0,1.0533014,-1.0532229,0,111.59477,1246.2971)"
3831+ x1="32"
3832+ y1="81"
3833+ x2="59"
3834+ y2="56" />
3835+ <linearGradient
3836+ inkscape:collect="always"
3837+ xlink:href="#linearGradient3855-8"
3838+ id="linearGradient3815"
3839+ gradientUnits="userSpaceOnUse"
3840+ gradientTransform="matrix(1.0541602,0,0,1.054279,-6.4079146,1222.0052)"
3841+ x1="43.698959"
3842+ y1="59.532433"
3843+ x2="43.698959"
3844+ y2="82.22998" />
3845+ <radialGradient
3846+ inkscape:collect="always"
3847+ xlink:href="#linearGradient3995-9"
3848+ id="radialGradient3817"
3849+ gradientUnits="userSpaceOnUse"
3850+ gradientTransform="matrix(0.98995308,0,0,1.1093891,0.53675928,193.49109)"
3851+ cx="41"
3852+ cy="997.33362"
3853+ fx="41"
3854+ fy="997.33362"
3855+ r="12.556245" />
3856+ <radialGradient
3857+ inkscape:collect="always"
3858+ xlink:href="#linearGradient4032-7"
3859+ id="radialGradient3819"
3860+ gradientUnits="userSpaceOnUse"
3861+ gradientTransform="matrix(0.88046948,0,0,0.99042634,5.0119013,1219.801)"
3862+ cx="40.875"
3863+ cy="70.470253"
3864+ fx="40.875"
3865+ fy="70.470253"
3866+ r="12.375" />
3867+ <radialGradient
3868+ inkscape:collect="always"
3869+ xlink:href="#linearGradient4040-4"
3870+ id="radialGradient3821"
3871+ gradientUnits="userSpaceOnUse"
3872+ gradientTransform="matrix(0.98995308,0,0,0.86245526,0.53675928,1229.3024)"
3873+ cx="40.875"
3874+ cy="70.131409"
3875+ fx="40.875"
3876+ fy="70.131409"
3877+ r="8.96875" />
3878+ <linearGradient
3879+ inkscape:collect="always"
3880+ xlink:href="#linearGradient3855-8"
3881+ id="linearGradient3823"
3882+ gradientUnits="userSpaceOnUse"
3883+ gradientTransform="matrix(1.053222,0,0,1.0533407,-6.3661329,248.40032)"
3884+ x1="44.5"
3885+ y1="986.21332"
3886+ x2="44.5"
3887+ y2="999.17993" />
3888+ <linearGradient
3889+ inkscape:collect="always"
3890+ xlink:href="#linearGradient3855-8"
3891+ id="linearGradient3825"
3892+ gradientUnits="userSpaceOnUse"
3893+ x1="44.5"
3894+ y1="85.999992"
3895+ x2="44.5"
3896+ y2="57.24781" />
3897+ <radialGradient
3898+ inkscape:collect="always"
3899+ xlink:href="#linearGradient3910-43"
3900+ id="radialGradient3827"
3901+ gradientUnits="userSpaceOnUse"
3902+ gradientTransform="matrix(1.3499046,2.2689076e-7,-3.3330979e-8,0.20168066,-22.393867,1063.3858)"
3903+ cx="64"
3904+ cy="954.36218"
3905+ fx="64"
3906+ fy="954.36218"
3907+ r="59.5" />
3908+ <radialGradient
3909+ inkscape:collect="always"
3910+ xlink:href="#linearGradient3910-43"
3911+ id="radialGradient3829"
3912+ gradientUnits="userSpaceOnUse"
3913+ gradientTransform="matrix(1.3499046,2.2689076e-7,-3.3330979e-8,0.20168066,-22.389665,1124.3858)"
3914+ cx="64"
3915+ cy="954.36218"
3916+ fx="64"
3917+ fy="954.36218"
3918+ r="59.5" />
3919+ <radialGradient
3920+ inkscape:collect="always"
3921+ xlink:href="#linearGradient3134-1"
3922+ id="radialGradient3831"
3923+ gradientUnits="userSpaceOnUse"
3924+ gradientTransform="matrix(0,-0.42016939,-1.5165612,0,1511.3527,1283.7531)"
3925+ cx="64"
3926+ cy="954.36218"
3927+ fx="64"
3928+ fy="954.36218"
3929+ r="59.5" />
3930+ <radialGradient
3931+ inkscape:collect="always"
3932+ xlink:href="#linearGradient3910-43"
3933+ id="radialGradient4611"
3934+ gradientUnits="userSpaceOnUse"
3935+ gradientTransform="matrix(1.9062262,0,0,0.14814815,-19.750158,1592.5583)"
3936+ cx="16.131432"
3937+ cy="12.177969"
3938+ fx="16.131432"
3939+ fy="12.177969"
3940+ r="13.5" />
3941+ <radialGradient
3942+ inkscape:collect="always"
3943+ xlink:href="#linearGradient3910-43"
3944+ id="radialGradient4616"
3945+ gradientUnits="userSpaceOnUse"
3946+ gradientTransform="matrix(1.9062262,0,0,-0.14814815,-19.750158,1612.6665)"
3947+ cx="16.131432"
3948+ cy="12.177969"
3949+ fx="16.131432"
3950+ fy="12.177969"
3951+ r="13.5" />
3952+ <radialGradient
3953+ inkscape:collect="always"
3954+ xlink:href="#linearGradient3910-43"
3955+ id="radialGradient4621"
3956+ gradientUnits="userSpaceOnUse"
3957+ gradientTransform="matrix(1.037037,1.2825003e-8,0,0.14814815,1.0635797,1621.4583)"
3958+ cx="6.6886916"
3959+ cy="26.352316"
3960+ fx="6.6886916"
3961+ fy="26.352316"
3962+ r="13.5" />
3963+ <radialGradient
3964+ inkscape:collect="always"
3965+ xlink:href="#linearGradient3910-43"
3966+ id="radialGradient4626"
3967+ gradientUnits="userSpaceOnUse"
3968+ gradientTransform="matrix(1.037037,1.2825003e-8,0,0.14814815,1.0635797,1632.4583)"
3969+ cx="6.6886916"
3970+ cy="26.352316"
3971+ fx="6.6886916"
3972+ fy="26.352316"
3973+ r="13.5" />
3974+ </defs>
3975+ <sodipodi:namedview
3976+ id="base"
3977+ pagecolor="#ffffff"
3978+ bordercolor="#666666"
3979+ borderopacity="1.0"
3980+ inkscape:pageopacity="0.0"
3981+ inkscape:pageshadow="2"
3982+ inkscape:zoom="2"
3983+ inkscape:cx="98.743438"
3984+ inkscape:cy="-36.62807"
3985+ inkscape:document-units="px"
3986+ inkscape:current-layer="layer1"
3987+ showgrid="false"
3988+ inkscape:snap-bbox="true"
3989+ inkscape:bbox-paths="true"
3990+ inkscape:bbox-nodes="true"
3991+ inkscape:snap-bbox-edge-midpoints="true"
3992+ inkscape:snap-bbox-midpoints="true"
3993+ inkscape:object-paths="true"
3994+ inkscape:snap-intersection-paths="true"
3995+ inkscape:object-nodes="true"
3996+ inkscape:snap-smooth-nodes="true"
3997+ inkscape:snap-midpoints="true"
3998+ inkscape:snap-object-midpoints="true"
3999+ inkscape:snap-center="true"
4000+ inkscape:snap-page="true"
4001+ showguides="true"
4002+ inkscape:guide-bbox="true"
4003+ inkscape:window-width="1680"
4004+ inkscape:window-height="1004"
4005+ inkscape:window-x="-2"
4006+ inkscape:window-y="23"
4007+ inkscape:window-maximized="1"
4008+ inkscape:showpageshadow="false"
4009+ inkscape:snap-global="true"
4010+ fit-margin-top="0"
4011+ fit-margin-left="0"
4012+ fit-margin-right="0"
4013+ fit-margin-bottom="0">
4014+ <inkscape:grid
4015+ type="xygrid"
4016+ id="grid2982"
4017+ empspacing="5"
4018+ visible="true"
4019+ enabled="true"
4020+ snapvisiblegridlinesonly="true"
4021+ originx="-2.9432117e-19px"
4022+ originy="299.9997px" />
4023+ </sodipodi:namedview>
4024+ <metadata
4025+ id="metadata7">
4026+ <rdf:RDF>
4027+ <cc:Work
4028+ rdf:about="">
4029+ <dc:format>image/svg+xml</dc:format>
4030+ <dc:type
4031+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
4032+ <dc:title></dc:title>
4033+ </cc:Work>
4034+ </rdf:RDF>
4035+ </metadata>
4036+ <g
4037+ inkscape:label="camada"
4038+ inkscape:groupmode="layer"
4039+ id="layer1"
4040+ transform="translate(0,-1224.3622)">
4041+ <g
4042+ inkscape:export-ydpi="90"
4043+ inkscape:export-xdpi="90"
4044+ inkscape:label="#g7153"
4045+ id="scalable"
4046+ inkscape:export-filename="scalable.png">
4047+ <rect
4048+ y="1224.3622"
4049+ x="0"
4050+ height="128"
4051+ width="128"
4052+ id="rect3681"
4053+ style="opacity:0.00100002;fill:#e6e6e6;stroke:none" />
4054+ <path
4055+ sodipodi:end="4.712389"
4056+ sodipodi:start="1.5707963"
4057+ transform="translate(0.25,1215.8622)"
4058+ d="m 10,123 c -2.7614236,0 -4.9999999,-2.23858 -5,-5 -1e-7,-2.76142 2.2385761,-5 4.9999999,-5 0,0 10e-8,0 10e-8,0 l 0,5 z"
4059+ sodipodi:ry="5"
4060+ sodipodi:rx="5"
4061+ sodipodi:cy="118"
4062+ sodipodi:cx="10"
4063+ id="path3683"
4064+ style="fill:url(#radialGradient3767);fill-opacity:1;fill-rule:nonzero;stroke:none"
4065+ sodipodi:type="arc" />
4066+ <path
4067+ style="fill:url(#linearGradient3769);fill-opacity:1;fill-rule:nonzero;stroke:none"
4068+ d="m 10.25,1328.8623 108,0 0,5 -108,0 z"
4069+ id="path3685"
4070+ inkscape:connector-curvature="0"
4071+ sodipodi:nodetypes="ccccc" />
4072+ <path
4073+ style="fill:url(#linearGradient3771);fill-opacity:1;fill-rule:nonzero;stroke:none"
4074+ d="m 10.25,1338.8623 108,0 0,-5 -108,0 z"
4075+ id="path3687"
4076+ inkscape:connector-curvature="0"
4077+ sodipodi:nodetypes="ccccc" />
4078+ <path
4079+ sodipodi:type="arc"
4080+ style="fill:url(#radialGradient3773);fill-opacity:1;fill-rule:nonzero;stroke:none"
4081+ id="path3689"
4082+ sodipodi:cx="10"
4083+ sodipodi:cy="118"
4084+ sodipodi:rx="5"
4085+ sodipodi:ry="5"
4086+ d="m 10,123 c -2.7614236,0 -4.9999999,-2.23858 -5,-5 -1e-7,-2.76142 2.2385761,-5 4.9999999,-5 0,0 10e-8,0 10e-8,0 l 0,5 z"
4087+ transform="matrix(-1,0,0,1,128.25,1215.8622)"
4088+ sodipodi:start="1.5707963"
4089+ sodipodi:end="4.712389" />
4090+ <path
4091+ inkscape:connector-curvature="0"
4092+ style="fill:url(#radialGradient3775);fill-opacity:1;fill-rule:nonzero;stroke:none"
4093+ d="m 9,1331.3622 c -2.216,0 -4,-1.784 -4,-4 l 0,-11 118,0 0,11 c 0,2.216 -1.784,4 -4,4 l -110,0 z m 5,-4 9,0 0,-7 -9,0 0,7 z m 13,0 9,0 0,-7 -9,0 0,7 z m 13,0 9,0 0,-7 -9,0 0,7 z m 13,0 9,0 0,-7 -9,0 0,7 z m 13,0 9,0 0,-7 -9,0 0,7 z m 13,0 9,0 0,-7 -9,0 0,7 z m 13,0 9,0 0,-7 -9,0 0,7 z m 13,0 9,0 0,-7 -9,0 0,7 z"
4094+ id="path3691" />
4095+ <path
4096+ style="fill:url(#radialGradient3777);fill-opacity:1;fill-rule:nonzero;stroke:none"
4097+ d="m 5,1255.3622 0,63 118,0 0,-63 z"
4098+ id="path3693"
4099+ inkscape:connector-curvature="0"
4100+ sodipodi:nodetypes="ccccc" />
4101+ <path
4102+ inkscape:connector-curvature="0"
4103+ style="fill:url(#radialGradient3779);fill-opacity:1;fill-rule:nonzero;stroke:none"
4104+ d="m 9,1333.3622 c -2.216,0 -4,-1.784 -4,-4 l 0,-11 118,0 0,11 c 0,2.216 -1.784,4 -4,4 l -110,0 z m 5,-4 9,0 0,-7 -9,0 0,7 z m 13,0 9,0 0,-7 -9,0 0,7 z m 13,0 9,0 0,-7 -9,0 0,7 z m 13,0 9,0 0,-7 -9,0 0,7 z m 13,0 9,0 0,-7 -9,0 0,7 z m 13,0 9,0 0,-7 -9,0 0,7 z m 13,0 9,0 0,-7 -9,0 0,7 z m 13,0 9,0 0,-7 -9,0 0,7 z"
4105+ id="path3695" />
4106+ <path
4107+ sodipodi:nodetypes="cc"
4108+ inkscape:connector-curvature="0"
4109+ style="fill:none;stroke:url(#radialGradient3781);stroke-width:1;stroke-linecap:square"
4110+ d="m 5.4957983,1317.8622 117.0084017,0"
4111+ id="path3697" />
4112+ <g
4113+ transform="matrix(1,0,0,-1,-40,2265.7245)"
4114+ id="g3699">
4115+ <path
4116+ inkscape:connector-curvature="0"
4117+ id="path3701"
4118+ d="m 63,936.36224 0,7 -9,0 0,-7 m 22,0 0,7 -9,0 0,-7 m 22,0 0,7 -9,0 0,-7 m 22,0 0,7 -9,0 0,-7 m 22,0 0,7 -9,0 0,-7 m 22,0 0,7 -9,0 0,-7 m 22,0 0,7 -9,0 0,-7 m 22,0 0,7 -9,0 0,-7"
4119+ style="fill:none;stroke:url(#radialGradient3783)"
4120+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccc" />
4121+ <path
4122+ style="fill:none;stroke:url(#radialGradient3785)"
4123+ d="m 54,936.36224 9,0 m 4,0 9,0 m 4,0 9,0 m 4,0 9,0 m 4,0 9,0 m 4,0 9,0 m 4,0 9,0 m 4,0 9,0"
4124+ id="path3703"
4125+ inkscape:connector-curvature="0"
4126+ sodipodi:nodetypes="cccccccccccccccc" />
4127+ </g>
4128+ <path
4129+ inkscape:connector-curvature="0"
4130+ style="fill:url(#radialGradient3787);fill-opacity:1;fill-rule:nonzero;stroke:none"
4131+ d="m 7,1257.3622 0,59 38.25,0 37.59375,-59 -75.84375,0 z"
4132+ id="path3705" />
4133+ <path
4134+ inkscape:connector-curvature="0"
4135+ style="fill:url(#radialGradient3789);fill-opacity:1;fill-rule:nonzero;stroke:none"
4136+ d="m 9,1238.3622 c -2.216,0 -4,1.784 -4,4 l 0,11 118,0 0,-11 c 0,-2.216 -1.784,-4 -4,-4 l -110,0 z m 5,4 9,0 0,7 -9,0 0,-7 z m 13,0 9,0 0,7 -9,0 0,-7 z m 13,0 9,0 0,7 -9,0 0,-7 z m 13,0 9,0 0,7 -9,0 0,-7 z m 13,0 9,0 0,7 -9,0 0,-7 z m 13,0 9,0 0,7 -9,0 0,-7 z m 13,0 9,0 0,7 -9,0 0,-7 z m 13,0 9,0 0,7 -9,0 0,-7 z"
4137+ id="path3707" />
4138+ <path
4139+ id="path3709"
4140+ d="m 9,1240.3622 c -2.216,0 -4,1.784 -4,4 l 0,11 118,0 0,-11 c 0,-2.216 -1.784,-4 -4,-4 l -110,0 z m 5,4 9,0 0,7 -9,0 0,-7 z m 13,0 9,0 0,7 -9,0 0,-7 z m 13,0 9,0 0,7 -9,0 0,-7 z m 13,0 9,0 0,7 -9,0 0,-7 z m 13,0 9,0 0,7 -9,0 0,-7 z m 13,0 9,0 0,7 -9,0 0,-7 z m 13,0 9,0 0,7 -9,0 0,-7 z m 13,0 9,0 0,7 -9,0 0,-7 z"
4141+ style="fill:url(#radialGradient3791);fill-opacity:1;fill-rule:nonzero;stroke:none"
4142+ inkscape:connector-curvature="0" />
4143+ <path
4144+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccc"
4145+ style="fill:none;stroke:url(#radialGradient3793)"
4146+ d="m 23,1251.3622 0,-7 -9,0 0,7 m 22,0 0,-7 -9,0 0,7 m 22,0 0,-7 -9,0 0,7 m 22,0 0,-7 -9,0 0,7 m 22,0 0,-7 -9,0 0,7 m 22,0 0,-7 -9,0 0,7 m 22,0 0,-7 -9,0 0,7 m 22,0 0,-7 -9,0 0,7"
4147+ id="path3711"
4148+ inkscape:connector-curvature="0" />
4149+ <path
4150+ sodipodi:nodetypes="cccccccccccccccc"
4151+ inkscape:connector-curvature="0"
4152+ id="path3713"
4153+ d="m 14,1251.3622 9,0 m 4,0 9,0 m 4,0 9,0 m 4,0 9,0 m 4,0 9,0 m 4,0 9,0 m 4,0 9,0 m 4,0 9,0"
4154+ style="fill:none;stroke:url(#radialGradient3795)" />
4155+ <path
4156+ inkscape:connector-curvature="0"
4157+ style="fill:url(#radialGradient3797);fill-opacity:1;fill-rule:nonzero;stroke:none"
4158+ d="m 9,1241.3622 c -1.6792972,0 -3,1.3207 -3,3 l 0,10 78.75,0 1.28125,-2 -7.03125,0 -1,0 0,-1 0,-7 0,-1 1,0 9,0 1,0 0,1 0,3.3438 2,-3.125 0,-0.2188 0,-1 0.78125,0 1.28125,-2 -84.0625,0 z m 4,2 1,0 9,0 1,0 0,1 0,7 0,1 -1,0 -9,0 -1,0 0,-1 0,-7 0,-1 z m 13,0 1,0 9,0 1,0 0,1 0,7 0,1 -1,0 -9,0 -1,0 0,-1 0,-7 0,-1 z m 13,0 1,0 9,0 1,0 0,1 0,7 0,1 -1,0 -9,0 -1,0 0,-1 0,-7 0,-1 z m 13,0 1,0 9,0 1,0 0,1 0,7 0,1 -1,0 -9,0 -1,0 0,-1 0,-7 0,-1 z m 13,0 1,0 9,0 1,0 0,1 0,7 0,1 -1,0 -9,0 -1,0 0,-1 0,-7 0,-1 z m -59,76 0,10 c 0,1.6793 1.3207028,3 3,3 l 26.03125,0 1.28125,-2 -0.3125,0 -9,0 -1,0 0,-1 0,-7 0,-1 1,0 9,0 1,0 0,1 0,6.9375 2,-3.1562 0,-3.7813 0,-1 1,0 2.0625,0 1.25,-2 -37.3125,0 z m 7,2 1,0 9,0 1,0 0,1 0,7 0,1 -1,0 -9,0 -1,0 0,-1 0,-7 0,-1 z"
4159+ id="path3715" />
4160+ <path
4161+ transform="matrix(0.81538359,0,0,0.81538359,22.153903,1233.4546)"
4162+ d="M 55,65.5 C 55,83.449254 40.449254,98 22.5,98 4.5507456,98 -10,83.449254 -10,65.5 -10,47.550746 4.5507456,33 22.5,33 40.449254,33 55,47.550746 55,65.5 z"
4163+ sodipodi:ry="32.5"
4164+ sodipodi:rx="32.5"
4165+ sodipodi:cy="65.5"
4166+ sodipodi:cx="22.5"
4167+ id="path3717"
4168+ style="fill:url(#linearGradient3799);fill-opacity:1;fill-rule:nonzero;stroke:none"
4169+ sodipodi:type="arc" />
4170+ <path
4171+ sodipodi:type="arc"
4172+ style="fill:url(#linearGradient3801);fill-opacity:1;fill-rule:nonzero;stroke:none"
4173+ id="path3719"
4174+ sodipodi:cx="22.5"
4175+ sodipodi:cy="65.5"
4176+ sodipodi:rx="32.5"
4177+ sodipodi:ry="32.5"
4178+ d="M 55,65.5 C 55,83.449254 40.449254,98 22.5,98 4.5507456,98 -10,83.449254 -10,65.5 -10,47.550746 4.5507456,33 22.5,33 40.449254,33 55,47.550746 55,65.5 z"
4179+ transform="matrix(0.57656327,0.57656327,-0.57656327,0.57656327,65.292254,1236.1246)" />
4180+ <path
4181+ sodipodi:type="arc"
4182+ style="fill:none;stroke:url(#linearGradient3803);stroke-width:1.25000155;stroke-miterlimit:4;stroke-dasharray:none"
4183+ id="path3721"
4184+ sodipodi:cx="22.5"
4185+ sodipodi:cy="65.5"
4186+ sodipodi:rx="32.5"
4187+ sodipodi:ry="32.5"
4188+ d="M 55,65.5 C 55,83.449254 40.449254,98 22.5,98 4.5507456,98 -10,83.449254 -10,65.5 -10,47.550746 4.5507456,33 22.5,33 40.449254,33 55,47.550746 55,65.5 z"
4189+ transform="matrix(0.79999898,0,0,0.79999898,22.500056,1234.4623)" />
4190+ <path
4191+ style="font-size:5px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
4192+ d="m 45.635326,1262.8201 -0.466534,2.2705 c -0.03629,0.1687 -0.06021,0.3312 -0.0622,0.4665 0.002,0.1328 0.01294,0.2399 0.0622,0.3422 0.04927,0.1022 0.148314,0.1796 0.248818,0.2488 0.104443,0.067 0.232431,0.1185 0.404329,0.1555 0.145949,0.031 0.283134,0.042 0.404329,0.031 0.120494,-0.01 0.198527,-0.018 0.248818,-0.031 l 0,-0.4043 c -0.03522,0.01 -0.09531,0.017 -0.186613,0.031 -0.08737,0.012 -0.205907,0.029 -0.342125,0 -0.07784,-0.017 -0.132421,-0.061 -0.186613,-0.093 -0.05419,-0.032 -0.09526,-0.071 -0.124409,-0.1245 -0.02844,-0.057 -0.06021,-0.1324 -0.0622,-0.2177 -0.0013,-0.088 0.0039,-0.1845 0.0311,-0.311 l 0.248818,-1.1819 0.96417,0.2177 0.09331,-0.3732 -0.96417,-0.2177 0.155511,-0.7776 -0.466533,-0.031 z m -5.411791,0.2488 c -0.162496,0.01 -0.296907,0.032 -0.435431,0.062 -0.138621,0.027 -0.252083,0.034 -0.311023,0.062 l 0.0622,0.4044 c 0.05572,-0.025 0.136633,-0.07 0.248818,-0.093 0.115404,-0.026 0.251781,-0.027 0.404329,-0.031 0.119383,0 0.237024,0 0.311022,0.031 0.07721,0.031 0.141797,0.097 0.186614,0.1555 0.04472,0.055 0.07455,0.1108 0.09331,0.1866 0.01866,0.072 0.02891,0.1415 0.0311,0.2177 l 0,0.1244 c -0.01337,0 -0.05996,0.01 -0.09331,0 -0.03335,-0.01 -0.04669,-0.026 -0.09331,-0.031 -0.04339,-0.01 -0.105678,0 -0.155511,0 -0.04993,-0.01 -0.109082,-10e-4 -0.155511,0 -0.145915,0 -0.272532,0.029 -0.404329,0.062 -0.131799,0.034 -0.244439,0.059 -0.342125,0.1244 -0.09769,0.066 -0.160956,0.1755 -0.217716,0.2799 -0.05345,0.1045 -0.09739,0.1996 -0.09331,0.3422 0.0043,0.1492 0.04054,0.2996 0.09331,0.4043 0.05277,0.1047 0.12629,0.185 0.217716,0.2488 0.09134,0.06 0.18747,0.098 0.311022,0.1244 0.12355,0.026 0.258415,0.035 0.404329,0.031 0.102802,0 0.208502,-0.018 0.311023,-0.031 0.105929,-0.01 0.221766,-0.018 0.311022,-0.031 0.08926,-0.012 0.148356,-0.019 0.217716,-0.031 0.07258,-0.015 0.147002,-0.023 0.186614,-0.031 l -0.0622,-1.6173 c -0.0042,-0.1459 -0.02564,-0.2859 -0.0622,-0.4043 -0.03667,-0.1218 -0.104564,-0.227 -0.186614,-0.311 -0.07883,-0.087 -0.180368,-0.1439 -0.311022,-0.1866 -0.127436,-0.046 -0.280827,-0.067 -0.466534,-0.062 z m 2.519282,0.093 c -0.164711,0.014 -0.323873,0.047 -0.435432,0.062 l -0.342124,3.3902 0.466533,0.062 0.09331,-1.0264 c 0.05253,0.042 0.140484,0.074 0.248818,0.1244 0.111634,0.051 0.255761,0.079 0.404329,0.093 0.184881,0.018 0.349143,0.021 0.497636,-0.031 0.15179,-0.052 0.262431,-0.1397 0.373227,-0.2488 0.110792,-0.1091 0.214073,-0.2441 0.27992,-0.4043 0.06914,-0.1599 0.105151,-0.334 0.124409,-0.5287 0.02055,-0.208 0.01531,-0.3886 -0.0311,-0.5599 -0.04279,-0.1742 -0.116891,-0.3399 -0.217716,-0.4665 -0.100829,-0.1267 -0.220959,-0.2326 -0.373227,-0.311 -0.152271,-0.079 -0.330651,-0.1048 -0.528738,-0.1245 -0.214597,-0.021 -0.391504,-0.048 -0.55984,-0.031 z m -4.509826,0.062 c -0.117763,0 -0.227172,0.015 -0.342124,0.031 -0.18721,0.027 -0.353104,0.096 -0.497636,0.1866 -0.141717,0.087 -0.254352,0.1746 -0.342125,0.3111 -0.08824,0.1332 -0.150903,0.2939 -0.186614,0.4665 -0.0324,0.1722 -0.0281,0.3628 0,0.5599 0.0281,0.197 0.07955,0.372 0.155512,0.5287 0.07549,0.1534 0.157964,0.27 0.27992,0.3732 0.125239,0.1028 0.271701,0.2051 0.435431,0.2488 0.167014,0.043 0.352925,0.03 0.559841,0 0.06569,-0.01 0.119044,-0.011 0.186613,-0.031 0.07132,-0.017 0.157184,-0.04 0.217716,-0.062 0.061,-0.019 0.108116,-0.042 0.155511,-0.062 0.04692,-0.023 0.06937,-0.042 0.09331,-0.062 l -0.09331,-0.3732 c -0.05209,0.034 -0.122468,0.056 -0.217716,0.093 -0.09526,0.037 -0.220604,0.076 -0.342124,0.093 -0.151082,0.022 -0.293144,0.028 -0.404329,0 -0.111656,-0.031 -0.199244,-0.083 -0.279921,-0.1555 -0.07739,-0.073 -0.137377,-0.1696 -0.186613,-0.2799 -0.04594,-0.1108 -0.07364,-0.2353 -0.09331,-0.3732 -0.04401,-0.3088 -0.01841,-0.5664 0.09331,-0.7465 0.115,-0.1806 0.303658,-0.2745 0.55984,-0.311 0.101814,-0.014 0.188435,-0.038 0.279921,-0.031 0.09477,0.01 0.20627,0.039 0.27992,0.062 l 0.0311,-0.4043 c -0.111189,-0.028 -0.224364,-0.059 -0.342125,-0.062 z m -4.665337,0.2178 -0.435431,0.2177 0.684249,2.2082 c 0.05011,0.1651 0.09157,0.3162 0.155512,0.4355 0.06616,0.1151 0.156128,0.1833 0.248818,0.2488 0.09269,0.065 0.189596,0.1127 0.311022,0.1244 0.123636,0.01 0.267183,-0.011 0.435432,-0.062 0.142851,-0.043 0.272719,-0.087 0.373226,-0.1555 0.101468,-0.065 0.180015,-0.1198 0.217716,-0.1555 l -0.217716,-0.3422 c -0.02789,0.022 -0.08262,0.068 -0.155511,0.1245 -0.07069,0.053 -0.146592,0.084 -0.27992,0.1244 -0.07619,0.023 -0.154795,0.033 -0.217716,0.031 -0.06292,0 -0.135028,0 -0.186613,-0.031 -0.05255,-0.036 -0.08126,-0.1131 -0.124409,-0.1866 -0.0441,-0.077 -0.08682,-0.1562 -0.124409,-0.28 l -0.342125,-1.1508 0.933068,-0.2799 -0.124409,-0.3732 -0.933068,0.2799 -0.217716,-0.7775 z m 9.361776,0.1244 c 0.08021,0 0.203462,0.017 0.342125,0.031 0.247609,0.024 0.427264,0.1034 0.55984,0.2799 0.132574,0.1765 0.185211,0.4149 0.155512,0.7153 -0.01306,0.1321 -0.05548,0.2603 -0.09331,0.3733 -0.03751,0.1096 -0.0876,0.2 -0.155511,0.2799 -0.06759,0.077 -0.148181,0.1466 -0.248818,0.1866 -0.09701,0.037 -0.210067,0.044 -0.342125,0.031 -0.125457,-0.012 -0.240721,-0.04 -0.342125,-0.093 -0.101406,-0.053 -0.16616,-0.1038 -0.217715,-0.1555 l 0.155511,-1.6173 c 0.04752,-0.01 0.109699,-0.029 0.186613,-0.031 z m 4.789746,0.4976 -0.466534,1.3685 c -0.05596,0.1667 -0.08144,0.3165 -0.09331,0.4665 -0.01081,0.1469 0.01737,0.2773 0.0622,0.4044 0.04484,0.127 0.107775,0.2422 0.217716,0.3421 0.110995,0.097 0.27783,0.1854 0.466534,0.2488 0.217006,0.073 0.417895,0.129 0.590942,0.1555 0.176189,0.028 0.295239,0.053 0.404329,0.062 l 0.808659,-2.3949 -0.435432,-0.1555 -0.684249,2.0839 c -0.01784,10e-4 -0.05346,0.01 -0.09331,0 -0.03565,-0.01 -0.07827,-0.022 -0.124409,-0.031 -0.04509,-0.012 -0.104135,-0.017 -0.155511,-0.031 -0.05138,-0.014 -0.108335,-0.046 -0.155511,-0.062 -0.223299,-0.075 -0.353272,-0.1815 -0.404329,-0.3421 -0.05106,-0.1607 -0.007,-0.3855 0.09331,-0.6843 l 0.40433,-1.3063 -0.435432,-0.1244 z m -7.557845,0.4665 c 0.0793,-0.012 0.148076,0 0.217715,0 0.106118,0 0.206579,-0.011 0.27992,0 0.07656,0.01 0.121871,0.015 0.155512,0.031 l 0.0311,0.7776 c -0.056,0.015 -0.131685,0.022 -0.217716,0.031 -0.08282,0 -0.170486,0.028 -0.27992,0.031 -0.182394,0.01 -0.327517,-0.033 -0.435431,-0.093 -0.108016,-0.063 -0.181936,-0.1763 -0.186614,-0.3421 -0.0026,-0.09 0.0206,-0.1635 0.0622,-0.2177 0.0415,-0.058 0.09336,-0.093 0.155511,-0.1244 0.06538,-0.035 0.141727,-0.081 0.217716,-0.093 z m -7.806664,0.1866 c -0.04799,0.01 -0.124568,0.016 -0.186614,0.031 -0.06331,0.012 -0.116645,0.04 -0.186613,0.062 -0.07123,0.019 -0.150296,0.034 -0.217716,0.062 -0.269701,0.1118 -0.455614,0.2761 -0.55984,0.4666 -0.105499,0.1874 -0.118746,0.3795 -0.0311,0.5909 0.04446,0.1073 0.119353,0.1905 0.186613,0.2489 0.06726,0.058 0.13483,0.098 0.217716,0.1244 0.08289,0.027 0.180662,0.025 0.27992,0.031 0.101056,8e-4 0.203837,9e-4 0.311022,0 0.221771,0 0.389482,0.035 0.497636,0.062 0.108153,0.027 0.174531,0.082 0.217716,0.1866 0.04192,0.1011 0.03566,0.1984 -0.0311,0.2799 -0.0637,0.08 -0.198536,0.1454 -0.373227,0.2177 -0.177759,0.074 -0.312923,0.1165 -0.435432,0.1244 -0.12251,0.01 -0.223259,0.029 -0.27992,0.031 l 0.09331,0.3732 c 0.05053,8e-4 0.115319,0.016 0.248818,0 0.134769,-0.013 0.317267,-0.068 0.528738,-0.1555 0.303412,-0.1257 0.506607,-0.2858 0.622045,-0.4665 0.118497,-0.182 0.15366,-0.3703 0.0622,-0.5909 -0.047,-0.1134 -0.121145,-0.2174 -0.186614,-0.28 -0.06674,-0.066 -0.13049,-0.096 -0.217716,-0.1244 -0.08416,-0.03 -0.174531,-0.059 -0.27992,-0.062 -0.106662,-0.01 -0.242048,0 -0.373227,0 -0.09851,0 -0.176093,0 -0.248818,0 -0.07272,0 -0.131007,-0.018 -0.186613,-0.031 -0.05382,-0.017 -0.117542,-0.031 -0.155512,-0.062 -0.03489,-0.032 -0.04061,-0.072 -0.0622,-0.1244 -0.04192,-0.1011 -0.03873,-0.1971 0.0311,-0.2799 0.06855,-0.086 0.160394,-0.1371 0.27992,-0.1866 0.137915,-0.057 0.263723,-0.1114 0.373227,-0.1244 0.108234,-0.016 0.192685,0 0.248818,0 l -0.0622,-0.4043 c -0.02834,9e-4 -0.07336,-0.01 -0.124409,0 z m 18.319222,0.5288 -1.057476,2.2394 0.435432,0.1866 0.901965,-1.9595 c 0.02686,0 0.07329,0.011 0.155511,0.031 0.08662,0.018 0.17058,0.057 0.248818,0.093 0.120365,0.056 0.213068,0.1026 0.27992,0.1555 0.07125,0.051 0.127992,0.097 0.155511,0.1244 l 0.248818,-0.3421 c -0.01527,-0.014 -0.05699,-0.038 -0.09331,-0.062 -0.03192,-0.026 -0.05097,-0.035 -0.09331,-0.062 -0.04095,-0.03 -0.07766,-0.068 -0.124409,-0.093 -0.04235,-0.027 -0.0883,-0.045 -0.124409,-0.062 -0.183563,-0.085 -0.365926,-0.1513 -0.528738,-0.1866 -0.16142,-0.038 -0.288266,-0.052 -0.40433,-0.062 z m -20.589686,0.4665 -0.404329,0.2177 1.057476,1.8973 c -0.01123,0.014 -0.03072,0.037 -0.0622,0.062 -0.03022,0.021 -0.05603,0.034 -0.09331,0.062 -0.0389,0.026 -0.07972,0.064 -0.124409,0.093 -0.04469,0.029 -0.112098,0.069 -0.155511,0.093 -0.20548,0.1151 -0.375418,0.1321 -0.528738,0.062 -0.153322,-0.07 -0.312451,-0.2538 -0.466534,-0.5288 l -0.653147,-1.1818 -0.40433,0.2177 0.715352,1.2752 c 0.08596,0.1534 0.176721,0.2948 0.27992,0.4043 0.101579,0.1066 0.217871,0.1968 0.342125,0.2488 0.124253,0.053 0.256478,0.046 0.404329,0.031 0.14623,-0.017 0.292889,-0.058 0.466534,-0.1555 0.199689,-0.1119 0.36174,-0.2317 0.497636,-0.3421 0.138787,-0.112 0.262493,-0.2049 0.342125,-0.28 l -1.212988,-2.1771 z m 23.108968,0.7154 c -0.151256,-0.026 -0.28338,-0.01 -0.435431,0.031 -0.152055,0.04 -0.320483,0.1044 -0.466534,0.2177 -0.144336,0.1104 -0.285866,0.2706 -0.404329,0.4665 -0.101296,0.1675 -0.174451,0.33 -0.217716,0.4977 -0.03871,0.1665 -0.02903,0.3404 0,0.4976 0.02903,0.1571 0.08356,0.2917 0.186614,0.4354 0.107601,0.1426 0.273495,0.2876 0.466534,0.4043 0.153291,0.093 0.299032,0.143 0.435431,0.1867 0.139234,0.045 0.247305,0.089 0.311022,0.093 l 0.124409,-0.3733 c -0.06199,-0.01 -0.13685,-0.029 -0.248818,-0.062 -0.107416,-0.034 -0.234128,-0.1025 -0.373227,-0.1866 -0.246974,-0.1494 -0.391151,-0.308 -0.435431,-0.4976 -0.04428,-0.1896 0.0024,-0.4129 0.124409,-0.6532 l 1.492908,0.9331 c 0.01657,-0.021 0.04675,-0.068 0.0622,-0.093 l 0.0311,-0.062 c 0.230055,-0.3804 0.327295,-0.7146 0.27992,-0.9953 -0.04566,-0.2835 -0.199567,-0.504 -0.497636,-0.6842 -0.127747,-0.077 -0.28418,-0.13 -0.435432,-0.1555 z m -26.374704,0.2177 -0.373227,0.2799 1.337397,1.835 c 0.174905,0.2379 0.264304,0.4583 0.248818,0.6221 -0.01746,0.1611 -0.118577,0.2939 -0.311023,0.4354 -0.133643,0.098 -0.250906,0.1625 -0.373227,0.1866 -0.121613,0.019 -0.225419,0.03 -0.311022,0.031 l 0.0622,0.4355 c 0.04442,0.01 0.09042,-0.024 0.155512,-0.031 0.06312,-0.01 0.138551,-0.01 0.217715,-0.031 0.07719,-0.024 0.164151,-0.052 0.248818,-0.093 0.08931,-0.041 0.189042,-0.089 0.279921,-0.1556 0.17908,-0.1316 0.290997,-0.2697 0.373226,-0.4043 0.08294,-0.1392 0.148943,-0.2988 0.155512,-0.4354 0.0073,-0.1413 -0.03553,-0.2698 -0.09331,-0.4044 -0.05511,-0.1365 -0.119453,-0.2706 -0.217716,-0.4043 l -1.399601,-1.8661 z m 26.3125,0.1866 c 0.09329,0.01 0.189082,0.038 0.27992,0.093 0.161807,0.098 0.259467,0.233 0.27992,0.4043 0.025,0.1702 -0.01341,0.3205 -0.124409,0.4977 l -1.119681,-0.6532 c 0.05487,-0.072 0.116427,-0.1283 0.186614,-0.1866 0.07302,-0.057 0.16622,-0.097 0.248818,-0.1244 0.0826,-0.028 0.160079,-0.038 0.248818,-0.031 z m 2.643691,0.2488 -0.528738,0.7465 c -0.166543,0.2234 -0.314592,0.4266 -0.435432,0.622 -0.11886,0.1928 -0.231247,0.3922 -0.342125,0.591 l 0.217716,0.1866 c 0.158757,-0.1631 0.315753,-0.3287 0.466534,-0.4977 0.152759,-0.1716 0.299991,-0.3675 0.466534,-0.5909 l 0.55984,-0.7776 -0.404329,-0.2799 z m -1.741726,2.3638 c -0.08753,0.017 -0.16419,0.053 -0.217716,0.1244 -0.05353,0.072 -0.07046,0.1599 -0.0622,0.2488 0.0083,0.089 0.04195,0.1563 0.124409,0.2177 0.08246,0.062 0.192386,0.08 0.27992,0.062 0.08753,-0.017 0.133078,-0.053 0.186613,-0.1244 0.05354,-0.072 0.101568,-0.1599 0.09331,-0.2488 -0.0083,-0.089 -0.07305,-0.1563 -0.155511,-0.2177 -0.08246,-0.062 -0.161284,-0.08 -0.248818,-0.062 z"
4193+ id="path3723"
4194+ inkscape:connector-curvature="0" />
4195+ <path
4196+ id="path3725"
4197+ d="m 45.635326,1262.3225 -0.466534,2.2705 c -0.03629,0.1686 -0.06021,0.3312 -0.0622,0.4665 0.002,0.1328 0.01294,0.2399 0.0622,0.3421 0.04927,0.1022 0.148314,0.1797 0.248818,0.2488 0.104443,0.067 0.232431,0.1185 0.404329,0.1555 0.145949,0.031 0.283134,0.042 0.404329,0.031 0.120494,-0.01 0.198527,-0.018 0.248818,-0.031 l 0,-0.4043 c -0.03522,0.01 -0.09531,0.017 -0.186613,0.031 -0.08737,0.012 -0.205907,0.029 -0.342125,0 -0.07784,-0.017 -0.132421,-0.061 -0.186613,-0.093 -0.05419,-0.032 -0.09526,-0.071 -0.124409,-0.1244 -0.02844,-0.057 -0.06021,-0.1324 -0.0622,-0.2177 -0.0013,-0.089 0.0039,-0.1845 0.0311,-0.311 l 0.248818,-1.1819 0.96417,0.2177 0.09331,-0.3732 -0.96417,-0.2177 0.155511,-0.7776 -0.466533,-0.031 z m -5.411791,0.2488 c -0.162496,0 -0.296907,0.032 -0.435431,0.062 -0.138621,0.027 -0.252083,0.034 -0.311023,0.062 l 0.0622,0.4043 c 0.05572,-0.025 0.136633,-0.07 0.248818,-0.093 0.115404,-0.026 0.251781,-0.027 0.404329,-0.031 0.119383,0 0.237024,0 0.311022,0.031 0.07721,0.031 0.141797,0.097 0.186614,0.1555 0.04472,0.055 0.07455,0.1108 0.09331,0.1866 0.01866,0.073 0.02891,0.1415 0.0311,0.2178 l 0,0.1244 c -0.01337,0 -0.05996,0.01 -0.09331,0 -0.03335,-0.01 -0.04669,-0.026 -0.09331,-0.031 -0.04339,-0.01 -0.105678,0 -0.155511,0 -0.04993,-0.01 -0.109082,0 -0.155511,0 -0.145915,0 -0.272532,0.029 -0.404329,0.062 -0.131799,0.034 -0.244439,0.059 -0.342125,0.1244 -0.09769,0.066 -0.160956,0.1754 -0.217716,0.2799 -0.05345,0.1044 -0.09739,0.1995 -0.09331,0.3421 0.0043,0.1493 0.04054,0.2997 0.09331,0.4044 0.05277,0.1047 0.12629,0.185 0.217716,0.2488 0.09134,0.06 0.18747,0.098 0.311022,0.1244 0.12355,0.026 0.258415,0.035 0.404329,0.031 0.102802,0 0.208502,-0.018 0.311023,-0.031 0.105929,-0.01 0.221766,-0.019 0.311022,-0.031 0.08926,-0.012 0.148356,-0.019 0.217716,-0.031 0.07258,-0.015 0.147002,-0.023 0.186614,-0.031 l -0.0622,-1.6173 c -0.0042,-0.1459 -0.02564,-0.2859 -0.0622,-0.4043 -0.03667,-0.1218 -0.104564,-0.2271 -0.186614,-0.3111 -0.07883,-0.087 -0.180368,-0.1438 -0.311022,-0.1866 -0.127436,-0.046 -0.280827,-0.067 -0.466534,-0.062 z m 2.519282,0.093 c -0.164711,0.014 -0.323873,0.047 -0.435432,0.062 l -0.342124,3.3902 0.466533,0.062 0.09331,-1.0264 c 0.05253,0.042 0.140484,0.074 0.248818,0.1244 0.111634,0.051 0.255761,0.079 0.404329,0.093 0.184881,0.018 0.349143,0.021 0.497636,-0.031 0.15179,-0.052 0.262431,-0.1398 0.373227,-0.2488 0.110792,-0.1091 0.214073,-0.2442 0.27992,-0.4044 0.06914,-0.1598 0.105151,-0.3339 0.124409,-0.5287 0.02055,-0.208 0.01531,-0.3886 -0.0311,-0.5598 -0.04279,-0.1743 -0.116891,-0.3399 -0.217716,-0.4666 -0.100829,-0.1266 -0.220959,-0.2326 -0.373227,-0.311 -0.152271,-0.078 -0.330651,-0.1048 -0.528738,-0.1244 -0.214597,-0.021 -0.391504,-0.048 -0.55984,-0.031 z m -4.509826,0.062 c -0.117763,0 -0.227172,0.015 -0.342124,0.031 -0.18721,0.027 -0.353104,0.096 -0.497636,0.1866 -0.141717,0.087 -0.254352,0.1745 -0.342125,0.311 -0.08824,0.1333 -0.150903,0.2939 -0.186614,0.4666 -0.0324,0.1722 -0.0281,0.3628 0,0.5598 0.0281,0.1971 0.07955,0.372 0.155512,0.5288 0.07549,0.1534 0.157964,0.2699 0.27992,0.3732 0.125239,0.1028 0.271701,0.2051 0.435431,0.2488 0.167014,0.043 0.352925,0.029 0.559841,0 0.06569,-0.01 0.119044,-0.011 0.186613,-0.031 0.07132,-0.017 0.157184,-0.04 0.217716,-0.062 0.061,-0.019 0.108116,-0.042 0.155511,-0.062 0.04692,-0.023 0.06937,-0.042 0.09331,-0.062 l -0.09331,-0.3732 c -0.05209,0.034 -0.122468,0.056 -0.217716,0.093 -0.09526,0.037 -0.220604,0.076 -0.342124,0.093 -0.151082,0.022 -0.293144,0.028 -0.404329,0 -0.111656,-0.031 -0.199244,-0.083 -0.279921,-0.1555 -0.07739,-0.073 -0.137377,-0.1697 -0.186613,-0.28 -0.04594,-0.1107 -0.07364,-0.2352 -0.09331,-0.3732 -0.04401,-0.3087 -0.01841,-0.5663 0.09331,-0.7464 0.115,-0.1806 0.303658,-0.2745 0.55984,-0.3111 0.101814,-0.014 0.188435,-0.038 0.279921,-0.031 0.09477,0.01 0.20627,0.039 0.27992,0.062 l 0.0311,-0.4043 c -0.111189,-0.028 -0.224364,-0.059 -0.342125,-0.062 z m -4.665337,0.2177 -0.435431,0.2177 0.684249,2.2083 c 0.05011,0.1651 0.09157,0.3162 0.155512,0.4354 0.06616,0.1152 0.156128,0.1834 0.248818,0.2489 0.09269,0.066 0.189596,0.1127 0.311022,0.1244 0.123636,0.01 0.267183,-0.011 0.435432,-0.062 0.142851,-0.043 0.272719,-0.087 0.373226,-0.1555 0.101468,-0.065 0.180015,-0.1198 0.217716,-0.1556 l -0.217716,-0.3421 c -0.02789,0.022 -0.08262,0.068 -0.155511,0.1244 -0.07069,0.053 -0.146592,0.084 -0.27992,0.1244 -0.07619,0.023 -0.154795,0.033 -0.217716,0.031 -0.06292,0 -0.135028,0 -0.186613,-0.031 -0.05255,-0.036 -0.08126,-0.113 -0.124409,-0.1866 -0.0441,-0.077 -0.08682,-0.1561 -0.124409,-0.2799 l -0.342125,-1.1508 0.933068,-0.2799 -0.124409,-0.3732 -0.933068,0.2799 -0.217716,-0.7776 z m 9.361776,0.1244 c 0.08021,0 0.203462,0.017 0.342125,0.031 0.247609,0.024 0.427264,0.1035 0.55984,0.28 0.132574,0.1764 0.185211,0.4149 0.155512,0.7153 -0.01306,0.1321 -0.05548,0.2603 -0.09331,0.3732 -0.03751,0.1097 -0.0876,0.2 -0.155511,0.2799 -0.06759,0.077 -0.148181,0.1467 -0.248818,0.1867 -0.09701,0.037 -0.210067,0.044 -0.342125,0.031 -0.125457,-0.012 -0.240721,-0.04 -0.342125,-0.093 -0.101406,-0.053 -0.16616,-0.1038 -0.217715,-0.1555 l 0.155511,-1.6174 c 0.04752,-0.01 0.109699,-0.029 0.186613,-0.031 z m 4.789746,0.4977 -0.466534,1.3685 c -0.05596,0.1667 -0.08144,0.3165 -0.09331,0.4665 -0.01081,0.1469 0.01737,0.2773 0.0622,0.4043 0.04484,0.1271 0.107775,0.2423 0.217716,0.3422 0.110995,0.097 0.27783,0.1854 0.466534,0.2488 0.217006,0.073 0.417895,0.1289 0.590942,0.1555 0.176189,0.028 0.295239,0.053 0.404329,0.062 l 0.808659,-2.3949 -0.435432,-0.1555 -0.684249,2.0838 c -0.01784,10e-4 -0.05346,0.01 -0.09331,0 -0.03565,-0.01 -0.07827,-0.022 -0.124409,-0.031 -0.04509,-0.012 -0.104135,-0.017 -0.155511,-0.031 -0.05138,-0.014 -0.108335,-0.046 -0.155511,-0.062 -0.223299,-0.075 -0.353272,-0.1815 -0.404329,-0.3421 -0.05106,-0.1606 -0.007,-0.3855 0.09331,-0.6842 l 0.40433,-1.3063 -0.435432,-0.1244 z m -7.557845,0.4665 c 0.0793,-0.012 0.148076,0 0.217715,0 0.106118,0 0.206579,-0.011 0.27992,0 0.07656,0.01 0.121871,0.015 0.155512,0.031 l 0.0311,0.7776 c -0.056,0.015 -0.131685,0.022 -0.217716,0.031 -0.08282,0 -0.170486,0.028 -0.27992,0.031 -0.182394,0 -0.327517,-0.033 -0.435431,-0.093 -0.108016,-0.063 -0.181936,-0.1763 -0.186614,-0.3422 -0.0026,-0.09 0.0206,-0.1634 0.0622,-0.2177 0.0415,-0.058 0.09336,-0.093 0.155511,-0.1244 0.06538,-0.035 0.141727,-0.081 0.217716,-0.093 z m -7.806664,0.1866 c -0.04799,0 -0.124568,0.016 -0.186614,0.031 -0.06331,0.012 -0.116645,0.04 -0.186613,0.062 -0.07123,0.019 -0.150296,0.034 -0.217716,0.062 -0.269701,0.1118 -0.455614,0.2761 -0.55984,0.4665 -0.105499,0.1874 -0.118746,0.3795 -0.0311,0.591 0.04446,0.1073 0.119353,0.1905 0.186613,0.2488 0.06726,0.058 0.13483,0.098 0.217716,0.1244 0.08289,0.027 0.180662,0.025 0.27992,0.031 0.101056,8e-4 0.203837,10e-4 0.311022,0 0.221771,0 0.389482,0.035 0.497636,0.062 0.108153,0.027 0.174531,0.082 0.217716,0.1866 0.04192,0.1012 0.03566,0.1984 -0.0311,0.28 -0.0637,0.08 -0.198536,0.1453 -0.373227,0.2177 -0.177759,0.074 -0.312923,0.1164 -0.435432,0.1244 -0.12251,0.01 -0.223259,0.029 -0.27992,0.031 l 0.09331,0.3732 c 0.05053,7e-4 0.115319,0.016 0.248818,0 0.134769,-0.013 0.317267,-0.068 0.528738,-0.1555 0.303412,-0.1258 0.506607,-0.2858 0.622045,-0.4665 0.118497,-0.182 0.15366,-0.3703 0.0622,-0.591 -0.047,-0.1134 -0.121145,-0.2173 -0.186614,-0.2799 -0.06674,-0.066 -0.13049,-0.096 -0.217716,-0.1244 -0.08416,-0.03 -0.174531,-0.059 -0.27992,-0.062 -0.106662,-0.01 -0.242048,0 -0.373227,0 -0.09851,0.01 -0.176093,0 -0.248818,0 -0.07272,0 -0.131007,-0.018 -0.186613,-0.031 -0.05382,-0.017 -0.117542,-0.031 -0.155512,-0.062 -0.03489,-0.032 -0.04061,-0.072 -0.0622,-0.1244 -0.04192,-0.1012 -0.03873,-0.1971 0.0311,-0.2799 0.06855,-0.086 0.160394,-0.1371 0.27992,-0.1867 0.137915,-0.057 0.263723,-0.1113 0.373227,-0.1244 0.108234,-0.016 0.192685,-0.01 0.248818,0 l -0.0622,-0.4043 c -0.02834,0 -0.07336,-0.01 -0.124409,0 z m 18.319222,0.5288 -1.057476,2.2393 0.435432,0.1866 0.901965,-1.9594 c 0.02686,0.01 0.07329,0.011 0.155511,0.031 0.08662,0.018 0.17058,0.057 0.248818,0.093 0.120365,0.056 0.213068,0.1026 0.27992,0.1555 0.07125,0.051 0.127992,0.097 0.155511,0.1244 l 0.248818,-0.3421 c -0.01527,-0.014 -0.05699,-0.038 -0.09331,-0.062 -0.03192,-0.026 -0.05097,-0.035 -0.09331,-0.062 -0.04095,-0.03 -0.07766,-0.068 -0.124409,-0.093 -0.04235,-0.027 -0.0883,-0.046 -0.124409,-0.062 -0.183563,-0.085 -0.365926,-0.1513 -0.528738,-0.1866 -0.16142,-0.038 -0.288266,-0.052 -0.40433,-0.062 z m -20.589686,0.4665 -0.404329,0.2177 1.057476,1.8972 c -0.01123,0.014 -0.03072,0.037 -0.0622,0.062 -0.03022,0.021 -0.05603,0.034 -0.09331,0.062 -0.0389,0.026 -0.07972,0.064 -0.124409,0.093 -0.04469,0.029 -0.112098,0.069 -0.155511,0.093 -0.20548,0.1152 -0.375418,0.1322 -0.528738,0.062 -0.153322,-0.07 -0.312451,-0.2538 -0.466534,-0.5287 l -0.653147,-1.1819 -0.40433,0.2177 0.715352,1.2752 c 0.08596,0.1534 0.176721,0.2949 0.27992,0.4043 0.101579,0.1066 0.217871,0.1968 0.342125,0.2489 0.124253,0.053 0.256478,0.045 0.404329,0.031 0.14623,-0.017 0.292889,-0.058 0.466534,-0.1555 0.199689,-0.112 0.36174,-0.2318 0.497636,-0.3422 0.138787,-0.112 0.262493,-0.2048 0.342125,-0.2799 l -1.212988,-2.1771 z m 23.108968,0.7153 c -0.151256,-0.026 -0.28338,-0.01 -0.435431,0.031 -0.152055,0.04 -0.320483,0.1045 -0.466534,0.2178 -0.144336,0.1104 -0.285866,0.2706 -0.404329,0.4665 -0.101296,0.1675 -0.174451,0.3299 -0.217716,0.4976 -0.03871,0.1666 -0.02903,0.3405 0,0.4977 0.02903,0.1571 0.08356,0.2917 0.186614,0.4354 0.107601,0.1426 0.273495,0.2876 0.466534,0.4043 0.153291,0.093 0.299032,0.1429 0.435431,0.1866 0.139234,0.045 0.247305,0.089 0.311022,0.093 l 0.124409,-0.3732 c -0.06199,-0.01 -0.13685,-0.029 -0.248818,-0.062 -0.107416,-0.034 -0.234128,-0.1025 -0.373227,-0.1866 -0.246974,-0.1494 -0.391151,-0.308 -0.435431,-0.4976 -0.04428,-0.1896 0.0024,-0.4129 0.124409,-0.6532 l 1.492908,0.9331 c 0.01657,-0.021 0.04675,-0.068 0.0622,-0.093 l 0.0311,-0.062 c 0.230055,-0.3804 0.327295,-0.7146 0.27992,-0.9953 -0.04566,-0.2835 -0.199567,-0.504 -0.497636,-0.6842 -0.127747,-0.077 -0.28418,-0.13 -0.435432,-0.1555 z m -26.374704,0.2178 -0.373227,0.2799 1.337397,1.835 c 0.174905,0.2379 0.264304,0.4583 0.248818,0.622 -0.01746,0.1611 -0.118577,0.294 -0.311023,0.4355 -0.133643,0.098 -0.250906,0.1625 -0.373227,0.1866 -0.121613,0.019 -0.225419,0.03 -0.311022,0.031 l 0.0622,0.4354 c 0.04442,0 0.09042,-0.024 0.155512,-0.031 0.06312,-0.01 0.138551,-0.01 0.217715,-0.031 0.07719,-0.024 0.164151,-0.052 0.248818,-0.093 0.08931,-0.041 0.189042,-0.089 0.279921,-0.1555 0.17908,-0.1317 0.290997,-0.2697 0.373226,-0.4043 0.08294,-0.1392 0.148943,-0.2988 0.155512,-0.4354 0.0073,-0.1413 -0.03553,-0.2698 -0.09331,-0.4044 -0.05511,-0.1365 -0.119453,-0.2707 -0.217716,-0.4043 l -1.399601,-1.8661 z m 26.3125,0.1866 c 0.09329,0.01 0.189082,0.038 0.27992,0.093 0.161807,0.098 0.259467,0.233 0.27992,0.4043 0.025,0.1702 -0.01341,0.3205 -0.124409,0.4976 l -1.119681,-0.6531 c 0.05487,-0.072 0.116427,-0.1283 0.186614,-0.1866 0.07302,-0.057 0.16622,-0.097 0.248818,-0.1244 0.0826,-0.028 0.160079,-0.038 0.248818,-0.031 z m 2.643691,0.2488 -0.528738,0.7464 c -0.166543,0.2235 -0.314592,0.4267 -0.435432,0.6221 -0.11886,0.1928 -0.231247,0.3922 -0.342125,0.5909 l 0.217716,0.1866 c 0.158757,-0.163 0.315753,-0.3286 0.466534,-0.4976 0.152759,-0.1716 0.299991,-0.3675 0.466534,-0.5909 l 0.55984,-0.7776 -0.404329,-0.2799 z m -1.741726,2.3638 c -0.08753,0.017 -0.16419,0.053 -0.217716,0.1244 -0.05353,0.072 -0.07046,0.1599 -0.0622,0.2488 0.0083,0.089 0.04195,0.1563 0.124409,0.2177 0.08246,0.062 0.192386,0.08 0.27992,0.062 0.08753,-0.017 0.133078,-0.053 0.186613,-0.1244 0.05354,-0.072 0.101568,-0.1599 0.09331,-0.2488 -0.0083,-0.089 -0.07305,-0.1563 -0.155511,-0.2177 -0.08246,-0.062 -0.161284,-0.08 -0.248818,-0.062 z"
4198+ style="font-size:5px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#909090;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
4199+ inkscape:connector-curvature="0" />
4200+ <path
4201+ inkscape:connector-curvature="0"
4202+ style="fill:url(#radialGradient3805);fill-opacity:1;fill-rule:nonzero;stroke:none"
4203+ d="m 21,1293.3622 0,29 2,0 0,7 -2,0 0,4 40,0 0,-4 -8,0 0,-7 8,0 0,-29 -40,0 z m 6,29 9,0 0,7 -9,0 0,-7 z m 13,0 9,0 0,7 -9,0 0,-7 z"
4204+ id="path3727" />
4205+ <path
4206+ inkscape:connector-curvature="0"
4207+ id="path3729"
4208+ d="m 40.502245,1267.3622 c -10.761051,0 -19.484606,8.7245 -19.484606,19.4868 l 0,6.32 c 0,10.7624 8.723555,19.4868 19.484606,19.4868 10.761051,0 19.484607,-8.7244 19.484607,-19.4868 l 0,-6.32 c 0,-10.7623 -8.723556,-19.4868 -19.484607,-19.4868 z"
4209+ style="fill:url(#linearGradient3807);fill-opacity:1;fill-rule:nonzero;stroke:none" />
4210+ <path
4211+ style="fill:url(#linearGradient3809);fill-opacity:1;fill-rule:nonzero;stroke:none"
4212+ d="m 40.502245,1267.3622 c -10.761051,0 -19.484606,8.7245 -19.484606,19.4868 l 0,6.32 c 0,10.7624 8.723555,19.4868 19.484606,19.4868 10.761051,0 19.484607,-8.7244 19.484607,-19.4868 l 0,-6.32 c 0,-10.7623 -8.723556,-19.4868 -19.484607,-19.4868 z"
4213+ id="path3731"
4214+ inkscape:connector-curvature="0" />
4215+ <path
4216+ inkscape:connector-curvature="0"
4217+ id="path3733"
4218+ d="m 40.502245,1273.6777 c -10.763531,0 -19.489096,8.7266 -19.489096,19.4913 0,10.7649 8.725565,19.4913 19.489096,19.4913 10.763531,0 19.489097,-8.7264 19.489097,-19.4913 0,-10.7647 -8.725566,-19.4913 -19.489097,-19.4913 z"
4219+ style="fill:url(#linearGradient3811);fill-opacity:1;fill-rule:nonzero;stroke:none"
4220+ sodipodi:nodetypes="sssss" />
4221+ <path
4222+ sodipodi:nodetypes="sssss"
4223+ style="fill:url(#linearGradient3813);fill-opacity:1;fill-rule:nonzero;stroke:none"
4224+ d="m 59.986851,1293.169 c 0,-10.7618 -8.723552,-19.4861 -19.484615,-19.4861 -10.76112,0 -19.484595,8.7243 -19.484595,19.4861 0,10.7619 8.723475,19.4861 19.484595,19.4861 10.761063,0 19.484615,-8.7242 19.484615,-19.4861 z"
4225+ id="path3735"
4226+ inkscape:connector-curvature="0" />
4227+ <path
4228+ style="fill:url(#linearGradient3815);fill-opacity:1;fill-rule:nonzero;stroke:none"
4229+ d="m 40.5,1273.6568 c -10.770636,0 -19.486851,8.7459 -19.486851,19.5177 0,10.772 8.716215,19.4868 19.486851,19.4868 10.770636,0 19.486851,-8.7148 19.486851,-19.4868 0,-10.7718 -8.716215,-19.5177 -19.486851,-19.5177 z m 0,3.9405 c 8.595042,0 15.546382,6.9812 15.546382,15.5772 0,8.5962 -6.95134,15.5464 -15.546382,15.5464 -8.595042,0 -15.546382,-6.9502 -15.546382,-15.5464 0,-8.596 6.95134,-15.5772 15.546382,-15.5772 z"
4230+ id="path3737"
4231+ inkscape:connector-curvature="0" />
4232+ <g
4233+ id="g3739"
4234+ transform="matrix(0.97441369,0,0,0.97450493,0.55022054,32.778582)">
4235+ <path
4236+ style="fill:url(#radialGradient3817);fill-opacity:1;fill-rule:nonzero;stroke:none"
4237+ d="m 31.610967,1285.2582 c -1.883624,2.1789 -3.039969,5.0004 -3.039969,8.1067 0,3.1063 1.156345,5.9278 3.039969,8.1067 l 18.780249,0 c 1.883623,-2.1789 3.039968,-5.0004 3.039968,-8.1067 0,-3.1063 -1.156345,-5.9278 -3.039968,-8.1067 l -18.780249,0 z"
4238+ id="path3741"
4239+ inkscape:connector-curvature="0" />
4240+ <path
4241+ inkscape:connector-curvature="0"
4242+ id="path3743"
4243+ d="m 41.001091,1294.6839 c -3.729749,0 -7.255729,-0.8793 -10.394507,-2.4131 0.226766,-1.8775 1.019595,-3.5548 2.10365,-5.0117 l 16.581714,0 c 1.084055,1.4569 1.876885,3.1342 2.103651,5.0117 -3.138779,1.5338 -6.664759,2.4131 -10.394508,2.4131 z"
4244+ style="fill:url(#radialGradient3819);fill-opacity:1;fill-rule:nonzero;stroke:none" />
4245+ <path
4246+ inkscape:connector-curvature="0"
4247+ id="path3745"
4248+ d="m 41.001091,1290.1053 c -2.787775,0 -5.316783,-1.0812 -7.208096,-2.8462 l 14.416192,0 c -1.891313,1.765 -4.420321,2.8462 -7.208096,2.8462 z"
4249+ style="fill:url(#radialGradient3821);fill-opacity:1;fill-rule:nonzero;stroke:none" />
4250+ </g>
4251+ <path
4252+ style="fill:none;stroke:url(#linearGradient3823);stroke-width:0.99999994"
4253+ d="m 31.352381,1285.269 c -1.835431,2.1234 -2.962188,4.8729 -2.962188,7.9 0,3.0271 1.126757,5.7767 2.962188,7.9001 l 18.29973,0 c 1.835428,-2.1234 2.962187,-4.873 2.962187,-7.9001 0,-3.0271 -1.126759,-5.7766 -2.962187,-7.9 l -18.29973,0 z"
4254+ id="path3747"
4255+ inkscape:connector-curvature="0" />
4256+ <g
4257+ id="g3749"
4258+ clip-path="none"
4259+ style="fill:none;stroke:#000000;stroke-width:0.97512043"
4260+ transform="matrix(1.0254566,0,0,1.025572,-5.1305714,275.94289)">
4261+ <path
4262+ id="path3751"
4263+ transform="translate(0,924.36216)"
4264+ d="M 44.5,49 C 34.282732,49 26,57.282732 26,67.5 26,77.717268 34.282732,86 44.5,86 54.717268,86 63,77.717268 63,67.5 63,57.282732 54.717268,49 44.5,49 z"
4265+ style="fill:none;stroke:url(#linearGradient3825);stroke-width:3.90048194;stroke-miterlimit:4;stroke-dasharray:none"
4266+ inkscape:connector-curvature="0"
4267+ sodipodi:nodetypes="sssss" />
4268+ </g>
4269+ <path
4270+ style="font-size:3.04492879px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Bold"
4271+ d="m 36.191582,1280.94 0,2.0199 1.386647,0 0,-0.3919 -0.904335,0 0,-1.628 -0.482312,0 z m 1.657948,0 0,2.0199 0.452166,0 0,-2.0199 -0.452166,0 z m 0.934479,0 0,2.0199 0.452168,0 0,-1.3265 c 0.172315,0.2017 0.329576,0.4059 0.482312,0.6332 0.152733,0.2271 0.290825,0.4603 0.422022,0.6933 l 0.391878,0 0,-2.0199 -0.452166,0 0,1.2059 c -0.0705,-0.1057 -0.130727,-0.218 -0.211013,-0.3316 -0.08029,-0.1156 -0.189055,-0.2259 -0.2713,-0.3316 -0.08029,-0.1077 -0.132684,-0.2075 -0.211011,-0.3015 -0.07833,-0.094 -0.176537,-0.1765 -0.241156,-0.2412 l -0.361734,0 z m 2.200548,0 0,1.2662 c 0,0.1195 -0.0012,0.2318 0.03014,0.3317 0.0333,0.098 0.08415,0.1686 0.150723,0.2412 0.06853,0.07 0.167519,0.1397 0.2713,0.1808 0.103781,0.039 0.218788,0.06 0.361735,0.06 0.1449,0 0.286137,-0.021 0.391878,-0.06 0.105738,-0.039 0.172619,-0.1104 0.241156,-0.1808 0.06853,-0.072 0.117433,-0.1414 0.150722,-0.2412 0.03329,-0.1 0.06029,-0.2122 0.06029,-0.3317 l 0,-1.2662 -0.452168,0 0,1.236 c -2e-6,0.1646 -0.05008,0.2631 -0.120578,0.3317 -0.06853,0.068 -0.159687,0.1206 -0.2713,0.1206 -0.05483,0 -0.103726,-0.015 -0.150723,-0.03 -0.04504,-0.016 -0.08729,-0.056 -0.120578,-0.091 -0.03134,-0.037 -0.04071,-0.063 -0.06029,-0.1206 -0.01765,-0.058 -0.03014,-0.1288 -0.03014,-0.2111 l 0,-1.236 -0.452167,0 z m 1.929248,0 0.633035,0.9647 c -0.140987,0.1959 -0.246206,0.3985 -0.361735,0.5728 -0.113573,0.1744 -0.215285,0.3238 -0.301445,0.4824 l 0.512457,0 c 0.01762,-0.037 0.05323,-0.086 0.09044,-0.1507 0.03721,-0.064 0.07945,-0.1104 0.120577,-0.1809 0.04308,-0.07 0.07945,-0.1483 0.120578,-0.2111 0.04308,-0.062 0.06302,-0.1155 0.09044,-0.1506 0.08812,0.1214 0.174577,0.2442 0.241155,0.3617 0.06853,0.1156 0.12408,0.218 0.180868,0.3316 l 0.572745,0 c -0.06461,-0.1234 -0.159689,-0.2721 -0.2713,-0.4522 -0.111616,-0.1821 -0.257542,-0.3593 -0.422023,-0.5728 l 0.663178,-0.9949 -0.5426,0 -0.39188,0.6331 -0.391878,-0.6331 -0.5426,0 z m -0.964624,22.9425 -0.422023,0.091 0,0.6933 c -0.04895,-0.022 -0.101768,-0.05 -0.150723,-0.06 -0.047,-0.01 -0.120163,-0.03 -0.180866,-0.03 -0.109657,0 -0.185141,0.023 -0.271301,0.06 -0.08421,0.038 -0.152265,0.1105 -0.211011,0.1809 -0.05875,0.071 -0.119392,0.1395 -0.150722,0.2413 -0.03134,0.1 -0.06029,0.2062 -0.06029,0.3315 0,0.1234 0.02504,0.2619 0.06029,0.3618 0.0372,0.098 0.08219,0.1708 0.150722,0.2412 0.06853,0.069 0.171435,0.1132 0.2713,0.1508 0.09987,0.038 0.20431,0.06 0.331589,0.06 0.05287,0 0.12408,0.01 0.180867,0 0.05875,0 0.09589,-0.02 0.150723,-0.03 0.05679,-0.01 0.129953,-0.021 0.180867,-0.03 0.05091,-0.013 0.08141,-0.019 0.120578,-0.03 l 0,-2.231 z m -1.989536,0.03 c -0.0705,0 -0.127996,0.014 -0.180868,0.06 -0.05091,0.046 -0.09043,0.1308 -0.09043,0.2109 0,0.081 0.03952,0.1337 0.09043,0.1809 0.05287,0.046 0.110373,0.06 0.180868,0.06 0.07049,0 0.129953,-0.016 0.180866,-0.06 0.05286,-0.048 0.09044,-0.1007 0.09044,-0.1809 0,-0.08 -0.03756,-0.1656 -0.09044,-0.2109 -0.05091,-0.048 -0.110372,-0.06 -0.180866,-0.06 z m 3.074738,0.6633 c -0.09399,0 -0.181225,0.025 -0.2713,0.06 -0.08812,0.036 -0.17262,0.083 -0.241156,0.1508 -0.06853,0.069 -0.137787,0.1676 -0.180868,0.2714 -0.04111,0.1018 -0.06029,0.1946 -0.06029,0.3315 0,0.1137 0.02896,0.2338 0.06029,0.3317 0.0333,0.098 0.08415,0.1689 0.150722,0.2412 0.06853,0.071 0.139333,0.1394 0.241156,0.1809 0.103782,0.042 0.222705,0.06 0.361735,0.06 0.05483,0 0.126037,0.01 0.180867,0 0.05483,-0.01 0.103726,-0.021 0.150722,-0.03 0.04895,-0.01 0.08141,-0.018 0.120579,-0.03 0.03916,-0.013 0.06693,-0.019 0.09043,-0.03 l -0.06029,-0.3618 c -0.04895,0.022 -0.102539,0.045 -0.180866,0.061 -0.07637,0.011 -0.160871,0.03 -0.241157,0.03 -0.125322,0 -0.227033,-0.038 -0.301445,-0.09 -0.07442,-0.054 -0.110787,-0.1212 -0.120578,-0.211 l 0.994768,0 c 0.0019,-0.023 -0.0019,-0.062 0,-0.091 0.0019,-0.031 -10e-7,-0.066 0,-0.091 -10e-7,-0.2605 -0.05358,-0.4397 -0.180866,-0.5729 -0.12728,-0.1351 -0.293145,-0.211 -0.512456,-0.211 z m -5.757598,0.03 c 0.04308,0.1527 0.07554,0.3315 0.120578,0.4824 0.047,0.1488 0.07749,0.287 0.120577,0.4219 0.04504,0.1334 0.109601,0.2484 0.150723,0.362 0.04112,0.1134 0.08533,0.2193 0.120578,0.3014 l 0.33159,0 c 0.04895,-0.1489 0.07749,-0.3053 0.120577,-0.4522 0.04504,-0.1468 0.111559,-0.3034 0.150723,-0.4522 0.03916,0.1488 0.07358,0.3054 0.120578,0.4522 0.047,0.1469 0.101767,0.3033 0.150722,0.4522 l 0.33159,0 c 0.03525,-0.083 0.07945,-0.188 0.120578,-0.3014 0.04308,-0.1136 0.07749,-0.2286 0.120578,-0.362 0.04504,-0.1349 0.105684,-0.2731 0.150722,-0.4219 0.047,-0.1509 0.07749,-0.3297 0.120578,-0.4824 l -0.452168,0 c -0.01566,0.071 -0.0407,0.1572 -0.06029,0.2412 -0.01762,0.083 -0.03875,0.1836 -0.06029,0.2714 -0.01958,0.089 -0.03679,0.1514 -0.06029,0.2412 -0.0235,0.088 -0.03679,0.1892 -0.06029,0.2713 -0.02546,-0.086 -0.06693,-0.1817 -0.09043,-0.2713 -0.0235,-0.091 -0.03875,-0.1856 -0.06029,-0.2714 -0.02154,-0.089 -0.04071,-0.1612 -0.06029,-0.2412 -0.01958,-0.083 -0.04462,-0.1708 -0.06029,-0.2412 l -0.301445,0 c -0.01566,0.071 -0.03875,0.1591 -0.06029,0.2412 -0.01958,0.08 -0.03679,0.1533 -0.06029,0.2412 -0.02153,0.086 -0.06497,0.1816 -0.09043,0.2714 -0.0235,0.09 -0.03484,0.1854 -0.06029,0.2713 -0.0235,-0.083 -0.03679,-0.1835 -0.06029,-0.2713 -0.02154,-0.091 -0.06889,-0.1535 -0.09044,-0.2412 -0.01958,-0.089 -0.01056,-0.1894 -0.03014,-0.2714 -0.01762,-0.085 -0.04462,-0.1708 -0.06029,-0.2412 l -0.452168,0 z m 2.471848,0 0,1.5677 0.422022,0 0,-1.5677 -0.422022,0 z m 3.28575,0.3316 c 0.05091,0 0.08729,0.013 0.120578,0.03 0.03524,0.018 0.06889,0.033 0.09043,0.06 0.02348,0.027 0.05049,0.057 0.06029,0.092 0.01177,0.036 -0.0019,0.084 0,0.1205 l -0.572746,0 c 0.0059,-0.038 0.0184,-0.085 0.03014,-0.1205 0.01371,-0.037 0.03679,-0.063 0.06029,-0.092 0.0235,-0.028 0.05518,-0.046 0.09043,-0.06 0.03525,-0.018 0.07162,-0.03 0.120578,-0.03 z m -1.748381,0.03 c 0.04504,0 0.07749,-0.012 0.120579,0 0.04504,0.012 0.09316,0.043 0.120577,0.06 l 0,0.7839 c -0.02154,0 -0.05715,0.03 -0.09044,0.03 l -0.120577,0 c -0.119448,0 -0.210598,-0.069 -0.271301,-0.1508 -0.0607,-0.083 -0.09043,-0.1662 -0.09043,-0.3015 -1e-6,-0.2819 0.124026,-0.4221 0.33159,-0.4221 z"
4272+ id="path3753"
4273+ inkscape:connector-curvature="0" />
4274+ <path
4275+ id="path3755"
4276+ d="m 36.191582,1280.4577 0,2.0198 1.386647,0 0,-0.3919 -0.904335,0 0,-1.6279 -0.482312,0 z m 1.657948,0 0,2.0198 0.452166,0 0,-2.0198 -0.452166,0 z m 0.934479,0 0,2.0198 0.452168,0 0,-1.3265 c 0.172315,0.2018 0.329576,0.406 0.482312,0.6332 0.152733,0.2271 0.290825,0.4603 0.422022,0.6933 l 0.391878,0 0,-2.0198 -0.452166,0 0,1.2058 c -0.0705,-0.1057 -0.130727,-0.218 -0.211013,-0.3316 -0.08029,-0.1155 -0.189055,-0.2259 -0.2713,-0.3316 -0.08029,-0.1077 -0.132684,-0.2075 -0.211011,-0.3014 -0.07833,-0.094 -0.176537,-0.1766 -0.241156,-0.2412 l -0.361734,0 z m 2.200548,0 0,1.2662 c 0,0.1194 -0.0012,0.2317 0.03014,0.3316 0.0333,0.098 0.08415,0.1688 0.150723,0.2412 0.06853,0.07 0.167519,0.1397 0.2713,0.1808 0.103781,0.039 0.218788,0.061 0.361735,0.061 0.1449,0 0.286137,-0.022 0.391878,-0.061 0.105738,-0.039 0.172619,-0.1103 0.241156,-0.1808 0.06853,-0.072 0.117433,-0.1413 0.150722,-0.2412 0.03329,-0.1 0.06029,-0.2122 0.06029,-0.3316 l 0,-1.2662 -0.452168,0 0,1.236 c -2e-6,0.1645 -0.05008,0.2631 -0.120578,0.3317 -0.06853,0.068 -0.159687,0.1205 -0.2713,0.1205 -0.05483,0 -0.103726,-0.015 -0.150723,-0.03 -0.04504,-0.016 -0.08729,-0.056 -0.120578,-0.091 -0.03134,-0.037 -0.04071,-0.063 -0.06029,-0.1206 -0.01765,-0.058 -0.03014,-0.1287 -0.03014,-0.211 l 0,-1.2361 -0.452167,0 z m 1.929248,0 0.633035,0.9646 c -0.140987,0.1959 -0.246206,0.3986 -0.361735,0.5729 -0.113573,0.1743 -0.215285,0.3237 -0.301445,0.4823 l 0.512457,0 c 0.01762,-0.037 0.05323,-0.086 0.09044,-0.1507 0.03721,-0.064 0.07945,-0.1103 0.120577,-0.1809 0.04308,-0.07 0.07945,-0.1483 0.120578,-0.211 0.04308,-0.062 0.06302,-0.1155 0.09044,-0.1507 0.08812,0.1214 0.174577,0.2442 0.241155,0.3617 0.06853,0.1156 0.12408,0.2181 0.180868,0.3316 l 0.572745,0 c -0.06461,-0.1233 -0.159689,-0.2719 -0.2713,-0.4521 -0.111616,-0.1822 -0.257542,-0.3594 -0.422023,-0.5728 l 0.663178,-0.9949 -0.5426,0 -0.39188,0.633 -0.391878,-0.633 -0.5426,0 z m -0.964624,22.9425 -0.422023,0.09 0,0.6934 c -0.04895,-0.022 -0.101768,-0.05 -0.150723,-0.06 -0.047,-0.01 -0.120163,-0.03 -0.180866,-0.03 -0.109657,0 -0.185141,0.023 -0.271301,0.061 -0.08421,0.038 -0.152265,0.1104 -0.211011,0.1808 -0.05875,0.071 -0.119392,0.1394 -0.150722,0.2412 -0.03134,0.1 -0.06029,0.2062 -0.06029,0.3316 0,0.1234 0.02504,0.2619 0.06029,0.3618 0.0372,0.098 0.08219,0.1707 0.150722,0.2411 0.06853,0.069 0.171435,0.1132 0.2713,0.1508 0.09987,0.038 0.20431,0.06 0.331589,0.06 0.05287,0 0.12408,0.01 0.180867,0 0.05875,0 0.09589,-0.02 0.150723,-0.03 0.05679,-0.01 0.129953,-0.02 0.180867,-0.03 0.05091,-0.013 0.08141,-0.018 0.120578,-0.03 l 0,-2.2309 z m -1.989536,0.03 c -0.0705,0 -0.127996,0.014 -0.180868,0.06 -0.05091,0.046 -0.09043,0.131 -0.09043,0.2111 0,0.08 0.03952,0.1336 0.09043,0.1808 0.05287,0.046 0.110373,0.061 0.180868,0.061 0.07049,0 0.129953,-0.016 0.180866,-0.061 0.05286,-0.048 0.09044,-0.1008 0.09044,-0.1808 0,-0.081 -0.03756,-0.1657 -0.09044,-0.2111 -0.05091,-0.048 -0.110372,-0.06 -0.180866,-0.06 z m 3.074738,0.6632 c -0.09399,0 -0.181225,0.025 -0.2713,0.06 -0.08812,0.036 -0.17262,0.083 -0.241156,0.1508 -0.06853,0.069 -0.137787,0.1674 -0.180868,0.2713 -0.04111,0.1017 -0.06029,0.1946 -0.06029,0.3316 0,0.1135 0.02896,0.2338 0.06029,0.3316 0.0333,0.098 0.08415,0.1688 0.150722,0.2412 0.06853,0.071 0.139333,0.1394 0.241156,0.1809 0.103782,0.042 0.222705,0.06 0.361735,0.06 0.05483,0 0.126037,0.01 0.180867,0 0.05483,-0.01 0.103726,-0.02 0.150722,-0.03 0.04895,-0.01 0.08141,-0.018 0.120579,-0.03 0.03916,-0.013 0.06693,-0.018 0.09043,-0.03 l -0.06029,-0.3618 c -0.04895,0.022 -0.102539,0.045 -0.180866,0.06 -0.07637,0.011 -0.160871,0.03 -0.241157,0.03 -0.125322,0 -0.227033,-0.038 -0.301445,-0.091 -0.07442,-0.054 -0.110787,-0.1214 -0.120578,-0.211 l 0.994768,0 c 0.0019,-0.023 -0.0019,-0.062 0,-0.092 0.0019,-0.031 -10e-7,-0.066 0,-0.091 -10e-7,-0.2604 -0.05358,-0.4397 -0.180866,-0.5728 -0.12728,-0.1352 -0.293145,-0.211 -0.512456,-0.211 z m -5.757598,0.03 c 0.04308,0.1527 0.07554,0.3316 0.120578,0.4824 0.047,0.1488 0.07749,0.287 0.120577,0.4221 0.04504,0.1333 0.109601,0.2482 0.150723,0.3617 0.04112,0.1136 0.08533,0.2196 0.120578,0.3015 l 0.33159,0 c 0.04895,-0.1488 0.07749,-0.3053 0.120577,-0.4522 0.04504,-0.1468 0.111559,-0.3033 0.150723,-0.4522 0.03916,0.1489 0.07358,0.3054 0.120578,0.4522 0.047,0.1469 0.101767,0.3034 0.150722,0.4522 l 0.33159,0 c 0.03525,-0.082 0.07945,-0.1879 0.120578,-0.3015 0.04308,-0.1135 0.07749,-0.2284 0.120578,-0.3617 0.04504,-0.1351 0.105684,-0.2733 0.150722,-0.4221 0.047,-0.1508 0.07749,-0.3297 0.120578,-0.4824 l -0.452168,0 c -0.01566,0.071 -0.0407,0.1573 -0.06029,0.2412 -0.01762,0.083 -0.03875,0.1836 -0.06029,0.2713 -0.01958,0.089 -0.03679,0.1516 -0.06029,0.2412 -0.0235,0.089 -0.03679,0.1894 -0.06029,0.2713 -0.02546,-0.087 -0.06693,-0.1815 -0.09043,-0.2713 -0.0235,-0.089 -0.03875,-0.1854 -0.06029,-0.2713 -0.02154,-0.089 -0.04071,-0.1611 -0.06029,-0.2412 -0.01958,-0.083 -0.04462,-0.1707 -0.06029,-0.2412 l -0.301445,0 c -0.01566,0.071 -0.03875,0.1593 -0.06029,0.2412 -0.01958,0.081 -0.03679,0.1534 -0.06029,0.2412 -0.02153,0.087 -0.06497,0.1817 -0.09043,0.2713 -0.0235,0.09 -0.03484,0.1855 -0.06029,0.2713 -0.0235,-0.083 -0.03679,-0.1835 -0.06029,-0.2713 -0.02154,-0.089 -0.06889,-0.1533 -0.09044,-0.2412 -0.01958,-0.088 -0.01056,-0.1892 -0.03014,-0.2713 -0.01762,-0.085 -0.04462,-0.1707 -0.06029,-0.2412 l -0.452168,0 z m 2.471848,0 0,1.5677 0.422022,0 0,-1.5677 -0.422022,0 z m 3.28575,0.3317 c 0.05091,0 0.08729,0.013 0.120578,0.03 0.03524,0.018 0.06889,0.033 0.09043,0.06 0.02348,0.027 0.05049,0.056 0.06029,0.09 0.01177,0.036 -0.0019,0.084 0,0.1207 l -0.572746,0 c 0.0059,-0.038 0.0184,-0.085 0.03014,-0.1207 0.01371,-0.037 0.03679,-0.063 0.06029,-0.09 0.0235,-0.028 0.05518,-0.046 0.09043,-0.06 0.03525,-0.018 0.07162,-0.03 0.120578,-0.03 z m -1.748381,0.03 c 0.04504,0 0.07749,-0.012 0.120579,0 0.04504,0.012 0.09316,0.043 0.120577,0.06 l 0,0.7838 c -0.02154,0 -0.05715,0.03 -0.09044,0.03 l -0.120577,0 c -0.119448,0 -0.210598,-0.069 -0.271301,-0.1509 -0.0607,-0.082 -0.09043,-0.1663 -0.09043,-0.3014 -1e-6,-0.282 0.124026,-0.422 0.33159,-0.422 z"
4277+ style="font-size:3.04492879px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#909090;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Bold"
4278+ inkscape:connector-curvature="0" />
4279+ <path
4280+ inkscape:connector-curvature="0"
4281+ id="path3757"
4282+ d="m 90,1265.3622 0,5 5,0 0,-5 -5,0 z m 10,0 0,5 5,0 0,-5 -5,0 z m 10,0 0,5 5,0 0,-5 -5,0 z m -20,10 0,5 5,0 0,-5 -5,0 z m 10,0 0,5 5,0 0,-5 -5,0 z m 10,0 0,5 5,0 0,-5 -5,0 z m -20,10 0,5 5,0 0,-5 -5,0 z m 10,0 0,5 5,0 0,-5 -5,0 z m 10,0 0,5 5,0 0,-5 -5,0 z m -20,10 0,5 5,0 0,-5 -5,0 z m 10,0 0,5 5,0 0,-5 -5,0 z m 10,0 0,5 5,0 0,-5 -5,0 z m -20,10 0,5 5,0 0,-5 -5,0 z m 10,0 0,5 5,0 0,-5 -5,0 z m 10,0 0,5 5,0 0,-5 -5,0 z"
4283+ style="opacity:0.64498644;fill:#fe72ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
4284+ <path
4285+ inkscape:connector-curvature="0"
4286+ style="opacity:0.45438119;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
4287+ d="m 90,1263.3622 0,5 5,0 0,-5 -5,0 z m 10,0 0,5 5,0 0,-5 -5,0 z m 10,0 0,5 5,0 0,-5 -5,0 z m -20,10 0,5 5,0 0,-5 -5,0 z m 10,0 0,5 5,0 0,-5 -5,0 z m 10,0 0,5 5,0 0,-5 -5,0 z m -20,10 0,5 5,0 0,-5 -5,0 z m 10,0 0,5 5,0 0,-5 -5,0 z m 10,0 0,5 5,0 0,-5 -5,0 z m -20,10 0,5 5,0 0,-5 -5,0 z m 10,0 0,5 5,0 0,-5 -5,0 z m 10,0 0,5 5,0 0,-5 -5,0 z m -20,10 0,5 5,0 0,-5 -5,0 z m 10,0 0,5 5,0 0,-5 -5,0 z m 10,0 0,5 5,0 0,-5 -5,0 z"
4288+ id="path3759" />
4289+ <path
4290+ sodipodi:nodetypes="cc"
4291+ inkscape:connector-curvature="0"
4292+ style="fill:none;stroke:url(#radialGradient3827);stroke-width:1;stroke-linecap:square"
4293+ d="m 5.4957983,1255.8622 117.0084017,0"
4294+ id="path3761" />
4295+ <path
4296+ id="path3763"
4297+ d="m 5.5,1316.8622 117.0084,0"
4298+ style="fill:none;stroke:url(#radialGradient3829);stroke-width:1;stroke-linecap:square"
4299+ inkscape:connector-curvature="0"
4300+ sodipodi:nodetypes="cc" />
4301+ <path
4302+ id="path3765"
4303+ d="m 5.5,1256.8622 117.0084,0"
4304+ style="fill:none;stroke:url(#radialGradient3831);stroke-width:1;stroke-linecap:square"
4305+ inkscape:connector-curvature="0"
4306+ sodipodi:nodetypes="cc" />
4307+ </g>
4308+ </g>
4309+</svg>
4310
4311=== added directory 'data/icons/128x128'
4312=== added directory 'data/icons/128x128/apps'
4313=== added file 'data/icons/128x128/apps/kazam.png'
4314Binary files data/icons/128x128/apps/kazam.png 1970-01-01 00:00:00 +0000 and data/icons/128x128/apps/kazam.png 2015-10-13 12:37:55 +0000 differ
4315=== added file 'data/icons/16.svg'
4316--- data/icons/16.svg 1970-01-01 00:00:00 +0000
4317+++ data/icons/16.svg 2015-10-13 12:37:55 +0000
4318@@ -0,0 +1,1052 @@
4319+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
4320+<!-- Created with Inkscape (http://www.inkscape.org/) -->
4321+
4322+<svg
4323+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4324+ xmlns:cc="http://creativecommons.org/ns#"
4325+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4326+ xmlns:svg="http://www.w3.org/2000/svg"
4327+ xmlns="http://www.w3.org/2000/svg"
4328+ xmlns:xlink="http://www.w3.org/1999/xlink"
4329+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
4330+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
4331+ width="16"
4332+ height="16.00008"
4333+ id="svg2"
4334+ version="1.1"
4335+ inkscape:version="0.48.3.1 r9886"
4336+ sodipodi:docname="kazam-icon-22.svg"
4337+ inkscape:export-filename="./kazam-icon.png"
4338+ inkscape:export-xdpi="90"
4339+ inkscape:export-ydpi="90"
4340+ author="Frank Souza">
4341+ <defs
4342+ id="defs4">
4343+ <linearGradient
4344+ id="linearGradient5632">
4345+ <stop
4346+ style="stop-color:#b0b0b0;stop-opacity:1;"
4347+ offset="0"
4348+ id="stop5634" />
4349+ <stop
4350+ style="stop-color:#ffffff;stop-opacity:1;"
4351+ offset="1"
4352+ id="stop5636" />
4353+ </linearGradient>
4354+ <linearGradient
4355+ inkscape:collect="always"
4356+ id="linearGradient4347-8">
4357+ <stop
4358+ style="stop-color:#b9b9b9;stop-opacity:1"
4359+ offset="0"
4360+ id="stop4349-9" />
4361+ <stop
4362+ style="stop-color:#696969;stop-opacity:1"
4363+ offset="1"
4364+ id="stop4351-4" />
4365+ </linearGradient>
4366+ <linearGradient
4367+ id="linearGradient3134-1">
4368+ <stop
4369+ id="stop3136-5"
4370+ offset="0"
4371+ style="stop-color:#ffffff;stop-opacity:0.87290031;" />
4372+ <stop
4373+ id="stop3138-4"
4374+ offset="1"
4375+ style="stop-color:#ffffff;stop-opacity:0;" />
4376+ </linearGradient>
4377+ <linearGradient
4378+ id="linearGradient3910-43">
4379+ <stop
4380+ id="stop3912-8"
4381+ offset="0"
4382+ style="stop-color:#000000;stop-opacity:0.3768197;" />
4383+ <stop
4384+ id="stop3914-9"
4385+ offset="1"
4386+ style="stop-color:#000000;stop-opacity:0;" />
4387+ </linearGradient>
4388+ <linearGradient
4389+ id="linearGradient4287-3"
4390+ inkscape:collect="always">
4391+ <stop
4392+ id="stop4289-7"
4393+ offset="0"
4394+ style="stop-color:#eaeaea;stop-opacity:1" />
4395+ <stop
4396+ id="stop4291-8"
4397+ offset="1"
4398+ style="stop-color:#9f9f9f;stop-opacity:1" />
4399+ </linearGradient>
4400+ <linearGradient
4401+ id="linearGradient3855-8">
4402+ <stop
4403+ id="stop3857-0"
4404+ offset="0"
4405+ style="stop-color:#000000;stop-opacity:0.4792833;" />
4406+ <stop
4407+ id="stop3859-3"
4408+ offset="1"
4409+ style="stop-color:#ffffff;stop-opacity:1;" />
4410+ </linearGradient>
4411+ <linearGradient
4412+ id="linearGradient3965-1">
4413+ <stop
4414+ style="stop-color:#ff79dd;stop-opacity:1;"
4415+ offset="0"
4416+ id="stop3967-5" />
4417+ <stop
4418+ id="stop3881"
4419+ offset="0.54619408"
4420+ style="stop-color:#bf5cc6;stop-opacity:1;" />
4421+ <stop
4422+ style="stop-color:#7c3785;stop-opacity:1;"
4423+ offset="1"
4424+ id="stop3969-4" />
4425+ </linearGradient>
4426+ <linearGradient
4427+ id="linearGradient3987-3">
4428+ <stop
4429+ id="stop3989-3"
4430+ offset="0"
4431+ style="stop-color:#595959;stop-opacity:1;" />
4432+ <stop
4433+ style="stop-color:#c7c7c7;stop-opacity:1;"
4434+ offset="0.25"
4435+ id="stop5652" />
4436+ <stop
4437+ style="stop-color:#ffffff;stop-opacity:1;"
4438+ offset="0.5"
4439+ id="stop5648" />
4440+ <stop
4441+ id="stop5650"
4442+ offset="0.75"
4443+ style="stop-color:#c7c7c7;stop-opacity:1;" />
4444+ <stop
4445+ id="stop3991-5"
4446+ offset="1"
4447+ style="stop-color:#595959;stop-opacity:1;" />
4448+ </linearGradient>
4449+ <linearGradient
4450+ id="linearGradient3995-9"
4451+ inkscape:collect="always">
4452+ <stop
4453+ id="stop3997-7"
4454+ offset="0"
4455+ style="stop-color:#6d00d6;stop-opacity:1" />
4456+ <stop
4457+ id="stop3999-1"
4458+ offset="1"
4459+ style="stop-color:#340066;stop-opacity:1" />
4460+ </linearGradient>
4461+ <linearGradient
4462+ id="linearGradient4032-7"
4463+ inkscape:collect="always">
4464+ <stop
4465+ id="stop4034-6"
4466+ offset="0"
4467+ style="stop-color:#b66bff;stop-opacity:1" />
4468+ <stop
4469+ id="stop4036-1"
4470+ offset="1"
4471+ style="stop-color:#8d19ff;stop-opacity:0;" />
4472+ </linearGradient>
4473+ <linearGradient
4474+ id="linearGradient4040-4"
4475+ inkscape:collect="always">
4476+ <stop
4477+ id="stop4042-7"
4478+ offset="0"
4479+ style="stop-color:#ffffff;stop-opacity:0.44152047" />
4480+ <stop
4481+ id="stop4044-6"
4482+ offset="1"
4483+ style="stop-color:#ddbaff;stop-opacity:0" />
4484+ </linearGradient>
4485+ <linearGradient
4486+ id="linearGradient4519-1">
4487+ <stop
4488+ id="stop4521-1"
4489+ offset="0"
4490+ style="stop-color:#000000;stop-opacity:1;" />
4491+ <stop
4492+ style="stop-color:#000000;stop-opacity:0.38297874;"
4493+ offset="0.60000002"
4494+ id="stop4527-1" />
4495+ <stop
4496+ id="stop4523-9"
4497+ offset="1"
4498+ style="stop-color:#000000;stop-opacity:0;" />
4499+ </linearGradient>
4500+ <linearGradient
4501+ id="linearGradient3121-0">
4502+ <stop
4503+ style="stop-color:#000000;stop-opacity:0;"
4504+ offset="0"
4505+ id="stop3123-1" />
4506+ <stop
4507+ id="stop3125-4"
4508+ offset="0.2962963"
4509+ style="stop-color:#000000;stop-opacity:0.06774916;" />
4510+ <stop
4511+ id="stop3127-2"
4512+ offset="0.5"
4513+ style="stop-color:#000000;stop-opacity:0.41153416;" />
4514+ <stop
4515+ style="stop-color:#000000;stop-opacity:0.06666667;"
4516+ offset="0.7037037"
4517+ id="stop3129-9" />
4518+ <stop
4519+ style="stop-color:#000000;stop-opacity:0;"
4520+ offset="1"
4521+ id="stop3131-6" />
4522+ </linearGradient>
4523+ <linearGradient
4524+ id="linearGradient3229-73">
4525+ <stop
4526+ id="stop3231-2"
4527+ offset="0"
4528+ style="stop-color:#ffffff;stop-opacity:1;" />
4529+ <stop
4530+ id="stop3233-0"
4531+ offset="1"
4532+ style="stop-color:#e7e7e7;stop-opacity:1;" />
4533+ </linearGradient>
4534+ <linearGradient
4535+ id="linearGradient3855-3"
4536+ inkscape:collect="always">
4537+ <stop
4538+ id="stop3857-21"
4539+ offset="0"
4540+ style="stop-color:#000000;stop-opacity:0.35672515" />
4541+ <stop
4542+ id="stop3859-0"
4543+ offset="1"
4544+ style="stop-color:#ffffff;stop-opacity:1" />
4545+ </linearGradient>
4546+ <linearGradient
4547+ id="linearGradient4613-9-3">
4548+ <stop
4549+ id="stop4615-5-5"
4550+ offset="0"
4551+ style="stop-color:#000000;stop-opacity:0.77039957;" />
4552+ <stop
4553+ id="stop4617-5-3"
4554+ offset="1"
4555+ style="stop-color:#000000;stop-opacity:0;" />
4556+ </linearGradient>
4557+ <radialGradient
4558+ inkscape:collect="always"
4559+ xlink:href="#linearGradient4613-9-3"
4560+ id="radialGradient5306"
4561+ gradientUnits="userSpaceOnUse"
4562+ gradientTransform="matrix(1.8,0,0,1.9999999,-6,-117.99999)"
4563+ cx="8.8888893"
4564+ cy="118"
4565+ fx="8.8888893"
4566+ fy="118"
4567+ r="2.5" />
4568+ <linearGradient
4569+ inkscape:collect="always"
4570+ xlink:href="#linearGradient4613-9-3"
4571+ id="linearGradient5308"
4572+ gradientUnits="userSpaceOnUse"
4573+ gradientTransform="matrix(1.0650909,0,0,1,5.068715,924.36255)"
4574+ x1="21"
4575+ y1="118"
4576+ x2="21"
4577+ y2="113" />
4578+ <linearGradient
4579+ inkscape:collect="always"
4580+ xlink:href="#linearGradient4613-9-3"
4581+ id="linearGradient5310"
4582+ gradientUnits="userSpaceOnUse"
4583+ gradientTransform="matrix(1.0650909,0,0,-1,5.068715,1160.3626)"
4584+ x1="21"
4585+ y1="118"
4586+ x2="21"
4587+ y2="113" />
4588+ <radialGradient
4589+ inkscape:collect="always"
4590+ xlink:href="#linearGradient4613-9-3"
4591+ id="radialGradient5312"
4592+ gradientUnits="userSpaceOnUse"
4593+ gradientTransform="matrix(1.8,0,0,1.9999999,-6,-117.99999)"
4594+ cx="8.8888893"
4595+ cy="118"
4596+ fx="8.8888893"
4597+ fy="118"
4598+ r="2.5" />
4599+ <radialGradient
4600+ inkscape:collect="always"
4601+ xlink:href="#linearGradient4347-8"
4602+ id="radialGradient5314"
4603+ gradientUnits="userSpaceOnUse"
4604+ gradientTransform="matrix(0.66666666,0,0,-0.40000001,23.185304,60.5692)"
4605+ cx="-18.277956"
4606+ cy="-3.5770998"
4607+ fx="-18.277956"
4608+ fy="-3.5770998"
4609+ r="15" />
4610+ <radialGradient
4611+ inkscape:collect="always"
4612+ xlink:href="#linearGradient3910-43"
4613+ id="radialGradient5316"
4614+ gradientUnits="userSpaceOnUse"
4615+ gradientTransform="matrix(1.9062262,0,0,-0.14814815,-19.750158,1612.6665)"
4616+ cx="16.131432"
4617+ cy="12.177969"
4618+ fx="16.131432"
4619+ fy="12.177969"
4620+ r="13.5" />
4621+ <radialGradient
4622+ inkscape:collect="always"
4623+ xlink:href="#linearGradient3134-1"
4624+ id="radialGradient5318"
4625+ gradientUnits="userSpaceOnUse"
4626+ gradientTransform="matrix(1.9062262,0,0,-0.2962963,-19.750158,1615.9706)"
4627+ cx="16.131432"
4628+ cy="12.177969"
4629+ fx="16.131432"
4630+ fy="12.177969"
4631+ r="13.5" />
4632+ <radialGradient
4633+ inkscape:collect="always"
4634+ xlink:href="#linearGradient3965-1"
4635+ id="radialGradient5320"
4636+ gradientUnits="userSpaceOnUse"
4637+ gradientTransform="matrix(-3.6097972e-7,0.59817925,-0.45454545,-4.1633795e-7,684.11913,1582.0067)"
4638+ cx="24.000013"
4639+ cy="1480.8622"
4640+ fx="24.000013"
4641+ fy="1480.8622"
4642+ r="22" />
4643+ <radialGradient
4644+ inkscape:collect="always"
4645+ xlink:href="#linearGradient3910-43"
4646+ id="radialGradient5322"
4647+ gradientUnits="userSpaceOnUse"
4648+ gradientTransform="matrix(0,0.05041952,-0.235294,0,231.96411,1593.1555)"
4649+ cx="63.606319"
4650+ cy="939.0979"
4651+ fx="63.606319"
4652+ fy="939.0979"
4653+ r="59.5" />
4654+ <linearGradient
4655+ inkscape:collect="always"
4656+ xlink:href="#linearGradient5632"
4657+ id="linearGradient5324"
4658+ gradientUnits="userSpaceOnUse"
4659+ x1="-44.210617"
4660+ y1="98.000221"
4661+ x2="-44.210617"
4662+ y2="33.000042" />
4663+ <linearGradient
4664+ inkscape:collect="always"
4665+ xlink:href="#linearGradient3121-0"
4666+ id="linearGradient5326"
4667+ gradientUnits="userSpaceOnUse"
4668+ x1="-9.9702311"
4669+ y1="66.903717"
4670+ x2="54.970074"
4671+ y2="66.903717" />
4672+ <linearGradient
4673+ inkscape:collect="always"
4674+ xlink:href="#linearGradient3855-3"
4675+ id="linearGradient5328"
4676+ gradientUnits="userSpaceOnUse"
4677+ x1="22.445093"
4678+ y1="97.999954"
4679+ x2="22.445093"
4680+ y2="50.186222" />
4681+ <radialGradient
4682+ inkscape:collect="always"
4683+ xlink:href="#linearGradient3134-1"
4684+ id="radialGradient5330"
4685+ gradientUnits="userSpaceOnUse"
4686+ gradientTransform="matrix(0.22339519,-5.6724431e-8,0,-0.05042172,-3.2093265,1658.1426)"
4687+ cx="63.606232"
4688+ cy="967.44391"
4689+ fx="63.606232"
4690+ fy="967.44391"
4691+ r="59.5" />
4692+ <radialGradient
4693+ inkscape:collect="always"
4694+ xlink:href="#linearGradient3134-1"
4695+ id="radialGradient5332"
4696+ gradientUnits="userSpaceOnUse"
4697+ gradientTransform="matrix(0.22339566,-5.6722683e-8,0,-0.05042016,-3.2093766,1646.1411)"
4698+ cx="63.606323"
4699+ cy="967.44409"
4700+ fx="63.606323"
4701+ fy="967.44409"
4702+ r="59.5" />
4703+ <linearGradient
4704+ inkscape:collect="always"
4705+ xlink:href="#linearGradient3987-3"
4706+ id="linearGradient5334"
4707+ gradientUnits="userSpaceOnUse"
4708+ gradientTransform="matrix(0.44197816,0,0,0.44197808,0.1493495,939.10273)"
4709+ x1="8.7142792"
4710+ y1="1503.7972"
4711+ x2="22.285671"
4712+ y2="1503.7972" />
4713+ <radialGradient
4714+ inkscape:collect="always"
4715+ xlink:href="#linearGradient4519-1"
4716+ id="radialGradient5336"
4717+ gradientUnits="userSpaceOnUse"
4718+ gradientTransform="matrix(-1.1996962e-6,0.45000002,-0.14999978,-3.9989813e-7,156.18321,1586.3791)"
4719+ cx="39.963745"
4720+ cy="994.55579"
4721+ fx="39.963745"
4722+ fy="994.55579"
4723+ r="20" />
4724+ <linearGradient
4725+ inkscape:collect="always"
4726+ xlink:href="#linearGradient5632"
4727+ id="linearGradient5338"
4728+ gradientUnits="userSpaceOnUse"
4729+ gradientTransform="matrix(0.16216218,0,0,0.16216524,-0.2162166,1593.4164)"
4730+ x1="44.5"
4731+ y1="85.99913"
4732+ x2="44.5"
4733+ y2="48.999542" />
4734+ <linearGradient
4735+ inkscape:collect="always"
4736+ xlink:href="#linearGradient3121-0"
4737+ id="linearGradient5340"
4738+ gradientUnits="userSpaceOnUse"
4739+ gradientTransform="matrix(0,0.1621592,-0.16216234,0,17.945953,1597.1462)"
4740+ x1="32"
4741+ y1="81"
4742+ x2="59"
4743+ y2="56" />
4744+ <linearGradient
4745+ inkscape:collect="always"
4746+ xlink:href="#linearGradient3855-3"
4747+ id="linearGradient5342"
4748+ gradientUnits="userSpaceOnUse"
4749+ gradientTransform="matrix(0.10817068,0,0,0.10808692,2.1811931,1597.0619)"
4750+ x1="43.698959"
4751+ y1="50.044907"
4752+ x2="43.698959"
4753+ y2="81.042397" />
4754+ <linearGradient
4755+ inkscape:collect="always"
4756+ xlink:href="#linearGradient3855-8"
4757+ id="linearGradient5344"
4758+ gradientUnits="userSpaceOnUse"
4759+ x1="44.5"
4760+ y1="85.999992"
4761+ x2="44.5"
4762+ y2="55.990475" />
4763+ <radialGradient
4764+ inkscape:collect="always"
4765+ xlink:href="#linearGradient3910-43"
4766+ id="radialGradient5346"
4767+ gradientUnits="userSpaceOnUse"
4768+ gradientTransform="matrix(0.23529412,0,1.3484089e-8,-0.05042,-3.9661858,1657.1409)"
4769+ cx="63.606232"
4770+ cy="967.44318"
4771+ fx="63.606232"
4772+ fy="967.44318"
4773+ r="59.5" />
4774+ <radialGradient
4775+ inkscape:collect="always"
4776+ xlink:href="#linearGradient3995-9"
4777+ id="radialGradient5348"
4778+ gradientUnits="userSpaceOnUse"
4779+ gradientTransform="matrix(1.2162021,0,0,0.81291135,-5.663487,330.96968)"
4780+ cx="10.511635"
4781+ cy="1568.3741"
4782+ fx="10.511635"
4783+ fy="1568.3741"
4784+ r="2.5" />
4785+ <radialGradient
4786+ inkscape:collect="always"
4787+ xlink:href="#linearGradient4032-7"
4788+ id="radialGradient5350"
4789+ gradientUnits="userSpaceOnUse"
4790+ gradientTransform="matrix(0.93910252,3.1446449e-8,-3.6294277e-8,1.0838758,-2.7506611,-94.115931)"
4791+ cx="10.511635"
4792+ cy="1567.8451"
4793+ fx="10.511635"
4794+ fy="1567.8451"
4795+ r="2.5" />
4796+ <radialGradient
4797+ inkscape:collect="always"
4798+ xlink:href="#linearGradient4040-4"
4799+ id="radialGradient5352"
4800+ gradientUnits="userSpaceOnUse"
4801+ gradientTransform="matrix(0.96224662,-1.2023283e-5,1.0417729e-5,0.83375101,-3.0103276,297.85604)"
4802+ cx="10.511635"
4803+ cy="1567.2548"
4804+ fx="10.511635"
4805+ fy="1567.2548"
4806+ r="2.4375" />
4807+ <radialGradient
4808+ inkscape:collect="always"
4809+ xlink:href="#linearGradient3229-73"
4810+ id="radialGradient5354"
4811+ gradientUnits="userSpaceOnUse"
4812+ gradientTransform="matrix(0.66666667,0,0,0.46666666,25.85404,47.4749)"
4813+ cx="-22.281059"
4814+ cy="-7.4461341"
4815+ fx="-22.281059"
4816+ fy="-7.4461341"
4817+ r="15" />
4818+ <radialGradient
4819+ inkscape:collect="always"
4820+ xlink:href="#linearGradient4287-3"
4821+ id="radialGradient5356"
4822+ gradientUnits="userSpaceOnUse"
4823+ gradientTransform="matrix(0.66666666,0,0,0.40000001,23.185304,49.4308)"
4824+ cx="-18.277956"
4825+ cy="-11.077006"
4826+ fx="-18.277956"
4827+ fy="-11.077006"
4828+ r="15" />
4829+ <radialGradient
4830+ inkscape:collect="always"
4831+ xlink:href="#linearGradient3910-43"
4832+ id="radialGradient5358"
4833+ gradientUnits="userSpaceOnUse"
4834+ gradientTransform="matrix(1.9062262,0,0,0.14814815,-19.750158,1592.5583)"
4835+ cx="16.131432"
4836+ cy="12.177969"
4837+ fx="16.131432"
4838+ fy="12.177969"
4839+ r="13.5" />
4840+ <radialGradient
4841+ inkscape:collect="always"
4842+ xlink:href="#linearGradient3134-1"
4843+ id="radialGradient5360"
4844+ gradientUnits="userSpaceOnUse"
4845+ gradientTransform="matrix(1.9062262,0,0,0.2962963,-19.750158,1591.7542)"
4846+ cx="16.131432"
4847+ cy="12.177969"
4848+ fx="16.131432"
4849+ fy="12.177969"
4850+ r="13.5" />
4851+ <radialGradient
4852+ inkscape:collect="always"
4853+ xlink:href="#linearGradient4613-9-3"
4854+ id="radialGradient5362"
4855+ gradientUnits="userSpaceOnUse"
4856+ gradientTransform="matrix(1.8,0,0,1.9999999,-6,-117.99999)"
4857+ cx="8.8888893"
4858+ cy="118"
4859+ fx="8.8888893"
4860+ fy="118"
4861+ r="2.5" />
4862+ <linearGradient
4863+ inkscape:collect="always"
4864+ xlink:href="#linearGradient4613-9-3"
4865+ id="linearGradient5364"
4866+ gradientUnits="userSpaceOnUse"
4867+ gradientTransform="matrix(0.99408496,0,0,1.4000916,5.7787744,875.15127)"
4868+ x1="21"
4869+ y1="118"
4870+ x2="21"
4871+ y2="113" />
4872+ <linearGradient
4873+ inkscape:collect="always"
4874+ xlink:href="#linearGradient4613-9-3"
4875+ id="linearGradient5366"
4876+ gradientUnits="userSpaceOnUse"
4877+ gradientTransform="matrix(0.99408496,0,0,-1.4000916,5.7787744,1205.5729)"
4878+ x1="21"
4879+ y1="118"
4880+ x2="21"
4881+ y2="113" />
4882+ <radialGradient
4883+ inkscape:collect="always"
4884+ xlink:href="#linearGradient4613-9-3"
4885+ id="radialGradient5368"
4886+ gradientUnits="userSpaceOnUse"
4887+ gradientTransform="matrix(1.8,0,0,1.9999999,-6,-117.99999)"
4888+ cx="8.8888893"
4889+ cy="118"
4890+ fx="8.8888893"
4891+ fy="118"
4892+ r="2.5" />
4893+ <radialGradient
4894+ inkscape:collect="always"
4895+ xlink:href="#linearGradient3965-1"
4896+ id="radialGradient5370"
4897+ gradientUnits="userSpaceOnUse"
4898+ gradientTransform="matrix(-2.5268581e-7,0.42727476,-0.31818182,-2.9738694e-7,479.18339,1616.1082)"
4899+ cx="24.000013"
4900+ cy="1480.8622"
4901+ fx="24.000013"
4902+ fy="1480.8622"
4903+ r="22" />
4904+ <radialGradient
4905+ inkscape:collect="always"
4906+ xlink:href="#linearGradient3910-43"
4907+ id="radialGradient5372"
4908+ gradientUnits="userSpaceOnUse"
4909+ gradientTransform="matrix(1.7142857,6.8572616e-8,-1.4285715e-8,0.35713668,-5.7142625,1045.8501)"
4910+ cx="8"
4911+ cy="1625.4625"
4912+ fx="8"
4913+ fy="1625.4625"
4914+ r="7" />
4915+ <radialGradient
4916+ inkscape:collect="always"
4917+ xlink:href="#linearGradient3910-43"
4918+ id="radialGradient5374"
4919+ gradientUnits="userSpaceOnUse"
4920+ gradientTransform="matrix(1.7142857,6.8572616e-8,-1.4285715e-8,0.35713668,-5.714263,1053.8501)"
4921+ cx="8"
4922+ cy="1625.4625"
4923+ fx="8"
4924+ fy="1625.4625"
4925+ r="7" />
4926+ <linearGradient
4927+ inkscape:collect="always"
4928+ xlink:href="#linearGradient5632"
4929+ id="linearGradient5376"
4930+ gradientUnits="userSpaceOnUse"
4931+ x1="-44.210617"
4932+ y1="98.000221"
4933+ x2="-44.210617"
4934+ y2="33.000042" />
4935+ <linearGradient
4936+ inkscape:collect="always"
4937+ xlink:href="#linearGradient3121-0"
4938+ id="linearGradient5378"
4939+ gradientUnits="userSpaceOnUse"
4940+ x1="-9.9702311"
4941+ y1="66.903717"
4942+ x2="54.970074"
4943+ y2="66.903717" />
4944+ <linearGradient
4945+ inkscape:collect="always"
4946+ xlink:href="#linearGradient3855-3"
4947+ id="linearGradient5380"
4948+ gradientUnits="userSpaceOnUse"
4949+ x1="22.445093"
4950+ y1="97.999954"
4951+ x2="22.445093"
4952+ y2="50.186222" />
4953+ <radialGradient
4954+ inkscape:collect="always"
4955+ xlink:href="#linearGradient3134-1"
4956+ id="radialGradient5382"
4957+ gradientUnits="userSpaceOnUse"
4958+ gradientTransform="matrix(0.15340475,-1.0350021e-7,0,-0.09200019,-1.7575118,1716.8757)"
4959+ cx="63.606319"
4960+ cy="972.96844"
4961+ fx="63.606319"
4962+ fy="972.96844"
4963+ r="59.5" />
4964+ <radialGradient
4965+ inkscape:collect="always"
4966+ xlink:href="#linearGradient3134-1"
4967+ id="radialGradient5384"
4968+ gradientUnits="userSpaceOnUse"
4969+ gradientTransform="matrix(0.15340475,-1.0350021e-7,0,-0.09200019,-1.7575118,1724.8757)"
4970+ cx="63.606319"
4971+ cy="972.96844"
4972+ fx="63.606319"
4973+ fy="972.96844"
4974+ r="59.5" />
4975+ <linearGradient
4976+ inkscape:collect="always"
4977+ xlink:href="#linearGradient3987-3"
4978+ id="linearGradient5386"
4979+ gradientUnits="userSpaceOnUse"
4980+ gradientTransform="matrix(0.29465392,0,0,0.29465387,0.43349629,1188.5199)"
4981+ x1="8.7142792"
4982+ y1="1503.7972"
4983+ x2="22.285671"
4984+ y2="1503.7972" />
4985+ <linearGradient
4986+ inkscape:collect="always"
4987+ xlink:href="#linearGradient5632"
4988+ id="linearGradient5388"
4989+ gradientUnits="userSpaceOnUse"
4990+ gradientTransform="matrix(0.10810812,0,0,0.10811016,0.1891889,1625.0651)"
4991+ x1="44.5"
4992+ y1="85.99913"
4993+ x2="44.5"
4994+ y2="48.999542" />
4995+ <linearGradient
4996+ inkscape:collect="always"
4997+ xlink:href="#linearGradient3121-0"
4998+ id="linearGradient5390"
4999+ gradientUnits="userSpaceOnUse"
5000+ gradientTransform="matrix(0,0.10810613,-0.10810822,0,12.297302,1627.5517)"
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: