examples: SVGView

git-svn-id: svn://ultimatepp.org/upp/trunk@7996 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-12-24 15:10:44 +00:00
parent e539f054a8
commit f8743fa27b
10 changed files with 3069 additions and 0 deletions

View file

@ -0,0 +1,36 @@
description "Simple SVG viewer (PainterSvg demo)\377";
uses
CtrlLib,
plugin\tif,
plugin\jpg,
plugin\gif,
Painter;
file
main.cpp,
SVG readonly separator,
svg\altum_angelfish_01.svg,
svg\bored_dog_01.svg,
svg\brown_fish_01.svg,
svg\filltest.svg,
svg\gradient2.svg,
svg\gradient-alignment.svg,
svg\matrix.svg,
svg\polys.svg,
svg\anne.svg,
svg\transparency.svg,
svg\tux.svg,
svg\radialgradient1.svg,
svg\rg1024_Presentation_with_girl.svg,
svg\dashtest.svg,
svg\radialgradient2.svg,
svg\shapes-polygon-01-t.svg,
svg\twitter2.svg,
svg\twitter.svg,
svg\yinyang.svg,
svg\batik70.svg;
mainconfig
"" = "GUI";

8
examples/SVGView/init Normal file
View file

@ -0,0 +1,8 @@
#ifndef _SVGView_icpp_init_stub
#define _SVGView_icpp_init_stub
#include "CtrlLib/init"
#include "plugin\tif/init"
#include "plugin\jpg/init"
#include "plugin\gif/init"
#include "Painter/init"
#endif

131
examples/SVGView/main.cpp Normal file
View file

@ -0,0 +1,131 @@
#include <CtrlLib/CtrlLib.h>
#include <Painter/Painter.h>
using namespace Upp;
struct SvgView : public TopWindow {
virtual bool Key(dword key, int);
virtual void Paint(Draw& w);
String svg;
FileList files;
SplitterFrame splitter;
String dir;
FrameTop<Button> dirup;
void Load(const char *filename);
void Enter();
void DoDir();
void DirUp();
typedef SvgView CLASSNAME;
void Serialize(Stream& s);
void LoadDir(const char *d);
void LoadDir() { LoadDir(dir); }
SvgView();
};
void SvgView::Paint(Draw& w)
{
Size sz = GetSize();
w.DrawRect(sz, Gray());
Image img = RenderSVGImage(sz, svg);
Point p = Rect(sz).CenterPos(img.GetSize());
w.DrawImage(p.x, p.y, img);
}
void SvgView::Load(const char *filename)
{
svg = LoadFileBOM(filename);
Refresh();
}
void SvgView::LoadDir(const char *d)
{
files.Clear();
dir = d;
Title(dir);
::Load(files, dir, "*.*");
SortByExt(files);
}
void SvgView::DirUp()
{
String n = DirectoryUp(dir);
LoadDir(dir);
files.FindSetCursor(n);
}
void SvgView::Enter()
{
if(!files.IsCursor()) {
Title(dir);
return;
}
const FileList::File& f = files.Get(files.GetCursor());
if(f.name == "..") {
Title(dir);
return;
}
String p = AppendFileName(dir, f.name);
Title(p);
if(!f.isdir)
Load(p);
}
void SvgView::DoDir()
{
if(!files.IsCursor())
return;
const FileList::File& f = files.Get(files.GetCursor());
if(!f.isdir)
return;
LoadDir(AppendFileName(dir, f.name));
}
bool SvgView::Key(dword key, int)
{
if(key == K_ENTER) {
DoDir();
return true;
}
return false;
}
void SvgView::Serialize(Stream& s)
{
int version = 0;
s / version;
SerializePlacement(s);
files.SerializeSettings(s);
s % dir;
s % splitter;
}
SvgView::SvgView()
{
files.WhenEnterItem = THISBACK(Enter);
files.WhenLeftDouble = THISBACK(DoDir);
dirup.Height(max(CtrlImg::DirUp().GetSize().cy, Draw::GetStdFontCy() + 6));
dirup.SetImage(CtrlImg::DirUp());
dirup.NormalStyle();
dirup <<= THISBACK(DirUp);
files.AddFrame(dirup);
Sizeable().Zoomable();
AddFrame(splitter.Left(files, 200));
dir = GetDataFile("svg");
}
GUI_APP_MAIN
{
SvgView x;
LoadFromFile(x);
x.LoadDir();
x.Run();
StoreToFile(x);
}

View file

@ -0,0 +1,230 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.0"
x="0.0000000"
y="0.0000000"
width="180.00000"
height="270.00000"
id="svg7364">
<defs
id="defs7366">
<linearGradient
id="linearGradient8439">
<stop
style="stop-color:#ffffff;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop8440" />
<stop
style="stop-color:#ababab;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop8441" />
</linearGradient>
<linearGradient
id="linearGradient7486">
<stop
style="stop-color:#e1e1e1;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop7487" />
<stop
style="stop-color:#a6a6a6;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop7488" />
</linearGradient>
<linearGradient
id="linearGradient7439">
<stop
style="stop-color:#000000;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop7440" />
<stop
style="stop-color:#696969;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop7443" />
</linearGradient>
<linearGradient
id="linearGradient7428">
<stop
style="stop-color:#000000;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop7429" />
<stop
style="stop-color:#232323;stop-opacity:1.0000000;"
offset="0.50000000"
id="stop7434" />
<stop
style="stop-color:#a6a6a6;stop-opacity:1.0000000;"
offset="0.65222222"
id="stop7435" />
<stop
style="stop-color:#696969;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop7430" />
</linearGradient>
<radialGradient
cx="0.50000000"
cy="0.50000000"
r="0.50000000"
fx="0.50000000"
fy="0.50000000"
id="radialGradient7433"
inkscape:collect="always"
xlink:href="#linearGradient7428" />
<linearGradient
id="linearGradient7456"
inkscape:collect="always"
xlink:href="#linearGradient7439" />
<linearGradient
id="linearGradient7466"
inkscape:collect="always"
xlink:href="#linearGradient7439" />
<linearGradient
id="linearGradient7483"
inkscape:collect="always"
xlink:href="#linearGradient7439" />
<linearGradient
x1="0.36263737"
y1="0.10937500"
x2="0.40659341"
y2="0.68750000"
id="linearGradient7489"
inkscape:collect="always"
xlink:href="#linearGradient7486" />
<pattern
patternUnits="userSpaceOnUse"
width="74.505979"
height="94.757693"
patternTransform="translate(368.6280,13.05793)"
id="pattern7584">
<path
id="path7490"
style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.1097035pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
d="M 38.451945,0.69356471 C 50.280435,22.487185 59.912235,46.125655 67.766335,70.365069 C 69.755055,78.273599 71.329095,86.349649 73.812415,94.064129 M 35.934725,0.69356471 C 47.763215,22.487185 57.395015,46.125655 65.249115,70.365069 C 67.237825,78.273599 68.811865,86.349649 71.295195,94.064129 M 33.417495,0.69356471 C 45.245985,22.487185 54.877785,46.125655 62.731885,70.365069 C 64.720605,78.273599 66.294645,86.349649 68.777965,94.064129 M 30.900275,0.69356471 C 42.728765,22.487185 52.360565,46.125655 60.214655,70.365069 C 62.203375,78.273599 63.777415,86.349649 66.260745,94.064129 M 28.383045,0.69356471 C 40.211535,22.487185 49.843335,46.125655 57.697435,70.365069 C 59.686155,78.273599 61.260195,86.349649 63.743515,94.064129 M 25.865825,0.69356471 C 37.694315,22.487185 47.326115,46.125655 55.180205,70.365069 C 57.168925,78.273599 58.742965,86.349649 61.226295,94.064129 M 23.348595,0.69356471 C 35.177085,22.487185 44.808885,46.125655 52.662985,70.365069 C 54.651705,78.273599 56.225745,86.349649 58.709065,94.064129 M 20.831375,0.69356471 C 32.659865,22.487185 42.291665,46.125655 50.145755,70.365069 C 52.134475,78.273599 53.708515,86.349649 56.191845,94.064129 M 18.314145,0.69356471 C 30.142635,22.487185 39.774435,46.125655 47.628535,70.365069 C 49.617255,78.273599 51.191295,86.349649 53.674615,94.064129 M 15.796915,0.69356471 C 27.625415,22.487185 37.257215,46.125655 45.111305,70.365069 C 47.100025,78.273599 48.674065,86.349649 51.157395,94.064129 M 13.279695,0.69356471 C 25.108185,22.487185 34.739985,46.125655 42.594085,70.365069 C 44.582805,78.273599 46.156845,86.349649 48.640165,94.064129 M 10.762465,0.69356471 C 22.590965,22.487185 32.222765,46.125655 40.076855,70.365069 C 42.065575,78.273599 43.639615,86.349649 46.122945,94.064129 M 8.2452447,0.69356471 C 20.073735,22.487185 29.705535,46.125655 37.559635,70.365069 C 39.548355,78.273599 41.122395,86.349649 43.605715,94.064129 M 5.7280147,0.69356471 C 17.556515,22.487185 27.188315,46.125655 35.042405,70.365069 C 37.031125,78.273599 38.605165,86.349649 41.088485,94.064129 M 3.2107947,0.69356471 C 15.039285,22.487185 24.671085,46.125655 32.525185,70.365069 C 34.513895,78.273599 36.087945,86.349649 38.571265,94.064129 M 0.69356471,0.69356471 C 12.522055,22.487185 22.153865,46.125655 30.007955,70.365069 C 31.996675,78.273599 33.570715,86.349649 36.054035,94.064129" />
</pattern>
<linearGradient
x1="-0.10588235"
y1="0.17968750"
x2="0.47058824"
y2="0.91406250"
id="linearGradient8427"
inkscape:collect="always"
xlink:href="#linearGradient7486" />
<linearGradient
x1="0.42465752"
y1="0.84375000"
x2="0.39726028"
y2="0.039062500"
id="linearGradient8438"
inkscape:collect="always"
xlink:href="#linearGradient7486" />
</defs>
<path
d="M 51.201303,5.6545334 C 45.882177,23.098546 63.310665,39.931227 61.705460,58.175323 C 60.341035,66.928466 65.916126,76.624685 69.433314,85.594894 C 68.842709,89.899678 68.262546,94.189345 66.055956,97.959457 C 63.674421,102.93855 55.823673,102.94516 52.975847,105.65869 C 41.817531,99.459407 33.922847,83.670208 21.263024,79.441233 C -10.193028,68.400307 26.157204,96.958165 19.001911,112.72824 C 25.263603,120.66056 -3.3459799,152.57659 16.540447,144.98488 C 33.524314,144.04784 43.964927,131.40394 51.974089,126.38079 C 51.946832,126.51284 51.945229,126.64964 51.916845,126.78149 C 56.495105,125.49903 61.190160,127.01880 64.710737,129.98712 C 64.812319,130.16260 64.923975,130.26017 65.025575,130.44507 C 59.354810,144.85606 59.687911,165.57522 61.104405,180.87647 C 63.393004,202.35581 59.207754,227.63822 38.979845,239.46505 C 32.078659,241.94831 24.716512,252.82748 36.375272,243.81555 C 51.371705,236.28945 67.486738,228.07146 76.674600,213.96313 C 76.752671,214.29533 76.792274,214.63080 76.903573,214.96489 C 83.520609,209.69722 87.032467,201.68051 91.357518,194.61488 C 96.268669,185.88350 100.45813,176.12192 108.41604,169.68539 C 116.80581,164.00385 127.53421,166.43556 136.66564,163.30276 C 148.84577,157.01527 153.60431,143.24410 161.99583,133.24999 C 164.56133,129.35546 168.36117,123.20084 163.51278,119.39710 C 150.80080,111.56332 146.42991,102.16809 137.32394,92.378229 C 130.64275,86.991248 117.56903,78.528041 112.27997,71.742001 C 105.74637,65.754665 98.033184,60.658586 93.590009,52.765821 C 93.443841,52.723250 93.355430,52.766636 93.217927,52.737199 C 87.081586,34.516243 63.764463,14.099285 51.201303,5.6545334 z "
style="fill:url(#linearGradient8427);fill-opacity:0.49753693;fill-rule:evenodd;stroke:#000000;stroke-width:0.91589384pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path7409" />
<path
d="M 50.915086,6.8566440 C 50.776502,7.4190761 50.637561,7.9839994 50.543004,8.5453233 C 51.686223,11.039824 53.542932,14.679119 56.210097,19.593292 C 67.043720,39.553934 75.863713,61.218921 83.057231,83.419647 C 84.878660,90.663039 86.306749,98.049233 88.581216,105.11488 C 90.855664,112.18053 93.174028,112.18052 90.899572,105.11488 C 88.625105,98.049242 87.168422,90.663029 85.346966,83.419647 C 78.153435,61.218930 69.333473,39.553934 58.499832,19.593292 C 54.696180,12.585193 52.416676,8.9437096 50.915086,6.8566440 z M 55.208339,8.6884317 C 56.355496,11.181494 58.158167,14.745017 60.789566,19.593292 C 71.623189,39.553934 80.443179,61.218921 87.636700,83.419647 C 89.458129,90.663039 90.886218,98.049233 93.160684,105.11488 C 95.435132,112.18053 97.753497,112.18052 95.479040,105.11488 C 93.204573,98.049242 91.747890,90.663029 89.926435,83.419647 C 82.732904,61.218930 73.912942,39.553934 63.079301,19.593292 C 60.977380,15.720563 59.496700,13.262268 58.070507,10.892301 C 57.073492,10.117702 56.142917,9.3755991 55.208339,8.6884317 z M 50.314031,13.296522 C 50.354010,14.827695 50.472114,16.348344 50.743356,17.875991 C 51.120228,18.582365 51.215417,18.828283 51.630628,19.593292 C 62.464251,39.553934 71.284244,61.218921 78.477762,83.419647 C 80.299191,90.663039 81.727280,98.049233 84.001747,105.11488 C 86.276195,112.18053 88.594560,112.18052 86.320103,105.11488 C 84.045636,98.049242 82.588953,90.663029 80.767497,83.419647 C 73.573969,61.218930 64.754004,39.553934 53.920363,19.593292 C 52.401161,16.794211 51.485120,15.310573 50.314031,13.296522 z M 62.764463,14.498633 C 63.662048,16.249346 64.139952,17.328754 65.369036,19.593292 C 76.202658,39.553934 85.022648,61.218921 92.216168,83.419647 C 94.037597,90.663039 95.465686,98.049233 97.740153,105.11488 C 100.01460,112.18053 102.33297,112.18052 100.05851,105.11488 C 97.784042,98.049242 96.327359,90.663029 94.505903,83.419647 C 87.312373,61.218930 78.492407,39.553934 67.658770,19.593292 C 67.272281,18.881194 67.107448,18.651762 66.742876,17.990478 C 65.408291,16.790593 64.069071,15.599565 62.764463,14.498633 z M 71.322345,22.312352 C 81.504434,41.527374 89.921764,62.205421 96.795637,83.419647 C 98.617066,90.663039 100.04516,98.049233 102.31962,105.11488 C 104.59407,112.18053 106.91244,112.18052 104.63798,105.11488 C 102.36351,98.049242 100.90683,90.663029 99.085372,83.419647 C 92.776924,63.950474 85.116518,44.975018 76.044923,27.120794 C 74.489405,25.464217 72.928457,23.873090 71.322345,22.312352 z M 53.948985,28.694987 C 56.450007,35.208952 59.383505,41.769435 60.846810,48.472569 C 65.684442,59.857289 70.050883,71.545724 73.898297,83.419647 C 75.719725,90.663039 77.147815,98.049233 79.422278,105.11488 C 81.696726,112.18053 84.015091,112.18052 81.740634,105.11488 C 79.466167,98.049242 78.009484,90.663029 76.188031,83.419647 C 70.064924,64.522486 62.668092,46.091968 53.948985,28.694987 z M 81.454417,33.274456 C 89.181044,49.312993 95.790581,66.184622 101.37511,83.419647 C 103.19654,90.663039 104.62462,98.049233 106.89909,105.11488 C 109.17354,112.18053 111.49190,112.18052 109.21745,105.11488 C 106.94298,98.049242 105.48630,90.663029 103.66484,83.419647 C 99.067668,69.231810 93.721211,55.330489 87.693943,41.889582 C 85.840761,38.978066 83.776821,36.102388 81.454417,33.274456 z M 61.648217,55.971449 C 61.643005,56.707782 61.770644,57.434471 61.705460,58.175323 C 61.530653,59.296771 61.471019,60.432406 61.505109,61.581304 C 64.264239,68.784268 66.932164,76.053900 69.318828,83.419647 C 71.140256,90.663039 72.568346,98.049233 74.842812,105.11488 C 77.117260,112.18053 79.435622,112.18052 77.161168,105.11488 C 74.886702,98.049242 73.430018,90.663029 71.608562,83.419647 C 68.600080,74.134856 65.254329,64.980378 61.648217,55.971449 z "
style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.68692034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:0.21568628;"
id="path7516" />
<path
d="M 136.22421,157.70943 C 133.68796,186.81291 119.88848,214.24469 111.36956,241.10320 C 108.80411,249.19156 101.82686,261.58981 96.908292,267.50689 C 97.455795,261.21282 101.23337,253.29006 102.97382,250.30129 C 106.38680,244.44031 108.15215,239.11773 110.50513,232.94354 C 115.38888,220.12862 116.14232,207.39909 120.10585,196.18133 C 124.20996,184.56567 125.99962,175.74808 125.78044,163.65662"
style="fill:url(#linearGradient8438);fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.87912855pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path8443" />
<path
d="M 68.259825,128.61328 C 67.683444,128.61328 66.528163,130.58955 65.369036,134.53797 C 63.361057,141.37797 61.964979,148.47422 60.417485,155.51766 C 60.276977,158.38994 60.337692,161.23171 60.360241,164.07554 C 60.901782,162.30625 61.495547,160.55660 62.020299,158.78053 C 63.886625,150.68503 65.369145,142.43482 67.687392,134.53797 C 68.846501,130.58954 68.836206,128.61328 68.259825,128.61328 z M 72.839294,128.61328 C 72.262913,128.61328 71.107632,130.58955 69.948505,134.53797 C 67.630277,142.43481 66.147747,150.68502 64.281412,158.78053 C 63.081261,162.84253 61.763620,166.86406 60.474728,170.88750 C 60.571520,173.01496 60.723173,175.03160 60.875432,177.04116 C 62.888777,171.01033 64.790099,164.90548 66.599768,158.78053 C 68.466094,150.68503 69.948614,142.43482 72.266861,134.53797 C 73.425970,130.58954 73.415676,128.61328 72.839294,128.61328 z M 77.418763,128.61328 C 76.842382,128.61328 75.687101,130.58955 74.527974,134.53797 C 72.209746,142.43481 70.727216,150.68502 68.860881,158.78053 C 66.504377,166.75631 63.923673,174.64429 61.218892,182.45066 C 61.383450,184.25774 61.496746,186.07316 61.562352,187.91740 C 65.007917,178.34178 68.269232,168.62963 71.179237,158.78053 C 73.045563,150.68503 74.528084,142.43482 76.846330,134.53797 C 78.005436,130.58954 77.995141,128.61328 77.418763,128.61328 z M 81.998229,128.61328 C 81.421848,128.61328 80.266567,130.58955 79.107439,134.53797 C 76.789215,142.43481 75.306685,150.68502 73.440350,158.78053 C 69.867146,170.87431 65.893916,182.81770 61.505109,194.47177 C 61.420443,196.88377 61.226759,199.28840 60.932675,201.68443 C 66.456934,187.75314 71.439461,173.39929 75.758706,158.78053 C 77.625032,150.68503 79.107549,142.43482 81.425795,134.53797 C 82.584905,130.58954 82.574610,128.61328 81.998229,128.61328 z M 86.577698,128.61328 C 86.001317,128.61328 84.846036,130.58955 83.686908,134.53797 C 81.368680,142.43481 79.886150,150.68502 78.019815,158.78053 C 72.563473,177.24795 66.197810,195.38562 58.786049,212.64654 C 57.364060,217.51016 55.259528,222.06715 52.546522,226.24183 C 51.938909,227.51678 51.392349,228.84270 50.771978,230.10576 C 48.971926,233.77064 48.069926,235.88805 46.965294,238.34881 C 47.860599,237.86598 48.710219,237.32920 49.598489,236.83186 C 50.745298,234.64305 51.621451,233.09638 53.090334,230.10576 C 64.047611,207.79694 73.007123,183.59295 80.338171,158.78053 C 82.204497,150.68503 83.687018,142.43482 86.005264,134.53797 C 87.164374,130.58954 87.154079,128.61328 86.577698,128.61328 z M 91.157166,128.61328 C 90.580786,128.61328 89.425505,130.58955 88.266377,134.53797 C 85.948149,142.43481 84.465619,150.68502 82.599284,158.78053 C 75.268263,183.59295 66.308733,207.79693 55.351447,230.10576 C 54.363839,232.11652 54.037561,232.97970 53.262064,234.62799 C 54.260315,234.03155 55.260599,233.44732 56.238719,232.82482 C 56.782412,231.74410 57.074252,231.31829 57.669803,230.10576 C 68.627080,207.79694 77.586592,183.59295 84.917640,158.78053 C 86.783966,150.68503 88.266487,142.43482 90.584733,134.53797 C 91.743842,130.58954 91.733547,128.61328 91.157166,128.61328 z M 95.736635,128.61328 C 95.160254,128.61328 94.004973,130.58955 92.845845,134.53797 C 90.527618,142.43481 89.045088,150.68502 87.178753,158.78053 C 79.847728,183.59295 70.888202,207.79693 59.930916,230.10576 C 59.811621,230.34864 59.789475,230.41198 59.673321,230.64957 C 60.852525,229.83228 62.034962,229.00000 63.165166,228.13086 C 73.692459,206.36345 82.378563,182.87370 89.497109,158.78053 C 91.363434,150.68503 92.845955,142.43482 95.164201,134.53797 C 96.323311,130.58954 96.313016,128.61328 95.736635,128.61328 z M 100.31610,128.61328 C 99.739723,128.61328 98.584442,130.58955 97.425314,134.53797 C 95.107086,142.43481 93.624556,150.68502 91.758221,158.78053 C 84.971055,181.75223 76.700144,204.13297 66.828741,225.03972 C 68.290471,223.75409 69.680835,222.41510 71.007507,221.00407 C 80.046697,201.25342 87.723188,180.28400 94.076578,158.78053 C 95.942904,150.68503 97.425424,142.43482 99.743670,134.53797 C 100.90278,130.58954 100.89249,128.61328 100.31610,128.61328 z M 46.879429,233.25415 C 45.789552,234.33013 44.565112,235.29473 43.330341,236.25942 C 42.523814,238.00646 41.464180,240.20231 40.926119,241.46857 C 41.693043,241.07765 42.448372,240.66429 43.215854,240.26646 C 44.232011,238.40990 45.500405,235.98458 46.879429,233.25415 z M 39.122954,239.37919 C 39.073697,239.40826 39.029294,239.43614 38.979845,239.46505 C 38.240453,239.73111 37.501986,240.12866 36.775976,240.55267 C 35.870486,242.64514 35.490464,243.70637 35.201783,244.64558 C 35.622929,244.33710 35.889491,244.19104 36.375272,243.81555 C 36.495529,243.75520 36.626960,243.70426 36.747354,243.64382 C 37.389295,242.58555 38.179436,241.12467 39.122954,239.37919 z "
style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.72620195;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:0.21568628;"
id="path7639" />
<path
d="M 8.3546460,79.670206 C 8.5051731,80.782211 9.2209898,82.323139 10.043325,83.963459 C 36.069446,86.644271 28.547311,104.16482 56.210097,106.83218 L 56.524936,105.37247 C 55.567012,105.34947 54.752526,105.23503 53.891741,105.14350 C 53.612760,105.32631 53.198620,105.44642 52.975847,105.65869 C 52.579934,105.43873 52.219035,105.12906 51.830980,104.88590 C 33.554539,101.57680 38.066177,81.828913 8.3546460,79.670206 z M 12.934115,89.458821 C 13.970742,91.287559 14.905695,93.163535 15.910770,95.154532 C 34.677645,98.152216 25.623063,108.47865 56.353206,110.09505 L 56.353206,108.63534 C 27.665030,106.22228 34.964182,92.526357 12.934115,89.458821 z M 18.687073,101.45130 C 19.248030,103.12786 19.692724,104.78955 19.860562,106.40285 C 32.269824,107.87958 28.022669,111.54084 56.038367,113.01446 L 56.353206,111.72649 C 27.815448,110.22540 32.459258,103.97794 18.687073,101.45130 z M 19.431237,111.23992 C 19.291490,111.73763 19.217824,112.25237 19.001911,112.72824 C 19.493609,113.35113 19.701297,114.15869 19.803318,115.04660 L 55.923881,115.04660 L 56.038367,114.15933 C 27.888426,112.67864 32.402574,111.86680 19.431237,111.23992 z M 56.066989,116.16285 C 27.595825,117.66042 32.637629,118.57994 19.230885,119.25399 C 18.814538,120.88811 18.275937,122.57967 17.484962,124.43451 C 32.940817,123.09128 26.341802,118.87126 56.066989,117.30771 L 56.066989,116.16285 z M 56.410449,118.59569 C 25.908337,121.38334 34.946917,128.50751 14.851768,130.21609 C 13.905146,132.14145 13.001003,133.99142 12.161330,135.76870 C 36.487506,134.14432 24.886328,124.58975 56.410449,120.22713 L 56.410449,118.59569 z M 56.410449,121.68683 C 27.666597,128.09094 35.448562,139.45671 9.9574600,141.14957 C 9.5147628,142.57434 9.3429228,143.75770 9.5567565,144.61280 C 35.964814,143.07996 30.044010,131.89111 56.238719,123.49000 L 56.410449,121.68683 z "
style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.68692034;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:0.21568628;"
id="path7673" />
<path
d="M 133.54179,160.69260 C 126.17274,189.77549 111.11954,216.55813 96.294451,241.77975 C 91.867451,249.31131 80.783506,260.26605 74.689372,265.44350 C 76.282002,259.15373 83.033757,252.66361 85.335380,249.92416 C 89.848840,244.55210 93.101883,240.20582 96.559676,234.33915 C 103.73655,222.16252 104.51816,207.71603 110.47536,197.00496 C 116.64386,185.91398 119.94250,177.27320 121.67539,164.97769"
style="fill:url(#linearGradient8438);fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.91589384pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path8428" />
<path
d="M 163.52122,119.39388 C 150.80925,111.56010 146.43892,102.15914 137.33295,92.369281 C 130.65175,86.982300 117.57030,78.524506 112.28123,71.738465 C 105.74765,65.751130 98.028623,60.649098 93.585448,52.756332 C 87.022841,50.845091 89.372878,62.420299 84.861304,65.203490 C 79.768339,67.844598 73.052313,69.102834 71.663314,75.778464 C 68.688134,82.879526 69.992889,91.259020 66.069420,97.962525 C 63.457648,103.42299 54.184040,102.86110 52.245349,106.49779 C 53.348323,113.19934 53.359405,120.11798 51.926957,126.77164 C 60.126597,124.47475 68.820994,131.01605 70.161642,139.15760 C 73.626981,148.22944 78.643942,156.79724 80.368680,166.48012 C 82.514079,176.13887 82.113870,186.20411 79.965439,195.81109 C 79.190217,202.22528 74.710127,208.40204 76.894460,214.95874 C 83.511496,209.69107 87.035572,201.67290 91.360623,194.60726 C 96.271801,185.87589 100.44431,176.12589 108.40222,169.68937 C 116.79200,164.00781 127.54585,166.43658 136.67728,163.30377 C 148.85740,157.01628 153.60382,143.25361 161.99534,133.25951 C 164.56083,129.36497 168.36962,123.19763 163.52122,119.39388 z "
style="fill:url(#linearGradient7489);fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.91589384pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path7384" />
<path
d="M 111.24959,70.854728 C 95.405164,72.219328 79.396788,77.724628 68.803637,89.372956 C 68.299227,92.369968 67.609770,95.304657 66.055956,97.959457 C 63.444175,103.41992 54.170374,102.85202 52.231684,106.48872 C 53.334685,113.19026 53.349294,120.12783 51.916845,126.78149 C 60.116476,124.48461 68.808208,131.00451 70.148856,139.14606 C 71.435458,142.51424 72.975634,145.82294 74.442109,149.13502 C 86.082776,156.88899 98.275584,163.97067 111.65029,167.91085 C 119.45398,164.52670 128.67564,166.04396 136.66564,163.30276 C 148.84577,157.01527 153.60431,143.24410 161.99583,133.24999 C 164.56133,129.35546 168.36117,123.20084 163.51278,119.39710 C 150.80080,111.56332 146.42991,102.16809 137.32394,92.378229 C 130.64275,86.991248 117.56903,78.528041 112.27997,71.742001 C 111.94875,71.438482 111.58631,71.154180 111.24959,70.854728 z "
style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.91589384pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.22167487;"
id="path7392" />
<path
d="M 123.98623,82.360644 C 123.29675,85.722130 123.50815,89.292660 124.67316,92.464094 C 130.58401,103.04271 137.84428,113.30507 140.07162,125.46489 C 142.57936,138.29268 136.03709,150.58230 136.37942,163.36000 C 136.47169,163.32957 136.57370,163.33430 136.66564,163.30276 C 139.48520,161.84727 141.88874,159.95386 144.05003,157.83601 C 151.24994,145.89940 152.55351,130.46786 146.76909,117.70842 C 144.43558,109.87882 141.59273,102.19295 139.04124,94.410369 C 138.44579,93.729402 137.96131,93.063464 137.32394,92.378229 C 133.91336,89.628317 128.84252,86.081490 123.98623,82.360644 z "
style="fill:url(#linearGradient7456);fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.91589384pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path7445" />
<path
d="M 638.74949 284.33588 A 8.6523838 8.6523838 0 1 0 621.44472,284.33588 A 8.6523838 8.6523838 0 1 0 638.74949 284.33588 z"
transform="matrix(0.915894,0.000000,0.000000,0.915894,-431.7610,-139.6290)"
style="fill:url(#radialGradient7433);fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path7427" />
<path
d="M 97.940505,58.719135 C 97.624402,59.729742 97.452150,60.728240 97.597044,61.581304 C 100.46655,78.479462 104.25291,95.207892 106.29804,112.35616 C 107.34659,131.08259 112.15304,149.84310 109.10296,168.59777 C 108.96107,168.96431 108.96262,169.12605 108.84537,169.45642 C 110.86484,168.16415 113.00111,167.28936 115.22800,166.70874 C 115.68274,165.50283 115.99448,164.30194 115.97216,163.21689 C 120.65908,144.68114 111.74081,126.48372 114.74143,107.80532 C 116.80237,94.669924 112.01168,82.285660 109.78988,69.595374 C 105.72940,66.094728 101.49414,62.703475 97.940505,58.719135 z "
style="fill:url(#linearGradient7466);fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.91589384pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path7457" />
<path
d="M 82.599284,66.275259 C 77.952167,68.323528 72.858244,70.046718 71.665805,75.777658 C 71.195402,76.900415 70.958049,78.094512 70.664047,79.269503 C 71.200110,83.589151 71.386137,87.952240 70.807155,92.292364 C 69.249778,105.33762 71.918794,118.37296 75.586976,130.84577 C 76.730652,137.42729 76.201248,143.89723 74.957299,150.30851 C 77.249708,155.53357 79.357890,160.81567 80.366793,166.47976 C 82.512173,176.13850 82.114520,186.21001 79.966089,195.81699 C 79.414758,200.37884 77.043284,204.81128 76.474248,209.35504 C 77.069176,209.09436 77.628586,208.77535 78.134302,208.32466 C 87.065622,197.23512 90.552466,182.60281 90.069543,168.56915 C 84.831464,142.29843 84.099628,115.43236 82.026851,88.800523 C 83.133525,81.396620 83.504471,73.743329 82.599284,66.275259 z "
style="fill:url(#linearGradient7483);fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.91589384pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path7469" />
<rect
width="74.505981"
height="94.757690"
x="368.62805"
y="13.057926"
style="fill:none;fill-rule:evenodd;stroke:none;"
id="rect7586" />
<metadata>
<rdf:RDF
xmlns="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<dc:title>Altum Angelfish</dc:title>
<dc:description></dc:description>
<dc:subject>
<rdf:Bag>
<rdf:li>Fish</rdf:li>
<rdf:li>Animal</rdf:li>
</rdf:Bag>
</dc:subject>
<dc:publisher>
<Agent rdf:about="">
<dc:title>Open Clip Art Library</dc:title>
</Agent>
</dc:publisher>
<dc:creator>
<Agent rdf:about="">
<dc:title>Jonathon Love</dc:title>
</Agent>
</dc:creator>
<dc:rights>
<Agent rdf:about="">
<dc:title></dc:title>
</Agent>
</dc:rights>
<dc:date></dc:date>
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<license rdf:resource="Public Domain">
<dc:date>36</dc:date>
</license>
<dc:language>en</dc:language>
</Work>
<License rdf:about="Public Domain">
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
</License>
</rdf:RDF>
</metadata>
</svg>

After

Width:  |  Height:  |  Size: 27 KiB

View file

@ -0,0 +1,706 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- ====================================================================== -->
<!-- Anne's portrait, Hommage a Andy Wahrol -->
<!-- -->
<!-- @author vincent.hardy@eng.sun.com -->
<!-- @version $Id: anne.svg 475685 2006-11-16 11:16:05Z cam $ -->
<!-- ====================================================================== -->
<svg width="450" height="500" viewBox="0 0 450 500"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" >
<!-- ============================================================= -->
<!-- Test content -->
<!-- ============================================================= -->
<svg x="95" y="55" width="260.8" height="386.4" xml:space="preserve" viewBox="0 0 217.325 322.0105">
<g transform="scale(.5, .5)">
<g id="Layer_x0020_3" style="fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
<rect x="0" y="0" width="434.65" height="644.021" style="fill:#92cacc; stroke:none;" />
</g>
<g id="Layer_x0020_2" style="fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#3398C3;stroke:none;" d="M204.707,76.849c-22.905-0.454-49.539,18.906-67.914,31.164c-20.364,13.585-36.661,24.707-51.752,44.126c-12.731,16.382-25.785,43.279-25.974,64.202
c-0.201,22.224,15.014,47.022,20.852,67.903c5.755,20.584,12.057,41.07,17.959,61.056c3.993,13.52,0.808,18.634-2.405,31.872c-3.621,14.919-2.348,23.878,2.816,37.194c12.581,32.445-0.7,104.96,46.831,109.204c17.512,1.563,54.708,6.939,70.492-0.838
c16.895-8.324,28.268-50.207,31.088-67.825c4.064-25.402,0.883-44.321,17.926-65.775c8.02-10.094,17.768-18.147,25.277-28.87c7.195-10.272,10.475-22.41,17.922-32.246c-2.342,2.225-4.652,4.372-6.781,6.812c9.965-5.222,18.066-21.033,25.156-29.985
c9.076-11.457,18.66-18.24,30-27.004c30.158-23.309,25.908-54.55,9.027-85.495c-9.188-16.844-22.373-28.952-36.438-42.444c-13.357-12.813-21.271-28.466-34.135-41.475C282.432,96.064,264.1,82.28,246.788,78.281c-11.227-2.593-39.372-7.319-49.581-2.933"/>
</g>
<g id="Layer_x0020_1" style="fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M375.875,54.692c3.1-2.4,4.801-1.101,5,4.1c2.885,5.943,2.848,12.888-0.1,18.8c-1.199-5.5-3-10.1-6-13.8c-0.4-3.3-0.199-5.3,0.1-7l1-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M379.776,88.092c1.018,5.238,0.352,10.663-1.9,15.5c0-4.2,0-8.5,0.1-12.8l1.801-2.7z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M236.776,76.092c0.6,0.2-0.9,1.9-4.699,4.8c-3.801,2.9-3.801,4.4-0.201,4.4c3.701,0,5,0.5,4,1.5c-3,0.1-5,0.5-7,0.9c-2.1,0.5-3.6,1.699-4.6,3.399c-1,1.8-0.6,2.9,1.4,3.3
c1.9,0.301,3.8,0.9,5.5,1.801c1.699,0.899,1.5,2.199-0.6,3.899c-2,1.7-2,2.7,0.1,3s4.1,0,5.9-0.899c1.899-0.9,3.699-1,5.6-0.301c1.9,0.601,3.8,1,5.8,1.101c2,0.2,3.601,0.5,4.601,1c1.1,0.5,2.6,1.3,4.6,2.3s3.9,1.8,5.699,2.2c1.9,0.5,3.5,1.2,5.101,2
c1.5,0.899,2.8,1.7,3.8,2.6c1.1,0.9,2.801,2.101,5.1,3.7c3.9,3.8,1.9,4.1-5,1.7c-6.899-2.4-5.899,0,3,7.3l21,14c2.5,0.9,4.301,2,5.4,3.2c1.1,1.3,2.9,2.5,5.301,3.7c2.399,1.199,4.5,3.5,6.299,7.1c9.201,10.8,16.201,19.5,22,27c0.6,3.1,1.6,4.9,3.1,6.4
s2.301,3.6,2.5,6.199c0.102,2.601,0.4,5.101,0.9,7.4c0.5,2.2,1.201,4.6,2.201,7c1,2.5,1,4.9,0,7.1c-0.9,2.301-1.102,4.5-0.602,6.5s1.301,1.7,2.301-1c1-2.6,1.301-5,0.9-7c-0.5-2.1-0.6-4.699-0.5-7.8c0.199-3.1,0.6-3.5,1.4-1.1c0.699,2.399,1.1,4.8,1,7.3
c-0.102,2.4,0.398,4.7,1.199,7.1c0.9,2.4,1.5,4.7,1.6,7.101c0.201,2.399,0.5,4.8,1,7.2c0.5,2.3,0.9,4.899,1,7.6c2.336-8.849,2.336-18.151,0-27c-0.299-3.7-1.1-6.7-2.4-9.9c-1.299-3.199-2-5.699-2.1-7.6s0.701-0.8,2.5,3.1c1.701,4,2.701,6.801,2.9,8.4
c4.301,9.8,6.6,19.4,7,30l-0.9,28.7c1.6-11,2.6-18.9,3.1-23.7c-0.1-1.9-0.1-4.6-0.199-7.3c0-2.7-0.199-6-0.6-9.8c-0.301-3.9-0.201-4.4,0.5-1.601c0.6,2.9,1.299,6,2,9.3c0.699,3.4,1.4,3.5,2.199,0.4c0.6-6.1,1.201-7,1.801-3.7s0.799,6.5,0.5,9.601
c-0.301,3.1-0.5,6.8-0.4,11.1c0.801,1.8,1.199,1.1,1.301-1.2c0.199-2.3,0.699-3.8,1.699-4.6c0.9-0.8,1,0.1,0.4,2.8c-0.6,2.6-0.301,3.4,1.1,2.4s1.801-0.301,1.4,2.1c-0.301,2.3-0.6,4.2-0.801,5.5c1.9,1.8,2.4,3.3,1.6,5.6c-0.799,2.2-1.199,4.2-1.199,5.7
c0,1.601,0.699,1.2,2-1c1.301-2.3,1.6-1.7,0.801,1.8c-0.801,3.5-1.801,5.101-3.201,4.9c-0.5,2.6-0.799,4.4-1.1,6.4c-0.199,2-0.9,3.6-2,4.8c-1.199,1.2-2.199,3.399-3.199,6.6c-0.9,3.101-0.5,3.8,1.1,2s2.5-1.899,2.6-0.5c0,1.5-0.4,3.101-1.4,4.9
c-0.9,1.7-1.9,3.6-2.799,5.5c-0.9,2-1.701,3.899-2.602,5.899c-0.799,2-1,4.101-0.6,6.4c-7.898,8.809-7.941,22.141-0.1,31c-0.9,3.9-2.9,5.6-6,6.1c-3.199,0.601-3.4,2-0.801,4.301c2.602,2.199,1.9,4.399-2.1,6.6c-3.799,2.1-4.799,4-3.799,5.7s1.699,4,2.299,6.7
c0.6,2.8-0.6,4.6-3.5,5.5c-2.799,1-5.5,3.3-8,7.1c-3.699,2-6.299,2.8-9,3.5c-2.699,0.6-4.199-0.4-4.4-3.1c-0.199-2.601-0.5-1.4-0.699,3.8c-2.4,1.2-4.699,1.399-7,1.2c-2.301-0.301-2.6-1.801-0.801-4.601c1.701-2.8,2.4-5.3,2-7.399c-0.398-2,0-4.2,1-6.4
c2.5-4.3,2.102-5.7-0.299-5.1c-2.5,0.5-3.5-0.301-3.1-2.5c0.5-2.2,0.398-4.601-0.301-7.4c-0.801-2.8-0.4-3.8,1-3.2c1.5,0.601,3.1,1.601,5,3.2s1.699,0.9-0.5-1.9c-2.301-2.8-3.6-5.1-4-6.699c-0.5-1.7-1.1-3.7-2-6.2c-0.9-2.4-1.801-3.601-2.6-3.5
c-0.9,0.1-0.9,1.6-0.201,4.3c0.801,2.8,1.201,5.1,1.301,6.9c0.1,1.899,0,3.899-0.4,6c-0.299,2.1-0.1,4.3,0.701,6.6c0.898,2.2,0.5,4.1-1.201,5.5c-1.6,1.5-2.5,3.5-2.6,6.2s0.699,3.2,2.301,1.5c1.699-1.601,2.6-3.5,3-5.601c0.543,7.843-0.938,15.694-4.301,22.801
c-2,0.8-3.4,1.3-5,1.6c-1.5,0.2-3.4,0.5-5.5,0.8c-2.1,0.4-4.8,1.9-8,4.601c-3.199,2.699-3.699,4-1.5,3.899c2.2-0.1,2.9,0.601,2.1,2.101c-2.899,0.1-4.5-0.2-5.799-0.5c-1.4-0.4-3-0.2-4.701,0.6c-1.799,0.8-3.199,0.7-4.199-0.3s-0.7-1.8,1-2.5
c1.699-0.7,3.3-1.4,4.8-2c1.5-0.7,2.101-1.601,1.8-2.7c-0.4-1.2-1.4-2-3.199-2.6c-1.801-0.5-3.4-0.101-5,1.3c-1.5,1.399-2.801,2.3-3.801,2.6s-2.1,0.2-3.4-0.2c-1.199-0.5-2.6-1.3-3.899-2.6c-1.399-1.4-2-0.8-1.8,1.6c0.1,2.5,0.9,4.2,2.199,5.301l25,24
c8.867,4.33,16.973,10.072,24,17c8.201,3,16.5,6.399,26,10.199c11.396,2.678,22.23,7.35,32,13.801c9.811,3.25,18.719,8.766,26,16.1c1.701,3.6,1.1,3.8-0.9,1.6c-2-2.199-4-4.199-6-5.8c-1.898-1.7-4.1-3.1-6.5-4.3c-2.398-1.1-3.6-1-3.5,0.3
c0.102,1.4,1.602,2.5,4.5,3.5c2.9,1.101,4.5,2.7,4.701,4.9c0.299,2.2,1.4,3.2,3.6,2.899c2.199-0.399,3.6,0.601,4.4,2.801c0.799,2.199,2,4,3.5,5.399c1.6,1.4,3.1,3,4.5,4.8c1.4,1.801,1.799,1.601,1.299-0.6c-0.6-2.2-1.6-4-3.1-5.5s-2.699-3.2-3.5-5
c7.268,5.313,12.855,12.603,16.1,21c2.602,0,3.4,2,3,6.7c-0.299,4.7-0.299,8.8-0.1,12.3v65v26c2.4,9.8,0.1,15.1-7,16h-151h-25h-175h-30l-31.8-0.2l-0.2-137.8v-25v-25l1-25.9c11.1-5.6,21.8-11,32.2-16.1l26.8-19l31-21.1c4.9-1.801,6.9-3.801,6-6
c-0.9-2.301-2.6-2.101-5.1,0.399c-2.4,2.601-4.5,4.101-6.1,4.7c-1.3-2.1-2.8-2.5-5.2-0.4c-2.5,2.101-4.7,3.5-6.6,4.2c-2,0.8-4.7,0.8-8,0.101c-3.3,0.1-5-0.601-6-1.9c-1.1-1.3-2.2-1.8-3.4-1.4c-1.2,0.301-2.2-0.6-2.9-2.6c-0.6-2.1-1.5-3.5-2.4-4.3
c-1-0.7-2-1.4-3.3-2c-1.2-0.5-2-1.5-2.5-2.8c-0.6-1.301-1.8-2.2-3.9-2.801c-2.1-0.6-3.8-1.3-5.3-2.1c-1.4-0.9-3.2-1.3-5.5-1.3c-2.3-0.101-4-1-5.3-2.8c-1.2-1.801-2.7-2.601-4.4-2.4c-1.8,0.1-3.5-0.2-5.2-0.9c-1.6-0.8-3-1.6-4.1-2.5c-1-0.899-2.7-1.8-5-2.6
c-2.4-0.9-4.3-1.3-5.8-1.4l-1-32.1v-30c-1.3-3.6-0.5-4.9,2.4-3.9c3,1,4.3,0.4,4.1-1.6s0.2-2.3,1.2-0.8c1.1,1.5,2.8,2.6,5.3,3.3c0.6,2.3,1.6,3,3.8,2.3c2.2-0.8,4.1-1,5.7-0.7c1.7,0.4,3.2,0.2,4.6-0.8c1.5-1,2.7-0.2,3.9,2.2c0.7,3.4,1.4,5.7,2.1,7.8
c0.7,2.101,0.4,5.2-1,9.2s-1.4,3-0.3-3c-4.1-0.2-5.4,1.2-4.8,3.5c0.7,2.2,1.8,4.9,3.4,8.1c1.7,3.2,2.5,3.101,2.4,0c-0.1-3.199,1-3.399,3.2-0.6c6.4-2.5,9.9-5.8,11.5-10.1c1.6-4.301,1.1-8.5-1.5-12.7c1.1-1.8,0.5-3.8-0.7-5.5c-1.2-1.8-1.5-3.601-0.7-5.4
c0.7-1.8,0.4-3.8-1-6s-1.9-1.7-1.3,1.5c0.5,3.101,0.7,5.5,0.5,7.2c-0.4,2.6-0.2,4.1-0.1,5.5c0.1,1.4-0.7,1.9-2.5,1.5c-1.7-0.4-3.1-0.2-4.3,0.6c-1.1,0.7-2.4,0-3.8-2.1s-1.8-3.7-1.3-4.6c0.6-0.9,0.6-1.7,0-2.4c-0.6-0.6-1.1-1.6-1.7-2.9c-0.6-1.3-1.2-1.6-2-0.899
c-0.9,0.6,0.1-0.601,2.8-3.7c1.2-3,1.5-2.6,1,0.2c-0.4,2.899,0.2,4.399,2,4.8c1.8,0.4,2-0.1,0.4-1.3c-1.5-1.3-1.6-2.7-0.3-4.2c1.4-1.5,2.9-2.2,4.6-2.3c1.6,0,3.2-1.101,4.6-3.2c-1.456-8.635-1.184-17.472,0.8-26c2.1-3.9,2.2-4.1,1.2-1.6s-0.5,3.699,1.5,3.5
c1.9-0.2,2.7-1.301,2.4-3.301c-0.4-2,0.3-3.6,2.1-5c1.8-1.3,2.4-2.199,1.8-2.6c2.1-5.8,4.5-10.9,7.5-16.4c3-5.6,3.2-3.699,0.6,5.4c3.5,3.6,5.5,2.7,6.8-1.6c1.3-4.2,2.3-5.4,3.1-3.601c0.7,1.8-0.1,4.2-2.3,7.101c-2.3,2.899-1.8,3.899,1.5,3.1
c2.2-4,3.2-6.1,3.8-7.1s1.8-3.101,3.5-6.4c1.6-3.3,2.8-4.1,3.4-2.3s1.5,1.399,2.6-1.3c1.2-2.601,2-4.801,2.5-6.601c0.5-1.7,1.3-2.899,2.4-3.5c1.1-0.6,2.3-2.2,3.6-4.8c0.5-3.2,1.3-5,2.6-6.3c1.2-1.3,2.3-2.4,3.2-3.101c0.9-0.8,2.1-2.399,3.6-4.8
c1.5-2.399,2.2-2.6,1.8-0.6c-0.3,2.1,0.6,2.6,2.6,1.8c-0.1-3.8,0.7-6.8,2.7-10c2-3.1,3.4-5,4.3-5.7c0.9-0.8,1.9-2.6,3-5.5c3.9-4.399,5-3.399,3.5,2.4c-1.5,5.7-3.6,8.899-6.4,9.6c-2.2,2.101-2.5,3.3-1.8,3.8c0.7,0.5,0.3,1.4-1.3,2.7c-1.6,1.4-2.7,2.601-3.4,3.9
c-0.6,1.2-1.5,2.8-2.5,4.899c-1.1,2.101-2.1,4.4-3.1,6.9c-1.5,3-2.8,5.6-4.7,8.6c-1.9,3.101-2.9,5.601-3,7.5c-0.2,2,1,0.9,3.3-3.199c2.4-4.101,4.2-6.7,5.4-7.9c2.7-3.2,3.7-4.9,3.3-6.1c-0.4-1.2,0.4-3.301,2.4-6.4s3.9-6.1,5.7-9c1.8-2.9,3.9-5.9,6.4-9.1
c2.6-3.2,4.7-5.601,6.6-7.2c1.8-2.8,2.8-4.601,4-5.7c1.3-1,3-2.8,5.4-5.4c2.3-2.699,4.3-4.899,5.9-6.699c1.6-1.801,3.6-3.7,6.2-5.9c2.6-2.1,3.6-1.8,3.2,0.8c-0.5,2.601-0.3,4.101,0.5,4.601c0.8,0.5,0.3,2-1.5,4.3c-1.7,2.399-3.5,4.7-5.4,6.899
c-1.8,2.2-3.4,4.2-4.6,6c-1.3,1.7-2.4,3.801-3.4,6.101c-0.9,2.3-1.2,3.6-0.6,4c-6.054,9.716-10.164,20.517-12.1,31.8l-4.8,25c0.8,1,1.1,2.7,0.8,5.2c-0.2,2.5,0.1,3.8,1.1,4s1.3-1.101,1-3.7c-0.2-2.7-0.3-4.5-0.3-5.5c0.1-1,0.4-2.6,0.9-4.9
c0.5-2.399,0.8-3.6,1-3.699c0.2-0.101,0.8-0.601,1.7-1.4c2.2-9,4.4-16.7,6.7-24c2.616-11.143,7.371-21.67,14-31c2.2-1.3,3.8-2.4,4.9-4.2c1.2-1.8,2.4-3.6,3.7-5.2c1.3-1.6,2.8-2.8,4.4-3.3c1.7-0.6,3.2-1.899,4.4-3.8c1.3-2,2.2-2,2.6-0.1c0.4,2-0.5,3.5-2.8,4.5
c-2.2,1-3,2.199-2.2,3.6c0.8,1.4,0.2,3.2-1.7,5.4c-1.9,2.199-2.7,4-2.3,5.3c0.3,1.399,0,3.3-0.9,5.8c-4.76,8.673-7.815,18.178-9,28c-0.7,3.1-1.3,5.9-2.7,9.4c-1.3,3.399-1.5,5.899-0.7,7.399c0.9,1.5,2-0.5,3.4-5.8c0.962-10.939,4.344-21.528,9.9-31
c3.6-8.7,8-16.1,13.2-23c2.6-3.3,5.1-5.8,8.3-8.4c3.3-2.6,3.7-2,1.4,1.801c-2.3,3.8-4.2,6.699-5.7,8.6c-1.5,4.6-0.6,8.4,2.7,12.6c3.3,4.2,3.6,8,1.1,11.2c-5.5,7.7-8.8,15.601-11,24.2c-2-2.1-2.7-1.8-3,0.1c-0.3,1.9-1.8,2.9-4.6,3c-2.7,0.101-4,1.601-3.7,4.601
c0.3,3,1.6,3.899,3.9,2.899s4.4-1.6,6.4-1.6c0.1-1.6,1.9-0.7,5.6,1.5c3.7,2.3,7.4,3.3,10.9,3.1c3.5-0.199,6.7,0.9,9.6,3.4c3,0.3,5.2,1,7.5,2c2.4,1,4.1,2,5.2,3c1.2,1.1,2.2,2.7,3,4.9c0.8,2.199,0.8,4.3-0.2,6.1c-0.9,1.9-0.4,3.3,1.6,4.3s2.9,2.9,2.7,5.601
c-0.3,2.8-0.2,5.1,0.2,7.1c0.4,2.9-0.3,4.3-2,5c-1.7,0.8-3.1,0.9-4.3,0.3c-1.1-0.5-2.3-1.5-3.5-2.899c-1.3-1.5-2.9-2.2-5-2.301c-2.1,0-3.6-0.6-4.6-1.8c-1-1.1-2.2-2.3-3.5-3.5c-2.4-5.2-4.2-6.2-5.5-3.8c-1.4,2.5-3,3.6-4.8,3.3c-1.8-0.2-3.8-0.7-5.9-1.399
c-2.1-0.7-4.1-1.301-6-1.7c-1.9-0.4-2.5,0.399-1.8,2.6c0.7,2.2,1,4.4,0.9,6.7c-0.1,2.4-0.5,3.6-1.2,3.7c-0.6,0.1-2.2-0.8-4.8-2.601c-2.5-1.899-4.5-3.1-6-3.8c-1.6-0.8-3.5-1.5-5.8-2.399c-2.2-0.801-4.5-1-6.6-0.4c-2.2,0.5-3.9,0.8-5.2,0.7c-1.3,0-2.2,1-2.8,2.899
c-0.6,1.9-1.7,3.101-3.3,3.7c-1.7,0.601-3.5,1.8-5.5,3.7c-2,1.8-3.6,3.5-4.9,5.2c-1.3,1.7-2.9,3.7-4.9,5.8c0.881,10.76-0.134,21.591-3,32l-2.9,28c0.125,8.963,2.064,17.807,5.7,26c-0.347,9.161-2.958,18.094-7.6,26c-1.592,9.02-0.94,18.292,1.9,27
c2.801,10.72,7.509,20.849,13.9,29.9c3.2-0.7,4.3-0.5,4.3,0.8c0.1,1.3,0.7,2.2,1.8,2.7c1,0.399,1.5,1.399,1.4,3c-0.2,1.6,0.9,1.899,3.2,0.899c2.2-1,2.9,0.2,2.2,3.7c3.1,9.8,5.4,19.8,7.1,31c-1.2,10.5-4.2,16.5-9,19l2.9,25.9c-0.2,8.1,4.3,12.899,13.2,14.1
c4.9,0.2,8.6,1,12.1,3.4c3.5,2.3,7.1,3.699,10.7,4.199c3.7,0.5,7.4,0.301,11.1-0.6c6-0.2,10.3-1.4,14-3.4c3.8-2,7.5-4.5,11.1-7.5c3.7-1.899,5.3-4.5,5.7-7.8c0.4-3.399-0.6-3.899-2.9-1.6c-2.4,2.2-4.4,3.899-6.1,5c-1.7,1.1-1-0.2,2.1-3.7c2.3-3.5,3.5-6,4.1-8.5
c0.5-2.5,1.6-3.8,3.3-4c1.6-0.1,2.6-2.1,2.9-5.9c0.299-3.8,0.1-4.8-0.701-3.1c-0.699,1.6-1.399,3.7-2,6c-0.699,2.4-1.1,1.8-1.5-1.7c-0.299-3.6,0-5.899,0.801-6.8c0.3-11.8,4.199-21.5,11.199-30l12.101-24c4.868-8.712,8.247-18.176,10-28
c0.872-8.532,2.892-16.907,6-24.9c9.2-6.699,16.101-13.6,21.8-21.1c6.172-8.771,10.68-18.601,13.301-29c0.6-0.7,1.1,0.3,2.399,2.2c1.399,1.899,2.8,1.8,4.399-0.2c1.5-1.9,2.601-3.3,3.201-4.2c0.6-0.8,0.199-2.7-1.101-5.7c-1.399-2.899-2.3-3-3-0.1
c1.8,1.9,1.8,3.5,1,5.6c-0.8,2.2-1.2,2.2-1.2,0.2c-0.1-2.1-0.8-2.5-2.3-1.2c-1.399,1.4-1.899,1-1.5-1.199c0.399-2.101,1-3.9,1.899-5.301c0.9-1.399,1.5-3,1.9-4.699c0.4-1.801,1.1-3.2,2.2-4.4c4.432-10.75,6.116-22.436,4.899-34c-0.199-4-1.6-6-4.299-6.9
c-2.601-1-5.101-2.6-7.4-5c-2.2-2.399-4.301-3.899-6.4-4.699c-2-0.7-3.8-2.7-5.4-6.101c-1.6-3.399-3-3.7-4-0.8c-1.1,2.9-2.799,4.1-4.899,3.6c-2.2-0.6-4.5-1.3-7-2.3s-5.101-1.6-7.8-1.7c-2.6-0.1-4.7-0.899-6.2-2.199c-1.5-1.4-3.3-2.9-5.3-4.4
c-2.1-1.5-2.2-3.6-0.301-6.2c1.9-2.7,3.9-3.7,6.101-3.1c2.101,0.6,4,1.3,5.8,1.899c1.801,0.7,4.2,0.7,7.1-0.1c9.753,1.132,18.893,5.334,26.101,12c2.2,3.5,3.399,6,4.7,8.1c1.3,2.2,2.8,1.301,4.699-2.6c1.801-4,2.701-6.5,2.5-7.6c-0.399-2.2-1.6-4.5-2.799-7.9
c-1.301-3.4-0.801-4.7,1.399-3.9c2.3,0.9,3.399-0.199,3.601-3.1c0.1-2.9-0.301-5.3-1.101-7c0.7-2.4,1-4.7,1.101-7.8c0.1-3-0.9-3.7-3.101-2c-2.101,1.8-3.3,2-3.601,0.6c-0.299-1.3-0.399-3.1-0.5-5.399c-0.1-2.301-0.399-3.7-1-4.301c-0.5,2.2-0.699,3.9-1.6,5.9
c-0.8,2.1-1.3,1.7-1.6-1.2c-0.2-2.8-0.801-3-1.7-0.399c-1,2.5-1.2,4.199-0.7,5c0.5,0.899,1.1,1.3,1.801,1.399c0.699,0.101,0,1.5-2.101,4.2c-0.101-9.2,0.3-19.4,0.899-29.7c-1.699,3.4-2.6,5.2-3.6,5.9s-1.9,1.7-2.699,2.899c-0.701,1.2-1,0.4-0.801-2.399
c0.2-2.8,0.2-5.2,0.1-7.101c-0.1-1.8-0.1-3.899,0-6.199c0.201-2.2,0.101-4.4-0.199-6.5c-0.301-2.101-0.6-4-0.9-5.9c-6.3-9.5-10-17.8-11.9-26c-0.899-2.5-1.799-4.1-2.799-5.9c-1-1.8-1.701-2-2.101-0.5c-0.399,1.601-0.399,3.601,0.101,6.301
c0.5,2.6,0.399,3.8-0.101,3.6c-0.5-0.3-1.2-1.6-2-3.9c-0.7-2.3-1.3-4.5-1.7-6.5c-0.3-2-1-3.399-1.9-4.199c-1-0.801-2-2-3.199-3.601c-1.2-1.5-2.301-3.6-3.5-6.2c-1.1-2.6-2.301-3.399-3.6-2.5c-1.301,0.9-2,0.2-2-2.3c-0.101-2.399-0.601-4.2-1.701-5.3
c-1.1-1-1.5-2.1-1.199-3.2c0.3-1-1-1.3-3.801-1c-2.799,0.4-3.299,2.101-1.399,5c2.601,3.5,3.7,6.3,4.5,8.7c0.7,2.4,0.3,5.4-1.3,9c-1.5,3.6-2.301,4.4-2.301,2.5c-0.6-3.4-0.699-5.8-0.299-8c0.399-2.3-0.201-2.1-1.701,0.5c-1.6,2.6-2.799,4.5-3.5,5.7
c-0.699,1.3-0.6,0.2,0.301-3s1.9-5,3.199-5.3c0.601-2.9,0.201-4.5-0.299-5.801c-0.4-1.199-1-2.6-1.701-4.1c-0.699-1.5-1.5-0.8-2.299,2c-0.801,2.9-1.4,3.8-1.601,2.9c-0.3-1-0.3-2.7,0-5.101c0.2-2.399-0.101-3.399-1.101-3c-1.1,0.4-2.399,0.3-4.1-0.3
c-1.699-0.6-2.699-0.4-2.9,0.5c0.101-3.2,0.201-5.2,0.201-6.9c0.1-1.8-1-2.399-3.301-1.8c-2.3,0.601-4.199,0.9-5.699,1c-1.5,0-1.101-1.1,1.199-3.5c2.2-2.399,2.5-4,0.7-5c-1.8-1.1-2.899-0.6-3.399,1.2c-0.401,1.8-1.301,0.9-2.701-2.8c0.2-2.4,0.1-3.4-1-3.4
c-1.2,0-2.5-0.7-4-1.899c-1.5-1.2-2-2.801-1.6-4.9s1.5-3.1,3.2-3.1c1.7,0,1.9-1.101,0.5-3.301c-1.4-2.3-0.6-2.5,2.3-0.6s4.5,1.6,4.7-1c1.8-6,2.8-7.7,3.899-6.1c1.101,1.6,2.5,1.5,4.301-0.2c1.8-1.8,4-3.4,6.699-4.7l2.9-1.7z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M49.876,101.692c-0.7-1.7-0.5-2,0.7-0.801c1.3,1.101,2.3,1.301,3,0.7c0.7-0.6,1.1-0.2,1.3,1.101c0.1,1.399,0.1,2.399-0.1,3.1c0.5,1.5,1.2,2.9,1.3,5.2c0.1,2.399-0.8,3.7-2.7,3.899
c-2,0.101-2.8-1.199-2.5-3.899c-1.4-1.4-1-2.4,0.3-3.4c1.3-1,1.3-1.7-0.1-2.1c-1.3-0.4-1.7-1-1.2-1.7v-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M174.776,113.092c0.5,1.101-1.1,2.8-4.9,4.9c-5.3,0.899-4.3-0.4,2-3.4l2.9-1.5z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M208.176,119.892c3.6-2.6,3.9-1.699,0.8,2.801l-0.8-2.801z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M139.876,122.692c4.6-1.9,5.5-0.4,2.8,4.399c-2.7,4.7-1.7,5.4,3.1,1.8l-9.9,14.9c-1.8-0.6-2.9-0.3-3.4,0.8c-0.4,1.101-1.6,2.9-3.3,5.4c-1.8,2.6-2.9,3.3-3.3,2.3s0-2.6,1.1-4.8
c1.2-2.3,1.2-2.9-0.1-1.9c0.5-4.3,2.5-5.2,5-2.8c1.9-3.9,1.6-4.7,0-3.3c-1.7,1.3-2.1,1.1-1.2-0.7c1.4-4.5,3-6.8,5.2-8c1-2.9,2-4.6,3-6l1-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M162.776,122.092c5.2-1.1,5,0.5-0.6,4.7c0,2.8-0.6,3.1-1.2,1.8c-0.7-1.3-1.3-1.5-2.1-0.6c-0.7,0.899-1.4,0.399-1.9-1.5c-0.6-1.8-0.2-2.5,1.2-2.101c1.5,0.4,2.6,0.5,3.6,0.4l1-2.7z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M126.776,131.092c0.7,0.2,0,1.5-2.1,3.8c-2.1,2.4-2.3,2.101-0.7-1.1l2.8-2.7z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M209.876,135.692c1.4-1.301,1.9-0.801,1.4,1.399c-0.6,2.3-1,3.8-1.4,4.5c0.1,1-0.6,1.601-1.2,2.101c-0.6,0.5-1.4,1.199-2.5,2c-1,0.899-1.5,0.8-1.4-0.301c0-1.1,0.1-2.1,0.4-3.1
c0.2-0.9,0.8-2,1.7-3.1c0.9-1.101,1.9-1.601,2.9-1.4l0.1-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M231.875,138.692c0.5-1.5,0.801-1.101,0.801,0.899c0,2.101-0.5,3.8-1.7,5.2c-0.8,3.9-1.399,4.2-1.899,1.7c-0.4-2.4,0.299-4.3,2-5.7l0.799-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M249.875,143.692c2-1.5,3.301,0.5,4,5.899c3.258,4.392,4.98,9.733,4.9,15.2c-2.8-0.9-3.8-3.1-3.9-5.8c-2.121,3.194-3.204,6.966-3.1,10.8c-1.9,4.3-3.199,5-4.9,3l2-21
c1.701-2.3,2.301-4.3,1.801-6l-0.801-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M214.876,147.692c1.3-1.301,1.8-0.801,1.4,1.399c-0.4,2.3-1.3,3.601-2.9,3.9c-1.5,0.399-2.1,1.2-1.7,2.6c0.4,1.4,0.1,2.9-0.9,4.7c-1,1.7-1.6,3.4-1.8,5c-0.1,1.6-0.6,3.5-1.2,5.5
c1,1.4,2,0.9,2.4-0.6c0.4-1.4,0.8-2.801,1-4.2c0.2-1.5,0.7-2.8,1.5-4c0.7-1.2,1.4-2.7,1.9-4.601c0.6-1.899,1.2-2.3,1.7-1.199c0.6,1,0.6,2.3,0,3.8c-0.5,1.5-0.8,3-0.7,4.3c0,1.4-0.8,2.5-2.4,3.2c-1.6,0.7-1.6,1.5,0.1,2.399c1.6,0.801,2.2,1.4,1.7,1.601
c-0.5,0.3-1,1-1.3,2.3c-0.4,1.3-0.8,2.7-1.3,4.2s-1.1,2.7-1.9,3.5c-0.8,0.899-1.7,1.6-2.7,2.3c-0.9,0.7-1.8,1.8-2.6,3.4c-0.8,1.6-1.3,3.1-1.5,4.3c-0.3,1.3-1,2.6-2.1,4.1c-1.1,1.5-2.2,2.9-3.2,4c-1,1.2-1.1,0.5-0.2-1.899c0.9-2.5,0.9-3.2,0-2.4
c-0.9,0.9-1.9,2.1-3.1,3.8c-1.2,1.7-1.9,2.9-2.1,3.601l10.9-31.9c1.5-2,1.8-3.5,0.8-4.4c-1-0.8-2-0.3-3,1.601c-1,1.899-1.9,3.7-2.7,5.399c-0.9,1.601-1.8,3.4-2.6,5.2c-0.9,1.9-2,3.101-3.2,3.601c-1.2,0.5-2.5,2.1-4.2,4.6c-0.7,1.8-1.1,2.9-1.4,4.2
c-0.3,1.3-0.9,1.5-2,0.7c-1-0.7-1.3-1.801-0.8-3.101c0.4-1.399,1.1-2.2,1.9-2.399c0.8-0.301,1.4-1.101,1.8-2.5c0.4-1.5,0.8-2.7,1.1-3.801c0.3-1.1,0.9-1.6,1.8-1.5c0.9,0.2,1.7-0.699,2.5-2.399c0.8-1.8,1.5-2.9,2.2-3.2c1.9-2.5,3.1-4.3,4.3-6.4
c1.3-2.199,2.4-4.1,3.3-5.699c0.9-1.601,2.2-2.801,3.9-3.601c1.6-0.8,2.2-2.3,1.8-4.5c-0.5-2.2,0.7-3.399,3.6-3.6l1.9-1.3z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M239.875,148.692c0.701-1.5,0.801-1.101,0.201,0.899c-0.5,2.101-0.201,3.8,0.799,5.2c-0.699,1.6-1.299,2.4-1.699,3.3c-0.5,0.9-0.6,1.9-0.2,2.9c0.3,1,0.101,1.399-0.7,1.1
c-0.8-0.2-1.6-0.3-2.3-0.1c-0.7,0.1-0.7-0.601-0.101-2.2c-0.1-1.9,0-2.9,0.301-4.1c0.3-1.2,0.9-1.5,1.699-1.101c0.801,0.4,1.101,0.3,1-0.399c-0.199-0.7-0.5-1.2-1-1.5c-0.399-0.4-0.399-1,0.101-1.9l1.899-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M228.875,158.692c0.701-1.301,1-0.4,0.9,2.699c0,3,0.7,3.601,2.301,1.601c-0.291,6.797-1.746,13.494-4.301,19.8l-6.9,14c-0.799,0.9-1.399,0.7-1.699-0.4c-0.4-1-1.1-0.899-2,0.601
c-1,1.5-1.9,2.6-2.9,3.399c-1,0.9-1.4,1-1.3,0.4c2-2.5,2.6-4.4,2.6-6.5s-0.7-1.9-2,0.4c-1.4,2.3-1.9,2.3-1.5,0.1c2.3-2.8,4.1-5.1,5.9-8c0.899-4.5,1.7-6.8,3.101-8l4.699-16.8c0.9,3.399,2,3,3.1-1.2v-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M103.776,159.092c2.1,0.5,1.4,2.7-2.1,6.7c-3.702,3.571-6.928,7.604-9.6,12c-4.425,3.826-7.914,8.615-10.2,14c-4.947,6.396-9.016,13.425-12.1,20.9c0.006-4.509,1.141-8.943,3.3-12.9
c3.8-3.7,5.2-5.7,4.8-7l24-32l1.9-1.7z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M310.176,164.892c0.4-1.6,1.3-0.899,2.699,2c1.301,2.801,1,3.2-1,0.9l-1.699-2.9z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M270.176,166.892c0.5-1.699,1-1.399,1.5,0.801c0.5,2.3,0.199,3-0.801,2.1l-0.699-2.9z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M237.875,168.692c0.89-2.321,3.492-3.481,5.813-2.593c2.32,0.89,3.481,3.492,2.592,5.813c-0.707,1.845-2.533,3.013-4.504,2.88c0,1.5,0.2,3.3,0.5,5.3c0.4,2,0,3.9-1.199,5.7
c-1.201,1.8-1.9,3.8-2.101,6c-0.3,2.2-0.899,4.5-2.101,6.8c-1.1-1.399-0.899-2.5-0.299-3.399c0.6-0.9,0.799-2,0.699-3.5s-0.699-1.5-1.9,0.199c-1.199,1.7-1.799,1.9-1.799,0.601s-0.5-1.5-1.5-0.4c-1.101,1-1.701,1.9-2.101,2.5c3.667-7.552,6.323-15.554,7.899-23.8
v-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M262.176,170.892c1.199-0.699,1.9,0.801,2.1,4.7c0.2,3.8,1.1,6.8,2.6,9l0.101-13.6c4.651,8.63,4.576,19.038-0.2,27.6c-4.5,3.8-7.8,7-10.8,10.101c-2.101-5.2-0.8-8.2,3.7-9.9
c2.586-8.067,3.67-16.541,3.199-25l-0.699-2.9z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M186.776,173.092c1-0.2,0.8,0.7-0.6,2.8c-1.4,2.101-1.8,2.101-1.3-0.1l1.9-2.7z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M183.876,179.692c1.4-0.801,1,1.199-1,6.1c-0.7,2.1-1.5,2.8-2.4,3.2c-1,0.399-0.9-0.101,0-1.5c1-1.4,1.4-2.4,1.4-3.2s0.3-1.6,1-2.5l1-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M294.875,184.692c0.301-1.601,1-1,2.201,1.699c1.1,2.601,0.699,2.801-1.301,0.4l-0.9-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M248.776,191.092c0.7-0.2,0.4,0.7-0.9,2.8c-1.199,2.101-1.6,2.101-1-0.1l1.9-2.7z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M185.876,194.692c0.7-1.601,1-1,0.8,1.699c-0.1,2.601-0.4,2.801-0.8,0.4v-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#141414;stroke:none;" d="M340.875,197.692c0.701-1.601,1-1,0.801,1.699c-0.1,2.601-0.4,2.801-0.801,0.4v-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M368.875,201.692c0.9-0.801,1.801,0.199,2.701,3.1c0.799,2.8,1.898,5,3.199,6.6c1.4,1.5,2.1,2.7,2.1,3.5c4.053,3.823,5.959,9.396,5.1,14.9l-1.1,13c-1.248,3.506-1.957,7.182-2.1,10.9
c-0.213-8.1-1.49-16.135-3.801-23.9l-4.1-20c0.1-2.3-0.6-4.3-2-6v-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M56.876,213.692c1.2-0.9,0.8,0.399-1.3,3.699c-2,3.301-2.2,2.801-0.5-1.6l1.8-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M361.875,216.692c1.201-2,1.801-1.601,1.801,1.199c0.1,2.801-0.301,3.101-1,0.9l-0.801-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M52.776,221.092c0.8,0.2,0.7,1.5-0.5,3.8c-1.1,2.4-1.2,2.101-0.4-1.1l0.9-2.7z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M25.876,231.692c0.6-1.301,1.5-1.801,2.6-1.5c1,0.3,0.9,0.8-0.4,1.399c-1.3,0.7-2.3,1.4-3.1,2.101l0.9-2z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M263.776,233.092c3.801-0.5,7.2,0.4,10.1,2.7c2.101-0.8,3.201-0.8,4.201,0c1.1,0.8,2.199,1.4,3.399,1.8c1.2,0.4,2.101,0.8,2.899,1.101c0.801,0.399,1.4,0.1,1.801-0.801
c0.4-0.899,0.699-0.399,0.9,1.4c0.1,1.8,0.1,2.9,0.1,3.3c-0.1,0.4-0.7,0.9-1.7,1.601c-1.101,0.699-0.3,1.3,2.3,1.8c-7.569,1.365-15.318,1.399-22.9,0.1c-3.799,1.2-4.6,0.5-3.5-1.399c1.101-2,1.601-3.2,1.5-3.801c-6.1-1.5-6.399-3.199-2-5.3l2.9-2.5z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M5.876,237.692c0.4-1.2,1.1-0.7,2.1,1.3c1,2.1,1.4,3.899,1,5.3c-0.4,1.5-0.1,3.2,0.9,5.2c1-0.9,0.8-0.2,0.6,1.7c-0.3,1.8-1.2,2.699-2.8,2.699c-1.5,0-1.8-0.6-0.9-1.699
c0.9-1.2,1.1-2.101,0.7-2.601c-0.5-0.6-0.4-1.5,0.2-2.8c-2-2.4-2.4-4.4-1.8-7v-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#262626;stroke:none;" d="M46.876,240.692c0.5-1.2,0.8-0.7,1,1.3c0.1,2.1,0.1,3.899,0,5.3c-0.1,1.5-0.1,3.3-0.2,5.4l-0.8-10.9v-1.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M172.876,243.692c0.6-1.9,1-1.9,1.2,0.1c0.2,1.9,1.5,2.9,3.8,2.9c8.9,3.399,9.2,4.399,2,3.1c-2.9,1.3-3.9,1.1-4-0.7s-0.8-2.399-2.2-2c-1.3,0.5-1.9,0.101-1.6-1.3l0.8-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M290.776,243.092c1.4,0.601,1.9,1.8,1.4,3.4c-0.4,1.7-1.5,1.1-3.2-1.9l1.8-1.5z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:none;" d="M7.776,268.092c5.2,0.7,5,1.5-0.7,2.5l0.7-2.5z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:none;" d="M49.776,284.092c2,1.601,1.5,2.5-1.5,2.7s-3.5-0.2-1.4-1.2l2.9-1.5z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M195.776,284.092c4.4,0.601,4.7,1.5,1.1,2.7c-5.617,2.455-8.18,9-5.725,14.617c0.209,0.478,0.451,0.939,0.725,1.383c5.7,0,10.3,1.4,14.9,5c1.6,6,4.6,9,8.9,10c0.2,5-1.4,5.7-5.7,3
c-1.6,2.4-3.6,2.1-6.1,0.1c-5.4,2.7-7.1,3.4-6.1,2.9c-4.4,0.1-6.2-0.9-6-4c-1.2-3.1-2.5-5.6-4.8-8.1c-1-4.4-0.6-6.4,0.9-7c0.5-4.9-0.1-8.2-1-10.9c-4-1.5-4-3.1-0.8-4.8c3.2-1.7,5.5-3.101,6.8-4.2l2.9-0.7z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#111110;stroke:none;" d="M305.875,285.692c0.701-1.601,1-1,0.801,1.699c-0.1,2.601-0.4,2.801-0.801,0.4v-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:none;" d="M42.776,288.792c-0.8-1.3-0.1-1.6,2.1-1c2.3,0.6,2.9,1.3,2,2c-1.5,1.9-2.9,2.8-5.3,3.1c-2.4,0.301-1.9-0.399,1.3-2.1l-0.1-2z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:none;" d="M46.876,292.692c2.7-1.2,3.3,0.8,1.8,6c-1.6,1.1-2.4,1.5-3.2,1.399c-0.7-0.1-1.6,0.3-2.5,1c-1,0.8-1.3,0.4-1.1-1.2c0.2-1.5,0-1.8-0.6-0.699c-0.6,1-1.2,1.3-1.9,0.699
c-0.8-0.5-0.7-1.1,0.2-1.699c0.8-0.5,1.2-1.2,1.2-2c-0.1-0.801,0.1-1.301,0.5-1.5c0.4-0.2,1.1-0.2,2.2-0.101c1,0.101,1.8,0.101,2.4,0l1-1.899z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:none;" d="M34.876,298.692c0.6-1.601,1.4-1,2.2,1.699c0.9,2.601,0.4,2.801-1.3,0.4l-0.9-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M173.776,300.092c1.3,0,1.2,1-0.3,2.9c-1.5,1.899-2.8,3.6-3.9,5.3c-1.2,1.7-2.4,2.8-3.9,3.3c-1.4,0.5-3.4,0.601-5.8,0.3c-2.6,0.9-3.3,1.801-3,2.9s0,1.6-0.9,1.4c-0.9-0.101-0.6,0.3,0.9,1.3
c1.4,1,1.5,1.7,0.2,2.1c-1.4,0.4-1.8,1.2-1.2,2.5c0.6,1.2,1.3,1.3,2.1,0.2c0.8-1.1,1.6-1.1,2.2,0.1c0.6,1.2,1.5,2.101,2.7,2.601c1.2,0.6,2.3,1.1,3.5,1.6c1.2,0.4,2.3,0.7,3.5,0.7s2.3,0,3.5,0s2.3,0.1,3.5,0.5c1.2,0.1,2.5,0,4-0.3c1.4-0.3,2.5,0.1,3.2,1.1
c0.8,1,1.9,1.2,3.5,0.8c1.6-0.5,2.7-0.399,3.4,0.4c0.6,0.7,1.6,0.8,2.7,0.3c1.2-0.5,2.3-0.5,3.3,0s2.1,1.3,3.3,2.3c1.2,1,2.5,1.4,3.9,1.4c1.4-0.1,2.4,0.3,3.2,1.2c0.8,0.8,2,1.3,3.5,1.3c1.6,0.1,2.9,0.2,4,0.5l33,11.1c1,0.5,1.9,0.2,2.801-0.699
c0.9-1,1.5-1.101,1.8-0.301c0.399,0.7,0.899,1,1.7,1c0.8-0.1,1,0.2,0.699,0.9c-0.399,0.7-1.199,1.2-2.399,1.3c-1.3,0.101-2.2,0.4-2.8,0.8c-0.6,0.5-1.6,0.601-2.9,0.5c-1.4-0.199-2.3,0.101-2.8,0.801c-0.399,0.8-1.399,1.1-2.8,1.199c-1.4,0.101-2.4,0.4-2.9,1.101
c-0.5,0.6-1.199,0.7-2,0.399c-0.8-0.399-0.8-1.1,0.1-2.1c0.9-1,1.4-2.1,1.4-3.4c0-1.199-0.6-1.6-1.8-1.3s-1.601,0-1.101-0.899c0.601-1,0.201-1.7-1-2.301c-10.234-3.77-21.098-5.535-32-5.199c-2.3-1.7-3.9-2.101-5.8-1.801c-1.9,0.301-3.2,0.101-3.9-0.399
c-0.7-0.5-1.7-1.3-3.1-2.4c-1.3-1-2.7-1.2-4.2-0.6c-1.6,0.7-2.7,0.399-3.5-0.9s-1.7-2.2-2.6-2.7s-1.7,0.2-2.4,2.101c-0.6,1.8-1.1,3.399-1.4,4.7c-0.3,1.3-0.2,2.699,0.3,4.399c0.6,1.7,1.4,2.8,2.5,3.3c1.1,0.601,2.3,1.601,3.7,3.2c1.4,1.601,2.8,2.4,4.4,2.3
c2.3,0.601,3,1.101,3,2.301c0.1,1.199-0.8,1.1-2.5-0.101c-1.7-1.3-3.3-2-4.8-2.1c-1.5-0.2-2.6-0.7-3.4-1.601c-0.7-0.899-1.8-1.199-3.3-0.8c-1.5,0.4-3-0.399-4.3-2.3c-1.4-2-2.8-3.5-4.3-4.6c-1.4-1.2-2.8-2.601-4.1-4.301c-1.4-1.699-2.1-2.6-2.3-2.6
c-0.7-2.3-1.7-3.1-3.2-3.3c-1.4-0.2-2.3-0.8-2.7-1.9c-0.3-1.2-0.9-1.5-1.9-1.1c-0.9,0.5-1.7,0-2.2-1.3c-0.6-1.4-1.2-1.601-1.9-0.7c-0.7,0.899-1.2,0.8-1.6-0.2s-0.5-2.1-0.5-3.1c0.1-1,0.1-2.101-0.1-3.301c-0.2-1.199,0-2.199,0.8-2.8c0.7-0.7,1.4-1.5,1.9-2.5
c0.6-1,1.1-2,1.5-3c0.5-0.899,1.4-0.899,2.9,0.101c0.9-2.5,1.4-3.5,2.5-4c1-0.5,2.2-0.601,3.6-0.4c1.3,0.2,2.4-0.4,3.1-1.9c0.8-1.399,1.7-2,2.8-1.699c1.1,0.3,2,0,2.7-1c0.6-1,1.7-1.301,3.3-0.9l2.9-1.7z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#10100F;stroke:none;" d="M114.876,301.692c0.7-1.601,1-1,0.8,1.699c-0.1,2.601-0.4,2.801-0.8,0.4v-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M227.776,311.092c2-1.1,3.5-0.899,4.5,0.4c0.9,1.2,0.5,2.399-1.4,3.6c-1.799,1.101-3.1,0.7-3.899-1.399l0.8-2.601z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M248.176,312.892c1.6-1,2.8-0.3,3.6,2.2c0.801,2.5,1.5,4.2,2.1,5.2c0.601,0.9,1.4,2.8,2.5,5.5c1,2.7,2.201,3.4,3.5,2c-0.1,1.5-0.1,2.5,0.101,3.9c0.2,1.399,0.601,1.8,1.399,1.1
c0.701-0.6,1.201-0.3,1.4,0.9c0.2,1.199,0.1,1.899-0.4,2.1c-0.5,0.3-0.799,1-0.699,2.4c0.1,1.399,0.5,2.6,1.4,3.5c0.799,0.899,1.399,2,1.799,3.1c0.301,1.2,0.5,2.2,0.4,3.3c-0.1,1-0.6,2.2-1.5,3.601c-1.6-2.9-2.4-5.601-2.9-7.9c-4.466-5.28-7.832-11.4-9.899-18
c-0.222-3.407-0.894-6.77-2-10l-0.8-2.9z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#0D0D0D;stroke:none;" d="M168.776,327.792c-0.6-1.2,0-1.7,2-1.6c1.9,0.1,1.9,0.6,0.1,1.6h-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#303030;stroke:none;" d="M357.875,328.692c0.6-1.5,0.9-0.801,1,1.899s-0.1,4.101-0.799,4.2c-0.602,0.1-0.602-1.2-0.201-4v-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#10100F;stroke:none;" d="M114.876,329.692c0.7-1.601,1-1,0.8,1.699c-0.1,2.601-0.4,2.801-0.8,0.4v-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M70.876,331.692c1.7-1.4,1.7-0.7,0,2.1v-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:none;" d="M77.876,336.692c1.5-1.5,3.2,0.5,5,6.1c-1.3,2.8-2.3,3.2-3,2c-0.7-1.1-0.8-2.1-0.4-2.9c0.5-0.8-0.4-1.899-2.6-3.1l1-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:none;" d="M70.876,340.692c0.9-0.9,1.4,0.3,1.5,3.699c0.1,3.301-0.6,2.801-2.3-1.6l0.8-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M368.776,343.092c1.301,0.4,1.301,0.9-0.301,1.601c-1.5,0.699-2.6,1.5-3.299,2.3c-0.6,0.8-0.4,0.1,0.699-2.2l2.9-1.7z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:none;" d="M87.876,373.692c-0.8-1.301-0.5-1.7,0.8-1.2c1.4,0.399,2.1,0.5,2.2,0.1c0.1-0.399,0.1,0.101,0,1.4c0,1.399-0.7,1.7-2,0.8l-1-1.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:none;" d="M319.875,382.692c0.4-1.5,0.701-1.101,1,1.1c0.201,2.3,0,3.7-0.699,4.1c-0.701,0.5-0.801-0.5-0.301-3.1v-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#515151;stroke:none;" d="M320.875,383.692c0.9-1.301,1.201-0.4,0.801,2.699c-0.4,3.101-0.701,2.9-0.801-0.6v-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:none;" d="M285.176,402.892c0.5-1.399,1.4-1.3,2.8,0.301c1.399,1.6,1,2.1-1.101,1.699l-1.699-2z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:none;" d="M281.776,403.092c0.4-0.3,1.1,0,2,0.9c0.801,0.899,1,1.5,0.301,1.899c-0.701,0.301-1.5,0.801-2.5,1.301s-1.201,0.1-0.701-1.4l0.9-2.7z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M306.776,404.092c1.1,0.101,0.4,1-2.3,2.601c-2.601,1.6-4.101,1.899-4.5,0.8c-0.399-1,0.899-1.601,3.899-1.8l2.9-1.601z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#262626;stroke:none;" d="M287.776,411.792c-0.4-1.3,0.6-1.8,3-1.5c2.301,0.3,2,0.8-0.9,1.5h-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M140.876,412.692c-0.2-1.301,0.2-1.7,1.1-1.2c1,0.399,1.6,0.399,2,0.1s0.5,0,0.3,1.101c-0.1,1-0.5,1.199-1.2,0.6c-0.6-0.6-1.3-0.1-2,1.4l-0.2-2z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M145.876,414.692c3-1.9,5.6-0.5,7.8,4.3c0.1,1.8,0.2,2.7,0.5,3.6c0.3,0.9,0,1.9-0.9,2.8c-0.8,1-1.8,1-2.9,0s-1.8-0.899-2.3,0.4s0.4,2.6,2.8,3.9c1.1,0.5,1.4,1.199,1.7,2.6c0.2,1.3,0,1.9-0.6,1.7
s-1.5-0.101-2.6,0.2c-1.1,0.399-1.6,0.1-1.5-1c0-1.101,0.1-1.9,0.1-2.301c0.5-2.1-0.4-2.6-2-1.699c-1.6,0.899-3,0.699-4.1-0.4c-2.1-2.5-1.7-3.6,0.3-3.3s1.5-0.2-1.3-1.601c0.1-4.1-0.9-6-3.8-6c1.5-2.5,2.6-2.899,4.1-1.6c1.5,1.4,2.4,0.9,2.7-1.4l2-0.199z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:none;" d="M162.876,425.692c3.8-2.101,4.1-1.7,1,1.199l-1-1.199z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;stroke:none;" d="M161.176,527.892c6.527-0.989,13.164-1.022,19.7-0.1h12l10.9,0.9c-2.7,2-5.3,3-7.9,3.1c-1.3,0.5-2.3,0.3-4.1,0.1c-1.7-0.199-2.7,0.2-3,1c-0.3,0.801-1.2,0.9-2.8,0.2c-1.6-0.6-2.5-0.6-2.7,0.2
c-0.2,0.7-1.4,1-3.5,0.7c-2-0.2-2.7-0.601-1.9-1.101c-2.5,0.801-3.5,0.101-4.2-1.199c-0.6-1.4-1.7-1.9-3.3-1.5c-1.6,0.3-2.7-0.301-3.3-2c-0.6-1.801-1.7-1.801-3.2-0.301h-2.7z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:none;" d="M142.876,536.692c0.2-1.4,1-0.5,2.6,2.6s2,4.5,1.1,4.3c-0.8-0.3-2-1.899-3.5-4.8l-0.2-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:none;" d="M149.876,547.692c-0.2-1.301,0.5-0.801,2.1,1.399c1.5,2.3,2.9,4.2,3.9,5.7c4.5,5.8,7.2,10.1,8.8,13.9c-5.835-5.514-10.792-11.888-14.7-18.9l-0.1-2.1z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:none;" d="M165.176,570.892c0.2-2,1-1.899,2.4,0.4c1.3,2.2,2.4,3.8,3.5,4.5c2.3,2.6,3.5,4.3,4.5,6.2c0.9,1.899,2.4,3.5,4.5,4.7c2.1,1.199,1.7,1.899-1.2,2.1l-12.1-16l-1.6-1.9z"/>
</g>
<g>
<path style="fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:none;" d="M184.776,585.092c2.3,0.9,5,1.8,8,2.7c-0.3,1.9-1.1,2-2.5,1.4c-1.3-0.601-1.9-0.2-1.6,1.1c0.3,1.4-0.3,1.4-1.8,0.1c-1.4-1.199-2.4-1.399-2.9-0.399c-0.5,0.899-1,1.3-1.7,1.3
c-0.6-0.1-0.6-0.8,0-2.1c0.5-1.301,0.8-2.101,0.7-2.4l1.8-1.7z"/>
</g>
<g>
<path style="fill:none;stroke:none;" d="M110.117,367.483c-7.499,28.498,4.5,62.996,25.499,83.996"/>
<path style="fill:#DD192A;stroke:none;" d="M108.45,365.721c-7.732,30.791,4.995,64.737,26.764,86.891c2.384,2.427,2.336-0.705,0.804-2.264c-20.342-20.702-31.422-52.475-24.234-81.102c0.375-1.495-3.013-4.804-3.334-3.525z"/>
</g>
<g>
<path style="fill:none;stroke:none;" d="M139.851,455.03c2.944,9.323,1.472,14.721-1.472,24.534c-2.453,10.304,0.491,21.59-2.944,31.403"/>
<path style="fill:#DD192A;stroke:none;" d="M137.399,455.237c2.787,9.479,0.065,16.534-1.865,25.765c-2.018,9.648,0.545,19.658-2.438,29.202c-0.794,2.542,3.988,3.729,4.677,1.527c3.079-9.85,1.15-20.092,2.728-30.152c0.753-4.804,2.71-9.306,3.305-14.177
c0.519-4.251-0.311-8.52-1.504-12.579c-0.663-2.253-5.639-2.094-4.902,0.414z"/>
</g>
<g>
<path style="fill:none;stroke:none;" d="M106.975,426.571c0.491,6.379,3.926,12.758,7.851,17.174c3.925,5.888,13.248,9.322,15.702,15.701c2.944,7.851-3.925,19.627-5.888,27.479c-1.963,6.378-9.323,24.043-4.907,29.44"/>
<path style="fill:#DD192A;stroke:none;" d="M104.585,427.304c1.119,9.767,7.151,18.045,14.783,23.903c3.666,2.814,7.692,5.493,9.125,10.119c1.398,4.515-0.734,10.079-2.198,14.312c-2.59,7.489-5.307,14.921-7.695,22.483c-1.744,5.526-4.752,13.969-1.064,19.304
c1.013,1.466,5.627-0.334,4.394-2.119c-3.763-5.443,0.803-15.891,2.627-21.372c2.577-7.745,5.59-15.384,7.92-23.201c2.575-8.639,0.45-14.471-6.502-19.958c-8.269-6.526-15.347-13.914-16.61-24.936c-0.203-1.771-5.009-0.527-4.78,1.465z"/>
</g>
<g>
<path style="fill:none;stroke:none;" d="M259.085,390.752c-6.379,23.062-8.832,42.688-23.553,62.807c-11.776,16.192-13.739,39.254-14.721,58.881"/>
<path style="fill:#DD192A;stroke:none;" d="M256.725,390.811c-2.824,10.32-5.111,20.783-8.19,31.033c-3.498,11.642-8.741,22.112-15.729,32.035c-11.909,16.909-13.367,39.165-14.389,59.137c-0.134,2.612,4.666,1.244,4.789-1.152
c0.56-10.939,1.442-21.846,3.784-32.566c2.455-11.24,7.407-20.126,13.686-29.588c11.743-17.7,15.267-38.905,20.77-59.016c0.762-2.784-4.096-2.167-4.721,0.117z"/>
</g>
<g>
<path style="fill:none;stroke:none;" d="M259.085,416.758c-4.416,11.776-7.852,23.062-11.776,34.838c-3.435,9.813-9.813,16.683-12.267,27.478"/>
<path style="fill:#DD192A;stroke:none;" d="M257.628,416.909c-4.271,11.496-7.914,23.202-11.776,34.838c-3.19,9.613-9.775,17.532-12.267,27.478c-0.306,1.22,2.637,0.804,2.914-0.303c2.477-9.891,8.755-18.005,12.267-27.478
c4.259-11.487,7.506-23.343,11.776-34.838c0.414-1.115-2.518-0.765-2.914,0.303z"/>
</g>
<g>
<path style="fill:none;stroke:none;" d="M88.82,383.392c-2.944,7.36-4.907,15.701-5.888,23.553c2.944-4.907,4.416-10.305,7.851-15.211c0.981,9.322-3.435,20.608-4.416,29.931c1.472-5.397,3.435-10.795,6.379-15.701c-0.491,9.813-3.925,19.627-4.907,29.44
c0.981-4.907,3.435-9.813,4.907-15.211c-1.963,9.323-4.907,18.155-6.379,27.478c0.981-4.416,2.454-9.322,5.888-12.757c1.963,6.869-2.453,17.664-1.962,25.515c2.944-5.397,4.907-11.776,9.323-16.683c1.962,6.869-3.435,16.192-2.944,23.552
c1.963-3.435,4.416-7.851,7.36-9.813c-0.491,8.342-2.454,16.684-1.963,25.024c1.472-7.359,2.944-15.701,9.323-20.117c0.49,8.342-2.944,17.174-3.926,25.515c1.472-5.888,3.435-13.248,6.379-18.154c-1.472,11.285-2.944,23.062-4.907,34.347"/>
<path style="fill:#66BD61;stroke:none;" d="M87.431,383.211c-2.977,7.693-4.879,15.664-5.969,23.836c-0.21,1.573,2.373,0.936,2.859,0.078c2.771-4.887,4.587-10.23,7.68-14.943c-0.889-0.02-1.778-0.04-2.667-0.06c0.754,10.077-3.226,19.754-4.437,29.645
c-0.197,1.607,2.603,0.99,2.939-0.205c1.526-5.405,3.496-10.542,6.298-15.418c-0.953-0.025-1.906-0.052-2.859-0.078c-0.679,9.969-3.769,19.534-4.907,29.44c-0.181,1.576,2.651,1.047,2.94-0.205c1.181-5.11,3.349-9.904,4.826-14.928
c-0.953-0.026-1.906-0.052-2.859-0.078c-2.003,9.192-4.813,18.189-6.379,27.478c-0.258,1.529,2.643,1.066,2.939-0.205c1.068-4.574,2.45-8.655,5.637-12.206c-0.889-0.02-1.778-0.04-2.667-0.06c1.902,8.314-2.224,16.842-1.983,25.229
c0.043,1.525,2.34,1.068,2.859,0.078c2.931-5.589,5.043-11.523,9.152-16.415c-0.889-0.02-1.778-0.04-2.667-0.06c1.727,7.836-3.133,15.414-2.966,23.266c0.034,1.557,2.319,1.023,2.859,0.078c1.939-3.391,3.808-6.861,6.939-9.307
c-0.813-0.195-1.625-0.391-2.438-0.585c-0.598,8.363-2.275,16.61-1.963,25.024c0.06,1.594,2.683,1.087,2.94-0.205c1.413-7.088,2.74-14.671,8.821-19.327c-0.813-0.195-1.625-0.39-2.438-0.585c0.248,8.71-2.766,16.965-3.926,25.515
c-0.213,1.574,2.628,1.03,2.94-0.205c1.549-6.142,3.179-12.313,6.298-17.871c-0.953-0.026-1.906-0.052-2.859-0.078c-1.493,11.47-2.955,22.943-4.906,34.347c-0.255,1.491,2.711,1.132,2.939-0.205c1.952-11.403,3.414-22.877,4.907-34.347
c0.204-1.57-2.375-0.942-2.859-0.078c-3.212,5.723-4.865,12.116-6.46,18.438c0.98-0.068,1.96-0.137,2.94-0.205c1.16-8.55,4.173-16.805,3.926-25.515c-0.036-1.239-1.704-1.146-2.438-0.585c-6.656,5.097-8.269,13.104-9.826,20.907c0.98-0.068,1.96-0.137,2.94-0.205
c-0.313-8.414,1.365-16.661,1.963-25.024c0.09-1.27-1.783-1.097-2.438-0.585c-3.486,2.723-5.619,6.538-7.782,10.32c0.953,0.025,1.906,0.052,2.859,0.078c-0.173-8.085,4.708-15.737,2.923-23.838c-0.258-1.171-2.139-0.688-2.667-0.06
c-4.249,5.058-6.46,11.164-9.494,16.95c0.953,0.025,1.906,0.052,2.859,0.078c-0.247-8.611,3.9-17.24,1.941-25.801c-0.271-1.187-2.122-0.667-2.667-0.06c-3.428,3.818-4.99,8.383-6.14,13.308c0.979-0.068,1.96-0.137,2.939-0.205
c1.566-9.288,4.376-18.285,6.379-27.478c0.301-1.38-2.535-1.182-2.859-0.078c-1.533,5.213-3.762,10.19-4.988,15.494c0.98-0.068,1.96-0.137,2.94-0.205c1.138-9.906,4.228-19.472,4.906-29.44c0.108-1.583-2.353-0.959-2.859-0.078
c-2.904,5.051-4.881,10.392-6.459,15.984c0.979-0.068,1.96-0.137,2.939-0.205c1.241-10.127,5.168-19.896,4.395-30.217c-0.086-1.157-2.251-0.694-2.667-0.06c-3.212,4.895-5.144,10.402-8.021,15.479c0.953,0.026,1.906,0.052,2.859,0.078
c1.064-7.978,2.9-15.755,5.808-23.27c0.612-1.581-2.299-1.601-2.778-0.361z"/>
</g>
<g>
<path style="fill:none;stroke:none;" d="M265.464,405.472c0,9.813-1.963,20.118-0.491,29.932c1.473-2.944,2.453-6.869,3.435-10.795c-2.453,11.285-5.397,22.08-6.869,33.366c1.472-4.907,2.944-10.305,3.435-15.211c-3.435,8.832-5.397,18.155-9.322,26.987
c0.49-2.454,0.98-5.397,1.472-8.342c-3.435,6.379-3.926,14.229-6.379,21.59c-0.981-4.907,0.49-10.795,0.981-16.192c-3.435,6.379-4.907,12.758-6.379,19.137c0.491-4.416,2.453-10.305,0.981-14.721c-2.944,8.832-2.453,18.646-6.379,26.987
c-0.981-2.944-0.49-6.379-0.49-9.813c-4.907,6.869-3.926,17.664-5.397,25.516c-0.981-5.889,0-11.776-0.491-17.174c-1.963,8.832-2.944,18.646-0.981,27.968"/>
<path style="fill:#66BD61;stroke:none;" d="M264.015,405.86c-0.117,10-1.773,19.946-0.491,29.932c0.098,0.756,2.649-0.124,2.882-0.632c1.582-3.464,2.509-7.112,3.435-10.795c-0.955,0.162-1.91,0.324-2.865,0.486c-2.442,11.096-5.316,22.096-6.869,33.366
c-0.111,0.807,2.659,0.21,2.865-0.486c1.482-5.007,2.811-10.017,3.435-15.211c0.101-0.839-2.618-0.168-2.865,0.486c-3.366,8.913-5.556,18.22-9.322,26.987c0.955-0.162,1.91-0.324,2.865-0.486c0.534-2.773,1.006-5.556,1.472-8.342
c0.142-0.85-2.57-0.108-2.865,0.486c-3.37,6.797-4.134,14.41-6.379,21.59c0.961-0.211,1.921-0.421,2.882-0.632c-0.812-5.429,0.408-10.795,0.981-16.192c0.066-0.624-2.616,0.112-2.882,0.632c-3.113,6.089-4.843,12.505-6.379,19.137
c0.955-0.162,1.91-0.324,2.865-0.486c0.678-4.965,2.253-9.872,0.998-14.866c-0.184-0.729-2.702,0.051-2.882,0.632c-2.736,8.881-2.647,18.393-6.379,26.987c0.961-0.211,1.921-0.421,2.882-0.632c-0.814-3.261-0.553-6.482-0.49-9.813
c0.014-0.756-2.615,0.221-2.882,0.632c-4.909,7.575-3.963,16.967-5.397,25.516c0.961-0.211,1.921-0.421,2.882-0.632c-0.756-5.719-0.132-11.436-0.491-17.174c-0.04-0.639-2.746-0.002-2.882,0.632c-1.988,9.312-2.792,18.696-0.998,28.113
c0.13,0.678,3.045-0.005,2.898-0.777c-1.776-9.322-1.008-18.589,0.965-27.822c-0.961,0.211-1.921,0.421-2.882,0.632c0.36,5.737-0.264,11.454,0.491,17.174c0.088,0.662,2.776-0.002,2.882-0.632c1.438-8.567,0.485-17.938,5.397-25.516
c-0.961,0.211-1.921,0.421-2.882,0.632c-0.062,3.33-0.323,6.552,0.49,9.813c0.192,0.769,2.65-0.1,2.882-0.632c3.73-8.594,3.642-18.106,6.379-26.987c-0.961,0.211-1.921,0.421-2.882,0.632c1.229,4.888-0.301,9.714-0.965,14.575
c-0.108,0.797,2.699,0.231,2.865-0.486c1.535-6.631,3.266-13.048,6.379-19.137c-0.961,0.211-1.921,0.421-2.882,0.632c-0.573,5.402-1.794,10.753-0.981,16.192c0.106,0.711,2.701-0.056,2.882-0.632c2.244-7.18,3.008-14.793,6.379-21.59
c-0.955,0.162-1.91,0.324-2.865,0.486c-0.465,2.785-0.938,5.568-1.472,8.342c-0.155,0.807,2.589,0.157,2.865-0.486c3.767-8.768,5.955-18.073,9.322-26.987c-0.955,0.162-1.91,0.324-2.865,0.486c-0.624,5.193-1.952,10.204-3.435,15.211
c0.955-0.162,1.91-0.324,2.865-0.486c1.553-11.271,4.427-22.27,6.869-33.366c0.162-0.736-2.678-0.261-2.865,0.486c-0.925,3.683-1.853,7.331-3.435,10.795c0.961-0.211,1.921-0.421,2.882-0.632c-1.282-9.984,0.373-19.931,0.491-29.932
c0.006-0.537-2.888-0.111-2.898,0.777z"/>
</g>
<g>
<path style="fill:none;stroke:none;" d="M286.522,436.394c-13,32-21,65-35,96c-14,32-26,70-30,105"/>
<path style="fill:#97BD95;stroke:none;" d="M285.076,435.995c-6.872,17.045-12.491,34.538-18.322,51.956c-5.741,17.149-12.391,33.756-19.404,50.413c-13.288,31.56-23.312,64.96-27.327,99.029c-0.227,1.919,2.776,1.897,3,0
c4.105-34.837,14.72-68.883,28.425-101.076c6.673-15.674,12.771-31.413,18.199-47.569c5.852-17.412,11.449-34.909,18.322-51.956c0.724-1.795-2.179-2.567-2.893-0.797z"/>
</g>
<g>
<path style="fill:none;stroke:none;" d="M297.522,442.394c-2,8-5,17-4,26c7-6,13-16,22-17c0,7-2,14-3,20c6-5,11-10,18-14c-3,9-7,17-8,26c11-3,19-16,32-15c0,12-11,24-10,36c11-7,20-22,34-24c-4,13-11,25-14,38c8-9,16-20,27-24c-1,10-7,20-8,30c6-2,12-7,19-8
c0,7-2,14-1,19c3-2,9-2,12-3c-1,3-1,8-2,10"/>
<path style="fill:#97BD95;stroke:none;" d="M295.904,440.487c-2.206,8.64-4.758,17.119-4.017,26.132c0.05,0.597,2.826,4.06,3.253,3.681c6.8-6.043,12.355-15.456,22-17c-1.084-1.228-2.169-2.454-3.253-3.681c-0.167,6.762-1.806,13.245-2.983,19.868
c-0.122,0.688,2.81,4.172,3.236,3.813c5.841-4.925,11.402-10.077,18-14c-1.079-1.271-2.157-2.542-3.236-3.813c-2.948,8.608-6.785,16.907-8,26c-0.1,0.744,2.459,4.051,3.236,3.813c11.483-3.527,18.988-15.518,31.868-15.006c-1.041-1.225-2.081-2.45-3.121-3.675
c-0.455,12.769-10.573,23.063-10,36c0.027,0.616,2.711,4.04,3.253,3.681c11.544-7.652,19.509-21.476,34-24c-1.079-1.271-2.157-2.542-3.236-3.813c-4.103,12.886-10.776,24.822-14,38c-0.186,0.762,2.99,4.092,3.236,3.813c7.942-9.012,15.447-19.448,27-24
c-1.079-1.271-2.157-2.542-3.236-3.813c-1.313,10.363-6.687,19.638-8,30c-0.092,0.725,2.492,4.087,3.236,3.813c6.508-2.404,12.075-6.707,19-8c-1.084-1.228-2.169-2.454-3.253-3.681c-0.151,6.307-1.9,12.71-1,19c0.091,0.63,2.608,4.036,3.253,3.681
c3.7-2.042,8.007-1.893,12-3c-1.079-1.271-2.157-2.542-3.236-3.813c-0.9,3.28-0.799,6.814-2,10c-0.427,1.134,3.325,3.576,3.236,3.813c1.201-3.187,1.099-6.721,2-10c0.197-0.718-2.499-4.017-3.236-3.813c-3.992,1.108-8.3,0.959-12,3
c1.084,1.228,2.169,2.454,3.253,3.681c-0.9-6.289,0.848-12.693,1-19c0.018-0.757-2.458-3.829-3.253-3.681c-6.924,1.294-12.492,5.597-19,8c1.079,1.271,2.157,2.542,3.236,3.813c1.313-10.363,6.687-19.638,8-30c0.091-0.717-2.508-4.1-3.236-3.813
c-11.552,4.553-19.057,14.989-27,24c1.079,1.271,2.157,2.542,3.236,3.813c3.224-13.179,9.896-25.115,14-38c0.234-0.737-2.47-3.945-3.236-3.813c-14.49,2.525-22.456,16.348-34,24c1.084,1.228,2.169,2.454,3.253,3.681c-0.573-12.907,9.544-23.226,10-36
c0.027-0.776-2.33-3.644-3.121-3.675c-13.056-0.52-20.5,11.422-32.132,14.994c1.079,1.271,2.157,2.542,3.236,3.813c1.215-9.094,5.052-17.393,8-26c0.225-0.657-2.701-4.13-3.236-3.813c-6.597,3.924-12.158,9.076-18,14c1.079,1.271,2.157,2.542,3.236,3.813
c1.193-6.714,2.847-13.283,3.017-20.132c0.019-0.77-2.445-3.81-3.253-3.681c-9.645,1.545-15.199,10.958-22,17c1.084,1.228,2.169,2.454,3.253,3.681c-0.734-8.919,1.803-17.328,3.983-25.868c0.326-1.279-3.341-3.4-3.236-3.813z"/>
</g>
<g>
<path style="fill:none;stroke:none;" d="M6.522,443.394c19-14,40-26,60-39c-3,11-7,23-12,34c3-1,5,0,8,0c-2,7-8,13-10,19c2,0,9,1,13,0c-2,6-6,13-7,20c3-1,7,0,10-1c-2,3-2,11-3,13c3-1,8,1,12-1c-2,3-3,9-6,12c1,0,5,0,7,0c0,2,1,7,0,9c3,0,7,1,10,1"/>
<path style="fill:#97BD95;stroke:none;" d="M8.127,444.965c19.084-13.972,39.622-25.766,59.453-38.613c-1.121-0.834-2.241-1.668-3.362-2.501c-3.204,11.607-7.073,23.004-12,34c-0.799,1.784,1.17,3.103,2.74,2.747c2.499-0.566,4.87-0.055,7.368,0.086
c-0.703-0.944-1.405-1.889-2.108-2.833c-2.262,6.9-7.44,12.24-10,19c-0.571,1.509,0.634,2.783,2.108,2.833c4.594,0.156,9.064,0.802,13.632-0.086c-0.913-0.916-1.826-1.832-2.74-2.747c-2.433,6.895-5.861,13.313-7.129,20.582c-0.282,1.615,1.551,2.477,2.869,2.165
c3.296-0.781,6.688-0.216,10-1c-0.82-1.099-1.64-2.196-2.46-3.294c-2.353,4.272-1.601,9.139-3.28,13.547c-0.688,1.807,1.09,3.104,2.74,2.747c4.06-0.88,7.957,0.563,12-1c-0.82-1.099-1.64-2.196-2.46-3.294c-2.284,3.879-3.006,8.55-6,12
c-1.246,1.436,0.199,3.38,1.828,3.38c2.333,0,4.667,0,7,0c-0.746-0.75-1.492-1.501-2.237-2.251c0.127,2.719,0.991,5.78,0.129,8.418c-0.499,1.528,0.581,2.771,2.108,2.833c3.354,0.139,6.644,0.861,10,1c2.974,0.123,3.628-4.447,0.392-4.58
c-3.354-0.139-6.644-0.861-10-1c0.703,0.944,1.405,1.889,2.108,2.833c1.033-3.162,0.28-6.345,0.129-9.582c-0.061-1.305-0.857-2.251-2.237-2.251c-2.333,0-4.667,0-7,0c0.609,1.126,1.219,2.253,1.828,3.38c3.043-3.506,3.699-8.092,6-12
c0.969-1.646-0.361-4.105-2.46-3.294c-3.931,1.52-7.971,0.127-12,1c0.913,0.916,1.826,1.832,2.74,2.747c1.508-3.962,0.643-8.682,2.72-12.453c1.011-1.836-0.334-3.797-2.46-3.294c-3.296,0.781-6.688,0.216-10,1c0.957,0.722,1.913,1.443,2.869,2.165
c1.192-6.835,4.582-12.932,6.871-19.418c0.648-1.836-1.061-3.073-2.74-2.747c-4.099,0.797-8.248,0.054-12.368-0.086c0.703,0.944,1.405,1.889,2.108,2.833c2.555-6.75,7.73-12.076,10-19c0.506-1.545-0.588-2.747-2.108-2.833c-3.038-0.173-5.632-0.593-8.632,0.086
c0.913,0.916,1.826,1.832,2.74,2.747c4.926-10.996,8.795-22.392,12-34c0.54-1.956-1.546-3.678-3.362-2.501c-20.209,13.094-41.098,25.147-60.547,39.387c-2.62,1.918,0.771,4.929,3.211,3.143z"/>
</g>
<g>
<path style="fill:none;stroke:none;" d="M128.522,527.394c16,34,29,70,41,106"/>
<path style="fill:#97BD95;stroke:none;" d="M126.734,526.707c16.098,34.348,28.999,70.048,41,106c0.424,1.27,4.426,3.92,3.576,1.373c-12-35.951-24.902-71.651-41-106c-0.553-1.179-4.689-3.749-3.576-1.373z"/>
</g>
<g>
<path style="fill:none;stroke:none;" d="M382.522,550.394c34-8-16,48-21,54c8-6,16-13,26-14c-1,18-19,33-11,52"/>
<path style="fill:#97BD95;stroke:none;" d="M382.92,551.84c4.524-1.012,10.878-1.77,9.664,4.682c-1.184,6.29-5.437,12.236-8.935,17.438c-6.981,10.379-15.172,19.805-23.188,29.374c-1.015,1.21,0.367,3.452,1.817,2.355c7.673-5.797,15.359-12.487,25.243-13.795
c-0.5-0.5-1-1-1.5-1.5c-1.453,18.394-18.423,33.196-10.946,52.398c0.693,1.782,3.596,1.008,2.893-0.797c-7.186-18.457,9.64-33.702,11.054-51.602c0.059-0.739-0.731-1.602-1.5-1.5c-10.554,1.396-18.521,7.982-26.757,14.205c0.605,0.785,1.212,1.57,1.817,2.355
c9.475-11.31,19.199-22.476,26.949-35.085c3.009-4.896,7.131-11.479,6.065-17.521c-1.071-6.079-9.29-4.837-13.474-3.901c-1.888,0.422-1.087,3.314,0.797,2.893z"/>
</g>
<g>
<path style="fill:none;stroke:none;" d="M16.522,481.394c30,0-20,52-15,59c8,12,29-1,34,18c6,17-15,36-17,53c11-1,21-7,27,4c3,4-2,12,1,16"/>
<path style="fill:#97BD95;stroke:none;" d="M15.585,481.996c15.126,0.245,7.22,16.068,2.904,23.864c-3.422,6.181-7.346,12.075-11.119,18.043c-2.719,4.3-5.919,8.819-7.37,13.754c-1.426,4.852,4.732,7.598,8.54,8.561c7.438,1.882,16.058-0.203,22.029,5.692
c8.146,8.042,3.832,21.428-0.37,30.096c-4.679,9.652-11.558,18.784-13.107,29.639c-0.058,0.403,0.533,0.375,0.806,0.345c7.247-0.79,16.429-5.04,22.94-0.283c7.963,5.817,0.323,13.393,4.235,20.076c0.43,0.734,3.146-0.352,2.897-0.777
c-2.326-3.973,0.083-8.861-0.032-13.184c-0.113-4.271-4.754-8.007-8.451-9.145c-3.594-1.107-7.838-0.137-11.405,0.562c-0.654,0.128-8.121,1.834-7.961,0.715c0.418-2.931,1.504-5.761,2.623-8.481c4.376-10.644,11.763-19.899,14.591-31.194
c2.041-8.149-0.3-18.775-8.571-22.414c-7.183-3.161-15.726-0.558-22.606-4.706c-5.498-3.313-3.047-7.51-0.623-11.955c6.588-12.076,15.745-22.886,20.592-35.879c1.202-3.221,2.262-7.205,0.768-10.501c-1.572-3.467-6.131-3.978-9.438-4.031
c-0.622-0.01-3.313,1.182-1.873,1.205z"/>
</g>
<g>
<path style="fill:none;stroke:none;" d="M224.522,532.394c0,23-7,46-9,68"/>
<path style="fill:#97BD95;stroke:none;" d="M222.253,532.904c-0.187,23.006-6.794,45.208-9,68c-0.267,2.752,4.331,1.109,4.537-1.021c2.206-22.792,8.813-44.995,9-68c0.022-2.795-4.52-1.126-4.537,1.021z"/>
</g>
</g>
<g id="Layer_x0020_4" style="fill-rule:nonzero;clip-rule:nonzero;fill:none;stroke:#000000;stroke-miterlimit:4;">
<g>
<path style="stroke:none;" d="M182.95,583.65c0.623,2.493,0.312,4.986,0.312,7.479c1.247-2.181,2.181-5.297,3.428-7.79c-0.312,1.869-0.623,4.051-0.935,5.921c1.247-1.247,2.182-3.428,3.116-4.986c-0.312,2.182-0.623,4.363-0.623,6.232
c1.558-2.182,2.493-4.985,3.428-7.479c-0.935,2.805-1.87,5.921-1.247,9.037c1.558-2.493,2.493-5.609,4.363-8.103c0,2.182-0.624,4.362-0.312,6.544"/>
<path style="fill:#F2F219;stroke:none;" d="M181.503,584.049c0.493,2.344,0.286,4.705,0.258,7.08c-0.018,1.469,2.081,2.08,2.795,0.757c1.35-2.503,2.2-5.229,3.428-7.79c-0.914-0.385-1.828-0.771-2.742-1.155c-0.322,1.972-0.613,3.948-0.935,5.921
c-0.22,1.346,1.408,2.691,2.507,1.459c1.413-1.583,2.301-3.464,3.351-5.29c-0.914-0.385-1.828-0.771-2.742-1.155c-0.313,2.204-0.627,4.402-0.677,6.631c-0.035,1.571,2,1.94,2.795,0.757c1.619-2.408,2.574-5.134,3.579-7.837c-0.964-0.266-1.928-0.531-2.893-0.797
c-1.074,3.267-1.783,6.396-1.247,9.834c0.209,1.346,2.135,1.38,2.742,0.358c1.572-2.646,2.579-5.576,4.363-8.103c-0.932-0.252-1.864-0.505-2.795-0.757c-0.07,2.195-0.517,4.344-0.312,6.544c0.178,1.909,3.179,1.927,3,0c-0.205-2.2,0.241-4.349,0.312-6.544
c0.051-1.602-1.989-1.898-2.795-0.757c-1.784,2.525-2.791,5.455-4.363,8.103c0.914,0.119,1.828,0.238,2.742,0.358c-0.444-2.85,0.366-5.56,1.247-8.24c0.611-1.859-2.229-2.582-2.893-0.797c-0.918,2.47-1.797,4.92-3.277,7.12c0.932,0.252,1.864,0.505,2.795,0.757
c0.043-1.962,0.294-3.892,0.569-5.834c0.225-1.583-1.828-2.744-2.742-1.155c-0.912,1.585-1.654,3.307-2.881,4.683c0.835,0.486,1.671,0.973,2.507,1.459c0.322-1.972,0.613-3.948,0.935-5.921c0.253-1.551-1.95-2.808-2.742-1.155c-1.227,2.56-2.079,5.289-3.428,7.79
c0.932,0.252,1.864,0.505,2.795,0.757c0.031-2.662,0.187-5.253-0.365-7.877c-0.398-1.893-3.29-1.09-2.893,0.797z"/>
</g>
<g>
<path style="fill:#3398C3;stroke:none;" d="M141.816,532.234c2.493,11.529,12.153,19.008,17.762,28.356c3.428,5.298,7.167,9.972,10.906,14.958c2.493,3.116,5.609,9.972,8.414,10.906"/>
<g>
<path style="stroke:none;" d="M141.816,532.234c2.493,11.529,12.153,19.008,17.762,28.356c3.428,5.298,7.167,9.972,10.906,14.958c2.493,3.116,5.609,9.972,8.414,10.906"/>
<path style="fill:#3398BE;stroke:none;" d="M140.37,532.633c2.825,11.468,11.874,19.024,17.913,28.715c3.666,5.883,8.326,11.055,12.201,16.783c2.181,3.226,3.98,7.792,7.657,9.619c1.727,0.858,3.247-1.729,1.515-2.59c-3.662-1.82-5.509-7.199-7.875-10.368
c-3.978-5.327-8.139-10.518-11.66-16.168c-5.674-9.104-14.194-15.979-16.857-26.788c-0.462-1.878-3.355-1.081-2.893,0.797z"/>
</g>
</g>
<g>
<path style="stroke:none;" d="M142.345,521.713"/>
<path style="fill:#F2F219;stroke:none;" d="M142.345,526.713c6.449,0,6.449-10,0-10s-6.449,10,0,10z"/>
</g>
<g>
<path style="stroke:none;" d="M146.593,527.448"/>
<path style="fill:#F2F219;stroke:none;" d="M146.593,532.448c6.449,0,6.449-10,0-10s-6.449,10,0,10z"/>
</g>
<g>
<path style="stroke:none;" d="M151.69,528.723"/>
<path style="fill:#F2F219;stroke:none;" d="M151.69,533.723c6.449,0,6.449-10,0-10s-6.449,10,0,10z"/>
</g>
<g>
<path style="stroke:none;" d="M156.576,528.298"/>
<path style="fill:#F2F219;stroke:none;" d="M156.576,533.298c6.449,0,6.449-10,0-10s-6.449,10,0,10z"/>
</g>
<g>
<path style="stroke:none;" d="M161.674,529.997"/>
<path style="fill:#F2F219;stroke:none;" d="M161.674,534.997c6.449,0,6.449-10,0-10s-6.449,10,0,10z"/>
</g>
<g>
<path style="stroke:none;" d="M168.258,532.333"/>
<path style="fill:#F2F219;stroke:none;" d="M168.258,537.333c6.449,0,6.449-10,0-10s-6.449,10,0,10z"/>
</g>
<g>
<path style="stroke:none;" d="M174.206,535.731h0.212"/>
<path style="fill:#F2F219;stroke:none;" d="M174.206,540.731c0.071,0,0.142,0,0.212,0c2.726,0,5-2.274,5-5s-2.274-5-5-5c-0.071,0-0.142,0-0.212,0c-2.726,0-5,2.274-5,5s2.274,5,5,5z"/>
</g>
<g>
<path style="stroke:none;" d="M181.002,536.369"/>
<path style="fill:#F2F219;stroke:none;" d="M181.002,541.369c6.449,0,6.449-10,0-10s-6.449,10,0,10z"/>
</g>
<g>
<path style="stroke:none;" d="M187.799,535.944"/>
<path style="fill:#F2F219;stroke:none;" d="M187.799,540.944c6.449,0,6.449-10,0-10s-6.449,10,0,10z"/>
</g>
<g>
<path style="stroke:none;" d="M193.959,535.307"/>
<path style="fill:#F2F219;stroke:none;" d="M193.959,540.307c6.449,0,6.449-10,0-10s-6.449,10,0,10z"/>
</g>
<g>
<path style="stroke:none;" d="M201.181,533.183"/>
<path style="fill:#F2F219;stroke:none;" d="M201.181,538.183c6.449,0,6.449-10,0-10s-6.449,10,0,10z"/>
</g>
<g>
<path style="stroke:none;" d="M206.066,529.784"/>
<path style="fill:#F2F219;stroke:none;" d="M206.066,534.784c6.449,0,6.449-10,0-10s-6.449,10,0,10z"/>
</g>
<g>
<path style="stroke:none;" d="M212.014,526.599"/>
<path style="fill:#F2F219;stroke:none;" d="M212.014,531.599c6.449,0,6.449-10,0-10s-6.449,10,0,10z"/>
</g>
<g>
<path style="stroke:none;" d="M217.96,521.713"/>
<path style="fill:#F2F219;stroke:none;" d="M217.96,526.713c6.448,0,6.448-10,0-10c-6.449,0-6.449,10,0,10z"/>
</g>
<g>
<path style="stroke:none;" d="M151.522,400.394c12,16,36,24,54,13"/>
<path style="fill:#000000;stroke:none;" d="M150.174,400.953c13.087,16.87,37.243,23.92,56.24,12.846c1.691-0.985-0.876-1.341-1.785-0.811c-17.706,10.321-39.874,2.167-51.76-13.154c-0.589-0.759-3.382,0.234-2.695,1.119z"/>
</g>
<g>
<path style="stroke:none;" d="M382.522,304.394c-2,28-19,55-16,83c18-15,24-43,38-60c2,27-8,58-14,85c-2,8-3,19-7,26c-3-7-7-16-12-21c-11-10-59-22-63,2c-9,43,110-24,125-30"/>
<path style="fill:#41783E;stroke:none;" d="M381.073,304.782c-2.317,28.25-18.683,54.179-16,83c0.068,0.727,2.492-0.267,2.761-0.497c18.535-15.921,23.068-41.429,38-60c-0.92,0.166-1.84,0.331-2.761,0.497c1.3,20.021-3.14,39.834-7.804,59.176
c-2.175,9.016-4.347,18.03-6.501,27.051c-1.979,8.284-2.613,17.002-6.675,24.64c0.959-0.214,1.918-0.429,2.878-0.644c-3.799-8.828-7.677-19.014-16.348-24.09c-6.468-3.787-13.995-5.992-21.278-7.528c-11.737-2.477-29.756-3.903-37.857,7.168
c-5.063,6.917-4.035,17.918,5.008,20.176c10.188,2.544,22.397-1.714,31.977-4.791c17.942-5.764,35.193-13.757,52.155-21.901c11.775-5.655,23.286-12.397,35.396-17.314c1.911-0.776,0.095-1.105-1.002-0.66c-8.816,3.58-17.225,8.353-25.747,12.561
c-14.304,7.063-28.735,13.906-43.517,19.917c-10.887,4.427-62.454,25.538-53.185-4.923c4.541-14.926,27.332-10.936,38.434-8.181c6.292,1.562,12.586,3.808,18.13,7.21c7.801,4.788,11.486,15.116,14.937,23.135c0.307,0.711,2.607-0.134,2.878-0.644
c4.035-7.586,4.852-16.364,6.676-24.641c2.125-9.645,4.609-19.209,6.925-28.81c4.541-18.831,8.684-38.202,7.42-57.683c-0.043-0.661-2.512,0.187-2.761,0.497c-14.921,18.558-19.5,44.11-38,60c0.92-0.165,1.84-0.331,2.761-0.497c-2.682-28.8,13.683-54.755,16-83
c0.032-0.402-2.827-0.091-2.898,0.776z"/>
</g>
<g>
<path style="fill:#92CACC;stroke:none;" d="M28.522,25.394c36-7,89-16,124-3c-30,15-74,22-96,49c26,4,55-10,81-10c-31,12-90,20-108,51c16,6,38-4,56-2c-7,20-48,26-62,44c-17,23,6,16,20,23c26,13-15,37-2,49"/>
<g>
<path style="stroke:none;" d="M28.522,25.394c36-7,89-16,124-3c-30,15-74,22-96,49c26,4,55-10,81-10c-31,12-90,20-108,51c16,6,38-4,56-2c-7,20-48,26-62,44c-17,23,6,16,20,23c26,13-15,37-2,49"/>
<path style="fill:#41783E;stroke:none;" d="M28.856,27.372c20.106-3.9,40.316-7.335,60.756-8.886c20.606-1.563,42.314-1.275,61.954,5.826c-0.007-1.239-0.014-2.477-0.021-3.716c-32.09,15.843-72.927,20.792-97.002,49.692c-1.25,1.5,0.059,2.902,1.646,3.124
c27.593,3.851,53.646-9.705,81-10c-0.214-1.272-0.429-2.544-0.644-3.816c-19.62,7.503-40.337,11.772-60.125,18.82c-18.511,6.593-38.704,15.801-49.194,33.337c-0.678,1.133,0.329,2.209,1.341,2.558c18.443,6.362,37.836-3.646,56.623-1.9
c-0.654-0.886-1.309-1.772-1.963-2.658c-3.117,8.239-11.006,13.093-18.368,17.177c-8.624,4.785-17.773,8.559-26.435,13.281c-8.093,4.412-14.827,9.67-19.882,17.439c-3.339,5.132-5.813,12.165,0.907,15.544c6.201,3.119,13.913,2.703,20.457,4.978
c7.874,2.737,11.722,8.75,8.686,16.633c-3.476,9.023-18.638,23.408-9.028,32.945c1.8,1.786,6.04-0.611,3.92-2.716c-4.519-4.484-0.477-10.923,2.112-15.352c3.238-5.54,7.031-10.822,8.744-17.089c4.373-16.006-16.493-19.389-27.349-21.513
c-2.282-0.447-5.494-0.929-6.743-3.149c-1.946-3.459,3.562-10.093,5.255-12.435c5.178-7.162,14.271-11.541,21.947-15.383c13.698-6.857,34.41-13.321,40.371-29.082c0.558-1.474-0.52-2.524-1.963-2.658c-18.259-1.697-37.601,8.232-55.377,2.1
c0.447,0.853,0.894,1.706,1.341,2.558c10.308-17.23,30.982-25.57,49.06-31.907c18.985-6.655,38.824-10.748,57.621-17.936c2.167-0.829,1.775-3.842-0.644-3.816c-27.314,0.295-53.53,13.834-81,10c0.548,1.041,1.097,2.083,1.646,3.124
c23.428-28.122,63.739-32.875,94.998-48.308c1.805-0.891,2.028-2.975-0.021-3.716c-19.46-7.036-40.862-7.494-61.296-6.166c-21.538,1.4-42.827,5-63.994,9.105c-3.074,0.596-2.424,4.557,0.668,3.957z"/>
</g>
</g>
<g>
<path style="stroke:none;" d="M302.522,19.394c24-3,55-2,78,6c-27,11-63,9-86,28c10,12,48,4,64,7c-9,13-33,15-45,25c19,8,46,1,63,14c-15,7-34,10-46,20c14,9,32,5,47,13c-11,16-20,23-2,40"/>
<path style="fill:#41783E;stroke:none;" d="M302.336,20.243c25.513-3.084,52.797-2.343,77.308,5.972c0.098-0.488,0.195-0.976,0.293-1.464c-28.233,11.227-61.946,8.554-86.586,28.37c-0.246,0.198-0.411,0.584-0.171,0.853c5.031,5.612,13.552,6.453,20.618,6.945
c10.37,0.723,20.807-0.209,31.182-0.378c2.19-0.035,4.381-0.011,6.57,0.066c0.982,0.035,1.962,0.109,2.94,0.188c0.689,0.055,2.561-0.3,1.99,0.476c-3.703,5.039-9.985,7.924-15.551,10.332c-9.66,4.179-20.221,6.846-28.579,13.519
c-0.318,0.254-0.438,0.813,0.024,0.998c20.133,8.056,44.774,0.705,63,14c0.188-0.456,0.374-0.912,0.562-1.368c-15.375,6.999-33.132,9.58-46.586,20.37c-0.369,0.296-0.381,0.751,0.024,0.998c7.409,4.505,15.713,5.906,24.18,7.08
c4.741,0.657,9.45,1.354,14.093,2.539c2.512,0.641,4.911,1.58,7.267,2.645c1.553,0.701-2.408,5.124-2.93,5.848c-3.608,5.013-7.764,10.36-8.158,16.759c-0.443,7.209,5.627,13.41,10.354,17.985c0.77,0.745,3.511-0.36,2.684-1.16
c-5.485-5.31-11.414-11.75-9.765-19.964c1.436-7.151,7.748-13.593,11.778-19.401c0.2-0.289,0.098-0.626-0.209-0.781c-14.378-7.26-31.472-4.479-45.633-12.169c-1.048-0.569,8.893-6.145,9.229-6.306c3.704-1.774,7.59-3.174,11.457-4.542
c7.841-2.775,15.802-5.162,23.386-8.615c0.557-0.253,1.262-0.857,0.562-1.368c-17.135-12.5-40.042-7.042-59.367-12.686c-4.199-1.226-1.216-2.136,1.008-3.453c2.082-1.233,4.313-2.214,6.526-3.181c4.524-1.976,9.197-3.608,13.782-5.435
c7.589-3.023,15.307-6.725,20.26-13.465c0.296-0.402-0.066-0.806-0.478-0.876c-10.474-1.805-21.464-0.441-32.018-0.207c-5.959,0.133-11.96,0.091-17.876-0.705c-2.592-0.349-5.16-0.939-7.616-1.838c-2.072-0.758-6.99-2.599-4.192-4.731
c23.574-17.973,56.709-15.438,83.409-26.055c0.741-0.294,1.291-1.125,0.293-1.464c-24.933-8.459-52.745-9.164-78.692-6.028c-1.442,0.174-2.373,1.94-0.371,1.698z"/>
</g>
<g>
<path style="stroke:none;" d="M306.522,31.394c2,23-8,47-8,70c16-21,27-46,43-65c5,28-4,59,4,87c21-21,30-54,48-75c6,37-12,82-17,118"/>
<path style="fill:#41783E;stroke:none;" d="M305.073,31.782c1.749,23.723-7.741,46.387-8,70c-0.01,0.883,2.506-0.05,2.782-0.417c15.661-20.783,26.339-44.941,43-65c-0.928,0.139-1.854,0.278-2.782,0.417c4.852,28.85-3.787,58.462,4,87
c0.26,0.95,2.407-0.035,2.782-0.417c21.158-21.568,28.733-52.116,48-75c-0.928,0.139-1.854,0.278-2.782,0.417c6.101,39.9-11.413,78.896-16.991,117.825c-0.14,0.972,2.759,0.425,2.881-0.427c5.595-39.05,23.129-78.146,17.009-118.175
c-0.143-0.934-2.465,0.041-2.782,0.417c-19.268,22.886-26.846,53.437-48,75c0.928-0.139,1.854-0.278,2.782-0.417c-7.788-28.538,0.852-58.15-4-87c-0.157-0.931-2.461,0.031-2.782,0.417c-16.661,20.059-27.339,44.217-43,65c0.928-0.139,1.854-0.278,2.782-0.417
c0.258-23.615,9.749-46.263,8-70c-0.058-0.774-2.97-0.2-2.898,0.776z"/>
</g>
<g>
<path style="stroke:none;" d="M98.522,189.394c-15,29-21,69-23,101c8-28,19-56,28-84c-2,22-8,43-10,65c11-21,17-45,27-67c-6,32-21,70-18,101"/>
<path style="fill:#41783E;stroke:none;" d="M97.169,189.348c-15.778,30.966-20.896,66.908-23.098,101.219c-0.082,1.277,2.637,0.57,2.901-0.348c8.173-28.378,18.929-55.912,28-84c-0.967,0.116-1.934,0.232-2.901,0.348c-2.101,21.855-7.899,43.146-10,65
c-0.119,1.231,2.444,0.568,2.804-0.128c11.08-21.467,17.126-45.013,27-67c-0.935,0.042-1.869,0.085-2.804,0.128c-6.375,33.312-21.003,66.746-17.998,101.214c0.087,0.996,2.997,0.362,2.897-0.776c-2.988-34.285,11.66-67.648,18.002-100.786
c0.224-1.17-2.477-0.6-2.804,0.128c-9.873,21.985-15.924,45.54-27,67c0.935-0.042,1.869-0.085,2.804-0.128c2.101-21.855,7.899-43.146,10-65c0.123-1.279-2.613-0.545-2.901,0.348c-9.071,28.089-19.827,55.622-28,84c0.967-0.116,1.934-0.232,2.901-0.348
c2.19-34.113,7.212-69.988,22.902-100.781c0.647-1.27-2.261-0.964-2.706-0.091z"/>
</g>
<g>
<path style="stroke:none;" d="M310.522,191.394c18,36,15,78,14,117"/>
<path style="fill:#41783E;stroke:none;" d="M309.073,191.782c17.808,36.312,15.024,77.502,13.991,116.758c-0.036,1.368,2.887,0.835,2.916-0.293c1.036-39.387,3.862-80.801-14.009-117.242c-0.555-1.13-3.397-0.242-2.898,0.776z"/>
</g>
<g>
<path style="stroke:none;" d="M342.522,238.394c14,33,4,81-10,112"/>
<path style="fill:#41783E;stroke:none;" d="M341.073,238.782c7.465,18.112,7.796,38.146,5.397,57.337c-2.341,18.727-7.709,37.232-15.398,54.45c-0.414,0.927,2.474,0.604,2.9-0.352c7.938-17.774,13.185-36.738,15.599-56.05c2.34-18.721,1.663-38.537-5.6-56.162
c-0.429-1.039-3.285-0.163-2.898,0.776z"/>
</g>
<g>
<path style="stroke:none;" d="M372.522,259.394c-6,36-12,68-30,100"/>
<path style="fill:#41783E;stroke:none;" d="M371.058,259.518c-5.771,34.561-12.702,68.799-29.914,99.736c-0.774,1.391,2.169,1.335,2.756,0.279c17.302-31.095,24.284-65.521,30.086-100.264c0.234-1.402-2.721-0.991-2.928,0.248z"/>
</g>
<g>
<path style="stroke:none;" d="M340.522,247.394c2,32-8,67-15,98"/>
<path style="fill:#41783E;stroke:none;" d="M339.073,247.782c1.849,33.219-7.722,65.729-15,97.792c-0.247,1.092,2.673,0.63,2.898-0.361c7.313-32.219,16.856-64.83,15-98.208c-0.053-0.942-2.96-0.343-2.898,0.776z"/>
</g>
<g>
<path style="stroke:none;" d="M300.522,359.394c-1,13-6,26-8,39"/>
<path style="fill:#41783E;stroke:none;" d="M299.081,359.604c-1.21,13.281-5.843,25.885-8,39c-0.159,0.972,2.74,0.444,2.883-0.422c2.156-13.115,6.789-25.719,8-39c0.093-1.018-2.805-0.426-2.883,0.422z"/>
</g>
<g>
<path style="stroke:none;" d="M317.522,352.394c-2,14-5,28-7,41"/>
<path style="fill:#41783E;stroke:none;" d="M316.083,352.615c-2.003,13.723-4.853,27.301-7,41c-0.144,0.915,2.748,0.38,2.877-0.443c2.146-13.699,4.996-27.276,7-41c0.135-0.922-2.757-0.377-2.877,0.443z"/>
</g>
<g>
<path style="stroke:none;" d="M335.522,350.394c2,10,2,21-1,31"/>
<path style="fill:#41783E;stroke:none;" d="M334.073,350.782c1.934,10.295,1.841,20.644-1.01,30.754c-0.349,1.235,2.599,0.848,2.918-0.285c2.894-10.262,2.949-20.811,0.99-31.246c-0.224-1.19-3.131-0.46-2.898,0.777z"/>
</g>
<g>
<path style="stroke:none;" d="M111.522,348.394c-2.316-8.887-4.786-10.421-3.505-21.399c-4.01,1.734-7.974,4.031-12.258,3.498c-1.846-10.303,8.353-19.444-2.236-26.099"/>
<path style="fill:#41783E;stroke:none;" d="M112.971,348.005c-2.056-7.506-4.33-13.238-3.515-21.227c0.085-0.834-1.6-0.419-1.978-0.251c-1.503,0.671-3.002,1.352-4.511,2.009c-1.907,1.209-3.885,1.287-5.935,0.23c-0.103-1.253-0.062-2.505,0.123-3.754
c0.309-2.91,1.342-5.755,2.068-8.577c1.369-5.329,0.251-9.371-4.346-12.573c-0.755-0.526-3.333,0.629-2.71,1.063c9.421,6.563,0.951,16.859,2.143,25.955c0.027,0.207,0.383,0.298,0.537,0.305c5.034,0.234,9.183-1.705,13.708-3.723
c-0.659-0.083-1.318-0.167-1.978-0.251c-0.817,8.016,1.42,13.991,3.496,21.571c0.231,0.846,3.128,0.063,2.897-0.777z"/>
</g>
<g>
<path style="stroke:none;" d="M72.522,311.394c13,0,5,14,4,22c2-1,8-2,10-4c-4,14,6,16,8,28"/>
<path style="fill:#41783E;stroke:none;" d="M71.043,312.529c11.563,0.447,4.104,14.931,3.127,21.441c-0.185,1.231,2.829,0.144,3.243-0.031c3.706-1.567,7.739-1.97,10.973-4.563c-1.405,0.198-2.81,0.396-4.215,0.594c-1.29,5.035-1.231,9.469,1.233,14.118
c2.55,4.81,5.667,8.618,6.755,14.121c0.203,1.028,4.988-0.308,4.727-1.631c-0.928-4.695-3.178-8.415-5.719-12.388c-3.155-4.935-3.755-9.668-2.293-15.373c0.353-1.378-3.802,0.263-4.215,0.594c-2.437,1.954-6.179,2.233-9.027,3.437
c1.081-0.01,2.162-0.021,3.243-0.031c1.223-8.152,8.666-22.036-4.873-22.559c-1.096-0.042-5.438,2.174-2.957,2.271z"/>
</g>
<g>
<path style="stroke:none;" d="M171.522,341.394c12,15,38,17,56,12c-12,4-32,2-43-2c15,5,27,7,42,2c-3,2-7,2-11,3"/>
<path style="fill:#66BD61;stroke:none;" d="M169.281,342.046c13.904,16.637,39.715,18.226,59.334,12.992c-0.729-1.097-1.457-2.192-2.186-3.289c-12.846,3.992-28.5,2.41-41.065-1.971c-0.561,1.077-1.123,2.153-1.684,3.23c14.712,4.817,28.927,6.78,43.935,2.029
c-0.906-1.023-1.812-2.047-2.718-3.069c-3.227,1.785-6.924,2.002-10.468,2.78c-3.197,0.703-0.161,3.805,2.186,3.289c3.976-0.874,7.918-1.221,11.532-3.22c2.579-1.427-0.924-3.637-2.718-3.069c-13.807,4.371-26.556,2.454-40.065-1.971
c-2.63-0.861-4.794,2.146-1.684,3.23c13.754,4.795,30.885,6.396,44.935,2.029c3.17-0.985,0.135-3.907-2.186-3.289c-17.128,4.569-40.428,3.636-52.666-11.008c-1.388-1.66-6.235-0.793-4.482,1.305z"/>
</g>
<g style="fill:#FFFFFF;stroke:none;">
<path d="M189.022,237.394c1,0,2,2,2.5-1c-0.5,0-2.5,1-2.5,1c0,0.5,0.5-0.5,0.5-0.5c0,1-0.5,1.5-0.5,2c1,1,2.5,2.5,4,3.5c0-1-1-2.5-1.5-3.5l1.5,0.5c-1.5,0.5-3.5,0.5-5.5,0.5l1.5-1.5c1.5,1.5,4,2.5,5,4"/>
<g>
<path style="fill:none;" d="M189.022,237.394c1,0,2,2,2.5-1c-0.5,0-2.5,1-2.5,1c0,0.5,0.5-0.5,0.5-0.5c0,1-0.5,1.5-0.5,2c1,1,2.5,2.5,4,3.5c0-1-1-2.5-1.5-3.5l1.5,0.5c-1.5,0.5-3.5,0.5-5.5,0.5l1.5-1.5c1.5,1.5,4,2.5,5,4"/>
<path d="M187.396,238.28c-0.184-0.018,0.662,0.398,0.812,0.462c0.805,0.347,1.775,0.218,2.606,0.071c1.932-0.343,2.803-1.043,3.16-2.907c0.105-0.549-1.772-0.402-1.947-0.381c-1.729,0.207-3.302,0.904-4.847,1.671c-0.196,0.098-0.676,0.378-0.61,0.685
c0.009,0.043,0.019,0.086,0.028,0.13c0.127,0.597,1.581,0.434,1.947,0.381c1.349-0.193,2.721-0.477,3.382-1.765c-1.619,0.251-3.238,0.502-4.857,0.753c-0.04,0.571-0.255,1.028-0.425,1.563c-0.176,0.553,0.177,0.748,0.549,1.117
c1.095,1.088,2.233,2.127,3.504,3.007c0.775,0.536,4.885,0.143,4.776-1.161c-0.106-1.275-0.925-2.393-1.5-3.5c-1.498,0.432-2.995,0.863-4.493,1.295c0.5,0.167,1,0.333,1.5,0.5c0.414-0.473,0.828-0.945,1.242-1.417c-1.123,0.335-2.435,0.201-3.595,0.202
c0.363,0.291,0.726,0.583,1.088,0.874c0.5-0.5,1-1,1.5-1.5c-1.506,0.236-3.012,0.472-4.519,0.708c1.546,1.461,3.722,2.266,5,4c0.711,0.963,5.341-0.408,4.648-1.348c-1.279-1.733-3.455-2.538-5-4c-0.856-0.81-3.796-0.015-4.519,0.708c-0.5,0.5-1,1-1.5,1.5
c-0.755,0.755,0.562,0.875,1.088,0.874c2.5-0.001,4.992-0.078,7.405-0.798c0.364-0.108,2.54-0.985,1.242-1.417c-0.5-0.167-1-0.333-1.5-0.5c-0.556-0.185-5.01,0.298-4.493,1.295c0.575,1.107,1.394,2.225,1.5,3.5c1.592-0.387,3.184-0.774,4.776-1.161
c-1.06-0.732-2.019-1.576-2.95-2.464c-0.395-0.376-1.012-0.718-0.773-1.311c0.204-0.505,0.313-0.995,0.351-1.539c0.069-0.998-4.426-0.086-4.857,0.753c-0.051,0.098-0.134,0.326-0.19,0.387c0.9-0.301,1.8-0.602,2.699-0.902c-0.024,0.003-0.047,0.007-0.071,0.01
c0.649,0.127,1.298,0.254,1.947,0.382c-0.009-0.043-0.019-0.086-0.028-0.13c-0.204,0.229-0.407,0.457-0.61,0.685c0.153-0.076,0.32-0.159,0.461-0.224c0.786-0.36,1.253-0.292-0.308-0.105c-0.649-0.127-1.298-0.254-1.947-0.381
c-0.043,0.293-0.118,0.578-0.225,0.854c-0.175,0.264-0.14,0.294,0.104,0.091c0.563-0.189,1.126-0.379,1.689-0.569c-0.043,0.007-0.086,0.015-0.129,0.023c0.593-0.04,1.186-0.08,1.779-0.12c0.373,0.031-0.213-0.181-0.315-0.239
c-0.421-0.24-0.841-0.366-1.325-0.414c-1.14-0.112-2.46,0.14-3.468,0.689c-0.804,0.439-0.708,0.993,0.216,1.084z"/>
</g>
</g>
<g style="fill:#FFFFFF;stroke:none;">
<path d="M278.522,264.894c0.5-1,2-2,3-3c0.5,1,2,3.5,2.5,4.5c-2,0-4.5-1-5.5-1.5"/>
<g>
<path style="fill:none;" d="M278.522,264.894c0.5-1,2-2,3-3c0.5,1,2,3.5,2.5,4.5c-2,0-4.5-1-5.5-1.5"/>
<path d="M280.811,265.899c0.634-1.105,1.875-1.846,2.779-2.719c-1.437-0.518-2.873-1.035-4.309-1.553c0.781,1.528,1.719,2.972,2.5,4.5c0.33-0.429,0.661-0.858,0.992-1.287c-1.361-0.035-2.575-0.576-3.729-1.138c-0.664-0.324-2.392-0.771-2.813,0.186
c-0.437,0.994,1.101,1.873,1.766,2.197c2.264,1.104,4.753,1.798,7.271,1.862c0.706,0.018,1.359-0.57,0.992-1.287c-0.781-1.528-1.719-2.972-2.5-4.5c-0.555-1.085-3.167-2.655-4.309-1.553c-1.098,1.06-2.446,1.932-3.221,3.281
c-0.861,1.501,3.644,3.639,4.578,2.011z"/>
</g>
</g>
<g>
<path style="fill:#CC1233;stroke:none;" d="M181.522,233.894"/>
</g>
<g>
<path style="stroke:none;" d="M271.022,259.894c-0.5,1,1-0.5,1-1.5l-2,1c2,0,1-0.5,0.5,0"/>
<path style="fill:#CC1233;stroke:none;" d="M269.558,257.965c-0.412,0.867,0.206,1.971,0.655,2.692c0.282,0.453,1.389,2.204,2.181,1.625c0.679-0.495,1.094-1.472,1.13-2.281c0.04-0.888-0.658-1.936-1.163-2.602c-0.272-0.359-1.067-1.425-1.66-1.128
c-0.667,0.333-1.333,0.667-2,1c-0.568,0.284,0.126,1.679,0.28,1.987c0.287,0.573,0.651,1.121,1.09,1.59c0.219,0.233,0.663,0.712,1.035,0.709c0.444-0.004,0.928-0.004,1.354-0.148c0.859-0.29-0.356-2.364-0.529-2.643c-0.455-0.73-1.691-2.44-2.729-1.496
c-0.629,0.571,0.294,2.066,0.606,2.567c0.312,0.501,0.685,0.993,1.144,1.37c0.146,0.12,0.655,0.523,0.893,0.307c0.097-0.087,0.197-0.146,0.321-0.188c0.187-0.063-0.211,0.02-0.036,0.009c0.161-0.009,0.214,0.112-0.146-0.079c-0.243-0.2-0.486-0.401-0.73-0.602
c0.004,0.004,0.009,0.008,0.013,0.012c-0.497-0.88-0.993-1.761-1.489-2.642c0.001,0.005,0.002,0.009,0.004,0.014c-0.009-0.248-0.017-0.495-0.024-0.742c0.064-0.191,0.194-0.192,0.063-0.132c-0.038,0.017-0.211,0.047-0.029,0.018
c-0.279,0.044-0.567,0.043-0.85,0.045c0.802,1.429,1.604,2.858,2.405,4.287c0.667-0.333,1.333-0.667,2-1c-0.941-1.243-1.882-2.486-2.823-3.73c0.014-0.294-0.059,0.172-0.098,0.275c-0.078,0.206-0.194,0.397-0.313,0.582c-0.057,0.088-0.091,0.125-0.21,0.256
c-0.046,0.05-0.097,0.095-0.148,0.139c-0.204,0.173-0.078-0.19,0.397,0.117c0.688,0.915,1.376,1.83,2.064,2.744c-0.003-0.007-0.006-0.015-0.008-0.021c0.072,0.307,0.145,0.614,0.217,0.921c-0.008,0.404-0.02,0.198,0.063,0.023c0.162-0.341-0.063-0.935-0.18-1.242
c-0.228-0.601-0.558-1.169-0.945-1.68c-0.223-0.293-1.41-1.761-1.803-0.935z"/>
</g>
<g>
<path style="stroke:none;" d="M180.022,234.894c0.417-0.438,0.672-0.662,1.308-0.167c-0.09,0.154,0.621-1.815,0.591-1.73c0.649,0.235,0.791,0.643,0.426,1.223c-0.417,0.118-0.693-0.012-0.829-0.389c0.03-0.006-1,0.828-1.334,0.932
c0.333-1.616,0.482-0.934,1.197-1.392c-0.254,0.447-0.626,0.599-1.116,0.454c1.398,0.042,1.201-0.083,2.284,0.469c-0.034-0.002-1.791,0.122-1.905,0.124c0.971-1.702,1.083,0.03,1.378-0.024"/>
<path style="fill:#CC1233;stroke:none;" d="M182.418,235.289c0.125-0.132,0.135-0.14,0.028-0.024c0.16-0.113,0.121-0.094-0.119,0.057c-0.372,0.081-0.743,0.161-1.114,0.242c-0.153,0.001-0.306,0.003-0.458,0.005c-0.418-0.068-0.836-0.136-1.254-0.204
c-0.123-0.042-0.24-0.097-0.351-0.164c-0.072-0.29-0.145-0.58-0.217-0.87c-0.002,0.003-0.004,0.005-0.006,0.008c1.606,0.066,3.212,0.131,4.817,0.197c0.127,0.244,0.048,0.382,0.094,0.225c0.021-0.072,0.045-0.143,0.069-0.213c0.02-0.061,0.106-0.31,0.002-0.01
c0.04-0.114,0.08-0.229,0.12-0.342c0.095-0.269,0.189-0.539,0.289-0.806c-1.632-0.166-3.263-0.332-4.895-0.498c0,0.001,0,0.001-0.001,0.002c-0.107,0.34,0.479,0.729,0.7,0.818c0.193,0.091,0.189,0.074-0.013-0.051c-0.101-0.149-0.113-0.16-0.035-0.031
c-0.028-0.142-0.039-0.141-0.033,0c-0.006,0.188,0.025-0.01-0.091,0.194c0.392-0.207,0.783-0.413,1.175-0.62c0.299-0.022,0.598-0.044,0.897-0.065c0.418,0.068,0.836,0.136,1.254,0.204c0.201,0.103,0.402,0.205,0.604,0.308c0.123,0.139,0.143,0.133,0.058-0.018
c-0.321-0.741-1.717-0.891-2.375-0.918c-0.711-0.029-1.998,0.019-2.442,0.721c0.213-0.337,0.305-0.284,0.114-0.128c-0.125,0.102-0.253,0.199-0.382,0.296c-0.119,0.089-0.24,0.175-0.363,0.259c-0.056,0.038-0.113,0.075-0.171,0.111
c-0.291,0.184,0.382-0.168,0.13-0.072c1.411,0.321,2.821,0.642,4.232,0.963c0.033-0.153,0.067-0.306,0.105-0.458c0.095-0.379-0.082,0.168,0.028-0.103c0.025-0.062,0.06-0.117,0.098-0.171c-0.128,0.183-0.25,0.244-0.482,0.335
c-0.739,0.293-0.402,0.137-0.172,0.076c0.481-0.127,0.829-0.265,1.256-0.522c-1.51-0.349-3.02-0.698-4.53-1.046c-0.111,0.141-0.111,0.163,0.002,0.066c0.151-0.071,0.306-0.132,0.466-0.182c0.422-0.034,0.845-0.067,1.267-0.101
c0.282,0.051,0.563,0.103,0.846,0.154c-0.449,0.676-0.897,1.352-1.346,2.027c0.238,0.006,0.477,0.01,0.715,0.013c0.254,0.002,0.867,0.082-0.152-0.042c0.222,0.038,0.092,0.007-0.39-0.093c0.319,0.084-0.537-0.228-0.197-0.08c0.188,0.082,0.371,0.179,0.555,0.272
c0.393-0.606,0.786-1.213,1.178-1.819c-0.636,0.017-1.269,0.101-1.905,0.124c1.006,0.5,2.011,0.999,3.017,1.498c0.084-0.142,0.17-0.279,0.267-0.413c0.117-0.137,0.104-0.131-0.042,0.018c-0.298,0.127-0.37,0.165-0.217,0.115c-0.372,0.081-0.743,0.162-1.114,0.242
c0.018-0.002,0.036-0.003,0.053-0.005c-0.443-0.018-0.885-0.036-1.328-0.054c-0.638-0.011-1.124-0.239-1.458-0.685c0.038,0.048,0.067,0.104,0.097,0.157c0.049,0.086,0.09,0.177,0.139,0.264c0.46,0.824,1.708,1.047,2.539,1.057
c0.627,0.008,2.503-0.024,2.543-1.013c0.039-0.964-1.826-1.21-2.453-1.217c-0.009,0-0.019,0-0.029,0c0.584,0.133,1.168,0.266,1.753,0.399c0.211,0.094,0.382,0.235,0.514,0.421c-0.019-0.029-0.037-0.06-0.053-0.09c-0.05-0.089-0.093-0.182-0.143-0.271
c-0.291-0.517-0.809-0.771-1.346-0.959c-1.046-0.367-2.203-0.27-3.24,0.051c-0.579,0.179-0.982,0.698-1.276,1.194c-0.299,0.503,0.184,0.906,0.598,1.111c0.751,0.373,1.597,0.417,2.418,0.387c0.635-0.023,1.269-0.106,1.905-0.124
c0.561-0.015,1.434-0.199,1.776-0.708c0.33-0.49-0.212-0.916-0.598-1.111c-0.674-0.342-1.338-0.593-2.081-0.751c-0.634-0.136-1.311-0.1-1.957-0.116c-0.736-0.02-1.968,0.017-2.442,0.72c-0.446,0.662,0.617,1.191,1.096,1.307c1.516,0.364,3.834,0.567,4.813-0.971
c0.438-0.688-0.613-1.159-1.096-1.307c-1.083-0.332-2.44-0.336-3.434,0.26c0.427-0.256,0.253-0.122,0.117-0.07c0.646-0.245,0.439-0.125,0.241-0.088c-0.441,0.083-0.732,0.226-1.119,0.43c-0.565,0.298-0.683,1.118-0.801,1.669
c-0.116,0.545,0.854,0.908,1.198,1.014c0.959,0.293,2.09,0.308,3.034-0.051c0.435-0.165,0.832-0.442,1.204-0.717c0.242-0.179,0.631-0.424,0.793-0.681c-1.606-0.065-3.211-0.131-4.817-0.197c0.268,0.619,0.955,0.986,1.58,1.138c1.14,0.276,2.771,0.427,3.804-0.295
c0.477-0.333,0.653-1.011,0.468-1.543c-0.177-0.507-0.762-0.857-1.23-1.048c0.233,0.273,0.466,0.545,0.7,0.818c0,0,0-0.001,0-0.002c-0.014-0.241-0.12-0.433-0.318-0.577c-0.405-0.335-0.965-0.49-1.472-0.574c-0.633-0.104-1.3-0.104-1.929,0.034
c-0.307,0.067-1.04,0.254-1.175,0.62c-0.12,0.325-0.234,0.652-0.349,0.979c-0.127,0.363-0.481,0.958-0.272,1.354c0.386,0.736,1.663,0.888,2.375,0.917c0.765,0.031,1.933-0.034,2.442-0.721c0.002-0.002,0.004-0.005,0.006-0.008c0.218-0.294,0.048-0.679-0.217-0.87
c-0.967-0.697-2.235-1.082-3.436-0.909c-1.061,0.153-1.722,0.403-2.448,1.156c-0.266,0.275-0.001,0.689,0.217,0.87c0.404,0.336,0.965,0.491,1.472,0.574c1.022,0.168,2.339,0.139,3.104-0.653z"/>
</g>
<g>
<path style="stroke:none;" d="M393.717,625.076c1.265,2.952,0.844,6.326,1.054,9.489c3.585-7.591,7.17-18.978,14.761-23.405"/>
<path style="fill:#FFFFFF;stroke:none;" d="M392.268,625.465c1.042,3.126,0.925,6.233,1.054,9.489c0.021,0.522,2.658-0.19,2.874-0.659c3.718-8.036,6.563-18.102,14.435-23.132c1.179-0.753-1.722-0.31-2.197-0.006c-8.243,5.269-11.185,15.243-15.087,23.679
c0.958-0.22,1.916-0.439,2.874-0.659c-0.129-3.255-0.013-6.362-1.054-9.489c-0.202-0.605-3.072,0.256-2.898,0.777z"/>
</g>
<g>
<path style="stroke:none;" d="M408.266,618.962c0,8.645-5.482,16.235-6.114,24.67"/>
<path style="fill:#FFFFFF;stroke:none;" d="M406.817,619.351c-0.331,8.64-5.176,16.138-6.114,24.67c-0.043,0.394,2.801,0.109,2.898-0.777c0.938-8.533,5.782-16.017,6.114-24.67c0.018-0.458-2.865-0.085-2.898,0.777z"/>
</g>
<g>
<path style="stroke:none;" d="M417.333,616.01c-2.53,9.277-5.481,18.134-6.747,27.622"/>
<path style="fill:#FFFFFF;stroke:none;" d="M415.907,616.278c-2.539,9.191-5.394,18.281-6.771,27.742c-0.038,0.262,2.775,0.063,2.898-0.777c1.365-9.382,4.206-18.388,6.724-27.502c0.143-0.515-2.661-0.153-2.852,0.537z"/>
</g>
<g>
<path style="stroke:none;" d="M404.471,631.824c2.53-2.741,3.162-1.688,5.692-0.211c4.85,2.741,6.748,0.843,10.121-3.374"/>
<path style="fill:#FFFFFF;stroke:none;" d="M405.681,632.243c1.649-1.647,3.75,0.463,5.333,1.153c1.163,0.508,2.61,0.699,3.856,0.446c2.95-0.597,4.822-2.953,6.624-5.185c1.156-1.431-1.602-1.852-2.42-0.838c-1.12,1.386-2.381,3.311-4.133,3.94
c-1.875,0.673-4.163-1.342-5.698-2.188c-2.326-1.283-4.354,0.204-5.982,1.833c-1.284,1.283,1.519,1.739,2.42,0.838z"/>
</g>
</g>
</g>
</svg>
<!-- ============================================================= -->
<!-- Batik sample mark -->
<!-- ============================================================= -->
<use xlink:href="batikLogo.svg#Batik_Tag_Box" />
</svg>

View file

@ -0,0 +1,324 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.0"
x="0.0000000"
y="0.0000000"
width="193.75000"
height="162.50000"
id="svg1022">
<defs
id="defs1024">
<linearGradient
id="linearGradient6379">
<stop
style="stop-color:#9b7630;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop6380" />
<stop
style="stop-color:#6c5221;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop6382" />
</linearGradient>
<linearGradient
id="linearGradient6375">
<stop
style="stop-color:#815604;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop6376" />
<stop
style="stop-color:#a4861c;stop-opacity:1.0000000;"
offset="0.33666667"
id="stop6377" />
<stop
style="stop-color:#c9c9c9;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop6378" />
</linearGradient>
<linearGradient
id="linearGradient2993">
<stop
style="stop-color:#4f4f4f;stop-opacity:0.55045873;"
offset="0.0000000"
id="stop2994" />
<stop
style="stop-color:#9d9d9d;stop-opacity:0.22018349;"
offset="1.0000000"
id="stop2995" />
</linearGradient>
<linearGradient
id="linearGradient2988">
<stop
style="stop-color:#4c4f00;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop2989" />
<stop
style="stop-color:#d1d82f;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop2991" />
</linearGradient>
<linearGradient
id="linearGradient2983">
<stop
style="stop-color:#859d07;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop2984" />
<stop
style="stop-color:#ffc5c5;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop2987" />
</linearGradient>
<linearGradient
id="linearGradient2848">
<stop
style="stop-color:#d18484;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop2849" />
<stop
style="stop-color:#5b4646;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop2850" />
</linearGradient>
<linearGradient
id="linearGradient2676">
<stop
style="stop-color:#a0a600;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop2677" />
<stop
style="stop-color:#d0d800;stop-opacity:1.0000000;"
offset="0.33666667"
id="stop2857" />
<stop
style="stop-color:#e6e6e6;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop2678" />
</linearGradient>
<linearGradient
x1="0.41558442"
y1="-0.21093750"
x2="0.51948053"
y2="0.75781250"
id="linearGradient2679"
inkscape:collect="always"
xlink:href="#linearGradient2676" />
<linearGradient
x1="0.62436551"
y1="0.87500000"
x2="0.36040610"
y2="0.054687500"
id="linearGradient2680"
inkscape:collect="always"
xlink:href="#linearGradient6375" />
<linearGradient
x1="0.44755244"
y1="0.96875000"
x2="0.20000000"
y2="-0.046875000"
id="linearGradient2768"
inkscape:collect="always"
xlink:href="#linearGradient6375" />
<linearGradient
x1="0.59872609"
y1="0.72656250"
x2="0.45859873"
y2="0.22656250"
id="linearGradient2769"
inkscape:collect="always"
xlink:href="#linearGradient6375" />
<linearGradient
x1="0.40677965"
y1="-0.17968750"
x2="0.61016947"
y2="0.88281250"
id="linearGradient2770"
inkscape:collect="always"
xlink:href="#linearGradient2676" />
<radialGradient
cx="0.50000000"
cy="0.50000000"
r="0.50000000"
fx="0.50000000"
fy="0.50000000"
id="radialGradient2856"
inkscape:collect="always"
xlink:href="#linearGradient2848" />
<linearGradient
x1="0.53642386"
y1="0.84375000"
x2="0.27814570"
y2="0.085937500"
id="linearGradient2865"
inkscape:collect="always"
xlink:href="#linearGradient6375" />
<linearGradient
x1="0.37007874"
y1="0.75781250"
x2="0.35433072"
y2="0.24218750"
id="linearGradient3015"
inkscape:collect="always"
xlink:href="#linearGradient6379" />
<linearGradient
x1="0.41463414"
y1="0.79687500"
x2="0.37560976"
y2="0.14843750"
id="linearGradient3016"
inkscape:collect="always"
xlink:href="#linearGradient6379" />
<linearGradient
x1="1.3538462"
y1="0.28125000"
x2="-0.092307694"
y2="0.52343750"
id="linearGradient3017"
inkscape:collect="always"
xlink:href="#linearGradient6375" />
<linearGradient
x1="-0.14285715"
y1="0.71875000"
x2="-0.14285715"
y2="0.20312500"
id="linearGradient3018"
inkscape:collect="always"
xlink:href="#linearGradient6379" />
<linearGradient
x1="-0.22222222"
y1="0.72656250"
x2="-0.22222222"
y2="0.17187500"
id="linearGradient3019"
inkscape:collect="always"
xlink:href="#linearGradient6379" />
<linearGradient
x1="0.85148513"
y1="0.42187500"
x2="0.099009901"
y2="0.71093750"
id="linearGradient3020"
inkscape:collect="always"
xlink:href="#linearGradient6375" />
</defs>
<g
transform="matrix(0.313242,0.000000,0.000000,0.313242,-19.62327,-60.02062)"
id="g6383">
<path
d="M 382.92480,531.23895 C 392.99467,548.11404 396.66459,567.68998 401.12259,586.56331 C 404.90191,608.93198 403.13018,632.66690 393.52681,653.41362 C 388.95492,655.58305 383.28259,652.94253 381.64185,648.23193 C 377.84507,640.37132 377.79535,631.41225 375.15602,623.18089 C 370.37896,604.80118 365.06180,586.37402 363.88369,567.32434 C 361.89471,554.87087 359.84252,542.33123 360.10120,529.67728 C 360.06628,529.45773 359.92663,528.57938 359.89172,528.35980"
style="fill:url(#linearGradient3019);fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path2946" />
<path
d="M 258.40225,404.55707 C 216.07011,377.83077 177.12998,342.58646 126.98214,331.34878 C 104.23651,319.78476 65.913638,324.99864 66.289604,356.80021 C 66.449536,389.94563 88.927629,417.56940 106.53734,443.87350 C 121.55138,468.06533 155.19630,489.28099 143.92229,521.86628 C 133.16620,551.29526 113.54583,580.79795 119.51441,613.61292 C 126.30045,644.17015 162.12119,659.44479 188.79358,643.23816 C 214.85928,637.79200 228.71624,614.02374 247.24374,597.54760 C 271.58864,576.58210 284.09369,546.45720 303.46248,521.46610 C 309.01780,513.00118 314.04272,504.10544 317.42450,494.53001"
style="fill:url(#linearGradient3020);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path2880" />
<path
d="M 346.93561,307.38632 C 348.07353,290.26032 338.78424,274.93700 336.11748,258.40834 C 330.21737,241.07330 321.45484,224.73338 310.78462,209.88824 C 305.91451,205.40092 299.34222,210.21744 296.78913,214.90736 C 290.73169,223.62648 286.33463,233.36064 281.62674,242.84120 C 275.62401,255.53229 271.11839,269.25053 271.27780,283.43441 C 270.96328,295.44584 271.25372,307.47413 270.88628,319.47886 C 271.56975,331.70054 273.78090,344.73396 282.05473,354.28191 C 286.99182,358.41058 293.62670,359.63445 298.71013,363.52943"
style="fill:url(#linearGradient3017);fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path2869" />
<path
d="M 336.13885,527.64008 C 331.93871,566.48780 315.81452,603.05968 313.04606,642.13802 C 315.22970,652.06011 312.71722,663.10054 317.91391,672.24615 C 322.73376,674.96520 322.48515,664.41146 324.75840,661.60386 C 329.17124,647.75867 333.17608,633.77670 337.11456,619.79246 C 343.11856,595.70776 346.42263,571.05208 350.60802,546.62549 C 350.87417,541.25982 350.74102,535.88434 350.53454,530.51918"
style="fill:url(#linearGradient3018);fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path2963" />
<path
d="M 524.00238,305.22696 C 494.79888,292.55595 462.29067,295.84456 431.27421,294.13078 C 411.76561,293.44485 394.24760,295.63491 374.87993,297.11616 C 360.81142,298.67248 344.85143,302.20891 331.77429,308.40429 C 317.87421,314.76198 303.25495,321.24016 292.45201,332.35354 C 283.24579,342.06159 279.73249,356.29506 283.16897,369.21188 C 286.26335,382.00806 283.97541,395.17797 286.28114,408.00596 C 287.13822,412.64966 290.67588,433.78320 286.60133,421.12987 C 278.83863,411.89912 267.10150,405.09300 255.61533,401.79040 C 241.36427,399.77868 234.75942,415.37463 232.78919,426.88418 C 228.49040,450.64110 240.72721,472.58166 247.09850,494.70903 C 252.22008,509.07167 259.77176,525.68227 275.42331,530.71780 C 289.73986,536.32271 296.38966,521.43850 306.64872,516.55954 C 319.48231,516.39348 325.40048,530.99159 337.11867,534.18605 C 356.13242,542.33264 377.37708,537.08242 396.93687,542.13314 C 398.78777,542.69724 400.60426,543.37831 402.35895,544.19507"
style="fill:url(#linearGradient2865);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path2858" />
<path
d="M 599.59550,349.09777 C 595.73235,361.00111 603.59681,391.84685 612.24886,390.88709 C 621.87744,382.48274 615.08317,368.83467 609.90903,360.61997 C 607.43133,358.31817 602.25511,351.18282 599.59550,349.09777 z "
style="fill:url(#linearGradient2770);fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path1097" />
<path
d="M 599.30485,360.68045 C 603.52211,365.57072 610.60802,375.87846 606.93037,379.26753 C 602.90628,381.60731 600.11435,375.43771 598.91883,371.77854 C 597.94921,368.81080 597.20943,366.34075 598.54138,363.47974"
style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path1127" />
<path
d="M 545.90625,325.03125 C 528.01432,325.81945 516.89816,327.46778 499.03125,329.46875 C 498.99594,329.47270 498.97286,329.46479 498.93750,329.46875 C 475.67715,333.65041 450.81971,332.64540 430.56250,344.81250 C 430.55108,344.82177 430.54267,344.83447 430.53125,344.84375 C 410.54966,361.07206 395.56368,383.54808 387.46875,408.00000 C 387.46353,408.03033 387.47396,408.06342 387.46875,408.09375 C 383.24880,432.66973 384.43745,458.92626 394.78125,481.78125 C 408.84697,509.49837 437.51681,526.24708 466.09375,536.68750 C 466.12531,536.69644 466.15595,536.70978 466.18750,536.71875 C 484.09230,541.80645 501.42261,550.46054 519.81250,549.15625 C 548.11889,543.77429 575.31123,533.35172 603.46875,526.18750 C 603.50778,526.17323 603.55468,526.17051 603.59375,526.15625 C 611.36287,523.32099 619.95784,520.78293 627.43750,516.96875 C 634.93388,513.14605 644.80831,510.15261 648.31275,502.25461 C 650.06059,493.11831 650.70447,482.51922 653.93750,473.96875 C 657.19690,465.34853 659.47463,456.80519 657.50000,447.68750 C 655.24605,438.59211 649.17775,432.38165 642.09375,426.56250 C 635.00975,420.74335 626.94093,415.44893 621.09375,408.15625 C 621.05903,408.10633 621.02771,408.05413 621.00000,408.00000 C 615.00051,397.95108 607.61145,388.69472 600.93750,378.84375 C 600.90816,378.80045 600.87306,378.76208 600.84375,378.71875 C 593.00613,369.07289 600.02029,358.77548 597.56735,348.59836 C 593.15862,342.12813 581.87055,338.20763 575.68750,336.18750 C 569.63839,334.21113 563.15917,331.97192 558.21875,325.15625 L 545.96875,325.03125 L 545.90625,325.03125 z "
style="fill:url(#linearGradient2769);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path2766" />
<path
d="M 412.43591,544.19507 C 406.49647,568.35926 387.73022,587.02269 382.16988,611.32750 C 369.26803,636.74371 346.66313,655.51791 333.25069,680.60919 C 333.09977,695.76932 352.05730,700.53762 363.85911,695.71197 C 379.22443,690.40650 394.88711,686.30522 410.72732,682.67345 C 434.26284,676.38788 460.81542,668.93318 475.28958,647.72154 C 485.88529,631.90586 486.16162,609.92585 474.58226,594.52572 C 469.20788,585.03477 463.43509,574.15342 466.41967,562.90944"
style="fill:url(#linearGradient3015);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path2897" />
<path
d="M 588.78284,548.51379 C 611.10597,567.07564 633.60546,585.52663 653.94337,606.27427 C 661.56357,615.86229 681.98423,621.57766 678.21708,636.04748 C 671.25740,647.24942 656.27495,644.10620 645.20965,646.81025 C 624.25370,649.82489 602.44442,646.87629 583.83399,636.46710 C 553.69132,621.62815 526.15768,596.21648 518.96386,562.18966"
style="fill:url(#linearGradient3016);fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path2928" />
<path
d="M 500.40625,300.84375 C 497.97792,300.80037 495.48566,300.83182 492.93750,300.96875 C 462.63792,299.18668 433.17437,309.80037 406.65625,323.53125 C 368.95593,375.57628 308.93501,446.52086 366.59375,507.62500 C 406.49592,567.48586 495.94704,610.02617 545.40115,556.29383 C 555.29468,585.98418 626.86316,536.51794 645.59375,505.37500 C 625.33816,511.98754 603.15179,514.01514 582.71875,519.25000 C 562.24301,519.83581 540.17447,521.78832 520.34375,516.03125 C 520.33339,516.03167 520.32286,516.03083 520.31250,516.03125 C 498.52362,516.90894 476.80262,508.83380 455.59375,505.50000 C 454.23686,504.19754 453.26722,502.88428 452.43750,501.56250 C 444.01530,500.98020 435.97912,498.75003 429.09375,491.50000 C 407.07305,471.79240 427.21785,444.87641 433.84375,423.40625 C 433.67917,419.83749 433.77604,416.12493 433.81250,412.43750 C 435.76858,412.69390 437.89602,412.05262 440.21875,410.09375 C 446.98572,399.23750 454.75463,387.59399 454.65625,374.25000 C 454.64111,368.89154 452.29377,363.65145 448.50000,359.93750 C 448.64904,359.74720 448.75441,359.53236 448.90625,359.34375 C 465.24270,375.14473 479.64272,392.68153 496.15625,406.90625 C 524.73076,422.71110 576.40514,436.56057 590.21875,395.71875 C 591.62195,372.77945 582.83594,351.19220 568.37500,334.15625 C 550.96097,315.15800 530.09491,301.37411 500.40625,300.84375 z M 650.90625,453.71875 C 651.34445,454.97665 651.71675,456.27673 652.00000,457.59375 C 651.71375,456.26320 651.35068,454.98887 650.90625,453.71875 z M 652.84375,465.75000 C 652.82918,476.84272 648.51800,488.53008 642.03125,496.65625 C 648.51801,488.53008 652.83009,476.84323 652.84375,465.75000 z M 462.34375,473.40625 C 461.58747,474.13106 460.85338,474.84241 460.12500,475.59375 C 460.85129,474.84792 461.59018,474.12593 462.34375,473.40625 z M 457.50000,478.53125 C 456.90553,479.22464 456.32534,479.91584 455.78125,480.62500 C 456.32429,479.92171 456.90747,479.21901 457.50000,478.53125 z M 453.62500,483.81250 C 453.14563,484.59041 452.70193,485.36629 452.31250,486.15625 C 452.70424,485.36884 453.14382,484.58790 453.62500,483.81250 z M 535.65625,513.90625 C 532.94785,514.64400 530.23934,515.05662 527.53125,515.43750 C 530.23488,515.10491 532.95276,514.64266 535.65625,513.90625 z "
style="fill:url(#linearGradient2768);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path1064" />
<path
d="M 439.74469,355.08185 C 427.41910,360.91996 420.19846,374.41751 421.31655,387.88357 C 421.13836,397.06292 428.50750,419.98413 440.22543,410.10185 C 446.99240,399.24559 454.76116,387.60511 454.66278,374.26112 C 454.63802,365.49867 448.40557,357.04309 439.74469,355.08185 z "
style="font-size:12.000000;font-style:normal;font-variant:normal;font-weight:100;font-stretch:ultra-condensed;color:#000000;fill:url(#linearGradient2679);fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;font-family:Bitstream Vera Sans;letter-spacing:0.0000000;text-anchor:start;writing-mode:lr;"
id="path1087" />
<path
d="M 442.79845,391.72722 C 445.49656,385.10451 444.20018,376.18634 438.22595,371.81898 C 430.19876,368.65977 427.47747,379.72503 428.88868,385.59129 C 428.60102,391.05859 436.01614,401.98739 441.20751,396.01938 C 441.87157,394.63806 442.12526,393.10428 442.79845,391.72722 z "
style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path1126" />
<path
d="M 500.58745,300.63840 C 498.15912,300.59502 495.66686,300.62647 493.11870,300.76340 C 463.55207,299.02442 434.82018,309.14241 408.80620,322.38840 C 407.92610,322.96596 407.08311,323.59933 406.21245,324.20090 C 405.43100,325.27717 404.54224,326.45273 403.74370,327.54465 C 443.85662,344.68804 466.43110,381.31989 496.14995,406.91965 C 524.72447,422.72450 576.39884,436.57397 590.21245,395.73215 C 591.76003,370.43271 581.07888,346.65024 563.86870,328.95090 C 563.84265,328.92498 563.83226,328.88304 563.80620,328.85715 C 563.79592,328.84660 563.78523,328.83644 563.77495,328.82590 C 562.97178,328.00242 562.07463,327.27866 561.24370,326.48215 C 559.10841,324.47038 556.96913,322.49878 554.71245,320.66965 C 553.86264,319.98309 552.95860,319.36028 552.08745,318.70090 C 549.88888,317.02919 547.63485,315.42690 545.30620,313.95090 C 544.38235,313.36179 543.43555,312.82233 542.49370,312.26340 C 530.57612,305.30112 516.93822,300.93049 500.58745,300.63840 z "
style="font-size:12.000000;font-style:normal;font-variant:normal;font-weight:100;font-stretch:ultra-condensed;color:#000000;fill:url(#linearGradient2680);fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;font-family:Bitstream Vera Sans;letter-spacing:0.0000000;text-anchor:start;writing-mode:lr;"
id="path2025" />
<path
d="M 584.46417,495.24979 C 603.66369,490.22637 624.46725,509.97462 642.01769,496.64615 C 654.99121,480.39381 659.26035,449.90003 637.86509,438.39820 C 612.09632,423.39248 581.11644,430.61792 552.99586,431.52148 C 525.04895,435.84489 497.86645,446.86531 474.53801,462.77749 C 463.13836,472.48680 439.34473,489.88135 455.60895,505.49316 C 481.79309,509.60902 508.73678,521.23496 535.65599,513.90235 C 552.40421,509.18569 568.21505,500.66036 584.46417,495.24979 z "
style="fill:#a3a6b9;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path1052" />
<path
d="M 579.80617,492.67562 C 596.29577,488.22398 614.16302,505.72442 629.23630,493.91304 C 640.37867,479.51059 644.04525,452.48769 625.66982,442.29504 C 603.53818,428.99731 576.93095,435.40033 552.77945,436.20104 C 528.77711,440.03235 505.43128,449.79839 485.39553,463.89940 C 475.60488,472.50357 455.16960,487.91823 469.13821,501.75306 C 491.62659,505.40044 514.76732,515.70308 537.88702,509.20509 C 552.27131,505.02529 565.85053,497.47034 579.80617,492.67562 z "
style="fill:url(#radialGradient2856);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.87240915pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;"
id="path3021" />
</g>
<metadata>
<rdf:RDF
xmlns="http://web.resource.org/cc/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<dc:title>Brown Fish</dc:title>
<dc:description></dc:description>
<dc:subject>
<rdf:Bag>
<rdf:li>animal</rdf:li>
<rdf:li>fish</rdf:li>
</rdf:Bag>
</dc:subject>
<dc:publisher>
<Agent rdf:about="">
<dc:title>Open Clip Art Library</dc:title>
</Agent>
</dc:publisher>
<dc:creator>
<Agent rdf:about="">
<dc:title>Jonathon Love</dc:title>
</Agent>
</dc:creator>
<dc:rights>
<Agent rdf:about="">
<dc:title></dc:title>
</Agent>
</dc:rights>
<dc:date></dc:date>
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<license rdf:resource="Public Domain">
<dc:date>2</dc:date>
</license>
<dc:language>en</dc:language>
</Work>
<License rdf:about="Public Domain">
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
</License>
</rdf:RDF>
</metadata>
</svg>

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="windows-1252" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/SVG/DTD/svg10.dtd" [
<!ENTITY Austria "
<g transform='translate(-6000,500),scale(0.35)'>
<rect fill='#F5C592' stroke='#1F1A17' stroke-width='3' x='-5614' y='2' width='11036' height='5979'/>
<path fill='#7CC5A1' stroke='#604F5E' stroke-width='28' d='M589 1050c19,-85 -67,-342 82,-312 65,64 314,174 194,255 136,160 251,75 428,173 46,-20 72,-46 115,-66 87,-41 13,-82 74,-120 73,74 112,93 201,37 21,61 143,127 149,21 5,-113 -32,-134 78,-210 72,-49 -17,-178 131,-123 38,14 208,47 107,-29 7,-65 21,-139 37,-202 10,-35 -59,-416 120,-238 76,0 146,-19 111,99 51,14 73,-32 140,-17 54,-99 -5,-59 94,-49 42,-19 149,47 214,61 54,81 84,77 169,99 55,15 85,61 136,74 80,21 74,-34 140,-37 71,-3 91,66 168,74 92,208 443,194 638,194 45,-61 70,-170 148,-153 93,-31 94,33 185,33 72,0 62,46 70,103 61,-24 65,-10 115,17 108,56 212,-89 222,115 5,93 51,179 42,271 -93,109 -111,150 -111,284 -57,76 29,96 69,152 0,57 6,72 58,95 24,28 43,136 58,181 19,58 127,119 172,189 -34,35 -18,85 -12,136 192,-48 40,103 54,124 -26,101 39,186 -116,201 0,74 95,77 54,169 24,55 17,96 49,148 -41,30 -253,78 -296,53 -27,-73 -39,-33 -53,17 -100,62 -141,13 -161,-87 -76,-25 -262,-102 -247,50 -48,16 -63,26 -98,62 -112,-56 63,185 222,115 59,18 71,69 66,127 91,51 65,83 -9,136 35,176 -132,151 -214,222 -84,-106 -74,88 -37,148 84,134 -157,240 4,309 -13,75 -4,51 50,53 125,7 -107,113 -8,165 80,42 -7,39 -54,74 27,36 149,78 12,78 -64,0 -139,-21 -193,13 -66,-50 -43,10 -58,49 -14,37 -82,72 -115,90 -34,103 -160,199 -267,210 -28,93 -19,186 49,259 33,36 39,146 -20,91 -83,-77 -223,-140 -325,-74 -70,45 -118,8 -190,8 -32,96 -167,4 -140,128 -40,54 -61,61 -127,61 -62,-112 -184,-68 -284,-41 -117,33 -323,-121 -391,83 -47,-63 -68,-50 -111,4 -96,-32 -117,134 -132,205 -54,18 -94,10 -148,37 -21,109 -181,94 -181,165 0,142 -42,37 -78,-21 -111,23 -89,-1 -177,-45 -69,31 -329,40 -382,0 -35,-102 -106,-89 -194,-70 -84,-52 -118,-87 -222,-66 -146,31 -431,-70 -613,-86 -48,-54 -52,-41 -107,-12 -61,32 -96,0 -156,20 -103,-103 -379,-107 -527,-107 -70,0 -95,-135 -193,-61 -91,-106 -426,-7 -510,-198 -43,-97 17,-94 -116,-123 -31,-94 52,-113 -49,-214 -157,52 -231,-276 -123,-276 85,0 50,-63 107,-99 -119,-118 -505,139 -626,152 -51,6 -43,37 -99,38 -111,-128 -238,-13 -304,-66 -91,-73 -100,129 -193,49 -72,-61 -220,-8 -305,21 -12,54 -19,61 -74,61 -77,109 -31,269 -177,334 -101,-34 -215,23 -300,-62 -165,36 41,-51 -99,-107 -90,-121 -150,-8 -263,-21 -204,-22 36,-152 -103,-222 -46,-23 -40,-50 -70,-90 -114,-13 -100,80 -148,148 -162,-65 -56,84 -128,111 -184,69 -243,-52 -403,-128 -119,-56 -38,-107 -57,-201 -42,-12 -378,-124 -383,-132 107,-67 8,-170 -37,-230 15,-76 -19,-86 -12,-148 -69,-92 109,-216 172,-264 -23,-69 -24,-76 -24,-148 -243,-135 1,-130 131,-169 22,-66 26,-148 120,-107 18,62 -22,62 28,99 50,36 141,-11 177,54 31,54 264,182 136,230 23,57 3,128 70,91 61,6 96,-69 156,-9 -30,68 -53,69 -45,148 -129,72 30,80 103,38 119,-70 153,-163 239,-256 22,-24 41,-18 41,-61 0,-47 -74,-243 -13,-284 41,25 38,16 0,49 57,66 142,86 194,4 86,0 184,32 247,95 60,7 96,-23 156,-29 84,72 -129,111 66,111 0,81 95,88 45,169 64,28 134,16 202,16 55,-47 185,-127 168,5 100,9 75,-71 161,-95 34,-10 151,19 70,-41 21,-193 226,31 280,-173 32,-123 258,-49 357,-62 109,-109 514,-5 511,-74 -4,-66 -103,-128 -21,-160 61,-24 130,-129 74,12 15,21 178,30 214,21 77,-21 179,246 272,70 32,-62 270,-78 246,28 114,85 -45,139 83,210 95,53 217,239 312,87 -38,-117 28,-178 66,-280 -21,-53 -37,-199 -127,-165 -97,37 -167,21 -87,-86 -11,-35 -17,-36 9,-66 184,-215 -82,-276 -120,-428 -29,-117 -187,-120 -140,-263 67,-13 124,-113 169,-165 90,-10 111,-1 173,-78 109,-137 328,-63 440,-160 79,-69 169,-153 152,-264 -10,-68 36,-90 29,-156 -12,-115 12,-54 82,-136 110,37 302,231 338,54 75,-15 62,-58 82,-120z'/>
</g>
">
]>
<svg width="453" height="300" viewBox="-5616 0 11039 11029" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" overflow="visible">
<g id="norm">
<g transform="translate(-6000,500),scale(0.35)">
<rect fill="#F5C592" stroke="#1F1A17" stroke-width="3" x="-5614" y="2" width="11036" height="5979"/>
<path fill="#7CC5A1" stroke="#604F5E" stroke-width="28" d="M589 1050c19,-85 -67,-342 82,-312 65,64 314,174 194,255 136,160 251,75 428,173 46,-20 72,-46 115,-66 87,-41 13,-82 74,-120 73,74 112,93 201,37 21,61 143,127 149,21 5,-113 -32,-134 78,-210 72,-49 -17,-178 131,-123 38,14 208,47 107,-29 7,-65 21,-139 37,-202 10,-35 -59,-416 120,-238 76,0 146,-19 111,99 51,14 73,-32 140,-17 54,-99 -5,-59 94,-49 42,-19 149,47 214,61 54,81 84,77 169,99 55,15 85,61 136,74 80,21 74,-34 140,-37 71,-3 91,66 168,74 92,208 443,194 638,194 45,-61 70,-170 148,-153 93,-31 94,33 185,33 72,0 62,46 70,103 61,-24 65,-10 115,17 108,56 212,-89 222,115 5,93 51,179 42,271 -93,109 -111,150 -111,284 -57,76 29,96 69,152 0,57 6,72 58,95 24,28 43,136 58,181 19,58 127,119 172,189 -34,35 -18,85 -12,136 192,-48 40,103 54,124 -26,101 39,186 -116,201 0,74 95,77 54,169 24,55 17,96 49,148 -41,30 -253,78 -296,53 -27,-73 -39,-33 -53,17 -100,62 -141,13 -161,-87 -76,-25 -262,-102 -247,50 -48,16 -63,26 -98,62 -112,-56 63,185 222,115 59,18 71,69 66,127 91,51 65,83 -9,136 35,176 -132,151 -214,222 -84,-106 -74,88 -37,148 84,134 -157,240 4,309 -13,75 -4,51 50,53 125,7 -107,113 -8,165 80,42 -7,39 -54,74 27,36 149,78 12,78 -64,0 -139,-21 -193,13 -66,-50 -43,10 -58,49 -14,37 -82,72 -115,90 -34,103 -160,199 -267,210 -28,93 -19,186 49,259 33,36 39,146 -20,91 -83,-77 -223,-140 -325,-74 -70,45 -118,8 -190,8 -32,96 -167,4 -140,128 -40,54 -61,61 -127,61 -62,-112 -184,-68 -284,-41 -117,33 -323,-121 -391,83 -47,-63 -68,-50 -111,4 -96,-32 -117,134 -132,205 -54,18 -94,10 -148,37 -21,109 -181,94 -181,165 0,142 -42,37 -78,-21 -111,23 -89,-1 -177,-45 -69,31 -329,40 -382,0 -35,-102 -106,-89 -194,-70 -84,-52 -118,-87 -222,-66 -146,31 -431,-70 -613,-86 -48,-54 -52,-41 -107,-12 -61,32 -96,0 -156,20 -103,-103 -379,-107 -527,-107 -70,0 -95,-135 -193,-61 -91,-106 -426,-7 -510,-198 -43,-97 17,-94 -116,-123 -31,-94 52,-113 -49,-214 -157,52 -231,-276 -123,-276 85,0 50,-63 107,-99 -119,-118 -505,139 -626,152 -51,6 -43,37 -99,38 -111,-128 -238,-13 -304,-66 -91,-73 -100,129 -193,49 -72,-61 -220,-8 -305,21 -12,54 -19,61 -74,61 -77,109 -31,269 -177,334 -101,-34 -215,23 -300,-62 -165,36 41,-51 -99,-107 -90,-121 -150,-8 -263,-21 -204,-22 36,-152 -103,-222 -46,-23 -40,-50 -70,-90 -114,-13 -100,80 -148,148 -162,-65 -56,84 -128,111 -184,69 -243,-52 -403,-128 -119,-56 -38,-107 -57,-201 -42,-12 -378,-124 -383,-132 107,-67 8,-170 -37,-230 15,-76 -19,-86 -12,-148 -69,-92 109,-216 172,-264 -23,-69 -24,-76 -24,-148 -243,-135 1,-130 131,-169 22,-66 26,-148 120,-107 18,62 -22,62 28,99 50,36 141,-11 177,54 31,54 264,182 136,230 23,57 3,128 70,91 61,6 96,-69 156,-9 -30,68 -53,69 -45,148 -129,72 30,80 103,38 119,-70 153,-163 239,-256 22,-24 41,-18 41,-61 0,-47 -74,-243 -13,-284 41,25 38,16 0,49 57,66 142,86 194,4 86,0 184,32 247,95 60,7 96,-23 156,-29 84,72 -129,111 66,111 0,81 95,88 45,169 64,28 134,16 202,16 55,-47 185,-127 168,5 100,9 75,-71 161,-95 34,-10 151,19 70,-41 21,-193 226,31 280,-173 32,-123 258,-49 357,-62 109,-109 514,-5 511,-74 -4,-66 -103,-128 -21,-160 61,-24 130,-129 74,12 15,21 178,30 214,21 77,-21 179,246 272,70 32,-62 270,-78 246,28 114,85 -45,139 83,210 95,53 217,239 312,87 -38,-117 28,-178 66,-280 -21,-53 -37,-199 -127,-165 -97,37 -167,21 -87,-86 -11,-35 -17,-36 9,-66 184,-215 -82,-276 -120,-428 -29,-117 -187,-120 -140,-263 67,-13 124,-113 169,-165 90,-10 111,-1 173,-78 109,-137 328,-63 440,-160 79,-69 169,-153 152,-264 -10,-68 36,-90 29,-156 -12,-115 12,-54 82,-136 110,37 302,231 338,54 75,-15 62,-58 82,-120z"/>
</g>
</g>
<g id="sc05" transform="translate(1000,1300),scale(0.5)">
<g transform="translate(-6000,500),scale(0.35)">
<rect fill="#F5C592" stroke="#1F1A17" stroke-width="3" x="-5614" y="2" width="11036" height="5979"/>
<path fill="#7CC5A1" stroke="#604F5E" stroke-width="28" d="M589 1050c19,-85 -67,-342 82,-312 65,64 314,174 194,255 136,160 251,75 428,173 46,-20 72,-46 115,-66 87,-41 13,-82 74,-120 73,74 112,93 201,37 21,61 143,127 149,21 5,-113 -32,-134 78,-210 72,-49 -17,-178 131,-123 38,14 208,47 107,-29 7,-65 21,-139 37,-202 10,-35 -59,-416 120,-238 76,0 146,-19 111,99 51,14 73,-32 140,-17 54,-99 -5,-59 94,-49 42,-19 149,47 214,61 54,81 84,77 169,99 55,15 85,61 136,74 80,21 74,-34 140,-37 71,-3 91,66 168,74 92,208 443,194 638,194 45,-61 70,-170 148,-153 93,-31 94,33 185,33 72,0 62,46 70,103 61,-24 65,-10 115,17 108,56 212,-89 222,115 5,93 51,179 42,271 -93,109 -111,150 -111,284 -57,76 29,96 69,152 0,57 6,72 58,95 24,28 43,136 58,181 19,58 127,119 172,189 -34,35 -18,85 -12,136 192,-48 40,103 54,124 -26,101 39,186 -116,201 0,74 95,77 54,169 24,55 17,96 49,148 -41,30 -253,78 -296,53 -27,-73 -39,-33 -53,17 -100,62 -141,13 -161,-87 -76,-25 -262,-102 -247,50 -48,16 -63,26 -98,62 -112,-56 63,185 222,115 59,18 71,69 66,127 91,51 65,83 -9,136 35,176 -132,151 -214,222 -84,-106 -74,88 -37,148 84,134 -157,240 4,309 -13,75 -4,51 50,53 125,7 -107,113 -8,165 80,42 -7,39 -54,74 27,36 149,78 12,78 -64,0 -139,-21 -193,13 -66,-50 -43,10 -58,49 -14,37 -82,72 -115,90 -34,103 -160,199 -267,210 -28,93 -19,186 49,259 33,36 39,146 -20,91 -83,-77 -223,-140 -325,-74 -70,45 -118,8 -190,8 -32,96 -167,4 -140,128 -40,54 -61,61 -127,61 -62,-112 -184,-68 -284,-41 -117,33 -323,-121 -391,83 -47,-63 -68,-50 -111,4 -96,-32 -117,134 -132,205 -54,18 -94,10 -148,37 -21,109 -181,94 -181,165 0,142 -42,37 -78,-21 -111,23 -89,-1 -177,-45 -69,31 -329,40 -382,0 -35,-102 -106,-89 -194,-70 -84,-52 -118,-87 -222,-66 -146,31 -431,-70 -613,-86 -48,-54 -52,-41 -107,-12 -61,32 -96,0 -156,20 -103,-103 -379,-107 -527,-107 -70,0 -95,-135 -193,-61 -91,-106 -426,-7 -510,-198 -43,-97 17,-94 -116,-123 -31,-94 52,-113 -49,-214 -157,52 -231,-276 -123,-276 85,0 50,-63 107,-99 -119,-118 -505,139 -626,152 -51,6 -43,37 -99,38 -111,-128 -238,-13 -304,-66 -91,-73 -100,129 -193,49 -72,-61 -220,-8 -305,21 -12,54 -19,61 -74,61 -77,109 -31,269 -177,334 -101,-34 -215,23 -300,-62 -165,36 41,-51 -99,-107 -90,-121 -150,-8 -263,-21 -204,-22 36,-152 -103,-222 -46,-23 -40,-50 -70,-90 -114,-13 -100,80 -148,148 -162,-65 -56,84 -128,111 -184,69 -243,-52 -403,-128 -119,-56 -38,-107 -57,-201 -42,-12 -378,-124 -383,-132 107,-67 8,-170 -37,-230 15,-76 -19,-86 -12,-148 -69,-92 109,-216 172,-264 -23,-69 -24,-76 -24,-148 -243,-135 1,-130 131,-169 22,-66 26,-148 120,-107 18,62 -22,62 28,99 50,36 141,-11 177,54 31,54 264,182 136,230 23,57 3,128 70,91 61,6 96,-69 156,-9 -30,68 -53,69 -45,148 -129,72 30,80 103,38 119,-70 153,-163 239,-256 22,-24 41,-18 41,-61 0,-47 -74,-243 -13,-284 41,25 38,16 0,49 57,66 142,86 194,4 86,0 184,32 247,95 60,7 96,-23 156,-29 84,72 -129,111 66,111 0,81 95,88 45,169 64,28 134,16 202,16 55,-47 185,-127 168,5 100,9 75,-71 161,-95 34,-10 151,19 70,-41 21,-193 226,31 280,-173 32,-123 258,-49 357,-62 109,-109 514,-5 511,-74 -4,-66 -103,-128 -21,-160 61,-24 130,-129 74,12 15,21 178,30 214,21 77,-21 179,246 272,70 32,-62 270,-78 246,28 114,85 -45,139 83,210 95,53 217,239 312,87 -38,-117 28,-178 66,-280 -21,-53 -37,-199 -127,-165 -97,37 -167,21 -87,-86 -11,-35 -17,-36 9,-66 184,-215 -82,-276 -120,-428 -29,-117 -187,-120 -140,-263 67,-13 124,-113 169,-165 90,-10 111,-1 173,-78 109,-137 328,-63 440,-160 79,-69 169,-153 152,-264 -10,-68 36,-90 29,-156 -12,-115 12,-54 82,-136 110,37 302,231 338,54 75,-15 62,-58 82,-120z"/>
</g>
</g>
<g id="sc06" transform="translate(3200,0),scale(0.4 1)">
<g transform="translate(-6000,500),scale(0.35)">
<rect fill="#F5C592" stroke="#1F1A17" stroke-width="3" x="-5614" y="2" width="11036" height="5979"/>
<path fill="#7CC5A1" stroke="#604F5E" stroke-width="28" d="M589 1050c19,-85 -67,-342 82,-312 65,64 314,174 194,255 136,160 251,75 428,173 46,-20 72,-46 115,-66 87,-41 13,-82 74,-120 73,74 112,93 201,37 21,61 143,127 149,21 5,-113 -32,-134 78,-210 72,-49 -17,-178 131,-123 38,14 208,47 107,-29 7,-65 21,-139 37,-202 10,-35 -59,-416 120,-238 76,0 146,-19 111,99 51,14 73,-32 140,-17 54,-99 -5,-59 94,-49 42,-19 149,47 214,61 54,81 84,77 169,99 55,15 85,61 136,74 80,21 74,-34 140,-37 71,-3 91,66 168,74 92,208 443,194 638,194 45,-61 70,-170 148,-153 93,-31 94,33 185,33 72,0 62,46 70,103 61,-24 65,-10 115,17 108,56 212,-89 222,115 5,93 51,179 42,271 -93,109 -111,150 -111,284 -57,76 29,96 69,152 0,57 6,72 58,95 24,28 43,136 58,181 19,58 127,119 172,189 -34,35 -18,85 -12,136 192,-48 40,103 54,124 -26,101 39,186 -116,201 0,74 95,77 54,169 24,55 17,96 49,148 -41,30 -253,78 -296,53 -27,-73 -39,-33 -53,17 -100,62 -141,13 -161,-87 -76,-25 -262,-102 -247,50 -48,16 -63,26 -98,62 -112,-56 63,185 222,115 59,18 71,69 66,127 91,51 65,83 -9,136 35,176 -132,151 -214,222 -84,-106 -74,88 -37,148 84,134 -157,240 4,309 -13,75 -4,51 50,53 125,7 -107,113 -8,165 80,42 -7,39 -54,74 27,36 149,78 12,78 -64,0 -139,-21 -193,13 -66,-50 -43,10 -58,49 -14,37 -82,72 -115,90 -34,103 -160,199 -267,210 -28,93 -19,186 49,259 33,36 39,146 -20,91 -83,-77 -223,-140 -325,-74 -70,45 -118,8 -190,8 -32,96 -167,4 -140,128 -40,54 -61,61 -127,61 -62,-112 -184,-68 -284,-41 -117,33 -323,-121 -391,83 -47,-63 -68,-50 -111,4 -96,-32 -117,134 -132,205 -54,18 -94,10 -148,37 -21,109 -181,94 -181,165 0,142 -42,37 -78,-21 -111,23 -89,-1 -177,-45 -69,31 -329,40 -382,0 -35,-102 -106,-89 -194,-70 -84,-52 -118,-87 -222,-66 -146,31 -431,-70 -613,-86 -48,-54 -52,-41 -107,-12 -61,32 -96,0 -156,20 -103,-103 -379,-107 -527,-107 -70,0 -95,-135 -193,-61 -91,-106 -426,-7 -510,-198 -43,-97 17,-94 -116,-123 -31,-94 52,-113 -49,-214 -157,52 -231,-276 -123,-276 85,0 50,-63 107,-99 -119,-118 -505,139 -626,152 -51,6 -43,37 -99,38 -111,-128 -238,-13 -304,-66 -91,-73 -100,129 -193,49 -72,-61 -220,-8 -305,21 -12,54 -19,61 -74,61 -77,109 -31,269 -177,334 -101,-34 -215,23 -300,-62 -165,36 41,-51 -99,-107 -90,-121 -150,-8 -263,-21 -204,-22 36,-152 -103,-222 -46,-23 -40,-50 -70,-90 -114,-13 -100,80 -148,148 -162,-65 -56,84 -128,111 -184,69 -243,-52 -403,-128 -119,-56 -38,-107 -57,-201 -42,-12 -378,-124 -383,-132 107,-67 8,-170 -37,-230 15,-76 -19,-86 -12,-148 -69,-92 109,-216 172,-264 -23,-69 -24,-76 -24,-148 -243,-135 1,-130 131,-169 22,-66 26,-148 120,-107 18,62 -22,62 28,99 50,36 141,-11 177,54 31,54 264,182 136,230 23,57 3,128 70,91 61,6 96,-69 156,-9 -30,68 -53,69 -45,148 -129,72 30,80 103,38 119,-70 153,-163 239,-256 22,-24 41,-18 41,-61 0,-47 -74,-243 -13,-284 41,25 38,16 0,49 57,66 142,86 194,4 86,0 184,32 247,95 60,7 96,-23 156,-29 84,72 -129,111 66,111 0,81 95,88 45,169 64,28 134,16 202,16 55,-47 185,-127 168,5 100,9 75,-71 161,-95 34,-10 151,19 70,-41 21,-193 226,31 280,-173 32,-123 258,-49 357,-62 109,-109 514,-5 511,-74 -4,-66 -103,-128 -21,-160 61,-24 130,-129 74,12 15,21 178,30 214,21 77,-21 179,246 272,70 32,-62 270,-78 246,28 114,85 -45,139 83,210 95,53 217,239 312,87 -38,-117 28,-178 66,-280 -21,-53 -37,-199 -127,-165 -97,37 -167,21 -87,-86 -11,-35 -17,-36 9,-66 184,-215 -82,-276 -120,-428 -29,-117 -187,-120 -140,-263 67,-13 124,-113 169,-165 90,-10 111,-1 173,-78 109,-137 328,-63 440,-160 79,-69 169,-153 152,-264 -10,-68 36,-90 29,-156 -12,-115 12,-54 82,-136 110,37 302,231 338,54 75,-15 62,-58 82,-120z"/>
</g>
</g>
<g id="sc07" transform="translate(11000,2500),scale(1 -0.5)">
<g transform="translate(-6000,500),scale(0.35)">
<rect fill="#F5C592" stroke="#1F1A17" stroke-width="3" x="-5614" y="2" width="11036" height="5979"/>
<path fill="#7CC5A1" stroke="#604F5E" stroke-width="28" d="M589 1050c19,-85 -67,-342 82,-312 65,64 314,174 194,255 136,160 251,75 428,173 46,-20 72,-46 115,-66 87,-41 13,-82 74,-120 73,74 112,93 201,37 21,61 143,127 149,21 5,-113 -32,-134 78,-210 72,-49 -17,-178 131,-123 38,14 208,47 107,-29 7,-65 21,-139 37,-202 10,-35 -59,-416 120,-238 76,0 146,-19 111,99 51,14 73,-32 140,-17 54,-99 -5,-59 94,-49 42,-19 149,47 214,61 54,81 84,77 169,99 55,15 85,61 136,74 80,21 74,-34 140,-37 71,-3 91,66 168,74 92,208 443,194 638,194 45,-61 70,-170 148,-153 93,-31 94,33 185,33 72,0 62,46 70,103 61,-24 65,-10 115,17 108,56 212,-89 222,115 5,93 51,179 42,271 -93,109 -111,150 -111,284 -57,76 29,96 69,152 0,57 6,72 58,95 24,28 43,136 58,181 19,58 127,119 172,189 -34,35 -18,85 -12,136 192,-48 40,103 54,124 -26,101 39,186 -116,201 0,74 95,77 54,169 24,55 17,96 49,148 -41,30 -253,78 -296,53 -27,-73 -39,-33 -53,17 -100,62 -141,13 -161,-87 -76,-25 -262,-102 -247,50 -48,16 -63,26 -98,62 -112,-56 63,185 222,115 59,18 71,69 66,127 91,51 65,83 -9,136 35,176 -132,151 -214,222 -84,-106 -74,88 -37,148 84,134 -157,240 4,309 -13,75 -4,51 50,53 125,7 -107,113 -8,165 80,42 -7,39 -54,74 27,36 149,78 12,78 -64,0 -139,-21 -193,13 -66,-50 -43,10 -58,49 -14,37 -82,72 -115,90 -34,103 -160,199 -267,210 -28,93 -19,186 49,259 33,36 39,146 -20,91 -83,-77 -223,-140 -325,-74 -70,45 -118,8 -190,8 -32,96 -167,4 -140,128 -40,54 -61,61 -127,61 -62,-112 -184,-68 -284,-41 -117,33 -323,-121 -391,83 -47,-63 -68,-50 -111,4 -96,-32 -117,134 -132,205 -54,18 -94,10 -148,37 -21,109 -181,94 -181,165 0,142 -42,37 -78,-21 -111,23 -89,-1 -177,-45 -69,31 -329,40 -382,0 -35,-102 -106,-89 -194,-70 -84,-52 -118,-87 -222,-66 -146,31 -431,-70 -613,-86 -48,-54 -52,-41 -107,-12 -61,32 -96,0 -156,20 -103,-103 -379,-107 -527,-107 -70,0 -95,-135 -193,-61 -91,-106 -426,-7 -510,-198 -43,-97 17,-94 -116,-123 -31,-94 52,-113 -49,-214 -157,52 -231,-276 -123,-276 85,0 50,-63 107,-99 -119,-118 -505,139 -626,152 -51,6 -43,37 -99,38 -111,-128 -238,-13 -304,-66 -91,-73 -100,129 -193,49 -72,-61 -220,-8 -305,21 -12,54 -19,61 -74,61 -77,109 -31,269 -177,334 -101,-34 -215,23 -300,-62 -165,36 41,-51 -99,-107 -90,-121 -150,-8 -263,-21 -204,-22 36,-152 -103,-222 -46,-23 -40,-50 -70,-90 -114,-13 -100,80 -148,148 -162,-65 -56,84 -128,111 -184,69 -243,-52 -403,-128 -119,-56 -38,-107 -57,-201 -42,-12 -378,-124 -383,-132 107,-67 8,-170 -37,-230 15,-76 -19,-86 -12,-148 -69,-92 109,-216 172,-264 -23,-69 -24,-76 -24,-148 -243,-135 1,-130 131,-169 22,-66 26,-148 120,-107 18,62 -22,62 28,99 50,36 141,-11 177,54 31,54 264,182 136,230 23,57 3,128 70,91 61,6 96,-69 156,-9 -30,68 -53,69 -45,148 -129,72 30,80 103,38 119,-70 153,-163 239,-256 22,-24 41,-18 41,-61 0,-47 -74,-243 -13,-284 41,25 38,16 0,49 57,66 142,86 194,4 86,0 184,32 247,95 60,7 96,-23 156,-29 84,72 -129,111 66,111 0,81 95,88 45,169 64,28 134,16 202,16 55,-47 185,-127 168,5 100,9 75,-71 161,-95 34,-10 151,19 70,-41 21,-193 226,31 280,-173 32,-123 258,-49 357,-62 109,-109 514,-5 511,-74 -4,-66 -103,-128 -21,-160 61,-24 130,-129 74,12 15,21 178,30 214,21 77,-21 179,246 272,70 32,-62 270,-78 246,28 114,85 -45,139 83,210 95,53 217,239 312,87 -38,-117 28,-178 66,-280 -21,-53 -37,-199 -127,-165 -97,37 -167,21 -87,-86 -11,-35 -17,-36 9,-66 184,-215 -82,-276 -120,-428 -29,-117 -187,-120 -140,-263 67,-13 124,-113 169,-165 90,-10 111,-1 173,-78 109,-137 328,-63 440,-160 79,-69 169,-153 152,-264 -10,-68 36,-90 29,-156 -12,-115 12,-54 82,-136 110,37 302,231 338,54 75,-15 62,-58 82,-120z"/>
</g>
</g>
<g id="sc08" transform="translate(1800,3500),skewX(-40)">
<g transform="translate(-6000,500),scale(0.35)">
<rect fill="#F5C592" stroke="#1F1A17" stroke-width="3" x="-5614" y="2" width="11036" height="5979"/>
<path fill="#7CC5A1" stroke="#604F5E" stroke-width="28" d="M589 1050c19,-85 -67,-342 82,-312 65,64 314,174 194,255 136,160 251,75 428,173 46,-20 72,-46 115,-66 87,-41 13,-82 74,-120 73,74 112,93 201,37 21,61 143,127 149,21 5,-113 -32,-134 78,-210 72,-49 -17,-178 131,-123 38,14 208,47 107,-29 7,-65 21,-139 37,-202 10,-35 -59,-416 120,-238 76,0 146,-19 111,99 51,14 73,-32 140,-17 54,-99 -5,-59 94,-49 42,-19 149,47 214,61 54,81 84,77 169,99 55,15 85,61 136,74 80,21 74,-34 140,-37 71,-3 91,66 168,74 92,208 443,194 638,194 45,-61 70,-170 148,-153 93,-31 94,33 185,33 72,0 62,46 70,103 61,-24 65,-10 115,17 108,56 212,-89 222,115 5,93 51,179 42,271 -93,109 -111,150 -111,284 -57,76 29,96 69,152 0,57 6,72 58,95 24,28 43,136 58,181 19,58 127,119 172,189 -34,35 -18,85 -12,136 192,-48 40,103 54,124 -26,101 39,186 -116,201 0,74 95,77 54,169 24,55 17,96 49,148 -41,30 -253,78 -296,53 -27,-73 -39,-33 -53,17 -100,62 -141,13 -161,-87 -76,-25 -262,-102 -247,50 -48,16 -63,26 -98,62 -112,-56 63,185 222,115 59,18 71,69 66,127 91,51 65,83 -9,136 35,176 -132,151 -214,222 -84,-106 -74,88 -37,148 84,134 -157,240 4,309 -13,75 -4,51 50,53 125,7 -107,113 -8,165 80,42 -7,39 -54,74 27,36 149,78 12,78 -64,0 -139,-21 -193,13 -66,-50 -43,10 -58,49 -14,37 -82,72 -115,90 -34,103 -160,199 -267,210 -28,93 -19,186 49,259 33,36 39,146 -20,91 -83,-77 -223,-140 -325,-74 -70,45 -118,8 -190,8 -32,96 -167,4 -140,128 -40,54 -61,61 -127,61 -62,-112 -184,-68 -284,-41 -117,33 -323,-121 -391,83 -47,-63 -68,-50 -111,4 -96,-32 -117,134 -132,205 -54,18 -94,10 -148,37 -21,109 -181,94 -181,165 0,142 -42,37 -78,-21 -111,23 -89,-1 -177,-45 -69,31 -329,40 -382,0 -35,-102 -106,-89 -194,-70 -84,-52 -118,-87 -222,-66 -146,31 -431,-70 -613,-86 -48,-54 -52,-41 -107,-12 -61,32 -96,0 -156,20 -103,-103 -379,-107 -527,-107 -70,0 -95,-135 -193,-61 -91,-106 -426,-7 -510,-198 -43,-97 17,-94 -116,-123 -31,-94 52,-113 -49,-214 -157,52 -231,-276 -123,-276 85,0 50,-63 107,-99 -119,-118 -505,139 -626,152 -51,6 -43,37 -99,38 -111,-128 -238,-13 -304,-66 -91,-73 -100,129 -193,49 -72,-61 -220,-8 -305,21 -12,54 -19,61 -74,61 -77,109 -31,269 -177,334 -101,-34 -215,23 -300,-62 -165,36 41,-51 -99,-107 -90,-121 -150,-8 -263,-21 -204,-22 36,-152 -103,-222 -46,-23 -40,-50 -70,-90 -114,-13 -100,80 -148,148 -162,-65 -56,84 -128,111 -184,69 -243,-52 -403,-128 -119,-56 -38,-107 -57,-201 -42,-12 -378,-124 -383,-132 107,-67 8,-170 -37,-230 15,-76 -19,-86 -12,-148 -69,-92 109,-216 172,-264 -23,-69 -24,-76 -24,-148 -243,-135 1,-130 131,-169 22,-66 26,-148 120,-107 18,62 -22,62 28,99 50,36 141,-11 177,54 31,54 264,182 136,230 23,57 3,128 70,91 61,6 96,-69 156,-9 -30,68 -53,69 -45,148 -129,72 30,80 103,38 119,-70 153,-163 239,-256 22,-24 41,-18 41,-61 0,-47 -74,-243 -13,-284 41,25 38,16 0,49 57,66 142,86 194,4 86,0 184,32 247,95 60,7 96,-23 156,-29 84,72 -129,111 66,111 0,81 95,88 45,169 64,28 134,16 202,16 55,-47 185,-127 168,5 100,9 75,-71 161,-95 34,-10 151,19 70,-41 21,-193 226,31 280,-173 32,-123 258,-49 357,-62 109,-109 514,-5 511,-74 -4,-66 -103,-128 -21,-160 61,-24 130,-129 74,12 15,21 178,30 214,21 77,-21 179,246 272,70 32,-62 270,-78 246,28 114,85 -45,139 83,210 95,53 217,239 312,87 -38,-117 28,-178 66,-280 -21,-53 -37,-199 -127,-165 -97,37 -167,21 -87,-86 -11,-35 -17,-36 9,-66 184,-215 -82,-276 -120,-428 -29,-117 -187,-120 -140,-263 67,-13 124,-113 169,-165 90,-10 111,-1 173,-78 109,-137 328,-63 440,-160 79,-69 169,-153 152,-264 -10,-68 36,-90 29,-156 -12,-115 12,-54 82,-136 110,37 302,231 338,54 75,-15 62,-58 82,-120z"/>
</g>
</g>
<g id="sc09" transform="translate(6000,5400),scale(0.7),skewX(-40),skewY(20)">
<g transform="translate(-6000,500),scale(0.35)">
<rect fill="#F5C592" stroke="#1F1A17" stroke-width="3" x="-5614" y="2" width="11036" height="5979"/>
<path fill="#7CC5A1" stroke="#604F5E" stroke-width="28" d="M589 1050c19,-85 -67,-342 82,-312 65,64 314,174 194,255 136,160 251,75 428,173 46,-20 72,-46 115,-66 87,-41 13,-82 74,-120 73,74 112,93 201,37 21,61 143,127 149,21 5,-113 -32,-134 78,-210 72,-49 -17,-178 131,-123 38,14 208,47 107,-29 7,-65 21,-139 37,-202 10,-35 -59,-416 120,-238 76,0 146,-19 111,99 51,14 73,-32 140,-17 54,-99 -5,-59 94,-49 42,-19 149,47 214,61 54,81 84,77 169,99 55,15 85,61 136,74 80,21 74,-34 140,-37 71,-3 91,66 168,74 92,208 443,194 638,194 45,-61 70,-170 148,-153 93,-31 94,33 185,33 72,0 62,46 70,103 61,-24 65,-10 115,17 108,56 212,-89 222,115 5,93 51,179 42,271 -93,109 -111,150 -111,284 -57,76 29,96 69,152 0,57 6,72 58,95 24,28 43,136 58,181 19,58 127,119 172,189 -34,35 -18,85 -12,136 192,-48 40,103 54,124 -26,101 39,186 -116,201 0,74 95,77 54,169 24,55 17,96 49,148 -41,30 -253,78 -296,53 -27,-73 -39,-33 -53,17 -100,62 -141,13 -161,-87 -76,-25 -262,-102 -247,50 -48,16 -63,26 -98,62 -112,-56 63,185 222,115 59,18 71,69 66,127 91,51 65,83 -9,136 35,176 -132,151 -214,222 -84,-106 -74,88 -37,148 84,134 -157,240 4,309 -13,75 -4,51 50,53 125,7 -107,113 -8,165 80,42 -7,39 -54,74 27,36 149,78 12,78 -64,0 -139,-21 -193,13 -66,-50 -43,10 -58,49 -14,37 -82,72 -115,90 -34,103 -160,199 -267,210 -28,93 -19,186 49,259 33,36 39,146 -20,91 -83,-77 -223,-140 -325,-74 -70,45 -118,8 -190,8 -32,96 -167,4 -140,128 -40,54 -61,61 -127,61 -62,-112 -184,-68 -284,-41 -117,33 -323,-121 -391,83 -47,-63 -68,-50 -111,4 -96,-32 -117,134 -132,205 -54,18 -94,10 -148,37 -21,109 -181,94 -181,165 0,142 -42,37 -78,-21 -111,23 -89,-1 -177,-45 -69,31 -329,40 -382,0 -35,-102 -106,-89 -194,-70 -84,-52 -118,-87 -222,-66 -146,31 -431,-70 -613,-86 -48,-54 -52,-41 -107,-12 -61,32 -96,0 -156,20 -103,-103 -379,-107 -527,-107 -70,0 -95,-135 -193,-61 -91,-106 -426,-7 -510,-198 -43,-97 17,-94 -116,-123 -31,-94 52,-113 -49,-214 -157,52 -231,-276 -123,-276 85,0 50,-63 107,-99 -119,-118 -505,139 -626,152 -51,6 -43,37 -99,38 -111,-128 -238,-13 -304,-66 -91,-73 -100,129 -193,49 -72,-61 -220,-8 -305,21 -12,54 -19,61 -74,61 -77,109 -31,269 -177,334 -101,-34 -215,23 -300,-62 -165,36 41,-51 -99,-107 -90,-121 -150,-8 -263,-21 -204,-22 36,-152 -103,-222 -46,-23 -40,-50 -70,-90 -114,-13 -100,80 -148,148 -162,-65 -56,84 -128,111 -184,69 -243,-52 -403,-128 -119,-56 -38,-107 -57,-201 -42,-12 -378,-124 -383,-132 107,-67 8,-170 -37,-230 15,-76 -19,-86 -12,-148 -69,-92 109,-216 172,-264 -23,-69 -24,-76 -24,-148 -243,-135 1,-130 131,-169 22,-66 26,-148 120,-107 18,62 -22,62 28,99 50,36 141,-11 177,54 31,54 264,182 136,230 23,57 3,128 70,91 61,6 96,-69 156,-9 -30,68 -53,69 -45,148 -129,72 30,80 103,38 119,-70 153,-163 239,-256 22,-24 41,-18 41,-61 0,-47 -74,-243 -13,-284 41,25 38,16 0,49 57,66 142,86 194,4 86,0 184,32 247,95 60,7 96,-23 156,-29 84,72 -129,111 66,111 0,81 95,88 45,169 64,28 134,16 202,16 55,-47 185,-127 168,5 100,9 75,-71 161,-95 34,-10 151,19 70,-41 21,-193 226,31 280,-173 32,-123 258,-49 357,-62 109,-109 514,-5 511,-74 -4,-66 -103,-128 -21,-160 61,-24 130,-129 74,12 15,21 178,30 214,21 77,-21 179,246 272,70 32,-62 270,-78 246,28 114,85 -45,139 83,210 95,53 217,239 312,87 -38,-117 28,-178 66,-280 -21,-53 -37,-199 -127,-165 -97,37 -167,21 -87,-86 -11,-35 -17,-36 9,-66 184,-215 -82,-276 -120,-428 -29,-117 -187,-120 -140,-263 67,-13 124,-113 169,-165 90,-10 111,-1 173,-78 109,-137 328,-63 440,-160 79,-69 169,-153 152,-264 -10,-68 36,-90 29,-156 -12,-115 12,-54 82,-136 110,37 302,231 338,54 75,-15 62,-58 82,-120z"/>
</g>
</g>
<g id="sc01" transform="rotate(-25),translate(-3000,4300)">
<g transform="translate(-6000,500),scale(0.35)">
<rect fill="#F5C592" stroke="#1F1A17" stroke-width="3" x="-5614" y="2" width="11036" height="5979"/>
<path fill="#7CC5A1" stroke="#604F5E" stroke-width="28" d="M589 1050c19,-85 -67,-342 82,-312 65,64 314,174 194,255 136,160 251,75 428,173 46,-20 72,-46 115,-66 87,-41 13,-82 74,-120 73,74 112,93 201,37 21,61 143,127 149,21 5,-113 -32,-134 78,-210 72,-49 -17,-178 131,-123 38,14 208,47 107,-29 7,-65 21,-139 37,-202 10,-35 -59,-416 120,-238 76,0 146,-19 111,99 51,14 73,-32 140,-17 54,-99 -5,-59 94,-49 42,-19 149,47 214,61 54,81 84,77 169,99 55,15 85,61 136,74 80,21 74,-34 140,-37 71,-3 91,66 168,74 92,208 443,194 638,194 45,-61 70,-170 148,-153 93,-31 94,33 185,33 72,0 62,46 70,103 61,-24 65,-10 115,17 108,56 212,-89 222,115 5,93 51,179 42,271 -93,109 -111,150 -111,284 -57,76 29,96 69,152 0,57 6,72 58,95 24,28 43,136 58,181 19,58 127,119 172,189 -34,35 -18,85 -12,136 192,-48 40,103 54,124 -26,101 39,186 -116,201 0,74 95,77 54,169 24,55 17,96 49,148 -41,30 -253,78 -296,53 -27,-73 -39,-33 -53,17 -100,62 -141,13 -161,-87 -76,-25 -262,-102 -247,50 -48,16 -63,26 -98,62 -112,-56 63,185 222,115 59,18 71,69 66,127 91,51 65,83 -9,136 35,176 -132,151 -214,222 -84,-106 -74,88 -37,148 84,134 -157,240 4,309 -13,75 -4,51 50,53 125,7 -107,113 -8,165 80,42 -7,39 -54,74 27,36 149,78 12,78 -64,0 -139,-21 -193,13 -66,-50 -43,10 -58,49 -14,37 -82,72 -115,90 -34,103 -160,199 -267,210 -28,93 -19,186 49,259 33,36 39,146 -20,91 -83,-77 -223,-140 -325,-74 -70,45 -118,8 -190,8 -32,96 -167,4 -140,128 -40,54 -61,61 -127,61 -62,-112 -184,-68 -284,-41 -117,33 -323,-121 -391,83 -47,-63 -68,-50 -111,4 -96,-32 -117,134 -132,205 -54,18 -94,10 -148,37 -21,109 -181,94 -181,165 0,142 -42,37 -78,-21 -111,23 -89,-1 -177,-45 -69,31 -329,40 -382,0 -35,-102 -106,-89 -194,-70 -84,-52 -118,-87 -222,-66 -146,31 -431,-70 -613,-86 -48,-54 -52,-41 -107,-12 -61,32 -96,0 -156,20 -103,-103 -379,-107 -527,-107 -70,0 -95,-135 -193,-61 -91,-106 -426,-7 -510,-198 -43,-97 17,-94 -116,-123 -31,-94 52,-113 -49,-214 -157,52 -231,-276 -123,-276 85,0 50,-63 107,-99 -119,-118 -505,139 -626,152 -51,6 -43,37 -99,38 -111,-128 -238,-13 -304,-66 -91,-73 -100,129 -193,49 -72,-61 -220,-8 -305,21 -12,54 -19,61 -74,61 -77,109 -31,269 -177,334 -101,-34 -215,23 -300,-62 -165,36 41,-51 -99,-107 -90,-121 -150,-8 -263,-21 -204,-22 36,-152 -103,-222 -46,-23 -40,-50 -70,-90 -114,-13 -100,80 -148,148 -162,-65 -56,84 -128,111 -184,69 -243,-52 -403,-128 -119,-56 -38,-107 -57,-201 -42,-12 -378,-124 -383,-132 107,-67 8,-170 -37,-230 15,-76 -19,-86 -12,-148 -69,-92 109,-216 172,-264 -23,-69 -24,-76 -24,-148 -243,-135 1,-130 131,-169 22,-66 26,-148 120,-107 18,62 -22,62 28,99 50,36 141,-11 177,54 31,54 264,182 136,230 23,57 3,128 70,91 61,6 96,-69 156,-9 -30,68 -53,69 -45,148 -129,72 30,80 103,38 119,-70 153,-163 239,-256 22,-24 41,-18 41,-61 0,-47 -74,-243 -13,-284 41,25 38,16 0,49 57,66 142,86 194,4 86,0 184,32 247,95 60,7 96,-23 156,-29 84,72 -129,111 66,111 0,81 95,88 45,169 64,28 134,16 202,16 55,-47 185,-127 168,5 100,9 75,-71 161,-95 34,-10 151,19 70,-41 21,-193 226,31 280,-173 32,-123 258,-49 357,-62 109,-109 514,-5 511,-74 -4,-66 -103,-128 -21,-160 61,-24 130,-129 74,12 15,21 178,30 214,21 77,-21 179,246 272,70 32,-62 270,-78 246,28 114,85 -45,139 83,210 95,53 217,239 312,87 -38,-117 28,-178 66,-280 -21,-53 -37,-199 -127,-165 -97,37 -167,21 -87,-86 -11,-35 -17,-36 9,-66 184,-215 -82,-276 -120,-428 -29,-117 -187,-120 -140,-263 67,-13 124,-113 169,-165 90,-10 111,-1 173,-78 109,-137 328,-63 440,-160 79,-69 169,-153 152,-264 -10,-68 36,-90 29,-156 -12,-115 12,-54 82,-136 110,37 302,231 338,54 75,-15 62,-58 82,-120z"/>
</g>
</g>
<g id="sc02" transform="translate(4500,11600),matrix(.707 .707 -.707 .707 0 0)">
<g transform="translate(-6000,500),scale(0.35)">
<rect fill="#F5C592" stroke="#1F1A17" stroke-width="3" x="-5614" y="2" width="11036" height="5979"/>
<path fill="#7CC5A1" stroke="#604F5E" stroke-width="28" d="M589 1050c19,-85 -67,-342 82,-312 65,64 314,174 194,255 136,160 251,75 428,173 46,-20 72,-46 115,-66 87,-41 13,-82 74,-120 73,74 112,93 201,37 21,61 143,127 149,21 5,-113 -32,-134 78,-210 72,-49 -17,-178 131,-123 38,14 208,47 107,-29 7,-65 21,-139 37,-202 10,-35 -59,-416 120,-238 76,0 146,-19 111,99 51,14 73,-32 140,-17 54,-99 -5,-59 94,-49 42,-19 149,47 214,61 54,81 84,77 169,99 55,15 85,61 136,74 80,21 74,-34 140,-37 71,-3 91,66 168,74 92,208 443,194 638,194 45,-61 70,-170 148,-153 93,-31 94,33 185,33 72,0 62,46 70,103 61,-24 65,-10 115,17 108,56 212,-89 222,115 5,93 51,179 42,271 -93,109 -111,150 -111,284 -57,76 29,96 69,152 0,57 6,72 58,95 24,28 43,136 58,181 19,58 127,119 172,189 -34,35 -18,85 -12,136 192,-48 40,103 54,124 -26,101 39,186 -116,201 0,74 95,77 54,169 24,55 17,96 49,148 -41,30 -253,78 -296,53 -27,-73 -39,-33 -53,17 -100,62 -141,13 -161,-87 -76,-25 -262,-102 -247,50 -48,16 -63,26 -98,62 -112,-56 63,185 222,115 59,18 71,69 66,127 91,51 65,83 -9,136 35,176 -132,151 -214,222 -84,-106 -74,88 -37,148 84,134 -157,240 4,309 -13,75 -4,51 50,53 125,7 -107,113 -8,165 80,42 -7,39 -54,74 27,36 149,78 12,78 -64,0 -139,-21 -193,13 -66,-50 -43,10 -58,49 -14,37 -82,72 -115,90 -34,103 -160,199 -267,210 -28,93 -19,186 49,259 33,36 39,146 -20,91 -83,-77 -223,-140 -325,-74 -70,45 -118,8 -190,8 -32,96 -167,4 -140,128 -40,54 -61,61 -127,61 -62,-112 -184,-68 -284,-41 -117,33 -323,-121 -391,83 -47,-63 -68,-50 -111,4 -96,-32 -117,134 -132,205 -54,18 -94,10 -148,37 -21,109 -181,94 -181,165 0,142 -42,37 -78,-21 -111,23 -89,-1 -177,-45 -69,31 -329,40 -382,0 -35,-102 -106,-89 -194,-70 -84,-52 -118,-87 -222,-66 -146,31 -431,-70 -613,-86 -48,-54 -52,-41 -107,-12 -61,32 -96,0 -156,20 -103,-103 -379,-107 -527,-107 -70,0 -95,-135 -193,-61 -91,-106 -426,-7 -510,-198 -43,-97 17,-94 -116,-123 -31,-94 52,-113 -49,-214 -157,52 -231,-276 -123,-276 85,0 50,-63 107,-99 -119,-118 -505,139 -626,152 -51,6 -43,37 -99,38 -111,-128 -238,-13 -304,-66 -91,-73 -100,129 -193,49 -72,-61 -220,-8 -305,21 -12,54 -19,61 -74,61 -77,109 -31,269 -177,334 -101,-34 -215,23 -300,-62 -165,36 41,-51 -99,-107 -90,-121 -150,-8 -263,-21 -204,-22 36,-152 -103,-222 -46,-23 -40,-50 -70,-90 -114,-13 -100,80 -148,148 -162,-65 -56,84 -128,111 -184,69 -243,-52 -403,-128 -119,-56 -38,-107 -57,-201 -42,-12 -378,-124 -383,-132 107,-67 8,-170 -37,-230 15,-76 -19,-86 -12,-148 -69,-92 109,-216 172,-264 -23,-69 -24,-76 -24,-148 -243,-135 1,-130 131,-169 22,-66 26,-148 120,-107 18,62 -22,62 28,99 50,36 141,-11 177,54 31,54 264,182 136,230 23,57 3,128 70,91 61,6 96,-69 156,-9 -30,68 -53,69 -45,148 -129,72 30,80 103,38 119,-70 153,-163 239,-256 22,-24 41,-18 41,-61 0,-47 -74,-243 -13,-284 41,25 38,16 0,49 57,66 142,86 194,4 86,0 184,32 247,95 60,7 96,-23 156,-29 84,72 -129,111 66,111 0,81 95,88 45,169 64,28 134,16 202,16 55,-47 185,-127 168,5 100,9 75,-71 161,-95 34,-10 151,19 70,-41 21,-193 226,31 280,-173 32,-123 258,-49 357,-62 109,-109 514,-5 511,-74 -4,-66 -103,-128 -21,-160 61,-24 130,-129 74,12 15,21 178,30 214,21 77,-21 179,246 272,70 32,-62 270,-78 246,28 114,85 -45,139 83,210 95,53 217,239 312,87 -38,-117 28,-178 66,-280 -21,-53 -37,-199 -127,-165 -97,37 -167,21 -87,-86 -11,-35 -17,-36 9,-66 184,-215 -82,-276 -120,-428 -29,-117 -187,-120 -140,-263 67,-13 124,-113 169,-165 90,-10 111,-1 173,-78 109,-137 328,-63 440,-160 79,-69 169,-153 152,-264 -10,-68 36,-90 29,-156 -12,-115 12,-54 82,-136 110,37 302,231 338,54 75,-15 62,-58 82,-120z"/>
</g>
</g>
<g id="textelements" font-size="550" font-family="Arial,Helvetica">
<text x="-7000" y="3300">Original</text>
<text x="-3300" y="3300">scale(0.5)</text>
<text x="-550" y="3300">scale(0.4 1)</text>
<text x="3500" y="3300">scale(1 -0.5)</text>
<text x="-7200" y="6700">skewX(-40)</text>
<text x="0" y="6700">skewX(-40),skewY(20)</text>
<text x="-5400" y="10800">rotate(-25)</text>
<text x="0" y="10800">matrix(.707 .707 -.707 .707 0 0)</text>
</g>
</svg>

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 77 KiB

View file

@ -0,0 +1,175 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<!-- Created with Inkscape ("http://www.inkscape.org/") -->
<svg
style="fill:#000000;fill-opacity:1;stroke:none"
width="595.275591"
height="841.889764"
id="svg75"
sodipodi:docbase="./samples"
sodipodi:docname="./samples/tux.svg"
sodipodi:version="0.32"
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"
xmlns:xlink="http://www.w3.org/1999/xlink"
inkscape:version="0.37cvs">
<defs
id="defs77" />
<sodipodi:namedview
id="base"
inkscape:zoom="1.51182741"
inkscape:cx="257.292189"
inkscape:cy="340.724418"
inkscape:window-width="1076"
inkscape:window-height="847"
inkscape:window-x="0"
inkscape:window-y="0" />
<g
id="g289"
transform="translate(-0.826814,-8.526513e-14)">
<path
transform="translate(-188.771,11.2936)"
id="path4"
style="stroke-width:1;stroke:none;fill-opacity:1;fill:#ffffff;"
d="M 344.427 534.692 L 396.057 616.976 L 463.014 650.858 L 564.66 617.783 L 625.97 522.591 L 619.517 433.852 L 569.5 322.526 L 546.106 278.157 L 421.065 279.77 L 414.611 317.686 L 371.049 391.096 L 342.007 470.961 L 344.427 534.692 z " />
<g
transform="translate(107.656,-154.861)"
id="g5"
style="fill:#000000; fill-opacity:1; stroke:none; ">
<path
id="path108"
d="M329.336 727.552C315.224 726.328 304.136 715.816 303.128 694.936C306.368 639.496 309.608 582.112 271.232 545.104C265.256 499.024 244.016 482.104 234.008 452.512L218.24 441.208L237.104 411.688L245.168 411.904L323.936 571.168L340.424 651.448L329.336 727.552z"
style="fill:#c1c1bf;" />
<path
id="path107"
d="M136.232 439.696C133.856 455.248 132.56 470.512 134.792 485.272C118.376 507.592 105.92 530.128 104.48 553.312C92.024 586.504 62.432 614.584 67.544 680.104C84.176 697.456 107.432 713.584 127.376 730.36C152.432 751.312 137.528 778.96 102.248 772.408C94.4 763.768 76.616 709.624 42.92 676.288L49.544 632.584L81.368 547.408L120.968 484.048L125.36 456.688L119.816 386.776L124.424 361.216L136.232 439.696L136.232 439.696z"
style="fill:#c1c1bf;" />
<path
id="path106"
d="M115.64 341.416C116.576 336.376 117.8 331.624 119.312 327.16L121.688 342.784L115.64 341.416z"
style="fill:#c1c1bf;" />
<path
id="path105"
d="M120.968 500.464C108.368 523.792 103.976 546.256 132.92 550.216C117.008 553.888 97.208 568.648 77.192 593.488L77.624 543.016L101.456 503.272L120.968 500.464z"
style="fill:#c1c1bf;" />
<path
id="path104"
d="M-33.256 818.488C10.52 838.144 41.408 837.064 69.272 850.96C91.304 862.552 113.552 861.184 126.944 847.144C138.32 832.456 146.744 831.736 163.52 830.224C190.952 828.568 217.736 828.28 241.928 830.8L269.576 833.032C269.072 864.064 328.04 867.88 345.392 844.336C366.344 819.424 395.144 808.264 419.84 790.192L289.304 725.536C255.824 806.464 131.048 827.632 113.768 763.264L-33.256 818.488z"
style="fill:#c1c1bf;" />
<path
id="path103"
d="M286.424 711.568C273.824 711.496 260.936 715.6 261.944 732.16L266.192 776.44L304.424 756.64L286.424 711.568z"
style="fill:#c1c1bf;" />
<path
id="path102"
d="M-37.36 821.224C7.136 840.88 38.6 839.728 66.968 853.696C89.36 865.216 111.968 863.92 125.648 849.808C137.24 835.192 145.808 834.472 162.872 832.96C190.736 831.232 218.024 831.016 242.648 833.464L270.728 835.768C270.224 866.8 330.272 870.544 347.912 847C369.224 822.088 398.528 811 423.656 792.856L290.816 728.272C256.76 809.128 129.824 830.296 112.256 766L-37.36 821.224z" />
<path
id="path101"
d="M382.328 691.984C403.64 698.968 389.888 720.28 400.76 732.52C405.44 742.888 415.304 752.032 431.792 760.528C459.368 774.424 426.248 799.336 392.768 812.08C351.944 825.616 344.024 862.912 299.312 851.896C283.112 846.496 278.36 831.808 278.864 809.128C284.264 762.76 277.784 730.432 278.792 698.824C278.72 686.152 283.544 684.64 307.232 687.952C310.04 726.328 352.376 727.336 382.328 691.984z"
style="fill:#b77200;" />
<path
id="path100"
d="M339.632 826.624C371.6 814.312 403.856 798.112 429.848 782.128C437.84 777.448 438.92 765.928 427.688 762.328C403.352 748.504 390.104 731.224 392.912 708.76C393.344 700.912 383.696 692.56 381.104 700.048C359.864 771.472 291.32 767.656 300.752 696.952C301.256 694.864 301.76 692.776 302.264 690.76C289.952 688.24 285.2 690.976 285.776 700.408L295.28 806.608C297.656 830.8 317.312 836.128 339.632 826.624z"
style="fill:#f2b700;" />
<path
id="path99"
d="M354.464 537.544C379.16 569.8 404.432 651.088 384.416 691.552C360.944 737.776 307.808 743.248 305.504 695.8C308.816 639.64 311.984 581.536 273.68 544.096C267.704 497.368 246.392 480.232 236.384 450.28L203.12 426.088L133.568 435.088C130.76 452.152 129.104 468.784 131.552 484.912C115.064 507.376 102.608 530.056 101.168 553.312C88.712 586.648 59.12 614.944 64.232 680.752C80.864 698.248 104.12 714.448 124.064 731.296C149.12 752.392 135.512 776.296 100.232 769.672C78.848 746.056 56.744 722.872 35.288 699.328C12.392 683.056 3.896 662.176 27.368 630.496C43.424 609.04 47.96 562.456 62 543.664C74.312 525.16 92.24 508.6 105.272 490.096C112.184 477.928 114.344 468.568 113.264 454.456L110.312 369.136C108.368 307.216 142.424 274.24 189.8 275.248C243.512 275.752 287.576 312.472 288.152 378.28C292.688 410.32 283.256 428.68 308.672 474.472C334.52 522.712 338.552 520.12 354.464 537.544z" />
<path
id="path98"
d="M261.296 503.632L263.528 512.2C257.696 501.688 250.712 483.616 241.928 475.696C239.264 473.536 235.808 473.608 233.72 475.624C222.056 486.928 193.112 510.112 169.928 507.088C152.072 505.288 134.648 493.264 130.832 480.232C128.816 470.872 129.752 463.168 130.976 455.32L240.704 453.52C238.472 463.168 253.088 487 261.296 503.632z"
style="fill:#c1c1bf;" />
<path
id="path97"
d="M143.144 363.232C154.088 363.232 163.88 376.84 163.808 395.632C163.736 408.232 155.528 411.472 149.336 417.016C146.6 419.536 145.952 433.144 142.568 433.144C131.696 433.144 123.488 413.776 123.488 395.632C123.488 377.56 132.272 363.232 143.144 363.232z"
style="fill:#c1c1bf;" />
<path
id="path96"
d="M144.368 375.04C154.088 375.04 160.856 379.936 161.648 391.312C162.224 399.16 160.136 411.76 154.664 414.424C152.144 415.648 143.432 426.664 140.408 426.52C128.096 425.944 125 402.112 125.936 390.736C126.8 379.36 134.72 375.04 144.368 375.04z"
style="fill:#ffffff;" />
<path
id="path95"
d="M141.848 382.672C148.544 382.096 154.736 389.728 155.6 399.664C156.464 409.6 151.64 418.24 144.944 418.816C138.248 419.392 132.056 411.76 131.192 401.752C130.328 391.816 135.152 383.248 141.848 382.672z" />
<path
id="path94"
d="M151.064 397.288C151.424 399.088 149.408 400.024 148.832 398.224C148.256 395.992 146.888 393.328 145.088 391.168C143.936 389.872 145.088 388.432 146.528 389.44C149.048 391.528 150.488 394.12 151.064 397.288z"
style="fill:#c1c1bf;" />
<path
id="path93"
d="M216.944 360.712C232.712 360.712 245.6 377.416 245.6 397.792C245.6 418.24 232.712 434.872 216.944 434.872C201.176 434.872 188.432 418.24 188.432 397.792C188.432 377.416 201.176 360.712 216.944 360.712z"
style="fill:#c1c1bf;" />
<path
id="path92"
d="M224.792 374.968C235.664 378.856 241.928 387.424 242.72 396.568C243.656 407.08 239.408 418.96 230.264 425.944C227.672 427.888 197.72 416.08 195.992 411.616C193.4 405.208 191.816 392.896 193.76 385.624C194.552 382.744 197.216 378.568 201.176 376.336C207.44 372.808 216.656 372.088 224.792 374.968z"
style="fill:#ffffff;" />
<path
id="path91"
d="M216.872 380.944C225.584 380.944 232.712 389.296 232.712 399.448C232.712 409.672 225.584 418.024 216.872 418.024C208.16 418.024 201.032 409.672 201.032 399.448C201.032 389.296 208.16 380.944 216.872 380.944z" />
<path
id="path90"
d="M227.096 392.392C228.104 394.048 226.448 395.776 225.224 394.12C223.784 392.104 221.408 389.944 218.888 388.432C217.232 387.568 217.808 385.624 219.68 386.2C222.92 387.28 225.368 389.368 227.096 392.392z"
style="fill:#c1c1bf;" />
<path
id="path89"
d="M164.96 404.488C172.376 402.328 184.112 403.048 192.248 404.632C200.384 406.792 222.056 418.24 245.024 430.696C247.976 432.208 248.84 437.104 245.024 438.688C239.12 439.12 249.272 453.664 238.904 458.848C223.352 462.88 198.44 485.992 186.128 487.864C179.288 489.376 172.232 489.592 164.6 487.864C140.552 482.968 134.216 455.608 122.912 450.064C119.816 446.824 121.4 441.208 122.408 440.056C123.632 434.224 149.696 406.216 164.96 404.488z"
style="fill:#b77200;" />
<path
id="path88"
d="M185.408 405.856C198.44 407.296 226.088 423.928 239.408 430.624C242.72 432.424 242.504 437.824 239.552 438.688C236.384 440.488 235.448 438.256 232.928 437.896C228.896 435.736 222.272 440.92 217.016 444.88C186.704 467.776 180.656 465.256 156.176 462.664C147.68 460.576 142.136 457.984 139.688 455.968C141.488 445.888 160.496 407.656 166.76 406.792C168.344 404.704 179.936 404.632 185.408 405.856z"
style="fill:#f2b700;" />
<path
id="path87"
d="M190.664 412.048L193.76 413.416C196.064 414.712 193.256 418.168 190.736 417.088L186.2 415.504C183.536 413.272 186.704 410.104 190.664 412.048z"
style="fill:#b77200;" />
<path
id="path86"
d="M268.568 452.368C273.032 454.384 279.224 457.192 282.536 460.144C285.488 464.104 286.784 468.064 286.424 472.024C285.776 474.544 284.12 476.344 281.24 477.424C277.856 478.216 273.68 477.424 271.376 474.112C269.864 471.448 265.256 462.16 263.96 460.576C262.232 457.12 261.944 454.456 262.88 452.368C264.032 451.288 266.048 451 268.568 452.368z"
style="fill:#b77200;" />
<path
id="path85"
d="M273.752 461.584C275.48 462.376 277.928 463.456 279.224 464.68C280.376 466.264 280.88 467.776 280.736 469.36C280.52 470.296 279.8 471.016 278.72 471.448C277.352 471.808 275.768 471.448 274.832 470.152C274.256 469.144 272.456 465.472 271.952 464.824C271.232 463.456 271.088 462.448 271.448 461.584C271.952 461.152 272.744 461.08 273.752 461.584z"
style="fill:#c1c1bf;" />
<path
id="path84"
d="M238.616 358.552C239.048 359.2 238.976 359.776 238.4 360.28C237.896 360.784 237.176 360.712 236.24 360.208L231.632 356.248C231.056 355.744 230.912 354.952 231.272 354.088C232.28 353.44 233.144 353.44 233.936 354.088L238.616 358.552z"
style="fill:#b77200;" />
<path
id="path83"
d="M235.592 305.992C239.624 308.224 240.848 313.912 238.184 318.592C235.592 323.2 230.12 325.144 226.016 322.84C221.984 320.536 220.76 314.92 223.424 310.24C226.016 305.56 231.488 303.688 235.592 305.992z"
style="fill:#b77200;" />
<path
id="path82"
d="M374.912 680.536C378.296 683.128 373.256 687.376 371.024 686.296C369.152 685.648 367.784 683.488 366.92 682.408C366.128 681.184 366.2 679.168 366.92 678.448C367.712 677.44 369.728 677.656 371.024 678.52C372.32 679.168 373.616 679.888 374.912 680.536z"
style="fill:#b77200;" />
<path
id="path81"
d="M297.44 551.512C338.984 572.896 350 611.56 332.072 664.192C330.992 666.64 334.16 668.368 335.24 666.064C354.824 610.336 341.432 571.312 299.024 548.56C296.864 547.552 295.28 550.432 297.44 551.512z"
style="fill:#b77200;" />
<path
id="path80"
d="M72.008 569.512C38.312 627.256 38.096 662.68 62.504 681.328C63.728 682.264 64.448 680.032 63.296 679.168C36.296 655.48 48.896 615.52 74.168 570.88C74.888 569.584 72.512 568.432 72.008 569.512z"
style="fill:#b77200;" />
<path
id="path79"
d="M289.376 586.864C289.232 589.168 288.368 589.528 286.424 587.368C279.8 575.848 235.088 551.44 213.344 548.704C209.24 547.264 209.456 545.392 213.488 544.816C229.184 544.816 241.28 537.904 254.96 537.904C258.704 538.048 262.304 539.488 264.392 541.648C269.504 544.96 288.08 570.592 289.376 586.864z"
style="fill:#c1c1bf;" />
<path
id="path78"
d="M180.152 546.832C180.872 550.792 163.808 545.68 164.744 556.696C165.032 559.72 160.496 561.376 160.64 556.696C160.64 548.272 161.072 548.416 152.72 546.832C151.208 546.76 151.352 544.528 152.72 544.816L152.72 544.816C158.696 546.472 166.76 542.872 166.4 538.84C166.256 537.472 168.56 537.688 168.488 538.84C167.984 545.248 181.664 542.152 180.152 546.832z"
style="fill:#c1c1bf;" />
<path
id="path77"
d="M151.568 705.376C151.64 708.328 148.76 707.68 148.544 705.592C140.192 680.536 143.72 618.832 151.856 598.96C152.432 596.08 156.248 596.944 155.744 598.96C147.104 635.464 147.248 673.048 151.568 705.376z"
style="fill:#c1c1bf;" />
<path
id="path76"
d="M51.704 684.424C75.68 707.824 91.376 743.248 114.632 775.288C148.472 816.04 121.472 858.304 66.464 845.56C38.888 835.192 -0.784 836.344 -32.68 825.832C-55.072 820.36 -55.864 809.272 -44.416 787.6C-40.384 773.776 -40.024 751.312 -43.768 732.592C-45.784 718.408 -39.232 710.488 -24.112 708.832L-24.112 708.832C-11.296 708.688 6.56 713.872 16.28 686.44C23.552 673.336 40.976 672.976 51.704 684.424z"
style="fill:#b77200;" />
<path
id="path75"
d="M24.632 699.04C23.84 680.968 39.32 677.296 49.688 688.312C68.192 710.992 85.112 736.048 100.376 764.992C124.712 804.16 104.624 842.68 67.904 828.064C49.688 817.84 6.128 813.304 -17.344 809.128C-33.04 807.832 -35.128 797.608 -29.152 791.848C-20.944 782.416 -20.08 759.808 -27.856 740.512C-35.56 728.56 -21.088 715.384 -9.712 720.856C0.8 727.048 25.64 713.08 24.632 699.04z"
style="fill:#f2b700;" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<circle cx="50" cy="50" r="48" fill="none" stroke="#000"/>
<path d="M50,2a48,48 0 1 1 0,96a24 24 0 1 1 0-48a24 24 0 1 0 0-48"/>
<circle cx="50" cy="26" r="6"/>
<circle cx="50" cy="74" r="6" fill="#FFF"/>
</svg>

After

Width:  |  Height:  |  Size: 282 B