diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /comm/suite/branding | |
parent | Initial commit. (diff) | |
download | thunderbird-upstream.tar.xz thunderbird-upstream.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'comm/suite/branding')
127 files changed, 25850 insertions, 0 deletions
diff --git a/comm/suite/branding/branding-common.mozbuild b/comm/suite/branding/branding-common.mozbuild new file mode 100644 index 0000000000..7a9f005818 --- /dev/null +++ b/comm/suite/branding/branding-common.mozbuild @@ -0,0 +1,70 @@ +# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +@template +def SeaMonkeyBranding(): + JS_PREFERENCE_FILES += [ + 'seamonkey-branding.js', + ] + + # Note: mac icons are handled in /suite/app during the final application + # packaging + if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('windows', 'gtk'): + desktop_icons = [ + 'abcardWindow', + 'ablistWindow', + 'addressbookWindow', + 'bookmarkproperties', + 'chatzilla-window', + 'downloadManager', + 'editorWindow', + 'findBookmarkWindow', + 'findHistoryWindow', + 'history-window', + 'JSConsoleWindow', + 'messengerWindow', + 'msgcomposeWindow', + 'places', + ] + + desktop_icons_small = [] + desktop_icons_large = [] + + if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': + icon_suffix = '.ico' + icon_dir = 'windows' + # Windows icons + desktop_icons += [ + 'gif-file', + 'html-file', + 'image-file', + 'main-window', + 'jpeg-file', + 'script-file', + 'xml-file', + 'xul-file', + ] + else: + icon_suffix = '.png' + icon_dir = 'gtk' + FINAL_TARGET_FILES.chrome.icons.default += [ + 'default128.png', + 'default16.png', + 'default22.png', + 'default24.png', + 'default256.png', + 'default32.png', + 'default48.png', + 'default64.png', + ] + desktop_icons_small = [ '%s16' % i for i in desktop_icons ] + desktop_icons_large = [ '%s48' % i for i in desktop_icons ] + + FINAL_TARGET_FILES.chrome.icons.default += [ + 'icons/%s/%s%s' % (icon_dir, i, icon_suffix) for i in sorted( + desktop_icons + desktop_icons_small + desktop_icons_large + ) + ] diff --git a/comm/suite/branding/seamonkey/background.png b/comm/suite/branding/seamonkey/background.png Binary files differnew file mode 100644 index 0000000000..22e4754e88 --- /dev/null +++ b/comm/suite/branding/seamonkey/background.png diff --git a/comm/suite/branding/seamonkey/branding.nsi b/comm/suite/branding/seamonkey/branding.nsi new file mode 100644 index 0000000000..b3dcc59d6b --- /dev/null +++ b/comm/suite/branding/seamonkey/branding.nsi @@ -0,0 +1,15 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +#NSIS defines +# BrandFullNameInternal is used for some registry and file system values +# instead of BrandFullName and typically should not be modified. +!define BrandFullNameInternal "SeaMonkey" +!define CompanyName "mozilla.org" +!define URLInfoAbout "http://www.mozilla.org" +!define URLUpdateInfo "http://www.seamonkey-project.org" +!define URLSystemRequirements "http://www.seamonkey-project.org/doc/system-requirements" + +# Percentage of new "Standard" installs to enable talkback for +!define RandomPercent "100" diff --git a/comm/suite/branding/seamonkey/content/about.png b/comm/suite/branding/seamonkey/content/about.png Binary files differnew file mode 100644 index 0000000000..354e3fea92 --- /dev/null +++ b/comm/suite/branding/seamonkey/content/about.png diff --git a/comm/suite/branding/seamonkey/content/aboutRights.xhtml b/comm/suite/branding/seamonkey/content/aboutRights.xhtml new file mode 100644 index 0000000000..fb61a71928 --- /dev/null +++ b/comm/suite/branding/seamonkey/content/aboutRights.xhtml @@ -0,0 +1,107 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html [ + <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> + %htmlDTD; + <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> + %brandDTD; + <!ENTITY % prefsDTD SYSTEM "chrome://communicator/locale/pref/preferences.dtd"> + %prefsDTD; + <!ENTITY % prefSmartUpdateDTD SYSTEM "chrome://communicator/locale/pref/pref-smartupdate.dtd"> + %prefSmartUpdateDTD; + <!ENTITY % prefSecurityDTD SYSTEM "chrome://communicator/locale/pref/pref-security.dtd"> + %prefSecurityDTD; + <!ENTITY % extensionsDTD SYSTEM "chrome://mozapps/locale/extensions/extensions.dtd"> + %extensionsDTD; + <!ENTITY % aboutRightsDTD SYSTEM "chrome://branding/locale/aboutRights.dtd"> + %aboutRightsDTD; +]> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<html xmlns="http://www.w3.org/1999/xhtml"> + +<head> + <title>&rights.pagetitle;</title> + <link rel="stylesheet" href="chrome://global/skin/about.css" type="text/css"/> +</head> + +<body id="your-rights" dir="&rights.locale-direction;" class="aboutPageWideContainer"> + +<h1>&rights.intro-header;</h1> + +<p>&rights.intro;</p> + +<ul> + <li>&rights.intro-point1a;<a href="http://www.mozilla.org/MPL/">&rights.intro-point1b;</a>&rights.intro-point1c;</li> +<!-- Point 2aa discusses SeaMonkey trademarks, and isn't needed when the build is unbranded. + - Point 2dd discusses opt-in feedback mechanisms like the Crash Reporter + - Point 3a discusses privacy policy, unbranded builds get a placeholder (for the vendor to replace) + - Point 4a discusses web service terms, unbranded builds gets a placeholder (for the vendor to replace) --> + <li>&rights.intro-point2aa;<a href="https://www.seamonkey-project.org/legal/trademark">&rights.intro-point2b;</a>&rights.intro-point2c;</li> + <li>&rights.intro-point2da;</li> + <li>&rights.intro-point3a;<a href="http://www.seamonkey-project.org/legal/privacy">&rights.intro-point3b;</a>&rights.intro-point3c;</li> + <li>&rights2.intro-point4a;<a href="about:rights#webservices" onclick="showServices();">&rights.intro-point4b;</a>&rights.intro-point4c;</li> +</ul> + +<div id="webservices-container"> + <a name="webservices"/> + <h3>&rights.webservices-header;</h3> + + <p>&rights3.webservices-aa;<a href="about:rights#disabling-webservices" onclick="showDisablingServices();">&rights3.webservices-b;</a>&rights3.webservices-c;</p> + + <div id="disabling-webservices-container" style="margin-left:40px;"> + <a name="disabling-webservices"/> + <p><strong>&rights.addons-a;</strong>&rights.addons-b;</p> + <ul> + <li>&rights.addons-term1;</li> + <li>&rights.addons-term2;</li> + <li>&rights.addons-term3;</li> + <li>&rights.addons-term4;</li> + </ul> + <p><strong>&rights.safebrowsing-a;</strong>&rights.safebrowsing-b;</p> + <ul> + <li>&rights.safebrowsing-term1;</li> + <li>&rights.safebrowsing-term2;</li> + <li>&rights.safebrowsing-term3;</li> + <li>&rights.safebrowsing-term4;</li> + </ul> + <p><strong>&rights.locationawarebrowsing-a;</strong>&rights.locationawarebrowsing-b;</p> + <ul> + <li>&rights.locationawarebrowsing-term1;</li> + <li>&rights.locationawarebrowsing-term2;</li> + <li>&rights.locationawarebrowsing-term3;</li> + <li>&rights.locationawarebrowsing-term4;</li> + </ul> + </div> + + <ol> + <li>&rights.webservices-term0a;</li> + <li>&rights.webservices-term1;</li> + <li>&rights.webservices-term2a;</li> + <li><strong>&rights.webservices-term3;</strong></li> + <li><strong>&rights.webservices-term4;</strong></li> + <li>&rights.webservices-term5;</li> + <li>&rights.webservices-term6a;</li> + </ol> +</div> + +<script> +<![CDATA[ + var servicesDiv = document.getElementById("webservices-container"); + servicesDiv.style.display = "none"; + + function showServices() { + servicesDiv.style.display = ""; + } + + var disablingServicesDiv = document.getElementById("disabling-webservices-container"); + disablingServicesDiv.style.display = "none"; + + function showDisablingServices() { + disablingServicesDiv.style.display = ""; + } +]]></script> + +</body> +</html> diff --git a/comm/suite/branding/seamonkey/content/jar.mn b/comm/suite/branding/seamonkey/content/jar.mn new file mode 100644 index 0000000000..9724b64bf1 --- /dev/null +++ b/comm/suite/branding/seamonkey/content/jar.mn @@ -0,0 +1,16 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +#filter substitution + +comm.jar: +% content branding %content/branding/ contentaccessible=yes + content/branding/about.png (about.png) + content/branding/aboutRights.xhtml (aboutRights.xhtml) + content/branding/icon16.png (../default16.png) + content/branding/icon32.png (../default32.png) + content/branding/icon48.png (../default48.png) + content/branding/icon64.png (../default64.png) + content/branding/icon128.png (../default128.png) + content/branding/messenger-start-bg.png (messenger-start-bg.png) + content/branding/messenger-start-hdr.png (messenger-start-hdr.png) diff --git a/comm/suite/branding/seamonkey/content/messenger-start-bg.png b/comm/suite/branding/seamonkey/content/messenger-start-bg.png Binary files differnew file mode 100644 index 0000000000..a94d22df4e --- /dev/null +++ b/comm/suite/branding/seamonkey/content/messenger-start-bg.png diff --git a/comm/suite/branding/seamonkey/content/messenger-start-hdr.png b/comm/suite/branding/seamonkey/content/messenger-start-hdr.png Binary files differnew file mode 100644 index 0000000000..e1f61f7931 --- /dev/null +++ b/comm/suite/branding/seamonkey/content/messenger-start-hdr.png diff --git a/comm/suite/branding/seamonkey/content/moz.build b/comm/suite/branding/seamonkey/content/moz.build new file mode 100644 index 0000000000..d988c0ff9b --- /dev/null +++ b/comm/suite/branding/seamonkey/content/moz.build @@ -0,0 +1,7 @@ +# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +JAR_MANIFESTS += ["jar.mn"] diff --git a/comm/suite/branding/seamonkey/default128.png b/comm/suite/branding/seamonkey/default128.png Binary files differnew file mode 100644 index 0000000000..f37b8341e9 --- /dev/null +++ b/comm/suite/branding/seamonkey/default128.png diff --git a/comm/suite/branding/seamonkey/default16.png b/comm/suite/branding/seamonkey/default16.png Binary files differnew file mode 100644 index 0000000000..9e0a272dfc --- /dev/null +++ b/comm/suite/branding/seamonkey/default16.png diff --git a/comm/suite/branding/seamonkey/default22.png b/comm/suite/branding/seamonkey/default22.png Binary files differnew file mode 100644 index 0000000000..b508df3cca --- /dev/null +++ b/comm/suite/branding/seamonkey/default22.png diff --git a/comm/suite/branding/seamonkey/default24.png b/comm/suite/branding/seamonkey/default24.png Binary files differnew file mode 100644 index 0000000000..d9742210f5 --- /dev/null +++ b/comm/suite/branding/seamonkey/default24.png diff --git a/comm/suite/branding/seamonkey/default256.png b/comm/suite/branding/seamonkey/default256.png Binary files differnew file mode 100644 index 0000000000..1ae128fae2 --- /dev/null +++ b/comm/suite/branding/seamonkey/default256.png diff --git a/comm/suite/branding/seamonkey/default32.png b/comm/suite/branding/seamonkey/default32.png Binary files differnew file mode 100644 index 0000000000..01881204bb --- /dev/null +++ b/comm/suite/branding/seamonkey/default32.png diff --git a/comm/suite/branding/seamonkey/default48.png b/comm/suite/branding/seamonkey/default48.png Binary files differnew file mode 100644 index 0000000000..c9ff370e22 --- /dev/null +++ b/comm/suite/branding/seamonkey/default48.png diff --git a/comm/suite/branding/seamonkey/default64.png b/comm/suite/branding/seamonkey/default64.png Binary files differnew file mode 100644 index 0000000000..f0966c5838 --- /dev/null +++ b/comm/suite/branding/seamonkey/default64.png diff --git a/comm/suite/branding/seamonkey/disk.icns b/comm/suite/branding/seamonkey/disk.icns Binary files differnew file mode 100644 index 0000000000..6d28bf28b7 --- /dev/null +++ b/comm/suite/branding/seamonkey/disk.icns diff --git a/comm/suite/branding/seamonkey/document.icns b/comm/suite/branding/seamonkey/document.icns Binary files differnew file mode 100644 index 0000000000..0c2094c302 --- /dev/null +++ b/comm/suite/branding/seamonkey/document.icns diff --git a/comm/suite/branding/seamonkey/dsstore b/comm/suite/branding/seamonkey/dsstore Binary files differnew file mode 100644 index 0000000000..955aef3cbc --- /dev/null +++ b/comm/suite/branding/seamonkey/dsstore diff --git a/comm/suite/branding/seamonkey/icons/gtk/JSConsoleWindow.png b/comm/suite/branding/seamonkey/icons/gtk/JSConsoleWindow.png Binary files differnew file mode 100644 index 0000000000..d23cf77ec3 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/JSConsoleWindow.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/JSConsoleWindow16.png b/comm/suite/branding/seamonkey/icons/gtk/JSConsoleWindow16.png Binary files differnew file mode 100644 index 0000000000..5b40e5c602 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/JSConsoleWindow16.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/JSConsoleWindow48.png b/comm/suite/branding/seamonkey/icons/gtk/JSConsoleWindow48.png Binary files differnew file mode 100644 index 0000000000..b1b2a83aca --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/JSConsoleWindow48.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/abcardWindow.png b/comm/suite/branding/seamonkey/icons/gtk/abcardWindow.png Binary files differnew file mode 100644 index 0000000000..a1637e5cc1 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/abcardWindow.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/abcardWindow16.png b/comm/suite/branding/seamonkey/icons/gtk/abcardWindow16.png Binary files differnew file mode 100644 index 0000000000..0d5698927f --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/abcardWindow16.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/abcardWindow48.png b/comm/suite/branding/seamonkey/icons/gtk/abcardWindow48.png Binary files differnew file mode 100644 index 0000000000..77a7294105 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/abcardWindow48.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/ablistWindow.png b/comm/suite/branding/seamonkey/icons/gtk/ablistWindow.png Binary files differnew file mode 100644 index 0000000000..5e57a65bfb --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/ablistWindow.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/ablistWindow16.png b/comm/suite/branding/seamonkey/icons/gtk/ablistWindow16.png Binary files differnew file mode 100644 index 0000000000..06415b9a58 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/ablistWindow16.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/ablistWindow48.png b/comm/suite/branding/seamonkey/icons/gtk/ablistWindow48.png Binary files differnew file mode 100644 index 0000000000..5ebc64d74c --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/ablistWindow48.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/addressbookWindow.png b/comm/suite/branding/seamonkey/icons/gtk/addressbookWindow.png Binary files differnew file mode 100644 index 0000000000..aba91e35cf --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/addressbookWindow.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/addressbookWindow16.png b/comm/suite/branding/seamonkey/icons/gtk/addressbookWindow16.png Binary files differnew file mode 100644 index 0000000000..a14700d09e --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/addressbookWindow16.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/addressbookWindow48.png b/comm/suite/branding/seamonkey/icons/gtk/addressbookWindow48.png Binary files differnew file mode 100644 index 0000000000..d81247baec --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/addressbookWindow48.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/bookmarkproperties.png b/comm/suite/branding/seamonkey/icons/gtk/bookmarkproperties.png Binary files differnew file mode 100644 index 0000000000..4b233162e0 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/bookmarkproperties.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/bookmarkproperties16.png b/comm/suite/branding/seamonkey/icons/gtk/bookmarkproperties16.png Binary files differnew file mode 100644 index 0000000000..c659ee4539 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/bookmarkproperties16.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/bookmarkproperties48.png b/comm/suite/branding/seamonkey/icons/gtk/bookmarkproperties48.png Binary files differnew file mode 100644 index 0000000000..64d66a7425 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/bookmarkproperties48.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/chatzilla-window.png b/comm/suite/branding/seamonkey/icons/gtk/chatzilla-window.png Binary files differnew file mode 100644 index 0000000000..44c632dcbb --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/chatzilla-window.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/chatzilla-window16.png b/comm/suite/branding/seamonkey/icons/gtk/chatzilla-window16.png Binary files differnew file mode 100644 index 0000000000..97d7544811 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/chatzilla-window16.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/chatzilla-window48.png b/comm/suite/branding/seamonkey/icons/gtk/chatzilla-window48.png Binary files differnew file mode 100644 index 0000000000..cc915835b6 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/chatzilla-window48.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/downloadManager.png b/comm/suite/branding/seamonkey/icons/gtk/downloadManager.png Binary files differnew file mode 100644 index 0000000000..b0037da069 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/downloadManager.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/downloadManager16.png b/comm/suite/branding/seamonkey/icons/gtk/downloadManager16.png Binary files differnew file mode 100644 index 0000000000..541dffa31d --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/downloadManager16.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/downloadManager48.png b/comm/suite/branding/seamonkey/icons/gtk/downloadManager48.png Binary files differnew file mode 100644 index 0000000000..cf561d95d9 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/downloadManager48.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/editorWindow.png b/comm/suite/branding/seamonkey/icons/gtk/editorWindow.png Binary files differnew file mode 100644 index 0000000000..4961c763f1 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/editorWindow.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/editorWindow16.png b/comm/suite/branding/seamonkey/icons/gtk/editorWindow16.png Binary files differnew file mode 100644 index 0000000000..b5f5f6ba78 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/editorWindow16.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/editorWindow48.png b/comm/suite/branding/seamonkey/icons/gtk/editorWindow48.png Binary files differnew file mode 100644 index 0000000000..0f5f6592de --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/editorWindow48.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/findBookmarkWindow.png b/comm/suite/branding/seamonkey/icons/gtk/findBookmarkWindow.png Binary files differnew file mode 100644 index 0000000000..b3735ff518 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/findBookmarkWindow.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/findBookmarkWindow16.png b/comm/suite/branding/seamonkey/icons/gtk/findBookmarkWindow16.png Binary files differnew file mode 100644 index 0000000000..41c71f39c5 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/findBookmarkWindow16.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/findBookmarkWindow48.png b/comm/suite/branding/seamonkey/icons/gtk/findBookmarkWindow48.png Binary files differnew file mode 100644 index 0000000000..31d3c63fed --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/findBookmarkWindow48.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/findHistoryWindow.png b/comm/suite/branding/seamonkey/icons/gtk/findHistoryWindow.png Binary files differnew file mode 100644 index 0000000000..4eebfc723e --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/findHistoryWindow.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/findHistoryWindow16.png b/comm/suite/branding/seamonkey/icons/gtk/findHistoryWindow16.png Binary files differnew file mode 100644 index 0000000000..a72dbc062e --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/findHistoryWindow16.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/findHistoryWindow48.png b/comm/suite/branding/seamonkey/icons/gtk/findHistoryWindow48.png Binary files differnew file mode 100644 index 0000000000..a37b30e30f --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/findHistoryWindow48.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/history-window.png b/comm/suite/branding/seamonkey/icons/gtk/history-window.png Binary files differnew file mode 100644 index 0000000000..302c846664 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/history-window.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/history-window16.png b/comm/suite/branding/seamonkey/icons/gtk/history-window16.png Binary files differnew file mode 100644 index 0000000000..8e9a2d0227 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/history-window16.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/history-window48.png b/comm/suite/branding/seamonkey/icons/gtk/history-window48.png Binary files differnew file mode 100644 index 0000000000..569acef4ca --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/history-window48.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/messengerWindow.png b/comm/suite/branding/seamonkey/icons/gtk/messengerWindow.png Binary files differnew file mode 100644 index 0000000000..c976d40b83 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/messengerWindow.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/messengerWindow16.png b/comm/suite/branding/seamonkey/icons/gtk/messengerWindow16.png Binary files differnew file mode 100644 index 0000000000..8259ab67d9 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/messengerWindow16.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/messengerWindow48.png b/comm/suite/branding/seamonkey/icons/gtk/messengerWindow48.png Binary files differnew file mode 100644 index 0000000000..125711d48a --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/messengerWindow48.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/msgcomposeWindow.png b/comm/suite/branding/seamonkey/icons/gtk/msgcomposeWindow.png Binary files differnew file mode 100644 index 0000000000..9baec7e14a --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/msgcomposeWindow.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/msgcomposeWindow16.png b/comm/suite/branding/seamonkey/icons/gtk/msgcomposeWindow16.png Binary files differnew file mode 100644 index 0000000000..d70146cd11 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/msgcomposeWindow16.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/msgcomposeWindow48.png b/comm/suite/branding/seamonkey/icons/gtk/msgcomposeWindow48.png Binary files differnew file mode 100644 index 0000000000..461ea0a4c3 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/msgcomposeWindow48.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/places.png b/comm/suite/branding/seamonkey/icons/gtk/places.png Binary files differnew file mode 100644 index 0000000000..d634e8d26f --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/places.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/places16.png b/comm/suite/branding/seamonkey/icons/gtk/places16.png Binary files differnew file mode 100644 index 0000000000..018853582c --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/places16.png diff --git a/comm/suite/branding/seamonkey/icons/gtk/places48.png b/comm/suite/branding/seamonkey/icons/gtk/places48.png Binary files differnew file mode 100644 index 0000000000..5802b6a507 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/gtk/places48.png diff --git a/comm/suite/branding/seamonkey/icons/svg/JSConsoleWindow.svg b/comm/suite/branding/seamonkey/icons/svg/JSConsoleWindow.svg new file mode 100644 index 0000000000..73931081c5 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/svg/JSConsoleWindow.svg @@ -0,0 +1,221 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="128px" + height="128px" + viewBox="0 0 128 128" + version="1.1" + id="SVGRoot" + inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" + sodipodi:docname="JSConsoleWindowScalable.svg"> +<!-- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at https://mozilla.org/MPL/2.0/. + +--> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="64" + inkscape:cy="64" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1786" + inkscape:window-height="1021" + inkscape:window-x="47" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:grid-bbox="true" /> + <defs + id="defs12339"> + <linearGradient + inkscape:collect="always" + id="linearGradient2242" + x1="441.50293" + x2="553.63983" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + y1="596.54565" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient5809" + y2="786.83405" /> + <linearGradient + id="linearGradient5809"> + <stop + offset="0.00000000" + id="stop5811" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + offset="1.0000000" + id="stop5813" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2239" + x1="331.57434" + x2="225.65819" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + y1="354.45773" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient5074" + y2="133.54459" /> + <linearGradient + id="linearGradient5074"> + <stop + offset="0.00000000" + id="stop5076" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + offset="1.0000000" + id="stop5078" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + id="radialGradient2275" + r="22.724789" + gradientTransform="matrix(0.701911,-0.2667433,0.1979628,0.5209215,179.39359,699.29387)" + cx="1147.2316" + cy="821.82721" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3214" + fy="821.82721" + fx="1147.2316" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3214"> + <stop + offset="0" + id="stop3216" + style="stop-color:#eb0000;stop-opacity:1" /> + <stop + offset="1" + id="stop3218" + style="stop-color:#ae0000;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient2277" + x1="1139.5706" + y1="826.1059" + x2="1152.082" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3251" + y2="730.0083" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3251"> + <stop + offset="0" + id="stop3253" + style="stop-color:#380000;stop-opacity:1" /> + <stop + offset="1" + id="stop3255" + style="stop-color:#b90000;stop-opacity:1" /> + </linearGradient> + </defs> + <metadata + id="metadata12342"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1"> + <g + transform="translate(-373.79172,-373.74402)" + id="g3501" + inkscape:label="Background" + style="display:inline"> + <g + id="g2219"> + <circle + id="path6573" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + cx="365.22308" + cy="433.07086" + r="395.53806" /> + <path + id="path2064" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-ydpi="24.028801" + d="m 383.85677,470.3348 c -6.32473,-12.34953 -8.05387,-20.49647 -9.52788,-32.28418 3.81257,-0.10939 4.90008,-2.24285 31.45589,3.47223 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 13.05993,-0.67788 15.04445,-1.97661 1.98739,-0.88215 15.99863,-3.10467 21.11682,-3.66075 3.18189,-0.47001 4.50887,-1.12735 7.73783,-1.15937 11.35612,-5.35068 24.3651,-3.5214 29.52452,-2.34558 -0.1077,4.34882 -0.64329,10.45278 -1.44535,13.25753 -0.83486,3.95125 -1.25505,6.04479 -3.20764,9.5936 -0.86304,4.07813 -2.79707,6.71702 -5.82995,11.62656 -3.16637,4.95692 -8.85713,10.12649 -15.35852,15.5514 -4.35459,5.8898 -19.72031,9.02775 -22.94775,10.88715 -8.55892,2.31056 -17.1425,3.16792 -32.16414,-0.86687 -16.64504,-3.63918 -29.62612,-18.61585 -36.37142,-27.7713 z" + style="fill:url(#linearGradient2242);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + d="m 375.79574,423.19042 c 0.6654,-2.66163 2.25909,-8.13069 3.89624,-10.31356 2.73624,-3.64834 6.99051,-12.21676 10.08436,-16.5017 4.52016,-6.26037 18.25337,-14.60235 24.29417,-17.41846 9.3217,-4.34562 32.45573,-6.36135 45.37965,-0.45838 5.54058,2.53065 16.26536,8.07359 20.62713,12.60546 4.06502,4.22358 10.5201,11.73492 13.7514,18.33522 1.74906,3.57267 7.16364,17.7727 6.41732,17.87684 -4.71335,0.65767 -9.56876,2.38248 -14.43898,3.89623 -3.42766,1.06538 -9.31841,3.89624 -10.08436,3.89624 -3.43786,0 -15.4907,-0.83882 -19.0228,-0.68757 -3.52211,0.15082 -8.86547,0.0959 -10.54273,0.45837 -5.14771,1.11256 -13.46546,-0.10221 -18.33522,-2.97947 -9.24476,1.9224 -12.77368,3.34755 -27.27363,-1.37513 -12.22239,-3.98088 -23.04873,-1.05625 -24.52336,-0.68758 -1.94899,0.48725 -0.57979,-5.24412 -0.22919,-6.64651 z" + id="path2056" + style="fill:url(#linearGradient2239);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + sodipodi:nodetypes="cssssssssssscsss" + inkscape:connector-curvature="0" /> + <path + d="m 374.65256,430.0385 c -0.46386,0.30755 -0.29852,6.66155 0.0735,9.77357 0.69771,1.34006 -0.75673,3.15055 0.0612,4.42669 1.06229,1.26575 17.96392,4.17448 30.99751,-2.71591 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 31.04308,-5.08128 36.16127,-5.63736 3.18189,-0.47001 6.34239,-1.12735 9.57135,-1.15937 2.18853,-0.0793 11.59494,2.01483 14.10855,3.03809 7.97815,3.2478 10.94211,1.92182 12.43548,2.40625 0.3507,-1.15174 0.96205,-3.0669 0.61838,-5.30434 -0.14728,-2.69526 0.80767,-8.85257 -0.22817,-10.57514 -0.86303,-0.73485 0.23011,-2.34712 -0.76943,-2.57144 -3.35671,0.5678 -9.25646,2.30332 -14.14181,3.90936 -4.29978,1.42531 -6.14948,2.85959 -9.02473,2.95456 -2.70396,0.83022 -9.61856,0.40802 -12.73297,0.33881 -6.61848,-1.45305 -13.54767,-4.88569 -20.73662,-6.10729 -3.89623,-0.29835 -11.99097,1.55012 -15.2184,3.40951 -5.12106,-2.50243 -16.63917,-4.01807 -20.88889,-4.38581 -15.49707,-1.34855 -27.70891,1.32477 -32.25937,2.52363 z" + id="path2058" + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + sodipodi:nodetypes="cccccccsccccccccccc" + inkscape:connector-curvature="0" /> + <circle + id="path2052" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + cx="365.22308" + cy="433.07086" + r="395.53806" /> + </g> + </g> + <path + d="m 1161.6664,817.31491 -13.6628,10.48381 -17.0742,-2.24786 -10.4838,-13.66277 2.2479,-17.07422 13.6627,-10.48381 17.0742,2.24786 10.4839,13.66278 z" + inkscape:flatsided="true" + id="path3230" + inkscape:rounded="0" + inkscape:export-ydpi="90.000084" + sodipodi:cx="1142.1799" + inkscape:export-xdpi="90.000084" + inkscape:randomized="0" + transform="matrix(1.6768645,-0.2183201,0.2183201,1.6768645,-2027.2621,-1038.2989)" + sodipodi:arg2="0.91629786" + sodipodi:arg1="0.52359878" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\inkscape images\seamonkey-console3.svg.png" + sodipodi:r2="20.788244" + sodipodi:r1="22.501036" + sodipodi:sides="8" + sodipodi:type="star" + style="fill:url(#radialGradient2275);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2277);stroke-width:1.98091471;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:cy="806.06439" /> + <path + inkscape:connector-curvature="0" + id="path3236" + inkscape:export-xdpi="90.000084" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\inkscape images\seamonkey-console3.svg.png" + sodipodi:nodetypes="cscssssssscccczzc" + inkscape:export-ydpi="90.000084" + d="M 59.3082,86 C 57.9189,86 56.7703,85.57255 55.8621,84.71769 54.9543,83.86283 54.5,82.74084 54.5,81.3517 c 0.036,-0.24889 0.054,-0.44453 0.054,-0.58693 0.1778,-1.53148 0.8194,-2.72465 1.9238,-3.57955 1.1041,-0.85486 2.4398,-1.28231 4.0058,-1.28231 0.926,0 1.8522,0.28478 2.7781,0.85433 0.9259,0.56955 1.4961,1.28177 1.7098,2.13664 0.2134,0.85489 0.3203,1.47851 0.3203,1.87089 0,1.53151 -0.6057,2.78692 -1.8164,3.76626 C 62.2644,85.51035 60.8756,86 59.3082,86 Z m 4.115,-13.51607 h -3.3127 c 0,0 -1.0556,-19.2335 2.297,-25.644649 3.3526,-6.41115 10.859,-6.41115 11.1126,0 C 73.7744,53.25043 63.4232,72.48393 63.4232,72.48393 Z" + style="font-style:normal;font-weight:bold;font-size:24px;font-family:'Sprint SF';writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/svg/abcardWindow.svg b/comm/suite/branding/seamonkey/icons/svg/abcardWindow.svg new file mode 100644 index 0000000000..6242784fd3 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/svg/abcardWindow.svg @@ -0,0 +1,278 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="128px" + height="128px" + viewBox="0 0 128 128" + version="1.1" + id="SVGRoot" + inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" + sodipodi:docname="abcardWindowScalable.svg"> +<!-- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at https://mozilla.org/MPL/2.0/. + +--> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="64" + inkscape:cy="64" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1786" + inkscape:window-height="1021" + inkscape:window-x="47" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:grid-bbox="true" /> + <defs + id="defs483"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient7470" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient7472" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <filter + inkscape:collect="always" + x="-0.12278381" + width="1.2455676" + y="-0.142712" + height="1.285424" + id="filter6228"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="2.9049243" + id="feGaussianBlur6230" /> + </filter> + <filter + inkscape:collect="always" + id="filter6850"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="4.2275602" + id="feGaussianBlur6852" /> + </filter> + <filter + inkscape:collect="always" + x="-0.11109908" + width="1.2221982" + y="-0.084514" + height="1.169028" + id="filter3395"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="4.1250422" + id="feGaussianBlur3397" /> + </filter> + <filter + inkscape:collect="always" + x="-0.092254385" + width="1.1845088" + y="-0.17161272" + height="1.3432254" + id="filter7542"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="1.900534" + id="feGaussianBlur7544" /> + </filter> + </defs> + <metadata + id="metadata486"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1"> + <g + id="g7546" + transform="translate(-525.69257,-1884.051)"> + <g + id="g7434" + transform="translate(152.00085,1510.1315)"> + <g + style="display:inline" + inkscape:label="Shadow" + id="g7436" /> + <g + style="display:inline" + id="g7438" + inkscape:label="Background"> + <g + id="g7440"> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path7442" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient7470);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 383.85677,470.3348 c -6.32473,-12.34953 -8.05387,-20.49647 -9.52788,-32.28418 3.81257,-0.10939 4.90008,-2.24285 31.45589,3.47223 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 13.05993,-0.67788 15.04445,-1.97661 1.98739,-0.88215 15.99863,-3.10467 21.11682,-3.66075 3.18189,-0.47001 4.50887,-1.12735 7.73783,-1.15937 11.35612,-5.35068 24.3651,-3.5214 29.52452,-2.34558 -0.1077,4.34882 -0.64329,10.45278 -1.44535,13.25753 -0.83486,3.95125 -1.25505,6.04479 -3.20764,9.5936 -0.86304,4.07813 -2.79707,6.71702 -5.82995,11.62656 -3.16637,4.95692 -8.85713,10.12649 -15.35852,15.5514 -4.35459,5.8898 -19.72031,9.02775 -22.94775,10.88715 -8.55892,2.31056 -17.1425,3.16792 -32.16414,-0.86687 -16.64504,-3.63918 -29.62612,-18.61585 -36.37142,-27.7713 z" + id="path7444" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient7472);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 375.79574,423.19042 c 0.6654,-2.66163 2.25909,-8.13069 3.89624,-10.31356 2.73624,-3.64834 6.99051,-12.21676 10.08436,-16.5017 4.52016,-6.26037 18.25337,-14.60235 24.29417,-17.41846 9.3217,-4.34562 32.45573,-6.36135 45.37965,-0.45838 5.54058,2.53065 16.26536,8.07359 20.62713,12.60546 4.06502,4.22358 10.5201,11.73492 13.7514,18.33522 1.74906,3.57267 7.16364,17.7727 6.41732,17.87684 -4.71335,0.65767 -9.56876,2.38248 -14.43898,3.89623 -3.42766,1.06538 -9.31841,3.89624 -10.08436,3.89624 -3.43786,0 -15.4907,-0.83882 -19.0228,-0.68757 -3.52211,0.15082 -8.86547,0.0959 -10.54273,0.45837 -5.14771,1.11256 -13.46546,-0.10221 -18.33522,-2.97947 -9.24476,1.9224 -12.77368,3.34755 -27.27363,-1.37513 -12.22239,-3.98088 -23.04873,-1.05625 -24.52336,-0.68758 -1.94899,0.48725 -0.57979,-5.24412 -0.22919,-6.64651 z" + id="path7446" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + inkscape:connector-curvature="0" + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 374.65256,430.0385 c -0.46386,0.30755 -0.29852,6.66155 0.0735,9.77357 0.69771,1.34006 -0.75673,3.15055 0.0612,4.42669 1.06229,1.26575 17.96392,4.17448 30.99751,-2.71591 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 31.04308,-5.08128 36.16127,-5.63736 3.18189,-0.47001 6.34239,-1.12735 9.57135,-1.15937 2.18853,-0.0793 11.59494,2.01483 14.10855,3.03809 7.97815,3.2478 10.94211,1.92182 12.43548,2.40625 0.3507,-1.15174 0.96205,-3.0669 0.61838,-5.30434 -0.14728,-2.69526 0.80767,-8.85257 -0.22817,-10.57514 -0.86303,-0.73485 0.23011,-2.34712 -0.76943,-2.57144 -3.35671,0.5678 -9.25646,2.30332 -14.14181,3.90936 -4.29978,1.42531 -6.14948,2.85959 -9.02473,2.95456 -2.70396,0.83022 -9.61856,0.40802 -12.73297,0.33881 -6.61848,-1.45305 -13.54767,-4.88569 -20.73662,-6.10729 -3.89623,-0.29835 -11.99097,1.55012 -15.2184,3.40951 -5.12106,-2.50243 -16.63917,-4.01807 -20.88889,-4.38581 -15.49707,-1.34855 -27.70891,1.32477 -32.25937,2.52363 z" + id="path7448" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path7450" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="display:inline" + inkscape:label="SeaMonkey" + id="g7452" /> + </g> + <path + inkscape:connector-curvature="0" + id="path7454" + d="m 575.81447,1912.2934 c -6.30783,2.9703 -9.35423,5.9425 -12.73541,15.3475 0,0 -3.34665,13.0041 1.87573,27.6069 0.83249,2.3278 4.15134,6.7969 4.19691,6.8355 2.55947,2.1686 5.20572,2.7906 7.93353,3.8699 0.11878,0.047 0.23886,0.086 0.35791,0.1323 0.96932,0.376 1.96621,0.7372 2.9527,1.0584 1.89433,0.6169 3.80918,1.1122 5.75629,1.5216 0.22803,0.048 0.45733,0.087 0.68598,0.1323 0.80983,0.1595 1.62874,0.3072 2.44568,0.43 0.15841,0.024 0.31855,0.044 0.4772,0.066 0.83959,0.1185 1.68934,0.2184 2.53515,0.2976 0.0896,0.01 0.17876,0.025 0.26843,0.033 0.0796,0.01 0.15899,-0.01 0.2386,0 0.81718,0.069 -6.20845,-3.316 -5.38665,-3.2844 0.14039,0.01 0.27704,0.029 0.41755,0.033 0.12833,0 0.25931,0 0.38773,0 0.65606,0.015 1.31023,0.01 1.96847,0 0.55566,-0.01 2.061,5.4688 2.6179,5.4438 0.0987,0 0.19952,0 0.29825,0 0.18875,-0.01 0.37783,-0.022 0.56668,-0.033 0.66699,-0.041 -6.50211,-3.549 -5.83402,-3.615 0.12869,-0.013 0.25901,-0.02 0.38773,-0.033 0.23941,-0.025 0.47631,-0.071 0.71581,-0.099 0.70747,-0.085 1.40978,-0.1515 2.11759,-0.2646 0.0403,-0.01 0.079,-0.027 0.1193,-0.033 0.17773,-0.029 0.35913,-0.069 0.53686,-0.099 0.77016,-0.133 1.55677,-0.2628 2.32637,-0.4301 0.0401,-0.01 0.0793,-0.024 0.11931,-0.033 0.0992,-0.022 0.19902,-0.044 0.29825,-0.066 0.88776,-0.2002 1.76871,-0.4149 2.65445,-0.6615 0.91489,-0.2549 1.83248,-0.5219 2.74393,-0.827 0.0687,-0.023 0.14006,-0.043 0.20878,-0.066 0.9807,-0.3324 1.94782,-0.7001 2.92288,-1.0915 0.94549,-0.3797 1.88607,-0.7979 2.80358,-1.2238 0.0288,-0.014 0.0607,-0.02 0.0895,-0.033 0.39408,-0.1838 0.77438,-0.3702 1.16319,-0.5624 0.24543,-0.1228 0.47249,-0.2707 0.71581,-0.3968 0.4098,-0.2125 0.81907,-0.4075 1.22284,-0.6285 0.64348,-0.3523 4.30377,-5.0196 5.24805,-7.1433 5.62389,-12.6479 1.33833,-26.8357 1.33833,-26.8357 -3.27093,-8.7869 -5.40799,-11.8466 -12.70558,-15.3475 -8.51035,-4.0827 -19.65748,-3.4819 -27.05156,0 z" + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" /> + <path + inkscape:connector-curvature="0" + style="fill:#000000;fill-opacity:0.62111798;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;filter:url(#filter6228)" + d="m 238.5625,1732.9688 c -6.75933,-1e-4 -12.21875,6.46 -12.21875,14.5 l -3.15625,22.6875 c 0,1.8518 0.30788,3.5942 0.84375,5.2187 2.13639,1.0456 4.31807,1.9805 6.5625,2.7813 0.12446,0.044 0.25027,0.081 0.375,0.125 1.01564,0.3552 2.06013,0.6965 3.09375,1 1.98483,0.5828 3.99113,1.0507 6.03125,1.4375 0.23893,0.045 0.47918,0.082 0.71875,0.125 0.84852,0.1507 1.70654,0.2901 2.5625,0.4062 0.16599,0.022 0.33377,0.041 0.5,0.062 0.8797,0.112 1.77004,0.2063 2.65625,0.2813 0.0939,0.01 0.1873,0.024 0.28125,0.031 0.0834,0.01 0.16658,-0.01 0.25,0 0.85622,0.065 1.70145,0.1265 2.5625,0.1563 0.14711,0.01 0.29028,0.027 0.4375,0.031 0.13447,0 0.27169,0 0.40625,0 0.68741,0.014 1.37281,0.01 2.0625,0 0.58221,-0.01 1.1665,-0.039 1.75,-0.062 0.10342,0 0.20905,0 0.3125,0 0.19777,-0.01 0.39587,-0.02 0.59375,-0.031 0.69886,-0.039 1.39375,-0.094 2.09375,-0.1563 0.13483,-0.012 0.27138,-0.018 0.40625,-0.031 0.25084,-0.024 0.49906,-0.067 0.75,-0.094 0.74126,-0.08 1.47713,-0.1431 2.21875,-0.25 0.0422,-0.01 0.0828,-0.025 0.125,-0.031 0.18621,-0.027 0.37628,-0.065 0.5625,-0.094 0.80694,-0.1256 1.63113,-0.2483 2.4375,-0.4062 0.042,-0.01 0.083,-0.023 0.125,-0.031 0.10397,-0.021 0.20853,-0.041 0.3125,-0.062 0.93016,-0.1892 1.8532,-0.392 2.78125,-0.625 0.95858,-0.2408 1.92001,-0.493 2.875,-0.7812 0.072,-0.022 0.14675,-0.041 0.21875,-0.062 1.02754,-0.3141 2.04087,-0.6615 3.0625,-1.0313 0.99065,-0.3587 1.97616,-0.7538 2.9375,-1.1562 0.0302,-0.013 0.0636,-0.019 0.0937,-0.031 0.41289,-0.1737 0.81137,-0.3498 1.21875,-0.5312 0.25714,-0.1161 0.49506,-0.2559 0.75,-0.375 0.34442,-0.161 0.69023,-0.3078 1.03125,-0.4688 0.49149,-1.5691 0.78125,-3.2494 0.78125,-5.0312 l -3.25,-23 c 0,-8.0401 -5.45942,-14.5 -12.21875,-14.5 z" + id="path7456" + transform="matrix(1,0,0,0.9389427,338.46002,336.25238)" /> + <path + inkscape:connector-curvature="0" + id="path7458" + d="m 583.11571,1960.4203 c -5.55991,-10e-5 -9.9375,6.7915 -9.9375,15.4062 -5.6e-4,0.1979 -0.0101,0.3987 -0.0312,0.5938 l -3.15625,29.4375 c 0.002,0.2876 0.0194,0.5603 0.0312,0.8437 12.56066,4.2167 26.51563,4.5343 39.96875,0.031 3.7e-4,-0.031 -2.6e-4,-0.062 0,-0.094 l -3.25,-29.8125 c -0.0218,-0.2007 -0.0313,-0.3903 -0.0312,-0.5937 10e-6,-8.6147 -4.37761,-15.4375 -9.9375,-15.4375 z" + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850)" + id="path7460" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:start="5.9358167" + sodipodi:end="5.9263177" + sodipodi:open="true" + transform="matrix(0.3953873,0,0,0.5094214,454.70787,1765.1701)" /> + <path + inkscape:connector-curvature="0" + id="path7462" + d="m 598.80321,1961.9828 3.65625,46.75 c 3.01845,-0.6109 6.01815,-1.4205 9,-2.5 1.94466,-0.7041 3.8259,-1.5049 5.65625,-2.375 l -4.125,-26.0938 c -0.0309,-0.1975 -0.0626,-0.4247 -0.0625,-0.625 -1e-5,-8.4805 -6.22516,-15.1562 -14.125,-15.1562 z" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path7464" + d="m 580.49071,1961.6703 c -7.89984,0 -14.15625,6.7378 -14.15625,15.25 6e-5,0.201 -3.1e-4,0.3954 -0.0312,0.5937 l -4.09375,26 c 4.63591,2.279 9.55055,3.9706 14.625,5.0625 z" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + transform="matrix(0.3953873,0,0,0.5094214,454.70787,1765.1701)" + sodipodi:open="true" + sodipodi:end="5.9263177" + sodipodi:start="5.9358167" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path7466" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + inkscape:connector-curvature="0" + transform="matrix(0.3953873,0,0,0.3980335,485.21164,1824.6047)" + id="path7468" + d="m 263.78125,241.90625 c -21.73945,0.98399 -36.85128,21.73579 -41.28125,41.375 -6.49305,26.5762 2.68626,58.98264 27.71875,72.4375 17.35487,8.69641 38.91459,-0.83382 48.15625,-16.90625 18.406,-27.61355 14.12909,-69.41512 -12.5625,-90.15625 -6.4176,-4.42182 -14.18297,-7.13873 -22.03125,-6.75 z" + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395)" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cssssssssssssssssssc" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542)" + d="m 574.06634,1928.9264 c 0.81789,-2.8937 0.32081,-1.1775 2.33145,-3.3993 1.8972,-2.0965 3.79548,-3.168 6.16049,-4.8311 0.39883,-0.2805 1.17513,-0.267 1.57464,-0.5465 2.55981,-1.7907 2.27479,0.099 5.45044,-0.2814 2.54762,-0.3055 1.03231,-1.9691 3.3177,-1.0762 2.62559,1.0257 3.73303,1.7867 5.80816,3.6693 1.89214,1.7165 2.24127,1.7607 3.92721,3.7113 1.56394,1.8094 0.82239,-0.097 2.03743,1.9369 1.01373,1.6966 4.58051,2.5198 4.93534,4.7084 0.2575,1.5882 -0.61744,2.005 -1.85423,1.1658 -4.08444,-2.7714 -7.90988,-5.5623 -12.2084,-8.0252 -2.9166,-1.6712 -4.25342,-2.295 -5.9927,0.6947 -1.73892,2.9891 -2.98982,6.493 -4.9614,9.3428 -3.29643,4.7649 -1.4494,-4.8585 -1.4494,-6.1327 0,-3.372 -2.34116,-1.2978 -4.15309,0 -1.68966,1.2102 -4.3947,2.5101 -6.43867,2.8028 -2.05176,0.2939 0.75127,-3.2977 -1.26795,-3.7166 -1.15282,-0.2391 0.88166,1.9658 1.25293,1.462 0.25022,-0.3396 1.21415,-1.2055 1.53005,-1.485 z" + id="path7476" /> + <path + inkscape:connector-curvature="0" + id="path7474" + d="m 567.47842,1929.3122 c 0.81789,-2.8937 2.81139,-5.516 4.82203,-7.7378 1.8972,-2.0965 5.27221,-3.5114 7.63722,-5.1745 0.39883,-0.2805 0.79903,-0.559 1.19854,-0.8385 2.55981,-1.7907 4.90753,-3.4042 8.08318,-3.785 2.54762,-0.3055 4.59925,1.0236 6.88464,1.9165 2.62559,1.0257 5.11612,2.8607 7.19125,4.7433 1.89214,1.7165 3.72143,3.4395 5.40737,5.3901 1.56394,1.8094 2.71506,3.9074 3.9301,5.9411 1.01373,1.6966 2.06152,4.202 1.19854,6.0848 -1.14061,2.4885 -4.83953,-1.0294 -6.07632,-1.8686 -4.08444,-2.7714 -7.90988,-5.5623 -12.2084,-8.0252 -2.9166,-1.6712 -4.25342,-2.295 -5.9927,0.6947 -1.73892,2.9891 -2.98982,6.493 -4.9614,9.3428 -3.29643,4.7649 -1.4494,-4.8585 -1.4494,-6.1327 0,-3.372 -2.34116,-1.2978 -4.15309,0 -1.68966,1.2102 -4.3947,2.5101 -6.43867,2.8028 -2.05176,0.2939 -4.30796,0.7064 -6.32718,0.2875 -1.15282,-0.2391 -0.0647,-2.299 0.3066,-2.8028 0.25022,-0.3396 0.63179,-0.559 0.94769,-0.8385 z" + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/svg/ablistWindow.svg b/comm/suite/branding/seamonkey/icons/svg/ablistWindow.svg new file mode 100644 index 0000000000..073c059365 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/svg/ablistWindow.svg @@ -0,0 +1,1590 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="128px" + height="128px" + viewBox="0 0 128 128" + version="1.1" + id="SVGRoot" + inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" + sodipodi:docname="ablistWindowScalable.svg"> +<!-- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at https://mozilla.org/MPL/2.0/. + +--> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="64" + inkscape:cy="64" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1786" + inkscape:window-height="1021" + inkscape:window-x="47" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:grid-bbox="true" /> + <defs + id="defs2257"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3592" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3594" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <filter + inkscape:collect="always" + id="filter6850"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="4.2275602" + id="feGaussianBlur6852" /> + </filter> + <filter + inkscape:collect="always" + x="-0.11109908" + width="1.2221982" + y="-0.084514" + height="1.169028" + id="filter3395"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="4.1250422" + id="feGaussianBlur3397" /> + </filter> + <filter + inkscape:collect="always" + x="-0.092254385" + width="1.1845088" + y="-0.17161272" + height="1.3432254" + id="filter7542"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="1.900534" + id="feGaussianBlur7544" /> + </filter> + <filter + inkscape:collect="always" + id="filter6850-7"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="4.2275602" + id="feGaussianBlur6852-8" /> + </filter> + <filter + inkscape:collect="always" + x="-0.11109908" + width="1.2221982" + y="-0.084514" + height="1.169028" + id="filter3395-0"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="4.1250422" + id="feGaussianBlur3397-0" /> + </filter> + <filter + inkscape:collect="always" + x="-0.092254385" + width="1.1845088" + y="-0.17161272" + height="1.3432254" + id="filter7542-9"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="1.900534" + id="feGaussianBlur7544-0" /> + </filter> + <filter + inkscape:collect="always" + id="filter6850-0"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="4.2275602" + id="feGaussianBlur6852-7" /> + </filter> + <filter + inkscape:collect="always" + x="-0.11109908" + width="1.2221982" + y="-0.084514" + height="1.169028" + id="filter3395-2"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="4.1250422" + id="feGaussianBlur3397-2" /> + </filter> + <filter + inkscape:collect="always" + x="-0.092254385" + width="1.1845088" + y="-0.17161272" + height="1.3432254" + id="filter7542-4"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="1.900534" + id="feGaussianBlur7544-2" /> + </filter> + <filter + inkscape:collect="always" + id="filter6850-6"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="4.2275602" + id="feGaussianBlur6852-9" /> + </filter> + <filter + inkscape:collect="always" + x="-0.11109908" + width="1.2221982" + y="-0.084514" + height="1.169028" + id="filter3395-8"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="4.1250422" + id="feGaussianBlur3397-6" /> + </filter> + <filter + inkscape:collect="always" + x="-0.092254385" + width="1.1845088" + y="-0.17161272" + height="1.3432254" + id="filter7542-1"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="1.900534" + id="feGaussianBlur7544-3" /> + </filter> + <filter + inkscape:collect="always" + id="filter6850-2"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="4.2275602" + id="feGaussianBlur6852-0" /> + </filter> + <filter + inkscape:collect="always" + x="-0.11109908" + width="1.2221982" + y="-0.084514" + height="1.169028" + id="filter3395-26"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="4.1250422" + id="feGaussianBlur3397-4" /> + </filter> + <filter + inkscape:collect="always" + x="-0.092254385" + width="1.1845088" + y="-0.17161272" + height="1.3432254" + id="filter7542-97"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="1.900534" + id="feGaussianBlur7544-24" /> + </filter> + </defs> + <metadata + id="metadata2260"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1"> + <g + transform="translate(-373.79172,-373.74402)" + id="g3516"> + <g + id="g3518" + inkscape:label="Shadow" + style="display:inline" /> + <g + inkscape:label="Background" + id="g3520" + style="display:inline"> + <g + id="g3522"> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + id="path3524" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + inkscape:export-ydpi="24.028801" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + id="path3526" + d="m 383.85677,470.3348 c -6.32473,-12.34953 -8.05387,-20.49647 -9.52788,-32.28418 3.81257,-0.10939 4.90008,-2.24285 31.45589,3.47223 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 13.05993,-0.67788 15.04445,-1.97661 1.98739,-0.88215 15.99863,-3.10467 21.11682,-3.66075 3.18189,-0.47001 4.50887,-1.12735 7.73783,-1.15937 11.35612,-5.35068 24.3651,-3.5214 29.52452,-2.34558 -0.1077,4.34882 -0.64329,10.45278 -1.44535,13.25753 -0.83486,3.95125 -1.25505,6.04479 -3.20764,9.5936 -0.86304,4.07813 -2.79707,6.71702 -5.82995,11.62656 -3.16637,4.95692 -8.85713,10.12649 -15.35852,15.5514 -4.35459,5.8898 -19.72031,9.02775 -22.94775,10.88715 -8.55892,2.31056 -17.1425,3.16792 -32.16414,-0.86687 -16.64504,-3.63918 -29.62612,-18.61585 -36.37142,-27.7713 z" + style="fill:url(#linearGradient3592);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cssssssssssscsss" + id="path3528" + d="m 375.79574,423.19042 c 0.6654,-2.66163 2.25909,-8.13069 3.89624,-10.31356 2.73624,-3.64834 6.99051,-12.21676 10.08436,-16.5017 4.52016,-6.26037 18.25337,-14.60235 24.29417,-17.41846 9.3217,-4.34562 32.45573,-6.36135 45.37965,-0.45838 5.54058,2.53065 16.26536,8.07359 20.62713,12.60546 4.06502,4.22358 10.5201,11.73492 13.7514,18.33522 1.74906,3.57267 7.16364,17.7727 6.41732,17.87684 -4.71335,0.65767 -9.56876,2.38248 -14.43898,3.89623 -3.42766,1.06538 -9.31841,3.89624 -10.08436,3.89624 -3.43786,0 -15.4907,-0.83882 -19.0228,-0.68757 -3.52211,0.15082 -8.86547,0.0959 -10.54273,0.45837 -5.14771,1.11256 -13.46546,-0.10221 -18.33522,-2.97947 -9.24476,1.9224 -12.77368,3.34755 -27.27363,-1.37513 -12.22239,-3.98088 -23.04873,-1.05625 -24.52336,-0.68758 -1.94899,0.48725 -0.57979,-5.24412 -0.22919,-6.64651 z" + style="fill:url(#linearGradient3594);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccsccccccccccc" + id="path3530" + d="m 374.65256,430.0385 c -0.46386,0.30755 -0.29852,6.66155 0.0735,9.77357 0.69771,1.34006 -0.75673,3.15055 0.0612,4.42669 1.06229,1.26575 17.96392,4.17448 30.99751,-2.71591 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 31.04308,-5.08128 36.16127,-5.63736 3.18189,-0.47001 6.34239,-1.12735 9.57135,-1.15937 2.18853,-0.0793 11.59494,2.01483 14.10855,3.03809 7.97815,3.2478 10.94211,1.92182 12.43548,2.40625 0.3507,-1.15174 0.96205,-3.0669 0.61838,-5.30434 -0.14728,-2.69526 0.80767,-8.85257 -0.22817,-10.57514 -0.86303,-0.73485 0.23011,-2.34712 -0.76943,-2.57144 -3.35671,0.5678 -9.25646,2.30332 -14.14181,3.90936 -4.29978,1.42531 -6.14948,2.85959 -9.02473,2.95456 -2.70396,0.83022 -9.61856,0.40802 -12.73297,0.33881 -6.61848,-1.45305 -13.54767,-4.88569 -20.73662,-6.10729 -3.89623,-0.29835 -11.99097,1.55012 -15.2184,3.40951 -5.12106,-2.50243 -16.63917,-4.01807 -20.88889,-4.38581 -15.49707,-1.34855 -27.70891,1.32477 -32.25937,2.52363 z" + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + id="path3532" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + </g> + <g + id="g3534" + inkscape:label="SeaMonkey" + style="display:inline" /> + </g> + <g + id="g6337" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\mail-list-window-redo\try4-128.png" + inkscape:export-xdpi="90.00013" + inkscape:export-ydpi="90.00013" + transform="translate(1094.0761,-2380.7444)"> + <g + id="g6205" + transform="translate(-1238.3703,1628.5596)" + style="opacity:1;fill:#ffffff;fill-opacity:0"> + <g + style="display:inline;fill:#ffffff;fill-opacity:0" + inkscape:label="Shadow" + id="g6207" /> + <g + style="display:inline;fill:#ffffff;fill-opacity:0" + id="g6210" + inkscape:label="Background"> + <g + style="fill:#ffffff;fill-opacity:0" + id="g6213"> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6216" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 383.85677,470.3348 c -6.32473,-12.34953 -8.05387,-20.49647 -9.52788,-32.28418 3.81257,-0.10939 4.90008,-2.24285 31.45589,3.47223 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 13.05993,-0.67788 15.04445,-1.97661 1.98739,-0.88215 15.99863,-3.10467 21.11682,-3.66075 3.18189,-0.47001 4.50887,-1.12735 7.73783,-1.15937 11.35612,-5.35068 24.3651,-3.5214 29.52452,-2.34558 -0.1077,4.34882 -0.64329,10.45278 -1.44535,13.25753 -0.83486,3.95125 -1.25505,6.04479 -3.20764,9.5936 -0.86304,4.07813 -2.79707,6.71702 -5.82995,11.62656 -3.16637,4.95692 -8.85713,10.12649 -15.35852,15.5514 -4.35459,5.8898 -19.72031,9.02775 -22.94775,10.88715 -8.55892,2.31056 -17.1425,3.16792 -32.16414,-0.86687 -16.64504,-3.63918 -29.62612,-18.61585 -36.37142,-27.7713 z" + id="path6224" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 375.79574,423.19042 c 0.6654,-2.66163 2.25909,-8.13069 3.89624,-10.31356 2.73624,-3.64834 6.99051,-12.21676 10.08436,-16.5017 4.52016,-6.26037 18.25337,-14.60235 24.29417,-17.41846 9.3217,-4.34562 32.45573,-6.36135 45.37965,-0.45838 5.54058,2.53065 16.26536,8.07359 20.62713,12.60546 4.06502,4.22358 10.5201,11.73492 13.7514,18.33522 1.74906,3.57267 7.16364,17.7727 6.41732,17.87684 -4.71335,0.65767 -9.56876,2.38248 -14.43898,3.89623 -3.42766,1.06538 -9.31841,3.89624 -10.08436,3.89624 -3.43786,0 -15.4907,-0.83882 -19.0228,-0.68757 -3.52211,0.15082 -8.86547,0.0959 -10.54273,0.45837 -5.14771,1.11256 -13.46546,-0.10221 -18.33522,-2.97947 -9.24476,1.9224 -12.77368,3.34755 -27.27363,-1.37513 -12.22239,-3.98088 -23.04873,-1.05625 -24.52336,-0.68758 -1.94899,0.48725 -0.57979,-5.24412 -0.22919,-6.64651 z" + id="path6226" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 374.65256,430.0385 c -0.46386,0.30755 -0.29852,6.66155 0.0735,9.77357 0.69771,1.34006 -0.75673,3.15055 0.0612,4.42669 1.06229,1.26575 17.96392,4.17448 30.99751,-2.71591 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 31.04308,-5.08128 36.16127,-5.63736 3.18189,-0.47001 6.34239,-1.12735 9.57135,-1.15937 2.18853,-0.0793 11.59494,2.01483 14.10855,3.03809 7.97815,3.2478 10.94211,1.92182 12.43548,2.40625 0.3507,-1.15174 0.96205,-3.0669 0.61838,-5.30434 -0.14728,-2.69526 0.80767,-8.85257 -0.22817,-10.57514 -0.86303,-0.73485 0.23011,-2.34712 -0.76943,-2.57144 -3.35671,0.5678 -9.25646,2.30332 -14.14181,3.90936 -4.29978,1.42531 -6.14948,2.85959 -9.02473,2.95456 -2.70396,0.83022 -9.61856,0.40802 -12.73297,0.33881 -6.61848,-1.45305 -13.54767,-4.88569 -20.73662,-6.10729 -3.89623,-0.29835 -11.99097,1.55012 -15.2184,3.40951 -5.12106,-2.50243 -16.63917,-4.01807 -20.88889,-4.38581 -15.49707,-1.34855 -27.70891,1.32477 -32.25937,2.52363 z" + id="path6228" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6230" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="display:inline;fill:#ffffff;fill-opacity:0" + inkscape:label="SeaMonkey" + id="g6232" /> + </g> + <rect + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:2.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6234" + width="77" + height="97" + x="-839.0788" + y="2017.8035" /> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6236" + width="34" + height="6" + x="-803.4809" + y="2042.6342" /> + <rect + y="2055.7947" + x="-803.4809" + height="6" + width="34" + id="rect6238" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + transform="matrix(6,0,0,6,-789.49671,2009.6419)" + id="g6240"> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -6.1094906,2.2138122 c -0.4746932,0.2235287 -0.7039488,0.4472004 -0.9583981,1.1549698 0,0 -0.2518508,0.9786182 0.1411573,2.077546 0.062649,0.1751776 0.3124074,0.5114979 0.3158367,0.5144027 0.1926119,0.1631971 0.3917544,0.2100055 0.5970346,0.2912278 0.00894,0.00354 0.017975,0.00648 0.026934,0.00996 0.072946,0.028296 0.1479664,0.055478 0.2222043,0.07965 0.142557,0.046424 0.2866583,0.083698 0.4331872,0.1145074 0.01716,0.0036 0.034416,0.00656 0.051623,0.00996 0.060943,0.012003 0.1225701,0.023118 0.1840486,0.032359 0.011921,0.00178 0.023972,0.00329 0.035912,0.00498 0.063183,0.00892 0.1271306,0.016436 0.1907817,0.022396 0.00674,6.321e-4 0.013453,0.00189 0.020201,0.0025 0.00599,5.117e-4 0.011965,-5.042e-4 0.017956,0 0.061497,0.00518 -0.4672144,-0.2495442 -0.4053701,-0.2471662 0.010565,4.064e-4 0.020849,0.00216 0.031423,0.00249 0.00966,2.784e-4 0.019514,-2.183e-4 0.029178,0 0.049372,0.00115 0.098601,6.622e-4 0.1481364,0 0.041816,-5.87e-4 0.1550997,0.4115523 0.197009,0.4096709 0.00743,-3.387e-4 0.015015,3.612e-4 0.022445,0 0.014204,-7.3e-4 0.028433,-0.00163 0.042645,-0.0025 0.050194,-0.00308 -0.4893136,-0.2670785 -0.4390367,-0.2720453 0.00968,-9.557e-4 0.019492,-0.00148 0.029178,-0.00249 0.018017,-0.00191 0.035844,-0.00531 0.053868,-0.00747 0.05324,-0.00637 0.1060924,-0.011401 0.1593584,-0.019912 0.00303,-4.892e-4 0.00595,-0.00201 0.00898,-0.00249 0.013375,-0.00218 0.027026,-0.00516 0.040401,-0.00747 0.057958,-0.010009 0.1171541,-0.019777 0.17507,-0.032367 0.00301,-6.472e-4 0.00596,-0.00183 0.00898,-0.00248 0.00747,-0.00165 0.014977,-0.0033 0.022445,-0.00498 0.066808,-0.015066 0.1331036,-0.031223 0.1997596,-0.049781 0.06885,-0.019182 0.1379025,-0.039275 0.2064933,-0.062235 0.00517,-0.00172 0.01054,-0.00322 0.015712,-0.00497 0.073802,-0.025015 0.1465824,-0.052686 0.2199601,-0.08214 0.071153,-0.028574 0.1419354,-0.060046 0.2109823,-0.092097 0.00217,-0.00102 0.00456,-0.00147 0.00673,-0.00249 0.029656,-0.013832 0.058276,-0.027859 0.087535,-0.042323 0.01847,-0.00924 0.035557,-0.020371 0.053868,-0.029861 0.030839,-0.015992 0.061639,-0.030666 0.092024,-0.047297 0.048425,-0.026512 0.3238784,-0.3777479 0.3949399,-0.5375661 0.4232235,-0.9518125 0.1007154,-2.0195096 0.1007154,-2.0195096 -0.2461525,-0.6612545 -0.406976,-0.891511 -0.9561532,-1.1549698 -0.6404429,-0.3072419 -1.4793156,-0.262029 -2.035754,0 z" + id="path6243" /> + <path + inkscape:connector-curvature="0" + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -5.5625,5.84375 c -0.418409,-7.5e-6 -0.75,0.5079543 -0.75,1.15625 -4.21e-5,0.014893 0.00159,0.016568 0,0.03125 L -6.53125,9 H -3.5625 L -3.78125,7.0625 c -0.00164,-0.015104 -3.8e-6,-0.015943 0,-0.03125 7e-7,-0.6482958 -0.3315928,-1.15625 -0.75,-1.15625 z" + id="path6248" /> + <path + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="5.9263177" + sodipodi:start="5.9358167" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path6251" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850)" + sodipodi:type="arc" /> + <path + inkscape:connector-curvature="0" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -4.375,5.96875 -4.125,9 H -3 L -3.3125,7.15625 c -0.00233,-0.014863 -4.5e-6,-0.047427 0,-0.0625 -7e-7,-0.6381967 -0.4680008,-1.125 -1.0625,-1.125 z" + id="path6253" /> + <path + inkscape:connector-curvature="0" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -5.75,5.9375 c -0.5944991,-2e-7 -1.0625,0.4844178 -1.0625,1.125 4.7e-6,0.015126 0.00233,0.047577 0,0.0625 L -7.125,9 H -6 Z" + id="path6255" /> + <path + sodipodi:type="arc" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6257" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:start="5.9358167" + sodipodi:end="5.9263177" + sodipodi:open="true" + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" /> + <path + inkscape:connector-curvature="0" + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395)" + d="m 263.78125,241.90625 c -21.73945,0.98399 -36.85128,21.73579 -41.28125,41.375 -6.49305,26.5762 2.68626,58.98264 27.71875,72.4375 17.35487,8.69641 38.91459,-0.83382 48.15625,-16.90625 18.406,-27.61355 14.12909,-69.41512 -12.5625,-90.15625 -6.4176,-4.42182 -14.18297,-7.13873 -22.03125,-6.75 z" + id="path6259" + transform="matrix(0.02975471,0,0,0.02995385,-12.927769,-4.385165)" /> + <path + inkscape:connector-curvature="0" + id="path6261" + d="m 198.40449,-30.85609 c 0.81789,-2.8937 0.32081,-1.1775 2.33145,-3.3993 1.8972,-2.0965 3.79548,-3.168 6.16049,-4.8311 0.39883,-0.2805 1.17513,-0.267 1.57464,-0.5465 2.55981,-1.7907 2.27479,0.0994 5.45044,-0.2814 2.54762,-0.3055 1.03231,-1.9691 3.3177,-1.0762 2.62559,1.0257 3.73303,1.7867 5.80816,3.6693 1.89214,1.7165 2.24127,1.7607 3.92721,3.7113 1.56394,1.8094 0.82239,-0.0968 2.03743,1.9369 1.01373,1.6966 4.58051,2.5198 4.93534,4.7084 0.2575,1.5882 -0.61744,2.005 -1.85423,1.1658 -4.08444,-2.7714 -7.90988,-5.5623 -12.2084,-8.0252 -2.9166,-1.6712 -4.25342,-2.295 -5.9927,0.6947 -1.73892,2.9891 -2.98982,6.493 -4.9614,9.3428 -3.29643,4.7649 -1.4494,-4.8585 -1.4494,-6.1327 0,-3.372 -2.34116,-1.2978 -4.15309,0 -1.68966,1.2102 -4.3947,2.5101 -6.43867,2.8028 -2.05176,0.2939 0.75127,-3.2977 -1.26795,-3.7166 -1.15282,-0.2391 0.88166,1.9658 1.25293,1.462 0.25022,-0.3396 1.21415,-1.2055 1.53005,-1.485 z" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542)" + sodipodi:nodetypes="cssssssssssssssssssc" + transform="matrix(0.07525459,0,0,0.07525459,-21.171894,5.7875842)" /> + <path + inkscape:connector-curvature="0" + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m -6.7368167,3.494555 c 0.06155,-0.2177642 0.21157,-0.4151043 0.3628799,-0.5823049 0.142773,-0.1577713 0.396758,-0.264249 0.5747359,-0.3894049 0.030014,-0.021109 0.060131,-0.042067 0.090196,-0.063101 0.1926375,-0.1347584 0.3693142,-0.2561817 0.6082964,-0.2848386 0.1917201,-0.02299 0.3461147,0.077031 0.5181008,0.1442254 0.1975877,0.077189 0.3850115,0.2152808 0.5411745,0.3569551 0.1423923,0.1291745 0.2800547,0.2588382 0.4069295,0.4056298 0.1176936,0.1361656 0.2043207,0.2940497 0.295758,0.447095 0.076288,0.1276769 0.1551389,0.3162198 0.090196,0.4579091 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 c -0.2480714,0.3585806 -0.109074,-0.3656244 -0.109074,-0.4615138 0,-0.2537585 -0.176183,-0.097665 -0.312539,0 -0.1271547,0.091073 -0.3307214,0.1888965 -0.4845395,0.2109236 -0.1544044,0.022117 -0.3241938,0.05316 -0.4761493,0.021636 -0.086755,-0.017993 -0.00487,-0.1730103 0.023073,-0.2109236 0.01883,-0.025556 0.047545,-0.042067 0.071318,-0.063101 z" + id="path6263" /> + </g> + <rect + y="2029.1611" + x="-803.4809" + height="6" + width="34" + id="rect6265" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + id="g6267" + transform="translate(-710.67651,1856.7132)"> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6269" + width="34" + height="6" + x="-92.804382" + y="231.42992" /> + <rect + y="244.59032" + x="-92.804382" + height="6" + width="34" + id="rect6271" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + transform="matrix(6,0,0,6,-78.820202,198.43754)" + id="g6273"> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -6.1094906,2.2138122 c -0.4746932,0.2235287 -0.7039488,0.4472004 -0.9583981,1.1549698 0,0 -0.2518508,0.9786182 0.1411573,2.077546 0.062649,0.1751776 0.3124074,0.5114979 0.3158367,0.5144027 0.1926119,0.1631971 0.3917544,0.2100055 0.5970346,0.2912278 0.00894,0.00354 0.017975,0.00648 0.026934,0.00996 0.072946,0.028296 0.1479664,0.055478 0.2222043,0.07965 0.142557,0.046424 0.2866583,0.083698 0.4331872,0.1145074 0.01716,0.0036 0.034416,0.00656 0.051623,0.00996 0.060943,0.012003 0.1225701,0.023118 0.1840486,0.032359 0.011921,0.00178 0.023972,0.00329 0.035912,0.00498 0.063183,0.00892 0.1271306,0.016436 0.1907817,0.022396 0.00674,6.321e-4 0.013453,0.00189 0.020201,0.0025 0.00599,5.117e-4 0.011965,-5.042e-4 0.017956,0 0.061497,0.00518 -0.4672144,-0.2495442 -0.4053701,-0.2471662 0.010565,4.064e-4 0.020849,0.00216 0.031423,0.00249 0.00966,2.784e-4 0.019514,-2.183e-4 0.029178,0 0.049372,0.00115 0.098601,6.622e-4 0.1481364,0 0.041816,-5.87e-4 0.1550997,0.4115523 0.197009,0.4096709 0.00743,-3.387e-4 0.015015,3.612e-4 0.022445,0 0.014204,-7.3e-4 0.028433,-0.00163 0.042645,-0.0025 0.050194,-0.00308 -0.4893136,-0.2670785 -0.4390367,-0.2720453 0.00968,-9.557e-4 0.019492,-0.00148 0.029178,-0.00249 0.018017,-0.00191 0.035844,-0.00531 0.053868,-0.00747 0.05324,-0.00637 0.1060924,-0.011401 0.1593584,-0.019912 0.00303,-4.892e-4 0.00595,-0.00201 0.00898,-0.00249 0.013375,-0.00218 0.027026,-0.00516 0.040401,-0.00747 0.057958,-0.010009 0.1171541,-0.019777 0.17507,-0.032367 0.00301,-6.472e-4 0.00596,-0.00183 0.00898,-0.00248 0.00747,-0.00165 0.014977,-0.0033 0.022445,-0.00498 0.066808,-0.015066 0.1331036,-0.031223 0.1997596,-0.049781 0.06885,-0.019182 0.1379025,-0.039275 0.2064933,-0.062235 0.00517,-0.00172 0.01054,-0.00322 0.015712,-0.00497 0.073802,-0.025015 0.1465824,-0.052686 0.2199601,-0.08214 0.071153,-0.028574 0.1419354,-0.060046 0.2109823,-0.092097 0.00217,-0.00102 0.00456,-0.00147 0.00673,-0.00249 0.029656,-0.013832 0.058276,-0.027859 0.087535,-0.042323 0.01847,-0.00924 0.035557,-0.020371 0.053868,-0.029861 0.030839,-0.015992 0.061639,-0.030666 0.092024,-0.047297 0.048425,-0.026512 0.3238784,-0.3777479 0.3949399,-0.5375661 0.4232235,-0.9518125 0.1007154,-2.0195096 0.1007154,-2.0195096 -0.2461525,-0.6612545 -0.406976,-0.891511 -0.9561532,-1.1549698 -0.6404429,-0.3072419 -1.4793156,-0.262029 -2.035754,0 z" + id="path6275" /> + <path + inkscape:connector-curvature="0" + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -5.5625,5.84375 c -0.418409,-7.5e-6 -0.75,0.5079543 -0.75,1.15625 -4.21e-5,0.014893 0.00159,0.016568 0,0.03125 L -6.53125,9 H -3.5625 L -3.78125,7.0625 c -0.00164,-0.015104 -3.8e-6,-0.015943 0,-0.03125 7e-7,-0.6482958 -0.3315928,-1.15625 -0.75,-1.15625 z" + id="path6277" /> + <path + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="5.9263177" + sodipodi:start="5.9358167" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path6279" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850)" + sodipodi:type="arc" /> + <path + inkscape:connector-curvature="0" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -4.375,5.96875 -4.125,9 H -3 L -3.3125,7.15625 c -0.00233,-0.014863 -4.5e-6,-0.047427 0,-0.0625 -7e-7,-0.6381967 -0.4680008,-1.125 -1.0625,-1.125 z" + id="path6281" /> + <path + inkscape:connector-curvature="0" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -5.75,5.9375 c -0.5944991,-2e-7 -1.0625,0.4844178 -1.0625,1.125 4.7e-6,0.015126 0.00233,0.047577 0,0.0625 L -7.125,9 H -6 Z" + id="path6283" /> + <path + sodipodi:type="arc" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6285" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:start="5.9358167" + sodipodi:end="5.9263177" + sodipodi:open="true" + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" /> + <path + inkscape:connector-curvature="0" + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395)" + d="m 263.78125,241.90625 c -21.73945,0.98399 -36.85128,21.73579 -41.28125,41.375 -6.49305,26.5762 2.68626,58.98264 27.71875,72.4375 17.35487,8.69641 38.91459,-0.83382 48.15625,-16.90625 18.406,-27.61355 14.12909,-69.41512 -12.5625,-90.15625 -6.4176,-4.42182 -14.18297,-7.13873 -22.03125,-6.75 z" + id="path6287" + transform="matrix(0.02975471,0,0,0.02995385,-12.927769,-4.385165)" /> + <path + inkscape:connector-curvature="0" + id="path6289" + d="m 198.40449,-30.85609 c 0.81789,-2.8937 0.32081,-1.1775 2.33145,-3.3993 1.8972,-2.0965 3.79548,-3.168 6.16049,-4.8311 0.39883,-0.2805 1.17513,-0.267 1.57464,-0.5465 2.55981,-1.7907 2.27479,0.0994 5.45044,-0.2814 2.54762,-0.3055 1.03231,-1.9691 3.3177,-1.0762 2.62559,1.0257 3.73303,1.7867 5.80816,3.6693 1.89214,1.7165 2.24127,1.7607 3.92721,3.7113 1.56394,1.8094 0.82239,-0.0968 2.03743,1.9369 1.01373,1.6966 4.58051,2.5198 4.93534,4.7084 0.2575,1.5882 -0.61744,2.005 -1.85423,1.1658 -4.08444,-2.7714 -7.90988,-5.5623 -12.2084,-8.0252 -2.9166,-1.6712 -4.25342,-2.295 -5.9927,0.6947 -1.73892,2.9891 -2.98982,6.493 -4.9614,9.3428 -3.29643,4.7649 -1.4494,-4.8585 -1.4494,-6.1327 0,-3.372 -2.34116,-1.2978 -4.15309,0 -1.68966,1.2102 -4.3947,2.5101 -6.43867,2.8028 -2.05176,0.2939 0.75127,-3.2977 -1.26795,-3.7166 -1.15282,-0.2391 0.88166,1.9658 1.25293,1.462 0.25022,-0.3396 1.21415,-1.2055 1.53005,-1.485 z" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542)" + sodipodi:nodetypes="cssssssssssssssssssc" + transform="matrix(0.07525459,0,0,0.07525459,-21.171894,5.7875842)" /> + <path + inkscape:connector-curvature="0" + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m -6.7368167,3.494555 c 0.06155,-0.2177642 0.21157,-0.4151043 0.3628799,-0.5823049 0.142773,-0.1577713 0.396758,-0.264249 0.5747359,-0.3894049 0.030014,-0.021109 0.060131,-0.042067 0.090196,-0.063101 0.1926375,-0.1347584 0.3693142,-0.2561817 0.6082964,-0.2848386 0.1917201,-0.02299 0.3461147,0.077031 0.5181008,0.1442254 0.1975877,0.077189 0.3850115,0.2152808 0.5411745,0.3569551 0.1423923,0.1291745 0.2800547,0.2588382 0.4069295,0.4056298 0.1176936,0.1361656 0.2043207,0.2940497 0.295758,0.447095 0.076288,0.1276769 0.1551389,0.3162198 0.090196,0.4579091 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 c -0.2480714,0.3585806 -0.109074,-0.3656244 -0.109074,-0.4615138 0,-0.2537585 -0.176183,-0.097665 -0.312539,0 -0.1271547,0.091073 -0.3307214,0.1888965 -0.4845395,0.2109236 -0.1544044,0.022117 -0.3241938,0.05316 -0.4761493,0.021636 -0.086755,-0.017993 -0.00487,-0.1730103 0.023073,-0.2109236 0.01883,-0.025556 0.047545,-0.042067 0.071318,-0.063101 z" + id="path6291" /> + </g> + <rect + y="217.95688" + x="-92.804382" + height="6" + width="34" + id="rect6293" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + id="g6337-5" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\mail-list-window-redo\try4-128.png" + inkscape:export-xdpi="90.00013" + inkscape:export-ydpi="90.00013" + transform="translate(1094.0761,-2380.7444)"> + <g + id="g6205-3" + transform="translate(-1238.3703,1628.5596)" + style="opacity:1;fill:#ffffff;fill-opacity:0"> + <g + style="display:inline;fill:#ffffff;fill-opacity:0" + inkscape:label="Shadow" + id="g6207-1" /> + <g + style="display:inline;fill:#ffffff;fill-opacity:0" + id="g6210-1" + inkscape:label="Background"> + <g + style="fill:#ffffff;fill-opacity:0" + id="g6213-8"> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6216-8" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 383.85677,470.3348 c -6.32473,-12.34953 -8.05387,-20.49647 -9.52788,-32.28418 3.81257,-0.10939 4.90008,-2.24285 31.45589,3.47223 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 13.05993,-0.67788 15.04445,-1.97661 1.98739,-0.88215 15.99863,-3.10467 21.11682,-3.66075 3.18189,-0.47001 4.50887,-1.12735 7.73783,-1.15937 11.35612,-5.35068 24.3651,-3.5214 29.52452,-2.34558 -0.1077,4.34882 -0.64329,10.45278 -1.44535,13.25753 -0.83486,3.95125 -1.25505,6.04479 -3.20764,9.5936 -0.86304,4.07813 -2.79707,6.71702 -5.82995,11.62656 -3.16637,4.95692 -8.85713,10.12649 -15.35852,15.5514 -4.35459,5.8898 -19.72031,9.02775 -22.94775,10.88715 -8.55892,2.31056 -17.1425,3.16792 -32.16414,-0.86687 -16.64504,-3.63918 -29.62612,-18.61585 -36.37142,-27.7713 z" + id="path6224-9" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 375.79574,423.19042 c 0.6654,-2.66163 2.25909,-8.13069 3.89624,-10.31356 2.73624,-3.64834 6.99051,-12.21676 10.08436,-16.5017 4.52016,-6.26037 18.25337,-14.60235 24.29417,-17.41846 9.3217,-4.34562 32.45573,-6.36135 45.37965,-0.45838 5.54058,2.53065 16.26536,8.07359 20.62713,12.60546 4.06502,4.22358 10.5201,11.73492 13.7514,18.33522 1.74906,3.57267 7.16364,17.7727 6.41732,17.87684 -4.71335,0.65767 -9.56876,2.38248 -14.43898,3.89623 -3.42766,1.06538 -9.31841,3.89624 -10.08436,3.89624 -3.43786,0 -15.4907,-0.83882 -19.0228,-0.68757 -3.52211,0.15082 -8.86547,0.0959 -10.54273,0.45837 -5.14771,1.11256 -13.46546,-0.10221 -18.33522,-2.97947 -9.24476,1.9224 -12.77368,3.34755 -27.27363,-1.37513 -12.22239,-3.98088 -23.04873,-1.05625 -24.52336,-0.68758 -1.94899,0.48725 -0.57979,-5.24412 -0.22919,-6.64651 z" + id="path6226-6" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 374.65256,430.0385 c -0.46386,0.30755 -0.29852,6.66155 0.0735,9.77357 0.69771,1.34006 -0.75673,3.15055 0.0612,4.42669 1.06229,1.26575 17.96392,4.17448 30.99751,-2.71591 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 31.04308,-5.08128 36.16127,-5.63736 3.18189,-0.47001 6.34239,-1.12735 9.57135,-1.15937 2.18853,-0.0793 11.59494,2.01483 14.10855,3.03809 7.97815,3.2478 10.94211,1.92182 12.43548,2.40625 0.3507,-1.15174 0.96205,-3.0669 0.61838,-5.30434 -0.14728,-2.69526 0.80767,-8.85257 -0.22817,-10.57514 -0.86303,-0.73485 0.23011,-2.34712 -0.76943,-2.57144 -3.35671,0.5678 -9.25646,2.30332 -14.14181,3.90936 -4.29978,1.42531 -6.14948,2.85959 -9.02473,2.95456 -2.70396,0.83022 -9.61856,0.40802 -12.73297,0.33881 -6.61848,-1.45305 -13.54767,-4.88569 -20.73662,-6.10729 -3.89623,-0.29835 -11.99097,1.55012 -15.2184,3.40951 -5.12106,-2.50243 -16.63917,-4.01807 -20.88889,-4.38581 -15.49707,-1.34855 -27.70891,1.32477 -32.25937,2.52363 z" + id="path6228-8" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6230-9" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="display:inline;fill:#ffffff;fill-opacity:0" + inkscape:label="SeaMonkey" + id="g6232-5" /> + </g> + <rect + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:2.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6234-0" + width="77" + height="97" + x="-839.0788" + y="2017.8035" /> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6236-6" + width="34" + height="6" + x="-803.4809" + y="2042.6342" /> + <rect + y="2055.7947" + x="-803.4809" + height="6" + width="34" + id="rect6238-7" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + transform="matrix(6,0,0,6,-789.49671,2009.6419)" + id="g6240-5"> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -6.1094906,2.2138122 c -0.4746932,0.2235287 -0.7039488,0.4472004 -0.9583981,1.1549698 0,0 -0.2518508,0.9786182 0.1411573,2.077546 0.062649,0.1751776 0.3124074,0.5114979 0.3158367,0.5144027 0.1926119,0.1631971 0.3917544,0.2100055 0.5970346,0.2912278 0.00894,0.00354 0.017975,0.00648 0.026934,0.00996 0.072946,0.028296 0.1479664,0.055478 0.2222043,0.07965 0.142557,0.046424 0.2866583,0.083698 0.4331872,0.1145074 0.01716,0.0036 0.034416,0.00656 0.051623,0.00996 0.060943,0.012003 0.1225701,0.023118 0.1840486,0.032359 0.011921,0.00178 0.023972,0.00329 0.035912,0.00498 0.063183,0.00892 0.1271306,0.016436 0.1907817,0.022396 0.00674,6.321e-4 0.013453,0.00189 0.020201,0.0025 0.00599,5.117e-4 0.011965,-5.042e-4 0.017956,0 0.061497,0.00518 -0.4672144,-0.2495442 -0.4053701,-0.2471662 0.010565,4.064e-4 0.020849,0.00216 0.031423,0.00249 0.00966,2.784e-4 0.019514,-2.183e-4 0.029178,0 0.049372,0.00115 0.098601,6.622e-4 0.1481364,0 0.041816,-5.87e-4 0.1550997,0.4115523 0.197009,0.4096709 0.00743,-3.387e-4 0.015015,3.612e-4 0.022445,0 0.014204,-7.3e-4 0.028433,-0.00163 0.042645,-0.0025 0.050194,-0.00308 -0.4893136,-0.2670785 -0.4390367,-0.2720453 0.00968,-9.557e-4 0.019492,-0.00148 0.029178,-0.00249 0.018017,-0.00191 0.035844,-0.00531 0.053868,-0.00747 0.05324,-0.00637 0.1060924,-0.011401 0.1593584,-0.019912 0.00303,-4.892e-4 0.00595,-0.00201 0.00898,-0.00249 0.013375,-0.00218 0.027026,-0.00516 0.040401,-0.00747 0.057958,-0.010009 0.1171541,-0.019777 0.17507,-0.032367 0.00301,-6.472e-4 0.00596,-0.00183 0.00898,-0.00248 0.00747,-0.00165 0.014977,-0.0033 0.022445,-0.00498 0.066808,-0.015066 0.1331036,-0.031223 0.1997596,-0.049781 0.06885,-0.019182 0.1379025,-0.039275 0.2064933,-0.062235 0.00517,-0.00172 0.01054,-0.00322 0.015712,-0.00497 0.073802,-0.025015 0.1465824,-0.052686 0.2199601,-0.08214 0.071153,-0.028574 0.1419354,-0.060046 0.2109823,-0.092097 0.00217,-0.00102 0.00456,-0.00147 0.00673,-0.00249 0.029656,-0.013832 0.058276,-0.027859 0.087535,-0.042323 0.01847,-0.00924 0.035557,-0.020371 0.053868,-0.029861 0.030839,-0.015992 0.061639,-0.030666 0.092024,-0.047297 0.048425,-0.026512 0.3238784,-0.3777479 0.3949399,-0.5375661 0.4232235,-0.9518125 0.1007154,-2.0195096 0.1007154,-2.0195096 -0.2461525,-0.6612545 -0.406976,-0.891511 -0.9561532,-1.1549698 -0.6404429,-0.3072419 -1.4793156,-0.262029 -2.035754,0 z" + id="path6243-3" /> + <path + inkscape:connector-curvature="0" + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -5.5625,5.84375 c -0.418409,-7.5e-6 -0.75,0.5079543 -0.75,1.15625 -4.21e-5,0.014893 0.00159,0.016568 0,0.03125 L -6.53125,9 H -3.5625 L -3.78125,7.0625 c -0.00164,-0.015104 -3.8e-6,-0.015943 0,-0.03125 7e-7,-0.6482958 -0.3315928,-1.15625 -0.75,-1.15625 z" + id="path6248-4" /> + <path + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="5.9263177" + sodipodi:start="5.9358167" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path6251-3" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850-7)" + sodipodi:type="arc" /> + <path + inkscape:connector-curvature="0" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -4.375,5.96875 -4.125,9 H -3 L -3.3125,7.15625 c -0.00233,-0.014863 -4.5e-6,-0.047427 0,-0.0625 -7e-7,-0.6381967 -0.4680008,-1.125 -1.0625,-1.125 z" + id="path6253-1" /> + <path + inkscape:connector-curvature="0" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -5.75,5.9375 c -0.5944991,-2e-7 -1.0625,0.4844178 -1.0625,1.125 4.7e-6,0.015126 0.00233,0.047577 0,0.0625 L -7.125,9 H -6 Z" + id="path6255-9" /> + <path + sodipodi:type="arc" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6257-7" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:start="5.9358167" + sodipodi:end="5.9263177" + sodipodi:open="true" + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" /> + <path + inkscape:connector-curvature="0" + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395-0)" + d="m 263.78125,241.90625 c -21.73945,0.98399 -36.85128,21.73579 -41.28125,41.375 -6.49305,26.5762 2.68626,58.98264 27.71875,72.4375 17.35487,8.69641 38.91459,-0.83382 48.15625,-16.90625 18.406,-27.61355 14.12909,-69.41512 -12.5625,-90.15625 -6.4176,-4.42182 -14.18297,-7.13873 -22.03125,-6.75 z" + id="path6259-4" + transform="matrix(0.02975471,0,0,0.02995385,-12.927769,-4.385165)" /> + <path + inkscape:connector-curvature="0" + id="path6261-1" + d="m 198.40449,-30.85609 c 0.81789,-2.8937 0.32081,-1.1775 2.33145,-3.3993 1.8972,-2.0965 3.79548,-3.168 6.16049,-4.8311 0.39883,-0.2805 1.17513,-0.267 1.57464,-0.5465 2.55981,-1.7907 2.27479,0.0994 5.45044,-0.2814 2.54762,-0.3055 1.03231,-1.9691 3.3177,-1.0762 2.62559,1.0257 3.73303,1.7867 5.80816,3.6693 1.89214,1.7165 2.24127,1.7607 3.92721,3.7113 1.56394,1.8094 0.82239,-0.0968 2.03743,1.9369 1.01373,1.6966 4.58051,2.5198 4.93534,4.7084 0.2575,1.5882 -0.61744,2.005 -1.85423,1.1658 -4.08444,-2.7714 -7.90988,-5.5623 -12.2084,-8.0252 -2.9166,-1.6712 -4.25342,-2.295 -5.9927,0.6947 -1.73892,2.9891 -2.98982,6.493 -4.9614,9.3428 -3.29643,4.7649 -1.4494,-4.8585 -1.4494,-6.1327 0,-3.372 -2.34116,-1.2978 -4.15309,0 -1.68966,1.2102 -4.3947,2.5101 -6.43867,2.8028 -2.05176,0.2939 0.75127,-3.2977 -1.26795,-3.7166 -1.15282,-0.2391 0.88166,1.9658 1.25293,1.462 0.25022,-0.3396 1.21415,-1.2055 1.53005,-1.485 z" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542-9)" + sodipodi:nodetypes="cssssssssssssssssssc" + transform="matrix(0.07525459,0,0,0.07525459,-21.171894,5.7875842)" /> + <path + inkscape:connector-curvature="0" + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m -6.7368167,3.494555 c 0.06155,-0.2177642 0.21157,-0.4151043 0.3628799,-0.5823049 0.142773,-0.1577713 0.396758,-0.264249 0.5747359,-0.3894049 0.030014,-0.021109 0.060131,-0.042067 0.090196,-0.063101 0.1926375,-0.1347584 0.3693142,-0.2561817 0.6082964,-0.2848386 0.1917201,-0.02299 0.3461147,0.077031 0.5181008,0.1442254 0.1975877,0.077189 0.3850115,0.2152808 0.5411745,0.3569551 0.1423923,0.1291745 0.2800547,0.2588382 0.4069295,0.4056298 0.1176936,0.1361656 0.2043207,0.2940497 0.295758,0.447095 0.076288,0.1276769 0.1551389,0.3162198 0.090196,0.4579091 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 c -0.2480714,0.3585806 -0.109074,-0.3656244 -0.109074,-0.4615138 0,-0.2537585 -0.176183,-0.097665 -0.312539,0 -0.1271547,0.091073 -0.3307214,0.1888965 -0.4845395,0.2109236 -0.1544044,0.022117 -0.3241938,0.05316 -0.4761493,0.021636 -0.086755,-0.017993 -0.00487,-0.1730103 0.023073,-0.2109236 0.01883,-0.025556 0.047545,-0.042067 0.071318,-0.063101 z" + id="path6263-8" /> + </g> + <rect + y="2029.1611" + x="-803.4809" + height="6" + width="34" + id="rect6265-7" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + id="g6267-8" + transform="translate(-710.67651,1856.7132)"> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6269-6" + width="34" + height="6" + x="-92.804382" + y="231.42992" /> + <rect + y="244.59032" + x="-92.804382" + height="6" + width="34" + id="rect6271-0" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + transform="matrix(6,0,0,6,-78.820202,198.43754)" + id="g6273-8"> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -6.1094906,2.2138122 c -0.4746932,0.2235287 -0.7039488,0.4472004 -0.9583981,1.1549698 0,0 -0.2518508,0.9786182 0.1411573,2.077546 0.062649,0.1751776 0.3124074,0.5114979 0.3158367,0.5144027 0.1926119,0.1631971 0.3917544,0.2100055 0.5970346,0.2912278 0.00894,0.00354 0.017975,0.00648 0.026934,0.00996 0.072946,0.028296 0.1479664,0.055478 0.2222043,0.07965 0.142557,0.046424 0.2866583,0.083698 0.4331872,0.1145074 0.01716,0.0036 0.034416,0.00656 0.051623,0.00996 0.060943,0.012003 0.1225701,0.023118 0.1840486,0.032359 0.011921,0.00178 0.023972,0.00329 0.035912,0.00498 0.063183,0.00892 0.1271306,0.016436 0.1907817,0.022396 0.00674,6.321e-4 0.013453,0.00189 0.020201,0.0025 0.00599,5.117e-4 0.011965,-5.042e-4 0.017956,0 0.061497,0.00518 -0.4672144,-0.2495442 -0.4053701,-0.2471662 0.010565,4.064e-4 0.020849,0.00216 0.031423,0.00249 0.00966,2.784e-4 0.019514,-2.183e-4 0.029178,0 0.049372,0.00115 0.098601,6.622e-4 0.1481364,0 0.041816,-5.87e-4 0.1550997,0.4115523 0.197009,0.4096709 0.00743,-3.387e-4 0.015015,3.612e-4 0.022445,0 0.014204,-7.3e-4 0.028433,-0.00163 0.042645,-0.0025 0.050194,-0.00308 -0.4893136,-0.2670785 -0.4390367,-0.2720453 0.00968,-9.557e-4 0.019492,-0.00148 0.029178,-0.00249 0.018017,-0.00191 0.035844,-0.00531 0.053868,-0.00747 0.05324,-0.00637 0.1060924,-0.011401 0.1593584,-0.019912 0.00303,-4.892e-4 0.00595,-0.00201 0.00898,-0.00249 0.013375,-0.00218 0.027026,-0.00516 0.040401,-0.00747 0.057958,-0.010009 0.1171541,-0.019777 0.17507,-0.032367 0.00301,-6.472e-4 0.00596,-0.00183 0.00898,-0.00248 0.00747,-0.00165 0.014977,-0.0033 0.022445,-0.00498 0.066808,-0.015066 0.1331036,-0.031223 0.1997596,-0.049781 0.06885,-0.019182 0.1379025,-0.039275 0.2064933,-0.062235 0.00517,-0.00172 0.01054,-0.00322 0.015712,-0.00497 0.073802,-0.025015 0.1465824,-0.052686 0.2199601,-0.08214 0.071153,-0.028574 0.1419354,-0.060046 0.2109823,-0.092097 0.00217,-0.00102 0.00456,-0.00147 0.00673,-0.00249 0.029656,-0.013832 0.058276,-0.027859 0.087535,-0.042323 0.01847,-0.00924 0.035557,-0.020371 0.053868,-0.029861 0.030839,-0.015992 0.061639,-0.030666 0.092024,-0.047297 0.048425,-0.026512 0.3238784,-0.3777479 0.3949399,-0.5375661 0.4232235,-0.9518125 0.1007154,-2.0195096 0.1007154,-2.0195096 -0.2461525,-0.6612545 -0.406976,-0.891511 -0.9561532,-1.1549698 -0.6404429,-0.3072419 -1.4793156,-0.262029 -2.035754,0 z" + id="path6275-6" /> + <path + inkscape:connector-curvature="0" + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -5.5625,5.84375 c -0.418409,-7.5e-6 -0.75,0.5079543 -0.75,1.15625 -4.21e-5,0.014893 0.00159,0.016568 0,0.03125 L -6.53125,9 H -3.5625 L -3.78125,7.0625 c -0.00164,-0.015104 -3.8e-6,-0.015943 0,-0.03125 7e-7,-0.6482958 -0.3315928,-1.15625 -0.75,-1.15625 z" + id="path6277-0" /> + <path + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="5.9263177" + sodipodi:start="5.9358167" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path6279-5" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850-7)" + sodipodi:type="arc" /> + <path + inkscape:connector-curvature="0" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -4.375,5.96875 -4.125,9 H -3 L -3.3125,7.15625 c -0.00233,-0.014863 -4.5e-6,-0.047427 0,-0.0625 -7e-7,-0.6381967 -0.4680008,-1.125 -1.0625,-1.125 z" + id="path6281-1" /> + <path + inkscape:connector-curvature="0" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -5.75,5.9375 c -0.5944991,-2e-7 -1.0625,0.4844178 -1.0625,1.125 4.7e-6,0.015126 0.00233,0.047577 0,0.0625 L -7.125,9 H -6 Z" + id="path6283-1" /> + <path + sodipodi:type="arc" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6285-9" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:start="5.9358167" + sodipodi:end="5.9263177" + sodipodi:open="true" + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" /> + <path + inkscape:connector-curvature="0" + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395-0)" + d="m 263.78125,241.90625 c -21.73945,0.98399 -36.85128,21.73579 -41.28125,41.375 -6.49305,26.5762 2.68626,58.98264 27.71875,72.4375 17.35487,8.69641 38.91459,-0.83382 48.15625,-16.90625 18.406,-27.61355 14.12909,-69.41512 -12.5625,-90.15625 -6.4176,-4.42182 -14.18297,-7.13873 -22.03125,-6.75 z" + id="path6287-9" + transform="matrix(0.02975471,0,0,0.02995385,-12.927769,-4.385165)" /> + <path + inkscape:connector-curvature="0" + id="path6289-2" + d="m 198.40449,-30.85609 c 0.81789,-2.8937 0.32081,-1.1775 2.33145,-3.3993 1.8972,-2.0965 3.79548,-3.168 6.16049,-4.8311 0.39883,-0.2805 1.17513,-0.267 1.57464,-0.5465 2.55981,-1.7907 2.27479,0.0994 5.45044,-0.2814 2.54762,-0.3055 1.03231,-1.9691 3.3177,-1.0762 2.62559,1.0257 3.73303,1.7867 5.80816,3.6693 1.89214,1.7165 2.24127,1.7607 3.92721,3.7113 1.56394,1.8094 0.82239,-0.0968 2.03743,1.9369 1.01373,1.6966 4.58051,2.5198 4.93534,4.7084 0.2575,1.5882 -0.61744,2.005 -1.85423,1.1658 -4.08444,-2.7714 -7.90988,-5.5623 -12.2084,-8.0252 -2.9166,-1.6712 -4.25342,-2.295 -5.9927,0.6947 -1.73892,2.9891 -2.98982,6.493 -4.9614,9.3428 -3.29643,4.7649 -1.4494,-4.8585 -1.4494,-6.1327 0,-3.372 -2.34116,-1.2978 -4.15309,0 -1.68966,1.2102 -4.3947,2.5101 -6.43867,2.8028 -2.05176,0.2939 0.75127,-3.2977 -1.26795,-3.7166 -1.15282,-0.2391 0.88166,1.9658 1.25293,1.462 0.25022,-0.3396 1.21415,-1.2055 1.53005,-1.485 z" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542-9)" + sodipodi:nodetypes="cssssssssssssssssssc" + transform="matrix(0.07525459,0,0,0.07525459,-21.171894,5.7875842)" /> + <path + inkscape:connector-curvature="0" + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m -6.7368167,3.494555 c 0.06155,-0.2177642 0.21157,-0.4151043 0.3628799,-0.5823049 0.142773,-0.1577713 0.396758,-0.264249 0.5747359,-0.3894049 0.030014,-0.021109 0.060131,-0.042067 0.090196,-0.063101 0.1926375,-0.1347584 0.3693142,-0.2561817 0.6082964,-0.2848386 0.1917201,-0.02299 0.3461147,0.077031 0.5181008,0.1442254 0.1975877,0.077189 0.3850115,0.2152808 0.5411745,0.3569551 0.1423923,0.1291745 0.2800547,0.2588382 0.4069295,0.4056298 0.1176936,0.1361656 0.2043207,0.2940497 0.295758,0.447095 0.076288,0.1276769 0.1551389,0.3162198 0.090196,0.4579091 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 c -0.2480714,0.3585806 -0.109074,-0.3656244 -0.109074,-0.4615138 0,-0.2537585 -0.176183,-0.097665 -0.312539,0 -0.1271547,0.091073 -0.3307214,0.1888965 -0.4845395,0.2109236 -0.1544044,0.022117 -0.3241938,0.05316 -0.4761493,0.021636 -0.086755,-0.017993 -0.00487,-0.1730103 0.023073,-0.2109236 0.01883,-0.025556 0.047545,-0.042067 0.071318,-0.063101 z" + id="path6291-8" /> + </g> + <rect + y="217.95688" + x="-92.804382" + height="6" + width="34" + id="rect6293-7" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + id="g6337-8" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\mail-list-window-redo\try4-128.png" + inkscape:export-xdpi="90.00013" + inkscape:export-ydpi="90.00013" + transform="translate(1094.0761,-2380.7444)"> + <g + id="g6205-9" + transform="translate(-1238.3703,1628.5596)" + style="opacity:1;fill:#ffffff;fill-opacity:0"> + <g + style="display:inline;fill:#ffffff;fill-opacity:0" + inkscape:label="Shadow" + id="g6207-6" /> + <g + style="display:inline;fill:#ffffff;fill-opacity:0" + id="g6210-10" + inkscape:label="Background"> + <g + style="fill:#ffffff;fill-opacity:0" + id="g6213-5"> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6216-0" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 383.85677,470.3348 c -6.32473,-12.34953 -8.05387,-20.49647 -9.52788,-32.28418 3.81257,-0.10939 4.90008,-2.24285 31.45589,3.47223 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 13.05993,-0.67788 15.04445,-1.97661 1.98739,-0.88215 15.99863,-3.10467 21.11682,-3.66075 3.18189,-0.47001 4.50887,-1.12735 7.73783,-1.15937 11.35612,-5.35068 24.3651,-3.5214 29.52452,-2.34558 -0.1077,4.34882 -0.64329,10.45278 -1.44535,13.25753 -0.83486,3.95125 -1.25505,6.04479 -3.20764,9.5936 -0.86304,4.07813 -2.79707,6.71702 -5.82995,11.62656 -3.16637,4.95692 -8.85713,10.12649 -15.35852,15.5514 -4.35459,5.8898 -19.72031,9.02775 -22.94775,10.88715 -8.55892,2.31056 -17.1425,3.16792 -32.16414,-0.86687 -16.64504,-3.63918 -29.62612,-18.61585 -36.37142,-27.7713 z" + id="path6224-7" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 375.79574,423.19042 c 0.6654,-2.66163 2.25909,-8.13069 3.89624,-10.31356 2.73624,-3.64834 6.99051,-12.21676 10.08436,-16.5017 4.52016,-6.26037 18.25337,-14.60235 24.29417,-17.41846 9.3217,-4.34562 32.45573,-6.36135 45.37965,-0.45838 5.54058,2.53065 16.26536,8.07359 20.62713,12.60546 4.06502,4.22358 10.5201,11.73492 13.7514,18.33522 1.74906,3.57267 7.16364,17.7727 6.41732,17.87684 -4.71335,0.65767 -9.56876,2.38248 -14.43898,3.89623 -3.42766,1.06538 -9.31841,3.89624 -10.08436,3.89624 -3.43786,0 -15.4907,-0.83882 -19.0228,-0.68757 -3.52211,0.15082 -8.86547,0.0959 -10.54273,0.45837 -5.14771,1.11256 -13.46546,-0.10221 -18.33522,-2.97947 -9.24476,1.9224 -12.77368,3.34755 -27.27363,-1.37513 -12.22239,-3.98088 -23.04873,-1.05625 -24.52336,-0.68758 -1.94899,0.48725 -0.57979,-5.24412 -0.22919,-6.64651 z" + id="path6226-69" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 374.65256,430.0385 c -0.46386,0.30755 -0.29852,6.66155 0.0735,9.77357 0.69771,1.34006 -0.75673,3.15055 0.0612,4.42669 1.06229,1.26575 17.96392,4.17448 30.99751,-2.71591 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 31.04308,-5.08128 36.16127,-5.63736 3.18189,-0.47001 6.34239,-1.12735 9.57135,-1.15937 2.18853,-0.0793 11.59494,2.01483 14.10855,3.03809 7.97815,3.2478 10.94211,1.92182 12.43548,2.40625 0.3507,-1.15174 0.96205,-3.0669 0.61838,-5.30434 -0.14728,-2.69526 0.80767,-8.85257 -0.22817,-10.57514 -0.86303,-0.73485 0.23011,-2.34712 -0.76943,-2.57144 -3.35671,0.5678 -9.25646,2.30332 -14.14181,3.90936 -4.29978,1.42531 -6.14948,2.85959 -9.02473,2.95456 -2.70396,0.83022 -9.61856,0.40802 -12.73297,0.33881 -6.61848,-1.45305 -13.54767,-4.88569 -20.73662,-6.10729 -3.89623,-0.29835 -11.99097,1.55012 -15.2184,3.40951 -5.12106,-2.50243 -16.63917,-4.01807 -20.88889,-4.38581 -15.49707,-1.34855 -27.70891,1.32477 -32.25937,2.52363 z" + id="path6228-4" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6230-6" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="display:inline;fill:#ffffff;fill-opacity:0" + inkscape:label="SeaMonkey" + id="g6232-54" /> + </g> + <rect + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:2.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6234-7" + width="77" + height="97" + x="-839.0788" + y="2017.8035" /> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6236-3" + width="34" + height="6" + x="-803.4809" + y="2042.6342" /> + <rect + y="2055.7947" + x="-803.4809" + height="6" + width="34" + id="rect6238-72" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + transform="matrix(6,0,0,6,-789.49671,2009.6419)" + id="g6240-4"> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -6.1094906,2.2138122 c -0.4746932,0.2235287 -0.7039488,0.4472004 -0.9583981,1.1549698 0,0 -0.2518508,0.9786182 0.1411573,2.077546 0.062649,0.1751776 0.3124074,0.5114979 0.3158367,0.5144027 0.1926119,0.1631971 0.3917544,0.2100055 0.5970346,0.2912278 0.00894,0.00354 0.017975,0.00648 0.026934,0.00996 0.072946,0.028296 0.1479664,0.055478 0.2222043,0.07965 0.142557,0.046424 0.2866583,0.083698 0.4331872,0.1145074 0.01716,0.0036 0.034416,0.00656 0.051623,0.00996 0.060943,0.012003 0.1225701,0.023118 0.1840486,0.032359 0.011921,0.00178 0.023972,0.00329 0.035912,0.00498 0.063183,0.00892 0.1271306,0.016436 0.1907817,0.022396 0.00674,6.321e-4 0.013453,0.00189 0.020201,0.0025 0.00599,5.117e-4 0.011965,-5.042e-4 0.017956,0 0.061497,0.00518 -0.4672144,-0.2495442 -0.4053701,-0.2471662 0.010565,4.064e-4 0.020849,0.00216 0.031423,0.00249 0.00966,2.784e-4 0.019514,-2.183e-4 0.029178,0 0.049372,0.00115 0.098601,6.622e-4 0.1481364,0 0.041816,-5.87e-4 0.1550997,0.4115523 0.197009,0.4096709 0.00743,-3.387e-4 0.015015,3.612e-4 0.022445,0 0.014204,-7.3e-4 0.028433,-0.00163 0.042645,-0.0025 0.050194,-0.00308 -0.4893136,-0.2670785 -0.4390367,-0.2720453 0.00968,-9.557e-4 0.019492,-0.00148 0.029178,-0.00249 0.018017,-0.00191 0.035844,-0.00531 0.053868,-0.00747 0.05324,-0.00637 0.1060924,-0.011401 0.1593584,-0.019912 0.00303,-4.892e-4 0.00595,-0.00201 0.00898,-0.00249 0.013375,-0.00218 0.027026,-0.00516 0.040401,-0.00747 0.057958,-0.010009 0.1171541,-0.019777 0.17507,-0.032367 0.00301,-6.472e-4 0.00596,-0.00183 0.00898,-0.00248 0.00747,-0.00165 0.014977,-0.0033 0.022445,-0.00498 0.066808,-0.015066 0.1331036,-0.031223 0.1997596,-0.049781 0.06885,-0.019182 0.1379025,-0.039275 0.2064933,-0.062235 0.00517,-0.00172 0.01054,-0.00322 0.015712,-0.00497 0.073802,-0.025015 0.1465824,-0.052686 0.2199601,-0.08214 0.071153,-0.028574 0.1419354,-0.060046 0.2109823,-0.092097 0.00217,-0.00102 0.00456,-0.00147 0.00673,-0.00249 0.029656,-0.013832 0.058276,-0.027859 0.087535,-0.042323 0.01847,-0.00924 0.035557,-0.020371 0.053868,-0.029861 0.030839,-0.015992 0.061639,-0.030666 0.092024,-0.047297 0.048425,-0.026512 0.3238784,-0.3777479 0.3949399,-0.5375661 0.4232235,-0.9518125 0.1007154,-2.0195096 0.1007154,-2.0195096 -0.2461525,-0.6612545 -0.406976,-0.891511 -0.9561532,-1.1549698 -0.6404429,-0.3072419 -1.4793156,-0.262029 -2.035754,0 z" + id="path6243-8" /> + <path + inkscape:connector-curvature="0" + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -5.5625,5.84375 c -0.418409,-7.5e-6 -0.75,0.5079543 -0.75,1.15625 -4.21e-5,0.014893 0.00159,0.016568 0,0.03125 L -6.53125,9 H -3.5625 L -3.78125,7.0625 c -0.00164,-0.015104 -3.8e-6,-0.015943 0,-0.03125 7e-7,-0.6482958 -0.3315928,-1.15625 -0.75,-1.15625 z" + id="path6248-1" /> + <path + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="5.9263177" + sodipodi:start="5.9358167" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path6251-5" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850-0)" + sodipodi:type="arc" /> + <path + inkscape:connector-curvature="0" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -4.375,5.96875 -4.125,9 H -3 L -3.3125,7.15625 c -0.00233,-0.014863 -4.5e-6,-0.047427 0,-0.0625 -7e-7,-0.6381967 -0.4680008,-1.125 -1.0625,-1.125 z" + id="path6253-2" /> + <path + inkscape:connector-curvature="0" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -5.75,5.9375 c -0.5944991,-2e-7 -1.0625,0.4844178 -1.0625,1.125 4.7e-6,0.015126 0.00233,0.047577 0,0.0625 L -7.125,9 H -6 Z" + id="path6255-2" /> + <path + sodipodi:type="arc" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6257-4" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:start="5.9358167" + sodipodi:end="5.9263177" + sodipodi:open="true" + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" /> + <path + inkscape:connector-curvature="0" + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395-2)" + d="m 263.78125,241.90625 c -21.73945,0.98399 -36.85128,21.73579 -41.28125,41.375 -6.49305,26.5762 2.68626,58.98264 27.71875,72.4375 17.35487,8.69641 38.91459,-0.83382 48.15625,-16.90625 18.406,-27.61355 14.12909,-69.41512 -12.5625,-90.15625 -6.4176,-4.42182 -14.18297,-7.13873 -22.03125,-6.75 z" + id="path6259-3" + transform="matrix(0.02975471,0,0,0.02995385,-12.927769,-4.385165)" /> + <path + inkscape:connector-curvature="0" + id="path6261-17" + d="m 198.40449,-30.85609 c 0.81789,-2.8937 0.32081,-1.1775 2.33145,-3.3993 1.8972,-2.0965 3.79548,-3.168 6.16049,-4.8311 0.39883,-0.2805 1.17513,-0.267 1.57464,-0.5465 2.55981,-1.7907 2.27479,0.0994 5.45044,-0.2814 2.54762,-0.3055 1.03231,-1.9691 3.3177,-1.0762 2.62559,1.0257 3.73303,1.7867 5.80816,3.6693 1.89214,1.7165 2.24127,1.7607 3.92721,3.7113 1.56394,1.8094 0.82239,-0.0968 2.03743,1.9369 1.01373,1.6966 4.58051,2.5198 4.93534,4.7084 0.2575,1.5882 -0.61744,2.005 -1.85423,1.1658 -4.08444,-2.7714 -7.90988,-5.5623 -12.2084,-8.0252 -2.9166,-1.6712 -4.25342,-2.295 -5.9927,0.6947 -1.73892,2.9891 -2.98982,6.493 -4.9614,9.3428 -3.29643,4.7649 -1.4494,-4.8585 -1.4494,-6.1327 0,-3.372 -2.34116,-1.2978 -4.15309,0 -1.68966,1.2102 -4.3947,2.5101 -6.43867,2.8028 -2.05176,0.2939 0.75127,-3.2977 -1.26795,-3.7166 -1.15282,-0.2391 0.88166,1.9658 1.25293,1.462 0.25022,-0.3396 1.21415,-1.2055 1.53005,-1.485 z" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542-4)" + sodipodi:nodetypes="cssssssssssssssssssc" + transform="matrix(0.07525459,0,0,0.07525459,-21.171894,5.7875842)" /> + <path + inkscape:connector-curvature="0" + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m -6.7368167,3.494555 c 0.06155,-0.2177642 0.21157,-0.4151043 0.3628799,-0.5823049 0.142773,-0.1577713 0.396758,-0.264249 0.5747359,-0.3894049 0.030014,-0.021109 0.060131,-0.042067 0.090196,-0.063101 0.1926375,-0.1347584 0.3693142,-0.2561817 0.6082964,-0.2848386 0.1917201,-0.02299 0.3461147,0.077031 0.5181008,0.1442254 0.1975877,0.077189 0.3850115,0.2152808 0.5411745,0.3569551 0.1423923,0.1291745 0.2800547,0.2588382 0.4069295,0.4056298 0.1176936,0.1361656 0.2043207,0.2940497 0.295758,0.447095 0.076288,0.1276769 0.1551389,0.3162198 0.090196,0.4579091 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 c -0.2480714,0.3585806 -0.109074,-0.3656244 -0.109074,-0.4615138 0,-0.2537585 -0.176183,-0.097665 -0.312539,0 -0.1271547,0.091073 -0.3307214,0.1888965 -0.4845395,0.2109236 -0.1544044,0.022117 -0.3241938,0.05316 -0.4761493,0.021636 -0.086755,-0.017993 -0.00487,-0.1730103 0.023073,-0.2109236 0.01883,-0.025556 0.047545,-0.042067 0.071318,-0.063101 z" + id="path6263-7" /> + </g> + <rect + y="2029.1611" + x="-803.4809" + height="6" + width="34" + id="rect6265-79" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + id="g6267-5" + transform="translate(-710.67651,1856.7132)"> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6269-67" + width="34" + height="6" + x="-92.804382" + y="231.42992" /> + <rect + y="244.59032" + x="-92.804382" + height="6" + width="34" + id="rect6271-7" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + transform="matrix(6,0,0,6,-78.820202,198.43754)" + id="g6273-9"> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -6.1094906,2.2138122 c -0.4746932,0.2235287 -0.7039488,0.4472004 -0.9583981,1.1549698 0,0 -0.2518508,0.9786182 0.1411573,2.077546 0.062649,0.1751776 0.3124074,0.5114979 0.3158367,0.5144027 0.1926119,0.1631971 0.3917544,0.2100055 0.5970346,0.2912278 0.00894,0.00354 0.017975,0.00648 0.026934,0.00996 0.072946,0.028296 0.1479664,0.055478 0.2222043,0.07965 0.142557,0.046424 0.2866583,0.083698 0.4331872,0.1145074 0.01716,0.0036 0.034416,0.00656 0.051623,0.00996 0.060943,0.012003 0.1225701,0.023118 0.1840486,0.032359 0.011921,0.00178 0.023972,0.00329 0.035912,0.00498 0.063183,0.00892 0.1271306,0.016436 0.1907817,0.022396 0.00674,6.321e-4 0.013453,0.00189 0.020201,0.0025 0.00599,5.117e-4 0.011965,-5.042e-4 0.017956,0 0.061497,0.00518 -0.4672144,-0.2495442 -0.4053701,-0.2471662 0.010565,4.064e-4 0.020849,0.00216 0.031423,0.00249 0.00966,2.784e-4 0.019514,-2.183e-4 0.029178,0 0.049372,0.00115 0.098601,6.622e-4 0.1481364,0 0.041816,-5.87e-4 0.1550997,0.4115523 0.197009,0.4096709 0.00743,-3.387e-4 0.015015,3.612e-4 0.022445,0 0.014204,-7.3e-4 0.028433,-0.00163 0.042645,-0.0025 0.050194,-0.00308 -0.4893136,-0.2670785 -0.4390367,-0.2720453 0.00968,-9.557e-4 0.019492,-0.00148 0.029178,-0.00249 0.018017,-0.00191 0.035844,-0.00531 0.053868,-0.00747 0.05324,-0.00637 0.1060924,-0.011401 0.1593584,-0.019912 0.00303,-4.892e-4 0.00595,-0.00201 0.00898,-0.00249 0.013375,-0.00218 0.027026,-0.00516 0.040401,-0.00747 0.057958,-0.010009 0.1171541,-0.019777 0.17507,-0.032367 0.00301,-6.472e-4 0.00596,-0.00183 0.00898,-0.00248 0.00747,-0.00165 0.014977,-0.0033 0.022445,-0.00498 0.066808,-0.015066 0.1331036,-0.031223 0.1997596,-0.049781 0.06885,-0.019182 0.1379025,-0.039275 0.2064933,-0.062235 0.00517,-0.00172 0.01054,-0.00322 0.015712,-0.00497 0.073802,-0.025015 0.1465824,-0.052686 0.2199601,-0.08214 0.071153,-0.028574 0.1419354,-0.060046 0.2109823,-0.092097 0.00217,-0.00102 0.00456,-0.00147 0.00673,-0.00249 0.029656,-0.013832 0.058276,-0.027859 0.087535,-0.042323 0.01847,-0.00924 0.035557,-0.020371 0.053868,-0.029861 0.030839,-0.015992 0.061639,-0.030666 0.092024,-0.047297 0.048425,-0.026512 0.3238784,-0.3777479 0.3949399,-0.5375661 0.4232235,-0.9518125 0.1007154,-2.0195096 0.1007154,-2.0195096 -0.2461525,-0.6612545 -0.406976,-0.891511 -0.9561532,-1.1549698 -0.6404429,-0.3072419 -1.4793156,-0.262029 -2.035754,0 z" + id="path6275-3" /> + <path + inkscape:connector-curvature="0" + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -5.5625,5.84375 c -0.418409,-7.5e-6 -0.75,0.5079543 -0.75,1.15625 -4.21e-5,0.014893 0.00159,0.016568 0,0.03125 L -6.53125,9 H -3.5625 L -3.78125,7.0625 c -0.00164,-0.015104 -3.8e-6,-0.015943 0,-0.03125 7e-7,-0.6482958 -0.3315928,-1.15625 -0.75,-1.15625 z" + id="path6277-9" /> + <path + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="5.9263177" + sodipodi:start="5.9358167" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path6279-6" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850-0)" + sodipodi:type="arc" /> + <path + inkscape:connector-curvature="0" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -4.375,5.96875 -4.125,9 H -3 L -3.3125,7.15625 c -0.00233,-0.014863 -4.5e-6,-0.047427 0,-0.0625 -7e-7,-0.6381967 -0.4680008,-1.125 -1.0625,-1.125 z" + id="path6281-18" /> + <path + inkscape:connector-curvature="0" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -5.75,5.9375 c -0.5944991,-2e-7 -1.0625,0.4844178 -1.0625,1.125 4.7e-6,0.015126 0.00233,0.047577 0,0.0625 L -7.125,9 H -6 Z" + id="path6283-2" /> + <path + sodipodi:type="arc" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6285-8" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:start="5.9358167" + sodipodi:end="5.9263177" + sodipodi:open="true" + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" /> + <path + inkscape:connector-curvature="0" + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395-2)" + d="m 263.78125,241.90625 c -21.73945,0.98399 -36.85128,21.73579 -41.28125,41.375 -6.49305,26.5762 2.68626,58.98264 27.71875,72.4375 17.35487,8.69641 38.91459,-0.83382 48.15625,-16.90625 18.406,-27.61355 14.12909,-69.41512 -12.5625,-90.15625 -6.4176,-4.42182 -14.18297,-7.13873 -22.03125,-6.75 z" + id="path6287-6" + transform="matrix(0.02975471,0,0,0.02995385,-12.927769,-4.385165)" /> + <path + inkscape:connector-curvature="0" + id="path6289-9" + d="m 198.40449,-30.85609 c 0.81789,-2.8937 0.32081,-1.1775 2.33145,-3.3993 1.8972,-2.0965 3.79548,-3.168 6.16049,-4.8311 0.39883,-0.2805 1.17513,-0.267 1.57464,-0.5465 2.55981,-1.7907 2.27479,0.0994 5.45044,-0.2814 2.54762,-0.3055 1.03231,-1.9691 3.3177,-1.0762 2.62559,1.0257 3.73303,1.7867 5.80816,3.6693 1.89214,1.7165 2.24127,1.7607 3.92721,3.7113 1.56394,1.8094 0.82239,-0.0968 2.03743,1.9369 1.01373,1.6966 4.58051,2.5198 4.93534,4.7084 0.2575,1.5882 -0.61744,2.005 -1.85423,1.1658 -4.08444,-2.7714 -7.90988,-5.5623 -12.2084,-8.0252 -2.9166,-1.6712 -4.25342,-2.295 -5.9927,0.6947 -1.73892,2.9891 -2.98982,6.493 -4.9614,9.3428 -3.29643,4.7649 -1.4494,-4.8585 -1.4494,-6.1327 0,-3.372 -2.34116,-1.2978 -4.15309,0 -1.68966,1.2102 -4.3947,2.5101 -6.43867,2.8028 -2.05176,0.2939 0.75127,-3.2977 -1.26795,-3.7166 -1.15282,-0.2391 0.88166,1.9658 1.25293,1.462 0.25022,-0.3396 1.21415,-1.2055 1.53005,-1.485 z" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542-4)" + sodipodi:nodetypes="cssssssssssssssssssc" + transform="matrix(0.07525459,0,0,0.07525459,-21.171894,5.7875842)" /> + <path + inkscape:connector-curvature="0" + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m -6.7368167,3.494555 c 0.06155,-0.2177642 0.21157,-0.4151043 0.3628799,-0.5823049 0.142773,-0.1577713 0.396758,-0.264249 0.5747359,-0.3894049 0.030014,-0.021109 0.060131,-0.042067 0.090196,-0.063101 0.1926375,-0.1347584 0.3693142,-0.2561817 0.6082964,-0.2848386 0.1917201,-0.02299 0.3461147,0.077031 0.5181008,0.1442254 0.1975877,0.077189 0.3850115,0.2152808 0.5411745,0.3569551 0.1423923,0.1291745 0.2800547,0.2588382 0.4069295,0.4056298 0.1176936,0.1361656 0.2043207,0.2940497 0.295758,0.447095 0.076288,0.1276769 0.1551389,0.3162198 0.090196,0.4579091 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 c -0.2480714,0.3585806 -0.109074,-0.3656244 -0.109074,-0.4615138 0,-0.2537585 -0.176183,-0.097665 -0.312539,0 -0.1271547,0.091073 -0.3307214,0.1888965 -0.4845395,0.2109236 -0.1544044,0.022117 -0.3241938,0.05316 -0.4761493,0.021636 -0.086755,-0.017993 -0.00487,-0.1730103 0.023073,-0.2109236 0.01883,-0.025556 0.047545,-0.042067 0.071318,-0.063101 z" + id="path6291-5" /> + </g> + <rect + y="217.95688" + x="-92.804382" + height="6" + width="34" + id="rect6293-1" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + id="g6337-9" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\mail-list-window-redo\try4-128.png" + inkscape:export-xdpi="90.00013" + inkscape:export-ydpi="90.00013" + transform="translate(1094.0761,-2380.7444)"> + <g + id="g6205-5" + transform="translate(-1238.3703,1628.5596)" + style="opacity:1;fill:#ffffff;fill-opacity:0"> + <g + style="display:inline;fill:#ffffff;fill-opacity:0" + inkscape:label="Shadow" + id="g6207-0" /> + <g + style="display:inline;fill:#ffffff;fill-opacity:0" + id="g6210-4" + inkscape:label="Background"> + <g + style="fill:#ffffff;fill-opacity:0" + id="g6213-6"> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6216-7" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 383.85677,470.3348 c -6.32473,-12.34953 -8.05387,-20.49647 -9.52788,-32.28418 3.81257,-0.10939 4.90008,-2.24285 31.45589,3.47223 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 13.05993,-0.67788 15.04445,-1.97661 1.98739,-0.88215 15.99863,-3.10467 21.11682,-3.66075 3.18189,-0.47001 4.50887,-1.12735 7.73783,-1.15937 11.35612,-5.35068 24.3651,-3.5214 29.52452,-2.34558 -0.1077,4.34882 -0.64329,10.45278 -1.44535,13.25753 -0.83486,3.95125 -1.25505,6.04479 -3.20764,9.5936 -0.86304,4.07813 -2.79707,6.71702 -5.82995,11.62656 -3.16637,4.95692 -8.85713,10.12649 -15.35852,15.5514 -4.35459,5.8898 -19.72031,9.02775 -22.94775,10.88715 -8.55892,2.31056 -17.1425,3.16792 -32.16414,-0.86687 -16.64504,-3.63918 -29.62612,-18.61585 -36.37142,-27.7713 z" + id="path6224-1" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 375.79574,423.19042 c 0.6654,-2.66163 2.25909,-8.13069 3.89624,-10.31356 2.73624,-3.64834 6.99051,-12.21676 10.08436,-16.5017 4.52016,-6.26037 18.25337,-14.60235 24.29417,-17.41846 9.3217,-4.34562 32.45573,-6.36135 45.37965,-0.45838 5.54058,2.53065 16.26536,8.07359 20.62713,12.60546 4.06502,4.22358 10.5201,11.73492 13.7514,18.33522 1.74906,3.57267 7.16364,17.7727 6.41732,17.87684 -4.71335,0.65767 -9.56876,2.38248 -14.43898,3.89623 -3.42766,1.06538 -9.31841,3.89624 -10.08436,3.89624 -3.43786,0 -15.4907,-0.83882 -19.0228,-0.68757 -3.52211,0.15082 -8.86547,0.0959 -10.54273,0.45837 -5.14771,1.11256 -13.46546,-0.10221 -18.33522,-2.97947 -9.24476,1.9224 -12.77368,3.34755 -27.27363,-1.37513 -12.22239,-3.98088 -23.04873,-1.05625 -24.52336,-0.68758 -1.94899,0.48725 -0.57979,-5.24412 -0.22919,-6.64651 z" + id="path6226-68" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 374.65256,430.0385 c -0.46386,0.30755 -0.29852,6.66155 0.0735,9.77357 0.69771,1.34006 -0.75673,3.15055 0.0612,4.42669 1.06229,1.26575 17.96392,4.17448 30.99751,-2.71591 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 31.04308,-5.08128 36.16127,-5.63736 3.18189,-0.47001 6.34239,-1.12735 9.57135,-1.15937 2.18853,-0.0793 11.59494,2.01483 14.10855,3.03809 7.97815,3.2478 10.94211,1.92182 12.43548,2.40625 0.3507,-1.15174 0.96205,-3.0669 0.61838,-5.30434 -0.14728,-2.69526 0.80767,-8.85257 -0.22817,-10.57514 -0.86303,-0.73485 0.23011,-2.34712 -0.76943,-2.57144 -3.35671,0.5678 -9.25646,2.30332 -14.14181,3.90936 -4.29978,1.42531 -6.14948,2.85959 -9.02473,2.95456 -2.70396,0.83022 -9.61856,0.40802 -12.73297,0.33881 -6.61848,-1.45305 -13.54767,-4.88569 -20.73662,-6.10729 -3.89623,-0.29835 -11.99097,1.55012 -15.2184,3.40951 -5.12106,-2.50243 -16.63917,-4.01807 -20.88889,-4.38581 -15.49707,-1.34855 -27.70891,1.32477 -32.25937,2.52363 z" + id="path6228-7" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6230-2" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="display:inline;fill:#ffffff;fill-opacity:0" + inkscape:label="SeaMonkey" + id="g6232-7" /> + </g> + <rect + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:2.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6234-6" + width="77" + height="97" + x="-839.0788" + y="2017.8035" /> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6236-30" + width="34" + height="6" + x="-803.4809" + y="2042.6342" /> + <rect + y="2055.7947" + x="-803.4809" + height="6" + width="34" + id="rect6238-71" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + transform="matrix(6,0,0,6,-789.49671,2009.6419)" + id="g6240-46"> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -6.1094906,2.2138122 c -0.4746932,0.2235287 -0.7039488,0.4472004 -0.9583981,1.1549698 0,0 -0.2518508,0.9786182 0.1411573,2.077546 0.062649,0.1751776 0.3124074,0.5114979 0.3158367,0.5144027 0.1926119,0.1631971 0.3917544,0.2100055 0.5970346,0.2912278 0.00894,0.00354 0.017975,0.00648 0.026934,0.00996 0.072946,0.028296 0.1479664,0.055478 0.2222043,0.07965 0.142557,0.046424 0.2866583,0.083698 0.4331872,0.1145074 0.01716,0.0036 0.034416,0.00656 0.051623,0.00996 0.060943,0.012003 0.1225701,0.023118 0.1840486,0.032359 0.011921,0.00178 0.023972,0.00329 0.035912,0.00498 0.063183,0.00892 0.1271306,0.016436 0.1907817,0.022396 0.00674,6.321e-4 0.013453,0.00189 0.020201,0.0025 0.00599,5.117e-4 0.011965,-5.042e-4 0.017956,0 0.061497,0.00518 -0.4672144,-0.2495442 -0.4053701,-0.2471662 0.010565,4.064e-4 0.020849,0.00216 0.031423,0.00249 0.00966,2.784e-4 0.019514,-2.183e-4 0.029178,0 0.049372,0.00115 0.098601,6.622e-4 0.1481364,0 0.041816,-5.87e-4 0.1550997,0.4115523 0.197009,0.4096709 0.00743,-3.387e-4 0.015015,3.612e-4 0.022445,0 0.014204,-7.3e-4 0.028433,-0.00163 0.042645,-0.0025 0.050194,-0.00308 -0.4893136,-0.2670785 -0.4390367,-0.2720453 0.00968,-9.557e-4 0.019492,-0.00148 0.029178,-0.00249 0.018017,-0.00191 0.035844,-0.00531 0.053868,-0.00747 0.05324,-0.00637 0.1060924,-0.011401 0.1593584,-0.019912 0.00303,-4.892e-4 0.00595,-0.00201 0.00898,-0.00249 0.013375,-0.00218 0.027026,-0.00516 0.040401,-0.00747 0.057958,-0.010009 0.1171541,-0.019777 0.17507,-0.032367 0.00301,-6.472e-4 0.00596,-0.00183 0.00898,-0.00248 0.00747,-0.00165 0.014977,-0.0033 0.022445,-0.00498 0.066808,-0.015066 0.1331036,-0.031223 0.1997596,-0.049781 0.06885,-0.019182 0.1379025,-0.039275 0.2064933,-0.062235 0.00517,-0.00172 0.01054,-0.00322 0.015712,-0.00497 0.073802,-0.025015 0.1465824,-0.052686 0.2199601,-0.08214 0.071153,-0.028574 0.1419354,-0.060046 0.2109823,-0.092097 0.00217,-0.00102 0.00456,-0.00147 0.00673,-0.00249 0.029656,-0.013832 0.058276,-0.027859 0.087535,-0.042323 0.01847,-0.00924 0.035557,-0.020371 0.053868,-0.029861 0.030839,-0.015992 0.061639,-0.030666 0.092024,-0.047297 0.048425,-0.026512 0.3238784,-0.3777479 0.3949399,-0.5375661 0.4232235,-0.9518125 0.1007154,-2.0195096 0.1007154,-2.0195096 -0.2461525,-0.6612545 -0.406976,-0.891511 -0.9561532,-1.1549698 -0.6404429,-0.3072419 -1.4793156,-0.262029 -2.035754,0 z" + id="path6243-6" /> + <path + inkscape:connector-curvature="0" + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -5.5625,5.84375 c -0.418409,-7.5e-6 -0.75,0.5079543 -0.75,1.15625 -4.21e-5,0.014893 0.00159,0.016568 0,0.03125 L -6.53125,9 H -3.5625 L -3.78125,7.0625 c -0.00164,-0.015104 -3.8e-6,-0.015943 0,-0.03125 7e-7,-0.6482958 -0.3315928,-1.15625 -0.75,-1.15625 z" + id="path6248-2" /> + <path + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="5.9263177" + sodipodi:start="5.9358167" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path6251-4" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850-6)" + sodipodi:type="arc" /> + <path + inkscape:connector-curvature="0" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -4.375,5.96875 -4.125,9 H -3 L -3.3125,7.15625 c -0.00233,-0.014863 -4.5e-6,-0.047427 0,-0.0625 -7e-7,-0.6381967 -0.4680008,-1.125 -1.0625,-1.125 z" + id="path6253-7" /> + <path + inkscape:connector-curvature="0" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -5.75,5.9375 c -0.5944991,-2e-7 -1.0625,0.4844178 -1.0625,1.125 4.7e-6,0.015126 0.00233,0.047577 0,0.0625 L -7.125,9 H -6 Z" + id="path6255-95" /> + <path + sodipodi:type="arc" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6257-5" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:start="5.9358167" + sodipodi:end="5.9263177" + sodipodi:open="true" + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" /> + <path + inkscape:connector-curvature="0" + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395-8)" + d="m 263.78125,241.90625 c -21.73945,0.98399 -36.85128,21.73579 -41.28125,41.375 -6.49305,26.5762 2.68626,58.98264 27.71875,72.4375 17.35487,8.69641 38.91459,-0.83382 48.15625,-16.90625 18.406,-27.61355 14.12909,-69.41512 -12.5625,-90.15625 -6.4176,-4.42182 -14.18297,-7.13873 -22.03125,-6.75 z" + id="path6259-8" + transform="matrix(0.02975471,0,0,0.02995385,-12.927769,-4.385165)" /> + <path + inkscape:connector-curvature="0" + id="path6261-3" + d="m 198.40449,-30.85609 c 0.81789,-2.8937 0.32081,-1.1775 2.33145,-3.3993 1.8972,-2.0965 3.79548,-3.168 6.16049,-4.8311 0.39883,-0.2805 1.17513,-0.267 1.57464,-0.5465 2.55981,-1.7907 2.27479,0.0994 5.45044,-0.2814 2.54762,-0.3055 1.03231,-1.9691 3.3177,-1.0762 2.62559,1.0257 3.73303,1.7867 5.80816,3.6693 1.89214,1.7165 2.24127,1.7607 3.92721,3.7113 1.56394,1.8094 0.82239,-0.0968 2.03743,1.9369 1.01373,1.6966 4.58051,2.5198 4.93534,4.7084 0.2575,1.5882 -0.61744,2.005 -1.85423,1.1658 -4.08444,-2.7714 -7.90988,-5.5623 -12.2084,-8.0252 -2.9166,-1.6712 -4.25342,-2.295 -5.9927,0.6947 -1.73892,2.9891 -2.98982,6.493 -4.9614,9.3428 -3.29643,4.7649 -1.4494,-4.8585 -1.4494,-6.1327 0,-3.372 -2.34116,-1.2978 -4.15309,0 -1.68966,1.2102 -4.3947,2.5101 -6.43867,2.8028 -2.05176,0.2939 0.75127,-3.2977 -1.26795,-3.7166 -1.15282,-0.2391 0.88166,1.9658 1.25293,1.462 0.25022,-0.3396 1.21415,-1.2055 1.53005,-1.485 z" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542-1)" + sodipodi:nodetypes="cssssssssssssssssssc" + transform="matrix(0.07525459,0,0,0.07525459,-21.171894,5.7875842)" /> + <path + inkscape:connector-curvature="0" + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m -6.7368167,3.494555 c 0.06155,-0.2177642 0.21157,-0.4151043 0.3628799,-0.5823049 0.142773,-0.1577713 0.396758,-0.264249 0.5747359,-0.3894049 0.030014,-0.021109 0.060131,-0.042067 0.090196,-0.063101 0.1926375,-0.1347584 0.3693142,-0.2561817 0.6082964,-0.2848386 0.1917201,-0.02299 0.3461147,0.077031 0.5181008,0.1442254 0.1975877,0.077189 0.3850115,0.2152808 0.5411745,0.3569551 0.1423923,0.1291745 0.2800547,0.2588382 0.4069295,0.4056298 0.1176936,0.1361656 0.2043207,0.2940497 0.295758,0.447095 0.076288,0.1276769 0.1551389,0.3162198 0.090196,0.4579091 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 c -0.2480714,0.3585806 -0.109074,-0.3656244 -0.109074,-0.4615138 0,-0.2537585 -0.176183,-0.097665 -0.312539,0 -0.1271547,0.091073 -0.3307214,0.1888965 -0.4845395,0.2109236 -0.1544044,0.022117 -0.3241938,0.05316 -0.4761493,0.021636 -0.086755,-0.017993 -0.00487,-0.1730103 0.023073,-0.2109236 0.01883,-0.025556 0.047545,-0.042067 0.071318,-0.063101 z" + id="path6263-1" /> + </g> + <rect + y="2029.1611" + x="-803.4809" + height="6" + width="34" + id="rect6265-1" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + id="g6267-9" + transform="translate(-710.67651,1856.7132)"> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6269-0" + width="34" + height="6" + x="-92.804382" + y="231.42992" /> + <rect + y="244.59032" + x="-92.804382" + height="6" + width="34" + id="rect6271-6" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + transform="matrix(6,0,0,6,-78.820202,198.43754)" + id="g6273-96"> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -6.1094906,2.2138122 c -0.4746932,0.2235287 -0.7039488,0.4472004 -0.9583981,1.1549698 0,0 -0.2518508,0.9786182 0.1411573,2.077546 0.062649,0.1751776 0.3124074,0.5114979 0.3158367,0.5144027 0.1926119,0.1631971 0.3917544,0.2100055 0.5970346,0.2912278 0.00894,0.00354 0.017975,0.00648 0.026934,0.00996 0.072946,0.028296 0.1479664,0.055478 0.2222043,0.07965 0.142557,0.046424 0.2866583,0.083698 0.4331872,0.1145074 0.01716,0.0036 0.034416,0.00656 0.051623,0.00996 0.060943,0.012003 0.1225701,0.023118 0.1840486,0.032359 0.011921,0.00178 0.023972,0.00329 0.035912,0.00498 0.063183,0.00892 0.1271306,0.016436 0.1907817,0.022396 0.00674,6.321e-4 0.013453,0.00189 0.020201,0.0025 0.00599,5.117e-4 0.011965,-5.042e-4 0.017956,0 0.061497,0.00518 -0.4672144,-0.2495442 -0.4053701,-0.2471662 0.010565,4.064e-4 0.020849,0.00216 0.031423,0.00249 0.00966,2.784e-4 0.019514,-2.183e-4 0.029178,0 0.049372,0.00115 0.098601,6.622e-4 0.1481364,0 0.041816,-5.87e-4 0.1550997,0.4115523 0.197009,0.4096709 0.00743,-3.387e-4 0.015015,3.612e-4 0.022445,0 0.014204,-7.3e-4 0.028433,-0.00163 0.042645,-0.0025 0.050194,-0.00308 -0.4893136,-0.2670785 -0.4390367,-0.2720453 0.00968,-9.557e-4 0.019492,-0.00148 0.029178,-0.00249 0.018017,-0.00191 0.035844,-0.00531 0.053868,-0.00747 0.05324,-0.00637 0.1060924,-0.011401 0.1593584,-0.019912 0.00303,-4.892e-4 0.00595,-0.00201 0.00898,-0.00249 0.013375,-0.00218 0.027026,-0.00516 0.040401,-0.00747 0.057958,-0.010009 0.1171541,-0.019777 0.17507,-0.032367 0.00301,-6.472e-4 0.00596,-0.00183 0.00898,-0.00248 0.00747,-0.00165 0.014977,-0.0033 0.022445,-0.00498 0.066808,-0.015066 0.1331036,-0.031223 0.1997596,-0.049781 0.06885,-0.019182 0.1379025,-0.039275 0.2064933,-0.062235 0.00517,-0.00172 0.01054,-0.00322 0.015712,-0.00497 0.073802,-0.025015 0.1465824,-0.052686 0.2199601,-0.08214 0.071153,-0.028574 0.1419354,-0.060046 0.2109823,-0.092097 0.00217,-0.00102 0.00456,-0.00147 0.00673,-0.00249 0.029656,-0.013832 0.058276,-0.027859 0.087535,-0.042323 0.01847,-0.00924 0.035557,-0.020371 0.053868,-0.029861 0.030839,-0.015992 0.061639,-0.030666 0.092024,-0.047297 0.048425,-0.026512 0.3238784,-0.3777479 0.3949399,-0.5375661 0.4232235,-0.9518125 0.1007154,-2.0195096 0.1007154,-2.0195096 -0.2461525,-0.6612545 -0.406976,-0.891511 -0.9561532,-1.1549698 -0.6404429,-0.3072419 -1.4793156,-0.262029 -2.035754,0 z" + id="path6275-5" /> + <path + inkscape:connector-curvature="0" + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -5.5625,5.84375 c -0.418409,-7.5e-6 -0.75,0.5079543 -0.75,1.15625 -4.21e-5,0.014893 0.00159,0.016568 0,0.03125 L -6.53125,9 H -3.5625 L -3.78125,7.0625 c -0.00164,-0.015104 -3.8e-6,-0.015943 0,-0.03125 7e-7,-0.6482958 -0.3315928,-1.15625 -0.75,-1.15625 z" + id="path6277-8" /> + <path + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="5.9263177" + sodipodi:start="5.9358167" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path6279-8" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850-6)" + sodipodi:type="arc" /> + <path + inkscape:connector-curvature="0" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -4.375,5.96875 -4.125,9 H -3 L -3.3125,7.15625 c -0.00233,-0.014863 -4.5e-6,-0.047427 0,-0.0625 -7e-7,-0.6381967 -0.4680008,-1.125 -1.0625,-1.125 z" + id="path6281-187" /> + <path + inkscape:connector-curvature="0" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -5.75,5.9375 c -0.5944991,-2e-7 -1.0625,0.4844178 -1.0625,1.125 4.7e-6,0.015126 0.00233,0.047577 0,0.0625 L -7.125,9 H -6 Z" + id="path6283-5" /> + <path + sodipodi:type="arc" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6285-5" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:start="5.9358167" + sodipodi:end="5.9263177" + sodipodi:open="true" + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" /> + <path + inkscape:connector-curvature="0" + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395-8)" + d="m 263.78125,241.90625 c -21.73945,0.98399 -36.85128,21.73579 -41.28125,41.375 -6.49305,26.5762 2.68626,58.98264 27.71875,72.4375 17.35487,8.69641 38.91459,-0.83382 48.15625,-16.90625 18.406,-27.61355 14.12909,-69.41512 -12.5625,-90.15625 -6.4176,-4.42182 -14.18297,-7.13873 -22.03125,-6.75 z" + id="path6287-5" + transform="matrix(0.02975471,0,0,0.02995385,-12.927769,-4.385165)" /> + <path + inkscape:connector-curvature="0" + id="path6289-1" + d="m 198.40449,-30.85609 c 0.81789,-2.8937 0.32081,-1.1775 2.33145,-3.3993 1.8972,-2.0965 3.79548,-3.168 6.16049,-4.8311 0.39883,-0.2805 1.17513,-0.267 1.57464,-0.5465 2.55981,-1.7907 2.27479,0.0994 5.45044,-0.2814 2.54762,-0.3055 1.03231,-1.9691 3.3177,-1.0762 2.62559,1.0257 3.73303,1.7867 5.80816,3.6693 1.89214,1.7165 2.24127,1.7607 3.92721,3.7113 1.56394,1.8094 0.82239,-0.0968 2.03743,1.9369 1.01373,1.6966 4.58051,2.5198 4.93534,4.7084 0.2575,1.5882 -0.61744,2.005 -1.85423,1.1658 -4.08444,-2.7714 -7.90988,-5.5623 -12.2084,-8.0252 -2.9166,-1.6712 -4.25342,-2.295 -5.9927,0.6947 -1.73892,2.9891 -2.98982,6.493 -4.9614,9.3428 -3.29643,4.7649 -1.4494,-4.8585 -1.4494,-6.1327 0,-3.372 -2.34116,-1.2978 -4.15309,0 -1.68966,1.2102 -4.3947,2.5101 -6.43867,2.8028 -2.05176,0.2939 0.75127,-3.2977 -1.26795,-3.7166 -1.15282,-0.2391 0.88166,1.9658 1.25293,1.462 0.25022,-0.3396 1.21415,-1.2055 1.53005,-1.485 z" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542-1)" + sodipodi:nodetypes="cssssssssssssssssssc" + transform="matrix(0.07525459,0,0,0.07525459,-21.171894,5.7875842)" /> + <path + inkscape:connector-curvature="0" + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m -6.7368167,3.494555 c 0.06155,-0.2177642 0.21157,-0.4151043 0.3628799,-0.5823049 0.142773,-0.1577713 0.396758,-0.264249 0.5747359,-0.3894049 0.030014,-0.021109 0.060131,-0.042067 0.090196,-0.063101 0.1926375,-0.1347584 0.3693142,-0.2561817 0.6082964,-0.2848386 0.1917201,-0.02299 0.3461147,0.077031 0.5181008,0.1442254 0.1975877,0.077189 0.3850115,0.2152808 0.5411745,0.3569551 0.1423923,0.1291745 0.2800547,0.2588382 0.4069295,0.4056298 0.1176936,0.1361656 0.2043207,0.2940497 0.295758,0.447095 0.076288,0.1276769 0.1551389,0.3162198 0.090196,0.4579091 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 c -0.2480714,0.3585806 -0.109074,-0.3656244 -0.109074,-0.4615138 0,-0.2537585 -0.176183,-0.097665 -0.312539,0 -0.1271547,0.091073 -0.3307214,0.1888965 -0.4845395,0.2109236 -0.1544044,0.022117 -0.3241938,0.05316 -0.4761493,0.021636 -0.086755,-0.017993 -0.00487,-0.1730103 0.023073,-0.2109236 0.01883,-0.025556 0.047545,-0.042067 0.071318,-0.063101 z" + id="path6291-82" /> + </g> + <rect + y="217.95688" + x="-92.804382" + height="6" + width="34" + id="rect6293-4" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + id="g6337-55" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\mail-list-window-redo\try4-128.png" + inkscape:export-xdpi="90.00013" + inkscape:export-ydpi="90.00013" + transform="translate(864.57858,-2002.3036)"> + <g + id="g6205-6" + transform="translate(-1238.3703,1628.5596)" + style="opacity:1;fill:#ffffff;fill-opacity:0"> + <g + style="display:inline;fill:#ffffff;fill-opacity:0" + inkscape:label="Shadow" + id="g6207-7" /> + <g + style="display:inline;fill:#ffffff;fill-opacity:0" + id="g6210-6" + inkscape:label="Background"> + <g + style="fill:#ffffff;fill-opacity:0" + id="g6213-85"> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6216-75" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 383.85677,470.3348 c -6.32473,-12.34953 -8.05387,-20.49647 -9.52788,-32.28418 3.81257,-0.10939 4.90008,-2.24285 31.45589,3.47223 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 13.05993,-0.67788 15.04445,-1.97661 1.98739,-0.88215 15.99863,-3.10467 21.11682,-3.66075 3.18189,-0.47001 4.50887,-1.12735 7.73783,-1.15937 11.35612,-5.35068 24.3651,-3.5214 29.52452,-2.34558 -0.1077,4.34882 -0.64329,10.45278 -1.44535,13.25753 -0.83486,3.95125 -1.25505,6.04479 -3.20764,9.5936 -0.86304,4.07813 -2.79707,6.71702 -5.82995,11.62656 -3.16637,4.95692 -8.85713,10.12649 -15.35852,15.5514 -4.35459,5.8898 -19.72031,9.02775 -22.94775,10.88715 -8.55892,2.31056 -17.1425,3.16792 -32.16414,-0.86687 -16.64504,-3.63918 -29.62612,-18.61585 -36.37142,-27.7713 z" + id="path6224-2" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 375.79574,423.19042 c 0.6654,-2.66163 2.25909,-8.13069 3.89624,-10.31356 2.73624,-3.64834 6.99051,-12.21676 10.08436,-16.5017 4.52016,-6.26037 18.25337,-14.60235 24.29417,-17.41846 9.3217,-4.34562 32.45573,-6.36135 45.37965,-0.45838 5.54058,2.53065 16.26536,8.07359 20.62713,12.60546 4.06502,4.22358 10.5201,11.73492 13.7514,18.33522 1.74906,3.57267 7.16364,17.7727 6.41732,17.87684 -4.71335,0.65767 -9.56876,2.38248 -14.43898,3.89623 -3.42766,1.06538 -9.31841,3.89624 -10.08436,3.89624 -3.43786,0 -15.4907,-0.83882 -19.0228,-0.68757 -3.52211,0.15082 -8.86547,0.0959 -10.54273,0.45837 -5.14771,1.11256 -13.46546,-0.10221 -18.33522,-2.97947 -9.24476,1.9224 -12.77368,3.34755 -27.27363,-1.37513 -12.22239,-3.98088 -23.04873,-1.05625 -24.52336,-0.68758 -1.94899,0.48725 -0.57979,-5.24412 -0.22919,-6.64651 z" + id="path6226-5" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 374.65256,430.0385 c -0.46386,0.30755 -0.29852,6.66155 0.0735,9.77357 0.69771,1.34006 -0.75673,3.15055 0.0612,4.42669 1.06229,1.26575 17.96392,4.17448 30.99751,-2.71591 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 31.04308,-5.08128 36.16127,-5.63736 3.18189,-0.47001 6.34239,-1.12735 9.57135,-1.15937 2.18853,-0.0793 11.59494,2.01483 14.10855,3.03809 7.97815,3.2478 10.94211,1.92182 12.43548,2.40625 0.3507,-1.15174 0.96205,-3.0669 0.61838,-5.30434 -0.14728,-2.69526 0.80767,-8.85257 -0.22817,-10.57514 -0.86303,-0.73485 0.23011,-2.34712 -0.76943,-2.57144 -3.35671,0.5678 -9.25646,2.30332 -14.14181,3.90936 -4.29978,1.42531 -6.14948,2.85959 -9.02473,2.95456 -2.70396,0.83022 -9.61856,0.40802 -12.73297,0.33881 -6.61848,-1.45305 -13.54767,-4.88569 -20.73662,-6.10729 -3.89623,-0.29835 -11.99097,1.55012 -15.2184,3.40951 -5.12106,-2.50243 -16.63917,-4.01807 -20.88889,-4.38581 -15.49707,-1.34855 -27.70891,1.32477 -32.25937,2.52363 z" + id="path6228-5" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6230-5" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="display:inline;fill:#ffffff;fill-opacity:0" + inkscape:label="SeaMonkey" + id="g6232-543" /> + </g> + <rect + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:2.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6234-1" + width="77" + height="97" + x="-839.0788" + y="2017.8035" /> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6236-9" + width="34" + height="6" + x="-803.4809" + y="2042.6342" /> + <rect + y="2055.7947" + x="-803.4809" + height="6" + width="34" + id="rect6238-4" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + transform="matrix(6,0,0,6,-789.49671,2009.6419)" + id="g6240-1"> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -6.1094906,2.2138122 c -0.4746932,0.2235287 -0.7039488,0.4472004 -0.9583981,1.1549698 0,0 -0.2518508,0.9786182 0.1411573,2.077546 0.062649,0.1751776 0.3124074,0.5114979 0.3158367,0.5144027 0.1926119,0.1631971 0.3917544,0.2100055 0.5970346,0.2912278 0.00894,0.00354 0.017975,0.00648 0.026934,0.00996 0.072946,0.028296 0.1479664,0.055478 0.2222043,0.07965 0.142557,0.046424 0.2866583,0.083698 0.4331872,0.1145074 0.01716,0.0036 0.034416,0.00656 0.051623,0.00996 0.060943,0.012003 0.1225701,0.023118 0.1840486,0.032359 0.011921,0.00178 0.023972,0.00329 0.035912,0.00498 0.063183,0.00892 0.1271306,0.016436 0.1907817,0.022396 0.00674,6.321e-4 0.013453,0.00189 0.020201,0.0025 0.00599,5.117e-4 0.011965,-5.042e-4 0.017956,0 0.061497,0.00518 -0.4672144,-0.2495442 -0.4053701,-0.2471662 0.010565,4.064e-4 0.020849,0.00216 0.031423,0.00249 0.00966,2.784e-4 0.019514,-2.183e-4 0.029178,0 0.049372,0.00115 0.098601,6.622e-4 0.1481364,0 0.041816,-5.87e-4 0.1550997,0.4115523 0.197009,0.4096709 0.00743,-3.387e-4 0.015015,3.612e-4 0.022445,0 0.014204,-7.3e-4 0.028433,-0.00163 0.042645,-0.0025 0.050194,-0.00308 -0.4893136,-0.2670785 -0.4390367,-0.2720453 0.00968,-9.557e-4 0.019492,-0.00148 0.029178,-0.00249 0.018017,-0.00191 0.035844,-0.00531 0.053868,-0.00747 0.05324,-0.00637 0.1060924,-0.011401 0.1593584,-0.019912 0.00303,-4.892e-4 0.00595,-0.00201 0.00898,-0.00249 0.013375,-0.00218 0.027026,-0.00516 0.040401,-0.00747 0.057958,-0.010009 0.1171541,-0.019777 0.17507,-0.032367 0.00301,-6.472e-4 0.00596,-0.00183 0.00898,-0.00248 0.00747,-0.00165 0.014977,-0.0033 0.022445,-0.00498 0.066808,-0.015066 0.1331036,-0.031223 0.1997596,-0.049781 0.06885,-0.019182 0.1379025,-0.039275 0.2064933,-0.062235 0.00517,-0.00172 0.01054,-0.00322 0.015712,-0.00497 0.073802,-0.025015 0.1465824,-0.052686 0.2199601,-0.08214 0.071153,-0.028574 0.1419354,-0.060046 0.2109823,-0.092097 0.00217,-0.00102 0.00456,-0.00147 0.00673,-0.00249 0.029656,-0.013832 0.058276,-0.027859 0.087535,-0.042323 0.01847,-0.00924 0.035557,-0.020371 0.053868,-0.029861 0.030839,-0.015992 0.061639,-0.030666 0.092024,-0.047297 0.048425,-0.026512 0.3238784,-0.3777479 0.3949399,-0.5375661 0.4232235,-0.9518125 0.1007154,-2.0195096 0.1007154,-2.0195096 -0.2461525,-0.6612545 -0.406976,-0.891511 -0.9561532,-1.1549698 -0.6404429,-0.3072419 -1.4793156,-0.262029 -2.035754,0 z" + id="path6243-30" /> + <path + inkscape:connector-curvature="0" + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -5.5625,5.84375 c -0.418409,-7.5e-6 -0.75,0.5079543 -0.75,1.15625 -4.21e-5,0.014893 0.00159,0.016568 0,0.03125 L -6.53125,9 H -3.5625 L -3.78125,7.0625 c -0.00164,-0.015104 -3.8e-6,-0.015943 0,-0.03125 7e-7,-0.6482958 -0.3315928,-1.15625 -0.75,-1.15625 z" + id="path6248-5" /> + <path + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="5.9263177" + sodipodi:start="5.9358167" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path6251-43" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850-2)" + sodipodi:type="arc" /> + <path + inkscape:connector-curvature="0" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -4.375,5.96875 -4.125,9 H -3 L -3.3125,7.15625 c -0.00233,-0.014863 -4.5e-6,-0.047427 0,-0.0625 -7e-7,-0.6381967 -0.4680008,-1.125 -1.0625,-1.125 z" + id="path6253-3" /> + <path + inkscape:connector-curvature="0" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -5.75,5.9375 c -0.5944991,-2e-7 -1.0625,0.4844178 -1.0625,1.125 4.7e-6,0.015126 0.00233,0.047577 0,0.0625 L -7.125,9 H -6 Z" + id="path6255-0" /> + <path + sodipodi:type="arc" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6257-2" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:start="5.9358167" + sodipodi:end="5.9263177" + sodipodi:open="true" + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" /> + <path + inkscape:connector-curvature="0" + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395-26)" + d="m 263.78125,241.90625 c -21.73945,0.98399 -36.85128,21.73579 -41.28125,41.375 -6.49305,26.5762 2.68626,58.98264 27.71875,72.4375 17.35487,8.69641 38.91459,-0.83382 48.15625,-16.90625 18.406,-27.61355 14.12909,-69.41512 -12.5625,-90.15625 -6.4176,-4.42182 -14.18297,-7.13873 -22.03125,-6.75 z" + id="path6259-0" + transform="matrix(0.02975471,0,0,0.02995385,-12.927769,-4.385165)" /> + <path + inkscape:connector-curvature="0" + id="path6261-2" + d="m 198.40449,-30.85609 c 0.81789,-2.8937 0.32081,-1.1775 2.33145,-3.3993 1.8972,-2.0965 3.79548,-3.168 6.16049,-4.8311 0.39883,-0.2805 1.17513,-0.267 1.57464,-0.5465 2.55981,-1.7907 2.27479,0.0994 5.45044,-0.2814 2.54762,-0.3055 1.03231,-1.9691 3.3177,-1.0762 2.62559,1.0257 3.73303,1.7867 5.80816,3.6693 1.89214,1.7165 2.24127,1.7607 3.92721,3.7113 1.56394,1.8094 0.82239,-0.0968 2.03743,1.9369 1.01373,1.6966 4.58051,2.5198 4.93534,4.7084 0.2575,1.5882 -0.61744,2.005 -1.85423,1.1658 -4.08444,-2.7714 -7.90988,-5.5623 -12.2084,-8.0252 -2.9166,-1.6712 -4.25342,-2.295 -5.9927,0.6947 -1.73892,2.9891 -2.98982,6.493 -4.9614,9.3428 -3.29643,4.7649 -1.4494,-4.8585 -1.4494,-6.1327 0,-3.372 -2.34116,-1.2978 -4.15309,0 -1.68966,1.2102 -4.3947,2.5101 -6.43867,2.8028 -2.05176,0.2939 0.75127,-3.2977 -1.26795,-3.7166 -1.15282,-0.2391 0.88166,1.9658 1.25293,1.462 0.25022,-0.3396 1.21415,-1.2055 1.53005,-1.485 z" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542-97)" + sodipodi:nodetypes="cssssssssssssssssssc" + transform="matrix(0.07525459,0,0,0.07525459,-21.171894,5.7875842)" /> + <path + inkscape:connector-curvature="0" + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m -6.7368167,3.494555 c 0.06155,-0.2177642 0.21157,-0.4151043 0.3628799,-0.5823049 0.142773,-0.1577713 0.396758,-0.264249 0.5747359,-0.3894049 0.030014,-0.021109 0.060131,-0.042067 0.090196,-0.063101 0.1926375,-0.1347584 0.3693142,-0.2561817 0.6082964,-0.2848386 0.1917201,-0.02299 0.3461147,0.077031 0.5181008,0.1442254 0.1975877,0.077189 0.3850115,0.2152808 0.5411745,0.3569551 0.1423923,0.1291745 0.2800547,0.2588382 0.4069295,0.4056298 0.1176936,0.1361656 0.2043207,0.2940497 0.295758,0.447095 0.076288,0.1276769 0.1551389,0.3162198 0.090196,0.4579091 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 c -0.2480714,0.3585806 -0.109074,-0.3656244 -0.109074,-0.4615138 0,-0.2537585 -0.176183,-0.097665 -0.312539,0 -0.1271547,0.091073 -0.3307214,0.1888965 -0.4845395,0.2109236 -0.1544044,0.022117 -0.3241938,0.05316 -0.4761493,0.021636 -0.086755,-0.017993 -0.00487,-0.1730103 0.023073,-0.2109236 0.01883,-0.025556 0.047545,-0.042067 0.071318,-0.063101 z" + id="path6263-9" /> + </g> + <rect + y="2029.1611" + x="-803.4809" + height="6" + width="34" + id="rect6265-5" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + id="g6267-0" + transform="translate(-710.67651,1856.7132)"> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6269-5" + width="34" + height="6" + x="-92.804382" + y="231.42992" /> + <rect + y="244.59032" + x="-92.804382" + height="6" + width="34" + id="rect6271-4" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + transform="matrix(6,0,0,6,-78.820202,198.43754)" + id="g6273-6"> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -6.1094906,2.2138122 c -0.4746932,0.2235287 -0.7039488,0.4472004 -0.9583981,1.1549698 0,0 -0.2518508,0.9786182 0.1411573,2.077546 0.062649,0.1751776 0.3124074,0.5114979 0.3158367,0.5144027 0.1926119,0.1631971 0.3917544,0.2100055 0.5970346,0.2912278 0.00894,0.00354 0.017975,0.00648 0.026934,0.00996 0.072946,0.028296 0.1479664,0.055478 0.2222043,0.07965 0.142557,0.046424 0.2866583,0.083698 0.4331872,0.1145074 0.01716,0.0036 0.034416,0.00656 0.051623,0.00996 0.060943,0.012003 0.1225701,0.023118 0.1840486,0.032359 0.011921,0.00178 0.023972,0.00329 0.035912,0.00498 0.063183,0.00892 0.1271306,0.016436 0.1907817,0.022396 0.00674,6.321e-4 0.013453,0.00189 0.020201,0.0025 0.00599,5.117e-4 0.011965,-5.042e-4 0.017956,0 0.061497,0.00518 -0.4672144,-0.2495442 -0.4053701,-0.2471662 0.010565,4.064e-4 0.020849,0.00216 0.031423,0.00249 0.00966,2.784e-4 0.019514,-2.183e-4 0.029178,0 0.049372,0.00115 0.098601,6.622e-4 0.1481364,0 0.041816,-5.87e-4 0.1550997,0.4115523 0.197009,0.4096709 0.00743,-3.387e-4 0.015015,3.612e-4 0.022445,0 0.014204,-7.3e-4 0.028433,-0.00163 0.042645,-0.0025 0.050194,-0.00308 -0.4893136,-0.2670785 -0.4390367,-0.2720453 0.00968,-9.557e-4 0.019492,-0.00148 0.029178,-0.00249 0.018017,-0.00191 0.035844,-0.00531 0.053868,-0.00747 0.05324,-0.00637 0.1060924,-0.011401 0.1593584,-0.019912 0.00303,-4.892e-4 0.00595,-0.00201 0.00898,-0.00249 0.013375,-0.00218 0.027026,-0.00516 0.040401,-0.00747 0.057958,-0.010009 0.1171541,-0.019777 0.17507,-0.032367 0.00301,-6.472e-4 0.00596,-0.00183 0.00898,-0.00248 0.00747,-0.00165 0.014977,-0.0033 0.022445,-0.00498 0.066808,-0.015066 0.1331036,-0.031223 0.1997596,-0.049781 0.06885,-0.019182 0.1379025,-0.039275 0.2064933,-0.062235 0.00517,-0.00172 0.01054,-0.00322 0.015712,-0.00497 0.073802,-0.025015 0.1465824,-0.052686 0.2199601,-0.08214 0.071153,-0.028574 0.1419354,-0.060046 0.2109823,-0.092097 0.00217,-0.00102 0.00456,-0.00147 0.00673,-0.00249 0.029656,-0.013832 0.058276,-0.027859 0.087535,-0.042323 0.01847,-0.00924 0.035557,-0.020371 0.053868,-0.029861 0.030839,-0.015992 0.061639,-0.030666 0.092024,-0.047297 0.048425,-0.026512 0.3238784,-0.3777479 0.3949399,-0.5375661 0.4232235,-0.9518125 0.1007154,-2.0195096 0.1007154,-2.0195096 -0.2461525,-0.6612545 -0.406976,-0.891511 -0.9561532,-1.1549698 -0.6404429,-0.3072419 -1.4793156,-0.262029 -2.035754,0 z" + id="path6275-52" /> + <path + inkscape:connector-curvature="0" + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -5.5625,5.84375 c -0.418409,-7.5e-6 -0.75,0.5079543 -0.75,1.15625 -4.21e-5,0.014893 0.00159,0.016568 0,0.03125 L -6.53125,9 H -3.5625 L -3.78125,7.0625 c -0.00164,-0.015104 -3.8e-6,-0.015943 0,-0.03125 7e-7,-0.6482958 -0.3315928,-1.15625 -0.75,-1.15625 z" + id="path6277-6" /> + <path + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="5.9263177" + sodipodi:start="5.9358167" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path6279-2" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850-2)" + sodipodi:type="arc" /> + <path + inkscape:connector-curvature="0" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -4.375,5.96875 -4.125,9 H -3 L -3.3125,7.15625 c -0.00233,-0.014863 -4.5e-6,-0.047427 0,-0.0625 -7e-7,-0.6381967 -0.4680008,-1.125 -1.0625,-1.125 z" + id="path6281-4" /> + <path + inkscape:connector-curvature="0" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -5.75,5.9375 c -0.5944991,-2e-7 -1.0625,0.4844178 -1.0625,1.125 4.7e-6,0.015126 0.00233,0.047577 0,0.0625 L -7.125,9 H -6 Z" + id="path6283-19" /> + <path + sodipodi:type="arc" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6285-2" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:start="5.9358167" + sodipodi:end="5.9263177" + sodipodi:open="true" + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" /> + <path + inkscape:connector-curvature="0" + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395-26)" + d="m 263.78125,241.90625 c -21.73945,0.98399 -36.85128,21.73579 -41.28125,41.375 -6.49305,26.5762 2.68626,58.98264 27.71875,72.4375 17.35487,8.69641 38.91459,-0.83382 48.15625,-16.90625 18.406,-27.61355 14.12909,-69.41512 -12.5625,-90.15625 -6.4176,-4.42182 -14.18297,-7.13873 -22.03125,-6.75 z" + id="path6287-7" + transform="matrix(0.02975471,0,0,0.02995385,-12.927769,-4.385165)" /> + <path + inkscape:connector-curvature="0" + id="path6289-3" + d="m 198.40449,-30.85609 c 0.81789,-2.8937 0.32081,-1.1775 2.33145,-3.3993 1.8972,-2.0965 3.79548,-3.168 6.16049,-4.8311 0.39883,-0.2805 1.17513,-0.267 1.57464,-0.5465 2.55981,-1.7907 2.27479,0.0994 5.45044,-0.2814 2.54762,-0.3055 1.03231,-1.9691 3.3177,-1.0762 2.62559,1.0257 3.73303,1.7867 5.80816,3.6693 1.89214,1.7165 2.24127,1.7607 3.92721,3.7113 1.56394,1.8094 0.82239,-0.0968 2.03743,1.9369 1.01373,1.6966 4.58051,2.5198 4.93534,4.7084 0.2575,1.5882 -0.61744,2.005 -1.85423,1.1658 -4.08444,-2.7714 -7.90988,-5.5623 -12.2084,-8.0252 -2.9166,-1.6712 -4.25342,-2.295 -5.9927,0.6947 -1.73892,2.9891 -2.98982,6.493 -4.9614,9.3428 -3.29643,4.7649 -1.4494,-4.8585 -1.4494,-6.1327 0,-3.372 -2.34116,-1.2978 -4.15309,0 -1.68966,1.2102 -4.3947,2.5101 -6.43867,2.8028 -2.05176,0.2939 0.75127,-3.2977 -1.26795,-3.7166 -1.15282,-0.2391 0.88166,1.9658 1.25293,1.462 0.25022,-0.3396 1.21415,-1.2055 1.53005,-1.485 z" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542-97)" + sodipodi:nodetypes="cssssssssssssssssssc" + transform="matrix(0.07525459,0,0,0.07525459,-21.171894,5.7875842)" /> + <path + inkscape:connector-curvature="0" + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m -6.7368167,3.494555 c 0.06155,-0.2177642 0.21157,-0.4151043 0.3628799,-0.5823049 0.142773,-0.1577713 0.396758,-0.264249 0.5747359,-0.3894049 0.030014,-0.021109 0.060131,-0.042067 0.090196,-0.063101 0.1926375,-0.1347584 0.3693142,-0.2561817 0.6082964,-0.2848386 0.1917201,-0.02299 0.3461147,0.077031 0.5181008,0.1442254 0.1975877,0.077189 0.3850115,0.2152808 0.5411745,0.3569551 0.1423923,0.1291745 0.2800547,0.2588382 0.4069295,0.4056298 0.1176936,0.1361656 0.2043207,0.2940497 0.295758,0.447095 0.076288,0.1276769 0.1551389,0.3162198 0.090196,0.4579091 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 c -0.2480714,0.3585806 -0.109074,-0.3656244 -0.109074,-0.4615138 0,-0.2537585 -0.176183,-0.097665 -0.312539,0 -0.1271547,0.091073 -0.3307214,0.1888965 -0.4845395,0.2109236 -0.1544044,0.022117 -0.3241938,0.05316 -0.4761493,0.021636 -0.086755,-0.017993 -0.00487,-0.1730103 0.023073,-0.2109236 0.01883,-0.025556 0.047545,-0.042067 0.071318,-0.063101 z" + id="path6291-50" /> + </g> + <rect + y="217.95688" + x="-92.804382" + height="6" + width="34" + id="rect6293-49" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/svg/addressbookWindow.svg b/comm/suite/branding/seamonkey/icons/svg/addressbookWindow.svg new file mode 100644 index 0000000000..c04b6b4a21 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/svg/addressbookWindow.svg @@ -0,0 +1,358 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="128px" + height="128px" + viewBox="0 0 128 128" + version="1.1" + id="SVGRoot" + inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" + sodipodi:docname="addressbookWindowScalable.svg"> +<!-- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at https://mozilla.org/MPL/2.0/. + +--> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="64" + inkscape:cy="64" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1786" + inkscape:window-height="1021" + inkscape:window-x="47" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:grid-bbox="true" /> + <defs + id="defs3879"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2242" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + id="linearGradient5809"> + <stop + style="stop-color:#2727e8;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop5811" /> + <stop + style="stop-color:#5f5fee;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop5813" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + id="linearGradient5074"> + <stop + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop5076" /> + <stop + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop5078" /> + </linearGradient> + <filter + id="filter6850" + inkscape:collect="always"> + <feGaussianBlur + id="feGaussianBlur6852" + stdDeviation="4.2275602" + inkscape:collect="always" /> + </filter> + <filter + id="filter3395" + height="1.169028" + y="-0.084514" + width="1.2221982" + x="-0.11109908" + inkscape:collect="always"> + <feGaussianBlur + id="feGaussianBlur3397" + stdDeviation="4.1250422" + inkscape:collect="always" /> + </filter> + <filter + id="filter7542" + height="1.3432254" + y="-0.17161272" + width="1.1845088" + x="-0.092254385" + inkscape:collect="always"> + <feGaussianBlur + id="feGaussianBlur7544" + stdDeviation="1.900534" + inkscape:collect="always" /> + </filter> + </defs> + <metadata + id="metadata3882"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1"> + <g + id="g2596" + transform="translate(-240,-92.000006)"> + <g + transform="translate(-133.79172,-281.74402)" + id="g2650"> + <g + id="layer3" + inkscape:label="Shadow" + style="display:inline" /> + <g + inkscape:label="Background" + id="g2653" + style="display:inline"> + <g + id="g2219"> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + id="path6573" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + inkscape:export-ydpi="24.028801" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + id="path2064" + d="m 383.85677,470.3348 c -6.32473,-12.34953 -8.05387,-20.49647 -9.52788,-32.28418 3.81257,-0.10939 4.90008,-2.24285 31.45589,3.47223 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 13.05993,-0.67788 15.04445,-1.97661 1.98739,-0.88215 15.99863,-3.10467 21.11682,-3.66075 3.18189,-0.47001 4.50887,-1.12735 7.73783,-1.15937 11.35612,-5.35068 24.3651,-3.5214 29.52452,-2.34558 -0.1077,4.34882 -0.64329,10.45278 -1.44535,13.25753 -0.83486,3.95125 -1.25505,6.04479 -3.20764,9.5936 -0.86304,4.07813 -2.79707,6.71702 -5.82995,11.62656 -3.16637,4.95692 -8.85713,10.12649 -15.35852,15.5514 -4.35459,5.8898 -19.72031,9.02775 -22.94775,10.88715 -8.55892,2.31056 -17.1425,3.16792 -32.16414,-0.86687 -16.64504,-3.63918 -29.62612,-18.61585 -36.37142,-27.7713 z" + style="fill:url(#linearGradient2242);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cssssssssssscsss" + id="path2056" + d="m 375.79574,423.19042 c 0.6654,-2.66163 2.25909,-8.13069 3.89624,-10.31356 2.73624,-3.64834 6.99051,-12.21676 10.08436,-16.5017 4.52016,-6.26037 18.25337,-14.60235 24.29417,-17.41846 9.3217,-4.34562 32.45573,-6.36135 45.37965,-0.45838 5.54058,2.53065 16.26536,8.07359 20.62713,12.60546 4.06502,4.22358 10.5201,11.73492 13.7514,18.33522 1.74906,3.57267 7.16364,17.7727 6.41732,17.87684 -4.71335,0.65767 -9.56876,2.38248 -14.43898,3.89623 -3.42766,1.06538 -9.31841,3.89624 -10.08436,3.89624 -3.43786,0 -15.4907,-0.83882 -19.0228,-0.68757 -3.52211,0.15082 -8.86547,0.0959 -10.54273,0.45837 -5.14771,1.11256 -13.46546,-0.10221 -18.33522,-2.97947 -9.24476,1.9224 -12.77368,3.34755 -27.27363,-1.37513 -12.22239,-3.98088 -23.04873,-1.05625 -24.52336,-0.68758 -1.94899,0.48725 -0.57979,-5.24412 -0.22919,-6.64651 z" + style="fill:url(#linearGradient2239);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccsccccccccccc" + id="path2058" + d="m 374.65256,430.0385 c -0.46386,0.30755 -0.29852,6.66155 0.0735,9.77357 0.69771,1.34006 -0.75673,3.15055 0.0612,4.42669 1.06229,1.26575 17.96392,4.17448 30.99751,-2.71591 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 31.04308,-5.08128 36.16127,-5.63736 3.18189,-0.47001 6.34239,-1.12735 9.57135,-1.15937 2.18853,-0.0793 11.59494,2.01483 14.10855,3.03809 7.97815,3.2478 10.94211,1.92182 12.43548,2.40625 0.3507,-1.15174 0.96205,-3.0669 0.61838,-5.30434 -0.14728,-2.69526 0.80767,-8.85257 -0.22817,-10.57514 -0.86303,-0.73485 0.23011,-2.34712 -0.76943,-2.57144 -3.35671,0.5678 -9.25646,2.30332 -14.14181,3.90936 -4.29978,1.42531 -6.14948,2.85959 -9.02473,2.95456 -2.70396,0.83022 -9.61856,0.40802 -12.73297,0.33881 -6.61848,-1.45305 -13.54767,-4.88569 -20.73662,-6.10729 -3.89623,-0.29835 -11.99097,1.55012 -15.2184,3.40951 -5.12106,-2.50243 -16.63917,-4.01807 -20.88889,-4.38581 -15.49707,-1.34855 -27.70891,1.32477 -32.25937,2.52363 z" + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + id="path2052" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + </g> + <g + id="layer2" + inkscape:label="SeaMonkey" + style="display:inline" /> + </g> + <path + inkscape:connector-curvature="0" + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 278,118 v 6 h 6 6 6 v -6 h -6 -6 z" + id="path2664" /> + <path + inkscape:connector-curvature="0" + style="fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 302,118 v 6 h -6 v 6 h 6 6 6 6 v -6 -6 h -6 -6 z" + id="path2666" /> + <path + inkscape:connector-curvature="0" + style="fill:#cc0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 326,118 v 6 h -6 v 6 h 6 6 6 6 v -6 -6 h -6 -6 z" + id="path2668" /> + <path + inkscape:connector-curvature="0" + style="fill:#333366;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 266,124 v 6 h 6 6 6 6 6 v -6 h -6 -6 -6 -6 z" + id="path2670" /> + <rect + y="124" + x="284" + height="6" + width="6" + id="rect2672" + style="fill:#333366;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + style="fill:#333366;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 260,130 v 6 6 6 6 6 6 6 6 6 6 h 6 6 6 6 v -6 h -6 -6 -6 v -6 -6 -6 -6 -6 -6 -6 -6 -6 z" + id="path2674" /> + <path + inkscape:connector-curvature="0" + style="fill:#333366;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 290,184 v 6 h 6 6 6 6 6 v -6 h -6 -6 -6 -6 z" + id="path2676" /> + <path + inkscape:connector-curvature="0" + style="fill:#333366;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 344,124 v 6 6 6 6 6 6 6 6 6 6 h -6 -6 -6 v 6 h 6 6 6 6 v -6 -6 -6 -6 -6 -6 -6 -6 -6 -6 -6 z" + id="path2678" /> + <rect + style="fill:#ffffcc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2680" + width="78" + height="54" + x="266" + y="130" /> + <g + id="g2682" + transform="matrix(6,0,0,6,350,124)"> + <path + inkscape:connector-curvature="0" + id="path2684" + d="m -6.1094906,2.2138122 c -0.4746932,0.2235287 -0.7039488,0.4472004 -0.9583981,1.1549698 0,0 -0.2518508,0.9786182 0.1411573,2.077546 0.062649,0.1751776 0.3124074,0.5114979 0.3158367,0.5144027 0.1926119,0.1631971 0.3917544,0.2100055 0.5970346,0.2912278 0.00894,0.00354 0.017975,0.00648 0.026934,0.00996 0.072946,0.028296 0.1479664,0.055478 0.2222043,0.07965 0.142557,0.046424 0.2866583,0.083698 0.4331872,0.1145074 0.01716,0.0036 0.034416,0.00656 0.051623,0.00996 0.060943,0.012003 0.1225701,0.023118 0.1840486,0.032359 0.011921,0.00178 0.023972,0.00329 0.035912,0.00498 0.063183,0.00892 0.1271306,0.016436 0.1907817,0.022396 0.00674,6.321e-4 0.013453,0.00189 0.020201,0.0025 0.00599,5.117e-4 0.011965,-5.042e-4 0.017956,0 0.061497,0.00518 -0.4672144,-0.2495442 -0.4053701,-0.2471662 0.010565,4.064e-4 0.020849,0.00216 0.031423,0.00249 0.00966,2.784e-4 0.019514,-2.183e-4 0.029178,0 0.049372,0.00115 0.098601,6.622e-4 0.1481364,0 0.041816,-5.87e-4 0.1550997,0.4115523 0.197009,0.4096709 0.00743,-3.387e-4 0.015015,3.612e-4 0.022445,0 0.014204,-7.3e-4 0.028433,-0.00163 0.042645,-0.0025 0.050194,-0.00308 -0.4893136,-0.2670785 -0.4390367,-0.2720453 0.00968,-9.557e-4 0.019492,-0.00148 0.029178,-0.00249 0.018017,-0.00191 0.035844,-0.00531 0.053868,-0.00747 0.05324,-0.00637 0.1060924,-0.011401 0.1593584,-0.019912 0.00303,-4.892e-4 0.00595,-0.00201 0.00898,-0.00249 0.013375,-0.00218 0.027026,-0.00516 0.040401,-0.00747 0.057958,-0.010009 0.1171541,-0.019777 0.17507,-0.032367 0.00301,-6.472e-4 0.00596,-0.00183 0.00898,-0.00248 0.00747,-0.00165 0.014977,-0.0033 0.022445,-0.00498 0.066808,-0.015066 0.1331036,-0.031223 0.1997596,-0.049781 0.06885,-0.019182 0.1379025,-0.039275 0.2064933,-0.062235 0.00517,-0.00172 0.01054,-0.00322 0.015712,-0.00497 0.073802,-0.025015 0.1465824,-0.052686 0.2199601,-0.08214 0.071153,-0.028574 0.1419354,-0.060046 0.2109823,-0.092097 0.00217,-0.00102 0.00456,-0.00147 0.00673,-0.00249 0.029656,-0.013832 0.058276,-0.027859 0.087535,-0.042323 0.01847,-0.00924 0.035557,-0.020371 0.053868,-0.029861 0.030839,-0.015992 0.061639,-0.030666 0.092024,-0.047297 0.048425,-0.026512 0.3238784,-0.3777479 0.3949399,-0.5375661 0.4232235,-0.9518125 0.1007154,-2.0195096 0.1007154,-2.0195096 -0.2461525,-0.6612545 -0.406976,-0.891511 -0.9561532,-1.1549698 -0.6404429,-0.3072419 -1.4793156,-0.262029 -2.035754,0 z" + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" /> + <path + inkscape:connector-curvature="0" + id="path2686" + d="m -5.5625,5.84375 c -0.418409,-7.5e-6 -0.75,0.5079543 -0.75,1.15625 -4.21e-5,0.014893 0.00159,0.016568 0,0.03125 L -6.53125,9 H -3.5625 L -3.78125,7.0625 c -0.00164,-0.015104 -3.8e-6,-0.015943 0,-0.03125 7e-7,-0.6482958 -0.3315928,-1.15625 -0.75,-1.15625 z" + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850)" + id="path2688" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:start="5.9358167" + sodipodi:end="5.9263177" + sodipodi:open="true" + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" /> + <path + inkscape:connector-curvature="0" + id="path2690" + d="M -4.375,5.96875 -4.125,9 H -3 L -3.3125,7.15625 c -0.00233,-0.014863 -4.5e-6,-0.047427 0,-0.0625 -7e-7,-0.6381967 -0.4680008,-1.125 -1.0625,-1.125 z" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path2692" + d="m -5.75,5.9375 c -0.5944991,-2e-7 -1.0625,0.4844178 -1.0625,1.125 4.7e-6,0.015126 0.00233,0.047577 0,0.0625 L -7.125,9 H -6 Z" + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + transform="matrix(0.02975471,0,0,0.0383363,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="5.9263177" + sodipodi:start="5.9358167" + d="m 391.46325,333.5712 a 52.411282,52.411282 0 0 1 -31.32177,67.08044 52.411282,52.411282 0 0 1 -67.15463,-31.16238 52.411282,52.411282 0 0 1 31.00282,-67.22845 52.411282,52.411282 0 0 1 67.30188,30.84308" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path2694" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + inkscape:connector-curvature="0" + transform="matrix(0.02975471,0,0,0.02995385,-12.927769,-4.385165)" + id="path2696" + d="m 263.78125,241.90625 c -21.73945,0.98399 -36.85128,21.73579 -41.28125,41.375 -6.49305,26.5762 2.68626,58.98264 27.71875,72.4375 17.35487,8.69641 38.91459,-0.83382 48.15625,-16.90625 18.406,-27.61355 14.12909,-69.41512 -12.5625,-90.15625 -6.4176,-4.42182 -14.18297,-7.13873 -22.03125,-6.75 z" + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395)" /> + <path + inkscape:connector-curvature="0" + transform="matrix(0.07525459,0,0,0.07525459,-21.171894,5.7875842)" + sodipodi:nodetypes="cssssssssssssssssssc" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542)" + d="m 198.40449,-30.85609 c 0.81789,-2.8937 0.32081,-1.1775 2.33145,-3.3993 1.8972,-2.0965 3.79548,-3.168 6.16049,-4.8311 0.39883,-0.2805 1.17513,-0.267 1.57464,-0.5465 2.55981,-1.7907 2.27479,0.0994 5.45044,-0.2814 2.54762,-0.3055 1.03231,-1.9691 3.3177,-1.0762 2.62559,1.0257 3.73303,1.7867 5.80816,3.6693 1.89214,1.7165 2.24127,1.7607 3.92721,3.7113 1.56394,1.8094 0.82239,-0.0968 2.03743,1.9369 1.01373,1.6966 4.58051,2.5198 4.93534,4.7084 0.2575,1.5882 -0.61744,2.005 -1.85423,1.1658 -4.08444,-2.7714 -7.90988,-5.5623 -12.2084,-8.0252 -2.9166,-1.6712 -4.25342,-2.295 -5.9927,0.6947 -1.73892,2.9891 -2.98982,6.493 -4.9614,9.3428 -3.29643,4.7649 -1.4494,-4.8585 -1.4494,-6.1327 0,-3.372 -2.34116,-1.2978 -4.15309,0 -1.68966,1.2102 -4.3947,2.5101 -6.43867,2.8028 -2.05176,0.2939 0.75127,-3.2977 -1.26795,-3.7166 -1.15282,-0.2391 0.88166,1.9658 1.25293,1.462 0.25022,-0.3396 1.21415,-1.2055 1.53005,-1.485 z" + id="path2698" /> + <path + inkscape:connector-curvature="0" + id="path2700" + d="m -6.7368167,3.494555 c 0.06155,-0.2177642 0.21157,-0.4151043 0.3628799,-0.5823049 0.142773,-0.1577713 0.396758,-0.264249 0.5747359,-0.3894049 0.030014,-0.021109 0.060131,-0.042067 0.090196,-0.063101 0.1926375,-0.1347584 0.3693142,-0.2561817 0.6082964,-0.2848386 0.1917201,-0.02299 0.3461147,0.077031 0.5181008,0.1442254 0.1975877,0.077189 0.3850115,0.2152808 0.5411745,0.3569551 0.1423923,0.1291745 0.2800547,0.2588382 0.4069295,0.4056298 0.1176936,0.1361656 0.2043207,0.2940497 0.295758,0.447095 0.076288,0.1276769 0.1551389,0.3162198 0.090196,0.4579091 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 c -0.2480714,0.3585806 -0.109074,-0.3656244 -0.109074,-0.4615138 0,-0.2537585 -0.176183,-0.097665 -0.312539,0 -0.1271547,0.091073 -0.3307214,0.1888965 -0.4845395,0.2109236 -0.1544044,0.022117 -0.3241938,0.05316 -0.4761493,0.021636 -0.086755,-0.017993 -0.00487,-0.1730103 0.023073,-0.2109236 0.01883,-0.025556 0.047545,-0.042067 0.071318,-0.063101 z" + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <rect + style="fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2702" + width="6" + height="6" + x="284" + y="178" /> + <rect + y="178" + x="320" + height="6" + width="6" + id="rect2704" + style="fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 272,142 v 6 h 6 6 6 v -6 h -6 -6 z" + id="path2706" /> + <path + inkscape:connector-curvature="0" + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 272,154 v 6 h 6 6 6 v -6 h -6 -6 z" + id="path2708" /> + <path + inkscape:connector-curvature="0" + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 272,166 v 6 h 6 6 6 v -6 h -6 -6 z" + id="path2710" /> + <path + inkscape:connector-curvature="0" + id="path2785" + d="m 280,142 v 6 h 6 6 6 v -6 h -6 -6 z" + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path2787" + d="m 280,154 v 6 h 6 6 6 v -6 h -6 -6 z" + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path2789" + d="m 280,166 v 6 h 6 6 6 v -6 h -6 -6 z" + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/svg/bookmarkproperties.svg b/comm/suite/branding/seamonkey/icons/svg/bookmarkproperties.svg new file mode 100644 index 0000000000..de21091ff4 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/svg/bookmarkproperties.svg @@ -0,0 +1,255 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="128px" + height="128px" + viewBox="0 0 128 128" + version="1.1" + id="SVGRoot" + inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" + sodipodi:docname="kaka.svg"> +<!-- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at https://mozilla.org/MPL/2.0/. + +--> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="64" + inkscape:cy="64" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1786" + inkscape:window-height="1021" + inkscape:window-x="47" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:grid-bbox="true" /> + <defs + id="defs14561"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3119" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3121" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + </defs> + <metadata + id="metadata14564"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1"> + <g + transform="translate(-373.79172,-373.74402)" + id="g4261"> + <g + id="g4263" + inkscape:label="Shadow" + style="display:inline" /> + <g + inkscape:label="Background" + id="g4265" + style="display:inline"> + <g + id="g4267"> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + id="path4269" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + inkscape:export-ydpi="24.028801" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + id="path4271" + d="m 383.85677,470.3348 c -6.32473,-12.34953 -8.05387,-20.49647 -9.52788,-32.28418 3.81257,-0.10939 4.90008,-2.24285 31.45589,3.47223 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 13.05993,-0.67788 15.04445,-1.97661 1.98739,-0.88215 15.99863,-3.10467 21.11682,-3.66075 3.18189,-0.47001 4.50887,-1.12735 7.73783,-1.15937 11.35612,-5.35068 24.3651,-3.5214 29.52452,-2.34558 -0.1077,4.34882 -0.64329,10.45278 -1.44535,13.25753 -0.83486,3.95125 -1.25505,6.04479 -3.20764,9.5936 -0.86304,4.07813 -2.79707,6.71702 -5.82995,11.62656 -3.16637,4.95692 -8.85713,10.12649 -15.35852,15.5514 -4.35459,5.8898 -19.72031,9.02775 -22.94775,10.88715 -8.55892,2.31056 -17.1425,3.16792 -32.16414,-0.86687 -16.64504,-3.63918 -29.62612,-18.61585 -36.37142,-27.7713 z" + style="fill:url(#linearGradient3119);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cssssssssssscsss" + id="path4273" + d="m 375.79574,423.19042 c 0.6654,-2.66163 2.25909,-8.13069 3.89624,-10.31356 2.73624,-3.64834 6.99051,-12.21676 10.08436,-16.5017 4.52016,-6.26037 18.25337,-14.60235 24.29417,-17.41846 9.3217,-4.34562 32.45573,-6.36135 45.37965,-0.45838 5.54058,2.53065 16.26536,8.07359 20.62713,12.60546 4.06502,4.22358 10.5201,11.73492 13.7514,18.33522 1.74906,3.57267 7.16364,17.7727 6.41732,17.87684 -4.71335,0.65767 -9.56876,2.38248 -14.43898,3.89623 -3.42766,1.06538 -9.31841,3.89624 -10.08436,3.89624 -3.43786,0 -15.4907,-0.83882 -19.0228,-0.68757 -3.52211,0.15082 -8.86547,0.0959 -10.54273,0.45837 -5.14771,1.11256 -13.46546,-0.10221 -18.33522,-2.97947 -9.24476,1.9224 -12.77368,3.34755 -27.27363,-1.37513 -12.22239,-3.98088 -23.04873,-1.05625 -24.52336,-0.68758 -1.94899,0.48725 -0.57979,-5.24412 -0.22919,-6.64651 z" + style="fill:url(#linearGradient3121);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccsccccccccccc" + id="path4275" + d="m 374.65256,430.0385 c -0.46386,0.30755 -0.29852,6.66155 0.0735,9.77357 0.69771,1.34006 -0.75673,3.15055 0.0612,4.42669 1.06229,1.26575 17.96392,4.17448 30.99751,-2.71591 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 31.04308,-5.08128 36.16127,-5.63736 3.18189,-0.47001 6.34239,-1.12735 9.57135,-1.15937 2.18853,-0.0793 11.59494,2.01483 14.10855,3.03809 7.97815,3.2478 10.94211,1.92182 12.43548,2.40625 0.3507,-1.15174 0.96205,-3.0669 0.61838,-5.30434 -0.14728,-2.69526 0.80767,-8.85257 -0.22817,-10.57514 -0.86303,-0.73485 0.23011,-2.34712 -0.76943,-2.57144 -3.35671,0.5678 -9.25646,2.30332 -14.14181,3.90936 -4.29978,1.42531 -6.14948,2.85959 -9.02473,2.95456 -2.70396,0.83022 -9.61856,0.40802 -12.73297,0.33881 -6.61848,-1.45305 -13.54767,-4.88569 -20.73662,-6.10729 -3.89623,-0.29835 -11.99097,1.55012 -15.2184,3.40951 -5.12106,-2.50243 -16.63917,-4.01807 -20.88889,-4.38581 -15.49707,-1.34855 -27.70891,1.32477 -32.25937,2.52363 z" + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + id="path4277" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + </g> + <g + id="g4279" + inkscape:label="SeaMonkey" + style="display:inline" /> + </g> + <g + transform="matrix(1.2522169,0,0,1.1949279,323.69463,-199.8516)" + id="g4281"> + <path + inkscape:connector-curvature="0" + inkscape:export-ydpi="80.222176" + inkscape:export-xdpi="80.222176" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\bkmk3.png" + sodipodi:nodetypes="ccsccccccccccccccccccccsc" + id="path4283" + d="m -227.62113,184.74074 c -4.49411,-0.0954 -8.97042,2.374 -11.191,6.2799 -2.63845,4.36896 -2.07131,10.19335 1.18251,14.09932 l 6.45195,6.95613 6.28685,6.60414 6.28203,6.77764 6.46157,6.60911 6.28684,6.60412 6.28203,6.77766 6.28686,6.60411 6.46157,6.60911 -0.43407,-9.56308 -0.25451,-9.73165 9.59088,0.96781 9.59091,0.9678 -6.28683,-6.60412 -6.46158,-6.60911 -6.28205,-6.77765 -6.28682,-6.60412 -6.46159,-6.6091 -6.28202,-6.77765 -6.28686,-6.60414 -6.46158,-6.60911 c -1.7903,-1.65835 -4.1384,-2.72262 -6.55787,-3.13885 -0.63712,-0.1224 -1.2752,-0.21464 -1.91722,-0.22827 z" + style="fill:#8ac692;fill-opacity:1;fill-rule:evenodd;stroke:#2d692d;stroke-width:2.79422808;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:export-ydpi="76.790672" + inkscape:export-xdpi="76.790672" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\bkmk.png" + transform="matrix(2.9454369,2.8106115,-3.1508717,2.6846787,-194.04659,207.50232)" + sodipodi:open="true" + sodipodi:end="5.9263177" + sodipodi:start="5.9358167" + d="M -6.4729494,3.5241129 A 0.78960949,0.77599555 0 0 1 -6.9448319,4.5172983 0.78960949,0.77599555 0 0 1 -7.9565593,4.0559115 0.78960949,0.77599555 0 0 1 -7.489482,3.0605348 0.78960949,0.77599555 0 0 1 -6.4755362,3.517194" + sodipodi:ry="0.77599555" + sodipodi:rx="0.78960949" + sodipodi:cy="3.788281" + sodipodi:cx="-7.2153969" + id="path4285" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.39147401;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + <g + transform="translate(-466.06857,-708.64199)" + id="g2271"> + <g + style="fill:none" + id="g4596" + transform="translate(92.276855,334.89797)"> + <g + style="display:inline;fill:none" + inkscape:label="Shadow" + id="g4598" /> + <g + style="display:inline;fill:none" + id="g4600" + inkscape:label="Background"> + <g + style="fill:none" + id="g4602"> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4604" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + inkscape:connector-curvature="0" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 383.85677,470.3348 c -6.32473,-12.34953 -8.05387,-20.49647 -9.52788,-32.28418 3.81257,-0.10939 4.90008,-2.24285 31.45589,3.47223 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 13.05993,-0.67788 15.04445,-1.97661 1.98739,-0.88215 15.99863,-3.10467 21.11682,-3.66075 3.18189,-0.47001 4.50887,-1.12735 7.73783,-1.15937 11.35612,-5.35068 24.3651,-3.5214 29.52452,-2.34558 -0.1077,4.34882 -0.64329,10.45278 -1.44535,13.25753 -0.83486,3.95125 -1.25505,6.04479 -3.20764,9.5936 -0.86304,4.07813 -2.79707,6.71702 -5.82995,11.62656 -3.16637,4.95692 -8.85713,10.12649 -15.35852,15.5514 -4.35459,5.8898 -19.72031,9.02775 -22.94775,10.88715 -8.55892,2.31056 -17.1425,3.16792 -32.16414,-0.86687 -16.64504,-3.63918 -29.62612,-18.61585 -36.37142,-27.7713 z" + id="path4606" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + inkscape:connector-curvature="0" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 375.79574,423.19042 c 0.6654,-2.66163 2.25909,-8.13069 3.89624,-10.31356 2.73624,-3.64834 6.99051,-12.21676 10.08436,-16.5017 4.52016,-6.26037 18.25337,-14.60235 24.29417,-17.41846 9.3217,-4.34562 32.45573,-6.36135 45.37965,-0.45838 5.54058,2.53065 16.26536,8.07359 20.62713,12.60546 4.06502,4.22358 10.5201,11.73492 13.7514,18.33522 1.74906,3.57267 7.16364,17.7727 6.41732,17.87684 -4.71335,0.65767 -9.56876,2.38248 -14.43898,3.89623 -3.42766,1.06538 -9.31841,3.89624 -10.08436,3.89624 -3.43786,0 -15.4907,-0.83882 -19.0228,-0.68757 -3.52211,0.15082 -8.86547,0.0959 -10.54273,0.45837 -5.14771,1.11256 -13.46546,-0.10221 -18.33522,-2.97947 -9.24476,1.9224 -12.77368,3.34755 -27.27363,-1.37513 -12.22239,-3.98088 -23.04873,-1.05625 -24.52336,-0.68758 -1.94899,0.48725 -0.57979,-5.24412 -0.22919,-6.64651 z" + id="path4608" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + inkscape:connector-curvature="0" + style="fill:none;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 374.65256,430.0385 c -0.46386,0.30755 -0.29852,6.66155 0.0735,9.77357 0.69771,1.34006 -0.75673,3.15055 0.0612,4.42669 1.06229,1.26575 17.96392,4.17448 30.99751,-2.71591 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 31.04308,-5.08128 36.16127,-5.63736 3.18189,-0.47001 6.34239,-1.12735 9.57135,-1.15937 2.18853,-0.0793 11.59494,2.01483 14.10855,3.03809 7.97815,3.2478 10.94211,1.92182 12.43548,2.40625 0.3507,-1.15174 0.96205,-3.0669 0.61838,-5.30434 -0.14728,-2.69526 0.80767,-8.85257 -0.22817,-10.57514 -0.86303,-0.73485 0.23011,-2.34712 -0.76943,-2.57144 -3.35671,0.5678 -9.25646,2.30332 -14.14181,3.90936 -4.29978,1.42531 -6.14948,2.85959 -9.02473,2.95456 -2.70396,0.83022 -9.61856,0.40802 -12.73297,0.33881 -6.61848,-1.45305 -13.54767,-4.88569 -20.73662,-6.10729 -3.89623,-0.29835 -11.99097,1.55012 -15.2184,3.40951 -5.12106,-2.50243 -16.63917,-4.01807 -20.88889,-4.38581 -15.49707,-1.34855 -27.70891,1.32477 -32.25937,2.52363 z" + id="path4610" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4612" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="display:inline;fill:none" + inkscape:label="SeaMonkey" + id="g4614" /> + </g> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 560.56525,744.36691 c 3.64655,-3.77487 13.96702,6.9505 10.52124,11.54964 -11.59808,15.38019 -42.24999,47.22625 -50.85403,49.97111 -2.6299,1.25133 -6.11355,2.04244 -9.4501,-0.75714 -10.13999,-8.30435 -18.13697,-19.25869 -17.77887,-21.95705 0.45909,-2.09241 7.07553,-9.65209 11.13187,-9.8428 1.9355,0.31425 5.00638,8.89847 8.72922,11.90775 1.53232,1.61531 3.99472,1.98345 6.16212,0.12937 14.4144,-10.31745 29.02856,-26.97258 41.53855,-41.00088 z" + id="path4616" + sodipodi:nodetypes="ccccccccc" /> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/svg/downloadManager.svg b/comm/suite/branding/seamonkey/icons/svg/downloadManager.svg new file mode 100644 index 0000000000..e05666aac5 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/svg/downloadManager.svg @@ -0,0 +1,313 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="128px" + height="128px" + viewBox="0 0 128 128" + version="1.1" + id="SVGRoot" + inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" + sodipodi:docname="downloadManagerScalable.svg"> +<!-- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at https://mozilla.org/MPL/2.0/. + +--> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="64" + inkscape:cy="64" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1786" + inkscape:window-height="1021" + inkscape:window-x="47" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:grid-bbox="true" /> + <defs + id="defs4997"> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2242" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2239" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3484" + id="radialGradient4215" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.0948682,-2.3267471,1.1043583,0.9943003,-2088.218,2560.8382)" + cx="1087.3295" + cy="756.81622" + fx="1087.3295" + fy="756.81622" + r="4.13275" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3484"> + <stop + style="stop-color:#00a83e;stop-opacity:1" + offset="0" + id="stop3486" /> + <stop + style="stop-color:#73cf95;stop-opacity:1" + offset="1" + id="stop3488" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3458" + id="linearGradient4217" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-62.48626,26.463358)" + x1="1086.8507" + y1="749.88818" + x2="1086.8507" + y2="754.21796" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3458"> + <stop + style="stop-color:#009b35;stop-opacity:1" + offset="0" + id="stop3460" /> + <stop + style="stop-color:#00561d;stop-opacity:1" + offset="1" + id="stop3462" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3526" + id="linearGradient4219" + gradientUnits="userSpaceOnUse" + x1="1021.7614" + y1="732.21332" + x2="1021.7063" + y2="725.86243" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3526"> + <stop + style="stop-color:#00561d;stop-opacity:1;" + offset="0" + id="stop3528" /> + <stop + style="stop-color:#00561d;stop-opacity:0;" + offset="1" + id="stop3530" /> + </linearGradient> + </defs> + <metadata + id="metadata5000"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1"> + <g + id="g4113" + transform="translate(-373.79172,-373.74403)"> + <g + style="display:inline" + inkscape:label="Shadow" + id="layer3" /> + <g + style="display:inline" + id="g4116" + inkscape:label="Background"> + <g + id="g2219"> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6573" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient2242);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 383.85677,470.3348 c -6.32473,-12.34953 -8.05387,-20.49647 -9.52788,-32.28418 3.81257,-0.10939 4.90008,-2.24285 31.45589,3.47223 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 13.05993,-0.67788 15.04445,-1.97661 1.98739,-0.88215 15.99863,-3.10467 21.11682,-3.66075 3.18189,-0.47001 4.50887,-1.12735 7.73783,-1.15937 11.35612,-5.35068 24.3651,-3.5214 29.52452,-2.34558 -0.1077,4.34882 -0.64329,10.45278 -1.44535,13.25753 -0.83486,3.95125 -1.25505,6.04479 -3.20764,9.5936 -0.86304,4.07813 -2.79707,6.71702 -5.82995,11.62656 -3.16637,4.95692 -8.85713,10.12649 -15.35852,15.5514 -4.35459,5.8898 -19.72031,9.02775 -22.94775,10.88715 -8.55892,2.31056 -17.1425,3.16792 -32.16414,-0.86687 -16.64504,-3.63918 -29.62612,-18.61585 -36.37142,-27.7713 z" + id="path2064" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient2239);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 375.79574,423.19042 c 0.6654,-2.66163 2.25909,-8.13069 3.89624,-10.31356 2.73624,-3.64834 6.99051,-12.21676 10.08436,-16.5017 4.52016,-6.26037 18.25337,-14.60235 24.29417,-17.41846 9.3217,-4.34562 32.45573,-6.36135 45.37965,-0.45838 5.54058,2.53065 16.26536,8.07359 20.62713,12.60546 4.06502,4.22358 10.5201,11.73492 13.7514,18.33522 1.74906,3.57267 7.16364,17.7727 6.41732,17.87684 -4.71335,0.65767 -9.56876,2.38248 -14.43898,3.89623 -3.42766,1.06538 -9.31841,3.89624 -10.08436,3.89624 -3.43786,0 -15.4907,-0.83882 -19.0228,-0.68757 -3.52211,0.15082 -8.86547,0.0959 -10.54273,0.45837 -5.14771,1.11256 -13.46546,-0.10221 -18.33522,-2.97947 -9.24476,1.9224 -12.77368,3.34755 -27.27363,-1.37513 -12.22239,-3.98088 -23.04873,-1.05625 -24.52336,-0.68758 -1.94899,0.48725 -0.57979,-5.24412 -0.22919,-6.64651 z" + id="path2056" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + inkscape:connector-curvature="0" + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 374.65256,430.0385 c -0.46386,0.30755 -0.29852,6.66155 0.0735,9.77357 0.69771,1.34006 -0.75673,3.15055 0.0612,4.42669 1.06229,1.26575 17.96392,4.17448 30.99751,-2.71591 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 31.04308,-5.08128 36.16127,-5.63736 3.18189,-0.47001 6.34239,-1.12735 9.57135,-1.15937 2.18853,-0.0793 11.59494,2.01483 14.10855,3.03809 7.97815,3.2478 10.94211,1.92182 12.43548,2.40625 0.3507,-1.15174 0.96205,-3.0669 0.61838,-5.30434 -0.14728,-2.69526 0.80767,-8.85257 -0.22817,-10.57514 -0.86303,-0.73485 0.23011,-2.34712 -0.76943,-2.57144 -3.35671,0.5678 -9.25646,2.30332 -14.14181,3.90936 -4.29978,1.42531 -6.14948,2.85959 -9.02473,2.95456 -2.70396,0.83022 -9.61856,0.40802 -12.73297,0.33881 -6.61848,-1.45305 -13.54767,-4.88569 -20.73662,-6.10729 -3.89623,-0.29835 -11.99097,1.55012 -15.2184,3.40951 -5.12106,-2.50243 -16.63917,-4.01807 -20.88889,-4.38581 -15.49707,-1.34855 -27.70891,1.32477 -32.25937,2.52363 z" + id="path2058" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path2052" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="display:inline" + inkscape:label="SeaMonkey" + id="layer2" /> + </g> + <g + transform="matrix(2.8571604,0,0,2.8571604,-2863.2797,-2029.3264)" + id="g4181"> + <rect + y="722.69794" + x="1011.0417" + height="17.999828" + width="26.999828" + id="rect4183" + style="opacity:1;fill:#f3f4f5;fill-opacity:1;fill-rule:nonzero;stroke:#3b556e;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="727.71289" + x="1015.0414" + height="4.0004034" + width="19.000404" + id="rect4185" + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00561d;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccc" + id="path4187" + d="m 1016.0339,727.75491 v 3.82169 z" + style="fill:none;fill-rule:evenodd;stroke:#49b83c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + style="fill:none;fill-rule:evenodd;stroke:#49b83c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 1018.028,727.7436 v 3.82169 z" + id="path4189" + sodipodi:nodetypes="ccc" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccc" + id="path4191" + d="m 1020.017,727.73673 v 3.82169 z" + style="fill:none;fill-rule:evenodd;stroke:#49b83c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + style="fill:none;fill-rule:evenodd;stroke:#49b83c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 1022.0115,727.60918 v 3.82169 z" + id="path4193" + sodipodi:nodetypes="ccc" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccc" + id="path4195" + d="m 1023.9948,727.6158 v 3.82169 z" + style="fill:none;fill-rule:evenodd;stroke:#49b83c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#73c890;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4197" + width="19.000404" + height="4.0004034" + x="1015.0414" + y="727.71289" /> + <g + transform="translate(0.1771012,-38.795917)" + id="g4199"> + <path + inkscape:connector-curvature="0" + id="path4201" + d="m 1021.0703,782.19928 0.037,-5.6165 6.5797,-0.11554 -0.01,5.86042 1.1725,0.0899 -4.4735,4.7307 -4.5408,-4.64725 z" + style="fill:#6ec527;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccc" + style="fill:url(#radialGradient4215);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 1021.0703,782.19928 0.037,-5.6165 6.5797,-0.11554 0.1994,5.96205 -4.1978,4.09216 -3.8509,-4.02048 z" + id="path4203" /> + <path + inkscape:connector-curvature="0" + id="path4205" + d="m 1020.8642,781.38404 v -5.0002 h 7.0004 v 5.0002" + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4217);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + id="path4207" + d="m 1027.8606,782.31893 h 1.4534 l -4.9495,4.94951 -4.9495,-4.94947 1.4469,-1e-5" + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00561d;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + </g> + <rect + y="727.71289" + x="1015.0414" + height="4.0004034" + width="19.000404" + id="rect4209" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4219);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/svg/editorWindow.svg b/comm/suite/branding/seamonkey/icons/svg/editorWindow.svg new file mode 100644 index 0000000000..7bceab2fda --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/svg/editorWindow.svg @@ -0,0 +1,214 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="128px" + height="128px" + viewBox="0 0 128 128" + version="1.1" + id="SVGRoot" + inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" + sodipodi:docname="editorWindowScalable.svg"> +<!-- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at https://mozilla.org/MPL/2.0/. + +--> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="64" + inkscape:cy="64" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1786" + inkscape:window-height="1021" + inkscape:window-x="47" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:grid-bbox="true" /> + <defs + id="defs5613"> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2242" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2239" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + </defs> + <metadata + id="metadata5616"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1"> + <g + transform="translate(-157.06859,-245.97515)" + id="g2435"> + <g + transform="translate(-216.72313,-127.76887)" + id="g2405"> + <g + id="layer3" + inkscape:label="Shadow" + style="display:inline" /> + <g + inkscape:label="Background" + id="g2408" + style="display:inline"> + <g + id="g2219"> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + id="path6573" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + inkscape:export-ydpi="24.028801" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + id="path2064" + d="m 383.85677,470.3348 c -6.32473,-12.34953 -8.05387,-20.49647 -9.52788,-32.28418 3.81257,-0.10939 4.90008,-2.24285 31.45589,3.47223 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 13.05993,-0.67788 15.04445,-1.97661 1.98739,-0.88215 15.99863,-3.10467 21.11682,-3.66075 3.18189,-0.47001 4.50887,-1.12735 7.73783,-1.15937 11.35612,-5.35068 24.3651,-3.5214 29.52452,-2.34558 -0.1077,4.34882 -0.64329,10.45278 -1.44535,13.25753 -0.83486,3.95125 -1.25505,6.04479 -3.20764,9.5936 -0.86304,4.07813 -2.79707,6.71702 -5.82995,11.62656 -3.16637,4.95692 -8.85713,10.12649 -15.35852,15.5514 -4.35459,5.8898 -19.72031,9.02775 -22.94775,10.88715 -8.55892,2.31056 -17.1425,3.16792 -32.16414,-0.86687 -16.64504,-3.63918 -29.62612,-18.61585 -36.37142,-27.7713 z" + style="fill:url(#linearGradient2242);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cssssssssssscsss" + id="path2056" + d="m 375.79574,423.19042 c 0.6654,-2.66163 2.25909,-8.13069 3.89624,-10.31356 2.73624,-3.64834 6.99051,-12.21676 10.08436,-16.5017 4.52016,-6.26037 18.25337,-14.60235 24.29417,-17.41846 9.3217,-4.34562 32.45573,-6.36135 45.37965,-0.45838 5.54058,2.53065 16.26536,8.07359 20.62713,12.60546 4.06502,4.22358 10.5201,11.73492 13.7514,18.33522 1.74906,3.57267 7.16364,17.7727 6.41732,17.87684 -4.71335,0.65767 -9.56876,2.38248 -14.43898,3.89623 -3.42766,1.06538 -9.31841,3.89624 -10.08436,3.89624 -3.43786,0 -15.4907,-0.83882 -19.0228,-0.68757 -3.52211,0.15082 -8.86547,0.0959 -10.54273,0.45837 -5.14771,1.11256 -13.46546,-0.10221 -18.33522,-2.97947 -9.24476,1.9224 -12.77368,3.34755 -27.27363,-1.37513 -12.22239,-3.98088 -23.04873,-1.05625 -24.52336,-0.68758 -1.94899,0.48725 -0.57979,-5.24412 -0.22919,-6.64651 z" + style="fill:url(#linearGradient2239);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccsccccccccccc" + id="path2058" + d="m 374.65256,430.0385 c -0.46386,0.30755 -0.29852,6.66155 0.0735,9.77357 0.69771,1.34006 -0.75673,3.15055 0.0612,4.42669 1.06229,1.26575 17.96392,4.17448 30.99751,-2.71591 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 31.04308,-5.08128 36.16127,-5.63736 3.18189,-0.47001 6.34239,-1.12735 9.57135,-1.15937 2.18853,-0.0793 11.59494,2.01483 14.10855,3.03809 7.97815,3.2478 10.94211,1.92182 12.43548,2.40625 0.3507,-1.15174 0.96205,-3.0669 0.61838,-5.30434 -0.14728,-2.69526 0.80767,-8.85257 -0.22817,-10.57514 -0.86303,-0.73485 0.23011,-2.34712 -0.76943,-2.57144 -3.35671,0.5678 -9.25646,2.30332 -14.14181,3.90936 -4.29978,1.42531 -6.14948,2.85959 -9.02473,2.95456 -2.70396,0.83022 -9.61856,0.40802 -12.73297,0.33881 -6.61848,-1.45305 -13.54767,-4.88569 -20.73662,-6.10729 -3.89623,-0.29835 -11.99097,1.55012 -15.2184,3.40951 -5.12106,-2.50243 -16.63917,-4.01807 -20.88889,-4.38581 -15.49707,-1.34855 -27.70891,1.32477 -32.25937,2.52363 z" + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + id="path2052" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + </g> + <g + id="layer2" + inkscape:label="SeaMonkey" + style="display:inline" /> + </g> + <g + id="g2417" + transform="matrix(3.5766367,0,0,3.5766367,277.69915,379.568)"> + <path + inkscape:connector-curvature="0" + id="path2419" + d="m -25.69054,-11.447732 5.26078,-14.094435 11.986099,2.169649 -2.158268,14.9308247 z" + style="fill:#ffffff;fill-rule:evenodd;stroke:#8d8888;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccccccccccccccccccc" + id="path2421" + d="m -19.730935,-21.959623 0.749132,0.135603 0.749131,0.135603 0.749131,0.135603 0.749131,0.135603 0.749131,0.135603 0.749131,0.135604 0.749132,0.135603 0.749131,0.135603 0.749131,0.135603 0.749131,0.135603 0.749131,0.135603 0.749132,0.135603 v 0 l -0.749132,-0.135603 -0.749131,-0.135603 -0.749131,-0.135603 -0.749131,-0.135603 -0.749131,-0.135603 -0.749132,-0.135603 -0.749131,-0.135604 -0.749131,-0.135603 -0.749131,-0.135603 -0.749131,-0.135603 -0.749131,-0.135603 z" + style="fill:#ffffff;fill-rule:evenodd;stroke:#8d8888;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-rule:evenodd;stroke:#8d8888;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m -20.458605,-19.575327 0.749132,0.135603 0.749131,0.135603 0.749131,0.135603 0.749131,0.135603 0.749131,0.135603 0.749131,0.135604 0.749132,0.135603 0.749131,0.135603 0.749131,0.135603 0.749131,0.135603 0.749131,0.135603 0.749132,0.135603 v 0 l -0.749132,-0.135603 -0.749131,-0.135603 -0.749131,-0.135603 -0.749131,-0.135603 -0.749131,-0.135603 -0.749132,-0.135603 -0.749131,-0.135604 -0.749131,-0.135603 -0.749131,-0.135603 -0.749131,-0.135603 -0.749131,-0.135603 z" + id="path2423" + sodipodi:nodetypes="ccccccccccccccccccccccccccc" /> + <path + inkscape:connector-curvature="0" + style="fill:#a2c2de;fill-opacity:1;fill-rule:nonzero;stroke:#2271bc;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -8.450037,-28.245275 c -0.970358,2.006581 -2.166317,3.931798 -3.682122,5.54764 -0.509248,0.500769 -1.058333,1.066037 -1.750015,1.205493 -0.54566,0.08346 -0.674001,-0.592426 -0.618549,-1.039912 0.14582,-1.41906 0.759026,-2.759364 1.381823,-4.040375 0.969709,-1.884697 2.125466,-3.705249 3.599541,-5.209737 0.487262,-0.450156 1.023899,-0.992482 1.682798,-1.04552 0.544816,0.02662 0.56687,0.736752 0.511403,1.188274 -0.148152,1.163095 -0.610945,2.274243 -1.099996,3.341338" + id="path2425" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="csssccscc" + id="path2427" + d="m -12.873502,-21.508276 c -0.502412,0.518158 -1.042444,0.838596 -1.440354,1.012263 -0.16156,0.07051 -0.309507,0.278033 -0.583527,0.15493 -0.23579,-0.110547 -0.43802,-0.285099 -0.47272,-0.446272 -0.08713,-0.404734 0.05555,-1.280998 0.28909,-1.877028 0.1616,-0.405262 0.402886,-1.013441 0.669696,-1.443413 0.72003,-0.06238 1.343294,0.143983 1.518734,0.287907 0.4558,0.373918 0.798955,0.757496 0.921345,1.309524 -0.450913,0.528581 -0.644945,0.729805 -0.902264,1.002089 z" + style="fill:#000000;fill-opacity:0.99215686;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccssccsscc" + id="path2429" + d="m -13.278907,-20.408924 c -0.108123,0.590226 -0.29482,1.26275 -0.801275,2.021917 -0.121028,0.156629 -1.032398,-0.375324 -2.14733,1.128838 -0.284721,0.384119 1.547051,-3.350132 1.410256,-3.433094 -0.136663,-0.09258 -1.544388,3.547818 -1.514129,3.418801 0.319782,-1.363461 -0.57915,-1.934836 -0.532114,-2.159478 0.206373,-0.874762 0.607095,-1.658897 1.188459,-2.323433 0.300451,-0.326124 0.634229,-0.639981 1.127534,-0.81581 0.195489,-0.05819 0.434537,-0.117957 0.736353,0.0054 0.275031,0.126518 0.410178,0.362893 0.483058,0.544883 0.170925,0.463474 0.17481,0.968007 0.04919,1.612022 z" + style="fill:#c5c5c5;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccccccccccccccccccc" + id="path2431" + d="m -21.129721,-16.757843 0.749132,0.135603 0.749131,0.135603 0.749131,0.135603 0.749131,0.135603 0.749131,0.135603 0.749131,0.135604 0.749132,0.135603 0.749131,0.135603 0.749131,0.135603 0.749131,0.135603 0.749131,0.135603 0.749132,0.135603 v 0 l -0.749132,-0.135603 -0.749131,-0.135603 -0.749131,-0.135603 -0.749131,-0.135603 -0.749131,-0.135603 -0.749132,-0.135603 -0.749131,-0.135604 -0.749131,-0.135603 -0.749131,-0.135603 -0.749131,-0.135603 -0.749131,-0.135603 z" + style="fill:#ffffff;fill-rule:evenodd;stroke:#8d8888;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-rule:evenodd;stroke:#8d8888;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="m -22.000837,-14.036738 0.749132,0.135603 0.749131,0.135603 0.749131,0.135603 0.749131,0.135603 0.749131,0.135603 0.749131,0.135604 0.749132,0.135603 0.749131,0.135603 0.749131,0.135603 0.749131,0.135603 0.749131,0.135603 0.749132,0.135603 v 0 l -0.749132,-0.135603 -0.749131,-0.135603 -0.749131,-0.135603 -0.749131,-0.135603 -0.749131,-0.135603 -0.749132,-0.135603 -0.749131,-0.135604 -0.749131,-0.135603 -0.749131,-0.135603 -0.749131,-0.135603 -0.749131,-0.135603 z" + id="path2433" + sodipodi:nodetypes="ccccccccccccccccccccccccccc" /> + </g> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/svg/findBookmarkWindow.svg b/comm/suite/branding/seamonkey/icons/svg/findBookmarkWindow.svg new file mode 100644 index 0000000000..13aa2bbaac --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/svg/findBookmarkWindow.svg @@ -0,0 +1,211 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="128px" + height="128px" + viewBox="0 0 128 128" + version="1.1" + id="SVGRoot" + inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" + sodipodi:docname="findBookmarkWindowScalable.svg"> +<!-- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at https://mozilla.org/MPL/2.0/. + +--> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="64" + inkscape:cy="64" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1786" + inkscape:window-height="1021" + inkscape:window-x="47" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:grid-bbox="true" /> + <defs + id="defs6452"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3119" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3121" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + </defs> + <metadata + id="metadata6455"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1"> + <g + transform="translate(-373.79163,-373.74402)" + id="g4261"> + <g + id="g4263" + inkscape:label="Shadow" + style="display:inline" /> + <g + inkscape:label="Background" + id="g4265" + style="display:inline"> + <g + id="g4267"> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + id="path4269" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + inkscape:export-ydpi="24.028801" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + id="path4271" + d="m 383.85677,470.3348 c -6.32473,-12.34953 -8.05387,-20.49647 -9.52788,-32.28418 3.81257,-0.10939 4.90008,-2.24285 31.45589,3.47223 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 13.05993,-0.67788 15.04445,-1.97661 1.98739,-0.88215 15.99863,-3.10467 21.11682,-3.66075 3.18189,-0.47001 4.50887,-1.12735 7.73783,-1.15937 11.35612,-5.35068 24.3651,-3.5214 29.52452,-2.34558 -0.1077,4.34882 -0.64329,10.45278 -1.44535,13.25753 -0.83486,3.95125 -1.25505,6.04479 -3.20764,9.5936 -0.86304,4.07813 -2.79707,6.71702 -5.82995,11.62656 -3.16637,4.95692 -8.85713,10.12649 -15.35852,15.5514 -4.35459,5.8898 -19.72031,9.02775 -22.94775,10.88715 -8.55892,2.31056 -17.1425,3.16792 -32.16414,-0.86687 -16.64504,-3.63918 -29.62612,-18.61585 -36.37142,-27.7713 z" + style="fill:url(#linearGradient3119);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cssssssssssscsss" + id="path4273" + d="m 375.79574,423.19042 c 0.6654,-2.66163 2.25909,-8.13069 3.89624,-10.31356 2.73624,-3.64834 6.99051,-12.21676 10.08436,-16.5017 4.52016,-6.26037 18.25337,-14.60235 24.29417,-17.41846 9.3217,-4.34562 32.45573,-6.36135 45.37965,-0.45838 5.54058,2.53065 16.26536,8.07359 20.62713,12.60546 4.06502,4.22358 10.5201,11.73492 13.7514,18.33522 1.74906,3.57267 7.16364,17.7727 6.41732,17.87684 -4.71335,0.65767 -9.56876,2.38248 -14.43898,3.89623 -3.42766,1.06538 -9.31841,3.89624 -10.08436,3.89624 -3.43786,0 -15.4907,-0.83882 -19.0228,-0.68757 -3.52211,0.15082 -8.86547,0.0959 -10.54273,0.45837 -5.14771,1.11256 -13.46546,-0.10221 -18.33522,-2.97947 -9.24476,1.9224 -12.77368,3.34755 -27.27363,-1.37513 -12.22239,-3.98088 -23.04873,-1.05625 -24.52336,-0.68758 -1.94899,0.48725 -0.57979,-5.24412 -0.22919,-6.64651 z" + style="fill:url(#linearGradient3121);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccsccccccccccc" + id="path4275" + d="m 374.65256,430.0385 c -0.46386,0.30755 -0.29852,6.66155 0.0735,9.77357 0.69771,1.34006 -0.75673,3.15055 0.0612,4.42669 1.06229,1.26575 17.96392,4.17448 30.99751,-2.71591 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 31.04308,-5.08128 36.16127,-5.63736 3.18189,-0.47001 6.34239,-1.12735 9.57135,-1.15937 2.18853,-0.0793 11.59494,2.01483 14.10855,3.03809 7.97815,3.2478 10.94211,1.92182 12.43548,2.40625 0.3507,-1.15174 0.96205,-3.0669 0.61838,-5.30434 -0.14728,-2.69526 0.80767,-8.85257 -0.22817,-10.57514 -0.86303,-0.73485 0.23011,-2.34712 -0.76943,-2.57144 -3.35671,0.5678 -9.25646,2.30332 -14.14181,3.90936 -4.29978,1.42531 -6.14948,2.85959 -9.02473,2.95456 -2.70396,0.83022 -9.61856,0.40802 -12.73297,0.33881 -6.61848,-1.45305 -13.54767,-4.88569 -20.73662,-6.10729 -3.89623,-0.29835 -11.99097,1.55012 -15.2184,3.40951 -5.12106,-2.50243 -16.63917,-4.01807 -20.88889,-4.38581 -15.49707,-1.34855 -27.70891,1.32477 -32.25937,2.52363 z" + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + id="path4277" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + </g> + <g + id="g4279" + inkscape:label="SeaMonkey" + style="display:inline" /> + </g> + <g + transform="matrix(1.2522169,0,0,1.1949279,319.59463,-195.9516)" + id="g4281-0"> + <path + inkscape:connector-curvature="0" + inkscape:export-ydpi="80.222176" + inkscape:export-xdpi="80.222176" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\bkmk3.png" + sodipodi:nodetypes="ccsccccccccccccccccccccsc" + id="path4283-0" + d="m -227.62113,184.74074 c -4.49411,-0.0954 -8.97042,2.374 -11.191,6.2799 -2.63845,4.36896 -2.07131,10.19335 1.18251,14.09932 l 6.45195,6.95613 6.28685,6.60414 6.28203,6.77764 6.46157,6.60911 6.28684,6.60412 6.28203,6.77766 6.28686,6.60411 6.46157,6.60911 -0.43407,-9.56308 -0.25451,-9.73165 9.59088,0.96781 9.59091,0.9678 -6.28683,-6.60412 -6.46158,-6.60911 -6.28205,-6.77765 -6.28682,-6.60412 -6.46159,-6.6091 -6.28202,-6.77765 -6.28686,-6.60414 -6.46158,-6.60911 c -1.7903,-1.65835 -4.1384,-2.72262 -6.55787,-3.13885 -0.63712,-0.1224 -1.2752,-0.21464 -1.91722,-0.22827 z" + style="fill:#8ac692;fill-opacity:1;fill-rule:evenodd;stroke:#2d692d;stroke-width:2.79422808;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:export-ydpi="76.790672" + inkscape:export-xdpi="76.790672" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\bkmk.png" + transform="matrix(2.9454369,2.8106115,-3.1508717,2.6846787,-194.04659,207.50232)" + sodipodi:open="true" + sodipodi:end="5.9263177" + sodipodi:start="5.9358167" + d="M -6.4729494,3.5241129 A 0.78960949,0.77599555 0 0 1 -6.9448319,4.5172983 0.78960949,0.77599555 0 0 1 -7.9565593,4.0559115 0.78960949,0.77599555 0 0 1 -7.489482,3.0605348 0.78960949,0.77599555 0 0 1 -6.4755362,3.517194" + sodipodi:ry="0.77599555" + sodipodi:rx="0.78960949" + sodipodi:cy="3.788281" + sodipodi:cx="-7.2153969" + id="path4285-5" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.39147401;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + <g + id="g3129-6" + transform="matrix(-4.8274668,0,0,4.8274668,164.49732,-96.183626)"> + <path + inkscape:connector-curvature="0" + style="fill:#91380c;fill-opacity:1;fill-rule:nonzero;stroke:#682707;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 22.484347,32.246116 c 3.080132,2.515494 5.769185,6.012023 6.002351,7.804753 0.233164,1.792726 -2.077419,1.206135 -5.157554,-1.30936 -3.08013,-2.515492 -5.769183,-6.012022 -6.00235,-7.804751 -0.231754,-1.781886 2.0454,-1.217025 5.104569,1.266219" + id="path3131-8" /> + <path + transform="matrix(1.0443307,0,0,1.0442899,31.33439,24.634086)" + sodipodi:open="true" + sodipodi:end="5.9263177" + sodipodi:start="5.9358167" + d="m -10.649134,2.2285586 a 4.4278188,4.4278188 0 0 1 -2.646131,5.6671008 4.4278188,4.4278188 0 0 1 -5.673369,-2.6326657 4.4278188,4.4278188 0 0 1 2.619186,-5.67960464 4.4278188,4.4278188 0 0 1 5.685808,2.60569044" + sodipodi:ry="4.4278188" + sodipodi:rx="4.4278188" + sodipodi:cy="3.7358978" + sodipodi:cx="-14.812487" + id="path3133-0" + style="fill:#d1d3d5;fill-opacity:1;fill-rule:nonzero;stroke:#444444;stroke-width:0.71817738;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/svg/findHistoryWindow.svg b/comm/suite/branding/seamonkey/icons/svg/findHistoryWindow.svg new file mode 100644 index 0000000000..fe43d3fba4 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/svg/findHistoryWindow.svg @@ -0,0 +1,396 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="128px" + height="128px" + viewBox="0 0 128 128" + version="1.1" + id="SVGRoot" + inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" + sodipodi:docname="findHistoryWindowScalable.svg"> +<!-- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at https://mozilla.org/MPL/2.0/. + +--> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="64" + inkscape:cy="64" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1786" + inkscape:window-height="1021" + inkscape:window-x="47" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:grid-bbox="true" /> + <defs + id="defs7852"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3308" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3311" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <filter + inkscape:collect="always" + id="filter4288"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="8.1055212" + id="feGaussianBlur4290" /> + </filter> + </defs> + <metadata + id="metadata7855"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1"> + <g + id="g3212" + transform="translate(-225.00117,-55.438896)"> + <g + transform="translate(-148.79055,-318.30513)" + id="g4024"> + <g + id="g4026" + inkscape:label="Shadow" + style="display:inline" /> + <g + inkscape:label="Background" + id="g4028" + style="display:inline"> + <g + id="g4030"> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + id="path4032" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + inkscape:export-ydpi="24.028801" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + id="path4034" + d="m 383.85677,470.3348 c -6.32473,-12.34953 -8.05387,-20.49647 -9.52788,-32.28418 3.81257,-0.10939 4.90008,-2.24285 31.45589,3.47223 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 13.05993,-0.67788 15.04445,-1.97661 1.98739,-0.88215 15.99863,-3.10467 21.11682,-3.66075 3.18189,-0.47001 4.50887,-1.12735 7.73783,-1.15937 11.35612,-5.35068 24.3651,-3.5214 29.52452,-2.34558 -0.1077,4.34882 -0.64329,10.45278 -1.44535,13.25753 -0.83486,3.95125 -1.25505,6.04479 -3.20764,9.5936 -0.86304,4.07813 -2.79707,6.71702 -5.82995,11.62656 -3.16637,4.95692 -8.85713,10.12649 -15.35852,15.5514 -4.35459,5.8898 -19.72031,9.02775 -22.94775,10.88715 -8.55892,2.31056 -17.1425,3.16792 -32.16414,-0.86687 -16.64504,-3.63918 -29.62612,-18.61585 -36.37142,-27.7713 z" + style="fill:url(#linearGradient3308);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cssssssssssscsss" + id="path4036" + d="m 375.79574,423.19042 c 0.6654,-2.66163 2.25909,-8.13069 3.89624,-10.31356 2.73624,-3.64834 6.99051,-12.21676 10.08436,-16.5017 4.52016,-6.26037 18.25337,-14.60235 24.29417,-17.41846 9.3217,-4.34562 32.45573,-6.36135 45.37965,-0.45838 5.54058,2.53065 16.26536,8.07359 20.62713,12.60546 4.06502,4.22358 10.5201,11.73492 13.7514,18.33522 1.74906,3.57267 7.16364,17.7727 6.41732,17.87684 -4.71335,0.65767 -9.56876,2.38248 -14.43898,3.89623 -3.42766,1.06538 -9.31841,3.89624 -10.08436,3.89624 -3.43786,0 -15.4907,-0.83882 -19.0228,-0.68757 -3.52211,0.15082 -8.86547,0.0959 -10.54273,0.45837 -5.14771,1.11256 -13.46546,-0.10221 -18.33522,-2.97947 -9.24476,1.9224 -12.77368,3.34755 -27.27363,-1.37513 -12.22239,-3.98088 -23.04873,-1.05625 -24.52336,-0.68758 -1.94899,0.48725 -0.57979,-5.24412 -0.22919,-6.64651 z" + style="fill:url(#linearGradient3311);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccsccccccccccc" + id="path4038" + d="m 374.65256,430.0385 c -0.46386,0.30755 -0.29852,6.66155 0.0735,9.77357 0.69771,1.34006 -0.75673,3.15055 0.0612,4.42669 1.06229,1.26575 17.96392,4.17448 30.99751,-2.71591 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 31.04308,-5.08128 36.16127,-5.63736 3.18189,-0.47001 6.34239,-1.12735 9.57135,-1.15937 2.18853,-0.0793 11.59494,2.01483 14.10855,3.03809 7.97815,3.2478 10.94211,1.92182 12.43548,2.40625 0.3507,-1.15174 0.96205,-3.0669 0.61838,-5.30434 -0.14728,-2.69526 0.80767,-8.85257 -0.22817,-10.57514 -0.86303,-0.73485 0.23011,-2.34712 -0.76943,-2.57144 -3.35671,0.5678 -9.25646,2.30332 -14.14181,3.90936 -4.29978,1.42531 -6.14948,2.85959 -9.02473,2.95456 -2.70396,0.83022 -9.61856,0.40802 -12.73297,0.33881 -6.61848,-1.45305 -13.54767,-4.88569 -20.73662,-6.10729 -3.89623,-0.29835 -11.99097,1.55012 -15.2184,3.40951 -5.12106,-2.50243 -16.63917,-4.01807 -20.88889,-4.38581 -15.49707,-1.34855 -27.70891,1.32477 -32.25937,2.52363 z" + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + id="path4040" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + </g> + <g + id="g4042" + inkscape:label="SeaMonkey" + style="display:inline" /> + </g> + <g + transform="translate(-153.84722,-21.867746)" + id="g4044"> + <path + transform="matrix(0.2477023,0,0,0.2079683,648.47198,64.124139)" + sodipodi:open="true" + sodipodi:end="5.9263177" + sodipodi:start="5.9358167" + d="m -661.87975,209.38359 a 127.14286,151.42857 0 0 1 -75.98248,193.81123 127.14286,151.42857 0 0 1 -162.90828,-90.03549 127.14286,151.42857 0 0 1 75.20875,-194.23885 127.14286,151.42857 0 0 1 163.26548,89.11295" + sodipodi:ry="151.42857" + sodipodi:rx="127.14286" + sodipodi:cy="260.93362" + sodipodi:cx="-781.42859" + id="path4046" + style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.40591908;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <text + id="text4048" + y="93.797005" + x="451.29788" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="93.797005" + x="451.29788" + id="tspan4050" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">XII</tspan></text> + <text + id="text4052" + y="97.519417" + x="466.95267" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="97.519417" + x="466.95267" + id="tspan4054" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">I</tspan></text> + <text + id="text4056" + y="106.09559" + x="475.9686" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="106.09559" + x="475.9686" + id="tspan4058" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">II</tspan></text> + <text + id="text4060" + y="119.60712" + x="479.48703" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="119.60712" + x="479.48703" + id="tspan4062" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">III</tspan></text> + <text + id="text4064" + y="133.25336" + x="475.19901" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="133.25336" + x="475.19901" + id="tspan4066" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">IV</tspan></text> + <text + id="text4068" + y="142.88013" + x="466.40292" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="142.88013" + x="466.40292" + id="tspan4070" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">V</tspan></text> + <text + id="text4072" + y="146.44739" + x="451.66959" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="146.44739" + x="451.66959" + id="tspan4074" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">VI</tspan></text> + <text + id="text4076" + y="143.14886" + x="437.59592" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="143.14886" + x="437.59592" + id="tspan4078" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">VII</tspan></text> + <text + id="text4080" + y="133.09454" + x="428.68991" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="133.09454" + x="428.68991" + id="tspan4082" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">VIII</tspan></text> + <text + id="text4084" + y="119.50953" + x="426.38095" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="119.50953" + x="426.38095" + id="tspan4086" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">IX</tspan></text> + <text + id="text4088" + y="105.9856" + x="430.44913" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="105.9856" + x="430.44913" + id="tspan4090" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">X</tspan></text> + <text + id="text4092" + y="97.519417" + x="439.02524" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="97.519417" + x="439.02524" + id="tspan4094" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">XI</tspan></text> + <g + transform="matrix(0.5000001,0,0,0.5000001,64.050849,-145.21778)" + id="g4096"> + <path + inkscape:connector-curvature="0" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 779.71875,502 v 2.875 2.875 2.875 2.875 2.875 2.875 2.875 2.875 2.875 h 4 V 525 522.125 519.25 516.375 513.5 510.625 507.75 504.875 502 Z" + id="path4098" + sodipodi:nodetypes="ccccccccccccccccccccc" /> + <path + inkscape:connector-curvature="0" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.76657629;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" + d="m 781.71875,496.68239 2.61671,5.23343 h -5.23342 z" + id="path4100" + sodipodi:nodetypes="cccc" /> + </g> + <g + transform="matrix(-0.4291897,-0.256508,0.256508,-0.4291897,652.78758,549.26748)" + id="g4102"> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccccccccccccccccccc" + id="path4104" + d="m 779.71875,502 v 2.875 2.875 2.875 2.875 2.875 2.875 2.875 2.875 2.875 2.875 2.875 2.875 h 4 V 533.625 530.75 527.875 525 522.125 519.25 516.375 513.5 510.625 507.75 504.875 502 Z" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" + id="path4106" + d="m 781.71875,496.68239 2.61671,5.23343 h -5.23342 z" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.76657629;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" /> + </g> + <path + transform="matrix(0.5000001,0,0,0.5000001,67.279699,-148.03415)" + sodipodi:open="true" + sodipodi:end="5.9263177" + sodipodi:start="5.9358167" + d="m 778.6727,531.61082 a 3.6283669,3.6283669 0 0 1 -2.16837,4.6439 3.6283669,3.6283669 0 0 1 -4.64903,-2.15734 3.6283669,3.6283669 0 0 1 2.14629,-4.65414 3.6283669,3.6283669 0 0 1 4.65922,2.13523" + sodipodi:ry="3.6283669" + sodipodi:rx="3.6283669" + sodipodi:cy="532.84601" + sodipodi:cx="775.26105" + id="path4108" + style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="3.7992489" + inkscape:original="M -784.625 119.21875 C -823.30724 120.2578 -857.85589 145.69751 -876.65625 178.4375 C -911.16585 236.5006 -905.33598 317.22678 -859.21875 367.5 C -835.95661 393.00489 -800.00341 407.76292 -765.34375 401.375 C -725.99105 394.88795 -694.34644 364.38152 -678.625 328.90625 C -652.69932 272.153 -661.28225 199.33022 -704.71875 153.46875 C -725.24632 131.86038 -754.52802 118.0423 -784.625 119.21875 z " + style="fill:#ffffff;fill-opacity:0.23602486;fill-rule:nonzero;stroke:#000000;stroke-width:4.40591908;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter4288)" + id="path4110" + d="m -784.75977,115.42188 c -40.2611,1.09547 -75.79772,27.37379 -95.17382,61.09765 -35.37906,59.54928 -29.45794,141.89836 17.9082,193.54102 0.002,0.002 0.006,0.003 0.008,0.006 3.4e-4,3.7e-4 -3.4e-4,0.002 0,0.002 24.07235,26.38799 61.18486,41.68739 97.31055,35.05078 40.90102,-6.75069 73.38739,-38.20666 89.54687,-74.6582 26.55489,-58.15536 17.83876,-132.4738 -26.80078,-179.60547 a 3.7996289,3.7996289 0 0 0 -0.004,-0.004 c -21.21,-22.32673 -51.44654,-36.65052 -82.79493,-35.42968 z" + transform="matrix(0.2477023,0,0,0.2079683,648.46968,64.107569)" /> + </g> + <g + transform="matrix(4.13789,0,0,4.13789,186.93117,5.0293239)" + id="g4112"> + <path + inkscape:connector-curvature="0" + id="path4114" + d="m 22.484347,32.246116 c 3.080132,2.515494 5.769185,6.012023 6.002351,7.804753 0.233164,1.792726 -2.077419,1.206135 -5.157554,-1.30936 -3.08013,-2.515492 -5.769183,-6.012022 -6.00235,-7.804751 -0.231754,-1.781886 2.0454,-1.217025 5.104569,1.266219" + style="fill:#91380c;fill-opacity:1;fill-rule:nonzero;stroke:#682707;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:type="arc" + style="fill:#d1d3d5;fill-opacity:1;fill-rule:nonzero;stroke:#444444;stroke-width:0.71817738;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4116" + sodipodi:cx="-14.812487" + sodipodi:cy="3.7358978" + sodipodi:rx="4.4278188" + sodipodi:ry="4.4278188" + d="m -10.649134,2.2285586 a 4.4278188,4.4278188 0 0 1 -2.646131,5.6671008 4.4278188,4.4278188 0 0 1 -5.673369,-2.6326657 4.4278188,4.4278188 0 0 1 2.619186,-5.67960464 4.4278188,4.4278188 0 0 1 5.685808,2.60569044" + sodipodi:start="5.9358167" + sodipodi:end="5.9263177" + sodipodi:open="true" + transform="matrix(1.0443307,0,0,1.0442899,31.33439,24.634086)" /> + </g> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/svg/history-window.svg b/comm/suite/branding/seamonkey/icons/svg/history-window.svg new file mode 100644 index 0000000000..fcfd2d61ef --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/svg/history-window.svg @@ -0,0 +1,403 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="128px" + height="128px" + viewBox="0 0 128 128" + version="1.1" + id="SVGRoot" + inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" + sodipodi:docname="history-windowScalable.svg"> +<!-- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at https://mozilla.org/MPL/2.0/. + +--> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="64" + inkscape:cy="64" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1786" + inkscape:window-height="1021" + inkscape:window-x="47" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:grid-bbox="true" /> + <defs + id="defs9553"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3873" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3875" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <filter + inkscape:collect="always" + id="filter4288"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="8.1055212" + id="feGaussianBlur4290" /> + </filter> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3152" + id="linearGradient3885" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.4893755,0,0,2.4893755,754.50881,-27.065893)" + spreadMethod="pad" + x1="-136.54431" + y1="58.386353" + x2="-130.13719" + y2="78.847557" /> + <linearGradient + id="linearGradient3152" + inkscape:collect="always"> + <stop + id="stop3154" + offset="0" + style="stop-color:#63ba0f;stop-opacity:1;" /> + <stop + id="stop3156" + offset="1" + style="stop-color:#509e07;stop-opacity:1" /> + </linearGradient> + </defs> + <metadata + id="metadata9556"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1"> + <g + id="g3261" + transform="translate(-390.91039,-54.388836)"> + <g + transform="translate(17.118669,-319.35519)" + id="g3787"> + <g + id="g3789" + inkscape:label="Shadow" + style="display:inline" /> + <g + inkscape:label="Background" + id="g3791" + style="display:inline"> + <g + id="g3793"> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + id="path3795" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + inkscape:export-ydpi="24.028801" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + id="path3797" + d="m 383.85677,470.3348 c -6.32473,-12.34953 -8.05387,-20.49647 -9.52788,-32.28418 3.81257,-0.10939 4.90008,-2.24285 31.45589,3.47223 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 13.05993,-0.67788 15.04445,-1.97661 1.98739,-0.88215 15.99863,-3.10467 21.11682,-3.66075 3.18189,-0.47001 4.50887,-1.12735 7.73783,-1.15937 11.35612,-5.35068 24.3651,-3.5214 29.52452,-2.34558 -0.1077,4.34882 -0.64329,10.45278 -1.44535,13.25753 -0.83486,3.95125 -1.25505,6.04479 -3.20764,9.5936 -0.86304,4.07813 -2.79707,6.71702 -5.82995,11.62656 -3.16637,4.95692 -8.85713,10.12649 -15.35852,15.5514 -4.35459,5.8898 -19.72031,9.02775 -22.94775,10.88715 -8.55892,2.31056 -17.1425,3.16792 -32.16414,-0.86687 -16.64504,-3.63918 -29.62612,-18.61585 -36.37142,-27.7713 z" + style="fill:url(#linearGradient3873);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cssssssssssscsss" + id="path3799" + d="m 375.79574,423.19042 c 0.6654,-2.66163 2.25909,-8.13069 3.89624,-10.31356 2.73624,-3.64834 6.99051,-12.21676 10.08436,-16.5017 4.52016,-6.26037 18.25337,-14.60235 24.29417,-17.41846 9.3217,-4.34562 32.45573,-6.36135 45.37965,-0.45838 5.54058,2.53065 16.26536,8.07359 20.62713,12.60546 4.06502,4.22358 10.5201,11.73492 13.7514,18.33522 1.74906,3.57267 7.16364,17.7727 6.41732,17.87684 -4.71335,0.65767 -9.56876,2.38248 -14.43898,3.89623 -3.42766,1.06538 -9.31841,3.89624 -10.08436,3.89624 -3.43786,0 -15.4907,-0.83882 -19.0228,-0.68757 -3.52211,0.15082 -8.86547,0.0959 -10.54273,0.45837 -5.14771,1.11256 -13.46546,-0.10221 -18.33522,-2.97947 -9.24476,1.9224 -12.77368,3.34755 -27.27363,-1.37513 -12.22239,-3.98088 -23.04873,-1.05625 -24.52336,-0.68758 -1.94899,0.48725 -0.57979,-5.24412 -0.22919,-6.64651 z" + style="fill:url(#linearGradient3875);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccsccccccccccc" + id="path3801" + d="m 374.65256,430.0385 c -0.46386,0.30755 -0.29852,6.66155 0.0735,9.77357 0.69771,1.34006 -0.75673,3.15055 0.0612,4.42669 1.06229,1.26575 17.96392,4.17448 30.99751,-2.71591 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 31.04308,-5.08128 36.16127,-5.63736 3.18189,-0.47001 6.34239,-1.12735 9.57135,-1.15937 2.18853,-0.0793 11.59494,2.01483 14.10855,3.03809 7.97815,3.2478 10.94211,1.92182 12.43548,2.40625 0.3507,-1.15174 0.96205,-3.0669 0.61838,-5.30434 -0.14728,-2.69526 0.80767,-8.85257 -0.22817,-10.57514 -0.86303,-0.73485 0.23011,-2.34712 -0.76943,-2.57144 -3.35671,0.5678 -9.25646,2.30332 -14.14181,3.90936 -4.29978,1.42531 -6.14948,2.85959 -9.02473,2.95456 -2.70396,0.83022 -9.61856,0.40802 -12.73297,0.33881 -6.61848,-1.45305 -13.54767,-4.88569 -20.73662,-6.10729 -3.89623,-0.29835 -11.99097,1.55012 -15.2184,3.40951 -5.12106,-2.50243 -16.63917,-4.01807 -20.88889,-4.38581 -15.49707,-1.34855 -27.70891,1.32477 -32.25937,2.52363 z" + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + id="path3803" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + </g> + <g + id="g3805" + inkscape:label="SeaMonkey" + style="display:inline" /> + </g> + <g + transform="translate(12.062002,-22.917805)" + id="g3887"> + <path + transform="matrix(0.2477023,0,0,0.2079683,648.47198,64.124139)" + sodipodi:open="true" + sodipodi:end="5.9263177" + sodipodi:start="5.9358167" + d="m -661.87975,209.38359 a 127.14286,151.42857 0 0 1 -75.98248,193.81123 127.14286,151.42857 0 0 1 -162.90828,-90.03549 127.14286,151.42857 0 0 1 75.20875,-194.23885 127.14286,151.42857 0 0 1 163.26548,89.11295" + sodipodi:ry="151.42857" + sodipodi:rx="127.14286" + sodipodi:cy="260.93362" + sodipodi:cx="-781.42859" + id="path3807" + style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.40591908;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <text + id="text3809" + y="93.797005" + x="451.29788" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="93.797005" + x="451.29788" + id="tspan3811" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">XII</tspan></text> + <text + id="text3813" + y="97.519417" + x="466.95267" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="97.519417" + x="466.95267" + id="tspan3815" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">I</tspan></text> + <text + id="text3817" + y="106.09559" + x="475.9686" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="106.09559" + x="475.9686" + id="tspan3819" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">II</tspan></text> + <text + id="text3821" + y="119.60712" + x="479.48703" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="119.60712" + x="479.48703" + id="tspan3823" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">III</tspan></text> + <text + id="text3825" + y="133.25336" + x="475.19901" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="133.25336" + x="475.19901" + id="tspan3827" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">IV</tspan></text> + <text + id="text3829" + y="142.88013" + x="466.40292" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="142.88013" + x="466.40292" + id="tspan3831" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">V</tspan></text> + <text + id="text3833" + y="146.44739" + x="451.66959" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="146.44739" + x="451.66959" + id="tspan3835" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">VI</tspan></text> + <text + id="text3837" + y="143.14886" + x="437.59592" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="143.14886" + x="437.59592" + id="tspan3839" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">VII</tspan></text> + <text + id="text3841" + y="133.09454" + x="428.68991" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="133.09454" + x="428.68991" + id="tspan3843" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">VIII</tspan></text> + <text + id="text3845" + y="119.50953" + x="426.38095" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="119.50953" + x="426.38095" + id="tspan3847" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">IX</tspan></text> + <text + id="text3849" + y="105.9856" + x="430.44913" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="105.9856" + x="430.44913" + id="tspan3851" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">X</tspan></text> + <text + id="text3853" + y="97.519417" + x="439.02524" + style="font-style:normal;font-weight:bold;line-height:0%;font-family:'Trebuchet MS';writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="97.519417" + x="439.02524" + id="tspan3855" + sodipodi:role="line" + style="font-size:5.00000095px;line-height:1.25">XI</tspan></text> + <g + transform="matrix(0.5000001,0,0,0.5000001,64.050849,-145.21778)" + id="g3857"> + <path + inkscape:connector-curvature="0" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 779.71875,502 v 2.875 2.875 2.875 2.875 2.875 2.875 2.875 2.875 2.875 h 4 V 525 522.125 519.25 516.375 513.5 510.625 507.75 504.875 502 Z" + id="path3859" + sodipodi:nodetypes="ccccccccccccccccccccc" /> + <path + inkscape:connector-curvature="0" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.76657629;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" + d="m 781.71875,496.68239 2.61671,5.23343 h -5.23342 z" + id="path3861" + sodipodi:nodetypes="cccc" /> + </g> + <g + transform="matrix(-0.4291897,-0.256508,0.256508,-0.4291897,652.78758,549.26748)" + id="g3863"> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccccccccccccccccccc" + id="path3865" + d="m 779.71875,502 v 2.875 2.875 2.875 2.875 2.875 2.875 2.875 2.875 2.875 2.875 2.875 2.875 h 4 V 533.625 530.75 527.875 525 522.125 519.25 516.375 513.5 510.625 507.75 504.875 502 Z" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" + id="path3867" + d="m 781.71875,496.68239 2.61671,5.23343 h -5.23342 z" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.76657629;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" /> + </g> + <path + transform="matrix(0.5000001,0,0,0.5000001,67.279699,-148.03415)" + sodipodi:open="true" + sodipodi:end="5.9263177" + sodipodi:start="5.9358167" + d="m 778.6727,531.61082 a 3.6283669,3.6283669 0 0 1 -2.16837,4.6439 3.6283669,3.6283669 0 0 1 -4.64903,-2.15734 3.6283669,3.6283669 0 0 1 2.14629,-4.65414 3.6283669,3.6283669 0 0 1 4.65922,2.13523" + sodipodi:ry="3.6283669" + sodipodi:rx="3.6283669" + sodipodi:cy="532.84601" + sodipodi:cx="775.26105" + id="path3869" + style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="3.7992489" + inkscape:original="M -784.625 119.21875 C -823.30724 120.2578 -857.85589 145.69751 -876.65625 178.4375 C -911.16585 236.5006 -905.33598 317.22678 -859.21875 367.5 C -835.95661 393.00489 -800.00341 407.76292 -765.34375 401.375 C -725.99105 394.88795 -694.34644 364.38152 -678.625 328.90625 C -652.69932 272.153 -661.28225 199.33022 -704.71875 153.46875 C -725.24632 131.86038 -754.52802 118.0423 -784.625 119.21875 z " + style="fill:#ffffff;fill-opacity:0.23602486;fill-rule:nonzero;stroke:#000000;stroke-width:4.40591908;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter4288)" + id="path3871" + d="m -784.75977,115.42188 c -40.2611,1.09547 -75.79772,27.37379 -95.17382,61.09765 -35.37906,59.54928 -29.45794,141.89836 17.9082,193.54102 0.002,0.002 0.006,0.003 0.008,0.006 3.4e-4,3.7e-4 -3.4e-4,0.002 0,0.002 24.07235,26.38799 61.18486,41.68739 97.31055,35.05078 40.90102,-6.75069 73.38739,-38.20666 89.54687,-74.6582 26.55489,-58.15536 17.83876,-132.4738 -26.80078,-179.60547 a 3.7996289,3.7996289 0 0 0 -0.004,-0.004 c -21.21,-22.32673 -51.44654,-36.65052 -82.79493,-35.42968 z" + transform="matrix(0.2477023,0,0,0.2079683,648.46968,64.107569)" /> + </g> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccccccccsc" + id="path3883" + d="m 404.19444,135.98197 24.79232,-24.32202 c 3.13106,-2.55685 11.83238,7.75331 8.38038,11.39109 l -7.10342,7.3016 c -1.18415,1.22356 -0.20921,2.58737 2.51053,2.50551 l 26.97005,0.24521 c 5.00448,0.28701 4.38868,15.11016 0.10407,15.01699 l -27.06073,-0.13418 c -2.95307,-0.0983 -3.38304,1.50804 -2.53262,2.2944 l 7.00805,7.6908 c 3.09206,2.62399 -5.82774,12.40827 -7.80957,10.55959 L 404.47801,143.9352 c -1.63098,-1.38486 -1.7996,-2.78055 -1.82857,-3.79858 -0.0268,-0.94281 0.0817,-2.60794 1.545,-4.15465 z" + style="fill:url(#linearGradient3885);fill-opacity:1;fill-rule:evenodd;stroke:#3f7b07;stroke-width:2.48937559px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" /> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/svg/messengerWindow.svg b/comm/suite/branding/seamonkey/icons/svg/messengerWindow.svg new file mode 100644 index 0000000000..e2f5a3710f --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/svg/messengerWindow.svg @@ -0,0 +1,196 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="128px" + height="128px" + viewBox="0 0 128 128" + version="1.1" + id="SVGRoot" + inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" + sodipodi:docname="messengerWindowScalable.svg"> +<!-- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at https://mozilla.org/MPL/2.0/. + +--> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="64" + inkscape:cy="64" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1786" + inkscape:window-height="1021" + inkscape:window-x="47" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:grid-bbox="true" /> + <defs + id="defs548"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3278" + id="linearGradient2346" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-220.53892,-160.04912)" + x1="63.666668" + y1="18.9375" + x2="77.5" + y2="18.9375" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3278"> + <stop + style="stop-color:#7aa1ca;stop-opacity:1;" + offset="0" + id="stop3280" /> + <stop + style="stop-color:#3c75b2;stop-opacity:1" + offset="1" + id="stop3282" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2343" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,152.57359,197.13637)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <filter + inkscape:collect="always" + id="filter3495"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.6546695" + id="feGaussianBlur3497" /> + </filter> + </defs> + <metadata + id="metadata551"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1"> + <g + id="g2381" + transform="translate(-153.25271,-213.69491)"> + <circle + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6573" + transform="matrix(0.1596245,0,0,0.1596247,158.95416,208.5661)" + cx="365.22308" + cy="433.07086" + r="395.53806" /> + <path + style="fill:url(#linearGradient2346);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 163.31785,310.28568 c -6.32473,-12.34953 -8.05387,-20.49647 -9.52788,-32.28418 3.81257,-0.10939 4.90008,-2.24285 31.45589,3.47223 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 13.05993,-0.67788 15.04445,-1.97661 1.98739,-0.88215 15.99863,-3.10467 21.11682,-3.66075 3.18189,-0.47001 4.50887,-1.12735 7.73783,-1.15937 11.35612,-5.35068 24.3651,-3.5214 29.52452,-2.34558 -0.1077,4.34882 -0.64329,10.45278 -1.44535,13.25753 -0.83486,3.95125 -1.25505,6.04479 -3.20764,9.5936 -0.86304,4.07813 -2.79707,6.71702 -5.82995,11.62656 -3.16637,4.95692 -8.85713,10.12649 -15.35852,15.5514 -4.35459,5.8898 -19.72031,9.02775 -22.94775,10.88715 -8.55892,2.31056 -17.1425,3.16792 -32.16414,-0.86687 -16.64504,-3.63918 -29.62612,-18.61585 -36.37142,-27.7713 z" + id="path2064" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" + inkscape:connector-curvature="0" /> + <path + style="fill:url(#linearGradient2343);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 155.25682,263.1413 c 0.6654,-2.66163 2.25909,-8.13069 3.89624,-10.31356 2.73624,-3.64834 6.99051,-12.21676 10.08436,-16.5017 4.52016,-6.26037 18.25337,-14.60235 24.29417,-17.41846 9.3217,-4.34562 32.45573,-6.36135 45.37965,-0.45838 5.54058,2.53065 16.26536,8.07359 20.62713,12.60546 4.06502,4.22358 10.5201,11.73492 13.7514,18.33522 1.74906,3.57267 7.16364,17.7727 6.41732,17.87684 -4.71335,0.65767 -9.56876,2.38248 -14.43898,3.89623 -3.42766,1.06538 -9.31841,3.89624 -10.08436,3.89624 -3.43786,0 -15.4907,-0.83882 -19.0228,-0.68757 -3.52211,0.15082 -8.86547,0.0959 -10.54273,0.45837 -5.14771,1.11256 -13.46546,-0.10221 -18.33522,-2.97947 -9.24476,1.9224 -12.77368,3.34755 -27.27363,-1.37513 -12.22239,-3.98088 -23.04873,-1.05625 -24.52336,-0.68758 -1.94899,0.48725 -0.57979,-5.24412 -0.22919,-6.64651 z" + id="path2056" + sodipodi:nodetypes="cssssssssssscsss" + inkscape:connector-curvature="0" /> + <path + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 154.11364,269.98938 c -0.46386,0.30755 -0.29852,6.66155 0.0735,9.77357 0.69771,1.34006 -0.75673,3.15055 0.0612,4.42669 1.06229,1.26575 17.96392,4.17448 30.99751,-2.71591 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 31.04308,-5.08128 36.16127,-5.63736 3.18189,-0.47001 6.34239,-1.12735 9.57135,-1.15937 2.18853,-0.0793 11.59494,2.01483 14.10855,3.03809 7.97815,3.2478 10.94211,1.92182 12.43548,2.40625 0.3507,-1.15174 0.96205,-3.0669 0.61838,-5.30434 -0.14728,-2.69526 0.80767,-8.85257 -0.22817,-10.57514 -0.86303,-0.73485 0.23011,-2.34712 -0.76943,-2.57144 -3.35671,0.5678 -9.25646,2.30332 -14.14181,3.90936 -4.29978,1.42531 -6.14948,2.85959 -9.02473,2.95456 -2.70396,0.83022 -9.61856,0.40802 -12.73297,0.33881 -6.61848,-1.45305 -13.54767,-4.88569 -20.73662,-6.10729 -3.89623,-0.29835 -11.99097,1.55012 -15.2184,3.40951 -5.12106,-2.50243 -16.63917,-4.01807 -20.88889,-4.38581 -15.49707,-1.34855 -27.70891,1.32477 -32.25937,2.52363 z" + id="path2058" + sodipodi:nodetypes="cccccccsccccccccccc" + inkscape:connector-curvature="0" /> + <circle + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path2052" + transform="matrix(0.1596245,0,0,0.1596247,158.95416,208.5661)" + cx="365.22308" + cy="433.07086" + r="395.53806" /> + <g + transform="translate(3.3772247,7.0388147)" + id="g2373"> + <path + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.54999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3495)" + d="m 211.32356,128.37745 c 1.33355,-0.68632 17.24041,1.35319 17.85159,3.07786 0.87206,1.13542 1.20617,10.94739 0.41038,11.69588 -1.00211,1.03148 -22.13027,-0.99964 -23.18655,-2.87267 -0.78052,-1.12703 2.65776,-10.31084 4.92458,-11.90107 z" + id="path2458" + sodipodi:nodetypes="ccccc" + transform="matrix(3.3771096,0,0,3.3771096,-522.87836,-188.0747)" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="ccccc" + id="path2460" + d="m 214.85909,134.27001 c 1.33355,-0.68632 3.45183,-1.12168 4.06302,0.60299 3.22908,0.1926 11.45921,7.5297 10.66342,8.27819 -1.00211,1.03148 -22.13027,-0.99964 -23.18655,-2.87267 -0.78052,-1.12703 4.89693,-5.95035 8.46011,-6.00851 z" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.54999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3495)" + transform="matrix(3.3771096,0,0,3.3771096,-522.87836,-188.0747)" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="ccccc" + id="path2466" + d="m 211.32356,128.37745 c 1.33355,-0.68632 17.24041,1.35319 17.85159,3.07786 -0.4243,2.31393 -3.74358,4.22987 -5.95358,4.86051 -3.12344,0.44223 -7.98814,-0.52823 -9.28012,-1.69416 -1.25193,-0.89132 -3.9419,-4.06472 -2.61789,-6.24421 z" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.54999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3495)" + transform="matrix(3.3771096,0,0,3.3771096,-522.87836,-188.0747)" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="ccccc" + id="path2231" + d="m 190.78446,245.47002 c 4.50355,-2.31778 58.22276,4.56987 60.28678,10.39427 2.94504,3.83444 4.07337,36.97054 1.3859,39.49827 -3.38424,3.48342 -74.73635,-3.3759 -78.30352,-9.70132 -2.6359,-3.80611 8.97554,-34.82084 16.63084,-40.19122 z" + style="fill:#eee5dd;fill-opacity:1;fill-rule:evenodd;stroke:#94806f;stroke-width:5.23451948;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <path + style="fill:#f3ebe4;fill-opacity:1;fill-rule:evenodd;stroke:#937f6d;stroke-width:5.23451948;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.95686275" + d="m 202.72434,265.36984 c 4.50354,-2.31778 11.6572,-3.78804 13.72126,2.03636 10.90496,0.65043 38.69901,25.42863 36.01154,27.95636 -3.38424,3.48342 -74.73635,-3.3759 -78.30352,-9.70132 -2.6359,-3.80611 16.53747,-20.09499 28.57072,-20.2914 z" + id="path2233" + sodipodi:nodetypes="ccccc" + inkscape:connector-curvature="0" /> + <path + style="fill:#f7f0e9;fill-opacity:1;fill-rule:evenodd;stroke:#9e8b7a;stroke-width:5.23451948;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 190.78446,245.47002 c 4.50355,-2.31778 58.22276,4.56987 60.28678,10.39427 -1.43291,7.81439 -12.64248,14.28473 -20.10589,16.41447 -10.5482,1.49346 -26.97683,-1.78389 -31.33999,-5.72136 -4.2279,-3.01008 -13.31222,-13.727 -8.8409,-21.08738 z" + id="path2235" + sodipodi:nodetypes="ccccc" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/svg/msgcomposeWindow.svg b/comm/suite/branding/seamonkey/icons/svg/msgcomposeWindow.svg new file mode 100644 index 0000000000..15f4829611 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/svg/msgcomposeWindow.svg @@ -0,0 +1,185 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="128px" + height="128px" + viewBox="0 0 128 128" + version="1.1" + id="SVGRoot" + inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" + sodipodi:docname="msgcomposeWindowScalable.svg"> +<!-- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at https://mozilla.org/MPL/2.0/. + +--> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="64" + inkscape:cy="64" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="1786" + inkscape:window-height="1021" + inkscape:window-x="47" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:grid-bbox="true" /> + <defs + id="defs10517"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3807" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3809" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + </defs> + <metadata + id="metadata10520"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1"> + <g + transform="translate(-23.854982,-360.7796)" + id="g3828"> + <g + id="g3773" + transform="translate(-349.93665,-12.96442)"> + <g + style="display:inline" + inkscape:label="Shadow" + id="g3775" /> + <g + style="display:inline" + id="g3777" + inkscape:label="Background"> + <g + id="g3779"> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path3781" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient3807);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 383.85677,470.3348 c -6.32473,-12.34953 -8.05387,-20.49647 -9.52788,-32.28418 3.81257,-0.10939 4.90008,-2.24285 31.45589,3.47223 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 13.05993,-0.67788 15.04445,-1.97661 1.98739,-0.88215 15.99863,-3.10467 21.11682,-3.66075 3.18189,-0.47001 4.50887,-1.12735 7.73783,-1.15937 11.35612,-5.35068 24.3651,-3.5214 29.52452,-2.34558 -0.1077,4.34882 -0.64329,10.45278 -1.44535,13.25753 -0.83486,3.95125 -1.25505,6.04479 -3.20764,9.5936 -0.86304,4.07813 -2.79707,6.71702 -5.82995,11.62656 -3.16637,4.95692 -8.85713,10.12649 -15.35852,15.5514 -4.35459,5.8898 -19.72031,9.02775 -22.94775,10.88715 -8.55892,2.31056 -17.1425,3.16792 -32.16414,-0.86687 -16.64504,-3.63918 -29.62612,-18.61585 -36.37142,-27.7713 z" + id="path3783" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient3809);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 375.79574,423.19042 c 0.6654,-2.66163 2.25909,-8.13069 3.89624,-10.31356 2.73624,-3.64834 6.99051,-12.21676 10.08436,-16.5017 4.52016,-6.26037 18.25337,-14.60235 24.29417,-17.41846 9.3217,-4.34562 32.45573,-6.36135 45.37965,-0.45838 5.54058,2.53065 16.26536,8.07359 20.62713,12.60546 4.06502,4.22358 10.5201,11.73492 13.7514,18.33522 1.74906,3.57267 7.16364,17.7727 6.41732,17.87684 -4.71335,0.65767 -9.56876,2.38248 -14.43898,3.89623 -3.42766,1.06538 -9.31841,3.89624 -10.08436,3.89624 -3.43786,0 -15.4907,-0.83882 -19.0228,-0.68757 -3.52211,0.15082 -8.86547,0.0959 -10.54273,0.45837 -5.14771,1.11256 -13.46546,-0.10221 -18.33522,-2.97947 -9.24476,1.9224 -12.77368,3.34755 -27.27363,-1.37513 -12.22239,-3.98088 -23.04873,-1.05625 -24.52336,-0.68758 -1.94899,0.48725 -0.57979,-5.24412 -0.22919,-6.64651 z" + id="path3785" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + inkscape:connector-curvature="0" + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 374.65256,430.0385 c -0.46386,0.30755 -0.29852,6.66155 0.0735,9.77357 0.69771,1.34006 -0.75673,3.15055 0.0612,4.42669 1.06229,1.26575 17.96392,4.17448 30.99751,-2.71591 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 31.04308,-5.08128 36.16127,-5.63736 3.18189,-0.47001 6.34239,-1.12735 9.57135,-1.15937 2.18853,-0.0793 11.59494,2.01483 14.10855,3.03809 7.97815,3.2478 10.94211,1.92182 12.43548,2.40625 0.3507,-1.15174 0.96205,-3.0669 0.61838,-5.30434 -0.14728,-2.69526 0.80767,-8.85257 -0.22817,-10.57514 -0.86303,-0.73485 0.23011,-2.34712 -0.76943,-2.57144 -3.35671,0.5678 -9.25646,2.30332 -14.14181,3.90936 -4.29978,1.42531 -6.14948,2.85959 -9.02473,2.95456 -2.70396,0.83022 -9.61856,0.40802 -12.73297,0.33881 -6.61848,-1.45305 -13.54767,-4.88569 -20.73662,-6.10729 -3.89623,-0.29835 -11.99097,1.55012 -15.2184,3.40951 -5.12106,-2.50243 -16.63917,-4.01807 -20.88889,-4.38581 -15.49707,-1.34855 -27.70891,1.32477 -32.25937,2.52363 z" + id="path3787" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path3789" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="display:inline" + inkscape:label="SeaMonkey" + id="g3791" /> + </g> + <g + transform="translate(360.48635,6.9897052)" + id="g3766"> + <path + inkscape:connector-curvature="0" + style="fill:#a2c2de;fill-opacity:1;fill-rule:nonzero;stroke:#2271bc;stroke-width:4.58545876;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -271.625,356.1875 c -2.90582,9.8256 -5.05638,19.92272 -6.6875,30.03125 -1.7881,12.93993 -3.32569,26.36876 -0.5625,39.15625 0.78878,4.0593 3.82336,9.59154 8.34375,7.3125 5.63431,-3.1825 8.82736,-9.65466 11.84375,-15.46875 7.87605,-16.80589 12.68773,-35.11494 15.5625,-53.59375 -8.52003,-4.56992 -18.21024,-7.23175 -28.5,-7.4375 z" + id="path3715" /> + <path + inkscape:connector-curvature="0" + style="fill:#000000;fill-opacity:0.99215686;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="m -261.76711,429.68955 c -2.90735,5.94628 -6.70487,10.2756 -9.68051,12.92115 -1.20817,1.07414 -1.90814,3.30416 -4.64734,3.00991 -2.37016,-0.29349 -4.62971,-1.24045 -5.39049,-2.54708 -1.91042,-3.28116 -3.15773,-11.32704 -2.81608,-17.18785 0.25677,-3.99297 0.63141,-9.98173 1.73525,-14.48928 6.10064,-2.59108 12.12166,-2.56379 14.06052,-1.80771 5.03728,1.9643 9.11984,4.3331 11.75646,8.79829 -2.4287,5.89075 -3.54836,8.19691 -5.01781,11.30257 z" + id="path3717" + sodipodi:nodetypes="csssccscc" /> + <path + inkscape:connector-curvature="0" + style="fill:#c5c5c5;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.29272938;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m -262.17624,440.4275 c 0.73539,5.45364 1.01965,11.84823 -1.23774,19.9074 -0.60993,1.70975 -10.06866,-0.33721 -15.51324,15.9476 -1.39041,4.15866 3.96387,-33.60855 2.53529,-33.94296 -1.45482,-0.41869 -3.37864,35.32462 -3.48161,34.11367 -1.08835,-12.79731 -10.5507,-15.22336 -10.77928,-17.31576 -0.68771,-8.21387 0.5768,-16.1901 3.75638,-23.63716 1.69242,-3.69771 3.7103,-7.38325 7.51158,-10.31885 1.53902,-1.06317 3.45338,-2.26393 6.43551,-2.04687 2.75774,0.32116 4.60814,1.99787 5.76103,3.37746 2.80801,3.55508 4.27637,7.94311 5.01208,13.91547 z" + id="path3719" + sodipodi:nodetypes="cccssccsscc" /> + </g> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/svg/places.svg b/comm/suite/branding/seamonkey/icons/svg/places.svg new file mode 100644 index 0000000000..8f7d83db53 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/svg/places.svg @@ -0,0 +1,193 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="128px" + height="128px" + viewBox="0 0 128 128" + version="1.1" + id="SVGRoot" + inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" + sodipodi:docname="placesScalable.svg"> +<!-- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at https://mozilla.org/MPL/2.0/. + +--> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2" + inkscape:cx="64" + inkscape:cy="64" + inkscape:document-units="px" + inkscape:current-layer="g3417" + showgrid="false" + inkscape:window-width="1786" + inkscape:window-height="1021" + inkscape:window-x="47" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:grid-bbox="true" /> + <defs + id="defs11396"> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3119" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3121" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + </defs> + <metadata + id="metadata11399"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1"> + <g + transform="translate(-126.00734,-307.7809)" + id="g3417"> + <g + id="g4261" + transform="translate(-247.78438,-65.963114)"> + <g + style="display:inline" + inkscape:label="Shadow" + id="g4263" /> + <g + style="display:inline" + id="g4265" + inkscape:label="Background"> + <g + id="g4267"> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4269" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient3119);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 383.85677,470.3348 c -6.32473,-12.34953 -8.05387,-20.49647 -9.52788,-32.28418 3.81257,-0.10939 4.90008,-2.24285 31.45589,3.47223 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 13.05993,-0.67788 15.04445,-1.97661 1.98739,-0.88215 15.99863,-3.10467 21.11682,-3.66075 3.18189,-0.47001 4.50887,-1.12735 7.73783,-1.15937 11.35612,-5.35068 24.3651,-3.5214 29.52452,-2.34558 -0.1077,4.34882 -0.64329,10.45278 -1.44535,13.25753 -0.83486,3.95125 -1.25505,6.04479 -3.20764,9.5936 -0.86304,4.07813 -2.79707,6.71702 -5.82995,11.62656 -3.16637,4.95692 -8.85713,10.12649 -15.35852,15.5514 -4.35459,5.8898 -19.72031,9.02775 -22.94775,10.88715 -8.55892,2.31056 -17.1425,3.16792 -32.16414,-0.86687 -16.64504,-3.63918 -29.62612,-18.61585 -36.37142,-27.7713 z" + id="path4271" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + inkscape:connector-curvature="0" + style="fill:url(#linearGradient3121);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 375.79574,423.19042 c 0.6654,-2.66163 2.25909,-8.13069 3.89624,-10.31356 2.73624,-3.64834 6.99051,-12.21676 10.08436,-16.5017 4.52016,-6.26037 18.25337,-14.60235 24.29417,-17.41846 9.3217,-4.34562 32.45573,-6.36135 45.37965,-0.45838 5.54058,2.53065 16.26536,8.07359 20.62713,12.60546 4.06502,4.22358 10.5201,11.73492 13.7514,18.33522 1.74906,3.57267 7.16364,17.7727 6.41732,17.87684 -4.71335,0.65767 -9.56876,2.38248 -14.43898,3.89623 -3.42766,1.06538 -9.31841,3.89624 -10.08436,3.89624 -3.43786,0 -15.4907,-0.83882 -19.0228,-0.68757 -3.52211,0.15082 -8.86547,0.0959 -10.54273,0.45837 -5.14771,1.11256 -13.46546,-0.10221 -18.33522,-2.97947 -9.24476,1.9224 -12.77368,3.34755 -27.27363,-1.37513 -12.22239,-3.98088 -23.04873,-1.05625 -24.52336,-0.68758 -1.94899,0.48725 -0.57979,-5.24412 -0.22919,-6.64651 z" + id="path4273" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + inkscape:connector-curvature="0" + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 374.65256,430.0385 c -0.46386,0.30755 -0.29852,6.66155 0.0735,9.77357 0.69771,1.34006 -0.75673,3.15055 0.0612,4.42669 1.06229,1.26575 17.96392,4.17448 30.99751,-2.71591 7.16773,3.65338 19.48816,5.76222 21.97314,5.67619 1.35759,0.0791 31.04308,-5.08128 36.16127,-5.63736 3.18189,-0.47001 6.34239,-1.12735 9.57135,-1.15937 2.18853,-0.0793 11.59494,2.01483 14.10855,3.03809 7.97815,3.2478 10.94211,1.92182 12.43548,2.40625 0.3507,-1.15174 0.96205,-3.0669 0.61838,-5.30434 -0.14728,-2.69526 0.80767,-8.85257 -0.22817,-10.57514 -0.86303,-0.73485 0.23011,-2.34712 -0.76943,-2.57144 -3.35671,0.5678 -9.25646,2.30332 -14.14181,3.90936 -4.29978,1.42531 -6.14948,2.85959 -9.02473,2.95456 -2.70396,0.83022 -9.61856,0.40802 -12.73297,0.33881 -6.61848,-1.45305 -13.54767,-4.88569 -20.73662,-6.10729 -3.89623,-0.29835 -11.99097,1.55012 -15.2184,3.40951 -5.12106,-2.50243 -16.63917,-4.01807 -20.88889,-4.38581 -15.49707,-1.34855 -27.70891,1.32477 -32.25937,2.52363 z" + id="path4275" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <circle + r="395.53806" + cy="433.07086" + cx="365.22308" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4277" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="display:inline" + inkscape:label="SeaMonkey" + id="g4279" /> + </g> + <g + transform="matrix(1.2522169,0,0,1.1949279,445.57197,111.7793)" + id="g4281-6"> + <path + inkscape:connector-curvature="0" + inkscape:export-ydpi="80.222176" + inkscape:export-xdpi="80.222176" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\bkmk3.png" + sodipodi:nodetypes="ccsccccccccccccccccccccsc" + id="path4283-4" + d="m -227.62113,184.74074 c -4.49411,-0.0954 -8.97042,2.374 -11.191,6.2799 -2.63845,4.36896 -2.07131,10.19335 1.18251,14.09932 l 6.45195,6.95613 6.28685,6.60414 6.28203,6.77764 6.46157,6.60911 6.28684,6.60412 6.28203,6.77766 6.28686,6.60411 6.46157,6.60911 -0.43407,-9.56308 -0.25451,-9.73165 9.59088,0.96781 9.59091,0.9678 -6.28683,-6.60412 -6.46158,-6.60911 -6.28205,-6.77765 -6.28682,-6.60412 -6.46159,-6.6091 -6.28202,-6.77765 -6.28686,-6.60414 -6.46158,-6.60911 c -1.7903,-1.65835 -4.1384,-2.72262 -6.55787,-3.13885 -0.63712,-0.1224 -1.2752,-0.21464 -1.91722,-0.22827 z" + style="fill:#8ac692;fill-opacity:1;fill-rule:evenodd;stroke:#2d692d;stroke-width:2.79422808;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:export-ydpi="76.790672" + inkscape:export-xdpi="76.790672" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\bkmk.png" + transform="matrix(2.9454369,2.8106115,-3.1508717,2.6846787,-194.04659,207.50232)" + sodipodi:open="true" + sodipodi:end="5.9263177" + sodipodi:start="5.9358167" + d="M -6.4729494,3.5241129 A 0.78960949,0.77599555 0 0 1 -6.9448319,4.5172983 0.78960949,0.77599555 0 0 1 -7.9565593,4.0559115 0.78960949,0.77599555 0 0 1 -7.489482,3.0605348 0.78960949,0.77599555 0 0 1 -6.4755362,3.517194" + sodipodi:ry="0.77599555" + sodipodi:rx="0.78960949" + sodipodi:cy="3.788281" + sodipodi:cx="-7.2153969" + id="path4285-1" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.39147401;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/svg/seamonkey.svg b/comm/suite/branding/seamonkey/icons/svg/seamonkey.svg new file mode 100644 index 0000000000..d38f24e14e --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/svg/seamonkey.svg @@ -0,0 +1,529 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<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" + id="svg173" + enable-background="new 0.0 0.0 202.0 202.0" + viewBox="0.0 0.0 202.0 202.0" + overflow="visible" + height="202.0px" + width="202.0px" + version="1.1"> +<!-- Official SeaMonkey logo + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at https://mozilla.org/MPL/2.0/. + + Prepared from the SeaMonkey Artwork project code + (see https://www.seamonkey-project.org/dev/artwork for more info). + +--> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + <metadata + id="metadata177"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs105"> + <linearGradient + y2="0" + x2="819.2" + y1="0" + x1="-819.2" + gradientTransform="matrix(-0.02980042,-0.05162048,0.10150147,-0.05860901,139.75,135.45)" + gradientUnits="userSpaceOnUse" + id="Grad1"> + <stop + id="stop10" + stop-opacity="0.28235295" + stop-color="#FFFFFF" + offset="0.0" /> + <stop + id="stop12" + stop-opacity="0.0" + stop-color="#FFFFFF" + offset="1.0" /> + </linearGradient> + <linearGradient + y2="0" + x2="819.2" + y1="0" + x1="-819.2" + gradientTransform="matrix(0.02276611,0.05506897,-0.10826111,0.04475403,74.85,61.55)" + gradientUnits="userSpaceOnUse" + id="Grad2"> + <stop + id="stop15" + stop-opacity="0.2509804" + stop-color="#FFFFFF" + offset="0.0" /> + <stop + id="stop17" + stop-opacity="0.0" + stop-color="#FFFFFF" + offset="1.0" /> + </linearGradient> + <linearGradient + y2="0" + x2="819.2" + y1="0" + x1="-819.2" + gradientTransform="matrix(-0.01377869,-0.02386475,0.06390381,-0.03691101,112.85,110.8)" + gradientUnits="userSpaceOnUse" + id="Grad3"> + <stop + id="stop20" + stop-opacity="0.7529412" + stop-color="#FFFFFF" + offset="0.0" /> + <stop + id="stop22" + stop-opacity="0.0" + stop-color="#FFFFFF" + offset="1.0" /> + </linearGradient> + <linearGradient + y2="0" + x2="819.2" + y1="0" + x1="-819.2" + gradientTransform="matrix(0.01478577,0.02560425,-0.06390381,0.03691101,124.65,67.85)" + gradientUnits="userSpaceOnUse" + id="Grad4"> + <stop + id="stop25" + stop-opacity="0.6627451" + stop-color="#FFFFFF" + offset="0.078431375" /> + <stop + id="stop27" + stop-opacity="0.0" + stop-color="#FFFFFF" + offset="1.0" /> + </linearGradient> + <linearGradient + y2="0" + x2="819.2" + y1="0" + x1="-819.2" + gradientTransform="matrix(-0.01382446,0.05155945,-0.0725708,-0.0194397,106.45,90.35)" + gradientUnits="userSpaceOnUse" + id="Grad5"> + <stop + id="stop30" + stop-color="#FFFFFF" + offset="0.0" /> + <stop + id="stop32" + stop-opacity="0.0" + stop-color="#FFFFFF" + offset="1.0" /> + </linearGradient> + <radialGradient + cy="0" + cx="0" + r="819.2" + gradientTransform="matrix(0.08848572,0,0,0.08848572,102.7,84.95)" + gradientUnits="userSpaceOnUse" + id="Grad6"> + <stop + id="stop35" + stop-color="#188BFE" + offset="0.0" /> + <stop + id="stop37" + stop-opacity="0.5019608" + stop-color="#A6CAF0" + offset="1.0" /> + </radialGradient> + <linearGradient + y2="0" + x2="819.2" + y1="0" + x1="-819.2" + gradientTransform="matrix(0.00497437,-0.00926209,0.01187134,0.00636291,147.9,87.6)" + gradientUnits="userSpaceOnUse" + id="Grad7"> + <stop + id="stop40" + stop-opacity="0.0" + stop-color="#FFFFFF" + offset="0.0" /> + <stop + id="stop42" + stop-opacity="0.5019608" + stop-color="#FFFFFF" + offset="1.0" /> + </linearGradient> + <linearGradient + y2="0" + x2="819.2" + y1="0" + x1="-819.2" + gradientTransform="matrix(0.00318909,-0.00860596,0.00933838,0.00344849,148.65,74.3)" + gradientUnits="userSpaceOnUse" + id="Grad8"> + <stop + id="stop45" + stop-opacity="0.0" + stop-color="#FFFFFF" + offset="0.0" /> + <stop + id="stop47" + stop-opacity="0.5019608" + stop-color="#FFFFFF" + offset="1.0" /> + </linearGradient> + <linearGradient + y2="0" + x2="819.2" + y1="0" + x1="-819.2" + gradientTransform="matrix(0.00167847,-0.00621033,0.00637817,0.00170898,147.45,62.35)" + gradientUnits="userSpaceOnUse" + id="Grad9"> + <stop + id="stop50" + stop-opacity="0.0" + stop-color="#FFFFFF" + offset="0.0" /> + <stop + id="stop52" + stop-opacity="0.5019608" + stop-color="#FFFFFF" + offset="1.0" /> + </linearGradient> + <linearGradient + y2="0" + x2="819.2" + y1="0" + x1="-819.2" + gradientTransform="matrix(9.3078613e-4,-0.00343323,0.00375366,0.00100708,144.5,52.95)" + gradientUnits="userSpaceOnUse" + id="Grad10"> + <stop + id="stop55" + stop-opacity="0.0" + stop-color="#FFFFFF" + offset="0.0" /> + <stop + id="stop57" + stop-opacity="0.5019608" + stop-color="#FFFFFF" + offset="1.0" /> + </linearGradient> + <linearGradient + y2="0" + x2="819.2" + y1="0" + x1="-819.2" + gradientTransform="matrix(0.00770569,-0.00982666,0.01483154,0.01164246,145.05,102.45)" + gradientUnits="userSpaceOnUse" + id="Grad11"> + <stop + id="stop60" + stop-opacity="0.0" + stop-color="#FFFFFF" + offset="0.0" /> + <stop + id="stop62" + stop-opacity="0.5019608" + stop-color="#FFFFFF" + offset="1.0" /> + </linearGradient> + <linearGradient + y2="0" + x2="819.2" + y1="0" + x1="-819.2" + gradientTransform="matrix(0.00814819,0.00468445,-0.00396729,0.00692749,65.6,150.7)" + gradientUnits="userSpaceOnUse" + id="Grad12"> + <stop + id="stop65" + stop-opacity="0.0" + stop-color="#FFFFFF" + offset="0.0" /> + <stop + id="stop67" + stop-opacity="0.5019608" + stop-color="#FFFFFF" + offset="1.0" /> + </linearGradient> + <linearGradient + y2="0" + x2="819.2" + y1="0" + x1="-819.2" + gradientTransform="matrix(0.00517273,0.00241089,-0.00442505,0.00958252,79.8,146.3)" + gradientUnits="userSpaceOnUse" + id="Grad13"> + <stop + id="stop70" + stop-opacity="0.0" + stop-color="#FFFFFF" + offset="0.0" /> + <stop + id="stop72" + stop-opacity="0.5019608" + stop-color="#FFFFFF" + offset="1.0" /> + </linearGradient> + <linearGradient + y2="0" + x2="819.2" + y1="0" + x1="-819.2" + gradientTransform="matrix(0.0080719,-0.00523376,0.01164246,0.01797485,138,114)" + gradientUnits="userSpaceOnUse" + id="Grad14"> + <stop + id="stop75" + stop-opacity="0.0" + stop-color="#FFFFFF" + offset="0.0" /> + <stop + id="stop77" + stop-opacity="0.5019608" + stop-color="#FFFFFF" + offset="1.0" /> + </linearGradient> + <linearGradient + y2="0" + x2="819.2" + y1="0" + x1="-819.2" + gradientTransform="matrix(0.00566101,-0.00151062,0.00544739,0.02049255,128.3,122.15)" + gradientUnits="userSpaceOnUse" + id="Grad15"> + <stop + id="stop80" + stop-opacity="0.0" + stop-color="#FFFFFF" + offset="0.0" /> + <stop + id="stop82" + stop-opacity="0.5019608" + stop-color="#FFFFFF" + offset="1.0" /> + </linearGradient> + <linearGradient + y2="0" + x2="819.2" + y1="0" + x1="-819.2" + gradientTransform="matrix(0.004776,-5.79834e-4,0.00231934,0.01898193,118.5,128.4)" + gradientUnits="userSpaceOnUse" + id="Grad16"> + <stop + id="stop85" + stop-opacity="0.0" + stop-color="#FFFFFF" + offset="0.0" /> + <stop + id="stop87" + stop-opacity="0.5019608" + stop-color="#FFFFFF" + offset="1.0" /> + </linearGradient> + <linearGradient + y2="0" + x2="819.2" + y1="0" + x1="-819.2" + gradientTransform="matrix(0.00550842,0.00161743,-0.00361633,0.01231384,89.95,142.45)" + gradientUnits="userSpaceOnUse" + id="Grad17"> + <stop + id="stop90" + stop-opacity="0.0" + stop-color="#FFFFFF" + offset="0.0" /> + <stop + id="stop92" + stop-opacity="0.5019608" + stop-color="#FFFFFF" + offset="1.0" /> + </linearGradient> + <linearGradient + y2="0" + x2="819.2" + y1="0" + x1="-819.2" + gradientTransform="matrix(0.00509644,5.79834e-4,-0.00170898,0.01495361,100.05,138.3)" + gradientUnits="userSpaceOnUse" + id="Grad18"> + <stop + id="stop95" + stop-opacity="0.0" + stop-color="#FFFFFF" + offset="0.0" /> + <stop + id="stop97" + stop-opacity="0.5019608" + stop-color="#FFFFFF" + offset="1.0" /> + </linearGradient> + <linearGradient + y2="0" + x2="819.2" + y1="0" + x1="-819.2" + gradientTransform="matrix(0.00476074,-1.0681152e-4,4.4250488e-4,0.01708984,109.55,133.7)" + gradientUnits="userSpaceOnUse" + id="Grad19"> + <stop + id="stop100" + stop-opacity="0.0" + stop-color="#FFFFFF" + offset="0.0" /> + <stop + id="stop102" + stop-opacity="0.5019608" + stop-color="#FFFFFF" + offset="1.0" /> + </linearGradient> + </defs> + <g + transform="translate(0,1.961165)" + id="g171"> + <g + id="g169"> + <g + id="g167"> + <path + style="fill:#000089;stroke-linecap:round;stroke-linejoin:round" + id="path107" + d="m 171.2,169.2 c -19.33333,19.4 -42.66666,29.1 -70,29.1 -27.36667,0 -50.750003,-9.7 -70.15,-29.1 C 11.683332,149.86667 2.0166655,126.51667 2.05,99.15 2.0166667,71.78333 11.683333,48.416664 31.05,29.05 50.45,9.683332 73.83333,-9.536743e-7 101.2,0 c 27.33333,0 50.66665,9.683333 70,29.05 19.36667,19.366664 29.06666,42.73333 29.1,70.1 -0.0333,27.36666 -9.73333,50.71667 -29.1,70.05 z" /> + <path + style="fill:#9293fe;stroke-linecap:round;stroke-linejoin:round" + id="path109" + d="m 164.9,93.35 3.6,-1.3 3.1,-1.2 c 8.03333,-3.26667 16.18333,-5.550005 24.45,-6.85 l 0.1,0.8 c 0.66667,4.633334 1,9.41667 1,14.35 v 0.15 c -17.30001,-2.3 -34.10001,-0.68333 -50.4,4.85 -6.8,2.7 -14.56667,5.28333 -23.3,7.75 -22.06667,5.16667 -44.98334,3.38333 -68.75,-5.35 l -3.25,-1.15 c -15.8,-5.43333 -31.233333,-7.76667 -46.3,-7 0.033333,-3.23333 0.2,-6.39999 0.5,-9.5 l 0.2,-2 c 3.699999,-1.066664 7.449999,-1.76666 11.25,-2.1 l 4.4,-0.2 c 7.566666,-0.06667 15.333332,1.36667 23.3,4.3 13.966666,5.166666 27.383334,5.7 40.25,1.6 L 86,90.85 c 27.46667,10.1 53.76666,10.93333 78.9,2.5 z m -18.15,10.8 h 0.05 z" /> + <path + style="fill:#5050fe;stroke-linecap:round;stroke-linejoin:round" + id="path111" + d="m 197.15,99.3 c 0,4.26667 -0.25,8.41667 -0.75,12.45 -5.76667,-0.5 -11.65,-1.85 -17.65,-4.05 -11.03334,-4.03334 -21.68333,-5.21667 -31.95,-3.55 16.26667,-5.53333 33.04999,-7.15 50.35,-4.85 z m -50.35,4.85 h -0.05 z" /> + <path + style="fill:#0101e4;stroke-linecap:round;stroke-linejoin:round" + id="path113" + d="m 196.4,111.75 c -1.56667,13 -5.63334,24.96666 -12.2,35.9 -4.1,6.83332 -9.16666,13.28332 -15.2,19.35 -18.73334,18.76666 -41.33334,28.15 -67.8,28.15 -26.533336,0 -49.183337,-9.38334 -67.95,-28.15 -6.066668,-6.06667 -11.133335,-12.51666 -15.2,-19.35 -6.9,-11.53333 -11.0333336,-24.23333 -12.4,-38.1 13.533334,3.8 26.516668,3.18333 38.95,-1.85 2.266665,-0.93333 4.549998,-1.69999 6.85,-2.3 l 3.25,1.15 c 23.76667,8.73333 46.68333,10.51667 68.75,5.35 8.73333,-2.46667 16.51667,-5.05 23.35,-7.75 10.26667,-1.66666 20.91666,-0.48333 31.95,3.55 6,2.2 11.88333,3.55 17.65,4.05 z" /> + <path + style="fill:#6263fd;stroke-linecap:round;stroke-linejoin:round" + id="path115" + d="m 5.65,109.55 c -0.3333334,-3.4 -0.5,-6.86667 -0.5,-10.4 V 98.4 c 15.066667,-0.76667 30.5,1.56667 46.3,7 -2.3,0.6 -4.58333,1.36666 -6.85,2.3 -12.433336,5.03333 -25.41667,5.65 -38.95,1.85 z" /> + <path + style="fill:#5c5cbe;stroke-linecap:round;stroke-linejoin:round" + id="path117" + d="m 21.5,84.6 c 20.433334,-3.96667 41.61667,-2 63.55,5.9 C 72.183334,94.6 58.766666,94.066666 44.8,88.9 36.833332,85.96667 29.066666,84.53333 21.5,84.6 Z" /> + <path + style="fill:#4d4db7;stroke-linecap:round;stroke-linejoin:round" + id="path119" + d="m 85.05,90.5 0.75,-0.25 3.7,-1.35 c 14.16666,-5.73333 29.06667,-5.73333 44.7,0 7.53334,2.76667 14.91667,4.200006 22.15,4.3 h 0.25 l 8.3,0.15 c -25.13334,8.43333 -51.43334,7.6 -78.9,-2.5 z" /> + <path + style="fill:url(#Grad1);stroke-linecap:round;stroke-linejoin:round" + id="path121" + d="m 169,167 c -18.73334,18.76666 -41.33334,28.15 -67.8,28.15 C 74.666664,195.15 52.016663,185.76666 33.25,167 14.516666,148.26666 5.1499996,125.64999 5.15,99.15 c 0,-26.5 9.366666,-49.133334 28.1,-67.9 18.76667,-18.733334 41.41667,-28.1000004 67.95,-28.1 26.46666,0 49.06666,9.366666 67.8,28.1 18.76666,18.76667 28.15,41.40001 28.15,67.9 0,26.49999 -9.38334,49.11666 -28.15,67.85 z" /> + <path + style="fill:url(#Grad2);stroke-linecap:round;stroke-linejoin:round" + id="path123" + d="M 169.05,167.1 C 150.25,185.8 127.6,195.16667 101.1,195.2 74.6,195.16666 51.999996,185.79999 33.3,167.1 14.5,148.3 5.116667,125.65 5.15,99.15 5.116667,72.683334 14.5,50.083332 33.3,31.35 52,12.583334 74.600006,3.2000008 101.1,3.2 c 26.50001,0 49.15,9.383333 67.95,28.15 18.7,18.733336 28.06667,41.333334 28.1,67.8 -0.0333,26.49999 -9.4,49.14999 -28.1,67.95 z" /> + <path + style="fill:#ffffff;stroke-linecap:round;stroke-linejoin:round" + id="path125" + d="M 166,88.95 V 89 l -1.45,10.05 c -1.93333,9 -5.85,17.08334 -11.75,24.25 -6.23333,7.46666 -14.68333,13.9 -25.35,19.3 -6.36666,3.13334 -13.49999,5.91666 -21.4,8.35 -6.56667,1.96666 -13.66667,3.71666 -21.3,5.25 -6.9,1.33333 -14.25,2.46666 -22.05,3.4 -3.9,2.66668 -7.833335,5.61667 -11.8,8.85 l -0.1,0.05 C 34.233334,181.7 18.65,189.41666 4.05,191.65 3.15,191.75 2.3333333,191.5667 1.6,191.1 L 1.5,191.05 C 0.8333333,190.58334 0.3833333,189.96667 0.15,189.2 L 0.1,189 c -0.20000002,-0.83333 -0.11666668,-1.61667 0.25,-2.35 l 0.05,-0.1 c 0.4000001,-0.8 1.0166667,-1.35 1.85,-1.65 23.066666,-8.6 44.1,-23.81666 63.1,-45.65 19,-21.86667 31.583334,-44.316666 37.75,-67.35 6.66666,-24.933333 15.13333,-39.716666 25.4,-44.35 10.83333,-5.266667 18.91666,-5.916667 24.25,-1.95 l 0.1,0.05 c 3.83333,2.466667 4.85,6.066667 3.05,10.8 -1.03333,2.9 -3.56666,6.383332 -7.6,10.45 l -0.8,0.8 1.1,0.3 c 2.6,0.766666 4.9,1.95 6.9,3.55 3.59999,2.866664 6.11665,6.483333 7.55,10.85 1.2,3.86666 2.11667,8.166666 2.75,12.9 0.53334,4.766666 0.60001,9.31666 0.2,13.65 z m -1.45,10.1 V 99.1 Z M 84.75,156.2 H 84.7 Z M 4.05,191.65 V 191.6 Z M 0.1,189 v -0.05 z m 2.15,-4.1 H 2.3 Z" /> + <path + style="fill:#3399ff;stroke-linecap:round;stroke-linejoin:round" + id="path127" + d="m 143.95,45.55 -0.1,0.25 v 0.25 C 157.88333,91.149994 141.36667,121.96666 94.3,138.5 79.5,143.59999 64.183334,152.53333 48.35,165.3 34.516666,176.33334 21.4,183.40001 9,186.5 c 21.566666,-9.06667 41.35,-23.93333 59.35,-44.6 19.466666,-22.36667 32.33333,-45.35001 38.6,-68.95 6.26667,-23.333335 14.03334,-37.266666 23.3,-41.8 9.16667,-4.466666 15.96667,-5.2 20.4,-2.2 2,1.4 2.5,3.41667 1.5,6.05 -1.1,2.833332 -3.83333,6.35 -8.2,10.55 z M 48.35,165.3 H 48.4 Z M 150.65,28.95 V 29 Z" /> + <path + style="fill:#0582fe;stroke-linecap:round;stroke-linejoin:round" + id="path129" + d="m 143.85,45.8 0.1,-0.25 c 4.36667,-4.2 7.1,-7.716668 8.2,-10.55 1,-2.633335 0.5,-4.633335 -1.5,-6 -4.43334,-3.033333 -11.23334,-2.316666 -20.4,2.15 -9.26667,4.533334 -17.03334,18.46667 -23.3,41.8 -6.26667,23.6 -19.133334,46.58334 -38.6,68.95 -18,20.66667 -37.783334,35.53333 -59.35,44.6 12.400002,-3.09999 25.533337,-10.16666 39.4,-21.2 15.8,-12.76667 31.1,-21.70001 45.9,-26.8 47.06667,-16.53334 63.58333,-47.350006 49.55,-92.45 z M 48.4,165.3 H 48.35 Z M 150.65,29 v -0.05 z m 0.55,-0.85 c 2.46666,1.666666 3.09999,4.083334 1.9,7.25 -1.1,2.866666 -3.83334,6.416666 -8.2,10.65 14.1,45.533336 -2.65,76.66667 -50.25,93.4 C 79.91667,144.51666 64.700005,153.4 49,166.1 32.866665,178.93333 17.73333,186.45 3.6,188.65 l -0.35,-0.05 -0.2,-0.3 v -0.35 l 0.3,-0.25 C 26.816668,178.93333 48.233337,163.45 67.6,141.25 86.933334,118.98333 99.73334,96.13333 106,72.7 c 6.33334,-23.76667 14.26667,-37.916667 23.8,-42.45 9.6,-4.666668 16.73333,-5.366669 21.4,-2.1 z" /> + <path + style="fill:url(#Grad3);stroke-linecap:round;stroke-linejoin:round" + id="path131" + d="m 149.15,31.1 c 0.83332,0.700001 1.01666,1.7 0.55,3 -1.03334,2.533335 -3.55,5.700003 -7.55,9.5 -0.43334,0.433333 -0.71667,0.933333 -0.85,1.5 -0.16667,0.566668 -0.16667,1.15 0,1.75 3.3,10.566668 4.85001,20.333334 4.65,29.3 -0.63333,27.83334 -18.13333,47.78333 -52.5,59.85 -9.7,3.33333 -19.6,8.28333 -29.7,14.85 l 6.6,-7.2 c 12.73333,-14.66666 22.683325,-29.58333 29.85,-44.75 3.96666,-8.333334 7.08333,-16.75 9.35,-25.25 5.90001,-22.3 13.16667,-35.683337 21.8,-40.15 8.03333,-3.866667 13.96667,-4.666666 17.8,-2.4 z" /> + <path + style="fill:url(#Grad4);stroke-linecap:round;stroke-linejoin:round" + id="path133" + d="m 149.15,31.1 c 0.83332,0.700001 1.01666,1.7 0.55,3 -1.03334,2.533335 -3.55,5.700003 -7.55,9.5 -0.43334,0.433333 -0.71667,0.933333 -0.85,1.5 -0.16667,0.566668 -0.16667,1.15 0,1.75 3.3,10.566668 4.85001,20.333334 4.65,29.3 -0.63333,27.83334 -18.13333,47.78333 -52.5,59.85 -9.7,3.33333 -19.6,8.28333 -29.7,14.85 l 6.6,-7.2 c 12.73333,-14.66666 22.683325,-29.58333 29.85,-44.75 3.96666,-8.333334 7.08333,-16.75 9.35,-25.25 5.90001,-22.3 13.16667,-35.683337 21.8,-40.15 8.03333,-3.866667 13.96667,-4.666666 17.8,-2.4 z" /> + <path + style="fill:url(#Grad5);stroke-linecap:round;stroke-linejoin:round" + id="path135" + d="M 149.4,32.15 148.6,32 c -3.6,-2.033333 -9.18333,-1.216665 -16.75,2.45 -8.39999,4.4 -15.49999,17.55 -21.3,39.45 -2.26667,8.56667 -5.4,17.05 -9.4,25.45 -7.2,15.23333 -17.2,30.21667 -30,44.95 l -6.6,7.3 c -0.2,0.2 -0.45,0.31667 -0.75,0.35 -0.266667,0 -0.5,-0.10001 -0.7,-0.3 -0.233335,-0.2 -0.35,-0.45 -0.35,-0.75 -0.03333,-0.26667 0.05,-0.5 0.25,-0.7 l 6.55,-7.25 c 12.66667,-14.56667 22.56667,-29.40001 29.7,-44.5 3.93333,-8.3 7.03333,-16.65 9.3,-25.05 6,-22.733336 13.46667,-36.33334 22.4,-40.8 8.43333,-4.1 14.66667,-4.883333 18.7,-2.35 l 0.5,0.6 -0.1,0.8 c -0.16667,0.233333 -0.38334,0.4 -0.65,0.5 z" /> + <path + style="fill:url(#Grad6);stroke-linecap:round;stroke-linejoin:round" + id="path137" + d="m 162.5,88.6 c -0.43333,4.066664 -0.9,7.316664 -1.4,9.75 -1.8,8.43333 -5.46667,16 -11,22.7 -5.93333,7.13333 -14.01666,13.26667 -24.25,18.4 -6.16667,3.06666 -13.11666,5.78334 -20.85,8.15 -6.46667,1.93334 -13.45,3.65 -20.95,5.15 -8.099995,1.56667 -16.8,2.83333 -26.1,3.8 14.83333,-10.26667 24.38333,-16.61668 28.65,-19.05 6.43333,-3.8 12.25,-7.71667 17.45,-11.75 5.56667,-4.4 10.38333,-8.93333 14.45,-13.6 3.66666,-4.26667 6.73333,-8.63334 9.2,-13.1 2.33333,-4.233334 4.14999,-8.6 5.45,-13.1 1.3,-4.633334 2.03333,-9.366664 2.2,-14.2 l 0.05,-1.45 c 0.0667,-5.366666 -0.51667,-11.866666 -1.75,-19.5 8.56666,-1.266667 15.11666,-0.1 19.65,3.5 3.06667,2.433334 5.2,5.483333 6.4,9.15 1.16667,3.66667 2.03334,7.75 2.6,12.25 0.53334,4.5 0.60001,8.8 0.2,12.9 z" /> + <path + style="fill:url(#Grad7);stroke-linecap:round;stroke-linejoin:round" + id="path139" + d="m 162.2,90.85 c -0.23333,2.53333 -0.6,5 -1.1,7.4 -2.13334,-1.833336 -4.31667,-3.450005 -6.55,-4.85 -6.03334,-3.9 -13.05,-6.8 -21.05,-8.7 0.66667,-2.66667 1.16667,-5.366664 1.5,-8.1 7.86667,0.63334 14.86667,2.2 21,4.7 2.09999,0.83334 4.21666,2 6.35,3.5 z" /> + <path + style="fill:url(#Grad8);stroke-linecap:round;stroke-linejoin:round" + id="path141" + d="m 161.35,73.45 0.95,8.8 c -1.86667,-1.200005 -3.7,-2.16667 -5.5,-2.9 -6.3,-2.56667 -13.5,-4.166666 -21.6,-4.8 l 0.15,-2.8 0.05,-1.45 -0.05,-3.8 c 9.56667,-0.73333 17.91666,0.38334 25.05,3.35 l 0.4,0.2 z m -0.95,-3.6 h -0.05 z" /> + <path + style="fill:url(#Grad9);stroke-linecap:round;stroke-linejoin:round" + id="path143" + d="m 160.25,67.55 c -7.16667,-2.83333 -15.5,-3.900002 -25,-3.2 L 134.7,58 c 8.33333,-1.533333 15.8,-1.35 22.4,0.55 1.1,1.83333 1.94999,3.983333 2.55,6.45 z" /> + <path + style="fill:url(#Grad10);stroke-linecap:round;stroke-linejoin:round" + id="path145" + d="m 155.1,55.95 c -6.19999,-1.4 -13.1,-1.4 -20.7,0 l -0.75,-5.15 c 8.56666,-1.266667 15.11666,-0.1 19.65,3.5 z" /> + <path + style="fill:url(#Grad11);stroke-linecap:round;stroke-linejoin:round" + id="path147" + d="m 132.95,86.7 c 7.76667,1.866666 14.58334,4.68333 20.45,8.45 2.43333,1.56667 4.81666,3.38333 7.15,5.45 -1.5,5.9 -3.96667,11.38334 -7.4,16.45 -6.26667,-10.26667 -13.98333,-17.8 -23.15,-22.6 1.16667,-2.533336 2.15001,-5.11667 2.95,-7.75 z" /> + <path + style="fill:url(#Grad12);stroke-linecap:round;stroke-linejoin:round" + id="path149" + d="m 57.95,156.55 c 6.8,-4.73333 12.5,-8.61667 17.1,-11.65 -0.599995,3.19999 -1.51666,6.48333 -2.75,9.85 z" /> + <path + style="fill:url(#Grad13);stroke-linecap:round;stroke-linejoin:round" + id="path151" + d="m 77.45,143.3 c 3.3,-2.2 5.91667,-3.86667 7.85,-5 -0.06667,4.63333 -0.78334,9.51667 -2.15,14.65 l -8.55,1.45 c 1.333334,-3.76667 2.28333,-7.46667 2.85,-11.1 z" /> + <path + style="fill:url(#Grad14);stroke-linecap:round;stroke-linejoin:round" + id="path153" + d="m 150.1,121.05 c -2.9,3.46667 -6.30001,6.7 -10.2,9.7 -3.53333,-9.43333 -8.41666,-18.6 -14.65,-27.5 l 2.45,-4.2 1.4,-2.65 c 8.86666,4.63333 16.33332,11.95 22.4,21.95 l 0.3,0.55 z" /> + <path + style="fill:url(#Grad15);stroke-linecap:round;stroke-linejoin:round" + id="path155" + d="m 127,138.9 c -1.5,-9.66666 -4.13333,-18.81666 -7.9,-27.45 l 4.9,-6.35 c 6.03334,8.7 10.75,17.68334 14.15,26.95 -3.36666,2.43334 -7.08332,4.71666 -11.15,6.85 z" /> + <path + style="fill:url(#Grad16);stroke-linecap:round;stroke-linejoin:round" + id="path157" + d="m 117.55,113.2 c 3.56667,8.4 6.06667,17.28334 7.5,26.65 l -8.2,3.65 c -0.63333,-8.59999 -2.18334,-16.86666 -4.65,-24.8 z" /> + <path + style="fill:url(#Grad17);stroke-linecap:round;stroke-linejoin:round" + id="path159" + d="m 94.5,132.55 c 0.4,5.83333 0.13333,11.86666 -0.8,18.1 l -8.3,1.85 c 1.36666,-5.40001 2.016664,-10.55 1.95,-15.45 z" /> + <path + style="fill:url(#Grad18);stroke-linecap:round;stroke-linejoin:round" + id="path161" + d="m 104.15,147.9 -8.25,2.25 c 0.933336,-6.5 1.13333,-12.80001 0.6,-18.9 l 6.5,-4.65 c 1.29999,6.73333 1.68333,13.83332 1.15,21.3 z" /> + <path + style="fill:url(#Grad19);stroke-linecap:round;stroke-linejoin:round" + id="path163" + d="m 104.8,125.15 5.7,-4.85 c 2.29999,7.7 3.71666,15.7 4.25,24 l -8.5,2.95 c 0.5,-7.73334 0.0167,-15.1 -1.45,-22.1 z" /> + <path + style="fill:#0582fe;stroke-linecap:round;stroke-linejoin:round" + id="path165" + d="m 160.2,63.3 c 1.16667,3.7 2.03334,7.81667 2.6,12.35 0.53334,4.533334 0.60001,8.86667 0.2,13 -0.43333,4.1 -0.9,7.36666 -1.4,9.8 -1.83332,8.53333 -5.53332,16.18333 -11.1,22.95 -6,7.16667 -14.13333,13.33334 -24.4,18.5 -6.23333,3.06666 -13.2,5.8 -20.9,8.2 -6.5,1.93334 -13.516666,3.65 -21.05,5.15 -8.1,1.56667 -16.816664,2.83333 -26.15,3.8 l -0.35,-0.05 -0.2,-0.25 v -0.35 l 0.2,-0.25 c 14.83334,-10.26667 24.4,-16.61666 28.7,-19.05 6.43333,-3.8 12.25,-7.71667 17.45,-11.75 5.53334,-4.36666 10.31667,-8.86666 14.35,-13.5 3.6,-4.2 6.61666,-8.48333 9.05,-12.85 l 0.05,-0.2 c 2.33333,-4.2 4.15,-8.53334 5.45,-13 1.26667,-4.599995 1.98335,-9.28333 2.15,-14.05 l 0.05,-1.45 c 0.0667,-5.33333 -0.51667,-11.8 -1.75,-19.4 l 0.1,-0.4 c 0.0667,-0.100002 0.18333,-0.166668 0.35,-0.2 8.7,-1.3 15.36667,-0.1 20,3.6 3.13334,2.5 5.33333,5.633333 6.6,9.4 z m -27.5,22.5 v 0.05 z m 29.1,-10.05 c -0.56666,-4.46667 -1.41667,-8.51667 -2.55,-12.15 -1.16667,-3.566667 -3.25,-6.533334 -6.25,-8.9 -4.36667,-3.433334 -10.61667,-4.583335 -18.75,-3.45 1.16667,7.433334 1.71667,13.78333 1.65,19.05 l -0.05,1.5 c -0.16667,4.866664 -0.9,9.63333 -2.2,14.3 -1.30001,4.43333 -3.10001,8.75 -5.4,12.95 l -0.05,0.25 c -2.5,4.5 -5.6,8.90001 -9.3,13.2 -4.1,4.66666 -8.93333,9.21667 -14.5,13.65 -5.23333,4.03333 -11.08333,7.96667 -17.55,11.8 -4.13333,2.33333 -13.15,8.3 -27.05,17.9 8.599994,-0.93333 16.65,-2.13333 24.15,-3.6 7.5,-1.5 14.483334,-3.2 20.95,-5.1 7.66667,-2.36666 14.58333,-5.08332 20.75,-8.15 10.13334,-5.09999 18.16668,-11.18333 24.1,-18.25 5.46666,-6.63333 9.08333,-14.13333 10.85,-22.5 0.5,-2.433334 0.96667,-5.666664 1.4,-9.7 0.40001,-4.06667 0.33334,-8.33334 -0.2,-12.8 z" /> + </g> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/template/svg/JSConsoleWindow.svg b/comm/suite/branding/seamonkey/icons/template/svg/JSConsoleWindow.svg new file mode 100644 index 0000000000..67828aca32 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/template/svg/JSConsoleWindow.svg @@ -0,0 +1,1297 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="744.09448819" + height="1052.3622047" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docbase="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons" + sodipodi:docname="seamonkey-JSConsoleWindowSVGredo.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + gridtolerance="10000" + guidetolerance="10" + objecttolerance="10" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.4601519" + inkscape:cx="441.74906" + inkscape:cy="478.51551" + inkscape:document-units="px" + inkscape:current-layer="layer1" + inkscape:window-width="1440" + inkscape:window-height="844" + inkscape:window-x="-4" + inkscape:window-y="-4" + showguides="true" + inkscape:guide-bbox="true" /> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3771"> + <stop + offset="0" + id="stop3773" + style="stop-color:#a53d00;stop-opacity:1" /> + <stop + offset="1" + id="stop3775" + style="stop-color:#d28100;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3687"> + <stop + offset="0" + id="stop3689" + style="stop-color:#f9f1a9;stop-opacity:1" /> + <stop + offset="1" + id="stop3691" + style="stop-color:#e6bb00;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3251"> + <stop + offset="0" + id="stop3253" + style="stop-color:#380000;stop-opacity:1" /> + <stop + offset="1" + id="stop3255" + style="stop-color:#b90000;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3214"> + <stop + offset="0" + id="stop3216" + style="stop-color:#eb0000;stop-opacity:1" /> + <stop + offset="1" + id="stop3218" + style="stop-color:#ae0000;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3220"> + <stop + offset="0" + id="stop3222" + style="stop-color:#2eb8f3;stop-opacity:1" /> + <stop + offset="1" + id="stop3224" + style="stop-color:#005bc6;stop-opacity:1" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + id="radialGradient3546" + r="11.280758" + gradientTransform="matrix(0.1470135,-0.7243702,0.8344651,0.1693713,234.72682,1381.244)" + cx="1027.4507" + cy="774.97803" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3220" + fy="774.97803" + fx="1027.4507" /> + <filter + inkscape:collect="always" + id="filter3210" + x="-0.21277955" + y="-0.27520661" + width="1.4255591" + height="1.5504132"> + <feGaussianBlur + inkscape:collect="always" + id="feGaussianBlur3212" + stdDeviation="1.734375" /> + </filter> + <radialGradient + inkscape:collect="always" + id="radialGradient3220" + r="22.724789" + gradientTransform="matrix(0.701911,-0.2667433,0.1979628,0.5209215,179.39359,699.29387)" + cx="1147.2316" + cy="821.82721" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3214" + fy="821.82721" + fx="1147.2316" /> + <radialGradient + inkscape:collect="always" + id="radialGradient3238" + r="22.724789" + gradientTransform="matrix(0.701911,-0.2667433,0.1979628,0.5209215,179.39359,699.29387)" + cx="1147.2316" + cy="821.82721" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3214" + fy="821.82721" + fx="1147.2316" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3257" + x1="1139.5706" + y1="826.1059" + x2="1152.082" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3251" + y2="730.0083" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2242" + x1="441.50293" + x2="553.63983" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + y1="596.54565" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient5809" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2239" + x1="331.57434" + x2="225.65819" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + y1="354.45773" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient5074" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2234" + x1="331.57434" + x2="225.65819" + gradientTransform="translate(155.91995,3.7227902)" + y1="354.45773" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient5074" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2232" + x1="441.50293" + x2="553.63983" + gradientTransform="translate(155.91995,3.7227902)" + y1="596.54565" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient5809" + y2="786.83405" /> + <radialGradient + inkscape:collect="always" + id="radialGradient11020" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + r="37.656700" + cy="334.10477" + fx="822.35791" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient10990" + fy="334.10477" + cx="822.35791" /> + <radialGradient + inkscape:collect="always" + id="radialGradient11018" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + r="48.537544" + cy="379.37366" + fx="834.06329" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient10990" + fy="379.37366" + cx="834.06329" /> + <radialGradient + inkscape:collect="always" + id="radialGradient11016" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + r="51.490337" + cy="416.62680" + fx="834.16461" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient10990" + fy="416.62680" + cx="834.16461" /> + <radialGradient + inkscape:collect="always" + id="radialGradient11014" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + r="22.916662" + cy="653.19714" + fx="559.93085" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient10990" + fy="653.19714" + cx="559.93085" /> + <radialGradient + inkscape:collect="always" + id="radialGradient11012" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + r="21.038260" + cy="635.96777" + fx="596.68011" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient10990" + fy="635.96777" + cx="596.68011" /> + <radialGradient + inkscape:collect="always" + id="radialGradient11010" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + r="20.071379" + cy="620.45239" + fx="637.07098" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient10990" + fy="620.45239" + cx="637.07098" /> + <radialGradient + inkscape:collect="always" + id="radialGradient11008" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + r="23.940041" + cy="613.80670" + fx="665.83667" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient10990" + fy="613.80670" + cx="665.83667" /> + <radialGradient + inkscape:collect="always" + id="radialGradient11006" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + r="27.265039" + cy="592.33008" + fx="696.78522" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient10990" + fy="592.33008" + cx="696.78522" /> + <radialGradient + inkscape:collect="always" + id="radialGradient11004" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + r="39.235065" + cy="565.76050" + fx="734.74274" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient10990" + fy="565.76050" + cx="734.74274" /> + <radialGradient + inkscape:collect="always" + id="radialGradient11002" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + r="55.195084" + cy="558.89948" + fx="793.18164" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient10990" + fy="558.89948" + cx="793.18164" /> + <radialGradient + inkscape:collect="always" + id="radialGradient11000" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + r="57.855091" + cy="520.16986" + fx="799.92041" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient10990" + fy="520.16986" + cx="799.92041" /> + <radialGradient + inkscape:collect="always" + id="radialGradient10262" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + r="53.865082" + cy="457.29218" + fx="825.40234" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient10990" + fy="457.29218" + cx="825.40234" /> + <radialGradient + inkscape:collect="always" + id="radialGradient5823" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + r="165.43960" + cy="432.99265" + fx="425.42249" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient5817" + fy="432.99265" + cx="425.42249" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5815" + x1="441.50293" + x2="553.63983" + gradientTransform="translate(155.91995,3.7227902)" + y1="596.54565" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient5809" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5080" + x1="331.57434" + x2="225.65819" + gradientTransform="translate(155.91995,3.7227902)" + y1="354.45773" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient5074" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5072" + x1="225.43034" + x2="518.04419" + gradientTransform="translate(-478.87675,4.232021)" + y1="682.32623" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient5066" + y2="294.85672" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5002" + x1="544.29083" + x2="253.71039" + gradientTransform="translate(-453.48462,5.6426947)" + y1="213.74759" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient4996" + y2="653.04156" /> + <linearGradient + id="linearGradient4996"> + <stop + offset="0" + id="stop4998" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + offset="1" + id="stop5000" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5006"> + <stop + offset="0.00000000" + id="stop5008" + style="stop-color:#dfefff;stop-opacity:0.50196081;" /> + <stop + offset="0.69999999" + id="stop10260" + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" /> + <stop + offset="0.80000001" + id="stop5016" + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" /> + <stop + offset="1.0000000" + id="stop5010" + style="stop-color:#007dfd;stop-opacity:0.50196081;" /> + </linearGradient> + <linearGradient + id="linearGradient5066"> + <stop + offset="0.00000000" + id="stop5068" + style="stop-color:#ffffff;stop-opacity:0.62886596;" /> + <stop + offset="1.0000000" + id="stop5070" + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5074"> + <stop + offset="0.00000000" + id="stop5076" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + offset="1.0000000" + id="stop5078" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5809"> + <stop + offset="0.00000000" + id="stop5811" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + offset="1.0000000" + id="stop5813" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5817"> + <stop + offset="0.00000000" + id="stop5819" + style="stop-color:#69b4ff;stop-opacity:1.0000000;" /> + <stop + offset="1.0000000" + id="stop5821" + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient10990"> + <stop + offset="0.00000000" + id="stop10992" + style="stop-color:#007ffe;stop-opacity:0.62745100;" /> + <stop + offset="0.80357140" + id="stop10996" + style="stop-color:#3d9eff;stop-opacity:0.62745100;" /> + <stop + offset="1.0000000" + id="stop10998" + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" /> + </linearGradient> + <linearGradient + id="linearGradient4697"> + <stop + offset="0" + id="stop4699" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + offset="0.89999998" + id="stop4707" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + offset="1" + id="stop4701" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5598"> + <stop + offset="0" + id="stop5600" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + offset="0.95266271" + id="stop5606" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + offset="1" + id="stop5602" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3777" + x1="902.51556" + y1="806.60181" + gradientTransform="translate(7.2175233,19.074883)" + x2="907.56848" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3771" + y2="782.05695" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3779" + x1="896.6649" + y1="795.09097" + gradientTransform="translate(7.2175233,19.074883)" + x2="922.22605" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3687" + y2="795.09097" /> + <radialGradient + inkscape:collect="always" + id="radialGradient2275" + r="22.724789" + gradientTransform="matrix(0.701911,-0.2667433,0.1979628,0.5209215,179.39359,699.29387)" + cx="1147.2316" + cy="821.82721" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3214" + fy="821.82721" + fx="1147.2316" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2277" + x1="1139.5706" + y1="826.1059" + x2="1152.082" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3251" + y2="730.0083" /> + <radialGradient + inkscape:collect="always" + id="radialGradient3268" + r="22.724789" + gradientTransform="matrix(0.701911,-0.2667433,0.1979628,0.5209215,179.39359,699.29387)" + cx="1147.2316" + cy="821.82721" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3214" + fy="821.82721" + fx="1147.2316" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3270" + x1="1139.5706" + y1="826.1059" + x2="1152.082" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3251" + y2="730.0083" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3337" + x1="896.6649" + y1="795.09097" + gradientTransform="matrix(0.8511224,0,0,0.9092423,386.18996,104.23525)" + x2="922.22605" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3687" + y2="795.09097" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3339" + x1="902.51556" + y1="806.60181" + gradientTransform="matrix(0.8511224,0,0,0.9092423,386.18996,104.23525)" + x2="907.56848" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3771" + y2="782.05695" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2340" + x1="441.50293" + y1="596.54565" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x2="553.63983" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient5809" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2342" + x1="331.57434" + y1="354.45773" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x2="225.65819" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient5074" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2399" + x1="896.6649" + y1="795.09097" + gradientTransform="matrix(0.8511224,0,0,0.9092423,386.18996,104.23525)" + x2="922.22605" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3687" + y2="795.09097" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2401" + x1="902.51556" + y1="806.60181" + gradientTransform="matrix(0.8511224,0,0,0.9092423,386.18996,104.23525)" + x2="907.56848" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3771" + y2="782.05695" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2333" + x1="896.6649" + y1="795.09097" + gradientTransform="matrix(0.8511224,0,0,0.9092423,386.18996,104.23525)" + x2="922.22605" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3687" + y2="795.09097" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2335" + x1="902.51556" + y1="806.60181" + gradientTransform="matrix(0.8511224,0,0,0.9092423,386.18996,104.23525)" + x2="907.56848" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3771" + y2="782.05695" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2351" + x1="896.6649" + y1="795.09097" + gradientTransform="matrix(0.8511224,0,0,0.9092423,386.18996,104.23525)" + x2="922.22605" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3687" + y2="795.09097" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2353" + x1="902.51556" + y1="806.60181" + gradientTransform="matrix(0.8511224,0,0,0.9092423,386.18996,104.23525)" + x2="907.56848" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3771" + y2="782.05695" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2358" + x1="896.6649" + y1="795.09097" + gradientTransform="matrix(-2.8317816,0,0,-3.0251531,3017.0995,3033.9076)" + x2="922.22605" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3687" + y2="795.09097" /> + <linearGradient + inkscape:collect="always" + id="linearGradient2360" + x1="902.51556" + y1="806.60181" + gradientTransform="matrix(-2.8317816,0,0,-3.0251531,3017.0995,3033.9076)" + x2="907.56848" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3771" + y2="782.05695" /> + <radialGradient + inkscape:collect="always" + id="radialGradient3268-278" + r="22.724789" + gradientTransform="matrix(0.701911,-0.2667433,0.1979628,0.5209215,179.39359,699.29387)" + cx="1147.2316" + cy="821.82721" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3214-560" + fy="821.82721" + fx="1147.2316" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3214-560"> + <stop + offset="0" + id="stop3677" + style="stop-color:#ff0505;stop-opacity:1" /> + <stop + offset="1" + id="stop3679" + style="stop-color:#c70000;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3270-289" + y2="730.0083" + y1="826.1059" + x2="1152.082" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3251-917" + x1="1139.5706" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3251-917"> + <stop + offset="0" + id="stop3683" + style="stop-color:#510000;stop-opacity:1" /> + <stop + offset="1" + id="stop3685" + style="stop-color:#d20000;stop-opacity:1" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + id="radialGradient3268-278-827" + r="22.724789" + gradientTransform="matrix(0.701911,-0.2667433,0.1979628,0.5209215,179.39359,699.29387)" + cx="1147.2316" + cy="821.82721" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3214-560-300" + fy="821.82721" + fx="1147.2316" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3214-560-300"> + <stop + offset="0" + id="stop4042" + style="stop-color:#ff1e1e;stop-opacity:1" /> + <stop + offset="1" + id="stop4044" + style="stop-color:#e00000;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3270-289-17" + x1="1139.5706" + y1="826.1059" + x2="1152.082" + gradientUnits="userSpaceOnUse" + xlink:href="#linearGradient3251-917-341" + y2="730.0083" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3251-917-341"> + <stop + offset="0" + id="stop4048" + style="stop-color:#6a0000;stop-opacity:1" /> + <stop + offset="1" + id="stop4050" + style="stop-color:#eb0000;stop-opacity:1" /> + </linearGradient> + <filter + inkscape:collect="always" + x="-0.17312159" + width="1.3462432" + y="-0.045451466" + height="1.0909029" + id="filter4477"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.9084375" + id="feGaussianBlur4479" /> + </filter> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3687" + id="linearGradient4489" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.8317816,0,0,-3.0251531,3017.0995,3033.9076)" + x1="896.6649" + y1="795.09097" + x2="922.22605" + y2="795.09097" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3771" + id="linearGradient4491" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.8317816,0,0,-3.0251531,3017.0995,3033.9076)" + x1="902.51556" + y1="806.60181" + x2="907.56848" + y2="782.05695" /> + </defs> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="Layer 1"> + <g + id="layer3" + transform="translate(831.94743,330.68335)" + inkscape:label="Shadow" + style="display:inline" /> + <g + id="layer2" + transform="translate(831.94743,330.68335)" + inkscape:label="SeaMonkey" + style="display:inline" /> + <g + id="g2403" + transform="translate(-965.49792,-294.60277)"> + <g + transform="translate(831.94743,330.68335)" + id="g3501" + inkscape:label="Background" + style="display:inline"> + <g + id="g2219"> + <path + id="path6573" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:type="arc" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" /> + <path + id="path2064" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-ydpi="24.028801" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + style="fill:url(#linearGradient2242);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + id="path2056" + style="fill:url(#linearGradient2239);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + id="path2058" + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + id="path2052" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:type="arc" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" /> + </g> + </g> + <path + d="M 1161.6664,817.31491 L 1148.0036,827.79872 L 1130.9294,825.55086 L 1120.4456,811.88809 L 1122.6935,794.81387 L 1136.3562,784.33006 L 1153.4304,786.57792 L 1163.9143,800.2407 L 1161.6664,817.31491 z " + inkscape:flatsided="true" + id="path3230" + inkscape:rounded="0" + inkscape:export-ydpi="90.000084" + sodipodi:cx="1142.1799" + inkscape:export-xdpi="90.000084" + inkscape:randomized="0" + transform="matrix(1.6768645,-0.2183201,0.2183201,1.6768645,-821.00426,-331.11256)" + sodipodi:arg2="0.91629786" + sodipodi:arg1="0.52359878" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\inkscape images\seamonkey-console3.svg.png" + sodipodi:r2="20.788244" + sodipodi:r1="22.501036" + sodipodi:sides="8" + sodipodi:type="star" + style="fill:url(#radialGradient2275);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2277);stroke-width:1.98091471;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:cy="806.06439" /> + <path + id="path3232" + inkscape:export-ydpi="90.000084" + inkscape:radius="-0.48143509" + inkscape:export-xdpi="90.000084" + transform="matrix(2.8640361,0,0,3.0356973,-1937.9751,-1610.0856)" + inkscape:original="M 1115.7813 774.09375 L 1109.75 780.125 L 1109.7188 788.5625 L 1111.8125 790.65625 C 1111.9938 786.42948 1114.6239 782.49644 1118.8438 780.96875 C 1122.9474 779.48305 1127.3599 780.70786 1130.2188 783.65625 L 1130.2188 780.15625 L 1124.2188 774.125 L 1115.7813 774.09375 z " + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\inkscape images\seamonkey-console3.svg.png" + d="M 1116,774.5625 L 1110.2188,780.34375 L 1110.1875,788.34375 L 1111.5313,789.6875 C 1112.049,785.64848 1114.601,782.01064 1118.6875,780.53125 C 1122.6273,779.10487 1126.7764,780.13281 1129.75,782.6875 L 1129.75,780.375 L 1124,774.59375 L 1116,774.5625 z " + sodipodi:type="inkscape:offset" + style="opacity:0.50264551;fill:#ffffff;fill-opacity:0.66459626;fill-rule:nonzero;stroke:none;stroke-width:1.98091471;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3210)" /> + <path + id="path3234" + inkscape:export-xdpi="90.000084" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\inkscape images\seamonkey-console3.svg.png" + sodipodi:nodetypes="cscssssssscccczzc" + inkscape:export-ydpi="90.000084" + d="M 1266.0373,792.12543 C 1264.6481,792.12543 1263.4994,791.69798 1262.5912,790.84312 C 1261.6834,789.98825 1261.2292,788.86627 1261.2292,787.47713 C 1261.265,787.22823 1261.2831,787.0326 1261.2831,786.89019 C 1261.461,785.35872 1262.1025,784.16555 1263.2069,783.31065 C 1264.3111,782.45579 1265.6467,782.02834 1267.2128,782.02834 C 1268.1387,782.02834 1269.0649,782.31311 1269.9908,782.88267 C 1270.9168,783.45222 1271.4869,784.16444 1271.7006,785.0193 C 1271.914,785.8742 1272.0209,786.49782 1272.0209,786.89019 C 1272.0209,788.4217 1271.4152,789.67712 1270.2046,790.65646 C 1268.9936,791.63577 1267.6047,792.12543 1266.0373,792.12543 L 1266.0373,792.12543 z M 1270.1523,778.60936 L 1266.8396,778.60936 C 1266.8396,778.60936 1265.784,759.37586 1269.1366,752.96471 C 1272.4892,746.55356 1279.9957,746.55356 1280.2493,752.96471 C 1280.5035,759.37586 1270.1523,778.60936 1270.1523,778.60936 z " + style="font-size:24px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#380000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Sprint SF" /> + <path + id="path3236" + inkscape:export-xdpi="90.000084" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\inkscape images\seamonkey-console3.svg.png" + sodipodi:nodetypes="cscssssssscccczzc" + inkscape:export-ydpi="90.000084" + d="M 1264.4364,790.12436 C 1263.0471,790.12436 1261.8985,789.69691 1260.9903,788.84205 C 1260.0825,787.98719 1259.6282,786.8652 1259.6282,785.47606 C 1259.6641,785.22717 1259.6822,785.03153 1259.6822,784.88913 C 1259.86,783.35765 1260.5016,782.16448 1261.606,781.30958 C 1262.7101,780.45472 1264.0458,780.02727 1265.6118,780.02727 C 1266.5378,780.02727 1267.464,780.31205 1268.3899,780.8816 C 1269.3158,781.45115 1269.886,782.16337 1270.0997,783.01824 C 1270.3131,783.87313 1270.42,784.49675 1270.42,784.88913 C 1270.42,786.42064 1269.8143,787.67605 1268.6036,788.65539 C 1267.3926,789.63471 1266.0038,790.12436 1264.4364,790.12436 L 1264.4364,790.12436 z M 1268.5514,776.60829 L 1265.2387,776.60829 C 1265.2387,776.60829 1264.1831,757.37479 1267.5357,750.96364 C 1270.8883,744.55249 1278.3947,744.55249 1278.6483,750.96364 C 1278.9026,757.37479 1268.5514,776.60829 1268.5514,776.60829 z " + style="font-size:24px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Sprint SF" /> + </g> + <g + id="g3236" + inkscape:export-xdpi="90.000084" + transform="translate(11.4436,33.95071)" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\inkscape images\seamonkey-console3.svg.png" + inkscape:export-ydpi="90.000084" + style="fill:none;fill-opacity:0.66459626"> + <g + id="g3238" + inkscape:label="Shadow" + style="fill:none;fill-opacity:0.66459626;display:inline" /> + <g + id="g3240" + inkscape:label="Background" + style="fill:none;fill-opacity:0.66459626;display:inline"> + <g + id="g3242" + style="fill:none;fill-opacity:0.66459626"> + <path + id="path3244" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:type="arc" + style="fill:none;fill-opacity:0.66459626;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" /> + <path + id="path3246" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-ydpi="24.028801" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + style="fill:none;fill-opacity:0.66459626;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + id="path3248" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + style="fill:none;fill-opacity:0.66459626;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + id="path3250" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + style="fill:none;fill-opacity:0.66459626;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + id="path3252" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:type="arc" + style="fill:none;fill-opacity:0.66459626;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" /> + </g> + </g> + <g + id="g3254" + inkscape:label="SeaMonkey" + style="fill:none;fill-opacity:0.66459626;display:inline" /> + </g> + <g + id="g3575"> + <path + sodipodi:sides="8" + id="path3256" + inkscape:rounded="0" + sodipodi:r1="22.501036" + sodipodi:cx="1142.1799" + sodipodi:cy="806.06439" + inkscape:randomized="0" + transform="matrix(1.6768645,-0.2183201,0.2183201,1.6768645,-1641.5081,-627.8452)" + sodipodi:arg2="0.91629786" + inkscape:export-xdpi="90.000084" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\inkscape images\seamonkey-console3.svg.png" + inkscape:flatsided="true" + inkscape:export-ydpi="90.000084" + sodipodi:arg1="0.52359878" + d="M 1161.6664,817.31491 L 1148.0036,827.79872 L 1130.9294,825.55086 L 1120.4456,811.88809 L 1122.6935,794.81387 L 1136.3562,784.33006 L 1153.4304,786.57792 L 1163.9143,800.2407 L 1161.6664,817.31491 z " + sodipodi:type="star" + style="fill:url(#radialGradient3268-278-827);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3270-289-17);stroke-width:1.98091471;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:r2="20.788244" /> + <path + id="path3258" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\inkscape images\seamonkey-console3.svg.png" + inkscape:radius="-0.48143509" + inkscape:export-xdpi="90.000084" + transform="matrix(2.8640361,0,0,3.0356973,-2758.479,-1906.8183)" + inkscape:original="M 1115.7813 774.09375 L 1109.75 780.125 L 1109.7188 788.5625 L 1111.8125 790.65625 C 1111.9938 786.42948 1114.6239 782.49644 1118.8438 780.96875 C 1122.9474 779.48305 1127.3599 780.70786 1130.2188 783.65625 L 1130.2188 780.15625 L 1124.2188 774.125 L 1115.7813 774.09375 z " + inkscape:export-ydpi="90.000084" + d="M 1116,774.5625 L 1110.2188,780.34375 L 1110.1875,788.34375 L 1111.5313,789.6875 C 1112.049,785.64848 1114.601,782.01064 1118.6875,780.53125 C 1122.6273,779.10487 1126.7764,780.13281 1129.75,782.6875 L 1129.75,780.375 L 1124,774.59375 L 1116,774.5625 z " + sodipodi:type="inkscape:offset" + style="opacity:0.50264551;fill:#ffffff;fill-opacity:0.66459626;fill-rule:nonzero;stroke:none;stroke-width:1.98091471;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3210)" /> + <path + id="path3260" + inkscape:export-xdpi="90.000084" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\inkscape images\seamonkey-console3.svg.png" + sodipodi:nodetypes="cscssssssscccczzc" + inkscape:export-ydpi="90.000084" + d="M 445.5334,495.39279 C 444.1442,495.39279 442.9955,494.96534 442.0873,494.11048 C 441.1795,493.25561 440.7253,492.13363 440.7253,490.74449 C 440.7611,490.49559 440.7792,490.29996 440.7792,490.15755 C 440.9571,488.62608 441.5986,487.43291 442.703,486.57801 C 443.8072,485.72315 445.1428,485.2957 446.7089,485.2957 C 447.6348,485.2957 448.561,485.58047 449.4869,486.15003 C 450.4129,486.71958 450.983,487.4318 451.1967,488.28666 C 451.4101,489.14156 451.517,489.76518 451.517,490.15755 C 451.517,491.68906 450.9113,492.94448 449.7007,493.92382 C 448.4897,494.90313 447.1008,495.39279 445.5334,495.39279 L 445.5334,495.39279 z M 449.6484,481.87672 L 446.3357,481.87672 C 446.3357,481.87672 445.2801,462.64322 448.6327,456.23207 C 451.9853,449.82092 459.4918,449.82092 459.7454,456.23207 C 459.9996,462.64322 449.6484,481.87672 449.6484,481.87672 z " + style="font-size:24px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#6a0000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Sprint SF" /> + <path + id="path3262" + inkscape:export-xdpi="90.000084" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\inkscape images\seamonkey-console3.svg.png" + sodipodi:nodetypes="cscssssssscccczzc" + inkscape:export-ydpi="90.000084" + d="M 443.9325,493.39172 C 442.5432,493.39172 441.3946,492.96427 440.4864,492.10941 C 439.5786,491.25455 439.1243,490.13256 439.1243,488.74342 C 439.1602,488.49453 439.1783,488.29889 439.1783,488.15649 C 439.3561,486.62501 439.9977,485.43184 441.1021,484.57694 C 442.2062,483.72208 443.5419,483.29463 445.1079,483.29463 C 446.0339,483.29463 446.9601,483.57941 447.886,484.14896 C 448.8119,484.71851 449.3821,485.43073 449.5958,486.2856 C 449.8092,487.14049 449.9161,487.76411 449.9161,488.15649 C 449.9161,489.688 449.3104,490.94341 448.0997,491.92275 C 446.8887,492.90207 445.4999,493.39172 443.9325,493.39172 L 443.9325,493.39172 z M 448.0475,479.87565 L 444.7348,479.87565 C 444.7348,479.87565 443.6792,460.64215 447.0318,454.231 C 450.3844,447.81985 457.8908,447.81985 458.1444,454.231 C 458.3987,460.64215 448.0475,479.87565 448.0475,479.87565 z " + style="font-size:24px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Sprint SF" /> + </g> + <g + id="g3292" + inkscape:export-xdpi="90.000084" + transform="translate(3.9574,190.89147)" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\inkscape images\seamonkey-console3.svg.png" + inkscape:export-ydpi="90.000084" + style="fill:none;fill-opacity:0.66459626"> + <g + id="g3294" + inkscape:label="Shadow" + style="fill:none;fill-opacity:0.66459626;display:inline" /> + <g + id="g3296" + inkscape:label="Background" + style="fill:none;fill-opacity:0.66459626;display:inline"> + <g + id="g3298" + style="fill:none;fill-opacity:0.66459626"> + <path + id="path3300" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:type="arc" + style="fill:none;fill-opacity:0.66459626;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" /> + <path + id="path3302" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-ydpi="24.028801" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + style="fill:none;fill-opacity:0.66459626;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + id="path3304" + style="fill:none;fill-opacity:0.66459626;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + id="path3306" + style="fill:none;fill-opacity:0.66459626;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + id="path3308" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:type="arc" + style="fill:none;fill-opacity:0.66459626;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" /> + </g> + </g> + <g + id="g3310" + inkscape:label="SeaMonkey" + style="fill:none;fill-opacity:0.66459626;display:inline" /> + </g> + <g + id="g4481" + transform="translate(-3.2654421e-5,4.0000063)"> + <path + style="font-size:24px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#380000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Sprint SF" + d="M 437.04481,646.62002 C 435.65561,646.62002 434.50691,646.19262 433.59871,645.33772 C 432.69091,644.48292 432.23671,643.36092 432.23671,641.97172 C 432.27251,641.72282 432.29061,641.52722 432.29061,641.38482 C 432.46851,639.85332 433.11001,638.66022 434.21441,637.80532 C 435.31861,636.95042 436.65421,636.52292 438.22031,636.52292 C 439.14621,636.52292 440.07241,636.80772 440.99831,637.37732 C 441.92431,637.94682 442.49441,638.65902 442.70811,639.51392 C 442.92151,640.36882 443.02841,640.99242 443.02841,641.38482 C 443.02841,642.91632 442.42271,644.17172 441.21211,645.15112 C 440.00111,646.13042 438.61221,646.62002 437.04481,646.62002 L 437.04481,646.62002 z M 441.15981,633.10398 L 437.84711,633.10398 C 437.84711,633.10398 436.79151,613.87048 440.14411,607.45933 C 443.49671,601.04818 451.00321,601.04818 451.25681,607.45933 C 451.51101,613.87048 441.15981,633.10398 441.15981,633.10398 z " + inkscape:export-ydpi="90.000084" + sodipodi:nodetypes="cscssssssscccczzc" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\inkscape images\seamonkey-console3.svg.png" + inkscape:export-xdpi="90.000084" + id="path3316" /> + <path + style="font-size:24px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Sprint SF" + d="M 437.04491,646.62006 C 435.65561,646.62006 434.50701,646.19256 433.59881,645.33776 C 432.69101,644.48286 432.23671,643.36086 432.23671,641.97176 C 432.27261,641.72286 432.29071,641.52716 432.29071,641.38476 C 432.46851,639.85336 433.11011,638.66016 434.21451,637.80526 C 435.31861,636.95036 436.65431,636.52296 438.22031,636.52296 C 439.14631,636.52296 440.07251,636.80776 440.99841,637.37726 C 441.92431,637.94686 442.49451,638.65906 442.70821,639.51386 C 442.92161,640.36876 443.02851,640.99246 443.02851,641.38476 C 443.02851,642.91626 442.42281,644.17176 441.21211,645.15106 C 440.00111,646.13036 438.61231,646.62006 437.04491,646.62006 L 437.04491,646.62006 z M 441.15991,633.10395 L 437.84721,633.10395 C 437.84721,633.10395 436.79161,613.87045 440.14421,607.4593 C 443.49681,601.04815 451.00321,601.04815 451.25681,607.4593 C 451.51111,613.87045 441.15991,633.10395 441.15991,633.10395 z " + inkscape:export-ydpi="90.000084" + sodipodi:nodetypes="cscssssssscccczzc" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\inkscape images\seamonkey-console3.svg.png" + inkscape:export-xdpi="90.000084" + id="path3318" /> + <path + sodipodi:nodetypes="cssscsscsssc" + style="fill:url(#linearGradient4489);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4491);stroke-width:3.32711434;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3331" + d="M 440.83622,663.56361 C 442.32178,663.66286 444.14138,662.75077 445.47289,660.82071 C 446.94048,658.69292 473.81258,611.17134 475.36668,607.93237 C 476.85822,604.82401 476.74776,601.65433 476.60935,599.38987 C 476.47095,597.12553 475.73166,595.52253 474.24644,594.81592 C 473.98193,594.49046 472.78717,594.20942 470.8967,593.97076 C 469.0059,593.73214 414.07358,593.59959 412.25731,593.79289 C 410.44103,593.98623 409.33277,594.20922 409.16708,594.45968 C 407.75971,594.9477 407.05403,596.39147 406.91463,598.54481 C 406.77522,600.69805 406.54831,603.83822 408.05982,606.88682 C 409.7653,610.32596 435.13521,658.43846 436.34728,660.71916 C 437.60426,663.08384 439.67539,663.54831 440.83622,663.56361 z " /> + <path + transform="translate(-0.6415603,-8.0051349)" + d="M 442.375,608.65625 C 440.58208,608.65631 439.0046,609.25144 437.84375,610.4375 C 436.6814,611.62516 436.09374,613.23495 436.09375,615.09375 C 436.09374,617.11332 436.62483,620.16749 437.65625,624.46875 L 439.34375,631.625 C 440.18673,635.12667 440.69534,638.11425 440.84375,640.53125 C 440.88085,640.97058 441.24662,641.30925 441.6875,641.3125 L 443.125,641.3125 C 443.56588,641.30925 443.93165,640.97058 443.96875,640.53125 C 444.24976,637.07256 444.71523,634.0993 445.3125,631.625 L 447.0625,624.46875 C 448.15938,619.90569 448.68747,616.84161 448.6875,615 C 448.68748,613.23038 448.10051,611.6631 446.90625,610.46875 C 445.71376,609.27633 444.13658,608.65627 442.375,608.65625 z M 442.4375,644.3125 C 440.75619,644.31251 439.23091,644.93172 438.0625,646.125 C 436.89935,647.3129 436.31249,648.80998 436.3125,650.46875 C 436.31249,652.12328 436.91039,653.62917 438.09375,654.8125 C 439.27103,655.98979 440.77083,656.62499 442.4375,656.625 C 444.10416,656.625 445.60395,655.9898 446.78125,654.8125 C 447.95851,653.63522 448.59372,652.13542 448.59375,650.46875 C 448.59373,648.78327 447.96032,647.27288 446.78125,646.09375 C 445.5979,644.91042 444.09202,644.31251 442.4375,644.3125 z " + id="path4343" + style="font-size:67.04067993px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter4477);font-family:Times New Roman" + inkscape:original="M 442.375 609.5 C 440.76008 609.50005 439.4726 610.0056 438.46875 611.03125 C 437.46488 612.05698 436.93749 613.41343 436.9375 615.09375 C 436.93749 616.94875 437.47432 620.00393 438.5 624.28125 L 440.1875 631.4375 C 441.03859 634.97287 441.53474 637.98096 441.6875 640.46875 L 443.125 640.46875 C 443.40869 636.97707 443.85768 633.96898 444.46875 631.4375 L 446.21875 624.28125 C 447.30989 619.74207 447.84372 616.65861 447.84375 615 C 447.84373 613.40695 447.34907 612.09915 446.3125 611.0625 C 445.27589 610.02595 443.94625 609.50002 442.375 609.5 z M 442.4375 645.15625 C 440.95352 645.15626 439.71319 645.67123 438.6875 646.71875 C 437.66181 647.76627 437.15624 649.00661 437.15625 650.46875 C 437.15624 651.9309 437.65089 653.18217 438.6875 654.21875 C 439.72409 655.25535 440.97535 655.78124 442.4375 655.78125 C 443.89964 655.78125 445.15088 655.25537 446.1875 654.21875 C 447.22408 653.18215 447.74997 651.93091 447.75 650.46875 C 447.74998 648.98478 447.22408 647.72414 446.1875 646.6875 C 445.15089 645.65091 443.89965 645.15626 442.4375 645.15625 z " + inkscape:radius="0.85297155" + sodipodi:type="inkscape:offset" /> + <text + y="646.89508" + x="430.57016" + style="font-size:67.04067993px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Times New Roman" + xml:space="preserve" + id="text3333"><tspan + y="646.89508" + x="430.57016" + sodipodi:role="line" + id="tspan3335">!</tspan></text> + </g> + <g + id="g2416" + transform="translate(-863.88271,-299.22165)"> + <g + id="g2326" + transform="translate(722.2492,492.34391)" + inkscape:label="Background" + style="display:inline"> + <g + id="g2328"> + <path + id="path2330" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:type="arc" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" /> + <path + id="path2332" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-ydpi="24.028801" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + style="fill:url(#linearGradient2340);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + id="path2334" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + style="fill:url(#linearGradient2342);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + id="path2336" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + id="path2338" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:type="arc" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" /> + </g> + </g> + <g + id="g2363" + transform="translate(-487.38746,161.58191)"> + <path + id="path2365" + inkscape:export-xdpi="90.000084" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\inkscape images\seamonkey-console3.svg.png" + sodipodi:nodetypes="cscssssssscccczzc" + inkscape:export-ydpi="90.000084" + d="M 1643.7265,792.20405 C 1642.3373,792.20405 1641.1886,791.77665 1640.2804,790.92175 C 1639.3726,790.06695 1638.9184,788.94495 1638.9184,787.55575 C 1638.9542,787.30685 1638.9723,787.11125 1638.9723,786.96885 C 1639.1502,785.43735 1639.7917,784.24425 1640.8961,783.38935 C 1642.0003,782.53445 1643.3359,782.10695 1644.902,782.10695 C 1645.8279,782.10695 1646.7541,782.39175 1647.68,782.96135 C 1648.606,783.53085 1649.1761,784.24305 1649.3898,785.09795 C 1649.6032,785.95285 1649.7101,786.57645 1649.7101,786.96885 C 1649.7101,788.50035 1649.1044,789.75575 1647.8938,790.73515 C 1646.6828,791.71445 1645.2939,792.20405 1643.7265,792.20405 L 1643.7265,792.20405 z M 1647.8415,778.68801 L 1644.5288,778.68801 C 1644.5288,778.68801 1643.4732,759.45451 1646.8258,753.04336 C 1650.1784,746.63221 1657.6849,746.63221 1657.9385,753.04336 C 1658.1927,759.45451 1647.8415,778.68801 1647.8415,778.68801 z " + style="font-size:24px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#380000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Sprint SF" /> + <path + id="path2367" + inkscape:export-xdpi="90.000084" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\inkscape images\seamonkey-console3.svg.png" + sodipodi:nodetypes="cscssssssscccczzc" + inkscape:export-ydpi="90.000084" + d="M 1642.1256,790.20305 C 1640.7363,790.20305 1639.5877,789.77555 1638.6795,788.92075 C 1637.7717,788.06585 1637.3174,786.94385 1637.3174,785.55475 C 1637.3533,785.30585 1637.3714,785.11015 1637.3714,784.96775 C 1637.5492,783.43635 1638.1908,782.24315 1639.2952,781.38825 C 1640.3993,780.53335 1641.735,780.10595 1643.301,780.10595 C 1644.227,780.10595 1645.1532,780.39075 1646.0791,780.96025 C 1647.005,781.52985 1647.5752,782.24205 1647.7889,783.09685 C 1648.0023,783.95175 1648.1092,784.57545 1648.1092,784.96775 C 1648.1092,786.49925 1647.5035,787.75475 1646.2928,788.73405 C 1645.0818,789.71335 1643.693,790.20305 1642.1256,790.20305 L 1642.1256,790.20305 z M 1646.2406,776.68694 L 1642.9279,776.68694 C 1642.9279,776.68694 1641.8723,757.45344 1645.2249,751.04229 C 1648.5775,744.63114 1656.0839,744.63114 1656.3375,751.04229 C 1656.5918,757.45344 1646.2406,776.68694 1646.2406,776.68694 z " + style="font-size:24px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Sprint SF" /> + <g + transform="translate(165.08216,-220.10955)" + id="g2369"> + <g + id="g2371" + inkscape:export-xdpi="90.000084" + transform="translate(1044.5545,550.87155)" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\inkscape images\seamonkey-console3.svg.png" + inkscape:export-ydpi="90.000084" + style="fill:none;fill-opacity:0.66459626"> + <g + id="g2373" + inkscape:label="Shadow" + style="fill:none;fill-opacity:0.66459626;display:inline" /> + <g + id="g2375" + inkscape:label="Background" + style="fill:none;fill-opacity:0.66459626;display:inline"> + <g + id="g2377" + style="fill:none;fill-opacity:0.66459626"> + <path + id="path2379" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:type="arc" + style="fill:none;fill-opacity:0.66459626;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" /> + <path + id="path2381" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-ydpi="24.028801" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + style="fill:none;fill-opacity:0.66459626;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + id="path2383" + style="fill:none;fill-opacity:0.66459626;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + id="path2385" + style="fill:none;fill-opacity:0.66459626;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + id="path2387" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:type="arc" + style="fill:none;fill-opacity:0.66459626;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" /> + </g> + </g> + <g + id="g2389" + inkscape:label="SeaMonkey" + style="fill:none;fill-opacity:0.66459626;display:inline" /> + </g> + <g + id="g2391" + transform="matrix(3.3271144,0,0,3.3271144,-2377.9025,-1763.4591)"> + <path + id="path2393" + d="M 1160.5136,816.66761 C 1160.0671,816.63778 1159.5202,816.91192 1159.12,817.49202 C 1158.6789,818.13155 1150.6022,832.41467 1150.1351,833.38818 C 1149.6868,834.32243 1149.72,835.27511 1149.7616,835.95572 C 1149.8032,836.63629 1150.0254,837.11809 1150.4718,837.33047 C 1150.5513,837.42829 1150.9104,837.51276 1151.4786,837.58449 C 1152.0469,837.65621 1168.5574,837.69605 1169.1033,837.63795 C 1169.6492,837.57984 1169.9823,837.51282 1170.0321,837.43754 C 1170.4551,837.29086 1170.6672,836.85692 1170.7091,836.20971 C 1170.751,835.56253 1170.8192,834.61872 1170.3649,833.70243 C 1169.8523,832.66876 1162.2271,818.20803 1161.8628,817.52254 C 1161.485,816.81181 1160.8625,816.67221 1160.5136,816.66761 z " + style="opacity:1;fill:url(#linearGradient2399);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2401);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cssscsscsssc" /> + <text + id="text2395" + style="font-size:20.14979744px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Times New Roman" + xml:space="preserve" + x="1157.0756" + y="835.06042"><tspan + y="835.06042" + id="tspan2397" + x="1157.0756" + sodipodi:role="line">!</tspan></text> + </g> + </g> + </g> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/template/svg/README b/comm/suite/branding/seamonkey/icons/template/svg/README new file mode 100644 index 0000000000..eab645b7f7 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/template/svg/README @@ -0,0 +1,15 @@ +suite/branding/seamonkey/icons/svg: +This directory contains the base SVG images used for creation of the SeaMonkey +window icons. The SVG images are not directly used in the software, but stored +here for reference and as a base for possible later revisions or new icons +that may be created in the future. + +All image files in this directory and images derived from them are licensed +under the MPL 2 as follows: + +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, You can obtain one at http://mozilla.org/MPL/2.0/. + +Note: The images may contain parts of the SeaMonkey logo, which by itself is a +registered trademark of the Mozilla Foundation. diff --git a/comm/suite/branding/seamonkey/icons/template/svg/abcardWindow.svg b/comm/suite/branding/seamonkey/icons/template/svg/abcardWindow.svg new file mode 100644 index 0000000000..ab591e3012 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/template/svg/abcardWindow.svg @@ -0,0 +1,723 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="744.09448819" + height="1052.3622047" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docname="seamonkeyabcardwindow.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + sodipodi:docbase="C:\Documents and Settings\Owner.SPINELLOZONE\My Documents\seamonkey-icons-complete\abcardwindow"> + <defs + id="defs4"> + <filter + inkscape:collect="always" + x="-0.11109908" + width="1.2221982" + y="-0.084514002" + height="1.169028" + id="filter3395"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="4.1250422" + id="feGaussianBlur3397" /> + </filter> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2234" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2232" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + r="37.656700" + fy="334.10477" + fx="822.35791" + cy="334.10477" + cx="822.35791" + id="radialGradient11020" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + r="48.537544" + fy="379.37366" + fx="834.06329" + cy="379.37366" + cx="834.06329" + id="radialGradient11018" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + r="51.490337" + fy="416.62680" + fx="834.16461" + cy="416.62680" + cx="834.16461" + id="radialGradient11016" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + r="22.916662" + fy="653.19714" + fx="559.93085" + cy="653.19714" + cx="559.93085" + id="radialGradient11014" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + r="21.038260" + fy="635.96777" + fx="596.68011" + cy="635.96777" + cx="596.68011" + id="radialGradient11012" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + r="20.071379" + fy="620.45239" + fx="637.07098" + cy="620.45239" + cx="637.07098" + id="radialGradient11010" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + r="23.940041" + fy="613.80670" + fx="665.83667" + cy="613.80670" + cx="665.83667" + id="radialGradient11008" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + r="27.265039" + fy="592.33008" + fx="696.78522" + cy="592.33008" + cx="696.78522" + id="radialGradient11006" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + r="39.235065" + fy="565.76050" + fx="734.74274" + cy="565.76050" + cx="734.74274" + id="radialGradient11004" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + r="55.195084" + fy="558.89948" + fx="793.18164" + cy="558.89948" + cx="793.18164" + id="radialGradient11002" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + r="57.855091" + fy="520.16986" + fx="799.92041" + cy="520.16986" + cx="799.92041" + id="radialGradient11000" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + r="53.865082" + fy="457.29218" + fx="825.40234" + cy="457.29218" + cx="825.40234" + id="radialGradient10262" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + r="165.43960" + fy="432.99265" + fx="425.42249" + cy="432.99265" + cx="425.42249" + id="radialGradient5823" + xlink:href="#linearGradient5817" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + id="linearGradient5815" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + id="linearGradient5080" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-478.87675,4.232021)" + gradientUnits="userSpaceOnUse" + y2="294.85672" + x2="518.04419" + y1="682.32623" + x1="225.43034" + id="linearGradient5072" + xlink:href="#linearGradient5066" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-453.48462,5.6426947)" + gradientUnits="userSpaceOnUse" + y2="653.04156" + x2="253.71039" + y1="213.74759" + x1="544.29083" + id="linearGradient5002" + xlink:href="#linearGradient4996" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4996"> + <stop + id="stop4998" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop5000" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5006"> + <stop + id="stop5008" + offset="0.00000000" + style="stop-color:#dfefff;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" + offset="0.69999999" + id="stop10260" /> + <stop + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" + offset="0.80000001" + id="stop5016" /> + <stop + id="stop5010" + offset="1.0000000" + style="stop-color:#007dfd;stop-opacity:0.50196081;" /> + </linearGradient> + <linearGradient + id="linearGradient5066"> + <stop + id="stop5068" + offset="0.00000000" + style="stop-color:#ffffff;stop-opacity:0.62886596;" /> + <stop + id="stop5070" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5817"> + <stop + id="stop5819" + offset="0.00000000" + style="stop-color:#69b4ff;stop-opacity:1.0000000;" /> + <stop + id="stop5821" + offset="1.0000000" + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient10990"> + <stop + style="stop-color:#007ffe;stop-opacity:0.62745100;" + offset="0.00000000" + id="stop10992" /> + <stop + id="stop10996" + offset="0.80357140" + style="stop-color:#3d9eff;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" + offset="1.0000000" + id="stop10998" /> + </linearGradient> + <linearGradient + id="linearGradient4697"> + <stop + id="stop4699" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.89999998" + id="stop4707" /> + <stop + id="stop4701" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5598"> + <stop + id="stop5600" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.95266271" + id="stop5606" /> + <stop + id="stop5602" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4216" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4218" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <filter + inkscape:collect="always" + x="-0.12278381" + width="1.2455676" + y="-0.142712" + height="1.285424" + id="filter6228"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="2.9049243" + id="feGaussianBlur6230" /> + </filter> + <filter + inkscape:collect="always" + id="filter6850"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="4.2275602" + id="feGaussianBlur6852" /> + </filter> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient7470" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient7472" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <filter + inkscape:collect="always" + x="-0.092254387" + width="1.1845088" + y="-0.17161272" + height="1.3432254" + id="filter7542"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="1.900534" + id="feGaussianBlur7544" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + gridtolerance="10000" + guidetolerance="10" + objecttolerance="10" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.55089535" + inkscape:cx="533.72967" + inkscape:cy="512.21606" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1440" + inkscape:window-height="844" + inkscape:window-x="-4" + inkscape:window-y="-4" + gridempspacing="10" + showgrid="true" + inkscape:grid-points="false" + gridspacingy="0.5px" + gridspacingx="0.5px" + inkscape:grid-bbox="false" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <g + id="g7546" + transform="translate(-243.72613,-1399.3888)"> + <g + id="g7434" + transform="translate(152.00085,1510.1315)"> + <g + style="display:inline" + inkscape:label="Shadow" + id="g7436" /> + <g + style="display:inline" + id="g7438" + inkscape:label="Background"> + <g + id="g7440"> + <path + sodipodi:type="arc" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path7442" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + style="fill:url(#linearGradient7470);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + id="path7444" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + style="fill:url(#linearGradient7472);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + id="path7446" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + id="path7448" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path7450" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="display:inline" + inkscape:label="SeaMonkey" + id="g7452" /> + </g> + <path + id="path7454" + d="M 575.81447,1912.2934 C 569.50664,1915.2637 566.46024,1918.2359 563.07906,1927.6409 C 563.07906,1927.6409 559.73241,1940.645 564.95479,1955.2478 C 565.78728,1957.5756 569.10613,1962.0447 569.1517,1962.0833 C 571.71117,1964.2519 574.35742,1964.8739 577.08523,1965.9532 C 577.20401,1966.0002 577.32409,1966.0393 577.44314,1966.0855 C 578.41246,1966.4615 579.40935,1966.8227 580.39584,1967.1439 C 582.29017,1967.7608 584.20502,1968.2561 586.15213,1968.6655 C 586.38016,1968.7134 586.60946,1968.7527 586.83811,1968.7978 C 587.64794,1968.9573 588.46685,1969.105 589.28379,1969.2278 C 589.4422,1969.2515 589.60234,1969.2715 589.76099,1969.294 C 590.60058,1969.4125 591.45033,1969.5124 592.29614,1969.5916 C 592.38575,1969.6 592.4749,1969.6167 592.56457,1969.6248 C 592.64414,1969.6316 592.72356,1969.6181 592.80317,1969.6248 C 593.62035,1969.6936 586.59472,1966.3088 587.41652,1966.3404 C 587.55691,1966.3458 587.69356,1966.3691 587.83407,1966.3735 C 587.9624,1966.3772 588.09338,1966.3706 588.2218,1966.3735 C 588.87786,1966.3888 589.53203,1966.3823 590.19027,1966.3735 C 590.74593,1966.3657 592.25127,1971.8423 592.80817,1971.8173 C 592.90687,1971.8128 593.00769,1971.8221 593.10642,1971.8173 C 593.29517,1971.8076 593.48425,1971.7957 593.6731,1971.7841 C 594.34009,1971.7432 587.17099,1968.2351 587.83908,1968.1691 C 587.96777,1968.1564 588.09809,1968.1495 588.22681,1968.136 C 588.46622,1968.1106 588.70312,1968.0654 588.94262,1968.0368 C 589.65009,1967.9521 590.3524,1967.8853 591.06021,1967.7722 C 591.10052,1967.7657 591.13921,1967.7455 591.17951,1967.7391 C 591.35724,1967.7101 591.53864,1967.6705 591.71637,1967.6399 C 592.48653,1967.5069 593.27314,1967.3771 594.04274,1967.2098 C 594.0828,1967.2012 594.12199,1967.1855 594.16205,1967.1768 C 594.26129,1967.1549 594.36107,1967.133 594.4603,1967.1106 C 595.34806,1966.9104 596.22901,1966.6957 597.11475,1966.4491 C 598.02964,1966.1942 598.94723,1965.9272 599.85868,1965.6221 C 599.92742,1965.5992 599.99874,1965.5793 600.06746,1965.556 C 601.04816,1965.2236 602.01528,1964.8559 602.99034,1964.4645 C 603.93583,1964.0848 604.87641,1963.6666 605.79392,1963.2407 C 605.82275,1963.2271 605.85458,1963.2212 605.88339,1963.2076 C 606.27747,1963.0238 606.65777,1962.8374 607.04658,1962.6452 C 607.29201,1962.5224 607.51907,1962.3745 607.76239,1962.2484 C 608.17219,1962.0359 608.58146,1961.8409 608.98523,1961.6199 C 609.62871,1961.2676 613.289,1956.6003 614.23328,1954.4766 C 619.85717,1941.8287 615.57161,1927.6409 615.57161,1927.6409 C 612.30068,1918.854 610.16362,1915.7943 602.86603,1912.2934 C 594.35568,1908.2107 583.20855,1908.8115 575.81447,1912.2934 z " + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" /> + <path + style="fill:#000000;fill-opacity:0.62111798;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;filter:url(#filter6228)" + d="M 238.5625,1732.9688 C 231.80317,1732.9687 226.34375,1739.4288 226.34375,1747.4688 L 223.1875,1770.1563 C 223.1875,1772.0081 223.49538,1773.7505 224.03125,1775.375 C 226.16764,1776.4206 228.34932,1777.3555 230.59375,1778.1563 C 230.71821,1778.2007 230.84402,1778.2376 230.96875,1778.2813 C 231.98439,1778.6365 233.02888,1778.9778 234.0625,1779.2813 C 236.04733,1779.8641 238.05363,1780.332 240.09375,1780.7188 C 240.33268,1780.7641 240.57293,1780.8012 240.8125,1780.8438 C 241.66102,1780.9945 242.51904,1781.1339 243.375,1781.25 C 243.54099,1781.2724 243.70877,1781.2913 243.875,1781.3125 C 244.7547,1781.4245 245.64504,1781.5188 246.53125,1781.5938 C 246.62515,1781.6017 246.71855,1781.6174 246.8125,1781.625 C 246.89588,1781.6315 246.97908,1781.6187 247.0625,1781.625 C 247.91872,1781.69 248.76395,1781.7515 249.625,1781.7813 C 249.77211,1781.7864 249.91528,1781.8084 250.0625,1781.8125 C 250.19697,1781.816 250.33419,1781.8097 250.46875,1781.8125 C 251.15616,1781.8269 251.84156,1781.8208 252.53125,1781.8125 C 253.11346,1781.8051 253.69775,1781.7737 254.28125,1781.75 C 254.38467,1781.7458 254.4903,1781.7546 254.59375,1781.75 C 254.79152,1781.7409 254.98962,1781.7297 255.1875,1781.7188 C 255.88636,1781.6802 256.58125,1781.6248 257.28125,1781.5625 C 257.41608,1781.5505 257.55263,1781.5441 257.6875,1781.5313 C 257.93834,1781.5073 258.18656,1781.4645 258.4375,1781.4375 C 259.17876,1781.3575 259.91463,1781.2944 260.65625,1781.1875 C 260.69847,1781.1814 260.73902,1781.1623 260.78125,1781.1563 C 260.96746,1781.129 261.15753,1781.0914 261.34375,1781.0625 C 262.15069,1780.9369 262.97488,1780.8142 263.78125,1780.6563 C 263.82321,1780.6481 263.86428,1780.6332 263.90625,1780.625 C 264.01022,1780.6043 264.11478,1780.5836 264.21875,1780.5625 C 265.14891,1780.3733 266.07195,1780.1705 267,1779.9375 C 267.95858,1779.6967 268.92001,1779.4445 269.875,1779.1563 C 269.94701,1779.1346 270.02175,1779.1157 270.09375,1779.0938 C 271.12129,1778.7797 272.13462,1778.4323 273.15625,1778.0625 C 274.1469,1777.7038 275.13241,1777.3087 276.09375,1776.9063 C 276.12395,1776.8935 276.15731,1776.8878 276.1875,1776.875 C 276.60039,1776.7013 276.99887,1776.5252 277.40625,1776.3438 C 277.66339,1776.2277 277.90131,1776.0879 278.15625,1775.9688 C 278.50067,1775.8078 278.84648,1775.661 279.1875,1775.5 C 279.67899,1773.9309 279.96875,1772.2506 279.96875,1770.4688 L 276.71875,1747.4688 C 276.71875,1739.4287 271.25933,1732.9688 264.5,1732.9688 L 238.5625,1732.9688 z " + id="path7456" + transform="matrix(1,0,0,0.9389427,338.46002,336.25238)" /> + <path + id="path7458" + d="M 583.11571,1960.4203 C 577.5558,1960.4202 573.17821,1967.2118 573.17821,1975.8265 C 573.17765,1976.0244 573.16814,1976.2252 573.14696,1976.4203 L 569.99071,2005.8578 C 569.99288,2006.1454 570.01011,2006.4181 570.02196,2006.7015 C 582.58262,2010.9182 596.53759,2011.2358 609.99071,2006.7328 C 609.99108,2006.7015 609.99045,2006.6703 609.99071,2006.639 L 606.74071,1976.8265 C 606.71894,1976.6258 606.70941,1976.4362 606.70946,1976.2328 C 606.70947,1967.6181 602.33185,1960.7953 596.77196,1960.7953 L 583.11571,1960.4203 z " + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850)" + id="path7460" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(0.3953873,0,0,0.5094214,454.70787,1765.1701)" /> + <path + id="path7462" + d="M 598.80321,1961.9828 L 602.45946,2008.7328 C 605.47791,2008.1219 608.47761,2007.3123 611.45946,2006.2328 C 613.40412,2005.5287 615.28536,2004.7279 617.11571,2003.8578 L 612.99071,1977.764 C 612.95977,1977.5665 612.92815,1977.3393 612.92821,1977.139 C 612.9282,1968.6585 606.70305,1961.9828 598.80321,1961.9828 z " + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + id="path7464" + d="M 580.49071,1961.6703 C 572.59087,1961.6703 566.33446,1968.4081 566.33446,1976.9203 C 566.33452,1977.1213 566.33415,1977.3157 566.30321,1977.514 L 562.20946,2003.514 C 566.84537,2005.793 571.76001,2007.4846 576.83446,2008.5765 L 580.49071,1961.6703 z " + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + transform="matrix(0.3953873,0,0,0.5094214,454.70787,1765.1701)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path7466" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + transform="matrix(0.3953873,0,0,0.3980335,485.21164,1824.6047)" + id="path7468" + d="M 263.78125,241.90625 C 242.0418,242.89024 226.92997,263.64204 222.5,283.28125 C 216.00695,309.85745 225.18626,342.26389 250.21875,355.71875 C 267.57362,364.41516 289.13334,354.88493 298.375,338.8125 C 316.781,311.19895 312.50409,269.39738 285.8125,248.65625 C 279.3949,244.23443 271.62953,241.51752 263.78125,241.90625 z " + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395)" /> + <path + sodipodi:nodetypes="cssssssssssssssssssc" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542)" + d="M 574.06634,1928.9264 C 574.88423,1926.0327 574.38715,1927.7489 576.39779,1925.5271 C 578.29499,1923.4306 580.19327,1922.3591 582.55828,1920.696 C 582.95711,1920.4155 583.73341,1920.429 584.13292,1920.1495 C 586.69273,1918.3588 586.40771,1920.2489 589.58336,1919.8681 C 592.13098,1919.5626 590.61567,1917.899 592.90106,1918.7919 C 595.52665,1919.8176 596.63409,1920.5786 598.70922,1922.4612 C 600.60136,1924.1777 600.95049,1924.2219 602.63643,1926.1725 C 604.20037,1927.9819 603.45882,1926.0757 604.67386,1928.1094 C 605.68759,1929.806 609.25437,1930.6292 609.6092,1932.8178 C 609.8667,1934.406 608.99176,1934.8228 607.75497,1933.9836 C 603.67053,1931.2122 599.84509,1928.4213 595.54657,1925.9584 C 592.62997,1924.2872 591.29315,1923.6634 589.55387,1926.6531 C 587.81495,1929.6422 586.56405,1933.1461 584.59247,1935.9959 C 581.29604,1940.7608 583.14307,1931.1374 583.14307,1929.8632 C 583.14307,1926.4912 580.80191,1928.5654 578.98998,1929.8632 C 577.30032,1931.0734 574.59528,1932.3733 572.55131,1932.666 C 570.49955,1932.9599 573.30258,1929.3683 571.28336,1928.9494 C 570.13054,1928.7103 572.16502,1930.9152 572.53629,1930.4114 C 572.78651,1930.0718 573.75044,1929.2059 574.06634,1928.9264 z " + id="path7476" /> + <path + id="path7474" + d="M 567.47842,1929.3122 C 568.29631,1926.4185 570.28981,1923.7962 572.30045,1921.5744 C 574.19765,1919.4779 577.57266,1918.063 579.93767,1916.3999 C 580.3365,1916.1194 580.7367,1915.8409 581.13621,1915.5614 C 583.69602,1913.7707 586.04374,1912.1572 589.21939,1911.7764 C 591.76701,1911.4709 593.81864,1912.8 596.10403,1913.6929 C 598.72962,1914.7186 601.22015,1916.5536 603.29528,1918.4362 C 605.18742,1920.1527 607.01671,1921.8757 608.70265,1923.8263 C 610.26659,1925.6357 611.41771,1927.7337 612.63275,1929.7674 C 613.64648,1931.464 614.69427,1933.9694 613.83129,1935.8522 C 612.69068,1938.3407 608.99176,1934.8228 607.75497,1933.9836 C 603.67053,1931.2122 599.84509,1928.4213 595.54657,1925.9584 C 592.62997,1924.2872 591.29315,1923.6634 589.55387,1926.6531 C 587.81495,1929.6422 586.56405,1933.1461 584.59247,1935.9959 C 581.29604,1940.7608 583.14307,1931.1374 583.14307,1929.8632 C 583.14307,1926.4912 580.80191,1928.5654 578.98998,1929.8632 C 577.30032,1931.0734 574.59528,1932.3733 572.55131,1932.666 C 570.49955,1932.9599 568.24335,1933.3724 566.22413,1932.9535 C 565.07131,1932.7144 566.15946,1930.6545 566.53073,1930.1507 C 566.78095,1929.8111 567.16252,1929.5917 567.47842,1929.3122 z " + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + id="g3687"> + <g + style="fill:none" + transform="translate(95.938042,113.29346)" + id="g2654"> + <g + id="g2656" + inkscape:label="Shadow" + style="fill:none;display:inline" /> + <g + inkscape:label="Background" + id="g2658" + style="fill:none;display:inline"> + <g + style="fill:none" + id="g2660"> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path2662" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + <path + inkscape:export-ydpi="24.028801" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + id="path2664" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cssssssssssscsss" + id="path2666" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccccccsccccccccccc" + id="path2668" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + style="fill:none;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path2670" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + id="g2672" + inkscape:label="SeaMonkey" + style="fill:none;display:inline" /> + </g> + <path + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M 519.75166,515.45536 C 513.44383,518.42566 510.39743,521.39786 507.01625,530.80286 C 507.01625,530.80286 503.6696,543.80696 508.89198,558.40976 C 509.72447,560.73756 513.04332,565.20666 513.08889,565.24526 C 515.64836,567.41386 518.29461,568.03586 521.02242,569.11516 C 521.1412,569.16216 521.26128,569.20126 521.38033,569.24746 C 522.34965,569.62346 523.34654,569.98466 524.33303,570.30586 C 526.22736,570.92276 528.14221,571.41806 530.08932,571.82746 C 530.31735,571.87536 530.54665,571.91466 530.7753,571.95976 C 531.58513,572.11926 532.40404,572.26696 533.22098,572.38976 C 533.37939,572.41346 533.53953,572.43346 533.69818,572.45596 C 534.53777,572.57446 535.38752,572.67436 536.23333,572.75356 C 536.32294,572.76196 536.41209,572.77866 536.50176,572.78676 C 536.58133,572.79356 536.66075,572.78006 536.74036,572.78676 C 537.55754,572.85556 530.53191,569.47076 531.35371,569.50236 C 531.4941,569.50776 531.63075,569.53106 531.77126,569.53546 C 531.89959,569.53916 532.03057,569.53256 532.15899,569.53546 C 532.81505,569.55076 533.46922,569.54426 534.12746,569.53546 C 534.68312,569.52766 536.18846,575.00426 536.74536,574.97926 C 536.84406,574.97476 536.94488,574.98406 537.04361,574.97926 C 537.23236,574.96956 537.42144,574.95766 537.61029,574.94606 C 538.27728,574.90516 531.10818,571.39706 531.77627,571.33106 C 531.90496,571.31836 532.03528,571.31146 532.164,571.29796 C 532.40341,571.27256 532.64031,571.22736 532.87981,571.19876 C 533.58728,571.11406 534.28959,571.04726 534.9974,570.93416 C 535.03771,570.92766 535.0764,570.90746 535.1167,570.90106 C 535.29443,570.87206 535.47583,570.83246 535.65356,570.80186 C 536.42372,570.66886 537.21033,570.53906 537.97993,570.37176 C 538.01999,570.36316 538.05918,570.34746 538.09924,570.33876 C 538.19848,570.31686 538.29826,570.29496 538.39749,570.27256 C 539.28525,570.07236 540.1662,569.85766 541.05194,569.61106 C 541.96683,569.35616 542.88442,569.08916 543.79587,568.78406 C 543.86461,568.76116 543.93593,568.74126 544.00465,568.71796 C 544.98535,568.38556 545.95247,568.01786 546.92753,567.62646 C 547.87302,567.24676 548.8136,566.82856 549.73111,566.40266 C 549.75994,566.38906 549.79177,566.38316 549.82058,566.36956 C 550.21466,566.18576 550.59496,565.99936 550.98377,565.80716 C 551.2292,565.68436 551.45626,565.53646 551.69958,565.41036 C 552.10938,565.19786 552.51865,565.00286 552.92242,564.78186 C 553.5659,564.42956 557.22619,559.76226 558.17047,557.63856 C 563.79436,544.99066 559.5088,530.80286 559.5088,530.80286 C 556.23787,522.01596 554.10081,518.95626 546.80322,515.45536 C 538.29287,511.37266 527.14574,511.97346 519.75166,515.45536 z " + id="path2674" /> + <path + transform="matrix(1,0,0,0.9389427,282.39721,-1060.5856)" + id="path2676" + d="M 238.5625,1732.9688 C 231.80317,1732.9687 226.34375,1739.4288 226.34375,1747.4688 L 223.1875,1770.1563 C 223.1875,1772.0081 223.49538,1773.7505 224.03125,1775.375 C 226.16764,1776.4206 228.34932,1777.3555 230.59375,1778.1563 C 230.71821,1778.2007 230.84402,1778.2376 230.96875,1778.2813 C 231.98439,1778.6365 233.02888,1778.9778 234.0625,1779.2813 C 236.04733,1779.8641 238.05363,1780.332 240.09375,1780.7188 C 240.33268,1780.7641 240.57293,1780.8012 240.8125,1780.8438 C 241.66102,1780.9945 242.51904,1781.1339 243.375,1781.25 C 243.54099,1781.2724 243.70877,1781.2913 243.875,1781.3125 C 244.7547,1781.4245 245.64504,1781.5188 246.53125,1781.5938 C 246.62515,1781.6017 246.71855,1781.6174 246.8125,1781.625 C 246.89588,1781.6315 246.97908,1781.6187 247.0625,1781.625 C 247.91872,1781.69 248.76395,1781.7515 249.625,1781.7813 C 249.77211,1781.7864 249.91528,1781.8084 250.0625,1781.8125 C 250.19697,1781.816 250.33419,1781.8097 250.46875,1781.8125 C 251.15616,1781.8269 251.84156,1781.8208 252.53125,1781.8125 C 253.11346,1781.8051 253.69775,1781.7737 254.28125,1781.75 C 254.38467,1781.7458 254.4903,1781.7546 254.59375,1781.75 C 254.79152,1781.7409 254.98962,1781.7297 255.1875,1781.7188 C 255.88636,1781.6802 256.58125,1781.6248 257.28125,1781.5625 C 257.41608,1781.5505 257.55263,1781.5441 257.6875,1781.5313 C 257.93834,1781.5073 258.18656,1781.4645 258.4375,1781.4375 C 259.17876,1781.3575 259.91463,1781.2944 260.65625,1781.1875 C 260.69847,1781.1814 260.73902,1781.1623 260.78125,1781.1563 C 260.96746,1781.129 261.15753,1781.0914 261.34375,1781.0625 C 262.15069,1780.9369 262.97488,1780.8142 263.78125,1780.6563 C 263.82321,1780.6481 263.86428,1780.6332 263.90625,1780.625 C 264.01022,1780.6043 264.11478,1780.5836 264.21875,1780.5625 C 265.14891,1780.3733 266.07195,1780.1705 267,1779.9375 C 267.95858,1779.6967 268.92001,1779.4445 269.875,1779.1563 C 269.94701,1779.1346 270.02175,1779.1157 270.09375,1779.0938 C 271.12129,1778.7797 272.13462,1778.4323 273.15625,1778.0625 C 274.1469,1777.7038 275.13241,1777.3087 276.09375,1776.9063 C 276.12395,1776.8935 276.15731,1776.8878 276.1875,1776.875 C 276.60039,1776.7013 276.99887,1776.5252 277.40625,1776.3438 C 277.66339,1776.2277 277.90131,1776.0879 278.15625,1775.9688 C 278.50067,1775.8078 278.84648,1775.661 279.1875,1775.5 C 279.67899,1773.9309 279.96875,1772.2506 279.96875,1770.4688 L 276.71875,1747.4688 C 276.71875,1739.4287 271.25933,1732.9688 264.5,1732.9688 L 238.5625,1732.9688 z " + style="fill:#000000;fill-opacity:0.62111798;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;filter:url(#filter6228)" /> + <path + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M 527.0529,563.58226 C 521.49299,563.58216 517.1154,570.37376 517.1154,578.98846 C 517.11484,579.18636 517.10533,579.38716 517.08415,579.58226 L 513.9279,609.01976 C 513.93007,609.30736 513.9473,609.58006 513.95915,609.86346 C 526.51981,614.08016 540.47478,614.39776 553.9279,609.89476 C 553.92827,609.86346 553.92764,609.83226 553.9279,609.80096 L 550.6779,579.98846 C 550.65613,579.78776 550.6466,579.59816 550.64665,579.39476 C 550.64666,570.78006 546.26904,563.95726 540.70915,563.95726 L 527.0529,563.58226 z " + id="path2678" /> + <path + transform="matrix(0.3953873,0,0,0.5094214,398.64506,368.33206)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path2680" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850)" + sodipodi:type="arc" /> + <path + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M 542.7404,565.14476 L 546.39665,611.89476 C 549.4151,611.28386 552.4148,610.47426 555.39665,609.39476 C 557.34131,608.69066 559.22255,607.88986 561.0529,607.01976 L 556.9279,580.92596 C 556.89696,580.72846 556.86534,580.50126 556.8654,580.30096 C 556.86539,571.82046 550.64024,565.14476 542.7404,565.14476 z " + id="path2682" /> + <path + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M 524.4279,564.83226 C 516.52806,564.83226 510.27165,571.57006 510.27165,580.08226 C 510.27171,580.28326 510.27134,580.47766 510.2404,580.67596 L 506.14665,606.67596 C 510.78256,608.95496 515.6972,610.64656 520.77165,611.73846 L 524.4279,564.83226 z " + id="path2684" /> + <path + sodipodi:type="arc" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2686" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(0.3953873,0,0,0.5094214,398.64506,368.33206)" /> + <path + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395)" + d="M 263.78125,241.90625 C 242.0418,242.89024 226.92997,263.64204 222.5,283.28125 C 216.00695,309.85745 225.18626,342.26389 250.21875,355.71875 C 267.57362,364.41516 289.13334,354.88493 298.375,338.8125 C 316.781,311.19895 312.50409,269.39738 285.8125,248.65625 C 279.3949,244.23443 271.62953,241.51752 263.78125,241.90625 z " + id="path2688" + transform="matrix(0.3953873,0,0,0.3980335,429.14883,427.76666)" /> + <path + id="path2690" + d="M 518.00353,532.08836 C 518.82142,529.19466 518.32434,530.91086 520.33498,528.68906 C 522.23218,526.59256 524.13046,525.52106 526.49547,523.85796 C 526.8943,523.57746 527.6706,523.59096 528.07011,523.31146 C 530.62992,521.52076 530.3449,523.41086 533.52055,523.03006 C 536.06817,522.72456 534.55286,521.06096 536.83825,521.95386 C 539.46384,522.97956 540.57128,523.74056 542.64641,525.62316 C 544.53855,527.33966 544.88768,527.38386 546.57362,529.33446 C 548.13756,531.14386 547.39601,529.23766 548.61105,531.27136 C 549.62478,532.96796 553.19156,533.79116 553.54639,535.97976 C 553.80389,537.56796 552.92895,537.98476 551.69216,537.14556 C 547.60772,534.37416 543.78228,531.58326 539.48376,529.12036 C 536.56716,527.44916 535.23034,526.82536 533.49106,529.81506 C 531.75214,532.80416 530.50124,536.30806 528.52966,539.15786 C 525.23323,543.92276 527.08026,534.29936 527.08026,533.02516 C 527.08026,529.65316 524.7391,531.72736 522.92717,533.02516 C 521.23751,534.23536 518.53247,535.53526 516.4885,535.82796 C 514.43674,536.12186 517.23977,532.53026 515.22055,532.11136 C 514.06773,531.87226 516.10221,534.07716 516.47348,533.57336 C 516.7237,533.23376 517.68763,532.36786 518.00353,532.08836 z " + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542)" + sodipodi:nodetypes="cssssssssssssssssssc" /> + <path + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 511.41561,532.47416 C 512.2335,529.58046 514.227,526.95816 516.23764,524.73636 C 518.13484,522.63986 521.50985,521.22496 523.87486,519.56186 C 524.27369,519.28136 524.67389,519.00286 525.0734,518.72336 C 527.63321,516.93266 529.98093,515.31916 533.15658,514.93836 C 535.7042,514.63286 537.75583,515.96196 540.04122,516.85486 C 542.66681,517.88056 545.15734,519.71556 547.23247,521.59816 C 549.12461,523.31466 550.9539,525.03766 552.63984,526.98826 C 554.20378,528.79766 555.3549,530.89566 556.56994,532.92936 C 557.58367,534.62596 558.63146,537.13136 557.76848,539.01416 C 556.62787,541.50266 552.92895,537.98476 551.69216,537.14556 C 547.60772,534.37416 543.78228,531.58326 539.48376,529.12036 C 536.56716,527.44916 535.23034,526.82536 533.49106,529.81506 C 531.75214,532.80416 530.50124,536.30806 528.52966,539.15786 C 525.23323,543.92276 527.08026,534.29936 527.08026,533.02516 C 527.08026,529.65316 524.7391,531.72736 522.92717,533.02516 C 521.23751,534.23536 518.53247,535.53526 516.4885,535.82796 C 514.43674,536.12186 512.18054,536.53436 510.16132,536.11546 C 509.0085,535.87636 510.09665,533.81646 510.46792,533.31266 C 510.71814,532.97306 511.09971,532.75366 511.41561,532.47416 z " + id="path2692" /> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/template/svg/ablistWindow.svg b/comm/suite/branding/seamonkey/icons/template/svg/ablistWindow.svg new file mode 100644 index 0000000000..9b05dfefce --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/template/svg/ablistWindow.svg @@ -0,0 +1,4504 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="744.09448819" + height="1052.3622047" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docname="maillistredo.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + sodipodi:docbase="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\mail-list-window-redo\try4"> + <defs + id="defs4"> + <filter + inkscape:collect="always" + x="-0.11109908" + width="1.2221982" + y="-0.084514002" + height="1.169028" + id="filter3395"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="4.1250422" + id="feGaussianBlur3397" /> + </filter> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2234" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2232" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + r="37.656700" + fy="334.10477" + fx="822.35791" + cy="334.10477" + cx="822.35791" + id="radialGradient11020" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + r="48.537544" + fy="379.37366" + fx="834.06329" + cy="379.37366" + cx="834.06329" + id="radialGradient11018" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + r="51.490337" + fy="416.62680" + fx="834.16461" + cy="416.62680" + cx="834.16461" + id="radialGradient11016" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + r="22.916662" + fy="653.19714" + fx="559.93085" + cy="653.19714" + cx="559.93085" + id="radialGradient11014" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + r="21.038260" + fy="635.96777" + fx="596.68011" + cy="635.96777" + cx="596.68011" + id="radialGradient11012" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + r="20.071379" + fy="620.45239" + fx="637.07098" + cy="620.45239" + cx="637.07098" + id="radialGradient11010" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + r="23.940041" + fy="613.80670" + fx="665.83667" + cy="613.80670" + cx="665.83667" + id="radialGradient11008" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + r="27.265039" + fy="592.33008" + fx="696.78522" + cy="592.33008" + cx="696.78522" + id="radialGradient11006" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + r="39.235065" + fy="565.76050" + fx="734.74274" + cy="565.76050" + cx="734.74274" + id="radialGradient11004" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + r="55.195084" + fy="558.89948" + fx="793.18164" + cy="558.89948" + cx="793.18164" + id="radialGradient11002" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + r="57.855091" + fy="520.16986" + fx="799.92041" + cy="520.16986" + cx="799.92041" + id="radialGradient11000" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + r="53.865082" + fy="457.29218" + fx="825.40234" + cy="457.29218" + cx="825.40234" + id="radialGradient10262" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + r="165.43960" + fy="432.99265" + fx="425.42249" + cy="432.99265" + cx="425.42249" + id="radialGradient5823" + xlink:href="#linearGradient5817" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + id="linearGradient5815" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + id="linearGradient5080" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-478.87675,4.232021)" + gradientUnits="userSpaceOnUse" + y2="294.85672" + x2="518.04419" + y1="682.32623" + x1="225.43034" + id="linearGradient5072" + xlink:href="#linearGradient5066" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-453.48462,5.6426947)" + gradientUnits="userSpaceOnUse" + y2="653.04156" + x2="253.71039" + y1="213.74759" + x1="544.29083" + id="linearGradient5002" + xlink:href="#linearGradient4996" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4996"> + <stop + id="stop4998" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop5000" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5006"> + <stop + id="stop5008" + offset="0.00000000" + style="stop-color:#dfefff;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" + offset="0.69999999" + id="stop10260" /> + <stop + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" + offset="0.80000001" + id="stop5016" /> + <stop + id="stop5010" + offset="1.0000000" + style="stop-color:#007dfd;stop-opacity:0.50196081;" /> + </linearGradient> + <linearGradient + id="linearGradient5066"> + <stop + id="stop5068" + offset="0.00000000" + style="stop-color:#ffffff;stop-opacity:0.62886596;" /> + <stop + id="stop5070" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5817"> + <stop + id="stop5819" + offset="0.00000000" + style="stop-color:#69b4ff;stop-opacity:1.0000000;" /> + <stop + id="stop5821" + offset="1.0000000" + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient10990"> + <stop + style="stop-color:#007ffe;stop-opacity:0.62745100;" + offset="0.00000000" + id="stop10992" /> + <stop + id="stop10996" + offset="0.80357140" + style="stop-color:#3d9eff;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" + offset="1.0000000" + id="stop10998" /> + </linearGradient> + <linearGradient + id="linearGradient4697"> + <stop + id="stop4699" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.89999998" + id="stop4707" /> + <stop + id="stop4701" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5598"> + <stop + id="stop5600" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.95266271" + id="stop5606" /> + <stop + id="stop5602" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4216" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4218" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <filter + inkscape:collect="always" + id="filter6850"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="4.2275602" + id="feGaussianBlur6852" /> + </filter> + <filter + inkscape:collect="always" + x="-0.092254387" + width="1.1845088" + y="-0.17161272" + height="1.3432254" + id="filter7542"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="1.900534" + id="feGaussianBlur7544" /> + </filter> + <linearGradient + id="linearGradient2641"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop2643" /> + <stop + id="stop2645" + offset="0.95266271" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2647" /> + </linearGradient> + <linearGradient + id="linearGradient2633"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop2635" /> + <stop + id="stop2637" + offset="0.89999998" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2639" /> + </linearGradient> + <linearGradient + id="linearGradient2625"> + <stop + id="stop2627" + offset="0.00000000" + style="stop-color:#007ffe;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#3d9eff;stop-opacity:0.62745100;" + offset="0.80357140" + id="stop2629" /> + <stop + id="stop2631" + offset="1.0000000" + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" /> + </linearGradient> + <linearGradient + id="linearGradient2619"> + <stop + style="stop-color:#69b4ff;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2621" /> + <stop + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2623" /> + </linearGradient> + <linearGradient + id="linearGradient2613"> + <stop + style="stop-color:#2727e8;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2615" /> + <stop + style="stop-color:#5f5fee;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2617" /> + </linearGradient> + <linearGradient + id="linearGradient2607"> + <stop + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2609" /> + <stop + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2611" /> + </linearGradient> + <linearGradient + id="linearGradient2601"> + <stop + style="stop-color:#ffffff;stop-opacity:0.62886596;" + offset="0.00000000" + id="stop2603" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.00000000;" + offset="1.0000000" + id="stop2605" /> + </linearGradient> + <linearGradient + id="linearGradient2591"> + <stop + style="stop-color:#dfefff;stop-opacity:0.50196081;" + offset="0.00000000" + id="stop2593" /> + <stop + id="stop2595" + offset="0.69999999" + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" /> + <stop + id="stop2597" + offset="0.80000001" + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#007dfd;stop-opacity:0.50196081;" + offset="1.0000000" + id="stop2599" /> + </linearGradient> + <linearGradient + id="linearGradient2585"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2587" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2589" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4996" + id="linearGradient2583" + x1="544.29083" + y1="213.74759" + x2="253.71039" + y2="653.04156" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-453.48462,5.6426947)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5066" + id="linearGradient2581" + x1="225.43034" + y1="682.32623" + x2="518.04419" + y2="294.85672" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-478.87675,4.232021)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2579" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2577" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5817" + id="radialGradient2575" + cx="425.42249" + cy="432.99265" + fx="425.42249" + fy="432.99265" + r="165.43960" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2573" + cx="825.40234" + cy="457.29218" + fx="825.40234" + fy="457.29218" + r="53.865082" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2571" + cx="799.92041" + cy="520.16986" + fx="799.92041" + fy="520.16986" + r="57.855091" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2569" + cx="793.18164" + cy="558.89948" + fx="793.18164" + fy="558.89948" + r="55.195084" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2567" + cx="734.74274" + cy="565.76050" + fx="734.74274" + fy="565.76050" + r="39.235065" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2565" + cx="696.78522" + cy="592.33008" + fx="696.78522" + fy="592.33008" + r="27.265039" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2563" + cx="665.83667" + cy="613.80670" + fx="665.83667" + fy="613.80670" + r="23.940041" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2561" + cx="637.07098" + cy="620.45239" + fx="637.07098" + fy="620.45239" + r="20.071379" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2559" + cx="596.68011" + cy="635.96777" + fx="596.68011" + fy="635.96777" + r="21.038260" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2557" + cx="559.93085" + cy="653.19714" + fx="559.93085" + fy="653.19714" + r="22.916662" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2555" + cx="834.16461" + cy="416.62680" + fx="834.16461" + fy="416.62680" + r="51.490337" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2553" + cx="834.06329" + cy="379.37366" + fx="834.06329" + fy="379.37366" + r="48.537544" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2551" + cx="822.35791" + cy="334.10477" + fx="822.35791" + fy="334.10477" + r="37.656700" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2549" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2547" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + id="linearGradient2544"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop2546" /> + <stop + id="stop2548" + offset="0.95266271" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2550" /> + </linearGradient> + <linearGradient + id="linearGradient2552"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop2554" /> + <stop + id="stop2556" + offset="0.89999998" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2558" /> + </linearGradient> + <linearGradient + id="linearGradient2560"> + <stop + id="stop2562" + offset="0.00000000" + style="stop-color:#007ffe;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#3d9eff;stop-opacity:0.62745100;" + offset="0.80357140" + id="stop2564" /> + <stop + id="stop2566" + offset="1.0000000" + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" /> + </linearGradient> + <linearGradient + id="linearGradient2568"> + <stop + style="stop-color:#69b4ff;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2570" /> + <stop + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2572" /> + </linearGradient> + <linearGradient + id="linearGradient2574"> + <stop + style="stop-color:#2727e8;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2576" /> + <stop + style="stop-color:#5f5fee;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2578" /> + </linearGradient> + <linearGradient + id="linearGradient2580"> + <stop + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2582" /> + <stop + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2584" /> + </linearGradient> + <linearGradient + id="linearGradient2586"> + <stop + style="stop-color:#ffffff;stop-opacity:0.62886596;" + offset="0.00000000" + id="stop2588" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.00000000;" + offset="1.0000000" + id="stop2590" /> + </linearGradient> + <linearGradient + id="linearGradient2592"> + <stop + style="stop-color:#dfefff;stop-opacity:0.50196081;" + offset="0.00000000" + id="stop2594" /> + <stop + id="stop2596" + offset="0.69999999" + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" /> + <stop + id="stop2598" + offset="0.80000001" + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#007dfd;stop-opacity:0.50196081;" + offset="1.0000000" + id="stop2600" /> + </linearGradient> + <linearGradient + id="linearGradient2602"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2604" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2606" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4996" + id="linearGradient2608" + x1="544.29083" + y1="213.74759" + x2="253.71039" + y2="653.04156" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-453.48462,5.6426947)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5066" + id="linearGradient2610" + x1="225.43034" + y1="682.32623" + x2="518.04419" + y2="294.85672" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-478.87675,4.232021)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2612" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2614" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5817" + id="radialGradient2616" + cx="425.42249" + cy="432.99265" + fx="425.42249" + fy="432.99265" + r="165.43960" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2618" + cx="825.40234" + cy="457.29218" + fx="825.40234" + fy="457.29218" + r="53.865082" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2620" + cx="799.92041" + cy="520.16986" + fx="799.92041" + fy="520.16986" + r="57.855091" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2622" + cx="793.18164" + cy="558.89948" + fx="793.18164" + fy="558.89948" + r="55.195084" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2624" + cx="734.74274" + cy="565.76050" + fx="734.74274" + fy="565.76050" + r="39.235065" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2626" + cx="696.78522" + cy="592.33008" + fx="696.78522" + fy="592.33008" + r="27.265039" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2628" + cx="665.83667" + cy="613.80670" + fx="665.83667" + fy="613.80670" + r="23.940041" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2630" + cx="637.07098" + cy="620.45239" + fx="637.07098" + fy="620.45239" + r="20.071379" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2632" + cx="596.68011" + cy="635.96777" + fx="596.68011" + fy="635.96777" + r="21.038260" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2634" + cx="559.93085" + cy="653.19714" + fx="559.93085" + fy="653.19714" + r="22.916662" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2636" + cx="834.16461" + cy="416.62680" + fx="834.16461" + fy="416.62680" + r="51.490337" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2638" + cx="834.06329" + cy="379.37366" + fx="834.06329" + fy="379.37366" + r="48.537544" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2640" + cx="822.35791" + cy="334.10477" + fx="822.35791" + fy="334.10477" + r="37.656700" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2642" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2644" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2646" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2648" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4859" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4857" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4611" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4613" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient4615" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient4617" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + r="37.6567" + fy="334.10477" + fx="822.35791" + cy="334.10477" + cx="822.35791" + id="radialGradient4619" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + r="48.537544" + fy="379.37366" + fx="834.06329" + cy="379.37366" + cx="834.06329" + id="radialGradient4621" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + r="51.490337" + fy="416.6268" + fx="834.16461" + cy="416.6268" + cx="834.16461" + id="radialGradient4623" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + r="22.916662" + fy="653.19714" + fx="559.93085" + cy="653.19714" + cx="559.93085" + id="radialGradient4625" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + r="21.03826" + fy="635.96777" + fx="596.68011" + cy="635.96777" + cx="596.68011" + id="radialGradient4627" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + r="20.071379" + fy="620.45239" + fx="637.07098" + cy="620.45239" + cx="637.07098" + id="radialGradient4629" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + r="23.940041" + fy="613.8067" + fx="665.83667" + cy="613.8067" + cx="665.83667" + id="radialGradient4631" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + r="27.265039" + fy="592.33008" + fx="696.78522" + cy="592.33008" + cx="696.78522" + id="radialGradient4633" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + r="39.235065" + fy="565.7605" + fx="734.74274" + cy="565.7605" + cx="734.74274" + id="radialGradient4635" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + r="55.195084" + fy="558.89948" + fx="793.18164" + cy="558.89948" + cx="793.18164" + id="radialGradient4637" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + r="57.855091" + fy="520.16986" + fx="799.92041" + cy="520.16986" + cx="799.92041" + id="radialGradient4639" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + r="53.865082" + fy="457.29218" + fx="825.40234" + cy="457.29218" + cx="825.40234" + id="radialGradient4641" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + r="165.43961" + fy="432.99265" + fx="425.42249" + cy="432.99265" + cx="425.42249" + id="radialGradient4643" + xlink:href="#linearGradient5817" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + id="linearGradient4645" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + id="linearGradient4647" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-478.87675,4.232021)" + gradientUnits="userSpaceOnUse" + y2="294.85672" + x2="518.04419" + y1="682.32623" + x1="225.43034" + id="linearGradient4649" + xlink:href="#linearGradient5066" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-453.48462,5.6426947)" + gradientUnits="userSpaceOnUse" + y2="653.04156" + x2="253.71039" + y1="213.74759" + x1="544.29083" + id="linearGradient4651" + xlink:href="#linearGradient4996" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4653"> + <stop + id="stop4655" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop4657" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient4659"> + <stop + id="stop4661" + offset="0.00000000" + style="stop-color:#dfefff;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" + offset="0.69999999" + id="stop4663" /> + <stop + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" + offset="0.80000001" + id="stop4665" /> + <stop + id="stop4667" + offset="1.0000000" + style="stop-color:#007dfd;stop-opacity:0.50196081;" /> + </linearGradient> + <linearGradient + id="linearGradient4669"> + <stop + id="stop4671" + offset="0.00000000" + style="stop-color:#ffffff;stop-opacity:0.62886596;" /> + <stop + id="stop4673" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> + </linearGradient> + <linearGradient + id="linearGradient4675"> + <stop + id="stop4677" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop4679" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient4681"> + <stop + id="stop4683" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop4685" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient4687"> + <stop + id="stop4689" + offset="0.00000000" + style="stop-color:#69b4ff;stop-opacity:1.0000000;" /> + <stop + id="stop4691" + offset="1.0000000" + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient4693"> + <stop + style="stop-color:#007ffe;stop-opacity:0.62745100;" + offset="0.00000000" + id="stop4695" /> + <stop + id="stop4697" + offset="0.80357140" + style="stop-color:#3d9eff;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" + offset="1.0000000" + id="stop4700" /> + </linearGradient> + <linearGradient + id="linearGradient4702"> + <stop + id="stop4704" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.89999998" + id="stop4706" /> + <stop + id="stop4708" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient4710"> + <stop + id="stop4712" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.95266271" + id="stop4714" /> + <stop + id="stop4716" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4726" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4728" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4730" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4732" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4734" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4736" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4750" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4752" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4766" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4768" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4770" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4772" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4778" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4780" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4782" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4784" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4790" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4792" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient3531" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient3529" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + r="37.6567" + fy="334.10477" + fx="822.35791" + cy="334.10477" + cx="822.35791" + id="radialGradient3527" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + r="48.537544" + fy="379.37366" + fx="834.06329" + cy="379.37366" + cx="834.06329" + id="radialGradient3525" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + r="51.490337" + fy="416.6268" + fx="834.16461" + cy="416.6268" + cx="834.16461" + id="radialGradient3523" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + r="22.916662" + fy="653.19714" + fx="559.93085" + cy="653.19714" + cx="559.93085" + id="radialGradient3521" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + r="21.03826" + fy="635.96777" + fx="596.68011" + cy="635.96777" + cx="596.68011" + id="radialGradient3519" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + r="20.071379" + fy="620.45239" + fx="637.07098" + cy="620.45239" + cx="637.07098" + id="radialGradient3517" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + r="23.940041" + fy="613.8067" + fx="665.83667" + cy="613.8067" + cx="665.83667" + id="radialGradient3515" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + r="27.265039" + fy="592.33008" + fx="696.78522" + cy="592.33008" + cx="696.78522" + id="radialGradient3513" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + r="39.235065" + fy="565.7605" + fx="734.74274" + cy="565.7605" + cx="734.74274" + id="radialGradient3511" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + r="55.195084" + fy="558.89948" + fx="793.18164" + cy="558.89948" + cx="793.18164" + id="radialGradient3509" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + r="57.855091" + fy="520.16986" + fx="799.92041" + cy="520.16986" + cx="799.92041" + id="radialGradient3507" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + r="53.865082" + fy="457.29218" + fx="825.40234" + cy="457.29218" + cx="825.40234" + id="radialGradient3505" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + r="165.43961" + fy="432.99265" + fx="425.42249" + cy="432.99265" + cx="425.42249" + id="radialGradient3503" + xlink:href="#linearGradient5817" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + id="linearGradient3501" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + id="linearGradient3499" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-478.87675,4.232021)" + gradientUnits="userSpaceOnUse" + y2="294.85672" + x2="518.04419" + y1="682.32623" + x1="225.43034" + id="linearGradient3497" + xlink:href="#linearGradient5066" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-453.48462,5.6426947)" + gradientUnits="userSpaceOnUse" + y2="653.04156" + x2="253.71039" + y1="213.74759" + x1="544.29083" + id="linearGradient3495" + xlink:href="#linearGradient4996" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3489"> + <stop + id="stop3491" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop3493" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3479"> + <stop + id="stop3481" + offset="0.00000000" + style="stop-color:#dfefff;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" + offset="0.69999999" + id="stop3483" /> + <stop + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" + offset="0.80000001" + id="stop3485" /> + <stop + id="stop3487" + offset="1.0000000" + style="stop-color:#007dfd;stop-opacity:0.50196081;" /> + </linearGradient> + <linearGradient + id="linearGradient3473"> + <stop + id="stop3475" + offset="0.00000000" + style="stop-color:#ffffff;stop-opacity:0.62886596;" /> + <stop + id="stop3477" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> + </linearGradient> + <linearGradient + id="linearGradient3467"> + <stop + id="stop3469" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop3471" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient3461"> + <stop + id="stop3463" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop3465" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient3455"> + <stop + id="stop3457" + offset="0.00000000" + style="stop-color:#69b4ff;stop-opacity:1.0000000;" /> + <stop + id="stop3459" + offset="1.0000000" + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient3447"> + <stop + style="stop-color:#007ffe;stop-opacity:0.62745100;" + offset="0.00000000" + id="stop3449" /> + <stop + id="stop3451" + offset="0.80357140" + style="stop-color:#3d9eff;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" + offset="1.0000000" + id="stop3453" /> + </linearGradient> + <linearGradient + id="linearGradient3439"> + <stop + id="stop3441" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.89999998" + id="stop3443" /> + <stop + id="stop3445" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient3431"> + <stop + id="stop3433" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.95266271" + id="stop3435" /> + <stop + id="stop3437" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4123" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4125" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3427" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3425" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4356" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4358" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient5776" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient5778" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient6901" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient6903" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient6925" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient6927" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient7331" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient7333" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3409" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3407" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2479" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2481" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + y2="18.695934" + x2="73.216293" + y1="15.536267" + x1="67.794327" + gradientUnits="userSpaceOnUse" + id="linearGradient2409" + xlink:href="#linearGradient3266" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-220.53892,-160.04912)" + y2="18.9375" + x2="77.5" + y1="18.9375" + x1="63.666668" + gradientUnits="userSpaceOnUse" + id="linearGradient2406" + xlink:href="#linearGradient3278" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,152.57359,197.13637)" + gradientUnits="userSpaceOnUse" + id="linearGradient2403" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + gradientTransform="matrix(3.3771096,0,0,3.3771096,-225.9505,-202.08073)" + y2="144.91158" + x2="222.35701" + y1="145.44635" + x1="231.71468" + gradientUnits="userSpaceOnUse" + id="linearGradient2386" + xlink:href="#linearGradient3258" + inkscape:collect="always" /> + <linearGradient + y2="18.695934" + x2="73.216293" + y1="15.536267" + x1="67.794327" + gradientUnits="userSpaceOnUse" + id="linearGradient2355" + xlink:href="#linearGradient3266" + inkscape:collect="always" /> + <linearGradient + gradientTransform="matrix(3.3771096,0,0,3.3771096,-226.52402,-199.72976)" + y2="144.91158" + x2="222.35701" + y1="145.44635" + x1="231.71468" + gradientUnits="userSpaceOnUse" + id="linearGradient2350" + xlink:href="#linearGradient3258" + inkscape:collect="always" /> + <linearGradient + id="linearGradient2800"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop2802" /> + <stop + id="stop2804" + offset="0.95266271" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2806" /> + </linearGradient> + <linearGradient + id="linearGradient2808"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop2810" /> + <stop + id="stop2812" + offset="0.89999998" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2814" /> + </linearGradient> + <linearGradient + id="linearGradient2816"> + <stop + id="stop2818" + offset="0.00000000" + style="stop-color:#007ffe;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#3d9eff;stop-opacity:0.62745100;" + offset="0.80357140" + id="stop2820" /> + <stop + id="stop2822" + offset="1.0000000" + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" /> + </linearGradient> + <linearGradient + id="linearGradient2824"> + <stop + style="stop-color:#69b4ff;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2826" /> + <stop + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2828" /> + </linearGradient> + <linearGradient + id="linearGradient2830"> + <stop + style="stop-color:#2727e8;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2832" /> + <stop + style="stop-color:#5f5fee;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2834" /> + </linearGradient> + <linearGradient + id="linearGradient2836"> + <stop + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2838" /> + <stop + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2840" /> + </linearGradient> + <linearGradient + id="linearGradient2842"> + <stop + style="stop-color:#ffffff;stop-opacity:0.62886596;" + offset="0.00000000" + id="stop2844" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.00000000;" + offset="1.0000000" + id="stop2846" /> + </linearGradient> + <linearGradient + id="linearGradient2848"> + <stop + style="stop-color:#dfefff;stop-opacity:0.50196081;" + offset="0.00000000" + id="stop2850" /> + <stop + id="stop2852" + offset="0.69999999" + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" /> + <stop + id="stop2854" + offset="0.80000001" + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#007dfd;stop-opacity:0.50196081;" + offset="1.0000000" + id="stop2856" /> + </linearGradient> + <linearGradient + id="linearGradient2858"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2860" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2862" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4996" + id="linearGradient2864" + x1="544.29083" + y1="213.74759" + x2="253.71039" + y2="653.04156" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-453.48462,5.6426947)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5066" + id="linearGradient2866" + x1="225.43034" + y1="682.32623" + x2="518.04419" + y2="294.85672" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-478.87675,4.232021)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2868" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2870" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5817" + id="radialGradient2872" + cx="425.42249" + cy="432.99265" + fx="425.42249" + fy="432.99265" + r="165.43960" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2874" + cx="825.40234" + cy="457.29218" + fx="825.40234" + fy="457.29218" + r="53.865082" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2876" + cx="799.92041" + cy="520.16986" + fx="799.92041" + fy="520.16986" + r="57.855091" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2878" + cx="793.18164" + cy="558.89948" + fx="793.18164" + fy="558.89948" + r="55.195084" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2880" + cx="734.74274" + cy="565.76050" + fx="734.74274" + fy="565.76050" + r="39.235065" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2882" + cx="696.78522" + cy="592.33008" + fx="696.78522" + fy="592.33008" + r="27.265039" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2884" + cx="665.83667" + cy="613.80670" + fx="665.83667" + fy="613.80670" + r="23.940041" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2886" + cx="637.07098" + cy="620.45239" + fx="637.07098" + fy="620.45239" + r="20.071379" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2888" + cx="596.68011" + cy="635.96777" + fx="596.68011" + fy="635.96777" + r="21.038260" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2890" + cx="559.93085" + cy="653.19714" + fx="559.93085" + fy="653.19714" + r="22.916662" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2892" + cx="834.16461" + cy="416.62680" + fx="834.16461" + fy="416.62680" + r="51.490337" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2894" + cx="834.06329" + cy="379.37366" + fx="834.06329" + fy="379.37366" + r="48.537544" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2896" + cx="822.35791" + cy="334.10477" + fx="822.35791" + fy="334.10477" + r="37.656700" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2898" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2900" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2902" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2904" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + y2="18.695934" + x2="73.216293" + y1="15.536267" + x1="67.794327" + gradientUnits="userSpaceOnUse" + id="linearGradient2329" + xlink:href="#linearGradient3266" + inkscape:collect="always" /> + <linearGradient + gradientTransform="matrix(3.3771096,0,0,3.3771096,-223.77696,-215.3576)" + y2="144.91158" + x2="222.35701" + y1="145.44635" + x1="231.71468" + gradientUnits="userSpaceOnUse" + id="linearGradient2324" + xlink:href="#linearGradient3258" + inkscape:collect="always" /> + <linearGradient + y2="144.91158" + x2="222.35701" + y1="145.44635" + x1="231.71468" + gradientUnits="userSpaceOnUse" + id="linearGradient2363" + xlink:href="#linearGradient3258" + inkscape:collect="always" /> + <linearGradient + y2="18.695934" + x2="73.216293" + y1="15.536267" + x1="67.794327" + gradientUnits="userSpaceOnUse" + id="linearGradient2361" + xlink:href="#linearGradient3266" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4723"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop4725" /> + <stop + id="stop4727" + offset="0.95266271" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop4729" /> + </linearGradient> + <linearGradient + id="linearGradient4715"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop4717" /> + <stop + id="stop4719" + offset="0.89999998" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop4721" /> + </linearGradient> + <linearGradient + id="linearGradient4707"> + <stop + id="stop4709" + offset="0.00000000" + style="stop-color:#007ffe;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#3d9eff;stop-opacity:0.62745100;" + offset="0.80357140" + id="stop4711" /> + <stop + id="stop4713" + offset="1.0000000" + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" /> + </linearGradient> + <linearGradient + id="linearGradient4700"> + <stop + style="stop-color:#69b4ff;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop4702" /> + <stop + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop4705" /> + </linearGradient> + <linearGradient + id="linearGradient4694"> + <stop + style="stop-color:#2727e8;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop4696" /> + <stop + style="stop-color:#5f5fee;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop4698" /> + </linearGradient> + <linearGradient + id="linearGradient4688"> + <stop + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop4690" /> + <stop + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop4692" /> + </linearGradient> + <linearGradient + id="linearGradient4682"> + <stop + style="stop-color:#ffffff;stop-opacity:0.62886596;" + offset="0.00000000" + id="stop4684" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.00000000;" + offset="1.0000000" + id="stop4686" /> + </linearGradient> + <linearGradient + id="linearGradient4672"> + <stop + style="stop-color:#dfefff;stop-opacity:0.50196081;" + offset="0.00000000" + id="stop4674" /> + <stop + id="stop4676" + offset="0.69999999" + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" /> + <stop + id="stop4678" + offset="0.80000001" + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#007dfd;stop-opacity:0.50196081;" + offset="1.0000000" + id="stop4680" /> + </linearGradient> + <linearGradient + id="linearGradient4666"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4668" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4670" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4996" + id="linearGradient4664" + x1="544.29083" + y1="213.74759" + x2="253.71039" + y2="653.04156" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-453.48462,5.6426947)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5066" + id="linearGradient4662" + x1="225.43034" + y1="682.32623" + x2="518.04419" + y2="294.85672" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-478.87675,4.232021)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4660" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4658" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5817" + id="radialGradient4656" + cx="425.42249" + cy="432.99265" + fx="425.42249" + fy="432.99265" + r="165.43960" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4654" + cx="825.40234" + cy="457.29218" + fx="825.40234" + fy="457.29218" + r="53.865082" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4652" + cx="799.92041" + cy="520.16986" + fx="799.92041" + fy="520.16986" + r="57.855091" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4650" + cx="793.18164" + cy="558.89948" + fx="793.18164" + fy="558.89948" + r="55.195084" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4648" + cx="734.74274" + cy="565.76050" + fx="734.74274" + fy="565.76050" + r="39.235065" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4646" + cx="696.78522" + cy="592.33008" + fx="696.78522" + fy="592.33008" + r="27.265039" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4644" + cx="665.83667" + cy="613.80670" + fx="665.83667" + fy="613.80670" + r="23.940041" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4642" + cx="637.07098" + cy="620.45239" + fx="637.07098" + fy="620.45239" + r="20.071379" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4640" + cx="596.68011" + cy="635.96777" + fx="596.68011" + fy="635.96777" + r="21.038260" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4638" + cx="559.93085" + cy="653.19714" + fx="559.93085" + fy="653.19714" + r="22.916662" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4636" + cx="834.16461" + cy="416.62680" + fx="834.16461" + fy="416.62680" + r="51.490337" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4634" + cx="834.06329" + cy="379.37366" + fx="834.06329" + fy="379.37366" + r="48.537544" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4632" + cx="822.35791" + cy="334.10477" + fx="822.35791" + fy="334.10477" + r="37.656700" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4630" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4628" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2443" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + y2="18.9375" + x2="77.5" + y1="18.9375" + x1="63.666668" + gradientUnits="userSpaceOnUse" + id="linearGradient2262" + xlink:href="#linearGradient3278" + inkscape:collect="always" /> + <linearGradient + y2="18.9375" + x2="77.5" + y1="18.9375" + x1="63.666668" + gradientUnits="userSpaceOnUse" + id="linearGradient2219" + xlink:href="#linearGradient3278" + inkscape:collect="always" /> + <linearGradient + y2="18.9375" + x2="77.5" + y1="18.9375" + x1="63.666668" + gradientUnits="userSpaceOnUse" + id="linearGradient3219" + xlink:href="#linearGradient3278" + inkscape:collect="always" /> + <linearGradient + y2="18.9375" + x2="77.5" + y1="18.9375" + x1="63.666668" + gradientUnits="userSpaceOnUse" + id="linearGradient2210" + xlink:href="#linearGradient3278" + inkscape:collect="always" /> + <linearGradient + y2="18.9375" + x2="77.5" + y1="18.9375" + x1="63.666668" + gradientUnits="userSpaceOnUse" + id="linearGradient2199" + xlink:href="#linearGradient3278" + inkscape:collect="always" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="18.9375" + x2="77.5" + y1="18.9375" + x1="63.666668" + id="linearGradient3284" + xlink:href="#linearGradient3278" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3278" + inkscape:collect="always"> + <stop + id="stop3280" + offset="0" + style="stop-color:#7aa1ca;stop-opacity:1;" /> + <stop + id="stop3282" + offset="1" + style="stop-color:#3c75b2;stop-opacity:1" /> + </linearGradient> + <linearGradient + id="linearGradient3258" + inkscape:collect="always"> + <stop + id="stop3260" + offset="0" + style="stop-color:#9096b1;stop-opacity:1;" /> + <stop + id="stop3262" + offset="1" + style="stop-color:#5e678d;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3266"> + <stop + style="stop-color:#7aa1ca;stop-opacity:1;" + offset="0" + id="stop3268" /> + <stop + style="stop-color:#3c75b2;stop-opacity:1" + offset="1" + id="stop3270" /> + </linearGradient> + <filter + inkscape:collect="always" + id="filter6174"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.2300004" + id="feGaussianBlur6176" /> + </filter> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3592" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3594" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <filter + inkscape:collect="always" + id="filter4838"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="1.9376613" + id="feGaussianBlur4840" /> + </filter> + <filter + inkscape:collect="always" + id="filter4884"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="1.9376617" + id="feGaussianBlur4886" /> + </filter> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + gridtolerance="10000" + guidetolerance="10" + objecttolerance="10" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.9526982" + inkscape:cx="385.99242" + inkscape:cy="444.79604" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1440" + inkscape:window-height="844" + inkscape:window-x="-4" + inkscape:window-y="-4" + gridempspacing="10" + showgrid="true" + inkscape:grid-points="false" + gridspacingy="0.5px" + gridspacingx="0.5px" + inkscape:grid-bbox="false" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <g + transform="translate(-334.75512,164.53914)" + id="g3516"> + <g + id="g3518" + inkscape:label="Shadow" + style="display:inline" /> + <g + inkscape:label="Background" + id="g3520" + style="display:inline"> + <g + id="g3522"> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path3524" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + <path + inkscape:export-ydpi="24.028801" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + id="path3526" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + style="fill:url(#linearGradient3592);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cssssssssssscsss" + id="path3528" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + style="fill:url(#linearGradient3594);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccccccsccccccccccc" + id="path3530" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path3532" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + id="g3534" + inkscape:label="SeaMonkey" + style="display:inline" /> + </g> + <rect + y="553.78314" + x="64.536415" + height="97" + width="77" + id="rect3536" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:2.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="578.61383" + x="100.13438" + height="6" + width="34" + id="rect3538" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3540" + width="34" + height="6" + x="100.13438" + y="591.77423" /> + <g + id="g3542" + transform="matrix(6,0,0,6,114.11851,545.62146)"> + <path + id="path3544" + d="M -6.1094906,2.2138122 C -6.5841838,2.4373409 -6.8134394,2.6610126 -7.0678887,3.368782 C -7.0678887,3.368782 -7.3197395,4.3474002 -6.9267314,5.446328 C -6.8640827,5.6215056 -6.614324,5.9578259 -6.6108947,5.9607307 C -6.4182828,6.1239278 -6.2191403,6.1707362 -6.0138601,6.2519585 C -6.0049214,6.2554954 -5.9958848,6.2584379 -5.9869258,6.2619146 C -5.91398,6.2902104 -5.8389594,6.3173923 -5.7647215,6.3415641 C -5.6221645,6.3879886 -5.4780632,6.4252622 -5.3315343,6.4560715 C -5.314374,6.4596762 -5.2971181,6.4626337 -5.2799111,6.4660277 C -5.2189677,6.4780308 -5.157341,6.4891459 -5.0958625,6.4983871 C -5.0839414,6.5001707 -5.0718901,6.5016758 -5.059951,6.503369 C -4.996768,6.5122867 -4.9328204,6.5198046 -4.8691693,6.5257648 C -4.8624258,6.5263969 -4.8557168,6.5276536 -4.8489687,6.5282632 C -4.8429807,6.5287749 -4.837004,6.527759 -4.831013,6.5282632 C -4.7695164,6.5334407 -5.2982274,6.278719 -5.2363831,6.281097 C -5.2258181,6.2815034 -5.2155346,6.2832568 -5.2049606,6.283588 C -5.1953032,6.2838664 -5.1854463,6.2833697 -5.1757821,6.283588 C -5.1264106,6.2847394 -5.0771813,6.2842502 -5.0276457,6.283588 C -4.9858297,6.283001 -4.872546,6.6951403 -4.8306367,6.6932589 C -4.8232091,6.6929202 -4.8156219,6.6936201 -4.808192,6.6932589 C -4.7939877,6.6925289 -4.7797586,6.6916334 -4.7655468,6.6907604 C -4.7153527,6.6876825 -5.2548604,6.4236819 -5.2045835,6.4187151 C -5.194899,6.4177594 -5.1850919,6.4172401 -5.1754051,6.4162242 C -5.1573884,6.4143127 -5.1395606,6.4109112 -5.1215371,6.4087589 C -5.0682967,6.4023849 -5.0154447,6.3973578 -4.9621787,6.3888466 C -4.9591452,6.3883574 -4.9562336,6.3868373 -4.9532009,6.3863556 C -4.9398259,6.3841732 -4.9261747,6.3811932 -4.9127997,6.3788904 C -4.8548416,6.3688815 -4.7956456,6.3591135 -4.7377297,6.3465234 C -4.734715,6.3458762 -4.7317657,6.3446947 -4.728751,6.34404 C -4.7212828,6.3423919 -4.7137739,6.3407438 -4.7063064,6.3390581 C -4.6394983,6.3239921 -4.5732028,6.307835 -4.5065468,6.2892772 C -4.4376971,6.2700948 -4.3686443,6.2500018 -4.3000535,6.2270417 C -4.2948805,6.2253183 -4.2895133,6.2238208 -4.2843418,6.2220673 C -4.2105396,6.1970527 -4.1377594,6.1693816 -4.0643817,6.1399269 C -3.9932292,6.1113528 -3.9224463,6.0798813 -3.8533994,6.0478304 C -3.8512298,6.0468069 -3.8488345,6.0463629 -3.8466664,6.0453394 C -3.8170101,6.0315077 -3.7883907,6.0174802 -3.759131,6.0030163 C -3.7406613,5.993775 -3.723574,5.9826448 -3.705263,5.9731552 C -3.6744237,5.9571636 -3.6436242,5.942489 -3.6132387,5.9258577 C -3.5648139,5.8993455 -3.2893603,5.5481098 -3.2182988,5.3882916 C -2.7950753,4.4364791 -3.1175834,3.368782 -3.1175834,3.368782 C -3.3637359,2.7075275 -3.5245594,2.477271 -4.0737366,2.2138122 C -4.7141795,1.9065703 -5.5530522,1.9517832 -6.1094906,2.2138122 z " + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" /> + <path + id="path3546" + d="M -5.5625,5.84375 C -5.980909,5.8437425 -6.3125,6.3517043 -6.3125,7 C -6.3125421,7.0148931 -6.3109061,7.0165678 -6.3125,7.03125 L -6.53125,9 L -3.5625,9 L -3.78125,7.0625 C -3.7828883,7.0473963 -3.7812538,7.0465568 -3.78125,7.03125 C -3.7812493,6.3829542 -4.1128428,5.875 -4.53125,5.875 L -5.5625,5.84375 z " + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850)" + id="path3548" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" /> + <path + id="path3550" + d="M -4.375,5.96875 L -4.125,9 L -3,9 L -3.3125,7.15625 C -3.3148284,7.1413874 -3.3125045,7.1088235 -3.3125,7.09375 C -3.3125007,6.4555533 -3.7805008,5.96875 -4.375,5.96875 z " + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + id="path3552" + d="M -5.75,5.9375 C -6.3444991,5.9374998 -6.8125,6.4219178 -6.8125,7.0625 C -6.8124953,7.0776263 -6.8101716,7.110077 -6.8125,7.125 L -7.125,9 L -6,9 L -5.75,5.9375 z " + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path3554" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + transform="matrix(2.9754709e-2,0,0,2.9953848e-2,-12.927769,-4.385165)" + id="path3556" + d="M 263.78125,241.90625 C 242.0418,242.89024 226.92997,263.64204 222.5,283.28125 C 216.00695,309.85745 225.18626,342.26389 250.21875,355.71875 C 267.57362,364.41516 289.13334,354.88493 298.375,338.8125 C 316.781,311.19895 312.50409,269.39738 285.8125,248.65625 C 279.3949,244.23443 271.62953,241.51752 263.78125,241.90625 z " + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395)" /> + <path + transform="matrix(7.525459e-2,0,0,7.525459e-2,-21.171894,5.7875842)" + sodipodi:nodetypes="cssssssssssssssssssc" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542)" + d="M 198.40449,-30.85609 C 199.22238,-33.74979 198.7253,-32.03359 200.73594,-34.25539 C 202.63314,-36.35189 204.53142,-37.42339 206.89643,-39.08649 C 207.29526,-39.36699 208.07156,-39.35349 208.47107,-39.63299 C 211.03088,-41.42369 210.74586,-39.53359 213.92151,-39.91439 C 216.46913,-40.21989 214.95382,-41.88349 217.23921,-40.99059 C 219.8648,-39.96489 220.97224,-39.20389 223.04737,-37.32129 C 224.93951,-35.60479 225.28864,-35.56059 226.97458,-33.60999 C 228.53852,-31.80059 227.79697,-33.70679 229.01201,-31.67309 C 230.02574,-29.97649 233.59252,-29.15329 233.94735,-26.96469 C 234.20485,-25.37649 233.32991,-24.95969 232.09312,-25.79889 C 228.00868,-28.57029 224.18324,-31.36119 219.88472,-33.82409 C 216.96812,-35.49529 215.6313,-36.11909 213.89202,-33.12939 C 212.1531,-30.14029 210.9022,-26.63639 208.93062,-23.78659 C 205.63419,-19.02169 207.48122,-28.64509 207.48122,-29.91929 C 207.48122,-33.29129 205.14006,-31.21709 203.32813,-29.91929 C 201.63847,-28.70909 198.93343,-27.40919 196.88946,-27.11649 C 194.8377,-26.82259 197.64073,-30.41419 195.62151,-30.83309 C 194.46869,-31.07219 196.50317,-28.86729 196.87444,-29.37109 C 197.12466,-29.71069 198.08859,-30.57659 198.40449,-30.85609 z " + id="path3558" /> + <path + id="path3560" + d="M -6.7368167,3.494555 C -6.6752667,3.2767908 -6.5252467,3.0794507 -6.3739368,2.9122501 C -6.2311638,2.7544788 -5.9771788,2.6480011 -5.7992009,2.5228452 C -5.7691871,2.5017363 -5.7390702,2.4807779 -5.7090053,2.4597442 C -5.5163678,2.3249858 -5.3396911,2.2035625 -5.1007089,2.1749056 C -4.9089888,2.1519153 -4.7545942,2.2519362 -4.5826081,2.319131 C -4.3850204,2.3963196 -4.1975966,2.5344118 -4.0414336,2.6760861 C -3.8990413,2.8052606 -3.7613789,2.9349243 -3.6345041,3.0817159 C -3.5168105,3.2178815 -3.4301834,3.3757656 -3.3387461,3.5288109 C -3.2624582,3.6564878 -3.1836072,3.8450307 -3.2485504,3.98672 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 C -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 C -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 C -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 C -5.6969773,4.3561147 -5.5579799,3.6319097 -5.5579799,3.5360203 C -5.5579799,3.2822618 -5.7341629,3.4383549 -5.8705189,3.5360203 C -5.9976736,3.6270934 -6.2012403,3.7249168 -6.3550584,3.7469439 C -6.5094628,3.7690612 -6.6792522,3.8001037 -6.8312077,3.7685796 C -6.9179627,3.7505862 -6.8360745,3.5955693 -6.8081347,3.557656 C -6.7893045,3.5320995 -6.7605896,3.5155887 -6.7368167,3.494555 z " + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3562" + width="34" + height="6" + x="100.13438" + y="565.14081" /> + <g + transform="translate(192.93871,392.69274)" + id="g3564"> + <rect + y="231.42992" + x="-92.804382" + height="6" + width="34" + id="rect3566" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3568" + width="34" + height="6" + x="-92.804382" + y="244.59032" /> + <g + id="g3570" + transform="matrix(6,0,0,6,-78.820202,198.43754)"> + <path + id="path3572" + d="M -6.1094906,2.2138122 C -6.5841838,2.4373409 -6.8134394,2.6610126 -7.0678887,3.368782 C -7.0678887,3.368782 -7.3197395,4.3474002 -6.9267314,5.446328 C -6.8640827,5.6215056 -6.614324,5.9578259 -6.6108947,5.9607307 C -6.4182828,6.1239278 -6.2191403,6.1707362 -6.0138601,6.2519585 C -6.0049214,6.2554954 -5.9958848,6.2584379 -5.9869258,6.2619146 C -5.91398,6.2902104 -5.8389594,6.3173923 -5.7647215,6.3415641 C -5.6221645,6.3879886 -5.4780632,6.4252622 -5.3315343,6.4560715 C -5.314374,6.4596762 -5.2971181,6.4626337 -5.2799111,6.4660277 C -5.2189677,6.4780308 -5.157341,6.4891459 -5.0958625,6.4983871 C -5.0839414,6.5001707 -5.0718901,6.5016758 -5.059951,6.503369 C -4.996768,6.5122867 -4.9328204,6.5198046 -4.8691693,6.5257648 C -4.8624258,6.5263969 -4.8557168,6.5276536 -4.8489687,6.5282632 C -4.8429807,6.5287749 -4.837004,6.527759 -4.831013,6.5282632 C -4.7695164,6.5334407 -5.2982274,6.278719 -5.2363831,6.281097 C -5.2258181,6.2815034 -5.2155346,6.2832568 -5.2049606,6.283588 C -5.1953032,6.2838664 -5.1854463,6.2833697 -5.1757821,6.283588 C -5.1264106,6.2847394 -5.0771813,6.2842502 -5.0276457,6.283588 C -4.9858297,6.283001 -4.872546,6.6951403 -4.8306367,6.6932589 C -4.8232091,6.6929202 -4.8156219,6.6936201 -4.808192,6.6932589 C -4.7939877,6.6925289 -4.7797586,6.6916334 -4.7655468,6.6907604 C -4.7153527,6.6876825 -5.2548604,6.4236819 -5.2045835,6.4187151 C -5.194899,6.4177594 -5.1850919,6.4172401 -5.1754051,6.4162242 C -5.1573884,6.4143127 -5.1395606,6.4109112 -5.1215371,6.4087589 C -5.0682967,6.4023849 -5.0154447,6.3973578 -4.9621787,6.3888466 C -4.9591452,6.3883574 -4.9562336,6.3868373 -4.9532009,6.3863556 C -4.9398259,6.3841732 -4.9261747,6.3811932 -4.9127997,6.3788904 C -4.8548416,6.3688815 -4.7956456,6.3591135 -4.7377297,6.3465234 C -4.734715,6.3458762 -4.7317657,6.3446947 -4.728751,6.34404 C -4.7212828,6.3423919 -4.7137739,6.3407438 -4.7063064,6.3390581 C -4.6394983,6.3239921 -4.5732028,6.307835 -4.5065468,6.2892772 C -4.4376971,6.2700948 -4.3686443,6.2500018 -4.3000535,6.2270417 C -4.2948805,6.2253183 -4.2895133,6.2238208 -4.2843418,6.2220673 C -4.2105396,6.1970527 -4.1377594,6.1693816 -4.0643817,6.1399269 C -3.9932292,6.1113528 -3.9224463,6.0798813 -3.8533994,6.0478304 C -3.8512298,6.0468069 -3.8488345,6.0463629 -3.8466664,6.0453394 C -3.8170101,6.0315077 -3.7883907,6.0174802 -3.759131,6.0030163 C -3.7406613,5.993775 -3.723574,5.9826448 -3.705263,5.9731552 C -3.6744237,5.9571636 -3.6436242,5.942489 -3.6132387,5.9258577 C -3.5648139,5.8993455 -3.2893603,5.5481098 -3.2182988,5.3882916 C -2.7950753,4.4364791 -3.1175834,3.368782 -3.1175834,3.368782 C -3.3637359,2.7075275 -3.5245594,2.477271 -4.0737366,2.2138122 C -4.7141795,1.9065703 -5.5530522,1.9517832 -6.1094906,2.2138122 z " + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" /> + <path + id="path3574" + d="M -5.5625,5.84375 C -5.980909,5.8437425 -6.3125,6.3517043 -6.3125,7 C -6.3125421,7.0148931 -6.3109061,7.0165678 -6.3125,7.03125 L -6.53125,9 L -3.5625,9 L -3.78125,7.0625 C -3.7828883,7.0473963 -3.7812538,7.0465568 -3.78125,7.03125 C -3.7812493,6.3829542 -4.1128428,5.875 -4.53125,5.875 L -5.5625,5.84375 z " + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850)" + id="path3576" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" /> + <path + id="path3578" + d="M -4.375,5.96875 L -4.125,9 L -3,9 L -3.3125,7.15625 C -3.3148284,7.1413874 -3.3125045,7.1088235 -3.3125,7.09375 C -3.3125007,6.4555533 -3.7805008,5.96875 -4.375,5.96875 z " + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + id="path3580" + d="M -5.75,5.9375 C -6.3444991,5.9374998 -6.8125,6.4219178 -6.8125,7.0625 C -6.8124953,7.0776263 -6.8101716,7.110077 -6.8125,7.125 L -7.125,9 L -6,9 L -5.75,5.9375 z " + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path3582" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + transform="matrix(2.9754709e-2,0,0,2.9953848e-2,-12.927769,-4.385165)" + id="path3584" + d="M 263.78125,241.90625 C 242.0418,242.89024 226.92997,263.64204 222.5,283.28125 C 216.00695,309.85745 225.18626,342.26389 250.21875,355.71875 C 267.57362,364.41516 289.13334,354.88493 298.375,338.8125 C 316.781,311.19895 312.50409,269.39738 285.8125,248.65625 C 279.3949,244.23443 271.62953,241.51752 263.78125,241.90625 z " + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395)" /> + <path + transform="matrix(7.525459e-2,0,0,7.525459e-2,-21.171894,5.7875842)" + sodipodi:nodetypes="cssssssssssssssssssc" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542)" + d="M 198.40449,-30.85609 C 199.22238,-33.74979 198.7253,-32.03359 200.73594,-34.25539 C 202.63314,-36.35189 204.53142,-37.42339 206.89643,-39.08649 C 207.29526,-39.36699 208.07156,-39.35349 208.47107,-39.63299 C 211.03088,-41.42369 210.74586,-39.53359 213.92151,-39.91439 C 216.46913,-40.21989 214.95382,-41.88349 217.23921,-40.99059 C 219.8648,-39.96489 220.97224,-39.20389 223.04737,-37.32129 C 224.93951,-35.60479 225.28864,-35.56059 226.97458,-33.60999 C 228.53852,-31.80059 227.79697,-33.70679 229.01201,-31.67309 C 230.02574,-29.97649 233.59252,-29.15329 233.94735,-26.96469 C 234.20485,-25.37649 233.32991,-24.95969 232.09312,-25.79889 C 228.00868,-28.57029 224.18324,-31.36119 219.88472,-33.82409 C 216.96812,-35.49529 215.6313,-36.11909 213.89202,-33.12939 C 212.1531,-30.14029 210.9022,-26.63639 208.93062,-23.78659 C 205.63419,-19.02169 207.48122,-28.64509 207.48122,-29.91929 C 207.48122,-33.29129 205.14006,-31.21709 203.32813,-29.91929 C 201.63847,-28.70909 198.93343,-27.40919 196.88946,-27.11649 C 194.8377,-26.82259 197.64073,-30.41419 195.62151,-30.83309 C 194.46869,-31.07219 196.50317,-28.86729 196.87444,-29.37109 C 197.12466,-29.71069 198.08859,-30.57659 198.40449,-30.85609 z " + id="path3586" /> + <path + id="path3588" + d="M -6.7368167,3.494555 C -6.6752667,3.2767908 -6.5252467,3.0794507 -6.3739368,2.9122501 C -6.2311638,2.7544788 -5.9771788,2.6480011 -5.7992009,2.5228452 C -5.7691871,2.5017363 -5.7390702,2.4807779 -5.7090053,2.4597442 C -5.5163678,2.3249858 -5.3396911,2.2035625 -5.1007089,2.1749056 C -4.9089888,2.1519153 -4.7545942,2.2519362 -4.5826081,2.319131 C -4.3850204,2.3963196 -4.1975966,2.5344118 -4.0414336,2.6760861 C -3.8990413,2.8052606 -3.7613789,2.9349243 -3.6345041,3.0817159 C -3.5168105,3.2178815 -3.4301834,3.3757656 -3.3387461,3.5288109 C -3.2624582,3.6564878 -3.1836072,3.8450307 -3.2485504,3.98672 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 C -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 C -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 C -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 C -5.6969773,4.3561147 -5.5579799,3.6319097 -5.5579799,3.5360203 C -5.5579799,3.2822618 -5.7341629,3.4383549 -5.8705189,3.5360203 C -5.9976736,3.6270934 -6.2012403,3.7249168 -6.3550584,3.7469439 C -6.5094628,3.7690612 -6.6792522,3.8001037 -6.8312077,3.7685796 C -6.9179627,3.7505862 -6.8360745,3.5955693 -6.8081347,3.557656 C -6.7893045,3.5320995 -6.7605896,3.5155887 -6.7368167,3.494555 z " + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3590" + width="34" + height="6" + x="-92.804382" + y="217.95688" /> + </g> + <g + id="g6337" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\mail-list-window-redo\try4-128.png" + inkscape:export-xdpi="90.00013" + inkscape:export-ydpi="90.00013" + transform="translate(1094.0761,-1456.3822)"> + <g + id="g6205" + transform="translate(-1238.3703,1628.5596)" + style="opacity:1;fill:#ffffff;fill-opacity:0"> + <g + style="fill:#ffffff;fill-opacity:0;display:inline" + inkscape:label="Shadow" + id="g6207" /> + <g + style="fill:#ffffff;fill-opacity:0;display:inline" + id="g6210" + inkscape:label="Background"> + <g + style="fill:#ffffff;fill-opacity:0" + id="g6213"> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6216" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + id="path6224" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + id="path6226" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + id="path6228" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6230" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="fill:#ffffff;fill-opacity:0;display:inline" + inkscape:label="SeaMonkey" + id="g6232" /> + </g> + <rect + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:2.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6234" + width="77" + height="97" + x="-839.0788" + y="2017.8035" /> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6236" + width="34" + height="6" + x="-803.4809" + y="2042.6342" /> + <rect + y="2055.7947" + x="-803.4809" + height="6" + width="34" + id="rect6238" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + transform="matrix(6,0,0,6,-789.49671,2009.6419)" + id="g6240"> + <path + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -6.1094906,2.2138122 C -6.5841838,2.4373409 -6.8134394,2.6610126 -7.0678887,3.368782 C -7.0678887,3.368782 -7.3197395,4.3474002 -6.9267314,5.446328 C -6.8640827,5.6215056 -6.614324,5.9578259 -6.6108947,5.9607307 C -6.4182828,6.1239278 -6.2191403,6.1707362 -6.0138601,6.2519585 C -6.0049214,6.2554954 -5.9958848,6.2584379 -5.9869258,6.2619146 C -5.91398,6.2902104 -5.8389594,6.3173923 -5.7647215,6.3415641 C -5.6221645,6.3879886 -5.4780632,6.4252622 -5.3315343,6.4560715 C -5.314374,6.4596762 -5.2971181,6.4626337 -5.2799111,6.4660277 C -5.2189677,6.4780308 -5.157341,6.4891459 -5.0958625,6.4983871 C -5.0839414,6.5001707 -5.0718901,6.5016758 -5.059951,6.503369 C -4.996768,6.5122867 -4.9328204,6.5198046 -4.8691693,6.5257648 C -4.8624258,6.5263969 -4.8557168,6.5276536 -4.8489687,6.5282632 C -4.8429807,6.5287749 -4.837004,6.527759 -4.831013,6.5282632 C -4.7695164,6.5334407 -5.2982274,6.278719 -5.2363831,6.281097 C -5.2258181,6.2815034 -5.2155346,6.2832568 -5.2049606,6.283588 C -5.1953032,6.2838664 -5.1854463,6.2833697 -5.1757821,6.283588 C -5.1264106,6.2847394 -5.0771813,6.2842502 -5.0276457,6.283588 C -4.9858297,6.283001 -4.872546,6.6951403 -4.8306367,6.6932589 C -4.8232091,6.6929202 -4.8156219,6.6936201 -4.808192,6.6932589 C -4.7939877,6.6925289 -4.7797586,6.6916334 -4.7655468,6.6907604 C -4.7153527,6.6876825 -5.2548604,6.4236819 -5.2045835,6.4187151 C -5.194899,6.4177594 -5.1850919,6.4172401 -5.1754051,6.4162242 C -5.1573884,6.4143127 -5.1395606,6.4109112 -5.1215371,6.4087589 C -5.0682967,6.4023849 -5.0154447,6.3973578 -4.9621787,6.3888466 C -4.9591452,6.3883574 -4.9562336,6.3868373 -4.9532009,6.3863556 C -4.9398259,6.3841732 -4.9261747,6.3811932 -4.9127997,6.3788904 C -4.8548416,6.3688815 -4.7956456,6.3591135 -4.7377297,6.3465234 C -4.734715,6.3458762 -4.7317657,6.3446947 -4.728751,6.34404 C -4.7212828,6.3423919 -4.7137739,6.3407438 -4.7063064,6.3390581 C -4.6394983,6.3239921 -4.5732028,6.307835 -4.5065468,6.2892772 C -4.4376971,6.2700948 -4.3686443,6.2500018 -4.3000535,6.2270417 C -4.2948805,6.2253183 -4.2895133,6.2238208 -4.2843418,6.2220673 C -4.2105396,6.1970527 -4.1377594,6.1693816 -4.0643817,6.1399269 C -3.9932292,6.1113528 -3.9224463,6.0798813 -3.8533994,6.0478304 C -3.8512298,6.0468069 -3.8488345,6.0463629 -3.8466664,6.0453394 C -3.8170101,6.0315077 -3.7883907,6.0174802 -3.759131,6.0030163 C -3.7406613,5.993775 -3.723574,5.9826448 -3.705263,5.9731552 C -3.6744237,5.9571636 -3.6436242,5.942489 -3.6132387,5.9258577 C -3.5648139,5.8993455 -3.2893603,5.5481098 -3.2182988,5.3882916 C -2.7950753,4.4364791 -3.1175834,3.368782 -3.1175834,3.368782 C -3.3637359,2.7075275 -3.5245594,2.477271 -4.0737366,2.2138122 C -4.7141795,1.9065703 -5.5530522,1.9517832 -6.1094906,2.2138122 z " + id="path6243" /> + <path + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -5.5625,5.84375 C -5.980909,5.8437425 -6.3125,6.3517043 -6.3125,7 C -6.3125421,7.0148931 -6.3109061,7.0165678 -6.3125,7.03125 L -6.53125,9 L -3.5625,9 L -3.78125,7.0625 C -3.7828883,7.0473963 -3.7812538,7.0465568 -3.78125,7.03125 C -3.7812493,6.3829542 -4.1128428,5.875 -4.53125,5.875 L -5.5625,5.84375 z " + id="path6248" /> + <path + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path6251" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850)" + sodipodi:type="arc" /> + <path + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -4.375,5.96875 L -4.125,9 L -3,9 L -3.3125,7.15625 C -3.3148284,7.1413874 -3.3125045,7.1088235 -3.3125,7.09375 C -3.3125007,6.4555533 -3.7805008,5.96875 -4.375,5.96875 z " + id="path6253" /> + <path + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -5.75,5.9375 C -6.3444991,5.9374998 -6.8125,6.4219178 -6.8125,7.0625 C -6.8124953,7.0776263 -6.8101716,7.110077 -6.8125,7.125 L -7.125,9 L -6,9 L -5.75,5.9375 z " + id="path6255" /> + <path + sodipodi:type="arc" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6257" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" /> + <path + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395)" + d="M 263.78125,241.90625 C 242.0418,242.89024 226.92997,263.64204 222.5,283.28125 C 216.00695,309.85745 225.18626,342.26389 250.21875,355.71875 C 267.57362,364.41516 289.13334,354.88493 298.375,338.8125 C 316.781,311.19895 312.50409,269.39738 285.8125,248.65625 C 279.3949,244.23443 271.62953,241.51752 263.78125,241.90625 z " + id="path6259" + transform="matrix(2.9754709e-2,0,0,2.9953848e-2,-12.927769,-4.385165)" /> + <path + id="path6261" + d="M 198.40449,-30.85609 C 199.22238,-33.74979 198.7253,-32.03359 200.73594,-34.25539 C 202.63314,-36.35189 204.53142,-37.42339 206.89643,-39.08649 C 207.29526,-39.36699 208.07156,-39.35349 208.47107,-39.63299 C 211.03088,-41.42369 210.74586,-39.53359 213.92151,-39.91439 C 216.46913,-40.21989 214.95382,-41.88349 217.23921,-40.99059 C 219.8648,-39.96489 220.97224,-39.20389 223.04737,-37.32129 C 224.93951,-35.60479 225.28864,-35.56059 226.97458,-33.60999 C 228.53852,-31.80059 227.79697,-33.70679 229.01201,-31.67309 C 230.02574,-29.97649 233.59252,-29.15329 233.94735,-26.96469 C 234.20485,-25.37649 233.32991,-24.95969 232.09312,-25.79889 C 228.00868,-28.57029 224.18324,-31.36119 219.88472,-33.82409 C 216.96812,-35.49529 215.6313,-36.11909 213.89202,-33.12939 C 212.1531,-30.14029 210.9022,-26.63639 208.93062,-23.78659 C 205.63419,-19.02169 207.48122,-28.64509 207.48122,-29.91929 C 207.48122,-33.29129 205.14006,-31.21709 203.32813,-29.91929 C 201.63847,-28.70909 198.93343,-27.40919 196.88946,-27.11649 C 194.8377,-26.82259 197.64073,-30.41419 195.62151,-30.83309 C 194.46869,-31.07219 196.50317,-28.86729 196.87444,-29.37109 C 197.12466,-29.71069 198.08859,-30.57659 198.40449,-30.85609 z " + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542)" + sodipodi:nodetypes="cssssssssssssssssssc" + transform="matrix(7.525459e-2,0,0,7.525459e-2,-21.171894,5.7875842)" /> + <path + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M -6.7368167,3.494555 C -6.6752667,3.2767908 -6.5252467,3.0794507 -6.3739368,2.9122501 C -6.2311638,2.7544788 -5.9771788,2.6480011 -5.7992009,2.5228452 C -5.7691871,2.5017363 -5.7390702,2.4807779 -5.7090053,2.4597442 C -5.5163678,2.3249858 -5.3396911,2.2035625 -5.1007089,2.1749056 C -4.9089888,2.1519153 -4.7545942,2.2519362 -4.5826081,2.319131 C -4.3850204,2.3963196 -4.1975966,2.5344118 -4.0414336,2.6760861 C -3.8990413,2.8052606 -3.7613789,2.9349243 -3.6345041,3.0817159 C -3.5168105,3.2178815 -3.4301834,3.3757656 -3.3387461,3.5288109 C -3.2624582,3.6564878 -3.1836072,3.8450307 -3.2485504,3.98672 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 C -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 C -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 C -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 C -5.6969773,4.3561147 -5.5579799,3.6319097 -5.5579799,3.5360203 C -5.5579799,3.2822618 -5.7341629,3.4383549 -5.8705189,3.5360203 C -5.9976736,3.6270934 -6.2012403,3.7249168 -6.3550584,3.7469439 C -6.5094628,3.7690612 -6.6792522,3.8001037 -6.8312077,3.7685796 C -6.9179627,3.7505862 -6.8360745,3.5955693 -6.8081347,3.557656 C -6.7893045,3.5320995 -6.7605896,3.5155887 -6.7368167,3.494555 z " + id="path6263" /> + </g> + <rect + y="2029.1611" + x="-803.4809" + height="6" + width="34" + id="rect6265" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + id="g6267" + transform="translate(-710.67651,1856.7132)"> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6269" + width="34" + height="6" + x="-92.804382" + y="231.42992" /> + <rect + y="244.59032" + x="-92.804382" + height="6" + width="34" + id="rect6271" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + transform="matrix(6,0,0,6,-78.820202,198.43754)" + id="g6273"> + <path + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -6.1094906,2.2138122 C -6.5841838,2.4373409 -6.8134394,2.6610126 -7.0678887,3.368782 C -7.0678887,3.368782 -7.3197395,4.3474002 -6.9267314,5.446328 C -6.8640827,5.6215056 -6.614324,5.9578259 -6.6108947,5.9607307 C -6.4182828,6.1239278 -6.2191403,6.1707362 -6.0138601,6.2519585 C -6.0049214,6.2554954 -5.9958848,6.2584379 -5.9869258,6.2619146 C -5.91398,6.2902104 -5.8389594,6.3173923 -5.7647215,6.3415641 C -5.6221645,6.3879886 -5.4780632,6.4252622 -5.3315343,6.4560715 C -5.314374,6.4596762 -5.2971181,6.4626337 -5.2799111,6.4660277 C -5.2189677,6.4780308 -5.157341,6.4891459 -5.0958625,6.4983871 C -5.0839414,6.5001707 -5.0718901,6.5016758 -5.059951,6.503369 C -4.996768,6.5122867 -4.9328204,6.5198046 -4.8691693,6.5257648 C -4.8624258,6.5263969 -4.8557168,6.5276536 -4.8489687,6.5282632 C -4.8429807,6.5287749 -4.837004,6.527759 -4.831013,6.5282632 C -4.7695164,6.5334407 -5.2982274,6.278719 -5.2363831,6.281097 C -5.2258181,6.2815034 -5.2155346,6.2832568 -5.2049606,6.283588 C -5.1953032,6.2838664 -5.1854463,6.2833697 -5.1757821,6.283588 C -5.1264106,6.2847394 -5.0771813,6.2842502 -5.0276457,6.283588 C -4.9858297,6.283001 -4.872546,6.6951403 -4.8306367,6.6932589 C -4.8232091,6.6929202 -4.8156219,6.6936201 -4.808192,6.6932589 C -4.7939877,6.6925289 -4.7797586,6.6916334 -4.7655468,6.6907604 C -4.7153527,6.6876825 -5.2548604,6.4236819 -5.2045835,6.4187151 C -5.194899,6.4177594 -5.1850919,6.4172401 -5.1754051,6.4162242 C -5.1573884,6.4143127 -5.1395606,6.4109112 -5.1215371,6.4087589 C -5.0682967,6.4023849 -5.0154447,6.3973578 -4.9621787,6.3888466 C -4.9591452,6.3883574 -4.9562336,6.3868373 -4.9532009,6.3863556 C -4.9398259,6.3841732 -4.9261747,6.3811932 -4.9127997,6.3788904 C -4.8548416,6.3688815 -4.7956456,6.3591135 -4.7377297,6.3465234 C -4.734715,6.3458762 -4.7317657,6.3446947 -4.728751,6.34404 C -4.7212828,6.3423919 -4.7137739,6.3407438 -4.7063064,6.3390581 C -4.6394983,6.3239921 -4.5732028,6.307835 -4.5065468,6.2892772 C -4.4376971,6.2700948 -4.3686443,6.2500018 -4.3000535,6.2270417 C -4.2948805,6.2253183 -4.2895133,6.2238208 -4.2843418,6.2220673 C -4.2105396,6.1970527 -4.1377594,6.1693816 -4.0643817,6.1399269 C -3.9932292,6.1113528 -3.9224463,6.0798813 -3.8533994,6.0478304 C -3.8512298,6.0468069 -3.8488345,6.0463629 -3.8466664,6.0453394 C -3.8170101,6.0315077 -3.7883907,6.0174802 -3.759131,6.0030163 C -3.7406613,5.993775 -3.723574,5.9826448 -3.705263,5.9731552 C -3.6744237,5.9571636 -3.6436242,5.942489 -3.6132387,5.9258577 C -3.5648139,5.8993455 -3.2893603,5.5481098 -3.2182988,5.3882916 C -2.7950753,4.4364791 -3.1175834,3.368782 -3.1175834,3.368782 C -3.3637359,2.7075275 -3.5245594,2.477271 -4.0737366,2.2138122 C -4.7141795,1.9065703 -5.5530522,1.9517832 -6.1094906,2.2138122 z " + id="path6275" /> + <path + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -5.5625,5.84375 C -5.980909,5.8437425 -6.3125,6.3517043 -6.3125,7 C -6.3125421,7.0148931 -6.3109061,7.0165678 -6.3125,7.03125 L -6.53125,9 L -3.5625,9 L -3.78125,7.0625 C -3.7828883,7.0473963 -3.7812538,7.0465568 -3.78125,7.03125 C -3.7812493,6.3829542 -4.1128428,5.875 -4.53125,5.875 L -5.5625,5.84375 z " + id="path6277" /> + <path + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path6279" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850)" + sodipodi:type="arc" /> + <path + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -4.375,5.96875 L -4.125,9 L -3,9 L -3.3125,7.15625 C -3.3148284,7.1413874 -3.3125045,7.1088235 -3.3125,7.09375 C -3.3125007,6.4555533 -3.7805008,5.96875 -4.375,5.96875 z " + id="path6281" /> + <path + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -5.75,5.9375 C -6.3444991,5.9374998 -6.8125,6.4219178 -6.8125,7.0625 C -6.8124953,7.0776263 -6.8101716,7.110077 -6.8125,7.125 L -7.125,9 L -6,9 L -5.75,5.9375 z " + id="path6283" /> + <path + sodipodi:type="arc" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6285" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" /> + <path + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395)" + d="M 263.78125,241.90625 C 242.0418,242.89024 226.92997,263.64204 222.5,283.28125 C 216.00695,309.85745 225.18626,342.26389 250.21875,355.71875 C 267.57362,364.41516 289.13334,354.88493 298.375,338.8125 C 316.781,311.19895 312.50409,269.39738 285.8125,248.65625 C 279.3949,244.23443 271.62953,241.51752 263.78125,241.90625 z " + id="path6287" + transform="matrix(2.9754709e-2,0,0,2.9953848e-2,-12.927769,-4.385165)" /> + <path + id="path6289" + d="M 198.40449,-30.85609 C 199.22238,-33.74979 198.7253,-32.03359 200.73594,-34.25539 C 202.63314,-36.35189 204.53142,-37.42339 206.89643,-39.08649 C 207.29526,-39.36699 208.07156,-39.35349 208.47107,-39.63299 C 211.03088,-41.42369 210.74586,-39.53359 213.92151,-39.91439 C 216.46913,-40.21989 214.95382,-41.88349 217.23921,-40.99059 C 219.8648,-39.96489 220.97224,-39.20389 223.04737,-37.32129 C 224.93951,-35.60479 225.28864,-35.56059 226.97458,-33.60999 C 228.53852,-31.80059 227.79697,-33.70679 229.01201,-31.67309 C 230.02574,-29.97649 233.59252,-29.15329 233.94735,-26.96469 C 234.20485,-25.37649 233.32991,-24.95969 232.09312,-25.79889 C 228.00868,-28.57029 224.18324,-31.36119 219.88472,-33.82409 C 216.96812,-35.49529 215.6313,-36.11909 213.89202,-33.12939 C 212.1531,-30.14029 210.9022,-26.63639 208.93062,-23.78659 C 205.63419,-19.02169 207.48122,-28.64509 207.48122,-29.91929 C 207.48122,-33.29129 205.14006,-31.21709 203.32813,-29.91929 C 201.63847,-28.70909 198.93343,-27.40919 196.88946,-27.11649 C 194.8377,-26.82259 197.64073,-30.41419 195.62151,-30.83309 C 194.46869,-31.07219 196.50317,-28.86729 196.87444,-29.37109 C 197.12466,-29.71069 198.08859,-30.57659 198.40449,-30.85609 z " + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542)" + sodipodi:nodetypes="cssssssssssssssssssc" + transform="matrix(7.525459e-2,0,0,7.525459e-2,-21.171894,5.7875842)" /> + <path + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M -6.7368167,3.494555 C -6.6752667,3.2767908 -6.5252467,3.0794507 -6.3739368,2.9122501 C -6.2311638,2.7544788 -5.9771788,2.6480011 -5.7992009,2.5228452 C -5.7691871,2.5017363 -5.7390702,2.4807779 -5.7090053,2.4597442 C -5.5163678,2.3249858 -5.3396911,2.2035625 -5.1007089,2.1749056 C -4.9089888,2.1519153 -4.7545942,2.2519362 -4.5826081,2.319131 C -4.3850204,2.3963196 -4.1975966,2.5344118 -4.0414336,2.6760861 C -3.8990413,2.8052606 -3.7613789,2.9349243 -3.6345041,3.0817159 C -3.5168105,3.2178815 -3.4301834,3.3757656 -3.3387461,3.5288109 C -3.2624582,3.6564878 -3.1836072,3.8450307 -3.2485504,3.98672 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 C -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 C -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 C -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 C -5.6969773,4.3561147 -5.5579799,3.6319097 -5.5579799,3.5360203 C -5.5579799,3.2822618 -5.7341629,3.4383549 -5.8705189,3.5360203 C -5.9976736,3.6270934 -6.2012403,3.7249168 -6.3550584,3.7469439 C -6.5094628,3.7690612 -6.6792522,3.8001037 -6.8312077,3.7685796 C -6.9179627,3.7505862 -6.8360745,3.5955693 -6.8081347,3.557656 C -6.7893045,3.5320995 -6.7605896,3.5155887 -6.7368167,3.494555 z " + id="path6291" /> + </g> + <rect + y="217.95688" + x="-92.804382" + height="6" + width="34" + id="rect6293" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + id="g6377" + transform="matrix(0.3750001,0,0,0.3750001,749.86586,-122.01496)" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\mail-list-window-redo\try4-48.png" + inkscape:export-xdpi="90.00013" + inkscape:export-ydpi="90.00013"> + <g + style="opacity:1;fill:#ffffff;fill-opacity:0" + transform="translate(-1238.3703,1628.5596)" + id="g6379"> + <g + id="g6381" + inkscape:label="Shadow" + style="fill:#ffffff;fill-opacity:0;display:inline" /> + <g + inkscape:label="Background" + id="g6383" + style="fill:#ffffff;fill-opacity:0;display:inline"> + <g + id="g6385" + style="fill:#ffffff;fill-opacity:0"> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path6387" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + <path + inkscape:export-ydpi="24.028801" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + id="path6389" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cssssssssssscsss" + id="path6391" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccccccsccccccccccc" + id="path6393" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path6395" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + id="g6397" + inkscape:label="SeaMonkey" + style="fill:#ffffff;fill-opacity:0;display:inline" /> + </g> + <rect + y="2017.8035" + x="-839.0788" + height="97" + width="77" + id="rect6399" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:2.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="2042.6342" + x="-803.4809" + height="6" + width="34" + id="rect6401" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6403" + width="34" + height="6" + x="-803.4809" + y="2055.7947" /> + <g + id="g6405" + transform="matrix(6,0,0,6,-789.49671,2009.6419)"> + <path + id="path6407" + d="M -6.1094906,2.2138122 C -6.5841838,2.4373409 -6.8134394,2.6610126 -7.0678887,3.368782 C -7.0678887,3.368782 -7.3197395,4.3474002 -6.9267314,5.446328 C -6.8640827,5.6215056 -6.614324,5.9578259 -6.6108947,5.9607307 C -6.4182828,6.1239278 -6.2191403,6.1707362 -6.0138601,6.2519585 C -6.0049214,6.2554954 -5.9958848,6.2584379 -5.9869258,6.2619146 C -5.91398,6.2902104 -5.8389594,6.3173923 -5.7647215,6.3415641 C -5.6221645,6.3879886 -5.4780632,6.4252622 -5.3315343,6.4560715 C -5.314374,6.4596762 -5.2971181,6.4626337 -5.2799111,6.4660277 C -5.2189677,6.4780308 -5.157341,6.4891459 -5.0958625,6.4983871 C -5.0839414,6.5001707 -5.0718901,6.5016758 -5.059951,6.503369 C -4.996768,6.5122867 -4.9328204,6.5198046 -4.8691693,6.5257648 C -4.8624258,6.5263969 -4.8557168,6.5276536 -4.8489687,6.5282632 C -4.8429807,6.5287749 -4.837004,6.527759 -4.831013,6.5282632 C -4.7695164,6.5334407 -5.2982274,6.278719 -5.2363831,6.281097 C -5.2258181,6.2815034 -5.2155346,6.2832568 -5.2049606,6.283588 C -5.1953032,6.2838664 -5.1854463,6.2833697 -5.1757821,6.283588 C -5.1264106,6.2847394 -5.0771813,6.2842502 -5.0276457,6.283588 C -4.9858297,6.283001 -4.872546,6.6951403 -4.8306367,6.6932589 C -4.8232091,6.6929202 -4.8156219,6.6936201 -4.808192,6.6932589 C -4.7939877,6.6925289 -4.7797586,6.6916334 -4.7655468,6.6907604 C -4.7153527,6.6876825 -5.2548604,6.4236819 -5.2045835,6.4187151 C -5.194899,6.4177594 -5.1850919,6.4172401 -5.1754051,6.4162242 C -5.1573884,6.4143127 -5.1395606,6.4109112 -5.1215371,6.4087589 C -5.0682967,6.4023849 -5.0154447,6.3973578 -4.9621787,6.3888466 C -4.9591452,6.3883574 -4.9562336,6.3868373 -4.9532009,6.3863556 C -4.9398259,6.3841732 -4.9261747,6.3811932 -4.9127997,6.3788904 C -4.8548416,6.3688815 -4.7956456,6.3591135 -4.7377297,6.3465234 C -4.734715,6.3458762 -4.7317657,6.3446947 -4.728751,6.34404 C -4.7212828,6.3423919 -4.7137739,6.3407438 -4.7063064,6.3390581 C -4.6394983,6.3239921 -4.5732028,6.307835 -4.5065468,6.2892772 C -4.4376971,6.2700948 -4.3686443,6.2500018 -4.3000535,6.2270417 C -4.2948805,6.2253183 -4.2895133,6.2238208 -4.2843418,6.2220673 C -4.2105396,6.1970527 -4.1377594,6.1693816 -4.0643817,6.1399269 C -3.9932292,6.1113528 -3.9224463,6.0798813 -3.8533994,6.0478304 C -3.8512298,6.0468069 -3.8488345,6.0463629 -3.8466664,6.0453394 C -3.8170101,6.0315077 -3.7883907,6.0174802 -3.759131,6.0030163 C -3.7406613,5.993775 -3.723574,5.9826448 -3.705263,5.9731552 C -3.6744237,5.9571636 -3.6436242,5.942489 -3.6132387,5.9258577 C -3.5648139,5.8993455 -3.2893603,5.5481098 -3.2182988,5.3882916 C -2.7950753,4.4364791 -3.1175834,3.368782 -3.1175834,3.368782 C -3.3637359,2.7075275 -3.5245594,2.477271 -4.0737366,2.2138122 C -4.7141795,1.9065703 -5.5530522,1.9517832 -6.1094906,2.2138122 z " + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" /> + <path + id="path6409" + d="M -5.5625,5.84375 C -5.980909,5.8437425 -6.3125,6.3517043 -6.3125,7 C -6.3125421,7.0148931 -6.3109061,7.0165678 -6.3125,7.03125 L -6.53125,9 L -3.5625,9 L -3.78125,7.0625 C -3.7828883,7.0473963 -3.7812538,7.0465568 -3.78125,7.03125 C -3.7812493,6.3829542 -4.1128428,5.875 -4.53125,5.875 L -5.5625,5.84375 z " + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850)" + id="path6411" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" /> + <path + id="path6413" + d="M -4.375,5.96875 L -4.125,9 L -3,9 L -3.3125,7.15625 C -3.3148284,7.1413874 -3.3125045,7.1088235 -3.3125,7.09375 C -3.3125007,6.4555533 -3.7805008,5.96875 -4.375,5.96875 z " + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + id="path6415" + d="M -5.75,5.9375 C -6.3444991,5.9374998 -6.8125,6.4219178 -6.8125,7.0625 C -6.8124953,7.0776263 -6.8101716,7.110077 -6.8125,7.125 L -7.125,9 L -6,9 L -5.75,5.9375 z " + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path6417" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + transform="matrix(2.9754709e-2,0,0,2.9953848e-2,-12.927769,-4.385165)" + id="path6419" + d="M 263.78125,241.90625 C 242.0418,242.89024 226.92997,263.64204 222.5,283.28125 C 216.00695,309.85745 225.18626,342.26389 250.21875,355.71875 C 267.57362,364.41516 289.13334,354.88493 298.375,338.8125 C 316.781,311.19895 312.50409,269.39738 285.8125,248.65625 C 279.3949,244.23443 271.62953,241.51752 263.78125,241.90625 z " + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395)" /> + <path + transform="matrix(7.525459e-2,0,0,7.525459e-2,-21.171894,5.7875842)" + sodipodi:nodetypes="cssssssssssssssssssc" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542)" + d="M 198.40449,-30.85609 C 199.22238,-33.74979 198.7253,-32.03359 200.73594,-34.25539 C 202.63314,-36.35189 204.53142,-37.42339 206.89643,-39.08649 C 207.29526,-39.36699 208.07156,-39.35349 208.47107,-39.63299 C 211.03088,-41.42369 210.74586,-39.53359 213.92151,-39.91439 C 216.46913,-40.21989 214.95382,-41.88349 217.23921,-40.99059 C 219.8648,-39.96489 220.97224,-39.20389 223.04737,-37.32129 C 224.93951,-35.60479 225.28864,-35.56059 226.97458,-33.60999 C 228.53852,-31.80059 227.79697,-33.70679 229.01201,-31.67309 C 230.02574,-29.97649 233.59252,-29.15329 233.94735,-26.96469 C 234.20485,-25.37649 233.32991,-24.95969 232.09312,-25.79889 C 228.00868,-28.57029 224.18324,-31.36119 219.88472,-33.82409 C 216.96812,-35.49529 215.6313,-36.11909 213.89202,-33.12939 C 212.1531,-30.14029 210.9022,-26.63639 208.93062,-23.78659 C 205.63419,-19.02169 207.48122,-28.64509 207.48122,-29.91929 C 207.48122,-33.29129 205.14006,-31.21709 203.32813,-29.91929 C 201.63847,-28.70909 198.93343,-27.40919 196.88946,-27.11649 C 194.8377,-26.82259 197.64073,-30.41419 195.62151,-30.83309 C 194.46869,-31.07219 196.50317,-28.86729 196.87444,-29.37109 C 197.12466,-29.71069 198.08859,-30.57659 198.40449,-30.85609 z " + id="path6421" /> + <path + id="path6423" + d="M -6.7368167,3.494555 C -6.6752667,3.2767908 -6.5252467,3.0794507 -6.3739368,2.9122501 C -6.2311638,2.7544788 -5.9771788,2.6480011 -5.7992009,2.5228452 C -5.7691871,2.5017363 -5.7390702,2.4807779 -5.7090053,2.4597442 C -5.5163678,2.3249858 -5.3396911,2.2035625 -5.1007089,2.1749056 C -4.9089888,2.1519153 -4.7545942,2.2519362 -4.5826081,2.319131 C -4.3850204,2.3963196 -4.1975966,2.5344118 -4.0414336,2.6760861 C -3.8990413,2.8052606 -3.7613789,2.9349243 -3.6345041,3.0817159 C -3.5168105,3.2178815 -3.4301834,3.3757656 -3.3387461,3.5288109 C -3.2624582,3.6564878 -3.1836072,3.8450307 -3.2485504,3.98672 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 C -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 C -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 C -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 C -5.6969773,4.3561147 -5.5579799,3.6319097 -5.5579799,3.5360203 C -5.5579799,3.2822618 -5.7341629,3.4383549 -5.8705189,3.5360203 C -5.9976736,3.6270934 -6.2012403,3.7249168 -6.3550584,3.7469439 C -6.5094628,3.7690612 -6.6792522,3.8001037 -6.8312077,3.7685796 C -6.9179627,3.7505862 -6.8360745,3.5955693 -6.8081347,3.557656 C -6.7893045,3.5320995 -6.7605896,3.5155887 -6.7368167,3.494555 z " + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6425" + width="34" + height="6" + x="-803.4809" + y="2029.1611" /> + <g + transform="translate(-710.67651,1856.7132)" + id="g6427"> + <rect + y="231.42992" + x="-92.804382" + height="6" + width="34" + id="rect6429" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6431" + width="34" + height="6" + x="-92.804382" + y="244.59032" /> + <g + id="g6433" + transform="matrix(6,0,0,6,-78.820202,198.43754)"> + <path + id="path6435" + d="M -6.1094906,2.2138122 C -6.5841838,2.4373409 -6.8134394,2.6610126 -7.0678887,3.368782 C -7.0678887,3.368782 -7.3197395,4.3474002 -6.9267314,5.446328 C -6.8640827,5.6215056 -6.614324,5.9578259 -6.6108947,5.9607307 C -6.4182828,6.1239278 -6.2191403,6.1707362 -6.0138601,6.2519585 C -6.0049214,6.2554954 -5.9958848,6.2584379 -5.9869258,6.2619146 C -5.91398,6.2902104 -5.8389594,6.3173923 -5.7647215,6.3415641 C -5.6221645,6.3879886 -5.4780632,6.4252622 -5.3315343,6.4560715 C -5.314374,6.4596762 -5.2971181,6.4626337 -5.2799111,6.4660277 C -5.2189677,6.4780308 -5.157341,6.4891459 -5.0958625,6.4983871 C -5.0839414,6.5001707 -5.0718901,6.5016758 -5.059951,6.503369 C -4.996768,6.5122867 -4.9328204,6.5198046 -4.8691693,6.5257648 C -4.8624258,6.5263969 -4.8557168,6.5276536 -4.8489687,6.5282632 C -4.8429807,6.5287749 -4.837004,6.527759 -4.831013,6.5282632 C -4.7695164,6.5334407 -5.2982274,6.278719 -5.2363831,6.281097 C -5.2258181,6.2815034 -5.2155346,6.2832568 -5.2049606,6.283588 C -5.1953032,6.2838664 -5.1854463,6.2833697 -5.1757821,6.283588 C -5.1264106,6.2847394 -5.0771813,6.2842502 -5.0276457,6.283588 C -4.9858297,6.283001 -4.872546,6.6951403 -4.8306367,6.6932589 C -4.8232091,6.6929202 -4.8156219,6.6936201 -4.808192,6.6932589 C -4.7939877,6.6925289 -4.7797586,6.6916334 -4.7655468,6.6907604 C -4.7153527,6.6876825 -5.2548604,6.4236819 -5.2045835,6.4187151 C -5.194899,6.4177594 -5.1850919,6.4172401 -5.1754051,6.4162242 C -5.1573884,6.4143127 -5.1395606,6.4109112 -5.1215371,6.4087589 C -5.0682967,6.4023849 -5.0154447,6.3973578 -4.9621787,6.3888466 C -4.9591452,6.3883574 -4.9562336,6.3868373 -4.9532009,6.3863556 C -4.9398259,6.3841732 -4.9261747,6.3811932 -4.9127997,6.3788904 C -4.8548416,6.3688815 -4.7956456,6.3591135 -4.7377297,6.3465234 C -4.734715,6.3458762 -4.7317657,6.3446947 -4.728751,6.34404 C -4.7212828,6.3423919 -4.7137739,6.3407438 -4.7063064,6.3390581 C -4.6394983,6.3239921 -4.5732028,6.307835 -4.5065468,6.2892772 C -4.4376971,6.2700948 -4.3686443,6.2500018 -4.3000535,6.2270417 C -4.2948805,6.2253183 -4.2895133,6.2238208 -4.2843418,6.2220673 C -4.2105396,6.1970527 -4.1377594,6.1693816 -4.0643817,6.1399269 C -3.9932292,6.1113528 -3.9224463,6.0798813 -3.8533994,6.0478304 C -3.8512298,6.0468069 -3.8488345,6.0463629 -3.8466664,6.0453394 C -3.8170101,6.0315077 -3.7883907,6.0174802 -3.759131,6.0030163 C -3.7406613,5.993775 -3.723574,5.9826448 -3.705263,5.9731552 C -3.6744237,5.9571636 -3.6436242,5.942489 -3.6132387,5.9258577 C -3.5648139,5.8993455 -3.2893603,5.5481098 -3.2182988,5.3882916 C -2.7950753,4.4364791 -3.1175834,3.368782 -3.1175834,3.368782 C -3.3637359,2.7075275 -3.5245594,2.477271 -4.0737366,2.2138122 C -4.7141795,1.9065703 -5.5530522,1.9517832 -6.1094906,2.2138122 z " + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" /> + <path + id="path6437" + d="M -5.5625,5.84375 C -5.980909,5.8437425 -6.3125,6.3517043 -6.3125,7 C -6.3125421,7.0148931 -6.3109061,7.0165678 -6.3125,7.03125 L -6.53125,9 L -3.5625,9 L -3.78125,7.0625 C -3.7828883,7.0473963 -3.7812538,7.0465568 -3.78125,7.03125 C -3.7812493,6.3829542 -4.1128428,5.875 -4.53125,5.875 L -5.5625,5.84375 z " + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850)" + id="path6439" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" /> + <path + id="path6441" + d="M -4.375,5.96875 L -4.125,9 L -3,9 L -3.3125,7.15625 C -3.3148284,7.1413874 -3.3125045,7.1088235 -3.3125,7.09375 C -3.3125007,6.4555533 -3.7805008,5.96875 -4.375,5.96875 z " + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + id="path6443" + d="M -5.75,5.9375 C -6.3444991,5.9374998 -6.8125,6.4219178 -6.8125,7.0625 C -6.8124953,7.0776263 -6.8101716,7.110077 -6.8125,7.125 L -7.125,9 L -6,9 L -5.75,5.9375 z " + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path6445" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + transform="matrix(2.9754709e-2,0,0,2.9953848e-2,-12.927769,-4.385165)" + id="path6447" + d="M 263.78125,241.90625 C 242.0418,242.89024 226.92997,263.64204 222.5,283.28125 C 216.00695,309.85745 225.18626,342.26389 250.21875,355.71875 C 267.57362,364.41516 289.13334,354.88493 298.375,338.8125 C 316.781,311.19895 312.50409,269.39738 285.8125,248.65625 C 279.3949,244.23443 271.62953,241.51752 263.78125,241.90625 z " + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395)" /> + <path + transform="matrix(7.525459e-2,0,0,7.525459e-2,-21.171894,5.7875842)" + sodipodi:nodetypes="cssssssssssssssssssc" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542)" + d="M 198.40449,-30.85609 C 199.22238,-33.74979 198.7253,-32.03359 200.73594,-34.25539 C 202.63314,-36.35189 204.53142,-37.42339 206.89643,-39.08649 C 207.29526,-39.36699 208.07156,-39.35349 208.47107,-39.63299 C 211.03088,-41.42369 210.74586,-39.53359 213.92151,-39.91439 C 216.46913,-40.21989 214.95382,-41.88349 217.23921,-40.99059 C 219.8648,-39.96489 220.97224,-39.20389 223.04737,-37.32129 C 224.93951,-35.60479 225.28864,-35.56059 226.97458,-33.60999 C 228.53852,-31.80059 227.79697,-33.70679 229.01201,-31.67309 C 230.02574,-29.97649 233.59252,-29.15329 233.94735,-26.96469 C 234.20485,-25.37649 233.32991,-24.95969 232.09312,-25.79889 C 228.00868,-28.57029 224.18324,-31.36119 219.88472,-33.82409 C 216.96812,-35.49529 215.6313,-36.11909 213.89202,-33.12939 C 212.1531,-30.14029 210.9022,-26.63639 208.93062,-23.78659 C 205.63419,-19.02169 207.48122,-28.64509 207.48122,-29.91929 C 207.48122,-33.29129 205.14006,-31.21709 203.32813,-29.91929 C 201.63847,-28.70909 198.93343,-27.40919 196.88946,-27.11649 C 194.8377,-26.82259 197.64073,-30.41419 195.62151,-30.83309 C 194.46869,-31.07219 196.50317,-28.86729 196.87444,-29.37109 C 197.12466,-29.71069 198.08859,-30.57659 198.40449,-30.85609 z " + id="path6449" /> + <path + id="path6451" + d="M -6.7368167,3.494555 C -6.6752667,3.2767908 -6.5252467,3.0794507 -6.3739368,2.9122501 C -6.2311638,2.7544788 -5.9771788,2.6480011 -5.7992009,2.5228452 C -5.7691871,2.5017363 -5.7390702,2.4807779 -5.7090053,2.4597442 C -5.5163678,2.3249858 -5.3396911,2.2035625 -5.1007089,2.1749056 C -4.9089888,2.1519153 -4.7545942,2.2519362 -4.5826081,2.319131 C -4.3850204,2.3963196 -4.1975966,2.5344118 -4.0414336,2.6760861 C -3.8990413,2.8052606 -3.7613789,2.9349243 -3.6345041,3.0817159 C -3.5168105,3.2178815 -3.4301834,3.3757656 -3.3387461,3.5288109 C -3.2624582,3.6564878 -3.1836072,3.8450307 -3.2485504,3.98672 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 C -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 C -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 C -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 C -5.6969773,4.3561147 -5.5579799,3.6319097 -5.5579799,3.5360203 C -5.5579799,3.2822618 -5.7341629,3.4383549 -5.8705189,3.5360203 C -5.9976736,3.6270934 -6.2012403,3.7249168 -6.3550584,3.7469439 C -6.5094628,3.7690612 -6.6792522,3.8001037 -6.8312077,3.7685796 C -6.9179627,3.7505862 -6.8360745,3.5955693 -6.8081347,3.557656 C -6.7893045,3.5320995 -6.7605896,3.5155887 -6.7368167,3.494555 z " + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6453" + width="34" + height="6" + x="-92.804382" + y="217.95688" /> + </g> + </g> + <g + transform="matrix(0.25,0,0,0.25,772.07311,144.27314)" + id="g6456" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\mail-list-window-redo\try4-32.png" + inkscape:export-xdpi="90.00013" + inkscape:export-ydpi="90.00013"> + <g + id="g6458" + transform="translate(-1238.3703,1628.5596)" + style="opacity:1;fill:#ffffff;fill-opacity:0"> + <g + style="fill:#ffffff;fill-opacity:0;display:inline" + inkscape:label="Shadow" + id="g6460" /> + <g + style="fill:#ffffff;fill-opacity:0;display:inline" + id="g6462" + inkscape:label="Background"> + <g + style="fill:#ffffff;fill-opacity:0" + id="g6464"> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6466" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + id="path6468" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + id="path6470" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + id="path6472" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6474" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="fill:#ffffff;fill-opacity:0;display:inline" + inkscape:label="SeaMonkey" + id="g6476" /> + </g> + <rect + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:2.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6478" + width="77" + height="97" + x="-839.0788" + y="2017.8035" /> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6480" + width="34" + height="6" + x="-803.4809" + y="2042.6342" /> + <rect + y="2055.7947" + x="-803.4809" + height="6" + width="34" + id="rect6482" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + transform="matrix(6,0,0,6,-789.49671,2009.6419)" + id="g6484"> + <path + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -6.1094906,2.2138122 C -6.5841838,2.4373409 -6.8134394,2.6610126 -7.0678887,3.368782 C -7.0678887,3.368782 -7.3197395,4.3474002 -6.9267314,5.446328 C -6.8640827,5.6215056 -6.614324,5.9578259 -6.6108947,5.9607307 C -6.4182828,6.1239278 -6.2191403,6.1707362 -6.0138601,6.2519585 C -6.0049214,6.2554954 -5.9958848,6.2584379 -5.9869258,6.2619146 C -5.91398,6.2902104 -5.8389594,6.3173923 -5.7647215,6.3415641 C -5.6221645,6.3879886 -5.4780632,6.4252622 -5.3315343,6.4560715 C -5.314374,6.4596762 -5.2971181,6.4626337 -5.2799111,6.4660277 C -5.2189677,6.4780308 -5.157341,6.4891459 -5.0958625,6.4983871 C -5.0839414,6.5001707 -5.0718901,6.5016758 -5.059951,6.503369 C -4.996768,6.5122867 -4.9328204,6.5198046 -4.8691693,6.5257648 C -4.8624258,6.5263969 -4.8557168,6.5276536 -4.8489687,6.5282632 C -4.8429807,6.5287749 -4.837004,6.527759 -4.831013,6.5282632 C -4.7695164,6.5334407 -5.2982274,6.278719 -5.2363831,6.281097 C -5.2258181,6.2815034 -5.2155346,6.2832568 -5.2049606,6.283588 C -5.1953032,6.2838664 -5.1854463,6.2833697 -5.1757821,6.283588 C -5.1264106,6.2847394 -5.0771813,6.2842502 -5.0276457,6.283588 C -4.9858297,6.283001 -4.872546,6.6951403 -4.8306367,6.6932589 C -4.8232091,6.6929202 -4.8156219,6.6936201 -4.808192,6.6932589 C -4.7939877,6.6925289 -4.7797586,6.6916334 -4.7655468,6.6907604 C -4.7153527,6.6876825 -5.2548604,6.4236819 -5.2045835,6.4187151 C -5.194899,6.4177594 -5.1850919,6.4172401 -5.1754051,6.4162242 C -5.1573884,6.4143127 -5.1395606,6.4109112 -5.1215371,6.4087589 C -5.0682967,6.4023849 -5.0154447,6.3973578 -4.9621787,6.3888466 C -4.9591452,6.3883574 -4.9562336,6.3868373 -4.9532009,6.3863556 C -4.9398259,6.3841732 -4.9261747,6.3811932 -4.9127997,6.3788904 C -4.8548416,6.3688815 -4.7956456,6.3591135 -4.7377297,6.3465234 C -4.734715,6.3458762 -4.7317657,6.3446947 -4.728751,6.34404 C -4.7212828,6.3423919 -4.7137739,6.3407438 -4.7063064,6.3390581 C -4.6394983,6.3239921 -4.5732028,6.307835 -4.5065468,6.2892772 C -4.4376971,6.2700948 -4.3686443,6.2500018 -4.3000535,6.2270417 C -4.2948805,6.2253183 -4.2895133,6.2238208 -4.2843418,6.2220673 C -4.2105396,6.1970527 -4.1377594,6.1693816 -4.0643817,6.1399269 C -3.9932292,6.1113528 -3.9224463,6.0798813 -3.8533994,6.0478304 C -3.8512298,6.0468069 -3.8488345,6.0463629 -3.8466664,6.0453394 C -3.8170101,6.0315077 -3.7883907,6.0174802 -3.759131,6.0030163 C -3.7406613,5.993775 -3.723574,5.9826448 -3.705263,5.9731552 C -3.6744237,5.9571636 -3.6436242,5.942489 -3.6132387,5.9258577 C -3.5648139,5.8993455 -3.2893603,5.5481098 -3.2182988,5.3882916 C -2.7950753,4.4364791 -3.1175834,3.368782 -3.1175834,3.368782 C -3.3637359,2.7075275 -3.5245594,2.477271 -4.0737366,2.2138122 C -4.7141795,1.9065703 -5.5530522,1.9517832 -6.1094906,2.2138122 z " + id="path6486" /> + <path + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -5.5625,5.84375 C -5.980909,5.8437425 -6.3125,6.3517043 -6.3125,7 C -6.3125421,7.0148931 -6.3109061,7.0165678 -6.3125,7.03125 L -6.53125,9 L -3.5625,9 L -3.78125,7.0625 C -3.7828883,7.0473963 -3.7812538,7.0465568 -3.78125,7.03125 C -3.7812493,6.3829542 -4.1128428,5.875 -4.53125,5.875 L -5.5625,5.84375 z " + id="path6488" /> + <path + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path6490" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850)" + sodipodi:type="arc" /> + <path + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -4.375,5.96875 L -4.125,9 L -3,9 L -3.3125,7.15625 C -3.3148284,7.1413874 -3.3125045,7.1088235 -3.3125,7.09375 C -3.3125007,6.4555533 -3.7805008,5.96875 -4.375,5.96875 z " + id="path6492" /> + <path + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -5.75,5.9375 C -6.3444991,5.9374998 -6.8125,6.4219178 -6.8125,7.0625 C -6.8124953,7.0776263 -6.8101716,7.110077 -6.8125,7.125 L -7.125,9 L -6,9 L -5.75,5.9375 z " + id="path6494" /> + <path + sodipodi:type="arc" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6496" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" /> + <path + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395)" + d="M 263.78125,241.90625 C 242.0418,242.89024 226.92997,263.64204 222.5,283.28125 C 216.00695,309.85745 225.18626,342.26389 250.21875,355.71875 C 267.57362,364.41516 289.13334,354.88493 298.375,338.8125 C 316.781,311.19895 312.50409,269.39738 285.8125,248.65625 C 279.3949,244.23443 271.62953,241.51752 263.78125,241.90625 z " + id="path6498" + transform="matrix(2.9754709e-2,0,0,2.9953848e-2,-12.927769,-4.385165)" /> + <path + id="path6500" + d="M 198.40449,-30.85609 C 199.22238,-33.74979 198.7253,-32.03359 200.73594,-34.25539 C 202.63314,-36.35189 204.53142,-37.42339 206.89643,-39.08649 C 207.29526,-39.36699 208.07156,-39.35349 208.47107,-39.63299 C 211.03088,-41.42369 210.74586,-39.53359 213.92151,-39.91439 C 216.46913,-40.21989 214.95382,-41.88349 217.23921,-40.99059 C 219.8648,-39.96489 220.97224,-39.20389 223.04737,-37.32129 C 224.93951,-35.60479 225.28864,-35.56059 226.97458,-33.60999 C 228.53852,-31.80059 227.79697,-33.70679 229.01201,-31.67309 C 230.02574,-29.97649 233.59252,-29.15329 233.94735,-26.96469 C 234.20485,-25.37649 233.32991,-24.95969 232.09312,-25.79889 C 228.00868,-28.57029 224.18324,-31.36119 219.88472,-33.82409 C 216.96812,-35.49529 215.6313,-36.11909 213.89202,-33.12939 C 212.1531,-30.14029 210.9022,-26.63639 208.93062,-23.78659 C 205.63419,-19.02169 207.48122,-28.64509 207.48122,-29.91929 C 207.48122,-33.29129 205.14006,-31.21709 203.32813,-29.91929 C 201.63847,-28.70909 198.93343,-27.40919 196.88946,-27.11649 C 194.8377,-26.82259 197.64073,-30.41419 195.62151,-30.83309 C 194.46869,-31.07219 196.50317,-28.86729 196.87444,-29.37109 C 197.12466,-29.71069 198.08859,-30.57659 198.40449,-30.85609 z " + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542)" + sodipodi:nodetypes="cssssssssssssssssssc" + transform="matrix(7.525459e-2,0,0,7.525459e-2,-21.171894,5.7875842)" /> + <path + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M -6.7368167,3.494555 C -6.6752667,3.2767908 -6.5252467,3.0794507 -6.3739368,2.9122501 C -6.2311638,2.7544788 -5.9771788,2.6480011 -5.7992009,2.5228452 C -5.7691871,2.5017363 -5.7390702,2.4807779 -5.7090053,2.4597442 C -5.5163678,2.3249858 -5.3396911,2.2035625 -5.1007089,2.1749056 C -4.9089888,2.1519153 -4.7545942,2.2519362 -4.5826081,2.319131 C -4.3850204,2.3963196 -4.1975966,2.5344118 -4.0414336,2.6760861 C -3.8990413,2.8052606 -3.7613789,2.9349243 -3.6345041,3.0817159 C -3.5168105,3.2178815 -3.4301834,3.3757656 -3.3387461,3.5288109 C -3.2624582,3.6564878 -3.1836072,3.8450307 -3.2485504,3.98672 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 C -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 C -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 C -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 C -5.6969773,4.3561147 -5.5579799,3.6319097 -5.5579799,3.5360203 C -5.5579799,3.2822618 -5.7341629,3.4383549 -5.8705189,3.5360203 C -5.9976736,3.6270934 -6.2012403,3.7249168 -6.3550584,3.7469439 C -6.5094628,3.7690612 -6.6792522,3.8001037 -6.8312077,3.7685796 C -6.9179627,3.7505862 -6.8360745,3.5955693 -6.8081347,3.557656 C -6.7893045,3.5320995 -6.7605896,3.5155887 -6.7368167,3.494555 z " + id="path6502" /> + </g> + <rect + y="2029.1611" + x="-803.4809" + height="6" + width="34" + id="rect6504" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + id="g6506" + transform="translate(-710.67651,1856.7132)"> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6508" + width="34" + height="6" + x="-92.804382" + y="231.42992" /> + <rect + y="244.59032" + x="-92.804382" + height="6" + width="34" + id="rect6510" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + transform="matrix(6,0,0,6,-78.820202,198.43754)" + id="g6512"> + <path + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -6.1094906,2.2138122 C -6.5841838,2.4373409 -6.8134394,2.6610126 -7.0678887,3.368782 C -7.0678887,3.368782 -7.3197395,4.3474002 -6.9267314,5.446328 C -6.8640827,5.6215056 -6.614324,5.9578259 -6.6108947,5.9607307 C -6.4182828,6.1239278 -6.2191403,6.1707362 -6.0138601,6.2519585 C -6.0049214,6.2554954 -5.9958848,6.2584379 -5.9869258,6.2619146 C -5.91398,6.2902104 -5.8389594,6.3173923 -5.7647215,6.3415641 C -5.6221645,6.3879886 -5.4780632,6.4252622 -5.3315343,6.4560715 C -5.314374,6.4596762 -5.2971181,6.4626337 -5.2799111,6.4660277 C -5.2189677,6.4780308 -5.157341,6.4891459 -5.0958625,6.4983871 C -5.0839414,6.5001707 -5.0718901,6.5016758 -5.059951,6.503369 C -4.996768,6.5122867 -4.9328204,6.5198046 -4.8691693,6.5257648 C -4.8624258,6.5263969 -4.8557168,6.5276536 -4.8489687,6.5282632 C -4.8429807,6.5287749 -4.837004,6.527759 -4.831013,6.5282632 C -4.7695164,6.5334407 -5.2982274,6.278719 -5.2363831,6.281097 C -5.2258181,6.2815034 -5.2155346,6.2832568 -5.2049606,6.283588 C -5.1953032,6.2838664 -5.1854463,6.2833697 -5.1757821,6.283588 C -5.1264106,6.2847394 -5.0771813,6.2842502 -5.0276457,6.283588 C -4.9858297,6.283001 -4.872546,6.6951403 -4.8306367,6.6932589 C -4.8232091,6.6929202 -4.8156219,6.6936201 -4.808192,6.6932589 C -4.7939877,6.6925289 -4.7797586,6.6916334 -4.7655468,6.6907604 C -4.7153527,6.6876825 -5.2548604,6.4236819 -5.2045835,6.4187151 C -5.194899,6.4177594 -5.1850919,6.4172401 -5.1754051,6.4162242 C -5.1573884,6.4143127 -5.1395606,6.4109112 -5.1215371,6.4087589 C -5.0682967,6.4023849 -5.0154447,6.3973578 -4.9621787,6.3888466 C -4.9591452,6.3883574 -4.9562336,6.3868373 -4.9532009,6.3863556 C -4.9398259,6.3841732 -4.9261747,6.3811932 -4.9127997,6.3788904 C -4.8548416,6.3688815 -4.7956456,6.3591135 -4.7377297,6.3465234 C -4.734715,6.3458762 -4.7317657,6.3446947 -4.728751,6.34404 C -4.7212828,6.3423919 -4.7137739,6.3407438 -4.7063064,6.3390581 C -4.6394983,6.3239921 -4.5732028,6.307835 -4.5065468,6.2892772 C -4.4376971,6.2700948 -4.3686443,6.2500018 -4.3000535,6.2270417 C -4.2948805,6.2253183 -4.2895133,6.2238208 -4.2843418,6.2220673 C -4.2105396,6.1970527 -4.1377594,6.1693816 -4.0643817,6.1399269 C -3.9932292,6.1113528 -3.9224463,6.0798813 -3.8533994,6.0478304 C -3.8512298,6.0468069 -3.8488345,6.0463629 -3.8466664,6.0453394 C -3.8170101,6.0315077 -3.7883907,6.0174802 -3.759131,6.0030163 C -3.7406613,5.993775 -3.723574,5.9826448 -3.705263,5.9731552 C -3.6744237,5.9571636 -3.6436242,5.942489 -3.6132387,5.9258577 C -3.5648139,5.8993455 -3.2893603,5.5481098 -3.2182988,5.3882916 C -2.7950753,4.4364791 -3.1175834,3.368782 -3.1175834,3.368782 C -3.3637359,2.7075275 -3.5245594,2.477271 -4.0737366,2.2138122 C -4.7141795,1.9065703 -5.5530522,1.9517832 -6.1094906,2.2138122 z " + id="path6514" /> + <path + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -5.5625,5.84375 C -5.980909,5.8437425 -6.3125,6.3517043 -6.3125,7 C -6.3125421,7.0148931 -6.3109061,7.0165678 -6.3125,7.03125 L -6.53125,9 L -3.5625,9 L -3.78125,7.0625 C -3.7828883,7.0473963 -3.7812538,7.0465568 -3.78125,7.03125 C -3.7812493,6.3829542 -4.1128428,5.875 -4.53125,5.875 L -5.5625,5.84375 z " + id="path6516" /> + <path + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path6518" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850)" + sodipodi:type="arc" /> + <path + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -4.375,5.96875 L -4.125,9 L -3,9 L -3.3125,7.15625 C -3.3148284,7.1413874 -3.3125045,7.1088235 -3.3125,7.09375 C -3.3125007,6.4555533 -3.7805008,5.96875 -4.375,5.96875 z " + id="path6520" /> + <path + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -5.75,5.9375 C -6.3444991,5.9374998 -6.8125,6.4219178 -6.8125,7.0625 C -6.8124953,7.0776263 -6.8101716,7.110077 -6.8125,7.125 L -7.125,9 L -6,9 L -5.75,5.9375 z " + id="path6522" /> + <path + sodipodi:type="arc" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6524" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" /> + <path + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395)" + d="M 263.78125,241.90625 C 242.0418,242.89024 226.92997,263.64204 222.5,283.28125 C 216.00695,309.85745 225.18626,342.26389 250.21875,355.71875 C 267.57362,364.41516 289.13334,354.88493 298.375,338.8125 C 316.781,311.19895 312.50409,269.39738 285.8125,248.65625 C 279.3949,244.23443 271.62953,241.51752 263.78125,241.90625 z " + id="path6526" + transform="matrix(2.9754709e-2,0,0,2.9953848e-2,-12.927769,-4.385165)" /> + <path + id="path6528" + d="M 198.40449,-30.85609 C 199.22238,-33.74979 198.7253,-32.03359 200.73594,-34.25539 C 202.63314,-36.35189 204.53142,-37.42339 206.89643,-39.08649 C 207.29526,-39.36699 208.07156,-39.35349 208.47107,-39.63299 C 211.03088,-41.42369 210.74586,-39.53359 213.92151,-39.91439 C 216.46913,-40.21989 214.95382,-41.88349 217.23921,-40.99059 C 219.8648,-39.96489 220.97224,-39.20389 223.04737,-37.32129 C 224.93951,-35.60479 225.28864,-35.56059 226.97458,-33.60999 C 228.53852,-31.80059 227.79697,-33.70679 229.01201,-31.67309 C 230.02574,-29.97649 233.59252,-29.15329 233.94735,-26.96469 C 234.20485,-25.37649 233.32991,-24.95969 232.09312,-25.79889 C 228.00868,-28.57029 224.18324,-31.36119 219.88472,-33.82409 C 216.96812,-35.49529 215.6313,-36.11909 213.89202,-33.12939 C 212.1531,-30.14029 210.9022,-26.63639 208.93062,-23.78659 C 205.63419,-19.02169 207.48122,-28.64509 207.48122,-29.91929 C 207.48122,-33.29129 205.14006,-31.21709 203.32813,-29.91929 C 201.63847,-28.70909 198.93343,-27.40919 196.88946,-27.11649 C 194.8377,-26.82259 197.64073,-30.41419 195.62151,-30.83309 C 194.46869,-31.07219 196.50317,-28.86729 196.87444,-29.37109 C 197.12466,-29.71069 198.08859,-30.57659 198.40449,-30.85609 z " + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542)" + sodipodi:nodetypes="cssssssssssssssssssc" + transform="matrix(7.525459e-2,0,0,7.525459e-2,-21.171894,5.7875842)" /> + <path + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M -6.7368167,3.494555 C -6.6752667,3.2767908 -6.5252467,3.0794507 -6.3739368,2.9122501 C -6.2311638,2.7544788 -5.9771788,2.6480011 -5.7992009,2.5228452 C -5.7691871,2.5017363 -5.7390702,2.4807779 -5.7090053,2.4597442 C -5.5163678,2.3249858 -5.3396911,2.2035625 -5.1007089,2.1749056 C -4.9089888,2.1519153 -4.7545942,2.2519362 -4.5826081,2.319131 C -4.3850204,2.3963196 -4.1975966,2.5344118 -4.0414336,2.6760861 C -3.8990413,2.8052606 -3.7613789,2.9349243 -3.6345041,3.0817159 C -3.5168105,3.2178815 -3.4301834,3.3757656 -3.3387461,3.5288109 C -3.2624582,3.6564878 -3.1836072,3.8450307 -3.2485504,3.98672 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 C -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 C -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 C -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 C -5.6969773,4.3561147 -5.5579799,3.6319097 -5.5579799,3.5360203 C -5.5579799,3.2822618 -5.7341629,3.4383549 -5.8705189,3.5360203 C -5.9976736,3.6270934 -6.2012403,3.7249168 -6.3550584,3.7469439 C -6.5094628,3.7690612 -6.6792522,3.8001037 -6.8312077,3.7685796 C -6.9179627,3.7505862 -6.8360745,3.5955693 -6.8081347,3.557656 C -6.7893045,3.5320995 -6.7605896,3.5155887 -6.7368167,3.494555 z " + id="path6530" /> + </g> + <rect + y="217.95688" + x="-92.804382" + height="6" + width="34" + id="rect6532" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <g + id="g6534" + transform="matrix(0.1875,0,0,0.1875,816.11264,277.41704)" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\mail-list-window-redo\try4-24.png" + inkscape:export-xdpi="90.00013" + inkscape:export-ydpi="90.00013"> + <g + style="opacity:1;fill:#ffffff;fill-opacity:0" + transform="translate(-1238.3703,1628.5596)" + id="g6536"> + <g + id="g6538" + inkscape:label="Shadow" + style="fill:#ffffff;fill-opacity:0;display:inline" /> + <g + inkscape:label="Background" + id="g6540" + style="fill:#ffffff;fill-opacity:0;display:inline"> + <g + id="g6542" + style="fill:#ffffff;fill-opacity:0"> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path6544" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + <path + inkscape:export-ydpi="24.028801" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + id="path6546" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cssssssssssscsss" + id="path6548" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccccccsccccccccccc" + id="path6550" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path6552" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + id="g6554" + inkscape:label="SeaMonkey" + style="fill:#ffffff;fill-opacity:0;display:inline" /> + </g> + <rect + y="2017.8035" + x="-839.0788" + height="97" + width="77" + id="rect6556" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:2.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="2042.6342" + x="-803.4809" + height="6" + width="34" + id="rect6558" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6560" + width="34" + height="6" + x="-803.4809" + y="2055.7947" /> + <g + id="g6562" + transform="matrix(6,0,0,6,-789.49671,2009.6419)"> + <path + id="path6564" + d="M -6.1094906,2.2138122 C -6.5841838,2.4373409 -6.8134394,2.6610126 -7.0678887,3.368782 C -7.0678887,3.368782 -7.3197395,4.3474002 -6.9267314,5.446328 C -6.8640827,5.6215056 -6.614324,5.9578259 -6.6108947,5.9607307 C -6.4182828,6.1239278 -6.2191403,6.1707362 -6.0138601,6.2519585 C -6.0049214,6.2554954 -5.9958848,6.2584379 -5.9869258,6.2619146 C -5.91398,6.2902104 -5.8389594,6.3173923 -5.7647215,6.3415641 C -5.6221645,6.3879886 -5.4780632,6.4252622 -5.3315343,6.4560715 C -5.314374,6.4596762 -5.2971181,6.4626337 -5.2799111,6.4660277 C -5.2189677,6.4780308 -5.157341,6.4891459 -5.0958625,6.4983871 C -5.0839414,6.5001707 -5.0718901,6.5016758 -5.059951,6.503369 C -4.996768,6.5122867 -4.9328204,6.5198046 -4.8691693,6.5257648 C -4.8624258,6.5263969 -4.8557168,6.5276536 -4.8489687,6.5282632 C -4.8429807,6.5287749 -4.837004,6.527759 -4.831013,6.5282632 C -4.7695164,6.5334407 -5.2982274,6.278719 -5.2363831,6.281097 C -5.2258181,6.2815034 -5.2155346,6.2832568 -5.2049606,6.283588 C -5.1953032,6.2838664 -5.1854463,6.2833697 -5.1757821,6.283588 C -5.1264106,6.2847394 -5.0771813,6.2842502 -5.0276457,6.283588 C -4.9858297,6.283001 -4.872546,6.6951403 -4.8306367,6.6932589 C -4.8232091,6.6929202 -4.8156219,6.6936201 -4.808192,6.6932589 C -4.7939877,6.6925289 -4.7797586,6.6916334 -4.7655468,6.6907604 C -4.7153527,6.6876825 -5.2548604,6.4236819 -5.2045835,6.4187151 C -5.194899,6.4177594 -5.1850919,6.4172401 -5.1754051,6.4162242 C -5.1573884,6.4143127 -5.1395606,6.4109112 -5.1215371,6.4087589 C -5.0682967,6.4023849 -5.0154447,6.3973578 -4.9621787,6.3888466 C -4.9591452,6.3883574 -4.9562336,6.3868373 -4.9532009,6.3863556 C -4.9398259,6.3841732 -4.9261747,6.3811932 -4.9127997,6.3788904 C -4.8548416,6.3688815 -4.7956456,6.3591135 -4.7377297,6.3465234 C -4.734715,6.3458762 -4.7317657,6.3446947 -4.728751,6.34404 C -4.7212828,6.3423919 -4.7137739,6.3407438 -4.7063064,6.3390581 C -4.6394983,6.3239921 -4.5732028,6.307835 -4.5065468,6.2892772 C -4.4376971,6.2700948 -4.3686443,6.2500018 -4.3000535,6.2270417 C -4.2948805,6.2253183 -4.2895133,6.2238208 -4.2843418,6.2220673 C -4.2105396,6.1970527 -4.1377594,6.1693816 -4.0643817,6.1399269 C -3.9932292,6.1113528 -3.9224463,6.0798813 -3.8533994,6.0478304 C -3.8512298,6.0468069 -3.8488345,6.0463629 -3.8466664,6.0453394 C -3.8170101,6.0315077 -3.7883907,6.0174802 -3.759131,6.0030163 C -3.7406613,5.993775 -3.723574,5.9826448 -3.705263,5.9731552 C -3.6744237,5.9571636 -3.6436242,5.942489 -3.6132387,5.9258577 C -3.5648139,5.8993455 -3.2893603,5.5481098 -3.2182988,5.3882916 C -2.7950753,4.4364791 -3.1175834,3.368782 -3.1175834,3.368782 C -3.3637359,2.7075275 -3.5245594,2.477271 -4.0737366,2.2138122 C -4.7141795,1.9065703 -5.5530522,1.9517832 -6.1094906,2.2138122 z " + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" /> + <path + id="path6567" + d="M -5.5625,5.84375 C -5.980909,5.8437425 -6.3125,6.3517043 -6.3125,7 C -6.3125421,7.0148931 -6.3109061,7.0165678 -6.3125,7.03125 L -6.53125,9 L -3.5625,9 L -3.78125,7.0625 C -3.7828883,7.0473963 -3.7812538,7.0465568 -3.78125,7.03125 C -3.7812493,6.3829542 -4.1128428,5.875 -4.53125,5.875 L -5.5625,5.84375 z " + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850)" + id="path6569" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" /> + <path + id="path6571" + d="M -4.375,5.96875 L -4.125,9 L -3,9 L -3.3125,7.15625 C -3.3148284,7.1413874 -3.3125045,7.1088235 -3.3125,7.09375 C -3.3125007,6.4555533 -3.7805008,5.96875 -4.375,5.96875 z " + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + id="path6575" + d="M -5.75,5.9375 C -6.3444991,5.9374998 -6.8125,6.4219178 -6.8125,7.0625 C -6.8124953,7.0776263 -6.8101716,7.110077 -6.8125,7.125 L -7.125,9 L -6,9 L -5.75,5.9375 z " + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path6577" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + transform="matrix(2.9754709e-2,0,0,2.9953848e-2,-12.927769,-4.385165)" + id="path6579" + d="M 263.78125,241.90625 C 242.0418,242.89024 226.92997,263.64204 222.5,283.28125 C 216.00695,309.85745 225.18626,342.26389 250.21875,355.71875 C 267.57362,364.41516 289.13334,354.88493 298.375,338.8125 C 316.781,311.19895 312.50409,269.39738 285.8125,248.65625 C 279.3949,244.23443 271.62953,241.51752 263.78125,241.90625 z " + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395)" /> + <path + transform="matrix(7.525459e-2,0,0,7.525459e-2,-21.171894,5.7875842)" + sodipodi:nodetypes="cssssssssssssssssssc" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542)" + d="M 198.40449,-30.85609 C 199.22238,-33.74979 198.7253,-32.03359 200.73594,-34.25539 C 202.63314,-36.35189 204.53142,-37.42339 206.89643,-39.08649 C 207.29526,-39.36699 208.07156,-39.35349 208.47107,-39.63299 C 211.03088,-41.42369 210.74586,-39.53359 213.92151,-39.91439 C 216.46913,-40.21989 214.95382,-41.88349 217.23921,-40.99059 C 219.8648,-39.96489 220.97224,-39.20389 223.04737,-37.32129 C 224.93951,-35.60479 225.28864,-35.56059 226.97458,-33.60999 C 228.53852,-31.80059 227.79697,-33.70679 229.01201,-31.67309 C 230.02574,-29.97649 233.59252,-29.15329 233.94735,-26.96469 C 234.20485,-25.37649 233.32991,-24.95969 232.09312,-25.79889 C 228.00868,-28.57029 224.18324,-31.36119 219.88472,-33.82409 C 216.96812,-35.49529 215.6313,-36.11909 213.89202,-33.12939 C 212.1531,-30.14029 210.9022,-26.63639 208.93062,-23.78659 C 205.63419,-19.02169 207.48122,-28.64509 207.48122,-29.91929 C 207.48122,-33.29129 205.14006,-31.21709 203.32813,-29.91929 C 201.63847,-28.70909 198.93343,-27.40919 196.88946,-27.11649 C 194.8377,-26.82259 197.64073,-30.41419 195.62151,-30.83309 C 194.46869,-31.07219 196.50317,-28.86729 196.87444,-29.37109 C 197.12466,-29.71069 198.08859,-30.57659 198.40449,-30.85609 z " + id="path6581" /> + <path + id="path6583" + d="M -6.7368167,3.494555 C -6.6752667,3.2767908 -6.5252467,3.0794507 -6.3739368,2.9122501 C -6.2311638,2.7544788 -5.9771788,2.6480011 -5.7992009,2.5228452 C -5.7691871,2.5017363 -5.7390702,2.4807779 -5.7090053,2.4597442 C -5.5163678,2.3249858 -5.3396911,2.2035625 -5.1007089,2.1749056 C -4.9089888,2.1519153 -4.7545942,2.2519362 -4.5826081,2.319131 C -4.3850204,2.3963196 -4.1975966,2.5344118 -4.0414336,2.6760861 C -3.8990413,2.8052606 -3.7613789,2.9349243 -3.6345041,3.0817159 C -3.5168105,3.2178815 -3.4301834,3.3757656 -3.3387461,3.5288109 C -3.2624582,3.6564878 -3.1836072,3.8450307 -3.2485504,3.98672 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 C -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 C -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 C -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 C -5.6969773,4.3561147 -5.5579799,3.6319097 -5.5579799,3.5360203 C -5.5579799,3.2822618 -5.7341629,3.4383549 -5.8705189,3.5360203 C -5.9976736,3.6270934 -6.2012403,3.7249168 -6.3550584,3.7469439 C -6.5094628,3.7690612 -6.6792522,3.8001037 -6.8312077,3.7685796 C -6.9179627,3.7505862 -6.8360745,3.5955693 -6.8081347,3.557656 C -6.7893045,3.5320995 -6.7605896,3.5155887 -6.7368167,3.494555 z " + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6585" + width="34" + height="6" + x="-803.4809" + y="2029.1611" /> + <g + transform="translate(-710.67651,1856.7132)" + id="g6587"> + <rect + y="231.42992" + x="-92.804382" + height="6" + width="34" + id="rect6589" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6591" + width="34" + height="6" + x="-92.804382" + y="244.59032" /> + <g + id="g6593" + transform="matrix(6,0,0,6,-78.820202,198.43754)"> + <path + id="path6595" + d="M -6.1094906,2.2138122 C -6.5841838,2.4373409 -6.8134394,2.6610126 -7.0678887,3.368782 C -7.0678887,3.368782 -7.3197395,4.3474002 -6.9267314,5.446328 C -6.8640827,5.6215056 -6.614324,5.9578259 -6.6108947,5.9607307 C -6.4182828,6.1239278 -6.2191403,6.1707362 -6.0138601,6.2519585 C -6.0049214,6.2554954 -5.9958848,6.2584379 -5.9869258,6.2619146 C -5.91398,6.2902104 -5.8389594,6.3173923 -5.7647215,6.3415641 C -5.6221645,6.3879886 -5.4780632,6.4252622 -5.3315343,6.4560715 C -5.314374,6.4596762 -5.2971181,6.4626337 -5.2799111,6.4660277 C -5.2189677,6.4780308 -5.157341,6.4891459 -5.0958625,6.4983871 C -5.0839414,6.5001707 -5.0718901,6.5016758 -5.059951,6.503369 C -4.996768,6.5122867 -4.9328204,6.5198046 -4.8691693,6.5257648 C -4.8624258,6.5263969 -4.8557168,6.5276536 -4.8489687,6.5282632 C -4.8429807,6.5287749 -4.837004,6.527759 -4.831013,6.5282632 C -4.7695164,6.5334407 -5.2982274,6.278719 -5.2363831,6.281097 C -5.2258181,6.2815034 -5.2155346,6.2832568 -5.2049606,6.283588 C -5.1953032,6.2838664 -5.1854463,6.2833697 -5.1757821,6.283588 C -5.1264106,6.2847394 -5.0771813,6.2842502 -5.0276457,6.283588 C -4.9858297,6.283001 -4.872546,6.6951403 -4.8306367,6.6932589 C -4.8232091,6.6929202 -4.8156219,6.6936201 -4.808192,6.6932589 C -4.7939877,6.6925289 -4.7797586,6.6916334 -4.7655468,6.6907604 C -4.7153527,6.6876825 -5.2548604,6.4236819 -5.2045835,6.4187151 C -5.194899,6.4177594 -5.1850919,6.4172401 -5.1754051,6.4162242 C -5.1573884,6.4143127 -5.1395606,6.4109112 -5.1215371,6.4087589 C -5.0682967,6.4023849 -5.0154447,6.3973578 -4.9621787,6.3888466 C -4.9591452,6.3883574 -4.9562336,6.3868373 -4.9532009,6.3863556 C -4.9398259,6.3841732 -4.9261747,6.3811932 -4.9127997,6.3788904 C -4.8548416,6.3688815 -4.7956456,6.3591135 -4.7377297,6.3465234 C -4.734715,6.3458762 -4.7317657,6.3446947 -4.728751,6.34404 C -4.7212828,6.3423919 -4.7137739,6.3407438 -4.7063064,6.3390581 C -4.6394983,6.3239921 -4.5732028,6.307835 -4.5065468,6.2892772 C -4.4376971,6.2700948 -4.3686443,6.2500018 -4.3000535,6.2270417 C -4.2948805,6.2253183 -4.2895133,6.2238208 -4.2843418,6.2220673 C -4.2105396,6.1970527 -4.1377594,6.1693816 -4.0643817,6.1399269 C -3.9932292,6.1113528 -3.9224463,6.0798813 -3.8533994,6.0478304 C -3.8512298,6.0468069 -3.8488345,6.0463629 -3.8466664,6.0453394 C -3.8170101,6.0315077 -3.7883907,6.0174802 -3.759131,6.0030163 C -3.7406613,5.993775 -3.723574,5.9826448 -3.705263,5.9731552 C -3.6744237,5.9571636 -3.6436242,5.942489 -3.6132387,5.9258577 C -3.5648139,5.8993455 -3.2893603,5.5481098 -3.2182988,5.3882916 C -2.7950753,4.4364791 -3.1175834,3.368782 -3.1175834,3.368782 C -3.3637359,2.7075275 -3.5245594,2.477271 -4.0737366,2.2138122 C -4.7141795,1.9065703 -5.5530522,1.9517832 -6.1094906,2.2138122 z " + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" /> + <path + id="path6597" + d="M -5.5625,5.84375 C -5.980909,5.8437425 -6.3125,6.3517043 -6.3125,7 C -6.3125421,7.0148931 -6.3109061,7.0165678 -6.3125,7.03125 L -6.53125,9 L -3.5625,9 L -3.78125,7.0625 C -3.7828883,7.0473963 -3.7812538,7.0465568 -3.78125,7.03125 C -3.7812493,6.3829542 -4.1128428,5.875 -4.53125,5.875 L -5.5625,5.84375 z " + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850)" + id="path6599" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" /> + <path + id="path6601" + d="M -4.375,5.96875 L -4.125,9 L -3,9 L -3.3125,7.15625 C -3.3148284,7.1413874 -3.3125045,7.1088235 -3.3125,7.09375 C -3.3125007,6.4555533 -3.7805008,5.96875 -4.375,5.96875 z " + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + id="path6603" + d="M -5.75,5.9375 C -6.3444991,5.9374998 -6.8125,6.4219178 -6.8125,7.0625 C -6.8124953,7.0776263 -6.8101716,7.110077 -6.8125,7.125 L -7.125,9 L -6,9 L -5.75,5.9375 z " + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path6605" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + transform="matrix(2.9754709e-2,0,0,2.9953848e-2,-12.927769,-4.385165)" + id="path6607" + d="M 263.78125,241.90625 C 242.0418,242.89024 226.92997,263.64204 222.5,283.28125 C 216.00695,309.85745 225.18626,342.26389 250.21875,355.71875 C 267.57362,364.41516 289.13334,354.88493 298.375,338.8125 C 316.781,311.19895 312.50409,269.39738 285.8125,248.65625 C 279.3949,244.23443 271.62953,241.51752 263.78125,241.90625 z " + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395)" /> + <path + transform="matrix(7.525459e-2,0,0,7.525459e-2,-21.171894,5.7875842)" + sodipodi:nodetypes="cssssssssssssssssssc" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542)" + d="M 198.40449,-30.85609 C 199.22238,-33.74979 198.7253,-32.03359 200.73594,-34.25539 C 202.63314,-36.35189 204.53142,-37.42339 206.89643,-39.08649 C 207.29526,-39.36699 208.07156,-39.35349 208.47107,-39.63299 C 211.03088,-41.42369 210.74586,-39.53359 213.92151,-39.91439 C 216.46913,-40.21989 214.95382,-41.88349 217.23921,-40.99059 C 219.8648,-39.96489 220.97224,-39.20389 223.04737,-37.32129 C 224.93951,-35.60479 225.28864,-35.56059 226.97458,-33.60999 C 228.53852,-31.80059 227.79697,-33.70679 229.01201,-31.67309 C 230.02574,-29.97649 233.59252,-29.15329 233.94735,-26.96469 C 234.20485,-25.37649 233.32991,-24.95969 232.09312,-25.79889 C 228.00868,-28.57029 224.18324,-31.36119 219.88472,-33.82409 C 216.96812,-35.49529 215.6313,-36.11909 213.89202,-33.12939 C 212.1531,-30.14029 210.9022,-26.63639 208.93062,-23.78659 C 205.63419,-19.02169 207.48122,-28.64509 207.48122,-29.91929 C 207.48122,-33.29129 205.14006,-31.21709 203.32813,-29.91929 C 201.63847,-28.70909 198.93343,-27.40919 196.88946,-27.11649 C 194.8377,-26.82259 197.64073,-30.41419 195.62151,-30.83309 C 194.46869,-31.07219 196.50317,-28.86729 196.87444,-29.37109 C 197.12466,-29.71069 198.08859,-30.57659 198.40449,-30.85609 z " + id="path6609" /> + <path + id="path6611" + d="M -6.7368167,3.494555 C -6.6752667,3.2767908 -6.5252467,3.0794507 -6.3739368,2.9122501 C -6.2311638,2.7544788 -5.9771788,2.6480011 -5.7992009,2.5228452 C -5.7691871,2.5017363 -5.7390702,2.4807779 -5.7090053,2.4597442 C -5.5163678,2.3249858 -5.3396911,2.2035625 -5.1007089,2.1749056 C -4.9089888,2.1519153 -4.7545942,2.2519362 -4.5826081,2.319131 C -4.3850204,2.3963196 -4.1975966,2.5344118 -4.0414336,2.6760861 C -3.8990413,2.8052606 -3.7613789,2.9349243 -3.6345041,3.0817159 C -3.5168105,3.2178815 -3.4301834,3.3757656 -3.3387461,3.5288109 C -3.2624582,3.6564878 -3.1836072,3.8450307 -3.2485504,3.98672 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 C -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 C -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 C -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 C -5.6969773,4.3561147 -5.5579799,3.6319097 -5.5579799,3.5360203 C -5.5579799,3.2822618 -5.7341629,3.4383549 -5.8705189,3.5360203 C -5.9976736,3.6270934 -6.2012403,3.7249168 -6.3550584,3.7469439 C -6.5094628,3.7690612 -6.6792522,3.8001037 -6.8312077,3.7685796 C -6.9179627,3.7505862 -6.8360745,3.5955693 -6.8081347,3.557656 C -6.7893045,3.5320995 -6.7605896,3.5155887 -6.7368167,3.494555 z " + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6613" + width="34" + height="6" + x="-92.804382" + y="217.95688" /> + </g> + </g> + <g + transform="matrix(0.125,0,0,0.125,825.02058,410.56094)" + id="g6615" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\mail-list-window-redo\try4-16.png" + inkscape:export-xdpi="90.00013" + inkscape:export-ydpi="90.00013"> + <g + id="g6617" + transform="translate(-1238.3703,1628.5596)" + style="opacity:1;fill:#ffffff;fill-opacity:0"> + <g + style="fill:#ffffff;fill-opacity:0;display:inline" + inkscape:label="Shadow" + id="g6619" /> + <g + style="fill:#ffffff;fill-opacity:0;display:inline" + id="g6621" + inkscape:label="Background"> + <g + style="fill:#ffffff;fill-opacity:0" + id="g6623"> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6625" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + id="path6627" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + id="path6629" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + id="path6631" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:0;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6633" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="fill:#ffffff;fill-opacity:0;display:inline" + inkscape:label="SeaMonkey" + id="g6635" /> + </g> + <rect + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#b3b3b3;stroke-width:2.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6637" + width="77" + height="97" + x="-839.0788" + y="2017.8035" /> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6639" + width="34" + height="6" + x="-803.4809" + y="2042.6342" /> + <rect + y="2055.7947" + x="-803.4809" + height="6" + width="34" + id="rect6641" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + transform="matrix(6,0,0,6,-789.49671,2009.6419)" + id="g6643"> + <path + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -6.1094906,2.2138122 C -6.5841838,2.4373409 -6.8134394,2.6610126 -7.0678887,3.368782 C -7.0678887,3.368782 -7.3197395,4.3474002 -6.9267314,5.446328 C -6.8640827,5.6215056 -6.614324,5.9578259 -6.6108947,5.9607307 C -6.4182828,6.1239278 -6.2191403,6.1707362 -6.0138601,6.2519585 C -6.0049214,6.2554954 -5.9958848,6.2584379 -5.9869258,6.2619146 C -5.91398,6.2902104 -5.8389594,6.3173923 -5.7647215,6.3415641 C -5.6221645,6.3879886 -5.4780632,6.4252622 -5.3315343,6.4560715 C -5.314374,6.4596762 -5.2971181,6.4626337 -5.2799111,6.4660277 C -5.2189677,6.4780308 -5.157341,6.4891459 -5.0958625,6.4983871 C -5.0839414,6.5001707 -5.0718901,6.5016758 -5.059951,6.503369 C -4.996768,6.5122867 -4.9328204,6.5198046 -4.8691693,6.5257648 C -4.8624258,6.5263969 -4.8557168,6.5276536 -4.8489687,6.5282632 C -4.8429807,6.5287749 -4.837004,6.527759 -4.831013,6.5282632 C -4.7695164,6.5334407 -5.2982274,6.278719 -5.2363831,6.281097 C -5.2258181,6.2815034 -5.2155346,6.2832568 -5.2049606,6.283588 C -5.1953032,6.2838664 -5.1854463,6.2833697 -5.1757821,6.283588 C -5.1264106,6.2847394 -5.0771813,6.2842502 -5.0276457,6.283588 C -4.9858297,6.283001 -4.872546,6.6951403 -4.8306367,6.6932589 C -4.8232091,6.6929202 -4.8156219,6.6936201 -4.808192,6.6932589 C -4.7939877,6.6925289 -4.7797586,6.6916334 -4.7655468,6.6907604 C -4.7153527,6.6876825 -5.2548604,6.4236819 -5.2045835,6.4187151 C -5.194899,6.4177594 -5.1850919,6.4172401 -5.1754051,6.4162242 C -5.1573884,6.4143127 -5.1395606,6.4109112 -5.1215371,6.4087589 C -5.0682967,6.4023849 -5.0154447,6.3973578 -4.9621787,6.3888466 C -4.9591452,6.3883574 -4.9562336,6.3868373 -4.9532009,6.3863556 C -4.9398259,6.3841732 -4.9261747,6.3811932 -4.9127997,6.3788904 C -4.8548416,6.3688815 -4.7956456,6.3591135 -4.7377297,6.3465234 C -4.734715,6.3458762 -4.7317657,6.3446947 -4.728751,6.34404 C -4.7212828,6.3423919 -4.7137739,6.3407438 -4.7063064,6.3390581 C -4.6394983,6.3239921 -4.5732028,6.307835 -4.5065468,6.2892772 C -4.4376971,6.2700948 -4.3686443,6.2500018 -4.3000535,6.2270417 C -4.2948805,6.2253183 -4.2895133,6.2238208 -4.2843418,6.2220673 C -4.2105396,6.1970527 -4.1377594,6.1693816 -4.0643817,6.1399269 C -3.9932292,6.1113528 -3.9224463,6.0798813 -3.8533994,6.0478304 C -3.8512298,6.0468069 -3.8488345,6.0463629 -3.8466664,6.0453394 C -3.8170101,6.0315077 -3.7883907,6.0174802 -3.759131,6.0030163 C -3.7406613,5.993775 -3.723574,5.9826448 -3.705263,5.9731552 C -3.6744237,5.9571636 -3.6436242,5.942489 -3.6132387,5.9258577 C -3.5648139,5.8993455 -3.2893603,5.5481098 -3.2182988,5.3882916 C -2.7950753,4.4364791 -3.1175834,3.368782 -3.1175834,3.368782 C -3.3637359,2.7075275 -3.5245594,2.477271 -4.0737366,2.2138122 C -4.7141795,1.9065703 -5.5530522,1.9517832 -6.1094906,2.2138122 z " + id="path6645" /> + <path + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -5.5625,5.84375 C -5.980909,5.8437425 -6.3125,6.3517043 -6.3125,7 C -6.3125421,7.0148931 -6.3109061,7.0165678 -6.3125,7.03125 L -6.53125,9 L -3.5625,9 L -3.78125,7.0625 C -3.7828883,7.0473963 -3.7812538,7.0465568 -3.78125,7.03125 C -3.7812493,6.3829542 -4.1128428,5.875 -4.53125,5.875 L -5.5625,5.84375 z " + id="path6647" /> + <path + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path6649" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850)" + sodipodi:type="arc" /> + <path + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -4.375,5.96875 L -4.125,9 L -3,9 L -3.3125,7.15625 C -3.3148284,7.1413874 -3.3125045,7.1088235 -3.3125,7.09375 C -3.3125007,6.4555533 -3.7805008,5.96875 -4.375,5.96875 z " + id="path6651" /> + <path + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -5.75,5.9375 C -6.3444991,5.9374998 -6.8125,6.4219178 -6.8125,7.0625 C -6.8124953,7.0776263 -6.8101716,7.110077 -6.8125,7.125 L -7.125,9 L -6,9 L -5.75,5.9375 z " + id="path6653" /> + <path + sodipodi:type="arc" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6655" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" /> + <path + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395)" + d="M 263.78125,241.90625 C 242.0418,242.89024 226.92997,263.64204 222.5,283.28125 C 216.00695,309.85745 225.18626,342.26389 250.21875,355.71875 C 267.57362,364.41516 289.13334,354.88493 298.375,338.8125 C 316.781,311.19895 312.50409,269.39738 285.8125,248.65625 C 279.3949,244.23443 271.62953,241.51752 263.78125,241.90625 z " + id="path6657" + transform="matrix(2.9754709e-2,0,0,2.9953848e-2,-12.927769,-4.385165)" /> + <path + id="path6659" + d="M 198.40449,-30.85609 C 199.22238,-33.74979 198.7253,-32.03359 200.73594,-34.25539 C 202.63314,-36.35189 204.53142,-37.42339 206.89643,-39.08649 C 207.29526,-39.36699 208.07156,-39.35349 208.47107,-39.63299 C 211.03088,-41.42369 210.74586,-39.53359 213.92151,-39.91439 C 216.46913,-40.21989 214.95382,-41.88349 217.23921,-40.99059 C 219.8648,-39.96489 220.97224,-39.20389 223.04737,-37.32129 C 224.93951,-35.60479 225.28864,-35.56059 226.97458,-33.60999 C 228.53852,-31.80059 227.79697,-33.70679 229.01201,-31.67309 C 230.02574,-29.97649 233.59252,-29.15329 233.94735,-26.96469 C 234.20485,-25.37649 233.32991,-24.95969 232.09312,-25.79889 C 228.00868,-28.57029 224.18324,-31.36119 219.88472,-33.82409 C 216.96812,-35.49529 215.6313,-36.11909 213.89202,-33.12939 C 212.1531,-30.14029 210.9022,-26.63639 208.93062,-23.78659 C 205.63419,-19.02169 207.48122,-28.64509 207.48122,-29.91929 C 207.48122,-33.29129 205.14006,-31.21709 203.32813,-29.91929 C 201.63847,-28.70909 198.93343,-27.40919 196.88946,-27.11649 C 194.8377,-26.82259 197.64073,-30.41419 195.62151,-30.83309 C 194.46869,-31.07219 196.50317,-28.86729 196.87444,-29.37109 C 197.12466,-29.71069 198.08859,-30.57659 198.40449,-30.85609 z " + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542)" + sodipodi:nodetypes="cssssssssssssssssssc" + transform="matrix(7.525459e-2,0,0,7.525459e-2,-21.171894,5.7875842)" /> + <path + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M -6.7368167,3.494555 C -6.6752667,3.2767908 -6.5252467,3.0794507 -6.3739368,2.9122501 C -6.2311638,2.7544788 -5.9771788,2.6480011 -5.7992009,2.5228452 C -5.7691871,2.5017363 -5.7390702,2.4807779 -5.7090053,2.4597442 C -5.5163678,2.3249858 -5.3396911,2.2035625 -5.1007089,2.1749056 C -4.9089888,2.1519153 -4.7545942,2.2519362 -4.5826081,2.319131 C -4.3850204,2.3963196 -4.1975966,2.5344118 -4.0414336,2.6760861 C -3.8990413,2.8052606 -3.7613789,2.9349243 -3.6345041,3.0817159 C -3.5168105,3.2178815 -3.4301834,3.3757656 -3.3387461,3.5288109 C -3.2624582,3.6564878 -3.1836072,3.8450307 -3.2485504,3.98672 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 C -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 C -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 C -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 C -5.6969773,4.3561147 -5.5579799,3.6319097 -5.5579799,3.5360203 C -5.5579799,3.2822618 -5.7341629,3.4383549 -5.8705189,3.5360203 C -5.9976736,3.6270934 -6.2012403,3.7249168 -6.3550584,3.7469439 C -6.5094628,3.7690612 -6.6792522,3.8001037 -6.8312077,3.7685796 C -6.9179627,3.7505862 -6.8360745,3.5955693 -6.8081347,3.557656 C -6.7893045,3.5320995 -6.7605896,3.5155887 -6.7368167,3.494555 z " + id="path6661" /> + </g> + <rect + y="2029.1611" + x="-803.4809" + height="6" + width="34" + id="rect6663" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + id="g6665" + transform="translate(-710.67651,1856.7132)"> + <rect + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6667" + width="34" + height="6" + x="-92.804382" + y="231.42992" /> + <rect + y="244.59032" + x="-92.804382" + height="6" + width="34" + id="rect6669" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + transform="matrix(6,0,0,6,-78.820202,198.43754)" + id="g6671"> + <path + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -6.1094906,2.2138122 C -6.5841838,2.4373409 -6.8134394,2.6610126 -7.0678887,3.368782 C -7.0678887,3.368782 -7.3197395,4.3474002 -6.9267314,5.446328 C -6.8640827,5.6215056 -6.614324,5.9578259 -6.6108947,5.9607307 C -6.4182828,6.1239278 -6.2191403,6.1707362 -6.0138601,6.2519585 C -6.0049214,6.2554954 -5.9958848,6.2584379 -5.9869258,6.2619146 C -5.91398,6.2902104 -5.8389594,6.3173923 -5.7647215,6.3415641 C -5.6221645,6.3879886 -5.4780632,6.4252622 -5.3315343,6.4560715 C -5.314374,6.4596762 -5.2971181,6.4626337 -5.2799111,6.4660277 C -5.2189677,6.4780308 -5.157341,6.4891459 -5.0958625,6.4983871 C -5.0839414,6.5001707 -5.0718901,6.5016758 -5.059951,6.503369 C -4.996768,6.5122867 -4.9328204,6.5198046 -4.8691693,6.5257648 C -4.8624258,6.5263969 -4.8557168,6.5276536 -4.8489687,6.5282632 C -4.8429807,6.5287749 -4.837004,6.527759 -4.831013,6.5282632 C -4.7695164,6.5334407 -5.2982274,6.278719 -5.2363831,6.281097 C -5.2258181,6.2815034 -5.2155346,6.2832568 -5.2049606,6.283588 C -5.1953032,6.2838664 -5.1854463,6.2833697 -5.1757821,6.283588 C -5.1264106,6.2847394 -5.0771813,6.2842502 -5.0276457,6.283588 C -4.9858297,6.283001 -4.872546,6.6951403 -4.8306367,6.6932589 C -4.8232091,6.6929202 -4.8156219,6.6936201 -4.808192,6.6932589 C -4.7939877,6.6925289 -4.7797586,6.6916334 -4.7655468,6.6907604 C -4.7153527,6.6876825 -5.2548604,6.4236819 -5.2045835,6.4187151 C -5.194899,6.4177594 -5.1850919,6.4172401 -5.1754051,6.4162242 C -5.1573884,6.4143127 -5.1395606,6.4109112 -5.1215371,6.4087589 C -5.0682967,6.4023849 -5.0154447,6.3973578 -4.9621787,6.3888466 C -4.9591452,6.3883574 -4.9562336,6.3868373 -4.9532009,6.3863556 C -4.9398259,6.3841732 -4.9261747,6.3811932 -4.9127997,6.3788904 C -4.8548416,6.3688815 -4.7956456,6.3591135 -4.7377297,6.3465234 C -4.734715,6.3458762 -4.7317657,6.3446947 -4.728751,6.34404 C -4.7212828,6.3423919 -4.7137739,6.3407438 -4.7063064,6.3390581 C -4.6394983,6.3239921 -4.5732028,6.307835 -4.5065468,6.2892772 C -4.4376971,6.2700948 -4.3686443,6.2500018 -4.3000535,6.2270417 C -4.2948805,6.2253183 -4.2895133,6.2238208 -4.2843418,6.2220673 C -4.2105396,6.1970527 -4.1377594,6.1693816 -4.0643817,6.1399269 C -3.9932292,6.1113528 -3.9224463,6.0798813 -3.8533994,6.0478304 C -3.8512298,6.0468069 -3.8488345,6.0463629 -3.8466664,6.0453394 C -3.8170101,6.0315077 -3.7883907,6.0174802 -3.759131,6.0030163 C -3.7406613,5.993775 -3.723574,5.9826448 -3.705263,5.9731552 C -3.6744237,5.9571636 -3.6436242,5.942489 -3.6132387,5.9258577 C -3.5648139,5.8993455 -3.2893603,5.5481098 -3.2182988,5.3882916 C -2.7950753,4.4364791 -3.1175834,3.368782 -3.1175834,3.368782 C -3.3637359,2.7075275 -3.5245594,2.477271 -4.0737366,2.2138122 C -4.7141795,1.9065703 -5.5530522,1.9517832 -6.1094906,2.2138122 z " + id="path6673" /> + <path + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -5.5625,5.84375 C -5.980909,5.8437425 -6.3125,6.3517043 -6.3125,7 C -6.3125421,7.0148931 -6.3109061,7.0165678 -6.3125,7.03125 L -6.53125,9 L -3.5625,9 L -3.78125,7.0625 C -3.7828883,7.0473963 -3.7812538,7.0465568 -3.78125,7.03125 C -3.7812493,6.3829542 -4.1128428,5.875 -4.53125,5.875 L -5.5625,5.84375 z " + id="path6675" /> + <path + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path6677" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850)" + sodipodi:type="arc" /> + <path + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -4.375,5.96875 L -4.125,9 L -3,9 L -3.3125,7.15625 C -3.3148284,7.1413874 -3.3125045,7.1088235 -3.3125,7.09375 C -3.3125007,6.4555533 -3.7805008,5.96875 -4.375,5.96875 z " + id="path6679" /> + <path + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -5.75,5.9375 C -6.3444991,5.9374998 -6.8125,6.4219178 -6.8125,7.0625 C -6.8124953,7.0776263 -6.8101716,7.110077 -6.8125,7.125 L -7.125,9 L -6,9 L -5.75,5.9375 z " + id="path6681" /> + <path + sodipodi:type="arc" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6683" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" /> + <path + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395)" + d="M 263.78125,241.90625 C 242.0418,242.89024 226.92997,263.64204 222.5,283.28125 C 216.00695,309.85745 225.18626,342.26389 250.21875,355.71875 C 267.57362,364.41516 289.13334,354.88493 298.375,338.8125 C 316.781,311.19895 312.50409,269.39738 285.8125,248.65625 C 279.3949,244.23443 271.62953,241.51752 263.78125,241.90625 z " + id="path6685" + transform="matrix(2.9754709e-2,0,0,2.9953848e-2,-12.927769,-4.385165)" /> + <path + id="path6687" + d="M 198.40449,-30.85609 C 199.22238,-33.74979 198.7253,-32.03359 200.73594,-34.25539 C 202.63314,-36.35189 204.53142,-37.42339 206.89643,-39.08649 C 207.29526,-39.36699 208.07156,-39.35349 208.47107,-39.63299 C 211.03088,-41.42369 210.74586,-39.53359 213.92151,-39.91439 C 216.46913,-40.21989 214.95382,-41.88349 217.23921,-40.99059 C 219.8648,-39.96489 220.97224,-39.20389 223.04737,-37.32129 C 224.93951,-35.60479 225.28864,-35.56059 226.97458,-33.60999 C 228.53852,-31.80059 227.79697,-33.70679 229.01201,-31.67309 C 230.02574,-29.97649 233.59252,-29.15329 233.94735,-26.96469 C 234.20485,-25.37649 233.32991,-24.95969 232.09312,-25.79889 C 228.00868,-28.57029 224.18324,-31.36119 219.88472,-33.82409 C 216.96812,-35.49529 215.6313,-36.11909 213.89202,-33.12939 C 212.1531,-30.14029 210.9022,-26.63639 208.93062,-23.78659 C 205.63419,-19.02169 207.48122,-28.64509 207.48122,-29.91929 C 207.48122,-33.29129 205.14006,-31.21709 203.32813,-29.91929 C 201.63847,-28.70909 198.93343,-27.40919 196.88946,-27.11649 C 194.8377,-26.82259 197.64073,-30.41419 195.62151,-30.83309 C 194.46869,-31.07219 196.50317,-28.86729 196.87444,-29.37109 C 197.12466,-29.71069 198.08859,-30.57659 198.40449,-30.85609 z " + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542)" + sodipodi:nodetypes="cssssssssssssssssssc" + transform="matrix(7.525459e-2,0,0,7.525459e-2,-21.171894,5.7875842)" /> + <path + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M -6.7368167,3.494555 C -6.6752667,3.2767908 -6.5252467,3.0794507 -6.3739368,2.9122501 C -6.2311638,2.7544788 -5.9771788,2.6480011 -5.7992009,2.5228452 C -5.7691871,2.5017363 -5.7390702,2.4807779 -5.7090053,2.4597442 C -5.5163678,2.3249858 -5.3396911,2.2035625 -5.1007089,2.1749056 C -4.9089888,2.1519153 -4.7545942,2.2519362 -4.5826081,2.319131 C -4.3850204,2.3963196 -4.1975966,2.5344118 -4.0414336,2.6760861 C -3.8990413,2.8052606 -3.7613789,2.9349243 -3.6345041,3.0817159 C -3.5168105,3.2178815 -3.4301834,3.3757656 -3.3387461,3.5288109 C -3.2624582,3.6564878 -3.1836072,3.8450307 -3.2485504,3.98672 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 C -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 C -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 C -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 C -5.6969773,4.3561147 -5.5579799,3.6319097 -5.5579799,3.5360203 C -5.5579799,3.2822618 -5.7341629,3.4383549 -5.8705189,3.5360203 C -5.9976736,3.6270934 -6.2012403,3.7249168 -6.3550584,3.7469439 C -6.5094628,3.7690612 -6.6792522,3.8001037 -6.8312077,3.7685796 C -6.9179627,3.7505862 -6.8360745,3.5955693 -6.8081347,3.557656 C -6.7893045,3.5320995 -6.7605896,3.5155887 -6.7368167,3.494555 z " + id="path6689" /> + </g> + <rect + y="217.95688" + x="-92.804382" + height="6" + width="34" + id="rect6691" + style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/template/svg/addressbookWindow.svg b/comm/suite/branding/seamonkey/icons/template/svg/addressbookWindow.svg new file mode 100644 index 0000000000..5a59b97953 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/template/svg/addressbookWindow.svg @@ -0,0 +1,1968 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="500" + height="500" + id="svg2160" + sodipodi:version="0.32" + inkscape:version="0.45.1" + version="1.0" + sodipodi:docbase="C:\Documents and Settings\Owner.SPINELLOZONE\My Documents\seamonkey-icons-complete\addressbookWindow" + sodipodi:docname="seamonkey-addressbookWindowSVG.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs2162"> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2481" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2479" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <filter + id="filter7542" + height="1.3432254" + y="-0.17161272" + width="1.1845088" + x="-0.092254385" + inkscape:collect="always"> + <feGaussianBlur + id="feGaussianBlur7544" + stdDeviation="1.900534" + inkscape:collect="always" /> + </filter> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient7472" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient7470" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient7333" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient7331" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient6927" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient6925" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient6903" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient6901" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <filter + id="filter6850" + inkscape:collect="always"> + <feGaussianBlur + id="feGaussianBlur6852" + stdDeviation="4.2275602" + inkscape:collect="always" /> + </filter> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient5778" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient5776" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4358" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4356" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4218" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4216" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4125" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4123" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + id="linearGradient5598"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop5600" /> + <stop + id="stop5606" + offset="0.95266271" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop5602" /> + </linearGradient> + <linearGradient + id="linearGradient4697"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop4699" /> + <stop + id="stop4707" + offset="0.89999998" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop4701" /> + </linearGradient> + <linearGradient + id="linearGradient10990"> + <stop + id="stop10992" + offset="0.00000000" + style="stop-color:#007ffe;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#3d9eff;stop-opacity:0.62745100;" + offset="0.80357140" + id="stop10996" /> + <stop + id="stop10998" + offset="1.0000000" + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" /> + </linearGradient> + <linearGradient + id="linearGradient5817"> + <stop + style="stop-color:#69b4ff;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop5819" /> + <stop + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop5821" /> + </linearGradient> + <linearGradient + id="linearGradient5809"> + <stop + style="stop-color:#2727e8;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop5811" /> + <stop + style="stop-color:#5f5fee;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop5813" /> + </linearGradient> + <linearGradient + id="linearGradient5074"> + <stop + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop5076" /> + <stop + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop5078" /> + </linearGradient> + <linearGradient + id="linearGradient5066"> + <stop + style="stop-color:#ffffff;stop-opacity:0.62886596;" + offset="0.00000000" + id="stop5068" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.00000000;" + offset="1.0000000" + id="stop5070" /> + </linearGradient> + <linearGradient + id="linearGradient5006"> + <stop + style="stop-color:#dfefff;stop-opacity:0.50196081;" + offset="0.00000000" + id="stop5008" /> + <stop + id="stop10260" + offset="0.69999999" + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" /> + <stop + id="stop5016" + offset="0.80000001" + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#007dfd;stop-opacity:0.50196081;" + offset="1.0000000" + id="stop5010" /> + </linearGradient> + <linearGradient + id="linearGradient4996"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4998" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop5000" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4996" + id="linearGradient5002" + x1="544.29083" + y1="213.74759" + x2="253.71039" + y2="653.04156" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-453.48462,5.6426947)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5066" + id="linearGradient5072" + x1="225.43034" + y1="682.32623" + x2="518.04419" + y2="294.85672" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-478.87675,4.232021)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient5080" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient5815" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5817" + id="radialGradient5823" + cx="425.42249" + cy="432.99265" + fx="425.42249" + fy="432.99265" + r="165.43961" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient10262" + cx="825.40234" + cy="457.29218" + fx="825.40234" + fy="457.29218" + r="53.865082" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient11000" + cx="799.92041" + cy="520.16986" + fx="799.92041" + fy="520.16986" + r="57.855091" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient11002" + cx="793.18164" + cy="558.89948" + fx="793.18164" + fy="558.89948" + r="55.195084" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient11004" + cx="734.74274" + cy="565.7605" + fx="734.74274" + fy="565.7605" + r="39.235065" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient11006" + cx="696.78522" + cy="592.33008" + fx="696.78522" + fy="592.33008" + r="27.265039" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient11008" + cx="665.83667" + cy="613.8067" + fx="665.83667" + fy="613.8067" + r="23.940041" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient11010" + cx="637.07098" + cy="620.45239" + fx="637.07098" + fy="620.45239" + r="20.071379" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient11012" + cx="596.68011" + cy="635.96777" + fx="596.68011" + fy="635.96777" + r="21.03826" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient11014" + cx="559.93085" + cy="653.19714" + fx="559.93085" + fy="653.19714" + r="22.916662" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient11016" + cx="834.16461" + cy="416.6268" + fx="834.16461" + fy="416.6268" + r="51.490337" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient11018" + cx="834.06329" + cy="379.37366" + fx="834.06329" + fy="379.37366" + r="48.537544" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient11020" + cx="822.35791" + cy="334.10477" + fx="822.35791" + fy="334.10477" + r="37.6567" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2232" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2234" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2239" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2242" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <filter + id="filter3395" + height="1.169028" + y="-0.084514" + width="1.2221982" + x="-0.11109908" + inkscape:collect="always"> + <feGaussianBlur + id="feGaussianBlur3397" + stdDeviation="4.1250422" + inkscape:collect="always" /> + </filter> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4792" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4790" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4784" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4782" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4780" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4778" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4772" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4770" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4768" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4766" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4752" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4750" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4736" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4734" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4732" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4730" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4728" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4726" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4710"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop4712" /> + <stop + id="stop4714" + offset="0.95266271" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop4716" /> + </linearGradient> + <linearGradient + id="linearGradient4702"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop4704" /> + <stop + id="stop4706" + offset="0.89999998" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop4708" /> + </linearGradient> + <linearGradient + id="linearGradient4693"> + <stop + id="stop4695" + offset="0.00000000" + style="stop-color:#007ffe;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#3d9eff;stop-opacity:0.62745100;" + offset="0.80357140" + id="stop4697" /> + <stop + id="stop4700" + offset="1.0000000" + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" /> + </linearGradient> + <linearGradient + id="linearGradient4687"> + <stop + style="stop-color:#69b4ff;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop4689" /> + <stop + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop4691" /> + </linearGradient> + <linearGradient + id="linearGradient4681"> + <stop + style="stop-color:#2727e8;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop4683" /> + <stop + style="stop-color:#5f5fee;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop4685" /> + </linearGradient> + <linearGradient + id="linearGradient4675"> + <stop + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop4677" /> + <stop + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop4679" /> + </linearGradient> + <linearGradient + id="linearGradient4669"> + <stop + style="stop-color:#ffffff;stop-opacity:0.62886596;" + offset="0.00000000" + id="stop4671" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.00000000;" + offset="1.0000000" + id="stop4673" /> + </linearGradient> + <linearGradient + id="linearGradient4659"> + <stop + style="stop-color:#dfefff;stop-opacity:0.50196081;" + offset="0.00000000" + id="stop4661" /> + <stop + id="stop4663" + offset="0.69999999" + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" /> + <stop + id="stop4665" + offset="0.80000001" + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#007dfd;stop-opacity:0.50196081;" + offset="1.0000000" + id="stop4667" /> + </linearGradient> + <linearGradient + id="linearGradient4653"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4655" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop4657" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4996" + id="linearGradient4651" + x1="544.29083" + y1="213.74759" + x2="253.71039" + y2="653.04156" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-453.48462,5.6426947)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5066" + id="linearGradient4649" + x1="225.43034" + y1="682.32623" + x2="518.04419" + y2="294.85672" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-478.87675,4.232021)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4647" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4645" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5817" + id="radialGradient4643" + cx="425.42249" + cy="432.99265" + fx="425.42249" + fy="432.99265" + r="165.43961" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4641" + cx="825.40234" + cy="457.29218" + fx="825.40234" + fy="457.29218" + r="53.865082" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4639" + cx="799.92041" + cy="520.16986" + fx="799.92041" + fy="520.16986" + r="57.855091" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4637" + cx="793.18164" + cy="558.89948" + fx="793.18164" + fy="558.89948" + r="55.195084" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4635" + cx="734.74274" + cy="565.7605" + fx="734.74274" + fy="565.7605" + r="39.235065" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4633" + cx="696.78522" + cy="592.33008" + fx="696.78522" + fy="592.33008" + r="27.265039" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4631" + cx="665.83667" + cy="613.8067" + fx="665.83667" + fy="613.8067" + r="23.940041" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4629" + cx="637.07098" + cy="620.45239" + fx="637.07098" + fy="620.45239" + r="20.071379" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4627" + cx="596.68011" + cy="635.96777" + fx="596.68011" + fy="635.96777" + r="21.03826" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4625" + cx="559.93085" + cy="653.19714" + fx="559.93085" + fy="653.19714" + r="22.916662" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4623" + cx="834.16461" + cy="416.6268" + fx="834.16461" + fy="416.6268" + r="51.490337" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4621" + cx="834.06329" + cy="379.37366" + fx="834.06329" + fy="379.37366" + r="48.537544" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient4619" + cx="822.35791" + cy="334.10477" + fx="822.35791" + fy="334.10477" + r="37.6567" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4617" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4615" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4613" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4611" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4857" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4859" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2648" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2646" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2644" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2642" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + r="37.656700" + fy="334.10477" + fx="822.35791" + cy="334.10477" + cx="822.35791" + id="radialGradient2640" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + r="48.537544" + fy="379.37366" + fx="834.06329" + cy="379.37366" + cx="834.06329" + id="radialGradient2638" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + r="51.490337" + fy="416.62680" + fx="834.16461" + cy="416.62680" + cx="834.16461" + id="radialGradient2636" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + r="22.916662" + fy="653.19714" + fx="559.93085" + cy="653.19714" + cx="559.93085" + id="radialGradient2634" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + r="21.038260" + fy="635.96777" + fx="596.68011" + cy="635.96777" + cx="596.68011" + id="radialGradient2632" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + r="20.071379" + fy="620.45239" + fx="637.07098" + cy="620.45239" + cx="637.07098" + id="radialGradient2630" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + r="23.940041" + fy="613.80670" + fx="665.83667" + cy="613.80670" + cx="665.83667" + id="radialGradient2628" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + r="27.265039" + fy="592.33008" + fx="696.78522" + cy="592.33008" + cx="696.78522" + id="radialGradient2626" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + r="39.235065" + fy="565.76050" + fx="734.74274" + cy="565.76050" + cx="734.74274" + id="radialGradient2624" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + r="55.195084" + fy="558.89948" + fx="793.18164" + cy="558.89948" + cx="793.18164" + id="radialGradient2622" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + r="57.855091" + fy="520.16986" + fx="799.92041" + cy="520.16986" + cx="799.92041" + id="radialGradient2620" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + r="53.865082" + fy="457.29218" + fx="825.40234" + cy="457.29218" + cx="825.40234" + id="radialGradient2618" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + r="165.43960" + fy="432.99265" + fx="425.42249" + cy="432.99265" + cx="425.42249" + id="radialGradient2616" + xlink:href="#linearGradient5817" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + id="linearGradient2614" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + id="linearGradient2612" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-478.87675,4.232021)" + gradientUnits="userSpaceOnUse" + y2="294.85672" + x2="518.04419" + y1="682.32623" + x1="225.43034" + id="linearGradient2610" + xlink:href="#linearGradient5066" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-453.48462,5.6426947)" + gradientUnits="userSpaceOnUse" + y2="653.04156" + x2="253.71039" + y1="213.74759" + x1="544.29083" + id="linearGradient2608" + xlink:href="#linearGradient4996" + inkscape:collect="always" /> + <linearGradient + id="linearGradient2602"> + <stop + id="stop2604" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop2606" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient2592"> + <stop + id="stop2594" + offset="0.00000000" + style="stop-color:#dfefff;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" + offset="0.69999999" + id="stop2596" /> + <stop + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" + offset="0.80000001" + id="stop2598" /> + <stop + id="stop2600" + offset="1.0000000" + style="stop-color:#007dfd;stop-opacity:0.50196081;" /> + </linearGradient> + <linearGradient + id="linearGradient2586"> + <stop + id="stop2588" + offset="0.00000000" + style="stop-color:#ffffff;stop-opacity:0.62886596;" /> + <stop + id="stop2590" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2580"> + <stop + id="stop2582" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop2584" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2574"> + <stop + id="stop2576" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop2578" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2568"> + <stop + id="stop2570" + offset="0.00000000" + style="stop-color:#69b4ff;stop-opacity:1.0000000;" /> + <stop + id="stop2572" + offset="1.0000000" + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2560"> + <stop + style="stop-color:#007ffe;stop-opacity:0.62745100;" + offset="0.00000000" + id="stop2562" /> + <stop + id="stop2564" + offset="0.80357140" + style="stop-color:#3d9eff;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" + offset="1.0000000" + id="stop2566" /> + </linearGradient> + <linearGradient + id="linearGradient2552"> + <stop + id="stop2554" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.89999998" + id="stop2556" /> + <stop + id="stop2558" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient2544"> + <stop + id="stop2546" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.95266271" + id="stop2548" /> + <stop + id="stop2550" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.9591645" + inkscape:cx="133.99991" + inkscape:cy="225.59407" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + gridtolerance="10000" + width="500px" + height="500px" + inkscape:window-width="1440" + inkscape:window-height="844" + inkscape:window-x="-4" + inkscape:window-y="-4" /> + <metadata + id="metadata2165"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + id="g2596" + transform="translate(-140,120)"> + <g + transform="translate(-133.79172,-281.74402)" + id="g2650"> + <g + id="layer3" + inkscape:label="Shadow" + style="display:inline" /> + <g + inkscape:label="Background" + id="g2653" + style="display:inline"> + <g + id="g2219"> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path6573" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + <path + inkscape:export-ydpi="24.028801" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + id="path2064" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + style="fill:url(#linearGradient2242);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cssssssssssscsss" + id="path2056" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + style="fill:url(#linearGradient2239);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccccccsccccccccccc" + id="path2058" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path2052" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + id="layer2" + inkscape:label="SeaMonkey" + style="display:inline" /> + </g> + <path + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 278,118 L 278,124 L 284,124 L 290,124 L 296,124 L 296,118 L 290,118 L 284,118 L 278,118 z " + id="path2664" /> + <path + style="fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 302,118 L 302,124 L 296,124 L 296,130 L 302,130 L 308,130 L 314,130 L 320,130 L 320,124 L 320,118 L 314,118 L 308,118 L 302,118 z " + id="path2666" /> + <path + style="fill:#cc0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 326,118 L 326,124 L 320,124 L 320,130 L 326,130 L 332,130 L 338,130 L 344,130 L 344,124 L 344,118 L 338,118 L 332,118 L 326,118 z " + id="path2668" /> + <path + style="fill:#333366;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 266,124 L 266,130 L 272,130 L 278,130 L 284,130 L 290,130 L 296,130 L 296,124 L 290,124 L 284,124 L 278,124 L 272,124 L 266,124 z " + id="path2670" /> + <rect + y="124" + x="284" + height="6" + width="6" + id="rect2672" + style="fill:#333366;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="fill:#333366;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 260,130 L 260,136 L 260,142 L 260,148 L 260,154 L 260,160 L 260,166 L 260,172 L 260,178 L 260,184 L 260,190 L 266,190 L 272,190 L 278,190 L 284,190 L 284,184 L 278,184 L 272,184 L 266,184 L 266,178 L 266,172 L 266,166 L 266,160 L 266,154 L 266,148 L 266,142 L 266,136 L 266,130 L 260,130 z " + id="path2674" /> + <path + style="fill:#333366;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 290,184 L 290,190 L 296,190 L 302,190 L 308,190 L 314,190 L 320,190 L 320,184 L 314,184 L 308,184 L 302,184 L 296,184 L 290,184 z " + id="path2676" /> + <path + style="fill:#333366;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 344,124 L 344,130 L 344,136 L 344,142 L 344,148 L 344,154 L 344,160 L 344,166 L 344,172 L 344,178 L 344,184 L 338,184 L 332,184 L 326,184 L 326,190 L 332,190 L 338,190 L 344,190 L 350,190 L 350,184 L 350,178 L 350,172 L 350,166 L 350,160 L 350,154 L 350,148 L 350,142 L 350,136 L 350,130 L 350,124 L 344,124 z " + id="path2678" /> + <rect + style="fill:#ffffcc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2680" + width="78" + height="54" + x="266" + y="130" /> + <g + id="g2682" + transform="matrix(6,0,0,6,350,124)"> + <path + id="path2684" + d="M -6.1094906,2.2138122 C -6.5841838,2.4373409 -6.8134394,2.6610126 -7.0678887,3.368782 C -7.0678887,3.368782 -7.3197395,4.3474002 -6.9267314,5.446328 C -6.8640827,5.6215056 -6.614324,5.9578259 -6.6108947,5.9607307 C -6.4182828,6.1239278 -6.2191403,6.1707362 -6.0138601,6.2519585 C -6.0049214,6.2554954 -5.9958848,6.2584379 -5.9869258,6.2619146 C -5.91398,6.2902104 -5.8389594,6.3173923 -5.7647215,6.3415641 C -5.6221645,6.3879886 -5.4780632,6.4252622 -5.3315343,6.4560715 C -5.314374,6.4596762 -5.2971181,6.4626337 -5.2799111,6.4660277 C -5.2189677,6.4780308 -5.157341,6.4891459 -5.0958625,6.4983871 C -5.0839414,6.5001707 -5.0718901,6.5016758 -5.059951,6.503369 C -4.996768,6.5122867 -4.9328204,6.5198046 -4.8691693,6.5257648 C -4.8624258,6.5263969 -4.8557168,6.5276536 -4.8489687,6.5282632 C -4.8429807,6.5287749 -4.837004,6.527759 -4.831013,6.5282632 C -4.7695164,6.5334407 -5.2982274,6.278719 -5.2363831,6.281097 C -5.2258181,6.2815034 -5.2155346,6.2832568 -5.2049606,6.283588 C -5.1953032,6.2838664 -5.1854463,6.2833697 -5.1757821,6.283588 C -5.1264106,6.2847394 -5.0771813,6.2842502 -5.0276457,6.283588 C -4.9858297,6.283001 -4.872546,6.6951403 -4.8306367,6.6932589 C -4.8232091,6.6929202 -4.8156219,6.6936201 -4.808192,6.6932589 C -4.7939877,6.6925289 -4.7797586,6.6916334 -4.7655468,6.6907604 C -4.7153527,6.6876825 -5.2548604,6.4236819 -5.2045835,6.4187151 C -5.194899,6.4177594 -5.1850919,6.4172401 -5.1754051,6.4162242 C -5.1573884,6.4143127 -5.1395606,6.4109112 -5.1215371,6.4087589 C -5.0682967,6.4023849 -5.0154447,6.3973578 -4.9621787,6.3888466 C -4.9591452,6.3883574 -4.9562336,6.3868373 -4.9532009,6.3863556 C -4.9398259,6.3841732 -4.9261747,6.3811932 -4.9127997,6.3788904 C -4.8548416,6.3688815 -4.7956456,6.3591135 -4.7377297,6.3465234 C -4.734715,6.3458762 -4.7317657,6.3446947 -4.728751,6.34404 C -4.7212828,6.3423919 -4.7137739,6.3407438 -4.7063064,6.3390581 C -4.6394983,6.3239921 -4.5732028,6.307835 -4.5065468,6.2892772 C -4.4376971,6.2700948 -4.3686443,6.2500018 -4.3000535,6.2270417 C -4.2948805,6.2253183 -4.2895133,6.2238208 -4.2843418,6.2220673 C -4.2105396,6.1970527 -4.1377594,6.1693816 -4.0643817,6.1399269 C -3.9932292,6.1113528 -3.9224463,6.0798813 -3.8533994,6.0478304 C -3.8512298,6.0468069 -3.8488345,6.0463629 -3.8466664,6.0453394 C -3.8170101,6.0315077 -3.7883907,6.0174802 -3.759131,6.0030163 C -3.7406613,5.993775 -3.723574,5.9826448 -3.705263,5.9731552 C -3.6744237,5.9571636 -3.6436242,5.942489 -3.6132387,5.9258577 C -3.5648139,5.8993455 -3.2893603,5.5481098 -3.2182988,5.3882916 C -2.7950753,4.4364791 -3.1175834,3.368782 -3.1175834,3.368782 C -3.3637359,2.7075275 -3.5245594,2.477271 -4.0737366,2.2138122 C -4.7141795,1.9065703 -5.5530522,1.9517832 -6.1094906,2.2138122 z " + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" /> + <path + id="path2686" + d="M -5.5625,5.84375 C -5.980909,5.8437425 -6.3125,6.3517043 -6.3125,7 C -6.3125421,7.0148931 -6.3109061,7.0165678 -6.3125,7.03125 L -6.53125,9 L -3.5625,9 L -3.78125,7.0625 C -3.7828883,7.0473963 -3.7812538,7.0465568 -3.78125,7.03125 C -3.7812493,6.3829542 -4.1128428,5.875 -4.53125,5.875 L -5.5625,5.84375 z " + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850)" + id="path2688" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" /> + <path + id="path2690" + d="M -4.375,5.96875 L -4.125,9 L -3,9 L -3.3125,7.15625 C -3.3148284,7.1413874 -3.3125045,7.1088235 -3.3125,7.09375 C -3.3125007,6.4555533 -3.7805008,5.96875 -4.375,5.96875 z " + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + id="path2692" + d="M -5.75,5.9375 C -6.3444991,5.9374998 -6.8125,6.4219178 -6.8125,7.0625 C -6.8124953,7.0776263 -6.8101716,7.110077 -6.8125,7.125 L -7.125,9 L -6,9 L -5.75,5.9375 z " + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path2694" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + transform="matrix(2.9754709e-2,0,0,2.9953848e-2,-12.927769,-4.385165)" + id="path2696" + d="M 263.78125,241.90625 C 242.0418,242.89024 226.92997,263.64204 222.5,283.28125 C 216.00695,309.85745 225.18626,342.26389 250.21875,355.71875 C 267.57362,364.41516 289.13334,354.88493 298.375,338.8125 C 316.781,311.19895 312.50409,269.39738 285.8125,248.65625 C 279.3949,244.23443 271.62953,241.51752 263.78125,241.90625 z " + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395)" /> + <path + transform="matrix(7.525459e-2,0,0,7.525459e-2,-21.171894,5.7875842)" + sodipodi:nodetypes="cssssssssssssssssssc" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542)" + d="M 198.40449,-30.85609 C 199.22238,-33.74979 198.7253,-32.03359 200.73594,-34.25539 C 202.63314,-36.35189 204.53142,-37.42339 206.89643,-39.08649 C 207.29526,-39.36699 208.07156,-39.35349 208.47107,-39.63299 C 211.03088,-41.42369 210.74586,-39.53359 213.92151,-39.91439 C 216.46913,-40.21989 214.95382,-41.88349 217.23921,-40.99059 C 219.8648,-39.96489 220.97224,-39.20389 223.04737,-37.32129 C 224.93951,-35.60479 225.28864,-35.56059 226.97458,-33.60999 C 228.53852,-31.80059 227.79697,-33.70679 229.01201,-31.67309 C 230.02574,-29.97649 233.59252,-29.15329 233.94735,-26.96469 C 234.20485,-25.37649 233.32991,-24.95969 232.09312,-25.79889 C 228.00868,-28.57029 224.18324,-31.36119 219.88472,-33.82409 C 216.96812,-35.49529 215.6313,-36.11909 213.89202,-33.12939 C 212.1531,-30.14029 210.9022,-26.63639 208.93062,-23.78659 C 205.63419,-19.02169 207.48122,-28.64509 207.48122,-29.91929 C 207.48122,-33.29129 205.14006,-31.21709 203.32813,-29.91929 C 201.63847,-28.70909 198.93343,-27.40919 196.88946,-27.11649 C 194.8377,-26.82259 197.64073,-30.41419 195.62151,-30.83309 C 194.46869,-31.07219 196.50317,-28.86729 196.87444,-29.37109 C 197.12466,-29.71069 198.08859,-30.57659 198.40449,-30.85609 z " + id="path2698" /> + <path + id="path2700" + d="M -6.7368167,3.494555 C -6.6752667,3.2767908 -6.5252467,3.0794507 -6.3739368,2.9122501 C -6.2311638,2.7544788 -5.9771788,2.6480011 -5.7992009,2.5228452 C -5.7691871,2.5017363 -5.7390702,2.4807779 -5.7090053,2.4597442 C -5.5163678,2.3249858 -5.3396911,2.2035625 -5.1007089,2.1749056 C -4.9089888,2.1519153 -4.7545942,2.2519362 -4.5826081,2.319131 C -4.3850204,2.3963196 -4.1975966,2.5344118 -4.0414336,2.6760861 C -3.8990413,2.8052606 -3.7613789,2.9349243 -3.6345041,3.0817159 C -3.5168105,3.2178815 -3.4301834,3.3757656 -3.3387461,3.5288109 C -3.2624582,3.6564878 -3.1836072,3.8450307 -3.2485504,3.98672 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 C -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 C -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 C -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 C -5.6969773,4.3561147 -5.5579799,3.6319097 -5.5579799,3.5360203 C -5.5579799,3.2822618 -5.7341629,3.4383549 -5.8705189,3.5360203 C -5.9976736,3.6270934 -6.2012403,3.7249168 -6.3550584,3.7469439 C -6.5094628,3.7690612 -6.6792522,3.8001037 -6.8312077,3.7685796 C -6.9179627,3.7505862 -6.8360745,3.5955693 -6.8081347,3.557656 C -6.7893045,3.5320995 -6.7605896,3.5155887 -6.7368167,3.494555 z " + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <rect + style="fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2702" + width="6" + height="6" + x="284" + y="178" /> + <rect + y="178" + x="320" + height="6" + width="6" + id="rect2704" + style="fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 272,142 L 272,148 L 278,148 L 284,148 L 290,148 L 290,142 L 284,142 L 278,142 L 272,142 z " + id="path2706" /> + <path + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 272,154 L 272,160 L 278,160 L 284,160 L 290,160 L 290,154 L 284,154 L 278,154 L 272,154 z " + id="path2708" /> + <path + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 272,166 L 272,172 L 278,172 L 284,172 L 290,172 L 290,166 L 284,166 L 278,166 L 272,166 z " + id="path2710" /> + <path + id="path2785" + d="M 280,142 L 280,148 L 286,148 L 292,148 L 298,148 L 298,142 L 292,142 L 286,142 L 280,142 z " + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2787" + d="M 280,154 L 280,160 L 286,160 L 292,160 L 298,160 L 298,154 L 292,154 L 286,154 L 280,154 z " + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path2789" + d="M 280,166 L 280,172 L 286,172 L 292,172 L 298,172 L 298,166 L 292,166 L 286,166 L 280,166 z " + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="g2635" + transform="translate(200,85.000002)"> + <g + inkscape:export-ydpi="90.00013" + inkscape:export-xdpi="90.00013" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\tests\128pxaddressbook1trans.png" + style="fill:none" + id="g2791" + transform="translate(-303.79172,-246.74402)"> + <g + style="fill:none;display:inline" + inkscape:label="Shadow" + id="g2793" /> + <g + style="fill:none;display:inline" + id="g2795" + inkscape:label="Background"> + <g + style="fill:none" + id="g2797"> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path2799" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + id="path2801" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + id="path2803" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + style="fill:none;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + id="path2805" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path2807" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="fill:none;display:inline" + inkscape:label="SeaMonkey" + id="g2809" /> + </g> + <path + inkscape:export-ydpi="90.00013" + inkscape:export-xdpi="90.00013" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\tests\128pxaddressbook1trans.png" + id="path2811" + d="M 108,153 L 108,159 L 114,159 L 120,159 L 126,159 L 126,153 L 120,153 L 114,153 L 108,153 z " + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:export-ydpi="90.00013" + inkscape:export-xdpi="90.00013" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\tests\128pxaddressbook1trans.png" + id="path2813" + d="M 132,153 L 132,159 L 126,159 L 126,165 L 132,165 L 138,165 L 144,165 L 150,165 L 150,159 L 150,153 L 144,153 L 138,153 L 132,153 z " + style="fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:export-ydpi="90.00013" + inkscape:export-xdpi="90.00013" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\tests\128pxaddressbook1trans.png" + id="path2815" + d="M 156,153 L 156,159 L 150,159 L 150,165 L 156,165 L 162,165 L 168,165 L 174,165 L 174,159 L 174,153 L 168,153 L 162,153 L 156,153 z " + style="fill:#cc0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:export-ydpi="90.00013" + inkscape:export-xdpi="90.00013" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\tests\128pxaddressbook1trans.png" + id="path2817" + d="M 96,159 L 96,165 L 102,165 L 108,165 L 114,165 L 120,165 L 126,165 L 126,159 L 120,159 L 114,159 L 108,159 L 102,159 L 96,159 z " + style="fill:#333366;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + inkscape:export-ydpi="90.00013" + inkscape:export-xdpi="90.00013" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\tests\128pxaddressbook1trans.png" + style="fill:#333366;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2819" + width="6" + height="6" + x="114" + y="159" /> + <path + inkscape:export-ydpi="90.00013" + inkscape:export-xdpi="90.00013" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\tests\128pxaddressbook1trans.png" + id="path2821" + d="M 90,165 L 90,171 L 90,177 L 90,183 L 90,189 L 90,195 L 90,201 L 90,207 L 90,213 L 90,219 L 90,225 L 96,225 L 102,225 L 108,225 L 114,225 L 114,219 L 108,219 L 102,219 L 96,219 L 96,213 L 96,207 L 96,201 L 96,195 L 96,189 L 96,183 L 96,177 L 96,171 L 96,165 L 90,165 z " + style="fill:#333366;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:export-ydpi="90.00013" + inkscape:export-xdpi="90.00013" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\tests\128pxaddressbook1trans.png" + id="path2823" + d="M 120,219 L 120,225 L 126,225 L 132,225 L 138,225 L 144,225 L 150,225 L 150,219 L 144,219 L 138,219 L 132,219 L 126,219 L 120,219 z " + style="fill:#333366;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:export-ydpi="90.00013" + inkscape:export-xdpi="90.00013" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\tests\128pxaddressbook1trans.png" + id="path2825" + d="M 174,159 L 174,165 L 174,171 L 174,177 L 174,183 L 174,189 L 174,195 L 174,201 L 174,207 L 174,213 L 174,219 L 168,219 L 162,219 L 156,219 L 156,225 L 162,225 L 168,225 L 174,225 L 180,225 L 180,219 L 180,213 L 180,207 L 180,201 L 180,195 L 180,189 L 180,183 L 180,177 L 180,171 L 180,165 L 180,159 L 174,159 z " + style="fill:#333366;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + inkscape:export-ydpi="90.00013" + inkscape:export-xdpi="90.00013" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\tests\128pxaddressbook1trans.png" + y="165" + x="96" + height="54" + width="78" + id="rect2827" + style="fill:#ffffcc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + inkscape:export-ydpi="90.00013" + inkscape:export-xdpi="90.00013" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\tests\128pxaddressbook1trans.png" + transform="matrix(6,0,0,6,180,159)" + id="g2829"> + <path + sodipodi:nodetypes="ccsssssssssssssssssssssssssssssssssssssscss" + style="fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -6.1094906,2.2138122 C -6.5841838,2.4373409 -6.8134394,2.6610126 -7.0678887,3.368782 C -7.0678887,3.368782 -7.3197395,4.3474002 -6.9267314,5.446328 C -6.8640827,5.6215056 -6.614324,5.9578259 -6.6108947,5.9607307 C -6.4182828,6.1239278 -6.2191403,6.1707362 -6.0138601,6.2519585 C -6.0049214,6.2554954 -5.9958848,6.2584379 -5.9869258,6.2619146 C -5.91398,6.2902104 -5.8389594,6.3173923 -5.7647215,6.3415641 C -5.6221645,6.3879886 -5.4780632,6.4252622 -5.3315343,6.4560715 C -5.314374,6.4596762 -5.2971181,6.4626337 -5.2799111,6.4660277 C -5.2189677,6.4780308 -5.157341,6.4891459 -5.0958625,6.4983871 C -5.0839414,6.5001707 -5.0718901,6.5016758 -5.059951,6.503369 C -4.996768,6.5122867 -4.9328204,6.5198046 -4.8691693,6.5257648 C -4.8624258,6.5263969 -4.8557168,6.5276536 -4.8489687,6.5282632 C -4.8429807,6.5287749 -4.837004,6.527759 -4.831013,6.5282632 C -4.7695164,6.5334407 -5.2982274,6.278719 -5.2363831,6.281097 C -5.2258181,6.2815034 -5.2155346,6.2832568 -5.2049606,6.283588 C -5.1953032,6.2838664 -5.1854463,6.2833697 -5.1757821,6.283588 C -5.1264106,6.2847394 -5.0771813,6.2842502 -5.0276457,6.283588 C -4.9858297,6.283001 -4.872546,6.6951403 -4.8306367,6.6932589 C -4.8232091,6.6929202 -4.8156219,6.6936201 -4.808192,6.6932589 C -4.7939877,6.6925289 -4.7797586,6.6916334 -4.7655468,6.6907604 C -4.7153527,6.6876825 -5.2548604,6.4236819 -5.2045835,6.4187151 C -5.194899,6.4177594 -5.1850919,6.4172401 -5.1754051,6.4162242 C -5.1573884,6.4143127 -5.1395606,6.4109112 -5.1215371,6.4087589 C -5.0682967,6.4023849 -5.0154447,6.3973578 -4.9621787,6.3888466 C -4.9591452,6.3883574 -4.9562336,6.3868373 -4.9532009,6.3863556 C -4.9398259,6.3841732 -4.9261747,6.3811932 -4.9127997,6.3788904 C -4.8548416,6.3688815 -4.7956456,6.3591135 -4.7377297,6.3465234 C -4.734715,6.3458762 -4.7317657,6.3446947 -4.728751,6.34404 C -4.7212828,6.3423919 -4.7137739,6.3407438 -4.7063064,6.3390581 C -4.6394983,6.3239921 -4.5732028,6.307835 -4.5065468,6.2892772 C -4.4376971,6.2700948 -4.3686443,6.2500018 -4.3000535,6.2270417 C -4.2948805,6.2253183 -4.2895133,6.2238208 -4.2843418,6.2220673 C -4.2105396,6.1970527 -4.1377594,6.1693816 -4.0643817,6.1399269 C -3.9932292,6.1113528 -3.9224463,6.0798813 -3.8533994,6.0478304 C -3.8512298,6.0468069 -3.8488345,6.0463629 -3.8466664,6.0453394 C -3.8170101,6.0315077 -3.7883907,6.0174802 -3.759131,6.0030163 C -3.7406613,5.993775 -3.723574,5.9826448 -3.705263,5.9731552 C -3.6744237,5.9571636 -3.6436242,5.942489 -3.6132387,5.9258577 C -3.5648139,5.8993455 -3.2893603,5.5481098 -3.2182988,5.3882916 C -2.7950753,4.4364791 -3.1175834,3.368782 -3.1175834,3.368782 C -3.3637359,2.7075275 -3.5245594,2.477271 -4.0737366,2.2138122 C -4.7141795,1.9065703 -5.5530522,1.9517832 -6.1094906,2.2138122 z " + id="path2831" /> + <path + style="fill:#00c99f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -5.5625,5.84375 C -5.980909,5.8437425 -6.3125,6.3517043 -6.3125,7 C -6.3125421,7.0148931 -6.3109061,7.0165678 -6.3125,7.03125 L -6.53125,9 L -3.5625,9 L -3.78125,7.0625 C -3.7828883,7.0473963 -3.7812538,7.0465568 -3.78125,7.03125 C -3.7812493,6.3829542 -4.1128428,5.875 -4.53125,5.875 L -5.5625,5.84375 z " + id="path2833" /> + <path + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:ry="52.411282" + sodipodi:rx="52.411282" + sodipodi:cy="351.4133" + sodipodi:cx="342.1824" + id="path2835" + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6850)" + sodipodi:type="arc" /> + <path + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -4.375,5.96875 L -4.125,9 L -3,9 L -3.3125,7.15625 C -3.3148284,7.1413874 -3.3125045,7.1088235 -3.3125,7.09375 C -3.3125007,6.4555533 -3.7805008,5.96875 -4.375,5.96875 z " + id="path2837" /> + <path + style="fill:#01aa90;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -5.75,5.9375 C -6.3444991,5.9374998 -6.8125,6.4219178 -6.8125,7.0625 C -6.8124953,7.0776263 -6.8101716,7.110077 -6.8125,7.125 L -7.125,9 L -6,9 L -5.75,5.9375 z " + id="path2839" /> + <path + sodipodi:type="arc" + style="fill:#cfb32e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2841" + sodipodi:cx="342.1824" + sodipodi:cy="351.4133" + sodipodi:rx="52.411282" + sodipodi:ry="52.411282" + d="M 391.46325,333.5712 A 52.411282,52.411282 0 1 1 391.29155,333.10389" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(2.9754709e-2,0,0,3.8336299e-2,-15.223318,-8.8578914)" /> + <path + style="fill:#fae15a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3395)" + d="M 263.78125,241.90625 C 242.0418,242.89024 226.92997,263.64204 222.5,283.28125 C 216.00695,309.85745 225.18626,342.26389 250.21875,355.71875 C 267.57362,364.41516 289.13334,354.88493 298.375,338.8125 C 316.781,311.19895 312.50409,269.39738 285.8125,248.65625 C 279.3949,244.23443 271.62953,241.51752 263.78125,241.90625 z " + id="path2843" + transform="matrix(2.9754709e-2,0,0,2.9953848e-2,-12.927769,-4.385165)" /> + <path + id="path2845" + d="M 198.40449,-30.85609 C 199.22238,-33.74979 198.7253,-32.03359 200.73594,-34.25539 C 202.63314,-36.35189 204.53142,-37.42339 206.89643,-39.08649 C 207.29526,-39.36699 208.07156,-39.35349 208.47107,-39.63299 C 211.03088,-41.42369 210.74586,-39.53359 213.92151,-39.91439 C 216.46913,-40.21989 214.95382,-41.88349 217.23921,-40.99059 C 219.8648,-39.96489 220.97224,-39.20389 223.04737,-37.32129 C 224.93951,-35.60479 225.28864,-35.56059 226.97458,-33.60999 C 228.53852,-31.80059 227.79697,-33.70679 229.01201,-31.67309 C 230.02574,-29.97649 233.59252,-29.15329 233.94735,-26.96469 C 234.20485,-25.37649 233.32991,-24.95969 232.09312,-25.79889 C 228.00868,-28.57029 224.18324,-31.36119 219.88472,-33.82409 C 216.96812,-35.49529 215.6313,-36.11909 213.89202,-33.12939 C 212.1531,-30.14029 210.9022,-26.63639 208.93062,-23.78659 C 205.63419,-19.02169 207.48122,-28.64509 207.48122,-29.91929 C 207.48122,-33.29129 205.14006,-31.21709 203.32813,-29.91929 C 201.63847,-28.70909 198.93343,-27.40919 196.88946,-27.11649 C 194.8377,-26.82259 197.64073,-30.41419 195.62151,-30.83309 C 194.46869,-31.07219 196.50317,-28.86729 196.87444,-29.37109 C 197.12466,-29.71069 198.08859,-30.57659 198.40449,-30.85609 z " + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7542)" + sodipodi:nodetypes="cssssssssssssssssssc" + transform="matrix(7.525459e-2,0,0,7.525459e-2,-21.171894,5.7875842)" /> + <path + style="fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:#a05a2c;stroke-width:0.07525459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M -6.7368167,3.494555 C -6.6752667,3.2767908 -6.5252467,3.0794507 -6.3739368,2.9122501 C -6.2311638,2.7544788 -5.9771788,2.6480011 -5.7992009,2.5228452 C -5.7691871,2.5017363 -5.7390702,2.4807779 -5.7090053,2.4597442 C -5.5163678,2.3249858 -5.3396911,2.2035625 -5.1007089,2.1749056 C -4.9089888,2.1519153 -4.7545942,2.2519362 -4.5826081,2.319131 C -4.3850204,2.3963196 -4.1975966,2.5344118 -4.0414336,2.6760861 C -3.8990413,2.8052606 -3.7613789,2.9349243 -3.6345041,3.0817159 C -3.5168105,3.2178815 -3.4301834,3.3757656 -3.3387461,3.5288109 C -3.2624582,3.6564878 -3.1836072,3.8450307 -3.2485504,3.98672 C -3.3343866,4.1739911 -3.6127473,3.909253 -3.7058214,3.8460993 C -4.0131943,3.6375387 -4.3010762,3.4275107 -4.6245595,3.2421662 C -4.8440471,3.1164007 -4.9446489,3.0694569 -5.0755377,3.2944455 C -5.2063994,3.519389 -5.3005354,3.7830736 -5.4489059,3.9975341 C -5.6969773,4.3561147 -5.5579799,3.6319097 -5.5579799,3.5360203 C -5.5579799,3.2822618 -5.7341629,3.4383549 -5.8705189,3.5360203 C -5.9976736,3.6270934 -6.2012403,3.7249168 -6.3550584,3.7469439 C -6.5094628,3.7690612 -6.6792522,3.8001037 -6.8312077,3.7685796 C -6.9179627,3.7505862 -6.8360745,3.5955693 -6.8081347,3.557656 C -6.7893045,3.5320995 -6.7605896,3.5155887 -6.7368167,3.494555 z " + id="path2847" /> + </g> + <rect + inkscape:export-ydpi="90.00013" + inkscape:export-xdpi="90.00013" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\tests\128pxaddressbook1trans.png" + y="213" + x="114" + height="6" + width="6" + id="rect2849" + style="fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + inkscape:export-ydpi="90.00013" + inkscape:export-xdpi="90.00013" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\tests\128pxaddressbook1trans.png" + style="fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2851" + width="6" + height="6" + x="150" + y="213" /> + <path + inkscape:export-ydpi="90.00013" + inkscape:export-xdpi="90.00013" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\tests\128pxaddressbook1trans.png" + id="path2853" + d="M 102,177 L 102,183 L 108,183 L 114,183 L 120,183 L 120,177 L 114,177 L 108,177 L 102,177 z " + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:export-ydpi="90.00013" + inkscape:export-xdpi="90.00013" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\tests\128pxaddressbook1trans.png" + id="path2855" + d="M 102,189 L 102,195 L 108,195 L 114,195 L 120,195 L 120,189 L 114,189 L 108,189 L 102,189 z " + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:export-ydpi="90.00013" + inkscape:export-xdpi="90.00013" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\tests\128pxaddressbook1trans.png" + id="path2857" + d="M 102,201 L 102,207 L 108,207 L 114,207 L 120,207 L 120,201 L 114,201 L 108,201 L 102,201 z " + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:export-ydpi="90.00013" + inkscape:export-xdpi="90.00013" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\tests\128pxaddressbook1trans.png" + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 110,177 L 110,183 L 116,183 L 122,183 L 128,183 L 128,177 L 122,177 L 116,177 L 110,177 z " + id="path2859" /> + <path + inkscape:export-ydpi="90.00013" + inkscape:export-xdpi="90.00013" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\tests\128pxaddressbook1trans.png" + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 110,189 L 110,195 L 116,195 L 122,195 L 128,195 L 128,189 L 122,189 L 116,189 L 110,189 z " + id="path2861" /> + <path + inkscape:export-ydpi="90.00013" + inkscape:export-xdpi="90.00013" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\tests\128pxaddressbook1trans.png" + style="fill:#6666cc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 110,201 L 110,207 L 116,207 L 122,207 L 128,207 L 128,201 L 122,201 L 116,201 L 110,201 z " + id="path2863" /> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/template/svg/bookmarkproperties.svg b/comm/suite/branding/seamonkey/icons/template/svg/bookmarkproperties.svg new file mode 100644 index 0000000000..59dedaf740 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/template/svg/bookmarkproperties.svg @@ -0,0 +1,536 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="744.09448819" + height="1052.3622047" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docbase="C:\Documents and Settings\Owner.SPINELLOZONE\My Documents\seamonkey-icons-complete\bmPropsWindow" + sodipodi:docname="seamonkey-bmPropsWindowSVG.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4"> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2234" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2232" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + r="37.656700" + fy="334.10477" + fx="822.35791" + cy="334.10477" + cx="822.35791" + id="radialGradient11020" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + r="48.537544" + fy="379.37366" + fx="834.06329" + cy="379.37366" + cx="834.06329" + id="radialGradient11018" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + r="51.490337" + fy="416.62680" + fx="834.16461" + cy="416.62680" + cx="834.16461" + id="radialGradient11016" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + r="22.916662" + fy="653.19714" + fx="559.93085" + cy="653.19714" + cx="559.93085" + id="radialGradient11014" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + r="21.038260" + fy="635.96777" + fx="596.68011" + cy="635.96777" + cx="596.68011" + id="radialGradient11012" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + r="20.071379" + fy="620.45239" + fx="637.07098" + cy="620.45239" + cx="637.07098" + id="radialGradient11010" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + r="23.940041" + fy="613.80670" + fx="665.83667" + cy="613.80670" + cx="665.83667" + id="radialGradient11008" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + r="27.265039" + fy="592.33008" + fx="696.78522" + cy="592.33008" + cx="696.78522" + id="radialGradient11006" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + r="39.235065" + fy="565.76050" + fx="734.74274" + cy="565.76050" + cx="734.74274" + id="radialGradient11004" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + r="55.195084" + fy="558.89948" + fx="793.18164" + cy="558.89948" + cx="793.18164" + id="radialGradient11002" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + r="57.855091" + fy="520.16986" + fx="799.92041" + cy="520.16986" + cx="799.92041" + id="radialGradient11000" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + r="53.865082" + fy="457.29218" + fx="825.40234" + cy="457.29218" + cx="825.40234" + id="radialGradient10262" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + r="165.43960" + fy="432.99265" + fx="425.42249" + cy="432.99265" + cx="425.42249" + id="radialGradient5823" + xlink:href="#linearGradient5817" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + id="linearGradient5815" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + id="linearGradient5080" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-478.87675,4.232021)" + gradientUnits="userSpaceOnUse" + y2="294.85672" + x2="518.04419" + y1="682.32623" + x1="225.43034" + id="linearGradient5072" + xlink:href="#linearGradient5066" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-453.48462,5.6426947)" + gradientUnits="userSpaceOnUse" + y2="653.04156" + x2="253.71039" + y1="213.74759" + x1="544.29083" + id="linearGradient5002" + xlink:href="#linearGradient4996" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4996"> + <stop + id="stop4998" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop5000" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5006"> + <stop + id="stop5008" + offset="0.00000000" + style="stop-color:#dfefff;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" + offset="0.69999999" + id="stop10260" /> + <stop + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" + offset="0.80000001" + id="stop5016" /> + <stop + id="stop5010" + offset="1.0000000" + style="stop-color:#007dfd;stop-opacity:0.50196081;" /> + </linearGradient> + <linearGradient + id="linearGradient5066"> + <stop + id="stop5068" + offset="0.00000000" + style="stop-color:#ffffff;stop-opacity:0.62886596;" /> + <stop + id="stop5070" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5817"> + <stop + id="stop5819" + offset="0.00000000" + style="stop-color:#69b4ff;stop-opacity:1.0000000;" /> + <stop + id="stop5821" + offset="1.0000000" + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient10990"> + <stop + style="stop-color:#007ffe;stop-opacity:0.62745100;" + offset="0.00000000" + id="stop10992" /> + <stop + id="stop10996" + offset="0.80357140" + style="stop-color:#3d9eff;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" + offset="1.0000000" + id="stop10998" /> + </linearGradient> + <linearGradient + id="linearGradient4697"> + <stop + id="stop4699" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.89999998" + id="stop4707" /> + <stop + id="stop4701" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5598"> + <stop + id="stop5600" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.95266271" + id="stop5606" /> + <stop + id="stop5602" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4592" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4594" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + gridtolerance="10000" + guidetolerance="10" + objecttolerance="10" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.50266952" + inkscape:cx="344.19923" + inkscape:cy="288.48886" + inkscape:document-units="px" + inkscape:current-layer="layer1" + inkscape:window-width="1440" + inkscape:window-height="844" + inkscape:window-x="-4" + inkscape:window-y="-4" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <g + id="g2258"> + <g + transform="translate(-95.568906,331.26225)" + id="g4570"> + <g + id="g4572" + inkscape:label="Shadow" + style="display:inline" /> + <g + inkscape:label="Background" + id="g4574" + style="display:inline"> + <g + id="g4576"> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path4578" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + <path + inkscape:export-ydpi="24.028801" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + id="path4580" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + style="fill:url(#linearGradient4592);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cssssssssssscsss" + id="path4582" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + style="fill:url(#linearGradient4594);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccccccsccccccccccc" + id="path4584" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path4586" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + id="g4588" + inkscape:label="SeaMonkey" + style="display:inline" /> + </g> + <path + sodipodi:nodetypes="ccccccccc" + id="path4590" + d="M 372.71949,740.73119 C 376.36604,736.95632 386.68651,747.68169 383.24073,752.28083 C 371.64265,767.66102 340.99074,799.50708 332.3867,802.25194 C 329.7568,803.50327 326.27315,804.29438 322.9366,801.4948 C 312.79661,793.19045 304.79963,782.23611 305.15773,779.53775 C 305.61682,777.44534 312.23326,769.88566 316.2896,769.69495 C 318.2251,770.0092 321.29598,778.59342 325.01882,781.6027 C 326.55114,783.21801 329.01354,783.58615 331.18094,781.73207 C 345.59534,771.41462 360.2095,754.75949 372.71949,740.73119 z " + style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="g2271"> + <g + style="fill:none" + id="g4596" + transform="translate(92.276855,334.89797)"> + <g + style="display:inline;fill:none" + inkscape:label="Shadow" + id="g4598" /> + <g + style="display:inline;fill:none" + id="g4600" + inkscape:label="Background"> + <g + style="fill:none" + id="g4602"> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4604" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + id="path4606" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + id="path4608" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + style="fill:none;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + id="path4610" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4612" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="display:inline;fill:none" + inkscape:label="SeaMonkey" + id="g4614" /> + </g> + <path + style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 560.56525,744.36691 C 564.2118,740.59204 574.53227,751.31741 571.08649,755.91655 C 559.48841,771.29674 528.8365,803.1428 520.23246,805.88766 C 517.60256,807.13899 514.11891,807.9301 510.78236,805.13052 C 500.64237,796.82617 492.64539,785.87183 493.00349,783.17347 C 493.46258,781.08106 500.07902,773.52138 504.13536,773.33067 C 506.07086,773.64492 509.14174,782.22914 512.86458,785.23842 C 514.3969,786.85373 516.8593,787.22187 519.0267,785.36779 C 533.4411,775.05034 548.05526,758.39521 560.56525,744.36691 z " + id="path4616" + sodipodi:nodetypes="ccccccccc" /> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/template/svg/downloadManager.svg b/comm/suite/branding/seamonkey/icons/template/svg/downloadManager.svg new file mode 100644 index 0000000000..54ddb18c6a --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/template/svg/downloadManager.svg @@ -0,0 +1,775 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="744.09448819" + height="1052.3622047" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docbase="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\downloadManager" + sodipodi:docname="downloadManager.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4"> + <linearGradient + inkscape:collect="always" + id="linearGradient3526"> + <stop + style="stop-color:#00561d;stop-opacity:1;" + offset="0" + id="stop3528" /> + <stop + style="stop-color:#00561d;stop-opacity:0;" + offset="1" + id="stop3530" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3484"> + <stop + style="stop-color:#00a83e;stop-opacity:1" + offset="0" + id="stop3486" /> + <stop + style="stop-color:#73cf95;stop-opacity:1" + offset="1" + id="stop3488" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3458"> + <stop + style="stop-color:#009b35;stop-opacity:1" + offset="0" + id="stop3460" /> + <stop + style="stop-color:#00561d;stop-opacity:1" + offset="1" + id="stop3462" /> + </linearGradient> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2242" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2239" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2234" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2232" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + r="37.656700" + fy="334.10477" + fx="822.35791" + cy="334.10477" + cx="822.35791" + id="radialGradient11020" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + r="48.537544" + fy="379.37366" + fx="834.06329" + cy="379.37366" + cx="834.06329" + id="radialGradient11018" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + r="51.490337" + fy="416.62680" + fx="834.16461" + cy="416.62680" + cx="834.16461" + id="radialGradient11016" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + r="22.916662" + fy="653.19714" + fx="559.93085" + cy="653.19714" + cx="559.93085" + id="radialGradient11014" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + r="21.038260" + fy="635.96777" + fx="596.68011" + cy="635.96777" + cx="596.68011" + id="radialGradient11012" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + r="20.071379" + fy="620.45239" + fx="637.07098" + cy="620.45239" + cx="637.07098" + id="radialGradient11010" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + r="23.940041" + fy="613.80670" + fx="665.83667" + cy="613.80670" + cx="665.83667" + id="radialGradient11008" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + r="27.265039" + fy="592.33008" + fx="696.78522" + cy="592.33008" + cx="696.78522" + id="radialGradient11006" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + r="39.235065" + fy="565.76050" + fx="734.74274" + cy="565.76050" + cx="734.74274" + id="radialGradient11004" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + r="55.195084" + fy="558.89948" + fx="793.18164" + cy="558.89948" + cx="793.18164" + id="radialGradient11002" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + r="57.855091" + fy="520.16986" + fx="799.92041" + cy="520.16986" + cx="799.92041" + id="radialGradient11000" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + r="53.865082" + fy="457.29218" + fx="825.40234" + cy="457.29218" + cx="825.40234" + id="radialGradient10262" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + r="165.43960" + fy="432.99265" + fx="425.42249" + cy="432.99265" + cx="425.42249" + id="radialGradient5823" + xlink:href="#linearGradient5817" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + id="linearGradient5815" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + id="linearGradient5080" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-478.87675,4.232021)" + gradientUnits="userSpaceOnUse" + y2="294.85672" + x2="518.04419" + y1="682.32623" + x1="225.43034" + id="linearGradient5072" + xlink:href="#linearGradient5066" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-453.48462,5.6426947)" + gradientUnits="userSpaceOnUse" + y2="653.04156" + x2="253.71039" + y1="213.74759" + x1="544.29083" + id="linearGradient5002" + xlink:href="#linearGradient4996" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4996"> + <stop + id="stop4998" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop5000" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5006"> + <stop + id="stop5008" + offset="0.00000000" + style="stop-color:#dfefff;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" + offset="0.69999999" + id="stop10260" /> + <stop + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" + offset="0.80000001" + id="stop5016" /> + <stop + id="stop5010" + offset="1.0000000" + style="stop-color:#007dfd;stop-opacity:0.50196081;" /> + </linearGradient> + <linearGradient + id="linearGradient5066"> + <stop + id="stop5068" + offset="0.00000000" + style="stop-color:#ffffff;stop-opacity:0.62886596;" /> + <stop + id="stop5070" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5817"> + <stop + id="stop5819" + offset="0.00000000" + style="stop-color:#69b4ff;stop-opacity:1.0000000;" /> + <stop + id="stop5821" + offset="1.0000000" + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient10990"> + <stop + style="stop-color:#007ffe;stop-opacity:0.62745100;" + offset="0.00000000" + id="stop10992" /> + <stop + id="stop10996" + offset="0.80357140" + style="stop-color:#3d9eff;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" + offset="1.0000000" + id="stop10998" /> + </linearGradient> + <linearGradient + id="linearGradient4697"> + <stop + id="stop4699" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.89999998" + id="stop4707" /> + <stop + id="stop4701" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5598"> + <stop + id="stop5600" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.95266271" + id="stop5606" /> + <stop + id="stop5602" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3484" + id="radialGradient4155" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.0948682,-2.3267471,1.1043583,0.9943003,-2088.218,2560.8382)" + cx="1087.3295" + cy="756.81622" + fx="1087.3295" + fy="756.81622" + r="4.13275" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3458" + id="linearGradient4157" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-62.48626,26.463358)" + x1="1086.8507" + y1="749.88818" + x2="1086.8507" + y2="754.21796" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3526" + id="linearGradient4159" + gradientUnits="userSpaceOnUse" + x1="1021.7614" + y1="732.21332" + x2="1021.7063" + y2="725.86243" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3484" + id="radialGradient4215" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.0948682,-2.3267471,1.1043583,0.9943003,-2088.218,2560.8382)" + cx="1087.3295" + cy="756.81622" + fx="1087.3295" + fy="756.81622" + r="4.13275" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3458" + id="linearGradient4217" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-62.48626,26.463358)" + x1="1086.8507" + y1="749.88818" + x2="1086.8507" + y2="754.21796" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3526" + id="linearGradient4219" + gradientUnits="userSpaceOnUse" + x1="1021.7614" + y1="732.21332" + x2="1021.7063" + y2="725.86243" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + gridtolerance="10000" + guidetolerance="50" + objecttolerance="10" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.265625" + inkscape:cx="559.37208" + inkscape:cy="158.84954" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:guide-points="false" + inkscape:window-width="1440" + inkscape:window-height="844" + inkscape:window-x="0" + inkscape:window-y="22" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <g + id="g4113" + transform="translate(-111.1204,289.99552)"> + <g + style="display:inline" + inkscape:label="Shadow" + id="layer3" /> + <g + style="display:inline" + id="g4116" + inkscape:label="Background"> + <g + id="g2219"> + <path + sodipodi:type="arc" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6573" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + style="fill:url(#linearGradient2242);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + id="path2064" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + style="fill:url(#linearGradient2239);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + id="path2056" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + id="path2058" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path2052" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="display:inline" + inkscape:label="SeaMonkey" + id="layer2" /> + </g> + <g + id="g4125" + transform="matrix(2.8571604,0,0,2.8571604,-2600.6084,-1365.6782)"> + <rect + style="opacity:1;fill:#f3f4f5;fill-opacity:1;fill-rule:nonzero;stroke:#3b556e;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4127" + width="26.999828" + height="17.999828" + x="1011.0417" + y="722.69794" /> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00561d;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4129" + width="19.000404" + height="4.0004034" + x="1015.0414" + y="727.71289" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#49b83c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 1016.0339,727.75491 L 1016.0339,731.5766 L 1016.0339,727.75491 z " + id="path4131" + sodipodi:nodetypes="ccc" /> + <path + sodipodi:nodetypes="ccc" + id="path4133" + d="M 1018.028,727.7436 L 1018.028,731.56529 L 1018.028,727.7436 z " + style="fill:none;fill-rule:evenodd;stroke:#49b83c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#49b83c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 1020.017,727.73673 L 1020.017,731.55842 L 1020.017,727.73673 z " + id="path4135" + sodipodi:nodetypes="ccc" /> + <path + sodipodi:nodetypes="ccc" + id="path4137" + d="M 1022.0115,727.60918 L 1022.0115,731.43087 L 1022.0115,727.60918 z " + style="fill:none;fill-rule:evenodd;stroke:#49b83c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#49b83c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 1023.9948,727.6158 L 1023.9948,731.43749 L 1023.9948,727.6158 z " + id="path4139" + sodipodi:nodetypes="ccc" /> + <rect + y="727.71289" + x="1015.0414" + height="4.0004034" + width="19.000404" + id="rect4141" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#73c890;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + id="g4143" + transform="translate(0.1771012,-38.795917)"> + <path + style="fill:#6ec527;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 1021.0703,782.19928 L 1021.1076,776.58278 L 1027.6873,776.46724 L 1027.6798,782.32766 L 1028.8523,782.41752 L 1024.3788,787.14822 L 1019.838,782.50097 L 1021.0703,782.19928 z " + id="path4145" /> + <path + id="path4147" + d="M 1021.0703,782.19928 L 1021.1076,776.58278 L 1027.6873,776.46724 L 1027.8867,782.42929 L 1023.6889,786.52145 L 1019.838,782.50097 L 1021.0703,782.19928 z " + style="fill:url(#radialGradient4155);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + sodipodi:nodetypes="ccccccc" /> + <path + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4157);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M 1020.8642,781.38404 L 1020.8642,776.38384 L 1027.8646,776.38384 L 1027.8646,781.38404" + id="path4149" /> + <path + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00561d;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M 1027.8606,782.31893 L 1029.314,782.31893 L 1024.3645,787.26844 L 1019.415,782.31897 L 1020.8619,782.31896" + id="path4151" /> + </g> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4159);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4153" + width="19.000404" + height="4.0004034" + x="1015.0414" + y="727.71289" /> + </g> + <g + transform="translate(-106.37966,460.66219)" + id="g4161" + style="fill:none"> + <g + id="g4163" + inkscape:label="Shadow" + style="fill:none;display:inline" /> + <g + inkscape:label="Background" + id="g4165" + style="fill:none;display:inline"> + <g + id="g4167" + style="fill:none"> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path4169" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + <path + inkscape:export-ydpi="24.028801" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + id="path4171" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cssssssssssscsss" + id="path4173" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccccccsccccccccccc" + id="path4175" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + style="fill:none;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path4177" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + id="g4179" + inkscape:label="SeaMonkey" + style="fill:none;display:inline" /> + </g> + <g + transform="matrix(2.8571604,0,0,2.8571604,-2595.8677,-1195.0115)" + id="g4181"> + <rect + y="722.69794" + x="1011.0417" + height="17.999828" + width="26.999828" + id="rect4183" + style="opacity:1;fill:#f3f4f5;fill-opacity:1;fill-rule:nonzero;stroke:#3b556e;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="727.71289" + x="1015.0414" + height="4.0004034" + width="19.000404" + id="rect4185" + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00561d;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccc" + id="path4187" + d="M 1016.0339,727.75491 L 1016.0339,731.5766 L 1016.0339,727.75491 z " + style="fill:none;fill-rule:evenodd;stroke:#49b83c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#49b83c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 1018.028,727.7436 L 1018.028,731.56529 L 1018.028,727.7436 z " + id="path4189" + sodipodi:nodetypes="ccc" /> + <path + sodipodi:nodetypes="ccc" + id="path4191" + d="M 1020.017,727.73673 L 1020.017,731.55842 L 1020.017,727.73673 z " + style="fill:none;fill-rule:evenodd;stroke:#49b83c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#49b83c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 1022.0115,727.60918 L 1022.0115,731.43087 L 1022.0115,727.60918 z " + id="path4193" + sodipodi:nodetypes="ccc" /> + <path + sodipodi:nodetypes="ccc" + id="path4195" + d="M 1023.9948,727.6158 L 1023.9948,731.43749 L 1023.9948,727.6158 z " + style="fill:none;fill-rule:evenodd;stroke:#49b83c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <rect + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#73c890;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4197" + width="19.000404" + height="4.0004034" + x="1015.0414" + y="727.71289" /> + <g + transform="translate(0.1771012,-38.795917)" + id="g4199"> + <path + id="path4201" + d="M 1021.0703,782.19928 L 1021.1076,776.58278 L 1027.6873,776.46724 L 1027.6798,782.32766 L 1028.8523,782.41752 L 1024.3788,787.14822 L 1019.838,782.50097 L 1021.0703,782.19928 z " + style="fill:#6ec527;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccccc" + style="fill:url(#radialGradient4215);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 1021.0703,782.19928 L 1021.1076,776.58278 L 1027.6873,776.46724 L 1027.8867,782.42929 L 1023.6889,786.52145 L 1019.838,782.50097 L 1021.0703,782.19928 z " + id="path4203" /> + <path + id="path4205" + d="M 1020.8642,781.38404 L 1020.8642,776.38384 L 1027.8646,776.38384 L 1027.8646,781.38404" + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4217);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + id="path4207" + d="M 1027.8606,782.31893 L 1029.314,782.31893 L 1024.3645,787.26844 L 1019.415,782.31897 L 1020.8619,782.31896" + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#00561d;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + </g> + <rect + y="727.71289" + x="1015.0414" + height="4.0004034" + width="19.000404" + id="rect4209" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4219);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/template/svg/editorWindow.svg b/comm/suite/branding/seamonkey/icons/template/svg/editorWindow.svg new file mode 100644 index 0000000000..641f5dc99a --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/template/svg/editorWindow.svg @@ -0,0 +1,614 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="500" + height="500" + id="svg2160" + sodipodi:version="0.32" + inkscape:version="0.45.1" + version="1.0" + sodipodi:docbase="C:\Documents and Settings\Owner.SPINELLOZONE\My Documents\seamonkey-icons-complete\editorwindow" + sodipodi:docname="seamonkey-editorwindowSVG.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs2162"> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2242" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2239" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2234" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2232" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + r="37.656700" + fy="334.10477" + fx="822.35791" + cy="334.10477" + cx="822.35791" + id="radialGradient11020" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + r="48.537544" + fy="379.37366" + fx="834.06329" + cy="379.37366" + cx="834.06329" + id="radialGradient11018" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + r="51.490337" + fy="416.62680" + fx="834.16461" + cy="416.62680" + cx="834.16461" + id="radialGradient11016" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + r="22.916662" + fy="653.19714" + fx="559.93085" + cy="653.19714" + cx="559.93085" + id="radialGradient11014" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + r="21.038260" + fy="635.96777" + fx="596.68011" + cy="635.96777" + cx="596.68011" + id="radialGradient11012" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + r="20.071379" + fy="620.45239" + fx="637.07098" + cy="620.45239" + cx="637.07098" + id="radialGradient11010" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + r="23.940041" + fy="613.80670" + fx="665.83667" + cy="613.80670" + cx="665.83667" + id="radialGradient11008" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + r="27.265039" + fy="592.33008" + fx="696.78522" + cy="592.33008" + cx="696.78522" + id="radialGradient11006" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + r="39.235065" + fy="565.76050" + fx="734.74274" + cy="565.76050" + cx="734.74274" + id="radialGradient11004" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + r="55.195084" + fy="558.89948" + fx="793.18164" + cy="558.89948" + cx="793.18164" + id="radialGradient11002" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + r="57.855091" + fy="520.16986" + fx="799.92041" + cy="520.16986" + cx="799.92041" + id="radialGradient11000" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + r="53.865082" + fy="457.29218" + fx="825.40234" + cy="457.29218" + cx="825.40234" + id="radialGradient10262" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + r="165.43960" + fy="432.99265" + fx="425.42249" + cy="432.99265" + cx="425.42249" + id="radialGradient5823" + xlink:href="#linearGradient5817" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + id="linearGradient5815" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + id="linearGradient5080" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-478.87675,4.232021)" + gradientUnits="userSpaceOnUse" + y2="294.85672" + x2="518.04419" + y1="682.32623" + x1="225.43034" + id="linearGradient5072" + xlink:href="#linearGradient5066" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-453.48462,5.6426947)" + gradientUnits="userSpaceOnUse" + y2="653.04156" + x2="253.71039" + y1="213.74759" + x1="544.29083" + id="linearGradient5002" + xlink:href="#linearGradient4996" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4996"> + <stop + id="stop4998" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop5000" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5006"> + <stop + id="stop5008" + offset="0.00000000" + style="stop-color:#dfefff;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" + offset="0.69999999" + id="stop10260" /> + <stop + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" + offset="0.80000001" + id="stop5016" /> + <stop + id="stop5010" + offset="1.0000000" + style="stop-color:#007dfd;stop-opacity:0.50196081;" /> + </linearGradient> + <linearGradient + id="linearGradient5066"> + <stop + id="stop5068" + offset="0.00000000" + style="stop-color:#ffffff;stop-opacity:0.62886596;" /> + <stop + id="stop5070" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5817"> + <stop + id="stop5819" + offset="0.00000000" + style="stop-color:#69b4ff;stop-opacity:1.0000000;" /> + <stop + id="stop5821" + offset="1.0000000" + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient10990"> + <stop + style="stop-color:#007ffe;stop-opacity:0.62745100;" + offset="0.00000000" + id="stop10992" /> + <stop + id="stop10996" + offset="0.80357140" + style="stop-color:#3d9eff;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" + offset="1.0000000" + id="stop10998" /> + </linearGradient> + <linearGradient + id="linearGradient4697"> + <stop + id="stop4699" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.89999998" + id="stop4707" /> + <stop + id="stop4701" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5598"> + <stop + id="stop5600" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.95266271" + id="stop5606" /> + <stop + id="stop5602" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="4.4174786" + inkscape:cx="310.43662" + inkscape:cy="193.31735" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="false" + inkscape:document-units="px" + inkscape:object-paths="false" + inkscape:guide-bbox="false" + width="500px" + height="500px" + inkscape:window-width="1440" + inkscape:window-height="844" + inkscape:window-x="-4" + inkscape:window-y="-4" /> + <metadata + id="metadata2165"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + id="g2435"> + <g + transform="translate(-216.72313,-127.76887)" + id="g2405"> + <g + id="layer3" + inkscape:label="Shadow" + style="display:inline" /> + <g + inkscape:label="Background" + id="g2408" + style="display:inline"> + <g + id="g2219"> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path6573" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + <path + inkscape:export-ydpi="24.028801" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + id="path2064" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + style="fill:url(#linearGradient2242);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cssssssssssscsss" + id="path2056" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + style="fill:url(#linearGradient2239);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccccccsccccccccccc" + id="path2058" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path2052" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + id="layer2" + inkscape:label="SeaMonkey" + style="display:inline" /> + </g> + <g + id="g2417" + transform="matrix(3.5766367,0,0,3.5766367,277.69915,379.568)"> + <path + id="path2419" + d="M -25.69054,-11.447732 L -20.42976,-25.542167 L -8.443661,-23.372518 L -10.601929,-8.4416933 L -25.69054,-11.447732 z " + style="fill:#ffffff;fill-rule:evenodd;stroke:#8d8888;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccccccccccccccccccccccccc" + id="path2421" + d="M -19.730935,-21.959623 L -18.981803,-21.82402 L -18.232672,-21.688417 L -17.483541,-21.552814 L -16.73441,-21.417211 L -15.985279,-21.281608 L -15.236148,-21.146004 L -14.487016,-21.010401 L -13.737885,-20.874798 L -12.988754,-20.739195 L -12.239623,-20.603592 L -11.490492,-20.467989 L -10.74136,-20.332386 L -10.74136,-20.332386 L -11.490492,-20.467989 L -12.239623,-20.603592 L -12.988754,-20.739195 L -13.737885,-20.874798 L -14.487016,-21.010401 L -15.236148,-21.146004 L -15.985279,-21.281608 L -16.73441,-21.417211 L -17.483541,-21.552814 L -18.232672,-21.688417 L -18.981803,-21.82402 L -19.730935,-21.959623 L -19.730935,-21.959623 z " + style="fill:#ffffff;fill-rule:evenodd;stroke:#8d8888;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + style="fill:#ffffff;fill-rule:evenodd;stroke:#8d8888;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M -20.458605,-19.575327 L -19.709473,-19.439724 L -18.960342,-19.304121 L -18.211211,-19.168518 L -17.46208,-19.032915 L -16.712949,-18.897312 L -15.963818,-18.761708 L -15.214686,-18.626105 L -14.465555,-18.490502 L -13.716424,-18.354899 L -12.967293,-18.219296 L -12.218162,-18.083693 L -11.46903,-17.94809 L -11.46903,-17.94809 L -12.218162,-18.083693 L -12.967293,-18.219296 L -13.716424,-18.354899 L -14.465555,-18.490502 L -15.214686,-18.626105 L -15.963818,-18.761708 L -16.712949,-18.897312 L -17.46208,-19.032915 L -18.211211,-19.168518 L -18.960342,-19.304121 L -19.709473,-19.439724 L -20.458605,-19.575327 L -20.458605,-19.575327 z " + id="path2423" + sodipodi:nodetypes="ccccccccccccccccccccccccccc" /> + <path + style="fill:#a2c2de;fill-opacity:1;fill-rule:nonzero;stroke:#2271bc;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M -8.450037,-28.245275 C -9.420395,-26.238694 -10.616354,-24.313477 -12.132159,-22.697635 C -12.641407,-22.196866 -13.190492,-21.631598 -13.882174,-21.492142 C -14.427834,-21.408687 -14.556175,-22.084568 -14.500723,-22.532054 C -14.354903,-23.951114 -13.741697,-25.291418 -13.1189,-26.572429 C -12.149191,-28.457126 -10.993434,-30.277678 -9.519359,-31.782166 C -9.032097,-32.232322 -8.49546,-32.774648 -7.836561,-32.827686 C -7.291745,-32.801069 -7.269691,-32.090934 -7.325158,-31.639412 C -7.47331,-30.476317 -7.936103,-29.365169 -8.425154,-28.298074" + id="path2425" /> + <path + sodipodi:nodetypes="csssccscc" + id="path2427" + d="M -12.873502,-21.508276 C -13.375914,-20.990118 -13.915946,-20.66968 -14.313856,-20.496013 C -14.475416,-20.425499 -14.623363,-20.21798 -14.897383,-20.341083 C -15.133173,-20.45163 -15.335403,-20.626182 -15.370103,-20.787355 C -15.457233,-21.192089 -15.314553,-22.068353 -15.081013,-22.664383 C -14.919413,-23.069645 -14.678127,-23.677824 -14.411317,-24.107796 C -13.691287,-24.17018 -13.068023,-23.963813 -12.892583,-23.819889 C -12.436783,-23.445971 -12.093628,-23.062393 -11.971238,-22.510365 C -12.422151,-21.981784 -12.616183,-21.78056 -12.873502,-21.508276 z " + style="fill:#000000;fill-opacity:0.99215686;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccssccsscc" + id="path2429" + d="M -13.278907,-20.408924 C -13.38703,-19.818698 -13.573727,-19.146174 -14.080182,-18.387007 C -14.20121,-18.230378 -15.11258,-18.762331 -16.227512,-17.258169 C -16.512233,-16.87405 -14.680461,-20.608301 -14.817256,-20.691263 C -14.953919,-20.783848 -16.361644,-17.143445 -16.331385,-17.272462 C -16.011603,-18.635923 -16.910535,-19.207298 -16.863499,-19.43194 C -16.657126,-20.306702 -16.256404,-21.090837 -15.67504,-21.755373 C -15.374589,-22.081497 -15.040811,-22.395354 -14.547506,-22.571183 C -14.352017,-22.629374 -14.112969,-22.68914 -13.811153,-22.565829 C -13.536122,-22.439311 -13.400975,-22.202936 -13.328095,-22.020946 C -13.15717,-21.557472 -13.153285,-21.052939 -13.278907,-20.408924 z " + style="fill:#c5c5c5;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccccccccccccccccccccccccc" + id="path2431" + d="M -21.129721,-16.757843 L -20.380589,-16.62224 L -19.631458,-16.486637 L -18.882327,-16.351034 L -18.133196,-16.215431 L -17.384065,-16.079828 L -16.634934,-15.944224 L -15.885802,-15.808621 L -15.136671,-15.673018 L -14.38754,-15.537415 L -13.638409,-15.401812 L -12.889278,-15.266209 L -12.140146,-15.130606 L -12.140146,-15.130606 L -12.889278,-15.266209 L -13.638409,-15.401812 L -14.38754,-15.537415 L -15.136671,-15.673018 L -15.885802,-15.808621 L -16.634934,-15.944224 L -17.384065,-16.079828 L -18.133196,-16.215431 L -18.882327,-16.351034 L -19.631458,-16.486637 L -20.380589,-16.62224 L -21.129721,-16.757843 L -21.129721,-16.757843 z " + style="fill:#ffffff;fill-rule:evenodd;stroke:#8d8888;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + style="fill:#ffffff;fill-rule:evenodd;stroke:#8d8888;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M -22.000837,-14.036738 L -21.251705,-13.901135 L -20.502574,-13.765532 L -19.753443,-13.629929 L -19.004312,-13.494326 L -18.255181,-13.358723 L -17.50605,-13.223119 L -16.756918,-13.087516 L -16.007787,-12.951913 L -15.258656,-12.81631 L -14.509525,-12.680707 L -13.760394,-12.545104 L -13.011262,-12.409501 L -13.011262,-12.409501 L -13.760394,-12.545104 L -14.509525,-12.680707 L -15.258656,-12.81631 L -16.007787,-12.951913 L -16.756918,-13.087516 L -17.50605,-13.223119 L -18.255181,-13.358723 L -19.004312,-13.494326 L -19.753443,-13.629929 L -20.502574,-13.765532 L -21.251705,-13.901135 L -22.000837,-14.036738 L -22.000837,-14.036738 z " + id="path2433" + sodipodi:nodetypes="ccccccccccccccccccccccccccc" /> + </g> + </g> + <g + id="g2276"> + <g + style="fill:none" + id="g2259" + transform="translate(-37.98689,-134.35389)"> + <g + style="display:inline;fill:none" + inkscape:label="Shadow" + id="g2261" /> + <g + style="display:inline;fill:none" + id="g2263" + inkscape:label="Background"> + <g + style="fill:none" + id="g2265"> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path2267" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + id="path2269" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + id="path2271" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + style="fill:none;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + id="path2273" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path2275" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="display:inline;fill:none" + inkscape:label="SeaMonkey" + id="g2277" /> + </g> + <g + transform="matrix(3.5766367,0,0,3.5766367,456.43539,372.98298)" + id="g2279"> + <path + style="fill:#ffffff;fill-rule:evenodd;stroke:#8d8888;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M -25.69054,-11.447732 L -20.42976,-25.542167 L -8.443661,-23.372518 L -10.601929,-8.4416933 L -25.69054,-11.447732 z " + id="path2282" /> + <path + style="fill:#ffffff;fill-rule:evenodd;stroke:#8d8888;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M -19.730935,-21.959623 L -18.981803,-21.82402 L -18.232672,-21.688417 L -17.483541,-21.552814 L -16.73441,-21.417211 L -15.985279,-21.281608 L -15.236148,-21.146004 L -14.487016,-21.010401 L -13.737885,-20.874798 L -12.988754,-20.739195 L -12.239623,-20.603592 L -11.490492,-20.467989 L -10.74136,-20.332386 L -10.74136,-20.332386 L -11.490492,-20.467989 L -12.239623,-20.603592 L -12.988754,-20.739195 L -13.737885,-20.874798 L -14.487016,-21.010401 L -15.236148,-21.146004 L -15.985279,-21.281608 L -16.73441,-21.417211 L -17.483541,-21.552814 L -18.232672,-21.688417 L -18.981803,-21.82402 L -19.730935,-21.959623 L -19.730935,-21.959623 z " + id="path2284" + sodipodi:nodetypes="ccccccccccccccccccccccccccc" /> + <path + sodipodi:nodetypes="ccccccccccccccccccccccccccc" + id="path2286" + d="M -20.458605,-19.575327 L -19.709473,-19.439724 L -18.960342,-19.304121 L -18.211211,-19.168518 L -17.46208,-19.032915 L -16.712949,-18.897312 L -15.963818,-18.761708 L -15.214686,-18.626105 L -14.465555,-18.490502 L -13.716424,-18.354899 L -12.967293,-18.219296 L -12.218162,-18.083693 L -11.46903,-17.94809 L -11.46903,-17.94809 L -12.218162,-18.083693 L -12.967293,-18.219296 L -13.716424,-18.354899 L -14.465555,-18.490502 L -15.214686,-18.626105 L -15.963818,-18.761708 L -16.712949,-18.897312 L -17.46208,-19.032915 L -18.211211,-19.168518 L -18.960342,-19.304121 L -19.709473,-19.439724 L -20.458605,-19.575327 L -20.458605,-19.575327 z " + style="fill:#ffffff;fill-rule:evenodd;stroke:#8d8888;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + id="path2288" + d="M -8.450037,-28.245275 C -9.420395,-26.238694 -10.616354,-24.313477 -12.132159,-22.697635 C -12.641407,-22.196866 -13.190492,-21.631598 -13.882174,-21.492142 C -14.427834,-21.408687 -14.556175,-22.084568 -14.500723,-22.532054 C -14.354903,-23.951114 -13.741697,-25.291418 -13.1189,-26.572429 C -12.149191,-28.457126 -10.993434,-30.277678 -9.519359,-31.782166 C -9.032097,-32.232322 -8.49546,-32.774648 -7.836561,-32.827686 C -7.291745,-32.801069 -7.269691,-32.090934 -7.325158,-31.639412 C -7.47331,-30.476317 -7.936103,-29.365169 -8.425154,-28.298074" + style="fill:#a2c2de;fill-opacity:1;fill-rule:nonzero;stroke:#2271bc;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="fill:#000000;fill-opacity:0.99215686;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -12.873502,-21.508276 C -13.375914,-20.990118 -13.915946,-20.66968 -14.313856,-20.496013 C -14.475416,-20.425499 -14.623363,-20.21798 -14.897383,-20.341083 C -15.133173,-20.45163 -15.335403,-20.626182 -15.370103,-20.787355 C -15.457233,-21.192089 -15.314553,-22.068353 -15.081013,-22.664383 C -14.919413,-23.069645 -14.678127,-23.677824 -14.411317,-24.107796 C -13.691287,-24.17018 -13.068023,-23.963813 -12.892583,-23.819889 C -12.436783,-23.445971 -12.093628,-23.062393 -11.971238,-22.510365 C -12.422151,-21.981784 -12.616183,-21.78056 -12.873502,-21.508276 z " + id="path2290" + sodipodi:nodetypes="csssccscc" /> + <path + style="fill:#c5c5c5;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M -13.278907,-20.408924 C -13.38703,-19.818698 -13.573727,-19.146174 -14.080182,-18.387007 C -14.20121,-18.230378 -15.11258,-18.762331 -16.227512,-17.258169 C -16.512233,-16.87405 -14.680461,-20.608301 -14.817256,-20.691263 C -14.953919,-20.783848 -16.361644,-17.143445 -16.331385,-17.272462 C -16.011603,-18.635923 -16.910535,-19.207298 -16.863499,-19.43194 C -16.657126,-20.306702 -16.256404,-21.090837 -15.67504,-21.755373 C -15.374589,-22.081497 -15.040811,-22.395354 -14.547506,-22.571183 C -14.352017,-22.629374 -14.112969,-22.68914 -13.811153,-22.565829 C -13.536122,-22.439311 -13.400975,-22.202936 -13.328095,-22.020946 C -13.15717,-21.557472 -13.153285,-21.052939 -13.278907,-20.408924 z " + id="path2292" + sodipodi:nodetypes="cccssccsscc" /> + <path + style="fill:#ffffff;fill-rule:evenodd;stroke:#8d8888;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M -21.129721,-16.757843 L -20.380589,-16.62224 L -19.631458,-16.486637 L -18.882327,-16.351034 L -18.133196,-16.215431 L -17.384065,-16.079828 L -16.634934,-15.944224 L -15.885802,-15.808621 L -15.136671,-15.673018 L -14.38754,-15.537415 L -13.638409,-15.401812 L -12.889278,-15.266209 L -12.140146,-15.130606 L -12.140146,-15.130606 L -12.889278,-15.266209 L -13.638409,-15.401812 L -14.38754,-15.537415 L -15.136671,-15.673018 L -15.885802,-15.808621 L -16.634934,-15.944224 L -17.384065,-16.079828 L -18.133196,-16.215431 L -18.882327,-16.351034 L -19.631458,-16.486637 L -20.380589,-16.62224 L -21.129721,-16.757843 L -21.129721,-16.757843 z " + id="path2294" + sodipodi:nodetypes="ccccccccccccccccccccccccccc" /> + <path + sodipodi:nodetypes="ccccccccccccccccccccccccccc" + id="path2296" + d="M -22.000837,-14.036738 L -21.251705,-13.901135 L -20.502574,-13.765532 L -19.753443,-13.629929 L -19.004312,-13.494326 L -18.255181,-13.358723 L -17.50605,-13.223119 L -16.756918,-13.087516 L -16.007787,-12.951913 L -15.258656,-12.81631 L -14.509525,-12.680707 L -13.760394,-12.545104 L -13.011262,-12.409501 L -13.011262,-12.409501 L -13.760394,-12.545104 L -14.509525,-12.680707 L -15.258656,-12.81631 L -16.007787,-12.951913 L -16.756918,-13.087516 L -17.50605,-13.223119 L -18.255181,-13.358723 L -19.004312,-13.494326 L -19.753443,-13.629929 L -20.502574,-13.765532 L -21.251705,-13.901135 L -22.000837,-14.036738 L -22.000837,-14.036738 z " + style="fill:#ffffff;fill-rule:evenodd;stroke:#8d8888;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + </g> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/template/svg/findBookmarkWindow.svg b/comm/suite/branding/seamonkey/icons/template/svg/findBookmarkWindow.svg new file mode 100644 index 0000000000..a275b96e5d --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/template/svg/findBookmarkWindow.svg @@ -0,0 +1,1769 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="500" + height="500" + id="svg2160" + sodipodi:version="0.32" + inkscape:version="0.45.1" + version="1.0" + sodipodi:docbase="C:\Documents and Settings\Owner.SPINELLOZONE\My Documents\seamonkey-icons-complete\bmPropsWindow" + sodipodi:docname="seamonkey-bmPropsWindowSVG.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs2162"> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2242" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2239" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2234" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2232" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + r="37.656700" + fy="334.10477" + fx="822.35791" + cy="334.10477" + cx="822.35791" + id="radialGradient11020" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + r="48.537544" + fy="379.37366" + fx="834.06329" + cy="379.37366" + cx="834.06329" + id="radialGradient11018" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + r="51.490337" + fy="416.62680" + fx="834.16461" + cy="416.62680" + cx="834.16461" + id="radialGradient11016" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + r="22.916662" + fy="653.19714" + fx="559.93085" + cy="653.19714" + cx="559.93085" + id="radialGradient11014" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + r="21.038260" + fy="635.96777" + fx="596.68011" + cy="635.96777" + cx="596.68011" + id="radialGradient11012" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + r="20.071379" + fy="620.45239" + fx="637.07098" + cy="620.45239" + cx="637.07098" + id="radialGradient11010" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + r="23.940041" + fy="613.80670" + fx="665.83667" + cy="613.80670" + cx="665.83667" + id="radialGradient11008" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + r="27.265039" + fy="592.33008" + fx="696.78522" + cy="592.33008" + cx="696.78522" + id="radialGradient11006" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + r="39.235065" + fy="565.76050" + fx="734.74274" + cy="565.76050" + cx="734.74274" + id="radialGradient11004" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + r="55.195084" + fy="558.89948" + fx="793.18164" + cy="558.89948" + cx="793.18164" + id="radialGradient11002" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + r="57.855091" + fy="520.16986" + fx="799.92041" + cy="520.16986" + cx="799.92041" + id="radialGradient11000" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + r="53.865082" + fy="457.29218" + fx="825.40234" + cy="457.29218" + cx="825.40234" + id="radialGradient10262" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + r="165.43960" + fy="432.99265" + fx="425.42249" + cy="432.99265" + cx="425.42249" + id="radialGradient5823" + xlink:href="#linearGradient5817" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + id="linearGradient5815" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + id="linearGradient5080" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-478.87675,4.232021)" + gradientUnits="userSpaceOnUse" + y2="294.85672" + x2="518.04419" + y1="682.32623" + x1="225.43034" + id="linearGradient5072" + xlink:href="#linearGradient5066" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-453.48462,5.6426947)" + gradientUnits="userSpaceOnUse" + y2="653.04156" + x2="253.71039" + y1="213.74759" + x1="544.29083" + id="linearGradient5002" + xlink:href="#linearGradient4996" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4996"> + <stop + id="stop4998" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop5000" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5006"> + <stop + id="stop5008" + offset="0.00000000" + style="stop-color:#dfefff;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" + offset="0.69999999" + id="stop10260" /> + <stop + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" + offset="0.80000001" + id="stop5016" /> + <stop + id="stop5010" + offset="1.0000000" + style="stop-color:#007dfd;stop-opacity:0.50196081;" /> + </linearGradient> + <linearGradient + id="linearGradient5066"> + <stop + id="stop5068" + offset="0.00000000" + style="stop-color:#ffffff;stop-opacity:0.62886596;" /> + <stop + id="stop5070" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5817"> + <stop + id="stop5819" + offset="0.00000000" + style="stop-color:#69b4ff;stop-opacity:1.0000000;" /> + <stop + id="stop5821" + offset="1.0000000" + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient10990"> + <stop + style="stop-color:#007ffe;stop-opacity:0.62745100;" + offset="0.00000000" + id="stop10992" /> + <stop + id="stop10996" + offset="0.80357140" + style="stop-color:#3d9eff;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" + offset="1.0000000" + id="stop10998" /> + </linearGradient> + <linearGradient + id="linearGradient4697"> + <stop + id="stop4699" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.89999998" + id="stop4707" /> + <stop + id="stop4701" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5598"> + <stop + id="stop5600" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.95266271" + id="stop5606" /> + <stop + id="stop5602" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <radialGradient + r="17.2868" + fy="45.411678" + fx="45.457588" + cy="45.411678" + cx="45.457588" + gradientTransform="matrix(1.0745274,1.0832957,-0.1820881,0.1806143,4.8810925,-12.034328)" + gradientUnits="userSpaceOnUse" + id="radialGradient4590" + xlink:href="#linearGradient3199" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4588" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4586" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + r="17.2868" + fy="45.411678" + fx="45.457588" + cy="45.411678" + cx="45.457588" + gradientTransform="matrix(1.0745274,1.0832957,-0.1820881,0.1806143,4.8810925,-12.034328)" + gradientUnits="userSpaceOnUse" + id="radialGradient4353" + xlink:href="#linearGradient3199" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4351" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4349" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + r="17.2868" + fy="45.411678" + fx="45.457588" + cy="45.411678" + cx="45.457588" + gradientTransform="matrix(1.0745274,1.0832957,-0.1820881,0.1806143,4.8810925,-12.034328)" + gradientUnits="userSpaceOnUse" + id="radialGradient4305" + xlink:href="#linearGradient3199" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4303" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4301" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + r="17.2868" + fy="45.411678" + fx="45.457588" + cy="45.411678" + cx="45.457588" + gradientTransform="matrix(1.0745274,1.0832957,-0.1820881,0.1806143,4.8810925,-12.034328)" + gradientUnits="userSpaceOnUse" + id="radialGradient3160" + xlink:href="#linearGradient3199" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + gradientUnits="userSpaceOnUse" + id="linearGradient3099" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + gradientUnits="userSpaceOnUse" + id="linearGradient3097" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + gradientUnits="userSpaceOnUse" + id="linearGradient3056" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + gradientUnits="userSpaceOnUse" + id="linearGradient3054" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2967" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2965" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + gradientUnits="userSpaceOnUse" + id="linearGradient2756" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + gradientUnits="userSpaceOnUse" + id="linearGradient2758" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2760" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2762" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + r="37.6567" + fy="334.10477" + fx="822.35791" + cy="334.10477" + cx="822.35791" + id="radialGradient2764" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + r="48.537544" + fy="379.37366" + fx="834.06329" + cy="379.37366" + cx="834.06329" + id="radialGradient2766" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + r="51.490337" + fy="416.6268" + fx="834.16461" + cy="416.6268" + cx="834.16461" + id="radialGradient2768" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + r="22.916662" + fy="653.19714" + fx="559.93085" + cy="653.19714" + cx="559.93085" + id="radialGradient2770" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + r="21.03826" + fy="635.96777" + fx="596.68011" + cy="635.96777" + cx="596.68011" + id="radialGradient2772" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + r="20.071379" + fy="620.45239" + fx="637.07098" + cy="620.45239" + cx="637.07098" + id="radialGradient2774" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + r="23.940041" + fy="613.8067" + fx="665.83667" + cy="613.8067" + cx="665.83667" + id="radialGradient2776" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + r="27.265039" + fy="592.33008" + fx="696.78522" + cy="592.33008" + cx="696.78522" + id="radialGradient2778" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + r="39.235065" + fy="565.7605" + fx="734.74274" + cy="565.7605" + cx="734.74274" + id="radialGradient2780" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + r="55.195084" + fy="558.89948" + fx="793.18164" + cy="558.89948" + cx="793.18164" + id="radialGradient2782" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + r="57.855091" + fy="520.16986" + fx="799.92041" + cy="520.16986" + cx="799.92041" + id="radialGradient2784" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + r="53.865082" + fy="457.29218" + fx="825.40234" + cy="457.29218" + cx="825.40234" + id="radialGradient2786" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + r="165.43961" + fy="432.99265" + fx="425.42249" + cy="432.99265" + cx="425.42249" + id="radialGradient2788" + xlink:href="#linearGradient5817" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + id="linearGradient2790" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + id="linearGradient2792" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-478.87675,4.232021)" + gradientUnits="userSpaceOnUse" + y2="294.85672" + x2="518.04419" + y1="682.32623" + x1="225.43034" + id="linearGradient2794" + xlink:href="#linearGradient5066" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-453.48462,5.6426947)" + gradientUnits="userSpaceOnUse" + y2="653.04156" + x2="253.71039" + y1="213.74759" + x1="544.29083" + id="linearGradient2796" + xlink:href="#linearGradient4996" + inkscape:collect="always" /> + <linearGradient + id="linearGradient2798"> + <stop + id="stop2800" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop2802" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient2804"> + <stop + id="stop2806" + offset="0.00000000" + style="stop-color:#dfefff;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" + offset="0.69999999" + id="stop2808" /> + <stop + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" + offset="0.80000001" + id="stop2810" /> + <stop + id="stop2812" + offset="1.0000000" + style="stop-color:#007dfd;stop-opacity:0.50196081;" /> + </linearGradient> + <linearGradient + id="linearGradient2814"> + <stop + id="stop2816" + offset="0.00000000" + style="stop-color:#ffffff;stop-opacity:0.62886596;" /> + <stop + id="stop2818" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2820"> + <stop + id="stop2822" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop2824" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2826"> + <stop + id="stop2828" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop2830" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2832"> + <stop + id="stop2834" + offset="0.00000000" + style="stop-color:#69b4ff;stop-opacity:1.0000000;" /> + <stop + id="stop2836" + offset="1.0000000" + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2838"> + <stop + style="stop-color:#007ffe;stop-opacity:0.62745100;" + offset="0.00000000" + id="stop2840" /> + <stop + id="stop2842" + offset="0.80357140" + style="stop-color:#3d9eff;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" + offset="1.0000000" + id="stop2844" /> + </linearGradient> + <linearGradient + id="linearGradient2846"> + <stop + id="stop2848" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.89999998" + id="stop2850" /> + <stop + id="stop2852" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient2854"> + <stop + id="stop2856" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.95266271" + id="stop2858" /> + <stop + id="stop2860" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3774" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3776" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3841" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3843" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + id="linearGradient2889"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop2891" /> + <stop + id="stop2893" + offset="0.95266271" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2895" /> + </linearGradient> + <linearGradient + id="linearGradient2881"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop2883" /> + <stop + id="stop2885" + offset="0.89999998" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2887" /> + </linearGradient> + <linearGradient + id="linearGradient2873"> + <stop + id="stop2875" + offset="0.00000000" + style="stop-color:#007ffe;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#3d9eff;stop-opacity:0.62745100;" + offset="0.80357140" + id="stop2877" /> + <stop + id="stop2879" + offset="1.0000000" + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" /> + </linearGradient> + <linearGradient + id="linearGradient2867"> + <stop + style="stop-color:#69b4ff;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2869" /> + <stop + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2871" /> + </linearGradient> + <linearGradient + id="linearGradient2861"> + <stop + style="stop-color:#2727e8;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2863" /> + <stop + style="stop-color:#5f5fee;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2865" /> + </linearGradient> + <linearGradient + id="linearGradient2855"> + <stop + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2857" /> + <stop + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2859" /> + </linearGradient> + <linearGradient + id="linearGradient2849"> + <stop + style="stop-color:#ffffff;stop-opacity:0.62886596;" + offset="0.00000000" + id="stop2851" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.00000000;" + offset="1.0000000" + id="stop2853" /> + </linearGradient> + <linearGradient + id="linearGradient2839"> + <stop + style="stop-color:#dfefff;stop-opacity:0.50196081;" + offset="0.00000000" + id="stop2841" /> + <stop + id="stop2843" + offset="0.69999999" + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" /> + <stop + id="stop2845" + offset="0.80000001" + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#007dfd;stop-opacity:0.50196081;" + offset="1.0000000" + id="stop2847" /> + </linearGradient> + <linearGradient + id="linearGradient2833"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2835" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2837" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4996" + id="linearGradient2831" + x1="544.29083" + y1="213.74759" + x2="253.71039" + y2="653.04156" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-453.48462,5.6426947)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5066" + id="linearGradient2829" + x1="225.43034" + y1="682.32623" + x2="518.04419" + y2="294.85672" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-478.87675,4.232021)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2827" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2825" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5817" + id="radialGradient2823" + cx="425.42249" + cy="432.99265" + fx="425.42249" + fy="432.99265" + r="165.43961" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2821" + cx="825.40234" + cy="457.29218" + fx="825.40234" + fy="457.29218" + r="53.865082" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2819" + cx="799.92041" + cy="520.16986" + fx="799.92041" + fy="520.16986" + r="57.855091" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2817" + cx="793.18164" + cy="558.89948" + fx="793.18164" + fy="558.89948" + r="55.195084" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2815" + cx="734.74274" + cy="565.7605" + fx="734.74274" + fy="565.7605" + r="39.235065" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2813" + cx="696.78522" + cy="592.33008" + fx="696.78522" + fy="592.33008" + r="27.265039" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2811" + cx="665.83667" + cy="613.8067" + fx="665.83667" + fy="613.8067" + r="23.940041" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2809" + cx="637.07098" + cy="620.45239" + fx="637.07098" + fy="620.45239" + r="20.071379" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2807" + cx="596.68011" + cy="635.96777" + fx="596.68011" + fy="635.96777" + r="21.03826" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2805" + cx="559.93085" + cy="653.19714" + fx="559.93085" + fy="653.19714" + r="22.916662" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2803" + cx="834.16461" + cy="416.6268" + fx="834.16461" + fy="416.6268" + r="51.490337" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2801" + cx="834.06329" + cy="379.37366" + fx="834.06329" + fy="379.37366" + r="48.537544" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2799" + cx="822.35791" + cy="334.10477" + fx="822.35791" + fy="334.10477" + r="37.6567" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2797" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2795" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2793" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + id="linearGradient3199"> + <stop + id="stop3201" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.49803922;" + offset="0.5" + id="stop3216" /> + <stop + id="stop3218" + offset="0.8035714" + style="stop-color:#ffffff;stop-opacity:0.24705882;" /> + <stop + id="stop3203" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3025" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3027" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3072" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3074" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="radialGradient3076" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0745274,1.0832957,-0.1820881,0.1806143,4.8810925,-12.034328)" + cx="45.457588" + cy="45.411678" + fx="45.457588" + fy="45.411678" + r="17.2868" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3100" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3102" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3119" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3121" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.64665836" + inkscape:cx="210.56928" + inkscape:cy="191.36374" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + width="500px" + height="500px" + inkscape:window-width="1440" + inkscape:window-height="844" + inkscape:window-x="-4" + inkscape:window-y="-4" /> + <metadata + id="metadata2165"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <image + y="204.13028" + x="182.13039" + id="image2241" + height="24" + width="27" + sodipodi:absref="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\seamonkeydefault\preview-magnify-glass.png" + xlink:href="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\seamonkeydefault\preview-magnify-glass.png" /> + <g + id="g3223" + transform="translate(238.13028,210.13029)"> + <path + transform="matrix(0.9078077,-0.9078077,1.1542663,1.1542663,-23.246509,10.180673)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M 9.6429272,4.4773731 A 1.7520146,4.746367 0 1 1 9.6371875,4.4350537" + sodipodi:ry="4.746367" + sodipodi:rx="1.7520146" + sodipodi:cy="6.093154" + sodipodi:cx="7.9955573" + id="path2244" + style="opacity:1;fill:#91380c;fill-opacity:1;fill-rule:nonzero;stroke:#662607;stroke-width:0.34538627;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.95686275" + sodipodi:type="arc" /> + <path + transform="matrix(1.0725343,0,0,1.0724923,-0.1130571,-1.0065792)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M -10.649134,2.2285586 A 4.4278188,4.4278188 0 1 1 -10.66364,2.1890795" + sodipodi:ry="4.4278188" + sodipodi:rx="4.4278188" + sodipodi:cy="3.7358978" + sodipodi:cx="-14.812487" + id="path2248" + style="opacity:1;fill:#d1d3d5;fill-opacity:1;fill-rule:nonzero;stroke:#444444;stroke-width:0.46619469;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + <g + id="g3236" + transform="translate(210.13028,210.13029)"> + <path + id="path3229" + d="M 9.6429272,4.4773731 C 9.9721561,6.94088 9.5013347,9.6641177 8.5919865,10.556029 C 7.6826383,11.44794 6.6774163,10.172442 6.3481874,7.7089348 C 6.0189585,5.2454279 6.48978,2.5221902 7.3991281,1.6302791 C 8.3029773,0.74376171 9.3013787,1.9949757 9.6371875,4.4350537" + style="fill:#91380c;fill-opacity:1;fill-rule:nonzero;stroke:#682707;stroke-width:0.34538627;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" + transform="matrix(0.9078077,-0.9078077,1.1542663,1.1542663,-18.875211,35.699686)" /> + <path + sodipodi:type="arc" + style="fill:#d1d3d5;fill-opacity:1;fill-rule:nonzero;stroke:#444444;stroke-width:0.46619469;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3231" + sodipodi:cx="-14.812487" + sodipodi:cy="3.7358978" + sodipodi:rx="4.4278188" + sodipodi:ry="4.4278188" + d="M -10.649134,2.2285586 A 4.4278188,4.4278188 0 1 1 -10.66364,2.1890795" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(1.0725343,0,0,1.0724923,4.2582376,24.512434)" /> + </g> + <g + id="g3254" + transform="translate(210.13028,210.13029)"> + <path + style="fill:#91380c;fill-opacity:1;fill-rule:nonzero;stroke:#682707;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 22.484347,32.246116 C 25.564479,34.76161 28.253532,38.258139 28.486698,40.050869 C 28.719862,41.843595 26.409279,41.257004 23.329144,38.741509 C 20.249014,36.226017 17.559961,32.729487 17.326794,30.936758 C 17.09504,29.154872 19.372194,29.719733 22.431363,32.202977" + id="path3242" /> + <path + transform="matrix(1.0443307,0,0,1.0442899,31.33439,24.634086)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M -10.649134,2.2285586 A 4.4278188,4.4278188 0 1 1 -10.66364,2.1890795" + sodipodi:ry="4.4278188" + sodipodi:rx="4.4278188" + sodipodi:cy="3.7358978" + sodipodi:cx="-14.812487" + id="path3244" + style="fill:#d1d3d5;fill-opacity:1;fill-rule:nonzero;stroke:#444444;stroke-width:0.71817738;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + <g + id="g2388" + transform="translate(-89.791305,-184.77715)"> + <g + style="display:inline" + inkscape:label="Shadow" + id="layer3" /> + <g + style="display:inline" + id="g2391" + inkscape:label="Background"> + <g + id="g2219"> + <path + sodipodi:type="arc" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6573" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + style="fill:url(#linearGradient2242);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + id="path2064" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + style="fill:url(#linearGradient2239);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + id="path2056" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + id="path2058" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path2052" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="display:inline" + inkscape:label="SeaMonkey" + id="layer2" /> + </g> + <g + transform="translate(-247.78438,-65.963114)" + id="g4261"> + <g + id="g4263" + inkscape:label="Shadow" + style="display:inline" /> + <g + inkscape:label="Background" + id="g4265" + style="display:inline"> + <g + id="g4267"> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path4269" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + <path + inkscape:export-ydpi="24.028801" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + id="path4271" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + style="fill:url(#linearGradient3119);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cssssssssssscsss" + id="path4273" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + style="fill:url(#linearGradient3121);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccccccsccccccccccc" + id="path4275" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path4277" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + id="g4279" + inkscape:label="SeaMonkey" + style="display:inline" /> + </g> + <g + transform="matrix(1.2522169,0,0,1.1949279,445.5891,111.78335)" + id="g4281"> + <path + inkscape:export-ydpi="80.222176" + inkscape:export-xdpi="80.222176" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\bkmk3.png" + sodipodi:nodetypes="ccsccccccccccccccccccccsc" + id="path4283" + d="M -227.62113,184.74074 C -232.11524,184.64538 -236.59155,187.11474 -238.81213,191.02064 C -241.45058,195.3896 -240.88344,201.21399 -237.62962,205.11996 L -231.17767,212.07609 L -224.89082,218.68023 L -218.60879,225.45787 L -212.14722,232.06698 L -205.86038,238.6711 L -199.57835,245.44876 L -193.29149,252.05287 L -186.82992,258.66198 L -187.26399,249.0989 L -187.5185,239.36725 L -177.92762,240.33506 L -168.33671,241.30286 L -174.62354,234.69874 L -181.08512,228.08963 L -187.36717,221.31198 L -193.65399,214.70786 L -200.11558,208.09876 L -206.3976,201.32111 L -212.68446,194.71697 L -219.14604,188.10786 C -220.93634,186.44951 -223.28444,185.38524 -225.70391,184.96901 C -226.34103,184.84661 -226.97911,184.75437 -227.62113,184.74074 z " + style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:#000080;stroke-width:2.79422808;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:export-ydpi="76.790672" + inkscape:export-xdpi="76.790672" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\bkmk.png" + transform="matrix(2.9454369,2.8106115,-3.1508717,2.6846787,-194.04659,207.50232)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M -6.4729494,3.5241129 A 0.78960949,0.77599555 0 1 1 -6.4755362,3.517194" + sodipodi:ry="0.77599555" + sodipodi:rx="0.78960949" + sodipodi:cy="3.788281" + sodipodi:cx="-7.2153969" + id="path4285" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.39147401;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + <path + style="fill:#91380c;fill-opacity:1;fill-rule:nonzero;stroke:#682707;stroke-width:3.62059999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 182.01143,367.29502 C 167.1422,379.43849 154.16088,396.31787 153.03528,404.97221 C 151.90969,413.62654 163.06395,410.79479 177.9332,398.65132 C 192.80243,386.50786 205.78374,369.62848 206.90935,360.97414 C 208.02813,352.37215 197.03525,355.09899 182.26721,367.08677" + id="path3125" /> + <path + transform="matrix(-5.0414718,0,0,5.0412748,139.28814,330.5482)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M -10.649134,2.2285586 A 4.4278188,4.4278188 0 1 1 -10.66364,2.1890795" + sodipodi:ry="4.4278188" + sodipodi:rx="4.4278188" + sodipodi:cy="3.7358978" + sodipodi:cx="-14.812487" + id="path3127" + style="fill:#d1d3d5;fill-opacity:1;fill-rule:nonzero;stroke:#444444;stroke-width:0.71817738;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <g + id="g3129" + transform="matrix(-4.8274668,0,0,4.8274668,451.4283,218.35912)"> + <path + style="fill:#91380c;fill-opacity:1;fill-rule:nonzero;stroke:#682707;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 22.484347,32.246116 C 25.564479,34.76161 28.253532,38.258139 28.486698,40.050869 C 28.719862,41.843595 26.409279,41.257004 23.329144,38.741509 C 20.249014,36.226017 17.559961,32.729487 17.326794,30.936758 C 17.09504,29.154872 19.372194,29.719733 22.431363,32.202977" + id="path3131" /> + <path + transform="matrix(1.0443307,0,0,1.0442899,31.33439,24.634086)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M -10.649134,2.2285586 A 4.4278188,4.4278188 0 1 1 -10.66364,2.1890795" + sodipodi:ry="4.4278188" + sodipodi:rx="4.4278188" + sodipodi:cy="3.7358978" + sodipodi:cx="-14.812487" + id="path3133" + style="fill:#d1d3d5;fill-opacity:1;fill-rule:nonzero;stroke:#444444;stroke-width:0.71817738;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + <g + id="g2409" + transform="translate(-343.79172,-234.91492)" + style="fill:none"> + <g + style="display:inline;fill:none" + inkscape:label="Shadow" + id="g2411" /> + <g + style="display:inline;fill:none" + id="g2413" + inkscape:label="Background"> + <g + id="g2415" + style="fill:none"> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path2417" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + id="path2419" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + id="path2421" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + style="fill:none;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + id="path2423" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path2425" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="display:inline;fill:none" + inkscape:label="SeaMonkey" + id="g2427" /> + </g> + <g + id="g2429" + transform="matrix(1.2522169,0,0,1.1949279,625.57862,-159.03968)"> + <path + style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:#000080;stroke-width:2.79422808;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M -227.62113,184.74074 C -232.11524,184.64538 -236.59155,187.11474 -238.81213,191.02064 C -241.45058,195.3896 -240.88344,201.21399 -237.62962,205.11996 L -231.17767,212.07609 L -224.89082,218.68023 L -218.60879,225.45787 L -212.14722,232.06698 L -205.86038,238.6711 L -199.57835,245.44876 L -193.29149,252.05287 L -186.82992,258.66198 L -187.26399,249.0989 L -187.5185,239.36725 L -177.92762,240.33506 L -168.33671,241.30286 L -174.62354,234.69874 L -181.08512,228.08963 L -187.36717,221.31198 L -193.65399,214.70786 L -200.11558,208.09876 L -206.3976,201.32111 L -212.68446,194.71697 L -219.14604,188.10786 C -220.93634,186.44951 -223.28444,185.38524 -225.70391,184.96901 C -226.34103,184.84661 -226.97911,184.75437 -227.62113,184.74074 z " + id="path2431" + sodipodi:nodetypes="ccsccccccccccccccccccccsc" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\bkmk3.png" + inkscape:export-xdpi="80.222176" + inkscape:export-ydpi="80.222176" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.39147401;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2433" + sodipodi:cx="-7.2153969" + sodipodi:cy="3.788281" + sodipodi:rx="0.78960949" + sodipodi:ry="0.77599555" + d="M -6.4729494,3.5241129 A 0.78960949,0.77599555 0 1 1 -6.4755362,3.517194" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(2.9454369,2.8106115,-3.1508717,2.6846787,-194.04659,207.50232)" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\bkmk.png" + inkscape:export-xdpi="76.790672" + inkscape:export-ydpi="76.790672" /> + </g> + <path + id="path2435" + d="M 86.00409,198.34322 C 71.13486,210.48669 58.15354,227.36607 57.02794,236.02041 C 55.90235,244.67474 67.05661,241.84299 81.92586,229.69952 C 96.79509,217.55606 109.7764,200.67668 110.90201,192.02234 C 112.02079,183.42035 101.02791,186.14719 86.25987,198.13497" + style="fill:#91380c;fill-opacity:1;fill-rule:nonzero;stroke:#682707;stroke-width:3.62059999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:type="arc" + style="fill:#d1d3d5;fill-opacity:1;fill-rule:nonzero;stroke:#444444;stroke-width:0.71817738;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2437" + sodipodi:cx="-14.812487" + sodipodi:cy="3.7358978" + sodipodi:rx="4.4278188" + sodipodi:ry="4.4278188" + d="M -10.649134,2.2285586 A 4.4278188,4.4278188 0 1 1 -10.66364,2.1890795" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(-5.0414718,0,0,5.0412748,43.2808,161.5964)" /> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/template/svg/findHistoryWindow.svg b/comm/suite/branding/seamonkey/icons/template/svg/findHistoryWindow.svg new file mode 100644 index 0000000000..1316015835 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/template/svg/findHistoryWindow.svg @@ -0,0 +1,2325 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="744.09448819" + height="1052.3622047" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docbase="C:\Documents and Settings\Owner.SPINELLOZONE\My Documents\seamonkey-icons-complete\findHistorywindow" + sodipodi:docname="seamonkey-findHistorywindowSVG.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4"> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2234" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2232" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + r="37.656700" + fy="334.10477" + fx="822.35791" + cy="334.10477" + cx="822.35791" + id="radialGradient11020" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + r="48.537544" + fy="379.37366" + fx="834.06329" + cy="379.37366" + cx="834.06329" + id="radialGradient11018" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + r="51.490337" + fy="416.62680" + fx="834.16461" + cy="416.62680" + cx="834.16461" + id="radialGradient11016" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + r="22.916662" + fy="653.19714" + fx="559.93085" + cy="653.19714" + cx="559.93085" + id="radialGradient11014" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + r="21.038260" + fy="635.96777" + fx="596.68011" + cy="635.96777" + cx="596.68011" + id="radialGradient11012" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + r="20.071379" + fy="620.45239" + fx="637.07098" + cy="620.45239" + cx="637.07098" + id="radialGradient11010" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + r="23.940041" + fy="613.80670" + fx="665.83667" + cy="613.80670" + cx="665.83667" + id="radialGradient11008" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + r="27.265039" + fy="592.33008" + fx="696.78522" + cy="592.33008" + cx="696.78522" + id="radialGradient11006" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + r="39.235065" + fy="565.76050" + fx="734.74274" + cy="565.76050" + cx="734.74274" + id="radialGradient11004" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + r="55.195084" + fy="558.89948" + fx="793.18164" + cy="558.89948" + cx="793.18164" + id="radialGradient11002" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + r="57.855091" + fy="520.16986" + fx="799.92041" + cy="520.16986" + cx="799.92041" + id="radialGradient11000" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + r="53.865082" + fy="457.29218" + fx="825.40234" + cy="457.29218" + cx="825.40234" + id="radialGradient10262" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + r="165.43960" + fy="432.99265" + fx="425.42249" + cy="432.99265" + cx="425.42249" + id="radialGradient5823" + xlink:href="#linearGradient5817" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + id="linearGradient5815" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + id="linearGradient5080" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-478.87675,4.232021)" + gradientUnits="userSpaceOnUse" + y2="294.85672" + x2="518.04419" + y1="682.32623" + x1="225.43034" + id="linearGradient5072" + xlink:href="#linearGradient5066" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-453.48462,5.6426947)" + gradientUnits="userSpaceOnUse" + y2="653.04156" + x2="253.71039" + y1="213.74759" + x1="544.29083" + id="linearGradient5002" + xlink:href="#linearGradient4996" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4996"> + <stop + id="stop4998" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop5000" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5006"> + <stop + id="stop5008" + offset="0.00000000" + style="stop-color:#dfefff;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" + offset="0.69999999" + id="stop10260" /> + <stop + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" + offset="0.80000001" + id="stop5016" /> + <stop + id="stop5010" + offset="1.0000000" + style="stop-color:#007dfd;stop-opacity:0.50196081;" /> + </linearGradient> + <linearGradient + id="linearGradient5066"> + <stop + id="stop5068" + offset="0.00000000" + style="stop-color:#ffffff;stop-opacity:0.62886596;" /> + <stop + id="stop5070" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5817"> + <stop + id="stop5819" + offset="0.00000000" + style="stop-color:#69b4ff;stop-opacity:1.0000000;" /> + <stop + id="stop5821" + offset="1.0000000" + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient10990"> + <stop + style="stop-color:#007ffe;stop-opacity:0.62745100;" + offset="0.00000000" + id="stop10992" /> + <stop + id="stop10996" + offset="0.80357140" + style="stop-color:#3d9eff;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" + offset="1.0000000" + id="stop10998" /> + </linearGradient> + <linearGradient + id="linearGradient4697"> + <stop + id="stop4699" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.89999998" + id="stop4707" /> + <stop + id="stop4701" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5598"> + <stop + id="stop5600" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.95266271" + id="stop5606" /> + <stop + id="stop5602" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <filter + inkscape:collect="always" + id="filter4288"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="8.1055212" + id="feGaussianBlur4290" /> + </filter> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4612" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4614" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + id="linearGradient3152" + inkscape:collect="always"> + <stop + id="stop3154" + offset="0" + style="stop-color:#63ba0f;stop-opacity:1;" /> + <stop + id="stop3156" + offset="1" + style="stop-color:#509e07;stop-opacity:1" /> + </linearGradient> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient3102" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient3100" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + r="17.2868" + fy="45.411678" + fx="45.457588" + cy="45.411678" + cx="45.457588" + gradientTransform="matrix(1.0745274,1.0832957,-0.1820881,0.1806143,4.8810925,-12.034328)" + gradientUnits="userSpaceOnUse" + id="radialGradient3076" + xlink:href="#linearGradient3199" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient3074" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient3072" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient3027" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient3025" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3199"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3201" /> + <stop + id="stop3216" + offset="0.5" + style="stop-color:#ffffff;stop-opacity:0.49803922;" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.24705882;" + offset="0.8035714" + id="stop3218" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3203" /> + </linearGradient> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2791" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2793" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2795" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2797" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + r="37.6567" + fy="334.10477" + fx="822.35791" + cy="334.10477" + cx="822.35791" + id="radialGradient2799" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + r="48.537544" + fy="379.37366" + fx="834.06329" + cy="379.37366" + cx="834.06329" + id="radialGradient2801" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + r="51.490337" + fy="416.6268" + fx="834.16461" + cy="416.6268" + cx="834.16461" + id="radialGradient2803" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + r="22.916662" + fy="653.19714" + fx="559.93085" + cy="653.19714" + cx="559.93085" + id="radialGradient2805" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + r="21.03826" + fy="635.96777" + fx="596.68011" + cy="635.96777" + cx="596.68011" + id="radialGradient2807" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + r="20.071379" + fy="620.45239" + fx="637.07098" + cy="620.45239" + cx="637.07098" + id="radialGradient2809" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + r="23.940041" + fy="613.8067" + fx="665.83667" + cy="613.8067" + cx="665.83667" + id="radialGradient2811" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + r="27.265039" + fy="592.33008" + fx="696.78522" + cy="592.33008" + cx="696.78522" + id="radialGradient2813" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + r="39.235065" + fy="565.7605" + fx="734.74274" + cy="565.7605" + cx="734.74274" + id="radialGradient2815" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + r="55.195084" + fy="558.89948" + fx="793.18164" + cy="558.89948" + cx="793.18164" + id="radialGradient2817" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + r="57.855091" + fy="520.16986" + fx="799.92041" + cy="520.16986" + cx="799.92041" + id="radialGradient2819" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + r="53.865082" + fy="457.29218" + fx="825.40234" + cy="457.29218" + cx="825.40234" + id="radialGradient2821" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + r="165.43961" + fy="432.99265" + fx="425.42249" + cy="432.99265" + cx="425.42249" + id="radialGradient2823" + xlink:href="#linearGradient5817" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + id="linearGradient2825" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + id="linearGradient2827" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-478.87675,4.232021)" + gradientUnits="userSpaceOnUse" + y2="294.85672" + x2="518.04419" + y1="682.32623" + x1="225.43034" + id="linearGradient2829" + xlink:href="#linearGradient5066" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-453.48462,5.6426947)" + gradientUnits="userSpaceOnUse" + y2="653.04156" + x2="253.71039" + y1="213.74759" + x1="544.29083" + id="linearGradient2831" + xlink:href="#linearGradient4996" + inkscape:collect="always" /> + <linearGradient + id="linearGradient2833"> + <stop + id="stop2835" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop2837" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient2839"> + <stop + id="stop2841" + offset="0.00000000" + style="stop-color:#dfefff;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" + offset="0.69999999" + id="stop2843" /> + <stop + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" + offset="0.80000001" + id="stop2845" /> + <stop + id="stop2847" + offset="1.0000000" + style="stop-color:#007dfd;stop-opacity:0.50196081;" /> + </linearGradient> + <linearGradient + id="linearGradient2849"> + <stop + id="stop2851" + offset="0.00000000" + style="stop-color:#ffffff;stop-opacity:0.62886596;" /> + <stop + id="stop2853" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2855"> + <stop + id="stop2857" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop2859" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2861"> + <stop + id="stop2863" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop2865" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2867"> + <stop + id="stop2869" + offset="0.00000000" + style="stop-color:#69b4ff;stop-opacity:1.0000000;" /> + <stop + id="stop2871" + offset="1.0000000" + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2873"> + <stop + style="stop-color:#007ffe;stop-opacity:0.62745100;" + offset="0.00000000" + id="stop2875" /> + <stop + id="stop2877" + offset="0.80357140" + style="stop-color:#3d9eff;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" + offset="1.0000000" + id="stop2879" /> + </linearGradient> + <linearGradient + id="linearGradient2881"> + <stop + id="stop2883" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.89999998" + id="stop2885" /> + <stop + id="stop2887" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient2889"> + <stop + id="stop2891" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.95266271" + id="stop2893" /> + <stop + id="stop2895" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + gradientUnits="userSpaceOnUse" + id="linearGradient3843" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + gradientUnits="userSpaceOnUse" + id="linearGradient3841" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + gradientUnits="userSpaceOnUse" + id="linearGradient3776" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + gradientUnits="userSpaceOnUse" + id="linearGradient3774" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + id="linearGradient2854"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop2856" /> + <stop + id="stop2858" + offset="0.95266271" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2860" /> + </linearGradient> + <linearGradient + id="linearGradient2846"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop2848" /> + <stop + id="stop2850" + offset="0.89999998" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2852" /> + </linearGradient> + <linearGradient + id="linearGradient2838"> + <stop + id="stop2840" + offset="0.00000000" + style="stop-color:#007ffe;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#3d9eff;stop-opacity:0.62745100;" + offset="0.80357140" + id="stop2842" /> + <stop + id="stop2844" + offset="1.0000000" + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" /> + </linearGradient> + <linearGradient + id="linearGradient2832"> + <stop + style="stop-color:#69b4ff;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2834" /> + <stop + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2836" /> + </linearGradient> + <linearGradient + id="linearGradient2826"> + <stop + style="stop-color:#2727e8;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2828" /> + <stop + style="stop-color:#5f5fee;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2830" /> + </linearGradient> + <linearGradient + id="linearGradient2820"> + <stop + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2822" /> + <stop + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2824" /> + </linearGradient> + <linearGradient + id="linearGradient2814"> + <stop + style="stop-color:#ffffff;stop-opacity:0.62886596;" + offset="0.00000000" + id="stop2816" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.00000000;" + offset="1.0000000" + id="stop2818" /> + </linearGradient> + <linearGradient + id="linearGradient2804"> + <stop + style="stop-color:#dfefff;stop-opacity:0.50196081;" + offset="0.00000000" + id="stop2806" /> + <stop + id="stop2808" + offset="0.69999999" + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" /> + <stop + id="stop2810" + offset="0.80000001" + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#007dfd;stop-opacity:0.50196081;" + offset="1.0000000" + id="stop2812" /> + </linearGradient> + <linearGradient + id="linearGradient2798"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2800" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2802" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4996" + id="linearGradient2796" + x1="544.29083" + y1="213.74759" + x2="253.71039" + y2="653.04156" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-453.48462,5.6426947)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5066" + id="linearGradient2794" + x1="225.43034" + y1="682.32623" + x2="518.04419" + y2="294.85672" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-478.87675,4.232021)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2792" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2790" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5817" + id="radialGradient2788" + cx="425.42249" + cy="432.99265" + fx="425.42249" + fy="432.99265" + r="165.43961" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2786" + cx="825.40234" + cy="457.29218" + fx="825.40234" + fy="457.29218" + r="53.865082" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2784" + cx="799.92041" + cy="520.16986" + fx="799.92041" + fy="520.16986" + r="57.855091" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2782" + cx="793.18164" + cy="558.89948" + fx="793.18164" + fy="558.89948" + r="55.195084" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2780" + cx="734.74274" + cy="565.7605" + fx="734.74274" + fy="565.7605" + r="39.235065" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2778" + cx="696.78522" + cy="592.33008" + fx="696.78522" + fy="592.33008" + r="27.265039" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2776" + cx="665.83667" + cy="613.8067" + fx="665.83667" + fy="613.8067" + r="23.940041" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2774" + cx="637.07098" + cy="620.45239" + fx="637.07098" + fy="620.45239" + r="20.071379" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2772" + cx="596.68011" + cy="635.96777" + fx="596.68011" + fy="635.96777" + r="21.03826" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2770" + cx="559.93085" + cy="653.19714" + fx="559.93085" + fy="653.19714" + r="22.916662" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2768" + cx="834.16461" + cy="416.6268" + fx="834.16461" + fy="416.6268" + r="51.490337" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2766" + cx="834.06329" + cy="379.37366" + fx="834.06329" + fy="379.37366" + r="48.537544" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2764" + cx="822.35791" + cy="334.10477" + fx="822.35791" + fy="334.10477" + r="37.6567" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2762" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2760" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2758" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2756" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2965" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2967" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3054" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3056" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3097" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3099" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="radialGradient3160" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0745274,1.0832957,-0.1820881,0.1806143,4.8810925,-12.034328)" + cx="45.457588" + cy="45.411678" + fx="45.457588" + fy="45.411678" + r="17.2868" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4301" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="radialGradient4305" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0745274,1.0832957,-0.1820881,0.1806143,4.8810925,-12.034328)" + cx="45.457588" + cy="45.411678" + fx="45.457588" + fy="45.411678" + r="17.2868" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4349" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4351" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="radialGradient4353" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0745274,1.0832957,-0.1820881,0.1806143,4.8810925,-12.034328)" + cx="45.457588" + cy="45.411678" + fx="45.457588" + fy="45.411678" + r="17.2868" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4586" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4588" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="radialGradient4590" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0745274,1.0832957,-0.1820881,0.1806143,4.8810925,-12.034328)" + cx="45.457588" + cy="45.411678" + fx="45.457588" + fy="45.411678" + r="17.2868" /> + <linearGradient + id="linearGradient3350"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop3352" /> + <stop + id="stop3354" + offset="0.95266271" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3356" /> + </linearGradient> + <linearGradient + id="linearGradient3342"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop3344" /> + <stop + id="stop3346" + offset="0.89999998" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3348" /> + </linearGradient> + <linearGradient + id="linearGradient3334"> + <stop + id="stop3336" + offset="0.00000000" + style="stop-color:#007ffe;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#3d9eff;stop-opacity:0.62745100;" + offset="0.80357140" + id="stop3338" /> + <stop + id="stop3340" + offset="1.0000000" + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" /> + </linearGradient> + <linearGradient + id="linearGradient3328"> + <stop + style="stop-color:#69b4ff;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop3330" /> + <stop + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop3332" /> + </linearGradient> + <linearGradient + id="linearGradient3322"> + <stop + style="stop-color:#2727e8;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop3324" /> + <stop + style="stop-color:#5f5fee;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop3326" /> + </linearGradient> + <linearGradient + id="linearGradient3316"> + <stop + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop3318" /> + <stop + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop3320" /> + </linearGradient> + <linearGradient + id="linearGradient3310"> + <stop + style="stop-color:#ffffff;stop-opacity:0.62886596;" + offset="0.00000000" + id="stop3312" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.00000000;" + offset="1.0000000" + id="stop3314" /> + </linearGradient> + <linearGradient + id="linearGradient3300"> + <stop + style="stop-color:#dfefff;stop-opacity:0.50196081;" + offset="0.00000000" + id="stop3302" /> + <stop + id="stop3304" + offset="0.69999999" + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" /> + <stop + id="stop3306" + offset="0.80000001" + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#007dfd;stop-opacity:0.50196081;" + offset="1.0000000" + id="stop3308" /> + </linearGradient> + <linearGradient + id="linearGradient3294"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3296" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3298" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4996" + id="linearGradient3292" + x1="544.29083" + y1="213.74759" + x2="253.71039" + y2="653.04156" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-453.48462,5.6426947)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5066" + id="linearGradient3290" + x1="225.43034" + y1="682.32623" + x2="518.04419" + y2="294.85672" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-478.87675,4.232021)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3288" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3286" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5817" + id="radialGradient3284" + cx="425.42249" + cy="432.99265" + fx="425.42249" + fy="432.99265" + r="165.43960" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3282" + cx="825.40234" + cy="457.29218" + fx="825.40234" + fy="457.29218" + r="53.865082" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3280" + cx="799.92041" + cy="520.16986" + fx="799.92041" + fy="520.16986" + r="57.855091" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3278" + cx="793.18164" + cy="558.89948" + fx="793.18164" + fy="558.89948" + r="55.195084" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3276" + cx="734.74274" + cy="565.76050" + fx="734.74274" + fy="565.76050" + r="39.235065" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3274" + cx="696.78522" + cy="592.33008" + fx="696.78522" + fy="592.33008" + r="27.265039" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3272" + cx="665.83667" + cy="613.80670" + fx="665.83667" + fy="613.80670" + r="23.940041" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3270" + cx="637.07098" + cy="620.45239" + fx="637.07098" + fy="620.45239" + r="20.071379" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3268" + cx="596.68011" + cy="635.96777" + fx="596.68011" + fy="635.96777" + r="21.038260" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3266" + cx="559.93085" + cy="653.19714" + fx="559.93085" + fy="653.19714" + r="22.916662" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3264" + cx="834.16461" + cy="416.62680" + fx="834.16461" + fy="416.62680" + r="51.490337" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3262" + cx="834.06329" + cy="379.37366" + fx="834.06329" + fy="379.37366" + r="48.537544" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3260" + cx="822.35791" + cy="334.10477" + fx="822.35791" + fy="334.10477" + r="37.656700" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3258" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3256" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3873" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3875" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3152" + id="linearGradient3885" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.4893755,0,0,2.4893755,754.50881,-27.065893)" + spreadMethod="pad" + x1="-136.54431" + y1="58.386353" + x2="-130.13719" + y2="78.847557" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3152" + id="linearGradient4319" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.4893755,0,0,2.4893755,811.77658,331.14465)" + spreadMethod="pad" + x1="-136.54431" + y1="58.386353" + x2="-130.13719" + y2="78.847557" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3308" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3311" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + gridtolerance="10000" + guidetolerance="10" + objecttolerance="10" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="4.4340442" + inkscape:cx="212.32122" + inkscape:cy="576.0591" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1440" + inkscape:window-height="844" + inkscape:window-x="0" + inkscape:window-y="22" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <g + id="g3212" + transform="translate(-165.475,356.80547)"> + <g + transform="translate(-148.79055,-318.30513)" + id="g4024"> + <g + id="g4026" + inkscape:label="Shadow" + style="display:inline" /> + <g + inkscape:label="Background" + id="g4028" + style="display:inline"> + <g + id="g4030"> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path4032" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + <path + inkscape:export-ydpi="24.028801" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + id="path4034" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + style="fill:url(#linearGradient3308);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cssssssssssscsss" + id="path4036" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + style="fill:url(#linearGradient3311);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccccccsccccccccccc" + id="path4038" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path4040" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + id="g4042" + inkscape:label="SeaMonkey" + style="display:inline" /> + </g> + <g + transform="translate(-153.84722,-21.867746)" + id="g4044"> + <path + transform="matrix(0.2477023,0,0,0.2079683,648.47198,64.124139)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M -661.87975,209.38359 A 127.14286,151.42857 0 1 1 -662.29628,208.03343" + sodipodi:ry="151.42857" + sodipodi:rx="127.14286" + sodipodi:cy="260.93362" + sodipodi:cx="-781.42859" + id="path4046" + style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.40591908;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <text + id="text4048" + y="93.797005" + x="451.29788" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="93.797005" + x="451.29788" + id="tspan4050" + sodipodi:role="line">XII</tspan></text> + <text + id="text4052" + y="97.519417" + x="466.95267" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="97.519417" + x="466.95267" + id="tspan4054" + sodipodi:role="line">I</tspan></text> + <text + id="text4056" + y="106.09559" + x="475.9686" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="106.09559" + x="475.9686" + id="tspan4058" + sodipodi:role="line">II</tspan></text> + <text + id="text4060" + y="119.60712" + x="479.48703" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="119.60712" + x="479.48703" + id="tspan4062" + sodipodi:role="line">III</tspan></text> + <text + id="text4064" + y="133.25336" + x="475.19901" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="133.25336" + x="475.19901" + id="tspan4066" + sodipodi:role="line">IV</tspan></text> + <text + id="text4068" + y="142.88013" + x="466.40292" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="142.88013" + x="466.40292" + id="tspan4070" + sodipodi:role="line">V</tspan></text> + <text + id="text4072" + y="146.44739" + x="451.66959" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="146.44739" + x="451.66959" + id="tspan4074" + sodipodi:role="line">VI</tspan></text> + <text + id="text4076" + y="143.14886" + x="437.59592" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="143.14886" + x="437.59592" + id="tspan4078" + sodipodi:role="line">VII</tspan></text> + <text + id="text4080" + y="133.09454" + x="428.68991" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="133.09454" + x="428.68991" + id="tspan4082" + sodipodi:role="line">VIII</tspan></text> + <text + id="text4084" + y="119.50953" + x="426.38095" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="119.50953" + x="426.38095" + id="tspan4086" + sodipodi:role="line">IX</tspan></text> + <text + id="text4088" + y="105.9856" + x="430.44913" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="105.9856" + x="430.44913" + id="tspan4090" + sodipodi:role="line">X</tspan></text> + <text + id="text4092" + y="97.519417" + x="439.02524" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="97.519417" + x="439.02524" + id="tspan4094" + sodipodi:role="line">XI</tspan></text> + <g + transform="matrix(0.5000001,0,0,0.5000001,64.050849,-145.21778)" + id="g4096"> + <path + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 779.71875,502 L 779.71875,504.875 L 779.71875,507.75 L 779.71875,510.625 L 779.71875,513.5 L 779.71875,516.375 L 779.71875,519.25 L 779.71875,522.125 L 779.71875,525 L 779.71875,527.875 L 783.71875,527.875 L 783.71875,525 L 783.71875,522.125 L 783.71875,519.25 L 783.71875,516.375 L 783.71875,513.5 L 783.71875,510.625 L 783.71875,507.75 L 783.71875,504.875 L 783.71875,502 L 779.71875,502 z " + id="path4098" + sodipodi:nodetypes="ccccccccccccccccccccc" /> + <path + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.76657629;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" + d="M 781.71875,496.68239 L 784.33546,501.91582 L 779.10204,501.91582 L 781.71875,496.68239 z " + id="path4100" + sodipodi:nodetypes="cccc" /> + </g> + <g + transform="matrix(-0.4291897,-0.256508,0.256508,-0.4291897,652.78758,549.26748)" + id="g4102"> + <path + sodipodi:nodetypes="ccccccccccccccccccccccccccc" + id="path4104" + d="M 779.71875,502 L 779.71875,504.875 L 779.71875,507.75 L 779.71875,510.625 L 779.71875,513.5 L 779.71875,516.375 L 779.71875,519.25 L 779.71875,522.125 L 779.71875,525 L 779.71875,527.875 L 779.71875,530.75 L 779.71875,533.625 L 779.71875,536.5 L 783.71875,536.5 L 783.71875,533.625 L 783.71875,530.75 L 783.71875,527.875 L 783.71875,525 L 783.71875,522.125 L 783.71875,519.25 L 783.71875,516.375 L 783.71875,513.5 L 783.71875,510.625 L 783.71875,507.75 L 783.71875,504.875 L 783.71875,502 L 779.71875,502 z " + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccc" + id="path4106" + d="M 781.71875,496.68239 L 784.33546,501.91582 L 779.10204,501.91582 L 781.71875,496.68239 z " + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.76657629;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" /> + </g> + <path + transform="matrix(0.5000001,0,0,0.5000001,67.279699,-148.03415)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M 778.6727,531.61082 A 3.6283669,3.6283669 0 1 1 778.66081,531.57847" + sodipodi:ry="3.6283669" + sodipodi:rx="3.6283669" + sodipodi:cy="532.84601" + sodipodi:cx="775.26105" + id="path4108" + style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="3.7992489" + inkscape:original="M -784.625 119.21875 C -823.30724 120.2578 -857.85589 145.69751 -876.65625 178.4375 C -911.16585 236.5006 -905.33598 317.22678 -859.21875 367.5 C -835.95661 393.00489 -800.00341 407.76292 -765.34375 401.375 C -725.99105 394.88795 -694.34644 364.38152 -678.625 328.90625 C -652.69932 272.153 -661.28225 199.33022 -704.71875 153.46875 C -725.24632 131.86038 -754.52802 118.0423 -784.625 119.21875 z " + style="fill:#ffffff;fill-opacity:0.23602486;fill-rule:nonzero;stroke:#000000;stroke-width:4.40591908;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter4288)" + id="path4110" + d="M -784.71875,115.40625 C -825.00423,116.48836 -860.55945,142.78523 -879.9375,176.53125 C -915.33331,236.08542 -909.41022,318.41384 -862.03125,370.0625 C -837.94741,396.46832 -800.80225,411.78686 -764.65625,405.125 C -723.73999,398.38021 -691.31594,366.90167 -675.15625,330.4375 C -648.58851,272.27873 -657.3233,197.98167 -701.96875,150.84375 C -723.18185,128.51376 -753.42796,114.21194 -784.78125,115.4375 L -784.71875,115.40625 z " + transform="matrix(0.2477023,0,0,0.2079683,648.46968,64.107569)" /> + </g> + <g + transform="matrix(4.13789,0,0,4.13789,186.93117,5.0293239)" + id="g4112"> + <path + id="path4114" + d="M 22.484347,32.246116 C 25.564479,34.76161 28.253532,38.258139 28.486698,40.050869 C 28.719862,41.843595 26.409279,41.257004 23.329144,38.741509 C 20.249014,36.226017 17.559961,32.729487 17.326794,30.936758 C 17.09504,29.154872 19.372194,29.719733 22.431363,32.202977" + style="fill:#91380c;fill-opacity:1;fill-rule:nonzero;stroke:#682707;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:type="arc" + style="fill:#d1d3d5;fill-opacity:1;fill-rule:nonzero;stroke:#444444;stroke-width:0.71817738;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4116" + sodipodi:cx="-14.812487" + sodipodi:cy="3.7358978" + sodipodi:rx="4.4278188" + sodipodi:ry="4.4278188" + d="M -10.649134,2.2285586 A 4.4278188,4.4278188 0 1 1 -10.66364,2.1890795" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(1.0443307,0,0,1.0442899,31.33439,24.634086)" /> + </g> + </g> + <g + id="g3116"> + <g + style="fill:none" + id="g4126" + transform="translate(-136.67528,38.617765)"> + <g + style="fill:none;display:inline" + inkscape:label="Shadow" + id="g4128" /> + <g + style="fill:none;display:inline" + id="g4130" + inkscape:label="Background"> + <g + style="fill:none" + id="g4132"> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4134" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + id="path4136" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + id="path4138" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + style="fill:none;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + id="path4140" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4142" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="fill:none;display:inline" + inkscape:label="SeaMonkey" + id="g4144" /> + </g> + <g + id="g4146" + transform="translate(-141.73195,335.05514)"> + <path + sodipodi:type="arc" + style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.40591908;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4148" + sodipodi:cx="-781.42859" + sodipodi:cy="260.93362" + sodipodi:rx="127.14286" + sodipodi:ry="151.42857" + d="M -661.87975,209.38359 A 127.14286,151.42857 0 1 1 -662.29628,208.03343" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(0.2477023,0,0,0.2079683,648.47198,64.124139)" /> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="451.29788" + y="93.797005" + id="text4150"><tspan + sodipodi:role="line" + id="tspan4152" + x="451.29788" + y="93.797005">XII</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="466.95267" + y="97.519417" + id="text4154"><tspan + sodipodi:role="line" + id="tspan4156" + x="466.95267" + y="97.519417">I</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="475.9686" + y="106.09559" + id="text4158"><tspan + sodipodi:role="line" + id="tspan4160" + x="475.9686" + y="106.09559">II</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="479.48703" + y="119.60712" + id="text4162"><tspan + sodipodi:role="line" + id="tspan4164" + x="479.48703" + y="119.60712">III</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="475.19901" + y="133.25336" + id="text4166"><tspan + sodipodi:role="line" + id="tspan4168" + x="475.19901" + y="133.25336">IV</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="466.40292" + y="142.88013" + id="text4170"><tspan + sodipodi:role="line" + id="tspan4172" + x="466.40292" + y="142.88013">V</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="451.66959" + y="146.44739" + id="text4174"><tspan + sodipodi:role="line" + id="tspan4176" + x="451.66959" + y="146.44739">VI</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="437.59592" + y="143.14886" + id="text4178"><tspan + sodipodi:role="line" + id="tspan4180" + x="437.59592" + y="143.14886">VII</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="428.68991" + y="133.09454" + id="text4182"><tspan + sodipodi:role="line" + id="tspan4184" + x="428.68991" + y="133.09454">VIII</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="426.38095" + y="119.50953" + id="text4186"><tspan + sodipodi:role="line" + id="tspan4188" + x="426.38095" + y="119.50953">IX</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="430.44913" + y="105.9856" + id="text4190"><tspan + sodipodi:role="line" + id="tspan4192" + x="430.44913" + y="105.9856">X</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="439.02524" + y="97.519417" + id="text4194"><tspan + sodipodi:role="line" + id="tspan4196" + x="439.02524" + y="97.519417">XI</tspan></text> + <g + id="g4198" + transform="matrix(0.5000001,0,0,0.5000001,64.050849,-145.21778)"> + <path + sodipodi:nodetypes="ccccccccccccccccccccc" + id="path4200" + d="M 779.71875,502 L 779.71875,504.875 L 779.71875,507.75 L 779.71875,510.625 L 779.71875,513.5 L 779.71875,516.375 L 779.71875,519.25 L 779.71875,522.125 L 779.71875,525 L 779.71875,527.875 L 783.71875,527.875 L 783.71875,525 L 783.71875,522.125 L 783.71875,519.25 L 783.71875,516.375 L 783.71875,513.5 L 783.71875,510.625 L 783.71875,507.75 L 783.71875,504.875 L 783.71875,502 L 779.71875,502 z " + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccc" + id="path4202" + d="M 781.71875,496.68239 L 784.33546,501.91582 L 779.10204,501.91582 L 781.71875,496.68239 z " + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.76657629;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" /> + </g> + <g + id="g4204" + transform="matrix(-0.4291897,-0.256508,0.256508,-0.4291897,652.78758,549.26748)"> + <path + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 779.71875,502 L 779.71875,504.875 L 779.71875,507.75 L 779.71875,510.625 L 779.71875,513.5 L 779.71875,516.375 L 779.71875,519.25 L 779.71875,522.125 L 779.71875,525 L 779.71875,527.875 L 779.71875,530.75 L 779.71875,533.625 L 779.71875,536.5 L 783.71875,536.5 L 783.71875,533.625 L 783.71875,530.75 L 783.71875,527.875 L 783.71875,525 L 783.71875,522.125 L 783.71875,519.25 L 783.71875,516.375 L 783.71875,513.5 L 783.71875,510.625 L 783.71875,507.75 L 783.71875,504.875 L 783.71875,502 L 779.71875,502 z " + id="path4206" + sodipodi:nodetypes="ccccccccccccccccccccccccccc" /> + <path + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.76657629;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" + d="M 781.71875,496.68239 L 784.33546,501.91582 L 779.10204,501.91582 L 781.71875,496.68239 z " + id="path4208" + sodipodi:nodetypes="cccc" /> + </g> + <path + sodipodi:type="arc" + style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4210" + sodipodi:cx="775.26105" + sodipodi:cy="532.84601" + sodipodi:rx="3.6283669" + sodipodi:ry="3.6283669" + d="M 778.6727,531.61082 A 3.6283669,3.6283669 0 1 1 778.66081,531.57847" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(0.5000001,0,0,0.5000001,67.279699,-148.03415)" /> + <path + transform="matrix(0.2477023,0,0,0.2079683,648.46968,64.107569)" + d="M -784.71875,115.40625 C -825.00423,116.48836 -860.55945,142.78523 -879.9375,176.53125 C -915.33331,236.08542 -909.41022,318.41384 -862.03125,370.0625 C -837.94741,396.46832 -800.80225,411.78686 -764.65625,405.125 C -723.73999,398.38021 -691.31594,366.90167 -675.15625,330.4375 C -648.58851,272.27873 -657.3233,197.98167 -701.96875,150.84375 C -723.18185,128.51376 -753.42796,114.21194 -784.78125,115.4375 L -784.71875,115.40625 z " + id="path4212" + style="fill:#ffffff;fill-opacity:0.23602486;fill-rule:nonzero;stroke:#000000;stroke-width:4.40591908;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter4288)" + inkscape:original="M -784.625 119.21875 C -823.30724 120.2578 -857.85589 145.69751 -876.65625 178.4375 C -911.16585 236.5006 -905.33598 317.22678 -859.21875 367.5 C -835.95661 393.00489 -800.00341 407.76292 -765.34375 401.375 C -725.99105 394.88795 -694.34644 364.38152 -678.625 328.90625 C -652.69932 272.153 -661.28225 199.33022 -704.71875 153.46875 C -725.24632 131.86038 -754.52802 118.0423 -784.625 119.21875 z " + inkscape:radius="3.7992489" + sodipodi:type="inkscape:offset" /> + </g> + <g + id="g4214" + transform="matrix(4.13789,0,0,4.13789,199.04644,361.95221)"> + <path + style="fill:#91380c;fill-opacity:1;fill-rule:nonzero;stroke:#682707;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 22.484347,32.246116 C 25.564479,34.76161 28.253532,38.258139 28.486698,40.050869 C 28.719862,41.843595 26.409279,41.257004 23.329144,38.741509 C 20.249014,36.226017 17.559961,32.729487 17.326794,30.936758 C 17.09504,29.154872 19.372194,29.719733 22.431363,32.202977" + id="path4216" /> + <path + transform="matrix(1.0443307,0,0,1.0442899,31.33439,24.634086)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M -10.649134,2.2285586 A 4.4278188,4.4278188 0 1 1 -10.66364,2.1890795" + sodipodi:ry="4.4278188" + sodipodi:rx="4.4278188" + sodipodi:cy="3.7358978" + sodipodi:cx="-14.812487" + id="path4218" + style="fill:#d1d3d5;fill-opacity:1;fill-rule:nonzero;stroke:#444444;stroke-width:0.71817738;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/template/svg/history-window.svg b/comm/suite/branding/seamonkey/icons/template/svg/history-window.svg new file mode 100644 index 0000000000..c5e12bae50 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/template/svg/history-window.svg @@ -0,0 +1,2294 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="744.09448819" + height="1052.3622047" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docbase="C:\Documents and Settings\Owner.SPINELLOZONE\My Documents\seamonkey-icons-complete\history-window" + sodipodi:docname="seamonkey-history-windowSVG.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4"> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2234" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2232" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + r="37.656700" + fy="334.10477" + fx="822.35791" + cy="334.10477" + cx="822.35791" + id="radialGradient11020" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + r="48.537544" + fy="379.37366" + fx="834.06329" + cy="379.37366" + cx="834.06329" + id="radialGradient11018" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + r="51.490337" + fy="416.62680" + fx="834.16461" + cy="416.62680" + cx="834.16461" + id="radialGradient11016" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + r="22.916662" + fy="653.19714" + fx="559.93085" + cy="653.19714" + cx="559.93085" + id="radialGradient11014" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + r="21.038260" + fy="635.96777" + fx="596.68011" + cy="635.96777" + cx="596.68011" + id="radialGradient11012" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + r="20.071379" + fy="620.45239" + fx="637.07098" + cy="620.45239" + cx="637.07098" + id="radialGradient11010" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + r="23.940041" + fy="613.80670" + fx="665.83667" + cy="613.80670" + cx="665.83667" + id="radialGradient11008" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + r="27.265039" + fy="592.33008" + fx="696.78522" + cy="592.33008" + cx="696.78522" + id="radialGradient11006" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + r="39.235065" + fy="565.76050" + fx="734.74274" + cy="565.76050" + cx="734.74274" + id="radialGradient11004" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + r="55.195084" + fy="558.89948" + fx="793.18164" + cy="558.89948" + cx="793.18164" + id="radialGradient11002" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + r="57.855091" + fy="520.16986" + fx="799.92041" + cy="520.16986" + cx="799.92041" + id="radialGradient11000" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + r="53.865082" + fy="457.29218" + fx="825.40234" + cy="457.29218" + cx="825.40234" + id="radialGradient10262" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + r="165.43960" + fy="432.99265" + fx="425.42249" + cy="432.99265" + cx="425.42249" + id="radialGradient5823" + xlink:href="#linearGradient5817" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + id="linearGradient5815" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + id="linearGradient5080" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-478.87675,4.232021)" + gradientUnits="userSpaceOnUse" + y2="294.85672" + x2="518.04419" + y1="682.32623" + x1="225.43034" + id="linearGradient5072" + xlink:href="#linearGradient5066" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-453.48462,5.6426947)" + gradientUnits="userSpaceOnUse" + y2="653.04156" + x2="253.71039" + y1="213.74759" + x1="544.29083" + id="linearGradient5002" + xlink:href="#linearGradient4996" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4996"> + <stop + id="stop4998" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop5000" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5006"> + <stop + id="stop5008" + offset="0.00000000" + style="stop-color:#dfefff;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" + offset="0.69999999" + id="stop10260" /> + <stop + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" + offset="0.80000001" + id="stop5016" /> + <stop + id="stop5010" + offset="1.0000000" + style="stop-color:#007dfd;stop-opacity:0.50196081;" /> + </linearGradient> + <linearGradient + id="linearGradient5066"> + <stop + id="stop5068" + offset="0.00000000" + style="stop-color:#ffffff;stop-opacity:0.62886596;" /> + <stop + id="stop5070" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5817"> + <stop + id="stop5819" + offset="0.00000000" + style="stop-color:#69b4ff;stop-opacity:1.0000000;" /> + <stop + id="stop5821" + offset="1.0000000" + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient10990"> + <stop + style="stop-color:#007ffe;stop-opacity:0.62745100;" + offset="0.00000000" + id="stop10992" /> + <stop + id="stop10996" + offset="0.80357140" + style="stop-color:#3d9eff;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" + offset="1.0000000" + id="stop10998" /> + </linearGradient> + <linearGradient + id="linearGradient4697"> + <stop + id="stop4699" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.89999998" + id="stop4707" /> + <stop + id="stop4701" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5598"> + <stop + id="stop5600" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.95266271" + id="stop5606" /> + <stop + id="stop5602" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <filter + inkscape:collect="always" + id="filter4288"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="8.1055212" + id="feGaussianBlur4290" /> + </filter> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4612" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4614" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + id="linearGradient3152" + inkscape:collect="always"> + <stop + id="stop3154" + offset="0" + style="stop-color:#63ba0f;stop-opacity:1;" /> + <stop + id="stop3156" + offset="1" + style="stop-color:#509e07;stop-opacity:1" /> + </linearGradient> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient3102" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient3100" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + r="17.2868" + fy="45.411678" + fx="45.457588" + cy="45.411678" + cx="45.457588" + gradientTransform="matrix(1.0745274,1.0832957,-0.1820881,0.1806143,4.8810925,-12.034328)" + gradientUnits="userSpaceOnUse" + id="radialGradient3076" + xlink:href="#linearGradient3199" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient3074" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient3072" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient3027" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient3025" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + id="linearGradient3199"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3201" /> + <stop + id="stop3216" + offset="0.5" + style="stop-color:#ffffff;stop-opacity:0.49803922;" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.24705882;" + offset="0.8035714" + id="stop3218" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3203" /> + </linearGradient> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2791" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2793" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2795" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2797" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + r="37.6567" + fy="334.10477" + fx="822.35791" + cy="334.10477" + cx="822.35791" + id="radialGradient2799" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + r="48.537544" + fy="379.37366" + fx="834.06329" + cy="379.37366" + cx="834.06329" + id="radialGradient2801" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + r="51.490337" + fy="416.6268" + fx="834.16461" + cy="416.6268" + cx="834.16461" + id="radialGradient2803" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + r="22.916662" + fy="653.19714" + fx="559.93085" + cy="653.19714" + cx="559.93085" + id="radialGradient2805" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + r="21.03826" + fy="635.96777" + fx="596.68011" + cy="635.96777" + cx="596.68011" + id="radialGradient2807" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + r="20.071379" + fy="620.45239" + fx="637.07098" + cy="620.45239" + cx="637.07098" + id="radialGradient2809" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + r="23.940041" + fy="613.8067" + fx="665.83667" + cy="613.8067" + cx="665.83667" + id="radialGradient2811" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + r="27.265039" + fy="592.33008" + fx="696.78522" + cy="592.33008" + cx="696.78522" + id="radialGradient2813" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + r="39.235065" + fy="565.7605" + fx="734.74274" + cy="565.7605" + cx="734.74274" + id="radialGradient2815" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + r="55.195084" + fy="558.89948" + fx="793.18164" + cy="558.89948" + cx="793.18164" + id="radialGradient2817" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + r="57.855091" + fy="520.16986" + fx="799.92041" + cy="520.16986" + cx="799.92041" + id="radialGradient2819" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + r="53.865082" + fy="457.29218" + fx="825.40234" + cy="457.29218" + cx="825.40234" + id="radialGradient2821" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + r="165.43961" + fy="432.99265" + fx="425.42249" + cy="432.99265" + cx="425.42249" + id="radialGradient2823" + xlink:href="#linearGradient5817" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + id="linearGradient2825" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + id="linearGradient2827" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-478.87675,4.232021)" + gradientUnits="userSpaceOnUse" + y2="294.85672" + x2="518.04419" + y1="682.32623" + x1="225.43034" + id="linearGradient2829" + xlink:href="#linearGradient5066" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-453.48462,5.6426947)" + gradientUnits="userSpaceOnUse" + y2="653.04156" + x2="253.71039" + y1="213.74759" + x1="544.29083" + id="linearGradient2831" + xlink:href="#linearGradient4996" + inkscape:collect="always" /> + <linearGradient + id="linearGradient2833"> + <stop + id="stop2835" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop2837" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient2839"> + <stop + id="stop2841" + offset="0.00000000" + style="stop-color:#dfefff;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" + offset="0.69999999" + id="stop2843" /> + <stop + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" + offset="0.80000001" + id="stop2845" /> + <stop + id="stop2847" + offset="1.0000000" + style="stop-color:#007dfd;stop-opacity:0.50196081;" /> + </linearGradient> + <linearGradient + id="linearGradient2849"> + <stop + id="stop2851" + offset="0.00000000" + style="stop-color:#ffffff;stop-opacity:0.62886596;" /> + <stop + id="stop2853" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2855"> + <stop + id="stop2857" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop2859" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2861"> + <stop + id="stop2863" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop2865" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2867"> + <stop + id="stop2869" + offset="0.00000000" + style="stop-color:#69b4ff;stop-opacity:1.0000000;" /> + <stop + id="stop2871" + offset="1.0000000" + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2873"> + <stop + style="stop-color:#007ffe;stop-opacity:0.62745100;" + offset="0.00000000" + id="stop2875" /> + <stop + id="stop2877" + offset="0.80357140" + style="stop-color:#3d9eff;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" + offset="1.0000000" + id="stop2879" /> + </linearGradient> + <linearGradient + id="linearGradient2881"> + <stop + id="stop2883" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.89999998" + id="stop2885" /> + <stop + id="stop2887" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient2889"> + <stop + id="stop2891" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.95266271" + id="stop2893" /> + <stop + id="stop2895" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + gradientUnits="userSpaceOnUse" + id="linearGradient3843" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + gradientUnits="userSpaceOnUse" + id="linearGradient3841" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + gradientUnits="userSpaceOnUse" + id="linearGradient3776" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + gradientUnits="userSpaceOnUse" + id="linearGradient3774" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + id="linearGradient2854"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop2856" /> + <stop + id="stop2858" + offset="0.95266271" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2860" /> + </linearGradient> + <linearGradient + id="linearGradient2846"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop2848" /> + <stop + id="stop2850" + offset="0.89999998" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2852" /> + </linearGradient> + <linearGradient + id="linearGradient2838"> + <stop + id="stop2840" + offset="0.00000000" + style="stop-color:#007ffe;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#3d9eff;stop-opacity:0.62745100;" + offset="0.80357140" + id="stop2842" /> + <stop + id="stop2844" + offset="1.0000000" + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" /> + </linearGradient> + <linearGradient + id="linearGradient2832"> + <stop + style="stop-color:#69b4ff;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2834" /> + <stop + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2836" /> + </linearGradient> + <linearGradient + id="linearGradient2826"> + <stop + style="stop-color:#2727e8;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2828" /> + <stop + style="stop-color:#5f5fee;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2830" /> + </linearGradient> + <linearGradient + id="linearGradient2820"> + <stop + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2822" /> + <stop + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2824" /> + </linearGradient> + <linearGradient + id="linearGradient2814"> + <stop + style="stop-color:#ffffff;stop-opacity:0.62886596;" + offset="0.00000000" + id="stop2816" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.00000000;" + offset="1.0000000" + id="stop2818" /> + </linearGradient> + <linearGradient + id="linearGradient2804"> + <stop + style="stop-color:#dfefff;stop-opacity:0.50196081;" + offset="0.00000000" + id="stop2806" /> + <stop + id="stop2808" + offset="0.69999999" + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" /> + <stop + id="stop2810" + offset="0.80000001" + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#007dfd;stop-opacity:0.50196081;" + offset="1.0000000" + id="stop2812" /> + </linearGradient> + <linearGradient + id="linearGradient2798"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2800" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2802" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4996" + id="linearGradient2796" + x1="544.29083" + y1="213.74759" + x2="253.71039" + y2="653.04156" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-453.48462,5.6426947)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5066" + id="linearGradient2794" + x1="225.43034" + y1="682.32623" + x2="518.04419" + y2="294.85672" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-478.87675,4.232021)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2792" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2790" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5817" + id="radialGradient2788" + cx="425.42249" + cy="432.99265" + fx="425.42249" + fy="432.99265" + r="165.43961" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2786" + cx="825.40234" + cy="457.29218" + fx="825.40234" + fy="457.29218" + r="53.865082" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2784" + cx="799.92041" + cy="520.16986" + fx="799.92041" + fy="520.16986" + r="57.855091" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2782" + cx="793.18164" + cy="558.89948" + fx="793.18164" + fy="558.89948" + r="55.195084" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2780" + cx="734.74274" + cy="565.7605" + fx="734.74274" + fy="565.7605" + r="39.235065" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2778" + cx="696.78522" + cy="592.33008" + fx="696.78522" + fy="592.33008" + r="27.265039" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2776" + cx="665.83667" + cy="613.8067" + fx="665.83667" + fy="613.8067" + r="23.940041" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2774" + cx="637.07098" + cy="620.45239" + fx="637.07098" + fy="620.45239" + r="20.071379" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2772" + cx="596.68011" + cy="635.96777" + fx="596.68011" + fy="635.96777" + r="21.03826" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2770" + cx="559.93085" + cy="653.19714" + fx="559.93085" + fy="653.19714" + r="22.916662" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2768" + cx="834.16461" + cy="416.6268" + fx="834.16461" + fy="416.6268" + r="51.490337" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2766" + cx="834.06329" + cy="379.37366" + fx="834.06329" + fy="379.37366" + r="48.537544" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2764" + cx="822.35791" + cy="334.10477" + fx="822.35791" + fy="334.10477" + r="37.6567" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2762" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2760" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2758" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2756" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2965" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2967" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3054" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3056" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3097" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3099" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="radialGradient3160" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0745274,1.0832957,-0.1820881,0.1806143,4.8810925,-12.034328)" + cx="45.457588" + cy="45.411678" + fx="45.457588" + fy="45.411678" + r="17.2868" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4301" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4303" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="radialGradient4305" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0745274,1.0832957,-0.1820881,0.1806143,4.8810925,-12.034328)" + cx="45.457588" + cy="45.411678" + fx="45.457588" + fy="45.411678" + r="17.2868" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4349" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4351" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="radialGradient4353" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0745274,1.0832957,-0.1820881,0.1806143,4.8810925,-12.034328)" + cx="45.457588" + cy="45.411678" + fx="45.457588" + fy="45.411678" + r="17.2868" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient4586" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient4588" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="radialGradient4590" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0745274,1.0832957,-0.1820881,0.1806143,4.8810925,-12.034328)" + cx="45.457588" + cy="45.411678" + fx="45.457588" + fy="45.411678" + r="17.2868" /> + <linearGradient + id="linearGradient3350"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop3352" /> + <stop + id="stop3354" + offset="0.95266271" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3356" /> + </linearGradient> + <linearGradient + id="linearGradient3342"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop3344" /> + <stop + id="stop3346" + offset="0.89999998" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3348" /> + </linearGradient> + <linearGradient + id="linearGradient3334"> + <stop + id="stop3336" + offset="0.00000000" + style="stop-color:#007ffe;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#3d9eff;stop-opacity:0.62745100;" + offset="0.80357140" + id="stop3338" /> + <stop + id="stop3340" + offset="1.0000000" + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" /> + </linearGradient> + <linearGradient + id="linearGradient3328"> + <stop + style="stop-color:#69b4ff;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop3330" /> + <stop + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop3332" /> + </linearGradient> + <linearGradient + id="linearGradient3322"> + <stop + style="stop-color:#2727e8;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop3324" /> + <stop + style="stop-color:#5f5fee;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop3326" /> + </linearGradient> + <linearGradient + id="linearGradient3316"> + <stop + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop3318" /> + <stop + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop3320" /> + </linearGradient> + <linearGradient + id="linearGradient3310"> + <stop + style="stop-color:#ffffff;stop-opacity:0.62886596;" + offset="0.00000000" + id="stop3312" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.00000000;" + offset="1.0000000" + id="stop3314" /> + </linearGradient> + <linearGradient + id="linearGradient3300"> + <stop + style="stop-color:#dfefff;stop-opacity:0.50196081;" + offset="0.00000000" + id="stop3302" /> + <stop + id="stop3304" + offset="0.69999999" + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" /> + <stop + id="stop3306" + offset="0.80000001" + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#007dfd;stop-opacity:0.50196081;" + offset="1.0000000" + id="stop3308" /> + </linearGradient> + <linearGradient + id="linearGradient3294"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3296" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3298" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4996" + id="linearGradient3292" + x1="544.29083" + y1="213.74759" + x2="253.71039" + y2="653.04156" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-453.48462,5.6426947)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5066" + id="linearGradient3290" + x1="225.43034" + y1="682.32623" + x2="518.04419" + y2="294.85672" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-478.87675,4.232021)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3288" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3286" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5817" + id="radialGradient3284" + cx="425.42249" + cy="432.99265" + fx="425.42249" + fy="432.99265" + r="165.43960" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3282" + cx="825.40234" + cy="457.29218" + fx="825.40234" + fy="457.29218" + r="53.865082" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3280" + cx="799.92041" + cy="520.16986" + fx="799.92041" + fy="520.16986" + r="57.855091" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3278" + cx="793.18164" + cy="558.89948" + fx="793.18164" + fy="558.89948" + r="55.195084" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3276" + cx="734.74274" + cy="565.76050" + fx="734.74274" + fy="565.76050" + r="39.235065" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3274" + cx="696.78522" + cy="592.33008" + fx="696.78522" + fy="592.33008" + r="27.265039" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3272" + cx="665.83667" + cy="613.80670" + fx="665.83667" + fy="613.80670" + r="23.940041" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3270" + cx="637.07098" + cy="620.45239" + fx="637.07098" + fy="620.45239" + r="20.071379" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3268" + cx="596.68011" + cy="635.96777" + fx="596.68011" + fy="635.96777" + r="21.038260" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3266" + cx="559.93085" + cy="653.19714" + fx="559.93085" + fy="653.19714" + r="22.916662" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3264" + cx="834.16461" + cy="416.62680" + fx="834.16461" + fy="416.62680" + r="51.490337" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3262" + cx="834.06329" + cy="379.37366" + fx="834.06329" + fy="379.37366" + r="48.537544" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient3260" + cx="822.35791" + cy="334.10477" + fx="822.35791" + fy="334.10477" + r="37.656700" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3258" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3256" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3873" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3875" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3152" + id="linearGradient3885" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.4893755,0,0,2.4893755,754.50881,-27.065893)" + spreadMethod="pad" + x1="-136.54431" + y1="58.386353" + x2="-130.13719" + y2="78.847557" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3152" + id="linearGradient4319" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.4893755,0,0,2.4893755,811.77658,331.14465)" + spreadMethod="pad" + x1="-136.54431" + y1="58.386353" + x2="-130.13719" + y2="78.847557" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3308" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3311" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + gridtolerance="10000" + guidetolerance="10" + objecttolerance="10" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="4.5312926" + inkscape:cx="219.81841" + inkscape:cy="408.40479" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1440" + inkscape:window-height="844" + inkscape:window-x="-4" + inkscape:window-y="-4" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <g + id="g3261" + transform="translate(-320.60782,524.86602)"> + <g + transform="translate(17.118669,-319.35519)" + id="g3787"> + <g + id="g3789" + inkscape:label="Shadow" + style="display:inline" /> + <g + inkscape:label="Background" + id="g3791" + style="display:inline"> + <g + id="g3793"> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path3795" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + <path + inkscape:export-ydpi="24.028801" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + id="path3797" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + style="fill:url(#linearGradient3873);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cssssssssssscsss" + id="path3799" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + style="fill:url(#linearGradient3875);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccccccsccccccccccc" + id="path3801" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path3803" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + id="g3805" + inkscape:label="SeaMonkey" + style="display:inline" /> + </g> + <g + transform="translate(12.062002,-22.917805)" + id="g3887"> + <path + transform="matrix(0.2477023,0,0,0.2079683,648.47198,64.124139)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M -661.87975,209.38359 A 127.14286,151.42857 0 1 1 -662.29628,208.03343" + sodipodi:ry="151.42857" + sodipodi:rx="127.14286" + sodipodi:cy="260.93362" + sodipodi:cx="-781.42859" + id="path3807" + style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.40591908;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <text + id="text3809" + y="93.797005" + x="451.29788" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="93.797005" + x="451.29788" + id="tspan3811" + sodipodi:role="line">XII</tspan></text> + <text + id="text3813" + y="97.519417" + x="466.95267" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="97.519417" + x="466.95267" + id="tspan3815" + sodipodi:role="line">I</tspan></text> + <text + id="text3817" + y="106.09559" + x="475.9686" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="106.09559" + x="475.9686" + id="tspan3819" + sodipodi:role="line">II</tspan></text> + <text + id="text3821" + y="119.60712" + x="479.48703" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="119.60712" + x="479.48703" + id="tspan3823" + sodipodi:role="line">III</tspan></text> + <text + id="text3825" + y="133.25336" + x="475.19901" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="133.25336" + x="475.19901" + id="tspan3827" + sodipodi:role="line">IV</tspan></text> + <text + id="text3829" + y="142.88013" + x="466.40292" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="142.88013" + x="466.40292" + id="tspan3831" + sodipodi:role="line">V</tspan></text> + <text + id="text3833" + y="146.44739" + x="451.66959" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="146.44739" + x="451.66959" + id="tspan3835" + sodipodi:role="line">VI</tspan></text> + <text + id="text3837" + y="143.14886" + x="437.59592" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="143.14886" + x="437.59592" + id="tspan3839" + sodipodi:role="line">VII</tspan></text> + <text + id="text3841" + y="133.09454" + x="428.68991" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="133.09454" + x="428.68991" + id="tspan3843" + sodipodi:role="line">VIII</tspan></text> + <text + id="text3845" + y="119.50953" + x="426.38095" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="119.50953" + x="426.38095" + id="tspan3847" + sodipodi:role="line">IX</tspan></text> + <text + id="text3849" + y="105.9856" + x="430.44913" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="105.9856" + x="430.44913" + id="tspan3851" + sodipodi:role="line">X</tspan></text> + <text + id="text3853" + y="97.519417" + x="439.02524" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + xml:space="preserve"><tspan + y="97.519417" + x="439.02524" + id="tspan3855" + sodipodi:role="line">XI</tspan></text> + <g + transform="matrix(0.5000001,0,0,0.5000001,64.050849,-145.21778)" + id="g3857"> + <path + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 779.71875,502 L 779.71875,504.875 L 779.71875,507.75 L 779.71875,510.625 L 779.71875,513.5 L 779.71875,516.375 L 779.71875,519.25 L 779.71875,522.125 L 779.71875,525 L 779.71875,527.875 L 783.71875,527.875 L 783.71875,525 L 783.71875,522.125 L 783.71875,519.25 L 783.71875,516.375 L 783.71875,513.5 L 783.71875,510.625 L 783.71875,507.75 L 783.71875,504.875 L 783.71875,502 L 779.71875,502 z " + id="path3859" + sodipodi:nodetypes="ccccccccccccccccccccc" /> + <path + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.76657629;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" + d="M 781.71875,496.68239 L 784.33546,501.91582 L 779.10204,501.91582 L 781.71875,496.68239 z " + id="path3861" + sodipodi:nodetypes="cccc" /> + </g> + <g + transform="matrix(-0.4291897,-0.256508,0.256508,-0.4291897,652.78758,549.26748)" + id="g3863"> + <path + sodipodi:nodetypes="ccccccccccccccccccccccccccc" + id="path3865" + d="M 779.71875,502 L 779.71875,504.875 L 779.71875,507.75 L 779.71875,510.625 L 779.71875,513.5 L 779.71875,516.375 L 779.71875,519.25 L 779.71875,522.125 L 779.71875,525 L 779.71875,527.875 L 779.71875,530.75 L 779.71875,533.625 L 779.71875,536.5 L 783.71875,536.5 L 783.71875,533.625 L 783.71875,530.75 L 783.71875,527.875 L 783.71875,525 L 783.71875,522.125 L 783.71875,519.25 L 783.71875,516.375 L 783.71875,513.5 L 783.71875,510.625 L 783.71875,507.75 L 783.71875,504.875 L 783.71875,502 L 779.71875,502 z " + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccc" + id="path3867" + d="M 781.71875,496.68239 L 784.33546,501.91582 L 779.10204,501.91582 L 781.71875,496.68239 z " + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.76657629;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" /> + </g> + <path + transform="matrix(0.5000001,0,0,0.5000001,67.279699,-148.03415)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M 778.6727,531.61082 A 3.6283669,3.6283669 0 1 1 778.66081,531.57847" + sodipodi:ry="3.6283669" + sodipodi:rx="3.6283669" + sodipodi:cy="532.84601" + sodipodi:cx="775.26105" + id="path3869" + style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="3.7992489" + inkscape:original="M -784.625 119.21875 C -823.30724 120.2578 -857.85589 145.69751 -876.65625 178.4375 C -911.16585 236.5006 -905.33598 317.22678 -859.21875 367.5 C -835.95661 393.00489 -800.00341 407.76292 -765.34375 401.375 C -725.99105 394.88795 -694.34644 364.38152 -678.625 328.90625 C -652.69932 272.153 -661.28225 199.33022 -704.71875 153.46875 C -725.24632 131.86038 -754.52802 118.0423 -784.625 119.21875 z " + style="fill:#ffffff;fill-opacity:0.23602486;fill-rule:nonzero;stroke:#000000;stroke-width:4.40591908;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter4288)" + id="path3871" + d="M -784.71875,115.40625 C -825.00423,116.48836 -860.55945,142.78523 -879.9375,176.53125 C -915.33331,236.08542 -909.41022,318.41384 -862.03125,370.0625 C -837.94741,396.46832 -800.80225,411.78686 -764.65625,405.125 C -723.73999,398.38021 -691.31594,366.90167 -675.15625,330.4375 C -648.58851,272.27873 -657.3233,197.98167 -701.96875,150.84375 C -723.18185,128.51376 -753.42796,114.21194 -784.78125,115.4375 L -784.71875,115.40625 z " + transform="matrix(0.2477023,0,0,0.2079683,648.46968,64.107569)" /> + </g> + <path + sodipodi:nodetypes="ccccccccccccsc" + id="path3883" + d="M 404.19444,135.98197 L 428.98676,111.65995 C 432.11782,109.1031 440.81914,119.41326 437.36714,123.05104 L 430.26372,130.35264 C 429.07957,131.5762 430.05451,132.94001 432.77425,132.85815 L 459.7443,133.10336 C 464.74878,133.39037 464.13298,148.21352 459.84837,148.12035 L 432.78764,147.98617 C 429.83457,147.88788 429.4046,149.49421 430.25502,150.28057 L 437.26307,157.97137 C 440.35513,160.59536 431.43533,170.37964 429.4535,168.53096 L 404.47801,143.9352 C 402.84703,142.55034 402.67841,141.15465 402.64944,140.13662 C 402.62263,139.19381 402.73119,137.52868 404.19444,135.98197 z " + style="fill:url(#linearGradient3885);fill-opacity:1;fill-rule:evenodd;stroke:#3f7b07;stroke-width:2.48937559px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" /> + </g> + <g + id="g3165" + transform="translate(-206.84375,168.06055)"> + <g + style="fill:none" + id="g4224" + transform="translate(74.386447,38.855354)"> + <g + style="fill:none;display:inline" + inkscape:label="Shadow" + id="g4226" /> + <g + style="fill:none;display:inline" + id="g4228" + inkscape:label="Background"> + <g + style="fill:none" + id="g4230"> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4232" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + id="path4235" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + id="path4237" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + style="fill:none;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + id="path4239" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4241" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="fill:none;display:inline" + inkscape:label="SeaMonkey" + id="g4243" /> + </g> + <g + id="g4245" + transform="translate(69.32978,335.29274)"> + <path + sodipodi:type="arc" + style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.40591908;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4247" + sodipodi:cx="-781.42859" + sodipodi:cy="260.93362" + sodipodi:rx="127.14286" + sodipodi:ry="151.42857" + d="M -661.87975,209.38359 A 127.14286,151.42857 0 1 1 -662.29628,208.03343" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(0.2477023,0,0,0.2079683,648.47198,64.124139)" /> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="451.29788" + y="93.797005" + id="text4249"><tspan + sodipodi:role="line" + id="tspan4251" + x="451.29788" + y="93.797005">XII</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="466.95267" + y="97.519417" + id="text4253"><tspan + sodipodi:role="line" + id="tspan4255" + x="466.95267" + y="97.519417">I</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="475.9686" + y="106.09559" + id="text4257"><tspan + sodipodi:role="line" + id="tspan4259" + x="475.9686" + y="106.09559">II</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="479.48703" + y="119.60712" + id="text4261"><tspan + sodipodi:role="line" + id="tspan4263" + x="479.48703" + y="119.60712">III</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="475.19901" + y="133.25336" + id="text4265"><tspan + sodipodi:role="line" + id="tspan4267" + x="475.19901" + y="133.25336">IV</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="466.40292" + y="142.88013" + id="text4269"><tspan + sodipodi:role="line" + id="tspan4271" + x="466.40292" + y="142.88013">V</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="451.66959" + y="146.44739" + id="text4273"><tspan + sodipodi:role="line" + id="tspan4275" + x="451.66959" + y="146.44739">VI</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="437.59592" + y="143.14886" + id="text4277"><tspan + sodipodi:role="line" + id="tspan4279" + x="437.59592" + y="143.14886">VII</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="428.68991" + y="133.09454" + id="text4281"><tspan + sodipodi:role="line" + id="tspan4283" + x="428.68991" + y="133.09454">VIII</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="426.38095" + y="119.50953" + id="text4285"><tspan + sodipodi:role="line" + id="tspan4287" + x="426.38095" + y="119.50953">IX</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="430.44913" + y="105.9856" + id="text4289"><tspan + sodipodi:role="line" + id="tspan4291" + x="430.44913" + y="105.9856">X</tspan></text> + <text + xml:space="preserve" + style="font-size:5.00000095px;font-style:normal;font-weight:bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Trebuchet MS" + x="439.02524" + y="97.519417" + id="text4293"><tspan + sodipodi:role="line" + id="tspan4295" + x="439.02524" + y="97.519417">XI</tspan></text> + <g + id="g4297" + transform="matrix(0.5000001,0,0,0.5000001,64.050849,-145.21778)"> + <path + sodipodi:nodetypes="ccccccccccccccccccccc" + id="path4299" + d="M 779.71875,502 L 779.71875,504.875 L 779.71875,507.75 L 779.71875,510.625 L 779.71875,513.5 L 779.71875,516.375 L 779.71875,519.25 L 779.71875,522.125 L 779.71875,525 L 779.71875,527.875 L 783.71875,527.875 L 783.71875,525 L 783.71875,522.125 L 783.71875,519.25 L 783.71875,516.375 L 783.71875,513.5 L 783.71875,510.625 L 783.71875,507.75 L 783.71875,504.875 L 783.71875,502 L 779.71875,502 z " + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccc" + id="path4301" + d="M 781.71875,496.68239 L 784.33546,501.91582 L 779.10204,501.91582 L 781.71875,496.68239 z " + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.76657629;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" /> + </g> + <g + id="g4303" + transform="matrix(-0.4291897,-0.256508,0.256508,-0.4291897,652.78758,549.26748)"> + <path + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 779.71875,502 L 779.71875,504.875 L 779.71875,507.75 L 779.71875,510.625 L 779.71875,513.5 L 779.71875,516.375 L 779.71875,519.25 L 779.71875,522.125 L 779.71875,525 L 779.71875,527.875 L 779.71875,530.75 L 779.71875,533.625 L 779.71875,536.5 L 783.71875,536.5 L 783.71875,533.625 L 783.71875,530.75 L 783.71875,527.875 L 783.71875,525 L 783.71875,522.125 L 783.71875,519.25 L 783.71875,516.375 L 783.71875,513.5 L 783.71875,510.625 L 783.71875,507.75 L 783.71875,504.875 L 783.71875,502 L 779.71875,502 z " + id="path4305" + sodipodi:nodetypes="ccccccccccccccccccccccccccc" /> + <path + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.76657629;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" + d="M 781.71875,496.68239 L 784.33546,501.91582 L 779.10204,501.91582 L 781.71875,496.68239 z " + id="path4307" + sodipodi:nodetypes="cccc" /> + </g> + <path + sodipodi:type="arc" + style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4309" + sodipodi:cx="775.26105" + sodipodi:cy="532.84601" + sodipodi:rx="3.6283669" + sodipodi:ry="3.6283669" + d="M 778.6727,531.61082 A 3.6283669,3.6283669 0 1 1 778.66081,531.57847" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(0.5000001,0,0,0.5000001,67.279699,-148.03415)" /> + <path + transform="matrix(0.2477023,0,0,0.2079683,648.46968,64.107569)" + d="M -784.71875,115.40625 C -825.00423,116.48836 -860.55945,142.78523 -879.9375,176.53125 C -915.33331,236.08542 -909.41022,318.41384 -862.03125,370.0625 C -837.94741,396.46832 -800.80225,411.78686 -764.65625,405.125 C -723.73999,398.38021 -691.31594,366.90167 -675.15625,330.4375 C -648.58851,272.27873 -657.3233,197.98167 -701.96875,150.84375 C -723.18185,128.51376 -753.42796,114.21194 -784.78125,115.4375 L -784.71875,115.40625 z " + id="path4311" + style="fill:#ffffff;fill-opacity:0.23602486;fill-rule:nonzero;stroke:#000000;stroke-width:4.40591908;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter4288)" + inkscape:original="M -784.625 119.21875 C -823.30724 120.2578 -857.85589 145.69751 -876.65625 178.4375 C -911.16585 236.5006 -905.33598 317.22678 -859.21875 367.5 C -835.95661 393.00489 -800.00341 407.76292 -765.34375 401.375 C -725.99105 394.88795 -694.34644 364.38152 -678.625 328.90625 C -652.69932 272.153 -661.28225 199.33022 -704.71875 153.46875 C -725.24632 131.86038 -754.52802 118.0423 -784.625 119.21875 z " + inkscape:radius="3.7992489" + sodipodi:type="inkscape:offset" /> + </g> + <path + style="fill:url(#linearGradient4319);fill-opacity:1;fill-rule:evenodd;stroke:#3f7b07;stroke-width:2.48937559px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" + d="M 461.46221,494.19251 L 486.25453,469.87049 C 489.38559,467.31364 498.08691,477.6238 494.63491,481.26158 L 487.53149,488.56318 C 486.34734,489.78674 487.32228,491.15055 490.04202,491.06869 L 517.01207,491.3139 C 522.01655,491.60091 521.40075,506.42406 517.11614,506.33089 L 490.05541,506.19671 C 487.10234,506.09842 486.67237,507.70475 487.52279,508.49111 L 494.53084,516.18191 C 497.6229,518.8059 488.7031,528.59018 486.72127,526.7415 L 461.74578,502.14574 C 460.1148,500.76088 459.94618,499.36519 459.91721,498.34716 C 459.8904,497.40435 459.99896,495.73922 461.46221,494.19251 z " + id="path4313" + sodipodi:nodetypes="ccccccccccccsc" /> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/template/svg/messengerWindow.svg b/comm/suite/branding/seamonkey/icons/template/svg/messengerWindow.svg new file mode 100644 index 0000000000..3427184c28 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/template/svg/messengerWindow.svg @@ -0,0 +1,1116 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns: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" + id="svg2226" + sodipodi:version="0.32" + inkscape:version="0.45.1" + width="500" + height="500" + version="1.0" + sodipodi:docbase="C:\Documents and Settings\Owner.SPINELLOZONE\My Documents\messengerWindowversion2" + sodipodi:docname="seamonkeymessengerWindowSVGversion2.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <metadata + id="metadata2231"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs2229"> + <linearGradient + id="linearGradient3266" + inkscape:collect="always"> + <stop + id="stop3268" + offset="0" + style="stop-color:#7aa1ca;stop-opacity:1;" /> + <stop + id="stop3270" + offset="1" + style="stop-color:#3c75b2;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3258"> + <stop + style="stop-color:#9096b1;stop-opacity:1;" + offset="0" + id="stop3260" /> + <stop + style="stop-color:#5e678d;stop-opacity:1" + offset="1" + id="stop3262" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3278"> + <stop + style="stop-color:#7aa1ca;stop-opacity:1;" + offset="0" + id="stop3280" /> + <stop + style="stop-color:#3c75b2;stop-opacity:1" + offset="1" + id="stop3282" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3278" + id="linearGradient3284" + x1="63.666668" + y1="18.9375" + x2="77.5" + y2="18.9375" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3278" + id="linearGradient2199" + gradientUnits="userSpaceOnUse" + x1="63.666668" + y1="18.9375" + x2="77.5" + y2="18.9375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3278" + id="linearGradient2210" + gradientUnits="userSpaceOnUse" + x1="63.666668" + y1="18.9375" + x2="77.5" + y2="18.9375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3278" + id="linearGradient3219" + gradientUnits="userSpaceOnUse" + x1="63.666668" + y1="18.9375" + x2="77.5" + y2="18.9375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3278" + id="linearGradient2219" + gradientUnits="userSpaceOnUse" + x1="63.666668" + y1="18.9375" + x2="77.5" + y2="18.9375" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3278" + id="linearGradient2262" + gradientUnits="userSpaceOnUse" + x1="63.666668" + y1="18.9375" + x2="77.5" + y2="18.9375" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2443" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2234" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2232" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + r="37.656700" + fy="334.10477" + fx="822.35791" + cy="334.10477" + cx="822.35791" + id="radialGradient11020" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + r="48.537544" + fy="379.37366" + fx="834.06329" + cy="379.37366" + cx="834.06329" + id="radialGradient11018" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + r="51.490337" + fy="416.62680" + fx="834.16461" + cy="416.62680" + cx="834.16461" + id="radialGradient11016" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + r="22.916662" + fy="653.19714" + fx="559.93085" + cy="653.19714" + cx="559.93085" + id="radialGradient11014" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + r="21.038260" + fy="635.96777" + fx="596.68011" + cy="635.96777" + cx="596.68011" + id="radialGradient11012" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + r="20.071379" + fy="620.45239" + fx="637.07098" + cy="620.45239" + cx="637.07098" + id="radialGradient11010" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + r="23.940041" + fy="613.80670" + fx="665.83667" + cy="613.80670" + cx="665.83667" + id="radialGradient11008" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + r="27.265039" + fy="592.33008" + fx="696.78522" + cy="592.33008" + cx="696.78522" + id="radialGradient11006" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + r="39.235065" + fy="565.76050" + fx="734.74274" + cy="565.76050" + cx="734.74274" + id="radialGradient11004" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + r="55.195084" + fy="558.89948" + fx="793.18164" + cy="558.89948" + cx="793.18164" + id="radialGradient11002" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + r="57.855091" + fy="520.16986" + fx="799.92041" + cy="520.16986" + cx="799.92041" + id="radialGradient11000" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + r="53.865082" + fy="457.29218" + fx="825.40234" + cy="457.29218" + cx="825.40234" + id="radialGradient10262" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + r="165.43960" + fy="432.99265" + fx="425.42249" + cy="432.99265" + cx="425.42249" + id="radialGradient5823" + xlink:href="#linearGradient5817" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + id="linearGradient5815" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + id="linearGradient5080" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-478.87675,4.232021)" + gradientUnits="userSpaceOnUse" + y2="294.85672" + x2="518.04419" + y1="682.32623" + x1="225.43034" + id="linearGradient5072" + xlink:href="#linearGradient5066" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-453.48462,5.6426947)" + gradientUnits="userSpaceOnUse" + y2="653.04156" + x2="253.71039" + y1="213.74759" + x1="544.29083" + id="linearGradient5002" + xlink:href="#linearGradient4996" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4996"> + <stop + id="stop4998" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop5000" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5006"> + <stop + id="stop5008" + offset="0.00000000" + style="stop-color:#dfefff;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" + offset="0.69999999" + id="stop10260" /> + <stop + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" + offset="0.80000001" + id="stop5016" /> + <stop + id="stop5010" + offset="1.0000000" + style="stop-color:#007dfd;stop-opacity:0.50196081;" /> + </linearGradient> + <linearGradient + id="linearGradient5066"> + <stop + id="stop5068" + offset="0.00000000" + style="stop-color:#ffffff;stop-opacity:0.62886596;" /> + <stop + id="stop5070" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5817"> + <stop + id="stop5819" + offset="0.00000000" + style="stop-color:#69b4ff;stop-opacity:1.0000000;" /> + <stop + id="stop5821" + offset="1.0000000" + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient10990"> + <stop + style="stop-color:#007ffe;stop-opacity:0.62745100;" + offset="0.00000000" + id="stop10992" /> + <stop + id="stop10996" + offset="0.80357140" + style="stop-color:#3d9eff;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" + offset="1.0000000" + id="stop10998" /> + </linearGradient> + <linearGradient + id="linearGradient4697"> + <stop + id="stop4699" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.89999998" + id="stop4707" /> + <stop + id="stop4701" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5598"> + <stop + id="stop5600" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.95266271" + id="stop5606" /> + <stop + id="stop5602" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <filter + inkscape:collect="always" + id="filter3495"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.6546695" + id="feGaussianBlur3497" /> + </filter> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3266" + id="linearGradient2361" + gradientUnits="userSpaceOnUse" + x1="67.794327" + y1="15.536267" + x2="73.216293" + y2="18.695934" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3258" + id="linearGradient2363" + gradientUnits="userSpaceOnUse" + x1="231.71468" + y1="145.44635" + x2="222.35701" + y2="144.91158" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3258" + id="linearGradient2324" + gradientUnits="userSpaceOnUse" + x1="231.71468" + y1="145.44635" + x2="222.35701" + y2="144.91158" + gradientTransform="matrix(3.3771096,0,0,3.3771096,-223.77696,-215.3576)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3266" + id="linearGradient2329" + gradientUnits="userSpaceOnUse" + x1="67.794327" + y1="15.536267" + x2="73.216293" + y2="18.695934" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2904" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2902" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2900" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2898" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + r="37.656700" + fy="334.10477" + fx="822.35791" + cy="334.10477" + cx="822.35791" + id="radialGradient2896" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + r="48.537544" + fy="379.37366" + fx="834.06329" + cy="379.37366" + cx="834.06329" + id="radialGradient2894" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + r="51.490337" + fy="416.62680" + fx="834.16461" + cy="416.62680" + cx="834.16461" + id="radialGradient2892" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + r="22.916662" + fy="653.19714" + fx="559.93085" + cy="653.19714" + cx="559.93085" + id="radialGradient2890" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + r="21.038260" + fy="635.96777" + fx="596.68011" + cy="635.96777" + cx="596.68011" + id="radialGradient2888" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + r="20.071379" + fy="620.45239" + fx="637.07098" + cy="620.45239" + cx="637.07098" + id="radialGradient2886" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + r="23.940041" + fy="613.80670" + fx="665.83667" + cy="613.80670" + cx="665.83667" + id="radialGradient2884" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + r="27.265039" + fy="592.33008" + fx="696.78522" + cy="592.33008" + cx="696.78522" + id="radialGradient2882" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + r="39.235065" + fy="565.76050" + fx="734.74274" + cy="565.76050" + cx="734.74274" + id="radialGradient2880" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + r="55.195084" + fy="558.89948" + fx="793.18164" + cy="558.89948" + cx="793.18164" + id="radialGradient2878" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + r="57.855091" + fy="520.16986" + fx="799.92041" + cy="520.16986" + cx="799.92041" + id="radialGradient2876" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + r="53.865082" + fy="457.29218" + fx="825.40234" + cy="457.29218" + cx="825.40234" + id="radialGradient2874" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + r="165.43960" + fy="432.99265" + fx="425.42249" + cy="432.99265" + cx="425.42249" + id="radialGradient2872" + xlink:href="#linearGradient5817" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + id="linearGradient2870" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + id="linearGradient2868" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-478.87675,4.232021)" + gradientUnits="userSpaceOnUse" + y2="294.85672" + x2="518.04419" + y1="682.32623" + x1="225.43034" + id="linearGradient2866" + xlink:href="#linearGradient5066" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-453.48462,5.6426947)" + gradientUnits="userSpaceOnUse" + y2="653.04156" + x2="253.71039" + y1="213.74759" + x1="544.29083" + id="linearGradient2864" + xlink:href="#linearGradient4996" + inkscape:collect="always" /> + <linearGradient + id="linearGradient2858"> + <stop + id="stop2860" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop2862" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient2848"> + <stop + id="stop2850" + offset="0.00000000" + style="stop-color:#dfefff;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" + offset="0.69999999" + id="stop2852" /> + <stop + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" + offset="0.80000001" + id="stop2854" /> + <stop + id="stop2856" + offset="1.0000000" + style="stop-color:#007dfd;stop-opacity:0.50196081;" /> + </linearGradient> + <linearGradient + id="linearGradient2842"> + <stop + id="stop2844" + offset="0.00000000" + style="stop-color:#ffffff;stop-opacity:0.62886596;" /> + <stop + id="stop2846" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2836"> + <stop + id="stop2838" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop2840" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2830"> + <stop + id="stop2832" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop2834" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2824"> + <stop + id="stop2826" + offset="0.00000000" + style="stop-color:#69b4ff;stop-opacity:1.0000000;" /> + <stop + id="stop2828" + offset="1.0000000" + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2816"> + <stop + style="stop-color:#007ffe;stop-opacity:0.62745100;" + offset="0.00000000" + id="stop2818" /> + <stop + id="stop2820" + offset="0.80357140" + style="stop-color:#3d9eff;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" + offset="1.0000000" + id="stop2822" /> + </linearGradient> + <linearGradient + id="linearGradient2808"> + <stop + id="stop2810" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.89999998" + id="stop2812" /> + <stop + id="stop2814" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient2800"> + <stop + id="stop2802" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.95266271" + id="stop2804" /> + <stop + id="stop2806" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3258" + id="linearGradient2350" + gradientUnits="userSpaceOnUse" + x1="231.71468" + y1="145.44635" + x2="222.35701" + y2="144.91158" + gradientTransform="matrix(3.3771096,0,0,3.3771096,-226.52402,-199.72976)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3266" + id="linearGradient2355" + gradientUnits="userSpaceOnUse" + x1="67.794327" + y1="15.536267" + x2="73.216293" + y2="18.695934" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3258" + id="linearGradient2386" + gradientUnits="userSpaceOnUse" + x1="231.71468" + y1="145.44635" + x2="222.35701" + y2="144.91158" + gradientTransform="matrix(3.3771096,0,0,3.3771096,-225.9505,-202.08073)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2403" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,152.57359,197.13637)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3278" + id="linearGradient2406" + gradientUnits="userSpaceOnUse" + x1="63.666668" + y1="18.9375" + x2="77.5" + y2="18.9375" + gradientTransform="translate(-220.53892,-160.04912)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3266" + id="linearGradient2409" + gradientUnits="userSpaceOnUse" + x1="67.794327" + y1="15.536267" + x2="73.216293" + y2="18.695934" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2343" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,152.57359,197.13637)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3278" + id="linearGradient2346" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-220.53892,-160.04912)" + x1="63.666668" + y1="18.9375" + x2="77.5" + y2="18.9375" /> + </defs> + <sodipodi:namedview + inkscape:window-height="844" + inkscape:window-width="1440" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + inkscape:zoom="1.18087" + inkscape:cx="217.25271" + inkscape:cy="222.30509" + inkscape:window-x="-4" + inkscape:window-y="-4" + inkscape:current-layer="svg2226" + width="500px" + height="500px" /> + <g + id="g2381"> + <path + sodipodi:type="arc" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path6573" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,158.95416,208.5661)" /> + <path + style="fill:url(#linearGradient2346);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 163.31785,310.28568 C 156.99312,297.93615 155.26398,289.78921 153.78997,278.0015 C 157.60254,277.89211 158.69005,275.75865 185.24586,281.47373 C 192.41359,285.12711 204.73402,287.23595 207.219,287.14992 C 208.57659,287.22902 220.27893,286.47204 222.26345,285.17331 C 224.25084,284.29116 238.26208,282.06864 243.38027,281.51256 C 246.56216,281.04255 247.88914,280.38521 251.1181,280.35319 C 262.47422,275.00251 275.4832,276.83179 280.64262,278.00761 C 280.53492,282.35643 279.99933,288.46039 279.19727,291.26514 C 278.36241,295.21639 277.94222,297.30993 275.98963,300.85874 C 275.12659,304.93687 273.19256,307.57576 270.15968,312.4853 C 266.99331,317.44222 261.30255,322.61179 254.80116,328.0367 C 250.44657,333.9265 235.08085,337.06445 231.85341,338.92385 C 223.29449,341.23441 214.71091,342.09177 199.68927,338.05698 C 183.04423,334.4178 170.06315,319.44113 163.31785,310.28568 z " + id="path2064" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + style="fill:url(#linearGradient2343);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 155.25682,263.1413 C 155.92222,260.47967 157.51591,255.01061 159.15306,252.82774 C 161.8893,249.1794 166.14357,240.61098 169.23742,236.32604 C 173.75758,230.06567 187.49079,221.72369 193.53159,218.90758 C 202.85329,214.56196 225.98732,212.54623 238.91124,218.4492 C 244.45182,220.97985 255.1766,226.52279 259.53837,231.05466 C 263.60339,235.27824 270.05847,242.78958 273.28977,249.38988 C 275.03883,252.96255 280.45341,267.16258 279.70709,267.26672 C 274.99374,267.92439 270.13833,269.6492 265.26811,271.16295 C 261.84045,272.22833 255.9497,275.05919 255.18375,275.05919 C 251.74589,275.05919 239.69305,274.22037 236.16095,274.37162 C 232.63884,274.52244 227.29548,274.46748 225.61822,274.82999 C 220.47051,275.94255 212.15276,274.72778 207.283,271.85052 C 198.03824,273.77292 194.50932,275.19807 180.00937,270.47539 C 167.78698,266.49451 156.96064,269.41914 155.48601,269.78781 C 153.53702,270.27506 154.90622,264.54369 155.25682,263.1413 z " + id="path2056" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 154.11364,269.98938 C 153.64978,270.29693 153.81512,276.65093 154.18718,279.76295 C 154.88489,281.10301 153.43045,282.9135 154.24835,284.18964 C 155.31064,285.45539 172.21227,288.36412 185.24586,281.47373 C 192.41359,285.12711 204.73402,287.23595 207.219,287.14992 C 208.57659,287.22902 238.26208,282.06864 243.38027,281.51256 C 246.56216,281.04255 249.72266,280.38521 252.95162,280.35319 C 255.14015,280.27389 264.54656,282.36802 267.06017,283.39128 C 275.03832,286.63908 278.00228,285.3131 279.49565,285.79753 C 279.84635,284.64579 280.4577,282.73063 280.11403,280.49319 C 279.96675,277.79793 280.9217,271.64062 279.88586,269.91805 C 279.02283,269.1832 280.11597,267.57093 279.11643,267.34661 C 275.75972,267.91441 269.85997,269.64993 264.97462,271.25597 C 260.67484,272.68128 258.82514,274.11556 255.94989,274.21053 C 253.24593,275.04075 246.33133,274.61855 243.21692,274.54934 C 236.59844,273.09629 229.66925,269.66365 222.4803,268.44205 C 218.58407,268.1437 210.48933,269.99217 207.2619,271.85156 C 202.14084,269.34913 190.62273,267.83349 186.37301,267.46575 C 170.87594,266.1172 158.6641,268.79052 154.11364,269.98938 z " + id="path2058" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path2052" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,158.95416,208.5661)" /> + <g + transform="translate(3.3772247,7.0388147)" + id="g2373"> + <path + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.54999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3495)" + d="M 211.32356,128.37745 C 212.65711,127.69113 228.56397,129.73064 229.17515,131.45531 C 230.04721,132.59073 230.38132,142.4027 229.58553,143.15119 C 228.58342,144.18267 207.45526,142.15155 206.39898,140.27852 C 205.61846,139.15149 209.05674,129.96768 211.32356,128.37745 z " + id="path2458" + sodipodi:nodetypes="ccccc" + transform="matrix(3.3771096,0,0,3.3771096,-522.87836,-188.0747)" /> + <path + sodipodi:nodetypes="ccccc" + id="path2460" + d="M 214.85909,134.27001 C 216.19264,133.58369 218.31092,133.14833 218.92211,134.873 C 222.15119,135.0656 230.38132,142.4027 229.58553,143.15119 C 228.58342,144.18267 207.45526,142.15155 206.39898,140.27852 C 205.61846,139.15149 211.29591,134.32817 214.85909,134.27001 z " + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.54999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3495)" + transform="matrix(3.3771096,0,0,3.3771096,-522.87836,-188.0747)" /> + <path + sodipodi:nodetypes="ccccc" + id="path2466" + d="M 211.32356,128.37745 C 212.65711,127.69113 228.56397,129.73064 229.17515,131.45531 C 228.75085,133.76924 225.43157,135.68518 223.22157,136.31582 C 220.09813,136.75805 215.23343,135.78759 213.94145,134.62166 C 212.68952,133.73034 209.99955,130.55694 211.32356,128.37745 z " + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.54999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3495)" + transform="matrix(3.3771096,0,0,3.3771096,-522.87836,-188.0747)" /> + <path + sodipodi:nodetypes="ccccc" + id="path2231" + d="M 190.78446,245.47002 C 195.28801,243.15224 249.00722,250.03989 251.07124,255.86429 C 254.01628,259.69873 255.14461,292.83483 252.45714,295.36256 C 249.0729,298.84598 177.72079,291.98666 174.15362,285.66124 C 171.51772,281.85513 183.12916,250.8404 190.78446,245.47002 z " + style="fill:#eee5dd;fill-opacity:1;fill-rule:evenodd;stroke:#94806f;stroke-width:5.23451948;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="fill:#f3ebe4;fill-opacity:1;fill-rule:evenodd;stroke:#937f6d;stroke-width:5.23451948;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.95686275" + d="M 202.72434,265.36984 C 207.22788,263.05206 214.38154,261.5818 216.4456,267.4062 C 227.35056,268.05663 255.14461,292.83483 252.45714,295.36256 C 249.0729,298.84598 177.72079,291.98666 174.15362,285.66124 C 171.51772,281.85513 190.69109,265.56625 202.72434,265.36984 z " + id="path2233" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#f7f0e9;fill-opacity:1;fill-rule:evenodd;stroke:#9e8b7a;stroke-width:5.23451948;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 190.78446,245.47002 C 195.28801,243.15224 249.00722,250.03989 251.07124,255.86429 C 249.63833,263.67868 238.42876,270.14902 230.96535,272.27876 C 220.41715,273.77222 203.98852,270.49487 199.62536,266.5574 C 195.39746,263.54732 186.31314,252.8304 190.78446,245.47002 z " + id="path2235" + sodipodi:nodetypes="ccccc" /> + </g> + </g> + <g + id="g2395" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\tests\32pxmessengernoarrow.png" + inkscape:export-xdpi="90.000084" + inkscape:export-ydpi="90.000084"> + <g + style="fill:none" + id="g2925" + transform="translate(-60.88344,-161.0596)"> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path2927" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + id="path2929" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + id="path2931" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + style="fill:none;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + id="path2933" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path2935" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + <g + transform="translate(3.3772247,7.0388147)" + id="g2326"> + <path + sodipodi:nodetypes="ccccc" + id="path2939" + d="M 211.32356,128.37745 C 212.65711,127.69113 228.56397,129.73064 229.17515,131.45531 C 230.04721,132.59073 230.38132,142.4027 229.58553,143.15119 C 228.58342,144.18267 207.45526,142.15155 206.39898,140.27852 C 205.61846,139.15149 209.05674,129.96768 211.32356,128.37745 z " + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.54999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3495)" + transform="matrix(3.3771096,0,0,3.3771096,-363.22288,-189.08518)" /> + <path + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.54999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3495)" + d="M 214.85909,134.27001 C 216.19264,133.58369 218.31092,133.14833 218.92211,134.873 C 222.15119,135.0656 230.38132,142.4027 229.58553,143.15119 C 228.58342,144.18267 207.45526,142.15155 206.39898,140.27852 C 205.61846,139.15149 211.29591,134.32817 214.85909,134.27001 z " + id="path2941" + sodipodi:nodetypes="ccccc" + transform="matrix(3.3771096,0,0,3.3771096,-363.22288,-189.08518)" /> + <path + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.54999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3495)" + d="M 211.32356,128.37745 C 212.65711,127.69113 228.56397,129.73064 229.17515,131.45531 C 228.75085,133.76924 225.43157,135.68518 223.22157,136.31582 C 220.09813,136.75805 215.23343,135.78759 213.94145,134.62166 C 212.68952,133.73034 209.99955,130.55694 211.32356,128.37745 z " + id="path2947" + sodipodi:nodetypes="ccccc" + transform="matrix(3.3771096,0,0,3.3771096,-363.22288,-189.08518)" /> + <path + style="fill:#eee5dd;fill-opacity:1;fill-rule:evenodd;stroke:#9e8b7a;stroke-width:5.23451948;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 350.43994,244.45954 C 354.94349,242.14176 408.6627,249.02941 410.72672,254.85381 C 413.67176,258.68825 414.80009,291.82435 412.11262,294.35208 C 408.72838,297.8355 337.37627,290.97618 333.8091,284.65076 C 331.1732,280.84465 342.78464,249.82992 350.43994,244.45954 z " + id="path2951" + sodipodi:nodetypes="ccccc" /> + <path + sodipodi:nodetypes="ccccc" + id="path2953" + d="M 362.37982,264.35936 C 366.88336,262.04158 374.03702,260.57132 376.10108,266.39572 C 387.00604,267.04615 414.80009,291.82435 412.11262,294.35208 C 408.72838,297.8355 337.37627,290.97618 333.8091,284.65076 C 331.1732,280.84465 350.34657,264.55577 362.37982,264.35936 z " + style="fill:#f3ebe4;fill-opacity:1;fill-rule:evenodd;stroke:#978472;stroke-width:5.23451948;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccc" + id="path2959" + d="M 350.43994,244.45954 C 354.94349,242.14176 408.6627,249.02941 410.72672,254.85381 C 409.29381,262.6682 398.08424,269.13854 390.62083,271.26828 C 380.07263,272.76174 363.644,269.48439 359.28084,265.54692 C 355.05294,262.53684 345.96862,251.81992 350.43994,244.45954 z " + style="fill:#f7f0e9;fill-opacity:1;fill-rule:evenodd;stroke:#94806f;stroke-width:5.23451948;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <image + y="101.4155" + x="-39.096359" + id="image2484" + height="126" + width="188" + sodipodi:absref="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\seamonkeydefault\preview.png" + xlink:href="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\seamonkey icons\seamonkeydefault\preview.png" /> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/template/svg/msgcomposeWindow.svg b/comm/suite/branding/seamonkey/icons/template/svg/msgcomposeWindow.svg new file mode 100644 index 0000000000..ccf48d6b82 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/template/svg/msgcomposeWindow.svg @@ -0,0 +1,676 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="500" + height="500" + id="svg2160" + sodipodi:version="0.32" + inkscape:version="0.45.1" + version="1.0" + sodipodi:docbase="C:\Documents and Settings\Owner.SPINELLOZONE\My Documents\seamonkey-icons-complete\msgcomposeWindow" + sodipodi:docname="seamonkey-msgcomposeWindowSVG.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs2162"> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2234" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2232" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + r="37.656700" + fy="334.10477" + fx="822.35791" + cy="334.10477" + cx="822.35791" + id="radialGradient11020" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + r="48.537544" + fy="379.37366" + fx="834.06329" + cy="379.37366" + cx="834.06329" + id="radialGradient11018" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + r="51.490337" + fy="416.62680" + fx="834.16461" + cy="416.62680" + cx="834.16461" + id="radialGradient11016" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + r="22.916662" + fy="653.19714" + fx="559.93085" + cy="653.19714" + cx="559.93085" + id="radialGradient11014" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + r="21.038260" + fy="635.96777" + fx="596.68011" + cy="635.96777" + cx="596.68011" + id="radialGradient11012" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + r="20.071379" + fy="620.45239" + fx="637.07098" + cy="620.45239" + cx="637.07098" + id="radialGradient11010" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + r="23.940041" + fy="613.80670" + fx="665.83667" + cy="613.80670" + cx="665.83667" + id="radialGradient11008" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + r="27.265039" + fy="592.33008" + fx="696.78522" + cy="592.33008" + cx="696.78522" + id="radialGradient11006" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + r="39.235065" + fy="565.76050" + fx="734.74274" + cy="565.76050" + cx="734.74274" + id="radialGradient11004" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + r="55.195084" + fy="558.89948" + fx="793.18164" + cy="558.89948" + cx="793.18164" + id="radialGradient11002" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + r="57.855091" + fy="520.16986" + fx="799.92041" + cy="520.16986" + cx="799.92041" + id="radialGradient11000" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + r="53.865082" + fy="457.29218" + fx="825.40234" + cy="457.29218" + cx="825.40234" + id="radialGradient10262" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + r="165.43960" + fy="432.99265" + fx="425.42249" + cy="432.99265" + cx="425.42249" + id="radialGradient5823" + xlink:href="#linearGradient5817" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + id="linearGradient5815" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + id="linearGradient5080" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-478.87675,4.232021)" + gradientUnits="userSpaceOnUse" + y2="294.85672" + x2="518.04419" + y1="682.32623" + x1="225.43034" + id="linearGradient5072" + xlink:href="#linearGradient5066" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-453.48462,5.6426947)" + gradientUnits="userSpaceOnUse" + y2="653.04156" + x2="253.71039" + y1="213.74759" + x1="544.29083" + id="linearGradient5002" + xlink:href="#linearGradient4996" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4996"> + <stop + id="stop4998" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop5000" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5006"> + <stop + id="stop5008" + offset="0.00000000" + style="stop-color:#dfefff;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" + offset="0.69999999" + id="stop10260" /> + <stop + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" + offset="0.80000001" + id="stop5016" /> + <stop + id="stop5010" + offset="1.0000000" + style="stop-color:#007dfd;stop-opacity:0.50196081;" /> + </linearGradient> + <linearGradient + id="linearGradient5066"> + <stop + id="stop5068" + offset="0.00000000" + style="stop-color:#ffffff;stop-opacity:0.62886596;" /> + <stop + id="stop5070" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5817"> + <stop + id="stop5819" + offset="0.00000000" + style="stop-color:#69b4ff;stop-opacity:1.0000000;" /> + <stop + id="stop5821" + offset="1.0000000" + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient10990"> + <stop + style="stop-color:#007ffe;stop-opacity:0.62745100;" + offset="0.00000000" + id="stop10992" /> + <stop + id="stop10996" + offset="0.80357140" + style="stop-color:#3d9eff;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" + offset="1.0000000" + id="stop10998" /> + </linearGradient> + <linearGradient + id="linearGradient4697"> + <stop + id="stop4699" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.89999998" + id="stop4707" /> + <stop + id="stop4701" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5598"> + <stop + id="stop5600" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.95266271" + id="stop5606" /> + <stop + id="stop5602" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3457" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,-480.95396,201.6476)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3460" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,-480.95396,201.6476)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3507" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3509" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3564" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3566" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3600" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3602" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3681" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3683" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3807" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3809" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="4.4491943" + inkscape:cx="176.12983" + inkscape:cy="74.102991" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="false" + inkscape:document-units="px" + inkscape:object-paths="false" + inkscape:guide-bbox="false" + width="500px" + height="500px" + inkscape:window-width="1440" + inkscape:window-height="844" + inkscape:window-x="0" + inkscape:window-y="22" /> + <metadata + id="metadata2165"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + style="display:inline" + inkscape:label="Shadow" + id="g3689" + transform="translate(-710.70481,-18.44722)" /> + <g + style="display:inline" + inkscape:label="SeaMonkey" + id="g3705" + transform="translate(-710.70481,-18.44722)" /> + <g + id="g3828"> + <g + id="g3773" + transform="translate(-349.93665,-12.96442)"> + <g + style="display:inline" + inkscape:label="Shadow" + id="g3775" /> + <g + style="display:inline" + id="g3777" + inkscape:label="Background"> + <g + id="g3779"> + <path + sodipodi:type="arc" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path3781" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + style="fill:url(#linearGradient3807);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + id="path3783" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + style="fill:url(#linearGradient3809);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + id="path3785" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + id="path3787" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path3789" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="display:inline" + inkscape:label="SeaMonkey" + id="g3791" /> + </g> + <g + transform="translate(360.48635,6.9897052)" + id="g3766"> + <path + style="fill:#a2c2de;fill-opacity:1;fill-rule:nonzero;stroke:#2271bc;stroke-width:4.58545876;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M -271.625,356.1875 C -274.53082,366.0131 -276.68138,376.11022 -278.3125,386.21875 C -280.1006,399.15868 -281.63819,412.58751 -278.875,425.375 C -278.08622,429.4343 -275.05164,434.96654 -270.53125,432.6875 C -264.89694,429.505 -261.70389,423.03284 -258.6875,417.21875 C -250.81145,400.41286 -245.99977,382.10381 -243.125,363.625 C -251.64503,359.05508 -261.33524,356.39325 -271.625,356.1875 z " + id="path3715" /> + <path + style="fill:#000000;fill-opacity:0.99215686;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M -261.76711,429.68955 C -264.67446,435.63583 -268.47198,439.96515 -271.44762,442.6107 C -272.65579,443.68484 -273.35576,445.91486 -276.09496,445.62061 C -278.46512,445.32712 -280.72467,444.38016 -281.48545,443.07353 C -283.39587,439.79237 -284.64318,431.74649 -284.30153,425.88568 C -284.04476,421.89271 -283.67012,415.90395 -282.56628,411.3964 C -276.46564,408.80532 -270.44462,408.83261 -268.50576,409.58869 C -263.46848,411.55299 -259.38592,413.92179 -256.7493,418.38698 C -259.178,424.27773 -260.29766,426.58389 -261.76711,429.68955 z " + id="path3717" + sodipodi:nodetypes="csssccscc" /> + <path + style="fill:#c5c5c5;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.29272938;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M -262.17624,440.4275 C -261.44085,445.88114 -261.15659,452.27573 -263.41398,460.3349 C -264.02391,462.04465 -273.48264,459.99769 -278.92722,476.2825 C -280.31763,480.44116 -274.96335,442.67395 -276.39193,442.33954 C -277.84675,441.92085 -279.77057,477.66416 -279.87354,476.45321 C -280.96189,463.6559 -290.42424,461.22985 -290.65282,459.13745 C -291.34053,450.92358 -290.07602,442.94735 -286.89644,435.50029 C -285.20402,431.80258 -283.18614,428.11704 -279.38486,425.18144 C -277.84584,424.11827 -275.93148,422.91751 -272.94935,423.13457 C -270.19161,423.45573 -268.34121,425.13244 -267.18832,426.51203 C -264.38031,430.06711 -262.91195,434.45514 -262.17624,440.4275 z " + id="path3719" + sodipodi:nodetypes="cccssccsscc" /> + </g> + </g> + <g + id="g2384"> + <g + style="fill:none" + transform="translate(-173.38695,-10.729614)" + id="g2372"> + <g + id="g2374" + inkscape:label="Shadow" + style="display:inline;fill:none" /> + <g + inkscape:label="Background" + id="g2376" + style="display:inline;fill:none"> + <g + style="fill:none" + id="g2378"> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path2380" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + <path + inkscape:export-ydpi="24.028801" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + id="path2382" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cssssssssssscsss" + id="path2384" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccccccsccccccccccc" + id="path2386" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + style="fill:none;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path2388" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + id="g2390" + inkscape:label="SeaMonkey" + style="display:inline;fill:none" /> + </g> + <g + id="g2392" + transform="translate(537.03605,9.2245115)"> + <path + id="path2394" + d="M -271.625,356.1875 C -274.53082,366.0131 -276.68138,376.11022 -278.3125,386.21875 C -280.1006,399.15868 -281.63819,412.58751 -278.875,425.375 C -278.08622,429.4343 -275.05164,434.96654 -270.53125,432.6875 C -264.89694,429.505 -261.70389,423.03284 -258.6875,417.21875 C -250.81145,400.41286 -245.99977,382.10381 -243.125,363.625 C -251.64503,359.05508 -261.33524,356.39325 -271.625,356.1875 z " + style="fill:#a2c2de;fill-opacity:1;fill-rule:nonzero;stroke:#2271bc;stroke-width:4.58545876;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="csssccscc" + id="path2396" + d="M -261.76711,429.68955 C -264.67446,435.63583 -268.47198,439.96515 -271.44762,442.6107 C -272.65579,443.68484 -273.35576,445.91486 -276.09496,445.62061 C -278.46512,445.32712 -280.72467,444.38016 -281.48545,443.07353 C -283.39587,439.79237 -284.64318,431.74649 -284.30153,425.88568 C -284.04476,421.89271 -283.67012,415.90395 -282.56628,411.3964 C -276.46564,408.80532 -270.44462,408.83261 -268.50576,409.58869 C -263.46848,411.55299 -259.38592,413.92179 -256.7493,418.38698 C -259.178,424.27773 -260.29766,426.58389 -261.76711,429.68955 z " + style="fill:#000000;fill-opacity:0.99215686;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccssccsscc" + id="path2398" + d="M -262.17624,440.4275 C -261.44085,445.88114 -261.15659,452.27573 -263.41398,460.3349 C -264.02391,462.04465 -273.48264,459.99769 -278.92722,476.2825 C -280.31763,480.44116 -274.96335,442.67395 -276.39193,442.33954 C -277.84675,441.92085 -279.77057,477.66416 -279.87354,476.45321 C -280.96189,463.6559 -290.42424,461.22985 -290.65282,459.13745 C -291.34053,450.92358 -290.07602,442.94735 -286.89644,435.50029 C -285.20402,431.80258 -283.18614,428.11704 -279.38486,425.18144 C -277.84584,424.11827 -275.93148,422.91751 -272.94935,423.13457 C -270.19161,423.45573 -268.34121,425.13244 -267.18832,426.51203 C -264.38031,430.06711 -262.91195,434.45514 -262.17624,440.4275 z " + style="fill:#c5c5c5;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.29272938;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/template/svg/places.svg b/comm/suite/branding/seamonkey/icons/template/svg/places.svg new file mode 100644 index 0000000000..e90853da5c --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/template/svg/places.svg @@ -0,0 +1,1562 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="500" + height="500" + id="svg2160" + sodipodi:version="0.32" + inkscape:version="0.45.1" + version="1.0" + sodipodi:docbase="C:\Documents and Settings\Owner.SPINELLOZONE\My Documents\seamonkey-icons-complete\bookmark-window" + sodipodi:docname="seamonkey-bookmark-windowSVG.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs2162"> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2234" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2232" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + r="37.656700" + fy="334.10477" + fx="822.35791" + cy="334.10477" + cx="822.35791" + id="radialGradient11020" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + r="48.537544" + fy="379.37366" + fx="834.06329" + cy="379.37366" + cx="834.06329" + id="radialGradient11018" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + r="51.490337" + fy="416.62680" + fx="834.16461" + cy="416.62680" + cx="834.16461" + id="radialGradient11016" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + r="22.916662" + fy="653.19714" + fx="559.93085" + cy="653.19714" + cx="559.93085" + id="radialGradient11014" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + r="21.038260" + fy="635.96777" + fx="596.68011" + cy="635.96777" + cx="596.68011" + id="radialGradient11012" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + r="20.071379" + fy="620.45239" + fx="637.07098" + cy="620.45239" + cx="637.07098" + id="radialGradient11010" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + r="23.940041" + fy="613.80670" + fx="665.83667" + cy="613.80670" + cx="665.83667" + id="radialGradient11008" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + r="27.265039" + fy="592.33008" + fx="696.78522" + cy="592.33008" + cx="696.78522" + id="radialGradient11006" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + r="39.235065" + fy="565.76050" + fx="734.74274" + cy="565.76050" + cx="734.74274" + id="radialGradient11004" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + r="55.195084" + fy="558.89948" + fx="793.18164" + cy="558.89948" + cx="793.18164" + id="radialGradient11002" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + r="57.855091" + fy="520.16986" + fx="799.92041" + cy="520.16986" + cx="799.92041" + id="radialGradient11000" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + r="53.865082" + fy="457.29218" + fx="825.40234" + cy="457.29218" + cx="825.40234" + id="radialGradient10262" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + r="165.43960" + fy="432.99265" + fx="425.42249" + cy="432.99265" + cx="425.42249" + id="radialGradient5823" + xlink:href="#linearGradient5817" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + id="linearGradient5815" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + id="linearGradient5080" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-478.87675,4.232021)" + gradientUnits="userSpaceOnUse" + y2="294.85672" + x2="518.04419" + y1="682.32623" + x1="225.43034" + id="linearGradient5072" + xlink:href="#linearGradient5066" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-453.48462,5.6426947)" + gradientUnits="userSpaceOnUse" + y2="653.04156" + x2="253.71039" + y1="213.74759" + x1="544.29083" + id="linearGradient5002" + xlink:href="#linearGradient4996" + inkscape:collect="always" /> + <linearGradient + id="linearGradient4996"> + <stop + id="stop4998" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop5000" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5006"> + <stop + id="stop5008" + offset="0.00000000" + style="stop-color:#dfefff;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" + offset="0.69999999" + id="stop10260" /> + <stop + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" + offset="0.80000001" + id="stop5016" /> + <stop + id="stop5010" + offset="1.0000000" + style="stop-color:#007dfd;stop-opacity:0.50196081;" /> + </linearGradient> + <linearGradient + id="linearGradient5066"> + <stop + id="stop5068" + offset="0.00000000" + style="stop-color:#ffffff;stop-opacity:0.62886596;" /> + <stop + id="stop5070" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5074"> + <stop + id="stop5076" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop5078" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5809"> + <stop + id="stop5811" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop5813" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient5817"> + <stop + id="stop5819" + offset="0.00000000" + style="stop-color:#69b4ff;stop-opacity:1.0000000;" /> + <stop + id="stop5821" + offset="1.0000000" + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient10990"> + <stop + style="stop-color:#007ffe;stop-opacity:0.62745100;" + offset="0.00000000" + id="stop10992" /> + <stop + id="stop10996" + offset="0.80357140" + style="stop-color:#3d9eff;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" + offset="1.0000000" + id="stop10998" /> + </linearGradient> + <linearGradient + id="linearGradient4697"> + <stop + id="stop4699" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.89999998" + id="stop4707" /> + <stop + id="stop4701" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5598"> + <stop + id="stop5600" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.95266271" + id="stop5606" /> + <stop + id="stop5602" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <radialGradient + r="17.2868" + fy="45.411678" + fx="45.457588" + cy="45.411678" + cx="45.457588" + gradientTransform="matrix(1.0745274,1.0832957,-0.1820881,0.1806143,4.8810925,-12.034328)" + gradientUnits="userSpaceOnUse" + id="radialGradient4590" + xlink:href="#linearGradient3199" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4588" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4586" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + r="17.2868" + fy="45.411678" + fx="45.457588" + cy="45.411678" + cx="45.457588" + gradientTransform="matrix(1.0745274,1.0832957,-0.1820881,0.1806143,4.8810925,-12.034328)" + gradientUnits="userSpaceOnUse" + id="radialGradient4353" + xlink:href="#linearGradient3199" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4351" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4349" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + r="17.2868" + fy="45.411678" + fx="45.457588" + cy="45.411678" + cx="45.457588" + gradientTransform="matrix(1.0745274,1.0832957,-0.1820881,0.1806143,4.8810925,-12.034328)" + gradientUnits="userSpaceOnUse" + id="radialGradient4305" + xlink:href="#linearGradient3199" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4303" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient4301" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + r="17.2868" + fy="45.411678" + fx="45.457588" + cy="45.411678" + cx="45.457588" + gradientTransform="matrix(1.0745274,1.0832957,-0.1820881,0.1806143,4.8810925,-12.034328)" + gradientUnits="userSpaceOnUse" + id="radialGradient3160" + xlink:href="#linearGradient3199" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + gradientUnits="userSpaceOnUse" + id="linearGradient3099" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + gradientUnits="userSpaceOnUse" + id="linearGradient3097" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + gradientUnits="userSpaceOnUse" + id="linearGradient3056" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + gradientUnits="userSpaceOnUse" + id="linearGradient3054" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2967" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + gradientUnits="userSpaceOnUse" + id="linearGradient2965" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + gradientUnits="userSpaceOnUse" + id="linearGradient2756" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + gradientUnits="userSpaceOnUse" + id="linearGradient2758" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2760" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + id="linearGradient2762" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + r="37.6567" + fy="334.10477" + fx="822.35791" + cy="334.10477" + cx="822.35791" + id="radialGradient2764" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + r="48.537544" + fy="379.37366" + fx="834.06329" + cy="379.37366" + cx="834.06329" + id="radialGradient2766" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + r="51.490337" + fy="416.6268" + fx="834.16461" + cy="416.6268" + cx="834.16461" + id="radialGradient2768" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + r="22.916662" + fy="653.19714" + fx="559.93085" + cy="653.19714" + cx="559.93085" + id="radialGradient2770" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + r="21.03826" + fy="635.96777" + fx="596.68011" + cy="635.96777" + cx="596.68011" + id="radialGradient2772" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + r="20.071379" + fy="620.45239" + fx="637.07098" + cy="620.45239" + cx="637.07098" + id="radialGradient2774" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + r="23.940041" + fy="613.8067" + fx="665.83667" + cy="613.8067" + cx="665.83667" + id="radialGradient2776" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + r="27.265039" + fy="592.33008" + fx="696.78522" + cy="592.33008" + cx="696.78522" + id="radialGradient2778" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + r="39.235065" + fy="565.7605" + fx="734.74274" + cy="565.7605" + cx="734.74274" + id="radialGradient2780" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + r="55.195084" + fy="558.89948" + fx="793.18164" + cy="558.89948" + cx="793.18164" + id="radialGradient2782" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + r="57.855091" + fy="520.16986" + fx="799.92041" + cy="520.16986" + cx="799.92041" + id="radialGradient2784" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + r="53.865082" + fy="457.29218" + fx="825.40234" + cy="457.29218" + cx="825.40234" + id="radialGradient2786" + xlink:href="#linearGradient10990" + inkscape:collect="always" /> + <radialGradient + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + r="165.43961" + fy="432.99265" + fx="425.42249" + cy="432.99265" + cx="425.42249" + id="radialGradient2788" + xlink:href="#linearGradient5817" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="786.83405" + x2="553.63983" + y1="596.54565" + x1="441.50293" + id="linearGradient2790" + xlink:href="#linearGradient5809" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(155.91995,3.7227902)" + gradientUnits="userSpaceOnUse" + y2="133.54459" + x2="225.65819" + y1="354.45773" + x1="331.57434" + id="linearGradient2792" + xlink:href="#linearGradient5074" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-478.87675,4.232021)" + gradientUnits="userSpaceOnUse" + y2="294.85672" + x2="518.04419" + y1="682.32623" + x1="225.43034" + id="linearGradient2794" + xlink:href="#linearGradient5066" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-453.48462,5.6426947)" + gradientUnits="userSpaceOnUse" + y2="653.04156" + x2="253.71039" + y1="213.74759" + x1="544.29083" + id="linearGradient2796" + xlink:href="#linearGradient4996" + inkscape:collect="always" /> + <linearGradient + id="linearGradient2798"> + <stop + id="stop2800" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop2802" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient2804"> + <stop + id="stop2806" + offset="0.00000000" + style="stop-color:#dfefff;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" + offset="0.69999999" + id="stop2808" /> + <stop + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" + offset="0.80000001" + id="stop2810" /> + <stop + id="stop2812" + offset="1.0000000" + style="stop-color:#007dfd;stop-opacity:0.50196081;" /> + </linearGradient> + <linearGradient + id="linearGradient2814"> + <stop + id="stop2816" + offset="0.00000000" + style="stop-color:#ffffff;stop-opacity:0.62886596;" /> + <stop + id="stop2818" + offset="1.0000000" + style="stop-color:#ffffff;stop-opacity:0.00000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2820"> + <stop + id="stop2822" + offset="0.00000000" + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" /> + <stop + id="stop2824" + offset="1.0000000" + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2826"> + <stop + id="stop2828" + offset="0.00000000" + style="stop-color:#2727e8;stop-opacity:1.0000000;" /> + <stop + id="stop2830" + offset="1.0000000" + style="stop-color:#5f5fee;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2832"> + <stop + id="stop2834" + offset="0.00000000" + style="stop-color:#69b4ff;stop-opacity:1.0000000;" /> + <stop + id="stop2836" + offset="1.0000000" + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient2838"> + <stop + style="stop-color:#007ffe;stop-opacity:0.62745100;" + offset="0.00000000" + id="stop2840" /> + <stop + id="stop2842" + offset="0.80357140" + style="stop-color:#3d9eff;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" + offset="1.0000000" + id="stop2844" /> + </linearGradient> + <linearGradient + id="linearGradient2846"> + <stop + id="stop2848" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.89999998" + id="stop2850" /> + <stop + id="stop2852" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient2854"> + <stop + id="stop2856" + offset="0" + style="stop-color:black;stop-opacity:0.49779737;" /> + <stop + style="stop-color:black;stop-opacity:0.49803922;" + offset="0.95266271" + id="stop2858" /> + <stop + id="stop2860" + offset="1" + style="stop-color:black;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3774" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3776" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3841" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3843" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730936,0,0,0.1702044,373.10831,358.56126)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + id="linearGradient2889"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop2891" /> + <stop + id="stop2893" + offset="0.95266271" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2895" /> + </linearGradient> + <linearGradient + id="linearGradient2881"> + <stop + style="stop-color:black;stop-opacity:0.49779737;" + offset="0" + id="stop2883" /> + <stop + id="stop2885" + offset="0.89999998" + style="stop-color:black;stop-opacity:0.49803922;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop2887" /> + </linearGradient> + <linearGradient + id="linearGradient2873"> + <stop + id="stop2875" + offset="0.00000000" + style="stop-color:#007ffe;stop-opacity:0.62745100;" /> + <stop + style="stop-color:#3d9eff;stop-opacity:0.62745100;" + offset="0.80357140" + id="stop2877" /> + <stop + id="stop2879" + offset="1.0000000" + style="stop-color:#a5d2ff;stop-opacity:0.62745100;" /> + </linearGradient> + <linearGradient + id="linearGradient2867"> + <stop + style="stop-color:#69b4ff;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2869" /> + <stop + style="stop-color:#b0d8ff;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2871" /> + </linearGradient> + <linearGradient + id="linearGradient2861"> + <stop + style="stop-color:#2727e8;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2863" /> + <stop + style="stop-color:#5f5fee;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2865" /> + </linearGradient> + <linearGradient + id="linearGradient2855"> + <stop + style="stop-color:#2b2b9c;stop-opacity:1.0000000;" + offset="0.00000000" + id="stop2857" /> + <stop + style="stop-color:#5c5cb3;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop2859" /> + </linearGradient> + <linearGradient + id="linearGradient2849"> + <stop + style="stop-color:#ffffff;stop-opacity:0.62886596;" + offset="0.00000000" + id="stop2851" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.00000000;" + offset="1.0000000" + id="stop2853" /> + </linearGradient> + <linearGradient + id="linearGradient2839"> + <stop + style="stop-color:#dfefff;stop-opacity:0.50196081;" + offset="0.00000000" + id="stop2841" /> + <stop + id="stop2843" + offset="0.69999999" + style="stop-color:#8ec6fe;stop-opacity:0.50196078;" /> + <stop + id="stop2845" + offset="0.80000001" + style="stop-color:#3e9dfe;stop-opacity:0.50196081;" /> + <stop + style="stop-color:#007dfd;stop-opacity:0.50196081;" + offset="1.0000000" + id="stop2847" /> + </linearGradient> + <linearGradient + id="linearGradient2833"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2835" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop2837" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4996" + id="linearGradient2831" + x1="544.29083" + y1="213.74759" + x2="253.71039" + y2="653.04156" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-453.48462,5.6426947)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5066" + id="linearGradient2829" + x1="225.43034" + y1="682.32623" + x2="518.04419" + y2="294.85672" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-478.87675,4.232021)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2827" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2825" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5817" + id="radialGradient2823" + cx="425.42249" + cy="432.99265" + fx="425.42249" + fy="432.99265" + r="165.43961" + gradientTransform="matrix(0.546319,0.218253,-0.436865,1.093538,105.62767,-147.06742)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2821" + cx="825.40234" + cy="457.29218" + fx="825.40234" + fy="457.29218" + r="53.865082" + gradientTransform="matrix(1.442415,0.58951,-0.216275,0.529183,-1132.7474,-269.06738)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2819" + cx="799.92041" + cy="520.16986" + fx="799.92041" + fy="520.16986" + r="57.855091" + gradientTransform="matrix(1.238186,1.07492,-0.532416,0.613282,-668.29405,-630.01478)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2817" + cx="793.18164" + cy="558.89948" + fx="793.18164" + fy="558.89948" + r="55.195084" + gradientTransform="matrix(1.006265,1.510239,-0.401621,0.267598,-663.16697,-833.15883)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2815" + cx="734.74274" + cy="565.7605" + fx="734.74274" + fy="565.7605" + r="39.235065" + gradientTransform="matrix(0.747853,2.224634,-0.425239,0.142953,-427.60907,-1188.9396)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2813" + cx="696.78522" + cy="592.33008" + fx="696.78522" + fy="592.33008" + r="27.265039" + gradientTransform="matrix(0.948955,4.089824,-0.993629,0.230546,-207.73447,-2450.4193)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2811" + cx="665.83667" + cy="613.8067" + fx="665.83667" + fy="613.8067" + r="23.940041" + gradientTransform="matrix(0.334297,4.019557,-0.995094,8.275962e-2,391.82207,-2240.9819)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2809" + cx="637.07098" + cy="620.45239" + fx="637.07098" + fy="620.45239" + r="20.071379" + gradientTransform="matrix(1.261524e-6,4.784578,-0.528762,1.394159e-7,258.39389,-2486.0713)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2807" + cx="596.68011" + cy="635.96777" + fx="596.68011" + fy="635.96777" + r="21.03826" + gradientTransform="matrix(-0.492499,4.368806,-0.629878,-7.100652e-2,732.99123,-2042.7743)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2805" + cx="559.93085" + cy="653.19714" + fx="559.93085" + fy="653.19714" + r="22.916662" + gradientTransform="matrix(-0.523809,2.977912,-0.573765,-0.100924,597.43787,-1122.4516)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2803" + cx="834.16461" + cy="416.6268" + fx="834.16461" + fy="416.6268" + r="51.490337" + gradientTransform="matrix(1.536957,0.35811,-0.115486,0.495648,-1220.8078,-81.019121)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2801" + cx="834.06329" + cy="379.37366" + fx="834.06329" + fy="379.37366" + r="48.537544" + gradientTransform="matrix(1.604552,0.137396,-4.558732e-2,0.532382,-1332.9848,57.130614)" + gradientUnits="userSpaceOnUse" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient10990" + id="radialGradient2799" + cx="822.35791" + cy="334.10477" + fx="822.35791" + fy="334.10477" + r="37.6567" + gradientTransform="matrix(1.389618,6.572876e-8,-1.395947e-8,0.295127,-1147.0601,218.83232)" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2797" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2795" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(155.91995,3.7227902)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient2793" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient2791" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + id="linearGradient3199"> + <stop + id="stop3201" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.49803922;" + offset="0.5" + id="stop3216" /> + <stop + id="stop3218" + offset="0.8035714" + style="stop-color:#ffffff;stop-opacity:0.24705882;" /> + <stop + id="stop3203" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3025" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3027" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3072" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3074" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3199" + id="radialGradient3076" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0745274,1.0832957,-0.1820881,0.1806143,4.8810925,-12.034328)" + cx="45.457588" + cy="45.411678" + fx="45.457588" + fy="45.411678" + r="17.2868" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3100" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3102" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5809" + id="linearGradient3119" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="441.50293" + y1="596.54565" + x2="553.63983" + y2="786.83405" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5074" + id="linearGradient3121" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1730824,0,0,0.1718448,373.11251,357.18549)" + x1="331.57434" + y1="354.45773" + x2="225.65819" + y2="133.54459" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.4856308" + inkscape:cx="210.56928" + inkscape:cy="191.36374" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + width="500px" + height="500px" + inkscape:window-width="1440" + inkscape:window-height="844" + inkscape:window-x="0" + inkscape:window-y="22" /> + <metadata + id="metadata2165"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + id="g3417"> + <g + id="g4261" + transform="translate(-247.78438,-65.963114)"> + <g + style="display:inline" + inkscape:label="Shadow" + id="g4263" /> + <g + style="display:inline" + id="g4265" + inkscape:label="Background"> + <g + id="g4267"> + <path + sodipodi:type="arc" + style="fill:#9195e1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4269" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + <path + style="fill:url(#linearGradient3119);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + id="path4271" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:export-xdpi="24.028801" + inkscape:export-ydpi="24.028801" /> + <path + style="fill:url(#linearGradient3121);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + id="path4273" + sodipodi:nodetypes="cssssssssssscsss" /> + <path + style="fill:#b2b4ff;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + id="path4275" + sodipodi:nodetypes="cccccccsccccccccccc" /> + <path + sodipodi:type="arc" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4277" + sodipodi:cx="365.22308" + sodipodi:cy="433.07086" + sodipodi:rx="395.53806" + sodipodi:ry="395.53806" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" /> + </g> + </g> + <g + style="display:inline" + inkscape:label="SeaMonkey" + id="g4279" /> + </g> + <g + id="g4281" + transform="matrix(1.2522169,0,0,1.1949279,445.5891,111.78335)"> + <path + style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:#000080;stroke-width:2.79422808;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M -227.62113,184.74074 C -232.11524,184.64538 -236.59155,187.11474 -238.81213,191.02064 C -241.45058,195.3896 -240.88344,201.21399 -237.62962,205.11996 L -231.17767,212.07609 L -224.89082,218.68023 L -218.60879,225.45787 L -212.14722,232.06698 L -205.86038,238.6711 L -199.57835,245.44876 L -193.29149,252.05287 L -186.82992,258.66198 L -187.26399,249.0989 L -187.5185,239.36725 L -177.92762,240.33506 L -168.33671,241.30286 L -174.62354,234.69874 L -181.08512,228.08963 L -187.36717,221.31198 L -193.65399,214.70786 L -200.11558,208.09876 L -206.3976,201.32111 L -212.68446,194.71697 L -219.14604,188.10786 C -220.93634,186.44951 -223.28444,185.38524 -225.70391,184.96901 C -226.34103,184.84661 -226.97911,184.75437 -227.62113,184.74074 z " + id="path4283" + sodipodi:nodetypes="ccsccccccccccccccccccccsc" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\bkmk3.png" + inkscape:export-xdpi="80.222176" + inkscape:export-ydpi="80.222176" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.39147401;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4285" + sodipodi:cx="-7.2153969" + sodipodi:cy="3.788281" + sodipodi:rx="0.78960949" + sodipodi:ry="0.77599555" + d="M -6.4729494,3.5241129 A 0.78960949,0.77599555 0 1 1 -6.4755362,3.517194" + sodipodi:start="5.9358167" + sodipodi:end="12.209503" + sodipodi:open="true" + transform="matrix(2.9454369,2.8106115,-3.1508717,2.6846787,-194.04659,207.50232)" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\bkmk.png" + inkscape:export-xdpi="76.790672" + inkscape:export-ydpi="76.790672" /> + </g> + </g> + <g + id="g3402"> + <g + style="fill:none" + transform="translate(-71.791544,-65.289999)" + id="g2403"> + <g + id="g2405" + inkscape:label="Shadow" + style="display:inline;fill:none" /> + <g + inkscape:label="Background" + id="g2407" + style="display:inline;fill:none"> + <g + style="fill:none" + id="g2409"> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path2411" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + <path + inkscape:export-ydpi="24.028801" + inkscape:export-xdpi="24.028801" + sodipodi:nodetypes="ccccccccccccccc" + id="path2413" + d="M 383.85677,470.3348 C 377.53204,457.98527 375.8029,449.83833 374.32889,438.05062 C 378.14146,437.94123 379.22897,435.80777 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 440.81785,446.52116 442.80237,445.22243 C 444.78976,444.34028 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 468.42806,440.43433 471.65702,440.40231 C 483.01314,435.05163 496.02212,436.88091 501.18154,438.05673 C 501.07384,442.40555 500.53825,448.50951 499.73619,451.31426 C 498.90133,455.26551 498.48114,457.35905 496.52855,460.90786 C 495.66551,464.98599 493.73148,467.62488 490.6986,472.53442 C 487.53223,477.49134 481.84147,482.66091 475.34008,488.08582 C 470.98549,493.97562 455.61977,497.11357 452.39233,498.97297 C 443.83341,501.28353 435.24983,502.14089 420.22819,498.1061 C 403.58315,494.46692 390.60207,479.49025 383.85677,470.3348 z " + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cssssssssssscsss" + id="path2415" + d="M 375.79574,423.19042 C 376.46114,420.52879 378.05483,415.05973 379.69198,412.87686 C 382.42822,409.22852 386.68249,400.6601 389.77634,396.37516 C 394.2965,390.11479 408.02971,381.77281 414.07051,378.9567 C 423.39221,374.61108 446.52624,372.59535 459.45016,378.49832 C 464.99074,381.02897 475.71552,386.57191 480.07729,391.10378 C 484.14231,395.32736 490.59739,402.8387 493.82869,409.439 C 495.57775,413.01167 500.99233,427.2117 500.24601,427.31584 C 495.53266,427.97351 490.67725,429.69832 485.80703,431.21207 C 482.37937,432.27745 476.48862,435.10831 475.72267,435.10831 C 472.28481,435.10831 460.23197,434.26949 456.69987,434.42074 C 453.17776,434.57156 447.8344,434.5166 446.15714,434.87911 C 441.00943,435.99167 432.69168,434.7769 427.82192,431.89964 C 418.57716,433.82204 415.04824,435.24719 400.54829,430.52451 C 388.3259,426.54363 377.49956,429.46826 376.02493,429.83693 C 374.07594,430.32418 375.44514,424.59281 375.79574,423.19042 z " + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccccccsccccccccccc" + id="path2417" + d="M 374.65256,430.0385 C 374.1887,430.34605 374.35404,436.70005 374.7261,439.81207 C 375.42381,441.15213 373.96937,442.96262 374.78727,444.23876 C 375.84956,445.50451 392.75119,448.41324 405.78478,441.52285 C 412.95251,445.17623 425.27294,447.28507 427.75792,447.19904 C 429.11551,447.27814 458.801,442.11776 463.91919,441.56168 C 467.10108,441.09167 470.26158,440.43433 473.49054,440.40231 C 475.67907,440.32301 485.08548,442.41714 487.59909,443.4404 C 495.57724,446.6882 498.5412,445.36222 500.03457,445.84665 C 500.38527,444.69491 500.99662,442.77975 500.65295,440.54231 C 500.50567,437.84705 501.46062,431.68974 500.42478,429.96717 C 499.56175,429.23232 500.65489,427.62005 499.65535,427.39573 C 496.29864,427.96353 490.39889,429.69905 485.51354,431.30509 C 481.21376,432.7304 479.36406,434.16468 476.48881,434.25965 C 473.78485,435.08987 466.87025,434.66767 463.75584,434.59846 C 457.13736,433.14541 450.20817,429.71277 443.01922,428.49117 C 439.12299,428.19282 431.02825,430.04129 427.80082,431.90068 C 422.67976,429.39825 411.16165,427.88261 406.91193,427.51487 C 391.41486,426.16632 379.20302,428.83964 374.65256,430.0385 z " + style="fill:none;fill-opacity:0.50196078;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="matrix(0.1596245,0,0,0.1596247,379.49308,368.61522)" + d="M 760.76114 433.07086 A 395.53806 395.53806 0 1 1 -30.314972,433.07086 A 395.53806 395.53806 0 1 1 760.76114 433.07086 z" + sodipodi:ry="395.53806" + sodipodi:rx="395.53806" + sodipodi:cy="433.07086" + sodipodi:cx="365.22308" + id="path2419" + style="fill:none;fill-opacity:0.36184208;fill-rule:evenodd;stroke:#26269a;stroke-width:10.80470085;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + <g + id="g2421" + inkscape:label="SeaMonkey" + style="display:inline;fill:none" /> + </g> + <g + transform="matrix(1.2522169,0,0,1.1949279,621.58194,112.45646)" + id="g2423"> + <path + inkscape:export-ydpi="80.222176" + inkscape:export-xdpi="80.222176" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\bkmk3.png" + sodipodi:nodetypes="ccsccccccccccccccccccccsc" + id="path2425" + d="M -227.62113,184.74074 C -232.11524,184.64538 -236.59155,187.11474 -238.81213,191.02064 C -241.45058,195.3896 -240.88344,201.21399 -237.62962,205.11996 L -231.17767,212.07609 L -224.89082,218.68023 L -218.60879,225.45787 L -212.14722,232.06698 L -205.86038,238.6711 L -199.57835,245.44876 L -193.29149,252.05287 L -186.82992,258.66198 L -187.26399,249.0989 L -187.5185,239.36725 L -177.92762,240.33506 L -168.33671,241.30286 L -174.62354,234.69874 L -181.08512,228.08963 L -187.36717,221.31198 L -193.65399,214.70786 L -200.11558,208.09876 L -206.3976,201.32111 L -212.68446,194.71697 L -219.14604,188.10786 C -220.93634,186.44951 -223.28444,185.38524 -225.70391,184.96901 C -226.34103,184.84661 -226.97911,184.75437 -227.62113,184.74074 z " + style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:#000080;stroke-width:2.79422808;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + inkscape:export-ydpi="76.790672" + inkscape:export-xdpi="76.790672" + inkscape:export-filename="C:\Documents and Settings\Owner.SPINELLOZONE\Desktop\bkmk.png" + transform="matrix(2.9454369,2.8106115,-3.1508717,2.6846787,-194.04659,207.50232)" + sodipodi:open="true" + sodipodi:end="12.209503" + sodipodi:start="5.9358167" + d="M -6.4729494,3.5241129 A 0.78960949,0.77599555 0 1 1 -6.4755362,3.517194" + sodipodi:ry="0.77599555" + sodipodi:rx="0.78960949" + sodipodi:cy="3.788281" + sodipodi:cx="-7.2153969" + id="path2427" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.39147401;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + </g> + </g> + </g> +</svg> diff --git a/comm/suite/branding/seamonkey/icons/windows/JSConsoleWindow.ico b/comm/suite/branding/seamonkey/icons/windows/JSConsoleWindow.ico Binary files differnew file mode 100644 index 0000000000..e2562fa2a1 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/JSConsoleWindow.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/abcardWindow.ico b/comm/suite/branding/seamonkey/icons/windows/abcardWindow.ico Binary files differnew file mode 100644 index 0000000000..3e1c0b73e4 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/abcardWindow.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/ablistWindow.ico b/comm/suite/branding/seamonkey/icons/windows/ablistWindow.ico Binary files differnew file mode 100644 index 0000000000..c720e5b6c7 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/ablistWindow.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/addressbookWindow.ico b/comm/suite/branding/seamonkey/icons/windows/addressbookWindow.ico Binary files differnew file mode 100644 index 0000000000..a942510117 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/addressbookWindow.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/bookmarkproperties.ico b/comm/suite/branding/seamonkey/icons/windows/bookmarkproperties.ico Binary files differnew file mode 100644 index 0000000000..bf7beaf288 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/bookmarkproperties.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/chatzilla-window.ico b/comm/suite/branding/seamonkey/icons/windows/chatzilla-window.ico Binary files differnew file mode 100644 index 0000000000..c3beee23a5 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/chatzilla-window.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/downloadManager.ico b/comm/suite/branding/seamonkey/icons/windows/downloadManager.ico Binary files differnew file mode 100644 index 0000000000..e9d413ee18 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/downloadManager.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/editorWindow.ico b/comm/suite/branding/seamonkey/icons/windows/editorWindow.ico Binary files differnew file mode 100644 index 0000000000..2a2578ca31 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/editorWindow.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/findBookmarkWindow.ico b/comm/suite/branding/seamonkey/icons/windows/findBookmarkWindow.ico Binary files differnew file mode 100644 index 0000000000..d970582365 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/findBookmarkWindow.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/findHistoryWindow.ico b/comm/suite/branding/seamonkey/icons/windows/findHistoryWindow.ico Binary files differnew file mode 100644 index 0000000000..6e6c271604 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/findHistoryWindow.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/gif-file.ico b/comm/suite/branding/seamonkey/icons/windows/gif-file.ico Binary files differnew file mode 100644 index 0000000000..afe8372b10 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/gif-file.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/history-window.ico b/comm/suite/branding/seamonkey/icons/windows/history-window.ico Binary files differnew file mode 100644 index 0000000000..0e07410670 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/history-window.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/html-file.ico b/comm/suite/branding/seamonkey/icons/windows/html-file.ico Binary files differnew file mode 100644 index 0000000000..ed8fc194a2 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/html-file.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/image-file.ico b/comm/suite/branding/seamonkey/icons/windows/image-file.ico Binary files differnew file mode 100644 index 0000000000..42ffa4120a --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/image-file.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/jpeg-file.ico b/comm/suite/branding/seamonkey/icons/windows/jpeg-file.ico Binary files differnew file mode 100644 index 0000000000..b5d252af8f --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/jpeg-file.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/main-window.ico b/comm/suite/branding/seamonkey/icons/windows/main-window.ico Binary files differnew file mode 100644 index 0000000000..2bf1dbeeeb --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/main-window.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/messengerWindow.ico b/comm/suite/branding/seamonkey/icons/windows/messengerWindow.ico Binary files differnew file mode 100644 index 0000000000..7c59703110 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/messengerWindow.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/msgcomposeWindow.ico b/comm/suite/branding/seamonkey/icons/windows/msgcomposeWindow.ico Binary files differnew file mode 100644 index 0000000000..d54d2e4908 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/msgcomposeWindow.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/newmail.ico b/comm/suite/branding/seamonkey/icons/windows/newmail.ico Binary files differnew file mode 100644 index 0000000000..301c0853ee --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/newmail.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/places.ico b/comm/suite/branding/seamonkey/icons/windows/places.ico Binary files differnew file mode 100644 index 0000000000..b42924036a --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/places.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/readme.txt b/comm/suite/branding/seamonkey/icons/windows/readme.txt new file mode 100755 index 0000000000..398a94c546 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/readme.txt @@ -0,0 +1,50 @@ + This Source Code Form is subject to the terms of the Mozilla Public
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+
+
+The icons in this directory are Win32 program icons, file association icons,
+and window icons (to appear in the upper left corner of various windows).
+
+
+
+Requirements:
+Each icon should contain the following devices images:
+48x48, 32x32, and 16x16 - 16 color
+48x48, 32x32, and 16x16 - True color
+48x48, 32x32, and 16x16 - True color XP (Contains alpha shadows)
+
+At this time, we don't think 256 color is a good idea since Windows does
+a good job dithering and some systems will use 256 color icons even when
+True Color exists.
+
+See bug http://bugzilla.mozilla.org/show_bug.cgi?id=99380 for a lot of rambling about
+icons.
+
+
+
+Window icons:
+Should be named using the following convention: [NAME]-window.ico where [NAME]
+represents the name of the window. Example:
+history-window.ico
+
+Blank template icon should be available as: template-window.ico
+
+XXXFIXME
+Some icons have been given names such as downloadManager.ico and is because
+there are two naming schemes for windows. This should be remedied.
+Bug http://bugzilla.mozilla.org/show_bug.cgi?id=199576
+XXXFIXME
+
+
+File association icons:
+Should be named using the following convention: [NAME]-file.ico where [NAME]
+represents the type of file it is. Example:
+image-file.ico
+
+Blank template icon should be available as: template-file.ico
+
+
+Program icon:
+Currently, the only available program icon is mozilla.ico
diff --git a/comm/suite/branding/seamonkey/icons/windows/script-file.ico b/comm/suite/branding/seamonkey/icons/windows/script-file.ico Binary files differnew file mode 100644 index 0000000000..6a0dcda734 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/script-file.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/template-file.ico b/comm/suite/branding/seamonkey/icons/windows/template-file.ico Binary files differnew file mode 100644 index 0000000000..a9704d6034 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/template-file.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/template-window.ico b/comm/suite/branding/seamonkey/icons/windows/template-window.ico Binary files differnew file mode 100755 index 0000000000..16bd7e9d1c --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/template-window.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/xml-file.ico b/comm/suite/branding/seamonkey/icons/windows/xml-file.ico Binary files differnew file mode 100644 index 0000000000..29d8d6c439 --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/xml-file.ico diff --git a/comm/suite/branding/seamonkey/icons/windows/xul-file.ico b/comm/suite/branding/seamonkey/icons/windows/xul-file.ico Binary files differnew file mode 100644 index 0000000000..d9b3f4888b --- /dev/null +++ b/comm/suite/branding/seamonkey/icons/windows/xul-file.ico diff --git a/comm/suite/branding/seamonkey/locales/Makefile.in b/comm/suite/branding/seamonkey/locales/Makefile.in new file mode 100644 index 0000000000..843bea8827 --- /dev/null +++ b/comm/suite/branding/seamonkey/locales/Makefile.in @@ -0,0 +1,8 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +LOCALE_TOPDIR=$(commtopsrcdir) +LOCALE_RELATIVEDIR=suite/branding/seamonkey/locales + +include $(topsrcdir)/config/config.mk diff --git a/comm/suite/branding/seamonkey/locales/en-US/brand.dtd b/comm/suite/branding/seamonkey/locales/en-US/brand.dtd new file mode 100644 index 0000000000..6b88ad7200 --- /dev/null +++ b/comm/suite/branding/seamonkey/locales/en-US/brand.dtd @@ -0,0 +1,8 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY brandFullName "SeaMonkey"> +<!ENTITY brandShortName "SeaMonkey"> +<!ENTITY brandShorterName "SeaMonkey"> +<!ENTITY vendorShortName "SeaMonkey e.V."> diff --git a/comm/suite/branding/seamonkey/locales/en-US/brand.properties b/comm/suite/branding/seamonkey/locales/en-US/brand.properties new file mode 100644 index 0000000000..94acf7da68 --- /dev/null +++ b/comm/suite/branding/seamonkey/locales/en-US/brand.properties @@ -0,0 +1,31 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +brandFullName=SeaMonkey +brandShortName=SeaMonkey +brandShorterName=SeaMonkey +vendorShortName=SeaMonkey e.V. + +# Only change these links if you are providing a localized website including +# release notes. +# LOCALIZATION NOTE (app.releaseNotesURL): Only translate this string if +# providing a localized version of the release notes. +app.releaseNotesURL=https://www.seamonkey-project.org/releases/seamonkey%VERSION%/ +# LOCALIZATION NOTE (app.troubleshootingURL): Only translate this string if +# providing a localized version of the release notes. +app.troubleshootingURL=https://www.seamonkey-project.org/releases/seamonkey%VERSION%/#troubleshooting +# LOCALIZATION NOTE (app.vendorURL): Only translate this string if +# providing a localized version of the SeaMonkey website. +app.vendorURL=https://www.seamonkey-project.org/ +# LOCALIZATION NOTE (app.support.baseURL): Only translate this string if +# providing a localized version of the SeaMonkey documentation. +app.support.baseURL=https://www.seamonkey-project.org/doc/ +# LOCALIZATION NOTE (app.update.url.details): Only translate this string if +# providing a localized version of the release notes. More information about +# this update link available in the update wizard. +app.update.url.details=https://www.seamonkey-project.org/releases/ +# LOCALIZATION NOTE (app.update.url.manual): Only translate this string if +# providing a localized version of the SeaMonkey website. Available if for some +# reason all update installation attempts fail. +app.update.url.manual=https://www.seamonkey-project.org/ diff --git a/comm/suite/branding/seamonkey/locales/jar.mn b/comm/suite/branding/seamonkey/locales/jar.mn new file mode 100644 index 0000000000..708e5c91af --- /dev/null +++ b/comm/suite/branding/seamonkey/locales/jar.mn @@ -0,0 +1,6 @@ +#filter substitution + +@AB_CD@.jar: +% locale branding @AB_CD@ %locale/@AB_CD@/branding/ + locale/@AB_CD@/branding/brand.dtd (%brand.dtd) + locale/@AB_CD@/branding/brand.properties (%brand.properties) diff --git a/comm/suite/branding/seamonkey/locales/moz.build b/comm/suite/branding/seamonkey/locales/moz.build new file mode 100644 index 0000000000..de5cd1bf81 --- /dev/null +++ b/comm/suite/branding/seamonkey/locales/moz.build @@ -0,0 +1,6 @@ +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +JAR_MANIFESTS += ["jar.mn"] diff --git a/comm/suite/branding/seamonkey/moz.build b/comm/suite/branding/seamonkey/moz.build new file mode 100644 index 0000000000..12e4990e74 --- /dev/null +++ b/comm/suite/branding/seamonkey/moz.build @@ -0,0 +1,9 @@ +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +DIRS += ["content", "locales"] + +include("../../../suite/branding/branding-common.mozbuild") +SeaMonkeyBranding() diff --git a/comm/suite/branding/seamonkey/seamonkey-branding.js b/comm/suite/branding/seamonkey/seamonkey-branding.js new file mode 100644 index 0000000000..c80ce30ff2 --- /dev/null +++ b/comm/suite/branding/seamonkey/seamonkey-branding.js @@ -0,0 +1 @@ +// For future use diff --git a/comm/suite/branding/seamonkey/seamonkey.icns b/comm/suite/branding/seamonkey/seamonkey.icns Binary files differnew file mode 100644 index 0000000000..9e241c2fb8 --- /dev/null +++ b/comm/suite/branding/seamonkey/seamonkey.icns diff --git a/comm/suite/branding/seamonkey/wizHeader.bmp b/comm/suite/branding/seamonkey/wizHeader.bmp Binary files differnew file mode 100644 index 0000000000..1c092fcbb6 --- /dev/null +++ b/comm/suite/branding/seamonkey/wizHeader.bmp diff --git a/comm/suite/branding/seamonkey/wizHeaderRTL.bmp b/comm/suite/branding/seamonkey/wizHeaderRTL.bmp Binary files differnew file mode 100644 index 0000000000..22dc90b33b --- /dev/null +++ b/comm/suite/branding/seamonkey/wizHeaderRTL.bmp diff --git a/comm/suite/branding/seamonkey/wizWatermark.bmp b/comm/suite/branding/seamonkey/wizWatermark.bmp Binary files differnew file mode 100644 index 0000000000..2dc1c596d7 --- /dev/null +++ b/comm/suite/branding/seamonkey/wizWatermark.bmp |