From 809821786a3cbf8dba35f974e1ee4fe5ddbe1e52 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 24 Aug 2007 18:19:58 +0000 Subject: =?UTF-8?q?Change=20jabber=20icon.=20Fixes=20bug=20#466377=20(Bj?= =?UTF-8?q?=C3=B6rn=20Martensen).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2007-08-24 Xavier Claessens * configure.ac: * data/22x22/Makefile.am: * data/22x22/empathy-proto-jabber.svg: * data/22x22/empathy-proto-jabber.png: * data/48x48/Makefile.am: * data/32x32/Makefile.am: * data/32x32/empathy-proto-jabber.svg: * data/32x32/empathy-proto-jabber.png: * data/24x24: * data/24x24/Makefile.am: * data/24x24/empathy-proto-jabber.png: * data/16x16/empathy-proto-jabber.svg: * data/16x16/Makefile.am: * data/16x16/empathy-proto-jabber.png: * data/scalable/empathy-proto-jabber.svg: * data/scalable/Makefile.am: * data/Makefile.am: Change jabber icon. Fixes bug #466377 (Björn Martensen). svn path=/trunk/; revision=267 --- ChangeLog | 21 + configure.ac | 1 + data/16x16/Makefile.am | 5 +- data/16x16/empathy-proto-jabber.png | Bin 722 -> 617 bytes data/16x16/empathy-proto-jabber.svg | 285 +++++++++ data/22x22/Makefile.am | 5 +- data/22x22/empathy-proto-jabber.png | Bin 1108 -> 923 bytes data/22x22/empathy-proto-jabber.svg | 541 ++++++++++++++++ data/24x24/Makefile.am | 5 + data/24x24/empathy-proto-jabber.png | Bin 0 -> 934 bytes data/32x32/Makefile.am | 4 +- data/32x32/empathy-proto-jabber.png | Bin 1838 -> 1473 bytes data/32x32/empathy-proto-jabber.svg | 357 +++++++++++ data/48x48/Makefile.am | 4 +- data/Makefile.am | 2 +- data/scalable/Makefile.am | 2 +- data/scalable/empathy-proto-jabber.svg | 1073 +++++++++++++------------------- 17 files changed, 1665 insertions(+), 640 deletions(-) create mode 100644 data/16x16/empathy-proto-jabber.svg create mode 100644 data/22x22/empathy-proto-jabber.svg create mode 100644 data/24x24/Makefile.am create mode 100644 data/24x24/empathy-proto-jabber.png create mode 100644 data/32x32/empathy-proto-jabber.svg diff --git a/ChangeLog b/ChangeLog index bfb4426fb..bb0e6eb57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2007-08-24 Xavier Claessens + + * configure.ac: + * data/22x22/Makefile.am: + * data/22x22/empathy-proto-jabber.svg: + * data/22x22/empathy-proto-jabber.png: + * data/48x48/Makefile.am: + * data/32x32/Makefile.am: + * data/32x32/empathy-proto-jabber.svg: + * data/32x32/empathy-proto-jabber.png: + * data/24x24: + * data/24x24/Makefile.am: + * data/24x24/empathy-proto-jabber.png: + * data/16x16/empathy-proto-jabber.svg: + * data/16x16/Makefile.am: + * data/16x16/empathy-proto-jabber.png: + * data/scalable/empathy-proto-jabber.svg: + * data/scalable/Makefile.am: + * data/Makefile.am: Change jabber icon. Fixes bug #466377 + (Björn Martensen). + 2007-08-23 Xavier Claessens * libempathy-gtk/empathy-account-widget-salut.glade: diff --git a/configure.ac b/configure.ac index 9bc30b4ea..a89c5a247 100644 --- a/configure.ac +++ b/configure.ac @@ -192,6 +192,7 @@ AC_OUTPUT([ data/empathy.desktop.in data/16x16/Makefile data/22x22/Makefile + data/24x24/Makefile data/32x32/Makefile data/48x48/Makefile data/scalable/Makefile diff --git a/data/16x16/Makefile.am b/data/16x16/Makefile.am index 23bcdf927..68823014a 100644 --- a/data/16x16/Makefile.am +++ b/data/16x16/Makefile.am @@ -15,7 +15,8 @@ icon_DATA = \ empathy-proto-msn.png \ empathy-proto-gizmo.png \ empathy-proto-irc.png \ - empathy-proto-jabber.png \ + empathy-proto-jabber.png \ empathy-proto-salut.png -EXTRA_DIST = $(icon_DATA) +EXTRA_DIST = $(icon_DATA) \ + empathy-proto-jabber.svg diff --git a/data/16x16/empathy-proto-jabber.png b/data/16x16/empathy-proto-jabber.png index d31b8ba28..542cd7293 100644 Binary files a/data/16x16/empathy-proto-jabber.png and b/data/16x16/empathy-proto-jabber.png differ diff --git a/data/16x16/empathy-proto-jabber.svg b/data/16x16/empathy-proto-jabber.svg new file mode 100644 index 000000000..33cc3429e --- /dev/null +++ b/data/16x16/empathy-proto-jabber.svg @@ -0,0 +1,285 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/data/22x22/Makefile.am b/data/22x22/Makefile.am index 450851c12..37467bde9 100644 --- a/data/22x22/Makefile.am +++ b/data/22x22/Makefile.am @@ -8,7 +8,8 @@ icon_DATA = \ empathy-proto-msn.png \ empathy-proto-gizmo.png \ empathy-proto-irc.png \ - empathy-proto-jabber.png \ + empathy-proto-jabber.png \ empathy-proto-salut.png -EXTRA_DIST = $(icon_DATA) +EXTRA_DIST = $(icon_DATA) \ + empathy-proto-jabber.svg diff --git a/data/22x22/empathy-proto-jabber.png b/data/22x22/empathy-proto-jabber.png index c4453549a..6f3d30934 100644 Binary files a/data/22x22/empathy-proto-jabber.png and b/data/22x22/empathy-proto-jabber.png differ diff --git a/data/22x22/empathy-proto-jabber.svg b/data/22x22/empathy-proto-jabber.svg new file mode 100644 index 000000000..a00d82301 --- /dev/null +++ b/data/22x22/empathy-proto-jabber.svg @@ -0,0 +1,541 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/24x24/Makefile.am b/data/24x24/Makefile.am new file mode 100644 index 000000000..c0a44da40 --- /dev/null +++ b/data/24x24/Makefile.am @@ -0,0 +1,5 @@ +icondir = $(datadir)/icons/hicolor/24x24/apps +icon_DATA = \ + empathy-proto-jabber.png + +EXTRA_DIST = $(icon_DATA) diff --git a/data/24x24/empathy-proto-jabber.png b/data/24x24/empathy-proto-jabber.png new file mode 100644 index 000000000..0629c95fc Binary files /dev/null and b/data/24x24/empathy-proto-jabber.png differ diff --git a/data/32x32/Makefile.am b/data/32x32/Makefile.am index 111173e86..c54874268 100644 --- a/data/32x32/Makefile.am +++ b/data/32x32/Makefile.am @@ -7,4 +7,6 @@ icon_DATA = \ empathy-proto-gizmo.png \ empathy-proto-irc.png \ empathy-proto-jabber.png -EXTRA_DIST = $(icon_DATA) + +EXTRA_DIST = $(icon_DATA) \ + empathy-proto-jabber.svg diff --git a/data/32x32/empathy-proto-jabber.png b/data/32x32/empathy-proto-jabber.png index b0d03f456..d43a374ce 100644 Binary files a/data/32x32/empathy-proto-jabber.png and b/data/32x32/empathy-proto-jabber.png differ diff --git a/data/32x32/empathy-proto-jabber.svg b/data/32x32/empathy-proto-jabber.svg new file mode 100644 index 000000000..2039bf299 --- /dev/null +++ b/data/32x32/empathy-proto-jabber.svg @@ -0,0 +1,357 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/48x48/Makefile.am b/data/48x48/Makefile.am index 5c37938a0..994c71096 100644 --- a/data/48x48/Makefile.am +++ b/data/48x48/Makefile.am @@ -1,4 +1,6 @@ icondir = $(datadir)/icons/hicolor/48x48/apps icon_DATA = \ - empathy.png + empathy.png \ + empathy-proto-jabber.png + EXTRA_DIST = $(icon_DATA) diff --git a/data/Makefile.am b/data/Makefile.am index 128f8aa64..cddd3a39b 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = 16x16 22x22 32x32 48x48 scalable +SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable profiledir = $(datadir)/mission-control/profiles profile_DATA = \ diff --git a/data/scalable/Makefile.am b/data/scalable/Makefile.am index 3146c20f6..cb7998eb0 100644 --- a/data/scalable/Makefile.am +++ b/data/scalable/Makefile.am @@ -12,7 +12,7 @@ icon_DATA = \ empathy-proto-msn.svg \ empathy-proto-gizmo.svg \ empathy-proto-irc.svg \ - empathy-proto-jabber.svg \ + empathy-proto-jabber.svg \ empathy-proto-salut.svg EXTRA_DIST = $(icon_DATA) diff --git a/data/scalable/empathy-proto-jabber.svg b/data/scalable/empathy-proto-jabber.svg index 5a0c644f7..a0a9eb866 100644 --- a/data/scalable/empathy-proto-jabber.svg +++ b/data/scalable/empathy-proto-jabber.svg @@ -7,817 +7,626 @@ 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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="48" height="48" - id="svg1871" + id="svg2" sodipodi:version="0.32" - inkscape:version="0.43" - sodipodi:docbase="/home/vinicius/tango-icon-theme-code/protocols/scalable" + inkscape:version="0.45.1" + sodipodi:docbase="/home/baze/Desktop/jabber/scalable" sodipodi:docname="jabber.svg" version="1.0" - inkscape:export-filename="/home/vinicius/tango-icon-theme-code/protocols/48x48/jabber.png" + inkscape:export-filename="/home/baze/Desktop/jabber/scalable/jabber.png" inkscape:export-xdpi="90" - inkscape:export-ydpi="90"> + inkscape:export-ydpi="90" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> - - - - - - - - - - - - + id="defs4"> + id="linearGradient6156"> + id="stop6158" /> - - - - - - - - + id="stop6160" /> - - - - + id="linearGradient6339"> + id="stop6341" /> + id="stop6343" /> + id="linearGradient6305"> + style="stop-color:#cc0000;stop-opacity:0;" /> - + style="stop-color:#cc0000;stop-opacity:0.61176473;" /> + id="linearGradient1311"> + id="stop1313" /> - - - - - - - - - - - - - - - - + id="stop1315" /> - - - + xlink:href="#linearGradient1311" + id="linearGradient5100" + gradientUnits="userSpaceOnUse" + x1="27.943266" + y1="1.5" + x2="27.943266" + y2="25.500046" /> - - - - - - - + xlink:href="#linearGradient6305" + id="linearGradient5121" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.8271607,0,0,0.4916824,67.476312,197.10085)" + x1="274.33041" + y1="394.74817" + x2="279.77005" + y2="394.74817" /> - - - - - - - + xlink:href="#linearGradient1311" + id="linearGradient5125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.7618383,0,0,0.6527934,502.60091,134.89766)" + x1="278.50909" + y1="391.67624" + x2="273.50909" + y2="391.73898" /> - - - - + xlink:href="#linearGradient6305" + id="linearGradient5128" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.8271607,0,0,0.4916824,68.20175,195.70886)" + x1="273.4534" + y1="397.57925" + x2="278.89304" + y2="397.57925" /> - + + xlink:href="#linearGradient1311" + id="linearGradient5134" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.7618383,0,0,0.6527934,502.60091,133.41933)" + x1="278.50909" + y1="391.67624" + x2="273.50909" + y2="391.73898" /> + gradientTransform="matrix(-0.7618383,0,0,0.6527934,502.60091,133.33292)" + x1="278.50909" + y1="391.67624" + x2="273.50909" + y2="391.73898" /> + gradientTransform="matrix(0.8271607,0,0,0.4916824,68.201735,195.89128)" + x1="273.4534" + y1="397.20825" + x2="278.89304" + y2="397.20825" /> + gradientTransform="matrix(0.8271607,0,0,0.4916824,68.201735,195.90514)" + x1="273.4534" + y1="397.18005" + x2="278.89304" + y2="397.18005" /> + gradientTransform="matrix(0.8271607,0,0,0.4916824,68.201764,196.05741)" + x1="273.45337" + y1="396.87036" + x2="278.89301" + y2="396.87036" /> - + + gradientTransform="matrix(1.4184829,0,0,1.4000056,-75.308126,-131.49921)" + x1="262.54434" + y1="363.74292" + x2="256.31683" + y2="368.26056" /> + xlink:href="#linearGradient6156" + id="radialGradient6162" + cx="13.992072" + cy="29.030083" + fx="13.992072" + fy="29.030083" + r="6.9228339" + gradientTransform="matrix(1,0,0,0.2960725,0,20.435073)" + gradientUnits="userSpaceOnUse" /> + + + + gradientTransform="matrix(1,0,0,0.2960725,0,20.435073)" + cx="13.992072" + cy="29.030083" + fx="13.992072" + fy="29.030083" + r="6.9228339" /> + gradientTransform="matrix(1.4184829,0,0,1.4000056,-75.308126,-131.49921)" + x1="262.54434" + y1="363.74292" + x2="256.31683" + y2="368.26056" /> + gradientTransform="matrix(0.8923776,0,0,0.9986827,270.78512,364.22471)" + x1="28.032001" + y1="3.8257253" + x2="28.032001" + y2="29.140774" /> + x1="27.943266" + y1="1.5" + x2="27.943266" + y2="25.500046" /> + gradientTransform="matrix(0.8271607,0,0,0.4916824,68.201764,196.05741)" + x1="273.45337" + y1="396.87036" + x2="278.89301" + y2="396.87036" /> - + + gradientTransform="matrix(0.8271607,0,0,0.4916824,68.201735,195.89128)" + x1="273.4534" + y1="397.20825" + x2="278.89304" + y2="397.20825" /> - + - + - + - + - + - + + gradientTransform="matrix(1.2619512,0,0,0.7413853,-43.834448,110.10038)" + x1="274.33041" + y1="394.74817" + x2="279.77005" + y2="394.74817" /> + gradientTransform="matrix(-1.1622926,0,0,0.9843171,618.12748,16.198336)" + x1="278.50909" + y1="391.67624" + x2="273.50909" + y2="391.73898" /> + gradientTransform="matrix(1.2619512,0,0,0.7413853,-42.834449,108.10035)" + x1="273.4534" + y1="397.57925" + x2="278.89304" + y2="397.57925" /> + gradientTransform="matrix(-1.1622926,0,0,0.9843171,618.12748,14.198414)" + x1="278.50909" + y1="391.67624" + x2="273.50909" + y2="391.73898" /> + gradientTransform="matrix(-1.1622926,0,0,0.9843171,618.12748,14.16705)" + x1="278.50909" + y1="391.67624" + x2="273.50909" + y2="391.73898" /> + gradientTransform="matrix(-1.1622926,0,0,0.9843171,618.12748,14.135677)" + x1="278.50909" + y1="391.67624" + x2="273.50909" + y2="391.73898" /> + gradientTransform="matrix(1.2619512,0,0,0.7413853,-42.834472,108.47434)" + x1="273.4534" + y1="397.20825" + x2="278.89304" + y2="397.20825" /> + gradientTransform="matrix(1.2619512,0,0,0.7413853,-42.834472,108.59416)" + x1="273.4534" + y1="397.18005" + x2="278.89304" + y2="397.18005" /> + gradientTransform="matrix(1.2619512,0,0,0.7413853,-42.834428,108.92266)" + x1="273.45337" + y1="396.87036" + x2="278.89301" + y2="396.87036" /> + gradientTransform="matrix(1.4173051,0,0,1.5768665,263.83554,361.89844)" + x1="28.032001" + y1="3.8257253" + x2="28.032001" + y2="29.140774" /> + gradientTransform="matrix(2.1640972,0,0,2.1331674,-262.6967,-392.68034)" + x1="262.54434" + y1="363.74292" + x2="256.31683" + y2="368.26056" /> + x1="27.943266" + y1="1.5" + x2="27.943266" + y2="25.500046" /> + xlink:href="#linearGradient6156" + id="radialGradient6290" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.2960725,0,20.435073)" + cx="13.992072" + cy="29.030083" + fx="13.992072" + fy="29.030083" + r="6.9228339" /> + + inkscape:guide-bbox="true"> + + + id="metadata7"> image/svg+xml - Jabber Protocol - 2006-12-08 - - - Vinicius Scopel Depizzol - - - vdepizzol@gmail.com - - - - Jabber protocol - lamp - - - - - - - - - - + id="layer5" + inkscape:label="Layer1" + style="display:inline" + transform="translate(-278.49946,-366.7429)"> + style="opacity:0.2;fill:url(#radialGradient6290);fill-opacity:1;stroke:none;stroke-width:16.60000038;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6184)" + id="path5161" + sodipodi:cx="13.992072" + sodipodi:cy="29.030083" + sodipodi:rx="6.9228339" + sodipodi:ry="2.0496609" + d="M 20.914906 29.030083 A 6.9228339 2.0496609 0 1 1 7.0692382,29.030083 A 6.9228339 2.0496609 0 1 1 20.914906 29.030083 z" + transform="matrix(1.3000458,0,0,1.4636583,283.30913,369.25278)" /> + style="fill:#555753;fill-rule:evenodd;stroke:#2f312e;stroke-width:1.00000036px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 296.11675,408.3226 C 297.0139,407.8359 305.98507,407.8359 306.88215,408.3226 C 307.7793,408.80934 303.29371,411.24291 301.49948,411.24291 C 299.70529,411.24291 295.21967,408.80934 296.11675,408.3226 z " + id="path5592" + sodipodi:nodetypes="czzz" /> + style="fill:#edd400;fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + d="M 294.55231,397.1754 C 293.58927,397.59612 292.99947,398.09958 292.99947,398.65147 C 292.99947,399.024 294.45661,399.3503 294.92021,399.67061 C 294.45661,399.99097 292.99947,400.3524 292.99947,400.72498 C 292.99947,401.09749 294.45661,401.42381 294.92021,401.74412 C 294.45661,402.06445 292.99947,402.42593 292.99947,402.79846 C 292.99947,403.17099 294.45661,403.53243 294.92021,403.85278 C 294.45661,404.17311 292.99947,404.49942 292.99947,404.87198 C 292.99947,405.3804 294.70453,405.87718 295.53321,406.27775 C 295.36596,406.49377 294.31722,406.50981 294.31722,406.74421 C 294.31722,408.17684 297.39386,408.88494 301.49946,408.88494 C 305.60498,408.88494 308.79106,408.17684 308.79106,406.74421 C 308.79106,406.50981 307.73306,406.49377 307.56586,406.27775 C 308.39448,405.87718 309.99948,405.3804 309.99948,404.87198 C 309.99948,404.49942 308.60152,404.17311 308.13795,403.85278 C 308.60152,403.53243 309.99948,403.17099 309.99948,402.79846 C 309.99948,402.42593 308.60152,402.06445 308.13795,401.74412 C 308.60152,401.42381 309.99948,401.09749 309.99948,400.72498 C 309.99948,400.3524 308.60152,399.99097 308.13795,399.67061 C 308.60152,399.3503 309.99948,399.024 309.99948,398.65147 C 309.99948,398.10561 309.4314,397.59351 308.48744,397.1754 C 306.69453,398.16654 304.04176,398.49379 301.58831,398.55875 C 299.15979,398.62304 296.91696,398.33866 294.55231,397.1754 z " + id="path5590" + sodipodi:nodetypes="cscscscscssscscscscscsc" /> + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6283);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" + d="M 315.99092,380.18994 C 315.99092,387.67268 310.43033,391.38117 307.59632,396.93814 C 306.63787,398.81727 303.69021,399.2429 301.44323,399.2429 C 299.18267,399.2429 296.34335,398.83222 295.38594,396.93814 C 292.58466,391.39636 287.00372,388.41334 287.00372,380.18994 C 287.00372,371.96654 293.82138,367.24551 301.49763,367.24551 C 309.16091,367.24551 315.99092,372.70717 315.99092,380.18994 z " + id="path4659" + sodipodi:nodetypes="cssszsz" /> - - - + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6280);stroke-width:1.00000095;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" + d="M 288.07066,381.20002 C 288.3095,388.08935 295.41504,392.41305 296.77687,397.23419 C 299.93024,398.67946 303.14035,398.5193 306.18423,397.08848 C 309.47478,390.95505 314.30064,387.09849 314.98118,381.05927 C 315.41813,373.11194 307.93381,368.24291 301.93649,368.24291 C 293.56935,368.24291 287.25346,373.68738 288.07066,381.20002 z " + id="path5564" + sodipodi:nodetypes="ccccsc" /> + style="fill:url(#linearGradient6288);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.3233397;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" + id="path5556" + sodipodi:cx="26.5" + sodipodi:cy="13.5" + sodipodi:rx="11.5" + sodipodi:ry="11.5" + d="M 38 13.5 A 11.5 11.5 0 1 1 15,13.5 A 11.5 11.5 0 1 1 38 13.5 z" + transform="matrix(0.7826087,0,0,0.3913042,280.76033,368.96029)" /> + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6276);stroke-width:1.00000072px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="M 302.95166,398.98428 C 306.73753,398.98428 307.99946,398.2429 307.99946,398.2429" + id="path6619" + sodipodi:nodetypes="cc" /> + style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6273);stroke-width:1.00000072px;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;enable-background:accumulate" + d="M 303.43041,400.87994 C 306.8572,400.87994 307.99946,400.2429 307.99946,400.2429" + id="path6621" + sodipodi:nodetypes="cc" /> + style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6270);stroke-width:1.00000072px;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;enable-background:accumulate" + d="M 303.43041,402.9843 C 306.8572,402.9843 307.99946,402.2429 307.99946,402.2429" + id="path6623" + sodipodi:nodetypes="cc" /> + style="opacity:0.80349342;fill:none;fill-rule:evenodd;stroke:url(#linearGradient6267);stroke-width:1.00000048px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" + d="M 299.64862,399.2429 C 296.16175,399.2429 294.99946,398.25859 294.99946,398.25859" + id="path6652" + sodipodi:nodetypes="cc" /> + style="opacity:0.80349342;fill:none;fill-rule:evenodd;stroke:url(#linearGradient6264);stroke-width:1.00000048px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="M 299.64862,401.2429 C 296.16175,401.2429 294.99946,400.25859 294.99946,400.25859" + id="path6654" + sodipodi:nodetypes="cc" /> + style="opacity:0.80349342;fill:none;fill-rule:evenodd;stroke:url(#linearGradient6261);stroke-width:1.00000048px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="M 299.64862,403.2429 C 296.16175,403.2429 294.99946,402.25859 294.99946,402.25859" + id="path6656" + sodipodi:nodetypes="cc" /> + style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6258);stroke-width:1.00000072px;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;enable-background:accumulate" + d="M 303.43041,404.83446 C 306.8572,404.83446 307.99946,404.2429 307.99946,404.2429" + id="path6695" + sodipodi:nodetypes="cc" /> + style="opacity:0.80349342;fill:none;fill-rule:evenodd;stroke:url(#linearGradient6255);stroke-width:1.00000048px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="M 299.64862,405.2429 C 296.16175,405.2429 294.99946,404.25859 294.99946,404.25859" + id="path6708" + sodipodi:nodetypes="cc" /> + style="fill:#fed12d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="M 292.49946,378.7429 L 297.0611,394.715 L 297.03628,382.82739 L 306.06504,382.82739 L 305.98222,394.7429 L 310.49946,378.7429 L 306.63651,380.79208 L 296.33848,380.79208 L 292.49946,378.7429 z " + id="path6155" + sodipodi:nodetypes="ccccccccc" /> + + style="opacity:0.80349342;fill:none;fill-rule:evenodd;stroke:url(#linearGradient6294);stroke-width:1.00000048px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" + d="M 300.64862,407.2429 C 297.16175,407.2429 295.99946,406.25859 295.99946,406.25859" + id="path6292" + sodipodi:nodetypes="cc" /> -- cgit v1.2.3