Finished convert script to take care of everything, new images with correct attributions.
674
LICENSE
Normal file
@ -0,0 +1,674 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. 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
|
||||
them 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 prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. 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.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey 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;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If 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 convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU 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 that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
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.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
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.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
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
|
||||
state 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 3 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, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
This program 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, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<http://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU 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 Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
88
README.md
Normal file
@ -0,0 +1,88 @@
|
||||
## Points Watcher
|
||||
|
||||
**Points Watcher** is the easiest way to keep track of your Weight Watcher's Points Plus system. Points Watcher allows you to easily search for pre-calculated food from a giant database, or calculate food yourself from the nutrition facts, and easily subtract either one from your daily or weekly point allowance.
|
||||
|
||||
All of the information displayed within the **Points Watcher** is freely available from various sources on the internet. This data set was last updated on March 14, 2013. Points Watcher is not responsible for the quality or accuracy of this data.
|
||||
|
||||
Should you encounter any errors or discover inaccurate data, please [contact us][1] and [let us know so we can fix it][2]!
|
||||
* * *
|
||||
|
||||
**Points Watcher** was created using the following free & open source software:
|
||||
|
||||
* [PhoneGap][3]
|
||||
* [jQuery][4]
|
||||
* [Mustache.js][5]
|
||||
* [app-UI][6]
|
||||
|
||||
* * *
|
||||
|
||||
**Points Watcher** is an open source application initially based on another great open source application, [Fresh Food Finder][7]. You can learn more and download the source code from [github][8]
|
||||
|
||||
* * *
|
||||
|
||||
Copyright (C) 2013 Travis Burtrum (moparisthebest)
|
||||
|
||||
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 3 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, see <<http://www.gnu.org/licenses/>>.
|
||||
|
||||
* * *
|
||||
|
||||
"Sansation" font available through [fontsquirrel.com][9]
|
||||
All graphics used within this application obtained from [thenounproject.com][10], with the following licenses and attributions:
|
||||
|
||||
[Public Domain][11]
|
||||
|
||||
* [Arrow][12] designed by Collaboration by Roger Cook & Don Shanosky
|
||||
|
||||
[Creative Commons CC0 - No Rights Reserved][13]
|
||||
|
||||
* [Bread][14] designed by [Jakub Ukrop][15]
|
||||
* [Wheat][16] designed by [Megan Strickland][17]
|
||||
|
||||
[Creative Commons - Attribution (CC BY 3.0)][18]
|
||||
|
||||
* [Calculator][19] designed by [Scott Lewis][20]
|
||||
* [Notebook][21] designed by [Carlo][22]
|
||||
* [Settings][23] designed by [Michael Zenaty][24]
|
||||
* [Information][25] designed by [Sven Hofmann][26]
|
||||
* [Magnifying Glass][27] designed by [SimpleScott][28]
|
||||
* [Pointing][29] designed by [factor[e] design initiative][30]
|
||||
* [Arrow][31] designed by [Simon Brown][32]
|
||||
* [Watch][33]
|
||||
|
||||
[1]: https://github.com/moparisthebest/PointsWatcher/issues
|
||||
[2]: mailto:android@moparisthebest.com
|
||||
[3]: http://www.phonegap.com
|
||||
[4]: http://www.jquery.com
|
||||
[5]: https://github.com/janl/mustache.js
|
||||
[6]: http://triceam.github.com/app-UI
|
||||
[7]: https://github.com/triceam/Fresh-Food-Finder
|
||||
[8]: https://github.com/moparisthebest/PointsWatcher
|
||||
[9]: http://www.fontsquirrel.com/fonts/Sansation
|
||||
[10]: http://thenounproject.com/
|
||||
[11]: https://creativecommons.org/publicdomain/mark/1.0/
|
||||
[12]: http://thenounproject.com/noun/arrow/#icon-No41
|
||||
[13]: https://creativecommons.org/about/cc0
|
||||
[14]: http://thenounproject.com/noun/bread/#icon-No1845
|
||||
[15]: http://thenounproject.com/dill
|
||||
[16]: http://thenounproject.com/noun/wheat/#icon-No1478
|
||||
[17]: http://thenounproject.com/MeganStrickland
|
||||
[18]: https://creativecommons.org/licenses/by/3.0/
|
||||
[19]: http://thenounproject.com/noun/calculator/#icon-No804
|
||||
[20]: http://thenounproject.com/iconify
|
||||
[21]: http://thenounproject.com/noun/notebook/#icon-No2222
|
||||
[22]: http://thenounproject.com/Carlo
|
||||
[23]: http://thenounproject.com/noun/settings/#icon-No11801
|
||||
[24]: http://thenounproject.com/Michzen
|
||||
[25]: http://thenounproject.com/noun/information/#icon-No908
|
||||
[26]: http://thenounproject.com/hofmannsven
|
||||
[27]: http://thenounproject.com/noun/magnifying-glass/#icon-No4585
|
||||
[28]: http://thenounproject.com/simplescott
|
||||
[29]: http://thenounproject.com/noun/pointing/#icon-No11671
|
||||
[30]: http://thenounproject.com/factor_e
|
||||
[31]: http://thenounproject.com/noun/arrow/#icon-No8212
|
||||
[32]: http://thenounproject.com/Simonbrown
|
||||
[33]: http://thenounproject.com/noun/watch/#icon-No395
|
@ -7,9 +7,4 @@
|
||||
/home/mopar/devel/priv/pointsplus/PointsWatcher/android/res/xml/config.xml \
|
||||
/home/mopar/devel/priv/pointsplus/PointsWatcher/android/res/values/strings.xml \
|
||||
/home/mopar/devel/priv/pointsplus/PointsWatcher/android/res/drawable-ldpi/icon.png \
|
||||
/home/mopar/devel/priv/pointsplus/PointsWatcher/android/bin/res/drawable-mdpi/icon.png \
|
||||
/home/mopar/devel/priv/pointsplus/PointsWatcher/android/bin/res/drawable-xhdpi/icon.png \
|
||||
/home/mopar/devel/priv/pointsplus/PointsWatcher/android/bin/res/drawable-hdpi/icon.png \
|
||||
/home/mopar/devel/priv/pointsplus/PointsWatcher/android/bin/res/drawable/icon.png \
|
||||
/home/mopar/devel/priv/pointsplus/PointsWatcher/android/bin/res/drawable-ldpi/icon.png \
|
||||
/home/mopar/devel/priv/pointsplus/PointsWatcher/android/bin/AndroidManifest.xml \
|
||||
|
49
images/backArrow.svg
Normal file
@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
|
||||
|
||||
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.0"
|
||||
id="Layer_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="100"
|
||||
height="83.584"
|
||||
viewBox="0 0 100 83.584"
|
||||
enable-background="new 0 0 100 83.584"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.48.3.1 r9886"
|
||||
sodipodi:docname="backArrow.svg"><metadata
|
||||
id="metadata9"><rdf:RDF><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><defs
|
||||
id="defs7" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="640"
|
||||
inkscape:window-height="480"
|
||||
id="namedview5"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.75"
|
||||
inkscape:cx="50"
|
||||
inkscape:cy="41.792"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="Layer_1" />
|
||||
<polygon
|
||||
points="69.337,0 37.562,31.777 100,31.777 100,51.977 37.785,51.977 69.394,83.584 41.791,83.527 41.791,83.527 0,41.736 41.791,0 "
|
||||
id="polygon3" />
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
198
images/bread.svg
Executable file
@ -0,0 +1,198 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xml:space="preserve"
|
||||
width="78.050529"
|
||||
height="73.707474"
|
||||
style="fill-rule:evenodd"
|
||||
viewBox="0 0 40.390941 38.143421"
|
||||
id="svg2876"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.3.1 r9886"
|
||||
sodipodi:docname="bread.svg"><metadata
|
||||
id="metadata2890"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1440"
|
||||
inkscape:window-height="845"
|
||||
id="namedview2888"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.6641777"
|
||||
inkscape:cx="50.312141"
|
||||
inkscape:cy="32.876984"
|
||||
inkscape:window-x="-2"
|
||||
inkscape:window-y="-3"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="g3015" />
|
||||
<defs
|
||||
id="defs2878"><inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 44.29134 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="88.58268 : 44.29134 : 1"
|
||||
inkscape:persp3d-origin="44.29134 : 29.52756 : 1"
|
||||
id="perspective2892" />
|
||||
<style
|
||||
type="text/css"
|
||||
id="style2880">
|
||||
|
||||
.fil1 {fill:black}
|
||||
.fil0 {fill:white}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<style
|
||||
id="style3672"
|
||||
type="text/css">
|
||||
|
||||
.fil0 {fill:#0A0B0C}
|
||||
|
||||
</style>
|
||||
<inkscape:perspective
|
||||
id="perspective3682"
|
||||
inkscape:persp3d-origin="45 : 33.333333 : 1"
|
||||
inkscape:vp_z="90 : 50 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 50 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
|
||||
|
||||
|
||||
<style
|
||||
id="style3731"
|
||||
type="text/css">
|
||||
|
||||
.fil1 {fill:black}
|
||||
.fil0 {fill:white}
|
||||
|
||||
</style>
|
||||
<inkscape:perspective
|
||||
id="perspective3743"
|
||||
inkscape:persp3d-origin="44.29134 : 29.52756 : 1"
|
||||
inkscape:vp_z="88.58268 : 44.29134 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 44.29134 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
|
||||
|
||||
|
||||
|
||||
<style
|
||||
id="style3757"
|
||||
type="text/css">
|
||||
|
||||
.fil1 {fill:black}
|
||||
.fil0 {fill:white}
|
||||
|
||||
</style>
|
||||
<inkscape:perspective
|
||||
id="perspective3769"
|
||||
inkscape:persp3d-origin="44.29134 : 29.52756 : 1"
|
||||
inkscape:vp_z="88.58268 : 44.29134 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_x="0 : 44.29134 : 1"
|
||||
sodipodi:type="inkscape:persp3d" />
|
||||
|
||||
|
||||
|
||||
|
||||
<style
|
||||
id="style3002"
|
||||
type="text/css">
|
||||
|
||||
.fil0 {fill:white}
|
||||
.fil1 {fill:black}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<style
|
||||
id="style3027"
|
||||
type="text/css">
|
||||
|
||||
.fil1 {fill:black}
|
||||
.fil0 {fill:white}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<style
|
||||
id="style3076"
|
||||
type="text/css">
|
||||
|
||||
.fil1 {fill:black}
|
||||
.fil0 {fill:white}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<style
|
||||
id="style3133"
|
||||
type="text/css">
|
||||
|
||||
.fil1 {fill:black}
|
||||
.fil0 {fill:white}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<style
|
||||
id="style3182"
|
||||
type="text/css">
|
||||
|
||||
.fil1 {fill:black}
|
||||
.fil0 {fill:white}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
|
||||
</defs>
|
||||
|
||||
<g
|
||||
style="fill-rule:evenodd"
|
||||
id="g3015"
|
||||
transform="matrix(1.0293389,0,0,1.0293389,-67.254305,-3.4199336)"><path
|
||||
style="fill:#000000;fill-rule:evenodd"
|
||||
d="m 97.903047,28.348957 4.745903,-0.006 c 0.78617,-0.428645 0.57439,-1.458759 0.57196,-2.197154 -0.16864,-2.197155 -0.16181,-4.40335 -0.33265,-6.598079 -0.26551,-3.558168 -0.0852,-6.034485 -0.4467,-9.353557 0.99136,-0.6177582 1.91668,-1.5133514 2.13551,-2.7101173 -0.29633,-1.3354456 -1.59766,-2.0555798 -2.75548,-2.550269 C 98.785864,3.7031086 95.471851,3.4045805 92.228732,3.3224564 l -0.0061,0 -0.0061,0 c -3.243398,0.082097 -6.557199,0.3806288 -9.593148,1.6113033 -1.157801,0.4946904 -2.459146,1.2148234 -2.755477,2.5502876 0.0061,0.033246 0.01278,0.066047 0.02003,0.098633 1.65426,-0.2375486 3.332939,-0.3377195 5.009219,-0.3802103 l 0.0383,-8.812e-4 0.0218,0 0.02179,0 0.03832,8.812e-4 c 3.518752,0.088943 7.048525,0.4326064 10.340078,1.7669761 l 0.01827,0.00734 0.01806,0.00788 c 1.853277,0.7914624 3.53615,1.9604959 3.99936,4.0491119 l 0.0934,0.420939 -0.0775,0.424242 c -0.24701,1.35088 -1.00391,2.456937 -2.001222,3.324583 0.204084,2.73126 0.137156,5.458331 0.341023,8.193554 0.07661,0.982777 0.117338,1.967315 0.154329,2.951855 z"
|
||||
id="path3217"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
style="fill:#000000;fill-rule:evenodd"
|
||||
d="m 77.691767,40.37869 10.42638,-0.0132 c 0.786398,-0.428425 0.574387,-1.458759 0.572186,-2.197154 -0.16864,-2.196939 -0.161814,-4.40335 -0.332657,-6.598079 -0.265507,-3.557941 -0.08543,-6.034485 -0.446916,-9.353557 0.991583,-0.617759 1.916899,-1.513351 2.135729,-2.709901 -0.296329,-1.335464 -1.597672,-2.055815 -2.755478,-2.550288 -3.035948,-1.230888 -6.34975,-1.529428 -9.593085,-1.61154 l -0.0061,2.2e-4 -0.0061,-2.2e-4 c -3.243119,0.08213 -6.557137,0.380649 -9.59287,1.61154 -1.157801,0.494471 -2.459147,1.214824 -2.755478,2.550288 0.218836,1.196549 1.144152,2.092146 2.135514,2.709901 -0.361498,3.319072 -0.181189,5.795616 -0.446698,9.353557 -0.17084,2.194741 -0.164016,4.40114 -0.332656,6.598079 -0.0024,0.738404 -0.214211,1.76874 0.571967,2.197154 l 10.42638,0.0132 z"
|
||||
id="path3215"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
style="fill:#000000;fill-rule:evenodd"
|
||||
d="m 90.63783,34.360282 4.74569,-0.0061 c 0.786398,-0.428424 0.574388,-1.458531 0.572186,-2.196938 -0.16864,-2.197155 -0.161815,-4.40335 -0.332877,-6.598079 -0.265288,-3.558168 -0.08519,-6.034485 -0.446696,-9.353773 0.991362,-0.617538 1.916899,-1.513351 2.135512,-2.709901 C 97.015316,12.159996 95.713973,11.439645 94.556168,10.945172 91.520435,9.7145002 88.206647,9.4157439 84.963299,9.3338478 l -0.0061,0 -0.0061,0 c -3.243335,0.081899 -6.557137,0.3806502 -9.592869,1.6113242 -1.157801,0.494471 -2.459147,1.214824 -2.755478,2.550288 0.0059,0.03302 0.01276,0.06583 0.01981,0.09863 1.654259,-0.237549 3.33294,-0.337939 5.009219,-0.38021 l 0.03832,-0.0011 0.0218,2.21e-4 0.02202,-2.21e-4 0.03809,0.0011 c 3.51898,0.08894 7.048741,0.432387 10.340078,1.766759 l 0.01827,0.0074 0.01827,0.0077 c 1.853278,0.791681 3.535932,1.960711 3.999357,4.049112 l 0.09335,0.421157 -0.07749,0.424021 c -0.247016,1.350881 -1.004133,2.456938 -2.001437,3.3248 0.204084,2.731032 0.137377,5.458115 0.341241,8.193337 0.07639,0.982998 0.11734,1.967316 0.15433,2.952072 z"
|
||||
id="path3188"
|
||||
inkscape:connector-curvature="0" /></g></svg>
|
After Width: | Height: | Size: 6.7 KiB |
50
images/calculator.svg
Executable file
@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.0"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="85.039001"
|
||||
height="100.035"
|
||||
viewBox="0 0 85.039 100.035"
|
||||
overflow="visible"
|
||||
enable-background="new 0 0 85.039 100"
|
||||
xml:space="preserve"
|
||||
id="svg3007"
|
||||
inkscape:version="0.48.3.1 r9886"
|
||||
sodipodi:docname="calculator.svg"
|
||||
style="overflow:visible"><metadata
|
||||
id="metadata3015"><rdf:RDF><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><defs
|
||||
id="defs3013" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="640"
|
||||
inkscape:window-height="480"
|
||||
id="namedview3011"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.36"
|
||||
inkscape:cx="42.5195"
|
||||
inkscape:cy="50.035"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg3007" />
|
||||
<path
|
||||
d="m 71.017999,0 h -57.001 C 6.2749993,0 -7.3242187e-7,6.27 -7.3242187e-7,14.017 v 71.996 0.005 c 0,7.741 6.27500003242187,14.017 14.01699973242187,14.017 h 57.001 c 7.747,0 14.021,-6.275 14.021,-14.017 V 86.013 14.017 C 85.038999,6.27 78.764999,0 71.017999,0 z m -44.473,85.539 c 0,1.918 -1.558,3.477 -3.481,3.477 h -9.864 c -1.923,0 -3.4809997,-1.559 -3.4809997,-3.477 v -3.486 c 0,-1.918 1.5579997,-3.476 3.4809997,-3.476 h 9.864 c 1.923,0 3.481,1.558 3.481,3.476 v 3.486 z m 0,-18.212 c 0,1.923 -1.558,3.481 -3.481,3.481 h -9.864 c -1.923,0 -3.4809997,-1.559 -3.4809997,-3.481 v -3.481 c 0,-1.918 1.5579997,-3.481 3.4809997,-3.481 h 9.864 c 1.923,0 3.481,1.563 3.481,3.481 v 3.481 z m 0,-18.213 c 0,1.923 -1.558,3.487 -3.481,3.487 h -9.864 c -1.923,0 -3.4809997,-1.563 -3.4809997,-3.487 v -3.476 c 0,-1.923 1.5579997,-3.481 3.4809997,-3.481 h 9.864 c 1.923,0 3.481,1.558 3.481,3.481 v 3.476 z m 24.154,36.425 c 0,1.918 -1.563,3.477 -3.481,3.477 h -9.858 c -1.929,0 -3.487,-1.559 -3.487,-3.477 v -3.486 c 0,-1.918 1.558,-3.476 3.487,-3.476 h 9.858 c 1.918,0 3.481,1.558 3.481,3.476 v 3.486 z m 0,-18.212 c 0,1.923 -1.563,3.481 -3.481,3.481 h -9.858 c -1.929,0 -3.487,-1.559 -3.487,-3.481 v -3.481 c 0,-1.918 1.558,-3.481 3.487,-3.481 h 9.858 c 1.918,0 3.481,1.563 3.481,3.481 v 3.481 z m 0,-18.213 c 0,1.923 -1.563,3.487 -3.481,3.487 h -9.858 c -1.929,0 -3.487,-1.563 -3.487,-3.487 v -3.476 c 0,-1.923 1.558,-3.481 3.487,-3.481 h 9.858 c 1.918,0 3.481,1.558 3.481,3.481 v 3.476 z m 24.155,36.425 c 0,1.918 -1.559,3.477 -3.481,3.477 h -9.858 c -1.924,0 -3.481,-1.559 -3.481,-3.477 v -3.486 c 0,-1.918 1.558,-3.476 3.481,-3.476 h 9.858 c 1.923,0 3.481,1.558 3.481,3.476 v 3.486 z m 0,-18.212 c 0,1.923 -1.559,3.481 -3.481,3.481 h -9.858 c -1.924,0 -3.481,-1.559 -3.481,-3.481 v -3.481 c 0,-1.918 1.558,-3.481 3.481,-3.481 h 9.858 c 1.923,0 3.481,1.563 3.481,3.481 v 3.481 z m 0,-18.213 c 0,1.923 -1.559,3.487 -3.481,3.487 h -9.858 c -1.924,0 -3.481,-1.563 -3.481,-3.487 v -3.476 c 0,-1.923 1.558,-3.481 3.481,-3.481 h 9.858 c 1.923,0 3.481,1.558 3.481,3.481 v 3.476 z m 0.128,-18.851 c 0,1.923 -1.559,3.481 -3.481,3.481 h -58.301 c -1.923,0 -3.4809997,-1.558 -3.4809997,-3.481 V 14.892 c 0,-1.923 1.5579997,-3.481 3.4809997,-3.481 h 58.301 c 1.923,0 3.481,1.558 3.481,3.481 v 15.371 z"
|
||||
id="path3009"
|
||||
inkscape:connector-curvature="0" />
|
||||
</svg>
|
After Width: | Height: | Size: 3.8 KiB |
@ -1,71 +1,128 @@
|
||||
#!/bin/bash
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
# exit on error
|
||||
set -e
|
||||
|
||||
function svg2png(){
|
||||
in_file="$1"
|
||||
out_file="$2"
|
||||
size="96x96"
|
||||
size="${3:-$size}"
|
||||
color="$4"
|
||||
bg_color="$5"
|
||||
[ -n "$bg_color" ] && bg_color="-background "$bg_color" -flatten"
|
||||
|
||||
x=$(echo "$size" | sed 's/x.*$//')
|
||||
y=$(echo "$size" | sed 's/^.*x//')
|
||||
|
||||
|
||||
#convert -background none -resize 400x530\! ./wheat.svg ../www/assets/graphics/wheat-imagemagick.png # blurry
|
||||
#inkscape --export-background-opacity=0 --without-gui -w 400 -h 530 ./wheat.svg --export-png=../www/assets/graphics/wheat-inkscape.png # crisp
|
||||
|
||||
inkscape --export-background-opacity=0 --without-gui -w "$x" -h "$y" "$in_file" --export-png="$out_file"
|
||||
[ -n "$color" ] && convert -background none "$out_file" -fill "$color" +opaque "$color" $bg_color "$out_file" || true
|
||||
|
||||
# http://stackoverflow.com/questions/12165304/change-the-color-of-an-image-with-imagemagick
|
||||
#convert -background none -resize "$size"\! "$in_file" -fill "$color" +opaque "$color" $bg_color "$out_file"
|
||||
#convert \( "$in_file" -alpha extract \) -background "$color" -alpha shape "$out_file" # never worked
|
||||
}
|
||||
|
||||
function svg2splash(){
|
||||
in_file="$1"
|
||||
out_file="$2"
|
||||
size="480x800"
|
||||
size="${3:-$size}"
|
||||
#gradient="gradient:gray-white"
|
||||
#gradient="radial-gradient:#555555-#222222"
|
||||
gradient="gradient:#A7A7A7-#E4E4E4"
|
||||
gradient="${4:-$gradient}"
|
||||
|
||||
x=$(echo "$size" | sed 's/x.*$//')
|
||||
y=$(echo "$size" | sed 's/^.*x//')
|
||||
|
||||
svg_size=$(($x/3))
|
||||
pnt_size=$(($x/10)) # was 36
|
||||
|
||||
#convert -background none "$in_file" -resize "${svg_size}x${svg_size}"\! \
|
||||
inkscape --export-background-opacity=0 --without-gui -w "$svg_size" -h "$svg_size" "$in_file" --export-png="$out_file"
|
||||
convert -background none "$out_file" \
|
||||
\( -size 1x10 xc:none \) \
|
||||
\( -size "${x}x" -background none -font Arial -pointsize "$pnt_size" -fill "black" -gravity center caption:"Points Watcher" \) \
|
||||
-gravity center -append \
|
||||
\( -size "${x}x${y}" "$gradient" \) \
|
||||
+swap -gravity center -compose over -composite "$out_file"
|
||||
}
|
||||
|
||||
# the about page, rendered from README.md, wrapping URL's with javascript function, for now
|
||||
echo '<!-- DO NOT EDIT THIS FILE DIRECTLY! IT IS AUTOMATICALLY GENERATED WITH MARKDOWN FROM "README.md" IN THE "images/convert.sh" SCRIPT -->' > ../www/views/aboutViewTemplate.html
|
||||
echo '<div id="aboutView">' >> ../www/views/aboutViewTemplate.html
|
||||
markdown ../README.md | sed 's/a href="\(.*\)"/a href="\javascript:openExternalURL('"'\1'"')"/' >> ../www/views/aboutViewTemplate.html
|
||||
echo '</div>' >> ../www/views/aboutViewTemplate.html
|
||||
|
||||
# first our resource images
|
||||
svg2png ./notebook.svg ../www/assets/graphics/notebook.png 45x45 "orange"
|
||||
svg2png ./bread.svg ../www/assets/graphics/bread.png 45x45 "#8C6900"
|
||||
svg2png ./calculator.svg ../www/assets/graphics/calculator.png 45x45 "blue"
|
||||
svg2png ./settings.svg ../www/assets/graphics/settings.png 45x45 "red"
|
||||
svg2png ./info.svg ../www/assets/graphics/info.png 45x45 "#0085B2"
|
||||
svg2png ./search.svg ../www/assets/graphics/search.png 45x45 "#00B200"
|
||||
# arrows
|
||||
svg2png ./backArrow.svg ../www/assets/graphics/backArrow.png 35x29 "#444444"
|
||||
svg2png ./moreDisclosure.svg ../www/assets/graphics/moreDisclosure.png 23x20 "#666666"
|
||||
# backgrounds
|
||||
svg2png ./wheat.svg ../www/assets/graphics/wheatBg.png 400x530 "#CFCF76" "#EDEDED"
|
||||
svg2png ./wheat.svg ../www/assets/graphics/wheatBgNoColor.png 400x530 "#DDDDDD" "#EDEDED"
|
||||
|
||||
# create directory for market images
|
||||
mkdir -p ./markets
|
||||
convert -background none -resize 512x512\! ./icon.svg ./markets/512x512.png
|
||||
#convert -background none -resize 512x512\! ./icon.svg ./markets/512x512.png
|
||||
svg2png ./icon.svg ./markets/512x512.png 512x512
|
||||
|
||||
# icons
|
||||
# create required directories
|
||||
mkdir -p ../www/res/icon/android ../www/res/icon/blackberry ../www/res/icon/ios ../www/res/icon/webos ../www/res/icon/windows-phone
|
||||
# default
|
||||
convert -background none -resize 96x96\! ./icon.svg ../www/icon.png
|
||||
svg2png ./icon.svg ../www/icon.png 96x96
|
||||
# android
|
||||
convert -background none -resize 96x96\! ./icon.svg ../www/res/icon/android/icon-96-xhdpi.png
|
||||
convert -background none -resize 72x72\! ./icon.svg ../www/res/icon/android/icon-72-hdpi.png
|
||||
convert -background none -resize 48x48\! ./icon.svg ../www/res/icon/android/icon-48-mdpi.png
|
||||
convert -background none -resize 36x36\! ./icon.svg ../www/res/icon/android/icon-36-ldpi.png
|
||||
svg2png ./icon.svg ../www/res/icon/android/icon-96-xhdpi.png 96x96
|
||||
svg2png ./icon.svg ../www/res/icon/android/icon-72-hdpi.png 72x72
|
||||
svg2png ./icon.svg ../www/res/icon/android/icon-48-mdpi.png 48x48
|
||||
svg2png ./icon.svg ../www/res/icon/android/icon-36-ldpi.png 36x36
|
||||
# blackberry
|
||||
convert -background none -resize 80x80\! ./icon.svg ../www/res/icon/blackberry/icon-80.png
|
||||
svg2png ./icon.svg ../www/res/icon/blackberry/icon-80.png 80x80
|
||||
# ios
|
||||
convert -background none -resize 57x57\! ./icon.svg ../www/res/icon/ios/icon-57.png
|
||||
convert -background none -resize 72x72\! ./icon.svg ../www/res/icon/ios/icon-72.png
|
||||
convert -background none -resize 114x114\! ./icon.svg ../www/res/icon/ios/icon-57-2x.png
|
||||
convert -background none -resize 144x144\! ./icon.svg ../www/res/icon/ios/icon-72-2x.png
|
||||
svg2png ./icon.svg ../www/res/icon/ios/icon-57.png 57x57
|
||||
svg2png ./icon.svg ../www/res/icon/ios/icon-72.png 72x72
|
||||
svg2png ./icon.svg ../www/res/icon/ios/icon-57-2x.png 114x114
|
||||
svg2png ./icon.svg ../www/res/icon/ios/icon-72-2x.png 144x144
|
||||
# webos
|
||||
convert -background none -resize 64x64\! ./icon.svg ../www/res/icon/webos/icon-64.png
|
||||
svg2png ./icon.svg ../www/res/icon/webos/icon-64.png 64x64
|
||||
# windows phone
|
||||
convert -background none -resize 48x48\! ./icon.svg ../www/res/icon/windows-phone/icon-48.png
|
||||
convert -background none -resize 173x173\! ./icon.svg ../www/res/icon/windows-phone/icon-173.png
|
||||
|
||||
function splash_screen(){
|
||||
x="$1"
|
||||
y="$2"
|
||||
in_file="$3"
|
||||
out_file="$4"
|
||||
|
||||
gradient="gradient:gray-white"
|
||||
gradient="gradient:#A7A7A7-#E4E4E4"
|
||||
#gradient="radial-gradient:#555555-#222222"
|
||||
|
||||
convert -background none "$in_file" -resize 96x96\! \
|
||||
\( -size 1x10 xc:none \) \
|
||||
\( -size "${x}x" -background none -font Arial -pointsize 36 -fill "black" -gravity center caption:"Points Watcher" \) \
|
||||
-gravity center -append \
|
||||
\( -size "${x}x${y}" "$gradient" \) \
|
||||
+swap -gravity center -compose over -composite "$out_file"
|
||||
}
|
||||
svg2png ./icon.svg ../www/res/icon/windows-phone/icon-48.png 48x48
|
||||
svg2png ./icon.svg ../www/res/icon/windows-phone/icon-173.png 173x173
|
||||
|
||||
# splash screens
|
||||
# create required directories
|
||||
mkdir -p ../www/res/screen/android ../www/res/screen/blackberry ../www/res/screen/ios ../www/res/screen/windows-phone
|
||||
# default
|
||||
splash_screen 480 800 ./icon.svg ../www/screen.png
|
||||
svg2splash ./icon.svg ../www/screen.png 480x800
|
||||
# android
|
||||
splash_screen 200 320 ./icon.svg ../www/res/screen/android/screen-ldpi-portrait.png
|
||||
splash_screen 320 480 ./icon.svg ../www/res/screen/android/screen-mdpi-portrait.png
|
||||
splash_screen 480 800 ./icon.svg ../www/res/screen/android/screen-hdpi-portrait.png
|
||||
splash_screen 720 1280 ./icon.svg ../www/res/screen/android/screen-xhdpi-portrait.png
|
||||
splash_screen 200 320 ./icon.svg ../www/res/screen/android/screen-ldpi-portrait.png
|
||||
svg2splash ./icon.svg ../www/res/screen/android/screen-ldpi-portrait.png 200x320
|
||||
svg2splash ./icon.svg ../www/res/screen/android/screen-mdpi-portrait.png 320x480
|
||||
svg2splash ./icon.svg ../www/res/screen/android/screen-hdpi-portrait.png 480x800
|
||||
svg2splash ./icon.svg ../www/res/screen/android/screen-xhdpi-portrait.png 720x1280
|
||||
svg2splash ./icon.svg ../www/res/screen/android/screen-ldpi-portrait.png 200x320
|
||||
# blackberry (appears to be just the icon)
|
||||
#splash_screen 225 225 ./icon.svg ../www/res/screen/blackberry/screen-225.png
|
||||
convert -background none -resize 225x225\! ./icon.svg ../www/res/screen/blackberry/screen-225.png
|
||||
#svg2splash ./icon.svg ../www/res/screen/blackberry/screen-225.png 225x225
|
||||
svg2png ./icon.svg ../www/res/screen/blackberry/screen-225.png 225x225
|
||||
# ios
|
||||
splash_screen 320 480 ./icon.svg ../www/res/screen/ios/screen-iphone-portrait.png
|
||||
splash_screen 640 960 ./icon.svg ../www/res/screen/ios/screen-iphone-portrait-2x.png
|
||||
splash_screen 768 1024 ./icon.svg ../www/res/screen/ios/screen-ipad-portrait.png
|
||||
splash_screen 1024 768 ./icon.svg ../www/res/screen/ios/screen-ipad-landscape.png
|
||||
svg2splash ./icon.svg ../www/res/screen/ios/screen-iphone-portrait.png 320x480
|
||||
svg2splash ./icon.svg ../www/res/screen/ios/screen-iphone-portrait-2x.png 640x960
|
||||
svg2splash ./icon.svg ../www/res/screen/ios/screen-ipad-portrait.png 768x1024
|
||||
svg2splash ./icon.svg ../www/res/screen/ios/screen-ipad-landscape.png 1024x768
|
||||
# windows phone
|
||||
splash_screen 480 800 ./icon.svg ../www/res/screen/windows-phone/screen-portrait.jpg
|
||||
svg2splash ./icon.svg ../www/res/screen/windows-phone/screen-portrait.jpg 480x800
|
||||
|
||||
# screen shots
|
||||
#convert -resize 480x854\! ./ss1.png ./markets/ss1.png
|
||||
|
3
images/fitToCanvas.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd "$(dirname "$0")"
|
||||
inkscape --verb FitCanvasToDrawing --verb FileSave --verb FileClose *.svg
|
@ -10,14 +10,14 @@
|
||||
version="1.1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="100px"
|
||||
height="100px"
|
||||
viewBox="0 0 100 100"
|
||||
width="99.144791"
|
||||
height="80.720337"
|
||||
viewBox="0 0 99.144791 80.720337"
|
||||
enable-background="new 0 0 100 100"
|
||||
xml:space="preserve"
|
||||
id="svg2"
|
||||
inkscape:version="0.48.3.1 r9886"
|
||||
sodipodi:docname="point_watcher2.svg"><metadata
|
||||
sodipodi:docname="icon.svg"><metadata
|
||||
id="metadata47"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
@ -35,18 +35,20 @@
|
||||
id="namedview43"
|
||||
showgrid="false"
|
||||
inkscape:zoom="4.72"
|
||||
inkscape:cx="31.388566"
|
||||
inkscape:cy="48.52389"
|
||||
inkscape:cx="31.228277"
|
||||
inkscape:cy="38.672193"
|
||||
inkscape:window-x="-2"
|
||||
inkscape:window-y="-3"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Your_Icon" />
|
||||
<g
|
||||
id="Captions">
|
||||
id="Captions"
|
||||
transform="translate(-0.16028904,-9.4279662)">
|
||||
</g>
|
||||
<g
|
||||
id="Your_Icon"
|
||||
style="fill:#00000f;fill-opacity:1">
|
||||
style="fill:#00000f;fill-opacity:1"
|
||||
transform="translate(-0.16028904,-9.4279662)">
|
||||
<path
|
||||
d="m 29.888359,47.120689 c -0.866137,0 -1.60781,-0.653422 -1.694765,-1.529737 -0.09207,-0.930554 0.591633,-1.761104 1.529381,-1.852634 l 19.854673,-1.948402 c 0.03836,-0.0051 0.07672,-0.0068 0.115087,-0.0085 0.651308,-0.03136 2.194329,-0.27798 2.158524,-1.885687 -0.01279,-0.617827 -0.227617,-0.885637 -0.387886,-1.034797 -0.601011,-0.557655 -1.825198,-0.633929 -2.103112,-0.612742 l -29.790535,0.14749 c -0.0026,0 -0.006,0 -0.0085,0 -0.937747,0 -1.700733,-0.753427 -1.704995,-1.686524 -0.0043,-0.936488 0.755313,-1.69839 1.69647,-1.703475 l 29.715515,-0.14577 c 0.213125,-0.01356 2.785963,-0.08899 4.521648,1.522957 0.934338,0.865297 1.441574,2.056034 1.470559,3.440001 0.0844,3.762052 -3.159357,5.250261 -5.399721,5.345181 l -19.802696,1.944164 c -0.05712,0.0051 -0.113382,0.0085 -0.169647,0.0085 z"
|
||||
id="path6"
|
||||
@ -127,6 +129,7 @@
|
||||
d="m 90.771838,41.716102 c 0,-0.891153 -0.764579,-1.614408 -1.706649,-1.614408 -0.370343,0 -0.709966,0.114623 -0.989857,0.30351 l -0.0017,-0.0024 -10.838077,7.323757 -6.662758,-5.601992 -0.0042,0.0049 c -0.301224,-0.254268 -0.694607,-0.413288 -1.129803,-0.413288 -0.942069,0 -1.706648,0.723254 -1.706648,1.614407 0,0.479478 0.22613,0.90649 0.576847,1.201926 l -0.0042,0.0049 7.679922,6.457628 0.0042,-0.0049 c 0.301224,0.253461 0.694606,0.412481 1.129801,0.412481 0.370344,0 0.709966,-0.114623 0.989857,-0.303509 l 0.0017,0.0024 11.946545,-8.072034 -0.0017,-0.0024 c 0.431782,-0.293016 0.716793,-0.769266 0.716793,-1.310899 z"
|
||||
id="path5" /></g>
|
||||
<g
|
||||
id="Layer_3">
|
||||
id="Layer_3"
|
||||
transform="translate(-0.16028904,-9.4279662)">
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.7 KiB |
926
images/info.svg
Executable file
@ -0,0 +1,926 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:Iptc4xmpCore="http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/"
|
||||
xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/"
|
||||
xmlns:pdf="http://ns.adobe.com/pdf/1.3/"
|
||||
xmlns:xmpG="http://ns.adobe.com/xap/1.0/g/"
|
||||
xmlns:stDim="http://ns.adobe.com/xap/1.0/sType/Dimensions#"
|
||||
xmlns:xmpTPg="http://ns.adobe.com/xap/1.0/t/pg/"
|
||||
xmlns:illustrator="http://ns.adobe.com/illustrator/1.0/"
|
||||
xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#"
|
||||
xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#"
|
||||
xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"
|
||||
xmlns:xmpGImg="http://ns.adobe.com/xap/1.0/g/img/"
|
||||
xmlns:xmp="http://ns.adobe.com/xap/1.0/"
|
||||
xmlns:x="adobe:ns:meta/"
|
||||
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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Ebene_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="99.082001"
|
||||
height="100.00002"
|
||||
viewBox="0 0 99.082001 100.00002"
|
||||
enable-background="new 0 0 100 100"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.48.3.1 r9886"
|
||||
sodipodi:docname="info.svg"><defs
|
||||
id="defs3053" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="640"
|
||||
inkscape:window-height="480"
|
||||
id="namedview3051"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.36"
|
||||
inkscape:cx="49.541"
|
||||
inkscape:cy="50.000011"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="Ebene_1" />
|
||||
<metadata
|
||||
id="metadata3041"><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
|
||||
<x:xmpmeta
|
||||
x:xmptk="Adobe XMP Core 5.0-c060 61.134777, 2010/02/12-17:32:00 ">
|
||||
|
||||
<metadata
|
||||
id="metadata3055"><rdf:RDF>
|
||||
<rdf:Description
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:title>
|
||||
<rdf:Alt>
|
||||
<rdf:li
|
||||
xml:lang="x-default">Info</rdf:li>
|
||||
</rdf:Alt>
|
||||
</dc:title>
|
||||
<dc:creator>
|
||||
<rdf:Seq>
|
||||
<rdf:li>Hofmann Sven</rdf:li>
|
||||
</rdf:Seq>
|
||||
</dc:creator>
|
||||
<dc:subject>
|
||||
<rdf:Bag>
|
||||
<rdf:li>Info</rdf:li>
|
||||
<rdf:li>Information</rdf:li>
|
||||
</rdf:Bag>
|
||||
</dc:subject>
|
||||
</rdf:Description>
|
||||
<rdf:Description
|
||||
rdf:about="">
|
||||
<xmp:CreatorTool>Adobe Illustrator CS5</xmp:CreatorTool>
|
||||
<xmp:CreateDate>2011-12-14T01:59:22+01:00</xmp:CreateDate>
|
||||
<xmp:ModifyDate>2011-12-14T01:59:26+01:00</xmp:ModifyDate>
|
||||
<xmp:MetadataDate>2011-12-14T01:59:26+01:00</xmp:MetadataDate>
|
||||
<xmp:Thumbnails>
|
||||
<rdf:Alt>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpGImg:width>256</xmpGImg:width>
|
||||
<xmpGImg:height>256</xmpGImg:height>
|
||||
<xmpGImg:format>JPEG</xmpGImg:format>
|
||||
<xmpGImg:image>/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
|
||||
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
|
||||
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
|
||||
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAEAAwER
|
||||
AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA
|
||||
AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB
|
||||
UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE
|
||||
1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ
|
||||
qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy
|
||||
obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp
|
||||
0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo
|
||||
+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7
|
||||
FXYq7FWPea/zC8keUofU8x61a6aePJYZZAZmXxSFeUr/AOxU4q8W80/85p+SrFpIvLmkXesSLULP
|
||||
OVs4D4MtRLKR7FFxV5Tr/wDzmJ+bGoFl0xbDRY/2Ggg9aUD3a5MqH/gBirAdW/Oz829VJN55s1IB
|
||||
vtJbztbIR4FLf0l/DFWMXmva5fV+u6jdXXKob1ppJKg9a8mPXFUBiq5HdHV0Yq6kFWBoQR0IOKpt
|
||||
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
|
||||
X//Z</xmpGImg:image>
|
||||
</rdf:li>
|
||||
</rdf:Alt>
|
||||
</xmp:Thumbnails>
|
||||
</rdf:Description>
|
||||
<rdf:Description
|
||||
rdf:about="">
|
||||
<xmpMM:RenditionClass>proof:pdf</xmpMM:RenditionClass>
|
||||
<xmpMM:OriginalDocumentID>uuid:65E6390686CF11DBA6E2D887CEACB407</xmpMM:OriginalDocumentID>
|
||||
<xmpMM:DocumentID>xmp.did:ED7F1174072068118C14974D8099C632</xmpMM:DocumentID>
|
||||
<xmpMM:InstanceID>xmp.iid:ED7F1174072068118C14974D8099C632</xmpMM:InstanceID>
|
||||
<xmpMM:DerivedFrom
|
||||
rdf:parseType="Resource">
|
||||
<stRef:instanceID>uuid:72b1533f-9e90-064f-87a5-4345918e86e3</stRef:instanceID>
|
||||
<stRef:documentID>xmp.did:FD7F11740720681188C6F0AB0253E170</stRef:documentID>
|
||||
<stRef:originalDocumentID>uuid:65E6390686CF11DBA6E2D887CEACB407</stRef:originalDocumentID>
|
||||
<stRef:renditionClass>proof:pdf</stRef:renditionClass>
|
||||
</xmpMM:DerivedFrom>
|
||||
<xmpMM:History>
|
||||
<rdf:Seq>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<stEvt:action>saved</stEvt:action>
|
||||
<stEvt:instanceID>xmp.iid:ED7F1174072068118C14974D8099C632</stEvt:instanceID>
|
||||
<stEvt:when>2011-12-14T01:59:26+01:00</stEvt:when>
|
||||
<stEvt:softwareAgent>Adobe Illustrator CS5</stEvt:softwareAgent>
|
||||
<stEvt:changed>/</stEvt:changed>
|
||||
</rdf:li>
|
||||
</rdf:Seq>
|
||||
</xmpMM:History>
|
||||
</rdf:Description>
|
||||
<rdf:Description
|
||||
rdf:about="">
|
||||
<illustrator:StartupProfile>Web</illustrator:StartupProfile>
|
||||
</rdf:Description>
|
||||
<rdf:Description
|
||||
rdf:about="">
|
||||
<xmpTPg:NPages>1</xmpTPg:NPages>
|
||||
<xmpTPg:HasVisibleTransparency>False</xmpTPg:HasVisibleTransparency>
|
||||
<xmpTPg:HasVisibleOverprint>False</xmpTPg:HasVisibleOverprint>
|
||||
<xmpTPg:MaxPageSize
|
||||
rdf:parseType="Resource">
|
||||
<stDim:w>100.000000</stDim:w>
|
||||
<stDim:h>100.000000</stDim:h>
|
||||
<stDim:unit>Pixels</stDim:unit>
|
||||
</xmpTPg:MaxPageSize>
|
||||
<xmpTPg:PlateNames>
|
||||
<rdf:Seq>
|
||||
<rdf:li>Black</rdf:li>
|
||||
</rdf:Seq>
|
||||
</xmpTPg:PlateNames>
|
||||
<xmpTPg:SwatchGroups>
|
||||
<rdf:Seq>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:groupName>Standard-Farbfeldgruppe</xmpG:groupName>
|
||||
<xmpG:groupType>0</xmpG:groupType>
|
||||
<xmpG:Colorants>
|
||||
<rdf:Seq>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>Weiß</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>255</xmpG:red>
|
||||
<xmpG:green>255</xmpG:green>
|
||||
<xmpG:blue>255</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>Schwarz</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>0</xmpG:red>
|
||||
<xmpG:green>0</xmpG:green>
|
||||
<xmpG:blue>0</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>RGB Rot</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>255</xmpG:red>
|
||||
<xmpG:green>0</xmpG:green>
|
||||
<xmpG:blue>0</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>RGB Gelb</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>255</xmpG:red>
|
||||
<xmpG:green>255</xmpG:green>
|
||||
<xmpG:blue>0</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>RGB Grün</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>0</xmpG:red>
|
||||
<xmpG:green>255</xmpG:green>
|
||||
<xmpG:blue>0</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>RGB Cyan</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>0</xmpG:red>
|
||||
<xmpG:green>255</xmpG:green>
|
||||
<xmpG:blue>255</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>RGB Blau</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>0</xmpG:red>
|
||||
<xmpG:green>0</xmpG:green>
|
||||
<xmpG:blue>255</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>RGB Magenta</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>255</xmpG:red>
|
||||
<xmpG:green>0</xmpG:green>
|
||||
<xmpG:blue>255</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=193 G=39 B=45</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>193</xmpG:red>
|
||||
<xmpG:green>39</xmpG:green>
|
||||
<xmpG:blue>45</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=237 G=28 B=36</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>237</xmpG:red>
|
||||
<xmpG:green>28</xmpG:green>
|
||||
<xmpG:blue>36</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=241 G=90 B=36</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>241</xmpG:red>
|
||||
<xmpG:green>90</xmpG:green>
|
||||
<xmpG:blue>36</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=247 G=147 B=30</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>247</xmpG:red>
|
||||
<xmpG:green>147</xmpG:green>
|
||||
<xmpG:blue>30</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=251 G=176 B=59</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>251</xmpG:red>
|
||||
<xmpG:green>176</xmpG:green>
|
||||
<xmpG:blue>59</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=252 G=238 B=33</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>252</xmpG:red>
|
||||
<xmpG:green>238</xmpG:green>
|
||||
<xmpG:blue>33</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=217 G=224 B=33</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>217</xmpG:red>
|
||||
<xmpG:green>224</xmpG:green>
|
||||
<xmpG:blue>33</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=140 G=198 B=63</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>140</xmpG:red>
|
||||
<xmpG:green>198</xmpG:green>
|
||||
<xmpG:blue>63</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=57 G=181 B=74</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>57</xmpG:red>
|
||||
<xmpG:green>181</xmpG:green>
|
||||
<xmpG:blue>74</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=0 G=146 B=69</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>0</xmpG:red>
|
||||
<xmpG:green>146</xmpG:green>
|
||||
<xmpG:blue>69</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=0 G=104 B=55</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>0</xmpG:red>
|
||||
<xmpG:green>104</xmpG:green>
|
||||
<xmpG:blue>55</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=34 G=181 B=115</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>34</xmpG:red>
|
||||
<xmpG:green>181</xmpG:green>
|
||||
<xmpG:blue>115</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=0 G=169 B=157</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>0</xmpG:red>
|
||||
<xmpG:green>169</xmpG:green>
|
||||
<xmpG:blue>157</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=41 G=171 B=226</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>41</xmpG:red>
|
||||
<xmpG:green>171</xmpG:green>
|
||||
<xmpG:blue>226</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=0 G=113 B=188</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>0</xmpG:red>
|
||||
<xmpG:green>113</xmpG:green>
|
||||
<xmpG:blue>188</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=46 G=49 B=146</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>46</xmpG:red>
|
||||
<xmpG:green>49</xmpG:green>
|
||||
<xmpG:blue>146</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=27 G=20 B=100</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>27</xmpG:red>
|
||||
<xmpG:green>20</xmpG:green>
|
||||
<xmpG:blue>100</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=102 G=45 B=145</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>102</xmpG:red>
|
||||
<xmpG:green>45</xmpG:green>
|
||||
<xmpG:blue>145</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=147 G=39 B=143</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>147</xmpG:red>
|
||||
<xmpG:green>39</xmpG:green>
|
||||
<xmpG:blue>143</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=158 G=0 B=93</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>158</xmpG:red>
|
||||
<xmpG:green>0</xmpG:green>
|
||||
<xmpG:blue>93</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=212 G=20 B=90</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>212</xmpG:red>
|
||||
<xmpG:green>20</xmpG:green>
|
||||
<xmpG:blue>90</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=237 G=30 B=121</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>237</xmpG:red>
|
||||
<xmpG:green>30</xmpG:green>
|
||||
<xmpG:blue>121</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=199 G=178 B=153</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>199</xmpG:red>
|
||||
<xmpG:green>178</xmpG:green>
|
||||
<xmpG:blue>153</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=153 G=134 B=117</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>153</xmpG:red>
|
||||
<xmpG:green>134</xmpG:green>
|
||||
<xmpG:blue>117</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=115 G=99 B=87</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>115</xmpG:red>
|
||||
<xmpG:green>99</xmpG:green>
|
||||
<xmpG:blue>87</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=83 G=71 B=65</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>83</xmpG:red>
|
||||
<xmpG:green>71</xmpG:green>
|
||||
<xmpG:blue>65</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=198 G=156 B=109</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>198</xmpG:red>
|
||||
<xmpG:green>156</xmpG:green>
|
||||
<xmpG:blue>109</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=166 G=124 B=82</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>166</xmpG:red>
|
||||
<xmpG:green>124</xmpG:green>
|
||||
<xmpG:blue>82</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=140 G=98 B=57</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>140</xmpG:red>
|
||||
<xmpG:green>98</xmpG:green>
|
||||
<xmpG:blue>57</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=117 G=76 B=36</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>117</xmpG:red>
|
||||
<xmpG:green>76</xmpG:green>
|
||||
<xmpG:blue>36</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=96 G=56 B=19</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>96</xmpG:red>
|
||||
<xmpG:green>56</xmpG:green>
|
||||
<xmpG:blue>19</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=66 G=33 B=11</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>66</xmpG:red>
|
||||
<xmpG:green>33</xmpG:green>
|
||||
<xmpG:blue>11</xmpG:blue>
|
||||
</rdf:li>
|
||||
</rdf:Seq>
|
||||
</xmpG:Colorants>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:groupName>Grautöne</xmpG:groupName>
|
||||
<xmpG:groupType>1</xmpG:groupType>
|
||||
<xmpG:Colorants>
|
||||
<rdf:Seq>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=0 G=0 B=0</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>0</xmpG:red>
|
||||
<xmpG:green>0</xmpG:green>
|
||||
<xmpG:blue>0</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=26 G=26 B=26</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>26</xmpG:red>
|
||||
<xmpG:green>26</xmpG:green>
|
||||
<xmpG:blue>26</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=51 G=51 B=51</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>51</xmpG:red>
|
||||
<xmpG:green>51</xmpG:green>
|
||||
<xmpG:blue>51</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=77 G=77 B=77</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>77</xmpG:red>
|
||||
<xmpG:green>77</xmpG:green>
|
||||
<xmpG:blue>77</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=102 G=102 B=102</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>102</xmpG:red>
|
||||
<xmpG:green>102</xmpG:green>
|
||||
<xmpG:blue>102</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=128 G=128 B=128</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>128</xmpG:red>
|
||||
<xmpG:green>128</xmpG:green>
|
||||
<xmpG:blue>128</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=153 G=153 B=153</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>153</xmpG:red>
|
||||
<xmpG:green>153</xmpG:green>
|
||||
<xmpG:blue>153</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=179 G=179 B=179</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>179</xmpG:red>
|
||||
<xmpG:green>179</xmpG:green>
|
||||
<xmpG:blue>179</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=204 G=204 B=204</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>204</xmpG:red>
|
||||
<xmpG:green>204</xmpG:green>
|
||||
<xmpG:blue>204</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=230 G=230 B=230</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>230</xmpG:red>
|
||||
<xmpG:green>230</xmpG:green>
|
||||
<xmpG:blue>230</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=242 G=242 B=242</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>242</xmpG:red>
|
||||
<xmpG:green>242</xmpG:green>
|
||||
<xmpG:blue>242</xmpG:blue>
|
||||
</rdf:li>
|
||||
</rdf:Seq>
|
||||
</xmpG:Colorants>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:groupName>Webfarbgruppe</xmpG:groupName>
|
||||
<xmpG:groupType>1</xmpG:groupType>
|
||||
<xmpG:Colorants>
|
||||
<rdf:Seq>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=63 G=169 B=245</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>63</xmpG:red>
|
||||
<xmpG:green>169</xmpG:green>
|
||||
<xmpG:blue>245</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=122 G=201 B=67</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>122</xmpG:red>
|
||||
<xmpG:green>201</xmpG:green>
|
||||
<xmpG:blue>67</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=255 G=147 B=30</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>255</xmpG:red>
|
||||
<xmpG:green>147</xmpG:green>
|
||||
<xmpG:blue>30</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=255 G=29 B=37</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>255</xmpG:red>
|
||||
<xmpG:green>29</xmpG:green>
|
||||
<xmpG:blue>37</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=255 G=123 B=172</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>255</xmpG:red>
|
||||
<xmpG:green>123</xmpG:green>
|
||||
<xmpG:blue>172</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li
|
||||
rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=189 G=204 B=212</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>189</xmpG:red>
|
||||
<xmpG:green>204</xmpG:green>
|
||||
<xmpG:blue>212</xmpG:blue>
|
||||
</rdf:li>
|
||||
</rdf:Seq>
|
||||
</xmpG:Colorants>
|
||||
</rdf:li>
|
||||
</rdf:Seq>
|
||||
</xmpTPg:SwatchGroups>
|
||||
</rdf:Description>
|
||||
<rdf:Description
|
||||
rdf:about="">
|
||||
<pdf:Producer>Adobe PDF library 9.90</pdf:Producer>
|
||||
</rdf:Description>
|
||||
<rdf:Description
|
||||
rdf:about="">
|
||||
<photoshop:CaptionWriter>Hofmann Sven</photoshop:CaptionWriter>
|
||||
</rdf:Description>
|
||||
<rdf:Description
|
||||
rdf:about="">
|
||||
<Iptc4xmpCore:CreatorContactInfo
|
||||
rdf:parseType="Resource">
|
||||
<Iptc4xmpCore:CiAdrRegion>Bayern</Iptc4xmpCore:CiAdrRegion>
|
||||
<Iptc4xmpCore:CiAdrCtry>Deutschland</Iptc4xmpCore:CiAdrCtry>
|
||||
<Iptc4xmpCore:CiEmailWork>info@hofmannsven.com</Iptc4xmpCore:CiEmailWork>
|
||||
<Iptc4xmpCore:CiUrlWork>http://hofmannsven.com</Iptc4xmpCore:CiUrlWork>
|
||||
</Iptc4xmpCore:CreatorContactInfo>
|
||||
</rdf:Description>
|
||||
<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></x:xmpmeta>
|
||||
<?xpacket end="w"?>
|
||||
</metadata>
|
||||
<g
|
||||
id="g3043"
|
||||
transform="translate(-0.459,2.7123137e-6)">
|
||||
<path
|
||||
d="M 50,100 C 77.344,100.018 99.517,77.625 99.541,50.025 99.517,22.381 77.344,-0.009 50,0 22.646,-0.009 0.478,22.381 0.459,50.025 0.478,77.625 22.647,100.018 50,100 z m 0,-88.48 c 21.041,0 38.098,17.23 38.076,38.508 C 88.099,71.259 71.041,88.488 50,88.48 28.951,88.488 11.893,71.257 11.869,50.025 11.893,28.75 28.953,11.52 50,11.52 z"
|
||||
id="path3045"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
clip-rule="evenodd"
|
||||
d="m 59.666,75.735 c -0.59,0 -1.068,-0.689 -1.068,-1.538 V 38.281 H 36.166 v 4.612 h 4.054 c 0.59,0 1.067,0.479 1.067,1.068 v 30.704 c 0,0.59 -0.478,1.069 -1.067,1.069 h -4.054 v 4.764 H 64.04 v -4.764 h -4.374 z"
|
||||
id="path3047"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill-rule:evenodd" />
|
||||
<circle
|
||||
clip-rule="evenodd"
|
||||
cx="49.939999"
|
||||
cy="25.548"
|
||||
r="9.625"
|
||||
id="circle3049"
|
||||
sodipodi:cx="49.939999"
|
||||
sodipodi:cy="25.548"
|
||||
sodipodi:rx="9.625"
|
||||
sodipodi:ry="9.625"
|
||||
style="fill-rule:evenodd"
|
||||
d="m 59.564999,25.548 c 0,5.315741 -4.30926,9.625 -9.625,9.625 -5.315741,0 -9.625,-4.309259 -9.625,-9.625 0,-5.31574 4.309259,-9.625 9.625,-9.625 5.31574,0 9.625,4.30926 9.625,9.625 z" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 47 KiB |
60
images/moreDisclosure.svg
Executable file
@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Layer_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="44.878124"
|
||||
height="79.490128"
|
||||
viewBox="0 0 44.878124 79.490128"
|
||||
enable-background="new 0 0 100 100"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.48.3.1 r9886"
|
||||
sodipodi:docname="moreDisclosure.svg"><metadata
|
||||
id="metadata3070"><rdf:RDF><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><defs
|
||||
id="defs3068" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="640"
|
||||
inkscape:window-height="480"
|
||||
id="namedview3066"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.36"
|
||||
inkscape:cx="22.43825"
|
||||
inkscape:cy="39.744875"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="Layer_1" />
|
||||
<g
|
||||
id="g3058"
|
||||
transform="translate(-27.56175,-10.25475)">
|
||||
<path
|
||||
d="m 69.43,54.255 c -1.167,1.167 -3.076,1.167 -4.242,0 L 28.437,17.507 c -1.167,-1.167 -1.167,-3.076 0,-4.242 l 2.134,-2.135 c 1.167,-1.167 3.076,-1.167 4.243,0 l 36.751,36.748 c 1.166,1.167 1.167,3.075 0,4.242 l -2.135,2.135 z"
|
||||
id="path3060"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
id="g3062"
|
||||
transform="translate(-27.56175,-10.25475)">
|
||||
<path
|
||||
d="m 28.438,86.735 c -1.167,-1.167 -1.167,-3.076 0,-4.242 l 36.748,-36.75 c 1.167,-1.167 3.076,-1.167 4.242,0 l 2.135,2.135 c 1.166,1.167 1.167,3.076 0,4.242 L 34.814,88.87 c -1.167,1.166 -3.076,1.167 -4.242,0 l -2.134,-2.135 z"
|
||||
id="path3064"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.1 KiB |
82
images/notebook.svg
Executable file
@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.0"
|
||||
id="Ebene_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="85.033997"
|
||||
height="94.431999"
|
||||
viewBox="0 0 85.033997 94.431999"
|
||||
enable-background="new 0 0 100 99.999"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.48.3.1 r9886"
|
||||
sodipodi:docname="notebook.svg"><metadata
|
||||
id="metadata3091"><rdf:RDF><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><defs
|
||||
id="defs3089" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="640"
|
||||
inkscape:window-height="480"
|
||||
id="namedview3087"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.3600236"
|
||||
inkscape:cx="45.007"
|
||||
inkscape:cy="46.1915"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="Ebene_1" />
|
||||
<g
|
||||
id="g3073"
|
||||
transform="translate(-4.993,-1.7590003)">
|
||||
<path
|
||||
d="M 78.556,1.759 H 24.939 c -6.337,0 -11.472,5.136 -11.472,11.472 v 1.359 c -4.68,0 -8.474,3.793 -8.474,8.474 0,3.605 2.255,6.676 5.431,7.901 -3.175,1.224 -5.431,4.295 -5.431,7.9 0,3.604 2.254,6.674 5.425,7.899 -3.171,1.225 -5.425,4.295 -5.425,7.899 0,3.684 2.355,6.809 5.637,7.977 -3.281,1.168 -5.637,4.293 -5.637,7.977 0,4.68 3.794,8.474 8.474,8.474 v 5.628 c 0,6.336 5.135,11.472 11.472,11.472 h 53.616 c 6.335,0 11.472,-5.136 11.472,-11.472 V 13.231 C 90.027,6.895 84.891,1.759 78.556,1.759 z M 13.468,19.243 v 7.641 c -2.105,0 -3.82,-1.714 -3.82,-3.82 -10e-4,-2.107 1.714,-3.821 3.82,-3.821 z m 0,15.802 v 7.641 c -2.105,0 -3.82,-1.714 -3.82,-3.821 0,-2.107 1.714,-3.82 3.82,-3.82 z m 0,15.798 v 7.641 c -2.105,0 -3.82,-1.714 -3.82,-3.82 0,-2.106 1.714,-3.821 3.82,-3.821 z M 9.647,70.617 c 0,-2.106 1.715,-3.82 3.82,-3.82 v 7.641 c -2.105,0 -3.82,-1.714 -3.82,-3.821 z m 71.777,14.102 c 0,1.582 -1.287,2.868 -2.868,2.868 H 24.939 c -1.581,0 -2.868,-1.287 -2.868,-2.868 V 13.231 c 0,-1.582 1.287,-2.868 2.868,-2.868 h 53.616 c 1.581,0 2.868,1.287 2.868,2.868 v 71.488 z"
|
||||
id="path3075"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
x="31.062"
|
||||
y="19.986"
|
||||
width="41.370998"
|
||||
height="4.6529999"
|
||||
id="rect3077" />
|
||||
<rect
|
||||
x="31.062"
|
||||
y="32.126999"
|
||||
width="41.370998"
|
||||
height="4.6529999"
|
||||
id="rect3079" />
|
||||
<rect
|
||||
x="31.062"
|
||||
y="44.269001"
|
||||
width="41.370998"
|
||||
height="4.6529999"
|
||||
id="rect3081" />
|
||||
<rect
|
||||
x="31.062"
|
||||
y="56.41"
|
||||
width="41.370998"
|
||||
height="4.6529999"
|
||||
id="rect3083" />
|
||||
<rect
|
||||
x="31.062"
|
||||
y="68.551003"
|
||||
width="41.370998"
|
||||
height="4.6529999"
|
||||
id="rect3085" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.1 KiB |
8
images/orig/backArrow.svg
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="100px" height="83.584px" viewBox="0 0 100 83.584" enable-background="new 0 0 100 83.584" xml:space="preserve">
|
||||
<polygon points="41.791,83.527 0,41.736 41.791,0 69.337,0 37.562,31.777 100,31.777 100,51.977 37.785,51.977 69.394,83.584
|
||||
41.791,83.527 "/>
|
||||
</svg>
|
After Width: | Height: | Size: 648 B |
101
images/orig/bread.svg
Executable file
@ -0,0 +1,101 @@
|
||||
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xml:space="preserve" width="100" height="100" style="fill-rule:evenodd" viewBox="0 0 51.749733 51.749733" id="svg2876" version="1.1" inkscape:version="0.48.2 r9819" sodipodi:docname="steamboat.svg"><metadata id="metadata2890"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1280" inkscape:window-height="738" id="namedview2888" showgrid="false" inkscape:zoom="2.6641777" inkscape:cx="61.286872" inkscape:cy="46.023245" inkscape:window-x="-8" inkscape:window-y="-8" inkscape:window-maximized="1" inkscape:current-layer="g3015"/>
|
||||
<defs id="defs2878"><inkscape:perspective sodipodi:type="inkscape:persp3d" inkscape:vp_x="0 : 44.29134 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_z="88.58268 : 44.29134 : 1" inkscape:persp3d-origin="44.29134 : 29.52756 : 1" id="perspective2892"/>
|
||||
<style type="text/css" id="style2880">
|
||||
|
||||
.fil1 {fill:black}
|
||||
.fil0 {fill:white}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<style id="style3672" type="text/css">
|
||||
|
||||
.fil0 {fill:#0A0B0C}
|
||||
|
||||
</style>
|
||||
<inkscape:perspective id="perspective3682" inkscape:persp3d-origin="45 : 33.333333 : 1" inkscape:vp_z="90 : 50 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 50 : 1" sodipodi:type="inkscape:persp3d"/>
|
||||
|
||||
|
||||
|
||||
<style id="style3731" type="text/css">
|
||||
|
||||
.fil1 {fill:black}
|
||||
.fil0 {fill:white}
|
||||
|
||||
</style>
|
||||
<inkscape:perspective id="perspective3743" inkscape:persp3d-origin="44.29134 : 29.52756 : 1" inkscape:vp_z="88.58268 : 44.29134 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 44.29134 : 1" sodipodi:type="inkscape:persp3d"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<style id="style3757" type="text/css">
|
||||
|
||||
.fil1 {fill:black}
|
||||
.fil0 {fill:white}
|
||||
|
||||
</style>
|
||||
<inkscape:perspective id="perspective3769" inkscape:persp3d-origin="44.29134 : 29.52756 : 1" inkscape:vp_z="88.58268 : 44.29134 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 44.29134 : 1" sodipodi:type="inkscape:persp3d"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<style id="style3002" type="text/css">
|
||||
|
||||
.fil0 {fill:white}
|
||||
.fil1 {fill:black}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<style id="style3027" type="text/css">
|
||||
|
||||
.fil1 {fill:black}
|
||||
.fil0 {fill:white}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<style id="style3076" type="text/css">
|
||||
|
||||
.fil1 {fill:black}
|
||||
.fil0 {fill:white}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<style id="style3133" type="text/css">
|
||||
|
||||
.fil1 {fill:black}
|
||||
.fil0 {fill:white}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<style id="style3182" type="text/css">
|
||||
|
||||
.fil1 {fill:black}
|
||||
.fil0 {fill:white}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
|
||||
</defs>
|
||||
|
||||
<g style="fill-rule:evenodd" id="g3015" transform="matrix(1.0293389,0,0,1.0293389,-61.574911,3.3832216)"><path style="fill:#000000;fill-rule:evenodd" d="m 97.903047,28.348957 4.745903,-0.006 c 0.78617,-0.428645 0.57439,-1.458759 0.57196,-2.197154 -0.16864,-2.197155 -0.16181,-4.40335 -0.33265,-6.598079 -0.26551,-3.558168 -0.0852,-6.034485 -0.4467,-9.353557 0.99136,-0.6177582 1.91668,-1.5133514 2.13551,-2.7101173 -0.29633,-1.3354456 -1.59766,-2.0555798 -2.75548,-2.550269 C 98.785864,3.7031086 95.471851,3.4045805 92.228732,3.3224564 l -0.0061,0 -0.0061,0 c -3.243398,0.082097 -6.557199,0.3806288 -9.593148,1.6113033 -1.157801,0.4946904 -2.459146,1.2148234 -2.755477,2.5502876 0.0061,0.033246 0.01278,0.066047 0.02003,0.098633 1.65426,-0.2375486 3.332939,-0.3377195 5.009219,-0.3802103 l 0.0383,-8.812e-4 0.0218,0 0.02179,0 0.03832,8.812e-4 c 3.518752,0.088943 7.048525,0.4326064 10.340078,1.7669761 l 0.01827,0.00734 0.01806,0.00788 c 1.853277,0.7914624 3.53615,1.9604959 3.99936,4.0491119 l 0.0934,0.420939 -0.0775,0.424242 c -0.24701,1.35088 -1.00391,2.456937 -2.001222,3.324583 0.204084,2.73126 0.137156,5.458331 0.341023,8.193554 0.07661,0.982777 0.117338,1.967315 0.154329,2.951855 z" id="path3217"/><path style="fill:#000000;fill-rule:evenodd" d="m 77.691767,40.37869 10.42638,-0.0132 c 0.786398,-0.428425 0.574387,-1.458759 0.572186,-2.197154 -0.16864,-2.196939 -0.161814,-4.40335 -0.332657,-6.598079 -0.265507,-3.557941 -0.08543,-6.034485 -0.446916,-9.353557 0.991583,-0.617759 1.916899,-1.513351 2.135729,-2.709901 -0.296329,-1.335464 -1.597672,-2.055815 -2.755478,-2.550288 -3.035948,-1.230888 -6.34975,-1.529428 -9.593085,-1.61154 l -0.0061,2.2e-4 -0.0061,-2.2e-4 c -3.243119,0.08213 -6.557137,0.380649 -9.59287,1.61154 -1.157801,0.494471 -2.459147,1.214824 -2.755478,2.550288 0.218836,1.196549 1.144152,2.092146 2.135514,2.709901 -0.361498,3.319072 -0.181189,5.795616 -0.446698,9.353557 -0.17084,2.194741 -0.164016,4.40114 -0.332656,6.598079 -0.0024,0.738404 -0.214211,1.76874 0.571967,2.197154 l 10.42638,0.0132 z" id="path3215"/><path style="fill:#000000;fill-rule:evenodd" d="m 90.63783,34.360282 4.74569,-0.0061 c 0.786398,-0.428424 0.574388,-1.458531 0.572186,-2.196938 -0.16864,-2.197155 -0.161815,-4.40335 -0.332877,-6.598079 -0.265288,-3.558168 -0.08519,-6.034485 -0.446696,-9.353773 0.991362,-0.617538 1.916899,-1.513351 2.135512,-2.709901 C 97.015316,12.159996 95.713973,11.439645 94.556168,10.945172 91.520435,9.7145002 88.206647,9.4157439 84.963299,9.3338478 l -0.0061,0 -0.0061,0 c -3.243335,0.081899 -6.557137,0.3806502 -9.592869,1.6113242 -1.157801,0.494471 -2.459147,1.214824 -2.755478,2.550288 0.0059,0.03302 0.01276,0.06583 0.01981,0.09863 1.654259,-0.237549 3.33294,-0.337939 5.009219,-0.38021 l 0.03832,-0.0011 0.0218,2.21e-4 0.02202,-2.21e-4 0.03809,0.0011 c 3.51898,0.08894 7.048741,0.432387 10.340078,1.766759 l 0.01827,0.0074 0.01827,0.0077 c 1.853278,0.791681 3.535932,1.960711 3.999357,4.049112 l 0.09335,0.421157 -0.07749,0.424021 c -0.247016,1.350881 -1.004133,2.456938 -2.001437,3.3248 0.204084,2.731032 0.137377,5.458115 0.341241,8.193337 0.07639,0.982998 0.11734,1.967316 0.15433,2.952072 z" id="path3188"/></g></svg>
|
After Width: | Height: | Size: 6.2 KiB |
3
images/orig/calculator.svg
Executable file
@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" x="0px" y="0px" width="85.039px" height="100px" viewBox="0 0 85.039 100" overflow="visible" enable-background="new 0 0 85.039 100" xml:space="preserve">
|
||||
<path d="M71.018,0H14.017C6.275,0,0,6.27,0,14.017v71.996v0.005c0,7.741,6.275,14.017,14.017,14.017h57.001 c7.747,0,14.021-6.275,14.021-14.017v-0.005V14.017C85.039,6.27,78.765,0,71.018,0z M26.545,85.539 c0,1.918-1.558,3.477-3.481,3.477H13.2c-1.923,0-3.481-1.559-3.481-3.477v-3.486c0-1.918,1.558-3.476,3.481-3.476h9.864 c1.923,0,3.481,1.558,3.481,3.476V85.539z M26.545,67.327c0,1.923-1.558,3.481-3.481,3.481H13.2 c-1.923,0-3.481-1.559-3.481-3.481v-3.481c0-1.918,1.558-3.481,3.481-3.481h9.864c1.923,0,3.481,1.563,3.481,3.481V67.327z M26.545,49.114c0,1.923-1.558,3.487-3.481,3.487H13.2c-1.923,0-3.481-1.563-3.481-3.487v-3.476 c0-1.923,1.558-3.481,3.481-3.481h9.864c1.923,0,3.481,1.558,3.481,3.481V49.114z M50.699,85.539 c0,1.918-1.563,3.477-3.481,3.477h-9.858c-1.929,0-3.487-1.559-3.487-3.477v-3.486c0-1.918,1.558-3.476,3.487-3.476h9.858 c1.918,0,3.481,1.558,3.481,3.476V85.539z M50.699,67.327c0,1.923-1.563,3.481-3.481,3.481h-9.858 c-1.929,0-3.487-1.559-3.487-3.481v-3.481c0-1.918,1.558-3.481,3.487-3.481h9.858c1.918,0,3.481,1.563,3.481,3.481V67.327z M50.699,49.114c0,1.923-1.563,3.487-3.481,3.487h-9.858c-1.929,0-3.487-1.563-3.487-3.487v-3.476 c0-1.923,1.558-3.481,3.487-3.481h9.858c1.918,0,3.481,1.558,3.481,3.481V49.114z M74.854,85.539 c0,1.918-1.559,3.477-3.481,3.477h-9.858c-1.924,0-3.481-1.559-3.481-3.477v-3.486c0-1.918,1.558-3.476,3.481-3.476h9.858 c1.923,0,3.481,1.558,3.481,3.476V85.539z M74.854,67.327c0,1.923-1.559,3.481-3.481,3.481h-9.858 c-1.924,0-3.481-1.559-3.481-3.481v-3.481c0-1.918,1.558-3.481,3.481-3.481h9.858c1.923,0,3.481,1.563,3.481,3.481V67.327z M74.854,49.114c0,1.923-1.559,3.487-3.481,3.487h-9.858c-1.924,0-3.481-1.563-3.481-3.487v-3.476 c0-1.923,1.558-3.481,3.481-3.481h9.858c1.923,0,3.481,1.558,3.481,3.481V49.114z M74.982,30.263 c0,1.923-1.559,3.481-3.481,3.481H13.2c-1.923,0-3.481-1.558-3.481-3.481V14.892c0-1.923,1.558-3.481,3.481-3.481h58.301 c1.923,0,3.481,1.558,3.481,3.481V30.263z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.1 KiB |
132
images/orig/icon.svg
Normal file
@ -0,0 +1,132 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="100px"
|
||||
height="100px"
|
||||
viewBox="0 0 100 100"
|
||||
enable-background="new 0 0 100 100"
|
||||
xml:space="preserve"
|
||||
id="svg2"
|
||||
inkscape:version="0.48.3.1 r9886"
|
||||
sodipodi:docname="point_watcher2.svg"><metadata
|
||||
id="metadata47"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs45" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1440"
|
||||
inkscape:window-height="845"
|
||||
id="namedview43"
|
||||
showgrid="false"
|
||||
inkscape:zoom="4.72"
|
||||
inkscape:cx="31.388566"
|
||||
inkscape:cy="48.52389"
|
||||
inkscape:window-x="-2"
|
||||
inkscape:window-y="-3"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Your_Icon" />
|
||||
<g
|
||||
id="Captions">
|
||||
</g>
|
||||
<g
|
||||
id="Your_Icon"
|
||||
style="fill:#00000f;fill-opacity:1">
|
||||
<path
|
||||
d="m 29.888359,47.120689 c -0.866137,0 -1.60781,-0.653422 -1.694765,-1.529737 -0.09207,-0.930554 0.591633,-1.761104 1.529381,-1.852634 l 19.854673,-1.948402 c 0.03836,-0.0051 0.07672,-0.0068 0.115087,-0.0085 0.651308,-0.03136 2.194329,-0.27798 2.158524,-1.885687 -0.01279,-0.617827 -0.227617,-0.885637 -0.387886,-1.034797 -0.601011,-0.557655 -1.825198,-0.633929 -2.103112,-0.612742 l -29.790535,0.14749 c -0.0026,0 -0.006,0 -0.0085,0 -0.937747,0 -1.700733,-0.753427 -1.704995,-1.686524 -0.0043,-0.936488 0.755313,-1.69839 1.69647,-1.703475 l 29.715515,-0.14577 c 0.213125,-0.01356 2.785963,-0.08899 4.521648,1.522957 0.934338,0.865297 1.441574,2.056034 1.470559,3.440001 0.0844,3.762052 -3.159357,5.250261 -5.399721,5.345181 l -19.802696,1.944164 c -0.05712,0.0051 -0.113382,0.0085 -0.169647,0.0085 z"
|
||||
id="path6"
|
||||
style="fill:#00000f;fill-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
id="g8"
|
||||
style="fill:#00000f;fill-opacity:1">
|
||||
|
||||
|
||||
</g>
|
||||
<g
|
||||
id="g18"
|
||||
style="fill:#00000f;fill-opacity:1"
|
||||
transform="matrix(0.85249777,0,0,0.84749971,-6.6590725,0.50820521)">
|
||||
<path
|
||||
d="m 20.735,81.311 c -1.456,0 -3.132,-0.334 -5.041,-1.184 -6.52,-2.926 -7.625,-9.234 -7.668,-9.502 -0.179,-1.09 0.56,-2.119 1.65,-2.297 1.085,-0.178 2.118,0.559 2.297,1.648 0.03,0.17 0.846,4.477 5.354,6.498 3.526,1.572 5.339,0.635 6.397,-0.207 0.864,-0.689 2.122,-0.543 2.81,0.32 0.688,0.865 0.544,2.123 -0.321,2.811 -1.243,0.989 -3.054,1.913 -5.478,1.913 z"
|
||||
id="path20"
|
||||
style="fill:#00000f;fill-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
id="g22"
|
||||
style="fill:#00000f;fill-opacity:1"
|
||||
transform="matrix(0.85249777,0,0,0.84749971,-6.6590725,0.50820521)">
|
||||
<path
|
||||
d="m 24.039,64.719 c -0.946,0 -1.787,-0.674 -1.964,-1.639 -0.2,-1.086 0.519,-2.129 1.604,-2.328 0.15,-0.031 4.088,-0.881 5.806,-5.51 2.092,-5.604 -2.031,-10.941 -2.073,-10.994 -0.579,-0.736 -0.574,-1.781 0.018,-2.508 1.892,-2.316 2.259,-4.533 2.235,-5.984 -0.012,-0.525 -0.25,-3.346 -3.776,-6.225 -1.687,-1.383 -2.381,-1.521 -3.137,-1.25 0.148,0.549 0.514,1.402 0.755,1.965 0.587,1.369 1.193,2.785 1.155,4.109 -0.062,2.08 -0.191,6.404 -4.005,11.637 -3.713,5.1 -8.306,6.455 -8.5,6.51 -1.063,0.301 -2.169,-0.314 -2.471,-1.375 -0.302,-1.059 0.309,-2.16 1.363,-2.469 0.086,-0.025 3.534,-1.119 6.375,-5.021 3.086,-4.232 3.183,-7.467 3.24,-9.398 0.013,-0.441 -0.497,-1.629 -0.833,-2.416 -0.87,-2.031 -2.326,-5.428 0.631,-6.896 3.173,-1.562 5.477,-0.527 7.96,1.51 4.759,3.887 5.215,8.057 5.242,9.244 0.026,1.537 -0.257,4.375 -2.237,7.371 1.462,2.377 3.996,7.723 1.806,13.588 -2.528,6.812 -8.574,8 -8.83,8.047 -0.122,0.02 -0.244,0.032 -0.364,0.032 z"
|
||||
id="path24"
|
||||
style="fill:#00000f;fill-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
id="g26"
|
||||
style="fill:#00000f;fill-opacity:1"
|
||||
transform="matrix(0.85249777,0,0,0.84749971,-6.6590725,0.50820521)">
|
||||
<path
|
||||
d="m 45.416,70.979 c -3.97,0 -8.533,-1.039 -10.274,-2.963 -1.49,-1.648 -2.16,-5.039 -0.783,-7.461 0.777,-1.365 2.835,-3.502 7.901,-2.486 1.083,0.219 1.784,1.273 1.566,2.355 -0.218,1.082 -1.267,1.781 -2.355,1.566 -0.896,-0.18 -3.046,-0.488 -3.635,0.543 -0.504,0.887 -0.069,2.422 0.272,2.799 1.075,1.188 7.982,2.342 10.797,1.178 1.102,-0.451 2.489,-1.293 2.85,-2.73 0.46,-1.832 -0.679,-4.48 -3.294,-7.66 -0.702,-0.854 -0.579,-2.113 0.274,-2.816 0.854,-0.699 2.113,-0.578 2.815,0.275 3.504,4.26 4.878,8.02 4.084,11.176 -0.6,2.385 -2.448,4.322 -5.207,5.455 -1.258,0.519 -3.063,0.769 -5.011,0.769 z"
|
||||
id="path28"
|
||||
style="fill:#00000f;fill-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
id="g30"
|
||||
style="fill:#00000f;fill-opacity:1"
|
||||
transform="matrix(0.85249777,0,0,0.84749971,-6.6590725,0.50820521)">
|
||||
<path
|
||||
d="m 38.603,77.508 c -3.449,0 -7.14,-1.105 -8.808,-2.947 -1.517,-1.682 -2.246,-5.439 -0.872,-8.15 0.704,-1.389 2.555,-3.654 7.051,-3.193 1.099,0.111 1.899,1.092 1.788,2.191 -0.111,1.099 -1.101,1.912 -2.192,1.787 -2.433,-0.244 -2.917,0.705 -3.077,1.02 -0.663,1.299 -0.081,3.271 0.269,3.664 1.242,1.373 6.17,2.234 8.778,1.16 1.003,-0.412 1.713,-2.352 1.896,-4.053 0.118,-1.098 1.101,-1.895 2.203,-1.773 1.098,0.117 1.893,1.104 1.775,2.201 -0.146,1.359 -0.892,5.9 -4.35,7.324 -1.278,0.525 -2.843,0.769 -4.461,0.769 z"
|
||||
id="path32"
|
||||
style="fill:#00000f;fill-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
id="g34"
|
||||
style="fill:#00000f;fill-opacity:1"
|
||||
transform="matrix(0.85249777,0,0,0.84749971,-6.6590725,0.50820521)">
|
||||
<path
|
||||
d="m 31.938,82.521 c -2.889,0 -5.951,-0.939 -7.388,-2.52 -1.312,-1.451 -1.945,-4.693 -0.76,-7.029 0.615,-1.213 2.225,-3.186 6.089,-2.793 1.099,0.113 1.898,1.096 1.785,2.195 -0.113,1.098 -1.096,1.908 -2.194,1.783 -1.108,-0.111 -1.81,0.082 -2.088,0.578 -0.449,0.803 -0.13,2.234 0.145,2.594 0.813,0.895 4.653,1.666 6.683,0.83 0.584,-0.238 1.154,-1.541 1.299,-2.965 0.112,-1.098 1.088,-1.912 2.193,-1.785 1.099,0.111 1.898,1.094 1.787,2.191 -0.118,1.156 -0.737,5.02 -3.76,6.26 -1.1,0.452 -2.426,0.661 -3.791,0.661 z"
|
||||
id="path36"
|
||||
style="fill:#00000f;fill-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
id="g38"
|
||||
style="fill:#00000f;fill-opacity:1"
|
||||
transform="matrix(0.85249777,0,0,0.84749971,-7.2009143,0.23887261)">
|
||||
<path
|
||||
stroke-miterlimit="10"
|
||||
d="M 52.4,59.086"
|
||||
id="path40"
|
||||
style="fill:#00000f;fill-opacity:1;stroke:#d9272e;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 89.065189,32.116839 V 13.463983 c 0,-2.228688 -1.909741,-4.0360168 -4.266623,-4.0360168 H 69.438721 c -2.356882,0 -4.266622,1.8073288 -4.266622,4.0360168 v 18.652856 c -6.151617,3.73493 -10.239896,10.25794 -10.239896,17.671297 0,7.413355 4.088279,13.937173 10.239896,17.671296 v 18.652855 c 0,2.229496 1.90974,4.036016 4.266622,4.036016 h 15.359845 c 2.356882,0 4.266623,-1.80652 4.266623,-4.036016 V 67.459432 c 6.151616,-3.734123 10.239894,-10.257941 10.239894,-17.671296 0,-7.413357 -4.088278,-13.936367 -10.239894,-17.671297 z m 0,31.359851 c -3.248607,2.54027 -7.411978,4.06992 -11.946545,4.06992 -4.534567,0 -8.697938,-1.52965 -11.946545,-4.06992 -4.166784,-3.259487 -6.826598,-8.186657 -6.826598,-13.688554 0,-5.502706 2.659814,-10.428261 6.826598,-13.688555 3.248607,-2.541077 7.411978,-4.06992 11.946545,-4.06992 4.534567,0 8.697938,1.528843 11.946545,4.06992 4.166784,3.260294 6.826597,8.185849 6.826597,13.688555 0,5.501897 -2.659813,10.429067 -6.826597,13.688554 z"
|
||||
id="path3" /><path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 90.771838,41.716102 c 0,-0.891153 -0.764579,-1.614408 -1.706649,-1.614408 -0.370343,0 -0.709966,0.114623 -0.989857,0.30351 l -0.0017,-0.0024 -10.838077,7.323757 -6.662758,-5.601992 -0.0042,0.0049 c -0.301224,-0.254268 -0.694607,-0.413288 -1.129803,-0.413288 -0.942069,0 -1.706648,0.723254 -1.706648,1.614407 0,0.479478 0.22613,0.90649 0.576847,1.201926 l -0.0042,0.0049 7.679922,6.457628 0.0042,-0.0049 c 0.301224,0.253461 0.694606,0.412481 1.129801,0.412481 0.370344,0 0.709966,-0.114623 0.989857,-0.303509 l 0.0017,0.0024 11.946545,-8.072034 -0.0017,-0.0024 c 0.431782,-0.293016 0.716793,-0.769266 0.716793,-1.310899 z"
|
||||
id="path5" /></g>
|
||||
<g
|
||||
id="Layer_3">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.5 KiB |
774
images/orig/info.svg
Executable file
@ -0,0 +1,774 @@
|
||||
<svg xmlns:x="http://ns.adobe.com/Extensibility/1.0/" xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/" xmlns:graph="http://ns.adobe.com/Graphs/1.0/" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" version="1.1" id="Ebene_1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
|
||||
<metadata><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
|
||||
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.0-c060 61.134777, 2010/02/12-17:32:00 ">
|
||||
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:title>
|
||||
<rdf:Alt>
|
||||
<rdf:li xml:lang="x-default">Info</rdf:li>
|
||||
</rdf:Alt>
|
||||
</dc:title>
|
||||
<dc:creator>
|
||||
<rdf:Seq>
|
||||
<rdf:li>Hofmann Sven</rdf:li>
|
||||
</rdf:Seq>
|
||||
</dc:creator>
|
||||
<dc:subject>
|
||||
<rdf:Bag>
|
||||
<rdf:li>Info</rdf:li>
|
||||
<rdf:li>Information</rdf:li>
|
||||
</rdf:Bag>
|
||||
</dc:subject>
|
||||
</rdf:Description>
|
||||
<rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpGImg="http://ns.adobe.com/xap/1.0/g/img/" rdf:about="">
|
||||
<xmp:CreatorTool>Adobe Illustrator CS5</xmp:CreatorTool>
|
||||
<xmp:CreateDate>2011-12-14T01:59:22+01:00</xmp:CreateDate>
|
||||
<xmp:ModifyDate>2011-12-14T01:59:26+01:00</xmp:ModifyDate>
|
||||
<xmp:MetadataDate>2011-12-14T01:59:26+01:00</xmp:MetadataDate>
|
||||
<xmp:Thumbnails>
|
||||
<rdf:Alt>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpGImg:width>256</xmpGImg:width>
|
||||
<xmpGImg:height>256</xmpGImg:height>
|
||||
<xmpGImg:format>JPEG</xmpGImg:format>
|
||||
<xmpGImg:image>/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
|
||||
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
|
||||
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
|
||||
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAEAAwER
|
||||
AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA
|
||||
AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB
|
||||
UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE
|
||||
1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ
|
||||
qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy
|
||||
obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp
|
||||
0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo
|
||||
+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7
|
||||
FXYq7FWPea/zC8keUofU8x61a6aePJYZZAZmXxSFeUr/AOxU4q8W80/85p+SrFpIvLmkXesSLULP
|
||||
OVs4D4MtRLKR7FFxV5Tr/wDzmJ+bGoFl0xbDRY/2Ggg9aUD3a5MqH/gBirAdW/Oz829VJN55s1IB
|
||||
vtJbztbIR4FLf0l/DFWMXmva5fV+u6jdXXKob1ppJKg9a8mPXFUBiq5HdHV0Yq6kFWBoQR0IOKpt
|
||||
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
|
||||
X//Z</xmpGImg:image>
|
||||
</rdf:li>
|
||||
</rdf:Alt>
|
||||
</xmp:Thumbnails>
|
||||
</rdf:Description>
|
||||
<rdf:Description xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#" rdf:about="">
|
||||
<xmpMM:RenditionClass>proof:pdf</xmpMM:RenditionClass>
|
||||
<xmpMM:OriginalDocumentID>uuid:65E6390686CF11DBA6E2D887CEACB407</xmpMM:OriginalDocumentID>
|
||||
<xmpMM:DocumentID>xmp.did:ED7F1174072068118C14974D8099C632</xmpMM:DocumentID>
|
||||
<xmpMM:InstanceID>xmp.iid:ED7F1174072068118C14974D8099C632</xmpMM:InstanceID>
|
||||
<xmpMM:DerivedFrom rdf:parseType="Resource">
|
||||
<stRef:instanceID>uuid:72b1533f-9e90-064f-87a5-4345918e86e3</stRef:instanceID>
|
||||
<stRef:documentID>xmp.did:FD7F11740720681188C6F0AB0253E170</stRef:documentID>
|
||||
<stRef:originalDocumentID>uuid:65E6390686CF11DBA6E2D887CEACB407</stRef:originalDocumentID>
|
||||
<stRef:renditionClass>proof:pdf</stRef:renditionClass>
|
||||
</xmpMM:DerivedFrom>
|
||||
<xmpMM:History>
|
||||
<rdf:Seq>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<stEvt:action>saved</stEvt:action>
|
||||
<stEvt:instanceID>xmp.iid:ED7F1174072068118C14974D8099C632</stEvt:instanceID>
|
||||
<stEvt:when>2011-12-14T01:59:26+01:00</stEvt:when>
|
||||
<stEvt:softwareAgent>Adobe Illustrator CS5</stEvt:softwareAgent>
|
||||
<stEvt:changed>/</stEvt:changed>
|
||||
</rdf:li>
|
||||
</rdf:Seq>
|
||||
</xmpMM:History>
|
||||
</rdf:Description>
|
||||
<rdf:Description xmlns:illustrator="http://ns.adobe.com/illustrator/1.0/" rdf:about="">
|
||||
<illustrator:StartupProfile>Web</illustrator:StartupProfile>
|
||||
</rdf:Description>
|
||||
<rdf:Description xmlns:xmpTPg="http://ns.adobe.com/xap/1.0/t/pg/" xmlns:stDim="http://ns.adobe.com/xap/1.0/sType/Dimensions#" xmlns:xmpG="http://ns.adobe.com/xap/1.0/g/" rdf:about="">
|
||||
<xmpTPg:NPages>1</xmpTPg:NPages>
|
||||
<xmpTPg:HasVisibleTransparency>False</xmpTPg:HasVisibleTransparency>
|
||||
<xmpTPg:HasVisibleOverprint>False</xmpTPg:HasVisibleOverprint>
|
||||
<xmpTPg:MaxPageSize rdf:parseType="Resource">
|
||||
<stDim:w>100.000000</stDim:w>
|
||||
<stDim:h>100.000000</stDim:h>
|
||||
<stDim:unit>Pixels</stDim:unit>
|
||||
</xmpTPg:MaxPageSize>
|
||||
<xmpTPg:PlateNames>
|
||||
<rdf:Seq>
|
||||
<rdf:li>Black</rdf:li>
|
||||
</rdf:Seq>
|
||||
</xmpTPg:PlateNames>
|
||||
<xmpTPg:SwatchGroups>
|
||||
<rdf:Seq>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:groupName>Standard-Farbfeldgruppe</xmpG:groupName>
|
||||
<xmpG:groupType>0</xmpG:groupType>
|
||||
<xmpG:Colorants>
|
||||
<rdf:Seq>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>Weiß</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>255</xmpG:red>
|
||||
<xmpG:green>255</xmpG:green>
|
||||
<xmpG:blue>255</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>Schwarz</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>0</xmpG:red>
|
||||
<xmpG:green>0</xmpG:green>
|
||||
<xmpG:blue>0</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>RGB Rot</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>255</xmpG:red>
|
||||
<xmpG:green>0</xmpG:green>
|
||||
<xmpG:blue>0</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>RGB Gelb</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>255</xmpG:red>
|
||||
<xmpG:green>255</xmpG:green>
|
||||
<xmpG:blue>0</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>RGB Grün</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>0</xmpG:red>
|
||||
<xmpG:green>255</xmpG:green>
|
||||
<xmpG:blue>0</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>RGB Cyan</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>0</xmpG:red>
|
||||
<xmpG:green>255</xmpG:green>
|
||||
<xmpG:blue>255</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>RGB Blau</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>0</xmpG:red>
|
||||
<xmpG:green>0</xmpG:green>
|
||||
<xmpG:blue>255</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>RGB Magenta</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>255</xmpG:red>
|
||||
<xmpG:green>0</xmpG:green>
|
||||
<xmpG:blue>255</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=193 G=39 B=45</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>193</xmpG:red>
|
||||
<xmpG:green>39</xmpG:green>
|
||||
<xmpG:blue>45</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=237 G=28 B=36</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>237</xmpG:red>
|
||||
<xmpG:green>28</xmpG:green>
|
||||
<xmpG:blue>36</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=241 G=90 B=36</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>241</xmpG:red>
|
||||
<xmpG:green>90</xmpG:green>
|
||||
<xmpG:blue>36</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=247 G=147 B=30</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>247</xmpG:red>
|
||||
<xmpG:green>147</xmpG:green>
|
||||
<xmpG:blue>30</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=251 G=176 B=59</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>251</xmpG:red>
|
||||
<xmpG:green>176</xmpG:green>
|
||||
<xmpG:blue>59</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=252 G=238 B=33</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>252</xmpG:red>
|
||||
<xmpG:green>238</xmpG:green>
|
||||
<xmpG:blue>33</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=217 G=224 B=33</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>217</xmpG:red>
|
||||
<xmpG:green>224</xmpG:green>
|
||||
<xmpG:blue>33</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=140 G=198 B=63</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>140</xmpG:red>
|
||||
<xmpG:green>198</xmpG:green>
|
||||
<xmpG:blue>63</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=57 G=181 B=74</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>57</xmpG:red>
|
||||
<xmpG:green>181</xmpG:green>
|
||||
<xmpG:blue>74</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=0 G=146 B=69</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>0</xmpG:red>
|
||||
<xmpG:green>146</xmpG:green>
|
||||
<xmpG:blue>69</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=0 G=104 B=55</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>0</xmpG:red>
|
||||
<xmpG:green>104</xmpG:green>
|
||||
<xmpG:blue>55</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=34 G=181 B=115</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>34</xmpG:red>
|
||||
<xmpG:green>181</xmpG:green>
|
||||
<xmpG:blue>115</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=0 G=169 B=157</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>0</xmpG:red>
|
||||
<xmpG:green>169</xmpG:green>
|
||||
<xmpG:blue>157</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=41 G=171 B=226</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>41</xmpG:red>
|
||||
<xmpG:green>171</xmpG:green>
|
||||
<xmpG:blue>226</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=0 G=113 B=188</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>0</xmpG:red>
|
||||
<xmpG:green>113</xmpG:green>
|
||||
<xmpG:blue>188</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=46 G=49 B=146</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>46</xmpG:red>
|
||||
<xmpG:green>49</xmpG:green>
|
||||
<xmpG:blue>146</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=27 G=20 B=100</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>27</xmpG:red>
|
||||
<xmpG:green>20</xmpG:green>
|
||||
<xmpG:blue>100</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=102 G=45 B=145</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>102</xmpG:red>
|
||||
<xmpG:green>45</xmpG:green>
|
||||
<xmpG:blue>145</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=147 G=39 B=143</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>147</xmpG:red>
|
||||
<xmpG:green>39</xmpG:green>
|
||||
<xmpG:blue>143</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=158 G=0 B=93</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>158</xmpG:red>
|
||||
<xmpG:green>0</xmpG:green>
|
||||
<xmpG:blue>93</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=212 G=20 B=90</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>212</xmpG:red>
|
||||
<xmpG:green>20</xmpG:green>
|
||||
<xmpG:blue>90</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=237 G=30 B=121</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>237</xmpG:red>
|
||||
<xmpG:green>30</xmpG:green>
|
||||
<xmpG:blue>121</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=199 G=178 B=153</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>199</xmpG:red>
|
||||
<xmpG:green>178</xmpG:green>
|
||||
<xmpG:blue>153</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=153 G=134 B=117</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>153</xmpG:red>
|
||||
<xmpG:green>134</xmpG:green>
|
||||
<xmpG:blue>117</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=115 G=99 B=87</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>115</xmpG:red>
|
||||
<xmpG:green>99</xmpG:green>
|
||||
<xmpG:blue>87</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=83 G=71 B=65</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>83</xmpG:red>
|
||||
<xmpG:green>71</xmpG:green>
|
||||
<xmpG:blue>65</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=198 G=156 B=109</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>198</xmpG:red>
|
||||
<xmpG:green>156</xmpG:green>
|
||||
<xmpG:blue>109</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=166 G=124 B=82</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>166</xmpG:red>
|
||||
<xmpG:green>124</xmpG:green>
|
||||
<xmpG:blue>82</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=140 G=98 B=57</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>140</xmpG:red>
|
||||
<xmpG:green>98</xmpG:green>
|
||||
<xmpG:blue>57</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=117 G=76 B=36</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>117</xmpG:red>
|
||||
<xmpG:green>76</xmpG:green>
|
||||
<xmpG:blue>36</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=96 G=56 B=19</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>96</xmpG:red>
|
||||
<xmpG:green>56</xmpG:green>
|
||||
<xmpG:blue>19</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=66 G=33 B=11</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>66</xmpG:red>
|
||||
<xmpG:green>33</xmpG:green>
|
||||
<xmpG:blue>11</xmpG:blue>
|
||||
</rdf:li>
|
||||
</rdf:Seq>
|
||||
</xmpG:Colorants>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:groupName>Grautöne</xmpG:groupName>
|
||||
<xmpG:groupType>1</xmpG:groupType>
|
||||
<xmpG:Colorants>
|
||||
<rdf:Seq>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=0 G=0 B=0</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>0</xmpG:red>
|
||||
<xmpG:green>0</xmpG:green>
|
||||
<xmpG:blue>0</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=26 G=26 B=26</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>26</xmpG:red>
|
||||
<xmpG:green>26</xmpG:green>
|
||||
<xmpG:blue>26</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=51 G=51 B=51</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>51</xmpG:red>
|
||||
<xmpG:green>51</xmpG:green>
|
||||
<xmpG:blue>51</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=77 G=77 B=77</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>77</xmpG:red>
|
||||
<xmpG:green>77</xmpG:green>
|
||||
<xmpG:blue>77</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=102 G=102 B=102</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>102</xmpG:red>
|
||||
<xmpG:green>102</xmpG:green>
|
||||
<xmpG:blue>102</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=128 G=128 B=128</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>128</xmpG:red>
|
||||
<xmpG:green>128</xmpG:green>
|
||||
<xmpG:blue>128</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=153 G=153 B=153</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>153</xmpG:red>
|
||||
<xmpG:green>153</xmpG:green>
|
||||
<xmpG:blue>153</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=179 G=179 B=179</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>179</xmpG:red>
|
||||
<xmpG:green>179</xmpG:green>
|
||||
<xmpG:blue>179</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=204 G=204 B=204</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>204</xmpG:red>
|
||||
<xmpG:green>204</xmpG:green>
|
||||
<xmpG:blue>204</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=230 G=230 B=230</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>230</xmpG:red>
|
||||
<xmpG:green>230</xmpG:green>
|
||||
<xmpG:blue>230</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=242 G=242 B=242</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>242</xmpG:red>
|
||||
<xmpG:green>242</xmpG:green>
|
||||
<xmpG:blue>242</xmpG:blue>
|
||||
</rdf:li>
|
||||
</rdf:Seq>
|
||||
</xmpG:Colorants>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:groupName>Webfarbgruppe</xmpG:groupName>
|
||||
<xmpG:groupType>1</xmpG:groupType>
|
||||
<xmpG:Colorants>
|
||||
<rdf:Seq>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=63 G=169 B=245</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>63</xmpG:red>
|
||||
<xmpG:green>169</xmpG:green>
|
||||
<xmpG:blue>245</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=122 G=201 B=67</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>122</xmpG:red>
|
||||
<xmpG:green>201</xmpG:green>
|
||||
<xmpG:blue>67</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=255 G=147 B=30</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>255</xmpG:red>
|
||||
<xmpG:green>147</xmpG:green>
|
||||
<xmpG:blue>30</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=255 G=29 B=37</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>255</xmpG:red>
|
||||
<xmpG:green>29</xmpG:green>
|
||||
<xmpG:blue>37</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=255 G=123 B=172</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>255</xmpG:red>
|
||||
<xmpG:green>123</xmpG:green>
|
||||
<xmpG:blue>172</xmpG:blue>
|
||||
</rdf:li>
|
||||
<rdf:li rdf:parseType="Resource">
|
||||
<xmpG:swatchName>R=189 G=204 B=212</xmpG:swatchName>
|
||||
<xmpG:mode>RGB</xmpG:mode>
|
||||
<xmpG:type>PROCESS</xmpG:type>
|
||||
<xmpG:red>189</xmpG:red>
|
||||
<xmpG:green>204</xmpG:green>
|
||||
<xmpG:blue>212</xmpG:blue>
|
||||
</rdf:li>
|
||||
</rdf:Seq>
|
||||
</xmpG:Colorants>
|
||||
</rdf:li>
|
||||
</rdf:Seq>
|
||||
</xmpTPg:SwatchGroups>
|
||||
</rdf:Description>
|
||||
<rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
|
||||
<pdf:Producer>Adobe PDF library 9.90</pdf:Producer>
|
||||
</rdf:Description>
|
||||
<rdf:Description xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/" rdf:about="">
|
||||
<photoshop:CaptionWriter>Hofmann Sven</photoshop:CaptionWriter>
|
||||
</rdf:Description>
|
||||
<rdf:Description xmlns:Iptc4xmpCore="http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/" rdf:about="">
|
||||
<Iptc4xmpCore:CreatorContactInfo rdf:parseType="Resource">
|
||||
<Iptc4xmpCore:CiAdrRegion>Bayern</Iptc4xmpCore:CiAdrRegion>
|
||||
<Iptc4xmpCore:CiAdrCtry>Deutschland</Iptc4xmpCore:CiAdrCtry>
|
||||
<Iptc4xmpCore:CiEmailWork>info@hofmannsven.com</Iptc4xmpCore:CiEmailWork>
|
||||
<Iptc4xmpCore:CiUrlWork>http://hofmannsven.com</Iptc4xmpCore:CiUrlWork>
|
||||
</Iptc4xmpCore:CreatorContactInfo>
|
||||
</rdf:Description>
|
||||
</rdf:RDF>
|
||||
</x:xmpmeta>
|
||||
<?xpacket end="w"?>
|
||||
</metadata>
|
||||
<g>
|
||||
<path d="M50,100c27.344,0.018,49.517-22.375,49.541-49.975C99.517,22.381,77.344-0.009,50,0 C22.646-0.009,0.478,22.381,0.459,50.025C0.478,77.625,22.647,100.018,50,100z M50,11.52c21.041,0,38.098,17.23,38.076,38.508 C88.099,71.259,71.041,88.488,50,88.48c-21.049,0.008-38.107-17.223-38.131-38.455C11.893,28.75,28.953,11.52,50,11.52z"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M59.666,75.735c-0.59,0-1.068-0.689-1.068-1.538V38.281H36.166v4.612h4.054 c0.59,0,1.067,0.479,1.067,1.068v30.704c0,0.59-0.478,1.069-1.067,1.069h-4.054v4.764H64.04v-4.764H59.666z"/>
|
||||
<circle fill-rule="evenodd" clip-rule="evenodd" cx="49.94" cy="25.548" r="9.625"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 46 KiB |
8
images/orig/moreDisclosure.svg
Executable file
@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
|
||||
<g>
|
||||
<path d="M69.43,54.255c-1.167,1.167-3.076,1.167-4.242,0L28.437,17.507c-1.167-1.167-1.167-3.076,0-4.242l2.134-2.135 c1.167-1.167,3.076-1.167,4.243,0l36.751,36.748c1.166,1.167,1.167,3.075,0,4.242L69.43,54.255z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M28.438,86.735c-1.167-1.167-1.167-3.076,0-4.242l36.748-36.75c1.167-1.167,3.076-1.167,4.242,0l2.135,2.135 c1.166,1.167,1.167,3.076,0,4.242L34.814,88.87c-1.167,1.166-3.076,1.167-4.242,0L28.438,86.735z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 687 B |
10
images/orig/notebook.svg
Executable file
@ -0,0 +1,10 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" id="Ebene_1" x="0px" y="0px" width="100px" height="99.999px" viewBox="0 0 100 99.999" enable-background="new 0 0 100 99.999" xml:space="preserve">
|
||||
<g>
|
||||
<path d="M78.556,1.759H24.939c-6.337,0-11.472,5.136-11.472,11.472v1.359c-4.68,0-8.474,3.793-8.474,8.474 c0,3.605,2.255,6.676,5.431,7.901c-3.175,1.224-5.431,4.295-5.431,7.9c0,3.604,2.254,6.674,5.425,7.899 c-3.171,1.225-5.425,4.295-5.425,7.899c0,3.684,2.355,6.809,5.637,7.977c-3.281,1.168-5.637,4.293-5.637,7.977 c0,4.68,3.794,8.474,8.474,8.474v5.628c0,6.336,5.135,11.472,11.472,11.472h53.616c6.335,0,11.472-5.136,11.472-11.472V13.231 C90.027,6.895,84.891,1.759,78.556,1.759z M13.468,19.243v7.641c-2.105,0-3.82-1.714-3.82-3.82 C9.647,20.957,11.362,19.243,13.468,19.243z M13.468,35.045v7.641c-2.105,0-3.82-1.714-3.82-3.821S11.362,35.045,13.468,35.045z M13.468,50.843v7.641c-2.105,0-3.82-1.714-3.82-3.82S11.362,50.843,13.468,50.843z M9.647,70.617c0-2.106,1.715-3.82,3.82-3.82 v7.641C11.362,74.438,9.647,72.724,9.647,70.617z M81.424,84.719c0,1.582-1.287,2.868-2.868,2.868H24.939 c-1.581,0-2.868-1.287-2.868-2.868V13.231c0-1.582,1.287-2.868,2.868-2.868h53.616c1.581,0,2.868,1.287,2.868,2.868V84.719z"/>
|
||||
<rect x="31.062" y="19.986" width="41.371" height="4.653"/>
|
||||
<rect x="31.062" y="32.127" width="41.371" height="4.653"/>
|
||||
<rect x="31.062" y="44.269" width="41.371" height="4.653"/>
|
||||
<rect x="31.062" y="56.41" width="41.371" height="4.653"/>
|
||||
<rect x="31.062" y="68.551" width="41.371" height="4.653"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
35
images/orig/pointing.svg
Executable file
@ -0,0 +1,35 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
|
||||
<g id="Captions">
|
||||
</g>
|
||||
<g id="Your_Icon">
|
||||
<path d="M42.871,55c-1.016,0-1.886-0.771-1.988-1.805c-0.108-1.098,0.694-2.078,1.794-2.186l23.29-2.299 c0.045-0.006,0.09-0.008,0.135-0.01c0.764-0.037,2.574-0.328,2.532-2.225c-0.015-0.729-0.267-1.045-0.455-1.221 c-0.705-0.658-2.141-0.748-2.467-0.723l-34.945,0.174c-0.003,0-0.007,0-0.01,0c-1.1,0-1.995-0.889-2-1.99 c-0.005-1.105,0.886-2.004,1.99-2.01l34.857-0.172c0.25-0.016,3.268-0.105,5.304,1.797c1.096,1.021,1.691,2.426,1.725,4.059 c0.099,4.439-3.706,6.195-6.334,6.307L43.07,54.99C43.003,54.996,42.937,55,42.871,55z"/>
|
||||
<g>
|
||||
<g>
|
||||
<path d="M49.706,44c-1.104,0-2-0.895-2-2V19.479c0-1.105,0.896-2,2-2s2,0.895,2,2V42C51.706,43.105,50.811,44,49.706,44z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M90,82.377c-0.34,0-0.68-0.086-0.985-0.26L52.86,61.646c-0.961-0.545-1.299-1.766-0.755-2.727 c0.545-0.961,1.764-1.301,2.726-0.754L88,76.947v-33.59L59.379,27.229c-0.963-0.541-1.303-1.762-0.761-2.723 c0.541-0.963,1.763-1.305,2.724-0.762l29.64,16.701C91.61,40.801,92,41.467,92,42.188v38.189c0,0.713-0.378,1.369-0.993,1.729 C90.696,82.287,90.348,82.377,90,82.377z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M20.735,81.311c-1.456,0-3.132-0.334-5.041-1.184c-6.52-2.926-7.625-9.234-7.668-9.502c-0.179-1.09,0.56-2.119,1.65-2.297 c1.085-0.178,2.118,0.559,2.297,1.648c0.03,0.17,0.846,4.477,5.354,6.498c3.526,1.572,5.339,0.635,6.397-0.207 c0.864-0.689,2.122-0.543,2.81,0.32c0.688,0.865,0.544,2.123-0.321,2.811C24.97,80.387,23.159,81.311,20.735,81.311z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M24.039,64.719c-0.946,0-1.787-0.674-1.964-1.639c-0.2-1.086,0.519-2.129,1.604-2.328c0.15-0.031,4.088-0.881,5.806-5.51 c2.092-5.604-2.031-10.941-2.073-10.994c-0.579-0.736-0.574-1.781,0.018-2.508c1.892-2.316,2.259-4.533,2.235-5.984 c-0.012-0.525-0.25-3.346-3.776-6.225c-1.687-1.383-2.381-1.521-3.137-1.25c0.148,0.549,0.514,1.402,0.755,1.965 c0.587,1.369,1.193,2.785,1.155,4.109c-0.062,2.08-0.191,6.404-4.005,11.637c-3.713,5.1-8.306,6.455-8.5,6.51 c-1.063,0.301-2.169-0.314-2.471-1.375c-0.302-1.059,0.309-2.16,1.363-2.469c0.086-0.025,3.534-1.119,6.375-5.021 c3.086-4.232,3.183-7.467,3.24-9.398c0.013-0.441-0.497-1.629-0.833-2.416c-0.87-2.031-2.326-5.428,0.631-6.896 c3.173-1.562,5.477-0.527,7.96,1.51c4.759,3.887,5.215,8.057,5.242,9.244c0.026,1.537-0.257,4.375-2.237,7.371 c1.462,2.377,3.996,7.723,1.806,13.588c-2.528,6.812-8.574,8-8.83,8.047C24.281,64.707,24.159,64.719,24.039,64.719z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M45.416,70.979c-3.97,0-8.533-1.039-10.274-2.963c-1.49-1.648-2.16-5.039-0.783-7.461 c0.777-1.365,2.835-3.502,7.901-2.486c1.083,0.219,1.784,1.273,1.566,2.355c-0.218,1.082-1.267,1.781-2.355,1.566 c-0.896-0.18-3.046-0.488-3.635,0.543c-0.504,0.887-0.069,2.422,0.272,2.799c1.075,1.188,7.982,2.342,10.797,1.178 c1.102-0.451,2.489-1.293,2.85-2.73c0.46-1.832-0.679-4.48-3.294-7.66c-0.702-0.854-0.579-2.113,0.274-2.816 c0.854-0.699,2.113-0.578,2.815,0.275c3.504,4.26,4.878,8.02,4.084,11.176c-0.6,2.385-2.448,4.322-5.207,5.455 C49.169,70.729,47.364,70.979,45.416,70.979z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M38.603,77.508c-3.449,0-7.14-1.105-8.808-2.947c-1.517-1.682-2.246-5.439-0.872-8.15 c0.704-1.389,2.555-3.654,7.051-3.193c1.099,0.111,1.899,1.092,1.788,2.191s-1.101,1.912-2.192,1.787 c-2.433-0.244-2.917,0.705-3.077,1.02c-0.663,1.299-0.081,3.271,0.269,3.664c1.242,1.373,6.17,2.234,8.778,1.16 c1.003-0.412,1.713-2.352,1.896-4.053c0.118-1.098,1.101-1.895,2.203-1.773c1.098,0.117,1.893,1.104,1.775,2.201 c-0.146,1.359-0.892,5.9-4.35,7.324C41.786,77.264,40.221,77.508,38.603,77.508z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M31.938,82.521c-2.889,0-5.951-0.939-7.388-2.52c-1.312-1.451-1.945-4.693-0.76-7.029 c0.615-1.213,2.225-3.186,6.089-2.793c1.099,0.113,1.898,1.096,1.785,2.195c-0.113,1.098-1.096,1.908-2.194,1.783 c-1.108-0.111-1.81,0.082-2.088,0.578c-0.449,0.803-0.13,2.234,0.145,2.594c0.813,0.895,4.653,1.666,6.683,0.83 c0.584-0.238,1.154-1.541,1.299-2.965c0.112-1.098,1.088-1.912,2.193-1.785c1.099,0.111,1.898,1.094,1.787,2.191 c-0.118,1.156-0.737,5.02-3.76,6.26C34.629,82.312,33.303,82.521,31.938,82.521z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#000000" stroke="#D9272E" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d=" M52.4,59.086"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Layer_3">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.4 KiB |
4
images/orig/search.svg
Executable file
@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="100px" height="99.988px" viewBox="0 0 100 99.988" enable-background="new 0 0 100 99.988" xml:space="preserve">
|
||||
<path d="M61.912,76.213c-10.18,0-19.749-3.964-26.945-11.162c-7.197-7.196-11.162-16.767-11.162-26.944 c0-10.179,3.965-19.748,11.162-26.945C42.162,3.963,51.73,0,61.911,0C72.09,0,81.659,3.963,88.855,11.162 c14.857,14.855,14.857,39.031,0.002,53.889C81.66,72.25,72.091,76.213,61.912,76.213L61.912,76.213z M61.912,9.927 c-7.528,0-14.605,2.93-19.926,8.252c-10.988,10.988-10.988,28.867,0,39.855c5.323,5.321,12.398,8.252,19.927,8.252 c7.527,0,14.604-2.931,19.927-8.252c5.322-5.323,8.254-12.401,8.254-19.929s-2.932-14.603-8.255-19.927 C76.516,12.858,69.438,9.927,61.912,9.927L61.912,9.927z"/>
|
||||
<polygon points="7.742,99.988 0,92.248 27.928,64.319 35.67,72.06 "/>
|
||||
</svg>
|
After Width: | Height: | Size: 907 B |
8
images/orig/settings.svg
Executable file
@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve">
|
||||
<g id="Captions">
|
||||
</g>
|
||||
<g id="Your_Icon">
|
||||
<path fill="#000000" d="M95.678,38.018l-6.331-2.251c-0.684-0.243-1.234-0.766-1.511-1.434c-0.004-0.007-0.007-0.017-0.011-0.024 c-0.269-0.666-0.245-1.418,0.063-2.068l2.883-6.066c1.182-2.484,0.672-5.442-1.273-7.387l-8.285-8.285 c-1.943-1.944-4.9-2.455-7.387-1.273l-6.066,2.883c-0.649,0.309-1.429,0.328-2.089,0.055c-0.011-0.005-0.021-0.008-0.031-0.013 c-0.654-0.28-1.166-0.825-1.405-1.498l-2.251-6.332C61.062,1.731,58.608,0,55.858,0H44.142c-2.75,0-5.203,1.731-6.124,4.322 l-2.251,6.329c-0.243,0.685-0.767,1.236-1.437,1.514c-0.668,0.276-1.435,0.257-2.09-0.054l-6.066-2.883 c-2.482-1.181-5.442-0.672-7.387,1.273l-8.285,8.285c-1.945,1.944-2.456,4.902-1.274,7.387l2.884,6.066 c0.311,0.651,0.332,1.407,0.061,2.074c-0.002,0.006-0.005,0.013-0.007,0.018c-0.277,0.669-0.828,1.191-1.512,1.435l-6.331,2.251 C1.731,38.938,0,41.392,0,44.142v11.717c0,2.751,1.731,5.203,4.322,6.124l6.331,2.251c0.659,0.235,1.194,0.729,1.48,1.361 c0.02,0.05,0.04,0.1,0.061,0.148c0.247,0.653,0.218,1.384-0.083,2.017l-2.884,6.066c-1.181,2.484-0.671,5.442,1.274,7.387 l8.285,8.285c1.943,1.944,4.902,2.455,7.388,1.274l6.062-2.883c0.644-0.307,1.413-0.329,2.072-0.064 c0.009,0.004,0.019,0.008,0.025,0.012c0.667,0.275,1.189,0.826,1.432,1.508l2.251,6.332c0.922,2.592,3.375,4.323,6.125,4.323 h11.717c2.75,0,5.202-1.73,6.124-4.321l2.238-6.294c0.243-0.683,0.756-1.238,1.415-1.534c0.026-0.009,0.052-0.021,0.078-0.031 c0.638-0.265,1.391-0.242,2.009,0.051l6.104,2.902c2.483,1.182,5.442,0.672,7.387-1.274l8.285-8.285 c1.945-1.944,2.456-4.903,1.273-7.387l-2.884-6.065c-0.312-0.658-0.332-1.419-0.055-2.087c0.003-0.009,0.007-0.017,0.009-0.024 c0.28-0.658,0.829-1.175,1.509-1.417l6.327-2.25C98.27,61.062,100,58.609,100,55.858V44.142 C100,41.392,98.269,38.938,95.678,38.018z M87,51.271l-2.004,0.712c-4.146,1.474-7.487,4.647-9.171,8.707 c-0.009,0.021-0.018,0.043-0.026,0.065c-1.657,4.046-1.532,8.627,0.348,12.584l0.915,1.926l-1.796,1.796L73.3,76.128 c-3.865-1.835-8.467-1.973-12.425-0.375c-0.054,0.021-0.107,0.042-0.161,0.064c-4.078,1.695-7.266,5.055-8.742,9.214L51.271,87 h-2.542l-0.715-2.011c-1.471-4.132-4.63-7.465-8.673-9.149c-0.011-0.005-0.021-0.01-0.032-0.014 c-4.022-1.67-8.717-1.549-12.655,0.322l-1.92,0.913l-1.797-1.797l0.914-1.923c1.89-3.976,2.008-8.586,0.323-12.65 c-0.007-0.018-0.015-0.034-0.021-0.052c-1.689-4.035-5.02-7.188-9.145-8.654L13,51.271v-2.541l2.01-0.715 c4.125-1.467,7.455-4.62,9.144-8.655c0.007-0.017,0.014-0.033,0.021-0.05c1.685-4.065,1.567-8.678-0.323-12.652l-0.914-1.922 l1.798-1.798l1.923,0.914c3.936,1.87,8.629,1.991,12.651,0.322c4.058-1.682,7.23-5.021,8.705-9.165L48.729,13h2.541l0.715,2.011 c1.475,4.143,4.646,7.482,8.705,9.163c0.013,0.006,0.026,0.011,0.04,0.017c4.01,1.65,8.69,1.525,12.612-0.339l1.922-0.914 l1.798,1.798l-0.914,1.923c-1.89,3.976-2.008,8.587-0.323,12.65h0.001c0.005,0.013,0.01,0.025,0.016,0.037 c1.687,4.042,5.02,7.201,9.149,8.669L87,48.729V51.271z"/>
|
||||
<path fill="#000000" d="M50,27.546c-12.381,0-22.454,10.073-22.454,22.454S37.619,72.454,50,72.454S72.454,62.381,72.454,50 S62.381,27.546,50,27.546z M50,59.454c-5.213,0-9.454-4.241-9.454-9.454s4.241-9.454,9.454-9.454s9.454,4.241,9.454,9.454 S55.213,59.454,50,59.454z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.4 KiB |
14
images/orig/watch.svg
Executable file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="52px" height="100px" viewBox="0 0 52 100" enable-background="new 0 0 52 100" xml:space="preserve">
|
||||
<path d="M40,28.108V5c0-2.761-2.238-5-5-5H17c-2.762,0-5,2.239-5,5v23.108C4.791,32.735,0,40.816,0,50
|
||||
c0,9.184,4.791,17.266,12,21.892V95c0,2.762,2.238,5,5,5h18c2.762,0,5-2.238,5-5V71.892C47.209,67.266,52,59.184,52,50
|
||||
C52,40.816,47.209,32.735,40,28.108z M40,66.958C36.193,70.105,31.314,72,26,72s-10.193-1.895-14-5.042C7.117,62.92,4,56.816,4,50
|
||||
c0-6.817,3.117-12.919,8-16.958C15.807,29.894,20.686,28,26,28s10.193,1.894,14,5.042c4.883,4.039,8,10.141,8,16.958
|
||||
C48,56.816,44.883,62.92,40,66.958z"/>
|
||||
<path d="M42,40c0-1.104-0.896-2-2-2c-0.434,0-0.832,0.142-1.16,0.376l-0.002-0.003l-12.701,9.073l-7.808-6.94l-0.005,0.006
|
||||
C17.971,40.197,17.51,40,17,40c-1.104,0-2,0.896-2,2c0,0.594,0.265,1.123,0.676,1.489l-0.005,0.006l9,8l0.005-0.006
|
||||
C25.029,51.803,25.49,52,26,52c0.434,0,0.832-0.142,1.16-0.376l0.002,0.003l14-10l-0.002-0.003C41.666,41.261,42,40.671,42,40z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
157
images/orig/wheat.svg
Executable file
@ -0,0 +1,157 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="74.11px" height="100px" viewBox="0 0 74.11 100" enable-background="new 0 0 74.11 100" xml:space="preserve">
|
||||
<pattern x="-12.945" y="100" width="69" height="69" patternUnits="userSpaceOnUse" id="Polka_Dot_Pattern" viewBox="2.125 -70.896 69 69" overflow="visible">
|
||||
<g>
|
||||
<polygon fill="none" points="71.125,-1.896 2.125,-1.896 2.125,-70.896 71.125,-70.896 "/>
|
||||
<polygon fill="#000000" points="71.125,-1.896 2.125,-1.896 2.125,-70.896 71.125,-70.896 "/>
|
||||
<g>
|
||||
<path fill="#000000" d="M61.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M54.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M46.439-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M38.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M31.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M23.439-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M15.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M8.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M0.439-71.653c0.018,0.072,0.008,0.127-0.026,0.19C0.361-71.362,0.3-71.4,0.248-71.335 c-0.051,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#000000" d="M69.439-71.653c0.018,0.072,0.008,0.127-0.026,0.19c-0.052,0.101-0.113,0.063-0.165,0.128 c-0.051,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
</g>
|
||||
<path fill="#000000" d="M0.495-71.653c0.018,0.072,0.008,0.127-0.026,0.19c-0.052,0.101-0.113,0.063-0.165,0.128 c-0.051,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224C0.5-71.68,0.503-71.744,0.51-71.626 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#000000" d="M69.439-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M61.778-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M54.118-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M46.458-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M38.797-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M31.137-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M23.477-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M15.816-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M8.156-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M0.495-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143C2-61.45,2.217-61.397,2.391-61.46c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#000000" d="M69.439-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M61.778-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M54.118-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M46.458-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M38.797-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M31.137-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M23.477-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M15.816-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M8.156-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M0.495-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-56.374,0.503-56.438,0.51-56.32 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#000000" d="M69.439-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M61.778-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M54.118-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M46.458-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M38.797-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M31.137-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M23.477-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M15.816-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M8.156-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M0.495-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#000000" d="M69.439-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M61.778-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M54.118-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M46.458-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M38.797-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M31.137-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M23.477-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M15.816-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M8.156-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 C8.15-41.004,8.149-41.02,8.14-41.04"/>
|
||||
<path fill="#000000" d="M0.495-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#000000" d="M69.439-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M61.778-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M54.118-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M46.458-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M38.797-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M31.137-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M23.477-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M15.816-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M8.156-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M0.495-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-33.416,0.503-33.48,0.51-33.362 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#000000" d="M69.439-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M61.778-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M54.118-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M46.458-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M38.797-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M31.137-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M23.477-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M15.816-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M8.156-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M0.495-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#000000" d="M69.439-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M61.778-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M54.118-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M46.458-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M38.797-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M31.137-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M23.477-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M15.816-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M8.156-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M0.495-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-18.11,0.503-18.175,0.51-18.057 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#000000" d="M69.439-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362C69-9.692,69.159-9.523,69.154-9.4c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M61.778-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M54.118-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M46.458-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M38.797-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M31.137-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M23.477-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M15.816-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053C17.933-7.969,17.839-8.227,18-8.34 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M8.156-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 C7.915-10.05,7.866-9.836,7.886-9.75C7.717-9.692,7.876-9.523,7.871-9.4C7.868-9.351,7.83-9.295,7.826-9.239 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C9.114-7.652,9.321-7.799,9.48-7.837c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M0.495-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 C0.254-10.05,0.205-9.836,0.225-9.75C0.056-9.692,0.215-9.523,0.21-9.4c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37C0.33-8.671,0.501-8.456,0.668-8.325c0.19,0.148,0.365,0.572,0.608,0.631 C1.454-7.652,1.66-7.799,1.819-7.837C2-7.88,2.217-7.827,2.391-7.89c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46C3.477-8.933,3.471-8.995,3.5-9.071 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#000000" d="M69.439-2.778c0.018,0.072,0.008,0.127-0.026,0.19C69.361-2.487,69.3-2.525,69.248-2.46 c-0.051,0.063-0.099,0.276-0.079,0.362C69-2.04,69.159-1.871,69.154-1.748c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C70.397,0,70.604-0.146,70.763-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M61.778-2.778c0.018,0.072,0.007,0.127-0.026,0.19C61.7-2.487,61.64-2.525,61.587-2.46 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C62.737,0,62.943-0.146,63.103-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224C61.915-3.117,61.78-3.02,61.781-2.92c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M54.118-2.778c0.018,0.072,0.007,0.127-0.026,0.19C54.04-2.487,53.98-2.525,53.927-2.46 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C55.077,0,55.283-0.146,55.442-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224C54.255-3.117,54.12-3.02,54.121-2.92c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M46.458-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C47.416,0,47.623-0.146,47.782-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224C46.594-3.117,46.459-3.02,46.46-2.92c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M38.797-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C39.756,0,39.962-0.146,40.122-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224C38.934-3.117,38.799-3.02,38.8-2.92c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M31.137-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C32.095,0,32.302-0.146,32.461-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224C31.273-3.117,31.139-3.02,31.14-2.92c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M23.477-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C24.435,0,24.642-0.146,24.801-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"/>
|
||||
<path fill="#000000" d="M15.816-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C16.774,0,16.981-0.146,17.14-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 C15.81-2.74,15.809-2.756,15.8-2.776"/>
|
||||
<path fill="#000000" d="M8.156-2.778c0.018,0.072,0.007,0.127-0.026,0.19C8.077-2.487,8.018-2.525,7.965-2.46 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35C7.868-1.698,7.83-1.643,7.826-1.587 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C9.114,0,9.321-0.146,9.48-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789C8.954-3.54,8.847-3.448,8.692-3.367 c-0.17,0.088-0.139,0.166-0.318,0.224C8.292-3.117,8.158-3.02,8.159-2.92C8.16-2.805,8.164-2.869,8.17-2.751 C8.15-2.74,8.149-2.756,8.14-2.776"/>
|
||||
<path fill="#000000" d="M0.495-2.778c0.018,0.072,0.008,0.127-0.026,0.19C0.417-2.487,0.356-2.525,0.304-2.46 C0.253-2.397,0.205-2.184,0.225-2.098C0.056-2.04,0.215-1.871,0.21-1.748c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37C0.33-1.019,0.501-0.804,0.668-0.673c0.19,0.148,0.365,0.572,0.608,0.631 C1.454,0,1.66-0.146,1.819-0.185C2-0.228,2.217-0.175,2.391-0.237c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46C3.477-1.28,3.471-1.343,3.5-1.419 c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789C1.293-3.54,1.187-3.448,1.031-3.367 c-0.17,0.088-0.139,0.166-0.318,0.224C0.632-3.117,0.498-3.02,0.498-2.92C0.5-2.805,0.503-2.869,0.51-2.751 C0.489-2.74,0.488-2.756,0.479-2.776"/>
|
||||
</g>
|
||||
</g>
|
||||
</pattern>
|
||||
<g>
|
||||
<path d="M18.097,22.218c0.693,2.759-0.427,5.502-2.626,6.156c-2.191,0.652-4.675-1.178-5.417-4.127 c-0.892-2.995,1.478-13.728,1.478-13.728S17.29,19.561,18.097,22.218z"/>
|
||||
<path d="M27.847,32.956c-0.911,2.538-3.361,4.022-5.549,3.134c-2.194-0.88-3.237-3.848-2.239-6.453 c0.935-2.694,8.533-9.238,8.533-9.238S28.637,30.378,27.847,32.956z"/>
|
||||
<path d="M33.248,45.991c-0.641,2.604-2.9,4.348-5.178,3.717c-2.272-0.628-3.631-3.466-2.909-6.156 c0.65-2.776,7.544-10.049,7.544-10.049S33.753,43.37,33.248,45.991z"/>
|
||||
<path d="M40.043,58.155c-0.323,2.635-2.337,4.66-4.672,4.331c-2.329-0.327-4.034-2.971-3.624-5.723 c0.313-2.836,6.376-10.787,6.376-10.787S40.216,55.519,40.043,58.155z"/>
|
||||
<path d="M8.262,39.868c2.434,1.706,5.239,1.179,6.32-0.987c1.073-2.169,0.091-5.155-2.224-6.862C10.035,30.422,0,27.798,0,27.798 S5.732,38.269,8.262,39.868z"/>
|
||||
<path d="M14.532,54.995c2.612,1.45,5.351,0.607,6.175-1.666c0.827-2.279-0.473-5.142-2.956-6.604 c-2.478-1.347-12.733-2.944-12.733-2.944S11.818,53.663,14.532,54.995z"/>
|
||||
<path d="M22.606,69.437c2.794,1.136,5.399-0.057,5.923-2.423c0.525-2.375-1.125-5.052-3.763-6.222 c-2.622-1.038-13.017-1.526-13.017-1.526S19.71,68.447,22.606,69.437z"/>
|
||||
<path d="M48.294,69.096c0.031,2.639-1.629,4.927-3.992,4.97c-2.342,0.03-4.406-2.345-4.378-5.11 c-0.096-2.854,4.933-11.467,4.933-11.467S48.068,66.499,48.294,69.096z"/>
|
||||
<path d="M32.708,82.821c2.942,0.75,5.357-0.846,5.502-3.26c0.16-2.438-1.854-4.852-4.643-5.651 c-2.747-0.65-13.156,0.148-13.156,0.148S29.645,82.279,32.708,82.821z"/>
|
||||
<path d="M72.775,99.921c-14.424-5.55-27.001-15.413-36.452-27.534C26.8,60.266,20.065,46.183,15.472,31.569 c-0.167-0.541,0.092-1.099,0.58-1.247l0,0c0.487-0.148,1.015,0.163,1.18,0.696l0,0c4.536,14.438,11.189,28.328,20.54,40.227 c9.285,11.903,21.573,21.529,35.674,26.958c0.515,0.203,0.789,0.754,0.611,1.231l0,0C73.877,99.912,73.304,100.13,72.775,99.921 L72.775,99.921z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M62.6,9.624c-0.882,1.857-2.75,2.904-4.303,2.284c-1.542-0.613-2.121-2.816-1.156-4.854C58.027,4.886,64.407,0,64.407,0 S63.331,7.775,62.6,9.624z"/>
|
||||
<path d="M63.407,19.978c-1.613,1.032-3.698,0.857-4.591-0.599c-0.922-1.459-0.188-3.644,1.53-4.685 c1.759-1.143,9.006-1.27,9.006-1.27S64.946,18.839,63.407,19.978z"/>
|
||||
<path d="M61.215,29.654c-1.422,1.271-3.508,1.442-4.626,0.153c-1.145-1.286-0.785-3.563,0.759-4.855 c1.529-1.418,8.676-2.614,8.676-2.614S62.539,28.276,61.215,29.654z"/>
|
||||
<path d="M60.661,39.531c-1.203,1.492-3.207,2.006-4.543,0.921c-1.323-1.079-1.373-3.383-0.06-4.914 c1.285-1.656,8.128-3.993,8.128-3.993S61.738,37.941,60.661,39.531z"/>
|
||||
<path d="M48.992,15.466c0.659,2.127,2.528,3.018,4.108,2.198c1.557-0.833,2.332-3.001,1.767-5.053 c-0.613-1.955-5.025-8.168-5.025-8.168S48.176,13.356,48.992,15.466z"/>
|
||||
<path d="M46.259,27.545c0.996,2.001,2.986,2.572,4.411,1.503c1.403-1.079,1.808-3.345,0.938-5.284 c-0.946-1.835-6.234-7.333-6.234-7.333S45.093,25.594,46.259,27.545z"/>
|
||||
<path d="M45.561,39.939c1.304,1.807,3.385,2.038,4.594,0.748c1.224-1.297,1.22-3.598,0.045-5.367 c-1.226-1.648-7.353-6.22-7.353-6.22S44.087,38.219,45.561,39.939z"/>
|
||||
<path d="M61.737,49.402c-0.937,1.675-2.85,2.505-4.33,1.644c-1.486-0.854-1.904-3.12-0.861-4.848 c0.997-1.845,7.358-5.294,7.358-5.294S62.548,47.648,61.737,49.402z"/>
|
||||
<path d="M46.902,52.242c1.583,1.562,3.658,1.462,4.657-0.006c0.993-1.473,0.621-3.744-0.828-5.292 c-1.479-1.424-8.275-4.908-8.275-4.908S45.181,50.792,46.902,52.242z"/>
|
||||
<path d="M64.979,78.329c-6.371-9.34-10.425-20.146-11.957-31.316c-1.539-11.178-0.151-22.721,3.834-33.261 c0.138-0.393,0.55-0.593,0.893-0.46l0,0c0.348,0.135,0.497,0.546,0.362,0.931l0,0c-8.123,20.736-4.498,45.102,7.961,63.33 c0.232,0.328,0.185,0.762-0.106,0.989l0,0C65.672,78.77,65.222,78.672,64.979,78.329L64.979,78.329z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 97 KiB |
51
images/search.svg
Executable file
@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Layer_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="99.998001"
|
||||
height="99.987999"
|
||||
viewBox="0 0 99.998001 99.988"
|
||||
enable-background="new 0 0 100 99.988"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.48.3.1 r9886"
|
||||
sodipodi:docname="search.svg"><metadata
|
||||
id="metadata3102"><rdf:RDF><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><defs
|
||||
id="defs3100" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="640"
|
||||
inkscape:window-height="480"
|
||||
id="namedview3098"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.3602833"
|
||||
inkscape:cx="49.999999"
|
||||
inkscape:cy="49.993999"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="Layer_1" />
|
||||
<path
|
||||
d="m 61.911999,76.213 c -10.18,0 -19.749,-3.964 -26.945,-11.162 -7.197,-7.196 -11.162,-16.767 -11.162,-26.944 0,-10.179 3.965,-19.748 11.162,-26.945 7.195,-7.199 16.763,-11.162 26.944,-11.162 10.179,0 19.748,3.963 26.944,11.162 14.857001,14.855 14.857001,39.031 0.002,53.889 -7.197,7.199 -16.766,11.162 -26.945,11.162 l 0,0 z m 0,-66.286 c -7.528,0 -14.605,2.93 -19.926,8.252 -10.988,10.988 -10.988,28.867 0,39.855 5.323,5.321 12.398,8.252 19.927,8.252 7.527,0 14.604,-2.931 19.927,-8.252 5.322,-5.323 8.254,-12.401 8.254,-19.929 0,-7.528 -2.932,-14.603 -8.255,-19.927 -5.323,-5.32 -12.401,-8.251 -19.927,-8.251 l 0,0 z"
|
||||
id="path3094"
|
||||
inkscape:connector-curvature="0" />
|
||||
<polygon
|
||||
points="35.67,72.06 7.742,99.988 0,92.248 27.928,64.319 "
|
||||
id="polygon3096" />
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
60
images/settings.svg
Executable file
@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="100"
|
||||
height="100"
|
||||
viewBox="0 0 100 100"
|
||||
enable-background="new 0 0 100 100"
|
||||
xml:space="preserve"
|
||||
id="svg3104"
|
||||
inkscape:version="0.48.3.1 r9886"
|
||||
sodipodi:docname="settings.svg"><metadata
|
||||
id="metadata3116"><rdf:RDF><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><defs
|
||||
id="defs3114" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="640"
|
||||
inkscape:window-height="480"
|
||||
id="namedview3112"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.36"
|
||||
inkscape:cx="50"
|
||||
inkscape:cy="50"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg3104" />
|
||||
<g
|
||||
id="Captions">
|
||||
</g>
|
||||
<g
|
||||
id="Your_Icon">
|
||||
<path
|
||||
d="m 95.678,38.018 -6.331,-2.251 c -0.684,-0.243 -1.234,-0.766 -1.511,-1.434 -0.004,-0.007 -0.007,-0.017 -0.011,-0.024 -0.269,-0.666 -0.245,-1.418 0.063,-2.068 l 2.883,-6.066 c 1.182,-2.484 0.672,-5.442 -1.273,-7.387 L 81.213,10.503 C 79.27,8.559 76.313,8.048 73.826,9.23 l -6.066,2.883 c -0.649,0.309 -1.429,0.328 -2.089,0.055 C 65.66,12.163 65.65,12.16 65.64,12.155 64.986,11.875 64.474,11.33 64.235,10.657 L 61.984,4.325 C 61.062,1.731 58.608,0 55.858,0 H 44.142 c -2.75,0 -5.203,1.731 -6.124,4.322 l -2.251,6.329 C 35.524,11.336 35,11.887 34.33,12.165 33.662,12.441 32.895,12.422 32.24,12.111 L 26.174,9.228 C 23.692,8.047 20.732,8.556 18.787,10.501 l -8.285,8.285 C 8.557,20.73 8.046,23.688 9.228,26.173 l 2.884,6.066 c 0.311,0.651 0.332,1.407 0.061,2.074 -0.002,0.006 -0.005,0.013 -0.007,0.018 -0.277,0.669 -0.828,1.191 -1.512,1.435 L 4.323,38.017 C 1.731,38.938 0,41.392 0,44.142 v 11.717 c 0,2.751 1.731,5.203 4.322,6.124 l 6.331,2.251 c 0.659,0.235 1.194,0.729 1.48,1.361 0.02,0.05 0.04,0.1 0.061,0.148 0.247,0.653 0.218,1.384 -0.083,2.017 l -2.884,6.066 c -1.181,2.484 -0.671,5.442 1.274,7.387 l 8.285,8.285 c 1.943,1.944 4.902,2.455 7.388,1.274 l 6.062,-2.883 c 0.644,-0.307 1.413,-0.329 2.072,-0.064 0.009,0.004 0.019,0.008 0.025,0.012 0.667,0.275 1.189,0.826 1.432,1.508 l 2.251,6.332 c 0.922,2.592 3.375,4.323 6.125,4.323 h 11.717 c 2.75,0 5.202,-1.73 6.124,-4.321 l 2.238,-6.294 c 0.243,-0.683 0.756,-1.238 1.415,-1.534 0.026,-0.009 0.052,-0.021 0.078,-0.031 0.638,-0.265 1.391,-0.242 2.009,0.051 l 6.104,2.902 c 2.483,1.182 5.442,0.672 7.387,-1.274 l 8.285,-8.285 c 1.945,-1.944 2.456,-4.903 1.273,-7.387 l -2.884,-6.065 c -0.312,-0.658 -0.332,-1.419 -0.055,-2.087 0.003,-0.009 0.007,-0.017 0.009,-0.024 0.28,-0.658 0.829,-1.175 1.509,-1.417 l 6.327,-2.25 C 98.27,61.062 100,58.609 100,55.858 V 44.142 c 0,-2.75 -1.731,-5.204 -4.322,-6.124 z M 87,51.271 84.996,51.983 c -4.146,1.474 -7.487,4.647 -9.171,8.707 -0.009,0.021 -0.018,0.043 -0.026,0.065 -1.657,4.046 -1.532,8.627 0.348,12.584 l 0.915,1.926 -1.796,1.796 -1.966,-0.933 c -3.865,-1.835 -8.467,-1.973 -12.425,-0.375 -0.054,0.021 -0.107,0.042 -0.161,0.064 -4.078,1.695 -7.266,5.055 -8.742,9.214 L 51.271,87 H 48.729 L 48.014,84.989 C 46.543,80.857 43.384,77.524 39.341,75.84 39.33,75.835 39.32,75.83 39.309,75.826 35.287,74.156 30.592,74.277 26.654,76.148 l -1.92,0.913 -1.797,-1.797 0.914,-1.923 c 1.89,-3.976 2.008,-8.586 0.323,-12.65 -0.007,-0.018 -0.015,-0.034 -0.021,-0.052 -1.689,-4.035 -5.02,-7.188 -9.145,-8.654 L 13,51.271 V 48.73 l 2.01,-0.715 c 4.125,-1.467 7.455,-4.62 9.144,-8.655 0.007,-0.017 0.014,-0.033 0.021,-0.05 1.685,-4.065 1.567,-8.678 -0.323,-12.652 l -0.914,-1.922 1.798,-1.798 1.923,0.914 c 3.936,1.87 8.629,1.991 12.651,0.322 4.058,-1.682 7.23,-5.021 8.705,-9.165 L 48.729,13 h 2.541 l 0.715,2.011 c 1.475,4.143 4.646,7.482 8.705,9.163 0.013,0.006 0.026,0.011 0.04,0.017 4.01,1.65 8.69,1.525 12.612,-0.339 l 1.922,-0.914 1.798,1.798 -0.914,1.923 c -1.89,3.976 -2.008,8.587 -0.323,12.65 h 10e-4 c 0.005,0.013 0.01,0.025 0.016,0.037 1.687,4.042 5.02,7.201 9.149,8.669 L 87,48.729 v 2.542 z"
|
||||
id="path3108"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#000000" />
|
||||
<path
|
||||
d="M 50,27.546 C 37.619,27.546 27.546,37.619 27.546,50 27.546,62.381 37.619,72.454 50,72.454 62.381,72.454 72.454,62.381 72.454,50 72.454,37.619 62.381,27.546 50,27.546 z m 0,31.908 c -5.213,0 -9.454,-4.241 -9.454,-9.454 0,-5.213 4.241,-9.454 9.454,-9.454 5.213,0 9.454,4.241 9.454,9.454 0,5.213 -4.241,9.454 -9.454,9.454 z"
|
||||
id="path3110"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#000000" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.9 KiB |
591
images/wheat.svg
Executable file
@ -0,0 +1,591 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Layer_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="74.111305"
|
||||
height="100.00037"
|
||||
viewBox="0 0 74.111305 100.00037"
|
||||
enable-background="new 0 0 74.11 100"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.48.3.1 r9886"
|
||||
sodipodi:docname="wheat.svg"><metadata
|
||||
id="metadata3400"><rdf:RDF><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><defs
|
||||
id="defs3398" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="640"
|
||||
inkscape:window-height="480"
|
||||
id="namedview3396"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.36"
|
||||
inkscape:cx="37.055"
|
||||
inkscape:cy="50.000366"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="Layer_1" />
|
||||
<pattern
|
||||
x="-12.945"
|
||||
y="100"
|
||||
width="69"
|
||||
height="69"
|
||||
patternUnits="userSpaceOnUse"
|
||||
id="Polka_Dot_Pattern"
|
||||
viewBox="2.125 -70.896 69 69"
|
||||
overflow="visible">
|
||||
<g
|
||||
id="g3120">
|
||||
<polygon
|
||||
fill="none"
|
||||
points="71.125,-1.896 2.125,-1.896 2.125,-70.896 71.125,-70.896 "
|
||||
id="polygon3122" />
|
||||
<polygon
|
||||
fill="#000000"
|
||||
points="71.125,-1.896 2.125,-1.896 2.125,-70.896 71.125,-70.896 "
|
||||
id="polygon3124" />
|
||||
<g
|
||||
id="g3126">
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M61.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3128" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M54.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3130" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M46.439-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3132" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M38.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3134" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M31.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3136" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M23.439-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3138" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M15.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3140" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M8.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3142" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M0.439-71.653c0.018,0.072,0.008,0.127-0.026,0.19C0.361-71.362,0.3-71.4,0.248-71.335 c-0.051,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3144" />
|
||||
</g>
|
||||
<g
|
||||
id="g3146">
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M69.439-71.653c0.018,0.072,0.008,0.127-0.026,0.19c-0.052,0.101-0.113,0.063-0.165,0.128 c-0.051,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3148" />
|
||||
</g>
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M0.495-71.653c0.018,0.072,0.008,0.127-0.026,0.19c-0.052,0.101-0.113,0.063-0.165,0.128 c-0.051,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224C0.5-71.68,0.503-71.744,0.51-71.626 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3150" />
|
||||
<g
|
||||
id="g3152">
|
||||
<g
|
||||
id="g3154">
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M69.439-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3156" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M61.778-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3158" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M54.118-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3160" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M46.458-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3162" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M38.797-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3164" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M31.137-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3166" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M23.477-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3168" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M15.816-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3170" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M8.156-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3172" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M0.495-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143C2-61.45,2.217-61.397,2.391-61.46c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3174" />
|
||||
</g>
|
||||
<g
|
||||
id="g3176">
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M69.439-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3178" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M61.778-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3180" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M54.118-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3182" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M46.458-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3184" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M38.797-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3186" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M31.137-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3188" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M23.477-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3190" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M15.816-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3192" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M8.156-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3194" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M0.495-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-56.374,0.503-56.438,0.51-56.32 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3196" />
|
||||
</g>
|
||||
<g
|
||||
id="g3198">
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M69.439-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3200" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M61.778-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3202" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M54.118-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3204" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M46.458-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3206" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M38.797-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3208" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M31.137-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3210" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M23.477-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3212" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M15.816-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3214" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M8.156-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3216" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M0.495-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3218" />
|
||||
</g>
|
||||
<g
|
||||
id="g3220">
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M69.439-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3222" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M61.778-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3224" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M54.118-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3226" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M46.458-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3228" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M38.797-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3230" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M31.137-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3232" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M23.477-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3234" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M15.816-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3236" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M8.156-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 C8.15-41.004,8.149-41.02,8.14-41.04"
|
||||
id="path3238" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M0.495-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3240" />
|
||||
</g>
|
||||
<g
|
||||
id="g3242">
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M69.439-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3244" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M61.778-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3246" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M54.118-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3248" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M46.458-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3250" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M38.797-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3252" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M31.137-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3254" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M23.477-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3256" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M15.816-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3258" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M8.156-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3260" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M0.495-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-33.416,0.503-33.48,0.51-33.362 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3262" />
|
||||
</g>
|
||||
<g
|
||||
id="g3264">
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M69.439-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3266" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M61.778-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3268" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M54.118-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3270" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M46.458-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3272" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M38.797-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3274" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M31.137-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3276" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M23.477-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3278" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M15.816-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3280" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M8.156-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3282" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M0.495-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3284" />
|
||||
</g>
|
||||
<g
|
||||
id="g3286">
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M69.439-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3288" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M61.778-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3290" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M54.118-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3292" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M46.458-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3294" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M38.797-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3296" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M31.137-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3298" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M23.477-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3300" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M15.816-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3302" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M8.156-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3304" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M0.495-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-18.11,0.503-18.175,0.51-18.057 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3306" />
|
||||
</g>
|
||||
<g
|
||||
id="g3308">
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M69.439-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362C69-9.692,69.159-9.523,69.154-9.4c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3310" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M61.778-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3312" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M54.118-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3314" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M46.458-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3316" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M38.797-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3318" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M31.137-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3320" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M23.477-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3322" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M15.816-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053C17.933-7.969,17.839-8.227,18-8.34 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3324" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M8.156-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 C7.915-10.05,7.866-9.836,7.886-9.75C7.717-9.692,7.876-9.523,7.871-9.4C7.868-9.351,7.83-9.295,7.826-9.239 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C9.114-7.652,9.321-7.799,9.48-7.837c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3326" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M0.495-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 C0.254-10.05,0.205-9.836,0.225-9.75C0.056-9.692,0.215-9.523,0.21-9.4c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37C0.33-8.671,0.501-8.456,0.668-8.325c0.19,0.148,0.365,0.572,0.608,0.631 C1.454-7.652,1.66-7.799,1.819-7.837C2-7.88,2.217-7.827,2.391-7.89c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46C3.477-8.933,3.471-8.995,3.5-9.071 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3328" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g3330">
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M69.439-2.778c0.018,0.072,0.008,0.127-0.026,0.19C69.361-2.487,69.3-2.525,69.248-2.46 c-0.051,0.063-0.099,0.276-0.079,0.362C69-2.04,69.159-1.871,69.154-1.748c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C70.397,0,70.604-0.146,70.763-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3332" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M61.778-2.778c0.018,0.072,0.007,0.127-0.026,0.19C61.7-2.487,61.64-2.525,61.587-2.46 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C62.737,0,62.943-0.146,63.103-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224C61.915-3.117,61.78-3.02,61.781-2.92c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3334" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M54.118-2.778c0.018,0.072,0.007,0.127-0.026,0.19C54.04-2.487,53.98-2.525,53.927-2.46 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C55.077,0,55.283-0.146,55.442-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224C54.255-3.117,54.12-3.02,54.121-2.92c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3336" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M46.458-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C47.416,0,47.623-0.146,47.782-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224C46.594-3.117,46.459-3.02,46.46-2.92c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3338" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M38.797-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C39.756,0,39.962-0.146,40.122-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224C38.934-3.117,38.799-3.02,38.8-2.92c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3340" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M31.137-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C32.095,0,32.302-0.146,32.461-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224C31.273-3.117,31.139-3.02,31.14-2.92c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3342" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M23.477-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C24.435,0,24.642-0.146,24.801-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 c-0.021,0.011-0.021-0.005-0.03-0.025"
|
||||
id="path3344" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M15.816-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C16.774,0,16.981-0.146,17.14-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207 c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169 C15.81-2.74,15.809-2.756,15.8-2.776"
|
||||
id="path3346" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M8.156-2.778c0.018,0.072,0.007,0.127-0.026,0.19C8.077-2.487,8.018-2.525,7.965-2.46 c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35C7.868-1.698,7.83-1.643,7.826-1.587 c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631 C9.114,0,9.321-0.146,9.48-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221 c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789C8.954-3.54,8.847-3.448,8.692-3.367 c-0.17,0.088-0.139,0.166-0.318,0.224C8.292-3.117,8.158-3.02,8.159-2.92C8.16-2.805,8.164-2.869,8.17-2.751 C8.15-2.74,8.149-2.756,8.14-2.776"
|
||||
id="path3348" />
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M0.495-2.778c0.018,0.072,0.008,0.127-0.026,0.19C0.417-2.487,0.356-2.525,0.304-2.46 C0.253-2.397,0.205-2.184,0.225-2.098C0.056-2.04,0.215-1.871,0.21-1.748c-0.002,0.05-0.041,0.105-0.045,0.161 c-0.01,0.119,0.017,0.266,0.068,0.37C0.33-1.019,0.501-0.804,0.668-0.673c0.19,0.148,0.365,0.572,0.608,0.631 C1.454,0,1.66-0.146,1.819-0.185C2-0.228,2.217-0.175,2.391-0.237c0.222-0.079,0.127-0.337,0.288-0.45 c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46C3.477-1.28,3.471-1.343,3.5-1.419 c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337 c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789C1.293-3.54,1.187-3.448,1.031-3.367 c-0.17,0.088-0.139,0.166-0.318,0.224C0.632-3.117,0.498-3.02,0.498-2.92C0.5-2.805,0.503-2.869,0.51-2.751 C0.489-2.74,0.488-2.756,0.479-2.776"
|
||||
id="path3350" />
|
||||
</g>
|
||||
</g>
|
||||
</pattern>
|
||||
<g
|
||||
id="g3352">
|
||||
<path
|
||||
d="m 18.097,22.218 c 0.693,2.759 -0.427,5.502 -2.626,6.156 -2.191,0.652 -4.675,-1.178 -5.417,-4.127 -0.892,-2.995 1.478,-13.728 1.478,-13.728 0,0 5.758,9.042 6.565,11.699 z"
|
||||
id="path3354"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 27.847,32.956 c -0.911,2.538 -3.361,4.022 -5.549,3.134 -2.194,-0.88 -3.237,-3.848 -2.239,-6.453 0.935,-2.694 8.533,-9.238 8.533,-9.238 0,0 0.045,9.979 -0.745,12.557 z"
|
||||
id="path3356"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 33.248,45.991 c -0.641,2.604 -2.9,4.348 -5.178,3.717 -2.272,-0.628 -3.631,-3.466 -2.909,-6.156 0.65,-2.776 7.544,-10.049 7.544,-10.049 0,0 1.048,9.867 0.543,12.488 z"
|
||||
id="path3358"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 40.043,58.155 c -0.323,2.635 -2.337,4.66 -4.672,4.331 -2.329,-0.327 -4.034,-2.971 -3.624,-5.723 0.313,-2.836 6.376,-10.787 6.376,-10.787 0,0 2.093,9.543 1.92,12.179 z"
|
||||
id="path3360"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 8.262,39.868 c 2.434,1.706 5.239,1.179 6.32,-0.987 1.073,-2.169 0.091,-5.155 -2.224,-6.862 C 10.035,30.422 0,27.798 0,27.798 c 0,0 5.732,10.471 8.262,12.07 z"
|
||||
id="path3362"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 14.532,54.995 c 2.612,1.45 5.351,0.607 6.175,-1.666 0.827,-2.279 -0.473,-5.142 -2.956,-6.604 -2.478,-1.347 -12.733,-2.944 -12.733,-2.944 0,0 6.8,9.882 9.514,11.214 z"
|
||||
id="path3364"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 22.606,69.437 c 2.794,1.136 5.399,-0.057 5.923,-2.423 0.525,-2.375 -1.125,-5.052 -3.763,-6.222 -2.622,-1.038 -13.017,-1.526 -13.017,-1.526 0,0 7.961,9.181 10.857,10.171 z"
|
||||
id="path3366"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 48.294,69.096 c 0.031,2.639 -1.629,4.927 -3.992,4.97 -2.342,0.03 -4.406,-2.345 -4.378,-5.11 -0.096,-2.854 4.933,-11.467 4.933,-11.467 0,0 3.211,9.01 3.437,11.607 z"
|
||||
id="path3368"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 32.708,82.821 c 2.942,0.75 5.357,-0.846 5.502,-3.26 0.16,-2.438 -1.854,-4.852 -4.643,-5.651 -2.747,-0.65 -13.156,0.148 -13.156,0.148 0,0 9.234,8.221 12.297,8.763 z"
|
||||
id="path3370"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="M 72.775,99.921 C 58.351,94.371 45.774,84.508 36.323,72.387 26.8,60.266 20.065,46.183 15.472,31.569 c -0.167,-0.541 0.092,-1.099 0.58,-1.247 l 0,0 c 0.487,-0.148 1.015,0.163 1.18,0.696 l 0,0 c 4.536,14.438 11.189,28.328 20.54,40.227 9.285,11.903 21.573,21.529 35.674,26.958 0.515,0.203 0.789,0.754 0.611,1.231 l 0,0 c -0.18,0.478 -0.753,0.696 -1.282,0.487 l 0,0 z"
|
||||
id="path3372"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
id="g3374">
|
||||
<path
|
||||
d="m 62.6,9.624 c -0.882,1.857 -2.75,2.904 -4.303,2.284 C 56.755,11.295 56.176,9.092 57.141,7.054 58.027,4.886 64.407,0 64.407,0 c 0,0 -1.076,7.775 -1.807,9.624 z"
|
||||
id="path3376"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 63.407,19.978 c -1.613,1.032 -3.698,0.857 -4.591,-0.599 -0.922,-1.459 -0.188,-3.644 1.53,-4.685 1.759,-1.143 9.006,-1.27 9.006,-1.27 0,0 -4.406,5.415 -5.945,6.554 z"
|
||||
id="path3378"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 61.215,29.654 c -1.422,1.271 -3.508,1.442 -4.626,0.153 -1.145,-1.286 -0.785,-3.563 0.759,-4.855 1.529,-1.418 8.676,-2.614 8.676,-2.614 0,0 -3.485,5.938 -4.809,7.316 z"
|
||||
id="path3380"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 60.661,39.531 c -1.203,1.492 -3.207,2.006 -4.543,0.921 -1.323,-1.079 -1.373,-3.383 -0.06,-4.914 1.285,-1.656 8.128,-3.993 8.128,-3.993 0,0 -2.448,6.396 -3.525,7.986 z"
|
||||
id="path3382"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 48.992,15.466 c 0.659,2.127 2.528,3.018 4.108,2.198 1.557,-0.833 2.332,-3.001 1.767,-5.053 -0.613,-1.955 -5.025,-8.168 -5.025,-8.168 0,0 -1.666,8.913 -0.85,11.023 z"
|
||||
id="path3384"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 46.259,27.545 c 0.996,2.001 2.986,2.572 4.411,1.503 1.403,-1.079 1.808,-3.345 0.938,-5.284 -0.946,-1.835 -6.234,-7.333 -6.234,-7.333 0,0 -0.281,9.163 0.885,11.114 z"
|
||||
id="path3386"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 45.561,39.939 c 1.304,1.807 3.385,2.038 4.594,0.748 1.224,-1.297 1.22,-3.598 0.045,-5.367 -1.226,-1.648 -7.353,-6.22 -7.353,-6.22 0,0 1.24,9.119 2.714,10.839 z"
|
||||
id="path3388"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 61.737,49.402 c -0.937,1.675 -2.85,2.505 -4.33,1.644 -1.486,-0.854 -1.904,-3.12 -0.861,-4.848 0.997,-1.845 7.358,-5.294 7.358,-5.294 0,0 -1.356,6.744 -2.167,8.498 z"
|
||||
id="path3390"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 46.902,52.242 c 1.583,1.562 3.658,1.462 4.657,-0.006 0.993,-1.473 0.621,-3.744 -0.828,-5.292 -1.479,-1.424 -8.275,-4.908 -8.275,-4.908 0,0 2.725,8.756 4.446,10.206 z"
|
||||
id="path3392"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="M 64.979,78.329 C 58.608,68.989 54.554,58.183 53.022,47.013 51.483,35.835 52.871,24.292 56.856,13.752 c 0.138,-0.393 0.55,-0.593 0.893,-0.46 l 0,0 c 0.348,0.135 0.497,0.546 0.362,0.931 l 0,0 c -8.123,20.736 -4.498,45.102 7.961,63.33 0.232,0.328 0.185,0.762 -0.106,0.989 l 0,0 c -0.294,0.228 -0.744,0.13 -0.987,-0.213 l 0,0 z"
|
||||
id="path3394"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 450 B After Width: | Height: | Size: 605 B |
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 1.6 KiB |
BIN
www/assets/graphics/calculator.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 501 B After Width: | Height: | Size: 568 B |
BIN
www/assets/graphics/notebook.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 947 B After Width: | Height: | Size: 1.3 KiB |
BIN
www/assets/graphics/settings.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 11 KiB |
@ -239,53 +239,37 @@ body {
|
||||
}
|
||||
|
||||
#defaultView a:active {
|
||||
background-color:#D9D900;
|
||||
background-color: #D9D900;
|
||||
}
|
||||
|
||||
#defaultView .defaultButton {
|
||||
padding-left:75px;
|
||||
background-position: 5px center;
|
||||
background-repeat:no-repeat;
|
||||
}
|
||||
|
||||
#defaultView #points {
|
||||
padding-left:75px;
|
||||
background-image:url('graphics/notebook.svg');
|
||||
background-size:45px 45px;
|
||||
background-position: 15px center;
|
||||
background-repeat:no-repeat;
|
||||
background-image:url('graphics/notebook.png');
|
||||
}
|
||||
|
||||
#defaultView #search {
|
||||
padding-left:75px;
|
||||
background-image:url('graphics/search.png');
|
||||
background-position: 5px center;
|
||||
background-repeat:no-repeat;
|
||||
}
|
||||
|
||||
#defaultView #calculate {
|
||||
padding-left:75px;
|
||||
background-image:url('graphics/bread.png');
|
||||
background-size:45px 45px;
|
||||
background-position: 5px center;
|
||||
background-repeat:no-repeat;
|
||||
}
|
||||
|
||||
#defaultView #calculateAllowance {
|
||||
padding-left:75px;
|
||||
background-image:url('graphics/calculator.svg');
|
||||
background-size:45px 45px;
|
||||
background-position: 5px center;
|
||||
background-repeat:no-repeat;
|
||||
background-image:url('graphics/calculator.png');
|
||||
}
|
||||
|
||||
#defaultView #settings {
|
||||
padding-left:75px;
|
||||
background-image:url('graphics/settings.svg');
|
||||
background-size:45px 45px;
|
||||
background-position: 5px center;
|
||||
background-repeat:no-repeat;
|
||||
background-image:url('graphics/settings.png');
|
||||
}
|
||||
|
||||
#defaultView #about {
|
||||
padding-left:75px;
|
||||
background-image:url('graphics/info.png');
|
||||
background-position: 10px center;
|
||||
background-repeat:no-repeat;
|
||||
}
|
||||
|
||||
#aboutView {
|
||||
|
BIN
www/icon.png
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 3.7 KiB |
@ -12,6 +12,7 @@ var maxSearchLength = 50;
|
||||
|
||||
var weeklyPointsAllowed = 49;
|
||||
|
||||
var valuesLoaded = false;
|
||||
var values = [];
|
||||
var database;
|
||||
var viewAssembler = new ViewAssembler();
|
||||
@ -39,8 +40,6 @@ function setupDefaultView() {
|
||||
$.ajaxSetup({
|
||||
cache: true
|
||||
});
|
||||
|
||||
$.getScript("values.js", scriptSuccess);
|
||||
}
|
||||
|
||||
function onNearbyListItemClick(event) {
|
||||
@ -291,6 +290,7 @@ function onBackKey(event) {
|
||||
return false;
|
||||
}
|
||||
navigator.app.exitApp();
|
||||
return true;
|
||||
}
|
||||
|
||||
document.addEventListener('touchmove', function (e) {
|
||||
|
@ -56,15 +56,16 @@ function isTablet() {
|
||||
function onViewClick(event, title, viewTxt) {
|
||||
var view = { title: title,
|
||||
backLabel: backButtonLabel,
|
||||
view: viewTxt
|
||||
view: viewAssembler[viewTxt.toString()]()
|
||||
};
|
||||
window.viewNavigator.pushView(view);
|
||||
event.stopPropagation();
|
||||
return false;
|
||||
}
|
||||
|
||||
function registerClick(el, id, title, view){
|
||||
el.find(id).on( this.CLICK_EVENT, function(evt){onViewClick(evt, title, view);});
|
||||
function registerViewClick(that, el, id, title, func){
|
||||
//alert(el.find(id).toString());
|
||||
el.find(id).on( that.CLICK_EVENT, function(evt){onViewClick(evt, title, func);} );
|
||||
}
|
||||
|
||||
function ViewAssembler() {
|
||||
@ -76,12 +77,11 @@ function ViewAssembler() {
|
||||
|
||||
ViewAssembler.prototype.defaultView = function() {
|
||||
var el = $( templates.defaultViewTemplate );
|
||||
el.find("#points").on( this.CLICK_EVENT, function(evt){onViewClick(evt, "My Points", viewAssembler.pointsView());} );
|
||||
el.find("#search").on( this.CLICK_EVENT, function(evt){onViewClick(evt, "Food Search", viewAssembler.searchView());} );
|
||||
el.find("#calculate").on( this.CLICK_EVENT, function(evt){onViewClick(evt, "Calculate Points", viewAssembler.calcPointsView());});
|
||||
el.find("#calculateAllowance").on( this.CLICK_EVENT, function(evt){onViewClick(evt, "Calculate Allowance", viewAssembler.calcAllowanceView());});
|
||||
el.find("#about").on( this.CLICK_EVENT, function(evt){onViewClick(evt, "About", viewAssembler.aboutView());} );
|
||||
//registerClick(el, "#about", "About", viewAssembler.aboutView());
|
||||
registerViewClick(this, el, "#points", "My Points", "pointsView");
|
||||
registerViewClick(this, el, "#search", "Food Search", "searchView");
|
||||
registerViewClick(this, el, "#calculate", "Calculate Points", "calcPointsView");
|
||||
registerViewClick(this, el, "#calculateAllowance", "Calculate Allowance", "calcAllowanceView");
|
||||
registerViewClick(this, el, "#about", "About", "aboutView");
|
||||
return el;
|
||||
}
|
||||
|
||||
@ -108,12 +108,13 @@ ViewAssembler.prototype.aboutView = function() {
|
||||
return el;
|
||||
}
|
||||
|
||||
ViewAssembler.prototype.foodDetailsView = function( food ) {
|
||||
var template = templates.foodDetailsViewTemplate;
|
||||
return $( Mustache.to_html(template, food) );
|
||||
}
|
||||
|
||||
ViewAssembler.prototype.searchView = function () {
|
||||
|
||||
if(!valuesLoaded){
|
||||
valuesLoaded = true;
|
||||
$.getScript("values.js", scriptSuccess);
|
||||
}
|
||||
|
||||
var el = $( templates.searchViewTemplate );
|
||||
|
||||
el.find( "#searchButton" ).on( this.CLICK_EVENT, onSearchButtonClick );
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 22 KiB |
BIN
www/screen.png
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 38 KiB |
@ -1,41 +1,66 @@
|
||||
|
||||
<!-- DO NOT EDIT THIS FILE DIRECTLY! IT IS AUTOMATICALLY GENERATED WITH MARKDOWN FROM "README.md" IN THE "images/convert.sh" SCRIPT -->
|
||||
<div id="aboutView">
|
||||
<h2>Points Watcher</h2>
|
||||
<strong>Points Watcher</strong> is the easiest way to keep track of your Weight Watcher's Points Plus system. Points Watcher allows you to easily search for pre-calculated food from a giant database, or calculate food yourself from the nutrition facts, and easily subtract either one from your daily or weekly point value.
|
||||
<br/> <br/>
|
||||
All of the information displayed within the <strong>Points Watcher</strong> is freely available from various sources on the internet. This data set was last updated on March 14, 2013. Points Watcher is not responsible for the quality or accuracy of this data.
|
||||
<br/> <br/>
|
||||
Should you encounter any errors or discover inaccurate data, please <a href="javascript:openExternalURL('mailto:android@moparisthebest.com')">contact us and let us know so we can fix it</a>!
|
||||
<h2>Points Watcher</h2>
|
||||
|
||||
<hr/><strong>Points Watcher</strong> was created using the following free & open source software:
|
||||
<ul>
|
||||
<li><a href="javascript:openExternalURL('http://www.phonegap.com')">PhoneGap</a></li>
|
||||
<li><a href="javascript:openExternalURL('http://www.jquery.com')">jQuery</a></li>
|
||||
<li><a href="javascript:openExternalURL('https://github.com/janl/mustache.js')">Mustache.js</a></li>
|
||||
<li><a href="javascript:openExternalURL('http://triceam.github.com/app-UI')">app-UI</a></li>
|
||||
<li><a href="javascript:openExternalURL('http://appicontemplate.com')">App Icon Template</a></li>
|
||||
</ul>
|
||||
<p><strong>Points Watcher</strong> is the easiest way to keep track of your Weight Watcher's Points Plus system. Points Watcher allows you to easily search for pre-calculated food from a giant database, or calculate food yourself from the nutrition facts, and easily subtract either one from your daily or weekly point allowance.</p>
|
||||
|
||||
<hr/><strong>Points Watcher</strong> is an open source application intended to not only be useful, but to demonstrate how to build natively installed applications using web technologies. You can learn more and download the source code from SOON TO BE GITHUB.
|
||||
<p>All of the information displayed within the <strong>Points Watcher</strong> is freely available from various sources on the internet. This data set was last updated on March 14, 2013. Points Watcher is not responsible for the quality or accuracy of this data.</p>
|
||||
|
||||
<hr/>
|
||||
Copyright (C) 2013 Travis Burtrum (moparisthebest)<br/>
|
||||
<br/><br/>
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as
|
||||
published by the Free Software Foundation, either version 3 of the
|
||||
License, or (at your option) any later version.
|
||||
<br/><br/>
|
||||
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 Affero General Public License for more details.
|
||||
<br/><br/>
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>>.
|
||||
<hr/>All graphics used within this application obtained through <a href="javascript:openExternalURL('http://thenounproject.com/')">thenounproject.com</a>.
|
||||
"Sansation" font available through <a href="javascript:openExternalURL('http://www.fontsquirrel.com/fonts/Sansation')">fontsquirrel.com</a>
|
||||
<br/><a href="http://thenounproject.com/noun/calculator/#icon-No804" target="_blank">Calculator</a> designed by <a href="http://thenounproject.com/iconify" target="_blank">Scott Lewis</a> from The Noun Project
|
||||
<br/><a href="http://thenounproject.com/noun/notebook/#icon-No2222" target="_blank">Notebook</a> designed by <a href="http://thenounproject.com/Carlo" target="_blank">Carlo</a> from The Noun Project
|
||||
<br/><a href="http://thenounproject.com/noun/settings/#icon-No11801" target="_blank">Settings</a> designed by <a href="http://thenounproject.com/Michzen" target="_blank">Michael Zenaty</a> from The Noun Project
|
||||
<p>Should you encounter any errors or discover inaccurate data, please <a href="javascript:openExternalURL('https://github.com/moparisthebest/PointsWatcher/issues">contact us</a> and <a href="mailto:android@moparisthebest.com')">let us know so we can fix it</a>!</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><strong>Points Watcher</strong> was created using the following free & open source software:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="javascript:openExternalURL('http://www.phonegap.com')">PhoneGap</a></li>
|
||||
<li><a href="javascript:openExternalURL('http://www.jquery.com')">jQuery</a></li>
|
||||
<li><a href="javascript:openExternalURL('https://github.com/janl/mustache.js')">Mustache.js</a></li>
|
||||
<li><a href="javascript:openExternalURL('http://triceam.github.com/app-UI')">app-UI</a></li>
|
||||
</ul>
|
||||
|
||||
<hr />
|
||||
|
||||
<p><strong>Points Watcher</strong> is an open source application initially based on another great open source application, <a href="javascript:openExternalURL('https://github.com/triceam/Fresh-Food-Finder">Fresh Food Finder</a>. You can learn more and download the source code from <a href="https://github.com/moparisthebest/PointsWatcher')">github</a></p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p>Copyright (C) 2013 Travis Burtrum (moparisthebest)</p>
|
||||
|
||||
<p>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 3 of the License, or (at your option) any later version.</p>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<p>You should have received a copy of the GNU General Public License along with this program. If not, see <<a href="javascript:openExternalURL('http://www.gnu.org/licenses/')">http://www.gnu.org/licenses/</a>>.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p>"Sansation" font available through <a href="javascript:openExternalURL('http://www.fontsquirrel.com/fonts/Sansation')">fontsquirrel.com</a> <br />
|
||||
All graphics used within this application obtained from <a href="javascript:openExternalURL('http://thenounproject.com/')">thenounproject.com</a>, with the following licenses and attributions:</p>
|
||||
|
||||
<p><a href="javascript:openExternalURL('https://creativecommons.org/publicdomain/mark/1.0/')">Public Domain</a></p>
|
||||
|
||||
<ul>
|
||||
<li><a href="javascript:openExternalURL('http://thenounproject.com/noun/arrow/#icon-No41')">Arrow</a> designed by Collaboration by Roger Cook & Don Shanosky</li>
|
||||
</ul>
|
||||
|
||||
<p><a href="javascript:openExternalURL('https://creativecommons.org/about/cc0')">Creative Commons CC0 - No Rights Reserved</a></p>
|
||||
|
||||
<ul>
|
||||
<li><a href="javascript:openExternalURL('http://thenounproject.com/noun/bread/#icon-No1845">Bread</a> designed by <a href="http://thenounproject.com/dill')">Jakub Ukrop</a></li>
|
||||
<li><a href="javascript:openExternalURL('http://thenounproject.com/noun/wheat/#icon-No1478">Wheat</a> designed by <a href="http://thenounproject.com/MeganStrickland')">Megan Strickland</a></li>
|
||||
</ul>
|
||||
|
||||
<p><a href="javascript:openExternalURL('https://creativecommons.org/licenses/by/3.0/')">Creative Commons - Attribution (CC BY 3.0)</a></p>
|
||||
|
||||
<ul>
|
||||
<li><a href="javascript:openExternalURL('http://thenounproject.com/noun/calculator/#icon-No804">Calculator</a> designed by <a href="http://thenounproject.com/iconify')">Scott Lewis</a></li>
|
||||
<li><a href="javascript:openExternalURL('http://thenounproject.com/noun/notebook/#icon-No2222">Notebook</a> designed by <a href="http://thenounproject.com/Carlo')">Carlo</a></li>
|
||||
<li><a href="javascript:openExternalURL('http://thenounproject.com/noun/settings/#icon-No11801">Settings</a> designed by <a href="http://thenounproject.com/Michzen')">Michael Zenaty</a></li>
|
||||
<li><a href="javascript:openExternalURL('http://thenounproject.com/noun/information/#icon-No908">Information</a> designed by <a href="http://thenounproject.com/hofmannsven')">Sven Hofmann</a></li>
|
||||
<li><a href="javascript:openExternalURL('http://thenounproject.com/noun/magnifying-glass/#icon-No4585">Magnifying Glass</a> designed by <a href="http://thenounproject.com/simplescott')">SimpleScott</a></li>
|
||||
<li><a href="javascript:openExternalURL('http://thenounproject.com/noun/pointing/#icon-No11671">Pointing</a> designed by <a href="http://thenounproject.com/factor_e')">factor[e] design initiative</a></li>
|
||||
<li><a href="javascript:openExternalURL('http://thenounproject.com/noun/arrow/#icon-No8212">Arrow</a> designed by <a href="http://thenounproject.com/Simonbrown')">Simon Brown</a></li>
|
||||
<li><a href="javascript:openExternalURL('http://thenounproject.com/noun/watch/#icon-No395')">Watch</a></li>
|
||||
</ul>
|
||||
</div>
|
@ -1,10 +1,10 @@
|
||||
|
||||
<div id="defaultView">
|
||||
<h2>Points Watcher</h2>
|
||||
<div><a id="points" href="#">My Points</a></div>
|
||||
<div><a id="search" href="#">Search For Food</a></div>
|
||||
<div><a id="calculate" href="#">Calculate Food</a></div>
|
||||
<div><a id="calculateAllowance" href="#">Calculate Allowance</a></div>
|
||||
<div><a id="settings" href="#">Settings</a></div>
|
||||
<div><a id="about" href="#">About This App</a></div>
|
||||
<div><a class="defaultButton" id="points" href="#">My Points</a></div>
|
||||
<div><a class="defaultButton" id="search" href="#">Search For Food</a></div>
|
||||
<div><a class="defaultButton" id="calculate" href="#">Calculate Food</a></div>
|
||||
<div><a class="defaultButton" id="calculateAllowance" href="#">Calculate Allowance</a></div>
|
||||
<div><a class="defaultButton" id="settings" href="#">Settings</a></div>
|
||||
<div><a class="defaultButton" id="about" href="#">About This App</a></div>
|
||||
</div>
|
||||
|