summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2014-06-02 12:08:48 +0200
committerWim Taymans <wtaymans@redhat.com>2014-09-05 17:26:05 +0200
commit84afd44e5f57b0b61bed6806be092bf6ca7b7f86 (patch)
tree6b7ca8030d0444b1999b1c7c313dcede054adf16
Initial commitHEADmaster
-rw-r--r--.gitmodules3
-rw-r--r--COPYING340
-rw-r--r--Makefile.am52
-rw-r--r--NEWS0
-rwxr-xr-xautogen.sh26
-rw-r--r--configure.ac87
-rw-r--r--data/CREDITS0
-rw-r--r--data/Makefile.am59
-rw-r--r--data/app-menu.ui22
-rw-r--r--data/application.css8
-rw-r--r--data/icons/Makefile.am27
-rw-r--r--data/icons/hicolor/16x16/apps/org.gnome.GnomeMaxima.Application.pngbin0 -> 896 bytes
-rw-r--r--data/icons/hicolor/22x22/apps/org.gnome.GnomeMaxima.Application.pngbin0 -> 1415 bytes
-rw-r--r--data/icons/hicolor/256x256/apps/org.gnome.GnomeMaxima.Application.pngbin0 -> 54717 bytes
-rw-r--r--data/icons/hicolor/32x32/apps/org.gnome.GnomeMaxima.Application.pngbin0 -> 2218 bytes
-rw-r--r--data/icons/hicolor/48x48/apps/org.gnome.GnomeMaxima.Application.pngbin0 -> 4043 bytes
-rw-r--r--data/icons/hicolor/org.gnome.GnomeMaxima.Application.svg2758
-rw-r--r--data/org.gnome.GnomeMaxima.Application.appdata.xml.in16
-rw-r--r--data/org.gnome.GnomeMaxima.Application.data.gresource.xml7
-rw-r--r--data/org.gnome.GnomeMaxima.Application.desktop.in9
-rw-r--r--data/org.gnome.GnomeMaxima.Application.gschema.xml11
-rw-r--r--data/org.gnome.GnomeMaxima.Application.service.in3
-rw-r--r--git.mk227
-rw-r--r--glib-tap.mk134
-rw-r--r--gnome-maxima.doap26
m---------libgd0
-rw-r--r--m4/glibtests.m428
-rw-r--r--org.gnome.GnomeMaxima.spec59
-rw-r--r--po/LINGUAS2
-rw-r--r--po/POTFILES.in12
-rw-r--r--po/POTFILES.skip0
-rw-r--r--src/Makefile.am44
-rw-r--r--src/init.lisp42
-rw-r--r--src/main.js105
-rw-r--r--src/org.gnome.GnomeMaxima.Application.in7
-rw-r--r--src/org.gnome.GnomeMaxima.Application.src.gresource.xml9
-rw-r--r--src/package.js247
-rw-r--r--src/page.html101
-rw-r--r--src/params.js124
-rw-r--r--src/util.js146
-rw-r--r--src/window.js316
-rw-r--r--tests/Makefile.am33
-rw-r--r--tests/testutil.py80
-rwxr-xr-xtests/world_view.py98
44 files changed, 5268 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..bfd964e
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "libgd"]
+ path = libgd
+ url = git://git.gnome.org/libgd
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..d60c31a
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,340 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users. This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it. (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.) You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+ To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+
+ We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+ Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software. If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+ Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary. To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ GNU GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language. (Hereinafter, translation is included without limitation in
+the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+ 1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+ 2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) You must cause the modified files to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in
+ whole or in part contains or is derived from the Program or any
+ part thereof, to be licensed as a whole at no charge to all third
+ parties under the terms of this License.
+
+ c) If the modified program normally reads commands interactively
+ when run, you must cause it, when started running for such
+ interactive use in the most ordinary way, to print or display an
+ announcement including an appropriate copyright notice and a
+ notice that there is no warranty (or else, saying that you provide
+ a warranty) and that users may redistribute the program under
+ these conditions, and telling the user how to view a copy of this
+ License. (Exception: if the Program itself is interactive but
+ does not normally print such an announcement, your work based on
+ the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable
+ source code, which must be distributed under the terms of Sections
+ 1 and 2 above on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three
+ years, to give any third party, for a charge no more than your
+ cost of physically performing source distribution, a complete
+ machine-readable copy of the corresponding source code, to be
+ distributed under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it. For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable. However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License. Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+ 5. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Program or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+ 6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+ 7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded. In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+ 9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation. If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+ 10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission. For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this. Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+ NO WARRANTY
+
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+ <one line to give the program's name and a brief idea of what it does.>
+ Copyright (C) <year> <name of author>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+ Gnomovision version 69, Copyright (C) year name of author
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary. Here is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+ <signature of Ty Coon>, 1 April 1989
+ Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs. If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library. If this is what you want to do, use the GNU Library General
+Public License instead of this License.
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..0be1a60
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,52 @@
+ACLOCAL_AMFLAGS = -I m4 -I libgd ${ACLOCAL_FLAGS}
+DISTCHECK_CONFIGURE_FLAGS = --disable-dogtail
+
+SUBDIRS = po data libgd src tests
+
+MAINTAINERCLEANFILES = \
+ $(srcdir)/INSTALL \
+ $(srcdir)/aclocal.m4 \
+ $(srcdir)/autoscan.log \
+ $(srcdir)/compile \
+ $(srcdir)/config.guess \
+ $(srcdir)/config.h.in \
+ $(srcdir)/config.sub \
+ $(srcdir)/configure.scan \
+ $(srcdir)/depcomp \
+ $(srcdir)/install-sh \
+ $(srcdir)/ltmain.sh \
+ $(srcdir)/missing \
+ $(srcdir)/mkinstalldirs
+
+GITIGNOREFILES = \
+ .anjuta \
+ .anjuta_sym_db.db \
+ m4/intltool.m4 \
+ m4/libtool.m4 \
+ m4/lt* \
+ rpms/
+
+distdir = $(PACKAGE_TARNAME)-$(VERSION)
+
+rpmdefines = \
+ --define "_name $(PACKAGE_NAME)" \
+ --define "_version $(PACKAGE_VERSION)" \
+ --define "_distdir $(PACKAGE_TARNAME)" \
+ --define "_sourcedir $(abs_builddir)" \
+ --define "_specdir $(abs_srcdir)" \
+ --define "_builddir $(abs_builddir)/rpms" \
+ --define "_srcrpmdir $(abs_builddir)/rpms" \
+ --define "_rpmdir $(abs_builddir)/rpms"
+
+rpm: dist
+ @rm -fR $(builddir)/rpms
+ @mkdir $(builddir)/rpms
+ env -i PATH=/usr/bin/:/bin SHELL=$(SHELL) HOSTNAME=$${HOSTNAME} HOME=$${HOME} \
+ rpmbuild $(rpmdefines) -ba $(srcdir)/$(PACKAGE_NAME).spec
+
+clean-local:
+ rm -fR $(builddir)/rpms
+
+EXTRA_DIST = $(PACKAGE_NAME).spec
+
+include $(top_srcdir)/git.mk
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/NEWS
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..205b1a8
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,26 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+ACLOCAL_FLAGS="-I libgd ${ACLOCAL_FLAGS}"
+PKG_NAME="gnome-maxima"
+
+test -f $srcdir/configure.ac || {
+ echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+ echo " top-level gnome-maxima directory"
+ exit 1
+}
+
+which gnome-autogen.sh || {
+ echo "You need to install gnome-common from GNOME Git (or from"
+ echo "your OS vendor's package manager)."
+ exit 1
+}
+
+(cd "$srcdir" ;
+test -d m4 || mkdir m4/ ;
+git submodule update --init --recursive ;
+)
+. gnome-autogen.sh
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..3bb6c48
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,87 @@
+AC_PREREQ(2.63)
+AC_INIT([org.gnome.GnomeMaxima],[3.13.2],
+ [https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-maxima],
+ [gnome-maxima],
+ [https://wiki.gnome.org/Apps/GnomeMaxima])
+
+AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIR([m4])
+
+AM_INIT_AUTOMAKE([1.12 dist-xz no-dist-gzip foreign tar-ustar no-define serial-tests -Wno-portability])
+# revert automake using PACKAGE_TARNAME instead of PACKAGE_NAME
+AC_SUBST([PACKAGE], [$PACKAGE_NAME])
+
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
+GETTEXT_PACKAGE=$PACKAGE_NAME
+AC_SUBST(GETTEXT_PACKAGE)
+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
+ [The prefix for our gettext translation domains.])
+IT_PROG_INTLTOOL(0.26)
+
+AC_PROG_CC
+AM_PROG_CC_C_O
+LT_INIT([disable-static])
+
+LIBGD_INIT([main-view gir])
+
+PKG_PROG_PKG_CONFIG([0.22])
+
+GLIB_GSETTINGS
+GOBJECT_INTROSPECTION_REQUIRE([1.35.9])
+GJS_MIN_VERSION=1.38.0
+PKG_CHECK_MODULES([DEPS], [gdk-3.0
+ gdk-pixbuf-2.0
+ gio-2.0
+ glib-2.0
+ gobject-2.0
+ gtk+-3.0 >= 3.10.0
+ gjs-1.0 >= $GJS_MIN_VERSION])
+
+AC_PATH_PROG([GJS],[gjs])
+
+AC_ARG_ENABLE(dogtail,
+ [AS_HELP_STRING([--enable-dogtail],
+ [test using dogtail [default=yes]])],,
+ enable_dogtail=yes)
+AM_CONDITIONAL(ENABLE_DOGTAIL, test "$enable_dogtail" != no)
+# coverage
+AC_ARG_ENABLE([coverage],
+ [AS_HELP_STRING([--enable-coverage],
+ [enable code coverage])],
+ , [enable_coverage=no])
+if test x$enable_coverage = xyes; then
+ if test x$GCC != xyes; then
+ AC_MSG_ERROR([GCC is required for --enable-coverage])
+ fi
+
+ AC_PATH_TOOL([LCOV], [lcov])
+ AC_PATH_TOOL([GENHTML], [genhtml])
+
+ if test x$LCOV = x || test x$GENHTML = x; then
+ AC_MSG_ERROR([lcov and genhtml are required for --enable-coverage])
+ fi
+
+ # only enable these if we ever want code coverage for libgd
+ # (which we don't)
+ #CFLAGS="$CFLAGS -g -O0 --coverage"
+ #CXXFLAGS="$CXXFLAGS -g -O0 --coverage"
+ #LIBS="$LIBS -lgcov"
+fi
+AM_CONDITIONAL([ENABLE_COVERAGE], [test x$enable_coverage = xyes])
+
+GLIB_TESTS
+
+GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0`
+AC_SUBST(GLIB_COMPILE_RESOURCES)
+
+AC_CONFIG_FILES([
+ Makefile
+ data/Makefile
+ data/icons/Makefile
+ libgd/Makefile
+ src/Makefile
+ tests/Makefile
+ po/Makefile.in
+])
+AC_OUTPUT
diff --git a/data/CREDITS b/data/CREDITS
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/data/CREDITS
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..872aede
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,59 @@
+# I chose to use recursive automake so I can use nobase_ and avoid
+# 5 different directory declarations
+SUBDIRS = icons
+
+app_resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/$(PACKAGE_NAME).Application.data.gresource.xml)
+$(PACKAGE_NAME).Application.data.gresource: $(PACKAGE_NAME).Application.data.gresource.xml $(app_resource_files)
+ $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) $<
+
+resourcedir = $(pkgdatadir)
+resource_DATA = $(PACKAGE_NAME).Application.data.gresource
+
+appsdir = $(datadir)/applications
+apps_DATA = $(PACKAGE_NAME).Application.desktop
+
+@INTLTOOL_DESKTOP_RULE@
+
+gsettings_SCHEMAS = $(PACKAGE_NAME).Application.gschema.xml
+
+@GSETTINGS_RULES@
+
+appdatadir = $(datadir)/appdata
+appdata_DATA = $(PACKAGE_NAME).Application.appdata.xml
+
+@INTLTOOL_XML_RULE@
+
+$(PACKAGE_NAME).Application.service: $(PACKAGE_NAME).Application.service.in
+ $(AM_V_GEN) sed \
+ -e "s|[@]PACKAGE_NAME@|$(PACKAGE_NAME)|g" \
+ -e "s|[@]pkgdatadir@|$(pkgdatadir)|g" \
+ -e "s|[@]pkglibdir@|$(pkglibdir)|g" \
+ $< > $@
+
+servicedir = $(datadir)/dbus-1/services
+service_DATA = $(PACKAGE_NAME).Application.service
+
+EXTRA_DIST = \
+ CREDITS \
+ $(PACKAGE_NAME).Application.desktop.in \
+ $(PACKAGE_NAME).Application.service.in \
+ $(PACKAGE_NAME).Application.data.gresource.xml \
+ $(gsettings_SCHEMAS) \
+ $(PACKAGE_NAME).Application.appdata.xml.in \
+ $(app_resource_files) \
+ $(NULL)
+
+CLEANFILES = \
+ $(PACKAGE_NAME).Application.service \
+ $(PACKAGE_NAME).Application.data.gresource \
+ $(PACKAGE_NAME).Application.appdata.xml \
+ $(apps_DATA) \
+ *.valid \
+ gschemas.compiled \
+ $(NULL)
+
+# For uninstalled use
+all-local:
+ $(GLIB_COMPILE_SCHEMAS) $(builddir)
+
+-include $(top_srcdir)/git.mk
diff --git a/data/app-menu.ui b/data/app-menu.ui
new file mode 100644
index 0000000..6f10188
--- /dev/null
+++ b/data/app-menu.ui
@@ -0,0 +1,22 @@
+<interface>
+ <menu id="app-menu">
+ <section>
+ <item>
+ <attribute name="label" translatable="yes">_Preferences</attribute>
+ <attribute name="action">win.preferences</attribute>
+ <attribute name="accel">&lt;Primary&gt;p</attribute>
+ </item>
+ </section>
+ <section>
+ <item>
+ <attribute name="action">win.about</attribute>
+ <attribute name="label" translatable="yes">About</attribute>
+ </item>
+ <item>
+ <attribute name="action">app.quit</attribute>
+ <attribute name="label" translatable="yes">Quit</attribute>
+ <attribute name="accel">&lt;Primary&gt;q</attribute>
+ </item>
+ </section>
+ </menu>
+</interface>
diff --git a/data/application.css b/data/application.css
new file mode 100644
index 0000000..2b8782a
--- /dev/null
+++ b/data/application.css
@@ -0,0 +1,8 @@
+#loading-label {
+ padding-top: 24px;
+ font-size: 1.5em;
+}
+
+.content-view.cell {
+ font-weight: bold;
+}
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
new file mode 100644
index 0000000..ec76de1
--- /dev/null
+++ b/data/icons/Makefile.am
@@ -0,0 +1,27 @@
+icondir = $(datadir)/icons/
+
+# I'd like to use nobase_dist_icon_DATA, but
+# automake doesn't recognizes two prefixes at once
+nobase_icon_DATA = \
+ hicolor/16x16/apps/$(PACKAGE_NAME).Application.png \
+ hicolor/22x22/apps/$(PACKAGE_NAME).Application.png \
+ hicolor/32x32/apps/$(PACKAGE_NAME).Application.png \
+ hicolor/48x48/apps/$(PACKAGE_NAME).Application.png \
+ hicolor/256x256/apps/$(PACKAGE_NAME).Application.png
+
+EXTRA_DIST = $(nobase_icon_DATA) hicolor/$(PACKAGE_NAME).Application.svg
+
+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor; gtk-update-icon-cache -f -t $(datadir)/icons/HighContrast
+
+install-data-hook: update-icon-cache
+uninstall-hook: update-icon-cache
+update-icon-cache:
+ @-if test -z "$(DESTDIR)"; then \
+ echo "Updating Gtk icon cache."; \
+ $(gtk_update_icon_cache); \
+ else \
+ echo "*** Icon cache not updated. After (un)install, run this:"; \
+ echo "*** $(gtk_update_icon_cache)"; \
+ fi
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/hicolor/16x16/apps/org.gnome.GnomeMaxima.Application.png b/data/icons/hicolor/16x16/apps/org.gnome.GnomeMaxima.Application.png
new file mode 100644
index 0000000..d5af846
--- /dev/null
+++ b/data/icons/hicolor/16x16/apps/org.gnome.GnomeMaxima.Application.png
Binary files differ
diff --git a/data/icons/hicolor/22x22/apps/org.gnome.GnomeMaxima.Application.png b/data/icons/hicolor/22x22/apps/org.gnome.GnomeMaxima.Application.png
new file mode 100644
index 0000000..a4bf600
--- /dev/null
+++ b/data/icons/hicolor/22x22/apps/org.gnome.GnomeMaxima.Application.png
Binary files differ
diff --git a/data/icons/hicolor/256x256/apps/org.gnome.GnomeMaxima.Application.png b/data/icons/hicolor/256x256/apps/org.gnome.GnomeMaxima.Application.png
new file mode 100644
index 0000000..34b0f36
--- /dev/null
+++ b/data/icons/hicolor/256x256/apps/org.gnome.GnomeMaxima.Application.png
Binary files differ
diff --git a/data/icons/hicolor/32x32/apps/org.gnome.GnomeMaxima.Application.png b/data/icons/hicolor/32x32/apps/org.gnome.GnomeMaxima.Application.png
new file mode 100644
index 0000000..a373ec9
--- /dev/null
+++ b/data/icons/hicolor/32x32/apps/org.gnome.GnomeMaxima.Application.png
Binary files differ
diff --git a/data/icons/hicolor/48x48/apps/org.gnome.GnomeMaxima.Application.png b/data/icons/hicolor/48x48/apps/org.gnome.GnomeMaxima.Application.png
new file mode 100644
index 0000000..b137e26
--- /dev/null
+++ b/data/icons/hicolor/48x48/apps/org.gnome.GnomeMaxima.Application.png
Binary files differ
diff --git a/data/icons/hicolor/org.gnome.GnomeMaxima.Application.svg b/data/icons/hicolor/org.gnome.GnomeMaxima.Application.svg
new file mode 100644
index 0000000..e803536
--- /dev/null
+++ b/data/icons/hicolor/org.gnome.GnomeMaxima.Application.svg
@@ -0,0 +1,2758 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ style="display:inline;enable-background:new"
+ version="1.0"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ sodipodi:docname="maxima.svg"
+ inkscape:version="0.48.4 r9939"
+ sodipodi:version="0.32"
+ id="svg11300"
+ height="300"
+ width="400"
+ inkscape:export-filename="/home/lapo/firewall.png"
+ inkscape:export-xdpi="90.000000"
+ inkscape:export-ydpi="90.000000">
+ <title
+ id="title6580">GnomeMaxima</title>
+ <sodipodi:namedview
+ stroke="#ef2929"
+ fill="#f57900"
+ id="base"
+ pagecolor="#474747"
+ bordercolor="#666666"
+ borderopacity="0.25490196"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="98.50362"
+ inkscape:cy="137.35137"
+ inkscape:current-layer="layer9"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1506"
+ inkscape:window-height="1185"
+ inkscape:window-x="1052"
+ inkscape:window-y="126"
+ width="400px"
+ height="300px"
+ inkscape:snap-nodes="false"
+ inkscape:snap-bbox="true"
+ gridtolerance="10000"
+ inkscape:object-nodes="true"
+ inkscape:snap-grids="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:window-maximized="0"
+ showborder="true">
+ <inkscape:grid
+ snapvisiblegridlinesonly="true"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ type="xygrid"
+ id="grid5883"
+ spacingx="1px"
+ spacingy="1px" />
+ <inkscape:grid
+ snapvisiblegridlinesonly="true"
+ empopacity="0.25098039"
+ empcolor="#ff0000"
+ opacity="0.1254902"
+ color="#ff0000"
+ spacingy="0.5px"
+ spacingx="0.5px"
+ enabled="false"
+ visible="true"
+ empspacing="2"
+ id="grid11592"
+ type="xygrid" />
+ </sodipodi:namedview>
+ <defs
+ id="defs3">
+ <linearGradient
+ id="linearGradient3990">
+ <stop
+ id="stop3992"
+ offset="0"
+ style="stop-color:#fce94f;stop-opacity:0" />
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0"
+ offset="0.83742273"
+ id="stop3994" />
+ <stop
+ id="stop3996"
+ offset="1"
+ style="stop-color:#fcaf3e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3940">
+ <stop
+ id="stop3942"
+ offset="0"
+ style="stop-color:#fce94f;stop-opacity:0" />
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0"
+ offset="0.75459349"
+ id="stop3944" />
+ <stop
+ id="stop3946"
+ offset="1"
+ style="stop-color:#fcaf3e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3926">
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0"
+ offset="0"
+ id="stop3928" />
+ <stop
+ id="stop3934"
+ offset="0.71764708"
+ style="stop-color:#fce94f;stop-opacity:0" />
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="1"
+ id="stop3930" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5125-2">
+ <stop
+ style="stop-color:#ffc10f;stop-opacity:1;"
+ offset="0"
+ id="stop5127-5" />
+ <stop
+ style="stop-color:#ffc10f;stop-opacity:0;"
+ offset="1"
+ id="stop5129-3" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5125-2"
+ id="radialGradient7284"
+ gradientUnits="userSpaceOnUse"
+ cx="23.071428"
+ cy="23.142857"
+ fx="23.071428"
+ fy="23.142857"
+ r="22.825405" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient25920-9-4-1-3-8-2"
+ id="linearGradient3220"
+ gradientUnits="userSpaceOnUse"
+ x1="-694.53412"
+ y1="744.57599"
+ x2="-691.14044"
+ y2="667.1698" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient25920-9-4-1-3-8-2">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1"
+ offset="0"
+ id="stop25922-8-9-1-4-3-9" />
+ <stop
+ style="stop-color:#f1f1ef;stop-opacity:1"
+ offset="1"
+ id="stop25924-1-0-6-9-8-9" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter25454-2-2-1-8-8-2-8">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.5113054"
+ id="feGaussianBlur25456-1-9-0-8-7-2-5" />
+ </filter>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4014"
+ id="radialGradient3222"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.66069315,-2.9874183,0.59047704,0.13058906,-650.96165,-1535.3238)"
+ cx="-715.65979"
+ cy="716.98883"
+ fx="-715.65979"
+ fy="716.98883"
+ r="101.00033" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4014">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4016" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4018" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter25378-7-5-8-2-7-0-7">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="3.4734375"
+ id="feGaussianBlur25380-5-7-4-6-6-8-3" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient26872-8-2-6-2-9-3"
+ id="linearGradient3224"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1.542298e-5,0)"
+ x1="-709.04706"
+ y1="725.49738"
+ x2="-692.58136"
+ y2="671.24988" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient26872-8-2-6-2-9-3">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop26874-9-0-2-6-4-3" />
+ <stop
+ style="stop-color:#c6d8eb;stop-opacity:1"
+ offset="1"
+ id="stop26876-4-8-4-6-0-7" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter26868-5-7-5-7-3-7">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.395758"
+ id="feGaussianBlur26870-6-6-7-6-5-5" />
+ </filter>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter25378-7-0-3-7-3-8-1-7">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="3.4734375"
+ id="feGaussianBlur25380-5-8-1-9-2-8-6-2" />
+ </filter>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter27205-7-2-3-3-6-3"
+ x="-0.041794226"
+ width="1.0835885"
+ y="-0.15519226"
+ height="1.3103845">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.0893812"
+ id="feGaussianBlur27207-6-6-8-4-3-6" />
+ </filter>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5115-9"
+ id="radialGradient7304-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.01674,0,-0.39987)"
+ cx="21.895287"
+ cy="23.886944"
+ fx="21.895287"
+ fy="23.886944"
+ r="23.398855" />
+ <linearGradient
+ id="linearGradient5115-9">
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="0"
+ id="stop5117-2" />
+ <stop
+ style="stop-color:#f6e97f;stop-opacity:0.35922331;"
+ offset="0.83783782"
+ id="stop5123-5" />
+ <stop
+ style="stop-color:#edd400;stop-opacity:1;"
+ offset="1"
+ id="stop5119-8" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5115-9"
+ id="radialGradient6494-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.01674,0,-0.39987)"
+ cx="21.895287"
+ cy="23.886944"
+ fx="21.895287"
+ fy="23.886944"
+ r="23.398855" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5142-2-9"
+ id="radialGradient6500-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.421498,0,0,1.421498,-9.724552,-9.754659)"
+ cx="23.071423"
+ cy="30.798319"
+ fx="23.071423"
+ fy="30.798319"
+ r="22.856438" />
+ <linearGradient
+ id="linearGradient5142-2-9">
+ <stop
+ style="stop-color:#f1ff74;stop-opacity:1;"
+ offset="0"
+ id="stop5144-3-6" />
+ <stop
+ style="stop-color:#ffc10f;stop-opacity:1;"
+ offset="1"
+ id="stop5146-0-3" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5125-2-9"
+ id="radialGradient7294-4"
+ gradientUnits="userSpaceOnUse"
+ cx="23.071428"
+ cy="23.142857"
+ fx="23.071428"
+ fy="23.142857"
+ r="22.825405" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5125-2-9">
+ <stop
+ style="stop-color:#ffc10f;stop-opacity:1;"
+ offset="0"
+ id="stop5127-5-1" />
+ <stop
+ style="stop-color:#ffc10f;stop-opacity:0;"
+ offset="1"
+ id="stop5129-3-4" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath7280-4">
+ <path
+ style="color:#000000;fill:url(#radialGradient7284);fill-opacity:1;fill-rule:evenodd;stroke:#ff9e1a;stroke-width:0.82223737;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ sodipodi:type="arc"
+ sodipodi:ry="22.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:cy="23.142857"
+ sodipodi:cx="23.071428"
+ id="path7282-8"
+ d="m 45.214285,23.142857 a 22.142857,22.142857 0 1 1 -44.2857133,0 22.142857,22.142857 0 1 1 44.2857133,0 z" />
+ </clipPath>
+ <filter
+ color-interpolation-filters="sRGB"
+ inkscape:collect="always"
+ id="filter7290-0">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.4228342"
+ id="feGaussianBlur7292-1" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5150-9-8">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop5152-0-2" />
+ <stop
+ style="stop-color:white;stop-opacity:0;"
+ offset="1"
+ id="stop5154-2-5" />
+ </linearGradient>
+ <radialGradient
+ r="14.760339"
+ fy="25.618958"
+ fx="25.245258"
+ cy="25.618958"
+ cx="25.245258"
+ gradientTransform="matrix(-1.7842441e-8,-1.4755586,2.2052727,-2.8428932e-8,263.50324,102.28502)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4393"
+ xlink:href="#linearGradient5150-9-8"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28273"
+ id="radialGradient3906"
+ gradientUnits="userSpaceOnUse"
+ cx="23.071428"
+ cy="23.142857"
+ fx="23.071428"
+ fy="23.142857"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28273">
+ <stop
+ style="stop-color:#fdef82;stop-opacity:1;"
+ offset="0"
+ id="stop28275" />
+ <stop
+ id="stop28394"
+ offset="0.67357397"
+ style="stop-color:#ffffff;stop-opacity:0.625" />
+ <stop
+ style="stop-color:#fdef82;stop-opacity:0;"
+ offset="1"
+ id="stop28277" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28054"
+ id="radialGradient3912"
+ gradientUnits="userSpaceOnUse"
+ cx="23.071428"
+ cy="23.142857"
+ fx="23.071428"
+ fy="23.142857"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28054">
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="0"
+ id="stop28056" />
+ <stop
+ id="stop28215"
+ offset="0.6817528"
+ style="stop-color:#fcaf3e;stop-opacity:1" />
+ <stop
+ id="stop28213"
+ offset="1"
+ style="stop-color:#fdef80;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28384"
+ id="radialGradient3914"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.8622657,-0.76694183,0.42476521,1.5852454,-55.411006,-0.96291534)"
+ cx="21.556686"
+ cy="29.701973"
+ fx="21.556686"
+ fy="29.701973"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28384">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop28386" />
+ <stop
+ id="stop28392"
+ offset="0.69999999"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1"
+ id="stop28388" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28339"
+ id="radialGradient3916"
+ gradientUnits="userSpaceOnUse"
+ cx="23.071428"
+ cy="23.142857"
+ fx="23.071428"
+ fy="23.142857"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28339">
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:0;"
+ offset="0"
+ id="stop28341" />
+ <stop
+ style="stop-color:#fdef80;stop-opacity:0;"
+ offset="0.95431161"
+ id="stop28343" />
+ <stop
+ id="stop28345"
+ offset="1"
+ style="stop-color:#eec78b;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3926"
+ id="radialGradient3932"
+ cx="135.5"
+ cy="164"
+ fx="135.5"
+ fy="164"
+ r="115.70401"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0297673,0,0,1.0297673,-4.0334765,-4.8818456)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3926"
+ id="radialGradient3936"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0738911,0,0,1.0738911,-10.012245,-12.118141)"
+ cx="135.5"
+ cy="164"
+ fx="135.5"
+ fy="164"
+ r="115.70401" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3940"
+ id="radialGradient3938"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.72943415,-0.85248437,0.85248438,0.72943416,-103.14577,159.88443)"
+ cx="135.5"
+ cy="164"
+ fx="135.5"
+ fy="164"
+ r="115.70401" />
+ <radialGradient
+ cx="13.633953"
+ cy="113.42387"
+ fx="13.633953"
+ fy="113.42387"
+ gradientTransform="matrix(3.4358255,0,0,1.0644342,-32.963037,-6.5476106)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient15538-8"
+ inkscape:collect="always"
+ r="16"
+ xlink:href="#linearGradient2851-4" />
+ <linearGradient
+ id="linearGradient2851-4">
+ <stop
+ id="stop2853-7"
+ offset="0"
+ style="stop-color:white;stop-opacity:1;" />
+ <stop
+ id="stop2855-7"
+ offset="0.26506025"
+ style="stop-color:white;stop-opacity:1;" />
+ <stop
+ id="stop2857-6"
+ offset="1"
+ style="stop-color:#babdb6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5274-4"
+ id="linearGradient5280-89"
+ x1="17.006908"
+ y1="120.61713"
+ x2="18.1875"
+ y2="111.21875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5274-4">
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1;"
+ offset="0"
+ id="stop5276-76" />
+ <stop
+ style="stop-color:#c1d5ea;stop-opacity:1"
+ offset="1"
+ id="stop5278-8" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28273-9-1-6-5"
+ id="radialGradient5254-1"
+ gradientUnits="userSpaceOnUse"
+ cx="23.071428"
+ cy="23.142857"
+ fx="23.071428"
+ fy="23.142857"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28273-9-1-6-5">
+ <stop
+ style="stop-color:#fdef82;stop-opacity:1;"
+ offset="0"
+ id="stop28275-57-6-6-8" />
+ <stop
+ id="stop28394-2-8-1-4"
+ offset="0.67357397"
+ style="stop-color:#ffffff;stop-opacity:0.625" />
+ <stop
+ style="stop-color:#fdef82;stop-opacity:0;"
+ offset="1"
+ id="stop28277-7-0-0-3" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3926-6-2-0-5"
+ id="radialGradient5260-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0297673,0,0,1.0297673,-4.0334765,-4.8818456)"
+ cx="135.5"
+ cy="164"
+ fx="135.5"
+ fy="164"
+ r="115.70401" />
+ <linearGradient
+ id="linearGradient3926-6-2-0-5">
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0"
+ offset="0"
+ id="stop3928-9-6-9-3" />
+ <stop
+ id="stop3934-4-2-8-9"
+ offset="0.71764708"
+ style="stop-color:#fce94f;stop-opacity:0" />
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="1"
+ id="stop3930-4-2-9-4" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3926-6-2-0-5"
+ id="radialGradient5256-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.95516154,0,0,0.95516154,6.0756099,7.3535062)"
+ cx="135.5"
+ cy="164"
+ fx="135.5"
+ fy="164"
+ r="115.70401" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3940-2-8-2-2"
+ id="radialGradient5258-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.6440242,-0.75266639,0.7526664,0.64402421,-75.202573,160.36632)"
+ cx="135.5"
+ cy="164"
+ fx="135.5"
+ fy="164"
+ r="115.70401" />
+ <linearGradient
+ id="linearGradient3940-2-8-2-2">
+ <stop
+ id="stop3942-28-8-6-5"
+ offset="0"
+ style="stop-color:#fce94f;stop-opacity:0" />
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0"
+ offset="0.75459349"
+ id="stop3944-38-5-2-4" />
+ <stop
+ id="stop3946-1-1-5-0"
+ offset="1"
+ style="stop-color:#fcaf3e;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3926-9-1-3-1"
+ id="radialGradient5262-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0297673,0,0,1.0297673,-4.0334765,-4.8818456)"
+ cx="135.5"
+ cy="164"
+ fx="135.5"
+ fy="164"
+ r="115.70401" />
+ <linearGradient
+ id="linearGradient3926-9-1-3-1">
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0"
+ offset="0"
+ id="stop3928-8-1-9-4" />
+ <stop
+ id="stop3934-1-7-9-8"
+ offset="0.71764708"
+ style="stop-color:#fce94f;stop-opacity:0" />
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="1"
+ id="stop3930-3-6-6-9" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28054-7-8-1-8"
+ id="radialGradient5264-0"
+ gradientUnits="userSpaceOnUse"
+ cx="23.071428"
+ cy="23.142857"
+ fx="23.071428"
+ fy="23.142857"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28054-7-8-1-8">
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="0"
+ id="stop28056-3-4-9-8" />
+ <stop
+ id="stop28215-3-5-5-8"
+ offset="0.6817528"
+ style="stop-color:#fcaf3e;stop-opacity:1" />
+ <stop
+ id="stop28213-1-5-1-6"
+ offset="1"
+ style="stop-color:#fdef80;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28384-5-5-2-5"
+ id="radialGradient5266-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.8622657,-0.76694183,0.42476521,1.5852454,-55.411006,-0.96291534)"
+ cx="21.556686"
+ cy="29.701973"
+ fx="21.556686"
+ fy="29.701973"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28384-5-5-2-5">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop28386-9-39-1-4" />
+ <stop
+ id="stop28392-5-4-3-6"
+ offset="0.69999999"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1"
+ id="stop28388-7-58-4-5" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3926-9-0-4-7-3"
+ id="radialGradient5268-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0297673,0,0,1.0297673,-4.0334765,-4.8818456)"
+ cx="135.5"
+ cy="164"
+ fx="135.5"
+ fy="164"
+ r="115.70401" />
+ <linearGradient
+ id="linearGradient3926-9-0-4-7-3">
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0"
+ offset="0"
+ id="stop3928-8-0-3-0-6" />
+ <stop
+ id="stop3934-1-1-9-6-9"
+ offset="0.71764708"
+ style="stop-color:#fce94f;stop-opacity:0" />
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="1"
+ id="stop3930-3-4-4-9-6" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28054-7-6-5-8-6"
+ id="radialGradient5270-2"
+ gradientUnits="userSpaceOnUse"
+ cx="23.071428"
+ cy="23.142857"
+ fx="23.071428"
+ fy="23.142857"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28054-7-6-5-8-6">
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="0"
+ id="stop28056-3-2-2-7-1" />
+ <stop
+ id="stop28215-3-2-1-4-4"
+ offset="0.6817528"
+ style="stop-color:#fcaf3e;stop-opacity:1" />
+ <stop
+ id="stop28213-1-1-8-5-0"
+ offset="1"
+ style="stop-color:#fdef80;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28384-5-4-6-6-7"
+ id="radialGradient5272-3"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5684027,-0.6882015,0.38115545,1.4224915,-47.780998,2.1738163)"
+ cx="22.349026"
+ cy="30.340141"
+ fx="22.349026"
+ fy="30.340141"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28384-5-4-6-6-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop28386-9-3-7-6-2" />
+ <stop
+ id="stop28392-5-2-7-7-8"
+ offset="0.69999999"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1"
+ id="stop28388-7-5-50-4-1" />
+ </linearGradient>
+ <radialGradient
+ cx="20.387419"
+ cy="14.567855"
+ fx="20.387419"
+ fy="14.567855"
+ gradientTransform="matrix(2.6623136,0,0,0.89464895,-34.652695,4.0187119)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3080-2-5-3-4"
+ inkscape:collect="always"
+ r="24"
+ xlink:href="#linearGradient3389-2-1-80-3" />
+ <linearGradient
+ id="linearGradient3389-2-1-80-3">
+ <stop
+ id="stop3391-6-4-4-2"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop3397-2-3-5-0"
+ offset="0.26506028"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop3393-8-3-8-2"
+ offset="1"
+ style="stop-color:#babdb6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4558-63-2"
+ id="linearGradient4564-2-4"
+ x1="18.548811"
+ y1="29.8619"
+ x2="22.452494"
+ y2="15.416349"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4558-63-2">
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1;"
+ offset="0"
+ id="stop4560-7-2" />
+ <stop
+ style="stop-color:#cbdcee;stop-opacity:1"
+ offset="1"
+ id="stop4562-7-4" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3926-9-1-8"
+ id="radialGradient4470-6-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0297673,0,0,1.0297673,-4.0334765,-4.8818456)"
+ cx="135.5"
+ cy="164"
+ fx="135.5"
+ fy="164"
+ r="115.70401" />
+ <linearGradient
+ id="linearGradient3926-9-1-8">
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0"
+ offset="0"
+ id="stop3928-8-1-2" />
+ <stop
+ id="stop3934-1-7-8"
+ offset="0.71764708"
+ style="stop-color:#fce94f;stop-opacity:0" />
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="1"
+ id="stop3930-3-6-2" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28054-7-8-3"
+ id="radialGradient4472-1-0"
+ gradientUnits="userSpaceOnUse"
+ cx="23.071428"
+ cy="23.142857"
+ fx="23.071428"
+ fy="23.142857"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28054-7-8-3">
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="0"
+ id="stop28056-3-4-0" />
+ <stop
+ id="stop28215-3-5-3"
+ offset="0.6817528"
+ style="stop-color:#fcaf3e;stop-opacity:1" />
+ <stop
+ id="stop28213-1-5-11"
+ offset="1"
+ style="stop-color:#fdef80;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28384-5-5-4"
+ id="radialGradient4474-5-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.8622657,-0.76694183,0.42476521,1.5852454,-55.411006,-0.96291534)"
+ cx="21.556686"
+ cy="29.701973"
+ fx="21.556686"
+ fy="29.701973"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28384-5-5-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop28386-9-39-8" />
+ <stop
+ id="stop28392-5-4-2"
+ offset="0.69999999"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1"
+ id="stop28388-7-58-0" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3926-9-0-4-5"
+ id="radialGradient4476-6-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0297673,0,0,1.0297673,-4.0334765,-4.8818456)"
+ cx="135.5"
+ cy="164"
+ fx="135.5"
+ fy="164"
+ r="115.70401" />
+ <linearGradient
+ id="linearGradient3926-9-0-4-5">
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0"
+ offset="0"
+ id="stop3928-8-0-3-7" />
+ <stop
+ id="stop3934-1-1-9-3"
+ offset="0.71764708"
+ style="stop-color:#fce94f;stop-opacity:0" />
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="1"
+ id="stop3930-3-4-4-5" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28054-7-6-5-9"
+ id="radialGradient4478-3-9"
+ gradientUnits="userSpaceOnUse"
+ cx="23.071428"
+ cy="23.142857"
+ fx="23.071428"
+ fy="23.142857"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28054-7-6-5-9">
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="0"
+ id="stop28056-3-2-2-8" />
+ <stop
+ id="stop28215-3-2-1-3"
+ offset="0.6817528"
+ style="stop-color:#fcaf3e;stop-opacity:1" />
+ <stop
+ id="stop28213-1-1-8-0"
+ offset="1"
+ style="stop-color:#fdef80;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28384-5-4-6-9"
+ id="radialGradient4480-0-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5684027,-0.6882015,0.38115545,1.4224915,-47.780998,2.1738163)"
+ cx="22.349026"
+ cy="30.340141"
+ fx="22.349026"
+ fy="30.340141"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28384-5-4-6-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop28386-9-3-7-2" />
+ <stop
+ id="stop28392-5-2-7-4"
+ offset="0.69999999"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1"
+ id="stop28388-7-5-50-45" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3926-6-2-6"
+ id="radialGradient3932-6-1-3"
+ cx="135.5"
+ cy="164"
+ fx="135.5"
+ fy="164"
+ r="115.70401"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0297673,0,0,1.0297673,-4.0334765,-4.8818456)" />
+ <linearGradient
+ id="linearGradient3926-6-2-6">
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0"
+ offset="0"
+ id="stop3928-9-6-3" />
+ <stop
+ id="stop3934-4-2-7"
+ offset="0.71764708"
+ style="stop-color:#fce94f;stop-opacity:0" />
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="1"
+ id="stop3930-4-2-6" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3926-6-2-6"
+ id="radialGradient3936-0-3-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.95516154,0,0,0.95516154,6.0756099,7.3535062)"
+ cx="135.5"
+ cy="164"
+ fx="135.5"
+ fy="164"
+ r="115.70401" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3940-2-8-1"
+ id="radialGradient4686-9-9"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.6440242,-0.75266639,0.7526664,0.64402421,-75.202573,160.36632)"
+ cx="135.5"
+ cy="164"
+ fx="135.5"
+ fy="164"
+ r="115.70401" />
+ <linearGradient
+ id="linearGradient3940-2-8-1">
+ <stop
+ id="stop3942-28-8-2"
+ offset="0"
+ style="stop-color:#fce94f;stop-opacity:0" />
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0"
+ offset="0.75459349"
+ id="stop3944-38-5-1" />
+ <stop
+ id="stop3946-1-1-2"
+ offset="1"
+ style="stop-color:#fcaf3e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient28273-9-1-4">
+ <stop
+ style="stop-color:#fdef82;stop-opacity:1;"
+ offset="0"
+ id="stop28275-57-6-69" />
+ <stop
+ id="stop28394-2-8-16"
+ offset="0.67357397"
+ style="stop-color:#ffffff;stop-opacity:0.625" />
+ <stop
+ style="stop-color:#fdef82;stop-opacity:0;"
+ offset="1"
+ id="stop28277-7-0-4" />
+ </linearGradient>
+ <radialGradient
+ r="22.142857"
+ fy="23.142857"
+ fx="23.071428"
+ cy="23.142857"
+ cx="23.071428"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5517"
+ xlink:href="#linearGradient28273-9-1-4"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3926-9-1-3-1-6-9"
+ id="radialGradient5262-3-5-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0297673,0,0,1.0297673,-4.0334765,-4.8818456)"
+ cx="135.5"
+ cy="164"
+ fx="135.5"
+ fy="164"
+ r="115.70401" />
+ <linearGradient
+ id="linearGradient3926-9-1-3-1-6-9">
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0"
+ offset="0"
+ id="stop3928-8-1-9-4-0-8" />
+ <stop
+ id="stop3934-1-7-9-8-1-1"
+ offset="0.71764708"
+ style="stop-color:#fce94f;stop-opacity:0" />
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="1"
+ id="stop3930-3-6-6-9-6-0" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28054-7-8-1-8-3-5"
+ id="radialGradient5264-0-9-0"
+ gradientUnits="userSpaceOnUse"
+ cx="23.071428"
+ cy="23.142857"
+ fx="23.071428"
+ fy="23.142857"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28054-7-8-1-8-3-5">
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="0"
+ id="stop28056-3-4-9-8-9-8" />
+ <stop
+ id="stop28215-3-5-5-8-8-3"
+ offset="0.6817528"
+ style="stop-color:#fcaf3e;stop-opacity:1" />
+ <stop
+ id="stop28213-1-5-1-6-0-7"
+ offset="1"
+ style="stop-color:#fdef80;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28384-5-5-2-5-1-7"
+ id="radialGradient5266-7-4-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.8622657,-0.76694183,0.42476521,1.5852454,-55.411006,-0.96291534)"
+ cx="21.556686"
+ cy="29.701973"
+ fx="21.556686"
+ fy="29.701973"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28384-5-5-2-5-1-7">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop28386-9-39-1-4-9-3" />
+ <stop
+ id="stop28392-5-4-3-6-1-7"
+ offset="0.69999999"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1"
+ id="stop28388-7-58-4-5-8-0" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3926-9-0-4-7-3-5-5"
+ id="radialGradient5268-5-4-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0297673,0,0,1.0297673,-4.0334765,-4.8818456)"
+ cx="135.5"
+ cy="164"
+ fx="135.5"
+ fy="164"
+ r="115.70401" />
+ <linearGradient
+ id="linearGradient3926-9-0-4-7-3-5-5">
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0"
+ offset="0"
+ id="stop3928-8-0-3-0-6-2-1" />
+ <stop
+ id="stop3934-1-1-9-6-9-1-5"
+ offset="0.71764708"
+ style="stop-color:#fce94f;stop-opacity:0" />
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="1"
+ id="stop3930-3-4-4-9-6-2-9" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28054-7-6-5-8-6-9-3"
+ id="radialGradient5270-2-7-1"
+ gradientUnits="userSpaceOnUse"
+ cx="23.071428"
+ cy="23.142857"
+ fx="23.071428"
+ fy="23.142857"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28054-7-6-5-8-6-9-3">
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="0"
+ id="stop28056-3-2-2-7-1-1-5" />
+ <stop
+ id="stop28215-3-2-1-4-4-1-8"
+ offset="0.6817528"
+ style="stop-color:#fcaf3e;stop-opacity:1" />
+ <stop
+ id="stop28213-1-1-8-5-0-3-2"
+ offset="1"
+ style="stop-color:#fdef80;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28384-5-4-6-6-7-1-8"
+ id="radialGradient5272-3-8-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.5684027,-0.6882015,0.38115545,1.4224915,-47.780998,2.1738163)"
+ cx="22.349026"
+ cy="30.340141"
+ fx="22.349026"
+ fy="30.340141"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28384-5-4-6-6-7-1-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop28386-9-3-7-6-2-0-1" />
+ <stop
+ id="stop28392-5-2-7-7-8-0-7"
+ offset="0.69999999"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1"
+ id="stop28388-7-5-50-4-1-4-5" />
+ </linearGradient>
+ <radialGradient
+ cx="20.387419"
+ cy="14.567855"
+ fx="20.387419"
+ fy="14.567855"
+ gradientTransform="matrix(2.6623136,0,0,0.89464895,-34.652695,4.0187119)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3080-2-5-3-4-3"
+ inkscape:collect="always"
+ r="24"
+ xlink:href="#linearGradient3389-2-1-80-3-9" />
+ <linearGradient
+ id="linearGradient3389-2-1-80-3-9">
+ <stop
+ id="stop3391-6-4-4-2-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop3397-2-3-5-0-0"
+ offset="0.26506028"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop3393-8-3-8-2-0"
+ offset="1"
+ style="stop-color:#babdb6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4558-63-2-1"
+ id="linearGradient4564-2-4-2"
+ x1="18.548811"
+ y1="29.8619"
+ x2="22.452494"
+ y2="15.416349"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4558-63-2-1">
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1;"
+ offset="0"
+ id="stop4560-7-2-2" />
+ <stop
+ style="stop-color:#cbdcee;stop-opacity:1"
+ offset="1"
+ id="stop4562-7-4-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient28273-9-1-6-5-1-0">
+ <stop
+ style="stop-color:#fdef82;stop-opacity:1;"
+ offset="0"
+ id="stop28275-57-6-6-8-4-2" />
+ <stop
+ id="stop28394-2-8-1-4-4-4"
+ offset="0.67357397"
+ style="stop-color:#ffffff;stop-opacity:0.625" />
+ <stop
+ style="stop-color:#fdef82;stop-opacity:0;"
+ offset="1"
+ id="stop28277-7-0-0-3-5-5" />
+ </linearGradient>
+ <radialGradient
+ r="22.142857"
+ fy="23.142857"
+ fx="23.071428"
+ cy="23.142857"
+ cx="23.071428"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3932-4"
+ xlink:href="#linearGradient28273-9-1-6-5-1-0"
+ inkscape:collect="always" />
+ <radialGradient
+ r="115.70401"
+ fy="164"
+ fx="135.5"
+ cy="164"
+ cx="135.5"
+ gradientTransform="matrix(0.95516154,0,0,0.95516154,6.0756099,7.3535062)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3969"
+ xlink:href="#linearGradient3990"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient3990-1">
+ <stop
+ id="stop3992-5"
+ offset="0"
+ style="stop-color:#fce94f;stop-opacity:0" />
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0"
+ offset="0.83742273"
+ id="stop3994-8" />
+ <stop
+ id="stop3996-9"
+ offset="1"
+ style="stop-color:#fcaf3e;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ r="115.70401"
+ fy="164"
+ fx="135.5"
+ cy="164"
+ cx="135.5"
+ gradientTransform="matrix(0.95516154,0,0,0.95516154,6.0756099,7.3535062)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4014"
+ xlink:href="#linearGradient3990-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient3990-1-9">
+ <stop
+ id="stop3992-5-0"
+ offset="0"
+ style="stop-color:#fce94f;stop-opacity:0" />
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0"
+ offset="0.83742273"
+ id="stop3994-8-7" />
+ <stop
+ id="stop3996-9-3"
+ offset="1"
+ style="stop-color:#fcaf3e;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ r="115.70401"
+ fy="164"
+ fx="135.5"
+ cy="164"
+ cx="135.5"
+ gradientTransform="matrix(0.95516154,0,0,0.95516154,6.0756099,7.3535062)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient4872"
+ xlink:href="#linearGradient3990-1-9"
+ inkscape:collect="always" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3926-9-1-3-1-6-9-8"
+ id="radialGradient5262-3-5-2-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0297673,0,0,1.0297673,-4.0334765,-4.8818456)"
+ cx="135.5"
+ cy="164"
+ fx="135.5"
+ fy="164"
+ r="115.70401" />
+ <linearGradient
+ id="linearGradient3926-9-1-3-1-6-9-8">
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0"
+ offset="0"
+ id="stop3928-8-1-9-4-0-8-4" />
+ <stop
+ id="stop3934-1-7-9-8-1-1-5"
+ offset="0.71764708"
+ style="stop-color:#fce94f;stop-opacity:0" />
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="1"
+ id="stop3930-3-6-6-9-6-0-7" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28054-7-8-1-8-3-5-2"
+ id="radialGradient5264-0-9-0-7"
+ gradientUnits="userSpaceOnUse"
+ cx="23.071428"
+ cy="23.142857"
+ fx="23.071428"
+ fy="23.142857"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28054-7-8-1-8-3-5-2">
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="0"
+ id="stop28056-3-4-9-8-9-8-0" />
+ <stop
+ id="stop28215-3-5-5-8-8-3-3"
+ offset="0.6817528"
+ style="stop-color:#fcaf3e;stop-opacity:1" />
+ <stop
+ id="stop28213-1-5-1-6-0-7-5"
+ offset="1"
+ style="stop-color:#fdef80;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28384-5-5-2-5-1-7-9"
+ id="radialGradient5266-7-4-0-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.8622657,-0.76694183,0.42476521,1.5852454,-55.411006,-0.96291534)"
+ cx="21.556686"
+ cy="29.701973"
+ fx="21.556686"
+ fy="29.701973"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28384-5-5-2-5-1-7-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop28386-9-39-1-4-9-3-5" />
+ <stop
+ id="stop28392-5-4-3-6-1-7-1"
+ offset="0.69999999"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1"
+ id="stop28388-7-58-4-5-8-0-1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3926-9-0-4-7-3-5-5-1"
+ id="radialGradient5268-5-4-0-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0297673,0,0,1.0297673,-4.0334765,-4.8818456)"
+ cx="135.5"
+ cy="164"
+ fx="135.5"
+ fy="164"
+ r="115.70401" />
+ <linearGradient
+ id="linearGradient3926-9-0-4-7-3-5-5-1">
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0"
+ offset="0"
+ id="stop3928-8-0-3-0-6-2-1-9" />
+ <stop
+ id="stop3934-1-1-9-6-9-1-5-3"
+ offset="0.71764708"
+ style="stop-color:#fce94f;stop-opacity:0" />
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="1"
+ id="stop3930-3-4-4-9-6-2-9-2" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28054-7-6-5-8-6-9-3-2"
+ id="radialGradient5270-2-7-1-1"
+ gradientUnits="userSpaceOnUse"
+ cx="23.071428"
+ cy="23.142857"
+ fx="23.071428"
+ fy="23.142857"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28054-7-6-5-8-6-9-3-2">
+ <stop
+ style="stop-color:#fcaf3e;stop-opacity:1"
+ offset="0"
+ id="stop28056-3-2-2-7-1-1-5-5" />
+ <stop
+ id="stop28215-3-2-1-4-4-1-8-0"
+ offset="0.6817528"
+ style="stop-color:#fcaf3e;stop-opacity:1" />
+ <stop
+ id="stop28213-1-1-8-5-0-3-2-8"
+ offset="1"
+ style="stop-color:#fdef80;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient28384-5-4-6-6-7-1-8-1"
+ id="radialGradient5272-3-8-8-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.0776767,-0.55671186,0.30833086,1.1507064,-34.604242,7.4811484)"
+ cx="22.349026"
+ cy="30.340141"
+ fx="22.349026"
+ fy="30.340141"
+ r="22.142857" />
+ <linearGradient
+ id="linearGradient28384-5-4-6-6-7-1-8-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="0"
+ id="stop28386-9-3-7-6-2-0-1-8" />
+ <stop
+ id="stop28392-5-2-7-7-8-0-7-9"
+ offset="0.69999999"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="1"
+ id="stop28388-7-5-50-4-1-4-5-5" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3389-2-1-80-3-9-9-79"
+ id="radialGradient5427-0"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0545199,0,0,0.35436289,176.10132,139.54006)"
+ cx="131.08275"
+ cy="250.83257"
+ fx="131.08275"
+ fy="250.83257"
+ r="24" />
+ <linearGradient
+ id="linearGradient3389-2-1-80-3-9-9-79">
+ <stop
+ id="stop3391-6-4-4-2-5-9-0"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop3397-2-3-5-0-0-0-3"
+ offset="0.26506028"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop3393-8-3-8-2-0-1-8"
+ offset="1"
+ style="stop-color:#babdb6;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4558-63-2-1-9-8"
+ id="linearGradient5429-36"
+ gradientUnits="userSpaceOnUse"
+ x1="312.81897"
+ y1="234.0676"
+ x2="314.33069"
+ y2="228.42581" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4558-63-2-1-9-8">
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1;"
+ offset="0"
+ id="stop4560-7-2-2-6-9" />
+ <stop
+ style="stop-color:#cbdcee;stop-opacity:1"
+ offset="1"
+ id="stop4562-7-4-7-5-13" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3990-1-9-7">
+ <stop
+ id="stop3992-5-0-4"
+ offset="0"
+ style="stop-color:#fce94f;stop-opacity:0" />
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0"
+ offset="0.83742273"
+ id="stop3994-8-7-8" />
+ <stop
+ id="stop3996-9-3-8"
+ offset="1"
+ style="stop-color:#fcaf3e;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ r="115.70401"
+ fy="164"
+ fx="135.5"
+ cy="164"
+ cx="135.5"
+ gradientTransform="matrix(0.95516154,0,0,0.95516154,6.0756099,7.3535062)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient5802"
+ xlink:href="#linearGradient3990-1-9-7"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient3990-1-9-7-5">
+ <stop
+ id="stop3992-5-0-4-5"
+ offset="0"
+ style="stop-color:#fce94f;stop-opacity:0" />
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0"
+ offset="0.83742273"
+ id="stop3994-8-7-8-1" />
+ <stop
+ id="stop3996-9-3-8-8"
+ offset="1"
+ style="stop-color:#fcaf3e;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ r="115.70401"
+ fy="164"
+ fx="135.5"
+ cy="164"
+ cx="135.5"
+ gradientTransform="matrix(0.95516154,0,0,0.95516154,6.0756099,7.3535062)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3490"
+ xlink:href="#linearGradient3990-1-9-7-5"
+ inkscape:collect="always" />
+ <filter
+ inkscape:collect="always"
+ id="filter7362">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="2.9079709"
+ id="feGaussianBlur7364" />
+ </filter>
+ <filter
+ inkscape:collect="always"
+ id="filter7378">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.48006039"
+ id="feGaussianBlur7380" />
+ </filter>
+ </defs>
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source />
+ <cc:license
+ rdf:resource="" />
+ <dc:title>GnomeMaxima</dc:title>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>maxima</rdf:li>
+ <rdf:li>app</rdf:li>
+ <rdf:li>sun</rdf:li>
+ <rdf:li>cloud</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:date />
+ <dc:rights>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:rights>
+ <dc:publisher>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:publisher>
+ <dc:identifier />
+ <dc:relation />
+ <dc:language />
+ <dc:coverage />
+ <dc:description />
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="artwork"
+ inkscape:groupmode="layer"
+ style="display:inline">
+ <g
+ style="display:none"
+ inkscape:label="baseplate"
+ id="layer2"
+ inkscape:groupmode="layer">
+ <rect
+ inkscape:label="48x48"
+ y="51.99633"
+ x="296.0625"
+ height="48"
+ width="48"
+ id="rect6284"
+ style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <rect
+ style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect6592"
+ width="32"
+ height="32"
+ x="303"
+ y="127.99634"
+ inkscape:label="32x32" />
+ <rect
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect5028"
+ width="24"
+ height="24"
+ x="302"
+ y="178"
+ inkscape:label="24x24" />
+ <rect
+ style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect6833"
+ width="16"
+ height="16"
+ x="303"
+ y="221"
+ inkscape:label="16x16" />
+ <rect
+ inkscape:label="22x22"
+ y="179"
+ x="303"
+ height="22"
+ width="22"
+ id="rect6749"
+ style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <text
+ y="18.860306"
+ xml:space="preserve"
+ x="31.87059"
+ style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
+ inkscape:label="context"
+ id="context"><tspan
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
+ y="18.860306"
+ x="31.87059"
+ sodipodi:role="line"
+ id="tspan2716">context</tspan></text>
+ <text
+ y="18.860306"
+ xml:space="preserve"
+ x="302.87057"
+ style="font-size:18px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold"
+ sodipodi:linespacing="125%"
+ inkscape:label="icon-name"
+ id="icon-name"><tspan
+ style="font-size:18px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold"
+ y="18.860306"
+ x="302.87057"
+ sodipodi:role="line"
+ id="tspan3023">name</tspan></text>
+ <rect
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect6282"
+ width="256"
+ height="256"
+ x="20"
+ y="32"
+ inkscape:label="256x256" />
+ </g>
+ <g
+ style="display:inline"
+ inkscape:label="smallsizes"
+ id="layer4"
+ inkscape:groupmode="layer">
+ <g
+ transform="matrix(1.25,0,0,1.25,-78,-47.25)"
+ style="fill:#ffffff"
+ id="g6154" />
+ <path
+ d="m 45.214285,23.142857 a 22.142857,22.142857 0 1 1 -44.2857133,0 22.142857,22.142857 0 1 1 44.2857133,0 z"
+ id="path1314-4-2-9"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="opacity:0.66399997;color:#000000;fill:url(#radialGradient5517);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752128;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ transform="matrix(0.94838713,0,0,0.94838713,295.11935,54.051613)" />
+ <g
+ id="g28458-8"
+ transform="matrix(0.17284449,0.00189345,-0.00189344,0.17284448,293.89009,47.396944)"
+ style="opacity:0.71604937;fill:url(#radialGradient3932-6-1-3);fill-opacity:1;display:inline;enable-background:new">
+ <path
+ transform="translate(2.5970958e-7,3.2391087e-6)"
+ sodipodi:type="star"
+ style="opacity:0.9;color:#000000;fill:url(#radialGradient3936-0-3-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path28396-3"
+ sodipodi:sides="10"
+ sodipodi:cx="135.5"
+ sodipodi:cy="164"
+ sodipodi:r1="117.14628"
+ sodipodi:r2="43.351315"
+ sodipodi:arg1="0.78539816"
+ sodipodi:arg2="1.0995574"
+ inkscape:flatsided="false"
+ inkscape:rounded="0"
+ inkscape:randomized="0"
+ d="M 218.33493,246.83493 155.18109,202.6263 153.82572,279.70401 128.71836,206.81759 82.316703,268.3781 104.84599,194.65401 31.121902,217.1833 92.682412,170.78164 19.795987,145.67429 96.873695,144.31892 52.665072,81.165072 115.81891,125.3737 l 1.35537,-77.077713 25.10736,72.886423 46.40166,-61.560509 -22.52929,73.724089 73.72409,-22.52929 -61.56051,46.40166 72.88642,25.10735 -77.07771,1.35537 z"
+ inkscape:transform-center-x="5.6629574"
+ inkscape:transform-center-y="-5.6629574" />
+ <path
+ transform="matrix(0.58756988,0.68668863,-0.68668863,0.58756988,169.02237,-27.018737)"
+ sodipodi:type="star"
+ style="color:#000000;fill:url(#radialGradient4686-9-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path28396-5-5"
+ sodipodi:sides="10"
+ sodipodi:cx="135.5"
+ sodipodi:cy="164"
+ sodipodi:r1="117.14628"
+ sodipodi:r2="43.351315"
+ sodipodi:arg1="0.78539816"
+ sodipodi:arg2="1.0995574"
+ inkscape:flatsided="false"
+ inkscape:rounded="0"
+ inkscape:randomized="0"
+ d="M 218.33493,246.83493 155.18109,202.6263 153.82572,279.70401 128.71836,206.81759 82.316703,268.3781 104.84599,194.65401 31.121902,217.1833 92.682412,170.78164 19.795987,145.67429 96.873695,144.31892 52.665072,81.165072 115.81891,125.3737 l 1.35537,-77.077713 25.10736,72.886423 46.40166,-61.560509 -22.52929,73.724089 73.72409,-22.52929 -61.56051,46.40166 72.88642,25.10735 -77.07771,1.35537 z"
+ inkscape:transform-center-x="-0.56130566"
+ inkscape:transform-center-y="-7.2160709" />
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g4455"
+ transform="translate(2,2.000001)">
+ <g
+ transform="matrix(0.17839733,0,0,0.17839733,215.1356,45.105593)"
+ id="g4376">
+ <g
+ id="g3896-9"
+ transform="matrix(0.94814354,0,0,0.94814354,431.02655,8.4624338)"
+ style="display:inline;enable-background:new">
+ <g
+ id="g28458-5"
+ transform="translate(2.125971e-5,0)"
+ style="opacity:0.71604937;fill:url(#radialGradient4470-6-1);fill-opacity:1" />
+ <g
+ id="g28462-0">
+ <path
+ transform="matrix(3.871435,0,0,3.871435,46.482565,72.303639)"
+ style="color:#000000;fill:url(#radialGradient4472-1-0);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752128;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ sodipodi:type="arc"
+ sodipodi:ry="22.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:cy="23.142857"
+ sodipodi:cx="23.071428"
+ id="path1314-4-7"
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z" />
+ <path
+ transform="matrix(3.871435,0,0,3.871435,46.482566,72.303635)"
+ style="color:#000000;fill:url(#radialGradient4474-5-1);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752153;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ sodipodi:type="arc"
+ sodipodi:ry="22.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:cy="23.142857"
+ sodipodi:cx="23.071428"
+ id="path1314-4-5-7-7"
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z" />
+ </g>
+ </g>
+ <g
+ id="g3896-9-8"
+ transform="matrix(0.94814354,0,0,0.94814354,431.02655,8.4624295)"
+ style="display:inline;enable-background:new">
+ <g
+ id="g28458-5-0"
+ transform="translate(2.125971e-5,0)"
+ style="opacity:0.71604937;fill:url(#radialGradient4476-6-0);fill-opacity:1" />
+ <g
+ id="g28462-0-4">
+ <path
+ transform="matrix(3.871435,0,0,3.871435,46.482565,72.303639)"
+ style="color:#000000;fill:url(#radialGradient4478-3-9);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752128;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ sodipodi:type="arc"
+ sodipodi:ry="22.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:cy="23.142857"
+ sodipodi:cx="23.071428"
+ id="path1314-4-7-0"
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z" />
+ <path
+ transform="matrix(3.871435,0,0,3.871435,46.482566,72.303635)"
+ style="color:#000000;fill:url(#radialGradient4480-0-2);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752153;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ sodipodi:type="arc"
+ sodipodi:ry="22.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:cy="23.142857"
+ sodipodi:cx="23.071428"
+ id="path1314-4-5-7-7-4"
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z" />
+ </g>
+ </g>
+ </g>
+ <path
+ transform="matrix(0.65483881,0,0,0.65483881,299.89193,58.845158)"
+ style="color:#000000;fill:none;stroke:#fcbc5e;stroke-width:1.52709329;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ sodipodi:type="arc"
+ sodipodi:ry="22.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:cy="23.142857"
+ sodipodi:cx="23.071428"
+ id="path1314-4-5-7-7-4-2"
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z" />
+ <path
+ transform="matrix(0.60967718,0,0,0.60967718,300.93386,59.890323)"
+ style="opacity:0.41975313;color:#000000;fill:none;stroke:#ffffff;stroke-width:1.64021218;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ sodipodi:type="arc"
+ sodipodi:ry="22.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:cy="23.142857"
+ sodipodi:cx="23.071428"
+ id="path1314-4-5-7-7-4-2-8"
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ d="m 327.67541,71.501161 c -0.99998,0 -1.81155,0.865334 -1.81155,1.931555 0,0.141572 0.0181,0.277521 0.0453,0.410455 -2.40126,0.11739 -4.4719,1.535741 -5.61582,3.621665 -0.47056,-0.351783 -1.05777,-0.555322 -1.67569,-0.555322 -0.25055,0 -0.49268,0.0569 -0.72462,0.120722 0.003,-0.03997 0,-0.07995 0,-0.120722 0,-0.852977 -0.64926,-1.545244 -1.44924,-1.545244 -0.79999,0 -1.44925,0.692266 -1.44925,1.545244 0,0.738358 0.48259,1.368359 1.13223,1.521099 -0.25368,0.459194 -0.4076,0.998247 -0.4076,1.569388 0,0.155652 0.0244,0.30925 0.0453,0.458744 -0.43645,-0.280687 -0.94807,-0.458744 -1.49456,-0.458744 -1.17131,0 -2.16977,0.743875 -2.62675,1.810832 -0.33206,-0.402183 -0.81701,-0.651899 -1.35867,-0.651899 -0.99997,0 -1.81155,0.86534 -1.81155,1.931554 0,1.066214 0.81158,1.931555 1.81155,1.931555 0.54166,0 1.02661,-0.249717 1.35867,-0.6519 0.45698,1.066957 1.45544,1.810832 2.62675,1.810832 0.63516,0 1.22057,-0.233729 1.69833,-0.60361 0.51182,1.47153 1.81656,2.535165 3.37402,2.535165 1.02867,0 1.9444,-0.472346 2.60411,-1.207222 1.17659,1.000716 2.65885,1.593533 4.2798,1.593533 2.12617,0 4.03572,-1.03924 5.29879,-2.655888 0.70788,0.686044 1.64082,1.110644 2.67204,1.110644 1.1229,0 2.12858,-0.506239 2.8532,-1.303799 0.41969,0.327972 0.9347,0.531177 1.49453,0.531177 0.78748,0 1.48213,-0.388847 1.94742,-0.989921 0.18413,0.36126 0.53858,0.60361 0.95107,0.60361 0.59999,0 1.08693,-0.519199 1.08693,-1.158932 0,-0.639734 -0.48695,-1.158932 -1.08693,-1.158933 -0.125,0 -0.25051,0.03097 -0.36231,0.07243 5.9e-4,-0.02401 0,-0.04828 0,-0.07243 0,-1.492711 -1.13621,-2.704176 -2.53618,-2.704176 -0.25749,0 -0.51304,0.04454 -0.74726,0.120722 -0.51268,-1.152209 -1.50491,-2.019197 -2.69469,-2.317866 0.11005,-0.277275 0.18116,-0.573477 0.18116,-0.893343 0,-1.279465 -0.97389,-2.317866 -2.17387,-2.317866 -0.7094,0 -1.34675,0.356404 -1.74362,0.917488 -0.60846,-0.726884 -1.36213,-1.315099 -2.19651,-1.738399 0.2018,-0.311474 0.31702,-0.703703 0.31702,-1.110643 0,-1.066221 -0.81157,-1.931555 -1.81155,-1.931555 z"
+ id="path2077-3"
+ style="opacity:0.05;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.20000057;display:inline;enable-background:new" />
+ <g
+ id="g48"
+ style="display:inline;enable-background:new"
+ transform="matrix(0.72462151,0,0,0.77262181,308.11063,63.161254)">
+ <path
+ inkscape:connector-curvature="0"
+ d="m 27,9.5 c -1.380003,0 -2.5,1.119997 -2.5,2.5 0,0.183237 0.02502,0.359194 0.0625,0.53125 -3.313808,0.151938 -6.171351,1.987701 -7.75,4.6875 C 16.163117,16.76344 15.352746,16.5 14.5,16.5 c -0.345773,0 -0.679915,0.07364 -1,0.15625 0.004,-0.05174 0,-0.103485 0,-0.15625 0,-1.104003 -0.895997,-2 -2,-2 -1.104003,0 -2.0000002,0.895996 -2,2 0,0.955653 0.665989,1.77106 1.5625,1.96875 C 10.712418,19.063082 10.5,19.760776 10.5,20.5 c 0,0.20146 0.03371,0.400261 0.0625,0.59375 C 9.9602283,20.730458 9.2541665,20.5 8.5,20.5 6.8835526,20.5 5.5056469,21.462793 4.875,22.84375 4.4167467,22.323207 3.7474993,22 3,22 1.6200014,22 0.49999998,23.120005 0.5,24.5 0.5,25.879994 1.6200014,27 3,27 3.7474993,27 4.4167467,26.676793 4.875,26.15625 5.505647,27.537206 6.8835529,28.499999 8.5,28.5 c 0.8765388,0 1.684417,-0.302514 2.34375,-0.78125 C 11.550079,29.623343 13.350649,31 15.5,31 16.919591,31 18.183331,30.388645 19.09375,29.4375 20.717472,30.732721 22.763047,31.5 25,31.5 c 2.934178,0 5.569428,-1.345082 7.3125,-3.4375 C 33.289388,28.950443 34.576875,29.5 36,29.5 c 1.549626,0 2.937507,-0.655223 3.9375,-1.6875 C 40.516678,28.236992 41.227414,28.5 42,28.5 c 1.086749,0 2.04538,-0.503283 2.6875,-1.28125 C 44.941606,27.686327 45.43075,28 46,28 c 0.827999,0 1.500002,-0.671997 1.5,-1.5 0,-0.828004 -0.672002,-1.499999 -1.5,-1.5 -0.1725,0 -0.345708,0.04008 -0.5,0.09375 8.16e-4,-0.03107 0,-0.06249 0,-0.09375 0,-1.932007 -1.568003,-3.5 -3.5,-3.5 -0.35535,0 -0.70802,0.05765 -1.03125,0.15625 -0.707504,-1.491298 -2.076818,-2.613435 -3.71875,-3 0.151875,-0.358876 0.25,-0.742249 0.25,-1.15625 0,-1.656003 -1.343997,-3 -3,-3 -0.97899,0 -1.858564,0.461292 -2.40625,1.1875 -0.839701,-0.940803 -1.87979,-1.702126 -3.03125,-2.25 C 29.340986,13.034361 29.5,12.526701 29.5,12 29.5,10.619997 28.380002,9.4999998 27,9.5 z"
+ id="path2077"
+ style="fill:url(#radialGradient3080-2-5-3-4);fill-opacity:1;stroke:url(#linearGradient4564-2-4);stroke-width:1.33647513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.20000057" />
+ <path
+ d="m 27,10.5 c -0.843535,0 -1.5,0.656465 -1.5,1.5 0,0.09298 0.0042,0.188136 0.03125,0.3125 a 0.99161193,0.99161193 0 0 1 -0.9375,1.21875 c -2.97483,0.136396 -5.523163,1.768707 -6.9375,4.1875 A 0.99161193,0.99161193 0 0 1 16.25,18.03125 C 15.770897,17.695331 15.14854,17.5 14.5,17.5 c -0.204993,0 -0.453525,0.04848 -0.75,0.125 A 0.99161193,0.99161193 0 0 1 12.5,16.59375 c -0.0039,0.05001 0,0.0094 0,-0.09375 0,-0.567536 -0.432464,-1 -1,-1 -0.567536,0 -1,0.432463 -1,1 0,0.495 0.343784,0.903534 0.78125,1 a 0.99161193,0.99161193 0 0 1 0.625,1.46875 C 11.639373,19.421825 11.5,19.950719 11.5,20.5 c 0,0.09086 4.29e-4,0.230366 0.03125,0.4375 a 0.99161193,0.99161193 0 0 1 -1.46875,1 C 9.5949003,21.655443 9.0521757,21.5 8.5,21.5 7.2772644,21.5 6.2575344,22.207058 5.78125,23.25 A 0.99161193,0.99161193 0 0 1 4.125,23.5 C 3.8486099,23.186041 3.4616896,23 3,23 2.156475,23 1.5,23.656478 1.5,24.5 1.5,25.34352 2.1564755,26 3,26 3.4616896,26 3.8486099,25.813959 4.125,25.5 a 0.99161193,0.99161193 0 0 1 1.65625,0.25 c 0.4762844,1.042941 1.4960144,1.749999 2.71875,1.75 0.6484093,0 1.2415688,-0.224582 1.75,-0.59375 A 0.99161193,0.99161193 0 0 1 11.78125,27.375 C 12.350723,28.910566 13.774024,30 15.5,30 c 1.134924,0 2.134751,-0.476638 2.875,-1.25 a 0.99161193,0.99161193 0 0 1 1.34375,-0.09375 C 21.174345,29.817358 22.989774,30.5 25,30.5 c 2.631159,0 5.000233,-1.187123 6.5625,-3.0625 a 0.99161193,0.99161193 0 0 1 1.40625,-0.09375 C 33.77545,28.077001 34.832131,28.5 36,28.5 c 1.270134,0 2.391865,-0.52142 3.21875,-1.375 A 0.99161193,0.99161193 0 0 1 40.53125,27 c 0.424734,0.311297 0.921188,0.5 1.46875,0.5 0.78063,0 1.470137,-0.340011 1.9375,-0.90625 A 0.99161193,0.99161193 0 0 1 45.5625,26.75 C 45.650536,26.911994 45.794985,27 46,27 c 0.29153,0 0.500001,-0.208469 0.5,-0.5 0,-0.291534 -0.208469,-0.5 -0.5,-0.5 -0.01891,0 -0.105998,0.0029 -0.1875,0.03125 A 0.99161193,0.99161193 0 0 1 44.5,25.0625 c -1e-4,0.0038 0,-0.01398 0,-0.0625 0,-1.395537 -1.104472,-2.5 -2.5,-2.5 -0.24811,0 -0.516118,0.02241 -0.75,0.09375 a 0.99161193,0.99161193 0 0 1 -1.1875,-0.5 C 39.484792,20.87604 38.376244,19.941656 37.03125,19.625 a 0.99161193,0.99161193 0 0 1 -0.6875,-1.34375 C 36.45659,18.014613 36.5,17.757331 36.5,17.5 c 0,-1.119534 -0.880466,-2 -2,-2 -0.667528,0 -1.263063,0.301337 -1.625,0.78125 a 0.99161193,0.99161193 0 0 1 -1.53125,0.0625 c -0.745804,-0.835601 -1.679909,-1.505711 -2.71875,-2 A 0.99161193,0.99161193 0 0 1 28.25,12.875 C 28.407563,12.64691 28.5,12.327139 28.5,12 28.5,11.156466 27.843533,10.5 27,10.5 z"
+ id="path3072"
+ inkscape:original="M 27 9.5 C 25.619997 9.5 24.5 10.619997 24.5 12 C 24.5 12.183237 24.525021 12.359194 24.5625 12.53125 C 21.248692 12.683188 18.391149 14.518951 16.8125 17.21875 C 16.163117 16.76344 15.352746 16.5 14.5 16.5 C 14.154227 16.5 13.820085 16.573642 13.5 16.65625 C 13.504018 16.604511 13.5 16.552765 13.5 16.5 C 13.5 15.395997 12.604003 14.5 11.5 14.5 C 10.395997 14.5 9.4999998 15.395996 9.5 16.5 C 9.5 17.455653 10.165989 18.27106 11.0625 18.46875 C 10.712418 19.063082 10.5 19.760776 10.5 20.5 C 10.5 20.70146 10.533709 20.900261 10.5625 21.09375 C 9.9602283 20.730458 9.2541665 20.5 8.5 20.5 C 6.8835526 20.5 5.5056469 21.462793 4.875 22.84375 C 4.4167467 22.323207 3.7474993 22 3 22 C 1.6200014 22 0.49999998 23.120005 0.5 24.5 C 0.5 25.879994 1.6200014 27 3 27 C 3.7474993 27 4.4167467 26.676793 4.875 26.15625 C 5.505647 27.537206 6.8835529 28.499999 8.5 28.5 C 9.3765388 28.5 10.184417 28.197486 10.84375 27.71875 C 11.550079 29.623343 13.350649 31 15.5 31 C 16.919591 31 18.183331 30.388645 19.09375 29.4375 C 20.717472 30.732721 22.763047 31.5 25 31.5 C 27.934178 31.5 30.569428 30.154918 32.3125 28.0625 C 33.289388 28.950443 34.576875 29.5 36 29.5 C 37.549626 29.5 38.937507 28.844777 39.9375 27.8125 C 40.516678 28.236992 41.227414 28.5 42 28.5 C 43.086749 28.5 44.04538 27.996717 44.6875 27.21875 C 44.941606 27.686327 45.43075 28 46 28 C 46.827999 28 47.500002 27.328003 47.5 26.5 C 47.5 25.671996 46.827998 25.000001 46 25 C 45.8275 25 45.654292 25.040082 45.5 25.09375 C 45.500816 25.062682 45.5 25.031264 45.5 25 C 45.5 23.067993 43.931997 21.5 42 21.5 C 41.64465 21.5 41.29198 21.557651 40.96875 21.65625 C 40.261246 20.164952 38.891932 19.042815 37.25 18.65625 C 37.401875 18.297374 37.5 17.914001 37.5 17.5 C 37.5 15.843997 36.156003 14.5 34.5 14.5 C 33.52101 14.5 32.641436 14.961292 32.09375 15.6875 C 31.254049 14.746697 30.21396 13.985374 29.0625 13.4375 C 29.340986 13.034361 29.5 12.526701 29.5 12 C 29.5 10.619997 28.380002 9.4999998 27 9.5 z "
+ inkscape:radius="-0.99151278"
+ sodipodi:type="inkscape:offset"
+ style="fill:none;stroke:#ffffff;stroke-width:1.33647513;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.20000057" />
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g5234"
+ transform="matrix(0.66666667,0,0,0.66666667,105.66667,93.333332)">
+ <path
+ transform="matrix(0.94838713,0,0,0.94838713,295.11935,54.051613)"
+ style="opacity:0.66399997;color:#000000;fill:url(#radialGradient5254-1);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752128;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ sodipodi:type="arc"
+ sodipodi:ry="22.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:cy="23.142857"
+ sodipodi:cx="23.071428"
+ id="path1314-4-2-9-0"
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z" />
+ <g
+ style="opacity:0.71604937;fill:url(#radialGradient5260-4);fill-opacity:1;display:inline;enable-background:new"
+ transform="matrix(0.17285486,0,0,0.17285485,293.57816,47.651805)"
+ id="g28458-8-8">
+ <path
+ inkscape:transform-center-y="-5.6629574"
+ inkscape:transform-center-x="5.6629574"
+ d="M 218.33493,246.83493 160.98844,214.02388 153.82572,279.70401 126.71728,219.4519 82.316703,268.3781 95.800826,203.69918 31.121902,217.1833 80.048103,172.78272 19.795987,145.67429 85.47612,138.51156 52.665072,81.165072 110.01156,113.97612 117.17428,48.295987 144.28272,108.5481 188.6833,59.621901 175.19917,124.30082 239.8781,110.8167 l -48.9262,44.40058 60.25211,27.10843 -65.68013,7.16273 z"
+ inkscape:randomized="0"
+ inkscape:rounded="0"
+ inkscape:flatsided="false"
+ sodipodi:arg2="1.0995574"
+ sodipodi:arg1="0.78539816"
+ sodipodi:r2="56.143111"
+ sodipodi:r1="117.14628"
+ sodipodi:cy="164"
+ sodipodi:cx="135.5"
+ sodipodi:sides="10"
+ id="path28396-3-2"
+ style="opacity:0.9;color:#000000;fill:url(#radialGradient5256-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="star"
+ transform="translate(2.5970958e-7,3.2391087e-6)" />
+ <path
+ inkscape:transform-center-y="-7.2160709"
+ inkscape:transform-center-x="-0.56130566"
+ d="M 218.33493,246.83493 163.84514,219.63046 153.82572,279.70401 125.73293,225.66684 82.316703,268.3781 91.351419,208.14858 31.121902,217.1833 73.833161,173.76707 19.795987,145.67429 79.86954,135.65487 52.665072,81.165072 l 54.489788,27.204468 10.01942,-60.073553 28.09279,54.037173 43.41623,-42.711259 -9.03472,60.229519 60.22952,-9.03472 -42.71126,43.41623 54.03717,28.09278 -60.07355,10.01942 z"
+ inkscape:randomized="0"
+ inkscape:rounded="0"
+ inkscape:flatsided="false"
+ sodipodi:arg2="1.0995574"
+ sodipodi:arg1="0.78539816"
+ sodipodi:r2="62.435524"
+ sodipodi:r1="117.14628"
+ sodipodi:cy="164"
+ sodipodi:cx="135.5"
+ sodipodi:sides="10"
+ id="path28396-5-5-9"
+ style="color:#000000;fill:url(#radialGradient5258-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="star"
+ transform="matrix(0.58756988,0.68668863,-0.68668863,0.58756988,169.02237,-27.018737)" />
+ </g>
+ <g
+ transform="translate(2,2.000001)"
+ id="g4455-0"
+ style="display:inline;enable-background:new">
+ <g
+ id="g4376-8"
+ transform="matrix(0.17839733,0,0,0.17839733,215.1356,45.105593)">
+ <g
+ style="display:inline;enable-background:new"
+ transform="matrix(0.94814354,0,0,0.94814354,431.02655,8.4624338)"
+ id="g3896-9-9">
+ <g
+ style="opacity:0.71604937;fill:url(#radialGradient5262-3);fill-opacity:1"
+ transform="translate(2.125971e-5,0)"
+ id="g28458-5-7" />
+ <g
+ id="g28462-0-2">
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path1314-4-7-4"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="color:#000000;fill:url(#radialGradient5264-0);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752128;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ transform="matrix(3.871435,0,0,3.871435,46.482565,72.303639)" />
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path1314-4-5-7-7-8"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="color:#000000;fill:url(#radialGradient5266-7);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752153;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ transform="matrix(3.871435,0,0,3.871435,46.482566,72.303635)" />
+ </g>
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ transform="matrix(0.94814354,0,0,0.94814354,431.02655,8.4624295)"
+ id="g3896-9-8-0">
+ <g
+ style="opacity:0.71604937;fill:url(#radialGradient5268-5);fill-opacity:1"
+ transform="translate(2.125971e-5,0)"
+ id="g28458-5-0-0" />
+ <g
+ id="g28462-0-4-6">
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path1314-4-7-0-4"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="color:#000000;fill:url(#radialGradient5270-2);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752128;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ transform="matrix(3.871435,0,0,3.871435,46.482565,72.303639)" />
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path1314-4-5-7-7-4-9"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="color:#000000;fill:url(#radialGradient5272-3);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752153;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ transform="matrix(3.871435,0,0,3.871435,46.482566,72.303635)" />
+ </g>
+ </g>
+ </g>
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path1314-4-5-7-7-4-2-85"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="color:#000000;fill:none;stroke:#fcbc5e;stroke-width:2.33082676;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ transform="matrix(0.64354849,0,0,0.64354849,300.15242,59.106448)" />
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path1314-4-5-7-7-4-2-8-9"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="opacity:0.41975313;color:#000000;fill:none;stroke:#ffffff;stroke-width:2.60503864;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ transform="matrix(0.57580707,0,0,0.57580707,301.71529,60.674174)" />
+ </g>
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ d="m 324.01832,141.45831 c -0.74949,0 -1.35777,0.58416 -1.35777,1.30393 0,0.24412 0.0692,0.47691 0.19093,0.67233 -1.45472,0.12965 -2.72424,0.89348 -3.50051,1.99664 -0.13706,-0.0343 -0.2761,-0.0611 -0.42431,-0.0611 -0.1482,0 -0.28724,0.0268 -0.4243,0.0611 0.0515,-0.11696 0.0849,-0.25212 0.0849,-0.38707 0,-0.53983 -0.45621,-0.97795 -1.01833,-0.97795 -0.56212,0 -1.01833,0.43812 -1.01833,0.97795 0,0.53982 0.45621,0.97794 1.01833,0.97794 -0.17414,0.22447 -0.28346,0.50224 -0.31823,0.79458 -0.2218,-0.0796 -0.44949,-0.14261 -0.7001,-0.14261 -0.76953,0 -1.43572,0.41338 -1.78208,1.01869 -0.24384,-0.22393 -0.56971,-0.36673 -0.93347,-0.36673 -0.7495,0 -1.35778,0.58416 -1.35778,1.30393 0,0.71976 0.60828,1.30392 1.35778,1.30392 0.36376,0 0.68963,-0.1428 0.93347,-0.36673 0.34636,0.60531 1.01255,1.0187 1.78208,1.0187 0.0812,0 0.1546,-0.0115 0.23336,-0.0203 0.37676,0.78262 1.18642,1.32426 2.14274,1.32426 0.49186,0 0.95731,-0.14098 1.33656,-0.3871 0.82326,0.65679 1.88067,1.03907 3.03378,1.03907 1.33275,0 2.53122,-0.53582 3.39444,-1.38543 0.23519,0.0496 0.47071,0.0815 0.72132,0.0815 1.12309,0 2.11878,-0.53681 2.73677,-1.34467 0.1041,0.0192 0.20832,0.0408 0.31823,0.0408 0.4575,0 0.88272,-0.16526 1.18805,-0.44823 0.18151,0.26895 0.49026,0.44823 0.84861,0.44823 0.56212,0 1.01833,-0.43812 1.01833,-0.97795 0,-0.53982 -0.45621,-0.97794 -1.01833,-0.97794 -0.1335,0 -0.26501,0.0366 -0.38188,0.0815 -0.12297,-0.76821 -0.78314,-1.36554 -1.61235,-1.38542 -0.16295,-0.35541 -0.3805,-0.68208 -0.65768,-0.95757 0.17204,-0.17515 0.2758,-0.41275 0.2758,-0.67234 0,-0.53983 -0.45621,-0.97795 -1.01833,-0.97795 -0.47546,0 -0.86396,0.31015 -0.9759,0.73346 -0.23519,-0.0496 -0.47071,-0.0815 -0.72132,-0.0815 -0.25061,0 -0.48613,0.0319 -0.72132,0.0815 -0.48697,-0.47929 -1.07351,-0.86272 -1.73965,-1.10019 0.25856,-0.23745 0.42431,-0.56676 0.42431,-0.93719 0,-0.71977 -0.60829,-1.30393 -1.35778,-1.30393 z"
+ id="path11959-5"
+ style="opacity:0.05;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" />
+ <g
+ id="g32"
+ style="display:inline;enable-background:new"
+ transform="matrix(0.67888776,0,0,0.65196332,312.13779,137.52448)">
+ <g
+ id="g15534"
+ transform="translate(0,-104)">
+ <path
+ inkscape:connector-curvature="0"
+ d="m 17.5,108.5 c -1.103999,0 -2,0.896 -2,2 0,0.37445 0.101947,0.7315 0.28125,1.03125 -2.142809,0.19885 -4.012806,1.37044 -5.15625,3.0625 C 10.423109,114.5411 10.218309,114.5 10,114.5 c -0.218309,0 -0.423109,0.0411 -0.625,0.0937 C 9.450938,114.41431 9.4999999,114.207 9.5,114 c 0,-0.828 -0.6719999,-1.5 -1.5,-1.5 -0.8280006,0 -1.5,0.672 -1.5,1.5 0,0.828 0.671999,1.5 1.5,1.5 -0.2565089,0.3443 -0.4175266,0.77035 -0.46875,1.21875 C 7.2045391,116.59661 6.8691502,116.5 6.5,116.5 c -1.1335164,0 -2.114809,0.63406 -2.625,1.5625 C 3.5158293,117.71903 3.0358211,117.5 2.5,117.5 c -1.1040008,0 -2.00000001,0.896 -2,2 0,1.104 0.8959993,2 2,2 0.5358211,0 1.0158292,-0.21903 1.375,-0.5625 0.5101909,0.92843 1.4914835,1.5625 2.625,1.5625 0.1196631,0 0.2277345,-0.0176 0.34375,-0.0312 C 7.3987073,123.66922 8.591337,124.5 10,124.5 c 0.7245,0 1.410117,-0.21624 1.96875,-0.59375 1.212655,1.0074 2.770218,1.59375 4.46875,1.59375 1.963128,0 3.728481,-0.82185 5,-2.125 0.34643,0.076 0.69335,0.125 1.0625,0.125 1.654303,0 3.120959,-0.82338 4.03125,-2.0625 0.153341,0.0294 0.306865,0.0625 0.46875,0.0625 0.673901,0 1.300253,-0.25348 1.75,-0.6875 0.267364,0.41252 0.72215,0.6875 1.25,0.6875 0.828001,0 1.5,-0.672 1.5,-1.5 0,-0.828 -0.671999,-1.5 -1.5,-1.5 -0.19665,0 -0.390361,0.0561 -0.5625,0.125 -0.181141,-1.1783 -1.153572,-2.0945 -2.375,-2.125 -0.240012,-0.54513 -0.560472,-1.04619 -0.96875,-1.46875 C 26.347166,114.76261 26.5,114.39817 26.5,114 c 0,-0.828 -0.672,-1.5 -1.5,-1.5 -0.70035,0 -1.272616,0.47571 -1.4375,1.125 -0.34643,-0.076 -0.69335,-0.125 -1.0625,-0.125 -0.36915,0 -0.71607,0.049 -1.0625,0.125 -0.717308,-0.73515 -1.581285,-1.32327 -2.5625,-1.6875 0.380861,-0.36421 0.625,-0.86932 0.625,-1.4375 0,-1.104 -0.896,-2 -2,-2 z"
+ id="path11959"
+ style="fill:url(#radialGradient15538-8);fill-opacity:1;stroke:url(#linearGradient5280-89);stroke-width:1.5031054;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ d="m 17.5,109.5 c -0.558175,0 -1,0.44182 -1,1 0,0.19135 0.07164,0.35855 0.15625,0.5 a 1.0089,1.0089 0 0 1 -0.78125,1.53125 c -1.833566,0.17015 -3.427541,1.17671 -4.40625,2.625 A 1.0089,1.0089 0 0 1 10.375,115.5625 C 10.210258,115.51954 10.091694,115.5 10,115.5 c -0.091694,0 -0.2102577,0.0195 -0.375,0.0625 A 1.0089,1.0089 0 0 1 9,115.53125 a 1.0089,1.0089 0 0 1 -0.1875,0.5625 c -0.1391402,0.18676 -0.2489051,0.46686 -0.28125,0.75 a 1.0089,1.0089 0 0 1 -1.34375,0.8125 C 6.9094671,117.55231 6.6931422,117.5 6.5,117.5 c -0.7573188,0 -1.4093802,0.44264 -1.75,1.0625 a 1.0089,1.0089 0 0 1 -1.5625,0.21875 C 2.997973,118.60001 2.7609069,118.5 2.5,118.5 c -0.5581775,0 -1,0.44182 -1,1 0,0.55818 0.4418226,1 1,1 0.2609069,0 0.4979728,-0.10001 0.6875,-0.28125 A 1.0089,1.0089 0 0 1 4.75,120.4375 c 0.3406198,0.61985 0.992687,1.0625 1.75,1.0625 0.020747,0 0.074996,-0.0143 0.21875,-0.0312 A 1.0089,1.0089 0 0 1 7.75,122.03125 C 8.1483472,122.89294 8.9879732,123.5 10,123.5 c 0.523771,0 1.016812,-0.17433 1.40625,-0.4375 a 1.0089,1.0089 0 0 1 1.21875,0.0625 c 1.034059,0.85903 2.346133,1.375 3.8125,1.375 1.681577,0 3.187618,-0.72291 4.28125,-1.84375 a 1.0089,1.0089 0 0 1 0.9375,-0.28125 c 0.297282,0.0652 0.563816,0.125 0.84375,0.125 1.31957,0 2.488312,-0.66195 3.21875,-1.65625 a 1.0089,1.0089 0 0 1 1,-0.40625 C 26.886983,120.4698 26.975459,120.5 27,120.5 c 0.420936,0 0.808297,-0.16094 1.0625,-0.40625 a 1.0089,1.0089 0 0 1 1.53125,0.15625 c 0.09468,0.14608 0.228752,0.25 0.40625,0.25 0.282178,0 0.5,-0.21782 0.5,-0.5 0,-0.28218 -0.217822,-0.5 -0.5,-0.5 -0.0048,0 -0.08237,0.0204 -0.1875,0.0625 a 1.0089,1.0089 0 0 1 -1.375,-0.78125 c -0.110687,-0.72 -0.675463,-1.263 -1.40625,-1.28125 A 1.0089,1.0089 0 0 1 26.125,116.90625 c -0.198433,-0.45069 -0.435331,-0.86182 -0.75,-1.1875 a 1.0089,1.0089 0 0 1 0,-1.375 c 0.07984,-0.0846 0.125,-0.20373 0.125,-0.34375 0,-0.28218 -0.217824,-0.5 -0.5,-0.5 -0.243535,0 -0.411991,0.15149 -0.46875,0.375 a 1.0089,1.0089 0 0 1 -1.1875,0.75 C 23.046468,114.55976 22.779934,114.5 22.5,114.5 c -0.279934,0 -0.546468,0.0598 -0.84375,0.125 a 1.0089,1.0089 0 0 1 -0.9375,-0.28125 c -0.622352,-0.63783 -1.357304,-1.16058 -2.1875,-1.46875 A 1.0089,1.0089 0 0 1 18.1875,111.21875 C 18.387279,111.0277 18.5,110.7792 18.5,110.5 c 0,-0.55818 -0.441824,-1 -1,-1 z m -9.5,4 c -0.2821773,0 -0.5,0.21782 -0.5,0.5 0,0.28218 0.217822,0.5 0.5,0.5 a 1.0089,1.0089 0 0 1 0.375,0.0312 1.0089,1.0089 0 0 1 0.0625,-0.34375 C 8.4655326,114.12126 8.5,114.0476 8.5,114 8.5,113.71782 8.2821765,113.5 8,113.5 z"
+ id="path13754"
+ inkscape:original="M 17.5 108.5 C 16.396001 108.5 15.5 109.396 15.5 110.5 C 15.5 110.87445 15.601947 111.2315 15.78125 111.53125 C 13.638441 111.7301 11.768444 112.90169 10.625 114.59375 C 10.423109 114.5411 10.218309 114.5 10 114.5 C 9.781691 114.5 9.576891 114.5411 9.375 114.59375 C 9.4509376 114.41431 9.4999999 114.207 9.5 114 C 9.5 113.172 8.8280001 112.5 8 112.5 C 7.1719994 112.5 6.5 113.172 6.5 114 C 6.5 114.828 7.171999 115.5 8 115.5 C 7.7434911 115.8443 7.5824734 116.27035 7.53125 116.71875 C 7.2045391 116.59661 6.8691502 116.5 6.5 116.5 C 5.3664836 116.5 4.385191 117.13406 3.875 118.0625 C 3.5158293 117.71903 3.0358211 117.5 2.5 117.5 C 1.3959992 117.5 0.49999999 118.396 0.5 119.5 C 0.5 120.604 1.3959993 121.5 2.5 121.5 C 3.0358211 121.5 3.5158292 121.28097 3.875 120.9375 C 4.3851909 121.86593 5.3664835 122.5 6.5 122.5 C 6.6196631 122.5 6.7277345 122.4824 6.84375 122.46875 C 7.3987073 123.66922 8.591337 124.5 10 124.5 C 10.7245 124.5 11.410117 124.28376 11.96875 123.90625 C 13.181405 124.91365 14.738968 125.5 16.4375 125.5 C 18.400628 125.5 20.165981 124.67815 21.4375 123.375 C 21.78393 123.45103 22.13085 123.5 22.5 123.5 C 24.154303 123.5 25.620959 122.67662 26.53125 121.4375 C 26.684591 121.46694 26.838115 121.5 27 121.5 C 27.673901 121.5 28.300253 121.24652 28.75 120.8125 C 29.017364 121.22502 29.47215 121.5 30 121.5 C 30.828001 121.5 31.5 120.828 31.5 120 C 31.5 119.172 30.828001 118.5 30 118.5 C 29.80335 118.5 29.609639 118.5561 29.4375 118.625 C 29.256359 117.4467 28.283928 116.5305 27.0625 116.5 C 26.822488 115.95487 26.502028 115.45381 26.09375 115.03125 C 26.347166 114.76261 26.5 114.39817 26.5 114 C 26.5 113.172 25.828 112.5 25 112.5 C 24.29965 112.5 23.727384 112.97571 23.5625 113.625 C 23.21607 113.54897 22.86915 113.5 22.5 113.5 C 22.13085 113.5 21.78393 113.54897 21.4375 113.625 C 20.720192 112.88985 19.856215 112.30173 18.875 111.9375 C 19.255861 111.57329 19.5 111.06818 19.5 110.5 C 19.5 109.396 18.604 108.5 17.5 108.5 z "
+ inkscape:radius="-1.0087991"
+ sodipodi:type="inkscape:offset"
+ style="fill:none;stroke:#ffffff;stroke-width:1.5031054;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ </g>
+ <path
+ inkscape:transform-center-y="-4.2445398"
+ inkscape:transform-center-x="4.2445399"
+ d="M 218.33493,246.83493 168.22451,230.66684 153.82572,279.70401 122.7889,237.16959 82.316703,268.3781 82.2085,215.72404 31.121902,217.1833 61.983642,174.52167 19.795987,145.67429 69.839535,129.30038 52.665072,81.165072 l 50.110418,16.168092 14.39879,-49.037177 31.03682,42.534427 40.4722,-31.208513 0.1082,52.654059 51.0866,-1.45926 -30.86174,42.66163 42.18765,28.84738 -50.04354,16.37391 z"
+ inkscape:randomized="0"
+ inkscape:rounded="0"
+ inkscape:flatsided="false"
+ sodipodi:arg2="1.1144823"
+ sodipodi:arg1="0.78539816"
+ sodipodi:r2="74.265472"
+ sodipodi:r1="117.14628"
+ sodipodi:cy="164"
+ sodipodi:cx="135.5"
+ sodipodi:sides="10"
+ id="path28396-3-2-4-4"
+ style="opacity:0.5;color:#000000;fill:url(#radialGradient3969);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="star"
+ transform="matrix(0.08637287,0,0,0.08637287,301.29017,175.82854)" />
+ <path
+ transform="matrix(0.45161296,0,0,0.45161296,302.58064,179.54839)"
+ style="opacity:0.66399997;color:#000000;fill:url(#radialGradient3932-4);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752128;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ sodipodi:type="arc"
+ sodipodi:ry="22.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:cy="23.142857"
+ sodipodi:cx="23.071428"
+ id="path1314-4-2-9-0-5-8"
+ d="m 45.214285,23.142857 a 22.142857,22.142857 0 1 1 -44.2857133,0 22.142857,22.142857 0 1 1 44.2857133,0 z" />
+ <path
+ d="M 218.33493,246.83493 168.22451,230.66684 153.82572,279.70401 122.7889,237.16959 82.316703,268.3781 82.2085,215.72404 31.121902,217.1833 61.983642,174.52167 19.795987,145.67429 69.839535,129.30038 52.665072,81.165072 l 50.110418,16.168092 14.39879,-49.037177 31.03682,42.534427 40.4722,-31.208513 0.1082,52.654059 51.0866,-1.45926 -30.86174,42.66163 42.18765,28.84738 -50.04354,16.37391 z"
+ inkscape:randomized="0"
+ inkscape:rounded="0"
+ inkscape:flatsided="false"
+ sodipodi:arg2="1.1144823"
+ sodipodi:arg1="0.78539816"
+ sodipodi:r2="74.265472"
+ sodipodi:r1="117.14628"
+ sodipodi:cy="164"
+ sodipodi:cx="135.5"
+ sodipodi:sides="10"
+ id="path28396-3-2-4-4-0"
+ style="opacity:0.9;color:#000000;fill:url(#radialGradient4014);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="star"
+ transform="matrix(0.05006676,0.07038177,-0.07038177,0.05006676,317.75226,172.24602)" />
+ <path
+ d="M 218.33493,246.83493 168.22451,230.66684 153.82572,279.70401 122.7889,237.16959 82.316703,268.3781 82.2085,215.72404 31.121902,217.1833 61.983642,174.52167 19.795987,145.67429 69.839535,129.30038 52.665072,81.165072 l 50.110418,16.168092 14.39879,-49.037177 31.03682,42.534427 40.4722,-31.208513 0.1082,52.654059 51.0866,-1.45926 -30.86174,42.66163 42.18765,28.84738 -50.04354,16.37391 z"
+ inkscape:randomized="0"
+ inkscape:rounded="0"
+ inkscape:flatsided="false"
+ sodipodi:arg2="1.1144823"
+ sodipodi:arg1="0.78539816"
+ sodipodi:r2="74.265472"
+ sodipodi:r1="117.14628"
+ sodipodi:cy="164"
+ sodipodi:cx="135.5"
+ sodipodi:sides="10"
+ id="path28396-3-2-4-4-0-6"
+ style="opacity:0.9;color:#000000;fill:url(#radialGradient4872);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="star"
+ transform="matrix(0.05006676,0.07038177,-0.07038177,0.05006676,317.75226,172.24602)" />
+ <g
+ transform="matrix(0.52674857,0,0,0.52674857,147.0742,151.02061)"
+ id="g4455-0-9-2"
+ style="display:inline;enable-background:new">
+ <g
+ id="g4376-8-5-2"
+ transform="matrix(0.17839733,0,0,0.17839733,215.1356,45.105593)">
+ <g
+ style="display:inline;enable-background:new"
+ transform="matrix(0.94814354,0,0,0.94814354,431.02655,8.4624338)"
+ id="g3896-9-9-1-4">
+ <g
+ style="opacity:0.71604937;fill:url(#radialGradient5262-3-5-2);fill-opacity:1"
+ transform="translate(2.125971e-5,0)"
+ id="g28458-5-7-0-0" />
+ <g
+ id="g28462-0-2-5-3">
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path1314-4-7-4-4-4"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="color:#000000;fill:url(#radialGradient5264-0-9-0);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752128;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ transform="matrix(3.871435,0,0,3.871435,46.482565,72.303639)" />
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path1314-4-5-7-7-8-6-2"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="color:#000000;fill:url(#radialGradient5266-7-4-0);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752153;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ transform="matrix(3.871435,0,0,3.871435,46.482566,72.303635)" />
+ </g>
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ transform="matrix(0.94814354,0,0,0.94814354,431.02655,8.4624295)"
+ id="g3896-9-8-0-9-0">
+ <g
+ style="opacity:0.71604937;fill:url(#radialGradient5268-5-4-0);fill-opacity:1"
+ transform="translate(2.125971e-5,0)"
+ id="g28458-5-0-0-3-5" />
+ <g
+ id="g28462-0-4-6-0-8">
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path1314-4-7-0-4-7-9"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="color:#000000;fill:url(#radialGradient5270-2-7-1);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752128;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ transform="matrix(3.871435,0,0,3.871435,46.482565,72.303639)" />
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path1314-4-5-7-7-4-9-9-5"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="color:#000000;fill:url(#radialGradient5272-3-8-8);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752153;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ transform="matrix(3.871435,0,0,3.871435,46.482566,72.303635)" />
+ </g>
+ </g>
+ </g>
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path1314-4-5-7-7-4-2-85-5-7"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="color:#000000;fill:none;stroke:#fcaf3e;stroke-width:2.94995474999999985;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ transform="matrix(0.64354849,0,0,0.64354849,300.15242,59.106448)" />
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path1314-4-5-7-7-4-2-8-9-1-5"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="opacity:0.41975313;color:#000000;fill:none;stroke:#ffffff;stroke-width:3.40659809;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ transform="matrix(0.55728284,0,0,0.55728284,302.14267,61.102878)" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ d="m 317.51073,188.5 c -0.4705,0 -0.85235,0.40715 -0.85235,0.90881 0,0.0666 0.009,0.13058 0.0213,0.19312 -1.12981,0.0552 -2.10406,0.72258 -2.64229,1.70403 -0.2214,-0.16552 -0.49768,-0.26129 -0.78842,-0.26129 -0.11789,0 -0.23181,0.0268 -0.34094,0.0568 10e-4,-0.0188 0,-0.0376 0,-0.0568 0,-0.40133 -0.30548,-0.72705 -0.68188,-0.72705 -0.3764,0 -0.68188,0.32572 -0.68188,0.72705 0,0.34741 0.22706,0.64383 0.53272,0.71569 -0.11936,0.21606 -0.19178,0.46968 -0.19178,0.73841 0,0.0732 0.0115,0.14551 0.0213,0.21584 -0.20534,-0.13206 -0.44606,-0.21584 -0.70319,-0.21584 -0.55111,0 -1.02089,0.35 -1.23591,0.85201 -0.15623,-0.18923 -0.38441,-0.30672 -0.63926,-0.30672 -0.4705,0 -0.85235,0.40715 -0.85235,0.90881 0,0.50166 0.38185,0.90881 0.85235,0.90881 0.25485,0 0.48303,-0.11749 0.63926,-0.30672 0.21502,0.50201 0.6848,0.85201 1.23591,0.85201 0.29885,0 0.57429,-0.10997 0.79908,-0.28401 0.24081,0.69237 0.8547,1.19282 1.5875,1.19282 0.484,0 0.91486,-0.22224 1.22525,-0.56801 0.5536,0.47085 1.25101,0.74977 2.01368,0.74977 1.00038,0 1.89884,-0.48897 2.49313,-1.24961 0.33306,0.32278 0.77201,0.52256 1.25721,0.52256 0.52833,0 1.00152,-0.23819 1.34245,-0.61345 0.19747,0.15432 0.43979,0.24993 0.70319,0.24993 0.37052,0 0.69736,-0.18296 0.91628,-0.46577 0.0866,0.16998 0.2534,0.284 0.44748,0.284 0.2823,0 0.51141,-0.24428 0.51141,-0.54528 0,-0.301 -0.22911,-0.54529 -0.51141,-0.54529 -0.0588,0 -0.11786,0.0146 -0.17047,0.0341 2.8e-4,-0.0113 0,-0.0227 0,-0.0341 0,-0.70233 -0.53459,-1.27233 -1.19329,-1.27233 -0.12115,0 -0.24139,0.0209 -0.35159,0.0568 -0.24122,-0.54213 -0.70807,-0.95005 -1.26787,-1.09058 0.0518,-0.13046 0.0852,-0.26982 0.0852,-0.42032 0,-0.602 -0.45822,-1.09058 -1.02282,-1.09058 -0.33378,0 -0.63366,0.16769 -0.82039,0.43169 -0.28628,-0.34201 -0.64089,-0.61877 -1.03347,-0.81793 0.095,-0.14655 0.14916,-0.3311 0.14916,-0.52257 0,-0.50166 -0.38185,-0.90881 -0.85235,-0.90881 z"
+ id="path2077-2-3"
+ style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.99999994000000003;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.20000057000000004;display:inline;enable-background:new;opacity:0.05" />
+ <g
+ id="g48-6"
+ style="display:inline;enable-background:new"
+ transform="matrix(0.34094007,0,0,0.36352459,308.30535,184.04652)">
+ <path
+ inkscape:connector-curvature="0"
+ d="m 27,9.5 c -1.380003,0 -2.5,1.119997 -2.5,2.5 0,0.183237 0.02502,0.359194 0.0625,0.53125 -3.313808,0.151938 -6.171351,1.987701 -7.75,4.6875 C 16.163117,16.76344 15.352746,16.5 14.5,16.5 c -0.345773,0 -0.679915,0.07364 -1,0.15625 0.004,-0.05174 0,-0.103485 0,-0.15625 0,-1.104003 -0.895997,-2 -2,-2 -1.104003,0 -2.0000002,0.895996 -2,2 0,0.955653 0.665989,1.77106 1.5625,1.96875 C 10.712418,19.063082 10.5,19.760776 10.5,20.5 c 0,0.20146 0.03371,0.400261 0.0625,0.59375 C 9.9602283,20.730458 9.2541665,20.5 8.5,20.5 6.8835526,20.5 5.5056469,21.462793 4.875,22.84375 4.4167467,22.323207 3.7474993,22 3,22 1.6200014,22 0.49999998,23.120005 0.5,24.5 0.5,25.879994 1.6200014,27 3,27 3.7474993,27 4.4167467,26.676793 4.875,26.15625 5.505647,27.537206 6.8835529,28.499999 8.5,28.5 c 0.8765388,0 1.684417,-0.302514 2.34375,-0.78125 C 11.550079,29.623343 13.350649,31 15.5,31 16.919591,31 18.183331,30.388645 19.09375,29.4375 20.717472,30.732721 22.763047,31.5 25,31.5 c 2.934178,0 5.569428,-1.345082 7.3125,-3.4375 C 33.289388,28.950443 34.576875,29.5 36,29.5 c 1.549626,0 2.937507,-0.655223 3.9375,-1.6875 C 40.516678,28.236992 41.227414,28.5 42,28.5 c 1.086749,0 2.04538,-0.503283 2.6875,-1.28125 C 44.941606,27.686327 45.43075,28 46,28 c 0.827999,0 1.500002,-0.671997 1.5,-1.5 0,-0.828004 -0.672002,-1.499999 -1.5,-1.5 -0.1725,0 -0.345708,0.04008 -0.5,0.09375 8.16e-4,-0.03107 0,-0.06249 0,-0.09375 0,-1.932007 -1.568003,-3.5 -3.5,-3.5 -0.35535,0 -0.70802,0.05765 -1.03125,0.15625 -0.707504,-1.491298 -2.076818,-2.613435 -3.71875,-3 0.151875,-0.358876 0.25,-0.742249 0.25,-1.15625 0,-1.656003 -1.343997,-3 -3,-3 -0.97899,0 -1.858564,0.461292 -2.40625,1.1875 -0.839701,-0.940803 -1.87979,-1.702126 -3.03125,-2.25 C 29.340986,13.034361 29.5,12.526701 29.5,12 29.5,10.619997 28.380002,9.4999998 27,9.5 z"
+ id="path2077-2"
+ style="fill:url(#radialGradient3080-2-5-3-4-3);fill-opacity:1;stroke:url(#linearGradient4564-2-4-2);stroke-width:2.84049511;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.20000057" />
+ <path
+ d="m 27,11.4375 c -0.334803,0 -0.5625,0.227697 -0.5625,0.5625 0,0.0074 -0.01724,0.04586 0,0.125 a 1.9319556,1.9319556 0 0 1 -1.78125,2.34375 c -2.653379,0.121657 -4.92898,1.566435 -6.1875,3.71875 a 1.9319556,1.9319556 0 0 1 -2.75,0.625 c -0.317626,-0.222701 -0.763859,-0.375 -1.21875,-0.375 -0.07149,0 -0.257164,0.02301 -0.53125,0.09375 a 1.9319556,1.9319556 0 0 1 -0.96875,0 1.9319556,1.9319556 0 0 1 -0.28125,0.90625 c -0.187973,0.319121 -0.28125,0.693341 -0.28125,1.0625 0,-0.01403 -0.0015,0.09243 0.03125,0.3125 A 1.9319556,1.9319556 0 0 1 9.5625,22.75 C 9.2226096,22.544977 8.8606282,22.4375 8.5,22.4375 c -0.8493795,0 -1.5450973,0.496347 -1.875,1.21875 A 1.9319556,1.9319556 0 0 1 5.875,24.5 a 1.9319556,1.9319556 0 0 1 0.75,0.84375 c 0.3299026,0.722402 1.0256203,1.218749 1.875,1.21875 0.4320746,0 0.8534187,-0.140986 1.21875,-0.40625 a 1.9319556,1.9319556 0 0 1 2.9375,0.90625 c 0.439693,1.185619 1.51926,2 2.84375,2 0.864975,0 1.608624,-0.363979 2.1875,-0.96875 a 1.9319556,1.9319556 0 0 1 2.625,-0.15625 c 1.29616,1.033929 2.892279,1.625 4.6875,1.625 2.343807,0 4.452939,-1.080443 5.84375,-2.75 A 1.9319556,1.9319556 0 0 1 33.625,26.625 c 0.645312,0.586556 1.449191,0.9375 2.375,0.9375 1.005092,0 1.899774,-0.409628 2.5625,-1.09375 A 1.9319556,1.9319556 0 0 1 41.09375,26.25 c 0.278275,0.203954 0.572078,0.3125 0.90625,0.3125 0.490338,0 0.885858,-0.197043 1.1875,-0.5625 a 1.9319556,1.9319556 0 0 1 0.4375,-0.40625 1.9319556,1.9319556 0 0 1 -0.0625,-0.5625 c -9.69e-4,0.03689 0,0.03363 0,-0.03125 0,-0.886804 -0.675705,-1.5625 -1.5625,-1.5625 -0.146414,0 -0.319596,0.017 -0.46875,0.0625 a 1.9319556,1.9319556 0 0 1 -2.3125,-1.03125 c -0.454623,-0.958268 -1.342842,-1.687139 -2.40625,-1.9375 a 1.9319556,1.9319556 0 0 1 -1.34375,-2.625 c 0.07582,-0.179168 0.09375,-0.297489 0.09375,-0.40625 0,-0.610802 -0.451698,-1.0625 -1.0625,-1.0625 -0.37217,0 -0.689208,0.159898 -0.875,0.40625 a 1.9319556,1.9319556 0 0 1 -2.96875,0.125 c -0.656762,-0.735837 -1.505456,-1.337776 -2.4375,-1.78125 a 1.9319556,1.9319556 0 0 1 -0.75,-2.84375 C 27.511643,12.281658 27.5625,12.137894 27.5625,12 27.5625,11.665198 27.334801,11.4375 27,11.4375 z m -15.5,5 c -0.05881,0 -0.0625,0.0037 -0.0625,0.0625 0,0.05816 0.02909,0.09327 0.03125,0.09375 a 1.9319556,1.9319556 0 0 1 0.09375,0.03125 1.9319556,1.9319556 0 0 1 0,-0.125 c 0,-0.0588 -0.0037,-0.0625 -0.0625,-0.0625 z m -8.5,7.5 c -0.3347881,0 -0.5625,0.227715 -0.5625,0.5625 0,0.334783 0.2277129,0.5625 0.5625,0.5625 0.1906567,0 0.3335705,-0.06944 0.4375,-0.1875 A 1.9319556,1.9319556 0 0 1 3.875,24.5 1.9319556,1.9319556 0 0 1 3.4375,24.125 C 3.3335705,24.006944 3.1906567,23.9375 3,23.9375 z"
+ id="path3072-9"
+ inkscape:original="M 27 9.5 C 25.619997 9.5 24.5 10.619997 24.5 12 C 24.5 12.183237 24.525021 12.359194 24.5625 12.53125 C 21.248692 12.683188 18.391149 14.518951 16.8125 17.21875 C 16.163117 16.76344 15.352746 16.5 14.5 16.5 C 14.154227 16.5 13.820085 16.573642 13.5 16.65625 C 13.504018 16.604511 13.5 16.552765 13.5 16.5 C 13.5 15.395997 12.604003 14.5 11.5 14.5 C 10.395997 14.5 9.4999998 15.395996 9.5 16.5 C 9.5 17.455653 10.165989 18.27106 11.0625 18.46875 C 10.712418 19.063082 10.5 19.760776 10.5 20.5 C 10.5 20.70146 10.533709 20.900261 10.5625 21.09375 C 9.9602283 20.730458 9.2541665 20.5 8.5 20.5 C 6.8835526 20.5 5.5056469 21.462793 4.875 22.84375 C 4.4167467 22.323207 3.7474993 22 3 22 C 1.6200014 22 0.49999998 23.120005 0.5 24.5 C 0.5 25.879994 1.6200014 27 3 27 C 3.7474993 27 4.4167467 26.676793 4.875 26.15625 C 5.505647 27.537206 6.8835529 28.499999 8.5 28.5 C 9.3765388 28.5 10.184417 28.197486 10.84375 27.71875 C 11.550079 29.623343 13.350649 31 15.5 31 C 16.919591 31 18.183331 30.388645 19.09375 29.4375 C 20.717472 30.732721 22.763047 31.5 25 31.5 C 27.934178 31.5 30.569428 30.154918 32.3125 28.0625 C 33.289388 28.950443 34.576875 29.5 36 29.5 C 37.549626 29.5 38.937507 28.844777 39.9375 27.8125 C 40.516678 28.236992 41.227414 28.5 42 28.5 C 43.086749 28.5 44.04538 27.996717 44.6875 27.21875 C 44.941606 27.686327 45.43075 28 46 28 C 46.827999 28 47.500002 27.328003 47.5 26.5 C 47.5 25.671996 46.827998 25.000001 46 25 C 45.8275 25 45.654292 25.040082 45.5 25.09375 C 45.500816 25.062682 45.5 25.031264 45.5 25 C 45.5 23.067993 43.931997 21.5 42 21.5 C 41.64465 21.5 41.29198 21.557651 40.96875 21.65625 C 40.261246 20.164952 38.891932 19.042815 37.25 18.65625 C 37.401875 18.297374 37.5 17.914001 37.5 17.5 C 37.5 15.843997 36.156003 14.5 34.5 14.5 C 33.52101 14.5 32.641436 14.961292 32.09375 15.6875 C 31.254049 14.746697 30.21396 13.985374 29.0625 13.4375 C 29.340986 13.034361 29.5 12.526701 29.5 12 C 29.5 10.619997 28.380002 9.4999998 27 9.5 z "
+ inkscape:radius="-1.9317625"
+ sodipodi:type="inkscape:offset"
+ style="fill:none;stroke:#ffffff;stroke-width:2.84049532999999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:1.20000057000000004" />
+ </g>
+ <path
+ d="m 218.33493,246.83493 -43.91885,-8.57738 -20.59036,41.44646 -30.48944,-32.75409 -41.019577,21.42818 -5.414096,-44.41986 -45.780705,-6.77494 21.729243,-39.11875 -33.055158,-32.39026 40.57275,-18.87561 -7.703665,-45.633608 43.918845,8.577381 20.590363,-41.446466 30.48944,32.754096 41.01958,-21.428182 5.41409,44.419859 45.78071,6.77494 -21.72925,39.11875 33.05516,32.39026 -40.57275,18.87561 z"
+ inkscape:randomized="0"
+ inkscape:rounded="0"
+ inkscape:flatsided="false"
+ sodipodi:arg2="1.0880794"
+ sodipodi:arg1="0.78539816"
+ sodipodi:r2="83.837013"
+ sodipodi:r1="117.14628"
+ sodipodi:cy="164"
+ sodipodi:cx="135.5"
+ sodipodi:sides="10"
+ id="path28396-3-2-4-4-0-6-2-9"
+ style="opacity:0.5;color:#000000;fill:url(#radialGradient3490);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="star"
+ transform="matrix(0.0146974,0.05871825,-0.05871825,0.0146974,317.62401,218.62539)" />
+ <path
+ d="m 45.214285,23.142857 a 22.142857,22.142857 0 1 1 -44.2857133,0 22.142857,22.142857 0 1 1 44.2857133,0 z"
+ id="path1314-4-5-7-7-4-2-85-5-7-6-0"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="color:#000000;fill:none;stroke:#fce94f;stroke-width:12.05551273999999928;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;opacity:0.2"
+ transform="matrix(0.24884881,0,0,0.24884881,304.25871,223.24093)" />
+ <path
+ d="m 218.33493,246.83493 -43.91885,-8.57738 -20.59036,41.44646 -30.48944,-32.75409 -41.019577,21.42818 -5.414096,-44.41986 -45.780705,-6.77494 21.729243,-39.11875 -33.055158,-32.39026 40.57275,-18.87561 -7.703665,-45.633608 43.918845,8.577381 20.590363,-41.446466 30.48944,32.754096 41.01958,-21.428182 5.41409,44.419859 45.78071,6.77494 -21.72925,39.11875 33.05516,32.39026 -40.57275,18.87561 z"
+ inkscape:randomized="0"
+ inkscape:rounded="0"
+ inkscape:flatsided="false"
+ sodipodi:arg2="1.0880794"
+ sodipodi:arg1="0.78539816"
+ sodipodi:r2="83.837013"
+ sodipodi:r1="117.14628"
+ sodipodi:cy="164"
+ sodipodi:cx="135.5"
+ sodipodi:sides="10"
+ id="path28396-3-2-4-4-0-6-2"
+ style="opacity:0.9;color:#000000;fill:url(#radialGradient5802);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="star"
+ transform="matrix(0.03239926,0.0511286,-0.0511286,0.03239926,313.98071,216.75068)" />
+ <g
+ transform="matrix(0.3866823,0,0,0.3866823,188.19508,200.38551)"
+ id="g4455-0-9-2-6"
+ style="display:inline;enable-background:new">
+ <g
+ id="g4376-8-5-2-3"
+ transform="matrix(0.17839733,0,0,0.17839733,215.1356,45.105593)">
+ <g
+ style="display:inline;enable-background:new"
+ transform="matrix(0.94814354,0,0,0.94814354,431.02655,8.4624338)"
+ id="g3896-9-9-1-4-5">
+ <g
+ style="opacity:0.71604937;fill:url(#radialGradient5262-3-5-2-2);fill-opacity:1"
+ transform="translate(2.125971e-5,0)"
+ id="g28458-5-7-0-0-2" />
+ <g
+ id="g28462-0-2-5-3-8">
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path1314-4-7-4-4-4-2"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="color:#000000;fill:url(#radialGradient5264-0-9-0-7);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752128;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ transform="matrix(3.871435,0,0,3.871435,46.482565,72.303639)" />
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path1314-4-5-7-7-8-6-2-1"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="color:#000000;fill:url(#radialGradient5266-7-4-0-2);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752153;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ transform="matrix(3.871435,0,0,3.871435,46.482566,72.303635)" />
+ </g>
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ transform="matrix(0.94814354,0,0,0.94814354,431.02655,8.4624295)"
+ id="g3896-9-8-0-9-0-3">
+ <g
+ style="opacity:0.71604937;fill:url(#radialGradient5268-5-4-0-8);fill-opacity:1"
+ transform="translate(2.125971e-5,0)"
+ id="g28458-5-0-0-3-5-2" />
+ <g
+ id="g28462-0-4-6-0-8-5">
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path1314-4-7-0-4-7-9-8"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="color:#000000;fill:url(#radialGradient5270-2-7-1-1);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752128;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ transform="matrix(3.871435,0,0,3.871435,46.482565,72.303639)" />
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path1314-4-5-7-7-4-9-9-5-6"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="color:#000000;fill:url(#radialGradient5272-3-8-8-2);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752153000000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ transform="matrix(3.871435,0,0,3.871435,46.482566,72.303635)" />
+ </g>
+ </g>
+ </g>
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path1314-4-5-7-7-4-2-85-5-7-6"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="color:#000000;fill:none;stroke:#fcaf3e;stroke-width:4.01850414000000011;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ transform="matrix(0.64354849,0,0,0.64354849,300.15242,59.106448)" />
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path1314-4-5-7-7-4-2-8-9-1-5-5"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="opacity:0.2808642;color:#000000;fill:none;stroke:#ffffff;stroke-width:4.92063141000000037;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ transform="matrix(0.52556308,0,0,0.52556308,302.87449,61.836964)" />
+ </g>
+ <path
+ style="opacity:1;fill:url(#radialGradient5427-0);fill-opacity:1;stroke:url(#linearGradient5429-36);stroke-width:0.99999994000000003;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:accumulate;color:#000000;fill-rule:nonzero;stroke-dashoffset:0.42246172999999998;marker:none;visibility:visible;overflow:visible"
+ d="m 313.5,227.5 c -0.55228,0 -1,0.44772 -1,1 0,0.0704 0.0487,0.12122 0.0625,0.1875 -0.36972,0.2014 -0.65867,0.49055 -0.84375,0.875 -0.31245,-0.31245 -0.74197,-0.5 -1.21875,-0.5 -0.87735,0 -1.5773,0.65269 -1.6875,1.5 -0.10185,-0.035 -0.19879,-0.0625 -0.3125,-0.0625 -0.55228,0 -1,0.44772 -1,1 0,0.55228 0.44772,1 1,1 0.35001,0 0.63383,-0.19645 0.8125,-0.46875 0.30965,0.29435 0.72655,0.46875 1.1875,0.46875 0.60551,0 1.12929,-0.30956 1.4375,-0.78125 0.36629,0.47223 0.92603,0.78125 1.5625,0.78125 0.51991,0 0.98808,-0.1998 1.34375,-0.53125 0.27516,0.32812 0.69452,0.53125 1.15625,0.53125 0.31066,0 0.60435,-0.0883 0.84375,-0.25 0.17573,0.1533 0.40473,0.25 0.65625,0.25 0.55228,0 1,-0.44772 1,-1 0,-0.55228 -0.44772,-1 -1,-1 -0.0352,0 -0.0595,0.0277 -0.0937,0.0312 C 317.2106,229.93033 316.66619,229.5 316,229.5 c -0.233,0 -0.45952,0.0615 -0.65625,0.15625 -0.17888,-0.43106 -0.5039,-0.74958 -0.90625,-0.96875 0.0138,-0.0663 0.0625,-0.11711 0.0625,-0.1875 0,-0.55228 -0.44772,-1 -1,-1 z"
+ id="path1881-3"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-0.45549917"
+ inkscape:original="M 313.5 227.5 C 312.94772 227.5 312.5 227.94772 312.5 228.5 C 312.5 228.5704 312.5487 228.62122 312.5625 228.6875 C 312.19278 228.8889 311.90383 229.17805 311.71875 229.5625 C 311.4063 229.25005 310.97678 229.0625 310.5 229.0625 C 309.62265 229.0625 308.9227 229.71519 308.8125 230.5625 C 308.71065 230.5275 308.61371 230.5 308.5 230.5 C 307.94772 230.5 307.5 230.94772 307.5 231.5 C 307.5 232.05228 307.94772 232.5 308.5 232.5 C 308.85001 232.5 309.13383 232.30355 309.3125 232.03125 C 309.62215 232.3256 310.03905 232.5 310.5 232.5 C 311.10551 232.5 311.62929 232.19044 311.9375 231.71875 C 312.30379 232.19098 312.86353 232.5 313.5 232.5 C 314.01991 232.5 314.48808 232.3002 314.84375 231.96875 C 315.11891 232.29687 315.53827 232.5 316 232.5 C 316.31066 232.5 316.60435 232.4117 316.84375 232.25 C 317.01948 232.4033 317.24848 232.5 317.5 232.5 C 318.05228 232.5 318.5 232.05228 318.5 231.5 C 318.5 230.94772 318.05228 230.5 317.5 230.5 C 317.4648 230.5 317.44045 230.52775 317.40625 230.53125 C 317.21055 229.93038 316.66619 229.5 316 229.5 C 315.767 229.5 315.54048 229.5615 315.34375 229.65625 C 315.16487 229.22519 314.83985 228.90667 314.4375 228.6875 C 314.4513 228.6212 314.5 228.57039 314.5 228.5 C 314.5 227.94772 314.05228 227.5 313.5 227.5 z "
+ style="color:#000000;fill:none;stroke:#ffffff;stroke-width:0.60000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.42246173;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path5780"
+ d="m 313.5,227.96875 c -0.30611,0 -0.53125,0.22514 -0.53125,0.53125 0.0135,0.0317 0.0193,0.0362 0.0312,0.0937 a 0.45554472,0.45554472 0 0 1 -0.21875,0.5 c -0.29644,0.16148 -0.51282,0.35832 -0.65625,0.65625 a 0.45554472,0.45554472 0 0 1 -0.71875,0.125 c -0.22931,-0.22931 -0.54892,-0.34375 -0.90625,-0.34375 -0.65144,0 -1.16776,0.46139 -1.25,1.09375 A 0.45554472,0.45554472 0 0 1 308.65625,231 c -0.0872,-0.03 -0.11598,-0.0312 -0.15625,-0.0312 -0.30611,0 -0.53125,0.22514 -0.53125,0.53125 0,0.30611 0.22514,0.53125 0.53125,0.53125 0.17957,0 0.32508,-0.0787 0.4375,-0.25 a 0.45554472,0.45554472 0 0 1 0.6875,-0.0937 c 0.2268,0.21559 0.52894,0.34375 0.875,0.34375 0.45026,0 0.83363,-0.21224 1.0625,-0.5625 a 0.45554472,0.45554472 0 0 1 0.75,-0.0312 c 0.28754,0.3707 0.69847,0.59375 1.1875,0.59375 0.40321,0 0.75464,-0.14847 1.03125,-0.40625 a 0.45554472,0.45554472 0 0 1 0.65625,0.0625 c 0.18822,0.22444 0.48436,0.34375 0.8125,0.34375 0.22435,0 0.4338,-0.0482 0.59375,-0.15625 a 0.45554472,0.45554472 0 0 1 0.5625,0.0312 c 0.0995,0.0868 0.20898,0.125 0.34375,0.125 0.30611,0 0.53125,-0.22514 0.53125,-0.53125 0,-0.30611 -0.22514,-0.53125 -0.53125,-0.53125 -0.0272,0.008 -0.0251,0.0274 -0.0625,0.0312 a 0.45554472,0.45554472 0 0 1 -0.46875,-0.3125 c -0.13851,-0.42527 -0.49874,-0.71875 -0.96875,-0.71875 -0.15285,0 -0.32575,0.0249 -0.46875,0.0937 a 0.45554472,0.45554472 0 0 1 -0.59375,-0.21875 c -0.13446,-0.32402 -0.38871,-0.57022 -0.71875,-0.75 a 0.45554472,0.45554472 0 0 1 -0.21875,-0.5 c 0.012,-0.0575 0.0177,-0.062 0.0312,-0.0937 0,-0.30611 -0.22514,-0.53125 -0.53125,-0.53125 z" />
+ </g>
+ <g
+ style="display:inline"
+ inkscape:label="hires"
+ id="layer5"
+ inkscape:groupmode="layer">
+ <g
+ style="opacity:0.4"
+ transform="matrix(5.0928038,0,0,2.2388776,20.301687,129.4805)"
+ id="g8198" />
+ <g
+ transform="matrix(4.8890868,0,0,4.8890868,322.06038,251.81989)"
+ style="display:inline"
+ inkscape:label="base"
+ id="g8230" />
+ </g>
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer3"
+ inkscape:label="sun"
+ style="display:none">
+ <g
+ transform="matrix(6.080969,0,0,6.080969,-1821.0662,-288.44894)"
+ style="display:inline;enable-background:new"
+ id="g6482">
+ <path
+ transform="matrix(0.61197671,-0.20882263,0.2082665,0.61360875,300.76894,63.524954)"
+ style="opacity:0.66292138;color:#000000;fill:url(#radialGradient7304-0);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ sodipodi:type="star"
+ sodipodi:sides="120"
+ sodipodi:r2="12.137954"
+ sodipodi:r1="25.152658"
+ sodipodi:cy="23.074486"
+ sodipodi:cx="23.511301"
+ sodipodi:arg2="0.54977872"
+ sodipodi:arg1="0.52359878"
+ inkscape:rounded="0"
+ inkscape:randomized="0"
+ inkscape:flatsided="false"
+ id="path7302"
+ d="m 45.294142,35.650815 -11.433534,-6.234266 10.745487,7.357057 -11.091588,-6.824107 10.345722,7.909349 -10.719242,-7.395244 9.917601,8.439963 -10.317515,-7.946111 9.462296,8.947443 -9.887507,-8.475197 8.981054,9.430399 -9.430399,-8.981055 8.475198,9.887508 -8.947444,-9.462296 7.946111,10.317515 -8.439963,-9.917601 7.395244,10.719242 -7.909349,-10.345723 6.824107,11.091589 -7.357057,-10.745487 6.234266,11.433534 -6.784598,-11.1158 5.627337,11.744142 -6.193544,-11.455645 5.004984,12.022559 -5.585514,-11.76409 4.368913,12.268022 L 27.563033,34.516225 31.2839,46.996086 26.958666,34.712595 30.021288,47.370088 26.34485,34.877067 28.740833,47.677498 25.723267,35.009188 27.446044,47.917473 25.095622,35.108598 26.14047,48.089355 24.463634,35.175022 24.827689,48.192673 23.829036,35.20828 23.511301,48.227144 23.193566,35.20828 22.194912,48.192673 22.558968,35.175022 20.882132,48.089355 21.92698,35.108598 l -2.350422,12.808875 1.722777,-12.908285 -3.017566,12.66831 2.395983,-12.800431 -3.676438,12.493021 3.062622,-12.657493 -4.325234,12.28349 3.720867,-12.47986 -4.962175,12.04029 4.368913,-12.268022 -5.585514,11.76409 5.004984,-12.022559 -6.193544,11.455645 5.627337,-11.744142 -6.784598,11.1158 L 17.169238,33.423793 9.8121813,44.16928 16.636288,33.077691 8.7269393,43.423414 16.122183,32.704172 7.6822201,42.621773 15.628331,32.304258 6.6808873,41.766554 15.156085,31.879046 5.7256856,40.860101 14.70674,31.429702 4.819233,39.904899 14.281529,30.957456 3.964014,38.903567 13.881615,30.463604 3.1623728,37.858847 13.508095,29.949498 2.4165066,36.773605 13.161994,29.416549 1.7284598,35.650815 12.84426,28.866217 1.1001182,34.493554 12.555763,28.30001 0.53320411,33.304994 12.297294,27.71948 0.02927139,32.088392 12.069562,27.126218 -0.41029873,30.847085 11.873191,26.521851 -0.7843014,29.584473 11.70872,25.908035 -1.0917115,28.304017 11.576598,25.286452 -1.3316865,27.009228 11.477189,24.658807 -1.5035685,25.703654 11.410765,24.026819 -1.6068866,24.390874 11.377507,23.39222 -1.6413574,23.074486 11.377507,22.756751 -1.6068866,21.758097 11.410765,22.122153 -1.5035685,20.445317 11.477189,21.490165 -1.3316864,19.139743 11.576598,20.862519 -1.0917115,17.844954 11.70872,20.240937 -0.78430134,16.564499 11.873191,19.627121 -0.41029866,15.301887 12.069562,19.022753 0.02927147,14.060579 12.297294,18.429492 0.5332042,12.843978 12.555763,17.848962 1.1001183,11.655418 12.84426,17.282755 1.7284599,10.498156 13.161994,16.732422 2.4165067,9.3753661 13.508096,16.199473 3.162373,8.290124 13.881615,15.685368 3.9640142,7.2454048 14.281529,15.191515 4.8192331,6.2440721 14.706741,14.71927 5.7256858,5.2888703 15.156085,14.269925 6.6808875,4.3824177 15.628331,13.844713 7.6822203,3.5271988 16.122183,13.4448 8.7269394,2.7255576 16.636288,13.07128 9.8121815,1.9796914 17.169238,12.725179 10.934972,1.2916445 17.71957,12.407444 12.092233,0.66330294 18.285777,12.118947 13.280793,0.09638885 18.866307,11.860479 14.497395,-0.40754388 19.459569,11.632747 15.738702,-0.84711399 20.063936,11.436376 17.001314,-1.2211167 20.677752,11.271905 18.281769,-1.5285268 21.299335,11.139783 19.576558,-1.7685017 21.92698,11.040374 20.882132,-1.9403838 22.558968,10.973949 22.194913,-2.0437018 23.193567,10.940691 23.511301,-2.0781727 23.829036,10.940691 24.82769,-2.0437018 24.463634,10.973949 26.14047,-1.9403838 25.095622,11.040374 27.446044,-1.7685017 25.723267,11.139783 28.740833,-1.5285267 26.34485,11.271905 30.021288,-1.2211166 26.958666,11.436376 31.2839,-0.84711392 27.563033,11.632747 32.525208,-0.4075438 28.156295,11.860479 33.741809,0.09638894 28.736825,12.118947 34.930369,0.66330304 29.303032,12.407444 36.08763,1.2916446 29.853365,12.725179 37.210421,1.9796915 30.386314,13.07128 38.295663,2.7255577 30.900419,13.4448 39.340382,3.5271989 31.394271,13.844713 40.341715,4.3824179 31.866517,14.269925 41.296916,5.2888705 32.315862,14.71927 42.203369,6.2440723 32.741074,15.191515 43.058588,7.245405 33.140987,15.685368 43.860229,8.2901242 33.514507,16.199473 44.606095,9.3753662 33.860608,16.732422 45.294142,10.498157 34.178343,17.282755 45.922484,11.655418 34.46684,17.848962 46.489398,12.843978 34.725308,18.429492 46.993331,14.060579 34.95304,19.022754 47.432901,15.301887 35.149411,19.627121 47.806903,16.564499 35.313882,20.240937 48.114314,17.844954 35.446004,20.862519 48.354289,19.139743 35.545413,21.490165 48.526171,20.445317 35.611838,22.122153 48.629489,21.758097 35.645095,22.756751 48.66396,23.074486 35.645095,23.39222 48.629489,24.390874 35.611838,24.026819 48.526171,25.703655 35.545413,24.658807 48.354289,27.009229 35.446004,25.286452 48.114314,28.304018 35.313882,25.908035 47.806903,29.584473 35.149411,26.521851 47.432901,30.847085 34.95304,27.126218 46.993331,32.088393 34.725308,27.71948 46.489398,33.304994 34.466839,28.30001 45.922484,34.493554 34.178342,28.866217 z" />
+ <path
+ d="M 45.294142,35.650815 31.887448,31.859136 35.036916,45.43106 25.808424,34.993091 21.120389,48.113251 19.000079,34.342973 7.9629591,42.845811 13.624016,30.11519 -0.25798184,31.301114 11.387095,23.652033 -0.9323434,17.144522 12.999525,17.005509 6.1539794,4.8706506 17.949369,12.285842 18.751129,-1.6236314 24.665087,10.991494 32.8596,-0.27643573 31.014486,13.53341 44.000052,8.4845125 34.981677,19.10455 48.63547,21.877674 35.307105,25.936117 z"
+ id="path6484"
+ inkscape:flatsided="false"
+ inkscape:randomized="0"
+ inkscape:rounded="0"
+ sodipodi:arg1="0.52359878"
+ sodipodi:arg2="0.80919811"
+ sodipodi:cx="23.511301"
+ sodipodi:cy="23.074486"
+ sodipodi:r1="25.152658"
+ sodipodi:r2="12.137954"
+ sodipodi:sides="11"
+ sodipodi:type="star"
+ style="opacity:0.20408164;color:#000000;fill:url(#radialGradient6494-7);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ transform="matrix(0.64777778,-0.22103889,0.22045024,0.64950529,299.62734,62.951865)" />
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path6490"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="color:#000000;fill:url(#radialGradient6500-4);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26669377;marker:none;visibility:visible;display:inline;overflow:visible"
+ transform="matrix(0.61648013,0,0,0.61674862,305.77692,59.732121)" />
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path6488"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="color:#000000;fill:url(#radialGradient7294-4);fill-opacity:1;fill-rule:evenodd;stroke:#ff9e1a;stroke-width:1.34864426;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter7290-0)"
+ transform="matrix(0.609677,0,0,0.609677,305.93387,59.890323)"
+ clip-path="url(#clipPath7280-4)" />
+ <path
+ d="m 332.9469,71.205754 c -5.42152,-4.221005 -29.3059,10.577139 -25.48117,-1.11598 1.97046,-6.024174 7.53604,-9.190952 12.19843,-9.299826 5.9738,-0.139497 11.47556,3.802515 13.28274,10.415806 z"
+ id="path6492"
+ sodipodi:nodetypes="cssc"
+ style="opacity:0.73033711;color:#000000;fill:url(#radialGradient4393);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer6"
+ inkscape:label="sun alt"
+ style="display:inline">
+ <g
+ id="g3896"
+ transform="matrix(0.94814354,0,0,0.94814354,1.02655,8.4624338)"
+ style="display:inline;enable-background:new">
+ <path
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z"
+ id="path1314-4-2"
+ sodipodi:cx="23.071428"
+ sodipodi:cy="23.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:ry="22.142857"
+ sodipodi:type="arc"
+ style="opacity:0.66399997;color:#000000;fill:url(#radialGradient3906);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752128;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ transform="matrix(5.2036931,0,0,5.2036931,15.745468,41.471377)" />
+ <g
+ id="g28458"
+ transform="translate(2.125971e-5,0)"
+ style="opacity:0.71604937;fill:url(#radialGradient3932);fill-opacity:1">
+ <path
+ transform="translate(2.5970958e-7,3.2391087e-6)"
+ sodipodi:type="star"
+ style="opacity:0.9;color:#000000;fill:url(#radialGradient3936);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path28396"
+ sodipodi:sides="10"
+ sodipodi:cx="135.5"
+ sodipodi:cy="164"
+ sodipodi:r1="117.14628"
+ sodipodi:r2="43.351315"
+ sodipodi:arg1="0.78539816"
+ sodipodi:arg2="1.0995574"
+ inkscape:flatsided="false"
+ inkscape:rounded="0"
+ inkscape:randomized="0"
+ d="M 218.33493,246.83493 155.18109,202.6263 153.82572,279.70401 128.71836,206.81759 82.316703,268.3781 104.84599,194.65401 31.121902,217.1833 92.682412,170.78164 19.795987,145.67429 96.873695,144.31892 52.665072,81.165072 115.81891,125.3737 l 1.35537,-77.077713 25.10736,72.886423 46.40166,-61.560509 -22.52929,73.724089 73.72409,-22.52929 -61.56051,46.40166 72.88642,25.10735 -77.07771,1.35537 z"
+ inkscape:transform-center-x="5.6629574"
+ inkscape:transform-center-y="-5.6629574" />
+ <path
+ transform="matrix(0.58756988,0.68668863,-0.68668863,0.58756988,169.02237,-27.018737)"
+ sodipodi:type="star"
+ style="color:#000000;fill:url(#radialGradient3938);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path28396-5"
+ sodipodi:sides="10"
+ sodipodi:cx="135.5"
+ sodipodi:cy="164"
+ sodipodi:r1="117.14628"
+ sodipodi:r2="43.351315"
+ sodipodi:arg1="0.78539816"
+ sodipodi:arg2="1.0995574"
+ inkscape:flatsided="false"
+ inkscape:rounded="0"
+ inkscape:randomized="0"
+ d="M 218.33493,246.83493 155.18109,202.6263 153.82572,279.70401 128.71836,206.81759 82.316703,268.3781 104.84599,194.65401 31.121902,217.1833 92.682412,170.78164 19.795987,145.67429 96.873695,144.31892 52.665072,81.165072 115.81891,125.3737 l 1.35537,-77.077713 25.10736,72.886423 46.40166,-61.560509 -22.52929,73.724089 73.72409,-22.52929 -61.56051,46.40166 72.88642,25.10735 -77.07771,1.35537 z"
+ inkscape:transform-center-x="-0.56130566"
+ inkscape:transform-center-y="-7.2160709" />
+ </g>
+ <g
+ id="g28462">
+ <path
+ transform="matrix(3.871435,0,0,3.871435,46.482565,72.303639)"
+ style="color:#000000;fill:url(#radialGradient3912);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752128;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ sodipodi:type="arc"
+ sodipodi:ry="22.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:cy="23.142857"
+ sodipodi:cx="23.071428"
+ id="path1314-4"
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z" />
+ <path
+ transform="matrix(3.871435,0,0,3.871435,46.482566,72.303635)"
+ style="color:#000000;fill:url(#radialGradient3914);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752153;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ sodipodi:type="arc"
+ sodipodi:ry="22.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:cy="23.142857"
+ sodipodi:cx="23.071428"
+ id="path1314-4-5-7"
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z" />
+ <path
+ transform="matrix(3.871435,0,0,3.871435,46.482566,72.303635)"
+ style="opacity:0.83641974;color:#000000;fill:url(#radialGradient3916);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23752153;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ sodipodi:type="arc"
+ sodipodi:ry="22.142857"
+ sodipodi:rx="22.142857"
+ sodipodi:cy="23.142857"
+ sodipodi:cx="23.071428"
+ id="path1314-4-5"
+ d="m 45.214285,23.142857 c 0,12.229162 -9.913695,22.142856 -22.142857,22.142856 -12.229162,0 -22.1428563,-9.913694 -22.1428563,-22.142856 C 0.9285717,10.913695 10.842266,1 23.071428,1 35.30059,1 45.214285,10.913695 45.214285,23.142857 z" />
+ </g>
+ </g>
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer9"
+ inkscape:label="cloud"
+ style="display:inline">
+ <g
+ style="display:inline;enable-background:new"
+ id="g27543-4"
+ transform="translate(882,-149)">
+ <g
+ transform="matrix(1.0582125,0,0,1,43.023067,190)"
+ id="g26951-2-3"
+ style="display:inline;enable-background:new" />
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g27543-4-9-6"
+ transform="translate(881.8906,-505.13732)">
+ <g
+ id="g25683-1-6-1-2-6"
+ style="display:inline;enable-background:new"
+ transform="translate(10,0)">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.48083624;color:#000000;fill:url(#linearGradient3220);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans;filter:url(#filter7362)"
+ d="m -704.625,636.75 c -2.69337,0.59719 -6.92564,-0.54321 -7.11512,2.87941 -3.76736,1.5801 -6.26502,-4.84412 -8.74112,1.63105 -0.9388,3.95479 -2.96105,3.476 -4.28347,2.5516 0.14586,3.46325 -0.0962,5.35219 -1.51644,5.18774 -1.98898,-0.36515 -6.58391,4.04144 -7.31245,0.37495 -3.71127,-1.01254 -8.59333,1.37864 -10.4062,5.3437 -1.81431,1.93818 -2.81826,6.22859 -5.0312,9.0937 2.85268,1.18239 -3.88058,3.62799 -5.15645,1.4692 -2.74417,-5.13353 -8.93829,0.62653 -9.4375,-5.3438 5.05103,-1.8561 -4.9964,-2.53416 -6.10709,-4.62142 -3.93372,1.06055 -9.67751,-2.03517 -11.56871,1.89374 -1.64302,2.38564 -4.47323,5.5494 -4.69885,8.97748 -6.03568,-4.14093 -5.14123,5.52527 -3.65635,9.5 6.48638,2.56466 -3.15007,5.11944 -3.78125,8.6875 -3.4663,-3.065 -4.70465,9.12712 -8.4685,2.8125 -2.37282,-4.86404 -6.36359,-3.57455 -9.9374,-1.0314 -4.00073,2.11348 -4.16166,1.8484 -5.93755,-1.3751 -5.29163,2.89856 -10.0543,10.1489 -8.125,16.59375 0.21698,4.88139 2.91051,6.44604 6.06868,8.08942 2.25707,6.64859 9.54634,1.8158 12.10723,7.1871 3.62419,0.67042 5.42099,-1.28123 7.66774,-3.15172 3.99626,0.67717 3.76296,5.06622 8.24854,6.18868 4.63887,0.20659 -0.26224,5.16691 4.97021,2.40507 3.41676,0.95001 7.12245,0.38952 9.87495,-1.15605 2.68408,-2.86275 -1.30087,4.11043 1.43745,5.4687 1.46124,4.606 5.96398,5.27016 9.25,8.0625 2.45865,-5.13358 7.78004,1.39179 10.1875,-3.93745 3.76431,3.00667 7.32836,1.28702 10.1562,-0.9688 3.53827,1.99088 5.78577,-8.09069 6.90625,-2.18755 6.31038,2.22009 4.85664,4.99184 11.48229,6.24561 3.08416,2.75029 6.58092,2.81065 10.92396,1.91059 -2.00338,5.87634 7.50395,4.54338 10.25,1.4687 4.9399,-0.88658 3.76871,-5.87481 8.12489,-7.33961 4.33975,-2.50922 -0.76523,-6.12074 5.62511,-4.62909 3.22162,-2.52811 3.61204,-5.60896 7.40625,-1.75 4.95199,-1.39264 3.76214,2.45354 8.34375,1.9999 5.38815,-1.43161 -0.029,5.37883 5.4375,1.15625 4.98402,-1.59413 9.53613,0.80682 12.31245,-4.3438 1.81299,-0.47296 5.78427,8.10709 10.15625,4.5937 4.78963,-0.488 4.10326,-4.754 7.62505,-7.0624 3.44717,-2.50645 1.94264,-4.34586 4.18745,0.12505 3.56728,2.08851 5.75274,0.60414 9.24995,-0.7813 5.64128,-0.66783 7.18811,-5.57165 6.06468,-10.45982 0.70213,-1.13752 -5.89551,-4.05346 -2.84618,-6.16448 -6.02367,-2.13315 -7.01887,-6.9199 -7.6562,-12.28125 -1.57136,-1.00421 -8.67964,-3.82083 -7.46875,-5.99995 3.90347,-4.96934 -7.96213,-5.08916 -10.65466,-5.57116 -1.81759,7.61664 -4.5795,-2.25441 -8.08134,0.59116 -1.88836,-3.21239 -4.50933,-3.10124 -2.42015,-6.86365 -0.74316,-3.12612 -5.01593,-5.02127 -5.03132,-7.13137 2.38104,-3.10943 -8.6171,-5.65758 -4.1552,-8.02684 -4.78293,-0.62894 -9.43116,-1.40852 -13.56358,-2.93569 -3.27419,1.93672 -4.81708,6.5111 -7.7812,1.1874 -4.05075,0.40327 -4.86904,-4.1535 -4.31245,-6.93745 1.86233,-4.59008 -2.69958,-6.72913 -5.25,-8.90625 -1.55798,-0.48858 -1.89304,-2.41863 -3.56265,-2.71875 z m -7.1875,4.40625 c 0.71019,-0.35887 0.67966,0.79194 0,0 z m 4.4375,1.1875 c 2.77371,5.39715 -0.64871,-0.9281 -0.93745,3.28125 0.35866,-0.96897 -0.8704,-3.76846 0.93745,-3.28125 z m -3.9375,0.40625 c 0.22142,0.50198 -0.85831,-0.0625 0,0 z m 5.71875,8.25 c 2.51658,1.92157 -3.04629,1.28338 0,0 z m -34.875,0.875 c 0.50272,0.88943 0.009,2.30209 0,0 z m 29.15625,0.75 c 0,3.0625 0,6.125 0,9.1875 4.24847,1.37329 2.80105,-2.94931 3,-5.62554 0.66772,-4.61708 0.74542,2.78325 2.81235,3.46924 5.7217,3.00702 11.69802,6.29607 15.62495,11.5937 3.55942,0.65223 5.47903,-4.62199 8.2812,-1.53115 2.82708,-0.60229 -1.66436,5.76795 2.9375,3.9062 2.03965,-4.58932 6.59721,2.75789 8.6561,-3.0937 2.52908,1.60686 -0.77318,5.25416 -1.042,8.01851 -4.1258,-1.1993 0.56285,6.27713 2.917,7.04394 0.15467,2.30443 6.29328,2.76362 8.09375,4.81245 0.74017,2.91808 1.61028,3.89349 5.65925,5.33231 4.1156,-0.11829 6.57595,1.13835 9.59075,3.16744 2.32015,3.11339 -4.8655,2.69807 -2.34158,4.36012 4.82869,3.50246 7.23128,5.52801 0.27918,6.04603 -4.00867,0.43718 -7.88522,0.80928 -11.4374,-1.15625 -3.63376,0.36415 -4.71633,5.42399 -8.33686,2.95088 -2.91848,2.42577 -5.6199,-3.69251 -8.77852,-2.67502 0.44777,3.87751 -3.94916,1.95558 -5.47807,4.44349 -4.69229,-2.7525 -4.79705,3.55031 -2.55693,3.94283 -2.92688,-0.23662 -4.28934,-4.16892 -5.64395,-5.18474 -4.22921,-0.66527 -4.59107,-1.39855 -7.58858,1.03245 -3.17738,4.40044 -6.85005,6.2692 -12.33564,7.86556 -3.92668,2.91238 -8.80668,-1.29254 -12.40625,1.53125 -2.59665,-1.56791 -5.02222,-2.08109 -7.6874,-4.09365 -1.97218,-2.68447 -5.73805,-5.24688 -6.90625,-2.03125 -2.28901,1.31626 -8.75178,-3.16088 -7.0937,2.25005 4.34202,3.56716 -9.92621,5.10708 -3.17104,2.10816 2.89014,-0.50561 -4.68848,-2.59992 -5.67271,-3.60826 -3.35133,-2.34016 -6.68458,3.6018 -9.71875,0.875 -4.48262,-1.48039 -5.12955,-1.98786 -8.43745,-4.62485 -2.48329,-3.05866 0.31281,-5.73574 -4.90625,-4.0312 -2.24595,2.82185 -4.57841,-1.09709 -6.9061,0.0311 -3.13073,-2.49661 -7.25062,-7.74697 -8.6562,-3.15615 -2.62895,0.76976 -6.62962,-0.17439 -7.66354,0.19318 -0.35967,-0.003 -6.98735,1.94759 -2.21141,-0.44308 -1.81601,-2.559 -6.46091,-4.99706 -1.4688,-6.12495 3.66549,2.58781 8.0793,1.76051 8.6249,-1.84375 1.14315,-3.33816 9.39412,-6.33818 3.18755,-9.18755 1.39611,-2.36275 5.07719,-0.96743 8.37495,0.0937 -3.46752,2.02966 0.9741,4.71738 4.84375,4.18755 5.60083,0.96564 6.88611,-9.36567 12.31421,-4.66682 1.02817,-1.88243 -4.28684,-6.13012 -4.34541,-8.42693 1.6144,-3.93418 -2.21033,-6.78053 -2.78115,-9.09365 1.74525,1.95855 14.55347,8.73505 11.24985,1.625 0.28023,-0.44591 2.02575,1.1673 2.23416,0.31098 -2.07356,-5.14145 5.11407,1.08039 4.26574,1.87647 0.15222,-1.03676 -1.53662,2.23401 2.57813,3.73486 4.14101,0.5913 3.81065,0.0251 6.42566,-3.04689 2.19128,-5.46892 6.47081,-8.45608 11.37106,-12.03202 3.01773,-2.74424 7.57263,-2.60539 11.06943,-4.55433 1.84277,-2.08931 5.39004,0.0908 7.52427,-1.63297 0.75214,-1.64857 2.54506,-2.71821 3.65625,-4.12525 z m -26.84375,2.40625 c 7.15257,0.43042 -4.22826,4.93174 0,0 z m 10.21875,1.875 c 1.75992,-0.53157 -0.12505,0.93537 0,0 z m 29.875,1 c 0.82289,0.24602 -0.82195,0.28055 0,0 z m -43.5625,0.96875 c 3.78965,3.29286 -2.19911,3.52268 0,0 z m 47.46875,0.5625 c 1.37824,-0.62969 1.50756,2.38532 0,0 z m -48.4375,1.96875 c 0.5189,1.24789 -1.44856,2.77777 0,0 z m -32.625,5.28125 c 0.18122,1.2082 -1.54558,0.86847 0,0 z m 18.03125,0.0312 c 0.74579,0.46333 -1.0817,-0.0385 0,0 z m -27.75,0.375 c 0.24775,1.16253 0.18857,1.16655 0,0 z m 118.09375,0.4375 c 1.20028,1.95804 -1.21932,2.09354 0,0 z m -99.125,1.3125 c 0.18916,0.42936 -0.26911,0.15353 0,0 z m -14.75,3.21875 c 6.3075,6.43764 -7.68434,1.00804 -0.25005,0.28125 l 0.25,-0.28125 5e-5,0 z M -786.25,675.75 c 2.4293,0.72916 -1.9219,2.28533 0,0 z m 10.84375,0.40625 c 1.66688,0.64741 -0.96556,0.77914 0,0 z M -774.5,678.25 c 0.057,0.24109 -0.24109,-0.057 0,0 z m -10.34375,0.4375 c 4.97008,0.64361 2.98078,3.00779 0,0 z m 3.21875,0.875 c 3.19456,-0.31877 1.12136,1.95876 0,0 z m 131.625,0.875 c 0.93347,-0.0422 -0.24201,1.38938 0,0 z m -135.46875,1.8125 c 0.34854,1.16413 -2.13982,0.38425 0,0 z m 14.78125,1.75 c 2.73395,1.02362 -1.485,0.90987 0,0 z m 121.75,0.46875 c 5.29391,4.7311 -5.82654,5.11653 0,0 z m -14.4375,0.40625 c 1.84421,0.27075 0.15155,1.78957 0,0 z m -127.6875,0.0312 c 0.4754,1.42864 -1.96342,0.11635 0,0 z m 135.4375,0.65625 c 1.30256,1.25351 -0.4901,0.48491 0,0 z m 12.9375,0.3125 c 0.32856,0.067 0,0.10017 0,0 z m -11.0625,0.25 c 0.39939,2.17319 -1.00625,0.70291 -2.375,0.4688 0.813,-0.20491 1.34446,0.21159 2.375,-0.4688 z m -0.625,2.53125 c 0.75309,1.06314 -0.56992,0.15218 0,0 z M -798.78125,690 c 0.41805,-0.25566 0.0311,0.65374 0,0 z m -17.15625,0.125 c 0.0214,0.32818 -0.91377,0.50114 0,0 z m 171.8125,4.125 c 3.8608,2.79182 -3.67665,0.73918 0,0 z M -817.65625,695 c 4.62051,3.60173 -5.46429,8.58677 -2.3437,0.7814 0.74602,-0.36728 1.58813,-0.44567 2.3437,-0.7814 z m 9.5625,0.4375 c -0.85871,2.19991 -1.81046,-0.54572 0,0 z m -15.3125,0.6875 c 0.059,1.41213 -0.31322,0.15684 0,0 z m -1.5625,0.53125 c 3.77129,0.69385 0.22781,1.57554 0,0 z m 19.75,1.65625 c 2.73043,0.81898 -3.82999,4.45895 -3.7187,1.65635 1.92028,0.18696 2.20582,-1.31381 3.7187,-1.65635 z m -10.34375,3.34375 c 0.0856,2.62964 -0.85712,3.12806 1.81255,4.12475 -1.70041,1.21626 -4.72665,-0.66296 -6.12495,-2.71865 1.58675,1.0818 3.54644,0.18191 4.3124,-1.4061 z m 189.5,3.9375 c 1.06315,2.7925 -0.69205,3.24478 0,0 z m -0.5,1.78125 c 0.21673,0.54887 -1.09142,0.24134 0,0 z m -2.625,1.09375 c 2.40917,4.2188 -5.91235,2.45169 -0.2533,1.63656 -1.76875,-0.98407 0.28419,-0.26301 0.2533,-1.63656 z m -157.5,0.59375 c 1.22372,0.51914 -1.35311,0.35943 0,0 z M -789.5,709.25 c 2.88868,-0.84346 0.18535,1.71972 0,0 z m 129.8125,3.5625 c 0.31402,0.27679 -0.69019,0.0103 0,0 z m 33.75,0.21875 c 0.0337,2.57904 -2.80307,3.15874 0,0 z M -672,713.21875 c 0.46369,0.11428 -0.3758,0.2918 0,0 z m -4.125,0.90625 c 1.76352,-0.51502 3.94421,1.36604 0,0 z m 29.65625,1.5 c 2.82009,1.31612 -1.03984,6.17649 -1.19258,1.21871 -2.56924,-1.24855 0.8173,-0.21855 1.19258,-1.21871 z m -50.25,1.1875 c 0.40536,-0.0363 -0.32293,0.83568 0,0 z m 43.1875,0.71875 c 4.34961,-0.20101 4.55869,3.42821 1.53145,3.65635 -0.35761,-1.35227 -1.95753,-2.21005 -1.53145,-3.65635 z m -103.1875,3.25 c 1.99212,1.09584 -1.53601,1.38988 0,0 z M -770.9375,722 c 5.35411,4.12015 -0.29984,6.35568 -0.0624,0.2189 l 0.0625,-0.21875 -10e-5,-1.5e-4 z m 4.875,1.53125 c 1.46001,1.62997 1.96831,1.89771 3.9061,1.5312 -0.56193,1.48367 -0.77339,1.34923 -3.4375,2.90615 -2.10625,0.99949 1.78566,-3.47049 -0.4686,-4.43735 z m 49.6875,0.59375 c 0.96274,3.41996 -6.31417,0.0592 -1.0626,0.5626 l 1.0625,-0.5625 10e-5,-10e-5 z m 65.75,0.1875 c -1.72374,2.62268 -2.12305,0.91386 0,0 z m -53.40625,1.1875 c 2.95942,0.4143 -0.76268,6.14903 -1.12495,1.5 -3.35155,-1.00386 1.1211,-0.24971 1.12495,-1.5 z m -4.3125,3.625 c 3.54118,1.6981 -4.32433,5.66247 -2.5937,0.43755 l 1.31761,-0.32717 1.27614,-0.11033 -5e-5,-5e-5 z m -62.4375,0.0937 c 1.84599,0.39424 -2.97193,1.57957 0,0 z m 62.75,6.3125 c -0.30772,2.51876 -1.24883,1.30712 0,0 z"
+ id="path2077-2-9-2-4-4-0-5-3-5-0-1-3"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#ffffff;stroke:none;display:inline;filter:url(#filter25454-2-2-1-8-8-2-8);enable-background:new"
+ d="m -734.1514,661.43341 c -2.98569,4.55501 -4.35953,-2.29555 0.0279,-0.15221 -1.85578,1.34845 -11.45489,10.00709 -6.89128,4.35919 -7.79576,2.19003 4.76044,-3.93083 -0.78541,-0.30286 -2.05865,-2.59266 2.69752,-1.38144 5.35049,-3.94695 3.02232,2.53639 6.26253,-5.71261 5.91951,-3.92717 2.59854,-5.04295 -9.14695,6.26987 -1.60536,3.16444 3.67837,-2.35195 14.8389,-5.84164 14.82631,-4.87782 -1.0605,0.48186 0.93486,-0.51342 -3.34452,-0.33465 5.29424,-1.58675 3.50045,0.93108 -0.41397,-1.11631 3.57557,-0.74816 4.3649,-7.40959 0.74219,-1.52486 -0.58937,1.26857 -6.47843,-0.0102 -1.64935,0.69384 -2.70229,-0.0574 2.59786,0.8391 2.01267,0.63361 2.65387,-0.45733 0.19975,-5.89291 0.9025,-1.18344 -0.62272,-2.30962 -0.97636,-10.45433 0.56725,-7.29124 2.78042,-0.42615 4.71549,-7.02536 0.67448,-4.25957 0.86908,-4.60714 -10.0604,13.24211 -0.62382,7.77476 3.27965,-3.18384 -1.81954,-3.44232 1.08081,-2.75657 -0.68182,-6.63978 6.06313,-5.79865 6.06342,0.49797 -5.91033,-1.54664 2.37889,-1.47921 -1.17566,0.82887 1.19397,-4.07756 -3.19375,3.11589 -1.68433,-1.93849 2.92884,-0.94147 3.10446,6.14021 4.27776,5.60069 -2.1263,-1.49715 -9.73398,7.91971 -6.55988,0.50391 3.52586,-6.77603 -1.28112,4.78079 -1.52828,2.79885 1.59071,-0.61662 3.32131,-4.85967 1.80019,-0.66734 8.04349,-4.58237 -7.19104,-9.81392 -2.55909,-1.36876 1.07638,4.50256 -12.74373,1.80096 -4.65407,-0.22991 3.31721,0.33694 4.03489,-2.1281 3.68566,1.14766 3.76319,-0.0399 -0.16946,-9.62737 0.53464,-2.80837 -4.6123,-3.67175 -4.55225,-0.36812 -3.25902,1.10045 -4.31228,-1.46257 -6.50382,-0.85905 -4.90768,0.59826 -3.33185,-0.18649 -10.59625,4.1384 -3.29222,2.01358 0.88891,2.45631 -5.15133,0.5045 0.27747,-0.175 4.23336,-0.5257 13.18275,-3.89091 3.7099,-2.56152 -1.68257,0.7244 -6.97529,0.14287 -1.99212,0.46839 -10.82278,3.20945 10.65205,4.27806 2.82113,1.71464 6.5187,-2.5424 -3.15524,2.30209 -3.83898,-1.29222 -4.31757,-0.29493 3.24966,1.9986 -1.92116,2.69836 -2.65693,3.03536 -12.1781,5.50306 -7.39714,-1.16158 5.42057,0.48074 5.12396,-6.54035 0.28708,-2.01562 -4.28844,0.52846 -4.53812,5.67378 -3.421,4.13929 -3.0751,2.53569 -1.01913,5.77512 -2.50155,4.064 -1.8409,0.42971 2.98389,-2.19882 -0.76339,0.82561 2.12458,3.28138 -3.59093,7.15166 -0.0973,1.1317 -5.16477,2.22371 2.8553,-3.85236 -0.16784,1.97163 -0.31948,1.14679 -3.73212,5.64398 -0.83201,1.70899 -3.31155,2.80969 -5.35333,6.90162 -2.21565,0.81191 -0.83619,4.40485 -4.77936,6.26402 -1.60415,1.47442 -0.49541,-2.65761 -1.08108,3.56639 -3.23928,-0.69291 -3.16386,-1.33864 1.02394,2.19072 -3.11209,0.98606 -3.74633,-3.17436 -4.63569,2.24673 -1.67208,-0.55942 -5.75944,-2.35944 1.76374,-2.38267 -0.18879,-4.22194 5.72429,1.09935 2.71674,8.57357 8.37341,7.64574 1.31587,-2.2189 -10.25103,-1.55171 -2.7885,0.25537 4.17404,1.95739 2.49603,4.44232 5.89769,-1.17636 0.66599,-2.69039 -2.03247,-2.18925 1.83845,-4.15966 0.76061,-1.3714 -7.2716,7.84632 -3.72158,2.08023 7.77205,-7.22999 -3.86233,5.50405 -1.45492,7.26183 -2.37269,2.77451 6.8562,-4.05497 1.30499,0.51228 -2.72558,-1.26737 6.48116,-4.03445 6.0672,-8.07775 2.52787,-1.55507 -6.41672,2.10416 -1.17446,-1.53121 3.82486,-2.61287 9.67691,-10.5859 12.91836,-8.25886 -0.0908,0.96991 -6.67291,3.22331 -2.92349,3.10404 z m -38.92372,10.81558 c 3.86736,3.88871 -4.43879,0.73342 0.58068,0.28806 3.24802,1.07279 1.7898,12.07331 1.13703,4.94522 -2.03789,4.92401 -2.51007,1.79336 -0.27762,-0.0975 -4.57351,3.18185 1.23979,-1.34245 -1.56097,-2.44409 1.64058,-3.96748 -4.79599,-6.56774 -3.96112,-5.28471 -4.64528,-6.16953 3.285,8.48416 3.48594,1.33637 -1.52947,-3.88678 3.12074,-4.17005 0.36226,-5.43512 -2.17646,-5.25032 8.02356,-1.10912 0.83761,-4.18542 -4.43082,0.21668 -4.37979,0.47067 -1.10711,1.73993 0.19856,0.90315 4.20601,-2.16521 2.43577,-1.38992 2.4285,-1.25798 8.6494,2.93176 5.49034,2.37585 0.73996,3.46386 1.40957,6.0754 2.62676,4.68226 0.7994,-4.37825 3.30236,2.30251 1.08852,-3.23359 0.20383,-4.95677 -9.51183,-9.41094 -7.17472,-2.48555 0.61398,1.32632 5.53656,2.37206 1.7695,0.20007 1.70858,3.41531 5.0803,4.36097 3.43502,8.19789 8.87447,6.33888 -10.22246,-2.4328 -3.76937,-1.67846 -2.96789,-5.3575 7.07779,7.29908 -0.97234,1.02587 -4.29039,-6.01468 6.51078,4.68477 0.56463,-1.63371 -4.25797,-4.14402 4.00175,0.20367 -2.01602,-0.22901 -4.50389,-0.42944 -4.68877,4.28541 -2.35366,-1.09321 -0.55592,-5.2678 4.3564,0.29447 0.35127,-2.49099 2.78843,5.38804 6.98564,-6.83355 -0.026,-2.79077 0.28139,5.43794 -11.28614,0.11334 -3.46156,-2.29454 3.06581,-0.50025 6.48954,0.71236 2.39274,1.74833 0.81107,2.69643 8.86316,0.52507 3.08108,0.0442 7.77654,-6.68198 -5.1115,-4.40473 -5.05533,-4.42874 -3.13209,-3.97114 -10.14947,6.76795 -3.88535,1.71416 -0.59343,2.63645 -7.55692,11.59464 -2.15432,10.63086 -1.9581,-4.7859 4.13915,-3.5092 0.061,-0.20687 -4.4919,-6.70179 16.36456,-12.41278 4.38717,-12.47493 -3.00852,1.1031 -10.23757,11.37915 -5.01617,4.71605 -1.5045,5.59114 0.4344,8.19007 5.07404,3.9467 3.71855,-2.28887 -4.08414,-3.13574 1.22759,-5.61896 0.91319,4.2553 -5.13153,4.44602 -6.90163,3.02817 -3.6615,5.42592 2.96898,-0.60991 1.5948,4.31637 1.76531,3.80749 6.37523,12.38466 -1.7229,8.67098 -2.3485,-2.70685 -7.99904,-14.98411 -5.9749,-5.26878 1.9517,4.11922 -2.23664,1.38427 1.9028,5.38663 6.68073,2.60755 5.9385,1.11524 7.65494,1.17921 3.21371,0.5892 1.57572,2.36081 1.62706,1.95364 -2.7153,1.99492 2.57704,-2.98273 -1.3439,1.21675 4.74095,-2.43526 2.34909,7.34077 1.28856,0.41982 -2.39237,0.63461 -3.54766,3.29482 -0.41296,-0.66377 1.76364,-0.12729 1.16872,8.68561 2.47137,2.67482 -0.33537,3.01387 -1.92462,4.36336 -3.28139,2.50266 3.68765,0.82529 1.35301,2.16403 -1.66508,-1.03582 8.11764,2.82536 -6.0172,-5.87849 -2.1191,-1.15476 -3.0415,-0.22412 -9.49524,3.01211 -5.0011,0.8696 -7.06044,-1.73689 2.8109,-2.37832 -0.246,-4.58592 6.5709,-0.75946 3.0993,9.06085 10.41829,6.89071 -2.59232,-3.1596 -11.48249,-0.44311 -3.10629,0.17563 6.20712,0.86404 -2.0844,1.87326 3.67834,2.37157 3.56026,-1.01028 5.27942,-5.36532 0.55412,-3.51702 3.51074,-4.03055 0.26698,-4.3134 1.35762,0.25561 -0.60963,3.38583 -5.72768,-0.39015 -1.79757,0.49399 1.94266,-3.45152 -0.56756,-5.63373 1.80986,-0.96645 1.11103,4.73547 -7.22567,0.35472 -4.85476,4.83815 -2.74571,1.79075 11.75128,-2.90535 3.49921,0.58297 -5.61402,-0.89908 5.85674,-2.42742 6.54927,-4.86243 4.68559,-0.34387 -3.84262,-8.78039 -1.46468,-5.43141 -1.88408,1.52252 -1.74892,6.37588 -2.33172,0.9876 4.45032,-6.42716 -5.57081,-7.47252 -3.94996,-12.09716 2.74589,-0.55695 2.44456,5.64692 4.17085,2.6729 z m -37.51578,27.79799 c -3.4761,2.05327 1.3103,-1.7369 1.1219,3.21375 -2.5102,1.17957 -2.9747,4.46655 -2.2965,-0.006 -1.2973,2.0497 -3.6559,1.80939 -0.3492,0.51283 -3.8262,-1.35012 5.1438,-5.95875 -0.3275,-7.32189 4.2085,-0.60555 -1.2488,-3.71367 -0.5811,0.31508 0.9167,7.45983 7.6188,-3.5584 11.3698,0.78373 -4.6365,0.36648 2.2418,0.18661 -2.8443,-0.64079 -1.4058,-3.59964 6.4706,1.65637 0.5617,-1.47908 -1.3892,-2.53266 9.4613,0.84516 1.9905,-2.85336 -2.2265,-0.27734 -4.9749,-3.47046 -2.9427,-0.62631 -2.9164,0.32995 7.5336,4.02917 3.4475,1.1305 2.9351,4.41524 4.8792,-5.3663 4.691,-2.34836 3.8223,-2.90917 4.3566,-3.39329 2.3206,-5.07753 1.5318,-3.77365 -9.1506,12.9966 -2.3696,6.19991 -1.615,2.45942 5.0145,-9.97589 5.5332,-1.65844 6.4863,2.69532 -8.887,2.25474 -0.1107,1.29778 -1.8754,4.26184 -3.7106,1.20687 -0.861,0.12101 -3.463,3.9392 -4.3306,1.59359 -0.4786,-0.29486 -1.0561,4.2757 -0.7201,4.95295 -4.561,8.17858 -7.9044,0.0189 -2.5452,-6.13671 -0.7558,-2.86378 -3.8338,1.10295 -4.9238,-3.12777 -2.5044,0.88367 4.5577,0.61295 4.6904,-6.19098 0.4361,-3.20412 -2.0738,0.74168 -11.6797,0.0186 -7.276,-4.61237 4.6616,-0.11602 7.8404,3.51243 5.052,4.18879 2.3652,0.57049 5.6598,1.17882 3.0358,-0.48699 -0.4691,-5.93114 -5.7509,-3.29199 -4.7995,-6.0486 -0.9683,-3.89993 -9.0886,-0.25401 -2.3727,0.79949 -4.3235,-1.28175 -14.0926,8.66956 -6.5818,4.13473 4.2082,0.32785 -4.0606,4.49849 -0.5401,-0.19598 3.2289,-1.86026 17.5775,-1.8083 7.7662,-5.22264 -3.0763,0.70144 -11.1645,2.08527 -4.3267,0.88107 -4.6306,3.1774 -4.6497,6.77774 1.4453,6.21713 4.9557,0.47996 -1.7008,-4.24986 3.9924,-3.70796 -3.7649,6.24989 -6.5034,-6.2677 -9.1992,-0.15913 6.157,0.69298 -2.6514,8.59415 -4.5813,11.31329 -4.9371,0.31196 -4.2659,-7.79904 -0.2333,-8.28172 -3.1795,-0.56147 4.4441,-6.02168 0.01,-3.07149 1.7051,-8.60849 -4.2448,4.58545 -5.0127,2.99193 -2.1982,3.18661 -0.2804,12.0611 1.4571,12.01822 -1.4036,-4.80897 0.7634,-4.88911 1.0347,0.089 0.2269,1.7563 2.0288,0.83037 4.2589,2.95638 -2.2197,-4.2285 0.5216,5.35496 -2.0416,-1.38195 2.4135,3.0948 2.2168,3.91171 4.4427,1.05921 5.1513,2.03123 1.4391,1.96135 -1.3371,1.50207 1.2807,2.62593 2.843,4.98005 -0.8819,1.41038 -1.4696,-4.44312 10.627,0.75421 5.1475,-1.47111 1.8663,4.27688 8.9672,0.45464 3.4426,3.24676 -6.8447,0.078 8.9223,-3.61326 2.3971,0.99144 -4.2751,3.99168 6.1666,-0.39517 5.655,-3.96642 0.7265,-3.55629 4.1754,4.27835 1.5761,-0.35856 1.3772,2.61928 1.2448,5.31732 -0.5418,1.4947 1.9893,1.79446 -3.1219,-0.29019 -1.8934,1.28031 -2.1637,-0.16148 1.0523,-5.03136 -4.2812,-1.7534 -4.4233,5.00385 11.0536,-4.32392 1.6385,-1.11148 -6.3988,0.89054 2.8267,-4.82973 -3.4558,-2.59392 -2.6047,-0.25447 -2.3746,5.7499 -4.2593,0.8345 -1.488,1.2134 9.6703,4.15249 2.6014,3.95023 -10.4972,-4.31558 7.6116,-0.27739 5.1485,-7.12427 -6.6532,-1.39499 0.3058,-1.09547 -2.1534,0.53012 -3.5602,-6.16228 -3.6848,6.69783 -6.8352,-0.54182 -1.968,-2.53034 -1.3077,-12.60159 2.0159,-4.06192 z m 42.29675,16.71336 c 4.87872,1.2631 -0.68953,4.62225 0.44531,0.12569 1.13125,1.37278 11.6169,3.68977 5.46554,3.7619 5.10807,5.88673 -1.56461,0.62684 0.0197,1.19441 1.46851,1.50961 -1.35004,4.0505 -0.31462,0.95653 -3.00306,-1.19974 -7.25742,-9.40165 -9.0042,-6.34059 1.82875,1.76396 -3.85352,-3.23376 -0.55464,0.43321 7.98397,5.94658 -0.57973,-8.98334 -4.30563,-5.62052 -3.90404,-0.70123 -6.91694,0.6588 -4.12004,-0.93574 -3.6344,0.94884 5.51549,1.12016 0.1635,2.58346 -5.1833,-2.91177 6.16875,0.56564 -1.5486,2.4968 -7.1584,-0.65922 -0.9851,1.98853 2.70364,0.49285 -0.89844,1.97539 2.42229,-1.23042 0.17958,0.0118 -0.004,-3.19582 -8.43372,1.56313 -3.42092,0.15185 -5.8823,3.13995 -8.31777,-0.6887 -12.19767,-2.53781 1.5835,1.12875 -0.357,1.52812 1.2219,3.48101 -2.5477,-0.0109 12.36607,6.60086 7.26197,-1.50942 -4.05007,-3.03863 -3.2897,3.2916 -2.7452,-0.2542 -3.66067,-0.6107 -6.72187,0.23447 -6.34187,-5.56706 -2.6666,-7.21009 6.73847,5.6625 0.9933,-0.14819 1.1512,-3.24255 4.3757,3.17882 0.2346,-0.44754 3.8089,0.93561 5.17807,4.58927 0.6347,1.47138 2.1653,-1.22696 1.8043,-4.2128 2.7654,-2.85945 3.73777,0.13061 3.45717,-3.22771 6.64077,1.24686 6.00583,3.77268 -2.9774,5.77676 -2.9306,3.03105 3.8346,-0.14596 7.10167,2.39617 3.0726,-0.68386 -7.08617,-3.57468 -5.6041,9.57155 0.7086,4.38982 1.6699,-3.79642 12.78211,-2.52443 5.29905,1.05833 -3.18385,1.64845 -7.48715,0.9323 -3.52145,-1.35526 -4.0489,-0.81227 -8.68767,0.80187 -3.2604,1.64439 -4.4615,4.63447 3.0662,4.93105 4.6572,1.71447 -1.3159,5.44625 5.96841,-2.46968 1.94106,-0.67885 2.46302,-7.20606 7.98748,8.96161 4.03768,-0.92498 0.62374,-3.01084 2.53636,5.73156 0.57845,-0.0286 -2.85576,-5.68175 -14.67229,7.15525 -5.34581,2.31086 1.2098,-1.91174 4.65258,-4.06941 4.00134,-0.068 -3.51366,-6.23788 3.89764,2.73783 1.69841,-3.87945 -3.35998,-6.95085 -3.92592,3.05613 -6.61729,1.38266 3.92773,-4.48149 4.75975,-1.60791 5.62104,2.43699 -2.2858,-8.04189 13.36478,10.65925 3.80918,7.7194 -2.36352,-2.62942 -2.55493,-3.1867 -4.04304,-4.85565 -2.03606,1.52482 2.60593,4.81164 1.80728,6.22835 3.18202,3.04291 8.3747,4.77244 4.97357,0.81511 3.60626,2.66093 1.07061,0.51292 5.47067,-0.0855 -3.97466,-1.869 3.13318,3.26276 -1.62958,0.55606 -0.38592,-1.64501 3.93261,3.04306 2.58343,-1.77889 1.57718,-3.30633 5.99111,0.36526 0.445,0.86449 -0.95679,1.97144 5.73348,3.17204 -0.24597,1.85447 -4.08941,-2.68478 9.3526,-3.71566 2.63888,-4.29269 2.75273,3.84327 9.7017,-1.81521 4.17732,2.64719 -4.4192,-0.7466 9.66523,-4.72144 2.31842,0.30451 -2.28755,3.89458 7.80562,-2.26973 5.06388,-2.95376 -0.86771,0.55725 4.07598,-3.66156 4.35571,-4.09392 -3.49411,2.29039 4.03448,0.24589 -0.60882,3.59889 -0.59189,1.12708 0.21584,2.42351 -3.43498,2.26178 0.56036,-0.33524 -2.78757,-0.17127 -0.91081,-3.1812 -1.64387,-2.2007 -8.20975,4.52127 -2.24416,1.41304 6.82495,-3.55974 1.33931,-2.3006 -2.49224,-2.23173 0.52351,0.55404 3.01218,-4.93297 -1.17287,-1.74474 -5.05125,0.80702 -0.65937,5.50162 -5.84703,3.18998 2.58687,-1.68096 10.70492,1.95761 4.23482,2.16287 -10.61419,-1.65991 9.0227,-2.71795 4.89518,-8.71481 -4.22509,2.65359 -5.91034,-2.00025 -0.95809,0.12007 0.12606,3.63682 -10.00422,-2.80448 -8.94407,1.85293 6.6615,6.27146 -6.43659,0.0948 -9.72786,-1.2403 -4.30165,-3.29048 -0.94758,-4.95527 1.87241,-1.26176 l -0.5027,-1.69091 4e-5,0 z m 58.71043,5.76192 c 4.43463,-3.71056 2.45103,4.67779 -0.0877,0.17736 4.35996,-1.79175 10.4281,-5.65909 9.03953,-1.04927 3.59106,1.10631 -6.4912,0.34062 -0.69847,0.0223 -1.77623,5.54465 0.42057,-1.90272 -4.37295,2.26911 -1.72616,-2.69774 -11.73884,0.0229 -6.87108,2.62771 -7.79106,0.21939 3.83369,2.35848 3.36907,-3.49822 -4.94352,-0.72665 -14.88205,1.0347 -16.8242,-1.07907 4.31087,1.08638 -4.21261,-1.37803 1.00742,0.69329 4.91888,3.76367 -5.86625,-1.17703 0.74558,1.21909 3.7373,6.67425 -11.41486,-1.67398 -2.6857,4.1633 3.1077,-1.49396 4.70263,3.51654 3.51896,-0.23445 -0.36996,-1.55807 -3.96526,-2.55132 -5.2017,-0.72783 4.04727,-0.32976 -6.9801,0.56183 -6.01712,-1.56299 -0.91928,-0.83221 -7.02006,-4.60816 -2.97278,-1.34731 -3.53153,-0.93763 3.13325,3.34678 -0.84985,1.79919 2.95083,2.44098 12.35329,5.75354 6.987,-1.11182 -5.46101,-1.21877 0.73958,3.0654 -2.76857,-0.51351 -4.67186,3.78594 -9.92488,-11.84245 -3.97314,-4.75508 3.26959,4.14973 -4.41019,-3.68887 0.93255,-0.35452 0.73483,1.8757 -4.19452,-1.68776 0.86419,1.15114 4.36008,2.83933 -6.05599,-0.76266 0.10568,-1.99914 -4.41056,-3.36177 4.81662,2.46301 3.17347,-2.11175 3.74396,1.28746 10.02206,10.42259 1.69255,6.70247 -1.99496,-2.79007 9.31383,3.63115 3.24412,-0.36414 -4.03425,-4.95314 -8.36196,2.81407 -2.0442,4.07529 2.73066,-2.23201 13.12478,-0.92874 9.06598,3.07694 -4.6629,1.73799 -8.85562,-2.02012 -4.78684,-3.36882 -1.83777,-1.50793 -9.10408,-0.42373 -2.89758,0.65952 -4.13041,3.44559 2.51937,5.5771 4.2927,4.20581 -0.41535,4.48695 3.81327,3.65471 4.51256,2.01345 -6.319,-2.4879 14.7138,-0.90376 4.26684,-3.05842 -1.96157,-3.30539 6.01534,0.0928 -0.67031,0.21691 -2.79333,-0.38497 -15.06769,-1.3132 -7.35659,2.24897 1.93843,0.22345 9.65891,1.41206 3.94777,0.38955 7.99699,0.20234 3.11035,-8.57386 -2.21077,-6.73029 4.58357,3.77492 -5.51067,4.25034 -0.0591,2.01868 5.57601,-2.0008 1.09976,7.40477 5.94076,4.12199 -5.38951,-5.8497 16.59645,-6.49286 8.34855,1.07543 -1.75662,0.18911 -6.03923,0.17511 -6.51144,1.9368 -2.36022,6.18776 3.85262,-1.03476 4.60307,2.14661 4.24591,-2.42247 6.91022,-5.27174 4.33614,-5.06865 2.90816,-0.3721 4.94169,-6.32166 3.95956,-3.72024 4.20499,-1.65377 -3.89453,2.52225 1.50481,-0.90574 -1.12922,-0.50757 1.24602,-5.82354 2.69053,-4.37168 -3.50676,1.99165 -2.22201,4.34607 0.041,3.39568 -7.62038,4.88793 4.05173,-8.67634 -0.17853,-3.87501 3.58342,-0.93762 5.64207,-4.60778 2.33858,0.12864 1.99674,-3.25522 6.23444,-7.29958 2.25609,-1.19976 1.01274,2.64307 6.31481,-7.62292 3.84077,-4.92328 1.83175,-1.96391 7.45681,4.78589 3.26036,0.53021 1.84901,2.85095 3.42062,5.79575 -0.74202,2.43754 1.28705,4.47896 -2.05079,-4.52937 -2.84417,-2.02355 0.806,-6.59983 -6.80031,6.64543 -0.71682,-0.59936 6.018,-7.35595 -6.02952,4.10028 -1.70469,-2.27582 -5.04496,0.48361 -3.69885,6.25151 -5.23518,6.40586 -6.79114,3.17537 9.07772,-5.34873 2.19249,0.18419 -9.20359,5.15402 6.48468,-6.34309 3.4625,-9.1818 -2.3432,2.55968 -5.94723,2.02713 -1.15374,0.56229 -1.5437,2.42963 -6.67335,2.41446 -8.31118,6.36556 2.00613,0.13086 2.62819,0.53037 3.57469,0.58027 -5.38602,1.45179 -11.81158,8.73684 -16.42261,5.38328 0.52112,-2.25653 6.25103,-0.42956 4.05312,-2.97289 z m 57.63221,-11.204 c 5.53078,-2.25182 1.2085,5.17726 0.0896,0.0148 2.15085,0.15134 13.17733,-2.8063 7.23709,0.18308 7.4379,1.86915 -5.52794,1.48363 0.59281,0.85673 -0.0731,5.07553 -0.37773,-1.385 -4.67479,1.21937 0.48136,-2.18157 -9.85012,-3.49346 -6.87973,0.1426 -6.49847,-3.33345 4.34358,4.17725 3.72036,-2.49531 -5.86719,-3.65885 -11.32988,3.10927 -15.54141,2.52694 2.73867,-1.50939 -2.32015,0.77213 2.69946,0.33108 0.90708,2.61691 -5.81522,0.22808 -0.27643,0.75601 4.1395,4.89488 -11.39749,3.36418 -2.44458,5.35562 1.65496,-2.84791 5.22731,0.26056 3.04715,-1.86145 1.97622,-1.75829 -5.71175,-0.0669 -4.47087,1.44199 0.89605,-0.0405 -7.5291,3.91778 -7.10966,1.38968 -3.83316,-0.49538 -4.09927,-1.9038 -4.04047,0.12569 3.06655,2.34828 -1.57991,2.40301 2.7987,2.51977 4.63499,3.10096 10.74286,-3.67921 3.78304,-4.5687 -3.16787,3.16307 1.6476,0.41908 -3.05496,0.52528 -4.90024,6.80179 -8.38632,-12.79788 -2.62349,-2.93551 5.21845,1.72218 -5.70188,-2.04811 0.81959,-1.81477 -1.79054,2.31657 -2.43405,0.0713 1.72257,0.94477 3.67351,2.34399 -7.70932,1.72601 -1.14659,-1.42345 1.41546,-2.30059 -2.91139,-1.41453 1.74635,-1.55089 1.99037,-4.33789 8.65218,-1.36294 7.81835,3.31851 -7.17812,1.93885 -2.953,-1.42551 0.92589,-0.53027 -2.56102,-3.12273 -10.78667,1.45959 -4.73473,4.94009 2.78623,-1.01245 10.8013,-8.3736 10.60236,-3.0254 -1.62876,3.13302 -10.29864,5.40227 -5.19064,0.74195 -2.73746,-1.14573 -9.26118,3.19404 -3.04638,2.05176 -4.0208,6.65152 3.38451,3.16997 4.76933,1.80132 -0.0892,4.26301 4.18573,0.13448 3.6485,-1.31359 -4.31166,1.67716 5.5902,-6.55211 5.83306,-3.64759 -3.04028,-1.44459 -3.72435,-4.09548 -0.81613,-1.34131 -3.38471,-0.0612 -13.07693,5.6993 -9.42071,7.61033 4.99051,-3.00684 6.16686,-2.97356 8.02486,-7.63118 -1.19901,-3.5259 -7.93392,0.10868 -4.31884,1.48589 -3.56349,5.77242 -3.82329,0.11839 1.1204,-0.70394 1.2281,4.15018 3.10209,1.53573 1.97619,-0.91138 4.84216,-4.38354 15.96329,7.45177 5.70529,6.48648 -1.47211,-3.17252 -1.39294,-1.10021 -3.7956,-2.00909 1.1591,5.20257 7.71667,6.8843 10.17768,2.67973 -6.67567,1.93516 5.59258,-3.79548 2.70704,-4.36043 -1.22824,1.36439 3.50791,-1.17155 -0.42929,1.20089 3.00545,-1.43683 1.61917,-6.28787 4.55387,-6.12937 -3.15128,2.47461 -2.08536,4.17631 -0.23121,2.72412 -6.64206,5.55326 3.85375,-7.7162 0.29042,-3.49425 2.96084,0.0867 6.88369,3.72271 2.55884,1.88331 -4.21171,-3.12456 9.19283,1.80371 1.17467,2.4573 -2.25123,2.86799 10.14442,0.64321 6.49641,-1.72684 1.57221,-1.41887 -2.04776,1.67063 1.29142,-1.5257 1.34476,-1.92205 1.97715,-6.79734 0.79913,-1.99277 3.17765,-1.15515 4.54863,-7.12662 3.31902,0.2811 -2.36671,5.33961 3.25127,-2.27321 0.23603,3.04652 -2.82441,2.02886 -8.41776,3.27743 -7.41434,-1.58585 -4.66331,-1.47692 -5.8681,3.58553 -1.386,1.07895 7.97467,-2.06382 -4.42528,-1.5677 -1.79948,-2.95591 -0.23348,0.30224 1.99789,-3.47399 -2.64055,-2.09011 -1.53111,0.44197 -2.46424,3.00626 -3.25555,3.26521 3.33937,-5.97279 6.30504,6.47116 1.81347,-0.99265 -5.10822,3.72125 2.31789,-2.15437 3.1956,-0.60328 7.46887,-0.34813 -4.80018,-5.74872 0.83963,-5.00087 1.4431,4.77065 -6.98709,-1.33764 -8.03255,3.56266 2.01804,1.08712 5.07135,1.04416 -1.06487,2.83007 -2.70168,0.84391 -12.88929,4.35728 -11.43194,-0.48951 2.54066,-0.6503 5.61581,1.12221 3.13761,-1.06823 z m 2.00267,-16.61313 c -5.94423,1.35955 -2.85646,-5.25803 0.0382,-0.0797 -4.56946,2.13056 -11.65464,-6.27601 -7.99878,-6.12594 -2.21262,-8.08981 2.42404,5.15872 0.56179,-0.50468 1.70149,-2.06301 -0.76571,3.57939 3.55743,3.88212 1.71299,5.19274 9.08033,0.20524 7.78924,0.69614 4.98494,-2.56511 -9.19343,-0.16774 -2.29802,2.62542 4.21397,-1.19582 7.15296,9.73557 5.81103,3.19274 3.73018,2.11547 -1.62382,0.51398 3.12119,-0.95862 2.75433,1.08509 2.02912,7.72986 2.80011,1.3985 -1.78156,-1.67032 -0.67799,-6.06659 -1.76662,-2.76 -0.61336,-0.45607 -1.45264,3.25882 1.74001,4.81493 -1.11724,-4.26779 1.85096,5.60189 4.64679,0.80863 -3.99514,1.36587 6.90713,4.84442 3.00598,3.70903 2.87178,-1.09519 -0.24542,-3.3866 2.41994,-3.10503 -2.28343,-1.64757 -10.47483,-1.31995 -5.54227,-0.44858 -6.09435,-3.87612 -5.41042,5.51352 -0.76902,2.06418 -3.03899,-2.06818 0.93589,2.22741 4.13652,-0.16287 4.42582,3.62873 -6.88443,5.74576 -3.52504,4.61323 -2.52113,0.46508 3.09732,-3.21092 -1.49902,1.22062 -0.0255,4.08854 -4.2138,-3.5557 -0.89767,2.34628 2.3794,3.78573 -7.62308,-7.11088 -9.71451,-8.92688 1.6708,-8.1548 9.69507,4.75518 7.37829,3.41092 -3.16866,-1.5886 -4.29161,-9.65291 -3.66021,-2.73344 2.59786,4.41148 11.04874,4.23521 4.84859,-0.91638 -0.93308,-4.33947 -6.40571,-3.76463 -5.83221,-9.4732 5.35355,-4.11825 8.12434,10.03936 3.34157,5.17719 0.27643,3.74773 3.83625,7.73204 2.52884,1.95827 6.82118,4.12325 2.85213,-4.52897 0.89194,-5.72317 5.14454,-0.6254 -1.86004,-6.66707 -1.94741,-4.61833 2.8267,7.56292 -8.88851,-7.93403 -8.53128,-1.46421 6.80974,1.08227 -2.38537,3.54633 0.76387,0.0267 4.38842,-0.63406 10.29536,13.68107 11.2066,5.91538 -1.4108,-2.4091 -10.63765,-10.94063 -4.64103,-5.30256 -3.87719,-1.58628 -8.0298,-0.41829 -4.53755,4.77427 2.52945,4.78349 3.79071,-3.26652 5.83167,1.55519 -3.451,-0.6214 -6.49666,-4.22574 -2.28297,-5.08091 0.0961,-3.03256 -4.64514,-4.12139 -1.8249,-0.42298 -4.75014,-0.40547 -15.96751,0.96313 -9.61878,-6.71594 2.60948,-1.29061 3.97281,2.94848 6.0379,0.4 4.83258,1.69568 -1.32717,-0.89607 3.66223,-1.03368 1.57545,-1.95816 -9.97402,-1.14445 -5.30829,-1.93273 -5.99663,-2.69602 -4.73126,7.03417 -7.2807,3.63107 -3.70334,-2.28457 0.96595,2.10314 -1.54982,-1.99436 1.52838,3.68325 -0.26662,-2.32402 -1.44882,1.52914 -3.93518,-1.08152 -3.47874,-1.76971 0.091,-1.06037 1.04448,-2.09823 -3.32719,-3.50676 0.72922,-1.41967 0.44643,4.4838 -8.57985,-1.64798 -3.6427,1.07798 -1.85352,-3.59897 -8.879,-4.33967 -1.14232,-2.67976 -3.3116,-0.43905 -8.65103,-2.42275 -2.02134,-1.8052 1.78468,-2.45399 -8.3973,0.0684 -4.61565,-3.02414 1.29649,-3.36371 -1.77073,-5.21284 0.34825,-2.17041 1.74928,-3.84818 2.46146,-4.71696 2.90615,0.29111 3.50652,0.91778 -11.22657,5.98164 -1.62899,5.9973 3.95774,0.55649 -4.30184,-2.31598 -3.5491,-2.76823 -0.59131,3.34646 5.96639,3.89954 0.76204,4.20973 1.93163,1.66754 7.63424,5.0295 6.8597,0.89214 6.03643,5.07454 -3.52549,0.31515 -2.24222,-2.51007 3.66942,1.73396 6.90938,6.34204 0.82867,2.7242 -3.25732,-2.492 -12.1242,-1.61219 -4.19777,1.7252 1.86358,3.76205 -6.39906,-5.48387 -0.0627,-0.81413 1.0996,3.45697 10.56827,9.41223 6.28843,3.21063 1.81072,0.96165 -2.09311,-3.93676 1.61857,0.31624 2.91633,4.32047 5.9589,7.25103 11.21077,4.66268 5.48077,3.75212 -6.08289,1.19561 -2.18481,3.87906 z m -45.74101,-31.00042 c -5.02575,-1.80233 -0.94184,-3.75066 -0.6385,-0.35383 -2.72163,-1.40533 -12.37189,-7.65 -7.65352,-6.06021 1.7762,-5.2065 0.71736,1.98124 1.24968,0.6906 -3.39988,-1.35962 4.18235,-0.5193 0.008,-0.30294 4.33888,2.12134 12.17224,10.81092 11.66473,7.78789 5.6416,3.40504 -9.33514,-6.88247 -3.31027,-0.89695 3.23402,4.6655 6.62858,5.45682 10.71353,2.61665 1.3502,-0.55548 6.26174,0.57227 1.92962,0.59737 4.44136,0.18302 -5.03277,-2.61773 1.19221,-2.48777 1.04112,4.31181 -6.45826,-4.23373 0.28006,-2.66855 6.56437,1.56985 0.33354,-2.14533 -1.94499,-1.12162 -3.85804,-1.13003 1.00023,1.27843 0.23123,2.03213 1.31797,0.27069 7.00307,-2.63295 2.35263,-1.69193 2.36485,-1.04818 10.12948,0.3589 7.02379,1.28659 1.99538,2.93715 4.24252,4.92117 4.1275,3.37714 1.43989,-0.37584 -0.62107,-4.33911 2.23996,-1.3162 -1.96342,-4.84237 -14.47746,-9.24797 -8.62371,-1.0517 5.3555,-0.37021 -2.19041,-2.88653 2.31153,0.89108 7.25027,-1.42452 2.1792,6.30587 -1.19564,5.79554 0.62053,-6.10923 1.37192,1.58758 -0.98284,-1.6659 4.46718,1.40499 -3.67527,-3.77807 2.34127,-1.39757 -1.55121,1.38764 -8.89676,5.63582 -6.63998,1.76506 -3.77154,-1.89242 1.43941,-7.30043 2.52703,-2.80574 -7.37435,-4.35452 0.28723,3.86885 1.65269,-2.0877 0.73581,-8.40245 -11.00807,5.68535 -11.3826,-1.98811 2.10204,-4.61852 11.58605,-2.89758 5.6593,-0.30456 1.54828,1.74155 8.8948,0.41303 2.94851,-1.38071 6.13608,-3.79367 -3.19588,-4.52998 -5.26412,-2.76241 3.78634,-5.10377 -7.91432,0.73215 -1.53474,0.82486 -1.3381,2.81783 -7.82615,5.04031 -5.99783,4.07284 4.16805,4.65365 -3.98486,-0.90982 1.94928,0.46905 3.45722,-1.93096 14.5205,-7.88683 5.02831,-6.17239 -4.94466,2.58314 -4.43703,4.05378 -4.99103,4.12312 -5.09429,5.39572 7.78623,4.47994 3.02067,1.01962 4.55439,-5.05905 2.31456,0.98592 -1.85194,0.8431 1.03528,-5.69477 -3.618,0.94685 -1.07644,0.5378 -3.83804,3.12916 -11.91024,-9.00215 -3.70421,-5.3243 4.38566,5.7694 -1.21888,-6.10883 -2.93402,-1.4298 -4.64964,-2.61119 -4.33802,0.58859 -3.01629,-2.74767 -4.43854,4.7977 -0.74188,-6.93006 -1.59564,0.49004 3.2637,-2.10989 4.08785,-2.12428 0.62906,0.72012 -1.30488,-1.30501 -0.55349,-7.83916 -2.35871,-2.89636 5.13199,-1.07335 -2.53645,-10.38801 3.10157,-4.10171 0.11725,4.61969 -6.63188,-8.90078 -0.16921,-2.53494 5.46738,2.34278 -6.34358,-8.80299 -3.75607,-3.75624 -3.5941,-1.62677 0.88735,0.52134 -3.71625,-1.40084 -4.19147,-0.541 -2.68797,0.37606 -2.85769,-1.4392 -2.51416,2.69128 -0.53646,8.42717 -1.11333,12.39866 0,3.31025 0,6.6205 0,9.93075 0,-7.66212 0,-15.32424 0,-22.98636 0.80999,-0.3011 7.05837,0.75737 2.64296,-0.59053 3.61019,-0.55383 7.84675,4.72656 2.95029,5.40653 2.2449,3.90233 6.32266,4.02637 1.08135,-0.19004 -5.40579,-3.46694 3.93557,6.09885 -2.72416,4.0643 0.73515,5.4621 8,0.70565 4.01272,5.92989 0.69034,1.05681 -0.35551,-10.42192 2.48423,-4.87389 -0.69189,7.26625 -1.07823,3.53672 -3.76519,-0.51698 -2.44555,-5.60328 -7.19724,5.38139 -3.43638,0.37334 -3.5075,3.92032 0.57,5.27377 1.22925,8.22839 0.92175,-3.007 1.68658,-2.57623 2.27338,-4.56222 -2.52394,8.68181 10.79242,7.73173 11.51213,13.70168 -1.4743,0.0882 -6.92577,-6.80432 -4.13337,-2.10627 z"
+ id="path2077-2-9-2-4-4-3-6-3-0-6"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#radialGradient3222);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+ d="m -734.15152,662.43271 c -1.26657,4.12365 -3.93926,-1.7579 -0.4373,0.42325 -1.44661,2.57021 -11.07081,7.14964 -7.31187,2.93933 3.86653,-0.88778 -2.98313,1.63875 1.09951,-1.47737 3.46831,-0.22911 12.71299,-5.49743 9.39954,-6.47134 -4.22642,2.19898 -2.95646,5.97008 1.02913,2.75779 3.90227,-2.50425 13.78623,-3.51295 11.30383,-4.60967 4.81784,0.55345 -4.5754,1.12821 -0.30712,-2.49026 4.31159,-3.50211 -5.77578,2.80822 -2.54515,1.28207 3.17604,3.36051 3.17792,-5.43776 2.75773,-0.63925 -3.38253,-5.45882 3.75912,-9.85301 4.09644,-12.2088 -6.0418,-4.28306 -9.8293,14.06621 -2.84857,6.7539 -1.89651,-5.4284 7.37817,-7.68714 6.04932,-1.94391 -2.68955,0.6129 2.41158,1.56948 -2.60381,1.39205 2.89689,-3.56812 6.69905,6.52416 0.94424,5.928 -6.18506,5.14322 -0.49374,-7.07276 -2.83594,-0.48393 -2.60168,3.66902 0.42794,-0.0548 1.67458,0.21264 2.80199,-6.80924 -7.92619,-5.62476 -4.81937,1.00767 -1.42821,4.19454 -10.9121,-1.47417 -2.5447,-1.40579 3.36307,2.16621 5.63213,-1.99448 2.78129,-3.23008 -1.38975,1.25343 -3.89019,-0.71705 -4.56591,2.53125 -4.76864,-2.49298 -2.67774,2.49402 -8.11658,2.17849 -3.58475,1.40852 4.07544,0.82194 0.6259,0.95534 4.39842,-0.65166 13.01837,-4.7663 3.54973,-2.86651 -2.03082,0.22539 -1.40684,-0.44289 -3.31887,1.98 4.09719,4.1904 11.6851,-1.49578 3.50502,-0.65784 -5.93407,-1.78915 0.66362,2.29964 -4.82716,3.32975 -3.9215,3.86177 -11.64052,-1.21719 -4.10345,-2.9172 4.52713,-5.75375 -8.13655,-0.71649 -5.73457,2.36285 2.39138,-2.15633 -3.9266,5.73885 -2.02088,4.43028 -0.76706,2.3209 -2.37088,6.70434 -1.34825,1.83848 -4.50658,1.06281 3.81136,-2.35018 -0.0271,1.87097 -0.42714,0.82021 -3.13133,4.90882 -0.40819,1.84504 -3.41948,3.13331 -2.7551,1.78805 -4.89927,4.62998 2.00245,-4.92418 -5.85766,-1.14981 -9.31013,-2.45446 3.8414,1.39545 -4.00827,-4.93111 2.18173,-3.49051 3.18571,0.2564 6.94373,10.51175 7.11965,5.91011 -9.20447,-1.77949 5.82713,7.45771 3.57783,-0.8416 2.78973,-5.89133 0.53454,-0.4868 -2.18883,-0.15875 8.27805,-9.34979 -6.30026,9.01404 1.47647,5.60415 3.34498,-2.51552 -3.51859,2.23358 0.86385,-1.48541 3.52682,-2.0561 5.09138,-7.28197 2.59065,-6.63492 2.96993,-2.60377 11.22333,-11.44197 12.19793,-7.76516 -0.53515,0.37019 -4.62481,1.92788 -1.70135,2.06937 z m -38.92376,10.81555 c 1.92899,4.42931 -2.72648,-2.43024 2.0517,2.09101 1.38732,6.82615 -2.13985,4.37929 -1.84027,4.03996 1.02872,-0.46337 -1.09948,-11.94857 -5.44685,-8.59682 4.61218,7.85157 5.80878,-4.14153 5.53854,-7.60234 7.61104,1.00627 -7.53925,-2.20658 -1.16725,0.65188 5.20736,-3.02907 9.59424,0.79533 10.27243,5.59312 6.98274,-2.33398 -7.4142,-15.07609 -5.02755,-5.4257 3.42557,1.77821 7.43421,8.0667 5.1894,10.56317 -2.30126,-0.6174 -8.7359,-7.27776 -2.61984,-3.3687 0.91194,5.3004 -6.25194,-4.52196 -0.82766,0.62788 -1.62359,-4.73088 -2.34103,-1.61155 -6.80529,-0.81459 1.81272,-2.75242 1.65259,-5.04583 4.00003,-3.82659 4.13121,-5.40104 -3.51507,-3.40547 -5.30756,-1.30266 -8.33369,-0.86487 5.26538,-8.8259 2.39612,-2.13369 1.80224,1.38391 6.81408,-0.43602 2.45929,-1.43475 6.65513,-5.00041 -5.89287,-3.07559 -8.20011,-4.35805 -2.04299,-0.57778 -4.32759,6.25104 -0.64739,2.39982 -0.24115,3.15517 -7.17023,8.68832 -2.12978,10.56093 -2.54314,-3.88616 4.19203,-2.58224 0.0366,-0.13694 -5.40878,-5.52762 14.39295,-11.30531 3.90055,-12.16147 -2.8351,1.69117 -7.08074,6.83962 -5.00159,5.97017 -1.643,7.46796 9.32476,2.81299 5.4775,-2.05047 4.44631,-0.82102 -3.39649,4.19784 -5.83936,2.53622 -0.0848,1.70452 7.25088,9.57062 2.89519,12.77843 -6.77522,1.07166 -5.82953,-12.91272 -9.48609,-7.58824 -1.97174,6.07995 7.91062,10.16373 10.05074,8.39918 5.93756,0.44383 -2.02777,4.21348 3.10642,2.76996 2.05366,5.40395 -3.63495,-1.45865 -3.79689,3.06566 -0.2519,-6.09945 7.07657,1.51066 2.98327,2.41999 -1.7833,2.8722 -3.7438,-2.20724 -0.48563,0.46159 -1.27125,-0.24194 -4.34975,-2.57496 -0.68678,-1.49402 -3.37267,-6.94253 -11.10439,4.80207 -11.00054,-3.23706 4.10097,-3.73989 7.664,1.29187 7.42423,4.83887 8.82746,0.18394 -5.63884,-2.67322 0.0254,0.0243 3.07566,2.58502 6.36972,3.94152 8.35421,-0.71374 -4.05591,-0.20046 0.5255,-4.95836 -1.82263,0.32228 -3.58101,4.86013 0.42982,-7.31173 0.24941,0.13617 -1.12333,1.72007 -8.74677,3.98558 -2.71564,3.9584 3.26213,-1.01973 4.52506,0.566 0.33205,0.31336 4.36604,-1.11451 13.27905,-7.7344 5.72457,-9.68333 -3.35964,5.69806 1.10889,-6.2502 -3.62674,-6.90022 -2.56074,-2.31089 -5.16555,-6.08704 2.01381,-1.69298 z m -37.51576,27.79802 c -1.72854,-1.05511 3.59072,5.8464 -1.35988,4.9063 -0.72929,-2.75632 -2.00105,1.37961 0.15554,-3.76845 2.40944,-3.34673 -1.27312,-8.89559 -0.64159,-2.70335 5.78997,0.93768 12.27044,-3.00051 8.05359,-2.59141 -3.56077,-5.13815 9.20924,0.6501 2.46513,-3.06758 -8.52761,-2.15854 6.71273,3.77231 5.02482,-1.67881 4.08538,-1.33712 3.77576,-8.65899 -0.0919,-3.23898 -1.80589,2.93372 -1.96648,7.66959 1.29468,2.43778 1.5639,-6.55372 8.37667,0.65374 3.4332,2.06569 -2.30494,-2.1379 1.52958,1.53402 -1.28401,0.32338 2.65536,-0.94174 -4.39369,2.7054 -0.7788,-0.84809 7.04129,2.83635 -10.80984,10.88478 -5.36933,4.15921 4.56278,1.10775 -6.08435,-0.72605 -0.63937,1.032 6.08097,-0.8228 -0.4049,-5.87475 -3.41071,-2.18185 -6.24835,0.64143 -5.75887,-8.41652 0.34084,-4.29639 4.42055,2.12153 -1.87676,2.54071 3.6608,3.99676 2.57701,-3.73583 -8.75353,-11.9765 -8.20644,-6.41179 -2.7578,-0.31462 -10.93304,6.46651 -4.36298,4.19502 -2.74282,4.61647 -0.16958,-4.83208 3.53714,-1.63158 4.70384,1.12647 8.74431,-3.80488 1.95878,-3.5576 -1.89562,0.14412 -8.8549,1.74281 -3.5555,0.44795 -9.04094,6.63534 6.69752,6.77346 4.05165,3.82019 -3.53415,3.34942 -5.67266,-6.60204 -6.35684,-1.11853 2.30727,6.48248 -10.32966,16.27247 -8.91665,5.11557 3.11251,-2.18599 1.33756,-3.24177 4.16533,-6.05754 -3.55866,-3.63553 -10.67833,8.85448 -5.99532,14.10128 2.20716,1.16444 0.13447,-4.04606 2.01469,1.33709 2.66375,1.48874 5.04179,5.2052 2.85534,2.73917 0.46267,3.51673 8.76207,-0.67171 5.5578,1.8137 -3.27989,-2.18889 -1.13956,6.06691 -3.92048,1.12439 2.32952,-4.21684 11.39453,1.31041 9.07578,1.6148 -6.17127,-0.15505 7.44597,-2.54529 1.87926,2.10947 -0.15829,3.15198 9.78815,-10.54516 8.04069,-1.53933 -0.20097,-3.00769 -3.78566,0.13255 -4.63074,-3.2864 -6.00796,1.84726 -1.33027,3.11833 1.27572,-0.1974 -3.67564,0.20577 -4.7532,-1.72982 -5.04423,-3.31081 -1.48472,1.7918 -6.86392,3.73651 -3.46287,2.51611 6.56733,2.94449 -2.34782,3.69045 -1.55077,0.49293 3.45716,0.16079 11.55503,-2.8983 4.90579,-5.80584 3.90198,3.80455 -3.63928,-3.35505 -3.95031,2.66831 -4.11288,1.23189 -4.73346,-12.51577 -0.74447,-6.98398 -2.5694,2.6051 -0.49245,0.65118 0.52663,1.25862 l 2e-5,-10e-6 z m 42.29676,16.71335 c 4.77288,3.01237 -2.83188,0.65392 2.57652,1.15169 4.38906,0.17674 6.60348,5.53411 3.10937,4.77822 0.28237,2.27546 -7.40211,-9.23547 -9.6288,-5.79877 7.35756,2.03219 -3.38302,-10.42094 -7.87008,-5.7736 -2.88683,-0.31863 -0.21705,-1.70774 0.79023,1.55622 -4.89703,-3.05648 3.10152,2.10333 -2.39614,2.83592 -8.45944,1.36301 7.79333,0.96827 0.3852,-0.5515 -4.3608,4.22906 -8.76239,0.89902 -12.74533,-0.21157 0.03,5.75634 13.11894,6.55106 7.32849,0.95934 -4.65136,-1.34035 0.33076,1.86373 -4.69074,-0.38265 -6.65102,-1.02995 -2.62533,-9.90715 -2.32125,-5.16702 -0.50241,-3.79673 4.85884,4.14989 0.76139,0.15595 0.14881,-3.93016 6.33687,-2.2908 5.97316,-4.59798 4.17423,1.24605 5.36067,10.75985 -0.58826,6.39314 4.25665,1.03676 6.62048,-0.54881 1.20394,-1.19602 -6.27632,2.97466 3.89232,9.37069 5.76567,2.83356 7.94451,-2.25722 1.72933,6.34644 -1.91578,3.34313 0.30088,-4.52419 -6.13905,-1.1082 -2.39049,1.1552 -2.75373,5.48751 6.36751,-0.41181 6.01869,1.97367 1.77146,-2.20225 1.89381,-6.3162 5.2295,-1.43772 1.36479,4.10292 0.0458,-4.45029 0.37005,-0.16802 -0.6474,-9.33938 -13.14637,4.27599 -5.06089,0.27246 2.41955,-2.75282 3.26628,-0.23949 4.0794,-1.1976 3.8606,-0.35757 -3.81879,-8.9771 -3.41071,-1.49249 -3.85293,1.1203 4.70253,-4.95379 2.84567,1.5469 0.68334,-4.57363 13.05165,11.92053 2.77033,8.51272 -1.99255,-7.24173 -4.02139,1.34471 0.99371,3.20343 4.3655,3.28399 3.03498,-0.25333 8.1264,-0.0585 -1.05402,-0.0961 1.53471,1.71018 1.64177,-1.07915 3.09251,-3.26148 2.85569,0.38261 0.89394,1.3038 3.80592,3.39988 -4.8814,-0.88305 0.72913,-1.64402 5.53158,-0.72857 -0.60629,-2.47953 3.66871,-0.56341 1.99389,0.19359 5.12271,0.42752 0.94609,1.19343 2.17829,-3.2863 7.42409,-1.13642 3.10586,1.9616 4.16553,0.60489 9.63181,-12.43032 9.33739,-4.66462 -3.2513,5.45829 -4.84491,-1.75472 -6.53748,-1.04069 -6.87161,3.78085 7.84052,-1.39149 -0.25597,-0.98534 -4.33123,1.69303 0.34481,-4.76072 -4.51917,-2.18427 -1.81349,1.02334 -2.49527,6.52564 -3.82325,3.61433 4.36927,-0.46362 7.32886,3.13672 1.12692,2.02606 -2.8265,-1.50347 12.18619,-5.79776 4.56452,-7.76917 -4.93753,-0.0523 3.52255,-1.93695 -0.39406,0.30671 -3.04747,-1.23382 -10.05519,-0.43841 -5.99654,3.87746 -3.27449,-0.1372 -15.14041,-4.81151 -10.49805,-6.47059 0.35669,0.74491 3.08085,2.01774 0.70094,-0.52019 z m 58.71043,5.76193 c 3.55516,-3.96944 2.15419,4.66207 -0.0877,0.17736 3.14439,-2.65193 11.43631,-4.06582 7.33635,0.33904 -1.04186,0.56519 -11.76888,-1.046 -11.7315,3.24999 -3.88593,3.49091 10.30069,-3.91701 1.49767,-3.41666 -3.28856,0.57322 -12.94369,-0.14212 -12.40559,0.13405 3.56515,2.07811 -4.32149,-0.6065 0.69798,0.8985 3.25717,4.95571 -9.58767,0.43274 -2.6857,4.1633 7.80147,1.74221 -0.82348,-4.08336 -3.38549,-0.35196 -2.45785,-0.44363 -10.16694,-6.86244 -6.56031,-0.64344 3.0314,4.03697 11.48702,0.3894 3.8608,-2.00931 -0.95578,2.49975 -11.34187,-5.52863 -6.3411,-6.72269 2.3993,1.76141 1.03698,3.25893 0.85317,0.2941 1.44907,1.866 -0.74725,-0.40232 2.62385,2.7439 -6.7251,-4.09019 7.65128,-6.87989 8.42705,0.8178 -0.77606,3.83134 -7.81134,-1.81889 -1.42718,0.84564 5.8629,0.76384 -7.40451,-4.92755 -3.52201,1.66266 2.37044,5.10289 13.47421,-3.56138 10.92441,5.43208 -4.50819,1.74484 -5.74905,-2.12994 -6.08305,-4.53238 -5.53652,-1.02698 -1.14095,2.95125 -1.59866,4.81652 3.6072,0.58971 8.48979,7.43988 8.91976,1.11975 2.53072,1.19913 9.96552,0.0631 4.10571,-2.23659 5.59094,1.76672 -17.35463,-0.48669 -6.29141,3.66123 7.34281,3.86916 9.07525,-7.1405 1.13303,-6.34843 1.1804,4.49651 -4.78315,2.0991 1.39408,1.79914 0.69908,2.25997 3.18376,7.44926 3.07539,1.8115 3.43085,-6.53185 16.94331,0.98147 7.01467,3.55072 -4.8719,-1.25421 -5.97848,7.19377 -0.66584,2.98763 5.90855,0.39377 8.21774,-9.33837 9.34832,-8.149 1.94713,-2.00729 3.33934,-7.28665 1.80248,-1.86598 4.69099,-0.5449 -2.74523,2.06942 0.83723,-2.14816 0.85797,-1.82878 4.53463,-4.23122 5.06638,-3.38807 -0.95916,0.83469 3.76658,-4.80419 1.30949,0.31567 0.69558,2.46074 4.32092,-9.35589 7.87814,-2.60616 -2.65063,-3.34518 2.23455,6.26165 -2.21483,1.17033 -1.25811,-0.0643 -4.29955,-6.83031 -5.58805,-1.05592 4.20647,-2.84149 4.01664,-4.15335 -0.44504,-2.52077 -0.84272,-3.42898 -7.70866,10.46209 -3.97465,4.28121 6.95884,-3.46916 -1.6288,5.38236 0.18518,0.29009 5.42298,-3.48269 4.01581,-8.97225 4.12487,-7.56551 -3.97435,1.18735 -9.44376,5.08187 -7.06403,7.52155 -3.5378,1.81375 -12.2356,8.20888 -13.6216,3.59298 0.90192,-0.80733 5.0911,0.0133 3.27773,-2.11571 z m 57.63221,-11.204 c 4.3114,-2.60491 1.11422,4.9097 0.0896,0.0148 4.03572,-2.65674 13.55005,0.94624 6.53938,1.24774 2.77936,3.41363 -7.96358,-2.62145 -10.33437,-0.39537 -6.32935,2.847 8.90169,1.32803 1.51759,-1.7432 -3.82813,-0.64907 -14.65224,3.12175 -11.12608,4.38518 -3.66521,-0.29529 5.1182,1.88018 -1.68217,3.18302 -8.54924,3.51253 7.14165,1.09309 0.98794,-0.12608 -3.68659,3.87607 -11.14038,3.47327 -14.09558,3.64129 1.21659,7.15659 15.25094,-0.76769 6.17102,-1.54241 -3.62107,3.1108 -10.03641,-0.8059 -7.87892,-5.98481 3.52123,1.23615 3.17775,4.93647 1.84433,0.93701 1.22656,0.32093 6.29559,2.81026 0.72644,1.96566 0.45297,-5.03019 9.63948,-8.97631 11.47327,-1.96679 -1.9842,3.16145 -7.49992,1.0805 -1.13799,1.03471 1.9002,-3.44271 -10.84687,1.26859 -2.76142,4.62332 2.90196,-0.90383 10.91169,-8.87214 9.3715,-1.61095 -1.10973,2.28046 -8.21048,2.96444 -5.01202,-0.76621 -7.39302,-0.57263 -2.30982,10.1345 2.65577,4.15391 2.64266,4.86369 2.44019,-4.20172 4.91251,-4.0351 5.25872,-0.36218 2.77415,-5.54478 0.34249,-1.24473 -3.92309,-0.16052 -11.62135,8.57047 -3.84524,5.79702 4.45278,-1.05625 7.53335,-11.37361 0.36625,-6.48176 2.58292,3.42113 -5.02081,3.95528 0.76099,0.64661 2.83835,0.96236 3.71553,3.37476 4.34223,-1.08878 5.40151,-4.45014 13.61401,8.18334 4.91366,5.92149 -7.21562,-4.11493 1.58284,8.12159 5.34049,2.30598 -1.36887,-2.59686 4.60339,-4.92144 3.78904,-5.45622 2.86251,-2.81526 3.18007,-7.79254 2.33602,-1.86104 2.93046,-1.55791 -2.67836,2.04093 0.2836,-2.44018 0.87133,-6.02977 8.12489,3.78077 2.41467,-0.6666 2.60821,-1.74702 7.18847,3.94199 2.45276,3.73668 7.24741,5.40165 7.78296,-7.47409 11.27731,-7.63778 3.40833,-2.67269 -1.70135,7.46345 1.95285,3.29156 -2.04014,7.92104 -8.77091,0.48846 -11.87627,1.57223 4.20654,0.8778 5.90895,-2.13553 0.65073,-1.97903 1.73518,-4.72661 -6.81508,-3.04271 -4.55448,-0.17417 6.19713,0.42299 -0.0132,2.6114 -1.03296,0.1635 3.62172,-0.3003 9.71531,-3.92005 3.31983,-5.77819 7.74818,1.02215 -11.4536,1.82177 -4.31653,4.57078 -3.08359,2.63665 -16.00687,4.62425 -13.12838,0.59448 1.02428,0.3821 4.30466,1.15645 1.95014,-0.80757 z m 2.00269,-16.61313 c -4.32175,2.61646 -2.75926,-5.21145 -0.87295,-0.0803 -3.9146,1.79863 -9.96693,-5.58203 -7.18262,-6.16233 -1.65889,-4.51499 3.26561,4.94078 0.86944,-0.11658 1.54036,5.62896 12.46053,7.68397 11.26124,2.8008 -9.86071,2.39455 3.6003,4.75238 3.43083,9.31533 1.11556,-4.19801 6.69521,-1.30905 5.38571,0.22109 1.3616,-3.72026 -2.78518,-7.14158 -0.89116,-1.32018 2.06171,1.62637 2.31301,4.89503 5.49073,2.80387 -1.28981,0.33441 5.5893,5.48771 5.06437,0.7063 4.17861,-2.00789 -7.76242,-2.21199 -4.74569,-0.8266 -4.88971,-3.17483 -2.70242,5.35499 -0.61444,2.02334 10.5485,-1.56565 -0.44069,6.50314 0.39634,3.83167 -0.56088,3.83544 -4.45015,1.64388 -2.83404,2.75916 2.70712,5.65955 -5.80886,-4.20805 -7.39135,-5.7471 -3.29641,-4.43144 4.38816,-6.11313 4.45495,-0.88682 2.88265,5.646 -5.68014,-7.42216 -1.83312,0.27486 2.7946,6.1125 9.32721,-0.20016 3.11537,-3.16968 -4.55922,-1.531 -6.1851,-10.69368 0.26325,-6.56721 3.17372,3.37423 -0.95876,4.73341 -1.65269,5.09522 -0.10661,2.30465 3.83326,4.89781 2.49478,0.75987 6.55641,3.44495 1.04875,-6.65265 1.54879,-9.41794 -4.67472,-4.96431 -0.98701,4.83911 -4.10833,-0.11041 -1.81743,-2.68656 -9.21454,-5.12536 -4.8064,-0.75129 -5.04085,-1.77762 4.07061,-0.39854 4.7433,3.25317 3.20483,5.75558 7.15043,0.46574 1.7157,-2.40234 -2.8385,-7.16292 -10.70833,1.19896 -3.58313,4.39474 6.92494,0.19609 -3.93582,-1.42331 0.33042,-5.30979 2.04229,-2.26167 -2.2644,-2.55253 -2.46643,0.3791 -5.70918,3.26096 -13.92852,-7.15008 -5.29389,-6.81111 4.6136,2.69993 9.1725,-3.50417 1.77452,-2.54514 -4.43428,-3.91969 -6.50709,7.4454 -8.50766,2.34579 -3.11504,0.0364 -5.91798,-0.46298 -1.92555,-1.32565 0.4121,-2.61221 1.19916,2.85763 -1.6674,0.24529 -3.0093,0.52273 -1.50163,-1.37899 -4.27875,-2.94998 5.64442,1.42149 -6.67189,-0.91466 -0.12929,-2.19 -5.29166,2.19591 -6.22557,-6.84453 -3.52107,-5.14039 2.96883,-4.88515 3.69526,5.27789 -1.50061,4.51782 -1.18638,3.05166 6.07316,2.95745 0.0172,0.86443 -3.58548,-2.52896 3.78882,3.78312 -0.67594,3.33236 1.10431,2.72022 10.9046,2.02162 7.70368,2.48909 -6.46013,-4.73725 1.78134,-2.96062 -0.64035,-0.89157 -3.31846,-1.19465 -12.91673,-4.45924 -5.96875,1.08999 -5.16536,-5.05198 9.05883,10.23302 6.8943,1.19614 2.47738,5.32312 8.57703,7.93259 13.1323,7.15615 0.59014,1.95302 -4.47107,1.186 -2.99561,2.86683 z m -45.74101,-31.00042 c -3.3506,0.40661 -1.65158,-4.23543 -0.6385,-0.35383 -1.95977,-1.20444 -11.41548,-5.57741 -6.63674,-7.18711 -0.23217,1.85638 7.87858,7.90207 11.41005,9.06965 6.06798,3.35313 -8.02658,-5.79047 -1.54393,1.24623 2.04262,4.38744 12.9243,0.59477 11.38212,0.75282 -0.82476,-2.71408 2.41817,-0.34927 -0.77215,-2.73966 3.17339,-2.21152 6.79678,-3.11122 0.50467,-3.20294 -4.49523,1.45046 5.30623,2.49418 3.77371,0.34581 5.55185,-2.62219 6.76055,4.50019 9.78145,4.52045 5.28851,-6.76066 -14.92501,-8.65048 -5.38494,-2.11586 6.51093,-1.03593 4.66498,7.84358 0.43805,6.98965 0.76342,-4.36779 -0.87439,0.91258 -0.0781,-2.55915 -3.49458,-2.70155 3.19265,0.64942 -2.39548,1.80887 -6.14263,4.63681 -4.84959,-8.05012 -1.69339,-4.27073 -5.7844,1.18444 8.05616,-0.53832 1.0765,-3.8533 -2.85631,0.55263 -12.19899,5.37377 -8.69597,-1.25298 4.11625,-3.98671 9.89267,7.37712 9.02362,-1.7608 0.97143,-4.76041 -7.55037,0.69801 -7.75619,-2.42895 -1.29942,2.77354 -7.75109,6.55486 -5.92733,7.1321 1.70816,2.92042 -3.33107,-1.20197 1.09578,-0.30777 4.4118,-0.20426 12.60702,-9.53963 3.43237,-5.1147 -5.55918,0.92177 -3.65169,10.14822 0.56247,5.88461 -2.21654,-3.76167 5.19007,-4.33646 -0.0531,-1.68966 -4.83018,-2.79801 -4.59898,4.61851 -8.8075,-0.1943 -4.90997,-5.87793 1.81682,-2.62703 3.0234,-3.82946 -2.76696,-3.04522 -11.28427,-1.23204 -9.24718,-5.92242 0.53737,3.43951 5.11969,-0.3691 1.25536,2.78793 -0.60264,-1.90636 -2.82779,-5.77616 -2.03172,-2.92304 1.40582,-2.28262 0.59523,-8.48328 1.78992,-3.23441 -3.89829,-3.31459 -1.4735,-5.55371 1.15511,-4.23134 -1.93372,-5.01115 -12.29929,-4.0536 -11.21964,-4.30374 -2.76023,4.62993 0.003,10.71466 -0.95021,16.00612 0,2.80262 0,7.25352 0,1.8996 0,-6.61056 0,-13.22111 0,-19.83167 4.96997,0.95528 2.01711,-2.33673 6.62266,0.86183 0.62011,2.12523 0.0307,8.0045 1.98214,5.92546 -3.24295,-4.37068 -4.10721,-1.90597 -2.01026,1.73307 -7.50033,1.95864 5.3354,2.38921 1.60105,6.17225 -1.37981,-3.85358 2.64145,-9.20679 1.91847,-2.39229 -1.17144,3.17112 -6.61072,-9.82731 -7.27702,-1.87958 -2.03071,0.79246 1.86615,-2.92623 -0.59959,1.77943 -0.82096,6.35487 4.92672,2.78349 4.07832,3.13237 -0.19098,6.0526 11.96505,7.75295 10.16165,10.51303 -1.13681,-0.25259 -3.26097,-4.32802 -2.3499,-0.98159 z"
+ id="path2077-2-9-2-4-4-0-9-9-2-8-8"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="2.1082485"
+ inkscape:original="M -709.8125 640.6875 C -715.36968 640.6875 -719.875 645.1928 -719.875 650.75 C -719.875 651.48789 -719.77601 652.18213 -719.625 652.875 C -732.96949 653.48684 -744.48661 660.90932 -750.84375 671.78125 C -753.45877 669.94774 -756.72227 668.875 -760.15625 668.875 C -761.54864 668.875 -762.89851 669.16732 -764.1875 669.5 C -764.1714 669.29164 -764.1875 669.08748 -764.1875 668.875 C -764.1875 664.42924 -767.80421 660.8125 -772.25 660.8125 C -776.69574 660.8125 -780.28125 664.42924 -780.28125 668.875 C -780.28125 672.72335 -777.6102 676.01641 -774 676.8125 C -775.40975 679.20584 -776.25 681.99193 -776.25 684.96875 C -776.25 685.78001 -776.11597 686.59583 -776 687.375 C -778.4253 685.91204 -781.2755 684.96875 -784.3125 684.96875 C -790.82181 684.96875 -796.36666 688.84522 -798.90625 694.40625 C -800.7516 692.31006 -803.45861 691.03125 -806.46875 691.03125 C -812.02589 691.03125 -816.53125 695.53659 -816.53125 701.09375 C -816.53125 706.65091 -812.02589 711.15625 -806.46875 711.15625 C -803.45861 711.15625 -800.7516 709.8462 -798.90625 707.75 C -796.36666 713.31103 -790.82181 717.1875 -784.3125 717.1875 C -780.78273 717.1875 -777.53008 715.99035 -774.875 714.0625 C -772.03064 721.73219 -764.78031 727.25 -756.125 727.25 C -750.40836 727.25 -745.32242 724.79896 -741.65625 720.96875 C -735.11758 726.18453 -726.88307 729.28125 -717.875 729.28125 C -706.05923 729.28125 -695.45675 723.86354 -688.4375 715.4375 C -684.50362 719.01319 -679.29332 721.21875 -673.5625 721.21875 C -667.32223 721.21875 -661.74565 718.59442 -657.71875 714.4375 C -655.38642 716.14691 -652.51738 717.1875 -649.40625 717.1875 C -645.02997 717.1875 -641.17953 715.16408 -638.59375 712.03125 C -637.57046 713.91416 -635.60483 715.1875 -633.3125 715.1875 C -629.97819 715.1875 -627.24996 712.49057 -627.25 709.15625 C -627.25 705.82192 -629.97819 703.09376 -633.3125 703.09375 C -634.00714 703.09375 -634.69114 703.25262 -635.3125 703.46875 C -635.3085 703.34363 -635.3125 703.21963 -635.3125 703.09375 C -635.3125 695.31367 -641.6262 689 -649.40625 689 C -650.83722 689 -652.26087 689.22794 -653.5625 689.625 C -656.41156 683.61963 -661.91925 679.11918 -668.53125 677.5625 C -667.91964 676.11733 -667.53125 674.57341 -667.53125 672.90625 C -667.53125 666.23762 -672.95635 660.8125 -679.625 660.8125 C -683.56734 660.8125 -687.10699 662.66935 -689.3125 665.59375 C -692.69393 661.80519 -696.86314 658.73751 -701.5 656.53125 C -700.37854 654.90783 -699.75 652.87099 -699.75 650.75 C -699.75 645.1928 -704.25528 640.6875 -709.8125 640.6875 z "
+ style="opacity:0.7;fill:#ffffff;stroke:none;display:inline;filter:url(#filter25378-7-5-8-2-7-0-7);enable-background:new"
+ id="path25474-6-0-8-1-9"
+ d="m -709.8125,638.59375 c -6.69664,0 -12.15625,5.45959 -12.15625,12.15625 0,0.1017 0.0283,0.18125 0.0312,0.28125 -12.4295,1.25951 -23.13258,8.10342 -29.625,18.0625 -2.59502,-1.38625 -5.48252,-2.3125 -8.59375,-2.3125 -0.84373,0 -1.52072,0.21415 -2.28125,0.34375 -0.86551,-4.73022 -4.84409,-8.40625 -9.8125,-8.40625 -5.58915,0 -10.125,4.57695 -10.125,10.15625 0,3.95374 2.28678,7.36829 5.625,9.0625 -0.82234,1.91796 -1.35747,3.96106 -1.46875,6.15625 -1.90873,-0.71313 -3.9242,-1.21875 -6.09375,-1.21875 -6.36263,0 -11.78909,3.38229 -15.03125,8.34375 -2.01555,-1.44246 -4.48398,-2.28125 -7.125,-2.28125 -6.69662,0 -12.15625,5.45961 -12.15625,12.15625 0,6.69664 5.45963,12.15625 12.15625,12.15625 2.6517,0 5.1136,-0.86189 7.125,-2.3125 3.24216,4.96146 8.66862,8.34375 15.03125,8.34375 3.17512,0 6.04292,-1.00483 8.625,-2.4375 3.6257,7.30032 10.85743,12.5 19.5625,12.5 5.66182,0 10.7233,-2.23658 14.625,-5.71875 6.65541,4.848 14.77045,7.75 23.625,7.75 11.72906,0 22.2145,-5.18077 29.59375,-13.1875 4.08974,3.1595 9.15439,5.125 14.71875,5.125 6.26249,0 11.86858,-2.47573 16.15625,-6.375 2.37518,1.38151 5.04898,2.34375 8,2.34375 4.12173,0 7.81404,-1.61451 10.65625,-4.15625 1.44453,1.32317 3.3331,2.15625 5.4375,2.15625 4.47114,0 8.1563,-3.64065 8.15625,-8.125 0,-4.48433 -3.67195,-8.15624 -8.15625,-8.15625 -0.0364,0 -0.0576,0.0307 -0.0937,0.0312 -1.03043,-7.94137 -7.78665,-14.125 -16,-14.125 -1.07043,0 -2.07647,0.23705 -3.09375,0.4375 -2.91476,-5.20144 -7.68003,-9.12665 -13.40625,-11.0625 0.28241,-1.06984 0.46875,-2.18618 0.46875,-3.375 0,-7.81204 -6.37544,-14.1875 -14.1875,-14.1875 -3.77875,0 -7.21617,1.50702 -9.78125,3.9375 -2.76854,-2.75866 -5.91838,-5.07451 -9.375,-6.9375 0.68102,-1.55365 1.125,-3.20704 1.125,-4.96875 0,-6.69665 -5.45958,-12.15625 -12.15625,-12.15625 z" />
+ </g>
+ <g
+ transform="matrix(1.0582125,0,0,1,53.02307,1.1444104e-7)"
+ id="g26951-2-3-0-4"
+ style="display:inline;enable-background:new">
+ <path
+ style="opacity:0.98999999;fill:#ffffff;stroke:url(#linearGradient3224);stroke-width:2.91631746;stroke-miterlimit:4;display:inline;filter:url(#filter26868-5-7-5-7-3-7);enable-background:new"
+ d="m -737.15022,668.75482 c -3.69563,2.87418 0.41742,-2.75025 -2.12676,3.20372 -0.47893,2.50426 -8.08305,3.41151 -3.52928,0.46184 -2.57263,-1.85787 11.03599,-4.26627 7.99713,-9.30712 -4.3443,4.84895 -1.35316,6.09133 2.77037,2.68873 4.75087,-1.84152 10.4749,-2.18071 7.80357,-6.36413 3.89189,-0.21869 7.32442,-1.5368 1.02658,-1.19724 -6.11662,2.61486 6.47343,1.18479 5.23941,-4.00616 2.17329,-2.91379 1.8826,-10.79502 -1.66812,-5.20824 -2.11489,3.47105 3.26947,10.69512 3.0246,4.97307 -4.28958,-4.66724 4.85271,-9.23268 3.356,-2.74133 3.40985,-1.4993 7.22305,8.89656 0.58597,11.02451 -4.04538,4.66828 -12.83371,-1.46119 -4.12812,-3.04648 5.86453,-3.92315 -0.57621,1.68939 -3.28088,2.37052 4.32511,5.73192 10.8406,-9.41897 3.32178,-6.76626 0.25768,5.88558 -16.54775,8.83272 -9.80507,2.22304 4.06445,-2.40298 6.14586,6.23058 8.46293,-0.16484 -2.39956,-3.29238 -7.57987,-0.34001 -10.02326,-2.68762 -0.77614,4.14472 -7.79798,3.21309 -7.5286,6.84347 3.3538,0.36382 -1.12556,-0.0767 3.36792,-1.72797 2.40993,-1.13434 12.50415,-3.6504 5.0905,-4.33363 -5.08753,-0.61568 -11.25093,6.80267 -2.78713,6.69636 2.49284,-0.48638 4.46831,-4.79595 1.2653,-2.28876 -3.83254,0.39763 -4.40821,-3.63567 -5.3739,1.16575 -1.06911,5.51314 -14.65817,6.69309 -7.88427,0.26255 4.03136,-1.7342 4.82211,-7.29217 -0.53056,-3.70574 -4.98576,4.8741 -7.28759,11.62563 -6.0048,17.01073 -0.89542,2.17483 -1.01157,-2.80782 -2.365,-2.20675 4.0461,-0.66943 0.74348,8.07351 -2.45679,2.84359 -1.49431,0.38237 -0.76808,0.33075 -3.41892,-1.3163 6.58609,-3.08633 -5.80971,-2.49447 -7.21628,-0.68807 -6.22396,2.21933 2.65543,-6.35957 4.29817,0.54395 2.24098,4.19216 5.59765,-0.64065 -0.51957,0.76984 -0.57421,1.69387 9.45783,10.69535 10.47177,2.38541 6.79754,0.21109 -8.62098,1.73624 -3.50226,-1.13142 10.20265,2.51906 -11.88011,1.30501 -2.97824,6.69167 -0.2532,2.74584 -3.93537,-4.6717 0.43705,-0.51458 5.9649,5.47075 15.99312,-4.21104 9.1965,-5.8616 2.50367,-3.28335 7.22822,-11.66433 11.12514,-9.50615 -0.20001,0.76856 -4.74804,2.14492 -1.71288,2.61164 z m -31.87395,17.67727 c 3.67975,3.43937 -4.69804,5.96431 -0.94781,1.41172 6.10191,6.41682 -11.91384,14.72864 -10.53309,6.18975 3.86905,1.41522 1.23229,2.00281 1.12947,-0.59095 3.65154,3.7461 13.65146,-3.70089 9.12657,-9.59829 -3.4358,-3.5125 0.64841,4.32151 2.78317,-0.68051 3.20307,-6.36226 -2.20277,-14.58792 -8.34349,-11.9849 -2.06215,-6.43016 -1.77997,6.22528 0.11316,0.0577 -4.88028,-4.31507 4.11582,-8.147 7.77844,-3.17548 5.93685,-7.12263 -16.87879,-4.02765 -5.73914,-1.45462 7.25379,-0.77463 3.62553,4.30857 1.46178,8.27127 -1.41115,-3.5693 -0.96986,-6.82664 -1.09102,-0.90923 5.60194,-0.79853 -4.42867,-10.71241 -2.36734,-2.48085 8.1048,4.12799 -4.92964,5.01963 -2.01997,-0.52691 7.55348,-3.6973 -7.39385,-7.24819 -3.08096,0.80845 -0.34757,4.31217 5.22525,6.89516 5.84953,7.62609 -0.73911,4.36011 4.94228,-2.06099 1.78583,1.09346 0.93859,-3.63776 -6.86615,-11.96309 -6.51307,-5.90856 1.773,5.82664 12.82349,6.5712 7.73685,-1.05863 -2.71649,2.41511 -6.10177,-0.53361 -1.70639,2.14807 2.82517,3.56752 -1.10837,18.77962 -4.64028,10.62311 0.68516,-2.67526 0.2712,-11.75167 -2.20853,-4.53343 -1.13074,2.93942 -1.86995,8.54805 2.81286,5.83864 0.40044,3.95582 -1.23527,-1.82618 -2.50106,2.33136 -6.08482,-0.16409 2.45431,-0.52624 -1.74522,-2.45484 1.52627,-2.97937 3.64562,3.52319 -1.50069,2.47679 -1.60859,0.74805 -6.94667,-1.16125 -4.33713,-0.40855 -4.44703,2.77996 -4.64291,-0.14098 -4.10204,-1.59433 -4.19309,-0.0409 -6.38638,14.43015 -7.65957,5.54517 2.16095,-0.91896 11.75149,-0.26717 7.75256,-2.30221 -2.94515,1.61758 -2.79559,5.39159 0.37329,2.0641 2.69861,4.01402 10.85963,-4.87983 4.48016,-1.83555 -6.86038,-1.64317 7.98615,-3.02931 -0.23929,0.81852 -3.60573,1.52608 -2.88585,3.85245 -0.22755,4.30654 -1.3835,-0.54916 6.17246,-0.37248 4.25946,-3.59183 6.5616,7.49907 13.39701,-7.20124 12.43927,-8.13448 -0.007,0.53906 0.79325,3.68732 1.62124,1.61338 z m -32.62667,14.83969 c 4.05556,-4.15165 7.47963,6.2581 2.50723,0.80827 3.63717,-3.20886 13.12297,6.96956 6.55189,7.53827 -1.56256,-6.32138 -10.73942,-12.79585 -13.48232,-3.61769 2.6553,2.54171 7.08084,-7.24395 0.3727,-3.18652 -3.2088,1.9516 -8.0534,-0.0455 -6.3608,-3.62368 -2.4843,2.78844 -0.6133,8.14254 -0.8563,2.168 -0.9897,-6.74836 8.9373,-5.93982 9.6719,-4.75459 3.69771,-8.40413 -15.8484,-0.25153 -6.7294,0.81726 1.2537,-1.96057 10.18623,-1.7025 5.8903,2.0061 5.47428,2.10674 1.7753,7.10832 -1.3567,1.98373 -0.8207,-5.60063 -1.2706,5.36945 -4.0044,-0.1183 2.8378,-7.23637 -6.5548,0.0782 -1.5933,4.0396 -1.6857,5.77516 -6.6974,-6.43944 -0.6395,-4.81651 1.1687,-4.3212 -6.3029,-2.97473 -5.3468,2.59516 -3.8219,8.18606 9.7131,9.16895 13.2465,6.76325 -5.6658,1.48609 0.6439,-4.63529 -1.3382,0.0312 -5.2028,4.93571 -11.8021,-13.31339 -12.393,-4.51778 1.0719,4.57651 11.4564,9.31793 11.0537,2.95757 -1.0312,-2.53144 -10.3735,-3.81918 -4.392,-1.16094 -0.9815,11.51532 9.48497,-6.27938 11.94901,1.33891 -1.97382,2.28133 -9.21261,10.11816 -1.80475,5.91196 5.21465,-0.58219 -3.89306,-4.76721 1.22652,-2.63458 2.74066,2.31415 3.5058,-0.48759 2.67836,1.59484 1.99896,0.98579 9.40754,-0.12676 3.6999,0.92026 1.80773,5.75456 -3.71836,-1.35779 2.33909,-0.46726 2.02678,0.20125 9.71639,2.74882 3.23059,2.4285 3.6396,-3.91404 6.70432,1.22453 3.93594,2.10957 2.72061,0.66358 12.34416,-8.68498 8.18133,-2.59962 -2.53333,-0.24899 -6.2497,-5.75253 -7.43752,-0.72844 3.8988,-0.56714 5.86469,-4.56994 0.62582,-2.48211 -2.46751,-3.53318 -11.30579,1.5169 -3.42919,1.78223 2.13835,2.2373 -6.86781,-0.31907 -0.56787,-2.02802 9.01445,-1.97225 -4.42576,-7.27215 -3.47925,-1.11297 -3.20452,-5.14033 -10.10923,-7.87758 -15.97998,-6.52511 0.3957,-0.8866 8.91834,-2.73053 4.0305,-3.4206 z m 63.08911,13.98324 c 4.10146,2.966 -2.19443,-0.13841 3.67264,1.4926 6.04623,2.59925 3.09283,8.1013 -0.74533,2.38681 -0.91775,-6.86372 -11.9147,-4.9975 -11.10371,-0.29133 3.40602,-0.50712 11.45191,-5.08936 3.49641,-4.36985 -4.8493,1.93749 -12.41334,5.29628 -14.37751,6.59936 5.22022,1.85659 -8.14766,2.86025 -0.33808,3.81021 6.54118,-0.68039 -3.68336,-1.86507 -5.24434,-0.24713 -2.37743,-1.39829 -10.47797,-8.75092 -7.20995,-1.55349 2.31945,3.76183 11.87937,1.62935 5.10407,-0.93994 -7.84788,1.51758 -3.59106,-12.66472 -1.43731,-5.22132 -2.10531,-2.04251 3.8268,2.07061 -0.45984,0.42014 3.67732,-6.46459 13.89122,3.86556 5.80399,3.89784 -1.85848,-1.57583 6.19444,0.54064 0.68527,-2.06323 -6.99597,1.78819 1.12945,7.60959 4.29501,3.16178 9.53562,1.17649 -2.79803,8.0982 -3.9157,0.42657 -3.65908,0.2978 -0.38949,1.65811 -1.84253,4.56345 7.93563,2.92237 11.42287,0.66444 16.70518,-4.83023 0.16949,-3.31648 -4.98444,5.13618 -9.35715,3.00174 -7.65482,7.09136 16.26436,0.0294 4.83968,-4.50584 -4.21044,0.77021 -5.45535,6.21363 -0.24477,2.53452 2.29824,3.2718 4.18781,1.72911 2.47565,-1.99225 4.90305,-6.19544 10.46299,2.3279 5.81513,3.96535 2.78967,1.59635 -4.07003,-0.67455 0.27874,1.44302 5.28533,0.76213 -2.38107,-2.35779 3.94888,-0.61033 1.93113,2.33281 9.65295,-2.70286 7.40666,0.34294 -2.13021,-1.10147 0.41621,4.34905 -2.13127,0.13099 0.4739,-1.73232 8.19061,-0.0434 3.72206,-1.5863 2.78144,3.75717 7.35166,-0.10832 8.10755,3.98625 -4.62899,3.03347 6.5298,0.0694 8.47589,-1.78718 7.37584,-0.58788 -2.85634,7.12601 -4.74928,0.77073 -1.67408,-4.28942 -6.77443,0.51495 -0.23659,-1.07561 2.7107,-1.58297 -5.80321,-0.87687 -4.53559,-4.75834 -1.69078,0.67047 -8.97363,3.26424 -3.01507,3.23104 5.82766,3.56854 -9.2377,-1.08828 -0.0767,-0.44459 7.63929,1.49475 1.99457,-7.19129 3.94065,-4.1272 -2.87062,-1.79572 -9.69251,-0.7041 -8.27534,1.50187 -3.82454,-2.71123 -16.53806,-3.64348 -14.78566,-6.58059 1.72311,-0.50524 3.52569,-0.61395 5.30829,-0.68246 z m 62.41911,-1.00224 c 3.89474,0.53142 -1.68984,1.47536 3.52154,-1.1047 2.40213,-1.73029 7.10717,2.95341 1.86578,1.814 4.28532,3.23611 -13.01677,-3.03717 -10.17176,1.26886 10.36344,-0.44531 -4.91053,-8.81974 -9.10309,-6.89715 -3.05311,0.10102 -9.88757,3.93938 -3.7972,0.95989 0.30674,2.92011 -3.80035,1.71498 0.91187,1.47766 -1.72881,2.88052 -4.57292,8.16007 0.26752,3.13987 -0.20455,-3.90456 -3.96133,6.52009 -7.45168,6.80964 -5.03335,1.11692 -5.12937,7.29132 0.2195,3.39654 6.39458,-4.68527 0.66075,-8.38403 -2.48912,-1.92587 -5.49287,4.6782 -8.83936,-6.42825 -2.62562,-2.24226 -5.64368,-1.64158 5.26715,-0.48211 -0.84248,-0.91647 -2.56471,-5.25241 7.98683,-10.91352 8.331,-4.39698 -4.07118,3.56527 2.54429,-5.41916 -2.80135,0.38586 -2.66408,6.65789 8.44421,1.33443 6.78123,-3.49071 4.22356,-4.71138 9.51598,3.93278 1.37999,3.6536 -2.97992,-0.69109 -4.1302,-0.56375 -5.28206,2.78051 1.45559,-2.17412 3.08154,4.37417 5.84463,-0.44729 2.8858,-6.29352 7.60195,3.13028 8.98991,-0.0723 -2.45686,-2.43076 1.98933,-0.20141 -2.50604,-2.1293 -4.60264,-2.58471 -9.3736,0.99584 -2.84457,1.79166 0.80352,1.39201 -2.333,-2.08995 1.3463,0.58446 6.06531,-0.2949 -2.01511,-11.54069 -2.24768,-4.63258 -3.94213,-1.20341 4.22137,-0.36109 2.08002,3.49539 1.81513,-0.24605 16.0943,-0.16622 11.38736,5.90439 -1.89707,1.18165 -13.13085,-3.22384 -8.48424,1.50155 6.93169,3.03728 12.65397,0.16731 17.45447,-4.43244 -2.50381,3.8869 4.07193,-7.93628 1.88032,-2.94996 4.60121,3.008 -2.75235,2.3537 0.49585,-1.87152 0.21998,-1.7619 7.97609,-3.19126 4.02733,-1.47965 5.466,-4.09548 0.67051,5.50979 6.79457,2.61018 3.14105,-2.22053 11.89669,-1.19109 5.15039,2.45798 -3.87685,1.21693 -6.52141,-8.69688 -8.42096,-5.72376 6.18316,1.39664 3.11851,-0.23333 -0.0203,-2.64606 3.54321,-4.21312 -10.7744,-2.67727 -6.64747,3.314 -3.99996,-1.93883 9.90394,-2.84808 1.39527,0.0506 -4.47589,-1.92757 5.56536,-6.32456 7.7179,-4.77089 1.74065,-3.7123 -13.66447,-2.63178 -4.96576,-4.4344 4.63508,-1.82066 6.42366,5.48026 1.11258,2.03535 -5.74222,-1.55802 -9.93426,3.91586 -10.06285,7.96436 -2.32801,2.40185 -17.02171,2.96869 -8.19114,-0.83212 z m 29.98735,-13.56807 c 0.16367,-0.74969 -8.33427,-2.50264 -3.24463,-4.25599 2.68474,0.0774 5.89172,9.88982 6.7887,4.68478 -8.67265,-1.35732 1.72646,14.91506 5.8386,10.38756 2.78387,0.79208 1.24008,0.26768 4.34396,-1.38669 -1.37661,-5.15722 -1.24352,8.5627 -5.01909,1.08667 -9.45218,-1.9109 7.59811,9.69332 3.14052,0.39937 -2.49397,-3.00474 -15.74408,2.1187 -9.17277,-3.89387 7.40394,-1.25443 -6.62272,2.3901 0.59485,-1.43663 4.31929,-1.7603 -4.39353,3.28348 2.4511,0.40338 9.89191,-2.02702 -6.1556,5.45691 -2.05081,-1.07049 2.36777,-1.31663 3.64994,-0.17443 1.28238,-1.89548 3.11557,-3.02288 12.41206,4.17171 10.36774,2.253 -4.26873,-3.55509 -10.22835,4.45382 -4.33476,4.39235 1.76413,-1.30472 -3.29234,0.054 0.69744,-1.85926 -1.36503,4.30069 3.22731,4.33112 -0.86269,2.02454 -8.10114,-5.37481 9.97735,-3.38868 1.00022,1.16727 2.84522,9.66043 8.90326,-3.74944 2.43464,-6.83458 -3.20941,-2.23256 -5.43125,0.63672 -6.58466,-3.29424 -1.25023,1.28306 -1.72578,3.88133 -0.79091,1.56652 1.38008,3.04633 10.51655,10.24956 9.07184,3.46376 -3.53396,-5.30734 -16.38502,-2.15966 -7.91608,3.34603 2.54897,-0.40278 5.21852,-2.95704 0.52066,-2.15557 1.08,-3.90892 -8.8382,-8.86395 -4.73665,-14.29834 3.99767,-1.95237 6.88587,10.86559 8.9999,5.76208 -1.42724,-7.30859 -9.19006,-10.99042 -15.1948,-8.93698 -3.00114,0.14592 -3.47079,1.65376 -6.05874,4.13309 -0.82845,-2.99235 4.35946,-3.15626 -1.05173,-1.00292 -3.77742,-1.09312 -0.66258,-3.61047 -3.61712,-3.63112 -2.6861,-3.56689 5.89083,-2.07108 -0.63412,-5.19226 -4.24275,0.39146 -13.03904,-5.19215 -4.3684,-4.75935 1.00599,1.87564 2.93216,12.0205 3.17419,7.1755 -6.55911,-3.87156 1.38057,3.20399 -2.14493,5.19875 3.25788,5.47961 4.31309,-0.9157 7.74212,3.39399 -4.07726,-0.44388 -6.09299,-8.62373 -1.40686,-3.37411 1.91518,5.76226 -9.69534,-7.20326 -7.5519,1.63791 1.08512,5.57657 12.08177,9.6456 11.96459,4.87793 -2.90292,-1.06862 1.45486,-1.44218 -2.93887,-1.55621 0.12854,-2.59233 14.02191,-0.12265 11.36281,3.6142 0.0568,0.34993 -2.21302,-1.42294 -2.09574,-0.13459 z m -50.75977,-28.69002 c -3.14021,-3.38269 2.70272,0.16544 -3.43972,-1.7933 -2.56961,-0.23291 -4.17484,-7.70945 -0.78497,-3.43665 2.30778,-0.078 9.74173,13.91508 13.97663,5.50487 -6.38826,1.33509 3.06135,-0.36428 -0.26693,-1.51898 -0.7901,1.03604 -11.01672,-10e-4 -6.26416,3.89759 7.50529,3.41391 12.73963,-7.57483 17.78568,-5.52934 1.7856,-3.21103 -6.9821,-3.80528 -1.2692,-0.98039 6.37272,0.58847 5.8079,6.73842 4.88015,10.04784 8.60437,-0.59811 -1.96712,-15.25572 -1.08817,-5.49479 0.84825,2.85869 1.90308,13.0681 -2.0138,12.8779 -4.8321,-2.45681 1.05369,-11.54057 -1.35757,-3.97764 -2.16582,-2.07275 0.0439,-7.95801 0.11294,-2.10693 0.39471,-2.43605 1.67689,-5.53952 1.03682,-1.12629 -4.58078,0.5518 -5.38193,-10.63867 -0.73583,-6.04707 -5.17031,-3.02799 4.43265,4.17956 2.10429,-2.82435 -2.0332,-1.67604 -12.231,-0.62096 -6.31805,-4.79532 5.45007,-1.73968 4.38567,10.63393 7.78879,3.24969 2.76526,-2.38313 -10.71057,-9.39473 -10.26015,-5.39995 1.68495,0.95968 -7.12241,2.8736 -5.65509,6.62801 -0.0431,-6.81759 15.38912,-1.7603 11.66481,-6.70297 -4.9687,-3.00316 -16.41476,4.73712 -7.81537,6.02572 3.88184,-1.33807 7.15992,-3.14292 1.30189,-2.3719 -3.34739,-3.13326 -6.20974,-0.60669 -3.54272,1.96425 -4.49746,5.88324 -12.99405,-4.34894 -4.09281,-3.44304 2.38166,1.79837 -4.80451,-1.9053 0.25008,-0.69385 6.19753,-0.54436 -5.36554,-5.26071 -2.36601,-1.85664 -2.36616,-3.384 -13.66679,0.43494 -8.28385,-2.58516 -0.42549,-3.19891 2.04492,3.09714 -1.73297,0.73716 -4.54766,1.07976 -1.25066,-3.48555 -1.02574,-4.23829 -2.4364,2.76229 2.13494,-6.99709 2.75313,0.12724 4.84844,-7.21687 -8.7936,-9.83593 -8.61777,-13.50126 3.8856,1.39395 3.15458,-0.55389 3.78372,-0.55061 6.27667,-0.2618 -0.33269,14.83352 2.19152,9.34622 -1.55644,-5.68042 -2.48543,2.58576 -5.08194,3.84634 -1.90234,2.5522 5.68443,7.40144 3.34441,5.75219 -2.59132,-3.30742 1.03099,-8.51586 1.37689,-2.36525 -3.45296,5.18435 -1.31764,-10.42238 -6.43636,-5.3267 -1.07588,-0.2964 -3.46414,15.59183 5.93403,12.51643 -3.59616,-7.74235 6.88056,4.3899 10.73526,3.26136 4.55391,1.44571 5.38584,7.81378 0.0978,3.21599 -0.73056,-0.51428 -1.84964,-1.07454 -2.66968,-0.33213 z"
+ id="path26812-9-2-2-4-0"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#ffffff;stroke:none;display:inline;enable-background:new;filter:url(#filter7378)"
+ d="m -737.13051,668.38843 c -1.0334,4.36153 -3.6885,-1.95987 -0.3171,0.45054 -2.3208,2.34731 -4.9865,7.17201 -8.2541,5.04644 0.2071,-0.46776 4.8778,-3.12945 1.4766,-0.59816 0.5506,-4.71424 12.7348,-5.77197 9.0414,-10.17735 -4.9465,3.78544 -1.7657,6.69405 2.0645,2.56599 3.7606,-1.63307 11.20699,-2.55198 9.58009,-3.96773 2.7868,1.25505 -4.53399,-1.43282 0.13163,-2.7793 3.33818,-1.0666 6.95075,-0.86168 1.39644,-0.87662 -6.75696,-1.10772 -0.48761,3.67039 2.05188,-0.19193 -1.76455,0.85429 4.25094,-4.46962 2.32685,-7.14337 3.1938,-4.06599 0.98272,-3.6528 -1.05128,-3.91503 -0.58471,-3.86153 -3.00187,13.30915 2.19705,8.19019 1.29972,-3.96973 -1.89174,-0.65386 -0.0609,-1.8191 -3.38016,-4.38716 3.3707,-9.40606 4.41237,-3.02808 -3.03678,-0.3629 1.99333,0.23514 -1.9311,0.76396 3.38663,-3.31645 3.83236,6.91572 5.85565,1.14893 1.30651,6.45805 -8.26643,15.67349 -12.81941,9.4611 2.89427,-2.23535 12.05662,-8.3321 5.18431,-2.33491 -3.46932,1.36371 -6.43057,3.27998 -0.8353,2.62552 6.14154,-0.69379 3.17448,-13.27441 -1.25384,-5.85278 -0.57438,4.90916 -14.46548,6.92505 -9.67308,1.24113 1.4433,-1.17714 8.5278,-0.38336 4.6266,1.83063 3.15422,0.73656 7.41732,-3.43452 3.73501,-3.2937 -1.46104,-3.71911 -7.23871,1.62082 -7.24961,-1.7209 -2.1259,-0.47283 -5.9517,2.30333 -1.29,1.46074 -3.5392,1.88481 -10.71506,4.48727 -6.6853,5.4351 -2.85456,0.89064 4.5335,-5.00614 6.7763,-2.90692 5.07051,-0.4656 4.34927,-5.69392 -0.4557,-3.03054 -6.9825,-0.3364 -8.73996,9.11384 -0.2237,6.12078 1.3008,-1.71156 -2.2351,-3.55473 2.48384,-3.52716 -2.42564,5.86339 -8.83484,-4.97791 -8.29134,2.68135 -1.50186,4.91704 -14.19226,7.66441 -8.64396,0.27633 3.4507,-2.32265 6.3387,-3.3785 4.5062,-5.76071 -5.6168,2.73153 -9.8125,7.12431 -9.4654,11.40213 0.1886,2.50708 -2.7143,4.54198 -0.5297,1.95817 -1.9374,2.19753 0.7451,9.49765 -1.3411,3.92094 -3.9798,-0.55951 3.3552,-2.47421 0.2417,1.60513 -3.547,4.12285 3.6586,2.21309 -1.7479,1.87601 -5.7394,-1.17878 -1.5494,-1.14801 -2.8095,-0.92465 -3.0826,0.0298 -3.5947,-3.06741 0.088,-2.22817 -2.8325,-6.01635 -15.2368,5.18882 -11.0341,-2.41488 4.9112,-2.07013 5.3917,8.51794 8.703,3.8319 -2.8771,-0.62091 -8.1622,-0.20588 -2.3954,1.36312 2.3737,2.17952 -0.1819,4.38794 5.0046,4.16809 3.9364,1.25447 3.1257,-4.08537 4.6684,-3.47175 -2.1302,5.4159 -8.8446,-2.40263 -3.2463,-0.80527 2.6137,0.66577 4.6997,-0.48001 0.616,2.03491 -2.7637,2.21295 -10.6517,-1.9315 -5.3343,3.73836 3.6114,3.13304 -3.8846,-1.0911 1.9558,0.40375 4.5119,3.76579 15.6791,-1.36844 9.7655,-5.64282 -6.591,5.7969 4.4554,-7.85446 6.9711,-10.0559 8.18306,-2.63292 -1.8798,2.20805 1.0783,2.86649 z m -31.8666,17.67452 c 3.507,3.52275 -4.9954,7.10497 -0.8534,1.81513 4.9727,7.01092 -11.9392,14.3586 -11.1138,5.37746 2.6876,1.27495 4.3704,3.00375 0.9662,0.6104 1.9239,-3.14503 1.9743,3.17184 5.3539,-0.43859 5.9501,-1.39633 6.9175,-8.59996 3.2024,-12.01937 0.4987,11.42573 9.2898,-5.48482 2.7197,-8.79137 -3.0608,-3.40356 -7.8889,-0.0476 -8.2261,-3.75019 -2.8664,3.02539 3.5312,6.64058 0.8431,1.18108 -4.0129,-4.63685 7.4188,-7.77577 7.255,-1.44274 0.032,-2.46967 1.6374,0.97614 1.2311,-2.42923 4.7926,0.43517 -8.6372,-7.18232 -9.9285,-0.64903 2.598,5.05854 3.6792,-1.57263 5.9524,0.62016 6.3636,1.39252 -1.7727,5.00043 -0.3782,8.38699 -1.7019,-2.46179 -0.041,-8.06471 -1.9397,-2.48821 4.5115,5.97627 0.2378,-5.87627 0.5678,-2.77904 -0.9941,-4.88957 -6.8754,-0.49527 -1.0529,1.77374 7.2242,8.14558 -8.3085,2.46565 -2.6801,-1.49428 1.6752,2.58378 3.0208,-4.28995 -0.6366,-2.57005 -6.28,-3.29259 -0.1098,9.77232 -2.4615,7.5429 1.5111,2.32965 2.9114,4.73405 2.5084,3.79368 4.2931,-2.3589 3.1431,-0.24517 2.797,3.26918 1.9917,-3.20038 3.9278,-1.51431 1.4603,-0.9138 1.2572,-4.16261 -4.1311,-10.18437 -7.0742,-8.55573 -0.071,6.81978 13.4767,9.92557 8.8245,1.3084 -1.4155,-1.68394 -3.5373,3.8297 -4.7507,10e-4 4.6298,-0.57211 3.4732,3.45154 2.978,4.92254 4.8143,0.80985 -4.1239,17.1105 -4.8978,7.08937 2.3192,-2.91244 -1.434,-11.83212 -1.8934,-4.00263 -1.5829,2.71535 -1.5902,8.99346 1.7871,5.14832 2.9506,3.79902 -2.9246,-0.66843 -1.6321,3.41266 -2.9819,0.46682 -4.0234,-0.76028 -0.6197,-2.02059 -5.0529,-4.02285 6.0156,1.31856 -1.3298,1.15811 -1.8441,0.45042 -7.0202,-0.10344 -7.4485,0.46084 7.4443,-3.27317 -7.1774,4.61929 -1.3189,-1.62578 -4.0616,-1.16851 -6.2103,4.81035 -6.5208,7.294 -0.9275,6.68169 -5.4657,-4.59164 0.8868,-3.41166 2.2915,1.10511 5.7143,2.45728 5.5788,-1.53991 -2.9429,0.88355 -5.3746,6.69514 -0.4172,2.66881 2.6386,-0.7592 3.8589,3.33207 5.4795,-1.37788 2.3377,-3.12093 2.9487,0.90392 -1.3329,-0.7426 -6.8266,-1.71502 8.8826,-2.1984 0.1041,0.89148 -5.6838,0.36431 -0.4102,6.27671 -0.8281,4.22042 1.5272,-0.48181 7.7766,0.84485 3.5342,-3.59668 5.9473,4.08373 15.7492,-0.23798 12.2566,-7.72913 1.8637,-4.73023 1.1996,3.11691 3.048,1.42143 z m -32.563,14.82098 c 3.441,-3.76383 9.0771,5.73893 2.6268,1.56171 -1.4032,-4.63122 13.0175,2.83155 7.1923,7.26146 -1.2923,-1.89194 -0.1941,-1.64381 -1.6715,-0.44568 1.2168,-6.57191 -10.9547,-12.69184 -12.6249,-3.33485 1.6798,1.92214 7.9994,-7.98007 1.9878,-3.62698 -1.9297,1.68859 -9.2263,0.50871 -8.1231,-0.32962 0.1521,-7.88773 -2.6234,7.50956 -0.3598,0.11562 -2.6245,-7.06889 6.6184,-7.91152 8.9844,-5.64604 4.6052,-4.22995 -6.4709,-4.65132 -9.4441,-1.29445 -1.5391,3.62229 5.8307,2.67806 3.9987,0.92631 3.0728,-0.73454 8.954,0.35238 5.4483,4.49592 7.5384,3.30667 -3.1476,3.95866 -2.4106,-1.01861 0.8586,3.53247 -1.2918,-3.11541 -0.2788,1.51168 -0.371,5.05238 -2.4778,1.06496 -3.6807,-0.64309 3.7784,2.12685 -0.2665,-6.85857 -2.4887,-1.38527 1.3345,2.12691 3.0283,11.3889 -1.5493,6.89491 -4.3324,-4.00286 5.6204,-6.91633 1.8579,-8.02949 -0.8023,1.70364 -3.1333,-5.18347 -4.1033,1.21486 -0.7615,4.28485 -3.2932,9.54778 2.5932,11.51181 -2.1142,-5.94612 8.7529,5.77951 10.0866,-1.15057 -3.9575,1.04006 -3.8267,-2.6663 -1.3409,-0.46058 -6.8449,5.80542 -9.3532,-9.92469 -13.0404,-6.64054 -1.3941,5.54266 12.1156,13.03605 10.6246,5.13823 -0.85,-3.39996 -9.1075,-0.51076 -5.7445,-3.01568 2.1529,1.21354 3.3213,10.93493 4.7202,5.77755 1.8608,-3.61652 13.6305,-7.05077 8.0259,0.33977 0.2899,1.60708 -6.487,3.51124 -2.193,2.58215 -5.9449,6.0252 10.7297,-4.56432 2.1509,-0.37921 -3.4059,-2.68422 -0.1515,-1.11824 -0.9475,-2.33971 2.4977,0.0414 7.6658,4.11766 4.3029,2.68821 0.7215,2.06462 8.6394,-1.45374 5.1781,0.68833 -3.0209,-0.16484 0.8563,5.08345 -2.8795,1.02086 2.7323,-2.59013 5.7724,-0.91093 6.7789,-0.34636 3.8595,-0.56343 5.5134,2.26237 0.9448,1.0462 2.0554,-1.42379 8.7622,-0.55364 3.1759,1.05668 3.604,4.19505 8.9685,-6.56614 9.7416,-2.98359 -0.9916,4.85342 -11.2441,-5.08623 -8.2652,1.09226 3.5713,-0.0993 6.5742,-5.44841 1.1442,-2.56927 -2.876,-0.46473 -4.917,-3.90975 -6.9652,1.27136 -6.2718,-3.85816 9.3836,3.01107 -0.065,1.16842 -6.7206,-1.61846 10.8991,-1.85931 3.9605,-5.46662 -3.1517,-2.56089 3.3071,1.34343 -0.8366,-0.42289 -2.0511,-1.89138 -7.1277,-0.66804 -3.9516,2.48283 -4.7999,-4.54281 -10.4472,-9.87404 -16.754,-6.10372 -1.3602,-1.8179 9.0078,-3.7887 4.1939,-4.21431 z m 63.1274,14.05584 c 4.7362,0.31956 -0.4686,4.46882 -0.1157,0.02 2.876,0.57162 11.2269,6.29173 6.6578,6.64854 -1.0354,-3.49491 0.5231,2.16415 -2.121,-1.5326 -2.466,-5.79863 -12.2974,-8.29295 -13.343,-1.81241 -1.0255,2.67291 9.7307,-4.11201 7.7773,-3.74285 -5.7837,-2.09276 -15.0961,4.73574 -16.8871,6.46935 2.926,2.82827 -8.6214,1.97132 -1.1359,3.49923 6.8053,0.81274 -2.7399,-3.40878 -3.4118,-0.55421 -5.152,1.6961 -6.9542,-4.82606 -9.8523,-4.99427 -3.3575,5.72772 14.1364,9.07864 6.7503,2.3963 -1.8663,3.22521 -10.6005,-5.66979 -3.1548,-7.35307 1.1841,0.95586 -0.2061,5.57098 -0.019,1.46774 1.7346,0.1367 2.4481,5.6616 -0.015,0.86774 3.6057,-4.9181 13.8672,4.38522 6.2296,4.24336 -3.2959,-1.64452 6.4634,1.31852 1.1224,-1.26341 -6.4778,-2.16554 -4.0883,7.29799 0.8808,3.38484 3.0662,-1.95124 11.4087,0.68837 4.545,3.20631 -3.6635,1.68982 -6.4608,-6.63556 -7.91,-2.40702 2.9617,-0.76162 -3.1544,4.46635 1.8395,3.98713 5.0433,-1.67783 6.2998,4.37895 10.2372,-0.11636 -6.2515,1.01426 10.8991,-6.80949 3.2651,-5.47608 4.0788,-3.09903 -3.1147,5.12303 -6.0768,2.67612 -5.6211,0.50815 -4.3302,6.3133 0.6111,3.06823 3.5163,-1.42763 6.1635,-1.70249 4.5504,-2.15532 6.8801,-5.05659 -7.5127,-6.78751 -4.9994,-0.42479 -5.2745,-1.97675 4.8043,-1.098 6.3096,-0.27484 -4.3108,-7.10332 13.1535,-7.43677 6.9008,-0.90705 -4.3517,-3.29934 -1.5813,4.88382 -1.0047,1.37732 -8.454,-0.95945 4.5371,4.41975 0.4678,0.0352 3.6389,2.11758 6.7576,0.53935 6.3464,1.45405 2.259,0.89298 3.7074,-4.34683 4.9119,-0.72193 -3.802,0.34812 -1.5057,0.17494 -1.1906,2.61402 -7.6298,-2.78832 6.91065,-3.03152 2.3127,-3.60098 1.496,2.14753 8.34152,2.68938 3.01467,2.44485 2.12752,-2.91902 8.62853,1.77987 2.24271,1.91246 5.62366,3.41258 13.2883,-7.36758 13.83355,-0.56724 -3.45327,3.03179 -7.81154,1.46567 -9.17399,-3.14099 -7.22661,0.23806 0.85292,3.29776 2.71796,0.36321 -2.85998,-0.78999 -6.86579,-0.88691 -5.43955,-3.35832 -4.08322,-3.1456 -5.52715,3.42258 -6.42915,2.23171 -3.9999,-2.72876 8.98915,2.41647 2.09242,1.64487 -10.00912,-2.59976 10.74943,-0.33663 3.79429,-6.24553 -2.35061,-2.55382 2.97699,2.35814 -1.81098,0.42271 -2.21412,-3.04548 -9.30663,-1.05865 -4.17273,2.2537 -5.873,-3.18314 -14.7141,-4.71855 -19.4591,-7.11288 1.1237,-3.83534 8.846,2.77713 8.3117,-0.92687 z m 62.36147,-1.05489 c 5.56405,-0.22245 -3.00781,2.65995 2.21125,-0.25849 2.12662,-2.89032 8.95709,0.89415 3.96947,0.92432 2.80881,3.62918 -12.21939,-3.42421 -11.42794,1.40617 5.23307,1.28129 6.13471,-2.89091 1.06235,-4.14616 -4.51263,-4.53221 -15.67032,-2.99028 -16.54783,-0.1535 3.30376,-3.59228 5.71592,-0.83159 0.76106,0.68667 6.06291,-4.67624 1.08323,3.76261 0.13905,4.54643 2.48098,-2.22351 8.27042,-4.86716 2.74363,-3.88972 -0.61027,5.73083 -10.48559,9.64154 -10.84895,11.75509 1.41601,3.71344 13.22414,-6.15886 5.48015,-6.70885 -2.97524,3.47229 1.11248,1.6079 -3.2948,3.94015 -3.26391,6.72753 -11.92664,-4.7962 -3.16004,-1.45685 -4.07183,0.92713 0.41559,-3.39503 -1.30556,-0.12157 3.11017,-3.74269 4.14449,-0.086 0.29087,0.2132 -1.38004,-5.32499 6.98087,-12.88745 8.8732,-5.35631 -4.73708,3.0145 -1.40629,-0.53439 0.24721,-1.69939 -7.54464,-0.90766 -2.36169,10.41023 0.76966,3.99241 -3.60922,-7.21316 13.83352,-8.14214 6.36648,-3.02442 -1.44731,0.54597 -6.52969,4.21792 -4.10504,0.0517 -4.3758,1.0649 -3.72048,5.1711 -1.49233,4.16729 1.98297,4.37335 5.93108,-6.78544 9.41203,-1.08849 4.98279,2.82479 2.65652,0.71721 2.6172,-0.88828 4.10089,2.39525 -10.1491,-6.14485 -8.48561,1.3293 1.32073,-4.07779 7.05932,3.16905 2.98566,-1.16588 8.79114,5.57365 3.19183,-9.22743 0.45008,-4.67972 0.31533,3.47351 -4.63522,0.33231 0.32135,0.8939 2.50961,0.34407 -0.10737,8.39875 2.9656,3.93037 4.38515,-1.34859 17.69,3.83872 7.64611,6.45941 -2.93539,-1.54735 -11.38399,-1.61659 -4.50462,1.38503 4.2762,2.79121 11.33528,-0.25198 11.73772,-2.0169 2.85822,-3.39571 4.20215,-1.93795 4.97731,-4.30993 -2.67286,-2.97114 5.06155,-4.56847 0.48594,-0.94364 3.71527,0.22222 1.68551,2.23553 -0.60327,1.16527 1.24783,-2.72627 3.55259,-6.21297 2.23896,-4.43813 3.90633,-2.24559 8.08213,-1.74379 5.64861,1.51246 6.10788,3.39068 10.43088,-4.35227 13.03878,0.61447 -3.53576,0.8676 -3.42655,4.80319 -7.72437,1.07644 0.97366,-3.34708 -6.79061,-7.31833 -4.19026,-4.19633 4.00341,2.49299 5.35071,-0.7893 0.90854,-1.88409 -3.16079,-2.47373 3.57565,-1.91073 -2.80434,-3.3204 -4.99285,-1.03528 -5.5157,3.06442 -5.37167,5.78697 -5.46257,0.74785 8.94537,-5.07402 3.27739,-0.60925 -7.26176,2.56376 1.02443,-6.1692 4.87789,-3.59642 6.74851,-2.16784 -4.47676,-3.63625 -6.97295,-3.72804 1.53795,-5.26808 12.93617,3.47201 4.9332,0.78347 -4.82989,-2.16908 -13.33852,4.24732 -8.57346,6.68185 -2.56907,2.83973 -14.57255,5.03802 -11.94283,0.99525 0.60501,0.0651 4.07429,1.58769 1.91912,-0.61683 z m 29.91092,-13.60367 c -3.19528,-3.19293 3.67723,0.0341 -2.19289,-0.61143 -2.7567,-0.12337 -5.10429,-5.6527 -1.12108,-2.60472 -2.35726,-4.16488 5.01638,3.72768 5.91926,5.02028 6.8524,2.15681 -5.85266,-6.57058 -1.77505,0.71057 -2.20813,5.9082 9.67244,11.82737 8.56954,8.35437 4.18269,2.2413 0.0381,-1.63223 2.13788,0.36183 1.2053,-1.24488 3.75724,-1.18846 0.58785,-3.6944 3.13237,6.83937 -2.24002,4.4194 -5.83679,2.14943 -6.39921,1.27592 11.12225,9.34784 5.8836,1.46295 -3.95343,-5.0359 -10.83704,4.00368 -11.86408,-3.18232 1.88234,-1.72553 9.83166,-2.33337 2.9816,-0.40354 -7.50447,1.52883 5.97272,-5.95234 -0.0559,-0.80791 -3.35715,-2.00363 12.12875,-1.48891 4.33857,0.11254 -5.65114,3.32492 -6.4647,-2.99383 -0.59114,-2.97609 -6.20853,-2.83679 8.0023,-0.0938 9.25965,2.36974 0.98753,-3.57362 -12.86729,-0.54663 -6.164,3.76804 4.26607,-0.86681 -2.49703,-1.196 1.99034,-2.31115 0.0668,1.33262 -0.38133,6.35821 0.98934,2.42007 -4.5627,0.52626 -7.50641,-4.72801 -1.04336,-3.58518 4.76633,1.63054 0.71354,2.87821 -0.32184,4.96286 2.57873,-0.31363 0.67635,5.66709 4.10157,2.4787 5.18062,-3.13665 -0.82743,-7.9667 -1.1591,-8.53557 2.09689,-1.41245 -4.49827,-4.28981 -5.75032,-1.15621 -0.64219,-5.59925 -1.76603,-3.79521 -2.41556,-1.07996 -1.26874,-4.43573 4.32388,7.06656 8.54329,4.50175 5.37712,4.30516 -1.3031,-7.00224 -5.23831,-4.41785 -7.31719,-3.24891 -4.77128,8.40801 0.33272,5.70066 -4.16349,-3.40826 6.95216,-1.88889 -0.31835,-1.05685 -4.16559,-0.88541 1.65252,-5.25159 -3.00934,-5.01147 -3.09612,-3.00468 -7.81166,-14.56638 0.63173,-9.3008 0.87659,2.85669 6.7453,10.75447 4.51245,2.90503 -0.067,-4.56261 -9.13289,-9.62802 -10.14026,-7.09066 4.99096,1.2544 -8.60477,-0.83637 -5.15832,1.24935 -3.97614,-1.18408 2.46892,-0.79065 -2.18837,-0.43674 -2.43951,4.81855 -3.56994,2.53353 -1.51698,0.55424 2.91677,2.46632 -7.85362,1.17543 -2.6076,3.92078 -2.29071,-4.44892 -2.16921,-6.56028 -2.1499,-4.55284 -2.92958,-1.48309 -2.43429,-5.96414 0.70804,-2.64851 -0.11295,-8.21011 -16.94055,-2.64449 -9.79055,-8.94845 4.62508,-0.0617 6.11298,4.93174 3.73584,7.64469 5.03666,4.61374 2.84838,-1.36525 -1.27406,-1.87666 0.3654,2.28256 4.09347,5.11158 1.2315,6.26508 0.6116,4.58569 6.58326,2.10182 5.85647,3.1514 7.351,3.29376 -6.0382,-1.03445 -0.9714,-4.64356 1.63905,3.02383 4.34258,6.21162 -0.7227,2.99565 -2.48934,-2.86029 -7.80591,-3.82928 -5.14327,1.6406 -0.75737,-3.32602 3.89735,9.44505 9.09929,6.26955 1.75351,-0.42636 4.6085,-3.04348 0.8792,-2.2909 3.00468,-1.43446 -6.61084,-2.0112 0.46791,-1.60111 3.03102,-3.32006 13.83034,3.8891 9.22109,4.02175 -0.45143,-0.9358 -1.60284,-2.24372 -1.45824,-0.16703 z m -50.78365,-28.71512 c -4.4321,-0.58351 1.58607,-3.84761 -0.47608,-0.26466 -2.58237,-2.07487 -7.69287,-4.2035 -5.90844,-7.68677 0.4895,0.15816 3.65218,4.55508 0.75736,1.41935 5.1294,1.52553 7.70247,13.74139 14.78019,7.72306 -2.83956,-1.91083 0.51626,0.25371 1.38072,-2.90114 -1.69322,3.41948 -14.43434,-0.75972 -7.16573,4.12021 5.04123,1.71379 13.72763,-2.1995 14.54734,-6.54454 3.31937,-1.09419 5.02146,3.60033 1.41856,-1.02048 -5.92524,-2.54923 2.9913,3.26923 5.03888,3.33087 2.22367,2.35796 -1.93652,12.83999 2.99359,6.33526 2.83235,-4.79613 -5.92089,-11.9226 -3.77096,-3.97439 2.71326,3.42183 -1.15592,13.62017 -1.03826,12.81773 -5.88524,-1.35552 -0.007,-14.00444 -1.63165,-5.25546 -3.11539,4.87936 -1.10892,-9.01775 -0.44766,-0.67301 -0.34525,1.03011 1.26847,-7.89828 0.82658,-1.70685 -3.5075,2.07623 -6.53361,-10.95916 -0.88606,-5.65157 -4.50974,-3.53 2.17153,4.68202 3.38213,-1.19901 -0.75826,-3.57643 -13.53405,-1.23419 -8.23011,-6.12564 6.01888,-2.61541 4.86094,10.80536 9.378,3.31988 2.0799,-3.77439 -8.336,-4.19461 -6.06732,-5.42049 -2.93885,-4.48389 -7.22627,1.0585 -4.6649,0.5007 -1.99236,1.34124 -10.23118,5.35784 -4.24001,5.28779 -5.95595,3.3206 1.74908,-5.63599 5.16671,-3.06552 5.10672,1.83292 7.6192,-4.93474 1.07547,-3.30261 -5.23453,0.94384 -7.63984,2.01471 -7.23681,7.05553 4.33866,0.90994 7.00838,-1.83478 6.49494,-3.82685 4.12899,0.0733 -3.59979,2.90405 -4.35049,-0.37668 -5.71609,-0.43467 1.8591,5.15823 -4.90539,4.95886 -7.10841,1.16403 -4.42878,-10.11119 0.27186,-4.32835 -4.45073,-1.33105 -0.74272,-1.42716 1.59915,-2.00834 -0.29616,-2.09798 -8.14818,-4.08242 -4.13779,-1.56962 -3.38039,-0.32386 -8.07503,-2.58311 -5.23921,-1.22017 -1.59762,-1.77873 -8.4419,2.06255 -4.54251,-0.44074 1.68182,-3.85251 3.40731,1.84611 -0.72803,-0.38989 -4.5343,-2.93826 -1.78672,4.18517 -1.7269,-1.32735 0.29693,-2.43383 1.50943,-5.92911 0.68467,-1.53783 -1.53622,-4.02716 3.10834,-6.14294 2.50043,-1.05597 4.69921,-6.04797 -5.50278,-12.58269 -8.7967,-9.15687 -0.78263,3.24418 0.84486,16.90816 0.0315,7.40284 -3.91022,-7.61023 7.24613,-15.50458 7.47867,-5.02005 -5.72254,-0.0893 1.09539,8.49946 -1.01078,1.85654 -2.4686,-6.1638 -0.66331,3.72981 -4.66164,2.50579 -1.1858,2.63878 -0.0666,8.02738 2.57327,5.10081 0.18411,4.0451 2.60346,4.38786 -0.75049,0.57964 -1.20627,-6.60061 5.5543,-3.30824 1.67426,1.33425 -2.94943,-1.71758 -0.56112,-12.23957 -5.92728,-6.46335 -3.52571,1.49417 3.75734,-4.18915 0.0937,0.56977 -5.16112,3.72633 4.36347,15.15789 5.87944,10.04766 -4.51176,-6.91428 5.61186,3.53172 8.378,3.71547 2.3429,0.94912 11.66166,5.31796 5.56214,5.70524 -1.65253,-0.43053 -3.64203,-3.56251 -5.42635,-2.17305 z"
+ id="path26812-1-0-8-7"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(-9.8855592e-6,1.1444092e-7)"
+ d="m -709.8125,640.59375 c -5.60785,0 -10.15625,4.54838 -10.15625,10.15625 0,0.70182 0.0818,1.37491 0.21875,2.03125 -13.2993,0.65248 -24.79623,8.04291 -31.15625,18.875 -2.61171,-1.79693 -5.84559,-2.875 -9.25,-2.875 -1.36159,0 -2.68241,0.27343 -3.9375,0.59375 0.004,-0.17108 0,-0.3338 0,-0.5 0,-4.4966 -3.65961,-8.15625 -8.15625,-8.15625 -4.49659,0 -8.125,3.66008 -8.125,8.15625 0,3.84584 2.63049,7.1452 6.21875,8 -1.37575,2.37991 -2.1875,5.14851 -2.1875,8.09375 0,0.75643 0.11018,1.49636 0.21875,2.21875 -2.39823,-1.40895 -5.20644,-2.3125 -8.1875,-2.3125 -6.49724,0 -12.04498,3.84958 -14.625,9.375 -1.86037,-2.05635 -4.54299,-3.3125 -7.53125,-3.3125 -5.60781,0 -10.15625,4.54842 -10.15625,10.15625 0,5.60783 4.54844,10.15625 10.15625,10.15625 2.98889,0 5.67118,-1.28675 7.53125,-3.34375 2.58002,5.52542 8.12776,9.375 14.625,9.375 3.50214,0 6.72583,-1.202 9.375,-3.09375 2.88133,7.65615 10.15242,13.15625 18.8125,13.15625 5.71154,0 10.79114,-2.43961 14.46875,-6.25 6.54355,5.19563 14.78299,8.28125 23.78125,8.28125 11.81238,0 22.40085,-5.40512 29.4375,-13.8125 3.94244,3.5556 9.15185,5.75 14.875,5.75 6.23522,0 11.80521,-2.61237 15.84375,-6.75 2.33465,1.69019 5.21138,2.71875 8.3125,2.71875 4.35739,0 8.17995,-1.99921 10.78125,-5.09375 1.05646,1.84473 3.03507,3.09375 5.3125,3.09375 3.38486,0 6.15629,-2.73954 6.15625,-6.125 0,-3.38547 -2.7708,-6.15624 -6.15625,-6.15625 -0.66499,0 -1.30966,0.14581 -1.90625,0.34375 10e-6,-0.0845 0,-0.1674 0,-0.25 0,-7.8308 -6.35673,-14.1875 -14.1875,-14.1875 -1.40649,0 -2.80913,0.21158 -4.09375,0.59375 -2.85915,-5.95796 -8.34169,-10.42347 -14.90625,-12 0.59305,-1.42762 0.96875,-2.94762 0.96875,-4.59375 0,-6.71948 -5.468,-12.1875 -12.1875,-12.1875 -3.94004,0 -7.46095,1.843 -9.6875,4.75 -3.35493,-3.74044 -7.48232,-6.7739 -12.0625,-8.96875 1.0944,-1.62495 1.71875,-3.64951 1.71875,-5.75 0,-5.60787 -4.54836,-10.15625 -10.15625,-10.15625 z"
+ id="path25474-6-7-2-4-0-8"
+ style="fill:#ffffff;stroke:none;display:inline;filter:url(#filter25378-7-0-3-7-3-8-1-7);enable-background:new;opacity:1"
+ inkscape:original="M -709.8125 640.6875 C -715.36968 640.6875 -719.875 645.1928 -719.875 650.75 C -719.875 651.48789 -719.77601 652.18213 -719.625 652.875 C -732.96949 653.48684 -744.48661 660.90932 -750.84375 671.78125 C -753.45877 669.94774 -756.72227 668.875 -760.15625 668.875 C -761.54864 668.875 -762.89851 669.16732 -764.1875 669.5 C -764.1714 669.29164 -764.1875 669.08748 -764.1875 668.875 C -764.1875 664.42924 -767.80421 660.8125 -772.25 660.8125 C -776.69574 660.8125 -780.28125 664.42924 -780.28125 668.875 C -780.28125 672.72335 -777.6102 676.01641 -774 676.8125 C -775.40975 679.20584 -776.25 681.99193 -776.25 684.96875 C -776.25 685.78001 -776.11597 686.59583 -776 687.375 C -778.4253 685.91204 -781.2755 684.96875 -784.3125 684.96875 C -790.82181 684.96875 -796.36666 688.84522 -798.90625 694.40625 C -800.7516 692.31006 -803.45861 691.03125 -806.46875 691.03125 C -812.02589 691.03125 -816.53125 695.53659 -816.53125 701.09375 C -816.53125 706.65091 -812.02589 711.15625 -806.46875 711.15625 C -803.45861 711.15625 -800.7516 709.8462 -798.90625 707.75 C -796.36666 713.31103 -790.82181 717.1875 -784.3125 717.1875 C -780.78273 717.1875 -777.53008 715.99035 -774.875 714.0625 C -772.03064 721.73219 -764.78031 727.25 -756.125 727.25 C -750.40836 727.25 -745.32242 724.79896 -741.65625 720.96875 C -735.11758 726.18453 -726.88307 729.28125 -717.875 729.28125 C -706.05923 729.28125 -695.45675 723.86354 -688.4375 715.4375 C -684.50362 719.01319 -679.29332 721.21875 -673.5625 721.21875 C -667.32223 721.21875 -661.74565 718.59442 -657.71875 714.4375 C -655.38642 716.14691 -652.51738 717.1875 -649.40625 717.1875 C -645.02997 717.1875 -641.17953 715.16408 -638.59375 712.03125 C -637.57046 713.91416 -635.60483 715.1875 -633.3125 715.1875 C -629.97819 715.1875 -627.24996 712.49057 -627.25 709.15625 C -627.25 705.82192 -629.97819 703.09376 -633.3125 703.09375 C -634.00714 703.09375 -634.69114 703.25262 -635.3125 703.46875 C -635.3085 703.34363 -635.3125 703.21963 -635.3125 703.09375 C -635.3125 695.31367 -641.6262 689 -649.40625 689 C -650.83722 689 -652.26087 689.22794 -653.5625 689.625 C -656.41156 683.61963 -661.91925 679.11918 -668.53125 677.5625 C -667.91964 676.11733 -667.53125 674.57341 -667.53125 672.90625 C -667.53125 666.23762 -672.95635 660.8125 -679.625 660.8125 C -683.56734 660.8125 -687.10699 662.66935 -689.3125 665.59375 C -692.69393 661.80519 -696.86314 658.73751 -701.5 656.53125 C -700.37854 654.90783 -699.75 652.87099 -699.75 650.75 C -699.75 645.1928 -704.25528 640.6875 -709.8125 640.6875 z "
+ inkscape:radius="0.09375"
+ sodipodi:type="inkscape:offset" />
+ </g>
+ <path
+ style="opacity:0.43518521;color:#000000;fill:#dde6fd;fill-opacity:1;fill-rule:nonzero;stroke:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ d="m -771.9169,706.77026 c 3.71582,-2.53938 3.19407,4.69131 0.41872,0.39234 2.29842,-1.67307 11.14587,-0.0547 9.81345,-1.02553 -3.22567,0.63632 2.55424,2.44197 -1.5864,1.87668 -3.48595,0.0835 2.03067,-0.97705 -0.53296,1.36457 -1.92083,-0.15871 -9.4671,-3.91745 -12.90735,-1.54911 4.88708,1.30583 -6.66289,-0.95887 0.8415,1.40225 4.36868,0.69097 5.1547,-3.48193 0.5448,-3.13944 -2.88833,-0.80953 -10.28719,-5.15989 -10.55792,-4.50497 3.80274,1.04186 -4.64604,0.42558 0.98777,0.20896 2.17013,3.79286 -9.94804,2.77264 -3.32027,4.17471 2.88911,-1.10071 5.58561,-2.98719 0.78293,-1.64513 -0.78586,1.86451 -6.20511,3.15873 -8.01974,2.40129 -2.75786,-3.07672 -7.01283,-4.46817 -5.02383,-0.49272 -2.00935,1.01744 13.37699,5.95138 8.28071,-1.08801 -1.6788,-1.25477 -5.13744,2.17718 -1.42135,1.10413 -4.16781,-0.7338 -10.74914,-2.92135 -3.99883,-6.56506 2.2556,3.1459 -1.29426,1.44046 1.24925,1.21208 -2.20663,0.2611 3.24955,2.88091 -0.62567,1.3313 0.20991,-4.15127 8.54853,-4.927 9.48682,-0.324 -1.57003,3.74585 -8.43047,0.19601 -2.00508,0.77454 3.04873,-1.71938 -7.38055,-1.21131 -4.15538,2.92867 3.80619,2.71105 11.30421,-7.02561 11.101,1.29108 -1.18099,-2.15916 -6.09257,-2.36464 -5.52397,-0.77984 4.56322,-5.00935 -9.61862,2.04916 -2.24751,-0.11812 -2.44823,6.60889 3.1824,1.2326 4.99642,0.69961 0.40145,1.47554 3.47587,4.83197 1.78634,1.20565 1.6699,3.10203 11.07196,6.9207 4.31692,1.80901 1.96903,-0.48235 3.38378,3.008 -0.28756,0.28326 -2.00904,-1.85685 -7.28603,-7.55266 -7.99945,-1.84605 3.67018,-4.04101 7.27661,6.30386 6.6092,2.50955 6.85939,3.09357 -2.47545,-8.95197 -3.07738,-4.65945 -2.53575,-3.46105 4.4817,2.69783 2.96918,5.19712 2.87592,2.14851 -0.59512,-2.79157 3.59734,-0.94932 4.3979,-0.54333 13.72234,3.65324 4.95061,6.08643 -2.55319,0.0242 -6.02524,-2.27792 -5.33478,-0.25652 -2.4526,1.64693 4.88339,1.3031 3.67935,2.47423 3.43181,1.66535 8.56475,-3.7586 6.37426,-3.07576 2.52854,-0.95394 4.16478,-4.50828 4.03177,-3.30832 1.00782,-0.13652 -1.54776,1.55083 1.20148,-0.95614 1.74698,-3.27785 4.21897,2.35423 1.07911,-0.90796 0.50939,2.96452 -0.25592,2.39619 -0.63551,0.34674 1.74805,0.6152 4.90382,2.71871 1.87644,-0.0217 1.14232,3.31951 6.01762,7.29658 2.66589,3.98719 2.57968,1.10197 5.62969,4.61177 1.15873,3.08814 1.06075,3.41194 6.81159,4.06269 6.69112,1.7681 1.06296,1.17898 8.05166,0.69846 3.45145,0.37763 2.63637,2.28066 3.67896,3.46541 -0.71081,2.90913 -1.32794,2.80197 -5.39951,-3.59558 -4.35552,-5.41143 -3.36941,-2.90332 -6.11319,-0.84977 -0.85756,0.47311 7.27459,1.23516 -6.40633,-4.14568 -1.92489,-5.17804 -0.6982,-2.19364 -6.17705,-3.62976 -4.5519,0.12513 -0.87158,-3.72688 -3.04384,-3.50868 0.75561,-0.73484 3.74682,3.68339 0.0791,4.34681 -1.25853,0.26246 -3.3863,-4.40762 8.3492,5.65558 6.28568,-0.9609 -3.55752,-1.63602 -3.5457,-4.57446 -1.34593,-0.45102 -0.92549,-1.06742 -10.0879,-8.59017 -4.9227,-1.99118 -3.52895,-2.61284 -11.23757,2.61703 -16.29228,0.30476 -3.42559,-3.70478 6.60362,-0.0348 3.49721,-2.4293 z m 62.1705,9.71147 c 4.31064,-2.12515 2.07479,4.34885 0.0123,0.0528 4.85341,-0.29398 9.20424,-2.15612 10.98593,2.1571 -1.81477,-0.0544 -4.91843,-1.88803 -1.84901,-0.24778 -0.65849,2.80621 -2.63622,-2.61668 -5.51903,0.38299 -2.0483,-5.07104 -9.5395,-0.17244 -8.12713,-0.89729 -6.68483,1.2056 8.97677,1.64169 2.9652,-1.74477 -5.42107,-1.07705 -11.5871,-1.51681 -16.21483,-4.99433 3.15325,0.86439 -1.11097,-0.50555 2.27164,1.5545 0.36138,2.69962 -4.34486,-3.12705 -0.0983,0.42482 1.68483,4.30752 -8.9035,-1.11332 -2.04256,2.41388 4.74859,2.71058 3.57674,0.8118 0.63225,-1.18043 -4.42304,-0.0844 1.00091,0.0639 -3.24857,1.02219 -2.29534,1.39515 -4.2266,4.79697 -5.57722,2.87954 -6.38753,0.41045 -2.46559,6.13015 1.73163,1.98103 5.19582,-1.40749 4.00651,-7.41724 -0.52819,-3.07891 2.20183,2.01124 -0.0543,-2.48148 -2.11616,0.91622 -2.98858,7.12948 -10.10036,-7.72014 -2.05155,-2.23619 2.89521,0.41569 -5.44079,-0.75302 0.15128,-1.39675 2.74189,0.66387 -5.03497,2.26426 0.49997,0.49195 6.43888,-1.13685 -4.79651,3.86907 -0.15429,-0.61546 3.09074,-2.11177 -2.83961,-1.27863 1.7562,-2.14332 2.23951,-2.85029 7.00143,-4.65932 8.38372,0.022 -2.3537,1.50161 -6.91058,1.52609 -1.62694,-0.15469 3.04908,-0.086 3.96923,1.80832 1.06468,-0.87024 -5.05687,-1.2431 -6.71767,8.50494 -0.9905,3.44663 4.01686,-3.99179 12.65881,6.09604 4.8192,3.24374 -2.3546,-0.67633 -4.16871,-3.62256 -2.56834,-3.83513 -2.53914,-1.85171 -6.3883,4.7218 -2.48108,0.74119 -3.17153,5.92217 5.02076,1.11307 5.75854,6.12121 2.55811,1.93313 3.53041,1.23969 1.60096,-0.71615 2.524,0.68947 12.46963,3.89991 5.5161,0.33733 -0.41687,-2.63834 4.28697,1.92148 -0.24247,0.24073 -2.16068,-0.82932 -13.10102,-5.87954 -7.77328,-0.97795 3.91989,0.84392 6.95019,4.36303 5.56179,1.91561 10.04693,0.60658 -7.04924,-9.17351 -2.00884,-3.81607 -4.19884,1.20435 -3.41462,-2.43087 0.52422,0.17523 0.85628,1.87948 3.52744,7.05165 3.01233,2.47079 3.52,-0.79695 15.55583,-0.12577 9.24389,5.27826 -3.67638,0.16192 -3.57085,-1.27722 -6.96489,-0.9069 3.11185,0.41259 -2.75147,2.40266 1.53619,2.23229 2.71427,0.53203 8.25663,1.99344 9.1027,-0.98429 -3.82606,0.66948 7.60719,-3.23129 3.27043,-2.61204 3.84175,1.28296 -3.20792,0.74479 1.20684,0.38786 1.8168,-0.55903 1.53814,-5.62336 4.32586,-3.06571 -4.18112,0.47298 -2.89945,2.80255 -0.33666,2.95526 -6.53289,1.51899 0.25093,-3.83263 1.6096,-4.33996 -5.25381,1.7862 7.79127,-1.46538 1.7338,1.78353 0.0792,-3.96663 8.78373,-3.40278 2.60471,-0.26731 4.97099,1.00595 6.34134,-6.02503 10.94345,-7.91556 -4.55217,1.89908 4.20429,0.62846 -0.60605,2.74841 -1.31903,3.03221 -7.66394,4.19404 -5.43466,0.28607 -3.21224,0.15466 -6.33586,4.32097 -1.1652,1.12275 5.91607,-3.81346 -1.08581,-0.65327 -3.19784,-1.2763 2.8683,-4.77504 -6.45983,2.63325 -5.43394,3.31766 -4.72516,-0.46067 10.80788,-2.22705 2.54317,0.61624 -10.62064,1.05961 9.38871,-4.37702 3.78062,-7.49424 -1.95439,1.54511 -5.29605,0.007 -1.02739,-0.25304 0.60412,2.90427 -6.96122,0.24907 -8.48675,3.29542 -2.25147,0.7194 5.42403,2.47076 -0.14668,2.79194 -5.21637,-0.4451 -11.1283,3.36869 -15.38941,-0.31723 0.52474,-1.57369 7.54893,0.858 4.25859,-1.46917 z m 63.75023,-10.61914 c 4.16374,-1.46093 2.42268,4.53038 0.34697,0.38745 2.40236,-0.67135 10.34717,0.70186 9.32027,0.21266 -2.97028,1.13577 4.37258,3.96092 -1.0358,2.29229 -3.75477,-1.57693 3.35915,0.28748 -0.96249,1.1117 2.27475,-1.91014 -4.59937,-1.00085 -4.38351,-2.27993 -2.7836,-3.85371 -8.52103,1.28501 -6.63834,1.57154 -7.28172,5.71844 9.09342,-4.98139 0.53103,-2.41941 -3.73025,2.24422 -11.88836,3.58618 -13.37176,2.96695 4.78093,0.57623 1.04739,2.35317 -0.24195,0.77397 6.30591,1.24783 -1.62821,3.98282 -3.92449,2.8276 4.00969,1.82345 10.07431,1.80705 5.5995,-0.23255 -1.35249,-0.35146 -6.93077,1.15036 -2.44359,0.93866 -5.0786,1.66118 -9.81439,-1.41858 -12.63316,-3.21117 1.51678,1.13172 -1.37563,0.42213 1.53478,2.68631 -3.54524,-1.34592 10.77389,6.75167 7.08369,-0.48114 -1.0388,-1.60327 -6.06543,0.32394 -2.02305,0.43598 -3.35524,-2.60999 -6.86777,-0.0734 -8.89222,-4.96872 -1.58537,-4.01235 7.20666,3.17495 1.47877,-0.80957 3.45481,-1.28217 0.46503,1.73794 2.12461,0.47685 6.11357,2.24581 -2.7787,2.27693 -0.41727,-0.55346 3.94245,-0.0367 -2.22891,-1.98248 2.36215,-0.68184 4.00135,0.12386 1.32433,-3.11692 5.24932,-0.12092 3.47033,1.05804 5.92775,6.11049 0.11285,4.55039 -6.02535,-3.0504 8.90652,1.57075 2.25597,-1.06903 -3.72974,-3.85182 -8.44989,3.15209 -2.19758,3.87259 3.13249,-0.63891 11.03721,-4.94898 10.94716,0.47938 -3.43293,2.89627 -9.42317,-0.006 -7.0336,-1.48576 -2.64754,-0.89821 -7.59975,1.04556 -2.0738,1.02524 -5.09688,4.96936 7.08511,2.01609 4.72415,4.29795 2.49086,2.13661 6.01501,-0.93237 2.91163,-1.68588 2.27812,0.46339 12.17561,-5.45348 5.84573,-3.30485 1.3764,-3.91822 3.80499,0.29446 -0.73914,0.70821 -2.22911,0.68152 -12.88936,1.28579 -8.17067,4.06381 2.93718,-0.28719 7.82249,-1.17025 7.03557,-2.17629 6.57926,-3.31093 -2.51191,-6.59195 -4.20094,-2.90292 4.28176,1.93739 -5.53098,2.83843 0.51529,0.65371 3.33963,-1.93632 3.07661,5.37593 4.73772,1.62942 -0.75766,-5.36923 12.05052,-7.88138 9.75622,-1.92309 -3.19737,-1.30023 -9.50031,4.03338 -6.70243,4.69486 2.57488,-4.98738 5.13017,-0.68753 9.33693,-1.45897 -4.60364,-2.08398 2.10165,-0.55901 3.68299,-3.24583 -3.88524,0.82161 2.90468,1.56699 -1.85724,0.83518 3.98907,1.93634 2.4031,-6.06828 6.62709,-4.06057 -2.43778,0.39114 -4.71308,4.82506 -0.46121,3.03716 -4.84153,2.70897 -3.27174,-2.11419 0.36944,-2.72817 2.67055,-2.99905 -3.05407,1.03563 1.01488,-0.66391 2.1506,-2.28317 7.38202,-0.84237 2.76596,-1.4828 -4.81641,3.02855 3.82343,-2.84278 2.21579,2.09118 -5.6443,-1.67479 5.28712,5.09979 4.74418,0.43963 -1.39329,1.65003 7.20219,-5.9067 3.52468,-2.2252 2.97122,-0.71415 4.96697,-4.89443 2.70042,0.12437 -0.95611,0.89146 -2.50826,3.93668 0.0231,1.73964 -1.58718,4.21363 -10.35172,2.76 -7.96041,-1.82377 -2.486,-0.65017 -6.39034,-0.94231 -1.67661,0.98914 4.34119,1.05206 4.03583,-1.34592 0.066,-1.69161 -3.92892,-0.83604 -0.0937,-3.87819 -4.36193,-2.45929 -2.17819,0.99067 -1.61429,4.85144 -4.27568,3.87488 2.08586,-1.36632 8.65768,-2.48339 2.7557,-0.0441 -6.27082,2.08562 4.69566,-3.66512 5.53326,-4.84457 -1.08005,-0.92192 -5.84805,-1.07788 -1.02097,-1.07525 -2.89755,1.29102 -7.22389,0.89928 -10.20021,2.86081 8.64048,1.8674 -3.279,3.7684 -7.01423,2.16815 -3.01509,0.59455 -9.5313,0.87061 -3.35115,-1.61948 0.69188,0.26488 2.41467,-0.7048 0.43163,-1.08757 z"
+ id="path25474-6-7-4-3-4-2-8"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#ffffff;stroke:none;display:inline;enable-background:new"
+ d="m -748.42716,701.70245 c 2.27268,-4.3484 7.04246,4.62693 1.96831,2.66072 -2.47416,-4.59272 5.69518,-3.14678 8.34413,-3.06878 1.56501,0.23785 6.29883,0.21959 5.78878,-0.36524 -3.36998,1.34513 0.39721,3.60129 1.37172,4.50908 -0.92795,0.89506 -6.13553,-2.24387 -3.12502,-1.04033 -0.386,1.20541 -1.14135,3.61762 -0.93041,0.93707 -3.57965,-1.67953 -8.52848,1.80462 -11.12799,-2.34662 -2.59397,-1.12892 -8.71606,-2.90629 -9.48475,0.0854 0.8819,2.02155 -4.3262,-1.82114 -3.02898,1.41014 2.89865,1.16416 10.4571,2.32709 9.58787,-2.06044 -4.72024,-1.44859 -9.24877,-3.94166 -14.29021,-4.01798 -3.23946,1.97115 -10.92091,2.74375 -12.03153,1.94445 2.32513,-1.2918 -1.31285,-0.53489 0.77015,-0.12255 3.61139,-0.23746 2.58379,4.33309 -0.47615,2.79874 -2.23955,-2.87292 4.33629,-2.29443 2.78942,0.96058 -0.95683,4.11186 -6.59267,3.3415 -8.62759,1.91416 0.28955,3.95887 5.97608,1.08103 8.57506,2.21063 2.95377,0.17942 -2.51144,-3.74289 -4.01824,-2.09607 -4.09326,1.39031 -9.09343,2.70062 -13.06299,0.35461 -1.20867,-2.22996 -5.60175,-5.53703 -6.84251,-5.0052 0.85782,2.37596 0.0551,3.87748 2.79547,5.03868 2.84279,1.98029 6.53693,6.92449 10.17827,4.08958 2.91048,-3.03009 -1.39037,-8.20321 -4.97242,-6.44942 -1.60616,1.69528 0.91403,1.03484 -0.84768,-0.53655 -3.15994,-1.79844 -7.96084,0.0985 -9.21061,-4.4232 -1.82308,-1.96333 -3.26211,-5.34985 0.91929,-4.15854 2.39523,-0.33765 5.8687,4.69538 2.20941,1.9161 -3.2273,-3.7137 5.5202,-2.07631 1.59568,-0.35254 0.88106,-1.61266 7.36001,3.43446 1.74863,3.21173 -4.59954,-1.35435 -0.0809,-6.96107 3.27651,-5.47032 2.13456,1.14237 5.50221,0.94409 6.26488,0.054 2.64806,1.83098 8.36541,7.676 3.21375,9.56816 -1.6842,0.43479 -5.56898,-2.79707 -1.74144,-2.04412 1.40863,-0.0868 4.57203,1.84595 2.48927,-0.72137 -2.11369,-3.95422 -9.5258,-0.93791 -8.12373,3.46003 1.7685,4.46698 8.12622,4.01132 10.60697,0.42975 2.78082,-1.84622 7.18165,-1.51083 10.07708,0.16167 0.58279,4.16497 -6.08786,5.2764 -9.36267,4.78122 -1.99186,0.23074 -4.62481,-1.4768 -1.24182,-1.97132 3.43333,-1.98771 -3.3187,-3.40199 -4.86729,-1.8107 -1.85568,0.72389 -4.05963,-0.59492 -1.1784,0.69166 1.9781,2.332 -3.60139,4.92348 0.48626,6.8427 3.10187,1.91836 6.29677,-2.01104 8.63113,-1.43999 -1.22806,4.09377 6.46081,3.08603 6.33139,-0.22222 -1.88137,-3.81348 6.83848,-5.45327 9.00937,-2.21232 1.75012,2.58118 5.40682,-1.29198 1.37643,-1.18121 -2.6817,0.17579 -4.07878,-4.44225 -0.51685,-2.53822 2.56388,3.2036 -2.24678,1.32815 -3.65914,0.73219 -4.92372,-0.39696 -9.18373,2.8109 -13.83984,3.15687 -3.96731,1.96308 -0.59345,4.9724 2.46657,4.13027 3.92692,-0.33378 6.59942,-5.00906 10.75327,-3.80996 -3.22801,1.83386 -2.2661,-3.10191 0.58094,-1.40664 5.86999,-1.09083 -0.47703,-7.58962 -4.18506,-6.21698 -3.29281,-0.23065 -2.30668,2.74346 -2.00089,4.58726 -0.88386,2.20291 -6.66432,1.84149 -2.75992,-0.25868 2.66659,-2.31578 6.63617,-0.67058 6.75546,2.58155 2.25039,1.09633 2.74608,-0.85762 1.9476,-1.80103 3.26513,-2.80114 7.01588,1.23058 10.61719,0.7531 3.36733,-1.76231 8.04316,0.98568 7.9604,4.85025 -1.13892,5.37398 -7.35657,3.49602 -10.65202,1.45272 -3.12302,-1.17079 -4.7122,3.51311 -0.95453,3.44397 3.96978,0.69076 7.65043,3.69215 11.75807,1.31443 1.72138,-0.5729 3.97235,-1.40769 0.86369,-1.86135 -0.92152,-2.26062 4.41436,-0.8649 5.58111,-3.01893 0.67708,-0.29318 2.10024,-1.69813 1.06482,-1.0724 1.45354,0.27192 2.64967,2.38051 0.52792,1.37248 1.25489,-1.10805 5.2728,-1.5511 2.2727,-3.86104 -0.99239,-3.25899 7.8487,-3.11364 2.6274,-1.24184 -2.53349,2.18741 1.88256,4.17022 2.06583,4.21015 -3.60696,3.8267 -5.87089,-5.8728 -0.68242,-4.11032 1.89088,0.68947 4.9636,-3.46109 3.07672,-2.56109 1.87131,2.45886 8.19356,-1.40285 7.46649,-1.61732 -1.44484,1.28693 -3.79957,3.76899 -1.35803,0.69589 1.10155,-2.0131 7.2754,-2.61507 3.34057,0.13736 -1.84914,0.98837 -2.27977,4.50147 0.46664,2.16536 3.44268,-1.5322 6.5989,-5.6208 10.75331,-4.06385 0.71831,1.90832 6.61943,1.36619 4.37217,-0.26714 -4.27251,0.94225 5.45914,5.86786 -0.61008,4.8248 -2.59396,0.0559 0.0508,2.65535 -2.58456,1.11159 -3.71703,-1.62472 -6.11681,-5.41668 -6.87763,-9.29968 -2.05124,-2.05311 -7.85177,3.59339 -4.46889,3.1454 1.53528,-2.42397 6.5878,-1.94496 7.14342,-3.12396 -1.61947,-2.92517 -8.07093,1.57429 -7.9218,-0.35078 2.28224,-1.81724 -1.99797,-3.69877 -2.80689,-1.19221 -2.62097,0.90297 -6.44947,3.42528 -4.5322,6.6312 -1.11645,0.99645 -6.3891,-1.61693 -4.3373,0.91497 2.54687,-1.02396 8.91773,-5.30639 9.07955,-0.69007 -1.99884,1.49424 -7.13543,1.8682 -7.99338,1.0168 4.21721,-2.42997 7.54994,-6.20654 12.04178,-8.19007 1.35334,-2.22925 -0.4775,-5.79608 -2.60105,-2.64263 -2.69637,2.65565 -4.68295,-3.24858 -0.75978,-2.07495 3.09924,1.41751 0.17993,5.40139 -2.38816,3.11924 -3.99421,-0.72253 -8.49814,0.5523 -11.08734,3.78613 1.42432,0.15385 4.19757,2.48344 3.89485,2.8223 -3.38369,1.97404 -7.51735,0.59457 -11.20212,1.48863 -4.43611,0.0343 -8.63901,0.93697 -12.97791,1.03557 -3.84831,0.61018 -4.67336,-6.0067 -0.41302,-3.95161 1.04795,0.25651 3.68695,0.88314 2.87954,-1.17151 z"
+ id="path25474-6-7-4-4-7-5-1-0-0"
+ inkscape:connector-curvature="0" />
+ <path
+ style="opacity:0.55555558;fill:#eeeeec;stroke:none;display:inline;enable-background:new"
+ d="m -734.51521,708.32844 c 2.15763,-2.54422 5.58746,3.47708 1.52171,2.1074 -2.4354,-3.03815 2.55943,-2.26069 4.28644,-2.10536 2.10413,-0.0897 4.22127,-0.19919 6.33072,-0.41036 -2.52605,0.24801 -2.50142,1.8967 -0.0883,2.22971 2.02512,2.37202 -1.77215,0.18037 -3.14954,0.11174 3.22396,-0.97918 -1.57155,3.63381 1.0614,1.91774 -1.00793,-2.96837 -4.55939,-0.41125 -6.61813,-1.39279 -0.43993,-2.24121 -3.57414,-1.5144 -5.45504,-2.65741 -2.24655,-1.44038 -4.24602,1.60272 -2.59644,1.32001 -0.72102,-1.0264 -3.69743,-0.90137 -2.0938,0.32814 2.18426,0.17093 5.95624,2.44181 6.97315,-0.68171 -1.05438,-1.03641 -3.69184,-1.25715 -5.26784,-2.23305 -1.80369,-0.52544 -3.57127,-2.33357 -5.49368,-1.34469 -2.6421,1.03415 -5.74806,3.07576 -8.51242,1.21025 -2.2236,0.97085 3.24796,-0.24311 0.71453,-0.155 -1.42317,1.15113 4.81964,0.71445 1.9954,2.31505 -1.39634,1.32232 -3.86471,-1.26196 -1.30232,-1.24351 3.14934,1.44466 -0.12557,5.43852 -2.76136,4.07516 -1.38478,-0.084 -4.44667,-2.26343 -2.2264,-0.0523 2.10606,1.68661 4.9535,0.44224 7.28699,1.30447 1.15312,-0.15765 -1.43286,-1.17208 -0.0566,-1.1096 -1.25399,1.23978 -1.77287,-0.57692 -1.59449,-1.25897 -0.51483,0.93379 -4.95154,0.57994 -4.28507,1.35395 0.50317,-0.0648 -2.806,0.1362 -3.77665,-0.13047 -2.67197,-0.1532 -3.69898,-1.96029 -4.61046,-3.87884 -0.5393,-0.88374 -2.86832,-2.37522 -2.5201,-2.57676 1.25035,0.63795 -1.18197,1.22887 0.59428,1.38495 -1.36229,1.31656 1.26598,2.93963 2.17493,4.49916 1.36948,1.31744 2.92092,3.31735 4.82376,3.44194 2.53253,-1.13924 1.05992,-4.63416 -0.97172,-5.45859 -0.97309,-1.02832 -3.58732,0.6687 -1.81447,0.42318 -0.2748,-1.81938 -2.91589,-3.12678 -3.48293,-2.18192 -0.86348,-1.37867 -3.03684,-2.17479 -2.78492,-3.85127 -1.43651,-0.31595 -3.48494,-2.09063 -0.63692,-2.05499 1.33159,-0.78188 4.32925,1.69842 3.81204,2.06273 -1.29002,-0.53611 -3.05535,-2.26232 -0.4151,-1.82614 2.66812,0.60847 -0.89687,1.29916 -0.18776,0.82978 1.39611,0.29381 4.09353,3.15983 1.11412,2.44416 -2.09809,-1.13885 -0.0805,-3.59331 0.6878,-2.85383 -0.79888,-2.70893 4.84454,2.65728 3.61706,-1.2612 1.38032,2.7467 5.46388,3.28987 6.05076,6.51185 -0.17953,3.16524 -4.4185,1.2383 -5.57201,-0.31496 1.44663,0.0653 5.15163,1.82994 5.43623,1.44452 -1.51212,-1.34783 -3.07763,-3.80534 -5.59191,-2.60855 -2.90908,0.98139 -1.4642,4.57437 0.60125,5.62166 2.66127,1.41517 5.42462,-0.69656 7.63631,-2.03913 1.44397,1.06382 6.80239,-1.35159 5.37772,1.77827 -1.75871,2.55825 -5.48646,3.32451 -8.30936,2.33245 -2.77791,-1.57781 2.2309,0.0447 0.89913,-2.18726 -1.46498,-2.02709 -3.91888,-0.0898 -5.93486,-0.68258 3.10263,0.24074 1.58919,2.62882 0.65174,4.22689 1.02043,4.30203 5.13062,0.27484 7.61753,0.37878 0.82137,-0.006 -1.20241,1.348 0.46072,1.77828 2.14369,1.52381 3.01987,-1.19419 4.56376,-2.191 -3.68655,0.61832 0.35659,-3.16222 2.17207,-3.09172 2.62001,-1.53449 3.47931,3.89063 5.35654,1.76823 -0.01,-1.68261 -4.85128,-1.34418 -2.96413,-3.38591 1.89896,0.0696 2.46664,3.11109 0.17473,1.25258 -2.27567,-1.82372 -4.4113,-0.25948 -6.35357,1.12108 -2.2022,1.20448 -4.8174,1.51513 -6.97337,2.73922 0.86161,2.32774 5.5783,1.62481 7.33203,-0.0212 0.78184,-0.84899 3.91655,-3.37247 3.79662,-2.19191 -3.41815,-0.35546 2.34329,-1.65597 2.66082,-1.74065 -0.30652,-2.68032 -3.89396,-3.77269 -6.10746,-2.76865 -2.47028,1.25805 1.49655,2.56567 -0.71983,3.7129 -1.06864,1.19798 -3.9445,1.27802 -1.57114,-0.38483 1.51483,-1.15048 5.11023,-2.6599 4.74363,0.35611 1.19877,0.87782 3.59062,0.27942 1.34257,-1.00123 0.96123,-2.46103 4.27881,2.24237 6.48246,1.00456 2.37442,0.32849 5.60225,0.74811 6.50553,3.35394 0.6888,2.94418 -3.10525,4.77881 -5.1544,2.60151 -1.21523,-1.19006 -5.94166,-2.99379 -4.7112,0.23092 1.57777,1.15843 3.93515,0.91845 5.2389,2.91447 2.17353,0.83366 5.00652,-0.0375 7.05311,-0.99603 -0.69006,-0.009 -3.52831,-0.85719 -1.56067,-1.39078 2.58311,0.68029 3.22857,-1.21333 5.32796,-2.19834 -0.30539,-0.55581 -1.57784,0.38003 0.0571,0.41555 2.72686,0.24845 -1.38419,1.79208 -0.65504,0.17969 1.43404,-0.007 4.15129,-0.68014 2.04104,-2.32378 -0.46912,-1.7371 4.1907,-3.34129 3.66723,-1.94617 -1.96372,0.31019 -3.93702,2.97447 -0.83707,3.27021 2.66712,0.26478 -2.00005,2.38229 -2.06257,-0.0413 -0.99398,-3.5238 4.33502,-1.66537 4.95036,-4.69222 -0.31373,-1.49977 -2.47183,0.59198 -0.30498,0.62468 1.95002,-0.0253 5.07226,-2.09867 5.23461,-3.23295 -1.41644,0.52582 -1.6391,3.74596 -3.14092,3.26154 1.18477,-1.0725 4.06645,-4.84007 5.0027,-3.25205 -1.01834,0.5012 -4.07175,4.57174 -1.38067,3.22107 1.28615,-1.50784 2.93874,-4.3732 5.29098,-2.99274 -1.67918,-3.05372 2.8203,0.115 4.03538,0.50302 1.51784,1.28876 3.56823,-1.27899 0.83006,-0.84303 -3.31131,0.4083 4.45223,3.88076 0.839,3.50865 -2.12388,0.40245 -4.72986,0.2935 -5.38984,-2.36788 -1.27702,-1.20545 -1.96424,-3.31695 -2.25987,-4.42028 -1.42113,-0.24298 -4.23416,2.90244 -3.11603,3.45266 1.30505,-1.62286 2.76848,-3.3877 5.21761,-2.79233 -1.64701,-2.83582 -4.54615,0.0964 -5.70481,0.66831 -1.11577,-0.72482 2.02566,-1.26067 0.78703,-2.33907 -1.91739,1.21834 -4.59502,2.26267 -5.94086,3.81925 1.76758,1.67552 0.67427,3.71491 -1.54205,2.24092 -2.15287,-0.85448 -1.64006,2.60159 0.0561,0.74294 1.51007,-0.99674 5.1725,-4.00189 5.68205,-1.26531 -1.20805,1.61613 -5.24749,2.0948 -6.00988,2.04378 2.98785,-2.02015 5.05985,-5.21688 8.25028,-6.92058 0.72474,-1.29309 0.64874,-4.53064 -1.22303,-2.35084 -0.54482,1.57168 -4.05063,1.82543 -2.5864,-0.1174 2.57217,-2.30376 3.65608,2.78392 0.41008,2.1399 -3.24911,-1.53354 -5.74441,1.49523 -8.30787,2.95993 -0.45047,0.18837 2.54728,0.0284 2.01486,1.37949 1.20585,-0.48348 2.56101,0.11188 0.67663,0.71709 -2.46496,1.40471 -5.29737,0.50047 -7.89244,1.38112 -2.41249,0.81062 -4.30959,-0.99857 -6.41762,0.42104 -1.88848,0.54231 -6.66476,-1.69848 -4.05588,-3.33975 0.77902,-0.13099 4.88284,2.05133 3.53463,-0.2873 z"
+ id="path25474-6-7-4-4-7-8-1-4-2-2"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#eeeeec;stroke:none;display:inline;enable-background:new"
+ d="m -694.03548,705.84249 c 1.40278,-1.74407 6.32896,0.51081 2.29397,1.2093 -1.95855,0.19971 -3.05058,-1.9746 -0.35077,-1.61816 3.55811,-0.88389 7.32047,-1.33711 10.77692,-2.24133 -0.58791,-0.79115 -4.66111,2.07775 -1.57097,1.4942 1.36189,-0.84724 0.7604,2.15322 2.08013,0.62489 -1.41197,0.45431 -4.59075,-0.0686 -4.69789,0.27484 1.1525,-0.42553 3.03163,-0.74731 1.28074,0.48993 -2.09692,1.38239 0.46358,1.43314 0.20163,0.44202 -1.14991,-2.49586 -4.60822,1.5313 -6.80284,0.47894 -1.17942,-0.55628 0.77658,-1.48815 -1.22698,-1.00964 -2.75859,0.70642 -6.03189,-0.39132 -8.43572,1.36535 -0.008,0.84586 4.04609,1.15191 1.12658,0.85109 -1.68454,-2.06238 -4.66845,1.9178 -1.44213,0.74242 2.15094,-0.76575 4.9713,0.15384 6.80903,-1.9462 1.68512,-2.03585 -2.84348,-0.58554 -3.91578,-0.9355 -2.54101,0.74936 -4.7398,-1.32117 -7.24325,-0.3678 -0.76341,0.59061 -2.45214,-0.79496 -1.53037,-0.22112 -2.54711,0.98049 -4.90756,-0.76573 -7.43533,-0.94053 -0.91079,-0.17722 -2.54552,-2.08601 -2.13926,-0.64267 1.24275,0.97979 3.41328,-0.34113 0.94178,-0.39281 -1.22681,1.2759 5.31349,1.27588 2.31526,2.28636 -1.24003,0.58219 -4.79766,-2.17475 -1.71081,-1.23156 3.51323,0.0115 1.27683,4.5183 -1.35183,2.41563 -1.2423,-0.33105 -4.0451,-2.44047 -4.16923,-1.77995 2.00508,2.1196 4.80684,2.52048 7.45288,2.85449 0.33488,0.66625 -1.38874,0.44332 0.2069,0.79723 1.32421,0.47413 2.63359,0.53574 0.53518,-0.0356 -1.80968,-1.23837 2.13448,-0.14088 -0.19981,-0.6347 -1.68406,0.12654 -1.57333,-1.97773 -0.99759,-1.07267 -1.3913,0.27639 -5.26806,-1.7106 -5.1416,-0.45509 1.50984,0.67576 2.17684,0.0686 0.29241,-0.21355 -1.84598,-0.60879 -1.85457,0.56859 -3.4629,-0.75012 -1.71526,-1.72632 -3.69325,2.27649 -3.95852,1.20688 2.54138,-2.34037 -2.31366,0.85355 -3.29571,0.88346 -1.10825,0.77263 -3.95545,0.20534 -1.25387,0.1614 0.70263,0.9307 -2.5398,2.08768 -0.26327,1.32506 1.89561,-0.47333 1.19622,0.86481 0.21851,1.01853 2.56213,-0.57698 4.36484,-2.77504 6.94715,-3.18678 1.47238,0.0232 4.32764,1.66314 3.28095,-1.15255 -0.8789,-2.13279 -5.68919,-2.44406 -5.03701,0.26911 1.51472,-0.29227 2.24689,-2.23773 0.18648,-0.91713 -1.52451,0.35706 -4.25817,1.76398 -2.95645,2.6698 -1.38242,1.16386 -5.89404,1.62 -4.42607,-1.32635 -0.93301,-0.68096 -5.25407,-1.54242 -1.95873,-2.01485 2.35146,-1.22031 3.76535,1.70575 5.84355,0.21418 -1.12791,1.22688 -6.10591,0.59435 -2.74205,-0.83542 1.13255,-0.94015 4.36046,0.34132 1.37046,0.54846 -1.77209,-0.17391 -2.48931,1.59475 -0.34509,0.56619 0.8242,-0.77636 5.09037,-3.03073 3.55454,-0.52565 -1.17865,1.60744 -6.20667,1.46767 -2.95532,-0.79017 1.20138,-0.38732 2.82706,-1.65635 0.47317,-1.14868 0.56351,-1.8541 6.78383,-1.07294 4.53921,-3.76943 2.88621,0.29673 4.4788,3.07103 7.16712,3.89114 1.92236,0.77784 1.70613,3.04746 -0.57533,1.89628 -1.65458,0.0899 -5.45276,-2.06288 -4.94617,-2.34541 1.85102,1.27311 6.52939,2.0772 7.0323,2.89375 -0.76456,-0.0926 -3.36705,-1.56142 -1.27908,-1.23512 -1.98487,-1.18864 -6.4923,-3.67349 -7.20566,-0.44565 1.57881,0.35883 -0.69695,1.57329 1.36135,1.07249 2.37068,1.56523 5.09533,2.9655 7.94961,1.42336 1.25529,-0.46398 -1.11862,-0.49116 1.12706,-0.0978 0.76699,0.18345 -1.2819,0.0716 0.5063,0.63824 0.92109,0.47608 2.71432,0.46909 2.06397,0.60757 1.15757,0.68434 6.12159,1.03437 2.989,2.64551 -3.48602,0.6506 -6.94699,-1.06578 -9.87965,-2.73225 0.9862,0.52665 4.80103,1.0046 2.4481,-0.60894 -2.17326,-0.4344 -6.30899,-1.67107 -6.56637,-1.37819 1.79668,0.13215 4.42054,1.68185 2.05764,2.18045 -1.13939,2.23483 4.27651,3.57786 4.6325,2.29576 0.90237,0.1655 4.36907,1.25049 1.50822,0.97464 0.48419,1.02882 4.01145,2.60788 3.187,2.32736 -0.54556,-0.64739 5.79544,0.23063 1.84001,-0.71331 -2.82744,-0.98995 0.77751,-1.75102 1.89485,-0.73836 2.84456,-0.13772 6.26452,1.18614 8.66776,0.11395 -0.36384,-1.70454 -5.69691,0.37837 -4.63437,-1.64953 1.46547,-1.02182 5.51274,0.78359 2.03512,0.96357 -3.88705,0.22135 -7.63245,-1.1385 -11.48155,-1.42445 -1.43982,-0.72168 -5.79092,-0.45751 -2.51625,1.14887 3.47718,1.93986 7.78349,0.79743 11.27967,2.5019 -1.23379,0.42074 -4.9987,-1.3665 -1.94433,-1.1476 1.77959,0.73554 6.49594,-1.0513 2.74966,-2.43184 -1.73801,-0.9605 -6.85634,-2.89825 -7.19149,-1.72118 1.93219,0.58229 1.73179,2.19254 -0.30594,1.75926 -1.13802,0.26934 -3.82403,-0.42978 -1.21273,-0.8895 1.53725,-0.0836 5.86516,0.55491 5.16464,1.77313 -1.85578,2.25359 6.51179,2.90858 2.12485,1.12076 -0.77198,-2.71183 3.81882,-0.24791 5.31884,-1.41835 2.8642,-0.30242 7.20821,-2.28698 9.19843,0.65008 -0.56408,2.9213 -4.52618,4.0301 -7.11376,2.72198 -0.74615,-0.13438 -2.3257,1.35338 -3.8338,0.79896 1.54566,0.26067 -2.47575,1.71523 0.0903,2.01882 1.29945,-0.19177 4.08514,-1.40106 4.59405,-0.72144 -1.64903,1.03197 2.91091,0.88855 3.58261,-0.27931 1.59531,-0.68108 4.09073,-0.8738 5.1529,-2.19819 -1.03906,0.65811 -4.6273,0.46926 -1.72217,-0.54531 1.3117,-0.63886 3.22034,0.3148 2.50781,-1.07868 0.622,-0.65535 4.94959,-1.80641 2.20791,-1.79029 -2.31202,1.83394 4.0697,-0.66726 1.02447,0.96705 -1.16433,1.03468 -2.75429,-0.50429 -0.55562,-0.31299 1.58583,0.0272 2.98042,-1.07231 1.47293,-1.93542 0.43821,-1.90762 4.12088,-2.69868 4.75692,-2.5061 -1.26427,0.31002 -5.72411,2.87154 -2.68687,3.15216 1.07509,-0.67017 2.76196,-1.19526 0.98965,0.23603 -1.79735,2.10201 -4.58513,-1.63394 -1.22554,-1.7458 1.01507,-0.97489 4.45637,-1.39847 3.75719,-3.08364 -2.6269,0.39233 -1.31255,2.14952 0.50288,0.76717 1.47255,-0.75184 5.07494,-2.59293 5.01913,-3.09312 -1.82925,-0.0525 -3.28973,4.60326 -4.09744,3.19048 1.63813,-1.16793 4.85677,-5.32443 6.31095,-1.96408 -1.30802,-1.9225 -4.71544,1.56667 -3.15471,1.66431 2.49403,-2.83428 4.12628,1.33566 6.85187,0.91075 0.73017,-0.7129 -2.32675,-1.62858 -0.082,-1.06299 1.57288,0.28874 -2.07084,-0.67544 0.40664,-0.24681 2.19916,0.12126 5.47542,1.91356 7.05305,0.68057 -0.81271,-1.55478 -4.61837,0.56854 -1.525,0.67233 0.50509,1.51992 4.27742,1.43577 0.92034,1.60967 -1.32849,-0.0617 -4.05358,-0.58914 -2.03301,0.79172 -2.49251,0.0796 -3.85195,-2.0443 -5.37794,-3.1554 -0.9865,-0.54713 -1.63722,-0.7403 -0.28475,-0.12527 -2.19425,-0.73625 2.0622,-1.74702 -0.54987,-2.35897 -1.24769,-0.99993 -4.94624,-2.08716 -5.3654,-0.013 2.36579,-1.86119 6.91642,2.37267 7.73836,0.83703 -2.42717,-1.17927 -4.82112,-2.71082 -7.5549,-2.86209 0.35214,-1.34663 1.14455,-0.41689 0.15668,-0.26893 2.35798,0.28572 1.71366,-2.66999 -0.20928,-1.19551 -1.24533,1.6942 -3.78883,2.1607 -5.00132,3.97436 1.80869,-0.95281 0.42816,0.33629 0.95255,0.3372 1.42694,0.98169 -1.85662,1.72814 -2.26027,0.85544 -1.63947,0.37278 -1.9199,2.31311 -0.13888,0.87108 2.03675,-1.17337 4.23556,-3.27847 6.72126,-2.83253 -1.59728,2.32529 -6.44236,2.99068 -7.61789,3.7772 2.8629,-0.84513 3.94953,-4.1333 6.79692,-5.01532 -0.63114,-1.75955 3.94214,-1.20963 3.18586,-1.31008 -1.76184,-1.43053 0.71937,-1.3008 0.44967,-1.52886 -1.68386,-2.90731 -4.4819,2.18896 -5.42463,0.32845 0.61453,-1.60268 4.88865,-1.90707 3.69787,-0.28463 -2.26772,0.71275 -4.94073,1.86765 -6.97863,1.87157 -0.55326,1.61654 -4.9471,2.80803 -4.12727,3.31698 0.9249,-0.29728 3.59237,-0.85621 1.53734,0.49967 1.26694,-0.38144 4.33189,-1.44882 1.54202,-0.0534 -2.95774,1.78485 -6.59572,1.71122 -9.51866,3.20894 -3.31798,-0.51184 -5.88833,2.34891 -9.41506,1.46801 -1.98835,0.17001 -2.83005,-1.04988 -0.58615,-1.59303 1.33667,-0.50953 4.87288,-0.16324 4.90382,-0.79629 -0.0691,-0.0378 -1.62108,-0.18698 -0.71853,-0.50484 z"
+ id="path25474-6-7-4-4-8-9-9-9"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#ffffff;stroke:none;display:inline;filter:url(#filter27205-7-2-3-3-6-3);enable-background:new"
+ d="m -698.7238,703.58741 c 1.26721,-2.70001 2.06513,2.71841 1.87184,-0.23428 1.21805,-2.21092 9.87332,-1.76614 5.1055,0.2061 -4.00827,1.0369 -8.92095,-0.91793 -12.23102,2.08894 2.24306,2.81461 5.71711,-3.37807 0.7984,-1.93605 -3.55027,-0.0241 -10.31258,-0.13889 -11.6034,-1.91274 0.99706,2.2235 -1.64051,-0.004 0.81301,1.35855 0.55665,3.39217 -6.0526,-0.53722 -1.91476,1.53568 4.24041,0.50441 -4.79454,-2.7656 -6.40643,-1.65088 -2.40753,-0.74148 -6.70062,4.33616 -2.35158,2.13096 1.32991,-0.85729 7.43707,-1.75119 3.1354,-3.30358 -2.60693,0.53606 -6.59548,6.36604 -8.56114,1.20204 0.81349,-1.99601 2.39767,-0.10049 3.38016,-1.01664 3.43915,-0.91022 0.15141,1.53844 0.58433,-1.11386 1.37614,-4.06157 8.65506,-3.25763 8.70788,0.99445 -2.48734,-0.407 -1.63387,-0.34421 0.2625,-0.25329 -2.03257,-4.90097 -6.6909,1.36722 -1.70107,1.76913 2.20934,0.24492 10.28494,0.064 6.7787,3.49773 -2.8581,1.09911 -6.30903,-7.16519 -7.31665,-2.54366 2.10907,2.29012 6.20503,3.65441 8.616,4.29511 0.76136,-2.18323 8.81004,1.19516 5.85846,-1.33022 -2.84411,2.01741 -8.15309,-3.50713 -9.51543,-0.009 1.90763,1.59886 10.52612,2.44543 7.81357,-1.24747 -1.95468,-1.6117 -4.42598,-1.07226 -5.48057,0.036 2.16134,-1.19336 5.20414,4.43944 8.52581,1.271 2.33492,-2.12872 9.60255,-1.41524 6.1254,2.44102 -1.55041,-0.312 -8.41149,0.90972 -3.76935,1.79948 5.27076,0.55508 8.41202,-3.69872 12.05136,-6.68926 1.5767,-3.56931 2.1173,2.23815 0.28332,-0.0419 2.56885,-1.24145 6.8202,-7.02735 8.747,-3.95343 1.88531,1.3855 10.32831,0.0265 7.48573,3.35102 -4.12547,0.97795 -4.54564,-6.14488 -7.12663,-4.90766 6.06666,2.46183 -4.19645,-5.39957 -4.33176,0.32821 -2.97181,3.37377 -1.17072,0.67871 0.8908,0.86448 -2.93433,3.19475 -1.37625,-1.57603 1.10454,-2.03659 2.97086,-1.63156 0.32265,-3.74884 -0.42931,-1.4923 -5.31785,0.71226 -4.80009,6.44801 -10.08595,6.77238 -2.4824,-0.10897 -8.5338,4.60946 -8.49916,0.6466 0.37723,-0.57732 3.91059,0.52154 2.3845,-0.91601 z"
+ id="path25474-6-7-4-4-2-4-0-0-2"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path25474-6-7-4-4-8-9-9-9-1"
+ d="m -711.67926,678.02855 c -0.7652,1.22721 -3.4524,-0.35943 -1.2513,-0.85092 1.0683,-0.14052 1.664,1.38942 0.1913,1.13861 -1.9409,0.62195 -3.9932,0.94084 -5.8786,1.57709 0.3207,0.5567 2.5425,-1.46198 0.8569,-1.05137 -0.7429,0.59615 -0.4148,-1.51511 -1.1347,-0.4397 0.7702,-0.31967 2.5042,0.0482 2.5627,-0.19339 -0.6287,0.29942 -1.6538,0.52583 -0.6987,-0.34473 1.1439,-0.97272 -0.2529,-1.00842 -0.11,-0.31103 0.6273,1.75619 2.5138,-1.0775 3.7109,-0.33701 0.6434,0.39143 -0.4236,1.04713 0.6693,0.71043 1.5048,-0.49706 3.2903,0.27535 4.6016,-0.96072 0,-0.59519 -2.2071,-0.81053 -0.6146,-0.59886 0.9189,1.45117 2.5466,-1.34946 0.7867,-0.5224 -1.1733,0.53882 -2.7118,-0.10823 -3.7142,1.36943 -0.9192,1.43251 1.551,0.41201 2.136,0.65826 1.3861,-0.52729 2.5855,0.92963 3.9511,0.2588 0.4164,-0.41558 1.3376,0.55936 0.8348,0.15559 1.3894,-0.68992 2.677,0.53879 4.0558,0.66179 0.4969,0.12473 1.3886,1.46781 1.167,0.45221 -0.6779,-0.68942 -1.8619,0.24003 -0.5137,0.27641 0.6692,-0.89779 -2.8985,-0.89777 -1.263,-1.60879 0.6764,-0.40965 2.6171,1.53024 0.9332,0.86658 -1.9164,-0.008 -0.6965,-3.17927 0.7374,-1.69974 0.6777,0.23293 2.2066,1.71722 2.2743,1.25245 -1.0937,-1.49144 -2.6221,-1.77352 -4.0654,-2.00855 -0.1827,-0.4688 0.7575,-0.31193 -0.1129,-0.56097 -0.7223,-0.33361 -1.4366,-0.37695 -0.2919,0.025 0.9871,0.87137 -1.1644,0.0992 0.109,0.4466 0.9186,-0.089 0.8582,1.39162 0.5441,0.75478 0.759,-0.19448 2.8737,1.20365 2.8047,0.32023 -0.8236,-0.4755 -1.1874,-0.0482 -0.1595,0.15026 1.007,0.42836 1.0116,-0.40009 1.889,0.52782 0.9356,1.2147 2.0146,-1.60185 2.1593,-0.84922 -1.3863,1.64678 1.2621,-0.60059 1.7978,-0.62165 0.6045,-0.54365 2.1576,-0.14448 0.6839,-0.11351 -0.3833,-0.65487 1.3854,-1.46898 0.1436,-0.93236 -1.034,0.33304 -0.6525,-0.60852 -0.1192,-0.71669 -1.3976,0.40599 -2.3809,1.95264 -3.7895,2.24236 -0.8032,-0.0163 -2.3607,-1.17026 -1.7898,0.81098 0.4795,1.50072 3.1034,1.71975 2.7477,-0.18935 -0.8263,0.20565 -1.2257,1.57456 -0.1018,0.64533 0.8316,-0.25124 2.3228,-1.24122 1.6127,-1.87859 0.7541,-0.81894 3.2152,-1.1399 2.4144,0.93327 0.509,0.47916 2.866,1.08531 1.0685,1.41774 -1.2827,0.85866 -2.054,-1.20024 -3.1876,-0.1507 0.6153,-0.86329 3.3307,-0.41821 1.4957,0.58784 -0.6177,0.66153 -2.3785,-0.24018 -0.7475,-0.38593 0.9666,0.12242 1.3579,-1.12214 0.1882,-0.39839 -0.4496,0.54627 -2.7767,2.13254 -1.9389,0.36987 0.6429,-1.13106 3.3856,-1.03272 1.6121,0.55599 -0.6554,0.27254 -1.5422,1.16548 -0.2582,0.80826 -0.3073,1.30463 -3.7004,0.75497 -2.476,2.65234 -1.5744,-0.20879 -2.4432,-2.16091 -3.9096,-2.73798 -1.0486,-0.54732 -0.9307,-2.14432 0.3138,-1.33429 0.9026,-0.0632 2.9744,1.45152 2.6981,1.65033 -1.0097,-0.89583 -3.5617,-1.46162 -3.836,-2.03618 0.417,0.0651 1.8367,1.09869 0.6977,0.86909 1.0827,0.83637 3.5415,2.58483 3.9306,0.31357 -0.8612,-0.25249 0.3802,-1.10703 -0.7426,-0.75465 -1.2932,-1.10136 -2.7794,-2.08665 -4.3364,-1.00153 -0.6848,0.32647 0.6102,0.3456 -0.6148,0.0688 -0.4184,-0.12909 0.6992,-0.0504 -0.2762,-0.44911 -0.5024,-0.33498 -1.4806,-0.33007 -1.1259,-0.42751 -0.6314,-0.48153 -3.3392,-0.72782 -1.6304,-1.86149 1.9016,-0.45778 3.7895,0.74993 5.3892,1.92253 -0.538,-0.37057 -2.6189,-0.70688 -1.3354,0.42848 1.1855,0.30566 3.4415,1.17583 3.5819,0.96975 -0.9801,-0.093 -2.4114,-1.18342 -1.1225,-1.53425 0.6216,-1.57254 -2.3327,-2.51754 -2.5269,-1.6154 -0.4923,-0.11648 -2.3833,-0.8799 -0.8227,-0.68581 -0.2642,-0.72391 -2.1882,-1.83501 -1.7385,-1.63762 0.2976,0.45553 -3.1613,-0.16229 -1.0037,0.50191 1.5423,0.69658 -0.4241,1.2321 -1.0336,0.51955 -1.5517,0.0969 -3.4172,-0.83463 -4.7282,-0.0802 0.1985,1.19938 3.1076,-0.26625 2.528,1.16068 -0.7994,0.719 -3.0071,-0.55137 -1.1101,-0.67802 2.1203,-0.15574 4.1634,0.80111 6.263,1.00231 0.7854,0.50781 3.1589,0.32193 1.3726,-0.80839 -1.8968,-1.36497 -4.2458,-0.56111 -6.1529,-1.76045 0.673,-0.29605 2.7267,0.96153 1.0606,0.8075 -0.9708,-0.51755 -3.5435,0.73974 -1.4999,1.71115 0.948,0.67585 3.74,2.03933 3.9229,1.21109 -1.054,-0.40972 -0.9447,-1.54276 0.1668,-1.23788 0.6208,-0.18952 2.086,0.30241 0.6616,0.62589 -0.8386,0.0588 -3.1994,-0.39047 -2.8173,-1.24766 1.0123,-1.58571 -3.5521,-2.04659 -1.1591,-0.78861 0.4211,1.90816 -2.0831,0.17444 -2.9013,0.99801 -1.5624,0.2128 -3.932,1.60922 -5.0176,-0.45742 0.3077,-2.05555 2.4689,-2.83576 3.8804,-1.9153 0.407,0.0945 1.2687,-0.95231 2.0913,-0.56219 -0.8431,-0.18342 1.3505,-1.2069 -0.049,-1.42053 -0.7088,0.13494 -2.2284,0.98585 -2.506,0.50764 0.8995,-0.72614 -1.5878,-0.62522 -1.9542,0.19654 -0.8703,0.47923 -2.2315,0.61484 -2.8109,1.54673 0.5668,-0.46307 2.5241,-0.33018 0.9394,0.3837 -0.7155,0.44953 -1.7566,-0.2215 -1.3679,0.75902 -0.3393,0.46112 -2.7,1.27106 -1.2044,1.25972 1.2611,-1.29044 -2.22,0.46951 -0.5589,-0.68045 0.6352,-0.72806 1.5025,0.35483 0.3031,0.22023 -0.865,-0.0191 -1.6258,0.75452 -0.8034,1.36183 -0.2391,1.3423 -2.2479,1.89892 -2.5949,1.76341 0.6897,-0.21814 3.1224,-2.02054 1.4657,-2.21799 -0.5865,0.47156 -1.5066,0.84103 -0.5399,-0.16608 0.9805,-1.47907 2.5012,1.1497 0.6685,1.22842 -0.5537,0.68597 -2.4308,0.98401 -2.0495,2.16977 1.433,-0.27606 0.716,-1.51249 -0.2743,-0.53981 -0.8032,0.52903 -2.7683,1.82449 -2.7378,2.17645 0.9978,0.0369 1.7945,-3.23905 2.2351,-2.24496 -0.8936,0.8218 -2.6493,3.7465 -3.4426,1.38201 0.7135,1.35275 2.5722,-1.10238 1.7209,-1.17108 -1.3605,1.99433 -2.2509,-0.93982 -3.7376,-0.64084 -0.3983,0.50163 1.2692,1.14594 0.045,0.74797 -0.858,-0.20318 1.1296,0.47526 -0.2218,0.17366 -1.1997,-0.0853 -2.9868,-1.34646 -3.8474,-0.47887 0.4433,1.094 2.5193,-0.40005 0.8319,-0.47309 -0.2755,-1.06948 -2.3333,-1.01026 -0.5021,-1.13262 0.7247,0.0433 2.2112,0.41453 1.109,-0.5571 1.3596,-0.056 2.1012,1.43846 2.9336,2.22027 0.5381,0.385 0.8931,0.52092 0.1553,0.0881 1.197,0.51805 -1.1249,1.22926 0.3,1.65986 0.6806,0.70359 2.6981,1.46861 2.9267,0.009 -1.2905,1.3096 -3.7728,-1.66953 -4.2211,-0.58897 1.324,0.82977 2.6298,1.90744 4.1211,2.01388 -0.1921,0.94755 -0.6244,0.29335 -0.085,0.18923 -1.2863,-0.20104 -0.9348,1.87872 0.1141,0.84121 0.6793,-1.19211 2.0668,-1.52036 2.7282,-2.79653 -0.9866,0.67045 -0.2336,-0.23662 -0.5196,-0.23727 -0.7784,-0.69076 1.0127,-1.21599 1.2329,-0.60192 0.8943,-0.26231 1.0473,-1.6276 0.076,-0.61293 -1.111,0.82564 -2.3104,2.30687 -3.6663,1.9931 0.8713,-1.63618 3.5142,-2.10438 4.1554,-2.65781 -1.5616,0.59467 -2.1544,2.90836 -3.7076,3.52899 0.3443,1.2381 -2.1504,0.85115 -1.7378,0.92184 0.961,1.00657 -0.3925,0.9153 -0.2453,1.07577 0.9185,2.0457 2.4448,-1.54025 2.959,-0.23112 -0.3352,1.12772 -2.6667,1.3419 -2.0171,0.20029 1.237,-0.50153 2.6951,-1.31416 3.8067,-1.31692 0.3018,-1.13747 2.6986,-1.97585 2.2514,-2.33397 -0.5045,0.20917 -1.9596,0.60246 -0.8386,-0.35159 -0.6911,0.2684 -2.363,1.01945 -0.8411,0.0375 1.6134,-1.25591 3.5978,-1.20409 5.1923,-2.25796 1.8099,0.36015 3.212,-1.65279 5.1358,-1.03295 1.0846,-0.11958 1.5437,0.73875 0.3197,1.12093 -0.7291,0.35852 -2.6581,0.1148 -2.675,0.56029 0.038,0.0266 0.8843,0.13158 0.392,0.35524 z"
+ style="opacity:0.37345677;fill:#eff4f9;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+ </g>
+ </g>
+</svg>
diff --git a/data/org.gnome.GnomeMaxima.Application.appdata.xml.in b/data/org.gnome.GnomeMaxima.Application.appdata.xml.in
new file mode 100644
index 0000000..a5d9d2c
--- /dev/null
+++ b/data/org.gnome.GnomeMaxima.Application.appdata.xml.in
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">org.gnome.GnomeMaxima.Application.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0+</project_license>
+ <description>
+ <_p>
+ This is a graphical frontend to the maxima computer algebra system.
+ </_p>
+ </description>
+ <screenshots>
+ <screenshot type="default" width="940" height="529">https://help.gnome.org/misc/release-notes/3.16/figures/gnome-maxima.png</screenshot>
+ </screenshots>
+ <url type="homepage">https://wiki.gnome.org/Apps/GnomeMaxima</url>
+ <updatecontact>wtaymans_at_redhat.com</updatecontact>
+</application>
diff --git a/data/org.gnome.GnomeMaxima.Application.data.gresource.xml b/data/org.gnome.GnomeMaxima.Application.data.gresource.xml
new file mode 100644
index 0000000..33a874d
--- /dev/null
+++ b/data/org.gnome.GnomeMaxima.Application.data.gresource.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<gresources>
+ <gresource prefix="/org/gnome/GnomeMaxima/Application">
+ <file preprocess="xml-stripblanks">app-menu.ui</file>
+ <file>application.css</file>
+ </gresource>
+</gresources>
diff --git a/data/org.gnome.GnomeMaxima.Application.desktop.in b/data/org.gnome.GnomeMaxima.Application.desktop.in
new file mode 100644
index 0000000..7f95572
--- /dev/null
+++ b/data/org.gnome.GnomeMaxima.Application.desktop.in
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+_Name=GnomeMaxima
+_Comment=A graphical frontend for maxima
+Icon=org.gnome.GnomeMaxima.Application
+Exec=gapplication launch org.gnome.GnomeMaxima.Application
+DBusActivatable=true
+StartupNotify=true
+Categories=GNOME;GTK;Utility;Core;
diff --git a/data/org.gnome.GnomeMaxima.Application.gschema.xml b/data/org.gnome.GnomeMaxima.Application.gschema.xml
new file mode 100644
index 0000000..38b5b91
--- /dev/null
+++ b/data/org.gnome.GnomeMaxima.Application.gschema.xml
@@ -0,0 +1,11 @@
+<schemalist gettext-domain="org.gnome.GnomeMaxima.Application">
+ <schema id="org.gnome.GnomeMaxima.Application" path="/org/gnome/GnomeMaxima/Application/">
+ <key name="props" type="av">
+ <default>[]</default>
+ <summary>Configured properties</summary>
+ <description>
+ The configured properties. Each value is a GVariant.
+ </description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/data/org.gnome.GnomeMaxima.Application.service.in b/data/org.gnome.GnomeMaxima.Application.service.in
new file mode 100644
index 0000000..966e758
--- /dev/null
+++ b/data/org.gnome.GnomeMaxima.Application.service.in
@@ -0,0 +1,3 @@
+[D-BUS Service]
+Name=@PACKAGE_NAME@.Application
+Exec=@pkgdatadir@/@PACKAGE_NAME@.Application --gapplication-service
diff --git a/git.mk b/git.mk
new file mode 100644
index 0000000..d5bf7b8
--- /dev/null
+++ b/git.mk
@@ -0,0 +1,227 @@
+# git.mk
+#
+# Copyright 2009, Red Hat, Inc.
+# Copyright 2010,2011 Behdad Esfahbod
+# Written by Behdad Esfahbod
+#
+# Copying and distribution of this file, with or without modification,
+# is permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved.
+#
+# The latest version of this file can be downloaded from:
+# https://raw.github.com/behdad/git.mk/master/git.mk
+# Bugs, etc, should be reported upstream at:
+# https://github.com/behdad/git.mk
+#
+# To use in your project, import this file in your git repo's toplevel,
+# then do "make -f git.mk". This modifies all Makefile.am files in
+# your project to -include git.mk. Remember to add that line to new
+# Makefile.am files you create in your project, or just rerun the
+# "make -f git.mk".
+#
+# This enables automatic .gitignore generation. If you need to ignore
+# more files, add them to the GITIGNOREFILES variable in your Makefile.am.
+# But think twice before doing that. If a file has to be in .gitignore,
+# chances are very high that it's a generated file and should be in one
+# of MOSTLYCLEANFILES, CLEANFILES, DISTCLEANFILES, or MAINTAINERCLEANFILES.
+#
+# The only case that you need to manually add a file to GITIGNOREFILES is
+# when remove files in one of mostlyclean-local, clean-local, distclean-local,
+# or maintainer-clean-local make targets.
+#
+# Note that for files like editor backup, etc, there are better places to
+# ignore them. See "man gitignore".
+#
+# If "make maintainer-clean" removes the files but they are not recognized
+# by this script (that is, if "git status" shows untracked files still), send
+# me the output of "git status" as well as your Makefile.am and Makefile for
+# the directories involved and I'll diagnose.
+#
+# For a list of toplevel files that should be in MAINTAINERCLEANFILES, see
+# Makefile.am.sample in the git.mk git repo.
+#
+# Don't EXTRA_DIST this file. It is supposed to only live in git clones,
+# not tarballs. It serves no useful purpose in tarballs and clutters the
+# build dir.
+#
+# This file knows how to handle autoconf, automake, libtool, gtk-doc,
+# gnome-doc-utils, yelp.m4, mallard, intltool, gsettings, dejagnu.
+#
+# This makefile provides the following targets:
+#
+# - all: "make all" will build all gitignore files.
+# - gitignore: makes all gitignore files in the current dir and subdirs.
+# - .gitignore: make gitignore file for the current dir.
+# - gitignore-recurse: makes all gitignore files in the subdirs.
+#
+# KNOWN ISSUES:
+#
+# - Recursive configure doesn't work as $(top_srcdir)/git.mk inside the
+# submodule doesn't find us. If you have configure.{in,ac} files in
+# subdirs, add a proxy git.mk file in those dirs that simply does:
+# "include $(top_srcdir)/../git.mk". Add more ..'s to your taste.
+# And add those files to git. See vte/gnome-pty-helper/git.mk for
+# example.
+#
+
+git-all: git-mk-install
+
+git-mk-install:
+ @echo Installing git makefile
+ @any_failed=; \
+ find "`test -z "$(top_srcdir)" && echo . || echo "$(top_srcdir)"`" -name Makefile.am | while read x; do \
+ if grep 'include .*/git.mk' $$x >/dev/null; then \
+ echo $$x already includes git.mk; \
+ else \
+ failed=; \
+ echo "Updating $$x"; \
+ { cat $$x; \
+ echo ''; \
+ echo '-include $$(top_srcdir)/git.mk'; \
+ } > $$x.tmp || failed=1; \
+ if test x$$failed = x; then \
+ mv $$x.tmp $$x || failed=1; \
+ fi; \
+ if test x$$failed = x; then : else \
+ echo Failed updating $$x; >&2 \
+ any_failed=1; \
+ fi; \
+ fi; done; test -z "$$any_failed"
+
+.PHONY: git-all git-mk-install
+
+
+### .gitignore generation
+
+$(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
+ $(AM_V_GEN) \
+ { \
+ if test "x$(DOC_MODULE)" = x -o "x$(DOC_MAIN_SGML_FILE)" = x; then :; else \
+ for x in \
+ $(DOC_MODULE)-decl-list.txt \
+ $(DOC_MODULE)-decl.txt \
+ tmpl/$(DOC_MODULE)-unused.sgml \
+ "tmpl/*.bak" \
+ xml html \
+ ; do echo /$$x; done; \
+ fi; \
+ if test "x$(DOC_MODULE)$(DOC_ID)" = x -o "x$(DOC_LINGUAS)" = x; then :; else \
+ for lc in $(DOC_LINGUAS); do \
+ for x in \
+ $(if $(DOC_MODULE),$(DOC_MODULE).xml) \
+ $(DOC_PAGES) \
+ $(DOC_INCLUDES) \
+ ; do echo /$$lc/$$x; done; \
+ done; \
+ for x in \
+ $(_DOC_OMF_ALL) \
+ $(_DOC_DSK_ALL) \
+ $(_DOC_HTML_ALL) \
+ $(_DOC_MOFILES) \
+ $(DOC_H_FILE) \
+ "*/.xml2po.mo" \
+ "*/*.omf.out" \
+ ; do echo /$$x; done; \
+ fi; \
+ if test "x$(HELP_ID)" = x -o "x$(HELP_LINGUAS)" = x; then :; else \
+ for lc in $(HELP_LINGUAS); do \
+ for x in \
+ $(HELP_FILES) \
+ "$$lc.stamp" \
+ "$$lc.mo" \
+ ; do echo /$$lc/$$x; done; \
+ done; \
+ fi; \
+ if test "x$(gsettings_SCHEMAS)" = x; then :; else \
+ for x in \
+ $(gsettings_SCHEMAS:.xml=.valid) \
+ $(gsettings__enum_file) \
+ ; do echo /$$x; done; \
+ fi; \
+ if test -f $(srcdir)/po/Makefile.in.in; then \
+ for x in \
+ po/Makefile.in.in \
+ po/Makefile.in \
+ po/Makefile \
+ po/POTFILES \
+ po/stamp-it \
+ po/.intltool-merge-cache \
+ "po/*.gmo" \
+ "po/*.mo" \
+ po/$(GETTEXT_PACKAGE).pot \
+ intltool-extract.in \
+ intltool-merge.in \
+ intltool-update.in \
+ ; do echo /$$x; done; \
+ fi; \
+ if test -f $(srcdir)/configure; then \
+ for x in \
+ autom4te.cache \
+ configure \
+ config.h \
+ stamp-h1 \
+ libtool \
+ config.lt \
+ ; do echo /$$x; done; \
+ fi; \
+ if test "x$(DEJATOOL)" = x; then :; else \
+ for x in \
+ $(DEJATOOL) \
+ ; do echo /$$x.sum; echo /$$x.log; done; \
+ echo /site.exp; \
+ fi; \
+ for x in \
+ .gitignore \
+ $(GITIGNOREFILES) \
+ $(CLEANFILES) \
+ $(PROGRAMS) $(check_PROGRAMS) $(EXTRA_PROGRAMS) \
+ $(LIBRARIES) $(check_LIBRARIES) $(EXTRA_LIBRARIES) \
+ $(LTLIBRARIES) $(check_LTLIBRARIES) $(EXTRA_LTLIBRARIES) \
+ so_locations \
+ .libs _libs \
+ $(MOSTLYCLEANFILES) \
+ "*.$(OBJEXT)" \
+ "*.lo" \
+ $(DISTCLEANFILES) \
+ $(am__CONFIG_DISTCLEAN_FILES) \
+ $(CONFIG_CLEAN_FILES) \
+ TAGS ID GTAGS GRTAGS GSYMS GPATH tags \
+ "*.tab.c" \
+ $(MAINTAINERCLEANFILES) \
+ $(BUILT_SOURCES) \
+ $(DEPDIR) \
+ Makefile \
+ Makefile.in \
+ "*.orig" \
+ "*.rej" \
+ "*.bak" \
+ "*~" \
+ ".*.sw[nop]" \
+ ".dirstamp" \
+ ; do echo /$$x; done; \
+ } | \
+ sed "s@^/`echo "$(srcdir)" | sed 's/\(.\)/[\1]/g'`/@/@" | \
+ sed 's@/[.]/@/@g' | \
+ LC_ALL=C sort | uniq > $@.tmp && \
+ mv $@.tmp $@;
+
+all: $(srcdir)/.gitignore gitignore-recurse-maybe
+gitignore: $(srcdir)/.gitignore gitignore-recurse
+
+gitignore-recurse-maybe:
+ @for subdir in $(DIST_SUBDIRS); do \
+ case " $(SUBDIRS) " in \
+ *" $$subdir "*) :;; \
+ *) test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) .gitignore gitignore-recurse-maybe || echo "Skipping $$subdir");; \
+ esac; \
+ done
+gitignore-recurse:
+ @for subdir in $(DIST_SUBDIRS); do \
+ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) .gitignore gitignore-recurse || echo "Skipping $$subdir"); \
+ done
+
+maintainer-clean: gitignore-clean
+gitignore-clean:
+ -rm -f $(srcdir)/.gitignore
+
+.PHONY: gitignore-clean gitignore gitignore-recurse gitignore-recurse-maybe
diff --git a/glib-tap.mk b/glib-tap.mk
new file mode 100644
index 0000000..de272a7
--- /dev/null
+++ b/glib-tap.mk
@@ -0,0 +1,134 @@
+# GLIB - Library of useful C routines
+
+TESTS_ENVIRONMENT= \
+ G_TEST_SRCDIR="$(abs_srcdir)" \
+ G_TEST_BUILDDIR="$(abs_builddir)" \
+ G_DEBUG=gc-friendly \
+ MALLOC_CHECK_=2 \
+ MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256))
+LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh
+LOG_COMPILER = $(top_srcdir)/tap-test
+
+NULL =
+
+# initialize variables for unconditional += appending
+BUILT_SOURCES =
+BUILT_EXTRA_DIST =
+CLEANFILES = *.log *.trs
+DISTCLEANFILES =
+MAINTAINERCLEANFILES =
+EXTRA_DIST =
+TESTS =
+
+installed_test_LTLIBRARIES =
+installed_test_PROGRAMS =
+installed_test_SCRIPTS =
+nobase_installed_test_DATA =
+
+noinst_LTLIBRARIES =
+noinst_PROGRAMS =
+noinst_SCRIPTS =
+noinst_DATA =
+
+check_LTLIBRARIES =
+check_PROGRAMS =
+check_SCRIPTS =
+check_DATA =
+
+# We support a fairly large range of possible variables. It is expected that all types of files in a test suite
+# will belong in exactly one of the following variables.
+#
+# First, we support the usual automake suffixes, but in lowercase, with the customary meaning:
+#
+# test_programs, test_scripts, test_data, test_ltlibraries
+#
+# The above are used to list files that are involved in both uninstalled and installed testing. The
+# test_programs and test_scripts are taken to be actual testcases and will be run as part of the test suite.
+# Note that _data is always used with the nobase_ automake variable name to ensure that installed test data is
+# installed in the same way as it appears in the package layout.
+#
+# In order to mark a particular file as being only for one type of testing, use 'installed' or 'uninstalled',
+# like so:
+#
+# installed_test_programs, uninstalled_test_programs
+# installed_test_scripts, uninstalled_test_scripts
+# installed_test_data, uninstalled_test_data
+# installed_test_ltlibraries, uninstalled_test_ltlibraries
+#
+# Additionally, we support 'extra' infixes for programs and scripts. This is used for support programs/scripts
+# that should not themselves be run as testcases (but exist to be used from other testcases):
+#
+# test_extra_programs, installed_test_extra_programs, uninstalled_test_extra_programs
+# test_extra_scripts, installed_test_extra_scripts, uninstalled_test_extra_scripts
+#
+# Additionally, for _scripts and _data, we support the customary dist_ prefix so that the named script or data
+# file automatically end up in the tarball.
+#
+# dist_test_scripts, dist_test_data, dist_test_extra_scripts
+# dist_installed_test_scripts, dist_installed_test_data, dist_installed_test_extra_scripts
+# dist_uninstalled_test_scripts, dist_uninstalled_test_data, dist_uninstalled_test_extra_scripts
+#
+# Note that no file is automatically disted unless it appears in one of the dist_ variables. This follows the
+# standard automake convention of not disting programs scripts or data by default.
+#
+# test_programs, test_scripts, uninstalled_test_programs and uninstalled_test_scripts (as well as their disted
+# variants) will be run as part of the in-tree 'make check'. These are all assumed to be runnable under
+# gtester. That's a bit strange for scripts, but it's possible.
+
+TESTS += $(test_programs) $(test_scripts) $(uninstalled_test_programs) $(uninstalled_test_scripts) \
+ $(dist_test_scripts) $(dist_uninstalled_test_scripts)
+
+# Note: build even the installed-only targets during 'make check' to ensure that they still work.
+# We need to do a bit of trickery here and manage disting via EXTRA_DIST instead of using dist_ prefixes to
+# prevent automake from mistreating gmake functions like $(wildcard ...) and $(addprefix ...) as if they were
+# filenames, including removing duplicate instances of the opening part before the space, eg. '$(addprefix'.
+all_test_programs = $(test_programs) $(uninstalled_test_programs) $(installed_test_programs) \
+ $(test_extra_programs) $(uninstalled_test_extra_programs) $(installed_test_extra_programs)
+all_test_scripts = $(test_scripts) $(uninstalled_test_scripts) $(installed_test_scripts) \
+ $(test_extra_scripts) $(uninstalled_test_extra_scripts) $(installed_test_extra_scripts)
+all_dist_test_scripts = $(dist_test_scripts) $(dist_uninstalled_test_scripts) $(dist_installed_test_scripts) \
+ $(dist_test_extra_scripts) $(dist_uninstalled_test_extra_scripts) $(dist_installed_test_extra_scripts)
+all_test_scripts += $(all_dist_test_scripts)
+EXTRA_DIST += $(all_dist_test_scripts)
+all_test_data = $(test_data) $(uninstalled_test_data) $(installed_test_data)
+all_dist_test_data = $(dist_test_data) $(dist_uninstalled_test_data) $(dist_installed_test_data)
+all_test_data += $(all_dist_test_data)
+EXTRA_DIST += $(all_dist_test_data)
+all_test_ltlibs = $(test_ltlibraries) $(uninstalled_test_ltlibraries) $(installed_test_ltlibraries)
+
+if ENABLE_ALWAYS_BUILD_TESTS
+noinst_LTLIBRARIES += $(all_test_ltlibs)
+noinst_PROGRAMS += $(all_test_programs)
+noinst_SCRIPTS += $(all_test_scripts)
+noinst_DATA += $(all_test_data)
+else
+check_LTLIBRARIES += $(all_test_ltlibs)
+check_PROGRAMS += $(all_test_programs)
+check_SCRIPTS += $(all_test_scripts)
+check_DATA += $(all_test_data)
+endif
+
+if ENABLE_INSTALLED_TESTS
+installed_test_PROGRAMS += $(test_programs) $(installed_test_programs) \
+ $(test_extra_programs) $(installed_test_extra_programs)
+installed_test_SCRIPTS += $(test_scripts) $(installed_test_scripts) \
+ $(test_extra_scripts) $(test_installed_extra_scripts)
+installed_test_SCRIPTS += $(dist_test_scripts) $(dist_test_extra_scripts) \
+ $(dist_installed_test_scripts) $(dist_installed_test_extra_scripts)
+nobase_installed_test_DATA += $(test_data) $(installed_test_data)
+nobase_installed_test_DATA += $(dist_test_data) $(dist_installed_test_data)
+installed_test_LTLIBRARIES += $(test_ltlibraries) $(installed_test_ltlibraries)
+installed_testcases = $(test_programs) $(installed_test_programs) \
+ $(test_scripts) $(installed_test_scripts) \
+ $(dist_test_scripts) $(dist_installed_test_scripts)
+
+installed_test_meta_DATA = $(installed_testcases:=.test)
+
+%.test: %$(EXEEXT) Makefile
+ $(AM_V_GEN) (echo '[Test]' > $@.tmp; \
+ echo 'Type=session-exclusive' >> $@.tmp; \
+ echo 'Exec=$(installed_testdir)/$(notdir $<)' >> $@.tmp; \
+ mv $@.tmp $@)
+
+CLEANFILES += $(installed_test_meta_DATA)
+endif
diff --git a/gnome-maxima.doap b/gnome-maxima.doap
new file mode 100644
index 0000000..50e4e77
--- /dev/null
+++ b/gnome-maxima.doap
@@ -0,0 +1,26 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/"
+ xmlns:gnome="http://api.gnome.org/doap-extensions#"
+ xmlns="http://usefulinc.com/ns/doap#">
+
+ <name xml:lang="en">gnome-maxima</name>
+ <shortdesc xml:lang="en">A graphical frontend for maxima</shortdesc>
+ <description>
+ This is a graphical frontend to the maxima computer algebra system.
+ </description>
+
+ <homepage rdf:resource="https://wiki.gnome.org/Apps/" />
+ <download-page rdf:resource="http://download.gnome.org/sources/gnome-maxima/" />
+ <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=gnome-maxima" />
+ <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
+ <programming-language>JS</programming-language>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Wim Taymans</foaf:name>
+ <foaf:mbox rdf:resource="mailto:wtaymans@redhat.com" />
+ <gnome:userid>wtaymans</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>
diff --git a/libgd b/libgd
new file mode 160000
+Subproject c3134c706315898b08d37e679305cb0b152a2f8
diff --git a/m4/glibtests.m4 b/m4/glibtests.m4
new file mode 100644
index 0000000..7d5920a
--- /dev/null
+++ b/m4/glibtests.m4
@@ -0,0 +1,28 @@
+dnl GLIB_TESTS
+dnl
+
+AC_DEFUN([GLIB_TESTS],
+[
+ AC_ARG_ENABLE(installed-tests,
+ AS_HELP_STRING([--enable-installed-tests],
+ [Enable installation of some test cases]),
+ [case ${enableval} in
+ yes) ENABLE_INSTALLED_TESTS="1" ;;
+ no) ENABLE_INSTALLED_TESTS="" ;;
+ *) AC_MSG_ERROR([bad value ${enableval} for --enable-installed-tests]) ;;
+ esac])
+ AM_CONDITIONAL([ENABLE_INSTALLED_TESTS], test "$ENABLE_INSTALLED_TESTS" = "1")
+ AC_ARG_ENABLE(always-build-tests,
+ AS_HELP_STRING([--enable-always-build-tests],
+ [Enable always building tests during 'make all']),
+ [case ${enableval} in
+ yes) ENABLE_ALWAYS_BUILD_TESTS="1" ;;
+ no) ENABLE_ALWAYS_BUILD_TESTS="" ;;
+ *) AC_MSG_ERROR([bad value ${enableval} for --enable-always-build-tests]) ;;
+ esac])
+ AM_CONDITIONAL([ENABLE_ALWAYS_BUILD_TESTS], test "$ENABLE_ALWAYS_BUILD_TESTS" = "1")
+ if test "$ENABLE_INSTALLED_TESTS" = "1"; then
+ AC_SUBST(installed_test_metadir, [${datadir}/installed-tests/]AC_PACKAGE_NAME)
+ AC_SUBST(installed_testdir, [${libexecdir}/installed-tests/]AC_PACKAGE_NAME)
+ fi
+])
diff --git a/org.gnome.GnomeMaxima.spec b/org.gnome.GnomeMaxima.spec
new file mode 100644
index 0000000..f365948
--- /dev/null
+++ b/org.gnome.GnomeMaxima.spec
@@ -0,0 +1,59 @@
+Name: %{_name}
+Version: %{_version}
+Release: 1%{?dist}
+Summary: GNOME Maxima
+
+License: GPLv2+
+URL: http://wiki.gnome.org/Apps/GnomeMaxima
+Source0: %{_distdir}-%{version}.tar.xz
+BuildArch: x86_64 i686
+
+Provides: org.gnome.GnomeMaxima.Application = %{_version}
+
+%description
+This is a graphical frontend to the maxima computer algebra system.
+
+%prep
+%setup -q -n %{_distdir}-%{version}
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+rm -fR $RPM_BUILD_ROOT/%{_bindir}
+rm -fR $RPM_BUILD_ROOT/%{_datadir}/org.gnome.GnomeMaxima/gir-1.0
+desktop-file-edit $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.Application.desktop \
+ --set-key=X-AppInstall-Package --set-value=%{name}
+
+%find_lang %{name}
+
+%check
+desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.Application.desktop
+
+%post
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+ touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+%files -f %{name}.lang
+%doc NEWS COPYING
+%{_datadir}/appdata/%{name}.Application.appdata.xml
+%{_datadir}/applications/%{name}.Application.desktop
+%{_datadir}/dbus-1/services/%{name}.Application.service
+%{_datadir}/glib-2.0/schemas/%{name}.Application.gschema.xml
+%{_datadir}/gnome-shell/search-providers/%{name}.Application.search-provider.ini
+%{_datadir}/icons/hicolor/*/apps/%{name}.Application.png
+%{_datadir}/%{name}/
+%{_libdir}/%{name}/
diff --git a/po/LINGUAS b/po/LINGUAS
new file mode 100644
index 0000000..6e92f47
--- /dev/null
+++ b/po/LINGUAS
@@ -0,0 +1,2 @@
+# Please keep this list sorted alphabetically
+#
diff --git a/po/POTFILES.in b/po/POTFILES.in
new file mode 100644
index 0000000..ceb2bb0
--- /dev/null
+++ b/po/POTFILES.in
@@ -0,0 +1,12 @@
+[type: gettext/glade]data/app-menu.ui
+data/org.gnome.GnomeMaxima.Application.desktop.in
+data/org.gnome.GnomeMaxima.Application.appdata.xml.in
+data/org.gnome.GnomeMaxima.Application.gschema.xml
+[type: gettext/glade]data/window.ui
+src/app/city.js
+src/app/forecast.js
+src/app/main.js
+src/app/window.js
+src/service/searchProvider.js
+src/shared/strings.js
+src/shared/world.js
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/po/POTFILES.skip
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000..c79c015
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,44 @@
+NULL =
+
+appdir = $(pkgdatadir)
+nodist_app_SCRIPTS = org.gnome.GnomeMaxima.Application
+
+app_resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/$(PACKAGE_NAME).Application.src.gresource.xml)
+$(PACKAGE_NAME).Application.src.gresource: $(PACKAGE_NAME).Application.src.gresource.xml $(app_resource_files)
+ $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) $<
+
+resourcedir = $(pkgdatadir)
+resource_DATA = $(PACKAGE_NAME).Application.src.gresource
+
+# Legacy, until we can depend on package.js provided by gjs
+jsdir = $(pkgdatadir)
+dist_js_DATA = package.js
+
+org.gnome.GnomeMaxima.Application: org.gnome.GnomeMaxima.Application.in
+ $(AM_V_GEN) sed \
+ -e "s|[@]GJS@|$(GJS)|g" \
+ -e "s|[@]PACKAGE_VERSION@|$(PACKAGE_VERSION)|g" \
+ -e "s|[@]prefix@|$(prefix)|g" \
+ -e "s|[@]libdir@|$(libdir)|g" \
+ -e "s|[@]pkgdatadir@|$(pkgdatadir)|g" \
+ $< > $@
+ @chmod +x $@
+
+EXTRA_DIST = \
+ $(PACKAGE_NAME).Application.in \
+ $(PACKAGE_NAME).Application.src.gresource.xml \
+ $(app_resource_files) \
+ $(NULL)
+
+CLEANFILES = \
+ $(PACKAGE_NAME).Application \
+ $(PACKAGE_NAME).Application.src.gresource \
+ $(NULL)
+
+install-exec-hook:
+ $(MKDIR_P) $(DESTDIR)$(bindir)
+ $(LN_S) $(appdir)/$(PACKAGE_NAME).Application $(DESTDIR)$(bindir)/$(PACKAGE_TARNAME)
+uninstall-hook:
+ -rm -f $(DESTDIR)$(bindir)/$(PACKAGE_TARNAME)
+
+-include $(top_srcdir)/git.mk
diff --git a/src/init.lisp b/src/init.lisp
new file mode 100644
index 0000000..5a8182c
--- /dev/null
+++ b/src/init.lisp
@@ -0,0 +1,42 @@
+(let ((old-displa (symbol-function 'displa)))
+ (defun displa (x)
+ (mapc #'princ
+ (if (and (listp x) (cdr x)
+ (equal (subseq (string-right-trim '(#\Space) (cadr x)) 0 3) "$%I"))
+ (funcall old-displa x)
+ (tex (caddr x)
+ (list (format nil "(~A) $$" (print-invert-case (stripdollar (cadr x)))))
+ '("$$") 'mparen 'mparen)))))
+
+(defun mread-synerr (format-string &rest l)
+ (let (tem
+ errset
+ (file "stdin"))
+ (errset
+ (setq tem (file-position *parse-stream*))
+ (setq file (namestring *parse-stream*)))
+ (when tem
+ (format t "~%~a:~a:" file tem))
+ (format t (intl:gettext "incorrect syntax: "))
+ (apply 'format t format-string (mapcar #'(lambda (x)
+ (if (symbolp x)
+ (print-invert-case x)
+ x))
+ l))
+ (let ((n (get '*parse-window* 'length))
+ some ch)
+ (loop for i from (1- n) downto (- n 20)
+ while (setq ch (nth i *parse-window*))
+ do
+ (cond ((eql ch #\newline)
+ (push #\n some)
+ (push #\\ some))
+ ((eql ch #\tab)
+ (push #\t some)
+ (push #\\ some))
+ (t (push ch some))))
+ (format t "~%~{~c~}~%~vt^" some (- (length some) 2))
+ (read-line *parse-stream* nil nil))
+ (terpri)
+ (throw-macsyma-top)))
+
diff --git a/src/main.js b/src/main.js
new file mode 100644
index 0000000..420e55b
--- /dev/null
+++ b/src/main.js
@@ -0,0 +1,105 @@
+// -*- Mode: js; indent-tabs-mode: nil; c-basic-offset: 4; tab-width: 4 -*-
+//
+// Copyright (c) 2012 Giovanni Campagna <scampa.giovanni@gmail.com>
+//
+// Gnome Maxima is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by the
+// Free Software Foundation; either version 2 of the License, or (at your
+// option) any later version.
+//
+// Gnome Maxima is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+// for more details.
+//
+// You should have received a copy of the GNU General Public License along
+// with Gnome Maxima; if not, write to the Free Software Foundation,
+// Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+pkg.initSubmodule('libgd');
+pkg.initGettext();
+pkg.initFormat();
+pkg.require({ 'Gd': '1.0',
+ 'Gdk': '3.0',
+ 'GdkPixbuf': '2.0',
+ 'Gio': '2.0',
+ 'GLib': '2.0',
+ 'GObject': '2.0',
+ 'Gtk': '3.0' });
+
+const Gd = imports.gi.Gd;
+const Gdk = imports.gi.Gdk;
+const Gio = imports.gi.Gio;
+const GLib = imports.gi.GLib;
+const Gtk = imports.gi.Gtk;
+const Lang = imports.lang;
+
+const Util = imports.util;
+const Window = imports.window;
+
+function initEnvironment() {
+ window.getApp = function() {
+ return Gio.Application.get_default();
+ };
+}
+
+const Application = new Lang.Class({
+ Name: 'GnomeMaximaApplication',
+ Extends: Gtk.Application,
+
+ _init: function() {
+ this.parent({ application_id: pkg.name });
+ GLib.set_application_name(_("GnomeMaxima"));
+ },
+
+ _onQuit: function() {
+ this.quit();
+ },
+
+ _initAppMenu: function() {
+ let builder = new Gtk.Builder();
+ builder.add_from_resource('/org/gnome/GnomeMaxima/Application/app-menu.ui');
+
+ let menu = builder.get_object('app-menu');
+ this.set_app_menu(menu);
+ },
+
+ vfunc_startup: function() {
+ this.parent();
+ Gd.ensure_types();
+
+ Util.loadStyleSheet('/org/gnome/GnomeMaxima/Application/application.css');
+
+ let settings = Gtk.Settings.get_for_screen(Gdk.Screen.get_default());
+ settings.gtk_application_prefer_dark_theme = true;
+
+ Util.initActions(this,
+ [{ name: 'quit',
+ activate: this._onQuit }]);
+
+ this._initAppMenu();
+ },
+
+ _createWindow: function() {
+ let win = new Window.MainWindow({ application: this });
+
+ win.show();
+
+ return win;
+ },
+
+ vfunc_activate: function() {
+ this._createWindow();
+ },
+
+ vfunc_shutdown: function() {
+
+ this.parent();
+ }
+});
+
+function main(argv) {
+ initEnvironment();
+
+ return (new Application()).run(argv);
+}
diff --git a/src/org.gnome.GnomeMaxima.Application.in b/src/org.gnome.GnomeMaxima.Application.in
new file mode 100644
index 0000000..4dbb67d
--- /dev/null
+++ b/src/org.gnome.GnomeMaxima.Application.in
@@ -0,0 +1,7 @@
+#!@GJS@
+imports.searchPath.push("@pkgdatadir@");
+imports.package.init({ name: "org.gnome.GnomeMaxima",
+ version: "@PACKAGE_VERSION@",
+ prefix: "@prefix@",
+ libdir: "@libdir@" });
+imports.package.run(imports.main);
diff --git a/src/org.gnome.GnomeMaxima.Application.src.gresource.xml b/src/org.gnome.GnomeMaxima.Application.src.gresource.xml
new file mode 100644
index 0000000..544e11a
--- /dev/null
+++ b/src/org.gnome.GnomeMaxima.Application.src.gresource.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<gresources>
+ <gresource prefix="/org/gnome/GnomeMaxima/Application/js">
+ <file>main.js</file>
+ <file>window.js</file>
+ <file>params.js</file>
+ <file>util.js</file>
+ </gresource>
+</gresources>
diff --git a/src/package.js b/src/package.js
new file mode 100644
index 0000000..fa1d5a8
--- /dev/null
+++ b/src/package.js
@@ -0,0 +1,247 @@
+// Copyright 2012 Giovanni Campagna
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to
+// deal in the Software without restriction, including without limitation the
+// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+// sell copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+// IN THE SOFTWARE.
+
+/**
+ * This module provides a set of convenience APIs for building packaged
+ * applications.
+ */
+
+const GLib = imports.gi.GLib;
+const GIRepository = imports.gi.GIRepository;
+const Gio = imports.gi.Gio;
+const System = imports.system;
+
+const Gettext = imports.gettext;
+
+/*< public >*/
+var name;
+var version;
+var prefix;
+var datadir;
+var libdir;
+var pkgdatadir;
+var pkglibdir;
+var moduledir;
+var localedir;
+
+/*< private >*/
+let _pkgname;
+let _base;
+
+function _findEffectiveEntryPointName() {
+ let entryPoint = System.programInvocationName;
+ while (GLib.file_test(entryPoint, GLib.FileTest.IS_SYMLINK))
+ entryPoint = GLib.file_read_link(entryPoint);
+
+ return GLib.path_get_basename(entryPoint);
+}
+
+function _runningFromSource() {
+ let binary = Gio.File.new_for_path(System.programInvocationName);
+ let sourceBinary = Gio.File.new_for_path('./src/' + name);
+ return binary.equal(sourceBinary);
+}
+
+function _makeNamePath(name) {
+ return '/' + name.replace('.', '/', 'g');
+}
+
+/**
+ * init:
+ * @params: package parameters
+ *
+ * Initialize directories and global variables. Must be called
+ * before any of other API in Package is used.
+ * @params must be an object with at least the following keys:
+ * - name: the package name ($(PACKAGE_NAME) in autotools,
+ * eg. org.foo.Bar)
+ * - version: the package version
+ * - prefix: the installation prefix
+ *
+ * init() will take care to check if the program is running from
+ * the source directory or not, by looking for a 'src' directory.
+ *
+ * At the end, the global variable 'pkg' will contain the
+ * Package module (imports.package). Additionally, the following
+ * module variables will be available:
+ * - name: the base name of the entry point (eg. org.foo.Bar.App)
+ * - version: same as in @params
+ * - prefix: the installation prefix (as passed in @params)
+ * - datadir, libdir: the final datadir and libdir when installed;
+ * usually, these would be prefix + '/share' and
+ * and prefix + '/lib' (or '/lib64')
+ * - pkgdatadir: the directory to look for private data files, such as
+ * images, stylesheets and UI definitions;
+ * this will be datadir + name when installed and
+ * './data' when running from the source tree
+ * - pkglibdir: the directory to look for private typelibs and C
+ * libraries;
+ * this will be libdir + name when installed and
+ * './lib' when running from the source tree
+ * - moduledir: the directory to look for JS modules;
+ * this will be pkglibdir when installed and
+ * './src' when running from the source tree
+ * - localedir: the directory containing gettext translation files;
+ * this will be datadir + '/locale' when installed
+ * and './po' in the source tree
+ *
+ * All paths are absolute and will not end with '/'.
+ *
+ * As a side effect, init() calls GLib.set_prgname().
+ */
+function init(params) {
+ window.pkg = imports.package;
+ _pkgname = params.name;
+ name = _findEffectiveEntryPointName();
+ version = params.version;
+
+ // Must call it first, because it can only be called
+ // once, and other library calls might have it as a
+ // side effect
+ GLib.set_prgname(name);
+
+ prefix = params.prefix;
+ libdir = params.libdir;
+ datadir = GLib.build_filenamev([prefix, 'share']);
+ let libpath, girpath;
+
+ if (_runningFromSource()) {
+ log('Running from source tree, using local files');
+ // Running from source directory
+ _base = GLib.get_current_dir();
+ pkglibdir = GLib.build_filenamev([_base, 'lib']);
+ libpath = GLib.build_filenamev([pkglibdir, '.libs']);
+ girpath = pkglibdir;
+ pkgdatadir = GLib.build_filenamev([_base, 'data']);
+ localedir = GLib.build_filenamev([_base, 'po']);
+ moduledir = GLib.build_filenamev([_base, 'src']);
+ } else {
+ _base = prefix;
+ pkglibdir = GLib.build_filenamev([libdir, _pkgname]);
+ libpath = pkglibdir;
+ girpath = GLib.build_filenamev([pkglibdir, 'girepository-1.0']);
+ pkgdatadir = GLib.build_filenamev([datadir, _pkgname]);
+ localedir = GLib.build_filenamev([datadir, 'locale']);
+
+ try {
+ let resource = Gio.Resource.load(GLib.build_filenamev([pkgdatadir,
+ name + '.src.gresource']));
+ resource._register();
+
+ moduledir = 'resource://' + _makeNamePath(name) + '/js';
+ } catch(e) {
+ moduledir = pkgdatadir;
+ }
+ }
+
+ imports.searchPath.unshift(moduledir);
+ GIRepository.Repository.prepend_search_path(girpath);
+ GIRepository.Repository.prepend_library_path(libpath);
+
+ try {
+ let resource = Gio.Resource.load(GLib.build_filenamev([pkgdatadir,
+ name + '.data.gresource']));
+ resource._register();
+ } catch(e) { }
+}
+
+/**
+ * start:
+ * @params: see init()
+ *
+ * This is a convenience function if your package has a
+ * single entry point.
+ * You must define a main(ARGV) function inside a main.js
+ * module in moduledir.
+ */
+function start(params) {
+ init(params);
+ run(imports.main);
+}
+
+/**
+ * run:
+ * @module: the module to run
+ *
+ * This is the function to use if you want to have multiple
+ * entry points in one package.
+ * You must define a main(ARGV) function inside the passed
+ * in module, and then the launcher would be
+ *
+ * imports.package.init(...);
+ * imports.package.run(imports.entrypoint);
+ */
+function run(module) {
+ return module.main([System.programInvocationName].concat(ARGV));
+}
+
+/**
+ * require:
+ * @libs: the external dependencies to import
+ *
+ * Mark a dependency on a specific version of one or more
+ * external GI typelibs.
+ * @libs must be an object whose keys are a typelib name,
+ * and values are the respective version. The empty string
+ * indicates any version.
+ */
+function require(libs) {
+ for (let l in libs) {
+ let version = libs[l];
+
+ if (version != '')
+ imports.gi.versions[l] = version;
+
+ try {
+ imports.gi[l];
+ } catch(e) {
+ printerr('Unsatisfied dependency: ' + e.message);
+ System.exit(1);
+ }
+ }
+}
+
+function initGettext() {
+ Gettext.bindtextdomain(_pkgname, localedir);
+ Gettext.textdomain(_pkgname);
+
+ let gettext = imports.gettext;
+ window._ = gettext.gettext;
+ window.C_ = gettext.pgettext;
+ window.N_ = function(x) { return x; }
+}
+
+function initFormat() {
+ let format = imports.format;
+ String.prototype.format = format.format;
+}
+
+function initSubmodule(name) {
+ if (moduledir != pkgdatadir) {
+ // Running from source tree, add './name' to search paths
+
+ let submoduledir = GLib.build_filenamev([_base, name]);
+ let libpath = GLib.build_filenamev([submoduledir, '.libs']);
+ GIRepository.Repository.prepend_search_path(submoduledir);
+ GIRepository.Repository.prepend_library_path(libpath);
+ } else {
+ // Running installed, submodule is in $(pkglibdir), nothing to do
+ }
+}
diff --git a/src/page.html b/src/page.html
new file mode 100644
index 0000000..a0be105
--- /dev/null
+++ b/src/page.html
@@ -0,0 +1,101 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>MathJax Dynamic Math Test Page</title>
+<!-- Copyright (c) 2010-2013 The MathJax Consortium -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<meta http-equiv="X-UA-Compatible" content="IE=edge" />
+
+<script type="text/x-mathjax-config">
+ MathJax.Hub.Config({
+ extensions: ["tex2jax.js"],
+ jax: ["input/TeX", "output/HTML-CSS"],
+ displayAlign: "left",
+ tex2jax: {
+ displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
+ processEscapes: true
+ },
+ "SVG": {
+ availableFonts: ["TeX"],
+ linebreaks: { automatic: true }
+ },
+ "HTML-CSS": {
+ linebreaks: { automatic: true }
+ }
+
+ });
+</script>
+<script type="text/javascript" src="file:///usr/share/javascript/mathjax/MathJax.js"></script>
+<style>
+.error {
+ background: #fff0f0;
+ border-radius: 2px;
+ padding: 8px;
+ color: red;
+}
+.text {
+ background: #f0f0ff;
+ border-radius: 2px;
+ padding: 8px;
+ color: blue;
+}
+.input {
+ background: #f0fff0;
+ border-radius: 2px;
+ padding: 8px;
+ color: blue;
+}
+</style>
+
+</head>
+<body>
+
+<script>
+ //
+ // Use a closure to hide the local variables from the
+ // global namespace
+ //
+ (function () {
+ var QUEUE = MathJax.Hub.queue; // shorthand for the queue
+
+ window.appendNode = function(node) {
+ document.getElementById("MathOutput").appendChild(node);
+ }
+ window.AddError = function (text) {
+ var pre = document.createElement("pre");
+ var tnode = document.createTextNode(text);
+ pre.className = "error";
+ pre.appendChild(tnode);
+ QUEUE.Push(["appendNode", window, pre]);
+ }
+ window.AddText = function (text) {
+ var pre = document.createElement("pre");
+ var tnode = document.createTextNode(text);
+ pre.className = "text";
+ pre.appendChild(tnode);
+ QUEUE.Push(["appendNode", window, pre]);
+ }
+ window.AddInput = function (text,title) {
+ var pre = document.createElement("pre");
+ var tnode = document.createTextNode(text);
+ pre.title = title;
+ pre.className = "input";
+ pre.appendChild(tnode);
+ QUEUE.Push(["appendNode", window, pre]);
+ }
+ window.AddMath = function (TeX,title) {
+ var math = document.getElementById("MathOutput");
+ var div = document.createElement("div");
+ var tnode = document.createTextNode(TeX);
+ div.title = title;
+ div.appendChild(tnode);
+
+ QUEUE.Push(["appendNode", window, div]);
+ QUEUE.Push(["Typeset",MathJax.Hub, div]);
+ }
+ })();
+</script>
+
+<div id="MathOutput" class="output"></div>
+</body>
+</html>
diff --git a/src/params.js b/src/params.js
new file mode 100644
index 0000000..ee45c81
--- /dev/null
+++ b/src/params.js
@@ -0,0 +1,124 @@
+// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*-
+
+// Params:
+//
+// A set of convenience functions for dealing with pseudo-keyword
+// arguments.
+//
+// Examples:
+//
+// A function with complex arguments
+// function myFunction(params) {
+// params = Params.parse(params, { myFlags: Flags.NONE,
+// anInt: 42,
+// aString: 'hello, world!',
+// });
+// ... params.anInt, params.myFlags, params.aString ...
+// }
+// myFunction({ anInt: -1 });
+//
+// Extend a method to allow more params in a subclass
+// The superclass can safely use Params.parse(), it won't see
+// the extensions.
+// const MyClass = new Lang.Class({
+// ...
+// method: function(params) {
+// let mine = Params.filter(params, { anInt: 42 });
+// this.parent(params);
+// ... mine.anInt ...
+// }
+// });
+
+// parse:
+// @params: caller-provided parameter object, or %null
+// @defaults: function-provided defaults object
+//
+// Examines @params and fills in default values from @defaults for
+// any properties in @defaults that don't appear in @params.
+// This function will throw a Error if @params contains a property
+// that is not recognized. Use fill() or filter() if you don't
+// want that.
+//
+// If @params is %null, this returns the values from @defaults.
+//
+// Return value: a new object, containing the merged parameters from
+// @params and @defaults
+function parse(params, defaults) {
+ let ret = {}, prop;
+ params = params || {};
+
+ for (prop in params) {
+ if (!(prop in defaults))
+ throw new Error('Unrecognized parameter "' + prop + '"');
+ ret[prop] = params[prop];
+ }
+
+ for (prop in defaults) {
+ if (!(prop in params))
+ ret[prop] = defaults[prop];
+ }
+
+ return ret;
+}
+
+// fill:
+// @params: caller-provided parameter object, or %null
+// @defaults: function-provided defaults object
+//
+// Examines @params and fills in default values from @defaults
+// for any properties in @defaults that don't appear in @params.
+//
+// Differently from parse(), this function does not throw for
+// unrecognized parameters.
+//
+// Return value: a new object, containing the merged parameters from
+// @params and @defaults
+function fill(params, defaults) {
+ let ret = {}, prop;
+ params = params || {};
+
+ for (prop in params)
+ ret[prop] = params[prop];
+
+ for (prop in defaults) {
+ if (!(prop in ret))
+ ret[prop] = defaults[prop];
+ }
+
+ return ret;
+}
+
+// filter:
+// @params: caller-provided parameter object, or %null
+// @defaults: function-provided defaults object
+//
+// Examines @params and returns an object containing the
+// same properties as @defaults, but with values taken from
+// @params where available.
+// Then it removes from @params all matched properties.
+//
+// This is similar to parse(), but it accepts unknown properties
+// and modifies @params for known ones.
+//
+// If @params is %null, this returns the values from @defaults.
+//
+// Return value: a new object, containing the merged parameters from
+// @params and @defaults
+function filter(params, defaults) {
+ let ret = {}, prop;
+ params = params || {};
+
+ for (prop in defaults) {
+ if (!(prop in params))
+ ret[prop] = defaults[prop];
+ }
+
+ for (prop in params) {
+ if (prop in defaults) {
+ ret[prop] = params[prop];
+ delete params[prop];
+ }
+ }
+
+ return ret;
+}
diff --git a/src/util.js b/src/util.js
new file mode 100644
index 0000000..5da0198
--- /dev/null
+++ b/src/util.js
@@ -0,0 +1,146 @@
+// -*- Mode: js; indent-tabs-mode: nil; c-basic-offset: 4; tab-width: 4 -*-
+//
+// Copyright (c) 2013 Giovanni Campagna <scampa.giovanni@gmail.com>
+//
+// Redistribution and use in source and binary forms, with or without
+// modification, are permitted provided that the following conditions are met:
+// * Redistributions of source code must retain the above copyright
+// notice, this list of conditions and the following disclaimer.
+// * Redistributions in binary form must reproduce the above copyright
+// notice, this list of conditions and the following disclaimer in the
+// documentation and/or other materials provided with the distribution.
+// * Neither the name of the GNOME Foundation nor the
+// names of its contributors may be used to endorse or promote products
+// derived from this software without specific prior written permission.
+//
+// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY
+// DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+const Gdk = imports.gi.Gdk;
+const Gio = imports.gi.Gio;
+const GLib = imports.gi.GLib;
+const Gtk = imports.gi.Gtk;
+const System = imports.system;
+
+const Params = imports.params;
+
+function loadUI(resourcePath, objects) {
+ let ui = new Gtk.Builder();
+
+ if (objects) {
+ for (let o in objects)
+ ui.expose_object(o, objects[o]);
+ }
+
+ ui.add_from_resource(resourcePath);
+ return ui;
+}
+
+function loadStyleSheet(resource) {
+ let provider = new Gtk.CssProvider();
+ provider.load_from_file(Gio.File.new_for_uri('resource://' + resource));
+ Gtk.StyleContext.add_provider_for_screen(Gdk.Screen.get_default(),
+ provider,
+ Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION);
+}
+
+function initActions(actionMap, simpleActionEntries, context) {
+ simpleActionEntries.forEach(function(entry) {
+ let filtered = Params.filter(entry, { activate: null,
+ state_changed: null,
+ context: null });
+ let action = new Gio.SimpleAction(entry);
+
+ let context = filtered.context || actionMap;
+ if (filtered.activate)
+ action.connect('activate', filtered.activate.bind(context));
+ if (filtered.state_changed)
+ action.connect('state-changed', filtered.state_changed.bind(context));
+
+ actionMap.add_action(action);
+ });
+}
+
+function arrayEqual(one, two) {
+ if (one.length != two.length)
+ return false;
+
+ for (let i = 0; i < one.length; i++)
+ if (one[i] != two[i])
+ return false;
+
+ return true;
+}
+
+function getSettings(schemaId, path) {
+ const GioSSS = Gio.SettingsSchemaSource;
+ let schemaSource;
+
+ if (!pkg.moduledir.startsWith('resource://')) {
+ // Running from the source tree
+ schemaSource = GioSSS.new_from_directory(pkg.pkgdatadir,
+ GioSSS.get_default(),
+ false);
+ } else {
+ schemaSource = GioSSS.get_default();
+ }
+
+ let schemaObj = schemaSource.lookup(schemaId, true);
+ if (!schemaObj) {
+ log('Missing GSettings schema ' + schemaId);
+ System.exit(1);
+ }
+
+ if (path === undefined)
+ return new Gio.Settings({ settings_schema: schemaObj });
+ else
+ return new Gio.Settings({ settings_schema: schemaObj,
+ path: path });
+}
+
+function loadIcon(iconName, size) {
+ let theme = Gtk.IconTheme.get_default();
+
+ return theme.load_icon(iconName,
+ size,
+ Gtk.IconLookupFlags.GENERIC_FALLBACK);
+}
+
+function isCdm(c) {
+ return ((c >= 0x0300 && c <= 0x036F) ||
+ (c >= 0x1DC0 && c <= 0x1DFF) ||
+ (c >= 0x20D0 && c <= 0x20FF) ||
+ (c >= 0xFE20 && c <= 0xFE2F));
+}
+
+function normalizeCasefoldAndUnaccent(str) {
+ // The one and only!
+ // Travelled all over gnome, from tracker to gnome-shell to gnome-control-center,
+ // to seahorse, epiphany...
+ //
+ // Originally written by Aleksander Morgado <aleksander@gnu.org>
+
+ str = GLib.utf8_normalize(str, -1, GLib.NormalizeMode.NFKD);
+ str = GLib.utf8_casefold(str, -1);
+
+ /* Combining diacritical mark?
+ * Basic range: [0x0300,0x036F]
+ * Supplement: [0x1DC0,0x1DFF]
+ * For Symbols: [0x20D0,0x20FF]
+ * Half marks: [0xFE20,0xFE2F]
+ */
+ return str.replace(/[\u0300-\u036f]|[\u1dc0-\u1dff]|[\u20d0-\u20ff]|[\ufe20-\ufe2f]/, '');
+}
+
+function assertEqual(one, two) {
+ if (one != two)
+ throw Error('Assertion failed: ' + one + ' != ' + two);
+}
diff --git a/src/window.js b/src/window.js
new file mode 100644
index 0000000..b4f7e99
--- /dev/null
+++ b/src/window.js
@@ -0,0 +1,316 @@
+// -*- Mode: js; indent-tabs-mode: nil; c-basic-offset: 4; tab-width: 4 -*-
+//
+// Copyright (c) 2014 Wim Taymans <wtaymans@redhat.com>
+//
+// Gnome Maxima is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by the
+// Free Software Foundation; either version 2 of the License, or (at your
+// option) any later version.
+//
+// Gnome Maxima is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+// for more details.
+//
+// You should have received a copy of the GNU General Public License along
+// with Gnome Maxima; if not, write to the Free Software Foundation,
+// Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+const GLib = imports.gi.GLib;
+const Gio = imports.gi.Gio;
+const GObject = imports.gi.GObject;
+const Gtk = imports.gi.Gtk;
+const Notify = imports.gi.Notify;
+const Lang = imports.lang;
+const WebKit = imports.gi.WebKit;
+
+const Mainloop = imports.mainloop;
+const Params = imports.params;
+const Util = imports.util;
+
+Notify.init('gnome-maxima');
+
+const MainWindow = new Lang.Class({
+ Name: 'MainWindow',
+ Extends: Gtk.ApplicationWindow,
+
+ _init: function(params) {
+ params = Params.fill(params, { width_request: 700,
+ height_request: 520 });
+ this.parent(params);
+
+ Util.initActions(this,
+ [{ name: 'about',
+ activate: this._showAbout },
+ { name: 'close',
+ activate: this._close },
+ { name: 'refresh',
+ activate: this.update }]);
+
+ this.view = new WebKit.WebView();
+ this.view.load_uri("file:///home/wim/src/gnome/gnome-maxima/src/page.html");
+ this.view.connect("load-finished", Lang.bind(this, this._onLoadFinished))
+ this.box = new Gtk.Box ({ orientation: Gtk.Orientation.VERTICAL });
+
+ this.scrolledView = new Gtk.ScrolledWindow ();
+ this.scrolledView.add(this.view);
+
+ this.textEntry = new Gtk.Entry();
+ this.textEntry.connect('activate', Lang.bind(this, this._onTextEntered));
+
+ this.box.pack_start(this.scrolledView, true, true, 0.0);
+ this.box.pack_start(this.textEntry, false, false, 0.0);
+
+ this.add(this.box);
+ this.set_resizable(true);
+ this.show_all();
+
+ this._openMaxima();
+ },
+
+ _onMaximaExited: function(pid, status) {
+ print ("maxima exited");
+ GLib.spawn_close_pid(pid);
+ },
+
+ _escapeJS: function(text) {
+ return text.replace(/\\/g,"\\\\")
+ .replace(/\'/g,"\\\'")
+ .replace(/\n/g,"\\n");
+ },
+
+ _outputText: function(text) {
+ text = text.trim();
+ if (text != "") {
+ this.view.execute_script("window.AddText('"+this._escapeJS (text)+"')");
+ }
+ },
+ _outputTeX: function(tex, label) {
+ tex = tex.trim();
+
+ if (tex != "") {
+ tex = tex.replace(/\\/g,"\\\\");
+ tex = tex.replace(/\n/g,"\\\\");
+ this.view.execute_script("window.AddMath('"+tex+"','"+label+"')");
+ }
+ },
+ _outputError: function(error) {
+ error = error.trim();
+ if (error != "") {
+ this.view.execute_script("window.AddError('"+this._escapeJS (error)+"')");
+ }
+ },
+ _outputInput: function(input,label) {
+ input = input.trim();
+ if (input != "") {
+ this.view.execute_script("window.AddInput('"+this._escapeJS (input)+"','"+label+"')");
+ }
+ },
+
+ _updateInputSeq: function(num) {
+ if (this.currentInputSeq != num) {
+ this.textEntry.set_text("");
+ this.currentInputSeq = num;
+ //print("current input seq: " + this.currentInputSeq);
+ }
+ this.textEntry.set_sensitive(true);
+ },
+
+ _parseSeq: function(text, index) {
+ var pe;
+
+ pe = text.indexOf(") ", index);
+ return [parseInt(text.slice(index+3,pe)), pe + 2];
+ },
+
+ _processInput: function(reply, pos) {
+ var [seq, pe] = this._parseSeq (reply, pos);
+
+ if (this.currentOutputSeq == this.currentInputSeq) {
+ // if we received a reply to our last input, all
+ // is fine, can also be the startup message
+ this._outputText (reply.slice(0, pos));
+ } else {
+ // no output but either the same prompt or a new one
+ this._outputError (reply.slice(0, pos));
+ }
+ // skip prompt
+ reply = reply.slice(pe);
+
+ // find next prompt
+ var next = reply.search(/\(%[iot]\d+\)\s/);
+
+ // output everthing till next prompt or end-of-reply
+ this._outputInput(reply.slice(0, next), "%i"+seq);
+
+ // and this is now what we expect
+ this._updateInputSeq(seq);
+
+ return reply.slice(next);
+ },
+
+ _processOutput: function(reply, pos) {
+ var [seq, pe] = this._parseSeq (reply, pos);
+
+ this.currentOutputSeq = seq;
+
+ // message before output
+ this._outputText (reply.slice(0, pos));
+
+ // skip prompr
+ reply = reply.slice(pe);
+
+ // find next prompt
+ var next = reply.search(/\(%[iot]\d+\)\s/);
+
+ // output everthing till next prompt or end-of-reply
+ var output = reply.slice(0, next);
+ var s, e;
+
+ // now find Tex
+ s = output.indexOf("$$");
+ if (s != -1)
+ e = output.indexOf("$$", s + 2);
+
+ if (s != -1 && e != -1) {
+ // we have TeX
+ this._outputTeX (output.slice (s, e+2), "%o"+seq);
+ } else {
+ // no TeX blurb -> Error
+ this._outputError (output);
+ }
+ return reply.slice(next);
+ },
+
+ _onMaximaOutput: function() {
+ var reply = this.currentBuffer;
+
+ while (this.instream.is_readable()) {
+ reply += String.fromCharCode(this.datainstream.read_byte(null));;
+ }
+
+ // consume input/output
+ //print ("parsing: \'" + reply + "\'");
+ while (true) {
+ var pos = reply.search(/^\(%[iot]\d+\)\s/m);
+ if (pos == -1)
+ break;
+
+ if (reply.charAt(pos+2) == 'i') {
+ // we got input
+ reply = this._processInput(reply, pos);
+ } else {
+ // we got output or a temp variable
+ reply = this._processOutput(reply, pos);
+ }
+ }
+ this.currentBuffer = reply;
+
+ return true;
+ },
+
+ _sendToMaxima: function(expr) {
+ this._outputInput(expr, "%i"+this.currentInputSeq);
+ this.dataoutstream.put_string(expr+"\n", null);
+ },
+
+ _onIncoming: function(service, connection) {
+ this.connection = connection;
+ this.instream = connection.get_input_stream();
+ this.datainstream = Gio.DataInputStream.new (this.instream);
+ this.insource = this.instream.create_source(null);
+ this.insource.attach(null);
+ this.insource.set_callback (Lang.bind(this, this._onMaximaOutput));
+
+ return true;
+ },
+
+ _openMaxima: function() {
+ var success, pid, stdin, stdout, stderr;
+
+ this.service = new Gio.SocketService ();
+ this.service.add_inet_port(5000, this);
+
+ this.service.connect("incoming", Lang.bind(this, this._onIncoming));
+ this.service.start();
+
+ this.currentInputSeq = 0;
+ this.currentOutputSeq = 0;
+ this.currentBuffer = "";
+
+ try {
+ [success, pid, stdin] =
+ GLib.spawn_async_with_pipes (null,
+ ["maxima", "-s", "5000",
+ "--disable-readline",
+ "--init-lisp=/home/wim/src/gnome/gnome-maxima/src/init.lisp"],
+ null,
+ GLib.SpawnFlags.DO_NOT_REAP_CHILD |
+ GLib.SpawnFlags.SEARCH_PATH,
+ null);
+ } catch (err) {
+ print ("error spawning maxima: " + err.message);
+ }
+ GLib.child_watch_add (GLib.PRIORITY_DEFAULT,
+ pid,
+ Lang.bind (this, this._onMaximaExited));
+
+ this.outstream = Gio.UnixOutputStream.new (stdin, true);
+ this.dataoutstream = Gio.DataOutputStream.new (this.outstream);
+ },
+
+ update: function() {
+ },
+
+ _onTextEntered: function(entry) {
+ var text = entry.get_text().trim();
+
+ if (text == '')
+ return;
+
+ //this.textEntry.set_sensitive(false);
+ this._sendToMaxima(text);
+ },
+
+ _doUpdate: function(frame) {
+ return true;
+ },
+
+ _onLoadFinished: function(frame) {
+ print ("loading finished");
+ //Mainloop.timeout_add_seconds(1, Lang.bind(this, this._doUpdate));
+ },
+
+ _getTitle: function() {
+ return [_("Maxima"), null];
+ },
+
+ _showAbout: function() {
+ let artists = [ 'Jakub Steiner <jimmac@gmail.com>' ];
+ let aboutDialog = new Gtk.AboutDialog(
+ { artists: artists,
+ authors: [ 'Wim Taymans <wtaymans@redhat.com>' ],
+ translator_credits: _("translator-credits"),
+ program_name: _("GnomeMaxima"),
+ comments: _("A graphical frontend to maxima"),
+ copyright: 'Copyright 2014 The gnome-maxima Developers',
+ license_type: Gtk.License.GPL_2_0,
+ logo_icon_name: 'org.gnome.GnomeMaxima.Application',
+ version: pkg.version,
+ website: 'https://wiki.gnome.org/Apps/GnomeMaxima',
+ wrap_license: true,
+ modal: true,
+ transient_for: this,
+ use_header_bar: true
+ });
+
+ aboutDialog.show();
+ aboutDialog.connect('response', function() {
+ aboutDialog.destroy();
+ });
+ },
+
+ _close: function() {
+ this.destroy();
+ }
+});
diff --git a/tests/Makefile.am b/tests/Makefile.am
new file mode 100644
index 0000000..ffafdee
--- /dev/null
+++ b/tests/Makefile.am
@@ -0,0 +1,33 @@
+include $(top_srcdir)/glib-tap.mk
+
+dogtail_tests = \
+ world_view.py
+
+TESTS_ENVIRONMENT += LC_ALL=C
+
+if ENABLE_DOGTAIL
+dist_test_scripts = $(dogtail_tests)
+dist_test_data = testutil.py
+
+CLEANFILES += *.pyc
+
+if ENABLE_COVERAGE
+lcov:
+ ( cd $(abs_top_builddir) ; $(TESTS_ENVIRONMENT) $(GJS) --coverage-output=$(abs_builddir) \
+ $(foreach source,$(wildcard $(abs_top_srcdir)/src/*.js),-C $(abs_top_srcdir)/src/$(notdir $(source))) \
+ $(abs_top_builddir)/src/org.gnome.GnomeMaxima.Application --gapplication-service ) & \
+ sleep 2 && TESTUTIL_DONT_START=1 $(MAKE) $(AM_MAKEFLAGS) check
+ $(GENHTML) $(builddir)/coverage.lcov
+
+clean-local:
+ rm -rf $(builddir)/src
+
+CLEANFILES += *.html *.png *.css coverage.lcov
+GITIGNOREFILES = src/
+endif
+
+else
+EXTRA_DIST += testutil.py $(dogtail_tests)
+endif
+
+include $(top_srcdir)/git.mk
diff --git a/tests/testutil.py b/tests/testutil.py
new file mode 100644
index 0000000..cb291d7
--- /dev/null
+++ b/tests/testutil.py
@@ -0,0 +1,80 @@
+# -*- mode: python -*-
+
+from gi.repository import GLib, Gio
+
+from dogtail.utils import isA11yEnabled, enableA11y
+if not isA11yEnabled():
+ enableA11y(True)
+
+from dogtail import tree
+from dogtail import utils
+from dogtail.predicate import *
+from dogtail.procedural import *
+
+import os, sys
+import subprocess
+
+APPLICATION_ID = "org.gnome.GnomeMaxima.Application"
+
+_bus = None
+
+class IsTextEqual(Predicate):
+ """Predicate subclass that looks for top-level windows"""
+ def __init__(self, text):
+ self.text = text
+
+ def satisfiedByNode(self, node):
+ try:
+ textIface = node.queryText()
+ #print textIface.getText(0, -1)
+ return textIface.getText(0, -1) == self.text
+ except NotImplementedError:
+ return False
+
+ def describeSearchResult(self):
+ return '%s text node' % self.text
+
+def _do_bus_call(method, params):
+ global _bus
+
+ if _bus == None:
+ _bus = Gio.bus_get_sync(Gio.BusType.SESSION)
+ _bus.call_sync(APPLICATION_ID, '/' + APPLICATION_ID.replace('.', '/'),
+ 'org.freedesktop.Application',
+ method, params, None,
+ Gio.DBusCallFlags.NONE,
+ -1, None)
+
+def start():
+ builddir = os.environ.get('G_TEST_BUILDDIR', None)
+ if builddir and not 'TESTUTIL_DONT_START' in os.environ:
+ subprocess.Popen([os.path.join(builddir, '..', 'src', APPLICATION_ID)],
+ cwd=os.path.join(builddir, '..'))
+ else:
+ _do_bus_call("Activate", GLib.Variant('(a{sv})', ([],)))
+ utils.doDelay(3)
+
+ app = tree.root.application(APPLICATION_ID)
+ focus.application(APPLICATION_ID)
+
+ return app
+
+def reset_settings():
+ # need to go through the parser because pygobject does not handle maybe types
+ parsed = GLib.Variant.parse(GLib.VariantType.new('av'),
+ "[<(uint32 1, <('Linate Airport', 'LIML', "
+ "false, @m(dd) (0.79296125100499293, "
+ "0.16202472640904275), @m(dd) (0.79354303905785273, "
+ "0.16057029118347829))>)>]")
+ settings.set_value("locations", parsed)
+
+def init():
+ global settings, _previous_locations
+
+ settings = Gio.Settings("org.gnome.GnomeMaxima.Application")
+ _previous_locations = settings.get_value("locations")
+ reset_settings()
+
+def fini():
+ settings.set_value("locations", _previous_locations)
+ _do_bus_call("ActivateAction", GLib.Variant('(sava{sv})', ('quit', [], [])))
diff --git a/tests/world_view.py b/tests/world_view.py
new file mode 100755
index 0000000..473b572
--- /dev/null
+++ b/tests/world_view.py
@@ -0,0 +1,98 @@
+#! /usr/bin/python
+
+from testutil import *
+
+from gi.repository import Gio, GLib
+
+import os, sys
+import pyatspi
+from dogtail import tree
+from dogtail import utils
+from dogtail.procedural import *
+
+def active(widget):
+ return widget.getState().contains(pyatspi.STATE_ARMED)
+def visible(widget):
+ return widget.getState().contains(pyatspi.STATE_VISIBLE)
+
+init()
+try:
+ app = start()
+
+ new_button = app.child('New')
+ back_button = app.child('Back')
+ delete_button = app.child('Delete')
+ select_button = app.child('Select')
+ done_button = app.child('Cancel')
+ world_view = app.child('World view')
+ city_view = app.child('City view')
+ content_view = app.child('Cities')
+ milan_icon = content_view.findChild(IsTextEqual('Milan'))
+
+ # basic state
+ assert new_button.showing
+ assert not back_button.showing
+ assert not delete_button.showing
+ assert select_button.showing
+ assert not done_button.showing
+ assert world_view.showing
+ assert content_view.showing
+ assert not city_view.showing
+
+ # selection mode
+ select_button.click()
+ assert not new_button.showing
+ assert not back_button.showing
+ assert delete_button.showing
+ assert not delete_button.sensitive
+ assert not select_button.showing
+ assert done_button.showing
+ assert world_view.showing
+ assert content_view.showing
+ assert not city_view.showing
+
+ # select one
+ milan_icon.click()
+ assert delete_button.sensitive
+ # unselect it
+ milan_icon.click()
+ assert not delete_button.sensitive
+
+ # back from selection mode
+ done_button.click()
+ assert new_button.showing
+ assert not back_button.showing
+ assert not delete_button.showing
+ assert select_button.showing
+ assert not done_button.showing
+ assert world_view.showing
+ assert content_view.showing
+ assert not city_view.showing
+
+ # back into selection mode, delete the only item
+ select_button.click()
+ milan_icon.click()
+ delete_button.click()
+ assert milan_icon.dead
+ placeholder = app.child('Add locations').parent
+ assert placeholder.showing
+ assert select_button.showing
+ assert not select_button.sensitive
+
+ # reset
+ reset_settings()
+ utils.doDelay(1)
+ milan_icon = content_view.findChild(IsTextEqual('Milan'))
+ assert not milan_icon.dead
+ # these two should be equivalend to milan_icon.showing,
+ # but for some reason they aren't
+ assert visible(milan_icon)
+ assert milan_icon.parent.showing
+
+finally:
+ fini()
+
+#type("gimp\n")
+#doDelay(2)
+#keyCombo("Escape")
+