summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/VolumesClient.java4
-rw-r--r--src/com.gluster.storage.management.gui/icons/tango/16x16/pause.pngbin658 -> 729 bytes
-rw-r--r--src/com.gluster.storage.management.gui/icons/tango/16x16/running-task.pngbin734 -> 858 bytes
-rw-r--r--src/com.gluster.storage.management.gui/icons/tango/16x16/start.pngbin716 -> 734 bytes
-rw-r--r--src/com.gluster.storage.management.gui/icons/tango/16x16/stop.pngbin635 -> 690 bytes
-rw-r--r--src/com.gluster.storage.management.gui/icons/tango/16x16/task-completed.pngbin748 -> 767 bytes
-rw-r--r--src/com.gluster.storage.management.gui/icons/tango/16x16/task-error.pngbin760 -> 768 bytes
-rw-r--r--src/com.gluster.storage.management.gui/icons/tango/scalable/running_task.svg1498
-rw-r--r--src/com.gluster.storage.management.gui/icons/tango/scalable/task_paused.svg812
-rw-r--r--src/com.gluster.storage.management.gui/icons/tango/scalable/task_running.svg1500
-rw-r--r--src/com.gluster.storage.management.gui/icons/tango/scalable/task_status_completed.svg1692
-rw-r--r--src/com.gluster.storage.management.gui/icons/tango/scalable/task_status_error.svg2061
-rw-r--r--src/com.gluster.storage.management.gui/icons/tango/scalable/task_stopped.svg1737
-rw-r--r--src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/IImageKeys.java1
-rw-r--r--src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/TasksTableLabelProvider.java2
-rw-r--r--src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/DeleteVolumeAction.java2
-rw-r--r--src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/CreateVolumePage1.java2
17 files changed, 3966 insertions, 5345 deletions
diff --git a/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/VolumesClient.java b/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/VolumesClient.java
index fb254d26..3b506f2a 100644
--- a/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/VolumesClient.java
+++ b/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/VolumesClient.java
@@ -82,7 +82,9 @@ public class VolumesClient extends AbstractClient {
form.add(FORM_PARAM_BRICKS, StringUtil.collectionToString(volume.getBricks(), ","));
form.add(FORM_PARAM_ACCESS_PROTOCOLS, StringUtil.collectionToString(volume.getNASProtocols(), ","));
form.add(FORM_PARAM_VOLUME_OPTIONS, StringUtil.collectionToString(volume.getOptions().getOptions(), ","));
- form.add(FORM_PARAM_CIFS_USERS, StringUtil.collectionToString(volume.getCifsUsers(), ","));
+ if (volume.isCifsEnable()) {
+ form.add(FORM_PARAM_CIFS_USERS, StringUtil.collectionToString(volume.getCifsUsers(), ","));
+ }
postRequest(form);
}
diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/pause.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/pause.png
index e1bd14d9..04923149 100644
--- a/src/com.gluster.storage.management.gui/icons/tango/16x16/pause.png
+++ b/src/com.gluster.storage.management.gui/icons/tango/16x16/pause.png
Binary files differ
diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/running-task.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/running-task.png
index 48967253..ad679b8b 100644
--- a/src/com.gluster.storage.management.gui/icons/tango/16x16/running-task.png
+++ b/src/com.gluster.storage.management.gui/icons/tango/16x16/running-task.png
Binary files differ
diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/start.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/start.png
index 2d6c7ab9..d4413259 100644
--- a/src/com.gluster.storage.management.gui/icons/tango/16x16/start.png
+++ b/src/com.gluster.storage.management.gui/icons/tango/16x16/start.png
Binary files differ
diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/stop.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/stop.png
index 78c4433d..8f591c63 100644
--- a/src/com.gluster.storage.management.gui/icons/tango/16x16/stop.png
+++ b/src/com.gluster.storage.management.gui/icons/tango/16x16/stop.png
Binary files differ
diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/task-completed.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/task-completed.png
index b71b825e..5de2361a 100644
--- a/src/com.gluster.storage.management.gui/icons/tango/16x16/task-completed.png
+++ b/src/com.gluster.storage.management.gui/icons/tango/16x16/task-completed.png
Binary files differ
diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/task-error.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/task-error.png
index 0488fd0d..1fc66ad2 100644
--- a/src/com.gluster.storage.management.gui/icons/tango/16x16/task-error.png
+++ b/src/com.gluster.storage.management.gui/icons/tango/16x16/task-error.png
Binary files differ
diff --git a/src/com.gluster.storage.management.gui/icons/tango/scalable/running_task.svg b/src/com.gluster.storage.management.gui/icons/tango/scalable/running_task.svg
new file mode 100644
index 00000000..d9cf0582
--- /dev/null
+++ b/src/com.gluster.storage.management.gui/icons/tango/scalable/running_task.svg
@@ -0,0 +1,1498 @@
+<?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: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="48px"
+ height="48px"
+ id="svg12360"
+ sodipodi:version="0.32"
+ inkscape:version="0.48.1 "
+ sodipodi:docname="task_stopped.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.1">
+ <defs
+ id="defs12362">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective80" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5031"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5060">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop5062" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5064" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5029"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop5050" />
+ <stop
+ id="stop5056"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5052" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient5027"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2259">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2261" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2263" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2239">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2241" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2243" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2224">
+ <stop
+ style="stop-color:#7c7c7c;stop-opacity:1;"
+ offset="0"
+ id="stop2226" />
+ <stop
+ style="stop-color:#b8b8b8;stop-opacity:1;"
+ offset="1"
+ id="stop2228" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient15234">
+ <stop
+ style="stop-color:#97978a;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop15236" />
+ <stop
+ id="stop15242"
+ offset="0.50000000"
+ style="stop-color:#c2c2b9;stop-opacity:1.0000000;" />
+ <stop
+ style="stop-color:#7d7d6f;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop15238" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient15218">
+ <stop
+ style="stop-color:#f0f0ef;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop15220" />
+ <stop
+ id="stop2269"
+ offset="0.15436138"
+ style="stop-color:#e8e8e8;stop-opacity:1;" />
+ <stop
+ id="stop2267"
+ offset="0.82758623"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#d8d8d3;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop15222" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient14484">
+ <stop
+ style="stop-color:#c68827;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop14486" />
+ <stop
+ style="stop-color:#89601f;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop14488" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13746">
+ <stop
+ style="stop-color:#646459;stop-opacity:1;"
+ offset="0"
+ id="stop13748" />
+ <stop
+ style="stop-color:#646459;stop-opacity:0;"
+ offset="1"
+ id="stop13750" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13746"
+ id="radialGradient13752"
+ cx="24.647722"
+ cy="45.272587"
+ fx="24.647722"
+ fy="45.272587"
+ r="21.011173"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.110577,4.987330e-17,40.26648)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14484"
+ id="linearGradient14490"
+ x1="6.1071744"
+ y1="10.451290"
+ x2="33.857143"
+ y2="37.879860"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79396428,0,0,0.79396428,0.10692945,9.8750001)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15218"
+ id="linearGradient15224"
+ x1="22.308331"
+ y1="18.992140"
+ x2="43.967285"
+ y2="49.452568"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.84612615,0,0,0.78411516,-1.1351793,9.9344464)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15234"
+ id="linearGradient15240"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.464211"
+ y2="9.3233509"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.83575221,0,0,0.79396428,-1.313849,9.8750001)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2239"
+ id="linearGradient2245"
+ x1="25.682829"
+ y1="12.172059"
+ x2="25.692169"
+ y2="-0.20294096"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79396428,0,0,0.79396428,0.10692945,9.8750001)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2259"
+ id="linearGradient2265"
+ x1="26.076092"
+ y1="26.696676"
+ x2="30.811172"
+ y2="42.007351"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79396428,0,0,0.79396428,0.10692945,9.8750001)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15234"
+ id="linearGradient2283"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.42774269,0,0,0.40635568,8.6823787,9.4124052)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.404572"
+ y2="6.481061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15234"
+ id="linearGradient2287"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79811035,0,0,0.70180724,-0.39161898,10.544908)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.464211"
+ y2="9.3233509" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3892-7"
+ id="linearGradient6804"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3379015,0,0,1.3379015,-570.79911,-780.96842)"
+ x1="429.15128"
+ y1="599.56494"
+ x2="433.13641"
+ y2="610.92285" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3892-7">
+ <stop
+ style="stop-color:#fffff8;stop-opacity:1;"
+ offset="0"
+ id="stop3894-4" />
+ <stop
+ style="stop-color:#fffff8;stop-opacity:0;"
+ offset="1"
+ id="stop3896-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9161">
+ <stop
+ id="stop9163"
+ offset="0"
+ style="stop-color:#e70707;stop-opacity:1" />
+ <stop
+ id="stop9165"
+ offset="1"
+ style="stop-color:#de6161;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9141"
+ id="linearGradient13788"
+ gradientUnits="userSpaceOnUse"
+ x1="159.25"
+ y1="18.296875"
+ x2="159.8125"
+ y2="47.546875" />
+ <linearGradient
+ id="linearGradient9141">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop9143" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop9145" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2817">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2819" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.48453608;"
+ offset="1"
+ id="stop2821" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2679">
+ <stop
+ id="stop2681"
+ offset="0"
+ style="stop-color:#74a2d6;stop-opacity:1" />
+ <stop
+ id="stop2683"
+ offset="1"
+ style="stop-color:#2a5285;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11001">
+ <stop
+ style="stop-color:#3a71b6;stop-opacity:1"
+ offset="0"
+ id="stop11003" />
+ <stop
+ style="stop-color:#203f66;stop-opacity:1"
+ offset="1"
+ id="stop11005" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient20988">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop20990" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.48453608;"
+ offset="1"
+ id="stop20992" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient11007">
+ <stop
+ style="stop-color:#8ab9ed;stop-opacity:1"
+ offset="0"
+ id="stop11009" />
+ <stop
+ style="stop-color:#2a5285;stop-opacity:1"
+ offset="1"
+ id="stop11011" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2697">
+ <stop
+ id="stop2699"
+ offset="0"
+ style="stop-color:#3364a1;stop-opacity:1" />
+ <stop
+ id="stop2701"
+ offset="1"
+ style="stop-color:#203f66;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2684">
+ <stop
+ id="stop2686"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop2688"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9056">
+ <stop
+ style="stop-color:#6acd11;stop-opacity:1"
+ offset="0"
+ id="stop9058" />
+ <stop
+ style="stop-color:#4cbe01;stop-opacity:1"
+ offset="1"
+ id="stop9060" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient9050">
+ <stop
+ id="stop9052"
+ offset="0"
+ style="stop-color:#428405;stop-opacity:1" />
+ <stop
+ id="stop9054"
+ offset="1"
+ style="stop-color:#356804;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2817-4">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2819-6" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.48453608;"
+ offset="1"
+ id="stop2821-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13364">
+ <stop
+ style="stop-color:#f10a0a;stop-opacity:1"
+ offset="0"
+ id="stop13366" />
+ <stop
+ style="stop-color:#cd0101;stop-opacity:1"
+ offset="1"
+ id="stop13368" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13358">
+ <stop
+ style="stop-color:#bd0000;stop-opacity:1"
+ offset="0"
+ id="stop13360" />
+ <stop
+ style="stop-color:#970000;stop-opacity:1"
+ offset="1"
+ id="stop13362" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2684-8"
+ id="linearGradient8265"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.128181,0,0,1.128181,-108.08145,-78.763896)"
+ x1="70.913956"
+ y1="101.74152"
+ x2="70.951942"
+ y2="88.923729" />
+ <linearGradient
+ id="linearGradient2684-8">
+ <stop
+ id="stop2686-5"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop2688-1"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:1;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9056-0"
+ id="radialGradient8267"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.05324342,-0.836238,2.019473,0.128568,-206.0078,112.67299)"
+ cx="107.5884"
+ cy="83.990814"
+ fx="107.5884"
+ fy="83.990814"
+ r="12.551644" />
+ <linearGradient
+ id="linearGradient9056-0">
+ <stop
+ style="stop-color:#6acd11;stop-opacity:1"
+ offset="0"
+ id="stop9058-6" />
+ <stop
+ style="stop-color:#4cbe01;stop-opacity:1"
+ offset="1"
+ id="stop9060-1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9050-8"
+ id="linearGradient8269"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-99.088729,-66.498056)"
+ x1="71.288956"
+ y1="124.11652"
+ x2="70.826942"
+ y2="95" />
+ <linearGradient
+ id="linearGradient9050-8">
+ <stop
+ id="stop9052-1"
+ offset="0"
+ style="stop-color:#428405;stop-opacity:1" />
+ <stop
+ id="stop9054-8"
+ offset="1"
+ style="stop-color:#356804;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient42670"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient42672"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient42674"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14484"
+ id="linearGradient42676"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79396428,0,0,0.79396428,0.10692945,9.8750001)"
+ x1="6.1071744"
+ y1="10.451290"
+ x2="33.857143"
+ y2="37.879860" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15218"
+ id="linearGradient42678"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.84612615,0,0,0.78411516,-1.1351793,9.9344464)"
+ x1="22.308331"
+ y1="18.992140"
+ x2="43.967285"
+ y2="49.452568" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2259"
+ id="linearGradient42680"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79396428,0,0,0.79396428,0.10692945,9.8750001)"
+ x1="26.076092"
+ y1="26.696676"
+ x2="30.811172"
+ y2="42.007351" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15234"
+ id="linearGradient42682"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.83575221,0,0,0.79396428,-1.313849,9.8750001)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.464211"
+ y2="9.3233509" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15234"
+ id="linearGradient42684"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.42774269,0,0,0.40635568,8.6823787,9.4124052)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.404572"
+ y2="6.481061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15234"
+ id="linearGradient42686"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79811035,0,0,0.70180724,-0.39161898,10.544908)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.464211"
+ y2="9.3233509" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2239"
+ id="linearGradient42688"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79396428,0,0,0.79396428,0.10692945,9.8750001)"
+ x1="25.682829"
+ y1="12.172059"
+ x2="25.692169"
+ y2="-0.20294096" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient42876"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient42878"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient42880"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14484"
+ id="linearGradient42882"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79396428,0,0,0.79396428,0.10692945,9.8750001)"
+ x1="6.1071744"
+ y1="10.451290"
+ x2="33.857143"
+ y2="37.879860" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15218"
+ id="linearGradient42884"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.84612615,0,0,0.78411516,-1.1351793,9.9344464)"
+ x1="22.308331"
+ y1="18.992140"
+ x2="43.967285"
+ y2="49.452568" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2259"
+ id="linearGradient42886"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79396428,0,0,0.79396428,0.10692945,9.8750001)"
+ x1="26.076092"
+ y1="26.696676"
+ x2="30.811172"
+ y2="42.007351" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15234"
+ id="linearGradient42888"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.83575221,0,0,0.79396428,-1.313849,9.8750001)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.464211"
+ y2="9.3233509" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15234"
+ id="linearGradient42890"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.42774269,0,0,0.40635568,8.6823787,9.4124052)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.404572"
+ y2="6.481061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15234"
+ id="linearGradient42892"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79811035,0,0,0.70180724,-0.39161898,10.544908)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.464211"
+ y2="9.3233509" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2239"
+ id="linearGradient42894"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79396428,0,0,0.79396428,0.10692945,9.8750001)"
+ x1="25.682829"
+ y1="12.172059"
+ x2="25.692169"
+ y2="-0.20294096" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient43000"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient43002"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient43004"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14484"
+ id="linearGradient43006"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79396428,0,0,0.79396428,0.10692945,9.8750001)"
+ x1="6.1071744"
+ y1="10.451290"
+ x2="33.857143"
+ y2="37.879860" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15218"
+ id="linearGradient43008"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.84612615,0,0,0.78411516,-1.1351793,9.9344464)"
+ x1="22.308331"
+ y1="18.992140"
+ x2="43.967285"
+ y2="49.452568" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2259"
+ id="linearGradient43010"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79396428,0,0,0.79396428,0.10692945,9.8750001)"
+ x1="26.076092"
+ y1="26.696676"
+ x2="30.811172"
+ y2="42.007351" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15234"
+ id="linearGradient43012"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.83575221,0,0,0.79396428,-1.313849,9.8750001)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.464211"
+ y2="9.3233509" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15234"
+ id="linearGradient43014"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.42774269,0,0,0.40635568,8.6823787,9.4124052)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.404572"
+ y2="6.481061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15234"
+ id="linearGradient43016"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79811035,0,0,0.70180724,-0.39161898,10.544908)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.464211"
+ y2="9.3233509" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2239"
+ id="linearGradient43018"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79396428,0,0,0.79396428,0.10692945,9.8750001)"
+ x1="25.682829"
+ y1="12.172059"
+ x2="25.692169"
+ y2="-0.20294096" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient43020"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient43022"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient43024"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14484"
+ id="linearGradient43026"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79396428,0,0,0.79396428,0.10692945,9.8750001)"
+ x1="6.1071744"
+ y1="10.451290"
+ x2="33.857143"
+ y2="37.879860" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15218"
+ id="linearGradient43028"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.84612615,0,0,0.78411516,-1.1351793,9.9344464)"
+ x1="22.308331"
+ y1="18.992140"
+ x2="43.967285"
+ y2="49.452568" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2259"
+ id="linearGradient43030"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79396428,0,0,0.79396428,0.10692945,9.8750001)"
+ x1="26.076092"
+ y1="26.696676"
+ x2="30.811172"
+ y2="42.007351" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15234"
+ id="linearGradient43032"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.83575221,0,0,0.79396428,-1.313849,9.8750001)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.464211"
+ y2="9.3233509" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15234"
+ id="linearGradient43034"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.42774269,0,0,0.40635568,8.6823787,9.4124052)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.404572"
+ y2="6.481061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15234"
+ id="linearGradient43036"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79811035,0,0,0.70180724,-0.39161898,10.544908)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.464211"
+ y2="9.3233509" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2239"
+ id="linearGradient43038"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.79396428,0,0,0.79396428,0.10692945,9.8750001)"
+ x1="25.682829"
+ y1="12.172059"
+ x2="25.692169"
+ y2="-0.20294096" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.15294118"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="11.727368"
+ inkscape:cy="11.620789"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1600"
+ inkscape:window-height="838"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:showpageshadow="false"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata12365">
+ <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>
+ <dc:date>2005-10-10</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>edit</rdf:li>
+ <rdf:li>paste</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ transform="translate(9.8415291,-10.5625)"
+ id="g42958">
+ <g
+ transform="matrix(0.01846138,0,0,0.01179627,35.681507,44.063411)"
+ id="g42960"
+ style="display:inline">
+ <rect
+ style="opacity:0.40206185;color:#000000;fill:url(#linearGradient43000);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="rect42962"
+ width="1339.6335"
+ height="478.35718"
+ x="-1559.2523"
+ y="-150.69685" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.40206185;color:#000000;fill:url(#radialGradient43002);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z"
+ id="path42964"
+ sodipodi:nodetypes="cccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc"
+ id="path42966"
+ d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z"
+ style="opacity:0.40206185;color:#000000;fill:url(#radialGradient43004);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <rect
+ ry="1.1019719"
+ rx="1.1019725"
+ y="13.44784"
+ x="3.651438"
+ height="32.588612"
+ width="30.992937"
+ id="rect42968"
+ style="fill:url(#linearGradient43006);fill-opacity:1;fill-rule:evenodd;stroke:#714c16;stroke-width:0.79396409;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ ry="0.44978738"
+ rx="0.44978738"
+ y="15.059202"
+ x="6.8812881"
+ height="28.564205"
+ width="24.574432"
+ id="rect42970"
+ style="fill:url(#linearGradient43008);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.79396445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ ry="0.7811619"
+ rx="0.7811619"
+ y="9.875"
+ x="14.398286"
+ height="3.1758571"
+ width="9.5275707"
+ id="rect42972"
+ style="fill:#5c5c5c;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <rect
+ ry="0"
+ rx="0"
+ y="15.803202"
+ x="7.6631994"
+ height="27.027151"
+ width="23.036196"
+ id="rect42974"
+ style="fill:none;stroke:url(#linearGradient43010);stroke-width:0.79396468;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ ry="0.38014889"
+ rx="0.38014889"
+ y="14.186844"
+ x="4.4255729"
+ height="31.038435"
+ width="29.444685"
+ id="rect42976"
+ style="fill:none;stroke:#c68827;stroke-width:0.79396409;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ style="opacity:0.10795456;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.79396433;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="rect42978"
+ width="15.04354"
+ height="5.5577502"
+ x="11.850842"
+ y="13.425824"
+ rx="1.1019729"
+ ry="1.1019719" />
+ <rect
+ style="fill:url(#linearGradient43012);fill-opacity:1;fill-rule:evenodd;stroke:#5c5c5c;stroke-width:0.79396433;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="rect42980"
+ width="15.04354"
+ height="5.5577502"
+ x="11.64031"
+ y="12.653874"
+ rx="1.1019729"
+ ry="1.1019719" />
+ <rect
+ style="fill:url(#linearGradient43014);fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="rect42982"
+ width="7.6993699"
+ height="2.8444886"
+ x="15.312396"
+ y="10.834648"
+ rx="0.25838482"
+ ry="0.25838482" />
+ <rect
+ ry="0.80423528"
+ rx="0.80423528"
+ y="13.001234"
+ x="11.979089"
+ height="4.9126539"
+ width="14.365984"
+ id="rect42984"
+ style="fill:url(#linearGradient43016);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path42986"
+ d="m 15.564421,11.041135 c -0.0017,0.0017 0.0014,0.02285 0,0.02481 -9.29e-4,0.0022 -0.02432,-0.0024 -0.02481,0 l 0,2.282647 c 0,0.0051 0.02296,0.0204 0.02481,0.02482 0.002,0.0014 -0.0022,0.02388 0,0.02481 l -2.803686,0 c -0.0141,0 -0.0359,-0.0014 -0.04963,0 -0.02702,0.0041 -0.07427,0.01571 -0.09925,0.02481 -0.1097,0.04625 -0.212522,0.158015 -0.248113,0.272925 -0.0083,0.03258 0,0.08881 0,0.124057 l 0,3.299914 c 0,0.0141 -0.0014,0.0359 0,0.04962 0.0041,0.02702 0.01571,0.07427 0.02481,0.09925 0.0077,0.01828 0.01463,0.05764 0.02481,0.07443 0.0037,0.0054 0.02091,0.01959 0.02481,0.02482 0.01657,0.0201 0.05434,0.05786 0.07443,0.07443 0.01045,0.0078 0.03843,0.01803 0.04963,0.02482 0.01155,0.0062 0.03744,0.01967 0.04962,0.02481 0.02497,0.0091 0.07223,0.02071 0.09925,0.02481 0.01372,0.0014 0.03552,0 0.04963,0 l 12.802673,0 c 0.0141,0 0.0359,0.0014 0.04963,0 0.02702,-0.0041 0.07427,-0.01571 0.09925,-0.02481 0.01219,-0.0052 0.03808,-0.01855 0.04963,-0.02481 0.0112,-0.0068 0.03918,-0.017 0.04962,-0.02482 0.0201,-0.01657 0.05786,-0.05434 0.07443,-0.07443 0.0039,-0.0052 0.02116,-0.0194 0.02482,-0.02482 0.01013,-0.01679 0.01711,-0.05615 0.02481,-0.07443 0.0091,-0.02497 0.02071,-0.07223 0.02481,-0.09925 0.0014,-0.01372 0,-0.03552 0,-0.04962 l 0,-3.299914 c 0,-0.03525 0.0083,-0.09148 0,-0.124057 -0.03559,-0.11491 -0.138414,-0.22668 -0.248114,-0.272925 -0.02497,-0.0091 -0.07223,-0.02071 -0.09925,-0.02481 -0.01372,-0.0014 -0.03552,0 -0.04963,0 l -2.803685,0 c 0.0022,-9.29e-4 -0.002,-0.0235 0,-0.02481 0.0019,-0.0044 0.02481,-0.01972 0.02481,-0.02482 l 0,-2.282647 c -4.89e-4,-0.0024 -0.02389,0.0022 -0.02481,0 -0.0014,-0.002 0.0017,-0.02315 0,-0.02481 -0.0022,-9.29e-4 -0.02241,4.89e-4 -0.02482,0 l -7.145677,0 c -0.0024,4.89e-4 -0.02261,-9.29e-4 -0.02482,0 z"
+ style="opacity:0.31681818;fill:none;stroke:url(#linearGradient43018);stroke-width:0.79396421;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ y="21.784464"
+ x="11.222428"
+ height="1.5879285"
+ width="16.67325"
+ id="rect42988"
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="rect42990"
+ width="15.879285"
+ height="1.5879285"
+ x="11.222428"
+ y="24.960321" />
+ <rect
+ y="28.136177"
+ x="11.222428"
+ height="1.5879285"
+ width="14.291357"
+ id="rect42992"
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="rect42994"
+ width="16.67325"
+ height="1.5879285"
+ x="11.222428"
+ y="31.312037" />
+ <rect
+ y="34.487892"
+ x="11.222428"
+ height="1.5879285"
+ width="10.321535"
+ id="rect42996"
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="37.911861"
+ x="11.222428"
+ height="1.5879285"
+ width="15.928908"
+ id="rect42998"
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <g
+ id="g42628"
+ transform="translate(5.0290291,-4.75)">
+ <g
+ style="display:inline"
+ id="g42630"
+ transform="matrix(0.01846138,0,0,0.01179627,35.681507,44.063411)">
+ <rect
+ y="-150.69685"
+ x="-1559.2523"
+ height="478.35718"
+ width="1339.6335"
+ id="rect42632"
+ style="opacity:0.40206185;color:#000000;fill:url(#linearGradient43020);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path42634"
+ d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z"
+ style="opacity:0.40206185;color:#000000;fill:url(#radialGradient43022);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ inkscape:connector-curvature="0" />
+ <path
+ style="opacity:0.40206185;color:#000000;fill:url(#radialGradient43024);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z"
+ id="path42636"
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0" />
+ </g>
+ <rect
+ style="fill:url(#linearGradient43026);fill-opacity:1;fill-rule:evenodd;stroke:#714c16;stroke-width:0.79396409;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="rect42638"
+ width="30.992937"
+ height="32.588612"
+ x="3.651438"
+ y="13.44784"
+ rx="1.1019725"
+ ry="1.1019719" />
+ <rect
+ style="fill:url(#linearGradient43028);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.79396445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="rect42640"
+ width="24.574432"
+ height="28.564205"
+ x="6.8812881"
+ y="15.059202"
+ rx="0.44978738"
+ ry="0.44978738" />
+ <rect
+ style="fill:#5c5c5c;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="rect42642"
+ width="9.5275707"
+ height="3.1758571"
+ x="14.398286"
+ y="9.875"
+ rx="0.7811619"
+ ry="0.7811619" />
+ <rect
+ style="fill:none;stroke:url(#linearGradient43030);stroke-width:0.79396468;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="rect42644"
+ width="23.036196"
+ height="27.027151"
+ x="7.6631994"
+ y="15.803202"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:none;stroke:#c68827;stroke-width:0.79396409;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="rect42646"
+ width="29.444685"
+ height="31.038435"
+ x="4.4255729"
+ y="14.186844"
+ rx="0.38014889"
+ ry="0.38014889" />
+ <rect
+ ry="1.1019719"
+ rx="1.1019729"
+ y="13.425824"
+ x="11.850842"
+ height="5.5577502"
+ width="15.04354"
+ id="rect42648"
+ style="opacity:0.10795456;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.79396433;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ ry="1.1019719"
+ rx="1.1019729"
+ y="12.653874"
+ x="11.64031"
+ height="5.5577502"
+ width="15.04354"
+ id="rect42650"
+ style="fill:url(#linearGradient43032);fill-opacity:1;fill-rule:evenodd;stroke:#5c5c5c;stroke-width:0.79396433;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ ry="0.25838482"
+ rx="0.25838482"
+ y="10.834648"
+ x="15.312396"
+ height="2.8444886"
+ width="7.6993699"
+ id="rect42652"
+ style="fill:url(#linearGradient43034);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <rect
+ style="fill:url(#linearGradient43036);fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="rect42654"
+ width="14.365984"
+ height="4.9126539"
+ x="11.979089"
+ y="13.001234"
+ rx="0.80423528"
+ ry="0.80423528" />
+ <path
+ style="opacity:0.31681818;fill:none;stroke:url(#linearGradient43038);stroke-width:0.79396421;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 15.564421,11.041135 c -0.0017,0.0017 0.0014,0.02285 0,0.02481 -9.29e-4,0.0022 -0.02432,-0.0024 -0.02481,0 l 0,2.282647 c 0,0.0051 0.02296,0.0204 0.02481,0.02482 0.002,0.0014 -0.0022,0.02388 0,0.02481 l -2.803686,0 c -0.0141,0 -0.0359,-0.0014 -0.04963,0 -0.02702,0.0041 -0.07427,0.01571 -0.09925,0.02481 -0.1097,0.04625 -0.212522,0.158015 -0.248113,0.272925 -0.0083,0.03258 0,0.08881 0,0.124057 l 0,3.299914 c 0,0.0141 -0.0014,0.0359 0,0.04962 0.0041,0.02702 0.01571,0.07427 0.02481,0.09925 0.0077,0.01828 0.01463,0.05764 0.02481,0.07443 0.0037,0.0054 0.02091,0.01959 0.02481,0.02482 0.01657,0.0201 0.05434,0.05786 0.07443,0.07443 0.01045,0.0078 0.03843,0.01803 0.04963,0.02482 0.01155,0.0062 0.03744,0.01967 0.04962,0.02481 0.02497,0.0091 0.07223,0.02071 0.09925,0.02481 0.01372,0.0014 0.03552,0 0.04963,0 l 12.802673,0 c 0.0141,0 0.0359,0.0014 0.04963,0 0.02702,-0.0041 0.07427,-0.01571 0.09925,-0.02481 0.01219,-0.0052 0.03808,-0.01855 0.04963,-0.02481 0.0112,-0.0068 0.03918,-0.017 0.04962,-0.02482 0.0201,-0.01657 0.05786,-0.05434 0.07443,-0.07443 0.0039,-0.0052 0.02116,-0.0194 0.02482,-0.02482 0.01013,-0.01679 0.01711,-0.05615 0.02481,-0.07443 0.0091,-0.02497 0.02071,-0.07223 0.02481,-0.09925 0.0014,-0.01372 0,-0.03552 0,-0.04962 l 0,-3.299914 c 0,-0.03525 0.0083,-0.09148 0,-0.124057 -0.03559,-0.11491 -0.138414,-0.22668 -0.248114,-0.272925 -0.02497,-0.0091 -0.07223,-0.02071 -0.09925,-0.02481 -0.01372,-0.0014 -0.03552,0 -0.04963,0 l -2.803685,0 c 0.0022,-9.29e-4 -0.002,-0.0235 0,-0.02481 0.0019,-0.0044 0.02481,-0.01972 0.02481,-0.02482 l 0,-2.282647 c -4.89e-4,-0.0024 -0.02389,0.0022 -0.02481,0 -0.0014,-0.002 0.0017,-0.02315 0,-0.02481 -0.0022,-9.29e-4 -0.02241,4.89e-4 -0.02482,0 l -7.145677,0 c -0.0024,4.89e-4 -0.02261,-9.29e-4 -0.02482,0 z"
+ id="path42656"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="rect42658"
+ width="16.67325"
+ height="1.5879285"
+ x="11.222428"
+ y="21.784464" />
+ <rect
+ y="24.960321"
+ x="11.222428"
+ height="1.5879285"
+ width="15.879285"
+ id="rect42660"
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="rect42662"
+ width="14.291357"
+ height="1.5879285"
+ x="11.222428"
+ y="28.136177" />
+ <rect
+ y="31.312037"
+ x="11.222428"
+ height="1.5879285"
+ width="16.67325"
+ id="rect42664"
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="rect42666"
+ width="10.321535"
+ height="1.5879285"
+ x="11.222428"
+ y="34.487892" />
+ <rect
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="rect42668"
+ width="15.928908"
+ height="1.5879285"
+ x="11.222428"
+ y="37.911861" />
+ </g>
+ <g
+ id="g42606"
+ transform="translate(-0.22097087,0)">
+ <g
+ transform="matrix(0.01846138,0,0,0.01179627,35.681507,44.063411)"
+ id="g5022"
+ style="display:inline">
+ <rect
+ style="opacity:0.40206185;color:#000000;fill:url(#linearGradient5027);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="rect4173"
+ width="1339.6335"
+ height="478.35718"
+ x="-1559.2523"
+ y="-150.69685" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.40206185;color:#000000;fill:url(#radialGradient5029);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z"
+ id="path5058"
+ sodipodi:nodetypes="cccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc"
+ id="path5018"
+ d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z"
+ style="opacity:0.40206185;color:#000000;fill:url(#radialGradient5031);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <rect
+ ry="1.1019719"
+ rx="1.1019725"
+ y="13.44784"
+ x="3.651438"
+ height="32.588612"
+ width="30.992937"
+ id="rect12368"
+ style="fill:url(#linearGradient14490);fill-opacity:1;fill-rule:evenodd;stroke:#714c16;stroke-width:0.79396409;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ ry="0.44978738"
+ rx="0.44978738"
+ y="15.059202"
+ x="6.8812881"
+ height="28.564205"
+ width="24.574432"
+ id="rect12413"
+ style="fill:url(#linearGradient15224);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.79396445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ ry="0.7811619"
+ rx="0.7811619"
+ y="9.875"
+ x="14.398286"
+ height="3.1758571"
+ width="9.5275707"
+ id="rect13756"
+ style="fill:#5c5c5c;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <rect
+ ry="0"
+ rx="0"
+ y="15.803202"
+ x="7.6631994"
+ height="27.027151"
+ width="23.036196"
+ id="rect15244"
+ style="fill:none;stroke:url(#linearGradient2265);stroke-width:0.79396468;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ ry="0.38014889"
+ rx="0.38014889"
+ y="14.186844"
+ x="4.4255729"
+ height="31.038435"
+ width="29.444685"
+ id="rect15974"
+ style="fill:none;stroke:#c68827;stroke-width:0.79396409;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ style="opacity:0.10795456;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.79396433;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="rect2208"
+ width="15.04354"
+ height="5.5577502"
+ x="11.850842"
+ y="13.425824"
+ rx="1.1019729"
+ ry="1.1019719" />
+ <rect
+ style="fill:url(#linearGradient15240);fill-opacity:1;fill-rule:evenodd;stroke:#5c5c5c;stroke-width:0.79396433;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="rect2285"
+ width="15.04354"
+ height="5.5577502"
+ x="11.64031"
+ y="12.653874"
+ rx="1.1019729"
+ ry="1.1019719" />
+ <rect
+ style="fill:url(#linearGradient2283);fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="rect2281"
+ width="7.6993699"
+ height="2.8444886"
+ x="15.312396"
+ y="10.834648"
+ rx="0.25838482"
+ ry="0.25838482" />
+ <rect
+ ry="0.80423528"
+ rx="0.80423528"
+ y="13.001234"
+ x="11.979089"
+ height="4.9126539"
+ width="14.365984"
+ id="rect13754"
+ style="fill:url(#linearGradient2287);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <path
+ inkscape:connector-curvature="0"
+ id="rect2232"
+ d="m 15.564421,11.041135 c -0.0017,0.0017 0.0014,0.02285 0,0.02481 -9.29e-4,0.0022 -0.02432,-0.0024 -0.02481,0 l 0,2.282647 c 0,0.0051 0.02296,0.0204 0.02481,0.02482 0.002,0.0014 -0.0022,0.02388 0,0.02481 l -2.803686,0 c -0.0141,0 -0.0359,-0.0014 -0.04963,0 -0.02702,0.0041 -0.07427,0.01571 -0.09925,0.02481 -0.1097,0.04625 -0.212522,0.158015 -0.248113,0.272925 -0.0083,0.03258 0,0.08881 0,0.124057 l 0,3.299914 c 0,0.0141 -0.0014,0.0359 0,0.04962 0.0041,0.02702 0.01571,0.07427 0.02481,0.09925 0.0077,0.01828 0.01463,0.05764 0.02481,0.07443 0.0037,0.0054 0.02091,0.01959 0.02481,0.02482 0.01657,0.0201 0.05434,0.05786 0.07443,0.07443 0.01045,0.0078 0.03843,0.01803 0.04963,0.02482 0.01155,0.0062 0.03744,0.01967 0.04962,0.02481 0.02497,0.0091 0.07223,0.02071 0.09925,0.02481 0.01372,0.0014 0.03552,0 0.04963,0 l 12.802673,0 c 0.0141,0 0.0359,0.0014 0.04963,0 0.02702,-0.0041 0.07427,-0.01571 0.09925,-0.02481 0.01219,-0.0052 0.03808,-0.01855 0.04963,-0.02481 0.0112,-0.0068 0.03918,-0.017 0.04962,-0.02482 0.0201,-0.01657 0.05786,-0.05434 0.07443,-0.07443 0.0039,-0.0052 0.02116,-0.0194 0.02482,-0.02482 0.01013,-0.01679 0.01711,-0.05615 0.02481,-0.07443 0.0091,-0.02497 0.02071,-0.07223 0.02481,-0.09925 0.0014,-0.01372 0,-0.03552 0,-0.04962 l 0,-3.299914 c 0,-0.03525 0.0083,-0.09148 0,-0.124057 -0.03559,-0.11491 -0.138414,-0.22668 -0.248114,-0.272925 -0.02497,-0.0091 -0.07223,-0.02071 -0.09925,-0.02481 -0.01372,-0.0014 -0.03552,0 -0.04963,0 l -2.803685,0 c 0.0022,-9.29e-4 -0.002,-0.0235 0,-0.02481 0.0019,-0.0044 0.02481,-0.01972 0.02481,-0.02482 l 0,-2.282647 c -4.89e-4,-0.0024 -0.02389,0.0022 -0.02481,0 -0.0014,-0.002 0.0017,-0.02315 0,-0.02481 -0.0022,-9.29e-4 -0.02241,4.89e-4 -0.02482,0 l -7.145677,0 c -0.0024,4.89e-4 -0.02261,-9.29e-4 -0.02482,0 z"
+ style="opacity:0.31681818;fill:none;stroke:url(#linearGradient2245);stroke-width:0.79396421;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <rect
+ y="21.784464"
+ x="11.222428"
+ height="1.5879285"
+ width="16.67325"
+ id="rect2271"
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="rect2273"
+ width="15.879285"
+ height="1.5879285"
+ x="11.222428"
+ y="24.960321" />
+ <rect
+ y="28.136177"
+ x="11.222428"
+ height="1.5879285"
+ width="14.291357"
+ id="rect2275"
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="rect2277"
+ width="16.67325"
+ height="1.5879285"
+ x="11.222428"
+ y="31.312037" />
+ <rect
+ y="34.487892"
+ x="11.222428"
+ height="1.5879285"
+ width="10.321535"
+ id="rect2279"
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ y="37.911861"
+ x="11.222428"
+ height="1.5879285"
+ width="15.928908"
+ id="rect4773"
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <g
+ style="display:inline"
+ id="g8258"
+ transform="matrix(0.54991341,0,0,0.54991341,36.779294,14.874918)">
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ style="opacity:0.15;color:#000000;fill:none;stroke:url(#linearGradient8265);stroke-width:1.99999833;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ d="m -42.088305,44.096194 0,-30.5 26.06998,14.817079 -26.06998,15.682921 z"
+ id="path2682"
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path3375"
+ d="m -41.588845,42.407684 0,-27.811485 24.103287,13.905743 -24.103287,13.905742 z"
+ style="color:#000000;fill:url(#radialGradient8267);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000036;marker:none;visibility:visible;display:inline;overflow:visible"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path2479"
+ d="m -41.588845,42.407684 0,-27.811485 24.103287,13.905743 -24.103287,13.905742 z"
+ style="color:#000000;fill:none;stroke:url(#linearGradient8269);stroke-width:1.53587627;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccccccc"
+ id="path2481"
+ d="m -40.829308,15.92091 0.01047,25.151578 21.524983,-12.570554 z m 0.988184,2.09743 18.614458,10.483594 -18.614458,10.483594 z"
+ style="opacity:0.74336285;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.66948462;marker:none;visibility:visible;display:inline;overflow:visible"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ id="path2339"
+ d="m -39.854658,18.047134 0,10.769445 c 4.269198,-0.04478 8.275716,-0.167876 16.17406,-1.697312 z"
+ style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:block;overflow:visible"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+</svg>
diff --git a/src/com.gluster.storage.management.gui/icons/tango/scalable/task_paused.svg b/src/com.gluster.storage.management.gui/icons/tango/scalable/task_paused.svg
new file mode 100644
index 00000000..9d6930e1
--- /dev/null
+++ b/src/com.gluster.storage.management.gui/icons/tango/scalable/task_paused.svg
@@ -0,0 +1,812 @@
+<?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: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="48px"
+ height="48px"
+ id="svg12360"
+ sodipodi:version="0.32"
+ inkscape:version="0.48.1 "
+ sodipodi:docname="task_status_error.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.1">
+ <defs
+ id="defs12362">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective80" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5031"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5060">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop5062" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5064" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="radialGradient5029"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+ cx="605.71429"
+ cy="486.64789"
+ fx="605.71429"
+ fy="486.64789"
+ r="117.14286" />
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop5050" />
+ <stop
+ id="stop5056"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop5052" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5048"
+ id="linearGradient5027"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2259">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2261" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2263" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2239">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop2241" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop2243" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2224">
+ <stop
+ style="stop-color:#7c7c7c;stop-opacity:1;"
+ offset="0"
+ id="stop2226" />
+ <stop
+ style="stop-color:#b8b8b8;stop-opacity:1;"
+ offset="1"
+ id="stop2228" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient15234">
+ <stop
+ style="stop-color:#97978a;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop15236" />
+ <stop
+ id="stop15242"
+ offset="0.50000000"
+ style="stop-color:#c2c2b9;stop-opacity:1.0000000;" />
+ <stop
+ style="stop-color:#7d7d6f;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop15238" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient15218">
+ <stop
+ style="stop-color:#f0f0ef;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop15220" />
+ <stop
+ id="stop2269"
+ offset="0.15436138"
+ style="stop-color:#e8e8e8;stop-opacity:1;" />
+ <stop
+ id="stop2267"
+ offset="0.82758623"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#d8d8d3;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop15222" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient14484">
+ <stop
+ style="stop-color:#c68827;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop14486" />
+ <stop
+ style="stop-color:#89601f;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop14488" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13746">
+ <stop
+ style="stop-color:#646459;stop-opacity:1;"
+ offset="0"
+ id="stop13748" />
+ <stop
+ style="stop-color:#646459;stop-opacity:0;"
+ offset="1"
+ id="stop13750" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13746"
+ id="radialGradient13752"
+ cx="24.647722"
+ cy="45.272587"
+ fx="24.647722"
+ fy="45.272587"
+ r="21.011173"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.110577,4.987330e-17,40.26648)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient14484"
+ id="linearGradient14490"
+ x1="6.1071744"
+ y1="10.451290"
+ x2="33.857143"
+ y2="37.879860"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15218"
+ id="linearGradient15224"
+ x1="22.308331"
+ y1="18.992140"
+ x2="43.967285"
+ y2="49.452568"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.065698,0.000000,0.000000,0.987595,-1.564439,7.487332e-2)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15234"
+ id="linearGradient15240"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.464211"
+ y2="9.3233509"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.052632,0.000000,0.000000,1.000000,-1.789474,0.000000)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2239"
+ id="linearGradient2245"
+ x1="25.682829"
+ y1="12.172059"
+ x2="25.692169"
+ y2="-0.20294096"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2259"
+ id="linearGradient2265"
+ x1="26.076092"
+ y1="26.696676"
+ x2="30.811172"
+ y2="42.007351"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15234"
+ id="linearGradient2283"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.538743,0.000000,0.000000,0.511806,10.80080,-0.582640)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.404572"
+ y2="6.481061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient15234"
+ id="linearGradient2287"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.005222,0.000000,0.000000,0.883928,-0.627923,0.843750)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.464211"
+ y2="9.3233509" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3892-7"
+ id="linearGradient6804"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3379015,0,0,1.3379015,-570.79911,-780.96842)"
+ x1="429.15128"
+ y1="599.56494"
+ x2="433.13641"
+ y2="610.92285" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3892-7">
+ <stop
+ style="stop-color:#fffff8;stop-opacity:1;"
+ offset="0"
+ id="stop3894-4" />
+ <stop
+ style="stop-color:#fffff8;stop-opacity:0;"
+ offset="1"
+ id="stop3896-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13792"
+ id="linearGradient13798"
+ x1="164.49797"
+ y1="17.406996"
+ x2="149.96054"
+ y2="31.430309"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13792">
+ <stop
+ style="stop-color:#8f8f8f;stop-opacity:1;"
+ offset="0"
+ id="stop13794" />
+ <stop
+ style="stop-color:#8f8f8f;stop-opacity:0;"
+ offset="1"
+ id="stop13796" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9161"
+ id="linearGradient13786"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-9.2175077,12.197592)"
+ x1="159.45625"
+ y1="34.133106"
+ x2="159.41743"
+ y2="19.593225" />
+ <linearGradient
+ id="linearGradient9161">
+ <stop
+ id="stop9163"
+ offset="0"
+ style="stop-color:#e70707;stop-opacity:1" />
+ <stop
+ id="stop9165"
+ offset="1"
+ style="stop-color:#de6161;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9141"
+ id="linearGradient13788"
+ gradientUnits="userSpaceOnUse"
+ x1="159.25"
+ y1="18.296875"
+ x2="159.8125"
+ y2="47.546875" />
+ <linearGradient
+ id="linearGradient9141">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop9143" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop9145" />
+ </linearGradient>
+ <linearGradient
+ y2="47.546875"
+ x2="159.8125"
+ y1="18.296875"
+ x1="159.25"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient15869"
+ xlink:href="#linearGradient9141"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2817"
+ id="linearGradient11079"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.103262,0,0,1.054917,-163.1228,-76.31138)"
+ x1="174.83363"
+ y1="84.263489"
+ x2="174.74524"
+ y2="105.49083" />
+ <linearGradient
+ id="linearGradient2817">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop2819" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.48453608;"
+ offset="1"
+ id="stop2821" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2679"
+ id="radialGradient11081"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,212.6949)"
+ cx="170.2664"
+ cy="102.3308"
+ fx="170.2664"
+ fy="102.3308"
+ r="11" />
+ <linearGradient
+ id="linearGradient2679">
+ <stop
+ id="stop2681"
+ offset="0"
+ style="stop-color:#74a2d6;stop-opacity:1" />
+ <stop
+ id="stop2683"
+ offset="1"
+ style="stop-color:#2a5285;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11001"
+ id="linearGradient11083"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.004384,-145.0004,-71.4625)"
+ x1="169"
+ y1="110.33805"
+ x2="169"
+ y2="93.204849" />
+ <linearGradient
+ id="linearGradient11001">
+ <stop
+ style="stop-color:#3a71b6;stop-opacity:1"
+ offset="0"
+ id="stop11003" />
+ <stop
+ style="stop-color:#203f66;stop-opacity:1"
+ offset="1"
+ id="stop11005" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3081"
+ id="linearGradient11085"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4e-4,-0.09426)"
+ x1="15.089521"
+ y1="15.291994"
+ x2="14"
+ y2="52.510574" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3081">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3083" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3085" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2817"
+ id="linearGradient11087"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.103262,0,0,1.054917,-163.1228,-76.31138)"
+ x1="174.83363"
+ y1="84.263489"
+ x2="174.74524"
+ y2="105.49083" />
+ <linearGradient
+ id="linearGradient20988">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop20990" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.48453608;"
+ offset="1"
+ id="stop20992" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient11007"
+ id="radialGradient11089"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,212.6949)"
+ cx="169.77171"
+ cy="100.20107"
+ fx="169.77171"
+ fy="100.20107"
+ r="11" />
+ <linearGradient
+ id="linearGradient11007">
+ <stop
+ style="stop-color:#8ab9ed;stop-opacity:1"
+ offset="0"
+ id="stop11009" />
+ <stop
+ style="stop-color:#2a5285;stop-opacity:1"
+ offset="1"
+ id="stop11011" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2697"
+ id="linearGradient11091"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.004384,-145.0004,-71.4625)"
+ x1="169"
+ y1="110.33805"
+ x2="169"
+ y2="93.204849" />
+ <linearGradient
+ id="linearGradient2697">
+ <stop
+ id="stop2699"
+ offset="0"
+ style="stop-color:#3364a1;stop-opacity:1" />
+ <stop
+ id="stop2701"
+ offset="1"
+ style="stop-color:#203f66;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3081"
+ id="linearGradient11093"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-4e-4,-0.09426)"
+ x1="15.089521"
+ y1="15.291994"
+ x2="14"
+ y2="52.510574" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.15294118"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="22.329579"
+ inkscape:cy="26.565785"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1600"
+ inkscape:window-height="838"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:showpageshadow="false"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata12365">
+ <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>
+ <dc:date>2005-10-10</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>edit</rdf:li>
+ <rdf:li>paste</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>Jakub Steiner</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ style="display:inline"
+ id="g5022"
+ transform="matrix(2.325216e-2,0,0,1.485743e-2,44.80627,43.06039)">
+ <rect
+ y="-150.69685"
+ x="-1559.2523"
+ height="478.35718"
+ width="1339.6335"
+ id="rect4173"
+ style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);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" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path5058"
+ d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient5029);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" />
+ <path
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient5031);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"
+ d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
+ id="path5018"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ <rect
+ style="opacity:1.0000000;fill:url(#linearGradient14490);fill-opacity:1.0;fill-rule:evenodd;stroke:#714c16;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1"
+ id="rect12368"
+ width="39.035683"
+ height="41.045437"
+ x="4.4643173"
+ y="4.5000000"
+ rx="1.3879371"
+ ry="1.3879364" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient15224);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000024000000010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect12413"
+ width="30.951559"
+ height="35.976688"
+ x="8.5323219"
+ y="6.5295157"
+ rx="0.56650835"
+ ry="0.56650835" />
+ <rect
+ style="opacity:1.0000000;fill:#5c5c5c;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
+ id="rect13756"
+ width="12.000000"
+ height="4.0000000"
+ x="18.000000"
+ y="0.0000000"
+ rx="0.98387533"
+ ry="0.98387533" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2265);stroke-width:1.00000048;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect15244"
+ width="29.014147"
+ height="34.040764"
+ x="9.5171413"
+ y="7.4665856"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1.0000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#c68827;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
+ id="rect15974"
+ width="37.085655"
+ height="39.092987"
+ x="5.4393425"
+ y="5.4307775"
+ rx="0.47879848"
+ ry="0.47879848" />
+ <rect
+ ry="1.3879364"
+ rx="1.3879377"
+ y="4.4722719"
+ x="14.791488"
+ height="7"
+ width="18.947376"
+ id="rect2208"
+ style="opacity:0.10795455;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="1.3879364"
+ rx="1.3879377"
+ y="3.5000000"
+ x="14.526322"
+ height="7.0000000"
+ width="18.947376"
+ id="rect2285"
+ style="opacity:1.0000000;fill:url(#linearGradient15240);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#5c5c5c;stroke-width:1.0000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" />
+ <rect
+ ry="0.32543635"
+ rx="0.32543635"
+ y="1.2086792"
+ x="19.151323"
+ height="3.5826404"
+ width="9.6973763"
+ id="rect2281"
+ style="opacity:1;fill:url(#linearGradient2283);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient2287);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect13754"
+ width="18.093992"
+ height="6.1875"
+ x="14.953014"
+ y="3.9375"
+ rx="1.0129364"
+ ry="1.0129364" />
+ <path
+ style="opacity:0.31681817;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2245);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 19.46875 1.46875 C 19.466654 1.4708456 19.470414 1.4975336 19.46875 1.5 C 19.46758 1.502776 19.438116 1.4969757 19.4375 1.5 L 19.4375 4.375 C 19.4375 4.3814229 19.46641 4.4006981 19.46875 4.40625 C 19.471216 4.4079135 19.465974 4.4363298 19.46875 4.4375 L 15.9375 4.4375 C 15.91974 4.4375 15.892285 4.4357551 15.875 4.4375 C 15.840968 4.4426713 15.781454 4.4572762 15.75 4.46875 C 15.611832 4.5269964 15.482328 4.6677699 15.4375 4.8125 C 15.426991 4.8535348 15.4375 4.9243489 15.4375 4.96875 L 15.4375 9.125 C 15.4375 9.1427605 15.435755 9.1702147 15.4375 9.1875 C 15.442671 9.2215321 15.457276 9.2810456 15.46875 9.3125 C 15.478458 9.3355281 15.487176 9.3851004 15.5 9.40625 C 15.5046 9.41307 15.526336 9.4309205 15.53125 9.4375 C 15.552124 9.4628138 15.599686 9.5103764 15.625 9.53125 C 15.638159 9.5410789 15.6734 9.5539504 15.6875 9.5625 C 15.702038 9.5703781 15.734648 9.5872782 15.75 9.59375 C 15.781454 9.6052238 15.840968 9.6198287 15.875 9.625 C 15.892285 9.6267449 15.91974 9.625 15.9375 9.625 L 32.0625 9.625 C 32.08026 9.625 32.107715 9.6267449 32.125 9.625 C 32.159032 9.6198287 32.218546 9.6052238 32.25 9.59375 C 32.265352 9.5872782 32.297962 9.5703781 32.3125 9.5625 C 32.3266 9.5539504 32.361841 9.5410789 32.375 9.53125 C 32.400314 9.5103764 32.447876 9.4628138 32.46875 9.4375 C 32.473664 9.4309205 32.4954 9.41307 32.5 9.40625 C 32.512824 9.3851004 32.521542 9.3355281 32.53125 9.3125 C 32.542724 9.2810456 32.557329 9.2215321 32.5625 9.1875 C 32.564245 9.1702147 32.5625 9.1427605 32.5625 9.125 L 32.5625 4.96875 C 32.5625 4.9243489 32.573009 4.8535348 32.5625 4.8125 C 32.517672 4.6677698 32.388168 4.5269964 32.25 4.46875 C 32.218546 4.4572762 32.159032 4.4426713 32.125 4.4375 C 32.107715 4.4357551 32.08026 4.4375 32.0625 4.4375 L 28.53125 4.4375 C 28.534026 4.4363298 28.528784 4.4079135 28.53125 4.40625 C 28.533591 4.4006981 28.5625 4.3814229 28.5625 4.375 L 28.5625 1.5 C 28.561884 1.4969757 28.53242 1.502776 28.53125 1.5 C 28.529586 1.4975336 28.533346 1.4708456 28.53125 1.46875 C 28.528474 1.4675798 28.503024 1.4693657 28.5 1.46875 L 19.5 1.46875 C 19.496976 1.4693657 19.471526 1.4675798 19.46875 1.46875 z "
+ id="rect2232" />
+ <rect
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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"
+ id="rect2271"
+ width="21"
+ height="2"
+ x="14"
+ y="15" />
+ <rect
+ y="19"
+ x="14"
+ height="2"
+ width="20"
+ id="rect2273"
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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" />
+ <rect
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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"
+ id="rect2275"
+ width="18"
+ height="2"
+ x="14"
+ y="23" />
+ <rect
+ y="27"
+ x="14"
+ height="2"
+ width="21"
+ id="rect2277"
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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" />
+ <rect
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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"
+ id="rect2279"
+ width="13"
+ height="2"
+ x="14"
+ y="31" />
+ <rect
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="rect4773"
+ width="20.0625"
+ height="2"
+ x="14"
+ y="35.3125" />
+ <g
+ style="display:inline"
+ id="g11050"
+ transform="matrix(0.78466738,0,0,0.78466738,-14.987022,3.0668582)">
+ <path
+ style="opacity:0.30088495;color:#000000;fill:none;stroke:url(#linearGradient11079);stroke-width:1.99999952;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ d="m 26.086565,12.829103 0,22.153256 8.826093,0 0,-22.153256 -8.826093,0 z"
+ id="path2815"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ inkscape:connector-curvature="0"
+ transform="translate(25.911695,4.596194)" />
+ <path
+ style="color:#000000;fill:url(#radialGradient11081);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ d="m 26.4996,13.40575 0,21 8,0 0,-21 -8,0 z"
+ id="path2827"
+ inkscape:connector-curvature="0"
+ transform="translate(25.911695,4.596194)" />
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ id="path2762"
+ d="m 26.4996,13.407946 0,21.092064 8,0 0,-21.092064 -8,0 z"
+ style="color:#000000;fill:none;stroke:url(#linearGradient11083);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ inkscape:connector-curvature="0"
+ transform="translate(25.911695,4.596194)" />
+ <path
+ style="opacity:0.75;color:#000000;fill:none;stroke:url(#linearGradient11085);stroke-width:0.9999997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ d="m 27.4996,14.40575 0,19 6,0 0,-19 -6,0 z"
+ id="path2811"
+ inkscape:connector-curvature="0"
+ transform="translate(25.911695,4.596194)" />
+ <path
+ style="opacity:0.5;color:#000000;fill:#f7f7f7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:block;overflow:visible"
+ d="m 28.019106,14.942758 0,8.385631 4.993942,-0.618719 0,-7.8553 -4.993942,0.08839 z"
+ id="path2479-7"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ transform="translate(25.911695,4.596194)" />
+ <g
+ transform="translate(12.939405,4.596194)"
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ id="use2844"
+ style="display:inline">
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ id="path2848"
+ d="m 26.086565,12.829103 0,22.153256 8.826093,0 0,-22.153256 -8.826093,0 z"
+ style="opacity:0.3;color:#000000;fill:none;stroke:url(#linearGradient11087);stroke-width:1.99999952;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ id="path2850"
+ d="m 26.4996,13.40575 0,21 8,0 0,-21 -8,0 z"
+ style="color:#000000;fill:url(#radialGradient11089);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ inkscape:connector-curvature="0" />
+ <path
+ style="color:#000000;fill:none;stroke:url(#linearGradient11091);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ d="m 26.4996,13.407946 0,21.092064 8,0 0,-21.092064 -8,0 z"
+ id="path2852"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ id="path2854"
+ d="m 27.4996,14.40575 0,19 6,0 0,-19 -6,0 z"
+ style="opacity:0.76548671;color:#000000;fill:none;stroke:url(#linearGradient11093);stroke-width:0.9999997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ id="path2856"
+ d="m 28.019106,14.942758 0,10.06501 4.993942,-0.618719 0,-9.534679 -4.993942,0.08839 z"
+ style="opacity:0.5;color:#000000;fill:#f7f7f7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:block;overflow:visible"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/src/com.gluster.storage.management.gui/icons/tango/scalable/task_running.svg b/src/com.gluster.storage.management.gui/icons/tango/scalable/task_running.svg
index b11372f5..fa15b7b8 100644
--- a/src/com.gluster.storage.management.gui/icons/tango/scalable/task_running.svg
+++ b/src/com.gluster.storage.management.gui/icons/tango/scalable/task_running.svg
@@ -10,48 +10,23 @@
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"
- inkscape:export-ydpi="240.00000"
- inkscape:export-xdpi="240.00000"
- inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png"
- sodipodi:docname="download_log.svg"
- inkscape:version="0.48.1 "
+ width="48px"
+ height="48px"
+ id="svg12360"
sodipodi:version="0.32"
- id="svg249"
- height="48.000000px"
- width="48.000000px"
+ inkscape:version="0.48.1 "
+ sodipodi:docname="task_paused.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.1">
<defs
- id="defs3">
- <linearGradient
- id="linearGradient9056">
- <stop
- style="stop-color:#6acd11;stop-opacity:1"
- offset="0"
- id="stop9058" />
- <stop
- style="stop-color:#4cbe01;stop-opacity:1"
- offset="1"
- id="stop9060" />
- </linearGradient>
- <linearGradient
- id="linearGradient9050">
- <stop
- id="stop9052"
- offset="0"
- style="stop-color:#428405;stop-opacity:1" />
- <stop
- id="stop9054"
- offset="1"
- style="stop-color:#356804;stop-opacity:1" />
- </linearGradient>
+ id="defs12362">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 24 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="48 : 24 : 1"
inkscape:persp3d-origin="24 : 16 : 1"
- id="perspective83" />
+ id="perspective80" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060"
@@ -113,160 +88,29 @@
y2="609.50507" />
<linearGradient
inkscape:collect="always"
- id="linearGradient4542">
+ id="linearGradient2259">
<stop
- style="stop-color:#000000;stop-opacity:1;"
+ style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop4544" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop4546" />
- </linearGradient>
- <linearGradient
- id="linearGradient15662">
- <stop
- id="stop15664"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ id="stop2261" />
<stop
- id="stop15666"
+ style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <radialGradient
- id="aigrd3"
- cx="20.8921"
- cy="64.5679"
- r="5.257"
- fx="20.8921"
- fy="64.5679"
- gradientUnits="userSpaceOnUse">
- <stop
- offset="0"
- style="stop-color:#F0F0F0"
- id="stop15573" />
- <stop
- offset="1.0000000"
- style="stop-color:#9a9a9a;stop-opacity:1.0000000;"
- id="stop15575" />
- </radialGradient>
- <radialGradient
- id="aigrd2"
- cx="20.8921"
- cy="114.5684"
- r="5.256"
- fx="20.8921"
- fy="114.5684"
- gradientUnits="userSpaceOnUse">
- <stop
- offset="0"
- style="stop-color:#F0F0F0"
- id="stop15566" />
- <stop
- offset="1.0000000"
- style="stop-color:#9a9a9a;stop-opacity:1.0000000;"
- id="stop15568" />
- </radialGradient>
- <linearGradient
- id="linearGradient269">
- <stop
- id="stop270"
- offset="0.0000000"
- style="stop-color:#a3a3a3;stop-opacity:1.0000000;" />
- <stop
- id="stop271"
- offset="1.0000000"
- style="stop-color:#4c4c4c;stop-opacity:1.0000000;" />
+ id="stop2263" />
</linearGradient>
<linearGradient
- id="linearGradient259">
- <stop
- id="stop260"
- offset="0.0000000"
- style="stop-color:#fafafa;stop-opacity:1.0000000;" />
- <stop
- id="stop261"
- offset="1.0000000"
- style="stop-color:#bbbbbb;stop-opacity:1.0000000;" />
- </linearGradient>
- <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient269"
- id="radialGradient15656"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.968273,0,0,1.032767,-96.646447,0.646447)"
- cx="8.8244190"
- cy="3.7561285"
- fx="8.8244190"
- fy="3.7561285"
- r="37.751713" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient259"
- id="radialGradient15658"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.960493,0,0,1.041132,-100,0)"
- cx="33.966679"
- cy="35.736916"
- fx="33.966679"
- fy="35.736916"
- r="86.708450" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15662"
- id="radialGradient15668"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.968273,0,0,1.032767,-96.646447,0.646447)"
- cx="8.1435566"
- cy="7.2678967"
- fx="8.1435566"
- fy="7.2678967"
- r="38.158695" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4542"
- id="radialGradient4548"
- cx="24.306795"
- cy="42.07798"
- fx="24.306795"
- fy="42.07798"
- r="15.821514"
- gradientTransform="matrix(1.000000,0.000000,0.000000,0.284916,0.000000,30.08928)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2251"
- id="linearGradient2257"
- x1="33.396004"
- y1="36.921333"
- x2="34.170048"
- y2="38.070381"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,1.6680446)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient2251">
+ id="linearGradient2239">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop2253" />
+ id="stop2241" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop2255" />
+ id="stop2243" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2224"
- id="linearGradient2230"
- x1="35.996582"
- y1="40.458221"
- x2="33.664921"
- y2="37.770721"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(6.161836,4.033411)" />
- <linearGradient
id="linearGradient2224">
<stop
style="stop-color:#7c7c7c;stop-opacity:1;"
@@ -278,665 +122,353 @@
id="stop2228" />
</linearGradient>
<linearGradient
- y2="37.770721"
- x2="33.664921"
- y1="40.458221"
- x1="35.996582"
- gradientTransform="translate(2.1672066,2.0430446)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient22486"
- xlink:href="#linearGradient2224"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient5048-2">
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="0"
- id="stop5050-9" />
- <stop
- id="stop5056-4"
- offset="0.5"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop5052-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient5060-1">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop5062-6" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop5064-9" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060-1"
- id="radialGradient5031-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <linearGradient
- id="linearGradient2206">
+ id="linearGradient15234">
<stop
- style="stop-color:#c3c6c0;stop-opacity:1.0000000;"
+ style="stop-color:#97978a;stop-opacity:1.0000000;"
offset="0.0000000"
- id="stop2208" />
+ id="stop15236" />
<stop
- style="stop-color:#e8eae6;stop-opacity:1.0000000;"
- offset="1.0000000"
- id="stop2210" />
- </linearGradient>
- <linearGradient
- id="linearGradient2214">
- <stop
- style="stop-color:#a9aaa7;stop-opacity:1.0000000;"
- offset="0.0000000"
- id="stop2216" />
+ id="stop15242"
+ offset="0.50000000"
+ style="stop-color:#c2c2b9;stop-opacity:1.0000000;" />
<stop
- style="stop-color:#676964;stop-opacity:1.0000000;"
+ style="stop-color:#7d7d6f;stop-opacity:1.0000000;"
offset="1.0000000"
- id="stop2218" />
+ id="stop15238" />
</linearGradient>
<linearGradient
- id="linearGradient2222">
- <stop
- style="stop-color:#5187d6;stop-opacity:1;"
- offset="0"
- id="stop2224" />
+ id="linearGradient15218">
<stop
- style="stop-color:#1e4580;stop-opacity:1;"
- offset="1"
- id="stop2227" />
- </linearGradient>
- <linearGradient
- id="linearGradient5048-2-8">
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="0"
- id="stop5050-9-2" />
- <stop
- id="stop5056-4-6"
- offset="0.5"
- style="stop-color:black;stop-opacity:1;" />
+ style="stop-color:#f0f0ef;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop15220" />
<stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop5052-5-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2206-8"
- id="linearGradient26980-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.66330865,-49.866678,4.4079179)"
- x1="25.861118"
- y1="26.133587"
- x2="18.300278"
- y2="19.567596" />
- <linearGradient
- id="linearGradient2206-8">
+ id="stop2269"
+ offset="0.15436138"
+ style="stop-color:#e8e8e8;stop-opacity:1;" />
<stop
- style="stop-color:#c3c6c0;stop-opacity:1.0000000;"
- offset="0.0000000"
- id="stop2208-7" />
+ id="stop2267"
+ offset="0.82758623"
+ style="stop-color:#ffffff;stop-opacity:1;" />
<stop
- style="stop-color:#e8eae6;stop-opacity:1.0000000;"
+ style="stop-color:#d8d8d3;stop-opacity:1.0000000;"
offset="1.0000000"
- id="stop2210-2" />
+ id="stop15222" />
</linearGradient>
<linearGradient
- id="linearGradient2214-2">
+ id="linearGradient14484">
<stop
- style="stop-color:#a9aaa7;stop-opacity:1.0000000;"
+ style="stop-color:#c68827;stop-opacity:1.0000000;"
offset="0.0000000"
- id="stop2216-2" />
+ id="stop14486" />
<stop
- style="stop-color:#676964;stop-opacity:1.0000000;"
+ style="stop-color:#89601f;stop-opacity:1.0000000;"
offset="1.0000000"
- id="stop2218-0" />
+ id="stop14488" />
</linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2222-9"
- id="radialGradient26984-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1520174,0,0,0.90350734,-62.623679,-4.288468)"
- cx="23.994133"
- cy="32.266911"
- fx="23.994133"
- fy="32.266911"
- r="19.088932" />
- <linearGradient
- id="linearGradient2222-9">
- <stop
- style="stop-color:#5187d6;stop-opacity:1;"
- offset="0"
- id="stop2224-6" />
- <stop
- style="stop-color:#1e4580;stop-opacity:1;"
- offset="1"
- id="stop2227-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2238-7"
- id="linearGradient26986-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.6615617,-49.866678,5.1018165)"
- x1="20.338758"
- y1="19.636894"
- x2="46.092255"
- y2="39.708324" />
<linearGradient
inkscape:collect="always"
- id="linearGradient2238-7">
+ id="linearGradient13746">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ style="stop-color:#646459;stop-opacity:1;"
offset="0"
- id="stop2240-0" />
+ id="stop13748" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ style="stop-color:#646459;stop-opacity:0;"
offset="1"
- id="stop2242-5" />
+ id="stop13750" />
</linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2180-7"
- id="linearGradient26988-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4813991,0,0,1.1400975,-61.032972,-4.6105736)"
- x1="8.8207808"
- y1="12.53757"
- x2="12.499243"
- y2="24.238262" />
- <linearGradient
+ <radialGradient
inkscape:collect="always"
- id="linearGradient2180-7">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop2182-3" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop2184-7" />
- </linearGradient>
+ xlink:href="#linearGradient13746"
+ id="radialGradient13752"
+ cx="24.647722"
+ cy="45.272587"
+ fx="24.647722"
+ fy="45.272587"
+ r="21.011173"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.110577,4.987330e-17,40.26648)"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2223-5"
- id="linearGradient26990-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6513633,0,0,0.6513633,49.389075,5.6726225)"
- x1="35.694206"
- y1="37.333858"
- x2="15.044075"
- y2="5.9588566" />
+ xlink:href="#linearGradient14484"
+ id="linearGradient14490"
+ x1="6.1071744"
+ y1="10.451290"
+ x2="33.857143"
+ y2="37.879860"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- id="linearGradient2223-5">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop2225-2" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop2229-2" />
- </linearGradient>
- <linearGradient
- y2="5.9588566"
- x2="15.044075"
- y1="37.333858"
- x1="35.694206"
- gradientTransform="matrix(0.6513633,0,0,0.6513633,-50.610925,5.6726225)"
+ xlink:href="#linearGradient15218"
+ id="linearGradient15224"
+ x1="22.308331"
+ y1="18.992140"
+ x2="43.967285"
+ y2="49.452568"
gradientUnits="userSpaceOnUse"
- id="linearGradient27106"
- xlink:href="#linearGradient2223-5"
- inkscape:collect="always" />
+ gradientTransform="matrix(1.065698,0.000000,0.000000,0.987595,-1.564439,7.487332e-2)" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient5048"
- id="linearGradient27240"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
- x1="302.85715"
- y1="366.64789"
- x2="302.85715"
- y2="609.50507" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient27242"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient27244"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient259"
- id="radialGradient27246"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.960493,0,0,-1.041132,-51.588305,51.80958)"
- cx="33.966679"
- cy="35.736916"
- fx="33.966679"
- fy="35.736916"
- r="86.708450" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15662"
- id="radialGradient27250"
+ xlink:href="#linearGradient15234"
+ id="linearGradient15240"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.464211"
+ y2="9.3233509"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.968273,0,0,-1.032767,-48.234752,51.163133)"
- cx="8.1435566"
- cy="7.2678967"
- fx="8.1435566"
- fy="7.2678967"
- r="38.158695" />
+ gradientTransform="matrix(1.052632,0.000000,0.000000,1.000000,-1.789474,0.000000)" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2224"
- id="linearGradient27252"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,2.0430446)"
- x1="35.996582"
- y1="40.458221"
- x2="33.664921"
- y2="37.770721" />
+ xlink:href="#linearGradient2239"
+ id="linearGradient2245"
+ x1="25.682829"
+ y1="12.172059"
+ x2="25.692169"
+ y2="-0.20294096"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2251"
- id="linearGradient27254"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,1.6680446)"
- x1="33.396004"
- y1="36.921333"
- x2="34.170048"
- y2="38.070381" />
+ xlink:href="#linearGradient2259"
+ id="linearGradient2265"
+ x1="26.076092"
+ y1="26.696676"
+ x2="30.811172"
+ y2="42.007351"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2206-8"
- id="linearGradient27256"
+ xlink:href="#linearGradient15234"
+ id="linearGradient2283"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.66330865,-52.866678,3.4079179)"
- x1="25.861118"
- y1="26.133587"
- x2="18.300278"
- y2="19.567596" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2222-9"
- id="radialGradient27258"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1520174,0,0,0.90350734,-65.623679,-5.288468)"
- cx="23.994133"
- cy="32.266911"
- fx="23.994133"
- fy="32.266911"
- r="19.088932" />
+ gradientTransform="matrix(0.538743,0.000000,0.000000,0.511806,10.80080,-0.582640)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.404572"
+ y2="6.481061" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2238-7"
- id="linearGradient27260"
+ xlink:href="#linearGradient15234"
+ id="linearGradient2287"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.6615617,-52.866678,4.1018165)"
- x1="20.338758"
- y1="19.636894"
- x2="46.092255"
- y2="39.708324" />
+ gradientTransform="matrix(1.005222,0.000000,0.000000,0.883928,-0.627923,0.843750)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.464211"
+ y2="9.3233509" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2180-7"
- id="linearGradient27262"
+ xlink:href="#linearGradient3892-7"
+ id="linearGradient6804"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4813991,0,0,1.1400975,-64.032972,-5.6105736)"
- x1="8.8207808"
- y1="12.53757"
- x2="12.499243"
- y2="24.238262" />
+ gradientTransform="matrix(1.3379015,0,0,1.3379015,-570.79911,-780.96842)"
+ x1="429.15128"
+ y1="599.56494"
+ x2="433.13641"
+ y2="610.92285" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2223-5"
- id="linearGradient27264"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6513633,0,0,0.6513633,-53.610925,4.6726225)"
- x1="35.694206"
- y1="37.333858"
- x2="15.044075"
- y2="5.9588566" />
- <radialGradient
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.536723,0,16.87306)"
- r="15.644737"
- fy="36.421127"
- fx="24.837126"
- cy="36.421127"
- cx="24.837126"
- id="radialGradient8668"
- xlink:href="#linearGradient8662"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient8662"
- inkscape:collect="always">
+ id="linearGradient3892-7">
<stop
- id="stop8664"
+ style="stop-color:#fffff8;stop-opacity:1;"
offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
+ id="stop3894-4" />
<stop
- id="stop8666"
+ style="stop-color:#fffff8;stop-opacity:0;"
offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
+ id="stop3896-0" />
</linearGradient>
<linearGradient
- id="linearGradient2591">
+ id="linearGradient9161">
<stop
- style="stop-color:#73d216"
+ id="stop9163"
offset="0"
- id="stop2593" />
+ style="stop-color:#e70707;stop-opacity:1" />
<stop
- style="stop-color:#49bd00;stop-opacity:1;"
+ id="stop9165"
offset="1"
- id="stop2595" />
+ style="stop-color:#de6161;stop-opacity:1" />
</linearGradient>
- <radialGradient
+ <linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2591-7"
- id="radialGradient35310-4"
+ xlink:href="#linearGradient9141"
+ id="linearGradient13788"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.41460224,-0.50172349,0,95.317847,33.968371)"
- cx="22.291636"
- cy="32.797512"
- fx="22.291636"
- fy="32.797512"
- r="16.9562" />
+ x1="159.25"
+ y1="18.296875"
+ x2="159.8125"
+ y2="47.546875" />
<linearGradient
- id="linearGradient2591-7">
+ id="linearGradient9141">
<stop
- style="stop-color:#73d216"
+ style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop2593-1" />
+ id="stop9143" />
<stop
- style="stop-color:#49bd00;stop-opacity:1;"
+ style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop2595-8" />
+ id="stop9145" />
</linearGradient>
- <radialGradient
+ <linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient8650-7"
- id="radialGradient35312-6"
+ xlink:href="#linearGradient2817"
+ id="linearGradient11079"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.98213486,-0.74742824,0,93.921351,22.917018)"
- cx="19.701141"
- cy="2.8969381"
- fx="19.701141"
- fy="2.8969381"
- r="17.171415" />
+ gradientTransform="matrix(1.103262,0,0,1.054917,-163.1228,-76.31138)"
+ x1="174.83363"
+ y1="84.263489"
+ x2="174.74524"
+ y2="105.49083" />
<linearGradient
- id="linearGradient8650-7"
- inkscape:collect="always">
+ id="linearGradient2817">
<stop
- id="stop8652-5"
+ style="stop-color:#000000;stop-opacity:1;"
offset="0"
- style="stop-color:#ffffff;stop-opacity:1;" />
+ id="stop2819" />
<stop
- id="stop8654-6"
+ style="stop-color:#ffffff;stop-opacity:0.48453608;"
offset="1"
- style="stop-color:#ffffff;stop-opacity:0;" />
+ id="stop2821" />
</linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5048"
- id="linearGradient35425"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
- x1="302.85715"
- y1="366.64789"
- x2="302.85715"
- y2="609.50507" />
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient35427"
+ xlink:href="#linearGradient2679"
+ id="radialGradient11081"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient35429"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient259"
- id="radialGradient35431"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.960493,0,0,-1.041132,-51.588305,51.80958)"
- cx="33.966679"
- cy="8.8006353"
- fx="33.966679"
- fy="8.8006353"
- r="86.708450" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15662"
- id="radialGradient35433"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.968273,0,0,-1.032767,-48.234752,51.163133)"
- cx="8.1435566"
- cy="7.2678967"
- fx="8.1435566"
- fy="7.2678967"
- r="38.158695" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2224"
- id="linearGradient35435"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,2.0430446)"
- x1="35.996582"
- y1="40.458221"
- x2="33.664921"
- y2="37.770721" />
+ gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,212.6949)"
+ cx="170.2664"
+ cy="102.3308"
+ fx="170.2664"
+ fy="102.3308"
+ r="11" />
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2251"
- id="linearGradient35437"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,1.6680446)"
- x1="33.396004"
- y1="36.921333"
- x2="34.170048"
- y2="38.070381" />
+ id="linearGradient2679">
+ <stop
+ id="stop2681"
+ offset="0"
+ style="stop-color:#74a2d6;stop-opacity:1" />
+ <stop
+ id="stop2683"
+ offset="1"
+ style="stop-color:#2a5285;stop-opacity:1" />
+ </linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2206-8"
- id="linearGradient35439"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.66330865,-52.866678,3.4079179)"
- x1="25.861118"
- y1="26.133587"
- x2="18.300278"
- y2="19.567596" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2222-9"
- id="radialGradient35441"
+ xlink:href="#linearGradient11001"
+ id="linearGradient11083"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1520174,0,0,0.90350734,-65.623679,-5.288468)"
- cx="23.994133"
- cy="32.266911"
- fx="23.994133"
- fy="32.266911"
- r="19.088932" />
+ gradientTransform="matrix(1,0,0,1.004384,-145.0004,-71.4625)"
+ x1="169"
+ y1="110.33805"
+ x2="169"
+ y2="93.204849" />
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2238-7"
- id="linearGradient35443"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.6615617,-52.866678,4.1018165)"
- x1="20.338758"
- y1="19.636894"
- x2="46.092255"
- y2="39.708324" />
+ id="linearGradient11001">
+ <stop
+ style="stop-color:#3a71b6;stop-opacity:1"
+ offset="0"
+ id="stop11003" />
+ <stop
+ style="stop-color:#203f66;stop-opacity:1"
+ offset="1"
+ id="stop11005" />
+ </linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2180-7"
- id="linearGradient35445"
+ xlink:href="#linearGradient3081"
+ id="linearGradient11085"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4813991,0,0,1.1400975,-64.032972,-5.6105736)"
- x1="8.8207808"
- y1="12.53757"
- x2="12.499243"
- y2="24.238262" />
+ gradientTransform="translate(-4e-4,-0.09426)"
+ x1="15.089521"
+ y1="15.291994"
+ x2="14"
+ y2="52.510574" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2223-5"
- id="linearGradient35447"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6513633,0,0,0.6513633,-53.610925,4.6726225)"
- x1="35.694206"
- y1="37.333858"
- x2="15.044075"
- y2="5.9588566" />
+ id="linearGradient3081">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3083" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3085" />
+ </linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient5075"
- id="linearGradient2306"
+ xlink:href="#linearGradient2817"
+ id="linearGradient11087"
gradientUnits="userSpaceOnUse"
- x1="71.288956"
- y1="124.11652"
- x2="70.826942"
- y2="95"
- gradientTransform="translate(-56.000421,-79.094251)" />
+ gradientTransform="matrix(1.103262,0,0,1.054917,-163.1228,-76.31138)"
+ x1="174.83363"
+ y1="84.263489"
+ x2="174.74524"
+ y2="105.49083" />
<linearGradient
- id="linearGradient5075">
+ id="linearGradient20988">
<stop
- style="stop-color:#adb0a8;stop-opacity:1;"
+ style="stop-color:#000000;stop-opacity:1;"
offset="0"
- id="stop5077" />
+ id="stop20990" />
<stop
- style="stop-color:#464744;stop-opacity:1"
+ style="stop-color:#ffffff;stop-opacity:0.48453608;"
offset="1"
- id="stop5079" />
+ id="stop20992" />
</linearGradient>
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient2691"
- id="radialGradient2314"
+ xlink:href="#linearGradient11007"
+ id="radialGradient11089"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.05324342,-0.836238,2.019473,0.128568,-162.9195,100.0768)"
- cx="107.5884"
- cy="83.990814"
- fx="107.5884"
- fy="83.990814"
- r="12.551644" />
+ gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,212.6949)"
+ cx="169.77171"
+ cy="100.20107"
+ fx="169.77171"
+ fy="100.20107"
+ r="11" />
<linearGradient
- id="linearGradient2691">
+ id="linearGradient11007">
<stop
- id="stop2693"
+ style="stop-color:#8ab9ed;stop-opacity:1"
offset="0"
- style="stop-color:#ffffff;stop-opacity:1" />
+ id="stop11009" />
<stop
- id="stop2695"
+ style="stop-color:#2a5285;stop-opacity:1"
offset="1"
- style="stop-color:#d3d7cf" />
+ id="stop11011" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2684"
- id="linearGradient2690"
+ xlink:href="#linearGradient2697"
+ id="linearGradient11091"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.128181,0,0,1.128181,-53.99314,-83.36009)"
- x1="70.913956"
- y1="101.74152"
- x2="70.951942"
- y2="88.923729" />
+ gradientTransform="matrix(1,0,0,1.004384,-145.0004,-71.4625)"
+ x1="169"
+ y1="110.33805"
+ x2="169"
+ y2="93.204849" />
<linearGradient
- id="linearGradient2684">
+ id="linearGradient2697">
<stop
- id="stop2686"
+ id="stop2699"
offset="0"
- style="stop-color:#ffffff;stop-opacity:1;" />
+ style="stop-color:#3364a1;stop-opacity:1" />
<stop
- id="stop2688"
+ id="stop2701"
offset="1"
- style="stop-color:#000000;stop-opacity:1;" />
+ style="stop-color:#203f66;stop-opacity:1" />
</linearGradient>
<linearGradient
- y2="88.923729"
- x2="70.951942"
- y1="101.74152"
- x1="70.913956"
- gradientTransform="matrix(1.128181,0,0,1.128181,-64.993141,-91.360091)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient8168"
- xlink:href="#linearGradient2684"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2684"
- id="linearGradient8252"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.128181,0,0,1.128181,-108.08145,-78.763896)"
- x1="70.913956"
- y1="101.74152"
- x2="70.951942"
- y2="88.923729" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2691"
- id="radialGradient8254"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.05324342,-0.836238,2.019473,0.128568,-206.0078,112.67299)"
- cx="107.5884"
- cy="83.990814"
- fx="107.5884"
- fy="83.990814"
- r="12.551644" />
- <linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient5075"
- id="linearGradient8256"
+ xlink:href="#linearGradient3081"
+ id="linearGradient11093"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-99.088729,-66.498056)"
- x1="71.288956"
- y1="124.11652"
- x2="70.826942"
- y2="95" />
+ gradientTransform="translate(-4e-4,-0.09426)"
+ x1="15.089521"
+ y1="15.291994"
+ x2="14"
+ y2="52.510574" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2684"
@@ -947,6 +479,17 @@
y1="101.74152"
x2="70.951942"
y2="88.923729" />
+ <linearGradient
+ id="linearGradient2684">
+ <stop
+ id="stop2686"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop2688"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:1;" />
+ </linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient9056"
@@ -959,6 +502,17 @@
fy="83.990814"
r="12.551644" />
<linearGradient
+ id="linearGradient9056">
+ <stop
+ style="stop-color:#6acd11;stop-opacity:1"
+ offset="0"
+ id="stop9058" />
+ <stop
+ style="stop-color:#4cbe01;stop-opacity:1"
+ offset="1"
+ id="stop9060" />
+ </linearGradient>
+ <linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9050"
id="linearGradient8269"
@@ -968,29 +522,40 @@
y1="124.11652"
x2="70.826942"
y2="95" />
+ <linearGradient
+ id="linearGradient9050">
+ <stop
+ id="stop9052"
+ offset="0"
+ style="stop-color:#428405;stop-opacity:1" />
+ <stop
+ id="stop9054"
+ offset="1"
+ style="stop-color:#356804;stop-opacity:1" />
+ </linearGradient>
</defs>
<sodipodi:namedview
- inkscape:window-y="-8"
- inkscape:window-x="-8"
- inkscape:window-height="838"
- inkscape:window-width="1600"
- inkscape:document-units="px"
- inkscape:grid-bbox="true"
- showgrid="false"
- inkscape:current-layer="g27205"
- inkscape:cy="23.895455"
- inkscape:cx="24.571642"
- inkscape:zoom="1"
- inkscape:pageshadow="2"
- inkscape:pageopacity="0.0"
- borderopacity="0.25490196"
- bordercolor="#666666"
- pagecolor="#ffffff"
id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.15294118"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="25.51267"
+ inkscape:cy="22.698047"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1600"
+ inkscape:window-height="838"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
inkscape:showpageshadow="false"
inkscape:window-maximized="1" />
<metadata
- id="metadata4">
+ id="metadata12365">
<rdf:RDF>
<cc:Work
rdf:about="">
@@ -998,23 +563,25 @@
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
+ <dc:date>2005-10-10</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:creator>
<dc:subject>
<rdf:Bag>
- <rdf:li>document</rdf:li>
- <rdf:li>settings</rdf:li>
- <rdf:li>preferences</rdf:li>
- <rdf:li>properties</rdf:li>
- <rdf:li>tweak</rdf:li>
+ <rdf:li>edit</rdf:li>
+ <rdf:li>paste</rdf:li>
</rdf:Bag>
</dc:subject>
<cc:license
rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
- <dc:creator>
+ <dc:contributor>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
- </dc:creator>
- <dc:source>http://jimmac.musichall.cz</dc:source>
+ </dc:contributor>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/publicdomain/">
@@ -1028,277 +595,202 @@
</rdf:RDF>
</metadata>
<g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="Shadow" />
- <g
- style="display:inline"
- inkscape:groupmode="layer"
- inkscape:label="Base"
- id="layer1" />
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="Text"
- style="display:inline">
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ style="display:inline"
+ id="g5022"
+ transform="matrix(2.325216e-2,0,0,1.485743e-2,44.80627,43.06039)">
+ <rect
+ y="-150.69685"
+ x="-1559.2523"
+ height="478.35718"
+ width="1339.6335"
+ id="rect4173"
+ style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);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" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path5058"
+ d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient5029);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" />
+ <path
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient5031);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"
+ d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
+ id="path5018"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ <rect
+ style="opacity:1.0000000;fill:url(#linearGradient14490);fill-opacity:1.0;fill-rule:evenodd;stroke:#714c16;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1"
+ id="rect12368"
+ width="39.035683"
+ height="41.045437"
+ x="4.4643173"
+ y="4.5000000"
+ rx="1.3879371"
+ ry="1.3879364" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient15224);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000024000000010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect12413"
+ width="30.951559"
+ height="35.976688"
+ x="8.5323219"
+ y="6.5295157"
+ rx="0.56650835"
+ ry="0.56650835" />
+ <rect
+ style="opacity:1.0000000;fill:#5c5c5c;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
+ id="rect13756"
+ width="12.000000"
+ height="4.0000000"
+ x="18.000000"
+ y="0.0000000"
+ rx="0.98387533"
+ ry="0.98387533" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2265);stroke-width:1.00000048;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect15244"
+ width="29.014147"
+ height="34.040764"
+ x="9.5171413"
+ y="7.4665856"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1.0000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#c68827;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
+ id="rect15974"
+ width="37.085655"
+ height="39.092987"
+ x="5.4393425"
+ y="5.4307775"
+ rx="0.47879848"
+ ry="0.47879848" />
+ <rect
+ ry="1.3879364"
+ rx="1.3879377"
+ y="4.4722719"
+ x="14.791488"
+ height="7"
+ width="18.947376"
+ id="rect2208"
+ style="opacity:0.10795455;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="1.3879364"
+ rx="1.3879377"
+ y="3.5000000"
+ x="14.526322"
+ height="7.0000000"
+ width="18.947376"
+ id="rect2285"
+ style="opacity:1.0000000;fill:url(#linearGradient15240);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#5c5c5c;stroke-width:1.0000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" />
+ <rect
+ ry="0.32543635"
+ rx="0.32543635"
+ y="1.2086792"
+ x="19.151323"
+ height="3.5826404"
+ width="9.6973763"
+ id="rect2281"
+ style="opacity:1;fill:url(#linearGradient2283);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient2287);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect13754"
+ width="18.093992"
+ height="6.1875"
+ x="14.953014"
+ y="3.9375"
+ rx="1.0129364"
+ ry="1.0129364" />
+ <path
+ style="opacity:0.31681817;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2245);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 19.46875 1.46875 C 19.466654 1.4708456 19.470414 1.4975336 19.46875 1.5 C 19.46758 1.502776 19.438116 1.4969757 19.4375 1.5 L 19.4375 4.375 C 19.4375 4.3814229 19.46641 4.4006981 19.46875 4.40625 C 19.471216 4.4079135 19.465974 4.4363298 19.46875 4.4375 L 15.9375 4.4375 C 15.91974 4.4375 15.892285 4.4357551 15.875 4.4375 C 15.840968 4.4426713 15.781454 4.4572762 15.75 4.46875 C 15.611832 4.5269964 15.482328 4.6677699 15.4375 4.8125 C 15.426991 4.8535348 15.4375 4.9243489 15.4375 4.96875 L 15.4375 9.125 C 15.4375 9.1427605 15.435755 9.1702147 15.4375 9.1875 C 15.442671 9.2215321 15.457276 9.2810456 15.46875 9.3125 C 15.478458 9.3355281 15.487176 9.3851004 15.5 9.40625 C 15.5046 9.41307 15.526336 9.4309205 15.53125 9.4375 C 15.552124 9.4628138 15.599686 9.5103764 15.625 9.53125 C 15.638159 9.5410789 15.6734 9.5539504 15.6875 9.5625 C 15.702038 9.5703781 15.734648 9.5872782 15.75 9.59375 C 15.781454 9.6052238 15.840968 9.6198287 15.875 9.625 C 15.892285 9.6267449 15.91974 9.625 15.9375 9.625 L 32.0625 9.625 C 32.08026 9.625 32.107715 9.6267449 32.125 9.625 C 32.159032 9.6198287 32.218546 9.6052238 32.25 9.59375 C 32.265352 9.5872782 32.297962 9.5703781 32.3125 9.5625 C 32.3266 9.5539504 32.361841 9.5410789 32.375 9.53125 C 32.400314 9.5103764 32.447876 9.4628138 32.46875 9.4375 C 32.473664 9.4309205 32.4954 9.41307 32.5 9.40625 C 32.512824 9.3851004 32.521542 9.3355281 32.53125 9.3125 C 32.542724 9.2810456 32.557329 9.2215321 32.5625 9.1875 C 32.564245 9.1702147 32.5625 9.1427605 32.5625 9.125 L 32.5625 4.96875 C 32.5625 4.9243489 32.573009 4.8535348 32.5625 4.8125 C 32.517672 4.6677698 32.388168 4.5269964 32.25 4.46875 C 32.218546 4.4572762 32.159032 4.4426713 32.125 4.4375 C 32.107715 4.4357551 32.08026 4.4375 32.0625 4.4375 L 28.53125 4.4375 C 28.534026 4.4363298 28.528784 4.4079135 28.53125 4.40625 C 28.533591 4.4006981 28.5625 4.3814229 28.5625 4.375 L 28.5625 1.5 C 28.561884 1.4969757 28.53242 1.502776 28.53125 1.5 C 28.529586 1.4975336 28.533346 1.4708456 28.53125 1.46875 C 28.528474 1.4675798 28.503024 1.4693657 28.5 1.46875 L 19.5 1.46875 C 19.496976 1.4693657 19.471526 1.4675798 19.46875 1.46875 z "
+ id="rect2232" />
+ <rect
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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"
+ id="rect2271"
+ width="21"
+ height="2"
+ x="14"
+ y="15" />
+ <rect
+ y="19"
+ x="14"
+ height="2"
+ width="20"
+ id="rect2273"
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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" />
+ <rect
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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"
+ id="rect2275"
+ width="18"
+ height="2"
+ x="14"
+ y="23" />
+ <rect
+ y="27"
+ x="14"
+ height="2"
+ width="21"
+ id="rect2277"
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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" />
+ <rect
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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"
+ id="rect2279"
+ width="13"
+ height="2"
+ x="14"
+ y="31" />
+ <rect
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="rect4773"
+ width="20.0625"
+ height="2"
+ x="14"
+ y="35.3125" />
<g
style="display:inline"
- id="g26971"
- transform="translate(-48.411695,-4.5961942)">
- <g
- id="g27205"
- transform="translate(102.5,0)">
- <g
- id="g35397"
- transform="matrix(1.0365373,0,0,1.0365373,-1.1521053,-1.338541)">
- <g
- style="display:inline"
- id="g5022"
- transform="matrix(0.02165152,0,0,0.01485743,-8.580705,46.281584)">
- <rect
- y="-150.69685"
- x="-1559.2523"
- height="478.35718"
- width="1339.6335"
- id="rect4173"
- style="opacity:0.40206185;color:#000000;fill:url(#linearGradient35425);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
- <path
- sodipodi:nodetypes="cccc"
- id="path5058"
- d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z"
- style="opacity:0.40206185;color:#000000;fill:url(#radialGradient35427);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:connector-curvature="0" />
- <path
- style="opacity:0.40206185;color:#000000;fill:url(#radialGradient35429);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z"
- id="path5018"
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0" />
- </g>
- <path
- style="color:#000000;fill:url(#radialGradient35431);fill-opacity:1;fill-rule:nonzero;stroke:#808080;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible"
- d="m -43.835704,48.163134 32.576903,0 c 0.636573,0 1.149049,-0.512476 1.149049,-1.149049 l 0,-31.105315 c -3.168864,-2.905608 -6.491445,-5.9334976 -9.871181,-8.6661296 l -23.854771,0 c -0.636573,0 -1.149048,0.512475 -1.149048,1.149048 l 0,38.6223966 c 0,0.636573 0.512475,1.149049 1.149048,1.149049 z"
- id="rect15391"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="sssccssss" />
- <path
- style="color:#000000;fill:none;stroke:url(#radialGradient35433);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible"
- d="m -43.773203,47.225634 32.47779,0 c 0.08257,0 0.148336,-0.06648 0.149048,-0.149049 l 0.266316,-30.868047 c 0.0068,-0.783664 -8.098317,-8.1134053 -9.428891,-8.103525 l -23.464263,0.1742364 c -0.08257,6.131e-4 -0.149048,0.06648 -0.149048,0.149049 l 0,38.6482866 c 0,0.08257 0.06648,0.149049 0.149048,0.149049 z"
- id="rect15660"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="sssssssss" />
- <g
- style="display:inline"
- transform="translate(-50.963312,3.5961942)"
- id="g2253">
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15686"
- width="22.000004"
- height="1"
- x="15.000002"
- y="9"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15690"
- width="22.000004"
- height="1"
- x="15.000002"
- y="13"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15694"
- width="22.000004"
- height="1"
- x="15.000002"
- y="17"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15698"
- width="22.000004"
- height="1"
- x="15.000002"
- y="21"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15732"
- width="9.9000053"
- height="1"
- x="14.999992"
- y="25"
- rx="0.068204239"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15736"
- width="22.000004"
- height="1"
- x="14.999992"
- y="29"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15740"
- width="22.000004"
- height="1"
- x="14.999992"
- y="33"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15744"
- width="15.400014"
- height="1"
- x="14.999992"
- y="37"
- rx="0.10609552"
- ry="0.065390877" />
- <rect
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="rect23058"
- width="1.875"
- height="1.875"
- x="10.437507"
- y="8.5"
- rx="0"
- ry="0" />
- <rect
- ry="0"
- rx="0"
- y="12.4375"
- x="10.437507"
- height="1.875"
- width="1.875"
- id="rect23060"
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none" />
- <rect
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="rect23062"
- width="1.875"
- height="1.875"
- x="10.437507"
- y="16.4375"
- rx="0"
- ry="0" />
- <rect
- ry="0"
- rx="0"
- y="20.40625"
- x="10.437507"
- height="1.875"
- width="1.875"
- id="rect23064"
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none" />
- <rect
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="rect23066"
- width="1.875"
- height="1.875"
- x="10.437507"
- y="24.40625"
- rx="0"
- ry="0" />
- <rect
- ry="0"
- rx="0"
- y="28.383726"
- x="10.437507"
- height="1.875"
- width="1.875"
- id="rect23068"
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none" />
- <rect
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="rect23070"
- width="1.875"
- height="1.875"
- x="10.437507"
- y="32.493786"
- rx="0"
- ry="0" />
- <rect
- ry="0"
- rx="0"
- y="36.47126"
- x="10.437507"
- height="1.875"
- width="1.875"
- id="rect23072"
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none" />
- </g>
- <g
- style="display:inline"
- id="g22515"
- transform="matrix(1,0,0,-1,-51.588305,51.80958)">
- <path
- style="color:#000000;fill:url(#linearGradient35435);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
- d="m 31.474987,44.634988 c 4.90304,-4.045325 7.776832,-6.894317 10.079906,-8.785106 -3.331029,0.964689 -4.802716,1.485612 -8.911474,1.644622 0,0 -0.355929,6.640484 -1.168432,7.140484 z"
- id="path2210"
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cccc"
- id="path2247"
- d="m 33.389463,42.509778 c 1.369779,-0.683829 4.825996,-2.853572 6.125377,-4.734576 -1.662385,0.469833 -3.058295,0.543813 -5.812819,0.742832 0,0 -0.03655,3.0179 -0.312558,3.991744 z"
- style="opacity:0.57079647;color:#000000;fill:none;stroke:url(#linearGradient35437);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:connector-curvature="0" />
- </g>
- </g>
- <g
- id="g8258"
- transform="matrix(0.74615383,0,0,0.74615383,-5.6161892,6.4778259)">
- <path
- inkscape:r_cy="true"
- inkscape:r_cx="true"
- style="opacity:0.15;color:#000000;fill:none;stroke:url(#linearGradient8265);stroke-width:1.99999833;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
- d="m -42.088305,44.096194 0,-30.5 26.06998,14.817079 -26.06998,15.682921 z"
- id="path2682"
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cccc"
- id="path3375"
- d="m -41.588845,42.407684 0,-27.811485 24.103287,13.905743 -24.103287,13.905742 z"
- style="color:#000000;fill:url(#radialGradient8267);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000036;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:r_cx="true"
- inkscape:r_cy="true"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cccc"
- id="path2479"
- d="m -41.588845,42.407684 0,-27.811485 24.103287,13.905743 -24.103287,13.905742 z"
- style="color:#000000;fill:none;stroke:url(#linearGradient8269);stroke-width:1.53587627;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:r_cx="true"
- inkscape:r_cy="true"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cccccccc"
- id="path2481"
- d="m -40.829308,15.92091 0.01047,25.151578 21.524983,-12.570554 z m 0.988184,2.09743 18.614458,10.483594 -18.614458,10.483594 z"
- style="opacity:0.74336285;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.66948462;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:r_cx="true"
- inkscape:r_cy="true"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cccc"
- inkscape:r_cy="true"
- inkscape:r_cx="true"
- id="path2339"
- d="m -39.854658,18.047134 0,10.769445 c 4.269198,-0.04478 8.275716,-0.167876 16.17406,-1.697312 z"
- style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:block;overflow:visible"
- inkscape:connector-curvature="0" />
- </g>
- </g>
+ id="g8258"
+ transform="matrix(0.64230767,0,0,0.64230767,43.287521,6.5646985)">
+ <path
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ style="opacity:0.15;color:#000000;fill:none;stroke:url(#linearGradient8265);stroke-width:1.99999833;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ d="m -42.088305,44.096194 0,-30.5 26.06998,14.817079 -26.06998,15.682921 z"
+ id="path2682"
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path3375"
+ d="m -41.588845,42.407684 0,-27.811485 24.103287,13.905743 -24.103287,13.905742 z"
+ style="color:#000000;fill:url(#radialGradient8267);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000036;marker:none;visibility:visible;display:inline;overflow:visible"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path2479"
+ d="m -41.588845,42.407684 0,-27.811485 24.103287,13.905743 -24.103287,13.905742 z"
+ style="color:#000000;fill:none;stroke:url(#linearGradient8269);stroke-width:1.53587627;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccccccc"
+ id="path2481"
+ d="m -40.829308,15.92091 0.01047,25.151578 21.524983,-12.570554 z m 0.988184,2.09743 18.614458,10.483594 -18.614458,10.483594 z"
+ style="opacity:0.74336285;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.66948462;marker:none;visibility:visible;display:inline;overflow:visible"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ id="path2339"
+ d="m -39.854658,18.047134 0,10.769445 c 4.269198,-0.04478 8.275716,-0.167876 16.17406,-1.697312 z"
+ style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:block;overflow:visible"
+ inkscape:connector-curvature="0" />
</g>
</g>
</svg>
diff --git a/src/com.gluster.storage.management.gui/icons/tango/scalable/task_status_completed.svg b/src/com.gluster.storage.management.gui/icons/tango/scalable/task_status_completed.svg
index 5bde43c4..ce0bf238 100644
--- a/src/com.gluster.storage.management.gui/icons/tango/scalable/task_status_completed.svg
+++ b/src/com.gluster.storage.management.gui/icons/tango/scalable/task_status_completed.svg
@@ -10,82 +10,23 @@
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"
- inkscape:export-ydpi="240.00000"
- inkscape:export-xdpi="240.00000"
- inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png"
- sodipodi:docname="task_status_error.svg"
- inkscape:version="0.48.1 "
+ width="48px"
+ height="48px"
+ id="svg12360"
sodipodi:version="0.32"
- id="svg249"
- height="48.000000px"
- width="48.000000px"
+ inkscape:version="0.48.1 "
+ sodipodi:docname="edit-paste.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.1">
<defs
- id="defs3">
- <linearGradient
- inkscape:collect="always"
- id="linearGradient7580">
- <stop
- style="stop-color:#808080;stop-opacity:1;"
- offset="0"
- id="stop7582" />
- <stop
- style="stop-color:#808080;stop-opacity:0;"
- offset="1"
- id="stop7584" />
- </linearGradient>
- <linearGradient
- id="linearGradient11007">
- <stop
- style="stop-color:#8ab9ed;stop-opacity:1"
- offset="0"
- id="stop11009" />
- <stop
- style="stop-color:#2a5285;stop-opacity:1"
- offset="1"
- id="stop11011" />
- </linearGradient>
- <linearGradient
- id="linearGradient11001">
- <stop
- style="stop-color:#3a71b6;stop-opacity:1"
- offset="0"
- id="stop11003" />
- <stop
- style="stop-color:#203f66;stop-opacity:1"
- offset="1"
- id="stop11005" />
- </linearGradient>
- <linearGradient
- id="linearGradient9056">
- <stop
- style="stop-color:#6acd11;stop-opacity:1"
- offset="0"
- id="stop9058" />
- <stop
- style="stop-color:#4cbe01;stop-opacity:1"
- offset="1"
- id="stop9060" />
- </linearGradient>
- <linearGradient
- id="linearGradient9050">
- <stop
- id="stop9052"
- offset="0"
- style="stop-color:#428405;stop-opacity:1" />
- <stop
- id="stop9054"
- offset="1"
- style="stop-color:#356804;stop-opacity:1" />
- </linearGradient>
+ id="defs12362">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 24 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="48 : 24 : 1"
inkscape:persp3d-origin="24 : 16 : 1"
- id="perspective83" />
+ id="perspective80" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060"
@@ -147,160 +88,29 @@
y2="609.50507" />
<linearGradient
inkscape:collect="always"
- id="linearGradient4542">
+ id="linearGradient2259">
<stop
- style="stop-color:#000000;stop-opacity:1;"
+ style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop4544" />
+ id="stop2261" />
<stop
- style="stop-color:#000000;stop-opacity:0;"
+ style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop4546" />
+ id="stop2263" />
</linearGradient>
<linearGradient
- id="linearGradient15662">
- <stop
- id="stop15664"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:1.0000000;" />
- <stop
- id="stop15666"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <radialGradient
- id="aigrd3"
- cx="20.8921"
- cy="64.5679"
- r="5.257"
- fx="20.8921"
- fy="64.5679"
- gradientUnits="userSpaceOnUse">
- <stop
- offset="0"
- style="stop-color:#F0F0F0"
- id="stop15573" />
- <stop
- offset="1.0000000"
- style="stop-color:#9a9a9a;stop-opacity:1.0000000;"
- id="stop15575" />
- </radialGradient>
- <radialGradient
- id="aigrd2"
- cx="20.8921"
- cy="114.5684"
- r="5.256"
- fx="20.8921"
- fy="114.5684"
- gradientUnits="userSpaceOnUse">
- <stop
- offset="0"
- style="stop-color:#F0F0F0"
- id="stop15566" />
- <stop
- offset="1.0000000"
- style="stop-color:#9a9a9a;stop-opacity:1.0000000;"
- id="stop15568" />
- </radialGradient>
- <linearGradient
- id="linearGradient269">
- <stop
- id="stop270"
- offset="0.0000000"
- style="stop-color:#a3a3a3;stop-opacity:1.0000000;" />
- <stop
- id="stop271"
- offset="1.0000000"
- style="stop-color:#4c4c4c;stop-opacity:1.0000000;" />
- </linearGradient>
- <linearGradient
- id="linearGradient259">
- <stop
- id="stop260"
- offset="0.0000000"
- style="stop-color:#fafafa;stop-opacity:1.0000000;" />
- <stop
- id="stop261"
- offset="1.0000000"
- style="stop-color:#bbbbbb;stop-opacity:1.0000000;" />
- </linearGradient>
- <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient269"
- id="radialGradient15656"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.968273,0,0,1.032767,-96.646447,0.646447)"
- cx="8.8244190"
- cy="3.7561285"
- fx="8.8244190"
- fy="3.7561285"
- r="37.751713" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient259"
- id="radialGradient15658"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.960493,0,0,1.041132,-100,0)"
- cx="33.966679"
- cy="35.736916"
- fx="33.966679"
- fy="35.736916"
- r="86.708450" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15662"
- id="radialGradient15668"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.968273,0,0,1.032767,-96.646447,0.646447)"
- cx="8.1435566"
- cy="7.2678967"
- fx="8.1435566"
- fy="7.2678967"
- r="38.158695" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4542"
- id="radialGradient4548"
- cx="24.306795"
- cy="42.07798"
- fx="24.306795"
- fy="42.07798"
- r="15.821514"
- gradientTransform="matrix(1.000000,0.000000,0.000000,0.284916,0.000000,30.08928)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2251"
- id="linearGradient2257"
- x1="33.396004"
- y1="36.921333"
- x2="34.170048"
- y2="38.070381"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,1.6680446)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient2251">
+ id="linearGradient2239">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop2253" />
+ id="stop2241" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop2255" />
+ id="stop2243" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2224"
- id="linearGradient2230"
- x1="35.996582"
- y1="40.458221"
- x2="33.664921"
- y2="37.770721"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(6.161836,4.033411)" />
- <linearGradient
id="linearGradient2224">
<stop
style="stop-color:#7c7c7c;stop-opacity:1;"
@@ -312,981 +122,238 @@
id="stop2228" />
</linearGradient>
<linearGradient
- y2="37.770721"
- x2="33.664921"
- y1="40.458221"
- x1="35.996582"
- gradientTransform="translate(2.1672066,2.0430446)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient22486"
- xlink:href="#linearGradient2224"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient5048-2">
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="0"
- id="stop5050-9" />
- <stop
- id="stop5056-4"
- offset="0.5"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop5052-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient5060-1">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop5062-6" />
+ id="linearGradient15234">
<stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop5064-9" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060-1"
- id="radialGradient5031-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <linearGradient
- id="linearGradient2206">
- <stop
- style="stop-color:#c3c6c0;stop-opacity:1.0000000;"
+ style="stop-color:#97978a;stop-opacity:1.0000000;"
offset="0.0000000"
- id="stop2208" />
- <stop
- style="stop-color:#e8eae6;stop-opacity:1.0000000;"
- offset="1.0000000"
- id="stop2210" />
- </linearGradient>
- <linearGradient
- id="linearGradient2214">
+ id="stop15236" />
<stop
- style="stop-color:#a9aaa7;stop-opacity:1.0000000;"
- offset="0.0000000"
- id="stop2216" />
+ id="stop15242"
+ offset="0.50000000"
+ style="stop-color:#c2c2b9;stop-opacity:1.0000000;" />
<stop
- style="stop-color:#676964;stop-opacity:1.0000000;"
+ style="stop-color:#7d7d6f;stop-opacity:1.0000000;"
offset="1.0000000"
- id="stop2218" />
+ id="stop15238" />
</linearGradient>
<linearGradient
- id="linearGradient2222">
+ id="linearGradient15218">
<stop
- style="stop-color:#5187d6;stop-opacity:1;"
- offset="0"
- id="stop2224" />
- <stop
- style="stop-color:#1e4580;stop-opacity:1;"
- offset="1"
- id="stop2227" />
- </linearGradient>
- <linearGradient
- id="linearGradient5048-2-8">
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="0"
- id="stop5050-9-2" />
+ style="stop-color:#f0f0ef;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop15220" />
<stop
- id="stop5056-4-6"
- offset="0.5"
- style="stop-color:black;stop-opacity:1;" />
+ id="stop2269"
+ offset="0.15436138"
+ style="stop-color:#e8e8e8;stop-opacity:1;" />
<stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop5052-5-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2206-8"
- id="linearGradient26980-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.66330865,-49.866678,4.4079179)"
- x1="25.861118"
- y1="26.133587"
- x2="18.300278"
- y2="19.567596" />
- <linearGradient
- id="linearGradient2206-8">
- <stop
- style="stop-color:#c3c6c0;stop-opacity:1.0000000;"
- offset="0.0000000"
- id="stop2208-7" />
+ id="stop2267"
+ offset="0.82758623"
+ style="stop-color:#ffffff;stop-opacity:1;" />
<stop
- style="stop-color:#e8eae6;stop-opacity:1.0000000;"
+ style="stop-color:#d8d8d3;stop-opacity:1.0000000;"
offset="1.0000000"
- id="stop2210-2" />
+ id="stop15222" />
</linearGradient>
<linearGradient
- id="linearGradient2214-2">
+ id="linearGradient14484">
<stop
- style="stop-color:#a9aaa7;stop-opacity:1.0000000;"
+ style="stop-color:#c68827;stop-opacity:1.0000000;"
offset="0.0000000"
- id="stop2216-2" />
+ id="stop14486" />
<stop
- style="stop-color:#676964;stop-opacity:1.0000000;"
+ style="stop-color:#89601f;stop-opacity:1.0000000;"
offset="1.0000000"
- id="stop2218-0" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2222-9"
- id="radialGradient26984-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1520174,0,0,0.90350734,-62.623679,-4.288468)"
- cx="23.994133"
- cy="32.266911"
- fx="23.994133"
- fy="32.266911"
- r="19.088932" />
- <linearGradient
- id="linearGradient2222-9">
- <stop
- style="stop-color:#5187d6;stop-opacity:1;"
- offset="0"
- id="stop2224-6" />
- <stop
- style="stop-color:#1e4580;stop-opacity:1;"
- offset="1"
- id="stop2227-5" />
+ id="stop14488" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2238-7"
- id="linearGradient26986-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.6615617,-49.866678,5.1018165)"
- x1="20.338758"
- y1="19.636894"
- x2="46.092255"
- y2="39.708324" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient2238-7">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop2240-0" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop2242-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2180-7"
- id="linearGradient26988-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4813991,0,0,1.1400975,-61.032972,-4.6105736)"
- x1="8.8207808"
- y1="12.53757"
- x2="12.499243"
- y2="24.238262" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient2180-7">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop2182-3" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop2184-7" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2223-5"
- id="linearGradient26990-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6513633,0,0,0.6513633,49.389075,5.6726225)"
- x1="35.694206"
- y1="37.333858"
- x2="15.044075"
- y2="5.9588566" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient2223-5">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop2225-2" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop2229-2" />
- </linearGradient>
- <linearGradient
- y2="5.9588566"
- x2="15.044075"
- y1="37.333858"
- x1="35.694206"
- gradientTransform="matrix(0.6513633,0,0,0.6513633,-50.610925,5.6726225)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient27106"
- xlink:href="#linearGradient2223-5"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5048"
- id="linearGradient27240"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
- x1="302.85715"
- y1="366.64789"
- x2="302.85715"
- y2="609.50507" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient27242"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient27244"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient259"
- id="radialGradient27246"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.960493,0,0,-1.041132,-51.588305,51.80958)"
- cx="33.966679"
- cy="35.736916"
- fx="33.966679"
- fy="35.736916"
- r="86.708450" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15662"
- id="radialGradient27250"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.968273,0,0,-1.032767,-48.234752,51.163133)"
- cx="8.1435566"
- cy="7.2678967"
- fx="8.1435566"
- fy="7.2678967"
- r="38.158695" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2224"
- id="linearGradient27252"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,2.0430446)"
- x1="35.996582"
- y1="40.458221"
- x2="33.664921"
- y2="37.770721" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2251"
- id="linearGradient27254"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,1.6680446)"
- x1="33.396004"
- y1="36.921333"
- x2="34.170048"
- y2="38.070381" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2206-8"
- id="linearGradient27256"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.66330865,-52.866678,3.4079179)"
- x1="25.861118"
- y1="26.133587"
- x2="18.300278"
- y2="19.567596" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2222-9"
- id="radialGradient27258"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1520174,0,0,0.90350734,-65.623679,-5.288468)"
- cx="23.994133"
- cy="32.266911"
- fx="23.994133"
- fy="32.266911"
- r="19.088932" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2238-7"
- id="linearGradient27260"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.6615617,-52.866678,4.1018165)"
- x1="20.338758"
- y1="19.636894"
- x2="46.092255"
- y2="39.708324" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2180-7"
- id="linearGradient27262"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4813991,0,0,1.1400975,-64.032972,-5.6105736)"
- x1="8.8207808"
- y1="12.53757"
- x2="12.499243"
- y2="24.238262" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2223-5"
- id="linearGradient27264"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6513633,0,0,0.6513633,-53.610925,4.6726225)"
- x1="35.694206"
- y1="37.333858"
- x2="15.044075"
- y2="5.9588566" />
- <radialGradient
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.536723,0,16.87306)"
- r="15.644737"
- fy="36.421127"
- fx="24.837126"
- cy="36.421127"
- cx="24.837126"
- id="radialGradient8668"
- xlink:href="#linearGradient8662"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient8662"
- inkscape:collect="always">
- <stop
- id="stop8664"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop8666"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- id="linearGradient2591">
- <stop
- style="stop-color:#73d216"
- offset="0"
- id="stop2593" />
- <stop
- style="stop-color:#49bd00;stop-opacity:1;"
- offset="1"
- id="stop2595" />
- </linearGradient>
- <linearGradient
- id="linearGradient2591-7">
+ id="linearGradient13746">
<stop
- style="stop-color:#73d216"
+ style="stop-color:#646459;stop-opacity:1;"
offset="0"
- id="stop2593-1" />
+ id="stop13748" />
<stop
- style="stop-color:#49bd00;stop-opacity:1;"
+ style="stop-color:#646459;stop-opacity:0;"
offset="1"
- id="stop2595-8" />
+ id="stop13750" />
</linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5048"
- id="linearGradient35425"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
- x1="302.85715"
- y1="366.64789"
- x2="302.85715"
- y2="609.50507" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient35427"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient35429"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient259"
- id="radialGradient35431"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.960493,0,0,-1.041132,-51.588305,51.80958)"
- cx="33.966679"
- cy="8.8006353"
- fx="33.966679"
- fy="8.8006353"
- r="86.708450" />
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient15662"
- id="radialGradient35433"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.968273,0,0,-1.032767,-48.234752,51.163133)"
- cx="8.1435566"
- cy="7.2678967"
- fx="8.1435566"
- fy="7.2678967"
- r="38.158695" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2224"
- id="linearGradient35435"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,2.0430446)"
- x1="35.996582"
- y1="40.458221"
- x2="33.664921"
- y2="37.770721" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2251"
- id="linearGradient35437"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,1.6680446)"
- x1="33.396004"
- y1="36.921333"
- x2="34.170048"
- y2="38.070381" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2206-8"
- id="linearGradient35439"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.66330865,-52.866678,3.4079179)"
- x1="25.861118"
- y1="26.133587"
- x2="18.300278"
- y2="19.567596" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2222-9"
- id="radialGradient35441"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1520174,0,0,0.90350734,-65.623679,-5.288468)"
- cx="23.994133"
- cy="32.266911"
- fx="23.994133"
- fy="32.266911"
- r="19.088932" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2238-7"
- id="linearGradient35443"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.6615617,-52.866678,4.1018165)"
- x1="20.338758"
- y1="19.636894"
- x2="46.092255"
- y2="39.708324" />
+ xlink:href="#linearGradient13746"
+ id="radialGradient13752"
+ cx="24.647722"
+ cy="45.272587"
+ fx="24.647722"
+ fy="45.272587"
+ r="21.011173"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.110577,4.987330e-17,40.26648)"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2180-7"
- id="linearGradient35445"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4813991,0,0,1.1400975,-64.032972,-5.6105736)"
- x1="8.8207808"
- y1="12.53757"
- x2="12.499243"
- y2="24.238262" />
+ xlink:href="#linearGradient14484"
+ id="linearGradient14490"
+ x1="6.1071744"
+ y1="10.451290"
+ x2="33.857143"
+ y2="37.879860"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2223-5"
- id="linearGradient35447"
+ xlink:href="#linearGradient15218"
+ id="linearGradient15224"
+ x1="22.308331"
+ y1="18.992140"
+ x2="43.967285"
+ y2="49.452568"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6513633,0,0,0.6513633,-53.610925,4.6726225)"
- x1="35.694206"
- y1="37.333858"
- x2="15.044075"
- y2="5.9588566" />
+ gradientTransform="matrix(1.065698,0.000000,0.000000,0.987595,-1.564439,7.487332e-2)" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient5075"
- id="linearGradient2306"
+ xlink:href="#linearGradient15234"
+ id="linearGradient15240"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.464211"
+ y2="9.3233509"
gradientUnits="userSpaceOnUse"
- x1="71.288956"
- y1="124.11652"
- x2="70.826942"
- y2="95"
- gradientTransform="translate(-56.000421,-79.094251)" />
+ gradientTransform="matrix(1.052632,0.000000,0.000000,1.000000,-1.789474,0.000000)" />
<linearGradient
- id="linearGradient5075">
- <stop
- style="stop-color:#adb0a8;stop-opacity:1;"
- offset="0"
- id="stop5077" />
- <stop
- style="stop-color:#464744;stop-opacity:1"
- offset="1"
- id="stop5079" />
- </linearGradient>
- <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient2691"
- id="radialGradient2314"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.05324342,-0.836238,2.019473,0.128568,-162.9195,100.0768)"
- cx="107.5884"
- cy="83.990814"
- fx="107.5884"
- fy="83.990814"
- r="12.551644" />
- <linearGradient
- id="linearGradient2691">
- <stop
- id="stop2693"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:1" />
- <stop
- id="stop2695"
- offset="1"
- style="stop-color:#d3d7cf" />
- </linearGradient>
+ xlink:href="#linearGradient2239"
+ id="linearGradient2245"
+ x1="25.682829"
+ y1="12.172059"
+ x2="25.692169"
+ y2="-0.20294096"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2684"
- id="linearGradient2690"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.128181,0,0,1.128181,-53.99314,-83.36009)"
- x1="70.913956"
- y1="101.74152"
- x2="70.951942"
- y2="88.923729" />
- <linearGradient
- id="linearGradient2684">
- <stop
- id="stop2686"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:1;" />
- <stop
- id="stop2688"
- offset="1"
- style="stop-color:#000000;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- y2="88.923729"
- x2="70.951942"
- y1="101.74152"
- x1="70.913956"
- gradientTransform="matrix(1.128181,0,0,1.128181,-64.993141,-91.360091)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient8168"
- xlink:href="#linearGradient2684"
- inkscape:collect="always" />
+ xlink:href="#linearGradient2259"
+ id="linearGradient2265"
+ x1="26.076092"
+ y1="26.696676"
+ x2="30.811172"
+ y2="42.007351"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2684"
- id="linearGradient8252"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.128181,0,0,1.128181,-108.08145,-78.763896)"
- x1="70.913956"
- y1="101.74152"
- x2="70.951942"
- y2="88.923729" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2691"
- id="radialGradient8254"
+ xlink:href="#linearGradient15234"
+ id="linearGradient2283"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.05324342,-0.836238,2.019473,0.128568,-206.0078,112.67299)"
- cx="107.5884"
- cy="83.990814"
- fx="107.5884"
- fy="83.990814"
- r="12.551644" />
+ gradientTransform="matrix(0.538743,0.000000,0.000000,0.511806,10.80080,-0.582640)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.404572"
+ y2="6.481061" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient5075"
- id="linearGradient8256"
+ xlink:href="#linearGradient15234"
+ id="linearGradient2287"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-99.088729,-66.498056)"
- x1="71.288956"
- y1="124.11652"
- x2="70.826942"
- y2="95" />
+ gradientTransform="matrix(1.005222,0.000000,0.000000,0.883928,-0.627923,0.843750)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.464211"
+ y2="9.3233509" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2684"
- id="linearGradient8265"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.128181,0,0,1.128181,-108.08145,-78.763896)"
- x1="70.913956"
- y1="101.74152"
- x2="70.951942"
- y2="88.923729" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9056"
- id="radialGradient8267"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.05324342,-0.836238,2.019473,0.128568,-206.0078,112.67299)"
- cx="107.5884"
- cy="83.990814"
- fx="107.5884"
- fy="83.990814"
- r="12.551644" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9050"
- id="linearGradient8269"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-99.088729,-66.498056)"
- x1="71.288956"
- y1="124.11652"
- x2="70.826942"
- y2="95" />
+ xlink:href="#linearGradient7580"
+ id="linearGradient7586"
+ x1="9.4567318"
+ y1="5.060648"
+ x2="9.1648064"
+ y2="44.43565"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient4255"
- id="linearGradient8019"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.39514626,-0.39514626,0,44.916158,15.340618)"
- x1="51.064072"
- y1="36.929211"
- x2="2.973438"
- y2="15.565757" />
- <linearGradient
- id="linearGradient4255">
+ id="linearGradient7580">
<stop
- style="stop-color:#2a5285;stop-opacity:1;"
+ style="stop-color:#808080;stop-opacity:1;"
offset="0"
- id="stop4257" />
+ id="stop7582" />
<stop
- style="stop-color:#9acbff;stop-opacity:1;"
+ style="stop-color:#808080;stop-opacity:0;"
offset="1"
- id="stop4259" />
+ id="stop7584" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient35212"
- id="linearGradient8021"
+ xlink:href="#linearGradient3872"
+ id="linearGradient6802"
gradientUnits="userSpaceOnUse"
- x1="38.434811"
- y1="17.814163"
- x2="36.937714"
- y2="44.153889" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient35212">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop35214" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop35216" />
- </linearGradient>
- <linearGradient
- id="linearGradient2817">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop2819" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0.48453608;"
- offset="1"
- id="stop2821" />
- </linearGradient>
- <linearGradient
- id="linearGradient2679">
- <stop
- id="stop2681"
- offset="0"
- style="stop-color:#74a2d6;stop-opacity:1" />
- <stop
- id="stop2683"
- offset="1"
- style="stop-color:#2a5285;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient2697">
- <stop
- id="stop2699"
- offset="0"
- style="stop-color:#3364a1;stop-opacity:1" />
- <stop
- id="stop2701"
- offset="1"
- style="stop-color:#203f66;stop-opacity:1" />
- </linearGradient>
+ gradientTransform="matrix(1.3379015,0,0,1.3379015,-570.79912,-780.96845)"
+ x1="434.15228"
+ y1="610.42682"
+ x2="432.16248"
+ y2="601.80182" />
<linearGradient
inkscape:collect="always"
- id="linearGradient3081">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3083" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3085" />
- </linearGradient>
- <linearGradient
- id="linearGradient10869">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop10871" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0.48453608;"
- offset="1"
- id="stop10873" />
- </linearGradient>
- <linearGradient
- id="linearGradient10883">
+ id="linearGradient3872">
<stop
- id="stop10885"
+ style="stop-color:#1a8f23;stop-opacity:1"
offset="0"
- style="stop-color:#babdb6" />
+ id="stop3874" />
<stop
- id="stop10887"
+ style="stop-color:#66ee77;stop-opacity:1"
offset="1"
- style="stop-color:#555753" />
+ id="stop3876" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2817"
- id="linearGradient11079"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.103262,0,0,1.054917,-163.1228,-76.31138)"
- x1="174.83363"
- y1="84.263489"
- x2="174.74524"
- y2="105.49083" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2679"
- id="radialGradient11081"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,212.6949)"
- cx="170.2664"
- cy="102.3308"
- fx="170.2664"
- fy="102.3308"
- r="11" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11001"
- id="linearGradient11083"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,1.004384,-145.0004,-71.4625)"
- x1="169"
- y1="110.33805"
- x2="169"
- y2="93.204849" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3081"
- id="linearGradient11085"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-4e-4,-0.09426)"
- x1="15.089521"
- y1="15.291994"
- x2="14"
- y2="52.510574" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2817"
- id="linearGradient11087"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.103262,0,0,1.054917,-163.1228,-76.31138)"
- x1="174.83363"
- y1="84.263489"
- x2="174.74524"
- y2="105.49083" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11007"
- id="radialGradient11089"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,212.6949)"
- cx="169.77171"
- cy="100.20107"
- fx="169.77171"
- fy="100.20107"
- r="11" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2697"
- id="linearGradient11091"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,1.004384,-145.0004,-71.4625)"
- x1="169"
- y1="110.33805"
- x2="169"
- y2="93.204849" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3081"
- id="linearGradient11093"
+ xlink:href="#linearGradient3892-7"
+ id="linearGradient6804"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-4e-4,-0.09426)"
- x1="15.089521"
- y1="15.291994"
- x2="14"
- y2="52.510574" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3892"
- id="linearGradient3898"
+ gradientTransform="matrix(1.3379015,0,0,1.3379015,-570.79911,-780.96842)"
x1="429.15128"
y1="599.56494"
x2="433.13641"
- y2="610.92285"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-413.32707,-580.0333)" />
+ y2="610.92285" />
<linearGradient
inkscape:collect="always"
- id="linearGradient3892">
+ id="linearGradient3892-7">
<stop
style="stop-color:#fffff8;stop-opacity:1;"
offset="0"
- id="stop3894" />
+ id="stop3894-4" />
<stop
style="stop-color:#fffff8;stop-opacity:0;"
offset="1"
- id="stop3896" />
+ id="stop3896-0" />
</linearGradient>
<linearGradient
y2="610.92285"
x2="433.13641"
y1="599.56494"
x1="429.15128"
- gradientTransform="translate(-467.41538,-559.43711)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient6730"
- xlink:href="#linearGradient3892"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3892-7"
- id="linearGradient3898-1"
- x1="429.15128"
- y1="599.56494"
- x2="433.13641"
- y2="610.92285"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3379015,0,0,1.3379015,-570.79911,-780.96842)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3892-7">
- <stop
- style="stop-color:#fffff8;stop-opacity:1;"
- offset="0"
- id="stop3894-4" />
- <stop
- style="stop-color:#fffff8;stop-opacity:0;"
- offset="1"
- id="stop3896-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3872"
- id="linearGradient3908"
- gradientUnits="userSpaceOnUse"
- x1="434.15228"
- y1="610.42682"
- x2="432.16248"
- y2="601.80182"
- gradientTransform="matrix(1.3379015,0,0,1.3379015,-570.79912,-780.96845)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3872">
- <stop
- style="stop-color:#1a8f23;stop-opacity:1"
- offset="0"
- id="stop3874" />
- <stop
- style="stop-color:#66ee77;stop-opacity:1"
- offset="1"
- id="stop3876" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3872"
- id="linearGradient6802"
+ gradientTransform="matrix(1.3379015,0,0,1.3379015,-570.79911,-780.96842)"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3379015,0,0,1.3379015,-570.79912,-780.96845)"
- x1="434.15228"
- y1="610.42682"
- x2="432.16248"
- y2="601.80182" />
- <linearGradient
- inkscape:collect="always"
+ id="linearGradient15159"
xlink:href="#linearGradient3892-7"
- id="linearGradient6804"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3379015,0,0,1.3379015,-570.79911,-780.96842)"
- x1="429.15128"
- y1="599.56494"
- x2="433.13641"
- y2="610.92285" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7580"
- id="linearGradient7586"
- x1="9.4567318"
- y1="5.060648"
- x2="9.1648064"
- y2="44.43565"
- gradientUnits="userSpaceOnUse" />
+ inkscape:collect="always" />
</defs>
<sodipodi:namedview
- inkscape:window-y="-8"
- inkscape:window-x="-8"
- inkscape:window-height="838"
- inkscape:window-width="1600"
- inkscape:document-units="px"
- inkscape:grid-bbox="true"
- showgrid="false"
- inkscape:current-layer="g26971"
- inkscape:cy="31.046152"
- inkscape:cx="19.499336"
- inkscape:zoom="1"
- inkscape:pageshadow="2"
- inkscape:pageopacity="0.0"
- borderopacity="0.25490196"
- bordercolor="#666666"
- pagecolor="#ffffff"
id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.15294118"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="30.582448"
+ inkscape:cy="15.76288"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1600"
+ inkscape:window-height="838"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
inkscape:showpageshadow="false"
inkscape:window-maximized="1" />
<metadata
- id="metadata4">
+ id="metadata12365">
<rdf:RDF>
<cc:Work
rdf:about="">
@@ -1294,23 +361,25 @@
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
+ <dc:date>2005-10-10</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:creator>
<dc:subject>
<rdf:Bag>
- <rdf:li>document</rdf:li>
- <rdf:li>settings</rdf:li>
- <rdf:li>preferences</rdf:li>
- <rdf:li>properties</rdf:li>
- <rdf:li>tweak</rdf:li>
+ <rdf:li>edit</rdf:li>
+ <rdf:li>paste</rdf:li>
</rdf:Bag>
</dc:subject>
<cc:license
rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
- <dc:creator>
+ <dc:contributor>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
- </dc:creator>
- <dc:source>http://jimmac.musichall.cz</dc:source>
+ </dc:contributor>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/publicdomain/">
@@ -1324,264 +393,185 @@
</rdf:RDF>
</metadata>
<g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="Shadow" />
- <g
- style="display:inline"
- inkscape:groupmode="layer"
- inkscape:label="Base"
- id="layer1" />
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="Text"
- style="display:inline">
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ style="display:inline"
+ id="g5022"
+ transform="matrix(2.325216e-2,0,0,1.485743e-2,44.80627,43.06039)">
+ <rect
+ y="-150.69685"
+ x="-1559.2523"
+ height="478.35718"
+ width="1339.6335"
+ id="rect4173"
+ style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);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" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path5058"
+ d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient5029);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" />
+ <path
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient5031);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"
+ d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
+ id="path5018"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ <rect
+ style="opacity:1.0000000;fill:url(#linearGradient14490);fill-opacity:1.0;fill-rule:evenodd;stroke:#714c16;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1"
+ id="rect12368"
+ width="39.035683"
+ height="41.045437"
+ x="4.4643173"
+ y="4.5000000"
+ rx="1.3879371"
+ ry="1.3879364" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient15224);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000024000000010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect12413"
+ width="30.951559"
+ height="35.976688"
+ x="8.5323219"
+ y="6.5295157"
+ rx="0.56650835"
+ ry="0.56650835" />
+ <rect
+ style="opacity:1.0000000;fill:#5c5c5c;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
+ id="rect13756"
+ width="12.000000"
+ height="4.0000000"
+ x="18.000000"
+ y="0.0000000"
+ rx="0.98387533"
+ ry="0.98387533" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2265);stroke-width:1.00000048;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect15244"
+ width="29.014147"
+ height="34.040764"
+ x="9.5171413"
+ y="7.4665856"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1.0000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#c68827;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
+ id="rect15974"
+ width="37.085655"
+ height="39.092987"
+ x="5.4393425"
+ y="5.4307775"
+ rx="0.47879848"
+ ry="0.47879848" />
+ <rect
+ ry="1.3879364"
+ rx="1.3879377"
+ y="4.4722719"
+ x="14.791488"
+ height="7"
+ width="18.947376"
+ id="rect2208"
+ style="opacity:0.10795455;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="1.3879364"
+ rx="1.3879377"
+ y="3.5000000"
+ x="14.526322"
+ height="7.0000000"
+ width="18.947376"
+ id="rect2285"
+ style="opacity:1.0000000;fill:url(#linearGradient15240);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#5c5c5c;stroke-width:1.0000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" />
+ <rect
+ ry="0.32543635"
+ rx="0.32543635"
+ y="1.2086792"
+ x="19.151323"
+ height="3.5826404"
+ width="9.6973763"
+ id="rect2281"
+ style="opacity:1;fill:url(#linearGradient2283);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient2287);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect13754"
+ width="18.093992"
+ height="6.1875"
+ x="14.953014"
+ y="3.9375"
+ rx="1.0129364"
+ ry="1.0129364" />
+ <path
+ style="opacity:0.31681817;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2245);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 19.46875 1.46875 C 19.466654 1.4708456 19.470414 1.4975336 19.46875 1.5 C 19.46758 1.502776 19.438116 1.4969757 19.4375 1.5 L 19.4375 4.375 C 19.4375 4.3814229 19.46641 4.4006981 19.46875 4.40625 C 19.471216 4.4079135 19.465974 4.4363298 19.46875 4.4375 L 15.9375 4.4375 C 15.91974 4.4375 15.892285 4.4357551 15.875 4.4375 C 15.840968 4.4426713 15.781454 4.4572762 15.75 4.46875 C 15.611832 4.5269964 15.482328 4.6677699 15.4375 4.8125 C 15.426991 4.8535348 15.4375 4.9243489 15.4375 4.96875 L 15.4375 9.125 C 15.4375 9.1427605 15.435755 9.1702147 15.4375 9.1875 C 15.442671 9.2215321 15.457276 9.2810456 15.46875 9.3125 C 15.478458 9.3355281 15.487176 9.3851004 15.5 9.40625 C 15.5046 9.41307 15.526336 9.4309205 15.53125 9.4375 C 15.552124 9.4628138 15.599686 9.5103764 15.625 9.53125 C 15.638159 9.5410789 15.6734 9.5539504 15.6875 9.5625 C 15.702038 9.5703781 15.734648 9.5872782 15.75 9.59375 C 15.781454 9.6052238 15.840968 9.6198287 15.875 9.625 C 15.892285 9.6267449 15.91974 9.625 15.9375 9.625 L 32.0625 9.625 C 32.08026 9.625 32.107715 9.6267449 32.125 9.625 C 32.159032 9.6198287 32.218546 9.6052238 32.25 9.59375 C 32.265352 9.5872782 32.297962 9.5703781 32.3125 9.5625 C 32.3266 9.5539504 32.361841 9.5410789 32.375 9.53125 C 32.400314 9.5103764 32.447876 9.4628138 32.46875 9.4375 C 32.473664 9.4309205 32.4954 9.41307 32.5 9.40625 C 32.512824 9.3851004 32.521542 9.3355281 32.53125 9.3125 C 32.542724 9.2810456 32.557329 9.2215321 32.5625 9.1875 C 32.564245 9.1702147 32.5625 9.1427605 32.5625 9.125 L 32.5625 4.96875 C 32.5625 4.9243489 32.573009 4.8535348 32.5625 4.8125 C 32.517672 4.6677698 32.388168 4.5269964 32.25 4.46875 C 32.218546 4.4572762 32.159032 4.4426713 32.125 4.4375 C 32.107715 4.4357551 32.08026 4.4375 32.0625 4.4375 L 28.53125 4.4375 C 28.534026 4.4363298 28.528784 4.4079135 28.53125 4.40625 C 28.533591 4.4006981 28.5625 4.3814229 28.5625 4.375 L 28.5625 1.5 C 28.561884 1.4969757 28.53242 1.502776 28.53125 1.5 C 28.529586 1.4975336 28.533346 1.4708456 28.53125 1.46875 C 28.528474 1.4675798 28.503024 1.4693657 28.5 1.46875 L 19.5 1.46875 C 19.496976 1.4693657 19.471526 1.4675798 19.46875 1.46875 z "
+ id="rect2232" />
+ <rect
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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"
+ id="rect2271"
+ width="21"
+ height="2"
+ x="14"
+ y="15" />
+ <rect
+ y="19"
+ x="14"
+ height="2"
+ width="20"
+ id="rect2273"
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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" />
+ <rect
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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"
+ id="rect2275"
+ width="18"
+ height="2"
+ x="14"
+ y="23" />
+ <rect
+ y="27"
+ x="14"
+ height="2"
+ width="21"
+ id="rect2277"
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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" />
+ <rect
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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"
+ id="rect2279"
+ width="13"
+ height="2"
+ x="14"
+ y="31" />
+ <rect
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="rect4773"
+ width="20.0625"
+ height="2"
+ x="14"
+ y="35.3125" />
<g
style="display:inline"
- id="g26971"
- transform="translate(-48.411695,-4.5961942)">
- <g
- id="g27205"
- transform="translate(102.5,0)">
- <g
- id="g35397"
- transform="matrix(1.0365373,0,0,1.0365373,-1.1521053,-1.338541)">
- <g
- style="display:inline"
- id="g5022"
- transform="matrix(0.02165152,0,0,0.01485743,-8.580705,46.281584)">
- <rect
- y="-150.69685"
- x="-1559.2523"
- height="478.35718"
- width="1339.6335"
- id="rect4173"
- style="opacity:0.40206185;color:#000000;fill:url(#linearGradient35425);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
- <path
- sodipodi:nodetypes="cccc"
- id="path5058"
- d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z"
- style="opacity:0.40206185;color:#000000;fill:url(#radialGradient35427);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:connector-curvature="0" />
- <path
- style="opacity:0.40206185;color:#000000;fill:url(#radialGradient35429);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z"
- id="path5018"
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0" />
- </g>
- <path
- style="color:#000000;fill:url(#radialGradient35431);fill-opacity:1;fill-rule:nonzero;stroke:#808080;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible"
- d="m -43.835704,48.163134 32.576903,0 c 0.636573,0 1.149049,-0.512476 1.149049,-1.149049 l 0,-31.105315 c -3.168864,-2.905608 -6.491445,-5.9334976 -9.871181,-8.6661296 l -23.854771,0 c -0.636573,0 -1.149048,0.512475 -1.149048,1.149048 l 0,38.6223966 c 0,0.636573 0.512475,1.149049 1.149048,1.149049 z"
- id="rect15391"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="sssccssss" />
- <path
- style="color:#000000;fill:none;stroke:url(#radialGradient35433);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible"
- d="m -43.773203,47.225634 32.47779,0 c 0.08257,0 0.148336,-0.06648 0.149048,-0.149049 l 0.266316,-30.868047 c 0.0068,-0.783664 -8.098317,-8.1134053 -9.428891,-8.103525 l -23.464263,0.1742364 c -0.08257,6.131e-4 -0.149048,0.06648 -0.149048,0.149049 l 0,38.6482866 c 0,0.08257 0.06648,0.149049 0.149048,0.149049 z"
- id="rect15660"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="sssssssss" />
- <g
- style="display:inline"
- transform="translate(-50.963312,3.5961942)"
- id="g2253">
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15686"
- width="22.000004"
- height="1"
- x="15.000002"
- y="9"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15690"
- width="22.000004"
- height="1"
- x="15.000002"
- y="13"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15694"
- width="22.000004"
- height="1"
- x="15.000002"
- y="17"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15698"
- width="22.000004"
- height="1"
- x="15.000002"
- y="21"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15732"
- width="9.9000053"
- height="1"
- x="14.999992"
- y="25"
- rx="0.068204239"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15736"
- width="22.000004"
- height="1"
- x="14.999992"
- y="29"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15740"
- width="22.000004"
- height="1"
- x="14.999992"
- y="33"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15744"
- width="15.400014"
- height="1"
- x="14.999992"
- y="37"
- rx="0.10609552"
- ry="0.065390877" />
- <rect
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="rect23058"
- width="1.875"
- height="1.875"
- x="10.437507"
- y="8.5"
- rx="0"
- ry="0" />
- <rect
- ry="0"
- rx="0"
- y="12.4375"
- x="10.437507"
- height="1.875"
- width="1.875"
- id="rect23060"
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none" />
- <rect
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="rect23062"
- width="1.875"
- height="1.875"
- x="10.437507"
- y="16.4375"
- rx="0"
- ry="0" />
- <rect
- ry="0"
- rx="0"
- y="20.40625"
- x="10.437507"
- height="1.875"
- width="1.875"
- id="rect23064"
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none" />
- <rect
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="rect23066"
- width="1.875"
- height="1.875"
- x="10.437507"
- y="24.40625"
- rx="0"
- ry="0" />
- <rect
- ry="0"
- rx="0"
- y="28.383726"
- x="10.437507"
- height="1.875"
- width="1.875"
- id="rect23068"
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none" />
- <rect
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="rect23070"
- width="1.875"
- height="1.875"
- x="10.437507"
- y="32.493786"
- rx="0"
- ry="0" />
- <rect
- ry="0"
- rx="0"
- y="36.47126"
- x="10.437507"
- height="1.875"
- width="1.875"
- id="rect23072"
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none" />
- </g>
- <g
- style="display:inline"
- id="g22515"
- transform="matrix(1,0,0,-1,-51.588305,51.80958)">
- <path
- style="color:#000000;fill:url(#linearGradient35435);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
- d="m 31.474987,44.634988 c 4.90304,-4.045325 7.776832,-6.894317 10.079906,-8.785106 -3.331029,0.964689 -4.802716,1.485612 -8.911474,1.644622 0,0 -0.355929,6.640484 -1.168432,7.140484 z"
- id="path2210"
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cccc"
- id="path2247"
- d="m 33.389463,42.509778 c 1.369779,-0.683829 4.825996,-2.853572 6.125377,-4.734576 -1.662385,0.469833 -3.058295,0.543813 -5.812819,0.742832 0,0 -0.03655,3.0179 -0.312558,3.991744 z"
- style="opacity:0.57079647;color:#000000;fill:none;stroke:url(#linearGradient35437);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:connector-curvature="0" />
- </g>
- </g>
- <g
- transform="translate(25.911695,4.596194)"
- style="display:inline"
- id="g2837" />
- <g
- id="g6797"
- transform="translate(-39.1875,0.875)">
- <path
- style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.75663715;color:#000000;fill:url(#linearGradient7586);fill-opacity:1;stroke:none;stroke-width:0.40099999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
- d="m 16.5,18.375 a 1.1892626,1.1892626 0 0 0 -0.6875,0.375 l -7.90625,8.625 -4.375,-3.84375 a 1.1892626,1.1892626 0 0 0 -1.6875,0.125 l -3.78125,4.4375 a 1.1892626,1.1892626 0 0 0 0.125,1.6875 l 9.59375,8.1875 A 1.1892626,1.1892626 0 0 0 9.4375,37.875 L 21.84375,24.25 a 1.1892626,1.1892626 0 0 0 -0.0625,-1.6875 L 17.5,18.6875 a 1.1892626,1.1892626 0 0 0 -1,-0.3125 z"
- id="path7576"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0"
- id="path3102"
- d="M 16.673107,19.547272 8.013486,29.062561 2.742529,24.448272 -1.020319,28.880071 8.554039,37.074718 20.971437,23.444847 z"
- style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#1a8f23;fill-opacity:1;stroke:#1a8f23;stroke-width:0.40137047;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
- <path
- sodipodi:nodetypes="ccccccccc"
- inkscape:connector-curvature="0"
- id="path3880"
- d="m 16.788086,20.928521 -8.530914,9.356615 -5.221977,-4.498962 -2.759421,3.052021 6.43865,5.393482 1.923234,1.630501 1.672377,-1.881357 9.448928,-10.410613 z"
- style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient6802);fill-opacity:1;stroke:none;stroke-width:3.9000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
- <path
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0"
- id="path3884"
- d="M 16.810636,21.547 8.304205,30.907259 3.035188,26.371539 0.892458,28.796452 8.529702,35.204599 19.1684,23.612017 z"
- style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:none;stroke:url(#linearGradient6804);stroke-width:0.86294645;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
- </g>
- </g>
+ id="g6797"
+ transform="translate(14.900805,-3.7211945)">
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.75663715;color:#000000;fill:url(#linearGradient7586);fill-opacity:1;stroke:none;stroke-width:0.40099999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="m 16.5,18.375 a 1.1892626,1.1892626 0 0 0 -0.6875,0.375 l -7.90625,8.625 -4.375,-3.84375 a 1.1892626,1.1892626 0 0 0 -1.6875,0.125 l -3.78125,4.4375 a 1.1892626,1.1892626 0 0 0 0.125,1.6875 l 9.59375,8.1875 A 1.1892626,1.1892626 0 0 0 9.4375,37.875 L 21.84375,24.25 a 1.1892626,1.1892626 0 0 0 -0.0625,-1.6875 L 17.5,18.6875 a 1.1892626,1.1892626 0 0 0 -1,-0.3125 z"
+ id="path7576"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccc"
+ inkscape:connector-curvature="0"
+ id="path3102"
+ d="M 16.673107,19.547272 8.013486,29.062561 2.742529,24.448272 -1.020319,28.880071 8.554039,37.074718 20.971437,23.444847 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#1a8f23;fill-opacity:1;stroke:#1a8f23;stroke-width:0.40137047;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ inkscape:connector-curvature="0"
+ id="path3880"
+ d="m 16.788086,20.928521 -8.530914,9.356615 -5.221977,-4.498962 -2.759421,3.052021 6.43865,5.393482 1.923234,1.630501 1.672377,-1.881357 9.448928,-10.410613 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient6802);fill-opacity:1;stroke:none;stroke-width:3.9000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+ <path
+ sodipodi:nodetypes="ccccccc"
+ inkscape:connector-curvature="0"
+ id="path3884"
+ d="M 16.810636,21.547 8.304205,30.907259 3.035188,26.371539 0.892458,28.796452 8.529702,35.204599 19.1684,23.612017 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:none;stroke:url(#linearGradient15159);stroke-width:0.86294645;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
</g>
</g>
</svg>
diff --git a/src/com.gluster.storage.management.gui/icons/tango/scalable/task_status_error.svg b/src/com.gluster.storage.management.gui/icons/tango/scalable/task_status_error.svg
index 05f0adf2..5fb8b116 100644
--- a/src/com.gluster.storage.management.gui/icons/tango/scalable/task_status_error.svg
+++ b/src/com.gluster.storage.management.gui/icons/tango/scalable/task_status_error.svg
@@ -10,115 +10,23 @@
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"
- inkscape:export-ydpi="240.00000"
- inkscape:export-xdpi="240.00000"
- inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png"
- sodipodi:docname="task_status_error.svg"
- inkscape:version="0.48.1 "
+ width="48px"
+ height="48px"
+ id="svg12360"
sodipodi:version="0.32"
- id="svg249"
- height="48.000000px"
- width="48.000000px"
+ inkscape:version="0.48.1 "
+ sodipodi:docname="task_status_completed.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.1">
<defs
- id="defs3">
- <linearGradient
- inkscape:collect="always"
- id="linearGradient13792">
- <stop
- style="stop-color:#8f8f8f;stop-opacity:1;"
- offset="0"
- id="stop13794" />
- <stop
- style="stop-color:#8f8f8f;stop-opacity:0;"
- offset="1"
- id="stop13796" />
- </linearGradient>
- <linearGradient
- id="linearGradient9161">
- <stop
- id="stop9163"
- offset="0"
- style="stop-color:#e70707;stop-opacity:1" />
- <stop
- id="stop9165"
- offset="1"
- style="stop-color:#de6161;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient9141">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop9143" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop9145" />
- </linearGradient>
- <linearGradient
- id="linearGradient9129">
- <stop
- style="stop-color:#1a8f23;stop-opacity:1"
- offset="0"
- id="stop9131" />
- <stop
- style="stop-color:#58dd68;stop-opacity:1"
- offset="1"
- id="stop9133" />
- </linearGradient>
- <linearGradient
- id="linearGradient11007">
- <stop
- style="stop-color:#8ab9ed;stop-opacity:1"
- offset="0"
- id="stop11009" />
- <stop
- style="stop-color:#2a5285;stop-opacity:1"
- offset="1"
- id="stop11011" />
- </linearGradient>
- <linearGradient
- id="linearGradient11001">
- <stop
- style="stop-color:#3a71b6;stop-opacity:1"
- offset="0"
- id="stop11003" />
- <stop
- style="stop-color:#203f66;stop-opacity:1"
- offset="1"
- id="stop11005" />
- </linearGradient>
- <linearGradient
- id="linearGradient9056">
- <stop
- style="stop-color:#6acd11;stop-opacity:1"
- offset="0"
- id="stop9058" />
- <stop
- style="stop-color:#4cbe01;stop-opacity:1"
- offset="1"
- id="stop9060" />
- </linearGradient>
- <linearGradient
- id="linearGradient9050">
- <stop
- id="stop9052"
- offset="0"
- style="stop-color:#428405;stop-opacity:1" />
- <stop
- id="stop9054"
- offset="1"
- style="stop-color:#356804;stop-opacity:1" />
- </linearGradient>
+ id="defs12362">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 24 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="48 : 24 : 1"
inkscape:persp3d-origin="24 : 16 : 1"
- id="perspective83" />
+ id="perspective80" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060"
@@ -180,160 +88,29 @@
y2="609.50507" />
<linearGradient
inkscape:collect="always"
- id="linearGradient4542">
+ id="linearGradient2259">
<stop
- style="stop-color:#000000;stop-opacity:1;"
+ style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop4544" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop4546" />
- </linearGradient>
- <linearGradient
- id="linearGradient15662">
- <stop
- id="stop15664"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ id="stop2261" />
<stop
- id="stop15666"
+ style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
+ id="stop2263" />
</linearGradient>
- <radialGradient
- id="aigrd3"
- cx="20.8921"
- cy="64.5679"
- r="5.257"
- fx="20.8921"
- fy="64.5679"
- gradientUnits="userSpaceOnUse">
- <stop
- offset="0"
- style="stop-color:#F0F0F0"
- id="stop15573" />
- <stop
- offset="1.0000000"
- style="stop-color:#9a9a9a;stop-opacity:1.0000000;"
- id="stop15575" />
- </radialGradient>
- <radialGradient
- id="aigrd2"
- cx="20.8921"
- cy="114.5684"
- r="5.256"
- fx="20.8921"
- fy="114.5684"
- gradientUnits="userSpaceOnUse">
- <stop
- offset="0"
- style="stop-color:#F0F0F0"
- id="stop15566" />
- <stop
- offset="1.0000000"
- style="stop-color:#9a9a9a;stop-opacity:1.0000000;"
- id="stop15568" />
- </radialGradient>
<linearGradient
- id="linearGradient269">
- <stop
- id="stop270"
- offset="0.0000000"
- style="stop-color:#a3a3a3;stop-opacity:1.0000000;" />
- <stop
- id="stop271"
- offset="1.0000000"
- style="stop-color:#4c4c4c;stop-opacity:1.0000000;" />
- </linearGradient>
- <linearGradient
- id="linearGradient259">
- <stop
- id="stop260"
- offset="0.0000000"
- style="stop-color:#fafafa;stop-opacity:1.0000000;" />
- <stop
- id="stop261"
- offset="1.0000000"
- style="stop-color:#bbbbbb;stop-opacity:1.0000000;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient269"
- id="radialGradient15656"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.968273,0,0,1.032767,-96.646447,0.646447)"
- cx="8.8244190"
- cy="3.7561285"
- fx="8.8244190"
- fy="3.7561285"
- r="37.751713" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient259"
- id="radialGradient15658"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.960493,0,0,1.041132,-100,0)"
- cx="33.966679"
- cy="35.736916"
- fx="33.966679"
- fy="35.736916"
- r="86.708450" />
- <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient15662"
- id="radialGradient15668"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.968273,0,0,1.032767,-96.646447,0.646447)"
- cx="8.1435566"
- cy="7.2678967"
- fx="8.1435566"
- fy="7.2678967"
- r="38.158695" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4542"
- id="radialGradient4548"
- cx="24.306795"
- cy="42.07798"
- fx="24.306795"
- fy="42.07798"
- r="15.821514"
- gradientTransform="matrix(1.000000,0.000000,0.000000,0.284916,0.000000,30.08928)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2251"
- id="linearGradient2257"
- x1="33.396004"
- y1="36.921333"
- x2="34.170048"
- y2="38.070381"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,1.6680446)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient2251">
+ id="linearGradient2239">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop2253" />
+ id="stop2241" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop2255" />
+ id="stop2243" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2224"
- id="linearGradient2230"
- x1="35.996582"
- y1="40.458221"
- x2="33.664921"
- y2="37.770721"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(6.161836,4.033411)" />
- <linearGradient
id="linearGradient2224">
<stop
style="stop-color:#7c7c7c;stop-opacity:1;"
@@ -345,1299 +122,309 @@
id="stop2228" />
</linearGradient>
<linearGradient
- y2="37.770721"
- x2="33.664921"
- y1="40.458221"
- x1="35.996582"
- gradientTransform="translate(2.1672066,2.0430446)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient22486"
- xlink:href="#linearGradient2224"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient5048-2">
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="0"
- id="stop5050-9" />
- <stop
- id="stop5056-4"
- offset="0.5"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop5052-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient5060-1">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop5062-6" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop5064-9" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060-1"
- id="radialGradient5031-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <linearGradient
- id="linearGradient2206">
+ id="linearGradient15234">
<stop
- style="stop-color:#c3c6c0;stop-opacity:1.0000000;"
+ style="stop-color:#97978a;stop-opacity:1.0000000;"
offset="0.0000000"
- id="stop2208" />
+ id="stop15236" />
<stop
- style="stop-color:#e8eae6;stop-opacity:1.0000000;"
- offset="1.0000000"
- id="stop2210" />
- </linearGradient>
- <linearGradient
- id="linearGradient2214">
+ id="stop15242"
+ offset="0.50000000"
+ style="stop-color:#c2c2b9;stop-opacity:1.0000000;" />
<stop
- style="stop-color:#a9aaa7;stop-opacity:1.0000000;"
- offset="0.0000000"
- id="stop2216" />
- <stop
- style="stop-color:#676964;stop-opacity:1.0000000;"
+ style="stop-color:#7d7d6f;stop-opacity:1.0000000;"
offset="1.0000000"
- id="stop2218" />
+ id="stop15238" />
</linearGradient>
<linearGradient
- id="linearGradient2222">
- <stop
- style="stop-color:#5187d6;stop-opacity:1;"
- offset="0"
- id="stop2224" />
- <stop
- style="stop-color:#1e4580;stop-opacity:1;"
- offset="1"
- id="stop2227" />
- </linearGradient>
- <linearGradient
- id="linearGradient5048-2-8">
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="0"
- id="stop5050-9-2" />
+ id="linearGradient15218">
<stop
- id="stop5056-4-6"
- offset="0.5"
- style="stop-color:black;stop-opacity:1;" />
+ style="stop-color:#f0f0ef;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop15220" />
<stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop5052-5-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2206-8"
- id="linearGradient26980-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.66330865,-49.866678,4.4079179)"
- x1="25.861118"
- y1="26.133587"
- x2="18.300278"
- y2="19.567596" />
- <linearGradient
- id="linearGradient2206-8">
+ id="stop2269"
+ offset="0.15436138"
+ style="stop-color:#e8e8e8;stop-opacity:1;" />
<stop
- style="stop-color:#c3c6c0;stop-opacity:1.0000000;"
- offset="0.0000000"
- id="stop2208-7" />
+ id="stop2267"
+ offset="0.82758623"
+ style="stop-color:#ffffff;stop-opacity:1;" />
<stop
- style="stop-color:#e8eae6;stop-opacity:1.0000000;"
+ style="stop-color:#d8d8d3;stop-opacity:1.0000000;"
offset="1.0000000"
- id="stop2210-2" />
+ id="stop15222" />
</linearGradient>
<linearGradient
- id="linearGradient2214-2">
+ id="linearGradient14484">
<stop
- style="stop-color:#a9aaa7;stop-opacity:1.0000000;"
+ style="stop-color:#c68827;stop-opacity:1.0000000;"
offset="0.0000000"
- id="stop2216-2" />
+ id="stop14486" />
<stop
- style="stop-color:#676964;stop-opacity:1.0000000;"
+ style="stop-color:#89601f;stop-opacity:1.0000000;"
offset="1.0000000"
- id="stop2218-0" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2222-9"
- id="radialGradient26984-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1520174,0,0,0.90350734,-62.623679,-4.288468)"
- cx="23.994133"
- cy="32.266911"
- fx="23.994133"
- fy="32.266911"
- r="19.088932" />
- <linearGradient
- id="linearGradient2222-9">
- <stop
- style="stop-color:#5187d6;stop-opacity:1;"
- offset="0"
- id="stop2224-6" />
- <stop
- style="stop-color:#1e4580;stop-opacity:1;"
- offset="1"
- id="stop2227-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2238-7"
- id="linearGradient26986-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.6615617,-49.866678,5.1018165)"
- x1="20.338758"
- y1="19.636894"
- x2="46.092255"
- y2="39.708324" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient2238-7">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop2240-0" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop2242-5" />
+ id="stop14488" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2180-7"
- id="linearGradient26988-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4813991,0,0,1.1400975,-61.032972,-4.6105736)"
- x1="8.8207808"
- y1="12.53757"
- x2="12.499243"
- y2="24.238262" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient2180-7">
+ id="linearGradient13746">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ style="stop-color:#646459;stop-opacity:1;"
offset="0"
- id="stop2182-3" />
+ id="stop13748" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ style="stop-color:#646459;stop-opacity:0;"
offset="1"
- id="stop2184-7" />
+ id="stop13750" />
</linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2223-5"
- id="linearGradient26990-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6513633,0,0,0.6513633,49.389075,5.6726225)"
- x1="35.694206"
- y1="37.333858"
- x2="15.044075"
- y2="5.9588566" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient2223-5">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop2225-2" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop2229-2" />
- </linearGradient>
- <linearGradient
- y2="5.9588566"
- x2="15.044075"
- y1="37.333858"
- x1="35.694206"
- gradientTransform="matrix(0.6513633,0,0,0.6513633,-50.610925,5.6726225)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient27106"
- xlink:href="#linearGradient2223-5"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5048"
- id="linearGradient27240"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
- x1="302.85715"
- y1="366.64789"
- x2="302.85715"
- y2="609.50507" />
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient27242"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient27244"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient259"
- id="radialGradient27246"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.960493,0,0,-1.041132,-51.588305,51.80958)"
- cx="33.966679"
- cy="35.736916"
- fx="33.966679"
- fy="35.736916"
- r="86.708450" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15662"
- id="radialGradient27250"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.968273,0,0,-1.032767,-48.234752,51.163133)"
- cx="8.1435566"
- cy="7.2678967"
- fx="8.1435566"
- fy="7.2678967"
- r="38.158695" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2224"
- id="linearGradient27252"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,2.0430446)"
- x1="35.996582"
- y1="40.458221"
- x2="33.664921"
- y2="37.770721" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2251"
- id="linearGradient27254"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,1.6680446)"
- x1="33.396004"
- y1="36.921333"
- x2="34.170048"
- y2="38.070381" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2206-8"
- id="linearGradient27256"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.66330865,-52.866678,3.4079179)"
- x1="25.861118"
- y1="26.133587"
- x2="18.300278"
- y2="19.567596" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2222-9"
- id="radialGradient27258"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1520174,0,0,0.90350734,-65.623679,-5.288468)"
- cx="23.994133"
- cy="32.266911"
- fx="23.994133"
- fy="32.266911"
- r="19.088932" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2238-7"
- id="linearGradient27260"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.6615617,-52.866678,4.1018165)"
- x1="20.338758"
- y1="19.636894"
- x2="46.092255"
- y2="39.708324" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2180-7"
- id="linearGradient27262"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4813991,0,0,1.1400975,-64.032972,-5.6105736)"
- x1="8.8207808"
- y1="12.53757"
- x2="12.499243"
- y2="24.238262" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2223-5"
- id="linearGradient27264"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6513633,0,0,0.6513633,-53.610925,4.6726225)"
- x1="35.694206"
- y1="37.333858"
- x2="15.044075"
- y2="5.9588566" />
- <radialGradient
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.536723,0,16.87306)"
- r="15.644737"
- fy="36.421127"
- fx="24.837126"
- cy="36.421127"
- cx="24.837126"
- id="radialGradient8668"
- xlink:href="#linearGradient8662"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient8662"
- inkscape:collect="always">
- <stop
- id="stop8664"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop8666"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- id="linearGradient2591">
- <stop
- style="stop-color:#73d216"
- offset="0"
- id="stop2593" />
- <stop
- style="stop-color:#49bd00;stop-opacity:1;"
- offset="1"
- id="stop2595" />
- </linearGradient>
- <linearGradient
- id="linearGradient2591-7">
- <stop
- style="stop-color:#73d216"
- offset="0"
- id="stop2593-1" />
- <stop
- style="stop-color:#49bd00;stop-opacity:1;"
- offset="1"
- id="stop2595-8" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5048"
- id="linearGradient35425"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
- x1="302.85715"
- y1="366.64789"
- x2="302.85715"
- y2="609.50507" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient35427"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient35429"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient259"
- id="radialGradient35431"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.960493,0,0,-1.041132,-51.588305,51.80958)"
- cx="33.966679"
- cy="8.8006353"
- fx="33.966679"
- fy="8.8006353"
- r="86.708450" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15662"
- id="radialGradient35433"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.968273,0,0,-1.032767,-48.234752,51.163133)"
- cx="8.1435566"
- cy="7.2678967"
- fx="8.1435566"
- fy="7.2678967"
- r="38.158695" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2224"
- id="linearGradient35435"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,2.0430446)"
- x1="35.996582"
- y1="40.458221"
- x2="33.664921"
- y2="37.770721" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2251"
- id="linearGradient35437"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,1.6680446)"
- x1="33.396004"
- y1="36.921333"
- x2="34.170048"
- y2="38.070381" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2206-8"
- id="linearGradient35439"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.66330865,-52.866678,3.4079179)"
- x1="25.861118"
- y1="26.133587"
- x2="18.300278"
- y2="19.567596" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2222-9"
- id="radialGradient35441"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1520174,0,0,0.90350734,-65.623679,-5.288468)"
- cx="23.994133"
- cy="32.266911"
- fx="23.994133"
- fy="32.266911"
- r="19.088932" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2238-7"
- id="linearGradient35443"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.6615617,-52.866678,4.1018165)"
- x1="20.338758"
- y1="19.636894"
- x2="46.092255"
- y2="39.708324" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2180-7"
- id="linearGradient35445"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4813991,0,0,1.1400975,-64.032972,-5.6105736)"
- x1="8.8207808"
- y1="12.53757"
- x2="12.499243"
- y2="24.238262" />
+ xlink:href="#linearGradient13746"
+ id="radialGradient13752"
+ cx="24.647722"
+ cy="45.272587"
+ fx="24.647722"
+ fy="45.272587"
+ r="21.011173"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.110577,4.987330e-17,40.26648)"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2223-5"
- id="linearGradient35447"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6513633,0,0,0.6513633,-53.610925,4.6726225)"
- x1="35.694206"
- y1="37.333858"
- x2="15.044075"
- y2="5.9588566" />
+ xlink:href="#linearGradient14484"
+ id="linearGradient14490"
+ x1="6.1071744"
+ y1="10.451290"
+ x2="33.857143"
+ y2="37.879860"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient5075"
- id="linearGradient2306"
+ xlink:href="#linearGradient15218"
+ id="linearGradient15224"
+ x1="22.308331"
+ y1="18.992140"
+ x2="43.967285"
+ y2="49.452568"
gradientUnits="userSpaceOnUse"
- x1="71.288956"
- y1="124.11652"
- x2="70.826942"
- y2="95"
- gradientTransform="translate(-56.000421,-79.094251)" />
+ gradientTransform="matrix(1.065698,0.000000,0.000000,0.987595,-1.564439,7.487332e-2)" />
<linearGradient
- id="linearGradient5075">
- <stop
- style="stop-color:#adb0a8;stop-opacity:1;"
- offset="0"
- id="stop5077" />
- <stop
- style="stop-color:#464744;stop-opacity:1"
- offset="1"
- id="stop5079" />
- </linearGradient>
- <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient2691"
- id="radialGradient2314"
+ xlink:href="#linearGradient15234"
+ id="linearGradient15240"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.464211"
+ y2="9.3233509"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.05324342,-0.836238,2.019473,0.128568,-162.9195,100.0768)"
- cx="107.5884"
- cy="83.990814"
- fx="107.5884"
- fy="83.990814"
- r="12.551644" />
- <linearGradient
- id="linearGradient2691">
- <stop
- id="stop2693"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:1" />
- <stop
- id="stop2695"
- offset="1"
- style="stop-color:#d3d7cf" />
- </linearGradient>
+ gradientTransform="matrix(1.052632,0.000000,0.000000,1.000000,-1.789474,0.000000)" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2684"
- id="linearGradient2690"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.128181,0,0,1.128181,-53.99314,-83.36009)"
- x1="70.913956"
- y1="101.74152"
- x2="70.951942"
- y2="88.923729" />
- <linearGradient
- id="linearGradient2684">
- <stop
- id="stop2686"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:1;" />
- <stop
- id="stop2688"
- offset="1"
- style="stop-color:#000000;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- y2="88.923729"
- x2="70.951942"
- y1="101.74152"
- x1="70.913956"
- gradientTransform="matrix(1.128181,0,0,1.128181,-64.993141,-91.360091)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient8168"
- xlink:href="#linearGradient2684"
- inkscape:collect="always" />
+ xlink:href="#linearGradient2239"
+ id="linearGradient2245"
+ x1="25.682829"
+ y1="12.172059"
+ x2="25.692169"
+ y2="-0.20294096"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2684"
- id="linearGradient8252"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.128181,0,0,1.128181,-108.08145,-78.763896)"
- x1="70.913956"
- y1="101.74152"
- x2="70.951942"
- y2="88.923729" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2691"
- id="radialGradient8254"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.05324342,-0.836238,2.019473,0.128568,-206.0078,112.67299)"
- cx="107.5884"
- cy="83.990814"
- fx="107.5884"
- fy="83.990814"
- r="12.551644" />
+ xlink:href="#linearGradient2259"
+ id="linearGradient2265"
+ x1="26.076092"
+ y1="26.696676"
+ x2="30.811172"
+ y2="42.007351"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient5075"
- id="linearGradient8256"
+ xlink:href="#linearGradient15234"
+ id="linearGradient2283"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-99.088729,-66.498056)"
- x1="71.288956"
- y1="124.11652"
- x2="70.826942"
- y2="95" />
+ gradientTransform="matrix(0.538743,0.000000,0.000000,0.511806,10.80080,-0.582640)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.404572"
+ y2="6.481061" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2684"
- id="linearGradient8265"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.128181,0,0,1.128181,-108.08145,-78.763896)"
- x1="70.913956"
- y1="101.74152"
- x2="70.951942"
- y2="88.923729" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9056"
- id="radialGradient8267"
+ xlink:href="#linearGradient15234"
+ id="linearGradient2287"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.05324342,-0.836238,2.019473,0.128568,-206.0078,112.67299)"
- cx="107.5884"
- cy="83.990814"
- fx="107.5884"
- fy="83.990814"
- r="12.551644" />
+ gradientTransform="matrix(1.005222,0.000000,0.000000,0.883928,-0.627923,0.843750)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.464211"
+ y2="9.3233509" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient9050"
- id="linearGradient8269"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-99.088729,-66.498056)"
- x1="71.288956"
- y1="124.11652"
- x2="70.826942"
- y2="95" />
+ xlink:href="#linearGradient7580"
+ id="linearGradient7586"
+ x1="9.4567318"
+ y1="5.060648"
+ x2="9.1648064"
+ y2="44.43565"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient4255"
- id="linearGradient8019"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.39514626,-0.39514626,0,44.916158,15.340618)"
- x1="51.064072"
- y1="36.929211"
- x2="2.973438"
- y2="15.565757" />
- <linearGradient
- id="linearGradient4255">
+ id="linearGradient7580">
<stop
- style="stop-color:#2a5285;stop-opacity:1;"
+ style="stop-color:#808080;stop-opacity:1;"
offset="0"
- id="stop4257" />
+ id="stop7582" />
<stop
- style="stop-color:#9acbff;stop-opacity:1;"
+ style="stop-color:#808080;stop-opacity:0;"
offset="1"
- id="stop4259" />
+ id="stop7584" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient35212"
- id="linearGradient8021"
+ xlink:href="#linearGradient3872"
+ id="linearGradient6802"
gradientUnits="userSpaceOnUse"
- x1="38.434811"
- y1="17.814163"
- x2="36.937714"
- y2="44.153889" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient35212">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop35214" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop35216" />
- </linearGradient>
- <linearGradient
- id="linearGradient2817">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop2819" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0.48453608;"
- offset="1"
- id="stop2821" />
- </linearGradient>
- <linearGradient
- id="linearGradient2679">
- <stop
- id="stop2681"
- offset="0"
- style="stop-color:#74a2d6;stop-opacity:1" />
- <stop
- id="stop2683"
- offset="1"
- style="stop-color:#2a5285;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient2697">
- <stop
- id="stop2699"
- offset="0"
- style="stop-color:#3364a1;stop-opacity:1" />
- <stop
- id="stop2701"
- offset="1"
- style="stop-color:#203f66;stop-opacity:1" />
- </linearGradient>
+ gradientTransform="matrix(1.3379015,0,0,1.3379015,-570.79912,-780.96845)"
+ x1="434.15228"
+ y1="610.42682"
+ x2="432.16248"
+ y2="601.80182" />
<linearGradient
inkscape:collect="always"
- id="linearGradient3081">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3083" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3085" />
- </linearGradient>
- <linearGradient
- id="linearGradient10869">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop10871" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0.48453608;"
- offset="1"
- id="stop10873" />
- </linearGradient>
- <linearGradient
- id="linearGradient10883">
+ id="linearGradient3872">
<stop
- id="stop10885"
+ style="stop-color:#1a8f23;stop-opacity:1"
offset="0"
- style="stop-color:#babdb6" />
+ id="stop3874" />
<stop
- id="stop10887"
+ style="stop-color:#66ee77;stop-opacity:1"
offset="1"
- style="stop-color:#555753" />
+ id="stop3876" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2817"
- id="linearGradient11079"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.103262,0,0,1.054917,-163.1228,-76.31138)"
- x1="174.83363"
- y1="84.263489"
- x2="174.74524"
- y2="105.49083" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2679"
- id="radialGradient11081"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,212.6949)"
- cx="170.2664"
- cy="102.3308"
- fx="170.2664"
- fy="102.3308"
- r="11" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11001"
- id="linearGradient11083"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,1.004384,-145.0004,-71.4625)"
- x1="169"
- y1="110.33805"
- x2="169"
- y2="93.204849" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3081"
- id="linearGradient11085"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-4e-4,-0.09426)"
- x1="15.089521"
- y1="15.291994"
- x2="14"
- y2="52.510574" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2817"
- id="linearGradient11087"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.103262,0,0,1.054917,-163.1228,-76.31138)"
- x1="174.83363"
- y1="84.263489"
- x2="174.74524"
- y2="105.49083" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11007"
- id="radialGradient11089"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,212.6949)"
- cx="169.77171"
- cy="100.20107"
- fx="169.77171"
- fy="100.20107"
- r="11" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2697"
- id="linearGradient11091"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,1.004384,-145.0004,-71.4625)"
- x1="169"
- y1="110.33805"
- x2="169"
- y2="93.204849" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3081"
- id="linearGradient11093"
+ xlink:href="#linearGradient3892-7"
+ id="linearGradient6804"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-4e-4,-0.09426)"
- x1="15.089521"
- y1="15.291994"
- x2="14"
- y2="52.510574" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3892"
- id="linearGradient3898"
+ gradientTransform="matrix(1.3379015,0,0,1.3379015,-570.79911,-780.96842)"
x1="429.15128"
y1="599.56494"
x2="433.13641"
- y2="610.92285"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-413.32707,-580.0333)" />
+ y2="610.92285" />
<linearGradient
inkscape:collect="always"
- id="linearGradient3892">
+ id="linearGradient3892-7">
<stop
style="stop-color:#fffff8;stop-opacity:1;"
offset="0"
- id="stop3894" />
+ id="stop3894-4" />
<stop
style="stop-color:#fffff8;stop-opacity:0;"
offset="1"
- id="stop3896" />
+ id="stop3896-0" />
</linearGradient>
<linearGradient
y2="610.92285"
x2="433.13641"
y1="599.56494"
x1="429.15128"
- gradientTransform="translate(-467.41538,-559.43711)"
+ gradientTransform="matrix(1.3379015,0,0,1.3379015,-570.79911,-780.96842)"
gradientUnits="userSpaceOnUse"
- id="linearGradient6730"
- xlink:href="#linearGradient3892"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
+ id="linearGradient15159"
xlink:href="#linearGradient3892-7"
- id="linearGradient3898-1"
- x1="429.15128"
- y1="599.56494"
- x2="433.13641"
- y2="610.92285"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3379015,0,0,1.3379015,-570.79911,-780.96842)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3892-7">
- <stop
- style="stop-color:#fffff8;stop-opacity:1;"
- offset="0"
- id="stop3894-4" />
- <stop
- style="stop-color:#fffff8;stop-opacity:0;"
- offset="1"
- id="stop3896-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3872"
- id="linearGradient3908"
- gradientUnits="userSpaceOnUse"
- x1="434.15228"
- y1="610.42682"
- x2="432.16248"
- y2="601.80182"
- gradientTransform="matrix(1.3379015,0,0,1.3379015,-570.79912,-780.96845)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3872">
- <stop
- style="stop-color:#1a8f23;stop-opacity:1"
- offset="0"
- id="stop3874" />
- <stop
- style="stop-color:#66ee77;stop-opacity:1"
- offset="1"
- id="stop3876" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2817-4"
- id="linearGradient13377"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.624525,0,0,1.054917,-530.24846,-71.839329)"
- x1="174.83363"
- y1="84.263489"
- x2="174.74524"
- y2="105.49083" />
- <linearGradient
- id="linearGradient2817-4">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop2819-6" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0.48453608;"
- offset="1"
- id="stop2821-0" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13364"
- id="radialGradient13379"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(8.905772e-6,-1.07205,4.98026,-1.250658e-6,-584.92577,217.16695)"
- cx="169.77171"
- cy="100.20107"
- fx="169.77171"
- fy="100.20107"
- r="11" />
- <linearGradient
- id="linearGradient13364">
- <stop
- style="stop-color:#f10a0a;stop-opacity:1"
- offset="0"
- id="stop13366" />
- <stop
- style="stop-color:#cd0101;stop-opacity:1"
- offset="1"
- id="stop13368" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13358"
- id="linearGradient13381"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.498884,0,0,1.004384,-508.20837,-66.990449)"
- x1="169"
- y1="110.33805"
- x2="169"
- y2="93.204849" />
- <linearGradient
- id="linearGradient13358">
- <stop
- style="stop-color:#bd0000;stop-opacity:1"
- offset="0"
- id="stop13360" />
- <stop
- style="stop-color:#970000;stop-opacity:1"
- offset="1"
- id="stop13362" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3081-5"
- id="linearGradient13383"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.8933072,0,0,0.96437208,-157.89239,5.2328667)"
- x1="15.089521"
- y1="15.291994"
- x2="14"
- y2="52.510574" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3081-5">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3083-4" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3085-4" />
- </linearGradient>
+ inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient52493"
- id="linearGradient52499"
- x1="-72.303078"
- y1="20.700233"
- x2="-71.390366"
- y2="31.757452"
+ xlink:href="#linearGradient13792"
+ id="linearGradient13798"
+ x1="164.49797"
+ y1="17.406996"
+ x2="149.96054"
+ y2="31.430309"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- id="linearGradient52493">
- <stop
- style="stop-color:#f7f7f7;stop-opacity:1;"
- offset="0"
- id="stop52495" />
- <stop
- style="stop-color:#f7f7f7;stop-opacity:0;"
- offset="1"
- id="stop52497" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5048-4"
- id="linearGradient35425-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
- x1="302.85715"
- y1="366.64789"
- x2="302.85715"
- y2="609.50507" />
- <linearGradient
- id="linearGradient5048-4">
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="0"
- id="stop5050-4" />
- <stop
- id="stop5056-3"
- offset="0.5"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop5052-6" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060-18"
- id="radialGradient35427-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient5060-18">
+ id="linearGradient13792">
<stop
- style="stop-color:black;stop-opacity:1;"
+ style="stop-color:#8f8f8f;stop-opacity:1;"
offset="0"
- id="stop5062-9" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop5064-1" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060-18"
- id="radialGradient35429-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient259-6"
- id="radialGradient35431-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.960493,0,0,-1.041132,-51.588305,51.80958)"
- cx="33.966679"
- cy="8.8006353"
- fx="33.966679"
- fy="8.8006353"
- r="86.70845" />
- <linearGradient
- id="linearGradient259-6">
- <stop
- id="stop260-3"
- offset="0.0000000"
- style="stop-color:#fafafa;stop-opacity:1.0000000;" />
- <stop
- id="stop261-5"
- offset="1.0000000"
- style="stop-color:#bbbbbb;stop-opacity:1.0000000;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15662-9"
- id="radialGradient35433-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.968273,0,0,-1.032767,-48.234752,51.163133)"
- cx="8.1435566"
- cy="7.2678967"
- fx="8.1435566"
- fy="7.2678967"
- r="38.158695" />
- <linearGradient
- id="linearGradient15662-9">
- <stop
- id="stop15664-1"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+ id="stop13794" />
<stop
- id="stop15666-0"
+ style="stop-color:#8f8f8f;stop-opacity:0;"
offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
+ id="stop13796" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2224-2"
- id="linearGradient35435-8"
+ xlink:href="#linearGradient9161"
+ id="linearGradient13786"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,2.0430446)"
- x1="35.996582"
- y1="40.458221"
- x2="33.664921"
- y2="37.770721" />
+ gradientTransform="translate(-9.2175077,12.197592)"
+ x1="159.45625"
+ y1="34.133106"
+ x2="159.41743"
+ y2="19.593225" />
<linearGradient
- id="linearGradient2224-2">
+ id="linearGradient9161">
<stop
- style="stop-color:#7c7c7c;stop-opacity:1;"
+ id="stop9163"
offset="0"
- id="stop2226-2" />
+ style="stop-color:#e70707;stop-opacity:1" />
<stop
- style="stop-color:#b8b8b8;stop-opacity:1;"
+ id="stop9165"
offset="1"
- id="stop2228-6" />
+ style="stop-color:#de6161;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2251-9"
- id="linearGradient35437-8"
+ xlink:href="#linearGradient9141"
+ id="linearGradient13788"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,1.6680446)"
- x1="33.396004"
- y1="36.921333"
- x2="34.170048"
- y2="38.070381" />
+ x1="159.25"
+ y1="18.296875"
+ x2="159.8125"
+ y2="47.546875" />
<linearGradient
- inkscape:collect="always"
- id="linearGradient2251-9">
+ id="linearGradient9141">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop2253-7" />
+ id="stop9143" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop2255-7" />
- </linearGradient>
- <linearGradient
- id="linearGradient2817-9">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop2819-3" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0.48453608;"
- offset="1"
- id="stop2821-05" />
- </linearGradient>
- <linearGradient
- id="linearGradient2679-3">
- <stop
- id="stop2681-9"
- offset="0"
- style="stop-color:#74a2d6;stop-opacity:1" />
- <stop
- id="stop2683-7"
- offset="1"
- style="stop-color:#2a5285;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient11001-4">
- <stop
- style="stop-color:#3a71b6;stop-opacity:1"
- offset="0"
- id="stop11003-3" />
- <stop
- style="stop-color:#203f66;stop-opacity:1"
- offset="1"
- id="stop11005-5" />
- </linearGradient>
- <linearGradient
- id="linearGradient13513">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop13515" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0.48453608;"
- offset="1"
- id="stop13517" />
- </linearGradient>
- <linearGradient
- id="linearGradient11007-0">
- <stop
- style="stop-color:#8ab9ed;stop-opacity:1"
- offset="0"
- id="stop11009-4" />
- <stop
- style="stop-color:#2a5285;stop-opacity:1"
- offset="1"
- id="stop11011-7" />
- </linearGradient>
- <linearGradient
- id="linearGradient2697-2">
- <stop
- id="stop2699-7"
- offset="0"
- style="stop-color:#3364a1;stop-opacity:1" />
- <stop
- id="stop2701-1"
- offset="1"
- style="stop-color:#203f66;stop-opacity:1" />
+ id="stop9145" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9161"
- id="linearGradient13786"
+ y2="47.546875"
+ x2="159.8125"
+ y1="18.296875"
+ x1="159.25"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-9.2175077,12.197592)"
- x1="159.45625"
- y1="34.133106"
- x2="159.41743"
- y2="19.593225" />
- <linearGradient
- inkscape:collect="always"
+ id="linearGradient15869"
xlink:href="#linearGradient9141"
- id="linearGradient13788"
- gradientUnits="userSpaceOnUse"
- x1="159.25"
- y1="18.296875"
- x2="159.8125"
- y2="47.546875" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13792"
- id="linearGradient13798"
- x1="164.49797"
- y1="17.406996"
- x2="149.96054"
- y2="31.430309"
- gradientUnits="userSpaceOnUse" />
+ inkscape:collect="always" />
</defs>
<sodipodi:namedview
- inkscape:window-y="-8"
- inkscape:window-x="-8"
- inkscape:window-height="838"
- inkscape:window-width="1600"
- inkscape:document-units="px"
- inkscape:grid-bbox="true"
- showgrid="false"
- inkscape:current-layer="g26971"
- inkscape:cy="31.046152"
- inkscape:cx="19.499336"
- inkscape:zoom="1"
- inkscape:pageshadow="2"
- inkscape:pageopacity="0.0"
- borderopacity="0.25490196"
- bordercolor="#666666"
- pagecolor="#ffffff"
id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.15294118"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="29.193387"
+ inkscape:cy="16.157175"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1600"
+ inkscape:window-height="838"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
inkscape:showpageshadow="false"
inkscape:window-maximized="1" />
<metadata
- id="metadata4">
+ id="metadata12365">
<rdf:RDF>
<cc:Work
rdf:about="">
@@ -1645,23 +432,25 @@
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
+ <dc:date>2005-10-10</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:creator>
<dc:subject>
<rdf:Bag>
- <rdf:li>document</rdf:li>
- <rdf:li>settings</rdf:li>
- <rdf:li>preferences</rdf:li>
- <rdf:li>properties</rdf:li>
- <rdf:li>tweak</rdf:li>
+ <rdf:li>edit</rdf:li>
+ <rdf:li>paste</rdf:li>
</rdf:Bag>
</dc:subject>
<cc:license
rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
- <dc:creator>
+ <dc:contributor>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
- </dc:creator>
- <dc:source>http://jimmac.musichall.cz</dc:source>
+ </dc:contributor>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/publicdomain/">
@@ -1675,271 +464,191 @@
</rdf:RDF>
</metadata>
<g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="Shadow" />
- <g
- style="display:inline"
- inkscape:groupmode="layer"
- inkscape:label="Base"
- id="layer1" />
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="Text"
- style="display:inline">
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ style="display:inline"
+ id="g5022"
+ transform="matrix(2.325216e-2,0,0,1.485743e-2,44.80627,43.06039)">
+ <rect
+ y="-150.69685"
+ x="-1559.2523"
+ height="478.35718"
+ width="1339.6335"
+ id="rect4173"
+ style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);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" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path5058"
+ d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient5029);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" />
+ <path
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient5031);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"
+ d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
+ id="path5018"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ <rect
+ style="opacity:1.0000000;fill:url(#linearGradient14490);fill-opacity:1.0;fill-rule:evenodd;stroke:#714c16;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1"
+ id="rect12368"
+ width="39.035683"
+ height="41.045437"
+ x="4.4643173"
+ y="4.5000000"
+ rx="1.3879371"
+ ry="1.3879364" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient15224);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000024000000010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect12413"
+ width="30.951559"
+ height="35.976688"
+ x="8.5323219"
+ y="6.5295157"
+ rx="0.56650835"
+ ry="0.56650835" />
+ <rect
+ style="opacity:1.0000000;fill:#5c5c5c;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
+ id="rect13756"
+ width="12.000000"
+ height="4.0000000"
+ x="18.000000"
+ y="0.0000000"
+ rx="0.98387533"
+ ry="0.98387533" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2265);stroke-width:1.00000048;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect15244"
+ width="29.014147"
+ height="34.040764"
+ x="9.5171413"
+ y="7.4665856"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1.0000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#c68827;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
+ id="rect15974"
+ width="37.085655"
+ height="39.092987"
+ x="5.4393425"
+ y="5.4307775"
+ rx="0.47879848"
+ ry="0.47879848" />
+ <rect
+ ry="1.3879364"
+ rx="1.3879377"
+ y="4.4722719"
+ x="14.791488"
+ height="7"
+ width="18.947376"
+ id="rect2208"
+ style="opacity:0.10795455;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="1.3879364"
+ rx="1.3879377"
+ y="3.5000000"
+ x="14.526322"
+ height="7.0000000"
+ width="18.947376"
+ id="rect2285"
+ style="opacity:1.0000000;fill:url(#linearGradient15240);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#5c5c5c;stroke-width:1.0000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" />
+ <rect
+ ry="0.32543635"
+ rx="0.32543635"
+ y="1.2086792"
+ x="19.151323"
+ height="3.5826404"
+ width="9.6973763"
+ id="rect2281"
+ style="opacity:1;fill:url(#linearGradient2283);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient2287);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect13754"
+ width="18.093992"
+ height="6.1875"
+ x="14.953014"
+ y="3.9375"
+ rx="1.0129364"
+ ry="1.0129364" />
+ <path
+ style="opacity:0.31681817;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2245);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 19.46875 1.46875 C 19.466654 1.4708456 19.470414 1.4975336 19.46875 1.5 C 19.46758 1.502776 19.438116 1.4969757 19.4375 1.5 L 19.4375 4.375 C 19.4375 4.3814229 19.46641 4.4006981 19.46875 4.40625 C 19.471216 4.4079135 19.465974 4.4363298 19.46875 4.4375 L 15.9375 4.4375 C 15.91974 4.4375 15.892285 4.4357551 15.875 4.4375 C 15.840968 4.4426713 15.781454 4.4572762 15.75 4.46875 C 15.611832 4.5269964 15.482328 4.6677699 15.4375 4.8125 C 15.426991 4.8535348 15.4375 4.9243489 15.4375 4.96875 L 15.4375 9.125 C 15.4375 9.1427605 15.435755 9.1702147 15.4375 9.1875 C 15.442671 9.2215321 15.457276 9.2810456 15.46875 9.3125 C 15.478458 9.3355281 15.487176 9.3851004 15.5 9.40625 C 15.5046 9.41307 15.526336 9.4309205 15.53125 9.4375 C 15.552124 9.4628138 15.599686 9.5103764 15.625 9.53125 C 15.638159 9.5410789 15.6734 9.5539504 15.6875 9.5625 C 15.702038 9.5703781 15.734648 9.5872782 15.75 9.59375 C 15.781454 9.6052238 15.840968 9.6198287 15.875 9.625 C 15.892285 9.6267449 15.91974 9.625 15.9375 9.625 L 32.0625 9.625 C 32.08026 9.625 32.107715 9.6267449 32.125 9.625 C 32.159032 9.6198287 32.218546 9.6052238 32.25 9.59375 C 32.265352 9.5872782 32.297962 9.5703781 32.3125 9.5625 C 32.3266 9.5539504 32.361841 9.5410789 32.375 9.53125 C 32.400314 9.5103764 32.447876 9.4628138 32.46875 9.4375 C 32.473664 9.4309205 32.4954 9.41307 32.5 9.40625 C 32.512824 9.3851004 32.521542 9.3355281 32.53125 9.3125 C 32.542724 9.2810456 32.557329 9.2215321 32.5625 9.1875 C 32.564245 9.1702147 32.5625 9.1427605 32.5625 9.125 L 32.5625 4.96875 C 32.5625 4.9243489 32.573009 4.8535348 32.5625 4.8125 C 32.517672 4.6677698 32.388168 4.5269964 32.25 4.46875 C 32.218546 4.4572762 32.159032 4.4426713 32.125 4.4375 C 32.107715 4.4357551 32.08026 4.4375 32.0625 4.4375 L 28.53125 4.4375 C 28.534026 4.4363298 28.528784 4.4079135 28.53125 4.40625 C 28.533591 4.4006981 28.5625 4.3814229 28.5625 4.375 L 28.5625 1.5 C 28.561884 1.4969757 28.53242 1.502776 28.53125 1.5 C 28.529586 1.4975336 28.533346 1.4708456 28.53125 1.46875 C 28.528474 1.4675798 28.503024 1.4693657 28.5 1.46875 L 19.5 1.46875 C 19.496976 1.4693657 19.471526 1.4675798 19.46875 1.46875 z "
+ id="rect2232" />
+ <rect
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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"
+ id="rect2271"
+ width="21"
+ height="2"
+ x="14"
+ y="15" />
+ <rect
+ y="19"
+ x="14"
+ height="2"
+ width="20"
+ id="rect2273"
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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" />
+ <rect
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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"
+ id="rect2275"
+ width="18"
+ height="2"
+ x="14"
+ y="23" />
+ <rect
+ y="27"
+ x="14"
+ height="2"
+ width="21"
+ id="rect2277"
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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" />
+ <rect
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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"
+ id="rect2279"
+ width="13"
+ height="2"
+ x="14"
+ y="31" />
+ <rect
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="rect4773"
+ width="20.0625"
+ height="2"
+ x="14"
+ y="35.3125" />
<g
style="display:inline"
- id="g26971"
- transform="translate(-48.411695,-4.5961942)">
- <g
- id="g2837"
- style="display:inline"
- transform="translate(128.41169,4.596194)" />
- <g
- style="display:inline"
- id="g35397-7"
- transform="matrix(1.0365373,0,0,1.0365373,101.34789,-1.338541)">
- <g
- style="display:inline"
- id="g5022-2"
- transform="matrix(0.02165152,0,0,0.01485743,-8.580705,46.281584)">
- <rect
- y="-150.69685"
- x="-1559.2523"
- height="478.35718"
- width="1339.6335"
- id="rect4173-2"
- style="opacity:0.40206185;color:#000000;fill:url(#linearGradient35425-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
- <path
- sodipodi:nodetypes="cccc"
- id="path5058-7"
- d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z"
- style="opacity:0.40206185;color:#000000;fill:url(#radialGradient35427-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:connector-curvature="0" />
- <path
- style="opacity:0.40206185;color:#000000;fill:url(#radialGradient35429-1);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z"
- id="path5018-0"
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0" />
- </g>
- <path
- style="color:#000000;fill:url(#radialGradient35431-8);fill-opacity:1;fill-rule:nonzero;stroke:#808080;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible"
- d="m -43.835704,48.163134 32.576903,0 c 0.636573,0 1.149049,-0.512476 1.149049,-1.149049 l 0,-31.105315 c -3.168864,-2.905608 -6.491445,-5.9334976 -9.871181,-8.6661296 l -23.854771,0 c -0.636573,0 -1.149048,0.512475 -1.149048,1.149048 l 0,38.6223966 c 0,0.636573 0.512475,1.149049 1.149048,1.149049 z"
- id="rect15391-3"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="sssccssss" />
- <path
- style="color:#000000;fill:none;stroke:url(#radialGradient35433-0);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible"
- d="m -43.773203,47.225634 32.47779,0 c 0.08257,0 0.148336,-0.06648 0.149048,-0.149049 l 0.266316,-30.868047 c 0.0068,-0.783664 -8.098317,-8.1134053 -9.428891,-8.103525 l -23.464263,0.1742364 c -0.08257,6.131e-4 -0.149048,0.06648 -0.149048,0.149049 l 0,38.6482866 c 0,0.08257 0.06648,0.149049 0.149048,0.149049 z"
- id="rect15660-6"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="sssssssss" />
- <g
- style="display:inline"
- transform="translate(-50.963312,3.5961942)"
- id="g2253-0">
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15686-9"
- width="22.000004"
- height="1"
- x="15.000002"
- y="9"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15690-8"
- width="22.000004"
- height="1"
- x="15.000002"
- y="13"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15694-9"
- width="22.000004"
- height="1"
- x="15.000002"
- y="17"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15698-6"
- width="22.000004"
- height="1"
- x="15.000002"
- y="21"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15732-4"
- width="9.9000053"
- height="1"
- x="14.999992"
- y="25"
- rx="0.068204239"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15736-0"
- width="22.000004"
- height="1"
- x="14.999992"
- y="29"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15740-2"
- width="22.000004"
- height="1"
- x="14.999992"
- y="33"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15744-9"
- width="15.400014"
- height="1"
- x="14.999992"
- y="37"
- rx="0.10609552"
- ry="0.065390877" />
- <rect
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="rect23058-0"
- width="1.875"
- height="1.875"
- x="10.437507"
- y="8.5"
- rx="0"
- ry="0" />
- <rect
- ry="0"
- rx="0"
- y="12.4375"
- x="10.437507"
- height="1.875"
- width="1.875"
- id="rect23060-3"
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none" />
- <rect
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="rect23062-2"
- width="1.875"
- height="1.875"
- x="10.437507"
- y="16.4375"
- rx="0"
- ry="0" />
- <rect
- ry="0"
- rx="0"
- y="20.40625"
- x="10.437507"
- height="1.875"
- width="1.875"
- id="rect23064-2"
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none" />
- <rect
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="rect23066-4"
- width="1.875"
- height="1.875"
- x="10.437507"
- y="24.40625"
- rx="0"
- ry="0" />
- <rect
- ry="0"
- rx="0"
- y="28.383726"
- x="10.437507"
- height="1.875"
- width="1.875"
- id="rect23068-7"
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none" />
- <rect
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="rect23070-7"
- width="1.875"
- height="1.875"
- x="10.437507"
- y="32.493786"
- rx="0"
- ry="0" />
- <rect
- ry="0"
- rx="0"
- y="36.47126"
- x="10.437507"
- height="1.875"
- width="1.875"
- id="rect23072-4"
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none" />
- </g>
- <g
- style="display:inline"
- id="g22515-5"
- transform="matrix(1,0,0,-1,-51.588305,51.80958)">
- <path
- style="color:#000000;fill:url(#linearGradient35435-8);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
- d="m 31.474987,44.634988 c 4.90304,-4.045325 7.776832,-6.894317 10.079906,-8.785106 -3.331029,0.964689 -4.802716,1.485612 -8.911474,1.644622 0,0 -0.355929,6.640484 -1.168432,7.140484 z"
- id="path2210-3"
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cccc"
- id="path2247-1"
- d="m 33.389463,42.509778 c 1.369779,-0.683829 4.825996,-2.853572 6.125377,-4.734576 -1.662385,0.469833 -3.058295,0.543813 -5.812819,0.742832 0,0 -0.03655,3.0179 -0.312558,3.991744 z"
- style="opacity:0.57079647;color:#000000;fill:none;stroke:url(#linearGradient35437-8);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:connector-curvature="0" />
- </g>
- </g>
- <g
- transform="translate(248.41168,4.5961937)"
- style="display:inline"
- id="g2837-3" />
- <g
- id="g13781"
- transform="matrix(0.64845351,-0.64845351,0.64845351,0.64845351,-49.395802,100.94756)">
- <path
- sodipodi:type="inkscape:offset"
- inkscape:radius="0"
- inkscape:original="M 157.59375 17.71875 L 157.59375 24.59375 L 150.75 24.59375 L 150.75 29 L 157.59375 29 L 157.59375 35.875 L 162.03125 35.875 L 162.03125 29 L 168.875 29 L 168.875 24.59375 L 162.03125 24.59375 L 162.03125 17.71875 L 157.59375 17.71875 z "
- style="fill:none;stroke:url(#linearGradient13798);stroke-width:4.24102354;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- id="path13790"
- d="m 157.59375,17.71875 0,6.875 -6.84375,0 0,4.40625 6.84375,0 0,6.875 4.4375,0 0,-6.875 6.84375,0 0,-4.40625 -6.84375,0 0,-6.875 -4.4375,0 z"
- transform="translate(-9.2175077,12.197592)" />
- <path
- transform="translate(-9.2175077,12.197592)"
- d="m 157.59375,17.71875 0,6.875 -6.84375,0 0,4.40625 6.84375,0 0,6.875 4.4375,0 0,-6.875 6.84375,0 0,-4.40625 -6.84375,0 0,-6.875 -4.4375,0 z"
- id="path9157"
- style="fill:none;stroke:#750000;stroke-width:2.20000005;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:original="M 157.59375 17.71875 L 157.59375 24.59375 L 150.75 24.59375 L 150.75 29 L 157.59375 29 L 157.59375 35.875 L 162.03125 35.875 L 162.03125 29 L 168.875 29 L 168.875 24.59375 L 162.03125 24.59375 L 162.03125 17.71875 L 157.59375 17.71875 z "
- inkscape:radius="0"
- sodipodi:type="inkscape:offset" />
- <path
- inkscape:connector-curvature="0"
- id="rect8616"
- d="m 148.37624,29.916342 0,6.875 -6.84375,0 0,4.40625 6.84375,0 0,6.875 4.4375,0 0,-6.875 6.84375,0 0,-4.40625 -6.84375,0 0,-6.875 -4.4375,0 z"
- style="fill:url(#linearGradient13786);fill-opacity:1;fill-rule:evenodd;stroke:none" />
- <path
- transform="translate(-9.2175077,12.197592)"
- d="m 158.09375,18.21875 0,6.375 a 0.50828383,0.50828383 0 0 1 -0.5,0.5 l -6.34375,0 0,3.40625 6.34375,0 a 0.50828383,0.50828383 0 0 1 0.5,0.5 l 0,6.375 3.4375,0 0,-6.375 a 0.50828383,0.50828383 0 0 1 0.5,-0.5 l 6.34375,0 0,-3.40625 -6.34375,0 a 0.50828383,0.50828383 0 0 1 -0.5,-0.5 l 0,-6.375 -3.4375,0 z"
- id="path9149"
- style="opacity:0.49557519;fill:none;stroke:url(#linearGradient13788);stroke-opacity:1"
- inkscape:original="M 157.59375 17.71875 L 157.59375 24.59375 L 150.75 24.59375 L 150.75 29 L 157.59375 29 L 157.59375 35.875 L 162.03125 35.875 L 162.03125 29 L 168.875 29 L 168.875 24.59375 L 162.03125 24.59375 L 162.03125 17.71875 L 157.59375 17.71875 z "
- inkscape:radius="-0.50823301"
- sodipodi:type="inkscape:offset" />
- </g>
+ id="g13781"
+ transform="matrix(0.64845351,-0.64845351,0.64845351,0.64845351,-97.807497,96.351366)">
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="0"
+ inkscape:original="M 157.59375 17.71875 L 157.59375 24.59375 L 150.75 24.59375 L 150.75 29 L 157.59375 29 L 157.59375 35.875 L 162.03125 35.875 L 162.03125 29 L 168.875 29 L 168.875 24.59375 L 162.03125 24.59375 L 162.03125 17.71875 L 157.59375 17.71875 z "
+ style="fill:none;stroke:url(#linearGradient13798);stroke-width:4.24102354;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path13790"
+ d="m 157.59375,17.71875 0,6.875 -6.84375,0 0,4.40625 6.84375,0 0,6.875 4.4375,0 0,-6.875 6.84375,0 0,-4.40625 -6.84375,0 0,-6.875 -4.4375,0 z"
+ transform="translate(-9.2175077,12.197592)" />
+ <path
+ transform="translate(-9.2175077,12.197592)"
+ d="m 157.59375,17.71875 0,6.875 -6.84375,0 0,4.40625 6.84375,0 0,6.875 4.4375,0 0,-6.875 6.84375,0 0,-4.40625 -6.84375,0 0,-6.875 -4.4375,0 z"
+ id="path9157"
+ style="fill:none;stroke:#750000;stroke-width:2.20000005;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:original="M 157.59375 17.71875 L 157.59375 24.59375 L 150.75 24.59375 L 150.75 29 L 157.59375 29 L 157.59375 35.875 L 162.03125 35.875 L 162.03125 29 L 168.875 29 L 168.875 24.59375 L 162.03125 24.59375 L 162.03125 17.71875 L 157.59375 17.71875 z "
+ inkscape:radius="0"
+ sodipodi:type="inkscape:offset" />
+ <path
+ inkscape:connector-curvature="0"
+ id="rect8616"
+ d="m 148.37624,29.916342 0,6.875 -6.84375,0 0,4.40625 6.84375,0 0,6.875 4.4375,0 0,-6.875 6.84375,0 0,-4.40625 -6.84375,0 0,-6.875 -4.4375,0 z"
+ style="fill:url(#linearGradient13786);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <path
+ transform="translate(-9.2175077,12.197592)"
+ d="m 158.09375,18.21875 0,6.375 a 0.50828383,0.50828383 0 0 1 -0.5,0.5 l -6.34375,0 0,3.40625 6.34375,0 a 0.50828383,0.50828383 0 0 1 0.5,0.5 l 0,6.375 3.4375,0 0,-6.375 a 0.50828383,0.50828383 0 0 1 0.5,-0.5 l 6.34375,0 0,-3.40625 -6.34375,0 a 0.50828383,0.50828383 0 0 1 -0.5,-0.5 l 0,-6.375 -3.4375,0 z"
+ id="path9149"
+ style="opacity:0.49557519;fill:none;stroke:url(#linearGradient15869);stroke-opacity:1"
+ inkscape:original="M 157.59375 17.71875 L 157.59375 24.59375 L 150.75 24.59375 L 150.75 29 L 157.59375 29 L 157.59375 35.875 L 162.03125 35.875 L 162.03125 29 L 168.875 29 L 168.875 24.59375 L 162.03125 24.59375 L 162.03125 17.71875 L 157.59375 17.71875 z "
+ inkscape:radius="-0.50823301"
+ sodipodi:type="inkscape:offset" />
</g>
</g>
</svg>
diff --git a/src/com.gluster.storage.management.gui/icons/tango/scalable/task_stopped.svg b/src/com.gluster.storage.management.gui/icons/tango/scalable/task_stopped.svg
index 17945d57..d900f03f 100644
--- a/src/com.gluster.storage.management.gui/icons/tango/scalable/task_stopped.svg
+++ b/src/com.gluster.storage.management.gui/icons/tango/scalable/task_stopped.svg
@@ -10,92 +10,23 @@
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"
- inkscape:export-ydpi="240.00000"
- inkscape:export-xdpi="240.00000"
- inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png"
- sodipodi:docname="task_paused.svg"
- inkscape:version="0.48.1 "
+ width="48px"
+ height="48px"
+ id="svg12360"
sodipodi:version="0.32"
- id="svg249"
- height="48.000000px"
- width="48.000000px"
+ inkscape:version="0.48.1 "
+ sodipodi:docname="task_running.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.1">
<defs
- id="defs3">
- <linearGradient
- id="linearGradient13364">
- <stop
- style="stop-color:#f10a0a;stop-opacity:1"
- offset="0"
- id="stop13366" />
- <stop
- style="stop-color:#cd0101;stop-opacity:1"
- offset="1"
- id="stop13368" />
- </linearGradient>
- <linearGradient
- id="linearGradient13358">
- <stop
- style="stop-color:#bd0000;stop-opacity:1"
- offset="0"
- id="stop13360" />
- <stop
- style="stop-color:#970000;stop-opacity:1"
- offset="1"
- id="stop13362" />
- </linearGradient>
- <linearGradient
- id="linearGradient11007">
- <stop
- style="stop-color:#8ab9ed;stop-opacity:1"
- offset="0"
- id="stop11009" />
- <stop
- style="stop-color:#2a5285;stop-opacity:1"
- offset="1"
- id="stop11011" />
- </linearGradient>
- <linearGradient
- id="linearGradient11001">
- <stop
- style="stop-color:#3a71b6;stop-opacity:1"
- offset="0"
- id="stop11003" />
- <stop
- style="stop-color:#203f66;stop-opacity:1"
- offset="1"
- id="stop11005" />
- </linearGradient>
- <linearGradient
- id="linearGradient9056">
- <stop
- style="stop-color:#6acd11;stop-opacity:1"
- offset="0"
- id="stop9058" />
- <stop
- style="stop-color:#4cbe01;stop-opacity:1"
- offset="1"
- id="stop9060" />
- </linearGradient>
- <linearGradient
- id="linearGradient9050">
- <stop
- id="stop9052"
- offset="0"
- style="stop-color:#428405;stop-opacity:1" />
- <stop
- id="stop9054"
- offset="1"
- style="stop-color:#356804;stop-opacity:1" />
- </linearGradient>
+ id="defs12362">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 24 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="48 : 24 : 1"
inkscape:persp3d-origin="24 : 16 : 1"
- id="perspective83" />
+ id="perspective80" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060"
@@ -157,160 +88,29 @@
y2="609.50507" />
<linearGradient
inkscape:collect="always"
- id="linearGradient4542">
+ id="linearGradient2259">
<stop
- style="stop-color:#000000;stop-opacity:1;"
+ style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop4544" />
+ id="stop2261" />
<stop
- style="stop-color:#000000;stop-opacity:0;"
+ style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop4546" />
+ id="stop2263" />
</linearGradient>
<linearGradient
- id="linearGradient15662">
- <stop
- id="stop15664"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:1.0000000;" />
- <stop
- id="stop15666"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <radialGradient
- id="aigrd3"
- cx="20.8921"
- cy="64.5679"
- r="5.257"
- fx="20.8921"
- fy="64.5679"
- gradientUnits="userSpaceOnUse">
- <stop
- offset="0"
- style="stop-color:#F0F0F0"
- id="stop15573" />
- <stop
- offset="1.0000000"
- style="stop-color:#9a9a9a;stop-opacity:1.0000000;"
- id="stop15575" />
- </radialGradient>
- <radialGradient
- id="aigrd2"
- cx="20.8921"
- cy="114.5684"
- r="5.256"
- fx="20.8921"
- fy="114.5684"
- gradientUnits="userSpaceOnUse">
- <stop
- offset="0"
- style="stop-color:#F0F0F0"
- id="stop15566" />
- <stop
- offset="1.0000000"
- style="stop-color:#9a9a9a;stop-opacity:1.0000000;"
- id="stop15568" />
- </radialGradient>
- <linearGradient
- id="linearGradient269">
- <stop
- id="stop270"
- offset="0.0000000"
- style="stop-color:#a3a3a3;stop-opacity:1.0000000;" />
- <stop
- id="stop271"
- offset="1.0000000"
- style="stop-color:#4c4c4c;stop-opacity:1.0000000;" />
- </linearGradient>
- <linearGradient
- id="linearGradient259">
- <stop
- id="stop260"
- offset="0.0000000"
- style="stop-color:#fafafa;stop-opacity:1.0000000;" />
- <stop
- id="stop261"
- offset="1.0000000"
- style="stop-color:#bbbbbb;stop-opacity:1.0000000;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient269"
- id="radialGradient15656"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.968273,0,0,1.032767,-96.646447,0.646447)"
- cx="8.8244190"
- cy="3.7561285"
- fx="8.8244190"
- fy="3.7561285"
- r="37.751713" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient259"
- id="radialGradient15658"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.960493,0,0,1.041132,-100,0)"
- cx="33.966679"
- cy="35.736916"
- fx="33.966679"
- fy="35.736916"
- r="86.708450" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15662"
- id="radialGradient15668"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.968273,0,0,1.032767,-96.646447,0.646447)"
- cx="8.1435566"
- cy="7.2678967"
- fx="8.1435566"
- fy="7.2678967"
- r="38.158695" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4542"
- id="radialGradient4548"
- cx="24.306795"
- cy="42.07798"
- fx="24.306795"
- fy="42.07798"
- r="15.821514"
- gradientTransform="matrix(1.000000,0.000000,0.000000,0.284916,0.000000,30.08928)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2251"
- id="linearGradient2257"
- x1="33.396004"
- y1="36.921333"
- x2="34.170048"
- y2="38.070381"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,1.6680446)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient2251">
+ id="linearGradient2239">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop2253" />
+ id="stop2241" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop2255" />
+ id="stop2243" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2224"
- id="linearGradient2230"
- x1="35.996582"
- y1="40.458221"
- x2="33.664921"
- y2="37.770721"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(6.161836,4.033411)" />
- <linearGradient
id="linearGradient2224">
<stop
style="stop-color:#7c7c7c;stop-opacity:1;"
@@ -322,641 +122,192 @@
id="stop2228" />
</linearGradient>
<linearGradient
- y2="37.770721"
- x2="33.664921"
- y1="40.458221"
- x1="35.996582"
- gradientTransform="translate(2.1672066,2.0430446)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient22486"
- xlink:href="#linearGradient2224"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient5048-2">
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="0"
- id="stop5050-9" />
- <stop
- id="stop5056-4"
- offset="0.5"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop5052-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient5060-1">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop5062-6" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop5064-9" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060-1"
- id="radialGradient5031-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <linearGradient
- id="linearGradient2206">
+ id="linearGradient15234">
<stop
- style="stop-color:#c3c6c0;stop-opacity:1.0000000;"
+ style="stop-color:#97978a;stop-opacity:1.0000000;"
offset="0.0000000"
- id="stop2208" />
- <stop
- style="stop-color:#e8eae6;stop-opacity:1.0000000;"
- offset="1.0000000"
- id="stop2210" />
- </linearGradient>
- <linearGradient
- id="linearGradient2214">
+ id="stop15236" />
<stop
- style="stop-color:#a9aaa7;stop-opacity:1.0000000;"
- offset="0.0000000"
- id="stop2216" />
+ id="stop15242"
+ offset="0.50000000"
+ style="stop-color:#c2c2b9;stop-opacity:1.0000000;" />
<stop
- style="stop-color:#676964;stop-opacity:1.0000000;"
+ style="stop-color:#7d7d6f;stop-opacity:1.0000000;"
offset="1.0000000"
- id="stop2218" />
- </linearGradient>
- <linearGradient
- id="linearGradient2222">
- <stop
- style="stop-color:#5187d6;stop-opacity:1;"
- offset="0"
- id="stop2224" />
- <stop
- style="stop-color:#1e4580;stop-opacity:1;"
- offset="1"
- id="stop2227" />
+ id="stop15238" />
</linearGradient>
<linearGradient
- id="linearGradient5048-2-8">
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="0"
- id="stop5050-9-2" />
+ id="linearGradient15218">
<stop
- id="stop5056-4-6"
- offset="0.5"
- style="stop-color:black;stop-opacity:1;" />
+ style="stop-color:#f0f0ef;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop15220" />
<stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop5052-5-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2206-8"
- id="linearGradient26980-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.66330865,-49.866678,4.4079179)"
- x1="25.861118"
- y1="26.133587"
- x2="18.300278"
- y2="19.567596" />
- <linearGradient
- id="linearGradient2206-8">
+ id="stop2269"
+ offset="0.15436138"
+ style="stop-color:#e8e8e8;stop-opacity:1;" />
<stop
- style="stop-color:#c3c6c0;stop-opacity:1.0000000;"
- offset="0.0000000"
- id="stop2208-7" />
+ id="stop2267"
+ offset="0.82758623"
+ style="stop-color:#ffffff;stop-opacity:1;" />
<stop
- style="stop-color:#e8eae6;stop-opacity:1.0000000;"
+ style="stop-color:#d8d8d3;stop-opacity:1.0000000;"
offset="1.0000000"
- id="stop2210-2" />
+ id="stop15222" />
</linearGradient>
<linearGradient
- id="linearGradient2214-2">
+ id="linearGradient14484">
<stop
- style="stop-color:#a9aaa7;stop-opacity:1.0000000;"
+ style="stop-color:#c68827;stop-opacity:1.0000000;"
offset="0.0000000"
- id="stop2216-2" />
+ id="stop14486" />
<stop
- style="stop-color:#676964;stop-opacity:1.0000000;"
+ style="stop-color:#89601f;stop-opacity:1.0000000;"
offset="1.0000000"
- id="stop2218-0" />
+ id="stop14488" />
</linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2222-9"
- id="radialGradient26984-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1520174,0,0,0.90350734,-62.623679,-4.288468)"
- cx="23.994133"
- cy="32.266911"
- fx="23.994133"
- fy="32.266911"
- r="19.088932" />
- <linearGradient
- id="linearGradient2222-9">
- <stop
- style="stop-color:#5187d6;stop-opacity:1;"
- offset="0"
- id="stop2224-6" />
- <stop
- style="stop-color:#1e4580;stop-opacity:1;"
- offset="1"
- id="stop2227-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2238-7"
- id="linearGradient26986-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.6615617,-49.866678,5.1018165)"
- x1="20.338758"
- y1="19.636894"
- x2="46.092255"
- y2="39.708324" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient2238-7">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop2240-0" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop2242-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2180-7"
- id="linearGradient26988-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4813991,0,0,1.1400975,-61.032972,-4.6105736)"
- x1="8.8207808"
- y1="12.53757"
- x2="12.499243"
- y2="24.238262" />
<linearGradient
inkscape:collect="always"
- id="linearGradient2180-7">
+ id="linearGradient13746">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ style="stop-color:#646459;stop-opacity:1;"
offset="0"
- id="stop2182-3" />
+ id="stop13748" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ style="stop-color:#646459;stop-opacity:0;"
offset="1"
- id="stop2184-7" />
+ id="stop13750" />
</linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2223-5"
- id="linearGradient26990-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6513633,0,0,0.6513633,49.389075,5.6726225)"
- x1="35.694206"
- y1="37.333858"
- x2="15.044075"
- y2="5.9588566" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient2223-5">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop2225-2" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop2229-2" />
- </linearGradient>
- <linearGradient
- y2="5.9588566"
- x2="15.044075"
- y1="37.333858"
- x1="35.694206"
- gradientTransform="matrix(0.6513633,0,0,0.6513633,-50.610925,5.6726225)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient27106"
- xlink:href="#linearGradient2223-5"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5048"
- id="linearGradient27240"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
- x1="302.85715"
- y1="366.64789"
- x2="302.85715"
- y2="609.50507" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient27242"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient27244"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient259"
- id="radialGradient27246"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.960493,0,0,-1.041132,-51.588305,51.80958)"
- cx="33.966679"
- cy="35.736916"
- fx="33.966679"
- fy="35.736916"
- r="86.708450" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15662"
- id="radialGradient27250"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.968273,0,0,-1.032767,-48.234752,51.163133)"
- cx="8.1435566"
- cy="7.2678967"
- fx="8.1435566"
- fy="7.2678967"
- r="38.158695" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2224"
- id="linearGradient27252"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,2.0430446)"
- x1="35.996582"
- y1="40.458221"
- x2="33.664921"
- y2="37.770721" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2251"
- id="linearGradient27254"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,1.6680446)"
- x1="33.396004"
- y1="36.921333"
- x2="34.170048"
- y2="38.070381" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2206-8"
- id="linearGradient27256"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.66330865,-52.866678,3.4079179)"
- x1="25.861118"
- y1="26.133587"
- x2="18.300278"
- y2="19.567596" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2222-9"
- id="radialGradient27258"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1520174,0,0,0.90350734,-65.623679,-5.288468)"
- cx="23.994133"
- cy="32.266911"
- fx="23.994133"
- fy="32.266911"
- r="19.088932" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2238-7"
- id="linearGradient27260"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.6615617,-52.866678,4.1018165)"
- x1="20.338758"
- y1="19.636894"
- x2="46.092255"
- y2="39.708324" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2180-7"
- id="linearGradient27262"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4813991,0,0,1.1400975,-64.032972,-5.6105736)"
- x1="8.8207808"
- y1="12.53757"
- x2="12.499243"
- y2="24.238262" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2223-5"
- id="linearGradient27264"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6513633,0,0,0.6513633,-53.610925,4.6726225)"
- x1="35.694206"
- y1="37.333858"
- x2="15.044075"
- y2="5.9588566" />
- <radialGradient
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.536723,0,16.87306)"
- r="15.644737"
- fy="36.421127"
- fx="24.837126"
- cy="36.421127"
- cx="24.837126"
- id="radialGradient8668"
- xlink:href="#linearGradient8662"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient8662"
- inkscape:collect="always">
- <stop
- id="stop8664"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop8666"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- id="linearGradient2591">
- <stop
- style="stop-color:#73d216"
- offset="0"
- id="stop2593" />
- <stop
- style="stop-color:#49bd00;stop-opacity:1;"
- offset="1"
- id="stop2595" />
- </linearGradient>
- <linearGradient
- id="linearGradient2591-7">
- <stop
- style="stop-color:#73d216"
- offset="0"
- id="stop2593-1" />
- <stop
- style="stop-color:#49bd00;stop-opacity:1;"
- offset="1"
- id="stop2595-8" />
- </linearGradient>
+ xlink:href="#linearGradient13746"
+ id="radialGradient13752"
+ cx="24.647722"
+ cy="45.272587"
+ fx="24.647722"
+ fy="45.272587"
+ r="21.011173"
+ gradientTransform="matrix(1.000000,0.000000,0.000000,0.110577,4.987330e-17,40.26648)"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient5048"
- id="linearGradient35425"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
- x1="302.85715"
- y1="366.64789"
- x2="302.85715"
- y2="609.50507" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient35427"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient35429"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient259"
- id="radialGradient35431"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.960493,0,0,-1.041132,-51.588305,51.80958)"
- cx="33.966679"
- cy="8.8006353"
- fx="33.966679"
- fy="8.8006353"
- r="86.708450" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15662"
- id="radialGradient35433"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.968273,0,0,-1.032767,-48.234752,51.163133)"
- cx="8.1435566"
- cy="7.2678967"
- fx="8.1435566"
- fy="7.2678967"
- r="38.158695" />
+ xlink:href="#linearGradient14484"
+ id="linearGradient14490"
+ x1="6.1071744"
+ y1="10.451290"
+ x2="33.857143"
+ y2="37.879860"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2224"
- id="linearGradient35435"
+ xlink:href="#linearGradient15218"
+ id="linearGradient15224"
+ x1="22.308331"
+ y1="18.992140"
+ x2="43.967285"
+ y2="49.452568"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,2.0430446)"
- x1="35.996582"
- y1="40.458221"
- x2="33.664921"
- y2="37.770721" />
+ gradientTransform="matrix(1.065698,0.000000,0.000000,0.987595,-1.564439,7.487332e-2)" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2251"
- id="linearGradient35437"
+ xlink:href="#linearGradient15234"
+ id="linearGradient15240"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.464211"
+ y2="9.3233509"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.1672066,1.6680446)"
- x1="33.396004"
- y1="36.921333"
- x2="34.170048"
- y2="38.070381" />
+ gradientTransform="matrix(1.052632,0.000000,0.000000,1.000000,-1.789474,0.000000)" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2206-8"
- id="linearGradient35439"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.66330865,-52.866678,3.4079179)"
- x1="25.861118"
- y1="26.133587"
- x2="18.300278"
- y2="19.567596" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2222-9"
- id="radialGradient35441"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1520174,0,0,0.90350734,-65.623679,-5.288468)"
- cx="23.994133"
- cy="32.266911"
- fx="23.994133"
- fy="32.266911"
- r="19.088932" />
+ xlink:href="#linearGradient2239"
+ id="linearGradient2245"
+ x1="25.682829"
+ y1="12.172059"
+ x2="25.692169"
+ y2="-0.20294096"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2238-7"
- id="linearGradient35443"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62034994,0,0,0.6615617,-52.866678,4.1018165)"
- x1="20.338758"
- y1="19.636894"
- x2="46.092255"
- y2="39.708324" />
+ xlink:href="#linearGradient2259"
+ id="linearGradient2265"
+ x1="26.076092"
+ y1="26.696676"
+ x2="30.811172"
+ y2="42.007351"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2180-7"
- id="linearGradient35445"
+ xlink:href="#linearGradient15234"
+ id="linearGradient2283"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4813991,0,0,1.1400975,-64.032972,-5.6105736)"
- x1="8.8207808"
- y1="12.53757"
- x2="12.499243"
- y2="24.238262" />
+ gradientTransform="matrix(0.538743,0.000000,0.000000,0.511806,10.80080,-0.582640)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.404572"
+ y2="6.481061" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2223-5"
- id="linearGradient35447"
+ xlink:href="#linearGradient15234"
+ id="linearGradient2287"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6513633,0,0,0.6513633,-53.610925,4.6726225)"
- x1="35.694206"
- y1="37.333858"
- x2="15.044075"
- y2="5.9588566" />
+ gradientTransform="matrix(1.005222,0.000000,0.000000,0.883928,-0.627923,0.843750)"
+ x1="25.404572"
+ y1="3.8180194"
+ x2="25.464211"
+ y2="9.3233509" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient5075"
- id="linearGradient2306"
+ xlink:href="#linearGradient3892-7"
+ id="linearGradient6804"
gradientUnits="userSpaceOnUse"
- x1="71.288956"
- y1="124.11652"
- x2="70.826942"
- y2="95"
- gradientTransform="translate(-56.000421,-79.094251)" />
+ gradientTransform="matrix(1.3379015,0,0,1.3379015,-570.79911,-780.96842)"
+ x1="429.15128"
+ y1="599.56494"
+ x2="433.13641"
+ y2="610.92285" />
<linearGradient
- id="linearGradient5075">
- <stop
- style="stop-color:#adb0a8;stop-opacity:1;"
- offset="0"
- id="stop5077" />
- <stop
- style="stop-color:#464744;stop-opacity:1"
- offset="1"
- id="stop5079" />
- </linearGradient>
- <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient2691"
- id="radialGradient2314"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.05324342,-0.836238,2.019473,0.128568,-162.9195,100.0768)"
- cx="107.5884"
- cy="83.990814"
- fx="107.5884"
- fy="83.990814"
- r="12.551644" />
- <linearGradient
- id="linearGradient2691">
+ id="linearGradient3892-7">
<stop
- id="stop2693"
+ style="stop-color:#fffff8;stop-opacity:1;"
offset="0"
- style="stop-color:#ffffff;stop-opacity:1" />
+ id="stop3894-4" />
<stop
- id="stop2695"
+ style="stop-color:#fffff8;stop-opacity:0;"
offset="1"
- style="stop-color:#d3d7cf" />
+ id="stop3896-0" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2684"
- id="linearGradient2690"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.128181,0,0,1.128181,-53.99314,-83.36009)"
- x1="70.913956"
- y1="101.74152"
- x2="70.951942"
- y2="88.923729" />
- <linearGradient
- id="linearGradient2684">
+ id="linearGradient9161">
<stop
- id="stop2686"
+ id="stop9163"
offset="0"
- style="stop-color:#ffffff;stop-opacity:1;" />
+ style="stop-color:#e70707;stop-opacity:1" />
<stop
- id="stop2688"
+ id="stop9165"
offset="1"
- style="stop-color:#000000;stop-opacity:1;" />
+ style="stop-color:#de6161;stop-opacity:1" />
</linearGradient>
<linearGradient
- y2="88.923729"
- x2="70.951942"
- y1="101.74152"
- x1="70.913956"
- gradientTransform="matrix(1.128181,0,0,1.128181,-64.993141,-91.360091)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient8168"
- xlink:href="#linearGradient2684"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2684"
- id="linearGradient8252"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.128181,0,0,1.128181,-108.08145,-78.763896)"
- x1="70.913956"
- y1="101.74152"
- x2="70.951942"
- y2="88.923729" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2691"
- id="radialGradient8254"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.05324342,-0.836238,2.019473,0.128568,-206.0078,112.67299)"
- cx="107.5884"
- cy="83.990814"
- fx="107.5884"
- fy="83.990814"
- r="12.551644" />
- <linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient5075"
- id="linearGradient8256"
+ xlink:href="#linearGradient9141"
+ id="linearGradient13788"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-99.088729,-66.498056)"
- x1="71.288956"
- y1="124.11652"
- x2="70.826942"
- y2="95" />
+ x1="159.25"
+ y1="18.296875"
+ x2="159.8125"
+ y2="47.546875" />
<linearGradient
- id="linearGradient4255">
+ id="linearGradient9141">
<stop
- style="stop-color:#2a5285;stop-opacity:1;"
+ style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop4257" />
+ id="stop9143" />
<stop
- style="stop-color:#9acbff;stop-opacity:1;"
+ style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop4259" />
+ id="stop9145" />
</linearGradient>
<linearGradient
id="linearGradient2817">
@@ -981,180 +332,119 @@
style="stop-color:#2a5285;stop-opacity:1" />
</linearGradient>
<linearGradient
- id="linearGradient2697">
+ id="linearGradient11001">
<stop
- id="stop2699"
+ style="stop-color:#3a71b6;stop-opacity:1"
offset="0"
- style="stop-color:#3364a1;stop-opacity:1" />
+ id="stop11003" />
<stop
- id="stop2701"
+ style="stop-color:#203f66;stop-opacity:1"
offset="1"
- style="stop-color:#203f66;stop-opacity:1" />
+ id="stop11005" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- id="linearGradient3081">
+ id="linearGradient20988">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ style="stop-color:#000000;stop-opacity:1;"
offset="0"
- id="stop3083" />
+ id="stop20990" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ style="stop-color:#ffffff;stop-opacity:0.48453608;"
offset="1"
- id="stop3085" />
+ id="stop20992" />
</linearGradient>
<linearGradient
- id="linearGradient10869">
+ id="linearGradient11007">
<stop
- style="stop-color:#000000;stop-opacity:1;"
+ style="stop-color:#8ab9ed;stop-opacity:1"
offset="0"
- id="stop10871" />
+ id="stop11009" />
<stop
- style="stop-color:#ffffff;stop-opacity:0.48453608;"
+ style="stop-color:#2a5285;stop-opacity:1"
offset="1"
- id="stop10873" />
+ id="stop11011" />
</linearGradient>
<linearGradient
- id="linearGradient10883">
+ id="linearGradient2697">
<stop
- id="stop10885"
+ id="stop2699"
offset="0"
- style="stop-color:#babdb6" />
+ style="stop-color:#3364a1;stop-opacity:1" />
<stop
- id="stop10887"
+ id="stop2701"
offset="1"
- style="stop-color:#555753" />
+ style="stop-color:#203f66;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2817"
- id="linearGradient11079"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.103262,0,0,1.054917,-163.1228,-76.31138)"
- x1="174.83363"
- y1="84.263489"
- x2="174.74524"
- y2="105.49083" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2679"
- id="radialGradient11081"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,212.6949)"
- cx="170.2664"
- cy="102.3308"
- fx="170.2664"
- fy="102.3308"
- r="11" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11001"
- id="linearGradient11083"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,1.004384,-145.0004,-71.4625)"
- x1="169"
- y1="110.33805"
- x2="169"
- y2="93.204849" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3081"
- id="linearGradient11085"
+ xlink:href="#linearGradient2684"
+ id="linearGradient8265"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-4e-4,-0.09426)"
- x1="15.089521"
- y1="15.291994"
- x2="14"
- y2="52.510574" />
+ gradientTransform="matrix(1.128181,0,0,1.128181,-108.08145,-78.763896)"
+ x1="70.913956"
+ y1="101.74152"
+ x2="70.951942"
+ y2="88.923729" />
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2817"
- id="linearGradient11087"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.103262,0,0,1.054917,-163.1228,-76.31138)"
- x1="174.83363"
- y1="84.263489"
- x2="174.74524"
- y2="105.49083" />
+ id="linearGradient2684">
+ <stop
+ id="stop2686"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop2688"
+ offset="1"
+ style="stop-color:#000000;stop-opacity:1;" />
+ </linearGradient>
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient11007"
- id="radialGradient11089"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,212.6949)"
- cx="169.77171"
- cy="100.20107"
- fx="169.77171"
- fy="100.20107"
- r="11" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2697"
- id="linearGradient11091"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,1.004384,-145.0004,-71.4625)"
- x1="169"
- y1="110.33805"
- x2="169"
- y2="93.204849" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3081"
- id="linearGradient11093"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-4e-4,-0.09426)"
- x1="15.089521"
- y1="15.291994"
- x2="14"
- y2="52.510574" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11503-8"
- id="linearGradient17098"
+ xlink:href="#linearGradient9056"
+ id="radialGradient8267"
gradientUnits="userSpaceOnUse"
- x1="31.542158"
- y1="27.633146"
- x2="39.232777"
- y2="40.738911" />
+ gradientTransform="matrix(0.05324342,-0.836238,2.019473,0.128568,-206.0078,112.67299)"
+ cx="107.5884"
+ cy="83.990814"
+ fx="107.5884"
+ fy="83.990814"
+ r="12.551644" />
<linearGradient
- inkscape:collect="always"
- id="linearGradient11503-8">
+ id="linearGradient9056">
<stop
- style="stop-color:#ef2929"
+ style="stop-color:#6acd11;stop-opacity:1"
offset="0"
- id="stop11505-6" />
+ id="stop9058" />
<stop
- style="stop-color:#cc0000"
+ style="stop-color:#4cbe01;stop-opacity:1"
offset="1"
- id="stop11507-7" />
+ id="stop9060" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient3957-4"
- id="linearGradient17100"
+ xlink:href="#linearGradient9050"
+ id="linearGradient8269"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.509273,0,0,0.473768,23.78749,24.00915)"
- x1="21.993773"
- y1="33.955299"
- x2="20.917078"
- y2="15.814602" />
+ gradientTransform="translate(-99.088729,-66.498056)"
+ x1="71.288956"
+ y1="124.11652"
+ x2="70.826942"
+ y2="95" />
<linearGradient
- id="linearGradient3957-4">
+ id="linearGradient9050">
<stop
- style="stop-color:#fffeff;stop-opacity:0.33333334;"
+ id="stop9052"
offset="0"
- id="stop3959-2" />
+ style="stop-color:#428405;stop-opacity:1" />
<stop
- style="stop-color:#fffeff;stop-opacity:0.21568628;"
+ id="stop9054"
offset="1"
- id="stop3961-0" />
+ style="stop-color:#356804;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2817-4"
- id="linearGradient3430"
+ id="linearGradient13377"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.624525,0,0,1.054917,-436.1019,-76.31138)"
+ gradientTransform="matrix(2.624525,0,0,1.054917,-530.24846,-71.839329)"
x1="174.83363"
y1="84.263489"
x2="174.74524"
@@ -1172,8 +462,8 @@
</linearGradient>
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient2679-0"
- id="radialGradient3427"
+ xlink:href="#linearGradient13364"
+ id="radialGradient13379"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(8.905772e-6,-1.07205,4.98026,-1.250658e-6,-584.92577,217.16695)"
cx="169.77171"
@@ -1182,20 +472,20 @@
fy="100.20107"
r="11" />
<linearGradient
- id="linearGradient2679-0">
+ id="linearGradient13364">
<stop
- id="stop2681-3"
+ style="stop-color:#f10a0a;stop-opacity:1"
offset="0"
- style="stop-color:#f7f7f7;stop-opacity:1" />
+ id="stop13366" />
<stop
- id="stop2683-9"
+ style="stop-color:#cd0101;stop-opacity:1"
offset="1"
- style="stop-color:#ccd0c7;stop-opacity:1" />
+ id="stop13368" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient2697-8"
- id="linearGradient3424"
+ xlink:href="#linearGradient13358"
+ id="linearGradient13381"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.498884,0,0,1.004384,-508.20837,-66.990449)"
x1="169"
@@ -1203,20 +493,20 @@
x2="169"
y2="93.204849" />
<linearGradient
- id="linearGradient2697-8">
+ id="linearGradient13358">
<stop
- id="stop2699-5"
+ style="stop-color:#bd0000;stop-opacity:1"
offset="0"
- style="stop-color:#babdb6" />
+ id="stop13360" />
<stop
- id="stop2701-4"
+ style="stop-color:#970000;stop-opacity:1"
offset="1"
- style="stop-color:#555753" />
+ id="stop13362" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3081-5"
- id="linearGradient3421"
+ id="linearGradient13383"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(3.000198,0,0,1,-161.15256,4.3777962)"
x1="15.089521"
@@ -1235,121 +525,29 @@
offset="1"
id="stop3085-4" />
</linearGradient>
- <linearGradient
- y2="105.49083"
- x2="174.74524"
- y1="84.263489"
- x1="174.83363"
- gradientTransform="matrix(2.624525,0,0,1.054917,-530.24846,-71.839329)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient13292"
- xlink:href="#linearGradient2817-4"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2817-4"
- id="linearGradient13350"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.624525,0,0,1.054917,-530.24846,-71.839329)"
- x1="174.83363"
- y1="84.263489"
- x2="174.74524"
- y2="105.49083" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13364"
- id="radialGradient13352"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(8.905772e-6,-1.07205,4.98026,-1.250658e-6,-584.92577,217.16695)"
- cx="169.77171"
- cy="100.20107"
- fx="169.77171"
- fy="100.20107"
- r="11" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13358"
- id="linearGradient13354"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.498884,0,0,1.004384,-508.20837,-66.990449)"
- x1="169"
- y1="110.33805"
- x2="169"
- y2="93.204849" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3081-5"
- id="linearGradient13356"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(3.000198,0,0,1,-161.15256,4.3777962)"
- x1="15.089521"
- y1="15.291994"
- x2="14"
- y2="52.510574" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2817-4"
- id="linearGradient13377"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.624525,0,0,1.054917,-530.24846,-71.839329)"
- x1="174.83363"
- y1="84.263489"
- x2="174.74524"
- y2="105.49083" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13364"
- id="radialGradient13379"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(8.905772e-6,-1.07205,4.98026,-1.250658e-6,-584.92577,217.16695)"
- cx="169.77171"
- cy="100.20107"
- fx="169.77171"
- fy="100.20107"
- r="11" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13358"
- id="linearGradient13381"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.498884,0,0,1.004384,-508.20837,-66.990449)"
- x1="169"
- y1="110.33805"
- x2="169"
- y2="93.204849" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3081-5"
- id="linearGradient13383"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(3.000198,0,0,1,-161.15256,4.3777962)"
- x1="15.089521"
- y1="15.291994"
- x2="14"
- y2="52.510574" />
</defs>
<sodipodi:namedview
- inkscape:window-y="-8"
- inkscape:window-x="-8"
- inkscape:window-height="838"
- inkscape:window-width="1600"
- inkscape:document-units="px"
- inkscape:grid-bbox="true"
- showgrid="false"
- inkscape:current-layer="g13370"
- inkscape:cy="34.004476"
- inkscape:cx="16.590675"
- inkscape:zoom="1"
- inkscape:pageshadow="2"
- inkscape:pageopacity="0.0"
- borderopacity="0.25490196"
- bordercolor="#666666"
- pagecolor="#ffffff"
id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.15294118"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="28.060335"
+ inkscape:cy="26.126507"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="1600"
+ inkscape:window-height="838"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
inkscape:showpageshadow="false"
inkscape:window-maximized="1" />
<metadata
- id="metadata4">
+ id="metadata12365">
<rdf:RDF>
<cc:Work
rdf:about="">
@@ -1357,23 +555,25 @@
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
+ <dc:date>2005-10-10</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Andreas Nilsson</dc:title>
+ </cc:Agent>
+ </dc:creator>
<dc:subject>
<rdf:Bag>
- <rdf:li>document</rdf:li>
- <rdf:li>settings</rdf:li>
- <rdf:li>preferences</rdf:li>
- <rdf:li>properties</rdf:li>
- <rdf:li>tweak</rdf:li>
+ <rdf:li>edit</rdf:li>
+ <rdf:li>paste</rdf:li>
</rdf:Bag>
</dc:subject>
<cc:license
rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
- <dc:creator>
+ <dc:contributor>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
- </dc:creator>
- <dc:source>http://jimmac.musichall.cz</dc:source>
+ </dc:contributor>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/publicdomain/">
@@ -1387,281 +587,198 @@
</rdf:RDF>
</metadata>
<g
- inkscape:groupmode="layer"
- id="layer6"
- inkscape:label="Shadow" />
- <g
- style="display:inline"
- inkscape:groupmode="layer"
- inkscape:label="Base"
- id="layer1" />
- <g
- inkscape:groupmode="layer"
- id="layer5"
- inkscape:label="Text"
- style="display:inline">
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ style="display:inline"
+ id="g5022"
+ transform="matrix(2.325216e-2,0,0,1.485743e-2,44.80627,43.06039)">
+ <rect
+ y="-150.69685"
+ x="-1559.2523"
+ height="478.35718"
+ width="1339.6335"
+ id="rect4173"
+ style="opacity:0.40206185;color:black;fill:url(#linearGradient5027);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" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path5058"
+ d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient5029);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" />
+ <path
+ style="opacity:0.40206185;color:black;fill:url(#radialGradient5031);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"
+ d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
+ id="path5018"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ <rect
+ style="opacity:1.0000000;fill:url(#linearGradient14490);fill-opacity:1.0;fill-rule:evenodd;stroke:#714c16;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1"
+ id="rect12368"
+ width="39.035683"
+ height="41.045437"
+ x="4.4643173"
+ y="4.5000000"
+ rx="1.3879371"
+ ry="1.3879364" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient15224);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000024000000010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect12413"
+ width="30.951559"
+ height="35.976688"
+ x="8.5323219"
+ y="6.5295157"
+ rx="0.56650835"
+ ry="0.56650835" />
+ <rect
+ style="opacity:1.0000000;fill:#5c5c5c;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
+ id="rect13756"
+ width="12.000000"
+ height="4.0000000"
+ x="18.000000"
+ y="0.0000000"
+ rx="0.98387533"
+ ry="0.98387533" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2265);stroke-width:1.00000048;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect15244"
+ width="29.014147"
+ height="34.040764"
+ x="9.5171413"
+ y="7.4665856"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1.0000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#c68827;stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
+ id="rect15974"
+ width="37.085655"
+ height="39.092987"
+ x="5.4393425"
+ y="5.4307775"
+ rx="0.47879848"
+ ry="0.47879848" />
+ <rect
+ ry="1.3879364"
+ rx="1.3879377"
+ y="4.4722719"
+ x="14.791488"
+ height="7"
+ width="18.947376"
+ id="rect2208"
+ style="opacity:0.10795455;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ ry="1.3879364"
+ rx="1.3879377"
+ y="3.5000000"
+ x="14.526322"
+ height="7.0000000"
+ width="18.947376"
+ id="rect2285"
+ style="opacity:1.0000000;fill:url(#linearGradient15240);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#5c5c5c;stroke-width:1.0000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" />
+ <rect
+ ry="0.32543635"
+ rx="0.32543635"
+ y="1.2086792"
+ x="19.151323"
+ height="3.5826404"
+ width="9.6973763"
+ id="rect2281"
+ style="opacity:1;fill:url(#linearGradient2283);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient2287);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect13754"
+ width="18.093992"
+ height="6.1875"
+ x="14.953014"
+ y="3.9375"
+ rx="1.0129364"
+ ry="1.0129364" />
+ <path
+ style="opacity:0.31681817;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2245);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 19.46875 1.46875 C 19.466654 1.4708456 19.470414 1.4975336 19.46875 1.5 C 19.46758 1.502776 19.438116 1.4969757 19.4375 1.5 L 19.4375 4.375 C 19.4375 4.3814229 19.46641 4.4006981 19.46875 4.40625 C 19.471216 4.4079135 19.465974 4.4363298 19.46875 4.4375 L 15.9375 4.4375 C 15.91974 4.4375 15.892285 4.4357551 15.875 4.4375 C 15.840968 4.4426713 15.781454 4.4572762 15.75 4.46875 C 15.611832 4.5269964 15.482328 4.6677699 15.4375 4.8125 C 15.426991 4.8535348 15.4375 4.9243489 15.4375 4.96875 L 15.4375 9.125 C 15.4375 9.1427605 15.435755 9.1702147 15.4375 9.1875 C 15.442671 9.2215321 15.457276 9.2810456 15.46875 9.3125 C 15.478458 9.3355281 15.487176 9.3851004 15.5 9.40625 C 15.5046 9.41307 15.526336 9.4309205 15.53125 9.4375 C 15.552124 9.4628138 15.599686 9.5103764 15.625 9.53125 C 15.638159 9.5410789 15.6734 9.5539504 15.6875 9.5625 C 15.702038 9.5703781 15.734648 9.5872782 15.75 9.59375 C 15.781454 9.6052238 15.840968 9.6198287 15.875 9.625 C 15.892285 9.6267449 15.91974 9.625 15.9375 9.625 L 32.0625 9.625 C 32.08026 9.625 32.107715 9.6267449 32.125 9.625 C 32.159032 9.6198287 32.218546 9.6052238 32.25 9.59375 C 32.265352 9.5872782 32.297962 9.5703781 32.3125 9.5625 C 32.3266 9.5539504 32.361841 9.5410789 32.375 9.53125 C 32.400314 9.5103764 32.447876 9.4628138 32.46875 9.4375 C 32.473664 9.4309205 32.4954 9.41307 32.5 9.40625 C 32.512824 9.3851004 32.521542 9.3355281 32.53125 9.3125 C 32.542724 9.2810456 32.557329 9.2215321 32.5625 9.1875 C 32.564245 9.1702147 32.5625 9.1427605 32.5625 9.125 L 32.5625 4.96875 C 32.5625 4.9243489 32.573009 4.8535348 32.5625 4.8125 C 32.517672 4.6677698 32.388168 4.5269964 32.25 4.46875 C 32.218546 4.4572762 32.159032 4.4426713 32.125 4.4375 C 32.107715 4.4357551 32.08026 4.4375 32.0625 4.4375 L 28.53125 4.4375 C 28.534026 4.4363298 28.528784 4.4079135 28.53125 4.40625 C 28.533591 4.4006981 28.5625 4.3814229 28.5625 4.375 L 28.5625 1.5 C 28.561884 1.4969757 28.53242 1.502776 28.53125 1.5 C 28.529586 1.4975336 28.533346 1.4708456 28.53125 1.46875 C 28.528474 1.4675798 28.503024 1.4693657 28.5 1.46875 L 19.5 1.46875 C 19.496976 1.4693657 19.471526 1.4675798 19.46875 1.46875 z "
+ id="rect2232" />
+ <rect
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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"
+ id="rect2271"
+ width="21"
+ height="2"
+ x="14"
+ y="15" />
+ <rect
+ y="19"
+ x="14"
+ height="2"
+ width="20"
+ id="rect2273"
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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" />
+ <rect
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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"
+ id="rect2275"
+ width="18"
+ height="2"
+ x="14"
+ y="23" />
+ <rect
+ y="27"
+ x="14"
+ height="2"
+ width="21"
+ id="rect2277"
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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" />
+ <rect
+ style="opacity:0.17045455;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;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"
+ id="rect2279"
+ width="13"
+ height="2"
+ x="14"
+ y="31" />
+ <rect
+ style="opacity:0.17045456;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="rect4773"
+ width="20.0625"
+ height="2"
+ x="14"
+ y="35.3125" />
<g
style="display:inline"
- id="g26971"
- transform="translate(-48.411695,-4.5961942)">
- <g
- id="g27205"
- transform="translate(102.5,0)">
- <g
- id="g35397"
- transform="matrix(1.0365373,0,0,1.0365373,-1.1521053,-1.338541)">
- <g
- style="display:inline"
- id="g5022"
- transform="matrix(0.02165152,0,0,0.01485743,-8.580705,46.281584)">
- <rect
- y="-150.69685"
- x="-1559.2523"
- height="478.35718"
- width="1339.6335"
- id="rect4173"
- style="opacity:0.40206185;color:#000000;fill:url(#linearGradient35425);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
- <path
- sodipodi:nodetypes="cccc"
- id="path5058"
- d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z"
- style="opacity:0.40206185;color:#000000;fill:url(#radialGradient35427);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:connector-curvature="0" />
- <path
- style="opacity:0.40206185;color:#000000;fill:url(#radialGradient35429);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z"
- id="path5018"
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0" />
- </g>
- <path
- style="color:#000000;fill:url(#radialGradient35431);fill-opacity:1;fill-rule:nonzero;stroke:#808080;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible"
- d="m -43.835704,48.163134 32.576903,0 c 0.636573,0 1.149049,-0.512476 1.149049,-1.149049 l 0,-31.105315 c -3.168864,-2.905608 -6.491445,-5.9334976 -9.871181,-8.6661296 l -23.854771,0 c -0.636573,0 -1.149048,0.512475 -1.149048,1.149048 l 0,38.6223966 c 0,0.636573 0.512475,1.149049 1.149048,1.149049 z"
- id="rect15391"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="sssccssss" />
- <path
- style="color:#000000;fill:none;stroke:url(#radialGradient35433);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible"
- d="m -43.773203,47.225634 32.47779,0 c 0.08257,0 0.148336,-0.06648 0.149048,-0.149049 l 0.266316,-30.868047 c 0.0068,-0.783664 -8.098317,-8.1134053 -9.428891,-8.103525 l -23.464263,0.1742364 c -0.08257,6.131e-4 -0.149048,0.06648 -0.149048,0.149049 l 0,38.6482866 c 0,0.08257 0.06648,0.149049 0.149048,0.149049 z"
- id="rect15660"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="sssssssss" />
- <g
- style="display:inline"
- transform="translate(-50.963312,3.5961942)"
- id="g2253">
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15686"
- width="22.000004"
- height="1"
- x="15.000002"
- y="9"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15690"
- width="22.000004"
- height="1"
- x="15.000002"
- y="13"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15694"
- width="22.000004"
- height="1"
- x="15.000002"
- y="17"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15698"
- width="22.000004"
- height="1"
- x="15.000002"
- y="21"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15732"
- width="9.9000053"
- height="1"
- x="14.999992"
- y="25"
- rx="0.068204239"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15736"
- width="22.000004"
- height="1"
- x="14.999992"
- y="29"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15740"
- width="22.000004"
- height="1"
- x="14.999992"
- y="33"
- rx="0.15156493"
- ry="0.065390877" />
- <rect
- style="color:#000000;fill:#9b9b9b;fill-opacity:0.54970757;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible"
- id="rect15744"
- width="15.400014"
- height="1"
- x="14.999992"
- y="37"
- rx="0.10609552"
- ry="0.065390877" />
- <rect
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="rect23058"
- width="1.875"
- height="1.875"
- x="10.437507"
- y="8.5"
- rx="0"
- ry="0" />
- <rect
- ry="0"
- rx="0"
- y="12.4375"
- x="10.437507"
- height="1.875"
- width="1.875"
- id="rect23060"
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none" />
- <rect
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="rect23062"
- width="1.875"
- height="1.875"
- x="10.437507"
- y="16.4375"
- rx="0"
- ry="0" />
- <rect
- ry="0"
- rx="0"
- y="20.40625"
- x="10.437507"
- height="1.875"
- width="1.875"
- id="rect23064"
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none" />
- <rect
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="rect23066"
- width="1.875"
- height="1.875"
- x="10.437507"
- y="24.40625"
- rx="0"
- ry="0" />
- <rect
- ry="0"
- rx="0"
- y="28.383726"
- x="10.437507"
- height="1.875"
- width="1.875"
- id="rect23068"
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none" />
- <rect
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none"
- id="rect23070"
- width="1.875"
- height="1.875"
- x="10.437507"
- y="32.493786"
- rx="0"
- ry="0" />
- <rect
- ry="0"
- rx="0"
- y="36.47126"
- x="10.437507"
- height="1.875"
- width="1.875"
- id="rect23072"
- style="fill:#9c9c9c;fill-opacity:1;fill-rule:evenodd;stroke:none" />
- </g>
- <g
- style="display:inline"
- id="g22515"
- transform="matrix(1,0,0,-1,-51.588305,51.80958)">
- <path
- style="color:#000000;fill:url(#linearGradient35435);fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
- d="m 31.474987,44.634988 c 4.90304,-4.045325 7.776832,-6.894317 10.079906,-8.785106 -3.331029,0.964689 -4.802716,1.485612 -8.911474,1.644622 0,0 -0.355929,6.640484 -1.168432,7.140484 z"
- id="path2210"
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cccc"
- id="path2247"
- d="m 33.389463,42.509778 c 1.369779,-0.683829 4.825996,-2.853572 6.125377,-4.734576 -1.662385,0.469833 -3.058295,0.543813 -5.812819,0.742832 0,0 -0.03655,3.0179 -0.312558,3.991744 z"
- style="opacity:0.57079647;color:#000000;fill:none;stroke:url(#linearGradient35437);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:connector-curvature="0" />
- </g>
- </g>
- <g
- transform="translate(25.911695,4.596194)"
- style="display:inline"
- id="g2837" />
- <g
- id="g13343"
- transform="matrix(0.93709486,0,0,0.93709486,-3.9713496,-38.29073)">
- <g
- id="g13370"
- transform="translate(42.685114,42.685114)">
- <path
- inkscape:connector-curvature="0"
- style="opacity:0.26548673;color:#000000;fill:none;stroke:url(#linearGradient13377);stroke-width:1.99999952000000000;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
- d="m -80.142742,17.301159 0,22.153256 20.99618,0 0,-22.153256 -20.99618,0 z"
- id="path2815-8"
- inkscape:r_cx="true"
- inkscape:r_cy="true" />
- <path
- inkscape:connector-curvature="0"
- inkscape:r_cy="true"
- inkscape:r_cx="true"
- style="color:#000000;fill:url(#radialGradient13379);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
- d="m -79.646562,17.877806 0,21 20,0 0,-21 -20,0 z"
- id="path2827-0" />
- <path
- inkscape:connector-curvature="0"
- inkscape:r_cy="true"
- inkscape:r_cx="true"
- id="path2762-9"
- d="m -79.649832,17.880002 0,21.092064 19.99107,0 0,-21.092064 -19.99107,0 z"
- style="color:#000000;fill:none;stroke:url(#linearGradient13381);stroke-width:0.99999952;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
- <path
- inkscape:connector-curvature="0"
- inkscape:r_cy="true"
- inkscape:r_cx="true"
- style="opacity:0.76000001;color:#000000;fill:none;stroke:url(#linearGradient13383);stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
- d="m -78.647152,18.877806 0,19 18.00118,0 0,-19 -18.00118,0 z"
- id="path2811-8" />
- <path
- inkscape:connector-curvature="0"
- style="opacity:0.5;color:#000000;fill:#f7f7f7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:block;overflow:visible"
- d="m -78.146562,19.414814 0,10.557242 17,-2.79033 0,-7.8553 -17,0.08839 z"
- id="path2479"
- inkscape:r_cx="true"
- inkscape:r_cy="true"
- sodipodi:nodetypes="ccccc" />
- </g>
- </g>
- </g>
+ id="g13370"
+ transform="matrix(0.849115,0,0,0.849115,82.978028,0.67225017)">
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.26548671;color:#000000;fill:none;stroke:url(#linearGradient13377);stroke-width:1.99999952;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ d="m -80.142742,17.301159 0,22.153256 20.99618,0 0,-22.153256 -20.99618,0 z"
+ id="path2815-8"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ style="color:#000000;fill:url(#radialGradient13379);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+ d="m -79.646562,17.877806 0,21 20,0 0,-21 -20,0 z"
+ id="path2827-0" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ id="path2762-9"
+ d="m -79.649832,17.880002 0,21.092064 19.99107,0 0,-21.092064 -19.99107,0 z"
+ style="color:#000000;fill:none;stroke:url(#linearGradient13381);stroke-width:0.99999952;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:r_cy="true"
+ inkscape:r_cx="true"
+ style="opacity:0.76000001;color:#000000;fill:none;stroke:url(#linearGradient13383);stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ d="m -78.647152,18.877806 0,19 18.00118,0 0,-19 -18.00118,0 z"
+ id="path2811-8" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.5;color:#000000;fill:#f7f7f7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:block;overflow:visible"
+ d="m -78.146562,19.414814 0,10.557242 17,-2.79033 0,-7.8553 -17,0.08839 z"
+ id="path2479-4"
+ inkscape:r_cx="true"
+ inkscape:r_cy="true"
+ sodipodi:nodetypes="ccccc" />
</g>
</g>
</svg>
diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/IImageKeys.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/IImageKeys.java
index d0534210..dd12fd29 100644
--- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/IImageKeys.java
+++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/IImageKeys.java
@@ -82,6 +82,7 @@ public interface IImageKeys {
public static final String RESUME_TASK_16x16 = "icons/tango/16x16/start.png";
public static final String STOP_TASK_16x16 = "icons/tango/16x16/stop.png";
public static final String CLEAR_TASK_16x16 = "icons/tango/16x16/close_task.png";
+ public static final String COMPLETED_TASK_16x16 = "icons/tango/16x16/task-completed.png";
public static final String OVERLAY_OFFLINE_8x8 = "icons/tango/8x8/offline.png";
public static final String OVERLAY_ONLINE_8x8 = "icons/tango/8x8/online.png";
diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/TasksTableLabelProvider.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/TasksTableLabelProvider.java
index cbe5ed08..a998bb52 100644
--- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/TasksTableLabelProvider.java
+++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/TasksTableLabelProvider.java
@@ -44,7 +44,7 @@ public class TasksTableLabelProvider extends TableLabelProviderAdapter {
switch (statusCode) {
case Status.STATUS_CODE_SUCCESS:
- return guiHelper.getImage(IImageKeys.STATUS_ONLINE_16x16);
+ return guiHelper.getImage(IImageKeys.COMPLETED_TASK_16x16);
case Status.STATUS_CODE_PAUSE:
return guiHelper.getImage(IImageKeys.PAUSE_TASK_16x16);
case Status.STATUS_CODE_RUNNING:
diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/DeleteVolumeAction.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/DeleteVolumeAction.java
index fa686c72..59e2a957 100644
--- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/DeleteVolumeAction.java
+++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/DeleteVolumeAction.java
@@ -93,7 +93,7 @@ public class DeleteVolumeAction extends AbstractActionDelegate {
// Display the success or failure info
if (deletedVolumes.size() == 0) { // No volume(s) deleted successfully
- showErrorDialog(actionDesc, "Following colume(s) [" + StringUtil.collectionToString(failedVolumes, ", ")
+ showErrorDialog(actionDesc, "Following volume(s) [" + StringUtil.collectionToString(failedVolumes, ", ")
+ "] could not be delete! " + "\nError: [" + errorMessage + "]");
} else {
String info = "Following volumes [" + StringUtil.collectionToString(deletedVolumes, ", ")
diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/CreateVolumePage1.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/CreateVolumePage1.java
index b91c098a..0654b3ae 100644
--- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/CreateVolumePage1.java
+++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/CreateVolumePage1.java
@@ -220,7 +220,7 @@ public class CreateVolumePage1 extends WizardPage {
btnCIFS = new Button(container, SWT.CHECK);
btnCIFS.setEnabled(true);
- btnCIFS.setSelection(true);
+ btnCIFS.setSelection(false);
btnCIFS.setText("CIFS");
btnCIFS.addSelectionListener(new SelectionListener() {