summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-12-05 12:23:17 +0100
committerraveit65 <[email protected]>2019-12-05 12:23:17 +0100
commit1da313a7f16dee2558557a756c90b1b687bb2f03 (patch)
treea148de80b61ae05bac5404038bb47b0c724dafda
parentf1039358820632df1245f07790e38c7349c9adc7 (diff)
downloadmate-settings-daemon-1da313a7f16dee2558557a756c90b1b687bb2f03.tar.bz2
mate-settings-daemon-1da313a7f16dee2558557a756c90b1b687bb2f03.tar.xz
xrandr: add bigger icon sizes for tray-applet
-rw-r--r--plugins/xrandr/Makefile.am12
-rw-r--r--plugins/xrandr/msd-xrandr-16.pngbin613 -> 875 bytes
-rw-r--r--plugins/xrandr/msd-xrandr-22.pngbin866 -> 1242 bytes
-rw-r--r--plugins/xrandr/msd-xrandr-24.pngbin909 -> 1354 bytes
-rw-r--r--plugins/xrandr/msd-xrandr-32.pngbin1602 -> 1887 bytes
-rw-r--r--plugins/xrandr/msd-xrandr-48.pngbin0 -> 3049 bytes
-rw-r--r--plugins/xrandr/msd-xrandr-64.pngbin0 -> 4273 bytes
-rw-r--r--plugins/xrandr/msd-xrandr-96.pngbin0 -> 6937 bytes
-rw-r--r--plugins/xrandr/msd-xrandr.svg345
9 files changed, 195 insertions, 162 deletions
diff --git a/plugins/xrandr/Makefile.am b/plugins/xrandr/Makefile.am
index 16c67ca..d92f25f 100644
--- a/plugins/xrandr/Makefile.am
+++ b/plugins/xrandr/Makefile.am
@@ -9,6 +9,9 @@ ICON_FILES = \
msd-xrandr-22.png \
msd-xrandr-24.png \
msd-xrandr-32.png \
+ msd-xrandr-48.png \
+ msd-xrandr-64.png \
+ msd-xrandr-96.png \
msd-xrandr.svg
install-data-local:
@@ -17,11 +20,17 @@ install-data-local:
$(mkinstalldirs) $(DESTDIR)$(icondir)/22x22/$(context)
$(mkinstalldirs) $(DESTDIR)$(icondir)/24x24/$(context)
$(mkinstalldirs) $(DESTDIR)$(icondir)/32x32/$(context)
+ $(mkinstalldirs) $(DESTDIR)$(icondir)/48x48/$(context)
+ $(mkinstalldirs) $(DESTDIR)$(icondir)/64x64/$(context)
+ $(mkinstalldirs) $(DESTDIR)$(icondir)/96x96/$(context)
$(mkinstalldirs) $(DESTDIR)$(icondir)/scalable/$(context)
$(INSTALL_DATA) $(srcdir)/msd-xrandr-16.png $(DESTDIR)$(icondir)/16x16/$(context)/msd-xrandr.png
$(INSTALL_DATA) $(srcdir)/msd-xrandr-22.png $(DESTDIR)$(icondir)/22x22/$(context)/msd-xrandr.png
$(INSTALL_DATA) $(srcdir)/msd-xrandr-24.png $(DESTDIR)$(icondir)/24x24/$(context)/msd-xrandr.png
$(INSTALL_DATA) $(srcdir)/msd-xrandr-32.png $(DESTDIR)$(icondir)/32x32/$(context)/msd-xrandr.png
+ $(INSTALL_DATA) $(srcdir)/msd-xrandr-48.png $(DESTDIR)$(icondir)/48x48/$(context)/msd-xrandr.png
+ $(INSTALL_DATA) $(srcdir)/msd-xrandr-64.png $(DESTDIR)$(icondir)/64x64/$(context)/msd-xrandr.png
+ $(INSTALL_DATA) $(srcdir)/msd-xrandr-96.png $(DESTDIR)$(icondir)/96x96/$(context)/msd-xrandr.png
$(INSTALL_DATA) $(srcdir)/msd-xrandr.svg $(DESTDIR)$(icondir)/scalable/$(context)/msd-xrandr.svg
uninstall-local:
@@ -29,6 +38,9 @@ uninstall-local:
rm -f $(DESTDIR)$(icondir)/22x22/$(context)/msd-xrandr.png
rm -f $(DESTDIR)$(icondir)/24x24/$(context)/msd-xrandr.png
rm -f $(DESTDIR)$(icondir)/32x32/$(context)/msd-xrandr.png
+ rm -f $(DESTDIR)$(icondir)/48x48/$(context)/msd-xrandr.png
+ rm -f $(DESTDIR)$(icondir)/64x64/$(context)/msd-xrandr.png
+ rm -f $(DESTDIR)$(icondir)/96x96/$(context)/msd-xrandr.png
rm -f $(DESTDIR)$(icondir)/scalable/$(context)/msd-xrandr.svg
plugin_LTLIBRARIES = \
diff --git a/plugins/xrandr/msd-xrandr-16.png b/plugins/xrandr/msd-xrandr-16.png
index f996ddf..adb9e36 100644
--- a/plugins/xrandr/msd-xrandr-16.png
+++ b/plugins/xrandr/msd-xrandr-16.png
Binary files differ
diff --git a/plugins/xrandr/msd-xrandr-22.png b/plugins/xrandr/msd-xrandr-22.png
index cc47eec..a90f71b 100644
--- a/plugins/xrandr/msd-xrandr-22.png
+++ b/plugins/xrandr/msd-xrandr-22.png
Binary files differ
diff --git a/plugins/xrandr/msd-xrandr-24.png b/plugins/xrandr/msd-xrandr-24.png
index 49b4e12..6d66034 100644
--- a/plugins/xrandr/msd-xrandr-24.png
+++ b/plugins/xrandr/msd-xrandr-24.png
Binary files differ
diff --git a/plugins/xrandr/msd-xrandr-32.png b/plugins/xrandr/msd-xrandr-32.png
index 95de3ea..d0fd058 100644
--- a/plugins/xrandr/msd-xrandr-32.png
+++ b/plugins/xrandr/msd-xrandr-32.png
Binary files differ
diff --git a/plugins/xrandr/msd-xrandr-48.png b/plugins/xrandr/msd-xrandr-48.png
new file mode 100644
index 0000000..ff2e1c7
--- /dev/null
+++ b/plugins/xrandr/msd-xrandr-48.png
Binary files differ
diff --git a/plugins/xrandr/msd-xrandr-64.png b/plugins/xrandr/msd-xrandr-64.png
new file mode 100644
index 0000000..ebde0b6
--- /dev/null
+++ b/plugins/xrandr/msd-xrandr-64.png
Binary files differ
diff --git a/plugins/xrandr/msd-xrandr-96.png b/plugins/xrandr/msd-xrandr-96.png
new file mode 100644
index 0000000..fab9dcd
--- /dev/null
+++ b/plugins/xrandr/msd-xrandr-96.png
Binary files differ
diff --git a/plugins/xrandr/msd-xrandr.svg b/plugins/xrandr/msd-xrandr.svg
index 0679b6b..87ce536 100644
--- a/plugins/xrandr/msd-xrandr.svg
+++ b/plugins/xrandr/msd-xrandr.svg
@@ -1,23 +1,24 @@
<?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://web.resource.org/cc/"
+ xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="48.000000px"
- height="48.000000px"
+ width="128"
+ height="128"
id="svg3304"
sodipodi:version="0.32"
- inkscape:version="0.44+devel"
- sodipodi:docbase="/home/jimmac/gfx/ximian/art/icons/control-center/scalable"
- sodipodi:docname="change-resolution.svg"
+ inkscape:version="0.92.4 (unknown)"
+ sodipodi:docname="msd-xrandr.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
- sodipodi:modified="true">
+ sodipodi:modified="true"
+ version="1.1">
<defs
id="defs3306">
<linearGradient
@@ -227,7 +228,7 @@
xlink:href="#linearGradient6240"
id="linearGradient4778"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(7.843e-3,0.7954955)"
+ gradientTransform="translate(0.007843,0.7954955)"
x1="20.156862"
y1="5.0996137"
x2="20.156862"
@@ -240,22 +241,23 @@
borderopacity="1.0000000"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
- inkscape:zoom="1"
- inkscape:cx="39.697787"
- inkscape:cy="26.598514"
+ inkscape:zoom="5.6568542"
+ inkscape:cx="77.858376"
+ inkscape:cy="41.598514"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
showborder="true"
- inkscape:window-width="923"
- inkscape:window-height="937"
- inkscape:window-x="2004"
- inkscape:window-y="169"
+ inkscape:window-width="2509"
+ inkscape:window-height="1738"
+ inkscape:window-x="556"
+ inkscape:window-y="140"
showguides="true"
inkscape:guide-bbox="true"
- inkscape:grid-points="true" />
+ inkscape:grid-points="true"
+ inkscape:window-maximized="0" />
<metadata
id="metadata3309">
<rdf:RDF>
@@ -285,7 +287,7 @@
Luca Ferretti &lt;[email protected]&gt;</dc:title>
</cc:Agent>
</dc:contributor>
- <dc:date></dc:date>
+ <dc:date />
<dc:source>http://www.gnome.org</dc:source>
</cc:Work>
<cc:License
@@ -308,162 +310,181 @@ Luca Ferretti &lt;[email protected]&gt;</dc:title>
<g
id="layer1"
inkscape:label="Layer 1"
- inkscape:groupmode="layer">
+ inkscape:groupmode="layer"
+ transform="translate(0,80)">
<g
- id="g2822"
- style="opacity:0.3"
- transform="matrix(0.9308511,0,0,1.037397,1.6941489,-1.795056)">
- <rect
- transform="scale(-1,-1)"
- y="-48"
- x="-11"
- height="8"
- width="10"
- id="rect1892"
- style="opacity:1;color:#000000;fill:url(#radialGradient2827);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <rect
- y="40"
- x="38"
- height="8"
- width="10"
- id="rect2789"
- style="opacity:1;color:#000000;fill:url(#radialGradient2829);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- <rect
- y="40"
- x="11"
- height="8"
- width="27"
- id="rect2793"
- style="opacity:1;color:#000000;fill:url(#linearGradient2831);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
- </g>
- <rect
- style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- id="rect4784"
- width="48"
- height="48"
- x="0"
- y="0.79549509" />
- <path
- style="opacity:1;color:#000000;fill:url(#linearGradient5223);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:butt;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"
- d="M 14.375479,36.328843 C 14.375479,36.328843 15.592355,41.263443 10.51915,41.309767 C 8.0888743,41.331672 8.5866723,45.344918 8.5866723,45.344918 L 39.433139,45.313545 C 39.433139,45.313545 39.851577,41.418182 37.410922,41.372513 C 32.423455,41.280374 33.600393,36.266098 33.600393,36.266098 L 14.375479,36.328843 z "
- id="path9222"
- sodipodi:nodetypes="csccscc" />
- <path
- style="fill:url(#linearGradient5147);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
- d="M 4.8886262,4.2739318 L 43.01746,4.2739318 C 45.042579,4.2739318 46.518438,5.7015863 46.518438,7.9000726 L 46.529388,34.103908 C 46.529388,35.795975 46.001041,36.319137 44.494732,36.319137 L 3.5320635,36.300202 C 2.3527922,36.271409 1.513468,35.805541 1.4976345,34.280899 L 1.5128113,7.7123281 C 1.5128113,5.9385022 3.0522187,4.2739318 4.8886262,4.2739318 z "
- id="rect5040"
- sodipodi:nodetypes="ccccccccc" />
- <rect
- style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- id="rect9208"
- width="37.00032"
- height="22.996691"
- x="5.5059438"
- y="8.2973185" />
- <path
- sodipodi:type="inkscape:offset"
- inkscape:radius="-0.875"
- inkscape:original="M 4.875 4.28125 C 3.0385925 4.28125 1.5 5.9449242 1.5 7.71875 L 1.5 34.28125 C 1.5158335 35.805892 2.3519787 36.283708 3.53125 36.3125 L 44.5 36.3125 C 46.006309 36.3125 46.53125 35.785816 46.53125 34.09375 L 46.53125 7.90625 C 46.53125 5.7077637 45.056369 4.2812498 43.03125 4.28125 L 4.875 4.28125 z "
- xlink:href="#rect5040"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
- id="path5145"
- inkscape:href="#rect5040"
- d="M 4.875,5.0625 C 3.5670573,5.0625 2.375,6.3571498 2.375,7.625 L 2.375,34.1875 C 2.3812657,34.79084 2.515801,34.970853 2.65625,35.09375 C 2.796699,35.216647 3.0858905,35.332113 3.5625,35.34375 L 44.5,35.34375 C 45.151173,35.34375 45.356981,35.24273 45.4375,35.15625 C 45.518019,35.06977 45.65625,34.755549 45.65625,34 L 45.65625,7.8125 C 45.65625,6.0053499 44.645463,5.0624999 43.03125,5.0625 L 4.875,5.0625 z " />
- <path
- style="opacity:0.6;fill:url(#linearGradient11406);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 13.992156,36.834708 C 14.075817,39.007257 13.708803,39.746151 12.358532,40.509939 L 35.973934,41.807257 C 35.024915,40.638629 33.644523,38.873923 34.020993,36.819022 L 13.992156,36.834708 z "
- id="path10672"
- sodipodi:nodetypes="ccccc" />
- <path
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438"
- d="M 9.9921262,42.291555 C 16.698819,42.293524 37.78891,42.291555 37.78891,42.291555"
- id="path6575"
- sodipodi:nodetypes="cc" />
- <path
- sodipodi:nodetypes="cc"
- id="path8029"
- d="M 9.647928,43.299429 C 16.354621,43.301398 38.367789,43.299429 38.367789,43.299429"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- style="opacity:0.4;fill:url(#linearGradient4778);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 6.031372,8.8268676 L 6.031372,26.834708 C 22.475817,25.480459 28.630065,16.722289 41.999999,15.807256 L 42,8.7954956 L 6.031372,8.8268676 z "
- id="path4073"
- sodipodi:nodetypes="ccccc" />
- <g
- id="g4754"
- transform="translate(-46.77135,-7.3370294)">
+ id="g100"
+ transform="matrix(2.6666587,0,0,2.6666587,0.12519204,-80.521133)">
<g
- transform="matrix(0.916667,0,0,0.714282,49.771334,11.132681)"
+ transform="matrix(0.9308511,0,0,1.037397,1.6941489,-1.795056)"
style="opacity:0.3"
- id="g22150">
+ id="g2822">
<rect
- style="opacity:1;fill:url(#radialGradient4770);fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1"
- id="rect22120"
- width="4"
- height="7"
- x="0"
- y="35" />
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#radialGradient2827);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000052;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+ id="rect1892"
+ width="10"
+ height="8"
+ x="-11"
+ y="-48"
+ transform="scale(-1)" />
<rect
- style="opacity:1;fill:url(#radialGradient4772);fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1"
- id="rect22134"
- width="4"
- height="7"
- x="-48"
- y="-42"
- transform="scale(-1,-1)" />
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#radialGradient2829);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000052;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+ id="rect2789"
+ width="10"
+ height="8"
+ x="38"
+ y="40" />
<rect
- style="opacity:1;fill:url(#linearGradient4774);fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1"
- id="rect22138"
- width="40"
- height="7"
- x="4"
- y="35" />
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient2831);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000052;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+ id="rect2793"
+ width="27"
+ height="8"
+ x="11"
+ y="40" />
</g>
+ <rect
+ y="0.79549509"
+ x="0"
+ height="48"
+ width="48"
+ id="rect4784"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csccscc"
+ id="path9222"
+ d="m 14.375479,36.328843 c 0,0 1.216876,4.9346 -3.856329,4.980924 -2.4302757,0.0219 -1.9324777,4.035151 -1.9324777,4.035151 l 30.8464667,-0.03137 c 0,0 0.418438,-3.895363 -2.022217,-3.941032 -4.987467,-0.09214 -3.810529,-5.106415 -3.810529,-5.106415 z"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5223);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccc"
+ id="rect5040"
+ d="M 4.8886262,4.2739318 H 43.01746 c 2.025119,0 3.500978,1.4276545 3.500978,3.6261408 l 0.01095,26.2038354 c 0,1.692067 -0.528347,2.215229 -2.034656,2.215229 L 3.5320635,36.300202 C 2.3527922,36.271409 1.513468,35.805541 1.4976345,34.280899 L 1.5128113,7.7123281 c 0,-1.7738259 1.5394074,-3.4383963 3.3758149,-3.4383963 z"
+ style="fill:url(#linearGradient5147);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
+ <rect
+ y="8.2973185"
+ x="5.5059438"
+ height="22.996691"
+ width="37.00032"
+ id="rect9208"
+ style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ d="m 4.8886719,5.1484375 c -1.3073224,0 -2.5,1.2966026 -2.5,2.5644531 L 2.3730469,34.271484 c 0.00626,0.602943 0.1382004,0.797516 0.2773437,0.917969 0.1391434,0.120454 0.4228271,0.22462 0.9023438,0.236328 l 40.9414066,0.01758 c 0.651929,0 0.862707,-0.109199 0.943359,-0.195312 0.08065,-0.08611 0.216797,-0.389657 0.216797,-1.144531 L 45.642578,7.9003906 c 0,-1.8071501 -1.011349,-2.7519531 -2.625,-2.7519531 z"
+ inkscape:href="#rect5040"
+ id="path5145"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+ xlink:href="#rect5040"
+ inkscape:original="M 4.8886719 4.2734375 C 3.0522644 4.2734375 1.5136719 5.9390647 1.5136719 7.7128906 L 1.4980469 34.28125 C 1.5138804 35.805892 2.3519787 36.271988 3.53125 36.300781 L 44.494141 36.318359 C 46.00045 36.318359 46.529297 35.795583 46.529297 34.103516 L 46.517578 7.9003906 C 46.517578 5.7019043 45.042697 4.2734375 43.017578 4.2734375 L 4.8886719 4.2734375 z "
+ inkscape:radius="-0.875"
+ sodipodi:type="inkscape:offset" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ id="path10672"
+ d="m 13.992156,36.834708 c 0.08366,2.172549 -0.283353,2.911443 -1.633624,3.675231 l 23.615402,1.297318 c -0.949019,-1.168628 -2.329411,-2.933334 -1.952941,-4.988235 z"
+ style="opacity:0.6;fill:url(#linearGradient11406);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ id="path6575"
+ d="m 9.9921262,42.291555 c 6.7066928,0.002 27.7967838,0 27.7967838,0"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#8d8d8f;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.43902438" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 9.647928,43.299429 c 6.706693,0.002 28.719861,0 28.719861,0"
+ id="path8029"
+ sodipodi:nodetypes="cc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ id="path4073"
+ d="M 6.031372,8.8268676 V 26.834708 C 22.475817,25.480459 28.630065,16.722289 41.999999,15.807256 L 42,8.7954956 Z"
+ style="opacity:0.4;fill:url(#linearGradient4778);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
- id="g4743">
+ transform="translate(-46.77135,-7.3370294)"
+ id="g4754">
<g
- id="g10824"
- transform="translate(-5.228666,-6.29601)">
- <path
- id="path4319"
- d="M 57.5,14.928571 L 57.5,44.928571 L 96.5,44.928571 L 57.5,14.928571 z M 63.5,27.928571 L 78.5,38.928571 L 63.5,38.928571 L 63.5,27.928571 z "
- style="fill:url(#linearGradient4776);fill-opacity:1;fill-rule:evenodd;stroke:#a38503;stroke-width:1.00000024px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="cc"
- id="path4326"
- d="M 61.5,44.928571 L 61.5,41.928571"
- style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#a38503;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="cc"
- id="path4328"
- d="M 67.5,44.928571 L 67.5,41.928571"
- style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#a38503;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="cc"
- id="path4330"
- d="M 73.5,44.928571 L 73.5,41.964285"
- style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#a38503;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="cc"
- id="path4332"
- d="M 79.5,44.928571 L 79.5,41.928571"
- style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#a38503;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="cc"
- id="path4334"
- d="M 85.5,44.928571 L 85.5,41.928571"
- style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#a38503;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
+ id="g22150"
+ style="opacity:0.3"
+ transform="matrix(0.916667,0,0,0.714282,49.771334,11.132681)">
+ <rect
+ y="35"
+ x="0"
+ height="7"
+ width="4"
+ id="rect22120"
+ style="opacity:1;fill:url(#radialGradient4770);fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:1.20000052;stroke-opacity:1" />
+ <rect
+ transform="scale(-1)"
+ y="-42"
+ x="-48"
+ height="7"
+ width="4"
+ id="rect22134"
+ style="opacity:1;fill:url(#radialGradient4772);fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:1.20000052;stroke-opacity:1" />
+ <rect
+ y="35"
+ x="4"
+ height="7"
+ width="40"
+ id="rect22138"
+ style="opacity:1;fill:url(#linearGradient4774);fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:1.20000052;stroke-opacity:1" />
+ </g>
+ <g
+ id="g4743">
+ <g
+ transform="translate(-5.228666,-6.29601)"
+ id="g10824">
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient4776);fill-opacity:1;fill-rule:evenodd;stroke:#a38503;stroke-width:1.00000024px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 57.5,14.928571 v 30 h 39 z m 6,13 15,11 h -15 z"
+ id="path4319" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#a38503;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 61.5,44.928571 v -3"
+ id="path4326"
+ sodipodi:nodetypes="cc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#a38503;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 67.5,44.928571 v -3"
+ id="path4328"
+ sodipodi:nodetypes="cc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#a38503;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 73.5,44.928571 V 41.964285"
+ id="path4330"
+ sodipodi:nodetypes="cc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#a38503;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 79.5,44.928571 v -3"
+ id="path4332"
+ sodipodi:nodetypes="cc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#a38503;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 85.5,44.928571 v -3"
+ id="path4334"
+ sodipodi:nodetypes="cc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.4;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000006px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 58.500002,16.928575 V 43.928586 H 93.500014 Z"
+ id="path6126" />
+ </g>
<path
- id="path6126"
- d="M 58.500002,16.928575 L 58.500002,43.928586 L 93.500014,43.928586 L 58.500002,16.928575 z "
- style="opacity:0.4;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.0000006px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ inkscape:connector-curvature="0"
+ transform="translate(47.771334,-4.867439)"
+ sodipodi:nodetypes="cccc"
+ id="path12221"
+ d="M 9.5017474,38.542446 9.4575532,24.532894 28.541592,38.563262 Z"
+ style="opacity:0.4;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
- <path
- style="opacity:0.4;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 9.5017474,38.542446 L 9.4575532,24.532894 L 28.541592,38.563262 L 9.5017474,38.542446 z "
- id="path12221"
- sodipodi:nodetypes="cccc"
- transform="translate(47.771334,-4.867439)" />
</g>
</g>
</g>