Remove wallpapers moved to openmamba-wallpapers
46
Makefile
@ -1,5 +1,5 @@
|
||||
# Makefile for desktop-base-kde
|
||||
# Copyright (C) 2004-2021 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
# Copyright (C) 2004-2022 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
# Copyright (C) 2005-2007 by Davide Madrisan <davide.madrisan@gmail.com>
|
||||
|
||||
include VERSION
|
||||
@ -12,10 +12,6 @@ RPM_VENDOR = openmamba
|
||||
RPM_DISTRIBUTION = openmamba
|
||||
RPM_DISTROEXT = mamba
|
||||
|
||||
SYSCONFIGFILE = netsrpminstall
|
||||
|
||||
WALLPAPERS = openmamba_Bamboo,openmamba_Circles
|
||||
DEFAULT_WALLPAPER = openmamba_Circles
|
||||
DESKTOP_DESKTOPTHEME = openmamba
|
||||
|
||||
#SCREENSAVER = $(DISTROid).desktop
|
||||
@ -32,12 +28,8 @@ sysconfdir = /etc
|
||||
sbindir = ${exec_prefix}/sbin
|
||||
bindir = ${exec_prefix}/bin
|
||||
datadir = ${prefix}/share
|
||||
initrddir = ${sysconfdir}/rc.d/init.d
|
||||
mandir = ${prefix}/usr/share/man
|
||||
sysconfigdir= ${sysconfdir}/sysconfig
|
||||
mambabasedatadir = ${datadir}/openmamba/mambabase
|
||||
mambawelcomedatadir = ${datadir}/openmamba/mambawelcome
|
||||
bootrecoverdatadir = ${datadir}/openmamba/bootrecover
|
||||
iconsdir = ${datadir}/icons/hicolor
|
||||
kdeprefixdir = $(shell kde4-config --prefix)
|
||||
kdedatadir = ${kdeprefixdir}/share
|
||||
@ -46,7 +38,6 @@ kdebindir = ${kdeprefixdir}/bin
|
||||
kdeautostartdir = ${kdedatadir}/autostart
|
||||
kdeconfigdir = ${kdedatadir}/config
|
||||
kde5configdir = ${sysconfdir}/xdg
|
||||
kde5wallpapersdir = ${datadir}/wallpapers
|
||||
kdeappsdir = ${kdedatadir}/apps
|
||||
kde5appsdir = ${prefix}/share
|
||||
localesdir = ${kdedatadir}/locale
|
||||
@ -73,7 +64,6 @@ pck_srpms = flashplugin msttcorefonts win32codecs skype
|
||||
|
||||
pck_infiles := $(wildcard kde/config/*.in \
|
||||
kde/scripts/*.in \
|
||||
kde/wallpapers/*.in \
|
||||
SRPMS/*/*.in)
|
||||
pck_sysconfigfile := distroutils.sysconfig
|
||||
|
||||
@ -98,12 +88,10 @@ pck_catalogs2 := $(wildcard bootrecover/po/*.po)
|
||||
s,@datadir@,${datadir},g;\
|
||||
s,@distrobindir@,$(distrobindir),g;\
|
||||
s,@distrokdedir@,$(distrokdedir),g;\
|
||||
s,@distrosrpmsdir@,$(distrosrpmsdir),g;\
|
||||
s,@wallpaper@,$(DEFAULT_WALLPAPER),g;\
|
||||
s,@desktoptheme@,$(DEFAULT_DESKTOPTHEME),g;\
|
||||
s,@screensaver@,${SCREENSAVER},g;" $< > $@
|
||||
|
||||
all: dist-update locales wallpapers
|
||||
all: dist-update locales
|
||||
|
||||
dist-update: $(pck_infiles:.in=)
|
||||
|
||||
@ -111,19 +99,6 @@ dist-update: $(pck_infiles:.in=)
|
||||
|
||||
locales: $(pck_catalogs:.po=.mo) $(pck_catalogs1:.po=.mo) $(pck_catalogs2:.po=.mo)
|
||||
|
||||
wallpapers:
|
||||
@for w in openmamba_Circles; do \
|
||||
mkdir -p kde/wallpapers/$${w}/contents/images; \
|
||||
convert src/wallpapers/$${w}.png +repage -gravity SouthEast -resize 400 -crop 400x250+0+0 +repage kde/wallpapers/$${w}/contents/screenshot.png; \
|
||||
for s in 1280x800 1440x900 1920x1200; do \
|
||||
convert src/wallpapers/$${w}.png +repage -gravity SouthEast -resize $${s/x*} \
|
||||
-crop $${s}+0+0 +repage kde/wallpapers/$${w}/contents/images/$${s}.png; \
|
||||
done; \
|
||||
for s in 1024x768 1280x1024 1600x1200; do \
|
||||
convert src/wallpapers/$${w}.png +repage -gravity SouthEast -resize x$${s/*x} \
|
||||
-crop $${s}+0+0 +repage kde/wallpapers/$${w}/contents/images/$${s}.png; \
|
||||
done; done
|
||||
|
||||
install-kde-distro-addons: dist-update
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(sysconfdir)/pam.d
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(sysconfdir)/sudoers.d/
|
||||
@ -132,7 +107,6 @@ install-kde-distro-addons: dist-update
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(sbindir)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(kde5datadir)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(kde5configdir)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(kde5wallpapersdir)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(kde5appsdir)/color-schemes
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(kde5appsdir)/konqueror/profiles
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(kde5appsdir)/konsole
|
||||
@ -140,20 +114,6 @@ install-kde-distro-addons: dist-update
|
||||
$(INSTALL_DATA) kde/config/powerdevilrc $(DESTDIR)$(kde5configdir)/powerdevilrc
|
||||
$(INSTALL_DATA) kde/config/kwalletrc $(DESTDIR)$(kde5configdir)/kwalletrc
|
||||
$(INSTALL_DATA) kde/apps/color-schemes/OpenmambaGreen.colors $(DESTDIR)$(kde5appsdir)/color-schemes/OpenmambaGreen.colors
|
||||
cp -a kde/wallpapers/{$(WALLPAPERS)} $(DESTDIR)$(kde5wallpapersdir)
|
||||
|
||||
install-srpms:
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(distrosrpmsdir)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(sysconfigdir)
|
||||
:> $(DESTDIR)$(sysconfigdir)/$(SYSCONFIGFILE)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(sysconfigdir)
|
||||
for pck in $(pck_srpms); do\
|
||||
rpmbuild -bs SRPMS/$$pck/$${pck}.spec \
|
||||
--define="_sourcedir `pwd`/SRPMS/$$pck" \
|
||||
--define="_srcrpmdir $(DESTDIR)$(distrosrpmsdir)" || exit 1;\
|
||||
cat SRPMS/$$pck/$(pck_sysconfigfile) >> \
|
||||
$(DESTDIR)$(sysconfigdir)/$(SYSCONFIGFILE);\
|
||||
done
|
||||
|
||||
install-icons:
|
||||
@for i in 16x16 22x22 32x32 48x48 64x64 128x128; do \
|
||||
@ -164,7 +124,6 @@ install: $(pck_infiles:.in=) \
|
||||
install-kde-distro-addons
|
||||
|
||||
dist: clean
|
||||
@git log > ChangeLog.git
|
||||
@mkdir /tmp/$(distdir)
|
||||
@cp -a * /tmp/$(distdir)/
|
||||
@rm -f $(dist_archive);\
|
||||
@ -180,4 +139,3 @@ dist-rpm: dist
|
||||
clean:
|
||||
rm -f $(dist_archive)
|
||||
rm -f $(patsubst %.in,%,$(pck_infiles))
|
||||
rm -rf kde/wallpapers/openmamba_Circles/contents
|
||||
|
Before Width: | Height: | Size: 230 KiB |
Before Width: | Height: | Size: 311 KiB |
Before Width: | Height: | Size: 263 KiB |
Before Width: | Height: | Size: 300 KiB |
Before Width: | Height: | Size: 380 KiB |
Before Width: | Height: | Size: 420 KiB |
Before Width: | Height: | Size: 51 KiB |
@ -1,7 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=openmamba Bamboo
|
||||
Name[it]=openmamba Bamboo
|
||||
X-KDE-PluginInfo-Name=openmamba_Bamboo
|
||||
X-KDE-PluginInfo-Author=Anna Gleede
|
||||
X-KDE-PluginInfo-Email=amg@mambasoft.it
|
||||
X-KDE-PluginInfo-License=LGPLv3
|
@ -1,7 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=openmamba Circles
|
||||
Name[it]=openmamba Circles
|
||||
X-KDE-PluginInfo-Name=openmamba_Circles
|
||||
X-KDE-PluginInfo-Author=Cristina Iurissevich
|
||||
X-KDE-PluginInfo-Email=info@openmamba.org
|
||||
X-KDE-PluginInfo-License=LGPLv3
|
Before Width: | Height: | Size: 2.9 MiB |
@ -1,488 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
id="svg3096"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
width="1488.1875"
|
||||
height="1048.825"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="open.ai"><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" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs3100"><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3110"><path
|
||||
d="m 1190.55,839.059 c -112.762,0 -525.524,-0.632 -638.286,-0.632 l 0,0 c -284.087,0 -268.175,0.632 -552.264,0.632 l 0,0 L 0,500.919 0,0 c 284.089,0 228.703,0.269 512.791,0.269 l 0,0 C 625.553,0.269 1077.788,0 1190.55,0 l 0,0 c 0,110.616 -0.128,539.654 -0.128,650.27 l 0,0 c 0,169.07 0.128,19.719 0.128,188.789 z"
|
||||
id="path3112" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3118"><path
|
||||
d="m 0,839.06 1190.55,0 L 1190.55,0 0,0 0,839.06 z"
|
||||
id="path3120" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3122"><path
|
||||
d="m 0,839.06 1190.55,0 L 1190.55,0 0,0 0,839.06 z"
|
||||
id="path3124" /></clipPath><mask
|
||||
maskUnits="userSpaceOnUse"
|
||||
x="0"
|
||||
y="0"
|
||||
width="1"
|
||||
height="1"
|
||||
id="mask3126"><g
|
||||
id="g3128"><g
|
||||
clip-path="url(#clipPath3118)"
|
||||
id="g3130"><g
|
||||
id="g3132"><g
|
||||
clip-path="url(#clipPath3122)"
|
||||
id="g3134"><g
|
||||
id="g3136"><g
|
||||
transform="scale(1,-1)"
|
||||
id="g3138"><g
|
||||
id="g3140"><path
|
||||
d="m 0,-2.6326437e-4 c 71.021984,0 120.82717,-0.0166015756 160.02346,-0.0419922256 C 160.897,-24.557885 169.10257,-56.21121 180.91898,-91.630161 135.33987,-98.766881 78.567884,-105.19071 0,-109.37919 0,-65.874297 0,-27.653588 0,-2.6326437e-4 z"
|
||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3142" /><path
|
||||
d="m 0,-109.37919 c 78.567884,4.18848 135.33987,10.612309 180.91898,17.749029 11.8164,-35.419929 27.24414,-74.604509 42.5625,-114.181659 C 165.90384,-221.3587 95.168961,-237.05597 0,-250.46027 c 0,48.7881 0,97.57619 0,141.08108 z"
|
||||
style="fill:#e9e9e9;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3144" /><path
|
||||
d="m 160.02346,-0.04225549 c 39.1963,-0.02539065 67.78419,-0.0585938 96.37209,-0.09277352 2.7959,-17.61035399 17.62305,-41.62598299 38.29053,-69.47266799 -33.79981,-7.038087 -68.188,-14.885744 -113.7671,-22.022464 -11.81641,35.418951 -20.02198,67.072276 -20.89552,91.58790551 z"
|
||||
style="fill:#e9e9e9;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3146" /><path
|
||||
d="m 180.91898,-91.630161 c 45.5791,7.13672 79.96729,14.984377 113.7671,22.022464 20.66749,-27.846684 47.1753,-59.524423 73.334,-92.457043 -42.54053,-12.80372 -86.96095,-28.2002 -144.5386,-43.74708 -15.31836,39.57715 -30.7461,78.76173 -42.5625,114.181659 z"
|
||||
style="fill:#d8d8d8;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3148" /><path
|
||||
d="m 0,-250.46027 c 95.168961,13.4043 165.90384,29.10157 223.48148,44.64845 15.31836,-39.57716 30.52784,-79.54689 41.90724,-116.53518 C 196.20658,-344.89192 111.77053,-368.9222 0,-391.54037 c 0,43.50489 0,92.29299 0,141.0801 z"
|
||||
style="fill:#d9d9d9;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3150" /><path
|
||||
d="m 0,-391.54037 c 111.77053,22.61817 196.20658,46.64845 265.38872,69.19337 11.37988,-36.98828 18.92969,-70.99708 18.92969,-98.65089 C 209.93265,-446.46713 119.31643,-474.11216 0,-500.91929 c 0,27.6543 0,65.87501 0,109.37892 z"
|
||||
style="fill:#cfcfcf;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3152" /><path
|
||||
d="m 223.48148,-205.81182 c 30.63721,-79.15431 60.83693,-159.87796 60.83693,-215.18607 74.38624,25.46924 132.54201,48.76417 186.93753,66.86964 0,55.3086 -50.91896,126.19729 -103.23586,192.06351 -42.54053,-12.80372 -86.96095,-28.2002 -144.5386,-43.74708 z"
|
||||
style="fill:#d0d0d0;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3154" /><path
|
||||
d="m 256.39555,-0.13502901 c 28.5879,-0.0341797 57.17579,-0.0673829 96.37209,-0.0927735 C 357.4859,-10.932882 377.52399,-29.256128 404.92682,-52.448514 361.6983,-56.34207 328.48589,-62.56961 294.68608,-69.607697 274.0186,-41.761012 259.19145,-17.745383 256.39555,-0.13502901 z"
|
||||
style="fill:#d9d9d9;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3156" /><path
|
||||
d="m 294.68608,-69.607697 c 33.79981,7.038087 67.01222,13.265627 110.24074,17.159183 27.40333,-23.192387 62.17189,-51.253916 96.35012,-81.434586 -50.05714,-5.1709 -90.71681,-15.37891 -133.25686,-28.18164 -26.1587,32.93262 -52.66651,64.610359 -73.334,92.457043 z"
|
||||
style="fill:#d0d0d0;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3158" /><path
|
||||
d="M 352.76764,-0.22780252 C 362.20416,-21.636986 432.91999,-73.52176 501.27694,-133.8831 c 50.05713,5.1709 109.51125,5.30469 189.63919,-2.04394 -82.07228,65.285164 -166.94095,120.525407 -178.12503,135.65724525 -71.02198,0 -120.82717,0.0166016 -160.02346,0.0419922 z"
|
||||
style="fill:#cfcfcf;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3160" /><path
|
||||
d="m 368.02008,-162.06474 c 85.08009,25.60547 162.64016,40.83496 322.89605,26.1377 82.07228,-65.28517 161.34866,-140.61331 161.34866,-195.92191 -178.4678,29.39454 -272.21782,13.9336 -381.00885,-22.2793 0,55.3086 -50.91896,126.19729 -103.23586,192.06351 z"
|
||||
style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3162" /><path
|
||||
d="m 512.7911,-0.26979475 c 28.19043,0 77.59816,0.0166016 137.61428,0.0419922 4.71777,-10.70507948 24.78809,-32.73633348 52.23927,-61.49122048 -53.91993,6.944337 -99.21975,11.708986 -127.37405,12.427736 -32.87451,23.862309 -56.8877,41.4560615 -62.4795,49.02149225 z"
|
||||
style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3164" /><path
|
||||
d="m 575.2706,-49.291287 c 32.87403,-23.862309 74.60939,-53.993173 115.64553,-86.635753 14.03711,-1.15137 30.46289,-4.32422 48.69727,-9.0752 -39.14258,34.37598 -78.95411,66.34669 -110.31837,91.832046 -21.58399,2.149415 -39.94728,3.519532 -54.02443,3.878907 z"
|
||||
style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3166" /><path
|
||||
d="m 629.29503,-53.170194 c 31.36426,-25.485356 71.17579,-57.456066 110.31837,-91.832046 18.23438,-4.75098 38.27931,-11.08008 59.55665,-18.5459 -34.24219,37.59668 -69.07423,73.074229 -96.5254,101.829117 -26.95997,3.47168 -51.76564,6.399415 -73.34962,8.548829 z"
|
||||
style="fill:#cacaca;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3168" /><path
|
||||
d="m 650.40538,-0.22780252 c 60.01564,0.0253906 130.63967,0.0585938 201.26468,0.0927735 1.39844,-8.80566539 4.98242,-20.97363599 10.1836,-35.74316999 -67.95021,4.291016 -135.87307,8.494142 -193.85355,11.67383 -9.03906,10.439455 -15.23633,18.6240266 -17.59473,23.97656648 z"
|
||||
style="fill:#cfcfcf;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3170" /><path
|
||||
d="m 668.00011,-24.204369 c 57.98048,-3.179688 125.90334,-7.382814 193.85355,-11.67383 5.20215,-14.768557 12.02148,-32.138677 19.88965,-51.347665 -62.63771,9.439455 -125.17873,18.562504 -179.09866,25.506841 -13.72559,14.377931 -25.60548,27.074223 -34.64454,37.514654 z"
|
||||
style="fill:#c9c9c9;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3172" /><path
|
||||
d="m 702.64465,-61.719023 c 53.91993,-6.944337 116.46095,-16.067386 179.09866,-25.506841 15.73731,-38.417976 35.67188,-84.189466 55.25684,-131.216816 -47.792,20.48535 -95.2754,39.9629 -137.8301,54.89454 -34.24219,37.59668 -69.07423,73.074229 -96.5254,101.829117 z"
|
||||
style="fill:#c6c6c6;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3174" /><path
|
||||
d="m 690.91613,-135.92704 c 82.07228,-65.28517 161.34866,-140.61331 161.34866,-195.92191 13.97949,-2.30274 27.69239,-7.70996 41.24317,-15.57129 0,55.3086 -75.60841,133.66994 -153.89456,202.418 -18.23438,4.75098 -34.66016,7.92383 -48.69727,9.0752 z"
|
||||
style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3176" /><path
|
||||
d="m 739.6134,-145.00224 c 78.28615,-68.74806 153.89456,-147.1094 153.89456,-202.418 13.55176,-7.86133 26.94141,-18.17676 40.27344,-30.29688 0,55.3086 -66.12501,138.97658 -134.61135,214.16898 -21.27734,7.46582 -41.32227,13.79492 -59.55665,18.5459 z"
|
||||
style="fill:#c9c9c9;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3178" /><path
|
||||
d="m 799.17005,-163.54814 c 42.5547,-14.93164 90.0381,-34.40919 137.8301,-54.89454 19.58497,-47.02735 38.82032,-95.31056 53.15919,-138.75002 -33.46973,29.64844 -66.41895,57.59668 -98.00099,79.10352 -25.0918,37.23048 -58.74513,76.94533 -92.9883,114.54104 z"
|
||||
style="fill:#c3c3c3;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3180" /><path
|
||||
d="m 892.15835,-278.08918 c 31.58204,-21.50684 64.53126,-49.45508 98.00099,-79.10352 14.33886,-43.43946 23.78226,-82.03517 23.78226,-109.68899 -27.0557,33.47022 -53.49418,64.92531 -80.1602,89.16457 0,27.6543 -16.53125,62.39845 -41.62305,99.62794 z"
|
||||
style="fill:#c3c3c3;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3182" /><path
|
||||
d="m 851.67006,-0.13502901 c 70.62501,0.0341797 141.25002,0.06738287 201.26564,0.09277352 0.4365,-12.25781451 1.4649,-28.59961451 2.9307,-48.02735151 -58.08596,3.525391 -126.06254,7.902345 -194.01274,12.191408 -5.20118,14.769534 -8.78516,26.9375046 -10.1836,35.74316999 z"
|
||||
style="fill:#d9d9d9;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3184" /><path
|
||||
d="m 861.85366,-35.878199 c 67.9502,-4.289063 135.92678,-8.666017 194.01274,-12.191408 1.4658,-19.428714 3.3681,-41.944343 5.5537,-66.550793 -54.3047,8.20313 -117.03909,17.956058 -179.67679,27.394536 -7.86817,19.208988 -14.6875,36.579108 -19.88965,51.347665 z"
|
||||
style="fill:#c6c6c6;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3186" /><path
|
||||
d="m 881.74331,-87.225864 c 62.6377,-9.438478 125.37209,-19.191406 179.67679,-27.394536 2.1855,-24.60743 4.6533,-51.3047 7.248,-79.09669 -49.3222,13.51172 -105.12888,29.12989 -160.74022,44.11133 -9.39844,22.12403 -18.31641,43.17091 -26.18457,62.379896 z"
|
||||
style="fill:#b9b9b9;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3188" /><path
|
||||
d="m 907.92788,-149.60576 c 55.61134,-14.98144 111.41802,-30.59961 160.74022,-44.11133 2.5948,-27.792 5.3165,-56.67872 8.0118,-85.6631 -43.7872,18.96094 -91.88775,40.45313 -139.67975,60.93751 -9.79297,23.51367 -19.67285,46.7129 -29.07227,68.83692 z"
|
||||
style="fill:#b0b0b0;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3190" /><path
|
||||
d="m 1052.9357,-0.04225549 c 30.0078,0.01269533 57.3643,0.02343752 80.7422,0.03027347 0.1201,-13.39550998 0.3516,-31.29980998 0.6641,-52.59278198 -22.8604,1.220703 -49.4317,2.772461 -78.4756,4.535157 -1.4658,19.427737 -2.4942,35.769537 -2.9307,48.02735151 z"
|
||||
style="fill:#e9e9e9;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3192" /><path
|
||||
d="m 1055.8664,-48.069607 c 29.0439,-1.762696 55.6152,-3.314454 78.4756,-4.535157 0.3115,-21.292972 0.7051,-45.974617 1.1504,-72.924816 -21.8731,3.09375 -46.919,6.80762 -74.0723,10.90918 -2.1856,24.60645 -4.0879,47.122079 -5.5537,66.550793 z"
|
||||
style="fill:#c8c8c8;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3194" /><path
|
||||
d="m 1133.6779,-0.01198202 c 23.378,0.00683594 42.7774,0.0117187556 56.8721,0.0117187556 0,-13.82715073563 -0,-32.62891173563 -0.01,-55.16309473563 -14.1954,0.445312 -33.3418,1.337891 -56.2012,2.558594 -0.3125,21.292972 -0.544,39.197272 -0.6641,52.59278198 z"
|
||||
style="fill:#f3f3f3;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3196" /><path
|
||||
d="m 1134.342,-52.604764 c 22.8594,-1.220703 42.0058,-2.113282 56.2012,-2.558594 -0,-22.533207 -0.01,-48.798832 -0.014,-77.552752 -14.4629,1.61915 -33.1631,4.09278 -55.0371,7.18653 -0.4453,26.950199 -0.8389,51.631844 -1.1504,72.924816 z"
|
||||
style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3198" /><path
|
||||
d="m 1061.4201,-114.6204 c 27.1533,-4.10156 52.1992,-7.81543 74.0723,-10.90918 0.4453,-26.9502 0.9433,-56.16798 1.4629,-86.53419 -20.585,5.36132 -43.626,11.59082 -68.2872,18.34668 -2.5947,27.79199 -5.0625,54.48926 -7.248,79.09669 z"
|
||||
style="fill:#afafaf;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3200" /><path
|
||||
d="m 1068.6681,-193.71709 c 24.6612,-6.75586 47.7022,-12.98536 68.2872,-18.34668 0.5195,-30.36524 1.0605,-61.87892 1.5947,-93.41897 -19.1602,7.77344 -39.9756,16.62208 -61.8701,26.10255 -2.6953,28.98438 -5.417,57.8711 -8.0118,85.6631 z"
|
||||
style="fill:#9d9d9d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3202" /><path
|
||||
d="m 1135.4924,-125.52958 c 21.874,-3.09375 40.5742,-5.56738 55.0371,-7.18653 -0.01,-28.75293 -0.013,-59.99415 -0.02,-92.47853 -14.8399,3.2793 -32.9698,7.77051 -53.5547,13.13087 -0.5196,30.36621 -1.0176,59.58399 -1.4629,86.53419 z"
|
||||
style="fill:#aeaeae;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3204" /><path
|
||||
d="m 1136.9553,-212.06377 c 20.5849,-5.36036 38.7148,-9.85157 53.5547,-13.13087 -0.01,-32.48438 -0.016,-66.2129 -0.024,-99.94044 -15.2715,5.18066 -32.7763,11.87891 -51.9365,19.65234 -0.5342,31.54005 -1.0752,63.05373 -1.5947,93.41897 z"
|
||||
style="fill:#969696;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3206" /><path
|
||||
d="m 937.00015,-218.44268 c 47.792,-20.48438 95.89255,-41.97657 139.67975,-60.93751 5.3906,-57.96974 10.6709,-116.33205 14.6035,-167.11478 -33.6621,28.30714 -67.6524,59.6548 -101.12406,89.30227 -14.33887,43.43946 -33.57422,91.72267 -53.15919,138.75002 z"
|
||||
style="fill:#acacac;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3208" /><path
|
||||
d="m 990.15934,-357.1927 c 33.47166,-29.64747 67.46196,-60.99513 101.12406,-89.30227 3.9336,-50.78272 6.5195,-93.98683 6.5195,-121.64113 -29.1318,32.29883 -56.8047,67.78419 -83.8613,101.25441 0,27.65382 -9.4434,66.24953 -23.78226,109.68899 z"
|
||||
style="fill:#ababab;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3210" /><path
|
||||
d="m 1076.6799,-279.38019 c 43.7881,-18.96192 83.2636,-35.39259 113.8066,-45.75489 -0.01,-33.72852 -0.016,-67.45704 -0.023,-99.94142 -31.4063,14.16601 -67.5821,35.38574 -105.9346,59.44434 -2.4854,28.18458 -5.1533,57.26759 -7.8486,86.25197 z"
|
||||
style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3212" /><path
|
||||
d="m 1084.5285,-365.63216 c 38.3525,-24.0586 74.5283,-45.27833 105.9346,-59.44434 -0.01,-32.48487 -0.016,-63.7256 -0.021,-92.47854 -32.1592,17.48585 -65.4941,42.75294 -99.1582,71.06007 -1.9668,25.39112 -4.2695,52.67726 -6.7549,80.86281 z"
|
||||
style="fill:#8a8a8a;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3214" /><path
|
||||
d="m 1091.2834,-446.49497 c 33.6641,-28.30713 66.999,-53.57422 99.1582,-71.06007 -0.01,-28.75293 -0.011,-55.01856 -0.014,-77.55225 -32.6933,19.83349 -64.0361,47.89991 -94.4101,79.11866 -1.1377,20.60547 -2.7676,44.10255 -4.7344,69.49366 z"
|
||||
style="fill:#868686;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3216" /><path
|
||||
d="m 1096.0178,-515.98863 c 30.374,-31.21875 61.7168,-59.28517 94.4101,-79.11866 -0,-22.5337 -0.01,-41.33644 -0.01,-55.1631 -32.8946,20.72412 -63.4864,49.83595 -92.6192,82.13429 0,13.82715 -0.6465,31.542 -1.7851,52.14747 z"
|
||||
style="fill:#848484;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3218" /><path
|
||||
d="m 0,-500.91929 c 119.31643,26.80713 209.93265,54.45216 284.31841,79.9214 0,-42.2671 -7.38282,-78.95656 -18.45753,-112.85744 C 196.39505,-555.35485 111.77053,-578.68639 0,-601.30505 c 0,26.41749 0,58.11817 0,100.38576 z"
|
||||
style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3220" /><path
|
||||
d="m 0,-601.30505 c 111.77053,22.61866 196.39505,45.9502 265.86088,67.44972 -11.07471,-33.90089 -25.84033,-65.01271 -40.60596,-96.12453 C 166.61331,-642.74402 95.168961,-656.58631 0,-669.98963 c 0,21.13379 0,42.26758 0,68.68458 z"
|
||||
style="fill:#cfcfcf;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3222" /><path
|
||||
d="m 284.31841,-420.99789 c 0,-84.53468 -29.53224,-146.75833 -59.06349,-208.98197 58.64161,12.76465 104.48049,24.45118 148.43948,33.54395 48.78077,78.88673 97.56154,157.77298 97.56154,242.30766 -54.39552,-18.10547 -112.55129,-41.4004 -186.93753,-66.86964 z"
|
||||
style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3224" /><path
|
||||
d="m 0,-669.98963 c 95.168961,13.40332 166.61331,27.24561 225.25492,40.00977 -14.76612,-31.11133 -29.53223,-62.22267 -40.60645,-96.12355 C 136.83108,-730.1332 78.567884,-734.48574 0,-738.67421 c 0,26.41699 0,47.55079 0,68.68458 z"
|
||||
style="fill:#d9d9d9;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3226" /><path
|
||||
d="m 0,-738.67421 c 78.567884,4.18847 136.83108,8.54101 184.64847,12.5708 -11.07422,-33.90088 -18.45704,-70.59034 -18.45704,-112.85793 -42.89746,-0.0591 -95.169446,-0.0986 -166.19143,-0.0986 0,42.26758 0,73.96827 0,100.38576 z"
|
||||
style="fill:#e9e9e9;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3228" /><path
|
||||
d="m 225.25492,-629.97986 c 58.64161,12.76465 104.48049,24.45118 148.43948,33.54395 -24.39063,-39.44336 -48.78077,-78.88673 -67.07326,-119.03615 -36.78418,-2.89551 -74.15528,-6.60156 -121.97267,-10.63135 11.07422,33.90088 25.84033,65.01222 40.60645,96.12355 z"
|
||||
style="fill:#d0d0d0;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3230" /><path
|
||||
d="m 184.64847,-726.10341 c 47.81739,4.02979 85.18849,7.73584 121.97267,10.63135 -18.29297,-40.14942 -30.48828,-81.00441 -30.48828,-123.27199 -33.52247,-0.0786 -67.04445,-0.15772 -109.94143,-0.21729 0,42.26759 7.38282,78.95705 18.45704,112.85793 z"
|
||||
style="fill:#d8d8d8;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3232" /><path
|
||||
d="m 471.25594,-354.12825 c 108.79103,36.2129 202.54105,51.67384 381.00885,22.2793 0,-84.53517 -75.00001,-168.91214 -150.00003,-253.28959 -160.25588,14.69727 -240.65287,6.88818 -328.57036,-11.29737 48.78077,78.88673 97.56154,157.77298 97.56154,242.30766 z"
|
||||
style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3234" /><path
|
||||
d="m 373.6944,-596.43591 c 43.95899,9.09278 86.03761,15.59131 137.15822,17.9795 -31.19434,-43.8838 -62.38917,-87.7676 -85.78517,-131.24709 -45.46729,-0.78711 -81.6631,-2.87256 -118.44631,-5.76856 18.29249,40.14942 42.68263,79.59279 67.07326,119.03615 z"
|
||||
style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3236" /><path
|
||||
d="m 306.62114,-715.47206 c 36.78321,2.896 72.97902,4.98145 118.44631,5.76856 -23.39649,-43.47999 -38.99366,-86.55568 -38.99366,-128.82327 -42.89698,-0.0596 -76.41895,-0.13867 -109.94093,-0.21728 0,42.26758 12.19531,83.12257 30.48828,123.27199 z"
|
||||
style="fill:#d0d0d0;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3238" /><path
|
||||
d="m 510.85262,-578.45641 c -62.38917,-87.7676 -124.77883,-175.53519 -124.77883,-260.07036 42.89698,0.0591 95.16896,0.0986 166.19095,0.0986 0,84.53517 75.00001,168.91214 150.00002,253.2896 -80.12794,7.34863 -140.29103,9.0708 -191.41214,6.68213 z"
|
||||
style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3240" /><path
|
||||
d="m 852.26479,-331.84895 c 0,-84.53517 -75.00001,-168.91214 -150.00003,-253.28959 14.03809,-1.15088 30.28614,-3.85938 48.20997,-7.79834 71.51759,80.49024 143.03323,160.98147 143.03323,245.51664 -13.55078,7.86133 -27.26368,13.26855 -41.24317,15.57129 z"
|
||||
style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3242" /><path
|
||||
d="m 893.50796,-347.42024 c 0,-84.53517 -71.51564,-165.0264 -143.03323,-245.51664 17.92481,-3.93946 37.52638,-9.10987 58.2715,-15.18458 62.51758,72.93459 125.03517,145.86966 125.03517,230.40434 -13.33203,12.12012 -26.72168,22.43555 -40.27344,30.29688 z"
|
||||
style="fill:#cacaca;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3244" /><path
|
||||
d="m 933.7814,-377.71712 c 26.66602,-24.23926 53.1045,-55.69435 80.1602,-89.16457 0,-42.26758 -8.9082,-76.07569 -22.27152,-105.65431 -33.0918,28.25293 -65.66407,54.80567 -96.96193,75.26661 23.44434,37.91749 39.07325,77.28468 39.07325,119.55227 z"
|
||||
style="fill:#c4c4c4;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3246" /><path
|
||||
d="m 894.70815,-497.26939 c 31.29786,-20.46094 63.87013,-47.01368 96.96193,-75.26661 -13.3623,-29.57862 -31.17969,-54.92775 -48.9961,-80.27687 -46.37305,16.77442 -92.43751,32.542 -133.92775,44.69141 31.25879,36.46729 62.51758,72.93459 85.96192,110.85207 z"
|
||||
style="fill:#c3c3c3;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3248" /><path
|
||||
d="m 702.26476,-585.13854 c -37.5,-42.18897 -75.00001,-84.37746 -103.12501,-126.58547 14.07715,-0.35987 32.06836,-1.21289 53.00001,-2.45606 26.81934,40.75099 62.57715,80.99709 98.33497,121.24319 -17.92383,3.93896 -34.17188,6.64746 -48.20997,7.79834 z"
|
||||
style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3250" /><path
|
||||
d="m 750.47473,-592.93688 c -35.75782,-40.2461 -71.51563,-80.4922 -98.33497,-121.24319 20.93164,-1.24316 44.80371,-2.87598 70.64454,-4.79443 23.44434,37.91748 54.70313,74.38526 85.96193,110.85304 -20.74512,6.07471 -40.34669,11.24512 -58.2715,15.18458 z"
|
||||
style="fill:#c9c9c9;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3252" /><path
|
||||
d="m 599.13975,-711.72401 c 28.15527,-0.71973 71.9629,-3.41309 123.64455,-7.25049 -23.44434,-37.91749 -39.07325,-77.28468 -39.07325,-119.55227 -56.31544,0.0591 -103.25588,0.0986 -131.44631,0.0986 0,42.26759 18.75,84.49562 46.87501,126.70413 z"
|
||||
style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3254" /><path
|
||||
d="m 808.74623,-608.12146 c 41.49024,-12.14941 87.5547,-27.91699 133.92775,-44.69141 -17.81641,-25.34913 -35.63282,-50.69825 -48.99512,-80.27687 -59.65431,5.29639 -119.21194,10.27783 -170.89456,14.11524 23.44434,37.91748 54.70313,74.38526 85.96193,110.85304 z"
|
||||
style="fill:#c3c3c3;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3256" /><path
|
||||
d="m 722.7843,-718.9745 c 51.68262,-3.83741 111.24025,-8.81885 170.89456,-14.11524 -6.68067,-14.78955 -12.24903,-30.63623 -16.14649,-48.06885 -64.03028,1.51367 -128.0342,2.94091 -183.0762,4.03906 6.83789,19.86524 16.60645,39.18653 28.32813,58.14503 z"
|
||||
style="fill:#c6c6c6;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3258" /><path
|
||||
d="m 694.45617,-777.11953 c 55.042,-1.09815 119.04592,-2.52539 183.0762,-4.03906 -3.89746,-17.43262 -6.125,-36.45167 -6.125,-57.58546 -65.69044,0.0786 -131.38088,0.15771 -187.69632,0.21728 0,21.13379 3.90723,41.54249 10.74512,61.40724 z"
|
||||
style="fill:#c9c9c9;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3260" /><path
|
||||
d="m 1013.9416,-466.88169 c 27.0566,-33.47022 54.7295,-68.95558 83.8613,-101.25441 0,-42.26758 -2.4189,-69.76075 -6.0469,-89.8672 -33.3798,27.26123 -66.9922,57.21436 -100.08592,85.4673 13.36332,29.57862 22.27152,63.38673 22.27152,105.65431 z"
|
||||
style="fill:#acacac;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3262" /><path
|
||||
d="m 991.67008,-572.536 c 33.09372,-28.25294 66.70612,-58.20607 100.08592,-85.4673 -3.6279,-20.10645 -8.4648,-32.82569 -13.3027,-45.54493 -42.7246,16.17871 -89.40626,33.96094 -135.77932,50.73536 17.81641,25.34912 35.6338,50.69825 48.9961,80.27687 z"
|
||||
style="fill:#ababab;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3264" /><path
|
||||
d="m 1097.8029,-568.1361 c 29.1328,-32.29834 59.7246,-61.41017 92.6192,-82.13429 0,-21.13379 0,-37.29249 0.01,-49.71925 -32.6933,19.8335 -63.9863,47.69581 -94.2871,78.60939 1.0576,14.66993 1.6621,32.11036 1.6621,53.24415 z"
|
||||
style="fill:#848484;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3266" /><path
|
||||
d="m 1096.1408,-621.38025 c 30.3008,-30.91358 61.5938,-58.77589 94.2871,-78.60939 0,-12.42724 0.01,-21.12305 0.014,-27.33057 -32.1592,17.48585 -65.3047,42.05519 -98.6856,69.31691 1.8145,10.05322 3.3262,21.95313 4.3848,36.62305 z"
|
||||
style="fill:#848484;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3268" /><path
|
||||
d="m 1091.756,-658.0033 c 33.3809,-27.26172 66.5264,-51.83106 98.6856,-69.31691 0.01,-6.20752 0.014,-9.92773 0.021,-12.40381 -31.4063,14.167 -67.1709,34.0796 -104.9043,56.17775 2.2666,7.2832 4.3828,15.48974 6.1972,25.54297 z"
|
||||
style="fill:#868686;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3270" /><path
|
||||
d="m 1085.5588,-683.54627 c 37.7334,-22.09815 73.498,-42.01075 104.9043,-56.17775 0.01,-2.47656 0.016,-3.70898 0.023,-4.9414 -30.543,10.3623 -69.3096,24.93799 -112.0332,41.11719 2.4189,6.35938 4.8379,12.71924 7.1055,20.00196 z"
|
||||
style="fill:#8a8a8a;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3272" /><path
|
||||
d="m 942.67398,-652.81287 c 46.37306,-16.77442 93.05472,-34.55665 135.77932,-50.73536 -2.418,-6.35986 -4.8369,-12.71973 -7.1045,-20.00293 -47.7148,10.25976 -101.37598,21.54199 -154.84279,32.18604 8.35156,13.20312 17.25977,25.87744 26.16797,38.55225 z"
|
||||
style="fill:#acacac;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3274" /><path
|
||||
d="m 916.50601,-691.36512 c 53.46681,-10.64405 107.12799,-21.92628 154.84279,-32.18604 -2.2676,-7.28321 -4.3838,-15.48975 -6.1982,-25.54298 -52.0684,5.09668 -111.81841,10.70801 -171.47174,16.0044 6.68066,14.78955 14.47559,28.52149 22.82715,41.72462 z"
|
||||
style="fill:#b0b0b0;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3276" /><path
|
||||
d="m 893.67886,-733.08974 c 59.65333,-5.29639 119.40334,-10.90772 171.47174,-16.0044 -1.8145,-10.05322 -3.3262,-21.95312 -4.3848,-36.62305 -55.1465,1.44434 -119.20315,3.04492 -183.23343,4.5586 3.89746,17.43262 9.46582,33.2793 16.14649,48.06885 z"
|
||||
style="fill:#b9b9b9;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3278" /><path
|
||||
d="m 877.53237,-781.15859 c 64.03028,-1.51368 128.08693,-3.11426 183.23343,-4.5586 -1.0576,-14.66992 -1.6621,-32.11036 -1.6621,-53.24415 -56.3154,0.0596 -122.00589,0.13867 -187.69633,0.21729 0,21.13379 2.22754,40.15284 6.125,57.58546 z"
|
||||
style="fill:#c6c6c6;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3280" /><path
|
||||
d="m 1078.4533,-703.54823 c 21.3613,-8.08985 41.7344,-15.77832 60.584,-22.73975 -0.457,-3.52637 -0.915,-7.05225 -1.3438,-11.6792 -20.1171,4.41162 -42.4873,9.28613 -66.3447,14.41602 2.2676,7.2832 4.6865,13.64307 7.1045,20.00293 z"
|
||||
style="fill:#919191;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3282" /><path
|
||||
d="m 1071.3488,-723.55116 c 23.8574,-5.12989 46.2276,-10.0044 66.3447,-14.41602 -0.4296,-4.62696 -0.831,-10.35401 -1.1738,-18.28223 -21.2207,2.1875 -45.335,4.60742 -71.3691,7.15527 1.8144,10.05323 3.9306,18.25977 6.1982,25.54298 z"
|
||||
style="fill:#9d9d9d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3284" /><path
|
||||
d="m 1139.0373,-726.28798 c 18.8506,-6.96143 36.1777,-13.19629 51.4492,-18.37744 0.01,-1.23243 0.016,-2.46485 0.024,-4.94141 -14.8399,3.2793 -32.7012,7.22803 -52.8165,11.63965 0.4288,4.62695 0.8868,8.15283 1.3438,11.6792 z"
|
||||
style="fill:#848484;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3286" /><path
|
||||
d="m 1137.6935,-737.96718 c 20.1153,-4.41162 37.9766,-8.36035 52.8165,-11.63965 0.01,-2.47608 0.014,-6.19629 0.02,-12.40381 -14.4629,1.61914 -32.7901,3.57422 -54.0098,5.76123 0.3428,7.92822 0.7442,13.65527 1.1738,18.28223 z"
|
||||
style="fill:#969696;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3288" /><path
|
||||
d="m 1065.1506,-749.09414 c 26.0341,-2.54785 50.1484,-4.96777 71.3691,-7.15527 -0.3437,-7.92774 -0.6308,-18.05664 -0.832,-31.48731 -22.002,0.61426 -47.3467,1.29736 -74.9219,2.01953 1.0586,14.66993 2.5703,26.56983 4.3848,36.62305 z"
|
||||
style="fill:#afafaf;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3290" /><path
|
||||
d="m 1060.7658,-785.71719 c 27.5752,-0.72217 52.9199,-1.40527 74.9219,-2.01953 -0.2002,-13.43018 -0.3145,-30.16212 -0.3145,-51.29591 -22.2978,0.0171 -48.1113,0.042 -76.2695,0.0713 0,21.13379 0.6045,38.57423 1.6621,53.24415 z"
|
||||
style="fill:#c8c8c8;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3292" /><path
|
||||
d="m 1136.5197,-756.24941 c 21.2197,-2.18701 39.5469,-4.14209 54.0098,-5.76123 0.01,-6.20752 0.011,-14.90284 0.014,-27.33008 -14.1954,0.44482 -32.8526,0.98974 -54.8555,1.604 0.2012,13.43067 0.4883,23.55957 0.832,31.48731 z"
|
||||
style="fill:#aeaeae;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3294" /><path
|
||||
d="m 1135.6877,-787.73672 c 22.0029,-0.61426 40.6601,-1.15918 54.8555,-1.604 0,-12.42725 0.01,-28.58546 0.01,-49.71925 -14.0947,0 -32.8779,0.01 -55.1768,0.0273 0,21.13379 0.1143,37.86573 0.3145,51.29591 z"
|
||||
style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3296" /></g></g></g></g></g></g></g></mask><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3316"><path
|
||||
d="m 0,839.06 1190.55,0 L 1190.55,0 0,0 0,839.06 z"
|
||||
id="path3318" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3324"><path
|
||||
d="m 737.372,436.428 224.294,0 0,-219.837 -224.294,0 0,219.837 z"
|
||||
id="path3326" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3328"><path
|
||||
d="m 737.372,216.592 224.294,0 0,219.836 -224.294,0 0,-219.836 z"
|
||||
id="path3330" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3348"><path
|
||||
d="m 532.526,623.954 633.104,0 0,-595.9442 -633.104,0 0,595.9442 z"
|
||||
id="path3350" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3352"><path
|
||||
d="m 532.526,28.01 633.103,0 0,595.944 -633.103,0 0,-595.944 z"
|
||||
id="path3354" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3372"><path
|
||||
d="m 583.538,576.388 531.222,0 0,-500.3567 -531.222,0 0,500.3567 z"
|
||||
id="path3374" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3376"><path
|
||||
d="m 583.538,76.031 531.218,0 0,500.357 -531.218,0 0,-500.357 z"
|
||||
id="path3378" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3396"><path
|
||||
d="m 634.658,528.309 428.692,0 0,-404.259 -428.692,0 0,404.259 z"
|
||||
id="path3398" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3400"><path
|
||||
d="m 634.658,124.05 428.695,0 0,404.259 -428.695,0 0,-404.259 z"
|
||||
id="path3402" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3420"><path
|
||||
d="m 685.996,480.473 326.584,0 0,-308.494 -326.584,0 0,308.494 z"
|
||||
id="path3422" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3424"><path
|
||||
d="m 685.998,171.979 326.586,0 0,308.495 -326.586,0 0,-308.495 z"
|
||||
id="path3426" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3444"><path
|
||||
d="m 0,839.06 1190.55,0 L 1190.55,0 0,0 0,839.06 z"
|
||||
id="path3446" /></clipPath><clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath3452"><path
|
||||
d="m 777.344,398.67 143.786,0 0,-143.878 -143.786,0 0,143.878 z"
|
||||
id="path3454" /></clipPath></defs><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="721"
|
||||
id="namedview3098"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.22501372"
|
||||
inkscape:cx="744.09375"
|
||||
inkscape:cy="524.41248"
|
||||
inkscape:window-x="-2"
|
||||
inkscape:window-y="-3"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="g3104" /><g
|
||||
id="g3104"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="open"
|
||||
transform="matrix(1.25,0,0,-1.25,0,1048.825)"><g
|
||||
id="g3106"><g
|
||||
id="g3108"
|
||||
clip-path="url(#clipPath3110)"><g
|
||||
id="g3114"><g
|
||||
id="g3116" /><g
|
||||
id="g3298"
|
||||
mask="url(#mask3126)"><g
|
||||
id="g3300"
|
||||
transform="scale(1,-1)"><g
|
||||
id="g3302"><path
|
||||
d="m 0,-2.6326437e-4 c 284.08843,0 228.70316,-0.26953148563 512.7911,-0.26953148563 C 535.15927,-30.533471 852.26479,-221.23272 852.26479,-331.84895 495.32967,-273.05988 477.26473,-393.69076 0,-500.91929 0,-390.30306 0,-110.61649 0,-2.6326437e-4 z"
|
||||
style="fill:#9ccb8e;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3304" /><path
|
||||
d="m 512.7911,-0.26979475 c 112.76174,0 564.9972,0.26953148563 677.7589,0.26953148563 C 1190.55,-110.61649 1190.4221,-539.65367 1190.4221,-650.27039 c -131.5782,82.89503 -226.3155,300.00054 -338.15731,318.42144 0,110.61623 -317.10552,301.315479 -339.47369,331.57915525 z"
|
||||
style="fill:#9ccb8e;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3306" /><path
|
||||
d="m 0,-500.91929 c 477.26473,107.22853 495.32967,227.85941 852.26479,169.07034 0,-169.07034 -300.00005,-337.50884 -300.00005,-506.57919 -284.08794,0 -268.17631,-0.63183 -552.26474,-0.63183 0,169.07034 0,169.07034 0,338.14068 z"
|
||||
style="fill:#9ccb8e;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3308" /><path
|
||||
d="m 852.26479,-331.84895 c 111.84181,-18.4209 206.57911,-235.52641 338.15731,-318.42144 0,-169.07034 0.1279,-19.71924 0.1279,-188.78958 -112.7617,0 -525.52352,0.63183 -638.28526,0.63183 0,169.07035 300.00005,337.50885 300.00005,506.57919 z"
|
||||
style="fill:#9ccb8e;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3310" /></g></g></g></g></g></g><g
|
||||
id="g3312"><g
|
||||
id="g3314"
|
||||
clip-path="url(#clipPath3316)"><g
|
||||
id="g3320"><g
|
||||
id="g3322" /><g
|
||||
id="g3332"><g
|
||||
clip-path="url(#clipPath3324)"
|
||||
opacity="0.600006"
|
||||
id="g3334"><g
|
||||
id="g3336"><g
|
||||
clip-path="url(#clipPath3328)"
|
||||
id="g3338"><g
|
||||
transform="translate(849.4883,237.7275)"
|
||||
id="g3340"><path
|
||||
d="m 0,0 c -30.074,0.279 -59.237,14.354 -76.735,39.912 -16.998,24.831 -19.921,57.704 -7.203,85.161 13.068,28.206 39.684,46.247 69.157,51.488 30.071,5.345 61.739,-6.037 82.936,-28.191 C 92.174,123.266 98.669,84.368 83.937,52.568 68.668,19.608 34.9,0.322 0,0 c -13.252,-0.123 -13.264,-21.258 0,-21.136 32.211,0.299 63.292,13.614 85.137,38.158 21.763,24.45 30.572,57.285 25.762,89.795 -4.674,31.618 -25.323,59.073 -51.509,75.379 -28.005,17.438 -63.304,20.898 -94.404,11.133 C -86.296,177.227 -118.953,125.295 -110.898,70.827 -102.82,16.201 -51.653,-20.656 0,-21.136 13.266,-21.258 13.254,-0.123 0,0"
|
||||
style="fill:#58b148;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3342" /></g></g></g></g></g></g><g
|
||||
id="g3344"><g
|
||||
id="g3346" /><g
|
||||
id="g3356"><g
|
||||
clip-path="url(#clipPath3348)"
|
||||
opacity="0.199997"
|
||||
id="g3358"><g
|
||||
id="g3360"><g
|
||||
clip-path="url(#clipPath3352)"
|
||||
id="g3362"><g
|
||||
transform="translate(849.1191,48.4346)"
|
||||
id="g3364"><path
|
||||
d="m 0,0 c -62.552,0.187 -123.575,18.557 -175.214,53.724 -48.332,32.917 -86.207,81.11 -105.757,136.025 -20.221,56.812 -19.814,119.221 0,176.051 19.219,55.117 57.72,102.896 105.757,136.026 103.788,71.579 246.557,70.74 350.426,0 48.331,-32.916 86.208,-81.109 105.755,-136.026 20.223,-56.811 19.815,-119.22 0,-176.051 C 261.751,134.633 223.25,86.854 175.212,53.724 123.91,18.343 62.296,0.185 0,0 c -13.259,-0.04 -13.261,-20.465 0,-20.425 125.206,0.373 245.242,72.056 294.357,188.2 23.928,56.579 28.459,120.008 13.653,179.535 -14.428,58 -48.238,110.515 -93.337,149.74 -97.048,84.411 -239.928,101.426 -356.084,47.619 -54.807,-25.386 -101.742,-67.111 -133.276,-118.336 -31.964,-51.918 -46.258,-113.829 -40.752,-174.385 5.502,-60.503 30.893,-117.286 70.548,-163.3 C -205.046,42.417 -150.729,9.295 -92.088,-7.645 -62.27,-16.257 -31.025,-20.333 0,-20.425 13.261,-20.465 13.256,-0.04 0,0"
|
||||
style="fill:#58b148;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3366" /></g></g></g></g></g></g><g
|
||||
id="g3368"><g
|
||||
id="g3370" /><g
|
||||
id="g3380"><g
|
||||
clip-path="url(#clipPath3372)"
|
||||
opacity="0.300003"
|
||||
id="g3382"><g
|
||||
id="g3384"><g
|
||||
clip-path="url(#clipPath3376)"
|
||||
id="g3386"><g
|
||||
transform="translate(1114.7559,326.21)"
|
||||
id="g3388"><path
|
||||
d="m 0,0 c -0.247,61.363 -24.256,119.802 -65.854,164.954 -42.161,45.764 -101.118,74.6 -162.736,82.788 -63.57,8.448 -129.257,-5.202 -183.683,-39.027 -51.538,-32.029 -90.855,-81.828 -108.747,-139.607 -18.272,-58.998 -11.499,-123.637 16.399,-178.491 27.548,-54.166 76.095,-96.412 132.129,-119.719 59.594,-24.788 127.528,-27.663 189.242,-8.882 58.819,17.898 110.41,56.084 144.133,107.186 C -13.599,-92.127 -0.186,-46.156 0,0 c 0.054,13.173 -20.508,13.168 -20.562,0 -0.24,-59.668 -24.959,-116.069 -67.268,-158.188 -43.358,-43.164 -102.947,-68.016 -163.99,-71.291 -61.909,-3.324 -124.601,15.807 -172.957,54.602 -45.945,36.862 -77.592,90.535 -84.48,149.079 -6.973,59.26 11.152,119.402 49.01,165.612 38.637,47.16 94.466,77.286 154.585,87.028 61.9,10.026 126.793,-4.016 179.342,-37.708 C -76.604,157.256 -40.146,107.02 -26.33,49.839 -22.379,33.492 -20.63,16.795 -20.562,0 -20.508,-13.169 0.054,-13.174 0,0"
|
||||
style="fill:#58b148;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3390" /></g></g></g></g></g></g><g
|
||||
id="g3392"><g
|
||||
id="g3394" /><g
|
||||
id="g3404"><g
|
||||
clip-path="url(#clipPath3396)"
|
||||
opacity="0.399994"
|
||||
id="g3406"><g
|
||||
id="g3408"><g
|
||||
clip-path="url(#clipPath3400)"
|
||||
id="g3410"><g
|
||||
transform="translate(849.1191,144.4746)"
|
||||
id="g3412"><path
|
||||
d="m 0,0 c -60.69,0.271 -120.382,27.003 -157.479,75.42 -36.662,47.851 -46.063,110.926 -25.321,167.333 20.438,55.577 70.194,96.838 126.66,113.011 60.278,17.265 126.455,5.153 176.886,-31.641 48.069,-35.075 75.608,-92.629 72.937,-151.646 C 191.009,113.384 155.817,60.07 105.792,29.318 74.079,9.826 37.176,0.166 0,0 c -13.258,-0.058 -13.262,-20.482 0,-20.425 62.938,0.281 124.393,26.368 165.835,73.861 40.873,46.84 57.114,110.297 43.892,170.838 -12.938,59.217 -55.492,109.291 -109.477,136.267 -57.43,28.7 -127.101,30.947 -186.376,6.358 C -142.82,343.379 -187.715,296.633 -206.062,238.092 -224.425,179.49 -212.025,114.058 -175.23,65.11 -134.215,10.546 -68.129,-20.12 0,-20.425 13.262,-20.482 13.255,-0.058 0,0"
|
||||
style="fill:#58b148;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3414" /></g></g></g></g></g></g><g
|
||||
id="g3416"><g
|
||||
id="g3418" /><g
|
||||
id="g3428"><g
|
||||
clip-path="url(#clipPath3420)"
|
||||
opacity="0.5"
|
||||
id="g3430"><g
|
||||
id="g3432"><g
|
||||
clip-path="url(#clipPath3424)"
|
||||
id="g3434"><g
|
||||
transform="translate(1012.584,326.21)"
|
||||
id="g3436"><path
|
||||
d="m 0,0 c -0.429,63.562 -41.307,117.59 -99.365,141.842 -59.54,24.872 -131.034,11.4 -178.406,-31.564 -46.598,-42.26 -61.736,-110.612 -37.139,-168.258 24.878,-58.309 84.738,-94.314 147.487,-96.179 43.421,-1.29 86.268,14.862 118.263,43.881 C -18.144,-82.148 -0.28,-41.619 0,0 c 0.086,13.174 -20.475,13.167 -20.562,0 -0.41,-60.841 -43.963,-111.654 -101.865,-128.193 -59.041,-16.868 -126.219,5.023 -161.229,55.708 -34.415,49.821 -28.228,116.809 12.818,160.821 42.166,45.217 112.388,57.708 168.625,32.651 C -54.1,99.551 -20.917,52.808 -20.562,0 -20.475,-13.166 0.086,-13.175 0,0"
|
||||
style="fill:#58b148;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3438" /></g></g></g></g></g></g></g></g><g
|
||||
id="g3440"><g
|
||||
id="g3442"
|
||||
clip-path="url(#clipPath3444)"><g
|
||||
id="g3448"><g
|
||||
id="g3450" /><g
|
||||
id="g3456"><g
|
||||
clip-path="url(#clipPath3452)"
|
||||
opacity="0.75"
|
||||
id="g3458"><g
|
||||
transform="translate(918.7764,349.3555)"
|
||||
id="g3460"><path
|
||||
d="m 0,0 c -10.979,35.47 -49.503,55.304 -85.1,47.702 -30.153,-6.438 -51.983,-32.735 -55.828,-62.49 -3.505,-27.139 11.576,-54.629 34.263,-69.159 29.393,-18.826 69.542,-11.63 92.352,13.816 8.422,9.395 13.719,21.589 16.32,33.76 3.659,17.128 -22.768,24.413 -26.437,7.239 -0.574,-2.686 -1.174,-5.364 -1.867,-8.023 -0.29,-1.114 -1.378,-2.987 -2.893,-5.967 -1.163,-2.282 -2.418,-4.509 -3.786,-6.677 -0.221,-0.35 -2.716,-3.462 -0.722,-1.074 -0.758,-0.906 -1.608,-1.733 -2.448,-2.562 -9.639,-9.514 -20.864,-14.19 -34.436,-13.796 -11.564,0.335 -21.854,5.194 -29.547,12.651 -7.53,7.305 -11.344,15.748 -13.451,26.44 -0.27,1.666 -0.305,1.802 -0.11,0.407 -0.162,1.305 -0.23,2.622 -0.297,3.935 -0.13,2.567 0.039,5.135 0.304,7.686 -0.235,-2.258 0.827,3.519 1.059,4.434 0.353,1.377 0.805,2.729 1.253,4.076 -0.053,-0.156 1.688,4.189 0.789,2.159 4.739,10.693 11.702,17.916 22.204,23.342 22.96,11.872 54.475,-1.017 61.941,-25.139 C -21.256,-23.973 5.21,-16.833 0,0"
|
||||
style="fill:#58b03b;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3462" /></g></g></g></g><g
|
||||
id="g3464"
|
||||
transform="translate(894.8789,350.2383)"><path
|
||||
d="m 0,0 c 0,-2.604 -2.22,-4.717 -4.955,-4.717 -2.734,0 -4.955,2.113 -4.955,4.717 0,2.603 2.221,4.713 4.955,4.713 C -2.22,4.713 0,2.603 0,0"
|
||||
style="fill:#2b2b2a;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3466" /></g><g
|
||||
id="g3468"
|
||||
transform="translate(886.0312,349.9033)"><path
|
||||
d="M 0,0 C 0,4.385 2.79,7.903 8.075,10.153"
|
||||
style="fill:none;stroke:#2b2b2a;stroke-opacity:1;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none"
|
||||
id="path3470" /></g><g
|
||||
id="g3472"
|
||||
transform="translate(921.5879,351.4062)"><path
|
||||
d="m 0,0 c 0,-2.604 -2.219,-4.716 -4.954,-4.716 -2.737,0 -4.959,2.112 -4.959,4.716 0,2.602 2.222,4.714 4.959,4.714 C -2.219,4.714 0,2.602 0,0"
|
||||
style="fill:#2b2b2a;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||
id="path3474" /></g><g
|
||||
id="g3476"
|
||||
transform="translate(912.7402,351.0693)"><path
|
||||
d="M 0,0 C 0,4.387 2.787,7.904 8.074,10.154"
|
||||
style="fill:none;stroke:#2b2b2a;stroke-opacity:1;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none"
|
||||
id="path3478" /></g></g></g></g></svg>
|
Before Width: | Height: | Size: 47 KiB |