Browse Source

added releases page and upadted nav links

master
D 6 months ago
parent
commit
376fdbe05c
  1. 4
      dragonx.is/index.html
  2. 323
      dragonx.is/releases/index.html
  3. 163
      dragonx.is/style.css
  4. BIN
      img/graphics/screenshots/screenshot_SDX.png
  5. BIN
      img/graphics/screenshots/screenshot_drgx_android.png
  6. BIN
      img/graphics/screenshots/screenshot_hush-cli_3.10.0.png
  7. 402
      img/logos/logo_linux_white.svg

4
dragonx.is/index.html

@ -45,7 +45,7 @@
style="--index: 0"
><small class="">Mine DragonX</small></a
>
<a href="#directDownload" class="component-button" style="--index: 1"
<a href="./releases" class="component-button" style="--index: 1"
><small class="">Wallets</small></a
>
<a href="./tg" class="component-button" style="--index: 2"
@ -88,7 +88,7 @@
class="component-button"
><small class="">Mine DragonX</small></a
>
<a href="#directDownload" class="component-button"
<a href="./releases/" class="component-button"
><small class="">Wallets</small></a
>
<a href="./tg" class="component-button"

323
dragonx.is/releases/index.html

@ -0,0 +1,323 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="../style.css" />
<link rel="icon" type="image/x-icon" href="../logo_dragonx.ico" />
<title>DragonX</title>
</head>
<body>
<header>
<input type="checkbox" id="nav-check" />
<nav class="nav-bar mobile">
<div class="toggle-overlay" style="pointer-events: none"></div>
<a href="https://dragonx.is">
<svg
class="header-logo mobile"
xmlns="http://www.w3.org/2000/svg"
width="12vh"
height="12vh"
viewBox="0 0 128 128"
alt="dragonx logo"
>
<path
fill="white"
stroke="none"
stroke-width="1"
d="M35.86 47.8c-2.76 3.53-5.73 6.97-8.88 10.45-4.11-3.47-8.71-4.13-8.71-4.13 17.78-6.06 2.18-11.77.22-12.65C.14 33.19 0 11.47 0 11.47c8.93 26.49 28.25 25.06 28.25 25.06.28-.17.52-.36.72-.55 1.27 2.54 3.56 6.73 6.89 11.83Zm10.31-16.46c-1.05 2.32-2.26 4.52-3.58 6.7a70.682 70.682 0 0 1-3.58-6.7c1.35-2.67 3.58-15.96 3.58-15.96s2.23 13.29 3.58 15.96Zm5.73 44.63-2.7 1.82s-.08-3.45-2.73-1.43c-.33.25-1.85 1.71-.03 3.31 0 0-3.14 3.17-3.86 6.37-.72-3.2-3.86-6.37-3.86-6.37 1.82-1.6.3-3.06-.03-3.31-2.65-2.01-2.73 1.43-2.73 1.43l-2.7-1.82c.22-2.76.08-5.18-.36-7.3 3.64-3.83 6.86-7.66 9.68-11.33 2.84 3.67 6.04 7.5 9.68 11.33-.44 2.12-.58 4.55-.36 7.3Zm15-21.86s-4.6.66-8.71 4.13c-3.11-3.47-6.12-6.92-8.88-10.45 3.34-5.1 5.62-9.29 6.89-11.83.19.19.44.39.72.55 0 0 19.32 1.43 28.25-25.06 0 0-.14 21.72-18.5 29.99-1.96.88-17.56 6.59.22 12.65Z"
/>
<path
fill="#91a4b8"
stroke="none"
stroke-width="1"
d="M73.6 99.29s-4.88-19.16-14.53-26.71c-6.62-6.23-12.13-12.79-16.48-18.74-4.36 5.95-9.87 12.54-16.48 18.74-9.62 7.55-14.53 26.71-14.53 26.71-1.85-18.88 6.09-27.79 9.98-32.03 6.06-6.59 11.88-12.85 16.87-19.41-5.93-8.88-8.85-15.3-8.85-15.3-.69-2.54-2.98-5.15-2.98-5.15 4.71-6.28-1.24-13.18-1.24-13.18C29.85 9.86 30.57 6.45 31.81 0c-1.52 17.34 3.11 30.32 10.81 41.98C50.26 30.32 54.89 17.34 53.37 0c1.24 6.48 1.96 9.87 6.45 14.22 0 0-5.95 6.89-1.24 13.18 0 0-2.29 2.62-2.98 5.15 0 0-2.92 6.42-8.82 15.3 4.99 6.56 10.83 12.85 16.87 19.41 3.86 4.24 11.8 13.15 9.95 32.03Z"
/>
</svg>
</a>
<nav class="nav-links mobile">
<!-- https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md -->
<a
href="https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md"
class="component-button"
style="--index: 0"
><small class>Mine DragonX</small></a
>
<a href="#" class="component-button" style="--index: 1"
><small class>Wallets</small></a
>
<a href="./tg" class="component-button" style="--index: 2"
><small class>Telegram</small></a
>
<a href="./matrix" class="component-button" style="--index: 2"
><small class>Matrix</small></a
>
<a
href="https://explorer.dragonx.is"
class="component-button"
style="--index: 3"
><small class>Explorer</small></a
>
<a
href="https://www.youtube.com/channel/UCmGOYuRrFbPGRw5vytVgUQw"
class="component-button"
style="--index: 3"
><small class>Guides</small></a
>
</nav>
<button
class="mobile-menu mobile"
style="background-color: rgba(0, 0, 0, 0); border-style: none"
>
<label for="nav-check">
<img
class="nav-mobile-icon nav-btn"
src="../img/mobile-sidebar-button.png"
alt="hamburger menu"
/>
</label>
</button>
</nav>
<nav class="nav-bar desktop">
<nav class="nav-links">
<!-- https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md -->
<a
href="https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md"
class="component-button"
><small class>Mine DragonX</small></a
>
<a href="#" class="component-button"
><small class>Wallets</small></a
>
<a href="./tg" class="component-button"
><small class>Telegram</small></a
>
<a href="./matrix" class="component-button"
><small class>Matrix</small></a
>
<a
href="https://explorer.dragonx.is"
class="component-button"
style="--index: 3"
><small class>Explorer</small></a
>
<a
href="https://www.youtube.com/channel/UCmGOYuRrFbPGRw5vytVgUQw"
class="component-button"
style="--index: 3"
><small class>Guides</small></a
>
</nav>
</nav>
</header>
<div class="header-space"></div>
<div class="divider"></div>
<section class="section-default">
<article class="release-card">
<div class="card-title">
<h2>Full Node GUI Wallet</h2>
<h2>SilentDragonX 1.4.0 "Zany Zooid"</h2>
</div>
<div class="card-content">
<div class="card-details">
<ul>
<li><span class="improvement">New:</span> View Block details</li>
<li>
<span class="improvement">New:</span> Use a proxy other than
localhost
</li>
<li>
<span class="improvement">New:</span> Improved translations
</li>
<li>
<span class="improvement">New:</span> Now compiles on Ubuntu
20.04
</li>
<li>
<span class="bug">bug fix:</span> Exporting wallets on Windows
</li>
<li>
<span class="bug">bug fix:</span> Show more than 10 mining
transactions
</li>
</ul>
<div class="card-btn-container">
<a
href="https://git.hush.is/attachments/8745ccd7-235c-4feb-844b-adb25fd332ee"
class="release-btn"
><img
src="../../img/logos/logo_windows_white.svg"
alt
class="release-img"
/>Windows ZIP</a
>
<a
href="https://git.hush.is/attachments/c9ae87fa-0439-418a-8d34-d42e02930825"
class="release-btn"
><img
src="../../img/logos/logo_windows_white.svg"
alt
class="release-img"
/>Windows MSI</a
>
<a
href="https://git.hush.is/attachments/ebbdc1a3-5e7e-4070-8e39-078f919dd9f5"
class="release-btn"
><img
src="../../img/logos/logo_apple_white.svg"
alt
class="release-img"
/>Mac</a
>
<a
href="https://git.hush.is/hush/SilentDragon/releases"
class="release-btn"
><img
src="../../img/logos/logo_linux_white.svg"
alt
class="release-img"
/>Source Code</a
>
</div>
</div>
<div class="card-screenshot-container">
<img
class="card-screenshot"
src="../../img/graphics/screenshots/screenshot_SDX.png"
alt=""
/>
</div>
</div>
</article>
<article class="release-card">
<div class="card-title">
<h2>Full Node CLI Wallet</h2>
<h2>Full Node 3.10.0 "Sassy Siphonophore"</h2>
</div>
<div class="card-content">
<div class="card-details">
<ul>
<li>
<span class="improvement">New:</span> Mining is faster by about
10% compared to the last release
</li>
<li><span class="improvement">New:</span> Uses less memory</li>
<li>
<span class="bug">bug fix:</span> Fixed some crashes when mining
</li>
</ul>
<div>
<a
href="https://git.hush.is/attachments/fc8a59ca-b536-4eb2-aa45-16557e4aa6c2"
class="release-btn"
><img
src="../../img/logos/logo_windows_white.svg"
alt
class="release-img"
/>Windows ZIP</a
>
<a
href="https://git.hush.is/attachments/d997a8cf-4ffb-4028-b2ff-ad9495a78450"
class="release-btn"
><img
src="../../img/logos/logo_apple_white.svg"
alt
class="release-img"
/>Mac</a
>
<a
href="https://git.hush.is/attachments/8ad4f831-8882-488f-bab2-bc714c126770"
class="release-btn"
><img
src="../../img/logos/logo_linux_white.svg"
alt
class="release-img"
/>Linux tar.gz</a
>
<a
href="https://git.hush.is/hush/hush3/releases"
class="release-btn"
><img
src="../../img/logos/logo_linux_white.svg"
alt
class="release-img"
/>Source Code</a
>
</div>
</div>
<div class="card-screenshot-container">
<img
class="card-screenshot"
src="../../img/graphics/screenshots/screenshot_hush-cli_3.10.0.png"
alt=""
/>
</div>
</div>
</article>
<article class="release-card">
<div class="card-title">
<h2>Android Wallet</h2>
<h2>SilentDragonXAndroid v1.0.2"</h2>
</div>
<div class="card-content">
<div class="card-details">
<ul>
<li>
<span class="improvement">New:</span> Updated checkpoints to
820,000 for faster syncing of new wallets & improved chain
security
</li>
<li>
<span class="improvement">New:</span> Minor performance tweaks
</li>
<li>
<span class="improvement">New:</span> Sapling params downloaded
from random locations for greater decentralization
</li>
</ul>
<div>
<a
href="https://git.hush.is/attachments/20e30b52-83b8-46dc-aae4-50c9edcc75a0"
class="release-btn"
><img
src="../../img/logos/logo_android_white.svg"
alt
class="release-img"
/>Universal APK</a
>
<a
href="https://git.hush.is/dragonx/SilentDragonXAndroid/releases"
class="release-btn"
><img
src="../../img/logos/logo_linux_white.svg"
alt
class="release-img"
/>Source Code</a
>
</div>
</div>
<div class="card-screenshot-container">
<img
class="card-screenshot"
style="width: unset; height: 16rem; border-radius: .5rem;"
src="../../img/graphics/screenshots/screenshot_drgx_android.png"
alt=""
/>
</div>
</div>
</article>
</section>
<div class="divider"></div>
</body>
</html>

163
dragonx.is/style.css

@ -401,6 +401,169 @@ header {
/*-------------- Explorer --------------*/
/* explorer.css */
.section-default {
width: 100%;
}
.release-card {
width: 68rem;
height: fit-content;
outline: .125rem solid rgba(255, 255, 255, 0.25);
border-radius: .25rem;
margin: 4rem auto;
color: white;
background-color: rgba(255, 255, 255, 0.15);
}
.card-title {
display: flex;
}
.card-content {
display: flex;
background-color: rgba(255, 255, 255, 0.1);
outline: .1rem solid rgba(255, 255, 255, 0.25);
}
.card-screenshot-container {
display: flex;
align-items: center;
justify-content: center;
width: 30rem;
margin: 2rem 0;
}
.card-screenshot {
width: 24rem;
box-shadow: 0 0 .75rem rgba(0, 0, 0, 0.5);
}
.card-details {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.release-card h2{
display: inline-block;
text-align: center;
text-align: left;
margin: 0;
padding: .5rem;
}
.release-card h2:first-of-type{
outline: 0rem solid rgba(42, 92, 108, 0.54);
background-color: rgba(255, 255, 255, 0.318);
height: 100%;
width: 18rem;
border-radius: .25rem 0 0 0;
}
.release-card h2:last-of-type{
outline: 0rem solid rgba(255, 255, 255, 0.25);
height: 100%;
width: 54rem;
border-radius: 0rem .25rem 0 0;
}
.release-card ul {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: .5rem;
list-style: none;
border-radius: 0 0 .25rem .25rem;
margin: 0;
}
.release-card li {
padding: .5rem;
}
.release-card ul .bug {
background-color: rgba(255, 17, 0, 0.15);
padding: .25rem;
border-radius: .25rem;
color: red;
}
.release-card ul .improvement {
background-color: rgba(51, 255, 0, 0.15);
padding: .25rem;
border-radius: .25rem;
color: rgb(0, 255, 0);
}
.release-btn {
transition: all ease-in-out 100ms;
display: inline-flex;
justify-content: center;
align-items: center;
border: none;
text-decoration: none;
background-color: rgba(255, 255, 255, 0.25);
outline: .125rem solid rgba(255, 255, 255, 0.5);
color: white;
padding: .5rem .75rem;
margin: 1rem .5rem;
border-radius: .25rem;
font-size: 1rem;
}
.release-btn:hover {
transform: scale(1.05);
}
.release-img {
height: 1.5rem;
margin: 0rem .5rem 0rem 0rem;
filter: contrast(70%);
}
@media (max-width: 1024px) {
.card-title {
flex-direction: column;
}
.card-title h2 {
width: auto !important;
font-size: 1rem;
}
.card-title h2:first-child {
border-radius: .25rem .25rem 0 0;
}
.release-card {
width: 90%;
height: fit-content;
margin: 4rem auto;
}
.card-content {
flex-direction: column;
}
.card-screenshot-container {
width: 100%;
}
.card-screenshot {
width: 90%;
}
}
/*-------------- About DragonX --------------*/
.about-summary {

BIN
img/graphics/screenshots/screenshot_SDX.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
img/graphics/screenshots/screenshot_drgx_android.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB

BIN
img/graphics/screenshots/screenshot_hush-cli_3.10.0.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

402
img/logos/logo_linux_white.svg

@ -0,0 +1,402 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Calque_1"
x="0px"
y="0px"
width="712px"
height="860px"
viewBox="0 0 712 860"
enable-background="new 0 0 712 860"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="Tux Mono.svg"
inkscape:export-filename="./Tux Mono.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"><metadata
id="metadata23"><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><defs
id="defs21"><inkscape:path-effect
is_visible="true"
id="path-effect29672-0"
effect="spiro" /><inkscape:path-effect
is_visible="true"
id="path-effect29678-1"
effect="spiro" /><inkscape:path-effect
is_visible="true"
id="path-effect29678-4-6"
effect="spiro" /><inkscape:path-effect
is_visible="true"
id="path-effect28714-5"
effect="spiro" /><inkscape:path-effect
is_visible="true"
id="path-effect29721-2"
effect="spiro" /><inkscape:path-effect
is_visible="true"
id="path-effect28463-8-0"
effect="spiro" /><inkscape:path-effect
is_visible="true"
id="path-effect28463-0-7"
effect="spiro" /><linearGradient
id="linearGradient28799-5-5"><stop
id="stop28801-1-9"
offset="0"
style="stop-color:#fefefc;stop-opacity:1;" /><stop
style="stop-color:#fefefc;stop-opacity:1"
offset="0.75733864"
id="stop28807-2-6" /><stop
id="stop28803-6-3"
offset="1"
style="stop-color:#d4d4d4;stop-opacity:1" /></linearGradient><inkscape:path-effect
is_visible="true"
id="path-effect28797-8-1"
effect="spiro" /><inkscape:path-effect
is_visible="true"
id="path-effect28797-81"
effect="spiro" /><inkscape:path-effect
is_visible="true"
id="path-effect28273-4-2"
effect="spiro" /><linearGradient
id="linearGradient28853-5"><stop
id="stop28855-3"
offset="0"
style="stop-color:#020204;stop-opacity:1" /><stop
style="stop-color:#020204;stop-opacity:1"
offset="0.73448181"
id="stop28865-0" /><stop
id="stop28857-9"
offset="1"
style="stop-color:#5c5c5c;stop-opacity:1;" /></linearGradient><inkscape:path-effect
is_visible="true"
id="path-effect28851-0"
effect="spiro" /><inkscape:path-effect
is_visible="true"
id="path-effect28881-6"
effect="spiro" /><linearGradient
id="linearGradient28935-8"><stop
id="stop28937-7"
offset="0"
style="stop-color:#949494;stop-opacity:0.39215687;" /><stop
style="stop-color:#949494;stop-opacity:1;"
offset="0.5"
id="stop28943-3" /><stop
id="stop28939-8"
offset="1"
style="stop-color:#949494;stop-opacity:0.39215687;" /></linearGradient><linearGradient
id="linearGradient28976-3"><stop
id="stop28978-7"
offset="0"
style="stop-color:#747474;stop-opacity:1" /><stop
style="stop-color:#8c8c8c;stop-opacity:1;"
offset="0.125"
id="stop29259-5" /><stop
style="stop-color:#a4a4a4;stop-opacity:1;"
offset="0.25"
id="stop29257-0" /><stop
style="stop-color:#d4d4d4;stop-opacity:1"
offset="0.5"
id="stop28984-4" /><stop
id="stop28986-0"
offset="0.61919296"
style="stop-color:#d4d4d4;stop-opacity:1" /><stop
id="stop28980-2"
offset="1"
style="stop-color:#7c7c7c;stop-opacity:1" /></linearGradient><inkscape:path-effect
is_visible="true"
id="path-effect28974-8"
effect="spiro" /><clipPath
id="clipPath29028-5"
clipPathUnits="userSpaceOnUse"><path
sodipodi:nodetypes="aaaaaaaa"
inkscape:connector-curvature="0"
inkscape:original-d="m 85.75,122.36218 c -2.54738,2.12715 -5.20812,4.59907 -6.25,7.75 -1.30914,3.95917 -1.63336,8.91703 0.5,12.5 3.91901,6.58194 12.38353,13.85135 19.75,11.75 4.87452,-1.3905 6.10748,-8.51023 7,-13.5 0.59149,-3.30679 0.59578,-7.19325 -1.25,-10 -3.61233,-5.49303 -10.4265,-9.89357 -17,-10 -1.04403,-0.0169 -1.94852,0.83074 -2.75,1.5 z"
id="path29030-7"
d="m 85.75,122.36218 c -2.780425,1.91023 -5.110569,4.57487 -6.25,7.75 -1.436029,4.00163 -0.885838,8.48071 0.5,12.5 1.419488,4.11688 3.793788,8.04098 7.37932,10.51234 1.792766,1.23567 3.868091,2.08301 6.030402,2.33859 2.162311,0.25558 4.409274,-0.0949 6.340278,-1.10093 2.35312,-1.22596 4.14782,-3.37278 5.26217,-5.78076 1.11436,-2.40798 1.5888,-5.0701 1.73783,-7.71924 0.18989,-3.37546 -0.14047,-6.80646 -1.25,-10 -1.20527,-3.46909 -3.39005,-6.67055 -6.472754,-8.6666 -1.541351,-0.99803 -3.291947,-1.68356 -5.110883,-1.93515 -1.818936,-0.25158 -3.704766,-0.0633 -5.416363,0.60175 -0.975471,0.37901 -1.887438,0.9074 -2.75,1.5"
style="fill:url(#radialGradient29032);fill-opacity:1;stroke:none" /></clipPath><linearGradient
id="linearGradient29336-6"><stop
id="stop29338-1"
offset="0"
style="stop-color:#646464;stop-opacity:0" /><stop
style="stop-color:#646464;stop-opacity:0.5825243"
offset="0.30628255"
id="stop29344-7" /><stop
id="stop29354-5"
offset="0.47000006"
style="stop-color:#646464;stop-opacity:1" /><stop
style="stop-color:#646464;stop-opacity:0.25728154"
offset="0.72834015"
id="stop29356-3" /><stop
id="stop29340-6"
offset="1"
style="stop-color:#646464;stop-opacity:0;" /></linearGradient><inkscape:path-effect
is_visible="true"
id="path-effect29455-3"
effect="spiro" /><linearGradient
id="linearGradient29477-3"><stop
id="stop29479-5"
offset="0"
style="stop-color:#757574;stop-opacity:0" /><stop
style="stop-color:#757574;stop-opacity:1;"
offset="0.26291031"
id="stop29487-5" /><stop
style="stop-color:#757574;stop-opacity:1;"
offset="0.5"
id="stop29485-0" /><stop
id="stop29481-3"
offset="1"
style="stop-color:#757574;stop-opacity:0" /></linearGradient><linearGradient
id="linearGradient28469-0"><stop
style="stop-color:#d2940a;stop-opacity:1"
offset="0"
id="stop28479-4" /><stop
style="stop-color:#d89c08;stop-opacity:1"
offset="0.75143719"
id="stop28477-2" /><stop
id="stop28485-7"
offset="0.86579126"
style="stop-color:#b67e07;stop-opacity:1;" /><stop
id="stop28473-1"
offset="1"
style="stop-color:#946106;stop-opacity:1" /></linearGradient><inkscape:path-effect
is_visible="true"
id="path-effect28463-4"
effect="spiro" /><inkscape:path-effect
is_visible="true"
id="path-effect28489-4"
effect="spiro" /><inkscape:path-effect
is_visible="true"
id="path-effect28273-54-7"
effect="spiro" /><linearGradient
id="linearGradient28275-8"><stop
id="stop28277-1"
offset="0"
style="stop-color:#ad780a;stop-opacity:1" /><stop
style="stop-color:#d89e08;stop-opacity:1"
offset="0.11972899"
id="stop28291-9" /><stop
style="stop-color:#edb80b;stop-opacity:1"
offset="0.25514477"
id="stop28289-6" /><stop
style="stop-color:#ebc80d;stop-opacity:1"
offset="0.39194193"
id="stop28287-6" /><stop
style="stop-color:#f5d838;stop-opacity:1"
offset="0.52741116"
id="stop28285-7" /><stop
style="stop-color:#f6d811;stop-opacity:1"
offset="0.76906693"
id="stop28283-7" /><stop
id="stop28279-5"
offset="1"
style="stop-color:#f5cd31;stop-opacity:1" /></linearGradient><inkscape:path-effect
is_visible="true"
id="path-effect28273-44"
effect="spiro" /><inkscape:path-effect
is_visible="true"
id="path-effect28384-7"
effect="spiro" /><linearGradient
id="linearGradient29529-6"><stop
id="stop29531-0"
offset="0"
style="stop-color:#3a2903;stop-opacity:1;" /><stop
style="stop-color:#735208;stop-opacity:1"
offset="0.55472803"
id="stop29539-7" /><stop
id="stop29533-8"
offset="1"
style="stop-color:#ac8c04;stop-opacity:1" /></linearGradient><inkscape:path-effect
is_visible="true"
id="path-effect29553-7"
effect="spiro" /><clipPath
id="clipPath29644-8"
clipPathUnits="userSpaceOnUse"><path
sodipodi:nodetypes="zzzzzzz"
inkscape:connector-curvature="0"
inkscape:original-d="m 54.232441,122.36218 c -3.79199,4.78949 -8.5176,11.69104 -8.19273,17.25 0.32487,5.55896 3.86025,13.93486 8.37542,16 4.51517,2.06514 5.75436,0.0125 8.32902,-2.5 2.57466,-2.51247 3.85871,-7.34762 4.00585,-12.25 0.14713,-4.90238 -3.03534,-11.91949 -5.43855,-15.25 -2.40321,-3.33051 -3.28702,-8.03949 -7.07901,-3.25 z"
id="path29646-8"
d="m 54.232441,122.36218 c -1.780966,0.097 -3.484616,0.91899 -4.787851,2.1367 -1.303235,1.21771 -2.221372,2.81176 -2.786181,4.50357 -1.129618,3.38363 -0.875481,7.05177 -0.618698,10.60973 0.23251,3.22162 0.470404,6.50533 1.676785,9.50158 0.60319,1.49813 1.450247,2.91021 2.580338,4.06395 1.130092,1.15374 2.551736,2.04189 4.118297,2.43447 1.468838,0.36809 3.038161,0.29183 4.482784,-0.16209 1.444623,-0.45391 2.763917,-1.27887 3.846236,-2.33791 1.57904,-1.54507 2.643262,-3.5662 3.253449,-5.68947 0.610186,-2.12328 0.784157,-4.35155 0.752401,-6.56053 -0.03974,-2.76435 -0.400909,-5.53851 -1.265755,-8.16439 -0.864846,-2.62588 -2.245742,-5.10327 -4.172795,-7.08561 -0.933308,-0.96009 -1.997766,-1.80513 -3.198586,-2.39747 -1.200819,-0.59233 -2.54344,-0.92535 -3.880424,-0.85253"
style="fill:url(#radialGradient29648);fill-opacity:1;stroke:none" /></clipPath><inkscape:path-effect
is_visible="true"
id="path-effect29707-7-6"
effect="spiro" /><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath14656-7"><path
sodipodi:nodetypes="aaaaassssaaaaaa"
inkscape:connector-curvature="0"
d="m 304.84727,225.44951 c 6.01627,4.92338 9.77707,12.317 10.94319,20.00305 1.8254,12.03148 -2.34636,24.07488 -6.44591,35.53273 -0.81749,2.28481 -1.63978,4.59033 -1.96473,6.99513 -0.32495,2.4048 -0.11897,4.94825 1.02948,7.08594 1.30279,2.42497 3.73227,4.12469 6.36677,4.92292 2.58877,0.78438 5.39365,0.76103 8.01466,0.0922 2.62101,-0.66882 5.06097,-1.96774 7.18716,-3.63996 5.48002,-4.30997 8.75799,-10.98552 10.01043,-17.84394 1.25243,-6.85841 0.63908,-13.92879 -0.551,-20.7983 -1.62313,-9.36916 -4.30898,-18.53961 -7.74003,-27.40773 -2.51766,-6.50732 -5.46794,-12.91081 -9.61753,-18.52016 -4.04611,-5.46946 -9.16208,-10.08954 -13.10336,-15.63502 -2.73209,-3.84412 -4.89983,-8.13097 -8.1917,-11.50812 -1.64594,-1.68858 -3.57654,-3.13527 -5.76975,-4.00143 -2.19321,-0.86616 -4.66356,-1.12446 -6.93254,-0.48249 -1.50468,0.42573 -2.89193,1.23739 -4.03791,2.30136 -1.14598,1.06397 -2.05268,2.37637 -2.69275,3.80312 -1.28015,2.85349 -1.47719,6.11241 -0.96512,9.1977 0.66114,3.98343 2.44407,7.69333 4.46569,11.18873 2.27396,3.93169 4.918,7.71926 8.38442,10.65407 3.5985,3.04664 7.96161,5.07413 11.61053,8.0602"
id="path14658-9"
inkscape:original-d="m 304.84727,225.44951 c 5.05628,5.63479 9.72833,12.47181 10.94319,20.00305 1.91724,11.88535 -4.97006,23.58228 -6.44591,35.53273 -0.57645,4.66766 -2.84839,9.7988 -0.93525,14.08107 1.10334,2.46967 3.76154,4.35176 6.36677,4.92292 5.08221,1.1142 11.95719,2.41291 15.20182,-3.54776 6.07775,-11.16533 10.5961,-26.78641 9.45943,-38.64224 -0.906,-9.44981 -3.86858,-18.61978 -7.74003,-27.40773 -2.817,-6.39442 -6.14704,-12.5833 -9.61753,-18.52016 -3.44146,-5.88721 -8.20051,-10.94245 -13.10336,-15.63502 -6.34842,-6.07614 -12.40311,-17.98386 -20.89399,-15.99204 -5.48499,1.28669 -7.45029,9.57719 -7.69578,15.30218 -0.17245,4.02188 2.46425,7.71677 4.46569,11.18873 2.26238,3.92465 5.10447,7.56255 8.38442,10.65407 3.43735,3.23988 8.4511,4.53927 11.61053,8.0602 z"
style="fill:none;stroke:#c17d11;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /></clipPath><inkscape:path-effect
is_visible="true"
id="path-effect4500-7"
effect="spiro" /><inkscape:path-effect
is_visible="true"
id="path-effect4582-3"
effect="spiro" /><inkscape:path-effect
effect="spiro"
id="path-effect14300-7"
is_visible="true" /><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath14489-3"><path
style="fill:url(#linearGradient14493);fill-opacity:1;stroke:none"
d="m 516.00562,331.8756 c -0.6714,1.71905 -1.62682,3.32679 -2.81579,4.73826 -2.6238,3.11482 -6.268,5.17039 -9.89648,7.01985 -6.1886,3.15437 -12.60169,5.92177 -18.41964,9.71654 -3.89802,2.54249 -7.4959,5.52671 -10.86016,8.74238 -2.87719,2.75012 -5.60582,5.68745 -8.83247,8.01771 -3.25567,2.35122 -7.01915,4.05426 -10.99061,4.6502 -4.83026,0.72481 -9.82134,-0.21289 -14.29898,-2.16416 -3.13754,-1.36728 -6.15569,-3.3229 -7.96301,-6.22931 -1.81425,-2.91754 -2.22807,-6.48813 -2.23266,-9.92375 -0.008,-6.07666 1.11824,-12.09004 2.17848,-18.07349 0.88097,-4.97177 1.71949,-9.95483 2.26013,-14.97502 0.98337,-9.13118 0.9763,-18.35278 0.3199,-27.51327 -0.10993,-1.53416 -0.23754,-3.0832 -0.008,-4.60412 0.22922,-1.52092 0.85475,-3.0367 2.02069,-4.03986 1.07696,-0.9266 2.52093,-1.33598 3.93947,-1.4145 1.41854,-0.0785 2.83404,0.14655 4.23982,0.35197 3.31254,0.48405 6.65159,0.8649 9.88917,1.71656 2.04284,0.53738 4.03315,1.25925 6.0722,1.81081 3.40258,0.92039 6.96639,1.36144 10.46739,0.95192 3.76917,-0.44089 7.42987,-1.85678 11.22363,-1.76474 1.55658,0.0378 3.1015,0.33171 4.58649,0.79985 1.51539,0.47772 3.00914,1.16182 4.12281,2.29512 0.84639,0.8613 1.43579,1.94539 1.87872,3.06879 0.65982,1.67352 1.01492,3.457 1.16703,5.24945 0.13475,1.58788 0.11343,3.19441 0.41433,4.75933 0.49503,2.57458 1.84746,4.92305 3.52848,6.93494 1.68102,2.01189 3.68982,3.72048 5.69641,5.40783 1.99908,1.68103 4.0106,3.35469 6.16708,4.82839 1.0121,0.69165 2.05642,1.33949 3.01736,2.10062 0.96094,0.76113 1.84466,1.6468 2.44543,2.71535 0.81492,1.44944 1.06377,3.2077 0.68307,4.82635 l 2e-5,0"
id="path14491-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="aaaaaaaaaaaaaaaaaaaaaaaacscaa"
inkscape:original-d="m 516.00562,331.8756 c 0.90859,1.59687 -1.57016,3.38773 -2.81579,4.73826 -2.74207,2.97299 -6.45099,4.90178 -9.89648,7.01985 -5.91373,3.63539 -12.61918,5.90302 -18.41964,9.71654 -3.88318,2.553 -7.32809,5.72221 -10.86016,8.74238 -3.0221,2.58411 -5.48201,5.87643 -8.83247,8.01771 -3.3519,2.1422 -7.0437,4.15414 -10.99061,4.6502 -4.78298,0.60114 -9.87221,-0.25577 -14.29898,-2.16416 -3.0947,-1.33413 -6.16113,-3.38144 -7.96301,-6.22931 -1.81288,-2.86525 -2.06093,-6.5375 -2.23266,-9.92375 -0.30734,-6.06031 1.36252,-12.0605 2.17848,-18.07349 0.67882,-5.00236 1.85312,-9.94325 2.26013,-14.97502 0.73946,-9.14185 -0.7797,-18.40771 0.3199,-27.51327 0.35468,-2.93704 -0.181,-6.65876 2.01238,-8.64398 2.0384,-1.84494 5.43058,-1.1212 8.17929,-1.06253 3.34492,0.0714 6.63224,0.95108 9.88917,1.71656 2.05612,0.48325 3.99816,1.41138 6.0722,1.81081 3.44031,0.66255 6.96573,1.06623 10.46739,0.95192 3.78516,-0.12356 7.43659,-1.79636 11.22363,-1.76474 1.55185,0.013 3.12359,0.28186 4.58649,0.79985 1.48266,0.52499 2.98786,1.20618 4.12281,2.29512 0.86547,0.83038 1.42933,1.95676 1.87872,3.06879 0.67163,1.66196 0.8942,3.4778 1.16703,5.24945 0.24238,1.57389 -0.1531,3.27141 0.41433,4.75933 1.83023,4.79924 5.57666,8.72712 9.22489,12.34277 1.74278,1.93455 4.03041,3.53404 6.16708,4.82839 2.26886,1.37444 4.3675,2.44991 5.46279,4.81597 0.65901,1.48517 -0.54371,3.76097 0.68307,4.82635 z" /></clipPath><inkscape:path-effect
effect="spiro"
id="path-effect14300-2-7"
is_visible="true" /><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath14481-1"><path
style="fill:url(#linearGradient14485);fill-opacity:1;stroke:none"
d="m 516.00562,331.8756 c -0.6714,1.71905 -1.62682,3.32679 -2.81579,4.73826 -2.6238,3.11482 -6.268,5.17039 -9.89648,7.01985 -6.1886,3.15437 -12.60169,5.92177 -18.41964,9.71654 -3.89802,2.54249 -7.4959,5.52671 -10.86016,8.74238 -2.87719,2.75012 -5.60582,5.68745 -8.83247,8.01771 -3.25567,2.35122 -7.01915,4.05426 -10.99061,4.6502 -4.83026,0.72481 -9.82134,-0.21289 -14.29898,-2.16416 -3.13754,-1.36728 -6.15569,-3.3229 -7.96301,-6.22931 -1.81425,-2.91754 -2.22807,-6.48813 -2.23266,-9.92375 -0.008,-6.07666 1.11824,-12.09004 2.17848,-18.07349 0.88097,-4.97177 1.71949,-9.95483 2.26013,-14.97502 0.98337,-9.13118 0.9763,-18.35278 0.3199,-27.51327 -0.10993,-1.53416 -0.23754,-3.0832 -0.008,-4.60412 0.22922,-1.52092 0.85475,-3.0367 2.02069,-4.03986 1.07696,-0.9266 2.52093,-1.33598 3.93947,-1.4145 1.41854,-0.0785 2.83404,0.14655 4.23982,0.35197 3.31254,0.48405 6.65159,0.8649 9.88917,1.71656 2.04284,0.53738 4.03315,1.25925 6.0722,1.81081 3.40258,0.92039 6.96639,1.36144 10.46739,0.95192 3.76917,-0.44089 7.42987,-1.85678 11.22363,-1.76474 1.55658,0.0378 3.1015,0.33171 4.58649,0.79985 1.51539,0.47772 3.00914,1.16182 4.12281,2.29512 0.84639,0.8613 1.43579,1.94539 1.87872,3.06879 0.65982,1.67352 1.01492,3.457 1.16703,5.24945 0.13475,1.58788 0.11343,3.19441 0.41433,4.75933 0.49503,2.57458 1.84746,4.92305 3.52848,6.93494 1.68102,2.01189 3.68982,3.72048 5.69641,5.40783 1.99908,1.68103 4.0106,3.35469 6.16708,4.82839 1.0121,0.69165 2.05642,1.33949 3.01736,2.10062 0.96094,0.76113 1.84466,1.6468 2.44543,2.71535 0.81492,1.44944 1.06377,3.2077 0.68307,4.82635 l 2e-5,0"
id="path14483-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="aaaaaaaaaaaaaaaaaaaaaaaacscaa"
inkscape:original-d="m 516.00562,331.8756 c 0.90859,1.59687 -1.57016,3.38773 -2.81579,4.73826 -2.74207,2.97299 -6.45099,4.90178 -9.89648,7.01985 -5.91373,3.63539 -12.61918,5.90302 -18.41964,9.71654 -3.88318,2.553 -7.32809,5.72221 -10.86016,8.74238 -3.0221,2.58411 -5.48201,5.87643 -8.83247,8.01771 -3.3519,2.1422 -7.0437,4.15414 -10.99061,4.6502 -4.78298,0.60114 -9.87221,-0.25577 -14.29898,-2.16416 -3.0947,-1.33413 -6.16113,-3.38144 -7.96301,-6.22931 -1.81288,-2.86525 -2.06093,-6.5375 -2.23266,-9.92375 -0.30734,-6.06031 1.36252,-12.0605 2.17848,-18.07349 0.67882,-5.00236 1.85312,-9.94325 2.26013,-14.97502 0.73946,-9.14185 -0.7797,-18.40771 0.3199,-27.51327 0.35468,-2.93704 -0.181,-6.65876 2.01238,-8.64398 2.0384,-1.84494 5.43058,-1.1212 8.17929,-1.06253 3.34492,0.0714 6.63224,0.95108 9.88917,1.71656 2.05612,0.48325 3.99816,1.41138 6.0722,1.81081 3.44031,0.66255 6.96573,1.06623 10.46739,0.95192 3.78516,-0.12356 7.43659,-1.79636 11.22363,-1.76474 1.55185,0.013 3.12359,0.28186 4.58649,0.79985 1.48266,0.52499 2.98786,1.20618 4.12281,2.29512 0.86547,0.83038 1.42933,1.95676 1.87872,3.06879 0.67163,1.66196 0.8942,3.4778 1.16703,5.24945 0.24238,1.57389 -0.1531,3.27141 0.41433,4.75933 1.83023,4.79924 5.57666,8.72712 9.22489,12.34277 1.74278,1.93455 4.03041,3.53404 6.16708,4.82839 2.26886,1.37444 4.3675,2.44991 5.46279,4.81597 0.65901,1.48517 -0.54371,3.76097 0.68307,4.82635 z" /></clipPath><inkscape:path-effect
effect="spiro"
id="path-effect14300-2-2-0"
is_visible="true" /><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath14473-5"><path
style="fill:url(#linearGradient14477);fill-opacity:1;stroke:none"
d="m 511.82669,331.89986 c -0.60617,1.40358 -1.44178,2.70776 -2.46357,3.84504 -2.32524,2.58805 -5.50706,4.22246 -8.65855,5.69652 -5.42045,2.53534 -11.00071,4.7788 -16.11556,7.88485 -3.38301,2.05437 -6.53696,4.47221 -9.50169,7.09434 -2.52461,2.23286 -4.92977,4.6271 -7.72763,6.50627 -2.88313,1.93644 -6.17534,3.29888 -9.61582,3.77358 -4.21817,0.58201 -8.55335,-0.18335 -12.51035,-1.75619 -2.7091,-1.07682 -5.36625,-2.6185 -6.96693,-5.05501 -1.53813,-2.3413 -1.9333,-5.25173 -1.95338,-8.053 -0.0354,-4.93859 0.96501,-9.81816 1.90598,-14.66641 0.78215,-4.02995 1.52682,-8.0717 1.97741,-12.15204 0.81784,-7.40607 0.66114,-14.88536 0.27989,-22.32668 -0.064,-1.24906 -0.13361,-2.5105 0.0789,-3.74301 0.21256,-1.23251 0.73646,-2.45247 1.68171,-3.27147 0.93914,-0.8137 2.20952,-1.15942 3.45104,-1.2115 1.24152,-0.0521 2.47642,0.16381 3.70512,0.34927 2.88969,0.43617 5.81087,0.7091 8.65215,1.39297 1.78651,0.43 3.53091,1.02011 5.31265,1.46945 2.98632,0.75312 6.09645,1.10709 9.15804,0.77247 3.2941,-0.36004 6.50688,-1.50957 9.81969,-1.43207 1.35838,0.0318 2.70755,0.27142 4.01277,0.64907 1.31265,0.3798 2.61744,0.9202 3.6071,1.86246 0.72535,0.69061 1.25006,1.56936 1.64371,2.49029 0.57625,1.34814 0.88626,2.79994 1.02105,4.25986 0.11897,1.28855 0.10468,2.59405 0.36251,3.86214 0.4369,2.14878 1.63966,4.08139 3.11506,5.70353 1.4754,1.62214 3.22406,2.96752 4.9559,4.31247 1.75634,1.36398 3.50975,2.7398 5.39565,3.91818 0.88228,0.55128 1.79349,1.05932 2.63473,1.67142 0.84123,0.61209 1.61878,1.33907 2.14473,2.23668 0.68386,1.16711 0.90229,2.59857 0.59763,3.91652 l 2e-5,0"
id="path14475-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="aaaaaaaaaaaaaaaaaaaaaaaacscaa"
inkscape:original-d="m 511.82669,331.89986 c 0.79493,1.29584 -1.37375,2.7491 -2.46357,3.84504 -2.39907,2.41255 -5.64405,3.97773 -8.65855,5.69652 -5.17399,2.95008 -11.04067,4.79023 -16.11556,7.88485 -3.39744,2.07173 -6.41144,4.64351 -9.50169,7.09434 -2.64407,2.09697 -4.79627,4.76865 -7.72763,6.50627 -2.93262,1.73837 -6.16262,3.37103 -9.61582,3.77358 -4.18468,0.48781 -8.63731,-0.20756 -12.51035,-1.75619 -2.70759,-1.08263 -5.39044,-2.744 -6.96693,-5.05501 -1.58611,-2.32511 -1.80313,-5.3051 -1.95338,-8.053 -0.2689,-4.91787 1.19208,-9.78694 1.90598,-14.66641 0.59391,-4.05935 1.62131,-8.06882 1.97741,-12.15204 0.64696,-7.4185 -0.68217,-14.93763 0.27989,-22.32668 0.31031,-2.38337 -0.15836,-5.4035 1.76065,-7.01448 1.78342,-1.49715 4.75128,-0.90984 7.15616,-0.86223 2.92651,0.0579 5.80263,0.77179 8.65215,1.39297 1.79893,0.39215 3.49804,1.14531 5.31265,1.46945 3.00996,0.53765 6.0944,0.86523 9.15804,0.77247 3.31168,-0.10027 6.50636,-1.45773 9.81969,-1.43207 1.35773,0.0105 2.73287,0.22873 4.01277,0.64907 1.2972,0.42602 2.61412,0.9788 3.6071,1.86246 0.75721,0.67384 1.25054,1.58789 1.64371,2.49029 0.58762,1.34866 0.78235,2.82219 1.02105,4.25986 0.21206,1.27719 -0.13395,2.65471 0.36251,3.86214 1.60129,3.89452 4.87908,7.08195 8.07096,10.016 1.52478,1.56986 3.52626,2.86783 5.39565,3.91818 1.98506,1.11534 3.82118,1.98807 4.77946,3.9081 0.57658,1.2052 -0.47569,3.05198 0.59763,3.91652 z" /></clipPath><linearGradient
id="linearGradient14518-6"><stop
id="stop14540-0"
offset="0"
style="stop-color:#110800;stop-opacity:1;" /><stop
style="stop-color:#a65a00;stop-opacity:0.80000001;"
offset="0.59066743"
id="stop14542-5" /><stop
style="stop-color:#ff921e;stop-opacity:0;"
offset="1"
id="stop14522-4" /></linearGradient><inkscape:path-effect
is_visible="true"
id="path-effect29716-0-0"
effect="spiro" /><inkscape:path-effect
is_visible="true"
id="path-effect29716-0-8-3"
effect="spiro" /><inkscape:path-effect
is_visible="true"
id="path-effect29716-6-1"
effect="spiro" /><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath14822-9"><path
sodipodi:nodetypes="aaaasssaccaa"
inkscape:connector-curvature="0"
d="m 386.1875,285.32775 c -0.40516,-1.10369 -1.11845,-2.08156 -1.9907,-2.86987 -0.87226,-0.78832 -1.90049,-1.39229 -2.98278,-1.85155 -2.16459,-0.91852 -4.52053,-1.26149 -6.83152,-1.69556 -2.17919,-0.40931 -4.34179,-0.90631 -6.52782,-1.27734 -2.27136,-0.38551 -4.6179,-0.63213 -6.8653,-0.1253 -1.96583,0.44333 -3.7845,1.45879 -5.27172,2.81864 -1.48723,1.35984 -2.64911,3.0564 -3.48499,4.89007 -1.47218,3.22952 -1.93451,6.86503 -1.65394,10.40316 0.20882,2.63325 0.87532,5.34594 2.60877,7.33912 1.40065,1.61052 3.38733,2.61526 5.43398,3.22092 3.52502,1.04316 7.36663,0.98822 10.86038,-0.1553 5.76689,-1.93113 10.87568,-5.77387 14.33034,-10.77903 1.13861,-1.64963 2.11217,-3.44809 2.5532,-5.4034 0.33597,-1.48955 0.34831,-3.08112 -0.1779,-4.51456"
id="path14824-1"
inkscape:original-d="m 386.1875,285.32775 c -2.36571,-3.81321 -7.59294,-4.9003 -11.805,-6.41698 -2.08672,-0.75138 -4.32322,-1.04333 -6.52782,-1.27734 -2.27612,-0.2416 -4.71593,-0.91505 -6.8653,-0.1253 -3.64566,1.33955 -7.24986,3.80684 -8.75671,7.70871 -1.13743,2.94527 -1.80122,7.05909 -1.65394,10.40316 0.13075,2.96891 0.9633,5.07273 2.60877,7.33912 1.08803,1.49859 3.40096,2.67896 5.43398,3.22092 3.49923,0.93284 7.37483,0.82779 10.86038,-0.1553 5.98587,-2.2615 11.09272,-5.76885 14.33034,-10.77903 1.07459,-1.67639 2.15539,-3.45031 2.5532,-5.4034 0.30053,-1.4755 0.61519,-3.23621 -0.1779,-4.51456 z"
style="fill:none;stroke:#ce5c00;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath14822-2-4"><path
sodipodi:nodetypes="aaaasssaccaa"
inkscape:connector-curvature="0"
d="m 386.1875,285.32775 c -0.40516,-1.10369 -1.11845,-2.08156 -1.9907,-2.86987 -0.87226,-0.78832 -1.90049,-1.39229 -2.98278,-1.85155 -2.16459,-0.91852 -4.52053,-1.26149 -6.83152,-1.69556 -2.17919,-0.40931 -4.34179,-0.90631 -6.52782,-1.27734 -2.27136,-0.38551 -4.6179,-0.63213 -6.8653,-0.1253 -1.96583,0.44333 -3.7845,1.45879 -5.27172,2.81864 -1.48723,1.35984 -2.64911,3.0564 -3.48499,4.89007 -1.47218,3.22952 -1.93451,6.86503 -1.65394,10.40316 0.20882,2.63325 0.87532,5.34594 2.60877,7.33912 1.40065,1.61052 3.38733,2.61526 5.43398,3.22092 3.52502,1.04316 7.36663,0.98822 10.86038,-0.1553 5.76689,-1.93113 10.87568,-5.77387 14.33034,-10.77903 1.13861,-1.64963 2.11217,-3.44809 2.5532,-5.4034 0.33597,-1.48955 0.34831,-3.08112 -0.1779,-4.51456"
id="path14824-6-5"
inkscape:original-d="m 386.1875,285.32775 c -2.36571,-3.81321 -7.59294,-4.9003 -11.805,-6.41698 -2.08672,-0.75138 -4.32322,-1.04333 -6.52782,-1.27734 -2.27612,-0.2416 -4.71593,-0.91505 -6.8653,-0.1253 -3.64566,1.33955 -7.24986,3.80684 -8.75671,7.70871 -1.13743,2.94527 -1.80122,7.05909 -1.65394,10.40316 0.13075,2.96891 0.9633,5.07273 2.60877,7.33912 1.08803,1.49859 3.40096,2.67896 5.43398,3.22092 3.49923,0.93284 7.37483,0.82779 10.86038,-0.1553 5.98587,-2.2615 11.09272,-5.76885 14.33034,-10.77903 1.07459,-1.67639 2.15539,-3.45031 2.5532,-5.4034 0.30053,-1.4755 0.61519,-3.23621 -0.1779,-4.51456 z"
style="fill:none;stroke:#ce5c00;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /></clipPath><inkscape:path-effect
effect="spiro"
id="path-effect14972-2-2"
is_visible="true" /><inkscape:path-effect
effect="spiro"
id="path-effect15017-9"
is_visible="true" /><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath15031-3"><path
style="fill:none;stroke:#729fcf;stroke-width:0.125;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 248.06066,184.61218 c -2.60091,3.4397 -5.23338,6.85555 -7.89695,10.24696 -2.83301,3.60715 -5.70116,7.1866 -8.58729,10.75139 -3.54135,4.37407 -7.15155,8.79286 -9.44912,13.93045 -1.97407,4.41422 -2.91014,9.20748 -4.26498,13.84932 -1.53862,5.27153 -3.62627,10.37023 -5.97071,15.33612 -2.1648,4.58539 -4.54978,9.06293 -6.93891,13.53553 -1.73823,3.25407 -3.50515,6.58104 -4.10782,10.22071 -0.47627,2.87632 -0.19849,5.84423 0.53376,8.66626 0.73224,2.82202 1.90964,5.5106 3.23775,8.10601 5.66724,11.07504 14.17003,20.62168 24.24176,27.92472 4.57063,3.31418 9.46669,6.18109 14.60245,8.52595 2.78247,1.27041 5.71355,2.40436 8.77186,2.45744 1.52915,0.0265 3.0741,-0.22544 4.47434,-0.84055 1.40024,-0.6151 2.65068,-1.60373 3.48254,-2.88709 1.02278,-1.5779 1.36992,-3.53829 1.16461,-5.40743 -0.2053,-1.86914 -0.93484,-3.65294 -1.91324,-5.25873 -2.38997,-3.92251 -6.1652,-6.76055 -9.79642,-9.57343 -7.84055,-6.07358 -15.42466,-12.48038 -22.68212,-19.23996 -2.04911,-1.90854 -4.0984,-3.87759 -5.53019,-6.28412 -1.3943,-2.34352 -2.14763,-5.01375 -2.65783,-7.69253 -1.39963,-7.34872 -1.0404,-15.0827 1.45958,-22.13343 0.97802,-2.75834 2.27066,-5.39225 3.51815,-8.03965 2.1622,-4.58855 4.21133,-9.26299 7.04933,-13.46723 3.53268,-5.23334 8.24484,-9.67275 11.15147,-15.27803 2.45457,-4.7335 3.49353,-10.05742 4.36185,-15.31831 0.66531,-4.03089 1.24751,-8.07549 1.74613,-12.13037"
id="path15033-2"
inkscape:connector-curvature="0"
inkscape:original-d="m 248.06066,184.61218 c 0,0 -5.10626,6.34527 -7.89695,10.24696 -2.7907,3.9017 -5.73652,6.64881 -8.58729,10.75139 -2.85076,4.10259 -7.36482,9.43164 -9.44912,13.93045 -2.08429,4.49881 -2.32047,9.0356 -4.26498,13.84932 -1.94451,4.81371 -3.70129,10.64183 -5.97071,15.33612 -2.26943,4.69429 -5.37093,9.68473 -6.93891,13.53553 -1.56799,3.8508 -3.81119,5.72384 -4.10782,10.22071 -0.29663,4.49686 -0.57747,8.31749 3.77151,16.77227 4.34898,8.45478 17.23626,22.00721 24.24176,27.92472 7.00549,5.9175 9.39133,7.22492 14.60245,8.52595 5.21112,1.30104 13.85627,2.9981 16.72874,-1.2702 2.87246,-4.26829 2.27191,-5.96483 -0.74863,-10.66616 -3.02055,-4.70132 -4.82469,-5.30209 -9.79642,-9.57343 -4.97172,-4.27133 -18.63696,-14.87266 -22.68212,-19.23996 -4.04516,-4.36729 -7.10731,-3.41164 -5.53019,-6.28412 1.57712,-2.87249 -2.20738,-4.00856 -2.65783,-7.69253 -0.76361,-6.24511 0.9436,-18.71046 1.45958,-22.13343 0.51598,-3.42296 1.22371,-2.92446 3.51815,-8.03965 2.29444,-5.11519 4.12424,-8.62435 7.04933,-13.46723 2.92509,-4.84289 8.62493,-10.12787 11.15147,-15.27803 2.52654,-5.15017 3.50393,-10.72068 4.36185,-15.31831 0.85792,-4.59763 1.74613,-12.13037 1.74613,-12.13037 z"
sodipodi:nodetypes="czzzzzzzzzzzzzzzszzzzzc" /></clipPath><clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath14186-9"><path
inkscape:original-d="m 137.57703,281.0191 c 6.32494,-1.3585 11.99755,4.87308 16.86679,9.13228 6.42572,5.62067 -8.54781,26.01622 13.24488,19.8293 5.86081,-1.66388 6.89528,11.31183 10.16415,16.45304 4.09971,6.44793 11.58575,13.6827 13.65231,21.03883 1.58383,5.63779 1.34339,10.90606 -1.62666,15.95302 -3.57124,6.06857 -11.7907,10.42929 -18.78877,11.20919 -5.73056,0.63864 -11.87822,-3.8351 -17.38362,-5.54906 -12.31617,-3.83432 -23.77946,-5.82074 -36.09666,-9.65174 -2.50091,-0.77785 -8.28361,-2.638 -10.96988,-3.42629 -4.51043,-1.3236 -6.46556,-0.99271 -8.72046,-4.76819 -2.68251,-4.49147 0.68051,-9.72669 3.16379,-14.79408 4.06995,-8.30524 1.91195,-17.82603 0.46203,-25.51057 -0.92235,-4.8884 -0.66071,-7.92707 2.7425,-10.79139 4.99476,-4.20385 14.53027,-1.53186 20.35272,-4.08305 5.82246,-2.55119 6.66365,-13.6939 12.93688,-15.04129 z"
sodipodi:nodetypes="ssssssssssssssss"
inkscape:connector-curvature="0"
id="path14188-1"
d="m 137.57703,281.0191 c 1.59929,-0.66295 3.3982,-0.78361 5.10074,-0.46963 1.70253,0.31398 3.31141,1.04948 4.74342,2.02239 2.86402,1.94583 4.98821,4.77774 7.02263,7.57952 4.67189,6.43406 9.16868,13.00227 13.24488,19.8293 3.30635,5.53766 6.34352,11.25685 10.16415,16.45304 2.49398,3.3919 5.3066,6.53947 7.813,9.92221 2.50639,3.38273 4.72794,7.05586 5.83931,11.11662 1.44411,5.27653 0.88463,11.09291 -1.62666,15.95302 -1.76663,3.41896 -4.47646,6.35228 -7.77242,8.33898 -3.29595,1.9867 -7.17064,3.01444 -11.01635,2.87021 -6.11413,-0.2293 -11.69944,-3.28515 -17.38362,-5.54906 -11.58097,-4.6125 -24.15978,-6.0594 -36.09666,-9.65174 -3.66859,-1.10404 -7.27582,-2.4107 -10.96988,-3.42629 -1.64125,-0.45122 -3.30866,-0.8482 -4.85875,-1.55144 -1.55008,-0.70325 -2.999548,-1.7491 -3.86171,-3.21675 -0.666391,-1.13439 -0.948386,-2.47002 -0.930187,-3.78554 0.0182,-1.31552 0.325889,-2.61453 0.773815,-3.85158 0.895851,-2.47409 2.343262,-4.71374 3.320162,-7.15696 1.59511,-3.98935 1.88169,-8.38839 1.66657,-12.67942 -0.21511,-4.29103 -0.91078,-8.54478 -1.20454,-12.83115 -0.13118,-1.91406 -0.18066,-3.85256 0.18479,-5.73598 0.36545,-1.88343 1.17577,-3.72459 2.55771,-5.05541 1.27406,-1.22693 2.96492,-1.95531 4.69643,-2.31651 1.73151,-0.3612 3.51533,-0.37747 5.28367,-0.33762 1.76833,0.0399 3.54067,0.13425 5.30351,-0.0106 1.76284,-0.14488 3.53347,-0.54055 5.06911,-1.41828 1.45996,-0.83447 2.65433,-2.0745 3.64374,-3.43424 0.9894,-1.35974 1.78909,-2.84573 2.60891,-4.31396 0.81983,-1.46823 1.66834,-2.93151 2.74157,-4.22611 1.07324,-1.2946 2.38923,-2.42304 3.94266,-3.06698"
style="fill:#402c07;fill-opacity:1;stroke:none" /></clipPath><inkscape:path-effect
is_visible="true"
id="path-effect4669-1"
effect="spiro" /><inkscape:path-effect
is_visible="true"
id="path-effect4669-4-3"
effect="spiro" /></defs><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1341"
inkscape:window-height="1061"
id="namedview19"
showgrid="false"
inkscape:zoom="0.25"
inkscape:cx="730.76384"
inkscape:cy="436.78527"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Calque_1" /><path
d="M683.91,677.74c-0.01-0.01-0.021-0.021-0.021-0.03c-6.069-6.85-8.96-19.55-12.069-33.08c-3.101-13.52-6.57-28.1-17.67-37.55 c-0.021-0.021-0.051-0.04-0.07-0.061c-2.2-1.92-4.46-3.539-6.73-4.89c-2.279-1.35-4.59-2.45-6.899-3.32 c15.43-45.76,9.38-91.329-6.2-132.5c-19.11-50.54-52.48-94.569-77.97-124.689c-28.53-35.99-56.431-70.15-55.88-120.61 C501.25,144,508.87,1.19,373.35,1c-5.51-0.01-11.26,0.22-17.25,0.7C204.66,13.89,244.83,173.89,242.58,227.46 c-2.77,39.18-10.71,70.06-37.66,108.36c-31.65,37.64-76.23,98.57-97.34,162c-9.96,29.93-14.7,60.439-10.33,89.319 c-1.37,1.23-2.67,2.521-3.92,3.841c-9.29,9.93-16.16,21.949-23.81,30.039c-7.15,7.141-17.33,9.851-28.53,13.86 c-11.2,4.021-23.49,9.94-30.95,24.26c0,0,0,0.011-0.01,0.011c-0.01,0.02-0.02,0.05-0.04,0.069c-3.51,6.55-4.65,13.62-4.65,20.79 c0,6.63,0.98,13.351,1.97,19.82c2.06,13.46,4.15,26.189,1.38,34.81c-8.86,24.23-10,40.98-3.76,53.141 c6.26,12.18,19.11,17.55,33.64,20.59c29.06,6.06,68.41,4.56,99.42,21l2.67-5.03l-2.64,5.04c33.2,17.36,66.86,23.521,93.71,17.39 c19.48-4.439,35.28-16.039,43.4-33.88c21-0.1,44.05-9,80.97-11.029c25.05-2.021,56.34,8.899,92.33,6.899 c0.94,3.9,2.301,7.66,4.16,11.23c0.021,0.029,0.04,0.069,0.061,0.1c13.949,27.9,39.869,40.66,67.5,38.48 c27.659-2.181,57.069-18.49,80.85-46.78l-4.36-3.66l4.391,3.62c22.66-27.48,60.27-38.87,85.22-53.91 c12.47-7.52,22.58-16.939,23.37-30.62C710.4,713.55,702.37,698.23,683.91,677.74z"
id="path3"
style="fill:#202020;fill-opacity:1"
fill="#000000" /><path
fill="#D6A312"
d="M698.24,726.57c-0.48,8.439-6.59,14.71-17.88,21.51c-22.561,13.61-62.551,25.45-88.08,56.38 c-22.181,26.39-49.221,40.88-73.03,42.76s-44.35-8-56.47-32.31l-0.021-0.05l-0.029-0.061c-7.521-14.3-4.391-36.85,1.939-60.649 c6.33-23.79,15.43-48.23,16.65-68.08v-0.061c1.279-25.439,2.71-47.66,6.979-64.81c4.28-17.15,11.01-28.75,22.931-35.28 c0.56-0.3,1.109-0.59,1.659-0.86c1.351,22.03,12.261,44.511,31.54,49.37c21.101,5.561,51.511-12.54,64.351-27.31 c2.569-0.101,5.069-0.23,7.5-0.29c11.27-0.271,20.71,0.38,30.37,8.82l0.029,0.029l0.03,0.021c7.42,6.29,10.95,18.17,14.01,31.47 c3.061,13.311,5.5,27.8,14.681,38.13l0.01,0.01l0.01,0.021C693.06,704.9,698.73,718.12,698.24,726.57z"
id="path5"
style="fill:#ffffff;fill-opacity:1" /><path
d="M269.49,788.95l-0.01,0.06v0.07c-2.04,26.74-17.12,41.3-40.28,46.59c-23.14,5.29-54.53,0.021-85.87-16.37 c-0.01,0-0.02-0.01-0.03-0.01c-34.68-18.37-75.93-16.54-102.4-22.07c-13.23-2.76-21.87-6.92-25.83-14.64 c-3.96-7.73-4.05-21.2,4.37-44.17l0.04-0.101l0.03-0.1c4.17-12.85,1.08-26.91-0.94-40.11c-2.02-13.189-3.01-25.199,1.5-33.56 l0.04-0.08c5.77-11.12,14.23-15.1,24.73-18.86c10.51-3.77,22.96-6.729,32.79-16.59l0.06-0.05l0.05-0.05 c9.09-9.59,15.92-21.62,23.91-30.15c6.74-7.2,13.49-11.97,23.66-12.04c0.12,0.011,0.23,0.011,0.35,0 c1.78,0.011,3.67,0.16,5.67,0.471c13.5,2.04,25.27,11.479,36.61,26.859l32.74,59.67l0.01,0.03l0.02,0.02 c8.71,18.19,27.11,38.2,42.7,58.61C259,752.78,271.06,773.27,269.49,788.95z"
id="path7"
style="fill:#ffffff;fill-opacity:1"
fill="#D6A312" /><path
d="M432.77,232.69c-2.63-5.15-8-10.05-17.14-13.8l-0.02-0.01l-0.03-0.01c-19.01-8.14-27.26-8.72-37.87-15.62 c-17.27-11.1-31.54-14.99-43.4-14.94c-6.21,0.02-11.76,1.12-16.73,2.84c-14.45,4.97-24.04,15.34-30.05,21.03l-0.01,0.01 c0,0.01-0.01,0.01-0.01,0.02c-1.18,1.12-2.7,2.14-6.38,4.84c-3.71,2.71-9.27,6.79-17.27,12.79c-7.11,5.33-9.42,12.27-6.96,20.4 c2.45,8.13,10.29,17.51,24.63,25.62l0.02,0.02l0.03,0.01c8.9,5.23,14.98,12.28,21.96,17.89c3.49,2.8,7.16,5.3,11.58,7.19 c4.42,1.89,9.58,3.17,16.04,3.55c15.16,0.88,26.32-3.67,36.17-9.31c9.87-5.63,18.229-12.52,27.82-15.63l0.02-0.01l0.021-0.01 c19.659-6.14,33.68-18.51,38.069-30.26C435.46,243.42,435.39,237.84,432.77,232.69z"
id="path9"
style="fill:#ffffff;fill-opacity:1"
fill="#D6A312" /><path
d="m 382.89,261.71 c -15.64075,8.1527 -33.91,18.04 -53.35,18.04 -19.43,0 -34.78,-8.98 -45.82,-17.73 -5.52,-4.37 -10,-8.72 -13.38,-11.88 -5.86434,-4.62903 -5.16188,-11.12168 -2.75246,-10.93 4.03863,0.50418 4.64927,5.82168 7.19246,8.2 3.44,3.22 7.75,7.39 12.97,11.53 10.44,8.27 24.36,16.32 41.79,16.32 17.4,0 37.71174,-10.21517 50.11,-17.17 7.02421,-3.94024 15.96224,-11.0031 23.25658,-16.35742 5.58072,-4.09647 5.37722,-9.02921 9.98509,-8.49216 4.60786,0.53705 1.19917,5.45984 -5.25377,11.09153 -6.45295,5.63169 -16.54818,13.10397 -24.7479,17.37805 z"
id="path11"
inkscape:connector-curvature="0"
style="fill:#202020;fill-opacity:1"
sodipodi:nodetypes="sscccccssszzs" /><path
d="M622.39,595.47c-2.17-0.08-4.31-0.069-6.39-0.02c-0.19,0.01-0.38,0.01-0.58,0.01 c5.37-16.96-6.51-29.47-38.17-43.79c-32.83-14.439-58.99-13.01-63.41,16.29c-0.28,1.53-0.51,3.1-0.68,4.68 c-2.46,0.86-4.92,1.94-7.4,3.29c-15.41,8.44-23.83,23.74-28.51,42.521c-4.67,18.76-6.02,41.43-7.3,66.92c0,0.01,0,0.01,0,0.02 c-0.79,12.811-6.07,30.15-11.41,48.511c-53.78,38.369-128.42,54.989-191.8,11.729c-4.29-6.79-9.22-13.52-14.29-20.16 c-3.24-4.239-6.57-8.45-9.87-12.609c6.5,0.01,12.03-1.061,16.5-3.08c5.56-2.53,9.46-6.57,11.4-11.771 c3.86-10.39-0.02-25.05-12.39-41.8c-12.37-16.74-33.32-35.63-64.1-54.51c0,0,0,0,0-0.01c-22.62-14.07-35.26-31.311-41.18-50.03 c-5.93-18.73-5.1-38.98-0.53-58.97c8.76-38.37,31.26-75.69,45.62-99.11c3.86-2.84,1.38,5.28-14.54,34.84 c-14.26,27.021-40.93,89.38-4.42,138.061c0.98-34.641,9.25-69.971,23.14-103.021c20.23-45.85,62.54-125.38,65.9-188.76 c1.74,1.26,7.69,5.28,10.34,6.79c0.01,0.01,0.01,0.01,0.02,0.01c7.76,4.57,13.59,11.25,21.14,17.32 c7.57,6.08,17.02,11.33,31.3,12.16c1.37,0.08,2.71,0.12,4.02,0.12c14.72,0,26.2-4.8,35.76-10.27 c10.391-5.94,18.69-12.52,26.561-15.08c0.01-0.01,0.02-0.01,0.03-0.01c16.63-5.2,29.84-14.4,37.359-25.12 c12.92,50.92,42.96,124.47,62.271,160.36c10.27,19.04,30.689,59.5,39.51,108.25c5.59-0.171,11.75,0.64,18.34,2.329 c23.07-59.81-19.56-124.22-39.06-142.16c-7.87-7.64-8.25-11.06-4.34-10.9c21.14,18.71,48.909,56.32,59.01,98.78 c4.609,19.359,5.59,39.72,0.649,59.81c2.41,1,4.87,2.09,7.36,3.271C615.28,558.39,628.97,574.07,622.39,595.47z"
id="path13"
fill="#FFFFFF" /><path
d="m 434.51,174.03 c 0.08,10.09 -1.66,18.68 -5.49,27.45 -2.18,5 -4.689,9.2 -7.699,12.84 -1.021,-0.49 -2.08,-0.96 -3.181,-1.41 -3.81,-1.63 -7.18,-2.97 -10.199,-4.11 -3.021,-1.14 -5.37791,-1.91895 -7.80891,-2.75895 1.761,-2.13 5.23,-4.64 6.521,-7.79 1.96,-4.75 2.92,-9.39 3.1,-14.92 0,-0.22 0.07,-0.41 0.07,-0.67 0.11,-5.3 -0.59,-9.83 -2.14,-14.47 -1.62,-4.87 -3.681,-8.37 -6.66,-11.28 -2.99,-2.91 -5.97,-4.23 -9.55,-4.35 -0.17,-0.01 -0.33,-0.01 -0.5,-0.01 -3.36,0.01 -6.28,1.17 -9.301,3.69 -3.17,2.65 -5.52,6.04 -7.479,10.76 -1.95,4.72 -2.91,9.4 -3.101,14.96 -0.029,0.22 -0.029,0.41 -0.029,0.63 -0.07,3.06 0.13,5.86 0.6,8.58 -6.88,-3.43 -15.68209,-5.93105 -21.76209,-7.38105 -0.35,-2.63 -0.55,-5.34 -0.61,-8.18 l 0,-0.77 c -0.11,-10.06 1.54,-18.69 5.41,-27.45 3.87,-8.77 8.66,-15.07 15.399,-20.2 6.75,-5.12 13.381,-7.47 21.23,-7.55 l 0.37,0 c 7.68,0 14.25,2.26 21,7.15 6.85,4.98 11.79,11.2 15.77,19.9 3.9,8.48 5.78,16.77 5.971,26.6 -10e-4,0.26 -10e-4,0.48 0.069,0.74 z"
id="path15"
inkscape:connector-curvature="0"
style="fill:#ffffff"
sodipodi:nodetypes="ccccccccccccccccccccccccscccc" /><path
d="m 318.43,184.08 c -1.01,0.29 -1.99,0.6 -2.96,0.93 -5.5,1.9 -9.86686,3.99686 -14.08686,6.78686 0.41,-2.92 0.47,-5.88 0.15,-9.19 -0.03,-0.18 -0.03,-0.33 -0.03,-0.51 -0.44,-4.39 -1.37,-8.07 -2.92,-11.79 -1.65,-3.87 -3.5,-6.6 -5.93,-8.7 -2.2,-1.9 -4.28,-2.78 -6.58,-2.76 -0.23,0 -0.47,0.01 -0.71,0.03 -2.58,0.22 -4.72,1.48 -6.75,3.95 -2.02,2.46 -3.35,5.52 -4.31,9.58 -0.96,4.05 -1.21,8.03 -0.81,12.6 0,0.18 0.04,0.33 0.04,0.51 0.44,4.43 1.33,8.11 2.91,11.83 1.62,3.83 3.5,6.56 5.93,8.66 0.41,0.35 0.81,0.67 1.21,0.95 -2.52,1.95 -4.21314,3.33314 -6.29314,4.85314 -1.33,0.97 -2.91,2.13 -4.75,3.49 -4.01,-3.76 -7.14,-8.48 -9.88,-14.71 -3.24,-7.36 -4.97,-14.73 -5.49,-23.43 l 0,-0.07 c -0.48,-8.7 0.37,-16.18 2.76,-23.92 2.4,-7.74 5.6,-13.34 10.25,-17.94 4.64,-4.61 9.32,-6.93 14.96,-7.22 0.44,-0.02 0.87,-0.03 1.3,-0.03 5.11,0.01 9.67,1.71 14.39,5.48 5.12,4.09 8.99,9.32 12.23,16.69 3.25,7.37 4.98,14.74 5.46,23.44 l 0,0.07 c 0.23,3.65 0.2,7.09 -0.09,10.42 z"
id="path17"
inkscape:connector-curvature="0"
style="fill:#ffffff"
sodipodi:nodetypes="cccccccccccccccccccccccccccccc" /><path
sodipodi:nodetypes="aaaaaaa"
inkscape:connector-curvature="0"
id="path28396-7"
d="m 344.08661,204.88969 c 0.64684,2.07624 3.99301,1.73211 5.92629,2.72792 1.69642,0.87378 3.06086,2.78891 4.96829,2.84398 1.82043,0.0526 4.65359,-0.63043 4.89041,-2.43615 0.31286,-2.38563 -3.17083,-3.90165 -5.41255,-4.77563 -2.88469,-1.12471 -6.58056,-1.69534 -9.28659,-0.19073 -0.6201,0.34477 -1.29689,1.15328 -1.08585,1.83064 z"
style="opacity:1;fill:#202020;fill-opacity:1;stroke:none" /><path
style="opacity:1;fill:#202020;fill-opacity:1;stroke:none"
d="m 324.32226,204.88969 c -0.64684,2.07624 -3.99301,1.73211 -5.92629,2.72792 -1.69642,0.87378 -3.06086,2.78891 -4.96829,2.84398 -1.82043,0.0526 -4.65359,-0.63043 -4.89041,-2.43615 -0.31286,-2.38563 3.17083,-3.90165 5.41255,-4.77563 2.88469,-1.12471 6.58056,-1.69534 9.28659,-0.19073 0.6201,0.34477 1.29689,1.15328 1.08585,1.83064 z"
id="path5461"
inkscape:connector-curvature="0"
sodipodi:nodetypes="aaaaaaa" /></svg>

After

Width:  |  Height:  |  Size: 42 KiB

Loading…
Cancel
Save