summaryrefslogtreecommitdiff
path: root/cpufreq/pixmaps
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-14 18:24:48 -0300
committerPerberos <[email protected]>2011-11-14 18:24:48 -0300
commit312ba610a1e98fc656fb58178227d7d45a64494e (patch)
tree54a3c2b6084c80e63fb0526c6e7b8e01627acbd7 /cpufreq/pixmaps
downloadmate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.bz2
mate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.xz
initial
Diffstat (limited to 'cpufreq/pixmaps')
-rw-r--r--cpufreq/pixmaps/Makefile.am64
-rw-r--r--cpufreq/pixmaps/cpufreq-100.pngbin0 -> 1057 bytes
-rw-r--r--cpufreq/pixmaps/cpufreq-25.pngbin0 -> 942 bytes
-rw-r--r--cpufreq/pixmaps/cpufreq-50.pngbin0 -> 988 bytes
-rw-r--r--cpufreq/pixmaps/cpufreq-75.pngbin0 -> 1014 bytes
-rw-r--r--cpufreq/pixmaps/cpufreq-na.pngbin0 -> 939 bytes
-rw-r--r--cpufreq/pixmaps/mate-cpu-frequency-applet.16.pngbin0 -> 743 bytes
-rw-r--r--cpufreq/pixmaps/mate-cpu-frequency-applet.22.pngbin0 -> 1436 bytes
-rw-r--r--cpufreq/pixmaps/mate-cpu-frequency-applet.24.pngbin0 -> 1481 bytes
-rw-r--r--cpufreq/pixmaps/mate-cpu-frequency-applet.32.pngbin0 -> 1692 bytes
-rw-r--r--cpufreq/pixmaps/mate-cpu-frequency-applet.svg753
11 files changed, 817 insertions, 0 deletions
diff --git a/cpufreq/pixmaps/Makefile.am b/cpufreq/pixmaps/Makefile.am
new file mode 100644
index 00000000..e13dcad5
--- /dev/null
+++ b/cpufreq/pixmaps/Makefile.am
@@ -0,0 +1,64 @@
+
+cpufreq_pixmapdir = $(pixmapsdir)/cpufreq-applet
+cpufreq_pixmap_DATA = \
+ cpufreq-100.png \
+ cpufreq-75.png \
+ cpufreq-50.png \
+ cpufreq-25.png \
+ cpufreq-na.png
+
+icons = \
+ mate-cpu-frequency-applet.16.png \
+ mate-cpu-frequency-applet.22.png \
+ mate-cpu-frequency-applet.24.png \
+ mate-cpu-frequency-applet.32.png \
+ mate-cpu-frequency-applet.svg
+
+EXTRA_DIST = \
+ $(cpufreq_pixmap_DATA) \
+ $(icons)
+
+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
+
+uninstall-local:
+ for icon in $(icons); do \
+ SIZE=`echo $$icon | cut -d. -f2`; \
+ FILE=`echo $$icon | cut -d. -f1,3`; \
+ if [ "$$SIZE" = "svg" ]; then \
+ SIZE="scalable"; \
+ FILE="$$FILE.svg"; \
+ else \
+ SIZE="$${SIZE}x$${SIZE}"; \
+ fi; \
+ rm -f $(DESTDIR)$(iconsdir)/hicolor/$$SIZE/apps/$$FILE; \
+ done
+ @-if test -z "$(DESTDIR)"; then \
+ echo "Updating Gtk icon cache."; \
+ $(gtk_update_icon_cache); \
+ else \
+ echo "*** Icon cache not updated. After install, run this:"; \
+ echo "*** $(gtk_update_icon_cache)"; \
+ fi
+
+install-data-local:
+ for icon in $(icons); do \
+ SIZE=`echo $$icon | cut -d. -f2`; \
+ FILE=`echo $$icon | cut -d. -f1,3`; \
+ if [ "$$SIZE" = "svg" ]; then \
+ SIZE="scalable"; \
+ FILE="$$FILE.svg"; \
+ else \
+ SIZE="$${SIZE}x$${SIZE}"; \
+ fi; \
+ mkdir -p $(DESTDIR)$(iconsdir)/hicolor/$$SIZE/apps/; \
+ $(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(iconsdir)/hicolor/$$SIZE/apps/$$FILE; \
+ done
+ @-if test -z "$(DESTDIR)"; then \
+ echo "Updating Gtk icon cache."; \
+ $(gtk_update_icon_cache); \
+ else \
+ echo "*** Icon cache not updated. After install, run this:"; \
+ echo "*** $(gtk_update_icon_cache)"; \
+ fi
+
+-include $(top_srcdir)/git.mk
diff --git a/cpufreq/pixmaps/cpufreq-100.png b/cpufreq/pixmaps/cpufreq-100.png
new file mode 100644
index 00000000..6b63453a
--- /dev/null
+++ b/cpufreq/pixmaps/cpufreq-100.png
Binary files differ
diff --git a/cpufreq/pixmaps/cpufreq-25.png b/cpufreq/pixmaps/cpufreq-25.png
new file mode 100644
index 00000000..ae2acf6c
--- /dev/null
+++ b/cpufreq/pixmaps/cpufreq-25.png
Binary files differ
diff --git a/cpufreq/pixmaps/cpufreq-50.png b/cpufreq/pixmaps/cpufreq-50.png
new file mode 100644
index 00000000..03ab5e3b
--- /dev/null
+++ b/cpufreq/pixmaps/cpufreq-50.png
Binary files differ
diff --git a/cpufreq/pixmaps/cpufreq-75.png b/cpufreq/pixmaps/cpufreq-75.png
new file mode 100644
index 00000000..49e9342d
--- /dev/null
+++ b/cpufreq/pixmaps/cpufreq-75.png
Binary files differ
diff --git a/cpufreq/pixmaps/cpufreq-na.png b/cpufreq/pixmaps/cpufreq-na.png
new file mode 100644
index 00000000..9a1b3b44
--- /dev/null
+++ b/cpufreq/pixmaps/cpufreq-na.png
Binary files differ
diff --git a/cpufreq/pixmaps/mate-cpu-frequency-applet.16.png b/cpufreq/pixmaps/mate-cpu-frequency-applet.16.png
new file mode 100644
index 00000000..88dcb816
--- /dev/null
+++ b/cpufreq/pixmaps/mate-cpu-frequency-applet.16.png
Binary files differ
diff --git a/cpufreq/pixmaps/mate-cpu-frequency-applet.22.png b/cpufreq/pixmaps/mate-cpu-frequency-applet.22.png
new file mode 100644
index 00000000..1ebac473
--- /dev/null
+++ b/cpufreq/pixmaps/mate-cpu-frequency-applet.22.png
Binary files differ
diff --git a/cpufreq/pixmaps/mate-cpu-frequency-applet.24.png b/cpufreq/pixmaps/mate-cpu-frequency-applet.24.png
new file mode 100644
index 00000000..c02cc7ab
--- /dev/null
+++ b/cpufreq/pixmaps/mate-cpu-frequency-applet.24.png
Binary files differ
diff --git a/cpufreq/pixmaps/mate-cpu-frequency-applet.32.png b/cpufreq/pixmaps/mate-cpu-frequency-applet.32.png
new file mode 100644
index 00000000..704757c5
--- /dev/null
+++ b/cpufreq/pixmaps/mate-cpu-frequency-applet.32.png
Binary files differ
diff --git a/cpufreq/pixmaps/mate-cpu-frequency-applet.svg b/cpufreq/pixmaps/mate-cpu-frequency-applet.svg
new file mode 100644
index 00000000..bcc08cf0
--- /dev/null
+++ b/cpufreq/pixmaps/mate-cpu-frequency-applet.svg
@@ -0,0 +1,753 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:s="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="32"
+ height="32"
+ id="svg2"
+ s:version="0.32"
+ inkscape:version="0.43+devel"
+ version="1.0"
+ s:docbase="/home/lapo/Desktop/mate-applets/32x32"
+ s:docname="Icona 48x48.svg"
+ inkscape:export-filename="/home/lapo/Desktop/xubuntu/pngs/wksp.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ sodipodi:version="0.32"
+ sodipodi:docname="cpufreq.svg"
+ sodipodi:docbase="/home/lapo/Desktop/mate-applets/32x32">
+ <sodipodi:namedview
+ inkscape:window-height="581"
+ inkscape:window-width="1034"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ showborder="false"
+ showgrid="false"
+ inkscape:grid-points="false"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ gridempspacing="2"
+ inkscape:zoom="1"
+ inkscape:cx="33.363026"
+ inkscape:cy="-2.4389324"
+ inkscape:window-x="5"
+ inkscape:window-y="49"
+ inkscape:current-layer="layer1" />
+ <defs
+ id="defs4">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2836">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop2838" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop2840" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3819">
+ <stop
+ style="stop-color:#2e3436;stop-opacity:1"
+ offset="0"
+ id="stop3821" />
+ <stop
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="1"
+ id="stop3823" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3807">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop3809" />
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1;"
+ offset="1"
+ id="stop3811" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3759">
+ <stop
+ style="stop-color:#c4a000;stop-opacity:1;"
+ offset="0"
+ id="stop3761" />
+ <stop
+ style="stop-color:#c4a000;stop-opacity:1;"
+ offset="1"
+ id="stop3763" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3751">
+ <stop
+ style="stop-color:#555753;stop-opacity:1"
+ offset="0"
+ id="stop3753" />
+ <stop
+ style="stop-color:#2e3436;stop-opacity:1;"
+ offset="1"
+ id="stop3755" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3734">
+ <stop
+ style="stop-color:#888a85;stop-opacity:1"
+ offset="0"
+ id="stop3736" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1"
+ offset="1"
+ id="stop3738" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3718">
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1;"
+ offset="0"
+ id="stop3720" />
+ <stop
+ style="stop-color:#babdb6;stop-opacity:0;"
+ offset="1"
+ id="stop3722" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3709">
+ <stop
+ style="stop-color:white;stop-opacity:1;"
+ offset="0"
+ id="stop3711" />
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="1"
+ id="stop3713" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3691">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop3693" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1"
+ offset="1"
+ id="stop3695" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2301">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2303" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop2305" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2181">
+ <stop
+ style="stop-color:#d3d7cf"
+ offset="0"
+ id="stop2183" />
+ <stop
+ style="stop-color:#eeeeec"
+ offset="1"
+ id="stop2185" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2181"
+ id="linearGradient2187"
+ x1="21.25"
+ y1="5.8177266"
+ x2="29.875"
+ y2="77.597641"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,2)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2301"
+ id="radialGradient2307"
+ cx="22.5"
+ cy="41"
+ fx="22.5"
+ fy="41"
+ r="22.5"
+ gradientTransform="matrix(1,0,0,0.222222,0,31.88889)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3709"
+ id="radialGradient3715"
+ cx="23.33289"
+ cy="7.3333335"
+ fx="23.33289"
+ fy="7.3333335"
+ r="1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,-1.686994,1.687192,4.655921e-7,10.98142,46.71661)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3718"
+ id="linearGradient3724"
+ x1="5.0001431"
+ y1="6"
+ x2="11.25"
+ y2="33.625"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3734"
+ id="radialGradient3740"
+ cx="7.5011554"
+ cy="6.4605374"
+ fx="7.5011554"
+ fy="6.4605374"
+ r="11.503118"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(5.691873,0,2.068335e-5,3.06805,-35.8266,-13.37869)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3751"
+ id="linearGradient3757"
+ x1="2.4375"
+ y1="-2.375"
+ x2="4.4375"
+ y2="25.999998"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3759"
+ id="linearGradient3765"
+ x1="26.189581"
+ y1="15.37724"
+ x2="29.00481"
+ y2="15.37724"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3807"
+ id="radialGradient3813"
+ cx="16.781393"
+ cy="18.712614"
+ fx="16.781393"
+ fy="18.712614"
+ r="7.96875"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.742709,0,0,1.742709,-12.33883,-13.79814)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3819"
+ id="linearGradient3825"
+ x1="13.742183"
+ y1="9.6718721"
+ x2="18.371088"
+ y2="21.976557"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2836"
+ id="radialGradient2903"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.98419,0,0.25)"
+ cx="15.8125"
+ cy="15.8125"
+ fx="15.8125"
+ fy="15.8125"
+ r="15.8125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2836"
+ id="radialGradient2905"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.98419,0,0.25)"
+ cx="15.8125"
+ cy="15.8125"
+ fx="15.8125"
+ fy="15.8125"
+ r="15.8125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2836"
+ id="radialGradient2907"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.98419,0,0.25)"
+ cx="15.8125"
+ cy="15.8125"
+ fx="15.8125"
+ fy="15.8125"
+ r="15.8125" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2836"
+ id="radialGradient2909"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.98419,0,0.25)"
+ cx="15.8125"
+ cy="15.8125"
+ fx="15.8125"
+ fy="15.8125"
+ r="15.8125" />
+ </defs>
+ <s:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="16"
+ inkscape:cx="13.841515"
+ inkscape:cy="17.184759"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ gridempspacing="2"
+ gridspacingx="0.5px"
+ gridspacingy="0.5px"
+ inkscape:window-width="1034"
+ inkscape:window-height="763"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ fill="#729fcf"
+ stroke="#3465a4"
+ inkscape:showpageshadow="false"
+ showguides="false"
+ inkscape:guide-bbox="true"
+ inkscape:grid-points="true"
+ inkscape:grid-bbox="true"
+ showborder="false"
+ width="32px"
+ height="32px"
+ inkscape:object-paths="false"
+ gridtolerance="10000">
+ <s:guide
+ orientation="vertical"
+ position="24.041631"
+ id="guide2191" />
+ <s:guide
+ orientation="horizontal"
+ position="25.986174"
+ id="guide2203" />
+ </s:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Lapo Calamandrei</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:title />
+ <dc:subject>
+ <rdf:Bag />
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/Notice" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/ShareAlike" />
+ <cc:requires
+ rdf:resource="http://web.resource.org/cc/SourceCode" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline">
+ <g
+ id="g3642"
+ transform="translate(0,-1)">
+ <rect
+ y="10.50224"
+ x="26.500011"
+ height="1.9977611"
+ width="2.0020726"
+ id="rect3632"
+ style="opacity:1;color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="6.5022388"
+ x="26.5"
+ height="1.9977611"
+ width="2.0020726"
+ id="rect3634"
+ style="opacity:1;color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="18.5"
+ x="26.500011"
+ height="1.9977611"
+ width="2.0020726"
+ id="rect3636"
+ style="opacity:1;color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="14.5"
+ x="26.5"
+ height="1.9977611"
+ width="2.0020726"
+ id="rect3638"
+ style="opacity:1;color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="22.502239"
+ x="26.5"
+ height="1.9977611"
+ width="2.0020726"
+ id="rect3640"
+ style="opacity:1;color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <g
+ id="g3649"
+ transform="matrix(0,1,-1,0,30.99776,-1)">
+ <rect
+ y="10.50224"
+ x="26.500011"
+ height="1.9977611"
+ width="2.0020726"
+ id="rect3651"
+ style="opacity:1;color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="6.5022388"
+ x="26.5"
+ height="1.9977611"
+ width="2.0020726"
+ id="rect3653"
+ style="opacity:1;color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="18.5"
+ x="26.500011"
+ height="1.9977611"
+ width="2.0020726"
+ id="rect3655"
+ style="opacity:1;color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="14.5"
+ x="26.5"
+ height="1.9977611"
+ width="2.0020726"
+ id="rect3657"
+ style="opacity:1;color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="22.502239"
+ x="26.5"
+ height="1.9977611"
+ width="2.0020726"
+ id="rect3659"
+ style="opacity:1;color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <g
+ id="g3661"
+ transform="matrix(0,1,-1,0,30.99776,-25)">
+ <rect
+ y="10.50224"
+ x="26.500011"
+ height="1.9977611"
+ width="2.0020726"
+ id="rect3663"
+ style="opacity:1;color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="6.5022388"
+ x="26.5"
+ height="1.9977611"
+ width="2.0020726"
+ id="rect3665"
+ style="opacity:1;color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="18.5"
+ x="26.500011"
+ height="1.9977611"
+ width="2.0020726"
+ id="rect3667"
+ style="opacity:1;color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="14.5"
+ x="26.5"
+ height="1.9977611"
+ width="2.0020726"
+ id="rect3669"
+ style="opacity:1;color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="22.502239"
+ x="26.5"
+ height="1.9977611"
+ width="2.0020726"
+ id="rect3671"
+ style="opacity:1;color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <g
+ id="g3673"
+ transform="translate(-24.00208,-1.00224)"
+ style="fill-opacity:1;stroke:url(#linearGradient3765)">
+ <rect
+ y="10.50224"
+ x="26.500011"
+ height="1.9977611"
+ width="2.0020726"
+ id="rect3675"
+ style="opacity:1;color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3765);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="6.5022388"
+ x="26.5"
+ height="1.9977611"
+ width="2.0020726"
+ id="rect3677"
+ style="opacity:1;color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3765);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="18.5"
+ x="26.500011"
+ height="1.9977611"
+ width="2.0020726"
+ id="rect3679"
+ style="opacity:1;color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3765);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="14.5"
+ x="26.5"
+ height="1.9977611"
+ width="2.0020726"
+ id="rect3681"
+ style="opacity:1;color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3765);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="22.502239"
+ x="26.5"
+ height="1.9977611"
+ width="2.0020726"
+ id="rect3683"
+ style="opacity:1;color:black;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3765);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <rect
+ style="opacity:1;color:black;fill:url(#radialGradient3740);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3757);stroke-width:0.9999997;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="rect1872"
+ width="22.006237"
+ height="22.006237"
+ x="4.4937639"
+ y="3.493762" />
+ <path
+ s:type="arc"
+ style="opacity:0.35;color:black;fill:url(#radialGradient3715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path3707"
+ s:cx="23"
+ s:cy="7"
+ s:rx="1"
+ s:ry="1"
+ d="M 24,7 C 24,7.5522847 23.552285,8 23,8 C 22.447715,8 22,7.5522847 22,7 C 22,6.4477153 22.447715,6 23,6 C 23.552285,6 24,6.4477153 24,7 z "
+ transform="matrix(1.5,0,0,1.5,-11,-4)" />
+ <rect
+ style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3724);stroke-width:0.99999934;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="rect3620"
+ width="19.999857"
+ height="19.999855"
+ x="5.5001426"
+ y="4.5001454" />
+ <path
+ s:type="arc"
+ style="opacity:1;color:black;fill:url(#radialGradient3813);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3825);stroke-width:0.9375;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path3797"
+ s:cx="15.5"
+ s:cy="16"
+ s:rx="7.5"
+ s:ry="7.5"
+ d="M 23,16 C 23,20.142136 19.642136,23.5 15.5,23.5 C 11.357864,23.5 8,20.142136 8,16 C 8,11.857864 11.357864,8.5 15.5,8.5 C 19.642136,8.5 23,11.857864 23,16 L 23,16 z "
+ transform="matrix(1.066667,0,0,1.066667,-1.033333,-2.566667)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.47843137;color:black;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path2879"
+ sodipodi:cx="13.523417"
+ sodipodi:cy="18.531826"
+ sodipodi:rx="0.44194174"
+ sodipodi:ry="0.45299029"
+ d="M 13.965359 18.531826 A 0.44194174 0.45299029 0 1 1 13.081476,18.531826 A 0.44194174 0.45299029 0 1 1 13.965359 18.531826 z"
+ transform="matrix(1.131371,0,0,1.114329,4.199998,-10.14577)" />
+ <g
+ id="g2867">
+ <path
+ transform="matrix(1.15,0,0,1.114329,1.972769,-1.664891)"
+ d="M 13.965359 18.531826 A 0.44194174 0.45299029 0 1 1 13.081476,18.531826 A 0.44194174 0.45299029 0 1 1 13.965359 18.531826 z"
+ sodipodi:ry="0.45299029"
+ sodipodi:rx="0.44194174"
+ sodipodi:cy="18.531826"
+ sodipodi:cx="13.523417"
+ id="path2863"
+ style="opacity:0.18431373;color:black;fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(1.15,0,0,1.114329,-2.060163,-1.645771)"
+ d="M 13.965359 18.531826 A 0.44194174 0.45299029 0 1 1 13.081476,18.531826 A 0.44194174 0.45299029 0 1 1 13.965359 18.531826 z"
+ sodipodi:ry="0.45299029"
+ sodipodi:rx="0.44194174"
+ sodipodi:cy="18.531826"
+ sodipodi:cx="13.523417"
+ id="path2865"
+ style="opacity:0.18431373;color:black;fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ sodipodi:type="arc" />
+ </g>
+ <path
+ style="opacity:1;fill:#c00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000036px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 20,19 L 18,17 C 19,16 19,14 18.976582,10.971629 C 20,12 23,16 20,19 z "
+ id="path3877"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:0.1;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:1.00000036px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 19.742639,10.257365 L 18.328425,11.671579"
+ id="path3873" />
+ <path
+ style="opacity:0.11764706;fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 15.5,14.5 L 21,11 L 17.5,16.5 L 15,17 L 15.5,14.5 z "
+ id="path3831" />
+ <path
+ style="opacity:0.1;fill:#babdb6;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:1.00000036px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 12.671569,17.328435 L 11.257355,18.742649"
+ id="path3875" />
+ <path
+ s:type="arc"
+ style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#d3d7cf;stroke-width:1.07142735;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path3815"
+ s:cx="15.5"
+ s:cy="16"
+ s:rx="7.5"
+ s:ry="7.5"
+ d="M 23,16 C 23,20.142136 19.642136,23.5 15.5,23.5 C 11.357864,23.5 8,20.142136 8,16 C 8,11.857864 11.357864,8.5 15.5,8.5 C 19.642136,8.5 23,11.857864 23,16 L 23,16 z "
+ transform="matrix(0.933334,0,0,0.933334,1.033327,-0.433359)" />
+ <g
+ id="g3859">
+ <path
+ id="path3827"
+ d="M 14.5,13.5 L 20,10 L 16.5,15.5 L 14,16 L 14.5,13.5 z "
+ style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ d="M 16,14.5 C 16,14.776142 15.776142,15 15.5,15 C 15.223858,15 15,14.776142 15,14.5 C 15,14.223858 15.223858,14 15.5,14 C 15.776142,14 16,14.223858 16,14.5 z "
+ s:ry="0.5"
+ s:rx="0.5"
+ s:cy="14.5"
+ s:cx="15.5"
+ id="path3829"
+ style="opacity:1;color:black;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ s:type="arc" />
+ </g>
+ <path
+ style="opacity:0.1;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 15.5,8.5 L 15.5,10.5"
+ id="path3865" />
+ <path
+ style="opacity:0.1;fill:#babdb6;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 11.5,14.5 L 9.5,14.5"
+ id="path3871" />
+ <path
+ style="opacity:0.1;fill:#babdb6;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:1.00000036px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 12.671569,11.671579 L 11.257355,10.257365"
+ id="path3879" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;color:black;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path2859"
+ sodipodi:cx="13.523417"
+ sodipodi:cy="18.531826"
+ sodipodi:rx="0.44194174"
+ sodipodi:ry="0.45299029"
+ d="M 13.965359 18.531826 A 0.44194174 0.45299029 0 1 1 13.081476,18.531826 A 0.44194174 0.45299029 0 1 1 13.965359 18.531826 z"
+ transform="matrix(1.15,0,0,1.114329,-2.060163,-2.145771)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;color:black;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path2861"
+ sodipodi:cx="13.523417"
+ sodipodi:cy="18.531826"
+ sodipodi:rx="0.44194174"
+ sodipodi:ry="0.45299029"
+ d="M 13.965359 18.531826 A 0.44194174 0.45299029 0 1 1 13.081476,18.531826 A 0.44194174 0.45299029 0 1 1 13.965359 18.531826 z"
+ transform="matrix(1.15,0,0,1.114329,1.956303,-2.155331)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.47843137;color:black;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path2871"
+ sodipodi:cx="13.523417"
+ sodipodi:cy="18.531826"
+ sodipodi:rx="0.44194174"
+ sodipodi:ry="0.45299029"
+ d="M 13.965359 18.531826 A 0.44194174 0.45299029 0 1 1 13.081476,18.531826 A 0.44194174 0.45299029 0 1 1 13.965359 18.531826 z"
+ transform="matrix(1.15,0,0,1.114329,-4.043697,-2.155331)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.47843137;color:black;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path2873"
+ sodipodi:cx="13.523417"
+ sodipodi:cy="18.531826"
+ sodipodi:rx="0.44194174"
+ sodipodi:ry="0.45299029"
+ d="M 13.965359 18.531826 A 0.44194174 0.45299029 0 1 1 13.081476,18.531826 A 0.44194174 0.45299029 0 1 1 13.965359 18.531826 z"
+ transform="matrix(1.15,0,0,1.114329,-6.060163,-6.145771)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.47843137;color:black;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path2875"
+ sodipodi:cx="13.523417"
+ sodipodi:cy="18.531826"
+ sodipodi:rx="0.44194174"
+ sodipodi:ry="0.45299029"
+ d="M 13.965359 18.531826 A 0.44194174 0.45299029 0 1 1 13.081476,18.531826 A 0.44194174 0.45299029 0 1 1 13.965359 18.531826 z"
+ transform="matrix(1.131371,0,0,1.114329,-3.799999,-10.15533)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.47843137;color:black;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path2877"
+ sodipodi:cx="13.523417"
+ sodipodi:cy="18.531826"
+ sodipodi:rx="0.44194174"
+ sodipodi:ry="0.45299029"
+ d="M 13.965359 18.531826 A 0.44194174 0.45299029 0 1 1 13.081476,18.531826 A 0.44194174 0.45299029 0 1 1 13.965359 18.531826 z"
+ transform="matrix(1.15,0,0,1.114329,-6.016309e-2,-12.14577)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.55294118;color:black;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path2881"
+ sodipodi:cx="13.523417"
+ sodipodi:cy="18.531826"
+ sodipodi:rx="0.44194174"
+ sodipodi:ry="0.45299029"
+ d="M 13.965359 18.531826 A 0.44194174 0.45299029 0 1 1 13.081476,18.531826 A 0.44194174 0.45299029 0 1 1 13.965359 18.531826 z"
+ transform="matrix(1.131371,0,0,1.114329,6.199998,-6.155331)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.55294118;color:black;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+ id="path2883"
+ sodipodi:cx="13.523417"
+ sodipodi:cy="18.531826"
+ sodipodi:rx="0.44194174"
+ sodipodi:ry="0.45299029"
+ d="M 13.965359 18.531826 A 0.44194174 0.45299029 0 1 1 13.081476,18.531826 A 0.44194174 0.45299029 0 1 1 13.965359 18.531826 z"
+ transform="matrix(1.131371,0,0,1.114329,4.199998,-2.155331)" />
+ </g>
+</svg>