Revision: 5796
http://unicore.svn.sourceforge.net/unicore/?rev=5796&view=rev
Author: bdemuth
Date: 2009-11-27 14:05:36 +0000 (Fri, 27 Nov 2009)
Log Message:
-----------
improved icons
user enters password INSIDE the splash screen
Modified Paths:
--------------
eclipseclient/trunk/plugins/org.chemomentum.rcp.product/META-INF/MANIFEST.MF
eclipseclient/trunk/plugins/org.chemomentum.rcp.product/plugin.xml
eclipseclient/trunk/plugins/org.chemomentum.rcp.product/splash.bmp
eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/src/main/java/org/chemomentum/rcp/servicebrowser/NodeExtensionPointImpl.java
eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/src/main/java/org/chemomentum/rcp/servicebrowser/filter/ChemomentumGridFilterSet.java
eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/src/main/java/org/chemomentum/rcp/servicebrowser/filter/WorkflowReadyFilter.java
eclipseclient/trunk/plugins/org.chemomentum.rcp.wfeditor/icons/workflow.png
Added Paths:
-----------
eclipseclient/trunk/plugins/org.chemomentum.rcp.product/.classpath
eclipseclient/trunk/plugins/org.chemomentum.rcp.product/src/main/java/
eclipseclient/trunk/plugins/org.chemomentum.rcp.product/src/main/java/org/
eclipseclient/trunk/plugins/org.chemomentum.rcp.product/src/main/java/org/chemomentum/
eclipseclient/trunk/plugins/org.chemomentum.rcp.product/src/main/java/org/chemomentum/rcp/
eclipseclient/trunk/plugins/org.chemomentum.rcp.product/src/main/java/org/chemomentum/rcp/product/
eclipseclient/trunk/plugins/org.chemomentum.rcp.product/src/main/java/org/chemomentum/rcp/product/ui/
eclipseclient/trunk/plugins/org.chemomentum.rcp.product/src/main/java/org/chemomentum/rcp/product/ui/splash/
eclipseclient/trunk/plugins/org.chemomentum.rcp.product/src/main/java/org/chemomentum/rcp/product/ui/splash/InteractiveSplashHandler.java
eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/jobFailed.png
eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/rect12027.png
eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflow.png
eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflow.svg
eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowAborted.png
eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowAborted.svg
eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowFailed.png
eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowFailed.svg
eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowRunning.png
eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowRunning.svg
eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowSubmission.png
eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowSubmission.svg
eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowSuccessful.png
eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowSuccessful.svg
eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowUnknown.png
eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowUnknown.svg
eclipseclient/trunk/plugins/org.chemomentum.rcp.wfeditor/icons/workflow.svg
Removed Paths:
-------------
eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowsubmission.png
Added: eclipseclient/trunk/plugins/org.chemomentum.rcp.product/.classpath
===================================================================
--- eclipseclient/trunk/plugins/org.chemomentum.rcp.product/.classpath (rev 0)
+++ eclipseclient/trunk/plugins/org.chemomentum.rcp.product/.classpath 2009-11-27 14:05:36 UTC (rev 5796)
@@ -0,0 +1,8 @@
+<classpath>
+ <classpathentry kind="src" path="src/main/java"/>
+ <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
+ <classpathentry kind="src" path="target/generated-resources/eclipse" excluding="**/*.java"/>
+ <classpathentry kind="output" path="target/classes"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+</classpath>
\ No newline at end of file
Modified: eclipseclient/trunk/plugins/org.chemomentum.rcp.product/META-INF/MANIFEST.MF
===================================================================
--- eclipseclient/trunk/plugins/org.chemomentum.rcp.product/META-INF/MANIFEST.MF 2009-11-27 13:58:22 UTC (rev 5795)
+++ eclipseclient/trunk/plugins/org.chemomentum.rcp.product/META-INF/MANIFEST.MF 2009-11-27 14:05:36 UTC (rev 5796)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Chemomentum Product
Bundle-SymbolicName: org.chemomentum.rcp.product;singleton:=true
-Bundle-Version: 6.1.4.qualifier
+Bundle-Version: 6.2.3.200911121730
Bundle-Localization: plugin
Require-Bundle: org.chemomentum.rcp.servicebrowser,
org.chemomentum.rcp.tracegui,
Modified: eclipseclient/trunk/plugins/org.chemomentum.rcp.product/plugin.xml
===================================================================
--- eclipseclient/trunk/plugins/org.chemomentum.rcp.product/plugin.xml 2009-11-27 13:58:22 UTC (rev 5795)
+++ eclipseclient/trunk/plugins/org.chemomentum.rcp.product/plugin.xml 2009-11-27 14:05:36 UTC (rev 5796)
@@ -41,5 +41,16 @@
</introProductBinding>
</extension>
+ <extension
+ point="org.eclipse.ui.splashHandlers">
+ <splashHandler
+ class="org.chemomentum.rcp.product.ui.splash.InteractiveSplashHandler"
+ id="org.chemomentum.rcp.product.splashHandlers.interactive">
+ </splashHandler>
+ <splashHandlerProductBinding
+ splashId="org.chemomentum.rcp.product.splashHandlers.interactive"
+ productId="org.chemomentum.rcp.product.default">
+ </splashHandlerProductBinding>
+ </extension>
</plugin>
Modified: eclipseclient/trunk/plugins/org.chemomentum.rcp.product/splash.bmp
===================================================================
(Binary files differ)
Added: eclipseclient/trunk/plugins/org.chemomentum.rcp.product/src/main/java/org/chemomentum/rcp/product/ui/splash/InteractiveSplashHandler.java
===================================================================
--- eclipseclient/trunk/plugins/org.chemomentum.rcp.product/src/main/java/org/chemomentum/rcp/product/ui/splash/InteractiveSplashHandler.java (rev 0)
+++ eclipseclient/trunk/plugins/org.chemomentum.rcp.product/src/main/java/org/chemomentum/rcp/product/ui/splash/InteractiveSplashHandler.java 2009-11-27 14:05:36 UTC (rev 5796)
@@ -0,0 +1,374 @@
+
+package org.chemomentum.rcp.product.ui.splash;
+
+import java.io.File;
+
+import org.eclipse.jface.dialogs.IDialogConstants;
+import org.eclipse.jface.dialogs.MessageDialog;
+import org.eclipse.jface.preference.IPreferenceStore;
+import org.eclipse.jface.resource.JFaceResources;
+import org.eclipse.swt.SWT;
+import org.eclipse.swt.events.SelectionAdapter;
+import org.eclipse.swt.events.SelectionEvent;
+import org.eclipse.swt.events.SelectionListener;
+import org.eclipse.swt.graphics.Point;
+import org.eclipse.swt.layout.FillLayout;
+import org.eclipse.swt.layout.GridData;
+import org.eclipse.swt.layout.GridLayout;
+import org.eclipse.swt.widgets.Button;
+import org.eclipse.swt.widgets.Composite;
+import org.eclipse.swt.widgets.FileDialog;
+import org.eclipse.swt.widgets.Label;
+import org.eclipse.swt.widgets.MessageBox;
+import org.eclipse.swt.widgets.Shell;
+import org.eclipse.swt.widgets.Text;
+import org.eclipse.ui.PlatformUI;
+import org.eclipse.ui.splash.AbstractSplashHandler;
+
+import com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg;
+
+import de.fzj.unicore.rcp.common.Constants;
+import de.fzj.unicore.rcp.common.UnicoreCommonActivator;
+import de.fzj.unicore.rcp.identity.IdentityActivator;
+import de.fzj.unicore.rcp.identity.KeyStoreManager;
+import de.fzj.unicore.rcp.identity.utils.InputUtils;
+
+/**
+ * @since 3.3
+ *
+ */
+public class InteractiveSplashHandler extends AbstractSplashHandler {
+
+ private final static int F_LABEL_HORIZONTAL_INDENT = 10;
+
+ private final static int F_BUTTON_WIDTH_HINT = 80;
+
+ private final static int F_TEXT_WIDTH_HINT = 250;
+
+ private final static int F_COLUMN_COUNT = 3;
+
+ private Composite fCompositeLogin;
+
+ private Text fTextKeystore;
+
+ private Text fTextPassword;
+
+ private Button fButtonFileChooser;
+
+
+ private boolean fAuthenticated;
+
+ private IPreferenceStore preferences;
+
+ private int retries = 0;
+
+ /**
+ *
+ */
+ public InteractiveSplashHandler() {
+ fCompositeLogin = null;
+ fTextKeystore = null;
+ fTextPassword = null;
+ fButtonFileChooser = null;
+ fAuthenticated = false;
+ }
+
+ /*
+ * (non-Javadoc)
+ *
+ * @see org.eclipse.ui.splash.AbstractSplashHandler#init(org.eclipse.swt.widgets.Shell)
+ */
+ public void init(final Shell splash) {
+ try {
+ preferences = UnicoreCommonActivator.getDefault().getPreferenceStore();
+ // Store the shell
+ super.init(splash);
+ // Configure the shell layout
+ configureUISplash();
+ // Create UI
+ createUI();
+ // Force the splash screen to layout
+ splash.layout(true);
+ // Keep the splash screen visible and prevent the RCP application from
+ // loading until the close button is clicked.
+ doEventLoop();
+ } catch (Exception e) {
+ e.printStackTrace();
+ }
+
+ }
+
+ /**
+ *
+ */
+ private void doEventLoop() {
+ Shell splash = getSplash();
+ while (!fAuthenticated) {
+ if (splash.getDisplay().readAndDispatch() == false) {
+ splash.getDisplay().sleep();
+ }
+ }
+ }
+
+
+
+
+ /**
+ *
+ */
+ private void validateUserInput() {
+ String keystore = fTextKeystore.getText();
+ String password = fTextPassword.getText();
+ String errmsg = null;
+ File f = new File(keystore);
+ if (keystore.trim().length() == 0)
+ {
+ fTextKeystore.setFocus();
+ return;
+ }
+ else if(!f.exists())
+ {
+ MessageDialog message = new MessageDialog(getSplash(),"Note",null,IdentityActivator.QUESTION_CREATE_KEYSTORE+keystore+"?",MessageDialog.QUESTION,
+ new String[] {"Ok","Cancel"},0);
+ int result = message.open();
+ boolean canceled = MessageDialog.CANCEL == result;
+ if(!canceled)
+ {
+ try {
+ password = InputUtils.askPasswd(f);
+ KeyStoreManager.getInstance(f, password);
+ } catch (Exception e) {
+ errmsg = e.getMessage();
+ }
+ }
+ else {
+ fTextKeystore.setFocus();
+ return;
+ }
+
+ }
+ else if(password.trim().length() == 0)
+ {
+ fTextPassword.setFocus();
+ return;
+
+ }
+
+ if(errmsg == null)
+ {
+ try {
+ boolean ok = InputUtils.passwdCorrect(password, f);
+ if(ok)
+ {
+ // everything ok
+ IdentityActivator.setKeystorePassphrase(password);
+ preferences.setValue(Constants.P_KEYSTORE_PATH, keystore);
+
+ fAuthenticated = true;
+ return;
+ }
+ else
+ {
+ errmsg = "Invalid password";
+ }
+ } catch (Throwable e) {
+ e.printStackTrace();
+ errmsg = e.getMessage();
+ }
+ }
+ retries ++;
+
+ if(retries < 3)
+ {
+ MessageDialog.openError(getSplash(),"An error occurred",errmsg+". Please try again"); //$NON-NLS-1$
+ }
+ else
+ {
+ MessageBox messageBox = new MessageBox(getSplash(),SWT.OK);
+ messageBox.setMessage(errmsg+". Shutting down.");
+ messageBox.open();
+ // Abort the loading of the RCP application
+ getSplash().getDisplay().close();
+ System.exit(0);
+ }
+
+ }
+
+ /**
+ *
+ */
+ private void createUI() {
+ // Create the login panel
+ createUICompositeLogin();
+ // Create the user name label
+ createUILabelKeyStore();
+ // Create the user name text widget
+ createUITextKeyStore();
+
+ createUIButtonFileChooser();
+ // Create the password label
+ createUILabelPassword();
+ // Create the password text widget
+ createUITextPassword();
+ // Create the blank label
+ createUILabelBlank();
+ fTextPassword.setFocus();
+ }
+
+
+
+ /**
+ *
+ */
+ private void createUILabelBlank() {
+ Label label = new Label(fCompositeLogin, SWT.NONE);
+ label.setVisible(false);
+ }
+
+ /**
+ *
+ */
+ private void createUITextPassword() {
+ // Create the text widget
+ int style = SWT.PASSWORD | SWT.BORDER;
+ fTextPassword = new Text(fCompositeLogin, style);
+ // Configure layout data
+ GridData data = new GridData(SWT.NONE, SWT.NONE, false, false);
+ data.widthHint = F_TEXT_WIDTH_HINT;
+ fTextPassword.setLayoutData(data);
+ fTextPassword.addSelectionListener(new SelectionListener() {
+
+ public void widgetSelected(SelectionEvent e) {
+ validateUserInput();
+ }
+
+ public void widgetDefaultSelected(SelectionEvent e) {
+ validateUserInput();
+
+ }
+ });
+ }
+
+ /**
+ *
+ */
+ private void createUILabelPassword() {
+ // Create the label
+ Label label = new Label(fCompositeLogin, SWT.NONE);
+ label.setText("&Password:"); //$NON-NLS-1$
+ // Configure layout data
+ GridData data = new GridData();
+ data.horizontalIndent = F_LABEL_HORIZONTAL_INDENT;
+ label.setLayoutData(data);
+ }
+
+ /**
+ *
+ */
+ private void createUITextKeyStore() {
+ // Create the text widget
+ fTextKeystore = new Text(fCompositeLogin, SWT.BORDER);
+ // Configure layout data
+ GridData data = new GridData(SWT.NONE, SWT.NONE, false, false);
+ data.widthHint = F_TEXT_WIDTH_HINT;
+ fTextKeystore.setLayoutData(data);
+ fTextKeystore.setText(preferences.getString(Constants.P_KEYSTORE_PATH));
+ fTextKeystore.addSelectionListener(new SelectionListener() {
+
+ public void widgetSelected(SelectionEvent e) {
+ validateUserInput();
+ }
+
+ public void widgetDefaultSelected(SelectionEvent e) {
+ validateUserInput();
+
+ }
+ });
+ }
+
+ /**
+ *
+ */
+ private void createUILabelKeyStore() {
+ // Create the label
+ Label label = new Label(fCompositeLogin, SWT.NONE);
+ label.setText("&Keystore File:"); //$NON-NLS-1$
+ // Configure layout data
+ GridData data = new GridData();
+ data.horizontalIndent = F_LABEL_HORIZONTAL_INDENT;
+ label.setLayoutData(data);
+ }
+
+ private void createUIButtonFileChooser()
+ {
+ fButtonFileChooser = new Button(fCompositeLogin, SWT.PUSH);
+ fButtonFileChooser.setText("browse");
+ fButtonFileChooser.addSelectionListener(new SelectionAdapter() {
+ public void widgetSelected(SelectionEvent evt) {
+ File f = getFile();
+ if(f != null)
+ {
+ fTextKeystore.setText(f.getAbsolutePath());
+ validateUserInput();
+ }
+ }
+ });
+ Point prefSize = fButtonFileChooser.computeSize(SWT.DEFAULT, SWT.DEFAULT);
+ GridData data = new GridData();
+// data.widthHint = Math.max(SWT.DEFAULT, prefSize.x);
+// data.heightHint = Math.max(SWT.DEFAULT, prefSize.y);
+ fButtonFileChooser.setLayoutData(data);
+ }
+
+ /**
+ *
+ */
+ private void createUICompositeLogin() {
+ getSplash().setLayout(new GridLayout());
+ GridData data = new GridData();
+ data.heightHint = 80;
+ data.widthHint = 620;
+ data.horizontalIndent = 50;
+ data.verticalIndent = 350;
+
+ // Create the composite
+ fCompositeLogin = new Composite(getSplash(), SWT.NONE);
+ GridLayout layout = new GridLayout(F_COLUMN_COUNT, false);
+ fCompositeLogin.setLayout(layout);
+ fCompositeLogin.setLayoutData(data);
+ }
+
+ /**
+ *
+ */
+ private void configureUISplash() {
+ // Configure layout
+ FillLayout layout = new FillLayout();
+ getSplash().setLayout(layout);
+ // Force shell to inherit the splash background
+ getSplash().setBackgroundMode(SWT.INHERIT_DEFAULT);
+ }
+
+ /**
+ * Helper to open the file chooser dialog.
+ * @param startingDirectory the directory to open the dialog on.
+ * @return File The File the user selected or <code>null</code> if they
+ * do not.
+ */
+ private File getFile() {
+
+ FileDialog dialog = new FileDialog(getSplash(), SWT.OPEN | SWT.SHEET);
+ dialog.setFilterExtensions(Constants.REUSABLE_KEYSTORE_FORMATS);
+
+ String file = dialog.open();
+ if (file != null) {
+ file = file.trim();
+ if (file.length() > 0) {
+ return new File(file);
+ }
+ }
+
+ return null;
+ }
+
+}
Added: eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/jobFailed.png
===================================================================
(Binary files differ)
Property changes on: eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/jobFailed.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/rect12027.png
===================================================================
(Binary files differ)
Property changes on: eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/rect12027.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflow.png
===================================================================
(Binary files differ)
Property changes on: eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflow.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflow.svg
===================================================================
--- eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflow.svg (rev 0)
+++ eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflow.svg 2009-11-27 14:05:36 UTC (rev 5796)
@@ -0,0 +1,545 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<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"
+ height="16"
+ id="Layer_1"
+ inkscape:version="0.46"
+ sodipodi:docbase="F:\openclip\svg da inviare"
+ sodipodi:docname="workflow.svg"
+ sodipodi:version="0.32"
+ space="preserve"
+ style="overflow:visible"
+ version="1.0"
+ viewBox="0 0 126.176 136.638"
+ width="16"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:export-filename="/home/bdemuth/workspace/org.chemomentum.rcp.servicebrowser/icons/workflowUnknown.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <metadata
+ id="metadata3">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:title>Ruota dentata 2</dc:title>
+ <dc:description />
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>unsorted</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:publisher>
+ <cc:Agent
+ rdf:about="http://www.openclipart.org/">
+ <dc:title>Open Clip Art Library</dc:title>
+ </cc:Agent>
+ </dc:publisher>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Architetto Francesco Rollandin</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:rights>
+ <cc:Agent>
+ <dc:title>Architetto Francesco Rollandin</dc:title>
+ </cc:Agent>
+ </dc:rights>
+ <dc:date />
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://web.resource.org/cc/PublicDomain">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs182">
+ <linearGradient
+ id="linearGradient3416">
+ <stop
+ style="stop-color:#d6cecb;stop-opacity:1;"
+ offset="0"
+ id="stop3418" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop3420" />
+ </linearGradient>
+ <radialGradient
+ cx="68.3564"
+ cy="68.329102"
+ gradientUnits="userSpaceOnUse"
+ id="XMLID_2_"
+ r="63.549801">
+ <stop
+ id="stop4837"
+ offset="0"
+ style="stop-color:#a5ff8f;stop-opacity:1;" />
+ <stop
+ id="stop4839"
+ offset="1"
+ style="stop-color:#13ef02;stop-opacity:1;" />
+ </radialGradient>
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 68.319 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="126.176 : 68.319 : 1"
+ inkscape:persp3d-origin="63.088001 : 45.546 : 1"
+ id="perspective100" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_2_"
+ id="radialGradient4872"
+ gradientUnits="userSpaceOnUse"
+ cx="68.3564"
+ cy="68.329102"
+ r="63.549801"
+ gradientTransform="matrix(0.5956477,0,0,0.5957062,113.0478,58.962374)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3416"
+ id="linearGradient3422"
+ x1="129.78336"
+ y1="132.68121"
+ x2="76.206902"
+ y2="82.751228"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ id="base"
+ inkscape:current-layer="Layer_1"
+ inkscape:cx="10.948338"
+ inkscape:cy="11.288803"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="734"
+ inkscape:window-width="787"
+ inkscape:window-x="88"
+ inkscape:window-y="116"
+ inkscape:zoom="14.904108"
+ pagecolor="#ffffff"
+ showgrid="false" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer1"
+ inkscape:label="background">
+ <rect
+ style="fill:url(#linearGradient3422);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.42615914;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2644"
+ width="131.67821"
+ height="128.03174"
+ x="-2.3948541"
+ y="4.1494732" />
+ </g>
+ <g
+ id="g3"
+ transform="translate(1.145976,0.572988)">
+ <g
+ id="g5"
+ transform="matrix(0.9510565,0.309017,-0.309017,0.9510565,14.716243,39.160274)">
+ <radialGradient
+ cx="40.189499"
+ cy="40.038601"
+ gradientUnits="userSpaceOnUse"
+ id="XMLID_9_"
+ r="39.747601">
+ <stop
+ id="stop8"
+ offset="0"
+ style="stop-color:#dae5eb;stop-opacity:1;" />
+ <stop
+ id="stop10"
+ offset="1"
+ style="stop-color:#89b7df;stop-opacity:1;" />
+ </radialGradient>
+ <path
+ d="M 75.554,34.021 C 73.278,34.021 71.001,34.048 68.725,34.133 C 68.183,31.443 67.226,28.841 65.913,26.433 C 65.238,25.195 64.009,24.565 65.201,23.478 C 66.018,22.736 66.815,21.979 67.606,21.212 C 69.14,19.728 72.124,17.548 70.659,15.109 C 69.203,12.689 64.891,7.62 61.835,9.809 C 59.869,11.217 58.198,13.314 56.55,15.077 C 55.441,16.268 50.471,13.058 48.61,12.492 C 47.227,12.07 45.941,12.487 46.025,10.842 C 46.086,9.697 46.116,8.547 46.135,7.399 C 46.164,5.633 46.661,2.761 45.168,1.392 C 43.542,-0.098 37.264,0.075 35.393,1.037 C 33.642,1.934 33.881,4.375 33.891,5.999 C 33.897,7.211 33.913,8.42 33.945,9.633 C 33.99,11.381 34.553,11.52 32.648,11.959 C 29.983,12.572 27.405,13.546 25.005,14.854 C 23.37,15.745 23.682,15.323 22.547,14.105 C 21.467,12.946 20.362,11.815 19.244,10.696 C 15.656,7.109 12.306,11.562 9.902,14.411 C 8.42,16.167 9.042,17.848 10.561,19.369 C 11.501,20.306 12.446,21.238 13.4,22.157 C 15.214,23.906 14.894,23.704 13.668,25.833 C 12.396,28.037 11.432,30.416 10.812,32.883 C 10.274,35.026 6.591,34.021 4.497,34.021 C -0.383,34.021 0.527,38.357 0.484,41.928 C 0.425,46.99 4.521,46.329 8.549,46.256 C 10.372,46.221 10.612,45.648 11.2,47.548 C 11.61,48.878 12.123,50.177 12.73,51.429 C 13.333,52.674 14.029,53.875 14.808,55.018 C 15.989,56.752 14.705,56.93 13.333,58.237 C 11.883,59.614 9.088,61.516 8.976,63.715 C 8.883,65.551 10.946,66.953 12.086,68.091 C 13.225,69.231 14.628,71.303 16.47,71.206 C 18.881,71.082 21.132,67.723 22.661,66.121 C 23.331,65.416 23.997,64.708 24.648,63.989 C 26.105,64.808 27.635,65.507 29.208,66.072 C 30.819,66.651 32.479,67.093 34.163,67.395 C 34.046,68.776 33.984,70.162 33.947,71.545 C 33.891,73.588 33.153,77.329 34.884,78.92 C 36.334,80.25 39.158,79.638 40.93,79.675 C 42.469,79.707 44.643,79.948 45.588,78.407 C 47.011,76.082 46.155,71.812 46.062,69.205 C 45.998,67.435 45.449,67.393 47.378,66.892 C 49.217,66.415 51.011,65.768 52.729,64.957 C 54.844,63.961 54.855,63.295 56.447,65.061 C 57.53,66.26 58.647,67.427 59.782,68.579 C 61.526,70.351 63.432,72.256 65.772,70.282 C 67.395,68.91 70.371,66.586 70.986,64.479 C 71.724,61.947 67.997,59.443 66.471,57.978 C 65.117,56.682 63.608,56.299 64.742,54.573 C 65.709,53.101 66.535,51.532 67.206,49.903 C 67.711,48.668 68.127,47.397 68.449,46.1 C 69.904,46.195 71.363,46.243 72.82,46.268 C 74.922,46.303 78.648,46.901 79.382,44.181 C 80.377,40.481 80.532,34.021 75.554,34.021 M 39.625,51.185 C 33.207,51.185 27.433,46.093 27.433,39.519 C 27.433,32.945 33.207,27.85 39.625,27.85 C 46.042,27.85 51.816,32.945 51.816,39.519 C 51.816,46.093 46.042,51.185 39.625,51.185"
+ id="path12"
+ style="fill:url(#XMLID_9_)" />
+ <linearGradient
+ gradientTransform="matrix(776.01,550.007,550.007,-776.01,-65411.4,493076)"
+ gradientUnits="userSpaceOnUse"
+ id="XMLID_10_"
+ x1="-243.9702"
+ x2="-243.01469"
+ y1="462.69379"
+ y2="462.69379">
+ <stop
+ id="stop15"
+ offset="0"
+ style="stop-color: rgb(255, 255, 255);" />
+ <stop
+ id="stop17"
+ offset="1"
+ style="stop-color: rgb(0, 0, 0);" />
+ </linearGradient>
+ <path
+ d="M 40.02,1.119 C 41.362,1.098 42.881,0.875 44.162,1.339 C 46.317,2.125 45.69,5.632 45.661,7.352 C 45.646,8.278 44.986,11.449 45.466,12.2 C 45.959,12.964 51.048,13.836 52.142,14.336 C 56.303,16.232 55.442,16.941 58.545,13.725 C 60.155,12.058 62.691,8.244 65.266,10.236 C 66.87,11.481 71.225,15.236 70.449,17.237 C 69.661,19.258 67.216,20.965 65.667,22.408 C 63.902,24.051 63.634,23.538 64.843,25.523 C 66.239,27.816 67.296,30.313 67.956,32.918 C 68.32,34.363 67.906,34.63 69.184,34.609 C 71.64,34.568 75.412,33.828 77.744,34.851 C 79.87,35.786 79.112,40.382 79.089,42.425 C 79.031,47.529 71.782,45.833 68.283,45.614 C 68.377,45.621 64.181,54.574 63.488,55.544 C 63.156,56.004 67.929,60.107 68.547,60.698 C 71.531,63.574 70.252,65.124 67.633,67.756 C 63.988,71.42 62.873,71.089 59.219,67.316 C 57.924,65.974 56.646,64.608 55.45,63.179 C 55.135,62.801 51.818,64.856 51.227,65.101 C 50.335,65.472 45.852,66.216 45.468,66.836 C 44.864,67.815 45.656,71.672 45.67,72.862 C 45.727,78.01 45.13,79.19 40.023,79.19 C 38.676,79.19 37.18,79.439 35.892,78.97 C 33.476,78.093 34.369,73.528 34.422,71.62 C 34.445,70.714 35.128,67.751 34.681,66.997 C 34.338,66.421 29.614,65.718 28.747,65.386 C 28.272,65.203 24.664,63.268 24.491,63.449 C 23.571,64.409 22.65,65.368 21.727,66.329 C 20.532,67.576 18.265,70.789 16.334,70.731 C 14.64,70.703 10.322,66.171 9.634,64.627 C 7.947,60.834 15.714,58.957 16.267,56.198 C 16.293,56.069 10.301,45.723 11.079,45.712 C 8.909,45.741 6.661,45.96 4.498,45.804 C 0.289,45.804 0.951,42.151 0.978,39.042 C 0.883,34.579 3.163,34.471 6.91,34.548 C 8.202,34.573 9.491,34.601 10.783,34.624 C 11.051,34.631 12.19,30.045 12.424,29.462 C 13.234,27.453 14.298,25.584 15.532,23.808 C 15.796,23.429 14.366,22.392 14.084,22.119 C 12.053,20.142 7.793,17.366 10.55,14.393 C 11.818,13.029 14.5,9.572 16.346,9.572 C 18.609,9.572 21.404,13.651 22.79,15.105 C 24.623,17.024 26.626,14.444 28.911,13.579 C 31.293,12.678 34.522,13.358 34.474,10.594 C 34.438,8.627 34.235,6.586 34.369,4.625 C 34.367,0.875 37.056,1.071 40.02,1.119 M 42.078,0.134 C 39.851,0.134 36.153,-0.53 34.488,1.092 C 32.608,2.955 33.465,7.575 33.505,9.953 C 33.539,12.128 31.681,11.652 29.778,12.281 C 28.893,12.573 24.065,15.069 23.724,14.71 C 21.977,12.872 19.676,9.437 17.106,8.73 C 14.591,8.034 12.529,11.026 10.966,12.639 C 7.499,15.971 8.483,18.01 11.556,20.998 C 12.509,21.923 13.459,22.851 14.415,23.773 C 12.886,26.01 11.68,28.463 10.854,31.044 C 10.032,33.613 10.439,33.661 7.87,33.612 C 6.384,33.583 4.823,33.427 3.338,33.613 C -0.568,34.103 0.046,37.986 0.022,40.963 C -0.015,45.877 1.935,46.81 6.412,46.741 C 7.764,46.719 9.115,46.694 10.467,46.677 C 11.141,49.203 12.175,51.629 13.528,53.868 C 14.358,55.247 15.507,55.583 14.15,56.827 C 13.185,57.711 12.236,58.616 11.299,59.534 C 9.915,60.89 7.837,62.703 8.706,64.895 C 9.414,66.686 13.496,70.771 15.287,71.481 C 18.087,72.59 20.631,68.852 22.286,67.131 C 23.11,66.274 23.928,65.414 24.759,64.565 C 27.137,65.86 29.686,66.835 32.322,67.461 C 34.162,67.899 33.619,67.965 33.54,69.634 C 33.484,70.762 33.454,71.891 33.435,73.019 C 33.4,75.113 32.876,78.551 35.194,79.718 C 37.062,80.658 40.964,80.306 43.099,80.144 C 48.072,79.761 46.666,72.97 46.55,69.539 C 46.494,67.87 45.966,67.741 47.762,67.259 C 49.042,66.913 50.302,66.485 51.526,65.98 C 52.749,65.474 53.94,64.89 55.089,64.23 C 55.721,64.97 56.375,65.693 57.039,66.405 C 59.651,69.212 62.816,73.828 66.622,70.158 C 68.27,68.569 71.51,66.166 71.555,63.835 C 71.555,61.345 68.183,59.021 66.562,57.464 C 65.308,56.256 64.318,56.097 65.316,54.537 C 66.654,52.44 67.716,50.169 68.458,47.796 C 69.606,44.125 79.04,49.825 79.958,43.763 C 80.286,41.598 80.599,36.159 79.085,34.624 C 77.276,32.769 72.895,33.587 70.574,33.626 C 68.275,33.665 68.762,31.968 68.021,29.949 C 67.343,28.104 64.564,24.71 65.949,23.438 C 69.778,19.924 73.786,17.125 69.089,12.639 C 67.518,11.021 65.465,8.04 62.942,8.726 C 60.548,9.376 58.363,12.546 56.722,14.24 C 55.235,15.778 54.265,14.258 52.45,13.438 C 50.856,12.72 46.442,12.12 46.52,10.489 C 46.717,6.265 47.925,0.134 42.078,0.134"
+ id="path19"
+ style="fill:url(#XMLID_10_)" />
+ <linearGradient
+ gradientTransform="matrix(0,-214.999,-214.999,0,102527,-52175.8)"
+ gradientUnits="userSpaceOnUse"
+ id="XMLID_11_"
+ x1="-243.2471"
+ x2="-242.3132"
+ y1="476.68991"
+ y2="476.68991">
+ <stop
+ id="stop22"
+ offset="0"
+ style="stop-color: rgb(255, 255, 255);" />
+ <stop
+ id="stop24"
+ offset="1"
+ style="stop-color: rgb(0, 0, 0);" />
+ </linearGradient>
+ <path
+ d="M 26.958,39.519 C 26.958,55.257 52.291,55.257 52.291,39.519 C 52.291,23.781 26.958,23.781 26.958,39.519 M 27.914,39.519 C 27.914,25.014 51.335,25.014 51.335,39.519 C 51.335,54.024 27.914,54.024 27.914,39.519"
+ id="path26"
+ style="fill:url(#XMLID_11_)" />
+ <radialGradient
+ cx="39.623001"
+ cy="39.519001"
+ gradientUnits="userSpaceOnUse"
+ id="XMLID_12_"
+ r="21.1">
+ <stop
+ id="stop29"
+ offset="0"
+ style="stop-color:#eff5f7;stop-opacity:1;" />
+ <stop
+ id="stop31"
+ offset="0.39449999"
+ style="stop-color:#d7e8ee;stop-opacity:1;" />
+ <stop
+ id="stop33"
+ offset="0.53659999"
+ style="stop-color:#dce8ed;stop-opacity:1;" />
+ <stop
+ id="stop35"
+ offset="0.63789999"
+ style="stop-color:#dae4e8;stop-opacity:1;" />
+ <stop
+ id="stop37"
+ offset="0.71990001"
+ style="stop-color:#c5d1da;stop-opacity:1;" />
+ <stop
+ id="stop39"
+ offset="0.79009998"
+ style="stop-color:#c7d7de;stop-opacity:1;" />
+ <stop
+ id="stop41"
+ offset="0.85219997"
+ style="stop-color:#b0c3cb;stop-opacity:1;" />
+ <stop
+ id="stop43"
+ offset="0.9084"
+ style="stop-color:#aac4ce;stop-opacity:1;" />
+ <stop
+ id="stop45"
+ offset="0.95829999"
+ style="stop-color:#98bdd3;stop-opacity:1;" />
+ <stop
+ id="stop47"
+ offset="1"
+ style="stop-color:#97adba;stop-opacity:1;" />
+ </radialGradient>
+ <path
+ d="M 39.625,19.257 C 28.407,19.257 17.718,27.807 17.718,39.519 C 17.718,51.232 28.403,59.781 39.625,59.781 C 50.846,59.781 61.528,51.232 61.528,39.519 C 61.528,27.807 50.842,19.257 39.625,19.257 M 39.625,56.666 C 30.127,56.666 21.083,49.431 21.083,39.519 C 21.083,29.605 30.127,22.37 39.625,22.37 C 49.121,22.37 58.167,29.603 58.167,39.519 C 58.167,49.433 49.123,56.666 39.625,56.666"
+ id="path49"
+ style="fill:url(#XMLID_12_)" />
+ <path
+ d="M 14.503,28.834 C 15.342,27.546 16.191,26.266 17.09,25.019 C 15.741,24.742 14.893,27.856 14.503,28.834 M 65.198,11.636 C 64.29,8.033 58.959,14.175 58.05,15.153 C 57.776,15.446 56.207,17.568 55.716,17.423 C 52.757,15.235 49.302,13.762 45.718,12.968 C 45.069,15.16 50.722,15.771 52.393,16.608 C 53.684,17.252 54.953,19.225 56.201,18.076 C 58.269,16.173 60.156,13.996 62.399,12.295 C 62.94,11.886 65.479,11.653 65.305,12.478 C 65.269,12.197 65.233,11.917 65.198,11.636 M 24.566,17.507 C 26.561,16.232 28.774,15.336 31.085,14.829 C 32.651,14.485 34.786,14.931 34.127,12.7 C 32.316,13.038 23.939,14.992 24.566,17.507"
+ id="path51"
+ style="fill:#ede0a3" />
+ <path
+ d="M 44.165,2.194 C 44.165,3.611 35.562,3.611 35.562,2.194 C 35.562,0.779 44.165,0.779 44.165,2.194"
+ id="path53"
+ style="fill:#ede0a3" />
+ <path
+ d="M 39.866,77.54 C 39.461,77.54 35.563,77.461 35.563,78.314 C 35.563,79.48 44.168,79.48 44.168,78.314 C 44.168,77.46 40.271,77.54 39.866,77.54"
+ id="path55"
+ style="fill:#b0833e" />
+ <path
+ d="M 6.647,44.001 C 6.24,44.001 2.344,43.921 2.344,44.775 C 2.344,45.932 10.947,45.931 10.947,44.775 C 10.947,43.923 7.052,44.001 6.647,44.001"
+ id="path57"
+ style="fill:#b0833e" />
+ <path
+ d="M 73.403,44.001 C 72.998,44.001 69.1,43.923 69.1,44.775 C 69.1,45.931 77.704,45.931 77.704,44.775 C 77.705,43.923 73.808,44.001 73.403,44.001"
+ id="path59"
+ style="fill:#b0833e" />
+ <path
+ d="M 10.601,64.151 C 9.818,64.151 11.959,66.743 12.012,66.802 C 12.885,67.786 14.885,70.334 16.394,70.334 C 16.415,70.349 15.2,67.934 14.925,67.627 C 14.06,66.657 12.091,64.15 10.601,64.151"
+ id="path61"
+ style="fill:#b0833e" />
+ <path
+ d="M 56.967,63.198 C 56.618,63.198 61.505,70.724 62.899,69.329 C 63.799,68.434 58.111,63.198 56.967,63.198"
+ id="path63"
+ style="fill:#b0833e" />
+ <path
+ d="M 16.102,10.062 C 16.736,10.695 10.485,16.949 9.849,16.314 C 9.218,15.681 15.469,9.43 16.102,10.062"
+ id="path65"
+ style="fill:#ede0a3" />
+ <path
+ d="M 69.551,16.887 C 68.366,16.887 62.778,22.538 63.389,23.171 C 64.501,24.286 69.576,16.887 69.551,16.887"
+ id="path67"
+ style="fill:#a58554" />
+ <path
+ d="M 69.869,64.044 C 68.684,64.044 63.11,69.731 63.708,70.329 C 64.886,71.451 69.86,64.044 69.869,64.044"
+ id="path69"
+ style="fill:#b0833e" />
+ <path
+ d="M 22.547,64.044 C 21.434,64.044 19.764,66.107 19.086,66.784 C 18.805,67.063 16.301,70.337 16.393,70.334 C 17.769,71.437 22.393,64.044 22.547,64.044"
+ id="path71"
+ style="fill:#b0833e" />
+ <path
+ d="M 16.512,69.836 C 16.468,70 16.428,70.165 16.386,70.329 C 16.798,70.743 16.144,68.918 16.512,69.836"
+ id="path73"
+ style="fill:#937342" />
+ <path
+ d="M 10.526,35.296 C 10.526,36.106 3.085,34.978 2.724,36.05 C 2.501,36.705 2.43,42.753 1.982,42.705 C 0.949,42.595 1.846,36.641 1.935,35.867 C 2.149,33.957 10.526,34.701 10.526,35.296"
+ id="path75"
+ style="fill:#ede0a3" />
+ <path
+ d="M 14.174,60.454 C 13.958,60.671 11.409,63.32 10.962,62.875 C 10.373,62.285 16.004,56.651 16.597,57.243 C 17.041,57.686 14.391,60.237 14.174,60.454"
+ id="path77"
+ style="fill:#ede0a3" />
+ <path
+ d="M 77.624,35.417 C 77.624,36.135 68.664,36.135 68.664,35.417 C 68.664,34.698 77.624,34.698 77.624,35.417"
+ id="path79"
+ style="fill:#ede0a3" />
+ <path
+ d="M 61.051,44.833 C 56.288,59.431 35.722,64.933 24.49,54.18 C 24.49,56.429 29.24,59.124 30.803,59.951 C 36.26,62.836 42.708,62.832 48.454,60.805 C 55.716,58.247 59.893,52.228 61.051,44.833 M 61.329,43.635 C 61.143,44.009 61.051,44.407 61.051,44.832 C 60.889,45.331 61.486,43.635 61.329,43.635"
+ id="path81"
+ style="fill:#7d6135" />
+ <path
+ d="M 54.415,54.466 C 49.399,58.573 42.356,60.403 35.962,59.498 C 42.479,60.515 49.358,58.75 54.415,54.466"
+ id="path83"
+ style="fill:#836432" />
+ <path
+ d="M 21.621,36.65 C 21.621,31.082 26.559,25.693 31.286,23.546 C 36.432,21.208 42.145,21.168 47.248,23.609 C 47.903,23.922 55.37,28.26 54.428,29.475 C 54.677,29.153 49.711,25.486 49.34,25.276 C 44.633,22.598 38.796,22.507 33.713,24.107 C 29.043,25.575 21.621,31.141 21.621,36.65"
+ id="path85"
+ style="fill:#faecac" />
+ <path
+ d="M 17.644,36.514 C 17.644,29.723 24.162,23.137 29.853,20.598 C 36.053,17.832 42.949,17.695 49.079,20.686 C 51.349,21.795 53.507,23.235 55.322,24.999 C 55.419,25.096 57.274,27.338 56.939,27.352 C 56.547,27.367 55.638,25.965 55.407,25.714 C 54.066,24.26 52.542,22.978 50.849,21.951 C 45.169,18.514 37.99,18.414 31.828,20.578 C 26.854,22.323 22.748,25.812 20.155,30.389 C 19.293,31.908 17.644,34.964 17.644,36.514"
+ id="path87"
+ style="fill:#faecac" />
+ <path
+ d="M 58.153,39.915 C 58.2,39.915 57.083,43.867 56.987,44.1 C 55.761,47.145 53.755,49.855 51.118,51.827 C 42.555,58.227 30.786,56.656 23.982,48.731 C 33.178,62.06 57.609,57.031 58.156,39.916"
+ id="path89"
+ style="fill:#749bab;fill-opacity:1" />
+ <path
+ d="M 52.999,51.396 C 52.478,51.897 51.929,52.367 51.351,52.803 C 51.931,52.371 52.482,51.903 52.999,51.396 M 23.581,48.351 C 23.342,48.351 26.637,51.796 26.896,51.988 C 26.33,51.493 24.151,48.351 23.581,48.351"
+ id="path91"
+ style="fill:#c4a572" />
+ </g>
+ <g
+ id="g93"
+ transform="matrix(0.7612974,0,0,0.7613841,14.276185,-37.657778)">
+ <radialGradient
+ cx="336.2793"
+ cy="-178.1563"
+ gradientTransform="matrix(0.9774,-0.2115,0.2115,0.9774,-204.49,341.919)"
+ gradientUnits="userSpaceOnUse"
+ id="XMLID_13_"
+ r="39.746799">
+ <stop
+ id="stop96"
+ offset="0"
+ style="stop-color:#c2c19c;stop-opacity:1;" />
+ <stop
+ id="stop98"
+ offset="1"
+ style="stop-color:#605855;stop-opacity:1;" />
+ </radialGradient>
+ <path
+ d="M 119.802,83.304 C 117.576,83.786 115.359,84.293 113.15,84.859 C 112.053,82.344 110.568,80.005 108.774,77.928 C 107.852,76.859 106.52,76.505 107.455,75.19 C 108.096,74.293 108.715,73.383 109.326,72.466 C 110.512,70.692 112.967,67.93 111.018,65.855 C 109.083,63.797 103.797,59.757 101.273,62.542 C 99.648,64.334 98.461,66.737 97.222,68.81 C 96.39,70.208 90.854,68.122 88.912,67.963 C 87.474,67.842 86.304,68.522 86.038,66.896 C 85.856,65.765 85.642,64.635 85.418,63.506 C 85.072,61.777 84.95,58.863 83.202,57.842 C 81.297,56.729 75.197,58.225 73.572,59.561 C 72.05,60.81 72.8,63.145 73.154,64.731 C 73.416,65.912 73.687,67.092 73.973,68.272 C 74.388,69.969 74.967,69.986 73.2,70.819 C 70.722,71.979 68.411,73.478 66.341,75.263 C 64.932,76.48 65.148,76.002 63.78,75.051 C 62.48,74.147 61.161,73.277 59.831,72.419 C 55.566,69.672 53.233,74.732 51.485,78.025 C 50.41,80.056 51.373,81.566 53.179,82.731 C 54.295,83.447 55.417,84.159 56.543,84.856 C 58.686,86.181 58.331,86.052 57.583,88.392 C 56.805,90.816 56.366,93.344 56.282,95.885 C 56.211,98.094 52.398,97.892 50.352,98.335 C 45.582,99.365 47.388,103.412 48.101,106.912 C 49.116,111.871 52.977,110.359 56.9,109.434 C 58.672,109.014 58.785,108.403 59.764,110.138 C 60.445,111.352 61.221,112.512 62.08,113.606 C 62.931,114.695 63.865,115.721 64.87,116.675 C 66.391,118.119 65.173,118.565 64.109,120.133 C 62.98,121.785 60.653,124.236 61.009,126.407 C 61.307,128.222 63.62,129.157 64.974,130.028 C 66.328,130.902 68.138,132.629 69.917,132.144 C 72.246,131.515 73.736,127.754 74.892,125.866 C 75.401,125.036 75.9,124.201 76.382,123.362 C 77.982,123.852 79.623,124.213 81.281,124.432 C 82.978,124.658 84.694,124.739 86.403,124.677 C 86.582,126.05 86.815,127.418 87.071,128.779 C 87.448,130.788 87.517,134.6 89.545,135.789 C 91.247,136.783 93.876,135.589 95.615,135.249 C 97.125,134.955 99.301,134.729 99.9,133.024 C 100.797,130.452 99.057,126.459 98.416,123.929 C 97.979,122.213 97.435,122.287 99.215,121.39 C 100.91,120.535 102.528,119.523 104.035,118.369 C 105.891,116.947 105.762,116.294 107.69,117.682 C 109.001,118.624 110.34,119.528 111.694,120.414 C 113.773,121.778 116.039,123.237 117.907,120.811 C 119.204,119.128 121.621,116.224 121.776,114.038 C 121.963,111.406 117.789,109.748 115.99,108.638 C 114.392,107.659 112.836,107.604 113.58,105.676 C 114.214,104.033 114.689,102.325 115,100.591 C 115.231,99.277 115.37,97.945 115.409,96.612 C 116.852,96.393 118.29,96.133 119.718,95.851 C 121.781,95.441 125.55,95.236 125.69,92.422 C 125.884,88.6 124.669,82.252 119.802,83.304 M 88.315,107.681 C 82.044,109.038 75.324,105.282 73.932,98.857 C 72.542,92.432 77.109,86.231 83.379,84.873 C 89.651,83.519 96.373,87.274 97.764,93.7 C 99.154,100.126 94.588,106.323 88.315,107.681"
+ id="path100"
+ style="fill:url(#XMLID_13_)" />
+ <linearGradient
+ gradientTransform="matrix(0.9774,-0.2115,0.2115,0.9774,-204.49,341.919)"
+ gradientUnits="userSpaceOnUse"
+ id="XMLID_14_"
+ x1="-20.3428"
+ x2="892.42572"
+ y1="-178.022"
+ y2="-178.022">
+ <stop
+ id="stop103"
+ offset="0"
+ style="stop-color: rgb(255, 255, 255);" />
+ <stop
+ id="stop105"
+ offset="1"
+ style="stop-color: rgb(0, 0, 0);" />
+ </linearGradient>
+ <path
+ d="M 78.112,58.663 C 79.42,58.36 80.858,57.82 82.208,58.002 C 84.479,58.315 84.607,61.876 84.945,63.562 C 85.126,64.472 85.15,67.712 85.78,68.344 C 86.422,68.984 91.58,68.761 92.756,69.018 C 97.222,69.993 96.532,70.866 98.885,67.066 C 100.106,65.096 101.778,60.831 104.714,62.233 C 106.546,63.111 111.596,65.859 111.26,67.981 C 110.919,70.122 108.89,72.308 107.681,74.045 C 106.304,76.025 105.934,75.58 107.534,77.264 C 109.384,79.212 110.945,81.427 112.141,83.836 C 112.802,85.169 112.456,85.518 113.698,85.229 C 116.092,84.668 119.62,83.147 122.116,83.653 C 124.391,84.12 124.624,88.769 125.031,90.771 C 126.057,95.773 118.61,95.648 115.146,96.174 C 115.24,96.161 113.034,105.799 112.56,106.893 C 112.332,107.415 117.866,110.413 118.593,110.861 C 122.119,113.042 121.196,114.826 119.194,117.953 C 116.406,122.307 115.248,122.217 110.88,119.302 C 109.328,118.265 107.792,117.201 106.319,116.059 C 105.932,115.755 103.124,118.465 102.599,118.83 C 101.805,119.382 97.581,121.058 97.337,121.745 C 96.952,122.83 98.543,126.431 98.808,127.592 C 99.954,132.612 99.618,133.892 94.627,134.973 C 93.312,135.256 91.899,135.817 90.542,135.632 C 87.995,135.282 87.903,130.634 87.55,128.758 C 87.381,127.868 87.424,124.828 86.827,124.186 C 86.369,123.696 81.604,124.007 80.686,123.865 C 80.185,123.787 76.248,122.66 76.116,122.876 C 75.42,124.009 74.722,125.14 74.025,126.272 C 73.12,127.744 71.585,131.366 69.684,131.716 C 68.022,132.045 62.844,128.533 61.845,127.166 C 59.394,123.816 66.588,120.34 66.545,117.525 C 66.543,117.395 58.499,108.547 59.256,108.373 C 57.142,108.861 54.992,109.553 52.843,109.855 C 48.728,110.747 48.603,107.037 47.973,103.992 C 46.936,99.649 49.141,99.061 52.821,98.344 C 54.088,98.097 55.352,97.85 56.622,97.601 C 56.882,97.552 57.028,92.83 57.132,92.209 C 57.5,90.075 58.145,88.021 58.975,86.024 C 59.155,85.599 57.537,84.887 57.204,84.68 C 54.8,83.178 50.049,81.366 52.117,77.876 C 53.066,76.275 54.958,72.33 56.762,71.938 C 58.973,71.46 62.567,74.855 64.229,75.983 C 66.427,77.47 67.838,74.525 69.889,73.195 C 72.026,71.809 75.327,71.795 74.695,69.101 C 74.246,67.187 73.615,65.236 73.332,63.289 C 72.536,59.622 75.205,59.245 78.112,58.663 M 79.916,57.267 C 77.739,57.736 73.984,57.872 72.7,59.809 C 71.255,62.028 73.07,66.362 73.615,68.678 C 74.107,70.795 72.19,70.724 70.464,71.74 C 69.661,72.213 65.47,75.674 65.063,75.395 C 62.966,73.967 59.99,71.097 57.329,70.949 C 54.722,70.8 53.341,74.161 52.154,76.068 C 49.469,80.058 50.863,81.844 54.498,84.114 C 55.626,84.815 56.751,85.523 57.879,86.221 C 56.858,88.731 56.197,91.384 55.938,94.082 C 55.679,96.767 56.086,96.727 53.563,97.222 C 52.106,97.507 50.546,97.688 49.135,98.183 C 45.42,99.488 46.842,103.154 47.449,106.068 C 48.452,110.88 50.554,111.38 54.916,110.362 C 56.23,110.056 57.548,109.744 58.864,109.443 C 60.058,111.77 61.583,113.922 63.379,115.824 C 64.48,116.997 65.675,117.081 64.61,118.585 C 63.854,119.652 63.12,120.738 62.395,121.834 C 61.331,123.452 59.684,125.664 60.997,127.621 C 62.067,129.223 66.923,132.35 68.821,132.666 C 71.792,133.158 73.489,128.968 74.743,126.934 C 75.364,125.921 75.982,124.911 76.618,123.903 C 79.215,124.669 81.911,125.082 84.62,125.134 C 86.512,125.174 85.995,125.352 86.27,127.002 C 86.456,128.114 86.663,129.225 86.884,130.331 C 87.292,132.385 87.509,135.856 90.019,136.509 C 92.045,137.03 95.782,135.862 97.834,135.251 C 102.615,133.823 99.805,127.482 98.965,124.154 C 98.559,122.537 98.012,122.523 99.667,121.67 C 100.847,121.062 101.987,120.378 103.075,119.623 C 104.164,118.87 105.205,118.048 106.187,117.161 C 106.963,117.75 107.754,118.319 108.552,118.873 C 111.698,121.065 115.767,124.906 118.712,120.514 C 119.987,118.615 122.646,115.579 122.196,113.292 C 121.671,110.857 117.882,109.299 115.968,108.122 C 114.487,107.205 113.484,107.26 114.128,105.523 C 114.993,103.192 115.553,100.746 115.774,98.269 C 116.121,94.44 126.547,98.014 126.162,91.896 C 126.024,89.708 125.179,84.328 123.376,83.149 C 121.216,81.717 117.105,83.445 114.846,83.973 C 112.609,84.497 112.726,82.736 111.574,80.917 C 110.521,79.259 107.088,76.528 108.171,74.992 C 111.17,70.749 114.495,67.164 108.956,63.775 C 107.077,62.525 104.439,60.045 102.119,61.251 C 99.917,62.391 98.452,65.952 97.205,67.956 C 96.078,69.774 94.81,68.493 92.861,68.076 C 91.153,67.71 86.712,68.059 86.441,66.448 C 85.748,62.278 85.63,56.03 79.916,57.267"
+ id="path107"
+ style="fill:url(#XMLID_14_)" />
+ <linearGradient
+ gradientTransform="matrix(0.9774,-0.2115,0.2115,0.9774,-204.49,341.919)"
+ gradientUnits="userSpaceOnUse"
+ id="XMLID_15_"
+ x1="247.46581"
+ x2="461.86221"
+ y1="-178.67529"
+ y2="-178.67529">
+ <stop
+ id="stop110"
+ offset="0"
+ style="stop-color: rgb(255, 255, 255);" />
+ <stop
+ id="stop112"
+ offset="1"
+ style="stop-color: rgb(0, 0, 0);" />
+ </linearGradient>
+ <path
+ d="M 73.47,98.957 C 76.798,114.34 101.559,108.981 98.232,93.6 C 94.899,78.217 70.141,83.577 73.47,98.957 M 74.404,98.756 C 71.335,84.579 94.225,79.625 97.294,93.801 C 100.36,107.979 77.472,112.932 74.404,98.756"
+ id="path114"
+ style="fill:url(#XMLID_15_)" />
+ <radialGradient
+ cx="335.71289"
+ cy="-178.67529"
+ gradientTransform="matrix(0.9774,-0.2115,0.2115,0.9774,-204.49,341.919)"
+ gradientUnits="userSpaceOnUse"
+ id="XMLID_16_"
+ r="21.099501">
+ <stop
+ id="stop117"
+ offset="0"
+ style="stop-color:#d0ce8e;stop-opacity:1;" />
+ <stop
+ id="stop131"
+ offset="0.9084"
+ style="stop-color:#8c7c69;stop-opacity:1;" />
+ <stop
+ id="stop133"
+ offset="0.95829999"
+ style="stop-color:#8c6649;stop-opacity:1;" />
+ <stop
+ id="stop135"
+ offset="1"
+ style="stop-color:#67564d;stop-opacity:1;" />
+ </radialGradient>
+ <path
+ d="M 81.564,76.474 C 70.597,78.847 61.96,89.466 64.438,100.912 C 66.915,112.361 79.167,118.455 90.134,116.083 C 101.103,113.71 109.735,103.093 107.256,91.645 C 104.778,80.2 92.526,74.102 81.564,76.474 M 89.478,113.037 C 80.194,115.047 69.824,109.891 67.727,100.201 C 65.63,90.513 72.939,81.528 82.222,79.519 C 91.504,77.509 101.874,82.665 103.971,92.357 C 106.07,102.047 98.759,111.03 89.478,113.037"
+ id="path137"
+ style="fill:url(#XMLID_16_)" />
+ <path
+ d="M 59.036,91.148 C 59.583,89.713 60.142,88.282 60.758,86.873 C 59.379,86.887 59.21,90.113 59.036,91.148 M 104.945,63.618 C 103.295,60.288 99.385,67.418 98.703,68.568 C 98.496,68.912 97.412,71.316 96.902,71.278 C 93.547,69.768 89.858,69.059 86.188,69.04 C 86.017,71.318 91.67,70.72 93.482,71.184 C 94.881,71.54 96.537,73.201 97.515,71.815 C 99.134,69.518 100.516,66.99 102.349,64.853 C 102.789,64.342 105.224,63.575 105.229,64.416 C 105.134,64.15 105.04,63.884 104.945,63.618 M 66.477,77.95 C 68.156,76.282 70.129,74.938 72.279,73.954 C 73.739,73.287 75.92,73.27 74.802,71.23 C 73.104,71.943 65.329,75.625 66.477,77.95"
+ id="path139"
+ style="fill:#ede0a3" />
+ <path
+ d="M 82.393,58.839 C 82.691,60.223 74.283,62.044 73.983,60.656 C 73.683,59.277 82.093,57.456 82.393,58.839"
+ id="path141"
+ style="fill:#ede0a3" />
+ <path
+ d="M 94.128,133.387 C 93.732,133.474 89.905,134.221 90.084,135.056 C 90.332,136.194 98.742,134.373 98.496,133.235 C 98.315,132.402 94.522,133.304 94.128,133.387"
+ id="path143"
+ style="fill:#b0833e" />
+ <path
+ d="M 54.567,107.635 C 54.169,107.722 50.344,108.467 50.525,109.3 C 50.769,110.432 59.176,108.611 58.932,107.482 C 58.753,106.65 54.96,107.549 54.567,107.635"
+ id="path145"
+ style="fill:#b0833e" />
+ <path
+ d="M 119.812,93.515 C 119.416,93.602 115.59,94.347 115.772,95.181 C 116.015,96.31 124.423,94.489 124.179,93.361 C 124,92.53 120.209,93.429 119.812,93.515"
+ id="path147"
+ style="fill:#b0833e" />
+ <path
+ d="M 62.692,126.493 C 61.926,126.66 64.567,128.738 64.63,128.787 C 65.693,129.562 68.188,131.632 69.661,131.311 C 69.684,131.321 67.985,129.219 67.653,128.977 C 66.604,128.211 64.147,126.176 62.692,126.493"
+ id="path149"
+ style="fill:#b0833e" />
+ <path
+ d="M 107.808,115.754 C 107.467,115.826 113.835,122.15 114.903,120.491 C 115.591,119.426 108.925,115.512 107.808,115.754"
+ id="path151"
+ style="fill:#b0833e" />
+ <path
+ d="M 56.626,72.465 C 57.38,72.949 52.595,80.384 51.837,79.898 C 51.088,79.412 55.876,71.981 56.626,72.465"
+ id="path153"
+ style="fill:#ede0a3" />
+ <path
+ d="M 110.312,67.829 C 109.151,68.079 104.886,74.786 105.618,75.276 C 106.942,76.129 110.337,67.824 110.312,67.829"
+ id="path155"
+ style="fill:#a58554" />
+ <path
+ d="M 120.598,113.852 C 119.439,114.103 115.195,120.839 115.905,121.298 C 117.294,122.143 120.59,113.854 120.598,113.852"
+ id="path157"
+ style="fill:#b0833e" />
+ <path
+ d="M 74.347,123.863 C 73.259,124.096 72.062,126.468 71.543,127.27 C 71.328,127.605 69.571,131.333 69.661,131.311 C 71.239,132.098 74.196,123.894 74.347,123.863"
+ id="path159"
+ style="fill:#b0833e" />
+ <path
+ d="M 69.674,130.798 C 69.665,130.969 69.657,131.138 69.653,131.307 C 70.144,131.624 69.119,129.98 69.674,130.798"
+ id="path161"
+ style="fill:#937342" />
+ <path
+ d="M 56.515,98.307 C 56.688,99.098 49.175,99.569 49.05,100.694 C 48.971,101.382 50.18,107.308 49.733,107.356 C 48.7,107.468 48.317,101.456 48.239,100.681 C 48.046,98.769 56.39,97.726 56.515,98.307"
+ id="path163"
+ style="fill:#ede0a3" />
+ <path
+ d="M 65.403,122.124 C 65.237,122.381 63.307,125.51 62.776,125.168 C 62.075,124.718 66.386,118.019 67.09,118.472 C 67.62,118.812 65.569,121.866 65.403,122.124"
+ id="path165"
+ style="fill:#ede0a3" />
+ <path
+ d="M 122.123,84.231 C 122.273,84.932 113.515,86.829 113.364,86.128 C 113.212,85.425 121.969,83.53 122.123,84.231"
+ id="path167"
+ style="fill:#ede0a3" />
+ <path
+ d="M 107.914,96.942 C 106.348,112.214 87.411,121.942 74.158,113.81 C 74.635,116.008 79.846,117.637 81.549,118.114 C 87.493,119.778 93.794,118.412 98.982,115.215 C 105.538,111.178 108.346,104.413 107.914,96.942 M 107.931,95.709 C 107.834,96.114 107.826,96.524 107.914,96.941 C 107.86,97.459 108.087,95.678 107.931,95.709"
+ id="path169"
+ style="fill:#7d6135" />
+ <path
+ d="M 103.464,107.758 C 99.431,112.833 92.937,116.111 86.495,116.581 C 93.08,116.194 99.43,113.015 103.464,107.758"
+ id="path171"
+ style="fill:#836432" />
+ <path
+ d="M 67.646,97.283 C 66.466,91.84 70.155,85.531 74.32,82.43 C 78.856,79.057 84.43,77.809 89.935,79.116 C 90.642,79.285 98.856,81.944 98.194,83.33 C 98.368,82.963 92.739,80.43 92.332,80.303 C 87.165,78.681 81.439,79.827 76.812,82.467 C 72.558,84.888 66.479,91.899 67.646,97.283"
+ id="path173"
+ style="fill:#faecac" />
+ <path
+ d="M 63.729,97.992 C 62.291,91.354 67.27,83.54 72.296,79.852 C 77.769,75.839 84.481,74.246 91.106,75.873 C 93.559,76.478 95.971,77.429 98.12,78.767 C 98.235,78.842 100.522,80.642 100.196,80.727 C 99.818,80.824 98.632,79.645 98.353,79.449 C 96.735,78.312 94.974,77.381 93.103,76.735 C 86.826,74.579 79.789,75.998 74.222,79.417 C 69.73,82.174 66.455,86.453 64.889,91.476 C 64.368,93.14 63.402,96.478 63.729,97.992"
+ id="path175"
+ style="fill:#faecac" />
+ <path
+ d="M 104.042,92.747 C 104.088,92.738 103.832,96.837 103.788,97.083 C 103.231,100.319 101.847,103.393 99.685,105.878 C 92.671,113.944 80.835,114.899 72.508,108.592 C 84.317,119.674 107.129,109.591 104.045,92.747"
+ id="path177"
+ style="fill:#9e8860" />
+ <path
+ d="M 101.433,105.059 C 101.03,105.661 100.594,106.235 100.119,106.782 C 100.597,106.236 101.035,105.662 101.433,105.059 M 72.036,108.306 C 71.802,108.355 75.751,111.025 76.045,111.159 C 75.388,110.794 72.593,108.185 72.036,108.306"
+ id="path179"
+ style="fill:#c4a572" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="Background" />
+ <g
+ id="g4874"
+ transform="translate(-64.747643,-6.3028679)" />
+ </g>
+</svg>
Added: eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowAborted.png
===================================================================
(Binary files differ)
Property changes on: eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowAborted.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowAborted.svg
===================================================================
--- eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowAborted.svg (rev 0)
+++ eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowAborted.svg 2009-11-27 14:05:36 UTC (rev 5796)
@@ -0,0 +1,810 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<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"
+ height="16"
+ id="Layer_1"
+ inkscape:version="0.46"
+ sodipodi:docbase="F:\openclip\svg da inviare"
+ sodipodi:docname="workflowAborted.svg"
+ sodipodi:version="0.32"
+ space="preserve"
+ style="overflow:visible"
+ version="1.0"
+ viewBox="0 0 126.176 136.638"
+ width="16"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:export-filename="/home/bdemuth/workspace/org.chemomentum.rcp.servicebrowser/icons/workflowAborted.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <metadata
+ id="metadata3">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:title>Ruota dentata 2</dc:title>
+ <dc:description />
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>unsorted</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:publisher>
+ <cc:Agent
+ rdf:about="http://www.openclipart.org/">
+ <dc:title>Open Clip Art Library</dc:title>
+ </cc:Agent>
+ </dc:publisher>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Architetto Francesco Rollandin</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:rights>
+ <cc:Agent>
+ <dc:title>Architetto Francesco Rollandin</dc:title>
+ </cc:Agent>
+ </dc:rights>
+ <dc:date />
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <cc:license
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://web.resource.org/cc/PublicDomain">
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/Distribution" />
+ <cc:permits
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs182">
+ <radialGradient
+ cx="335.71289"
+ cy="-178.67529"
+ gradientTransform="matrix(0.9774,-0.2115,0.2115,0.9774,-204.49,341.919)"
+ gradientUnits="userSpaceOnUse"
+ id="XMLID_16_"
+ r="21.099501">
+ <stop
+ id="stop117"
+ offset="0"
+ style="stop-color:#d0ce8e;stop-opacity:1;" />
+ <stop
+ id="stop131"
+ offset="0.9084"
+ style="stop-color:#8c7c69;stop-opacity:1;" />
+ <stop
+ id="stop133"
+ offset="0.95829999"
+ style="stop-color:#8c6649;stop-opacity:1;" />
+ <stop
+ id="stop135"
+ offset="1"
+ style="stop-color:#67564d;stop-opacity:1;" />
+ </radialGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_16_"
+ id="radialGradient7930"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9774,-0.2115,0.2115,0.9774,-204.49,341.919)"
+ cx="335.71289"
+ cy="-178.67529"
+ r="21.099501" />
+ <linearGradient
+ gradientTransform="matrix(0.9774,-0.2115,0.2115,0.9774,-204.49,341.919)"
+ gradientUnits="userSpaceOnUse"
+ id="XMLID_15_"
+ x1="247.46581"
+ x2="461.86221"
+ y1="-178.67529"
+ y2="-178.67529">
+ <stop
+ id="stop110"
+ offset="0"
+ style="stop-color: rgb(255, 255, 255);" />
+ <stop
+ id="stop112"
+ offset="1"
+ style="stop-color: rgb(0, 0, 0);" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_15_"
+ id="linearGradient7928"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9774,-0.2115,0.2115,0.9774,-204.49,341.919)"
+ x1="247.46581"
+ y1="-178.67529"
+ x2="461.86221"
+ y2="-178.67529" />
+ <linearGradient
+ gradientTransform="matrix(0.9774,-0.2115,0.2115,0.9774,-204.49,341.919)"
+ gradientUnits="userSpaceOnUse"
+ id="XMLID_14_"
+ x1="-20.3428"
+ x2="892.42572"
+ y1="-178.022"
+ y2="-178.022">
+ <stop
+ id="stop103"
+ offset="0"
+ style="stop-color: rgb(255, 255, 255);" />
+ <stop
+ id="stop105"
+ offset="1"
+ style="stop-color: rgb(0, 0, 0);" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_14_"
+ id="linearGradient7926"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9774,-0.2115,0.2115,0.9774,-204.49,341.919)"
+ x1="-20.3428"
+ y1="-178.022"
+ x2="892.42572"
+ y2="-178.022" />
+ <radialGradient
+ cx="336.2793"
+ cy="-178.1563"
+ gradientTransform="matrix(0.9774,-0.2115,0.2115,0.9774,-204.49,341.919)"
+ gradientUnits="userSpaceOnUse"
+ id="XMLID_13_"
+ r="39.746799">
+ <stop
+ id="stop96"
+ offset="0"
+ style="stop-color:#c2c19c;stop-opacity:1;" />
+ <stop
+ id="stop98"
+ offset="1"
+ style="stop-color:#605855;stop-opacity:1;" />
+ </radialGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_13_"
+ id="radialGradient7924"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9774,-0.2115,0.2115,0.9774,-204.49,341.919)"
+ cx="336.2793"
+ cy="-178.1563"
+ r="39.746799" />
+ <radialGradient
+ cx="39.623001"
+ cy="39.519001"
+ gradientUnits="userSpaceOnUse"
+ id="XMLID_12_"
+ r="21.1">
+ <stop
+ id="stop29"
+ offset="0"
+ style="stop-color:#eff5f7;stop-opacity:1;" />
+ <stop
+ id="stop31"
+ offset="0.39449999"
+ style="stop-color:#d7e8ee;stop-opacity:1;" />
+ <stop
+ id="stop33"
+ offset="0.53659999"
+ style="stop-color:#dce8ed;stop-opacity:1;" />
+ <stop
+ id="stop35"
+ offset="0.63789999"
+ style="stop-color:#dae4e8;stop-opacity:1;" />
+ <stop
+ id="stop37"
+ offset="0.71990001"
+ style="stop-color:#c5d1da;stop-opacity:1;" />
+ <stop
+ id="stop39"
+ offset="0.79009998"
+ style="stop-color:#c7d7de;stop-opacity:1;" />
+ <stop
+ id="stop41"
+ offset="0.85219997"
+ style="stop-color:#b0c3cb;stop-opacity:1;" />
+ <stop
+ id="stop43"
+ offset="0.9084"
+ style="stop-color:#aac4ce;stop-opacity:1;" />
+ <stop
+ id="stop45"
+ offset="0.95829999"
+ style="stop-color:#98bdd3;stop-opacity:1;" />
+ <stop
+ id="stop47"
+ offset="1"
+ style="stop-color:#97adba;stop-opacity:1;" />
+ </radialGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_12_"
+ id="radialGradient7922"
+ gradientUnits="userSpaceOnUse"
+ cx="39.623001"
+ cy="39.519001"
+ r="21.1" />
+ <linearGradient
+ gradientTransform="matrix(0,-214.999,-214.999,0,102527,-52175.8)"
+ gradientUnits="userSpaceOnUse"
+ id="XMLID_11_"
+ x1="-243.2471"
+ x2="-242.3132"
+ y1="476.68991"
+ y2="476.68991">
+ <stop
+ id="stop22"
+ offset="0"
+ style="stop-color: rgb(255, 255, 255);" />
+ <stop
+ id="stop24"
+ offset="1"
+ style="stop-color: rgb(0, 0, 0);" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_11_"
+ id="linearGradient7920"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,-214.999,-214.999,0,102527,-52175.8)"
+ x1="-243.2471"
+ y1="476.68991"
+ x2="-242.3132"
+ y2="476.68991" />
+ <linearGradient
+ gradientTransform="matrix(776.01,550.007,550.007,-776.01,-65411.4,493076)"
+ gradientUnits="userSpaceOnUse"
+ id="XMLID_10_"
+ x1="-243.9702"
+ x2="-243.01469"
+ y1="462.69379"
+ y2="462.69379">
+ <stop
+ id="stop15"
+ offset="0"
+ style="stop-color: rgb(255, 255, 255);" />
+ <stop
+ id="stop17"
+ offset="1"
+ style="stop-color: rgb(0, 0, 0);" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_10_"
+ id="linearGradient7918"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(776.01,550.007,550.007,-776.01,-65411.4,493076)"
+ x1="-243.9702"
+ y1="462.69379"
+ x2="-243.01469"
+ y2="462.69379" />
+ <radialGradient
+ cx="40.189499"
+ cy="40.038601"
+ gradientUnits="userSpaceOnUse"
+ id="XMLID_9_"
+ r="39.747601">
+ <stop
+ id="stop8"
+ offset="0"
+ style="stop-color:#dae5eb;stop-opacity:1;" />
+ <stop
+ id="stop10"
+ offset="1"
+ style="stop-color:#89b7df;stop-opacity:1;" />
+ </radialGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_9_"
+ id="radialGradient7916"
+ gradientUnits="userSpaceOnUse"
+ cx="40.189499"
+ cy="40.038601"
+ r="39.747601" />
+ <linearGradient
+ id="linearGradient3416">
+ <stop
+ style="stop-color:#fff800;stop-opacity:1;"
+ offset="0"
+ id="stop3418" />
+ <stop
+ style="stop-color:#ffffc6;stop-opacity:1;"
+ offset="1"
+ id="stop3420" />
+ </linearGradient>
+ <radialGradient
+ cx="68.3564"
+ cy="68.329102"
+ gradientUnits="userSpaceOnUse"
+ id="XMLID_2_"
+ r="63.549801">
+ <stop
+ id="stop4837"
+ offset="0"
+ style="stop-color:#a5ff8f;stop-opacity:1;" />
+ <stop
+ id="stop4839"
+ offset="1"
+ style="stop-color:#13ef02;stop-opacity:1;" />
+ </radialGradient>
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 68.319 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="126.176 : 68.319 : 1"
+ inkscape:persp3d-origin="63.088001 : 45.546 : 1"
+ id="perspective100" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_2_"
+ id="radialGradient4872"
+ gradientUnits="userSpaceOnUse"
+ cx="68.3564"
+ cy="68.329102"
+ r="63.549801"
+ gradientTransform="matrix(0.5956477,0,0,0.5957062,113.0478,58.962374)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3416"
+ id="linearGradient3422"
+ x1="129.78336"
+ y1="132.68121"
+ x2="76.206902"
+ y2="82.751228"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ bordercolor="#666666"
+ borderopacity="1.0"
+ id="base"
+ inkscape:current-layer="layer3"
+ inkscape:cx="-2.8905954"
+ inkscape:cy="-6.2013307"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-height="734"
+ inkscape:window-width="914"
+ inkscape:window-x="88"
+ inkscape:window-y="116"
+ inkscape:zoom="10.538796"
+ pagecolor="#ffffff"
+ showgrid="false" />
+ <g
+ inkscape:groupmode="layer"
+ id="layer1"
+ inkscape:label="background">
+ <rect
+ style="fill:url(#linearGradient3422);fill-opacity:1.0;fill-rule:evenodd;stroke:#000000;stroke-width:1.42615913999999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2644"
+ width="131.67821"
+ height="128.03174"
+ x="-2.3948541"
+ y="4.1494732" />
+ </g>
+ <g
+ id="g3"
+ style="display:inline">
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="Background" />
+ <g
+ id="g4874"
+ transform="translate(-64.747643,-6.3028679)" />
+ <g
+ style="display:inline;overflow:visible"
+ id="g9410"
+ transform="translate(1.2526743,0.4321872)">
+ <g
+ id="g5"
+ transform="matrix(0.9510565,0.309017,-0.309017,0.9510565,14.716243,39.160274)">
+ <radialGradient
+ cx="40.189499"
+ cy="40.038601"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient7795"
+ r="39.747601">
+ <stop
+ id="stop7797"
+ offset="0"
+ style="stop-color:#dae5eb;stop-opacity:1;" />
+ <stop
+ id="stop7799"
+ offset="1"
+ style="stop-color:#89b7df;stop-opacity:1;" />
+ </radialGradient>
+ <path
+ d="M 75.554,34.021 C 73.278,34.021 71.001,34.048 68.725,34.133 C 68.183,31.443 67.226,28.841 65.913,26.433 C 65.238,25.195 64.009,24.565 65.201,23.478 C 66.018,22.736 66.815,21.979 67.606,21.212 C 69.14,19.728 72.124,17.548 70.659,15.109 C 69.203,12.689 64.891,7.62 61.835,9.809 C 59.869,11.217 58.198,13.314 56.55,15.077 C 55.441,16.268 50.471,13.058 48.61,12.492 C 47.227,12.07 45.941,12.487 46.025,10.842 C 46.086,9.697 46.116,8.547 46.135,7.399 C 46.164,5.633 46.661,2.761 45.168,1.392 C 43.542,-0.098 37.264,0.075 35.393,1.037 C 33.642,1.934 33.881,4.375 33.891,5.999 C 33.897,7.211 33.913,8.42 33.945,9.633 C 33.99,11.381 34.553,11.52 32.648,11.959 C 29.983,12.572 27.405,13.546 25.005,14.854 C 23.37,15.745 23.682,15.323 22.547,14.105 C 21.467,12.946 20.362,11.815 19.244,10.696 C 15.656,7.109 12.306,11.562 9.902,14.411 C 8.42,16.167 9.042,17.848 10.561,19.369 C 11.501,20.306 12.446,21.238 13.4,22.157 C 15.214,23.906 14.894,23.704 13.668,25.833 C 12.396,28.037 11.432,30.416 10.812,32.883 C 10.274,35.026 6.591,34.021 4.497,34.021 C -0.383,34.021 0.527,38.357 0.484,41.928 C 0.425,46.99 4.521,46.329 8.549,46.256 C 10.372,46.221 10.612,45.648 11.2,47.548 C 11.61,48.878 12.123,50.177 12.73,51.429 C 13.333,52.674 14.029,53.875 14.808,55.018 C 15.989,56.752 14.705,56.93 13.333,58.237 C 11.883,59.614 9.088,61.516 8.976,63.715 C 8.883,65.551 10.946,66.953 12.086,68.091 C 13.225,69.231 14.628,71.303 16.47,71.206 C 18.881,71.082 21.132,67.723 22.661,66.121 C 23.331,65.416 23.997,64.708 24.648,63.989 C 26.105,64.808 27.635,65.507 29.208,66.072 C 30.819,66.651 32.479,67.093 34.163,67.395 C 34.046,68.776 33.984,70.162 33.947,71.545 C 33.891,73.588 33.153,77.329 34.884,78.92 C 36.334,80.25 39.158,79.638 40.93,79.675 C 42.469,79.707 44.643,79.948 45.588,78.407 C 47.011,76.082 46.155,71.812 46.062,69.205 C 45.998,67.435 45.449,67.393 47.378,66.892 C 49.217,66.415 51.011,65.768 52.729,64.957 C 54.844,63.961 54.855,63.295 56.447,65.061 C 57.53,66.26 58.647,67.427 59.782,68.579 C 61.526,70.351 63.432,72.256 65.772,70.282 C 67.395,68.91 70.371,66.586 70.986,64.479 C 71.724,61.947 67.997,59.443 66.471,57.978 C 65.117,56.682 63.608,56.299 64.742,54.573 C 65.709,53.101 66.535,51.532 67.206,49.903 C 67.711,48.668 68.127,47.397 68.449,46.1 C 69.904,46.195 71.363,46.243 72.82,46.268 C 74.922,46.303 78.648,46.901 79.382,44.181 C 80.377,40.481 80.532,34.021 75.554,34.021 M 39.625,51.185 C 33.207,51.185 27.433,46.093 27.433,39.519 C 27.433,32.945 33.207,27.85 39.625,27.85 C 46.042,27.85 51.816,32.945 51.816,39.519 C 51.816,46.093 46.042,51.185 39.625,51.185"
+ id="path12"
+ style="fill:url(#radialGradient7916)" />
+ <linearGradient
+ gradientTransform="matrix(776.01,550.007,550.007,-776.01,-65411.4,493076)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7802"
+ x1="-243.9702"
+ x2="-243.01469"
+ y1="462.69379"
+ y2="462.69379">
+ <stop
+ id="stop7804"
+ offset="0"
+ style="stop-color: rgb(255, 255, 255);" />
+ <stop
+ id="stop7806"
+ offset="1"
+ style="stop-color: rgb(0, 0, 0);" />
+ </linearGradient>
+ <path
+ d="M 40.02,1.119 C 41.362,1.098 42.881,0.875 44.162,1.339 C 46.317,2.125 45.69,5.632 45.661,7.352 C 45.646,8.278 44.986,11.449 45.466,12.2 C 45.959,12.964 51.048,13.836 52.142,14.336 C 56.303,16.232 55.442,16.941 58.545,13.725 C 60.155,12.058 62.691,8.244 65.266,10.236 C 66.87,11.481 71.225,15.236 70.449,17.237 C 69.661,19.258 67.216,20.965 65.667,22.408 C 63.902,24.051 63.634,23.538 64.843,25.523 C 66.239,27.816 67.296,30.313 67.956,32.918 C 68.32,34.363 67.906,34.63 69.184,34.609 C 71.64,34.568 75.412,33.828 77.744,34.851 C 79.87,35.786 79.112,40.382 79.089,42.425 C 79.031,47.529 71.782,45.833 68.283,45.614 C 68.377,45.621 64.181,54.574 63.488,55.544 C 63.156,56.004 67.929,60.107 68.547,60.698 C 71.531,63.574 70.252,65.124 67.633,67.756 C 63.988,71.42 62.873,71.089 59.219,67.316 C 57.924,65.974 56.646,64.608 55.45,63.179 C 55.135,62.801 51.818,64.856 51.227,65.101 C 50.335,65.472 45.852,66.216 45.468,66.836 C 44.864,67.815 45.656,71.672 45.67,72.862 C 45.727,78.01 45.13,79.19 40.023,79.19 C 38.676,79.19 37.18,79.439 35.892,78.97 C 33.476,78.093 34.369,73.528 34.422,71.62 C 34.445,70.714 35.128,67.751 34.681,66.997 C 34.338,66.421 29.614,65.718 28.747,65.386 C 28.272,65.203 24.664,63.268 24.491,63.449 C 23.571,64.409 22.65,65.368 21.727,66.329 C 20.532,67.576 18.265,70.789 16.334,70.731 C 14.64,70.703 10.322,66.171 9.634,64.627 C 7.947,60.834 15.714,58.957 16.267,56.198 C 16.293,56.069 10.301,45.723 11.079,45.712 C 8.909,45.741 6.661,45.96 4.498,45.804 C 0.289,45.804 0.951,42.151 0.978,39.042 C 0.883,34.579 3.163,34.471 6.91,34.548 C 8.202,34.573 9.491,34.601 10.783,34.624 C 11.051,34.631 12.19,30.045 12.424,29.462 C 13.234,27.453 14.298,25.584 15.532,23.808 C 15.796,23.429 14.366,22.392 14.084,22.119 C 12.053,20.142 7.793,17.366 10.55,14.393 C 11.818,13.029 14.5,9.572 16.346,9.572 C 18.609,9.572 21.404,13.651 22.79,15.105 C 24.623,17.024 26.626,14.444 28.911,13.579 C 31.293,12.678 34.522,13.358 34.474,10.594 C 34.438,8.627 34.235,6.586 34.369,4.625 C 34.367,0.875 37.056,1.071 40.02,1.119 M 42.078,0.134 C 39.851,0.134 36.153,-0.53 34.488,1.092 C 32.608,2.955 33.465,7.575 33.505,9.953 C 33.539,12.128 31.681,11.652 29.778,12.281 C 28.893,12.573 24.065,15.069 23.724,14.71 C 21.977,12.872 19.676,9.437 17.106,8.73 C 14.591,8.034 12.529,11.026 10.966,12.639 C 7.499,15.971 8.483,18.01 11.556,20.998 C 12.509,21.923 13.459,22.851 14.415,23.773 C 12.886,26.01 11.68,28.463 10.854,31.044 C 10.032,33.613 10.439,33.661 7.87,33.612 C 6.384,33.583 4.823,33.427 3.338,33.613 C -0.568,34.103 0.046,37.986 0.022,40.963 C -0.015,45.877 1.935,46.81 6.412,46.741 C 7.764,46.719 9.115,46.694 10.467,46.677 C 11.141,49.203 12.175,51.629 13.528,53.868 C 14.358,55.247 15.507,55.583 14.15,56.827 C 13.185,57.711 12.236,58.616 11.299,59.534 C 9.915,60.89 7.837,62.703 8.706,64.895 C 9.414,66.686 13.496,70.771 15.287,71.481 C 18.087,72.59 20.631,68.852 22.286,67.131 C 23.11,66.274 23.928,65.414 24.759,64.565 C 27.137,65.86 29.686,66.835 32.322,67.461 C 34.162,67.899 33.619,67.965 33.54,69.634 C 33.484,70.762 33.454,71.891 33.435,73.019 C 33.4,75.113 32.876,78.551 35.194,79.718 C 37.062,80.658 40.964,80.306 43.099,80.144 C 48.072,79.761 46.666,72.97 46.55,69.539 C 46.494,67.87 45.966,67.741 47.762,67.259 C 49.042,66.913 50.302,66.485 51.526,65.98 C 52.749,65.474 53.94,64.89 55.089,64.23 C 55.721,64.97 56.375,65.693 57.039,66.405 C 59.651,69.212 62.816,73.828 66.622,70.158 C 68.27,68.569 71.51,66.166 71.555,63.835 C 71.555,61.345 68.183,59.021 66.562,57.464 C 65.308,56.256 64.318,56.097 65.316,54.537 C 66.654,52.44 67.716,50.169 68.458,47.796 C 69.606,44.125 79.04,49.825 79.958,43.763 C 80.286,41.598 80.599,36.159 79.085,34.624 C 77.276,32.769 72.895,33.587 70.574,33.626 C 68.275,33.665 68.762,31.968 68.021,29.949 C 67.343,28.104 64.564,24.71 65.949,23.438 C 69.778,19.924 73.786,17.125 69.089,12.639 C 67.518,11.021 65.465,8.04 62.942,8.726 C 60.548,9.376 58.363,12.546 56.722,14.24 C 55.235,15.778 54.265,14.258 52.45,13.438 C 50.856,12.72 46.442,12.12 46.52,10.489 C 46.717,6.265 47.925,0.134 42.078,0.134"
+ id="path19"
+ style="fill:url(#linearGradient7918)" />
+ <linearGradient
+ gradientTransform="matrix(0,-214.999,-214.999,0,102527,-52175.8)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7809"
+ x1="-243.2471"
+ x2="-242.3132"
+ y1="476.68991"
+ y2="476.68991">
+ <stop
+ id="stop7811"
+ offset="0"
+ style="stop-color: rgb(255, 255, 255);" />
+ <stop
+ id="stop7813"
+ offset="1"
+ style="stop-color: rgb(0, 0, 0);" />
+ </linearGradient>
+ <path
+ d="M 26.958,39.519 C 26.958,55.257 52.291,55.257 52.291,39.519 C 52.291,23.781 26.958,23.781 26.958,39.519 M 27.914,39.519 C 27.914,25.014 51.335,25.014 51.335,39.519 C 51.335,54.024 27.914,54.024 27.914,39.519"
+ id="path26"
+ style="fill:url(#linearGradient7920)" />
+ <radialGradient
+ cx="39.623001"
+ cy="39.519001"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient7816"
+ r="21.1">
+ <stop
+ id="stop7818"
+ offset="0"
+ style="stop-color:#eff5f7;stop-opacity:1;" />
+ <stop
+ id="stop7820"
+ offset="0.39449999"
+ style="stop-color:#d7e8ee;stop-opacity:1;" />
+ <stop
+ id="stop7822"
+ offset="0.53659999"
+ style="stop-color:#dce8ed;stop-opacity:1;" />
+ <stop
+ id="stop7824"
+ offset="0.63789999"
+ style="stop-color:#dae4e8;stop-opacity:1;" />
+ <stop
+ id="stop7826"
+ offset="0.71990001"
+ style="stop-color:#c5d1da;stop-opacity:1;" />
+ <stop
+ id="stop7828"
+ offset="0.79009998"
+ style="stop-color:#c7d7de;stop-opacity:1;" />
+ <stop
+ id="stop7830"
+ offset="0.85219997"
+ style="stop-color:#b0c3cb;stop-opacity:1;" />
+ <stop
+ id="stop7832"
+ offset="0.9084"
+ style="stop-color:#aac4ce;stop-opacity:1;" />
+ <stop
+ id="stop7834"
+ offset="0.95829999"
+ style="stop-color:#98bdd3;stop-opacity:1;" />
+ <stop
+ id="stop7836"
+ offset="1"
+ style="stop-color:#97adba;stop-opacity:1;" />
+ </radialGradient>
+ <path
+ d="M 39.625,19.257 C 28.407,19.257 17.718,27.807 17.718,39.519 C 17.718,51.232 28.403,59.781 39.625,59.781 C 50.846,59.781 61.528,51.232 61.528,39.519 C 61.528,27.807 50.842,19.257 39.625,19.257 M 39.625,56.666 C 30.127,56.666 21.083,49.431 21.083,39.519 C 21.083,29.605 30.127,22.37 39.625,22.37 C 49.121,22.37 58.167,29.603 58.167,39.519 C 58.167,49.433 49.123,56.666 39.625,56.666"
+ id="path49"
+ style="fill:url(#radialGradient7922)" />
+ <path
+ d="M 14.503,28.834 C 15.342,27.546 16.191,26.266 17.09,25.019 C 15.741,24.742 14.893,27.856 14.503,28.834 M 65.198,11.636 C 64.29,8.033 58.959,14.175 58.05,15.153 C 57.776,15.446 56.207,17.568 55.716,17.423 C 52.757,15.235 49.302,13.762 45.718,12.968 C 45.069,15.16 50.722,15.771 52.393,16.608 C 53.684,17.252 54.953,19.225 56.201,18.076 C 58.269,16.173 60.156,13.996 62.399,12.295 C 62.94,11.886 65.479,11.653 65.305,12.478 C 65.269,12.197 65.233,11.917 65.198,11.636 M 24.566,17.507 C 26.561,16.232 28.774,15.336 31.085,14.829 C 32.651,14.485 34.786,14.931 34.127,12.7 C 32.316,13.038 23.939,14.992 24.566,17.507"
+ id="path51"
+ style="fill:#ede0a3" />
+ <path
+ d="M 44.165,2.194 C 44.165,3.611 35.562,3.611 35.562,2.194 C 35.562,0.779 44.165,0.779 44.165,2.194"
+ id="path53"
+ style="fill:#ede0a3" />
+ <path
+ d="M 39.866,77.54 C 39.461,77.54 35.563,77.461 35.563,78.314 C 35.563,79.48 44.168,79.48 44.168,78.314 C 44.168,77.46 40.271,77.54 39.866,77.54"
+ id="path55"
+ style="fill:#b0833e" />
+ <path
+ d="M 6.647,44.001 C 6.24,44.001 2.344,43.921 2.344,44.775 C 2.344,45.932 10.947,45.931 10.947,44.775 C 10.947,43.923 7.052,44.001 6.647,44.001"
+ id="path57"
+ style="fill:#b0833e" />
+ <path
+ d="M 73.403,44.001 C 72.998,44.001 69.1,43.923 69.1,44.775 C 69.1,45.931 77.704,45.931 77.704,44.775 C 77.705,43.923 73.808,44.001 73.403,44.001"
+ id="path59"
+ style="fill:#b0833e" />
+ <path
+ d="M 10.601,64.151 C 9.818,64.151 11.959,66.743 12.012,66.802 C 12.885,67.786 14.885,70.334 16.394,70.334 C 16.415,70.349 15.2,67.934 14.925,67.627 C 14.06,66.657 12.091,64.15 10.601,64.151"
+ id="path61"
+ style="fill:#b0833e" />
+ <path
+ d="M 56.967,63.198 C 56.618,63.198 61.505,70.724 62.899,69.329 C 63.799,68.434 58.111,63.198 56.967,63.198"
+ id="path63"
+ style="fill:#b0833e" />
+ <path
+ d="M 16.102,10.062 C 16.736,10.695 10.485,16.949 9.849,16.314 C 9.218,15.681 15.469,9.43 16.102,10.062"
+ id="path65"
+ style="fill:#ede0a3" />
+ <path
+ d="M 69.551,16.887 C 68.366,16.887 62.778,22.538 63.389,23.171 C 64.501,24.286 69.576,16.887 69.551,16.887"
+ id="path67"
+ style="fill:#a58554" />
+ <path
+ d="M 69.869,64.044 C 68.684,64.044 63.11,69.731 63.708,70.329 C 64.886,71.451 69.86,64.044 69.869,64.044"
+ id="path69"
+ style="fill:#b0833e" />
+ <path
+ d="M 22.547,64.044 C 21.434,64.044 19.764,66.107 19.086,66.784 C 18.805,67.063 16.301,70.337 16.393,70.334 C 17.769,71.437 22.393,64.044 22.547,64.044"
+ id="path71"
+ style="fill:#b0833e" />
+ <path
+ d="M 16.512,69.836 C 16.468,70 16.428,70.165 16.386,70.329 C 16.798,70.743 16.144,68.918 16.512,69.836"
+ id="path73"
+ style="fill:#937342" />
+ <path
+ d="M 10.526,35.296 C 10.526,36.106 3.085,34.978 2.724,36.05 C 2.501,36.705 2.43,42.753 1.982,42.705 C 0.949,42.595 1.846,36.641 1.935,35.867 C 2.149,33.957 10.526,34.701 10.526,35.296"
+ id="path75"
+ style="fill:#ede0a3" />
+ <path
+ d="M 14.174,60.454 C 13.958,60.671 11.409,63.32 10.962,62.875 C 10.373,62.285 16.004,56.651 16.597,57.243 C 17.041,57.686 14.391,60.237 14.174,60.454"
+ id="path77"
+ style="fill:#ede0a3" />
+ <path
+ d="M 77.624,35.417 C 77.624,36.135 68.664,36.135 68.664,35.417 C 68.664,34.698 77.624,34.698 77.624,35.417"
+ id="path79"
+ style="fill:#ede0a3" />
+ <path
+ d="M 61.051,44.833 C 56.288,59.431 35.722,64.933 24.49,54.18 C 24.49,56.429 29.24,59.124 30.803,59.951 C 36.26,62.836 42.708,62.832 48.454,60.805 C 55.716,58.247 59.893,52.228 61.051,44.833 M 61.329,43.635 C 61.143,44.009 61.051,44.407 61.051,44.832 C 60.889,45.331 61.486,43.635 61.329,43.635"
+ id="path81"
+ style="fill:#7d6135" />
+ <path
+ d="M 54.415,54.466 C 49.399,58.573 42.356,60.403 35.962,59.498 C 42.479,60.515 49.358,58.75 54.415,54.466"
+ id="path83"
+ style="fill:#836432" />
+ <path
+ d="M 21.621,36.65 C 21.621,31.082 26.559,25.693 31.286,23.546 C 36.432,21.208 42.145,21.168 47.248,23.609 C 47.903,23.922 55.37,28.26 54.428,29.475 C 54.677,29.153 49.711,25.486 49.34,25.276 C 44.633,22.598 38.796,22.507 33.713,24.107 C 29.043,25.575 21.621,31.141 21.621,36.65"
+ id="path85"
+ style="fill:#faecac" />
+ <path
+ d="M 17.644,36.514 C 17.644,29.723 24.162,23.137 29.853,20.598 C 36.053,17.832 42.949,17.695 49.079,20.686 C 51.349,21.795 53.507,23.235 55.322,24.999 C 55.419,25.096 57.274,27.338 56.939,27.352 C 56.547,27.367 55.638,25.965 55.407,25.714 C 54.066,24.26 52.542,22.978 50.849,21.951 C 45.169,18.514 37.99,18.414 31.828,20.578 C 26.854,22.323 22.748,25.812 20.155,30.389 C 19.293,31.908 17.644,34.964 17.644,36.514"
+ id="path87"
+ style="fill:#faecac" />
+ <path
+ d="M 58.153,39.915 C 58.2,39.915 57.083,43.867 56.987,44.1 C 55.761,47.145 53.755,49.855 51.118,51.827 C 42.555,58.227 30.786,56.656 23.982,48.731 C 33.178,62.06 57.609,57.031 58.156,39.916"
+ id="path89"
+ style="fill:#749bab;fill-opacity:1" />
+ <path
+ d="M 52.999,51.396 C 52.478,51.897 51.929,52.367 51.351,52.803 C 51.931,52.371 52.482,51.903 52.999,51.396 M 23.581,48.351 C 23.342,48.351 26.637,51.796 26.896,51.988 C 26.33,51.493 24.151,48.351 23.581,48.351"
+ id="path91"
+ style="fill:#c4a572" />
+ </g>
+ <g
+ id="g93"
+ transform="matrix(0.7612974,0,0,0.7613841,14.276185,-37.657778)">
+ <radialGradient
+ cx="336.2793"
+ cy="-178.1563"
+ gradientTransform="matrix(0.9774,-0.2115,0.2115,0.9774,-204.49,341.919)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient7861"
+ r="39.746799">
+ <stop
+ id="stop7863"
+ offset="0"
+ style="stop-color:#c2c19c;stop-opacity:1;" />
+ <stop
+ id="stop7865"
+ offset="1"
+ style="stop-color:#605855;stop-opacity:1;" />
+ </radialGradient>
+ <path
+ d="M 119.802,83.304 C 117.576,83.786 115.359,84.293 113.15,84.859 C 112.053,82.344 110.568,80.005 108.774,77.928 C 107.852,76.859 106.52,76.505 107.455,75.19 C 108.096,74.293 108.715,73.383 109.326,72.466 C 110.512,70.692 112.967,67.93 111.018,65.855 C 109.083,63.797 103.797,59.757 101.273,62.542 C 99.648,64.334 98.461,66.737 97.222,68.81 C 96.39,70.208 90.854,68.122 88.912,67.963 C 87.474,67.842 86.304,68.522 86.038,66.896 C 85.856,65.765 85.642,64.635 85.418,63.506 C 85.072,61.777 84.95,58.863 83.202,57.842 C 81.297,56.729 75.197,58.225 73.572,59.561 C 72.05,60.81 72.8,63.145 73.154,64.731 C 73.416,65.912 73.687,67.092 73.973,68.272 C 74.388,69.969 74.967,69.986 73.2,70.819 C 70.722,71.979 68.411,73.478 66.341,75.263 C 64.932,76.48 65.148,76.002 63.78,75.051 C 62.48,74.147 61.161,73.277 59.831,72.419 C 55.566,69.672 53.233,74.732 51.485,78.025 C 50.41,80.056 51.373,81.566 53.179,82.731 C 54.295,83.447 55.417,84.159 56.543,84.856 C 58.686,86.181 58.331,86.052 57.583,88.392 C 56.805,90.816 56.366,93.344 56.282,95.885 C 56.211,98.094 52.398,97.892 50.352,98.335 C 45.582,99.365 47.388,103.412 48.101,106.912 C 49.116,111.871 52.977,110.359 56.9,109.434 C 58.672,109.014 58.785,108.403 59.764,110.138 C 60.445,111.352 61.221,112.512 62.08,113.606 C 62.931,114.695 63.865,115.721 64.87,116.675 C 66.391,118.119 65.173,118.565 64.109,120.133 C 62.98,121.785 60.653,124.236 61.009,126.407 C 61.307,128.222 63.62,129.157 64.974,130.028 C 66.328,130.902 68.138,132.629 69.917,132.144 C 72.246,131.515 73.736,127.754 74.892,125.866 C 75.401,125.036 75.9,124.201 76.382,123.362 C 77.982,123.852 79.623,124.213 81.281,124.432 C 82.978,124.658 84.694,124.739 86.403,124.677 C 86.582,126.05 86.815,127.418 87.071,128.779 C 87.448,130.788 87.517,134.6 89.545,135.789 C 91.247,136.783 93.876,135.589 95.615,135.249 C 97.125,134.955 99.301,134.729 99.9,133.024 C 100.797,130.452 99.057,126.459 98.416,123.929 C 97.979,122.213 97.435,122.287 99.215,121.39 C 100.91,120.535 102.528,119.523 104.035,118.369 C 105.891,116.947 105.762,116.294 107.69,117.682 C 109.001,118.624 110.34,119.528 111.694,120.414 C 113.773,121.778 116.039,123.237 117.907,120.811 C 119.204,119.128 121.621,116.224 121.776,114.038 C 121.963,111.406 117.789,109.748 115.99,108.638 C 114.392,107.659 112.836,107.604 113.58,105.676 C 114.214,104.033 114.689,102.325 115,100.591 C 115.231,99.277 115.37,97.945 115.409,96.612 C 116.852,96.393 118.29,96.133 119.718,95.851 C 121.781,95.441 125.55,95.236 125.69,92.422 C 125.884,88.6 124.669,82.252 119.802,83.304 M 88.315,107.681 C 82.044,109.038 75.324,105.282 73.932,98.857 C 72.542,92.432 77.109,86.231 83.379,84.873 C 89.651,83.519 96.373,87.274 97.764,93.7 C 99.154,100.126 94.588,106.323 88.315,107.681"
+ id="path100"
+ style="fill:url(#radialGradient7924)" />
+ <linearGradient
+ gradientTransform="matrix(0.9774,-0.2115,0.2115,0.9774,-204.49,341.919)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7868"
+ x1="-20.3428"
+ x2="892.42572"
+ y1="-178.022"
+ y2="-178.022">
+ <stop
+ id="stop7870"
+ offset="0"
+ style="stop-color: rgb(255, 255, 255);" />
+ <stop
+ id="stop7872"
+ offset="1"
+ style="stop-color: rgb(0, 0, 0);" />
+ </linearGradient>
+ <path
+ d="M 78.112,58.663 C 79.42,58.36 80.858,57.82 82.208,58.002 C 84.479,58.315 84.607,61.876 84.945,63.562 C 85.126,64.472 85.15,67.712 85.78,68.344 C 86.422,68.984 91.58,68.761 92.756,69.018 C 97.222,69.993 96.532,70.866 98.885,67.066 C 100.106,65.096 101.778,60.831 104.714,62.233 C 106.546,63.111 111.596,65.859 111.26,67.981 C 110.919,70.122 108.89,72.308 107.681,74.045 C 106.304,76.025 105.934,75.58 107.534,77.264 C 109.384,79.212 110.945,81.427 112.141,83.836 C 112.802,85.169 112.456,85.518 113.698,85.229 C 116.092,84.668 119.62,83.147 122.116,83.653 C 124.391,84.12 124.624,88.769 125.031,90.771 C 126.057,95.773 118.61,95.648 115.146,96.174 C 115.24,96.161 113.034,105.799 112.56,106.893 C 112.332,107.415 117.866,110.413 118.593,110.861 C 122.119,113.042 121.196,114.826 119.194,117.953 C 116.406,122.307 115.248,122.217 110.88,119.302 C 109.328,118.265 107.792,117.201 106.319,116.059 C 105.932,115.755 103.124,118.465 102.599,118.83 C 101.805,119.382 97.581,121.058 97.337,121.745 C 96.952,122.83 98.543,126.431 98.808,127.592 C 99.954,132.612 99.618,133.892 94.627,134.973 C 93.312,135.256 91.899,135.817 90.542,135.632 C 87.995,135.282 87.903,130.634 87.55,128.758 C 87.381,127.868 87.424,124.828 86.827,124.186 C 86.369,123.696 81.604,124.007 80.686,123.865 C 80.185,123.787 76.248,122.66 76.116,122.876 C 75.42,124.009 74.722,125.14 74.025,126.272 C 73.12,127.744 71.585,131.366 69.684,131.716 C 68.022,132.045 62.844,128.533 61.845,127.166 C 59.394,123.816 66.588,120.34 66.545,117.525 C 66.543,117.395 58.499,108.547 59.256,108.373 C 57.142,108.861 54.992,109.553 52.843,109.855 C 48.728,110.747 48.603,107.037 47.973,103.992 C 46.936,99.649 49.141,99.061 52.821,98.344 C 54.088,98.097 55.352,97.85 56.622,97.601 C 56.882,97.552 57.028,92.83 57.132,92.209 C 57.5,90.075 58.145,88.021 58.975,86.024 C 59.155,85.599 57.537,84.887 57.204,84.68 C 54.8,83.178 50.049,81.366 52.117,77.876 C 53.066,76.275 54.958,72.33 56.762,71.938 C 58.973,71.46 62.567,74.855 64.229,75.983 C 66.427,77.47 67.838,74.525 69.889,73.195 C 72.026,71.809 75.327,71.795 74.695,69.101 C 74.246,67.187 73.615,65.236 73.332,63.289 C 72.536,59.622 75.205,59.245 78.112,58.663 M 79.916,57.267 C 77.739,57.736 73.984,57.872 72.7,59.809 C 71.255,62.028 73.07,66.362 73.615,68.678 C 74.107,70.795 72.19,70.724 70.464,71.74 C 69.661,72.213 65.47,75.674 65.063,75.395 C 62.966,73.967 59.99,71.097 57.329,70.949 C 54.722,70.8 53.341,74.161 52.154,76.068 C 49.469,80.058 50.863,81.844 54.498,84.114 C 55.626,84.815 56.751,85.523 57.879,86.221 C 56.858,88.731 56.197,91.384 55.938,94.082 C 55.679,96.767 56.086,96.727 53.563,97.222 C 52.106,97.507 50.546,97.688 49.135,98.183 C 45.42,99.488 46.842,103.154 47.449,106.068 C 48.452,110.88 50.554,111.38 54.916,110.362 C 56.23,110.056 57.548,109.744 58.864,109.443 C 60.058,111.77 61.583,113.922 63.379,115.824 C 64.48,116.997 65.675,117.081 64.61,118.585 C 63.854,119.652 63.12,120.738 62.395,121.834 C 61.331,123.452 59.684,125.664 60.997,127.621 C 62.067,129.223 66.923,132.35 68.821,132.666 C 71.792,133.158 73.489,128.968 74.743,126.934 C 75.364,125.921 75.982,124.911 76.618,123.903 C 79.215,124.669 81.911,125.082 84.62,125.134 C 86.512,125.174 85.995,125.352 86.27,127.002 C 86.456,128.114 86.663,129.225 86.884,130.331 C 87.292,132.385 87.509,135.856 90.019,136.509 C 92.045,137.03 95.782,135.862 97.834,135.251 C 102.615,133.823 99.805,127.482 98.965,124.154 C 98.559,122.537 98.012,122.523 99.667,121.67 C 100.847,121.062 101.987,120.378 103.075,119.623 C 104.164,118.87 105.205,118.048 106.187,117.161 C 106.963,117.75 107.754,118.319 108.552,118.873 C 111.698,121.065 115.767,124.906 118.712,120.514 C 119.987,118.615 122.646,115.579 122.196,113.292 C 121.671,110.857 117.882,109.299 115.968,108.122 C 114.487,107.205 113.484,107.26 114.128,105.523 C 114.993,103.192 115.553,100.746 115.774,98.269 C 116.121,94.44 126.547,98.014 126.162,91.896 C 126.024,89.708 125.179,84.328 123.376,83.149 C 121.216,81.717 117.105,83.445 114.846,83.973 C 112.609,84.497 112.726,82.736 111.574,80.917 C 110.521,79.259 107.088,76.528 108.171,74.992 C 111.17,70.749 114.495,67.164 108.956,63.775 C 107.077,62.525 104.439,60.045 102.119,61.251 C 99.917,62.391 98.452,65.952 97.205,67.956 C 96.078,69.774 94.81,68.493 92.861,68.076 C 91.153,67.71 86.712,68.059 86.441,66.448 C 85.748,62.278 85.63,56.03 79.916,57.267"
+ id="path107"
+ style="fill:url(#linearGradient7926)" />
+ <linearGradient
+ gradientTransform="matrix(0.9774,-0.2115,0.2115,0.9774,-204.49,341.919)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient7875"
+ x1="247.46581"
+ x2="461.86221"
+ y1="-178.67529"
+ y2="-178.67529">
+ <stop
+ id="stop7877"
+ offset="0"
+ style="stop-color: rgb(255, 255, 255);" />
+ <stop
+ id="stop7879"
+ offset="1"
+ style="stop-color: rgb(0, 0, 0);" />
+ </linearGradient>
+ <path
+ d="M 73.47,98.957 C 76.798,114.34 101.559,108.981 98.232,93.6 C 94.899,78.217 70.141,83.577 73.47,98.957 M 74.404,98.756 C 71.335,84.579 94.225,79.625 97.294,93.801 C 100.36,107.979 77.472,112.932 74.404,98.756"
+ id="path114"
+ style="fill:url(#linearGradient7928)" />
+ <radialGradient
+ cx="335.71289"
+ cy="-178.67529"
+ gradientTransform="matrix(0.9774,-0.2115,0.2115,0.9774,-204.49,341.919)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient7882"
+ r="21.099501">
+ <stop
+ id="stop7884"
+ offset="0"
+ style="stop-color:#d0ce8e;stop-opacity:1;" />
+ <stop
+ id="stop7886"
+ offset="0.9084"
+ style="stop-color:#8c7c69;stop-opacity:1;" />
+ <stop
+ id="stop7888"
+ offset="0.95829999"
+ style="stop-color:#8c6649;stop-opacity:1;" />
+ <stop
+ id="stop7890"
+ offset="1"
+ style="stop-color:#67564d;stop-opacity:1;" />
+ </radialGradient>
+ <path
+ d="M 81.564,76.474 C 70.597,78.847 61.96,89.466 64.438,100.912 C 66.915,112.361 79.167,118.455 90.134,116.083 C 101.103,113.71 109.735,103.093 107.256,91.645 C 104.778,80.2 92.526,74.102 81.564,76.474 M 89.478,113.037 C 80.194,115.047 69.824,109.891 67.727,100.201 C 65.63,90.513 72.939,81.528 82.222,79.519 C 91.504,77.509 101.874,82.665 103.971,92.357 C 106.07,102.047 98.759,111.03 89.478,113.037"
+ id="path137"
+ style="fill:url(#radialGradient7930)" />
+ <path
+ d="M 59.036,91.148 C 59.583,89.713 60.142,88.282 60.758,86.873 C 59.379,86.887 59.21,90.113 59.036,91.148 M 104.945,63.618 C 103.295,60.288 99.385,67.418 98.703,68.568 C 98.496,68.912 97.412,71.316 96.902,71.278 C 93.547,69.768 89.858,69.059 86.188,69.04 C 86.017,71.318 91.67,70.72 93.482,71.184 C 94.881,71.54 96.537,73.201 97.515,71.815 C 99.134,69.518 100.516,66.99 102.349,64.853 C 102.789,64.342 105.224,63.575 105.229,64.416 C 105.134,64.15 105.04,63.884 104.945,63.618 M 66.477,77.95 C 68.156,76.282 70.129,74.938 72.279,73.954 C 73.739,73.287 75.92,73.27 74.802,71.23 C 73.104,71.943 65.329,75.625 66.477,77.95"
+ id="path139"
+ style="fill:#ede0a3" />
+ <path
+ d="M 82.393,58.839 C 82.691,60.223 74.283,62.044 73.983,60.656 C 73.683,59.277 82.093,57.456 82.393,58.839"
+ id="path141"
+ style="fill:#ede0a3" />
+ <path
+ d="M 94.128,133.387 C 93.732,133.474 89.905,134.221 90.084,135.056 C 90.332,136.194 98.742,134.373 98.496,133.235 C 98.315,132.402 94.522,133.304 94.128,133.387"
+ id="path143"
+ style="fill:#b0833e" />
+ <path
+ d="M 54.567,107.635 C 54.169,107.722 50.344,108.467 50.525,109.3 C 50.769,110.432 59.176,108.611 58.932,107.482 C 58.753,106.65 54.96,107.549 54.567,107.635"
+ id="path145"
+ style="fill:#b0833e" />
+ <path
+ d="M 119.812,93.515 C 119.416,93.602 115.59,94.347 115.772,95.181 C 116.015,96.31 124.423,94.489 124.179,93.361 C 124,92.53 120.209,93.429 119.812,93.515"
+ id="path147"
+ style="fill:#b0833e" />
+ <path
+ d="M 62.692,126.493 C 61.926,126.66 64.567,128.738 64.63,128.787 C 65.693,129.562 68.188,131.632 69.661,131.311 C 69.684,131.321 67.985,129.219 67.653,128.977 C 66.604,128.211 64.147,126.176 62.692,126.493"
+ id="path149"
+ style="fill:#b0833e" />
+ <path
+ d="M 107.808,115.754 C 107.467,115.826 113.835,122.15 114.903,120.491 C 115.591,119.426 108.925,115.512 107.808,115.754"
+ id="path151"
+ style="fill:#b0833e" />
+ <path
+ d="M 56.626,72.465 C 57.38,72.949 52.595,80.384 51.837,79.898 C 51.088,79.412 55.876,71.981 56.626,72.465"
+ id="path153"
+ style="fill:#ede0a3" />
+ <path
+ d="M 110.312,67.829 C 109.151,68.079 104.886,74.786 105.618,75.276 C 106.942,76.129 110.337,67.824 110.312,67.829"
+ id="path155"
+ style="fill:#a58554" />
+ <path
+ d="M 120.598,113.852 C 119.439,114.103 115.195,120.839 115.905,121.298 C 117.294,122.143 120.59,113.854 120.598,113.852"
+ id="path157"
+ style="fill:#b0833e" />
+ <path
+ d="M 74.347,123.863 C 73.259,124.096 72.062,126.468 71.543,127.27 C 71.328,127.605 69.571,131.333 69.661,131.311 C 71.239,132.098 74.196,123.894 74.347,123.863"
+ id="path159"
+ style="fill:#b0833e" />
+ <path
+ d="M 69.674,130.798 C 69.665,130.969 69.657,131.138 69.653,131.307 C 70.144,131.624 69.119,129.98 69.674,130.798"
+ id="path161"
+ style="fill:#937342" />
+ <path
+ d="M 56.515,98.307 C 56.688,99.098 49.175,99.569 49.05,100.694 C 48.971,101.382 50.18,107.308 49.733,107.356 C 48.7,107.468 48.317,101.456 48.239,100.681 C 48.046,98.769 56.39,97.726 56.515,98.307"
+ id="path163"
+ style="fill:#ede0a3" />
+ <path
+ d="M 65.403,122.124 C 65.237,122.381 63.307,125.51 62.776,125.168 C 62.075,124.718 66.386,118.019 67.09,118.472 C 67.62,118.812 65.569,121.866 65.403,122.124"
+ id="path165"
+ style="fill:#ede0a3" />
+ <path
+ d="M 122.123,84.231 C 122.273,84.932 113.515,86.829 113.364,86.128 C 113.212,85.425 121.969,83.53 122.123,84.231"
+ id="path167"
+ style="fill:#ede0a3" />
+ <path
+ d="M 107.914,96.942 C 106.348,112.214 87.411,121.942 74.158,113.81 C 74.635,116.008 79.846,117.637 81.549,118.114 C 87.493,119.778 93.794,118.412 98.982,115.215 C 105.538,111.178 108.346,104.413 107.914,96.942 M 107.931,95.709 C 107.834,96.114 107.826,96.524 107.914,96.941 C 107.86,97.459 108.087,95.678 107.931,95.709"
+ id="path169"
+ style="fill:#7d6135" />
+ <path
+ d="M 103.464,107.758 C 99.431,112.833 92.937,116.111 86.495,116.581 C 93.08,116.194 99.43,113.015 103.464,107.758"
+ id="path171"
+ style="fill:#836432" />
+ <path
+ d="M 67.646,97.283 C 66.466,91.84 70.155,85.531 74.32,82.43 C 78.856,79.057 84.43,77.809 89.935,79.116 C 90.642,79.285 98.856,81.944 98.194,83.33 C 98.368,82.963 92.739,80.43 92.332,80.303 C 87.165,78.681 81.439,79.827 76.812,82.467 C 72.558,84.888 66.479,91.899 67.646,97.283"
+ id="path173"
+ style="fill:#faecac" />
+ <path
+ d="M 63.729,97.992 C 62.291,91.354 67.27,83.54 72.296,79.852 C 77.769,75.839 84.481,74.246 91.106,75.873 C 93.559,76.478 95.971,77.429 98.12,78.767 C 98.235,78.842 100.522,80.642 100.196,80.727 C 99.818,80.824 98.632,79.645 98.353,79.449 C 96.735,78.312 94.974,77.381 93.103,76.735 C 86.826,74.579 79.789,75.998 74.222,79.417 C 69.73,82.174 66.455,86.453 64.889,91.476 C 64.368,93.14 63.402,96.478 63.729,97.992"
+ id="path175"
+ style="fill:#faecac" />
+ <path
+ d="M 104.042,92.747 C 104.088,92.738 103.832,96.837 103.788,97.083 C 103.231,100.319 101.847,103.393 99.685,105.878 C 92.671,113.944 80.835,114.899 72.508,108.592 C 84.317,119.674 107.129,109.591 104.045,92.747"
+ id="path177"
+ style="fill:#9e8860" />
+ <path
+ d="M 101.433,105.059 C 101.03,105.661 100.594,106.235 100.119,106.782 C 100.597,106.236 101.035,105.662 101.433,105.059 M 72.036,108.306 C 71.802,108.355 75.751,111.025 76.045,111.159 C 75.388,110.794 72.593,108.185 72.036,108.306"
+ id="path179"
+ style="fill:#c4a572" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="g9498"
+ inkscape:label="Background" />
+ <g
+ id="g9500"
+ transform="translate(-64.747643,-6.3028679)" />
+ </g>
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer3"
+ inkscape:label="Foreground">
+ <path
+ style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.01443982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;overflow:visible"
+ d="M 59.009393,73.688816 L 79.700138,94.547266 L 59.219196,114.66437 L 71.491365,127.03602 L 91.972336,106.9189 L 113.37457,128.49452 L 125.74722,116.34166 L 104.34502,94.766016 L 126.62783,72.879056 L 114.35566,60.507426 L 92.072844,82.394386 L 71.382045,61.535956 L 59.009393,73.688816 z"
+ id="rect4949" />
+ </g>
+</svg>
Added: eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowFailed.png
===================================================================
(Binary files differ)
Property changes on: eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowFailed.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowFailed.svg
===================================================================
--- eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowFailed.svg (rev 0)
+++ eclipseclient/trunk/plugins/org.chemomentum.rcp.servicebrowser/icons/workflowFailed.svg 2009-11-27 14:05:36 UTC (rev 5796)
@@ -0,0 +1,790 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<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#"
@@ Diff output truncated at 100000 characters. @@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|