Zahlreiche Animationen geadded, Punkte geadded, mehr Tiere, neue Sounds
@ -9,7 +9,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.scroll-content {
|
.scroll-content {
|
||||||
background: url("../img/background.svg");
|
background: url("../img/Background/background.svg");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
color: #333;
|
color: #333;
|
||||||
font: 100% Arial, Sans Serif;
|
font: 100% Arial, Sans Serif;
|
||||||
@ -35,16 +35,81 @@ to {background-position: -2000px 0;}
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
.baumhaus {
|
.baumhaus {
|
||||||
background: url("../img/treehouse.svg");
|
background: url("../img/Background/treehouse.svg");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
position:fixed;
|
position:fixed;
|
||||||
bottom:0;
|
bottom:0;
|
||||||
left:0;
|
left:-25px;
|
||||||
width: 256px;
|
width: 256px;
|
||||||
height: 256px;
|
height: 256px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.farmhaus {
|
||||||
|
background: url("../img/Background/Farmhaus.svg");
|
||||||
|
background-size: cover;
|
||||||
|
position:fixed;
|
||||||
|
bottom:60px;
|
||||||
|
Right:10px;
|
||||||
|
width: 30px;
|
||||||
|
height: 40px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.windrad {
|
||||||
|
background: url("../img/Background/Windrad.svg");
|
||||||
|
background-size: cover;
|
||||||
|
position:fixed;
|
||||||
|
bottom:65px;
|
||||||
|
Right:60px;
|
||||||
|
width: 60px;
|
||||||
|
height: 80px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kornspeicher {
|
||||||
|
background: url("../img/Background/Kornspeicher.svg");
|
||||||
|
background-size: cover;
|
||||||
|
position:fixed;
|
||||||
|
bottom:40px;
|
||||||
|
Left:275px;
|
||||||
|
width: 60px;
|
||||||
|
height: 80px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.suchspielbutton {
|
||||||
|
position: absolute;
|
||||||
|
bottom:15px;
|
||||||
|
left:370px;
|
||||||
|
width: 128px;
|
||||||
|
height: 128px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Tierbilder groessen */
|
||||||
|
.imagesizebig{
|
||||||
|
width:128px;
|
||||||
|
height:128px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.imagesizemedium{
|
||||||
|
width:96px;
|
||||||
|
height:96px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.gras {
|
||||||
|
background: url("../img/Background/Grasbuechel.svg");
|
||||||
|
background-size: cover;
|
||||||
|
position:absolute;
|
||||||
|
width: 16;
|
||||||
|
height: 16px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.statusbar{
|
.statusbar{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
@ -82,6 +147,53 @@ to {background-position: -2000px 0;}
|
|||||||
0 0 160px yellow;
|
0 0 160px yellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.spieltimer {
|
||||||
|
font-family: sans-serif;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: 40px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic;
|
||||||
|
letter-spacing: .1em;
|
||||||
|
color: white;
|
||||||
|
text-shadow: 0 0 5px white,
|
||||||
|
0 0 10px white,
|
||||||
|
0 0 20px yellow,
|
||||||
|
0 0 40px yellow,
|
||||||
|
0 0 60px yellow,
|
||||||
|
0 0 90px yellow,
|
||||||
|
0 0 120px yellow,
|
||||||
|
0 0 160px yellow;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.spieltimerdiv {
|
||||||
|
position: absolute;
|
||||||
|
bottom:0px;
|
||||||
|
left:0px;
|
||||||
|
width: 100%;
|
||||||
|
height: 50px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.punktestand {
|
||||||
|
position: absolute;
|
||||||
|
bottom:-15px;
|
||||||
|
right:0px;
|
||||||
|
width: 100%;
|
||||||
|
height: 50px;
|
||||||
|
font-family: sans-serif;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: 30px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic;
|
||||||
|
letter-spacing: .1em;
|
||||||
|
color:white;
|
||||||
|
text-align: right;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.redborder{
|
.redborder{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
@ -99,7 +211,7 @@ to {background-position: -2000px 0;}
|
|||||||
width: 64px;
|
width: 64px;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: url('../img/mentorhelp_64px.png');
|
background: url('../img/Mentor/mentorhelp_64px.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
.mentorborder {
|
.mentorborder {
|
||||||
@ -109,13 +221,13 @@ to {background-position: -2000px 0;}
|
|||||||
width: 64px;
|
width: 64px;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: url('../img/mentorhelp_64px.png');
|
background: url('../img/Mentor/mentorhelp_64px.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
.mentor {
|
.mentor {
|
||||||
width: 64px;
|
width: 64px;
|
||||||
height: 640px;
|
height: 640px;
|
||||||
background: url('../img/mentor_64px.png') left center;
|
background: url('../img/Mentor/mentor_64px.png') left center;
|
||||||
-webkit-animation: mentorsprite 4s steps(10) infinite;
|
-webkit-animation: mentorsprite 4s steps(10) infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -123,6 +235,16 @@ to {background-position: -2000px 0;}
|
|||||||
100% { background-position: 0 -640px; }
|
100% { background-position: 0 -640px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.baumhausaction {
|
||||||
|
position: absolute;
|
||||||
|
top: 100px;
|
||||||
|
left: 110px;
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.mentorborderbaumhaus {
|
.mentorborderbaumhaus {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 122px;
|
top: 122px;
|
||||||
@ -135,7 +257,7 @@ to {background-position: -2000px 0;}
|
|||||||
.mentorbaumhaus {
|
.mentorbaumhaus {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 320px;
|
height: 320px;
|
||||||
background: url('../img/mentor_32px.png') left center;
|
background: url('../img/Mentor/mentor_32px.png') left center;
|
||||||
-webkit-animation: mentorspritebaumhaus 3.8s steps(10) infinite;
|
-webkit-animation: mentorspritebaumhaus 3.8s steps(10) infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -145,18 +267,20 @@ to {background-position: -2000px 0;}
|
|||||||
|
|
||||||
|
|
||||||
.mentorborderbravo {
|
.mentorborderbravo {
|
||||||
position:fixed;
|
position: fixed;
|
||||||
bottom:0;
|
top: 50%;
|
||||||
right:0;
|
left: 50%;
|
||||||
width: 256px;
|
width: 256px;
|
||||||
height: 256px;
|
height: 256px;
|
||||||
|
margin-left: -128px;
|
||||||
|
margin-top: -128px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mentorbravo {
|
.mentorbravo {
|
||||||
width: 256px;
|
width: 256px;
|
||||||
height: 1024px;
|
height: 1024px;
|
||||||
background: url('../img/mentor_bravo.png') left center;
|
background: url('../img/Mentor/mentor_bravo.png') left center;
|
||||||
-webkit-animation: mentorspritebravo 2.8s steps(4) infinite;
|
-webkit-animation: mentorspritebravo 2.8s steps(4) infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 117 KiB |
700
www/img/Background/Baum.svg
Normal file
@ -0,0 +1,700 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="210mm"
|
||||||
|
height="297mm"
|
||||||
|
viewBox="0 0 744.09448819 1052.3622047"
|
||||||
|
id="svg17857"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.91 r13725"
|
||||||
|
sodipodi:docname="Baum.svg">
|
||||||
|
<defs
|
||||||
|
id="defs17859">
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15968">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path15970"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<linearGradient
|
||||||
|
x1="0"
|
||||||
|
y1="0"
|
||||||
|
x2="1"
|
||||||
|
y2="0"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0,15.175232,15.175232,0,578.25787,137.24141)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="linearGradient17314">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#a3cc39"
|
||||||
|
offset="0"
|
||||||
|
id="stop17316" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#74b248"
|
||||||
|
offset="1"
|
||||||
|
id="stop17318" />
|
||||||
|
</linearGradient>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15934">
|
||||||
|
<path
|
||||||
|
d="m 570.795,290.138 0,-74.654 54.826,0 54.824,0 0,74.654 c -6.003,4.227 -39.211,27.602 -54.824,38.432 l 0,0 c -15.614,-10.83 -48.823,-34.205 -54.826,-38.432"
|
||||||
|
id="path15936"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(74.430206,0,0,-74.430206,624.75427,240.43193)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient15990">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#2f3133"
|
||||||
|
offset="0"
|
||||||
|
id="stop15992" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.19479654"
|
||||||
|
id="stop15994" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.488764"
|
||||||
|
id="stop15996" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.79587873"
|
||||||
|
id="stop15998" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#434345"
|
||||||
|
offset="1"
|
||||||
|
id="stop16000" />
|
||||||
|
</radialGradient>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15968-7">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path15970-4"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath17130">
|
||||||
|
<path
|
||||||
|
d="m 570.667,332.037 110,0 0,-57.932 -110,0 0,57.932 z"
|
||||||
|
id="path17132"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath16008">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path16010"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(74.430206,0,0,-74.430206,624.75427,240.43193)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient15990-5">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#2f3133"
|
||||||
|
offset="0"
|
||||||
|
id="stop15992-3" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.19479654"
|
||||||
|
id="stop15994-7" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.488764"
|
||||||
|
id="stop15996-5" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.79587873"
|
||||||
|
id="stop15998-5" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#434345"
|
||||||
|
offset="1"
|
||||||
|
id="stop16000-7" />
|
||||||
|
</radialGradient>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15934-7">
|
||||||
|
<path
|
||||||
|
d="m 570.795,290.138 0,-74.654 54.826,0 54.824,0 0,74.654 c -6.003,4.227 -39.211,27.602 -54.824,38.432 l 0,0 c -15.614,-10.83 -48.823,-34.205 -54.826,-38.432"
|
||||||
|
id="path15936-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath17130-7">
|
||||||
|
<path
|
||||||
|
d="m 570.667,332.037 110,0 0,-57.932 -110,0 0,57.932 z"
|
||||||
|
id="path17132-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15968-2">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path15970-41"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath16370">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path16372"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16210">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16212" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16214" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16216" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16218" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16220" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16222" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16238">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16240" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16242" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16244" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16246" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16248" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16250" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16266">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16268" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16270" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16272" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16274" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16276" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16278" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16294">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16296" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16298" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16300" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16302" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16304" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16306" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16322">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16324" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16326" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16328" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16330" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16332" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16334" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16350">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16352" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16354" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16356" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16358" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16360" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16362" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16042">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16044" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16046" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16048" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16050" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16052" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16054" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16070">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16072" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16074" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16076" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16078" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16080" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16082" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16098">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16100" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16102" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16104" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16106" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16108" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16110" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16126">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16128" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16130" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16132" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16134" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16136" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16138" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16154">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16156" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16158" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16160" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16162" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16164" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16166" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16182">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16184" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16186" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16188" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16190" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16192" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16194" />
|
||||||
|
</radialGradient>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath17678">
|
||||||
|
<path
|
||||||
|
d="m 338.045,248.857 32.041,0 0,-5.18 -32.041,0 0,5.18 z"
|
||||||
|
id="path17680"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.35"
|
||||||
|
inkscape:cx="375"
|
||||||
|
inkscape:cy="520"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1680"
|
||||||
|
inkscape:window-height="987"
|
||||||
|
inkscape:window-x="1912"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata17862">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<g
|
||||||
|
id="g17690"
|
||||||
|
transform="matrix(17.069193,0,0,-19.005457,410.74031,161.69723)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0.826,0.688 1.886,1.102 3.043,1.102 2.414,0 4.41,-1.799 4.722,-4.131 l 0.043,0 c 2.241,0 4.06,-1.821 4.06,-4.066 0,-0.231 -0.02,-0.457 -0.057,-0.677 1.564,-0.332 2.738,-1.723 2.738,-3.388 0,-0.245 -0.026,-0.482 -0.075,-0.713 2.223,-0.37 3.92,-2.304 3.92,-4.634 0,-1.171 -0.429,-2.243 -1.138,-3.066 l 0.003,-0.084 c 0,-1.827 -1.478,-3.305 -3.301,-3.305 -0.281,0 -0.554,0.035 -0.815,0.1 0.192,-0.46 0.299,-0.963 0.299,-1.495 0,-2.139 -1.731,-3.873 -3.866,-3.873 -0.153,0 -0.303,0.008 -0.451,0.026 0.191,-0.487 0.295,-1.02 0.295,-1.577 0,-2.394 -1.939,-4.335 -4.332,-4.335 -1.443,0 -2.72,0.706 -3.507,1.79 -1.362,-0.361 -2.795,-0.554 -4.273,-0.554 -2.706,0 -5.259,0.646 -7.509,1.786 -0.541,-0.266 -1.149,-0.417 -1.793,-0.417 -2.245,0 -4.062,1.821 -4.062,4.067 0,0.243 0.022,0.48 0.061,0.711 -0.746,-0.613 -1.702,-0.981 -2.743,-0.981 -2.393,0 -4.332,1.943 -4.332,4.337 0,1.971 1.31,3.633 3.107,4.162 -0.652,0.774 -1.043,1.772 -1.043,2.862 0,1.775 1.038,3.307 2.544,4.019 l 0.064,0.215 c -0.283,0.486 -0.443,1.051 -0.443,1.654 0,1.713 1.301,3.123 2.97,3.288 l 0.099,0.129 c -0.052,0.301 -0.079,0.608 -0.079,0.92 0,2.966 2.402,5.371 5.364,5.371 0.967,0 1.874,-0.257 2.659,-0.705 0.094,0.031 0.189,0.061 0.285,0.089 C -7.221,0.56 -5.544,2.03 -3.525,2.03 -2.02,2.03 -0.707,1.214 0,0"
|
||||||
|
style="fill:#93af36;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path17692"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g17694"
|
||||||
|
transform="matrix(17.069193,0,0,-19.005457,400.16261,71.409153)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0.826,0.688 1.886,1.102 3.046,1.102 2.413,0 4.407,-1.798 4.718,-4.131 l 0.045,0 c 2.241,0 4.058,-1.821 4.058,-4.064 0,-0.233 -0.019,-0.459 -0.056,-0.68 1.563,-0.331 2.739,-1.721 2.739,-3.387 0,-0.243 -0.026,-0.482 -0.073,-0.711 2.223,-0.372 3.918,-2.306 3.918,-4.636 0,-1.171 -0.427,-2.242 -1.136,-3.064 l 0,-0.086 c 0,-1.825 -1.476,-3.305 -3.3,-3.305 -0.282,0 -0.554,0.036 -0.815,0.102 0.192,-0.461 0.299,-0.966 0.299,-1.497 0,-2.139 -1.73,-3.873 -3.868,-3.873 -0.152,0 -0.302,0.009 -0.448,0.027 0.189,-0.488 0.294,-1.021 0.294,-1.576 0,-2.396 -1.939,-4.339 -4.332,-4.339 -1.441,0 -2.718,0.706 -3.505,1.792 -1.364,-0.359 -2.796,-0.552 -4.276,-0.552 -2.706,0 -5.256,0.644 -7.508,1.786 -0.542,-0.268 -1.15,-0.419 -1.794,-0.419 -2.242,0 -4.062,1.821 -4.062,4.068 0,0.242 0.021,0.481 0.063,0.71 -0.747,-0.611 -1.703,-0.98 -2.744,-0.98 -2.391,0 -4.332,1.942 -4.332,4.338 0,1.97 1.311,3.633 3.107,4.161 -0.653,0.773 -1.044,1.772 -1.044,2.863 0,1.773 1.041,3.307 2.544,4.017 l 0.064,0.215 c -0.281,0.486 -0.443,1.051 -0.443,1.653 0,1.714 1.304,3.124 2.971,3.291 l 0.098,0.13 c -0.05,0.298 -0.076,0.605 -0.076,0.917 0,2.966 2.4,5.371 5.362,5.371 0.967,0 1.874,-0.255 2.657,-0.703 0.095,0.031 0.193,0.059 0.287,0.088 0.323,1.932 1.998,3.404 4.018,3.404 C -2.019,2.032 -0.707,1.215 0,0"
|
||||||
|
style="fill:#a1b339;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path17696"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g17698"
|
||||||
|
transform="matrix(17.069193,0,0,-19.005457,400.13516,784.14875)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 -0.102,2.454 7.638,9.92 7.271,10.312 -0.044,5.186 -0.107,9.38 4.847,14.596 4.289,15.108 -0.379,11.472 -0.725,22.435 -1.283,22.438 -1.84,22.435 -2.19,11.472 -6.856,15.108 -7.412,14.596 -2.458,9.38 -2.521,5.186 -9.838,10.312 -10.203,9.92 -2.464,2.454 -3.094,-12.789 -1.267,-13.42 0.528,-12.789 0.194,-4.695 0,0 Z"
|
||||||
|
style="fill:#aa492b;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path17700"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g17702"
|
||||||
|
transform="matrix(17.069193,0,0,-19.005457,136.21471,391.15696)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0.081,0.472 0.323,0.921 0.715,1.254 1.535,1.952 2.732,1.917 3.51,1.214 L 3.525,1.227 C 4.287,1.875 5.429,1.782 6.077,1.02 6.144,0.942 6.202,0.859 6.255,0.773 6.881,1.112 7.682,0.979 8.162,0.415 8.233,0.332 8.293,0.245 8.344,0.152 c 0.861,0.516 1.994,0.349 2.668,-0.443 0.338,-0.397 0.501,-0.883 0.5,-1.367 l 0.024,-0.029 c 0.527,-0.619 0.455,-1.549 -0.165,-2.076 -0.094,-0.08 -0.198,-0.147 -0.306,-0.2 0.199,-0.1 0.381,-0.243 0.533,-0.421 0.619,-0.727 0.531,-1.816 -0.194,-2.433 -0.051,-0.043 -0.105,-0.083 -0.16,-0.12 0.206,-0.11 0.396,-0.262 0.555,-0.449 0.693,-0.814 0.595,-2.033 -0.217,-2.724 -0.49,-0.418 -1.126,-0.547 -1.708,-0.406 -0.358,-0.516 -0.789,-0.995 -1.29,-1.421 -0.919,-0.782 -1.972,-1.3 -3.065,-1.563 -0.107,-0.247 -0.269,-0.473 -0.488,-0.659 -0.763,-0.65 -1.904,-0.556 -2.553,0.206 -0.071,0.083 -0.132,0.169 -0.185,0.26 -0.076,-0.424 -0.295,-0.827 -0.648,-1.128 -0.812,-0.69 -2.032,-0.59 -2.724,0.223 -0.569,0.668 -0.605,1.611 -0.146,2.311 -0.445,0.075 -0.867,0.3 -1.182,0.67 -0.513,0.603 -0.602,1.422 -0.297,2.099 l -0.04,0.09 c -0.236,0.084 -0.455,0.229 -0.629,0.433 -0.495,0.582 -0.46,1.438 0.059,1.975 l -0.003,0.073 c -0.104,0.087 -0.202,0.184 -0.293,0.29 -0.856,1.006 -0.738,2.516 0.27,3.373 0.328,0.279 0.709,0.453 1.105,0.527 0.023,0.037 0.047,0.076 0.07,0.113 -0.448,0.75 -0.303,1.732 0.383,2.316 C -1.273,0.106 -0.59,0.208 0,0"
|
||||||
|
style="fill:#a9b638;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path17704"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g17706"
|
||||||
|
transform="matrix(17.069193,0,0,-19.005457,580.32275,319.66452)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0.391,0.278 0.877,0.425 1.392,0.384 2.465,0.299 3.288,-0.57 3.345,-1.618 L 3.363,-1.62 C 4.36,-1.698 5.104,-2.571 5.026,-3.568 5.018,-3.67 4.999,-3.77 4.975,-3.867 5.659,-4.069 6.132,-4.729 6.074,-5.468 6.065,-5.578 6.045,-5.682 6.015,-5.782 6.991,-6.025 7.676,-6.942 7.595,-7.979 7.554,-8.5 7.327,-8.959 6.982,-9.3 L 6.981,-9.338 c -0.064,-0.813 -0.772,-1.418 -1.582,-1.354 -0.125,0.01 -0.246,0.036 -0.359,0.074 0.069,-0.211 0.099,-0.44 0.08,-0.675 -0.075,-0.951 -0.904,-1.661 -1.854,-1.586 -0.067,0.006 -0.134,0.014 -0.2,0.027 0.068,-0.223 0.097,-0.463 0.077,-0.71 -0.084,-1.064 -1.015,-1.859 -2.077,-1.775 -0.64,0.05 -1.184,0.408 -1.495,0.918 -0.618,-0.111 -1.261,-0.147 -1.917,-0.095 -1.203,0.094 -2.316,0.471 -3.275,1.055 -0.25,-0.1 -0.526,-0.146 -0.812,-0.123 -0.999,0.079 -1.741,0.953 -1.663,1.95 0.009,0.107 0.026,0.213 0.052,0.314 -0.353,-0.246 -0.789,-0.376 -1.252,-0.339 -1.062,0.084 -1.857,1.015 -1.774,2.078 0.069,0.875 0.711,1.569 1.527,1.741 -0.262,0.365 -0.402,0.825 -0.364,1.308 0.062,0.788 0.579,1.434 1.272,1.695 l 0.036,0.094 c -0.109,0.226 -0.159,0.483 -0.138,0.75 0.06,0.762 0.688,1.343 1.433,1.358 l 0.05,0.054 c -0.014,0.135 -0.013,0.273 -0.003,0.412 0.104,1.317 1.254,2.303 2.571,2.199 0.429,-0.034 0.825,-0.18 1.156,-0.407 0.044,0.01 0.088,0.02 0.131,0.029 0.211,0.849 1.007,1.444 1.904,1.373 C -0.825,0.974 -0.27,0.565 0,0"
|
||||||
|
style="fill:#a9b638;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path17708"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g17710"
|
||||||
|
transform="matrix(17.069193,0,0,-19.005457,335.1425,28.742504)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0.47,0.393 1.078,0.628 1.739,0.628 1.382,0 2.521,-1.027 2.698,-2.361 l 0.025,0 c 1.282,0 2.321,-1.041 2.321,-2.322 0,-0.133 -0.011,-0.263 -0.031,-0.388 0.892,-0.19 1.564,-0.985 1.564,-1.936 0,-0.141 -0.015,-0.277 -0.041,-0.408 1.27,-0.211 2.238,-1.318 2.238,-2.649 0,-0.669 -0.244,-1.282 -0.649,-1.752 l 10e-4,-0.049 c 0,-1.044 -0.844,-1.89 -1.887,-1.89 -0.16,0 -0.316,0.02 -0.465,0.058 0.11,-0.262 0.171,-0.55 0.171,-0.854 0,-1.222 -0.99,-2.214 -2.211,-2.214 -0.088,0 -0.173,0.006 -0.257,0.015 0.108,-0.28 0.168,-0.583 0.168,-0.9 0,-1.371 -1.109,-2.479 -2.475,-2.479 -0.823,0 -1.556,0.402 -2.005,1.021 -0.779,-0.205 -1.599,-0.313 -2.443,-0.313 -1.547,0 -3.007,0.367 -4.291,1.02 -0.308,-0.155 -0.658,-0.239 -1.026,-0.239 -1.283,0 -2.321,1.04 -2.321,2.324 0,0.14 0.012,0.276 0.034,0.407 -0.426,-0.35 -0.972,-0.561 -1.567,-0.561 -1.368,0 -2.477,1.111 -2.477,2.48 0,1.125 0.748,2.076 1.776,2.379 -0.372,0.442 -0.597,1.012 -0.597,1.635 0,1.015 0.594,1.891 1.454,2.296 l 0.038,0.124 c -0.162,0.278 -0.252,0.601 -0.252,0.945 0,0.98 0.742,1.786 1.698,1.881 l 0.055,0.073 c -0.031,0.172 -0.044,0.347 -0.044,0.526 0,1.696 1.372,3.07 3.064,3.07 0.553,0 1.072,-0.146 1.52,-0.403 0.055,0.017 0.109,0.034 0.163,0.052 0.185,1.104 1.142,1.945 2.297,1.945 C -1.154,1.161 -0.403,0.694 0,0"
|
||||||
|
style="fill:#b6ba35;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path17712"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g17714"
|
||||||
|
transform="matrix(17.069193,0,0,-19.005457,403.84259,146.20703)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0.415,0.347 0.951,0.555 1.535,0.555 1.22,0 2.225,-0.908 2.382,-2.084 l 0.021,0 c 1.132,0 2.049,-0.919 2.049,-2.05 0,-0.117 -0.01,-0.232 -0.027,-0.343 0.787,-0.167 1.38,-0.869 1.38,-1.708 0,-0.125 -0.014,-0.245 -0.036,-0.361 1.121,-0.186 1.975,-1.163 1.975,-2.337 0,-0.591 -0.215,-1.133 -0.573,-1.547 l 0.002,-0.043 c 0,-0.922 -0.746,-1.668 -1.666,-1.668 -0.141,0 -0.279,0.017 -0.411,0.051 0.097,-0.232 0.151,-0.485 0.151,-0.754 0,-1.078 -0.874,-1.954 -1.952,-1.954 -0.077,0 -0.152,0.005 -0.226,0.013 0.095,-0.247 0.148,-0.514 0.148,-0.794 0,-1.21 -0.978,-2.188 -2.184,-2.188 -0.727,0 -1.374,0.355 -1.77,0.901 -0.687,-0.181 -1.411,-0.276 -2.157,-0.276 -1.365,0 -2.653,0.324 -3.787,0.9 -0.272,-0.137 -0.581,-0.211 -0.906,-0.211 -1.132,0 -2.048,0.918 -2.048,2.051 0,0.124 0.011,0.244 0.03,0.359 -0.376,-0.308 -0.857,-0.494 -1.383,-0.494 -1.208,0 -2.186,0.98 -2.186,2.188 0,0.993 0.66,1.833 1.567,2.1 -0.328,0.39 -0.527,0.894 -0.527,1.443 0,0.896 0.525,1.669 1.283,2.027 l 0.034,0.109 c -0.143,0.246 -0.222,0.53 -0.222,0.834 0,0.865 0.655,1.576 1.498,1.66 l 0.049,0.065 c -0.027,0.151 -0.039,0.306 -0.039,0.464 0,1.497 1.211,2.71 2.705,2.71 0.488,0 0.946,-0.129 1.341,-0.356 0.048,0.015 0.097,0.031 0.144,0.046 0.163,0.974 1.008,1.716 2.027,1.716 C -1.019,1.024 -0.356,0.612 0,0"
|
||||||
|
style="fill:#b6ba35;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path17716"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 28 KiB |
841
www/img/Background/Farmhaus.svg
Normal file
@ -0,0 +1,841 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="210mm"
|
||||||
|
height="297mm"
|
||||||
|
viewBox="0 0 744.09448819 1052.3622047"
|
||||||
|
id="svg17857"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.91 r13725"
|
||||||
|
sodipodi:docname="Farmhaus.svg">
|
||||||
|
<defs
|
||||||
|
id="defs17859">
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15968">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path15970"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<linearGradient
|
||||||
|
x1="0"
|
||||||
|
y1="0"
|
||||||
|
x2="1"
|
||||||
|
y2="0"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0,15.175232,15.175232,0,578.25787,137.24141)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="linearGradient17314">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#a3cc39"
|
||||||
|
offset="0"
|
||||||
|
id="stop17316" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#74b248"
|
||||||
|
offset="1"
|
||||||
|
id="stop17318" />
|
||||||
|
</linearGradient>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15934">
|
||||||
|
<path
|
||||||
|
d="m 570.795,290.138 0,-74.654 54.826,0 54.824,0 0,74.654 c -6.003,4.227 -39.211,27.602 -54.824,38.432 l 0,0 c -15.614,-10.83 -48.823,-34.205 -54.826,-38.432"
|
||||||
|
id="path15936"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(74.430206,0,0,-74.430206,624.75427,240.43193)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient15990">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#2f3133"
|
||||||
|
offset="0"
|
||||||
|
id="stop15992" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.19479654"
|
||||||
|
id="stop15994" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.488764"
|
||||||
|
id="stop15996" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.79587873"
|
||||||
|
id="stop15998" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#434345"
|
||||||
|
offset="1"
|
||||||
|
id="stop16000" />
|
||||||
|
</radialGradient>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15968-7">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path15970-4"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath17130">
|
||||||
|
<path
|
||||||
|
d="m 570.667,332.037 110,0 0,-57.932 -110,0 0,57.932 z"
|
||||||
|
id="path17132"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath16008">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path16010"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(74.430206,0,0,-74.430206,624.75427,240.43193)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient15990-5">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#2f3133"
|
||||||
|
offset="0"
|
||||||
|
id="stop15992-3" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.19479654"
|
||||||
|
id="stop15994-7" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.488764"
|
||||||
|
id="stop15996-5" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.79587873"
|
||||||
|
id="stop15998-5" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#434345"
|
||||||
|
offset="1"
|
||||||
|
id="stop16000-7" />
|
||||||
|
</radialGradient>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15934-7">
|
||||||
|
<path
|
||||||
|
d="m 570.795,290.138 0,-74.654 54.826,0 54.824,0 0,74.654 c -6.003,4.227 -39.211,27.602 -54.824,38.432 l 0,0 c -15.614,-10.83 -48.823,-34.205 -54.826,-38.432"
|
||||||
|
id="path15936-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath17130-7">
|
||||||
|
<path
|
||||||
|
d="m 570.667,332.037 110,0 0,-57.932 -110,0 0,57.932 z"
|
||||||
|
id="path17132-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15968-2">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path15970-41"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath16370">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path16372"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16210">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16212" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16214" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16216" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16218" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16220" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16222" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16238">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16240" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16242" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16244" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16246" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16248" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16250" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16266">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16268" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16270" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16272" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16274" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16276" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16278" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16294">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16296" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16298" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16300" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16302" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16304" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16306" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16322">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16324" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16326" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16328" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16330" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16332" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16334" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16350">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16352" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16354" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16356" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16358" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16360" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16362" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16042">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16044" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16046" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16048" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16050" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16052" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16054" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16070">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16072" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16074" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16076" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16078" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16080" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16082" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16098">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16100" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16102" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16104" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16106" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16108" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16110" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16126">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16128" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16130" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16132" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16134" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16136" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16138" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16154">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16156" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16158" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16160" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16162" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16164" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16166" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16182">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16184" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16186" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16188" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16190" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16192" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16194" />
|
||||||
|
</radialGradient>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath17678">
|
||||||
|
<path
|
||||||
|
d="m 338.045,248.857 32.041,0 0,-5.18 -32.041,0 0,5.18 z"
|
||||||
|
id="path17680"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15934-5">
|
||||||
|
<path
|
||||||
|
d="m 570.795,290.138 0,-74.654 54.826,0 54.824,0 0,74.654 c -6.003,4.227 -39.211,27.602 -54.824,38.432 l 0,0 c -15.614,-10.83 -48.823,-34.205 -54.826,-38.432"
|
||||||
|
id="path15936-2"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(74.430206,0,0,-74.430206,624.75427,240.43193)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient15990-3">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#2f3133"
|
||||||
|
offset="0"
|
||||||
|
id="stop15992-7" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.19479654"
|
||||||
|
id="stop15994-1" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.488764"
|
||||||
|
id="stop15996-4" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.79587873"
|
||||||
|
id="stop15998-4" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#434345"
|
||||||
|
offset="1"
|
||||||
|
id="stop16000-76" />
|
||||||
|
</radialGradient>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15968-9">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path15970-9"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath17130-6">
|
||||||
|
<path
|
||||||
|
d="m 570.667,332.037 110,0 0,-57.932 -110,0 0,57.932 z"
|
||||||
|
id="path17132-0"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.35"
|
||||||
|
inkscape:cx="375"
|
||||||
|
inkscape:cy="520"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1680"
|
||||||
|
inkscape:window-height="987"
|
||||||
|
inkscape:window-x="1912"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata17862">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<g
|
||||||
|
id="g15926"
|
||||||
|
transform="matrix(5.0017599,0,0,-6.3513834,371.42988,42.60238)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -15.613,-10.831 -48.822,-34.205 -54.825,-38.432 l 0,-74.654 54.825,0 54.825,0 0,74.654 C 48.822,-34.205 15.613,-10.831 0,0"
|
||||||
|
style="fill:#9c4b4c;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15928"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(5.0017599,0,0,-6.3513834,-2757.7729,2129.479)"
|
||||||
|
id="g15930">
|
||||||
|
<g
|
||||||
|
id="g15932"
|
||||||
|
clip-path="url(#clipPath15934-5)">
|
||||||
|
<path
|
||||||
|
d="m 575.421,210.348 0.685,0 0,120.788 -0.685,0 0,-120.788 z"
|
||||||
|
style="fill:#8b4244;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15938"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="m 583.731,210.348 0.685,0 0,120.788 -0.685,0 0,-120.788 z"
|
||||||
|
style="fill:#8b4244;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15940"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="m 592.04,210.348 0.685,0 0,120.788 -0.685,0 0,-120.788 z"
|
||||||
|
style="fill:#8b4244;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15942"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="m 600.35,210.348 0.685,0 0,120.788 -0.685,0 0,-120.788 z"
|
||||||
|
style="fill:#8b4244;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15944"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="m 608.659,210.348 0.685,0 0,120.788 -0.685,0 0,-120.788 z"
|
||||||
|
style="fill:#8b4244;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15946"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="m 616.969,210.348 0.685,0 0,120.788 -0.685,0 0,-120.788 z"
|
||||||
|
style="fill:#8b4244;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15948"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="m 625.278,210.348 0.686,0 0,120.788 -0.686,0 0,-120.788 z"
|
||||||
|
style="fill:#8b4244;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15950"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="m 633.588,210.348 0.685,0 0,120.788 -0.685,0 0,-120.788 z"
|
||||||
|
style="fill:#8b4244;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15952"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="m 641.897,210.348 0.685,0 0,120.788 -0.685,0 0,-120.788 z"
|
||||||
|
style="fill:#8b4244;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15954"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="m 650.207,210.348 0.685,0 0,120.788 -0.685,0 0,-120.788 z"
|
||||||
|
style="fill:#8b4244;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15956"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="m 658.516,210.348 0.685,0 0,120.788 -0.685,0 0,-120.788 z"
|
||||||
|
style="fill:#8b4244;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15958"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="m 666.825,210.348 0.686,0 0,120.788 -0.686,0 0,-120.788 z"
|
||||||
|
style="fill:#8b4244;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15960"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="m 675.135,210.348 0.685,0 0,120.788 -0.685,0 0,-120.788 z"
|
||||||
|
style="fill:#8b4244;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15962"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(5.0017599,0,0,-6.3513834,-2757.7729,2129.479)"
|
||||||
|
id="g15964">
|
||||||
|
<g
|
||||||
|
id="g15966"
|
||||||
|
clip-path="url(#clipPath15968-9)">
|
||||||
|
<g
|
||||||
|
id="g15972"
|
||||||
|
transform="translate(553.5391,276.5613)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 1.348,1.347 62.513,43.862 72.081,50.511 81.649,43.862 142.815,1.347 144.163,0 L 144.428,6.999 72.081,57.658 -0.266,6.999 0,0 Z"
|
||||||
|
style="fill:#f48366;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15974"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
d="m 609.516,258.219 31.866,0 0,-42.734 -31.866,0 0,42.734 z"
|
||||||
|
style="fill:#b28b8d;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15976"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(5.0017599,0,0,-6.3513834,-2757.7729,2129.479)"
|
||||||
|
id="g15978">
|
||||||
|
<g
|
||||||
|
id="g15980">
|
||||||
|
<g
|
||||||
|
id="g15986">
|
||||||
|
<g
|
||||||
|
id="g15988">
|
||||||
|
<path
|
||||||
|
d="m 612.086,215.484 26.727,0 0,40.165 -26.727,0 0,-40.165 z"
|
||||||
|
style="fill:url(#radialGradient15990-3);stroke:none"
|
||||||
|
id="path16002"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
d="m 338.29141,339.5829 66.27333,0 0,-126.46214 -66.27333,0 0,126.46214 z"
|
||||||
|
style="fill:#404041;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path16014"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<g
|
||||||
|
transform="matrix(5.0017599,0,0,-6.3513834,-2757.7729,2129.479)"
|
||||||
|
id="g17126">
|
||||||
|
<g
|
||||||
|
id="g17128" />
|
||||||
|
<g
|
||||||
|
id="g17134">
|
||||||
|
<g
|
||||||
|
clip-path="url(#clipPath17130-6)"
|
||||||
|
id="g17136">
|
||||||
|
<g
|
||||||
|
transform="translate(680.6667,276.5108)"
|
||||||
|
id="g17138">
|
||||||
|
<path
|
||||||
|
d="M 0,0 -54.684,32.826 -110,-2.406 l 0,17.562 55.07,40.37 L 0,15.772 0,0 Z"
|
||||||
|
style="fill:#e6e6e6;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path17140"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 25 KiB |
101
www/img/Background/Grasbuechel.svg
Normal file
@ -0,0 +1,101 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="210mm"
|
||||||
|
height="297mm"
|
||||||
|
viewBox="0 0 744.09448819 1052.3622047"
|
||||||
|
id="svg17857"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.91 r13725"
|
||||||
|
sodipodi:docname="Grasbuechel.svg">
|
||||||
|
<defs
|
||||||
|
id="defs17859">
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15968">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path15970"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<linearGradient
|
||||||
|
x1="0"
|
||||||
|
y1="0"
|
||||||
|
x2="1"
|
||||||
|
y2="0"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0,15.175232,15.175232,0,578.25787,137.24141)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="linearGradient17314">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#a3cc39"
|
||||||
|
offset="0"
|
||||||
|
id="stop17316" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#74b248"
|
||||||
|
offset="1"
|
||||||
|
id="stop17318" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.35"
|
||||||
|
inkscape:cx="375"
|
||||||
|
inkscape:cy="520"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1680"
|
||||||
|
inkscape:window-height="987"
|
||||||
|
inkscape:window-x="1912"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata17862">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<g
|
||||||
|
transform="matrix(10.342217,0,0,-11.604695,-5847.6074,1771.6301)"
|
||||||
|
id="g17302">
|
||||||
|
<g
|
||||||
|
id="g17304">
|
||||||
|
<g
|
||||||
|
id="g17310">
|
||||||
|
<g
|
||||||
|
id="g17312">
|
||||||
|
<path
|
||||||
|
d="m 577.687,142.351 c -3.309,7.257 -6.363,7.491 -6.363,7.491 l 0,0 c 2.799,-4.214 2.545,-9.831 2.545,-9.831 l 0,0 c -1.782,4.915 -5.092,6.086 -5.092,6.086 l 0,0 c 2.547,-3.277 2.037,-7.023 2.037,-7.023 l 0,0 c -1.381,2.331 -2.762,3.209 -4.969,3.832 l 0,0 c 1.332,-0.873 2.855,-4.093 3.541,-5.665 l 0,0 16.589,0 4.695,3.004 c -1.527,-0.39 -4.017,-0.907 -5.544,-1.297 l 0,0 c 2.8,1.404 3.507,5.276 3.507,5.276 l 0,0 c -2.036,-1.639 -4.182,-3.712 -4.182,-3.712 l 0,0 c -0.763,2.808 3.928,6.521 3.928,6.521 l 0,0 c -3.818,-0.936 -5.345,-3.277 -5.345,-3.277 l 0,0 c -0.51,3.277 0.763,6.32 0.763,6.32 l 0,0 c -2.8,-1.639 -3.564,-6.554 -3.564,-6.554 l 0,0 c -1.781,2.575 -3.055,8.895 -3.055,8.895 l 0,0 c 0,-3.746 0.509,-10.066 0.509,-10.066"
|
||||||
|
style="fill:url(#linearGradient17314);stroke:none"
|
||||||
|
id="path17320"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.4 KiB |
747
www/img/Background/Kornspeicher.svg
Normal file
@ -0,0 +1,747 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="210mm"
|
||||||
|
height="297mm"
|
||||||
|
viewBox="0 0 744.09448819 1052.3622047"
|
||||||
|
id="svg17857"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.91 r13725"
|
||||||
|
sodipodi:docname="Kornspeicher.svg">
|
||||||
|
<defs
|
||||||
|
id="defs17859">
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15968">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path15970"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<linearGradient
|
||||||
|
x1="0"
|
||||||
|
y1="0"
|
||||||
|
x2="1"
|
||||||
|
y2="0"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0,15.175232,15.175232,0,578.25787,137.24141)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="linearGradient17314">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#a3cc39"
|
||||||
|
offset="0"
|
||||||
|
id="stop17316" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#74b248"
|
||||||
|
offset="1"
|
||||||
|
id="stop17318" />
|
||||||
|
</linearGradient>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15934">
|
||||||
|
<path
|
||||||
|
d="m 570.795,290.138 0,-74.654 54.826,0 54.824,0 0,74.654 c -6.003,4.227 -39.211,27.602 -54.824,38.432 l 0,0 c -15.614,-10.83 -48.823,-34.205 -54.826,-38.432"
|
||||||
|
id="path15936"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(74.430206,0,0,-74.430206,624.75427,240.43193)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient15990">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#2f3133"
|
||||||
|
offset="0"
|
||||||
|
id="stop15992" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.19479654"
|
||||||
|
id="stop15994" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.488764"
|
||||||
|
id="stop15996" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.79587873"
|
||||||
|
id="stop15998" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#434345"
|
||||||
|
offset="1"
|
||||||
|
id="stop16000" />
|
||||||
|
</radialGradient>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15968-7">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path15970-4"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath17130">
|
||||||
|
<path
|
||||||
|
d="m 570.667,332.037 110,0 0,-57.932 -110,0 0,57.932 z"
|
||||||
|
id="path17132"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath16008">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path16010"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(74.430206,0,0,-74.430206,624.75427,240.43193)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient15990-5">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#2f3133"
|
||||||
|
offset="0"
|
||||||
|
id="stop15992-3" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.19479654"
|
||||||
|
id="stop15994-7" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.488764"
|
||||||
|
id="stop15996-5" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.79587873"
|
||||||
|
id="stop15998-5" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#434345"
|
||||||
|
offset="1"
|
||||||
|
id="stop16000-7" />
|
||||||
|
</radialGradient>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15934-7">
|
||||||
|
<path
|
||||||
|
d="m 570.795,290.138 0,-74.654 54.826,0 54.824,0 0,74.654 c -6.003,4.227 -39.211,27.602 -54.824,38.432 l 0,0 c -15.614,-10.83 -48.823,-34.205 -54.826,-38.432"
|
||||||
|
id="path15936-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath17130-7">
|
||||||
|
<path
|
||||||
|
d="m 570.667,332.037 110,0 0,-57.932 -110,0 0,57.932 z"
|
||||||
|
id="path17132-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15968-2">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path15970-41"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath16370">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path16372"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16210">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16212" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16214" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16216" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16218" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16220" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16222" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16238">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16240" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16242" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16244" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16246" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16248" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16250" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16266">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16268" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16270" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16272" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16274" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16276" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16278" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16294">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16296" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16298" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16300" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16302" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16304" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16306" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16322">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16324" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16326" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16328" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16330" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16332" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16334" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16350">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16352" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16354" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16356" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16358" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16360" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16362" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16042">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16044" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16046" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16048" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16050" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16052" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16054" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16070">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16072" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16074" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16076" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16078" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16080" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16082" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16098">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16100" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16102" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16104" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16106" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16108" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16110" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16126">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16128" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16130" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16132" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16134" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16136" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16138" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16154">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16156" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16158" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16160" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16162" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16164" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16166" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16182">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16184" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16186" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16188" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16190" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16192" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16194" />
|
||||||
|
</radialGradient>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath17678">
|
||||||
|
<path
|
||||||
|
d="m 338.045,248.857 32.041,0 0,-5.18 -32.041,0 0,5.18 z"
|
||||||
|
id="path17680"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15934-5">
|
||||||
|
<path
|
||||||
|
d="m 570.795,290.138 0,-74.654 54.826,0 54.824,0 0,74.654 c -6.003,4.227 -39.211,27.602 -54.824,38.432 l 0,0 c -15.614,-10.83 -48.823,-34.205 -54.826,-38.432"
|
||||||
|
id="path15936-2"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(74.430206,0,0,-74.430206,624.75427,240.43193)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient15990-3">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#2f3133"
|
||||||
|
offset="0"
|
||||||
|
id="stop15992-7" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.19479654"
|
||||||
|
id="stop15994-1" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.488764"
|
||||||
|
id="stop15996-4" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.79587873"
|
||||||
|
id="stop15998-4" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#434345"
|
||||||
|
offset="1"
|
||||||
|
id="stop16000-76" />
|
||||||
|
</radialGradient>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15968-9">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path15970-9"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath17130-6">
|
||||||
|
<path
|
||||||
|
d="m 570.667,332.037 110,0 0,-57.932 -110,0 0,57.932 z"
|
||||||
|
id="path17132-0"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15892">
|
||||||
|
<path
|
||||||
|
d="m 685.667,311.667 51.711,0 0,-81.948 -51.711,0 0,81.948 z"
|
||||||
|
id="path15894"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.35"
|
||||||
|
inkscape:cx="375"
|
||||||
|
inkscape:cy="520"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1680"
|
||||||
|
inkscape:window-height="987"
|
||||||
|
inkscape:window-x="1912"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata17862">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<path
|
||||||
|
d="m 54.904174,1043.0013 535.921566,0 0,-876.26132 -535.921566,0 0,876.26132 z"
|
||||||
|
style="fill:#a7b4c0;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15886"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<g
|
||||||
|
transform="matrix(9.7728137,0,0,-9.1877298,-6648.5913,3028.0747)"
|
||||||
|
id="g15888">
|
||||||
|
<g
|
||||||
|
id="g15890" />
|
||||||
|
<g
|
||||||
|
id="g15896">
|
||||||
|
<g
|
||||||
|
clip-path="url(#clipPath15892)"
|
||||||
|
id="g15898"
|
||||||
|
style="opacity:0.39999402">
|
||||||
|
<g
|
||||||
|
transform="translate(685.6667,229.896)"
|
||||||
|
id="g15900">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 1,-0.105 2.442,-0.177 3.614,-0.177 26.527,0 48.097,27.483 48.097,61.24 0,7.226 -0.925,13.708 -2.734,20.708 L 0,81.771 0,0 Z"
|
||||||
|
style="fill:#e6e6e6;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15902"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g15918"
|
||||||
|
transform="matrix(9.7728137,0,0,-9.1877298,322.85714,4.58022)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 16.426,-9.997 16.427,-9.997 -32.853,0 -32.853,0 16.427,9.997 L 0,0 Z"
|
||||||
|
style="fill:#7c7d7d;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15920"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
d="m 58.285568,356.45741 532.540172,0 0,-13.79997 -532.540172,0 0,13.79997 z"
|
||||||
|
style="fill:#58595b;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15922"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="m 54.904174,649.69299 532.540166,0 0,-13.79997 -532.540166,0 0,13.79997 z"
|
||||||
|
style="fill:#58595b;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path15924"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 22 KiB |
904
www/img/Background/Windrad.svg
Normal file
@ -0,0 +1,904 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="210mm"
|
||||||
|
height="297mm"
|
||||||
|
viewBox="0 0 744.09448819 1052.3622047"
|
||||||
|
id="svg17857"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.91 r13725"
|
||||||
|
sodipodi:docname="Windrad.svg">
|
||||||
|
<defs
|
||||||
|
id="defs17859">
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15968">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path15970"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<linearGradient
|
||||||
|
x1="0"
|
||||||
|
y1="0"
|
||||||
|
x2="1"
|
||||||
|
y2="0"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(0,15.175232,15.175232,0,578.25787,137.24141)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="linearGradient17314">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#a3cc39"
|
||||||
|
offset="0"
|
||||||
|
id="stop17316" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#74b248"
|
||||||
|
offset="1"
|
||||||
|
id="stop17318" />
|
||||||
|
</linearGradient>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15934">
|
||||||
|
<path
|
||||||
|
d="m 570.795,290.138 0,-74.654 54.826,0 54.824,0 0,74.654 c -6.003,4.227 -39.211,27.602 -54.824,38.432 l 0,0 c -15.614,-10.83 -48.823,-34.205 -54.826,-38.432"
|
||||||
|
id="path15936"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(74.430206,0,0,-74.430206,624.75427,240.43193)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient15990">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#2f3133"
|
||||||
|
offset="0"
|
||||||
|
id="stop15992" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.19479654"
|
||||||
|
id="stop15994" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.488764"
|
||||||
|
id="stop15996" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.79587873"
|
||||||
|
id="stop15998" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#434345"
|
||||||
|
offset="1"
|
||||||
|
id="stop16000" />
|
||||||
|
</radialGradient>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15968-7">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path15970-4"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath17130">
|
||||||
|
<path
|
||||||
|
d="m 570.667,332.037 110,0 0,-57.932 -110,0 0,57.932 z"
|
||||||
|
id="path17132"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath16008">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path16010"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(74.430206,0,0,-74.430206,624.75427,240.43193)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient15990-5">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#2f3133"
|
||||||
|
offset="0"
|
||||||
|
id="stop15992-3" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.19479654"
|
||||||
|
id="stop15994-7" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.488764"
|
||||||
|
id="stop15996-5" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#414244"
|
||||||
|
offset="0.79587873"
|
||||||
|
id="stop15998-5" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#434345"
|
||||||
|
offset="1"
|
||||||
|
id="stop16000-7" />
|
||||||
|
</radialGradient>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15934-7">
|
||||||
|
<path
|
||||||
|
d="m 570.795,290.138 0,-74.654 54.826,0 54.824,0 0,74.654 c -6.003,4.227 -39.211,27.602 -54.824,38.432 l 0,0 c -15.614,-10.83 -48.823,-34.205 -54.826,-38.432"
|
||||||
|
id="path15936-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath17130-7">
|
||||||
|
<path
|
||||||
|
d="m 570.667,332.037 110,0 0,-57.932 -110,0 0,57.932 z"
|
||||||
|
id="path17132-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath15968-2">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path15970-41"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath16370">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path16372"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16210">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16212" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16214" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16216" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16218" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16220" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16222" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16238">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16240" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16242" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16244" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16246" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16248" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16250" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16266">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16268" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16270" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16272" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16274" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16276" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16278" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16294">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16296" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16298" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16300" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16302" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16304" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16306" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16322">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16324" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16326" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16328" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16330" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16332" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16334" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16350">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16352" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16354" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16356" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16358" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16360" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16362" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16042">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16044" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16046" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16048" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16050" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16052" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16054" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16070">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16072" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16074" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16076" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16078" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16080" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16082" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16098">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16100" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16102" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16104" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16106" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16108" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16110" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16126">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16128" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16130" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16132" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16134" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16136" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16138" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16154">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16156" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16158" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16160" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16162" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16164" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16166" />
|
||||||
|
</radialGradient>
|
||||||
|
<radialGradient
|
||||||
|
fx="0"
|
||||||
|
fy="0"
|
||||||
|
cx="0"
|
||||||
|
cy="0"
|
||||||
|
r="1"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(82.423149,82.423149,82.423149,-82.423149,517.35583,342.78613)"
|
||||||
|
spreadMethod="pad"
|
||||||
|
id="radialGradient16182">
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0"
|
||||||
|
id="stop16184" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.005618"
|
||||||
|
id="stop16186" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#bdbbb7"
|
||||||
|
offset="0.1380668"
|
||||||
|
id="stop16188" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#e7dfd5"
|
||||||
|
offset="0.533708"
|
||||||
|
id="stop16190" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="0.76688781"
|
||||||
|
id="stop16192" />
|
||||||
|
<stop
|
||||||
|
style="stop-opacity:1;stop-color:#f4eadf"
|
||||||
|
offset="1"
|
||||||
|
id="stop16194" />
|
||||||
|
</radialGradient>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.35"
|
||||||
|
inkscape:cx="375"
|
||||||
|
inkscape:cy="520"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1680"
|
||||||
|
inkscape:window-height="987"
|
||||||
|
inkscape:window-x="1912"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata17862">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<g
|
||||||
|
id="g16016"
|
||||||
|
transform="matrix(6.9973921,0,0,-5.6900021,246.95373,201.09472)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 6.946,-1.599 -33.871,-146.993 -7.314,0 L 0,0 Z"
|
||||||
|
style="fill:#9c4b4c;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path16018"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g16020"
|
||||||
|
transform="matrix(6.9973921,0,0,-5.6900021,295.56114,210.19531)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 -6.946,-1.6 33.502,-145.392 7.315,0 L 0,0 Z"
|
||||||
|
style="fill:#a04e4f;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path16022"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
d="m 246.95446,201.09418 48.60388,0 0,845.48882 -48.60388,0 0,-845.48882 z"
|
||||||
|
style="fill:#904546;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path16024"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="m 27.831125,703.19703 464.493885,0 0,-27.87532 -464.493885,0 0,27.87532 z"
|
||||||
|
style="fill:#8b4244;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path16026"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="m 32.512381,771.6193 464.493889,0 0,-27.87532 -464.493889,0 0,27.87532 z"
|
||||||
|
style="fill:#8b4244;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path16028"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<g
|
||||||
|
transform="matrix(6.9973921,0,0,-5.6900021,-3305.6495,2163.6556)"
|
||||||
|
id="g16030">
|
||||||
|
<g
|
||||||
|
id="g16032">
|
||||||
|
<g
|
||||||
|
id="g16038">
|
||||||
|
<g
|
||||||
|
id="g16040">
|
||||||
|
<path
|
||||||
|
d="m 500.289,378.031 c 0,0 8.575,-25.9 11.624,-35.561 l 0,0 0,35.777 -11.624,-0.216 z"
|
||||||
|
style="fill:url(#radialGradient16042);stroke:none"
|
||||||
|
id="path16056"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(6.9973921,0,0,-5.6900021,-3305.6495,2163.6556)"
|
||||||
|
id="g16058">
|
||||||
|
<g
|
||||||
|
id="g16060">
|
||||||
|
<g
|
||||||
|
id="g16066">
|
||||||
|
<g
|
||||||
|
id="g16068">
|
||||||
|
<path
|
||||||
|
d="m 484.06,367.456 c 0,0 20.38,-18.144 27.853,-24.986 l 0,0 -17.893,30.983 -9.96,-5.997 z"
|
||||||
|
style="fill:url(#radialGradient16070);stroke:none"
|
||||||
|
id="path16084"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(6.9973921,0,0,-5.6900021,-3305.6495,2163.6556)"
|
||||||
|
id="g16086">
|
||||||
|
<g
|
||||||
|
id="g16088">
|
||||||
|
<g
|
||||||
|
id="g16094">
|
||||||
|
<g
|
||||||
|
id="g16096">
|
||||||
|
<path
|
||||||
|
d="m 475.295,350.186 c 0,0 26.724,-5.525 36.618,-7.716 l 0,0 -30.992,17.888 -5.626,-10.172 z"
|
||||||
|
style="fill:url(#radialGradient16098);stroke:none"
|
||||||
|
id="path16112"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(6.9973921,0,0,-5.6900021,-3305.6495,2163.6556)"
|
||||||
|
id="g16114">
|
||||||
|
<g
|
||||||
|
id="g16116">
|
||||||
|
<g
|
||||||
|
id="g16122">
|
||||||
|
<g
|
||||||
|
id="g16124">
|
||||||
|
<path
|
||||||
|
d="m 476.127,342.47 0.215,-11.62 c 0,0 25.908,8.572 35.571,11.62 l 0,0 -35.786,0 z"
|
||||||
|
style="fill:url(#radialGradient16126);stroke:none"
|
||||||
|
id="path16140"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(6.9973921,0,0,-5.6900021,-3305.6495,2163.6556)"
|
||||||
|
id="g16142">
|
||||||
|
<g
|
||||||
|
id="g16144">
|
||||||
|
<g
|
||||||
|
id="g16150">
|
||||||
|
<g
|
||||||
|
id="g16152">
|
||||||
|
<path
|
||||||
|
d="m 480.921,324.582 5.999,-9.956 c 0,0 18.148,20.375 24.993,27.844 l 0,0 -30.992,-17.888 z"
|
||||||
|
style="fill:url(#radialGradient16154);stroke:none"
|
||||||
|
id="path16168"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(6.9973921,0,0,-5.6900021,-3305.6495,2163.6556)"
|
||||||
|
id="g16170">
|
||||||
|
<g
|
||||||
|
id="g16172">
|
||||||
|
<g
|
||||||
|
id="g16178">
|
||||||
|
<g
|
||||||
|
id="g16180">
|
||||||
|
<path
|
||||||
|
d="m 494.02,311.488 10.174,-5.624 c 0,0 5.527,26.717 7.719,36.606 l 0,0 -17.893,-30.982 z"
|
||||||
|
style="fill:url(#radialGradient16182);stroke:none"
|
||||||
|
id="path16196"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(6.9973921,0,0,-5.6900021,-3305.6495,2163.6556)"
|
||||||
|
id="g16198">
|
||||||
|
<g
|
||||||
|
id="g16200">
|
||||||
|
<g
|
||||||
|
id="g16206">
|
||||||
|
<g
|
||||||
|
id="g16208">
|
||||||
|
<path
|
||||||
|
d="m 511.913,306.695 11.623,0.215 c 0,0 -8.574,25.9 -11.623,35.56 l 0,0 0,-35.775 z"
|
||||||
|
style="fill:url(#radialGradient16210);stroke:none"
|
||||||
|
id="path16224"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(6.9973921,0,0,-5.6900021,-3305.6495,2163.6556)"
|
||||||
|
id="g16226">
|
||||||
|
<g
|
||||||
|
id="g16228">
|
||||||
|
<g
|
||||||
|
id="g16234">
|
||||||
|
<g
|
||||||
|
id="g16236">
|
||||||
|
<path
|
||||||
|
d="m 529.806,311.488 9.959,5.997 c 0,0 -20.38,18.143 -27.852,24.985 l 0,0 17.893,-30.982 z"
|
||||||
|
style="fill:url(#radialGradient16238);stroke:none"
|
||||||
|
id="path16252"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(6.9973921,0,0,-5.6900021,-3305.6495,2163.6556)"
|
||||||
|
id="g16254">
|
||||||
|
<g
|
||||||
|
id="g16256">
|
||||||
|
<g
|
||||||
|
id="g16262">
|
||||||
|
<g
|
||||||
|
id="g16264">
|
||||||
|
<path
|
||||||
|
d="m 542.904,324.582 5.626,10.172 c 0,0 -26.724,5.526 -36.617,7.716 l 0,0 30.991,-17.888 z"
|
||||||
|
style="fill:url(#radialGradient16266);stroke:none"
|
||||||
|
id="path16280"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(6.9973921,0,0,-5.6900021,-3305.6495,2163.6556)"
|
||||||
|
id="g16282">
|
||||||
|
<g
|
||||||
|
id="g16284">
|
||||||
|
<g
|
||||||
|
id="g16290">
|
||||||
|
<g
|
||||||
|
id="g16292">
|
||||||
|
<path
|
||||||
|
d="m 511.913,342.47 35.786,0 -0.216,11.621 c 0,0 -25.907,-8.572 -35.57,-11.621"
|
||||||
|
style="fill:url(#radialGradient16294);stroke:none"
|
||||||
|
id="path16308"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(6.9973921,0,0,-5.6900021,-3305.6495,2163.6556)"
|
||||||
|
id="g16310">
|
||||||
|
<g
|
||||||
|
id="g16312">
|
||||||
|
<g
|
||||||
|
id="g16318">
|
||||||
|
<g
|
||||||
|
id="g16320">
|
||||||
|
<path
|
||||||
|
d="m 511.913,342.47 30.991,17.888 -5.998,9.956 c 0,0 -18.149,-20.373 -24.993,-27.844"
|
||||||
|
style="fill:url(#radialGradient16322);stroke:none"
|
||||||
|
id="path16336"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(6.9973921,0,0,-5.6900021,-3305.6495,2163.6556)"
|
||||||
|
id="g16338">
|
||||||
|
<g
|
||||||
|
id="g16340">
|
||||||
|
<g
|
||||||
|
id="g16346">
|
||||||
|
<g
|
||||||
|
id="g16348">
|
||||||
|
<path
|
||||||
|
d="m 511.913,342.47 17.893,30.983 -10.174,5.623 c 0,0 -5.528,-26.715 -7.719,-36.606"
|
||||||
|
style="fill:url(#radialGradient16350);stroke:none"
|
||||||
|
id="path16364"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(6.9973921,0,0,-5.6900021,-3305.6495,2163.6556)"
|
||||||
|
id="g16366">
|
||||||
|
<g
|
||||||
|
id="g16368"
|
||||||
|
clip-path="url(#clipPath16370)">
|
||||||
|
<g
|
||||||
|
id="g16374"
|
||||||
|
transform="translate(511.9129,337.8484)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 2.669,0 4.846,2.176 4.846,4.844 4.846,7.512 2.669,9.688 0,9.688 -2.669,9.688 -4.846,7.512 -4.846,4.844 -4.846,2.176 -2.669,0 0,0"
|
||||||
|
style="fill:#6d6e70;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path16376"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g16378"
|
||||||
|
transform="translate(511.9129,340.1562)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 1.397,0 2.537,1.139 2.537,2.536 2.537,3.933 1.397,5.072 0,5.072 -1.397,5.072 -2.537,3.933 -2.537,2.536 -2.537,1.139 -1.397,0 0,0"
|
||||||
|
style="fill:#58595b;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||||
|
id="path16380"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 179 KiB After Width: | Height: | Size: 179 KiB |
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 285 KiB After Width: | Height: | Size: 285 KiB |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
BIN
www/img/Tiere/Affe.png
Normal file
|
After Width: | Height: | Size: 57 KiB |
1566
www/img/Tiere/Affe.svg
Normal file
|
After Width: | Height: | Size: 82 KiB |
BIN
www/img/Tiere/Esel.png
Normal file
|
After Width: | Height: | Size: 37 KiB |
1736
www/img/Tiere/Esel.svg
Normal file
|
After Width: | Height: | Size: 92 KiB |
BIN
www/img/Tiere/Hase.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
1436
www/img/Tiere/Hase.svg
Normal file
|
After Width: | Height: | Size: 74 KiB |
BIN
www/img/Tiere/Hund.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
743
www/img/Tiere/Hund.svg
Normal file
@ -0,0 +1,743 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="210mm"
|
||||||
|
height="297mm"
|
||||||
|
viewBox="0 0 744.09448819 1052.3622047"
|
||||||
|
id="svg7885"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.91 r13725"
|
||||||
|
sodipodi:docname="Hund.svg">
|
||||||
|
<defs
|
||||||
|
id="defs7887">
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4622">
|
||||||
|
<path
|
||||||
|
d="m 260.314,738.063 c 0,0 -5.875,4.191 -8.98,-2.39 l 0,0 c 0,0 -4.953,0.601 -7.468,-4.083 l 0,0 c -2.516,-4.683 0.748,-6.726 0.748,-6.726 l 0,0 c 0,0 -4.624,-7.853 3.435,-10.398 l 0,0 c 0,0 1.445,-8.606 8.896,-4.843 l 0,0 c 0,0 8.1,-7.533 13.095,1.192 l 0,0 c 0,0 11.763,-5.312 12.042,5.361 l 0,0 c 0,0 3.471,1.648 3.162,4.721 l 0,0 c -0.309,3.074 -3.436,4.679 -3.436,4.679 l 0,0 c 0,0 4.523,8.931 -5.622,8.698 l 0,0 c 0,0 -0.066,7.403 -6.482,4.869 l 0,0 c -1.801,1.566 -3.355,2.119 -4.65,2.119 l 0,0 c -3.116,0 -4.74,-3.199 -4.74,-3.199"
|
||||||
|
id="path4624"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4602">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4604"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4586">
|
||||||
|
<path
|
||||||
|
d="m 252.215,711.337 c 0,0 -18.168,-31.307 -15.295,-37.42 l 0,0 c 2.872,-6.112 35.732,-8.123 38.16,-2.148 l 0,0 c 2.427,5.975 0.1,38.918 -0.406,41.359 l 0,0 c -0.293,1.412 -5.815,4.155 -11.545,4.155 l 0,0 c -4.176,0 -8.461,-1.456 -10.914,-5.946"
|
||||||
|
id="path4588"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4574">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4576"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4562">
|
||||||
|
<path
|
||||||
|
d="m 298.304,747.184 c -8.317,3.684 -11.04,-4.687 -11.04,-4.687 l 0,0 c -13.29,1.069 -14.315,-11.418 -14.315,-11.418 l 0,0 c -10.611,-2.78 -4.563,-15.345 -4.563,-15.345 l 0,0 c -3.644,-1.885 0.435,-9.423 0.435,-9.423 l 0,0 c -3.38,-0.04 -3.528,-5.522 -0.314,-8.438 l 0,0 c -3.457,-1.413 -2.796,-9.653 1.897,-12.008 l 0,0 c -1.517,-4.097 4.289,-6.685 4.289,-6.685 l 0,0 c 0.073,-7.253 9.953,-8.915 9.953,-8.915 l 0,0 c 0.514,-2.281 3.335,-6.46 6.854,-3.945 l 0,0 c 1.431,-3.156 8.123,-4.296 11.18,-1.408 l 0,0 c 1.477,-2.331 10.928,-3.032 12.549,0.073 l 0,0 c 5.467,-2.902 12.286,1.098 13.309,4.968 l 0,0 c 8.892,-2.041 10.208,4.183 10.208,4.183 l 0,0 c 4.523,-2.507 10.638,3.262 10.08,7.636 l 0,0 c 2.244,-0.126 5.541,1.296 4.827,5.747 l 0,0 c 6.891,2.415 6.695,13.226 2.021,15.902 l 0,0 c 3.378,2.867 3.341,13.645 -1.553,15.278 l 0,0 c 4.399,3.844 0.014,11.67 -3.71,11.236 l 0,0 c 0.768,2.209 -0.563,10.004 -8.051,8.415 l 0,0 c 1.291,5.799 -8.191,11.64 -12.237,8.329 l 0,0 c -2.331,4.313 -12.245,5.354 -16.464,1.829 l 0,0 c -2.176,2.213 -4.417,2.99 -6.493,2.99 l 0,0 c -4.893,-0.001 -8.862,-4.314 -8.862,-4.314"
|
||||||
|
id="path4564"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4546">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4548"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4534">
|
||||||
|
<path
|
||||||
|
d="m 331.812,671.933 c 0,0 3.808,-16.171 4.405,-18.886 l 0,0 c 0,0 4.277,-0.347 6.365,0.608 l 0,0 c -0.387,5.993 -1.183,17.856 -1.672,21.797 l 0,0 c -0.175,1.414 -0.796,1.956 -1.64,1.956 l 0,0 c -2.353,0 -6.439,-4.206 -7.458,-5.475"
|
||||||
|
id="path4536"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4518">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4520"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4506">
|
||||||
|
<path
|
||||||
|
d="m 297.981,667.048 c -1.851,-0.444 -3.637,-0.888 -4.45,-0.842 l 0,0 c -0.073,0.005 4.536,-15.729 5.164,-17.909 l 0,0 c 0,0 3.439,-1.07 5.865,0.304 l 0,0 c -0.248,6.396 -0.871,17.615 -0.882,18.798 l 0,0 c -0.004,0.356 -0.393,0.495 -1.02,0.495 l 0,0 c -1.095,0 -2.915,-0.423 -4.677,-0.846"
|
||||||
|
id="path4508"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4490">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4492"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4478">
|
||||||
|
<path
|
||||||
|
d="m 280.384,672.664 c 0,0 4.604,-17.269 4.882,-18.036 l 0,0 c 0,0 2.663,-1.084 4.168,-1.068 l 0,0 c 0.089,3.861 0.253,12.313 0.044,14.639 l 0,0 c -0.264,2.938 -5.694,4.47 -8.776,4.47 l 0,0 c -0.109,0 -0.215,-0.002 -0.318,-0.005"
|
||||||
|
id="path4480"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4462">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4464"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4450">
|
||||||
|
<path
|
||||||
|
d="m 322.078,668.534 -0.025,-0.428 c 0,0 3.349,-11.678 3.662,-12.821 l 0,0 c 0.65,-0.162 1.822,-0.284 3.759,-0.045 l 0,0 c -0.189,4.337 -0.688,13.231 -1.349,15.956 l 0,0 c -0.194,0.8 -0.603,1.11 -1.12,1.111 l 0,0 c -1.802,0 -4.927,-3.773 -4.927,-3.773"
|
||||||
|
id="path4452"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4850">
|
||||||
|
<path
|
||||||
|
d="m 476.04,722.415 c -3.597,-0.15 -4.206,-1.472 -4.626,-6.098 l 0,0 c -0.422,-4.626 -2.944,-29.539 -4.206,-32.642 l 0,0 c -1.262,-3.103 3.364,-9.905 10.723,-8.607 l 0,0 c 7.36,1.299 12.617,5.613 13.248,8.607 l 0,0 c 0.627,2.978 -4.982,38.742 -14.965,38.743 l 0,0 c -0.058,0 -0.116,-10e-4 -0.174,-0.003"
|
||||||
|
id="path4852"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4838">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4840"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4822">
|
||||||
|
<path
|
||||||
|
d="m 526.293,687.369 c 0,0 -0.842,-15.562 9.041,-22.324 l 0,0 c 0,0 2.943,-7.812 3.154,-12.438 l 0,0 c 0,0 -7.808,-2.884 -6.107,-6.939 l 0,0 c 0.274,-0.652 11.364,-1.471 14.097,0 l 0,0 c 2.733,1.473 4.626,5.467 4.626,5.467 l 0,0 c 0,0 4.29,25.833 2.247,37.662 l 0,0 c -0.913,5.284 -6.412,7.547 -12.215,7.548 l 0,0 c -7.187,0 -14.843,-3.471 -14.843,-8.976"
|
||||||
|
id="path4824"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4810">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4812"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4794">
|
||||||
|
<path
|
||||||
|
d="m 482.978,675.068 c -0.581,-1.681 3.995,-14.471 5.046,-17.415 l 0,0 c 1.051,-2.944 0,-10.303 0,-10.303 l 0,0 c 0,0 -6.297,1.893 -6.303,-6.939 l 0,0 c 0,0 11.349,-1.892 16.817,0 l 0,0 c 0,0 2.313,2.524 3.153,5.047 l 0,0 c 0.842,2.523 1.683,11.354 3.575,15.139 l 0,0 c 1.892,3.785 2.313,7.17 0,14.308 l 0,0 c -1.32,4.074 -6.953,7.716 -12.368,7.716 l 0,0 c -4.074,0 -8.024,-2.061 -9.92,-7.553"
|
||||||
|
id="path4796"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4762">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4764"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4750">
|
||||||
|
<path
|
||||||
|
d="m 553.456,708.327 c -2.694,-4.836 -10.37,-6.306 -10.37,-6.306 l 0,0 c -3.603,-6.306 7.808,-5.676 7.808,-5.676 l 0,0 c 0,0 8.41,3.151 9.882,13.033 l 0,0 c 1.472,9.883 -6.874,13.04 -6.874,13.04 l 0,0 c 2.589,-2.519 2.249,-9.254 -0.446,-14.091"
|
||||||
|
id="path4752"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4738">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4740"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4726">
|
||||||
|
<path
|
||||||
|
d="m 451.018,718.846 c 0,0 -24.18,-6.251 -29.648,-7.018 l 0,0 c -5.466,-0.768 -7.569,-3.402 -9.041,-11.231 l 0,0 c -1.472,-7.829 -3.364,-12.529 -1.682,-13.228 l 0,0 c 1.682,-0.699 9.882,2.244 9.882,2.244 l 0,0 c 0,0 5.467,-9.479 9.252,-9.575 l 0,0 c 3.785,-0.097 14.508,7.331 14.508,7.331 l 0,0 c 0,0 13.247,-4.642 17.452,-5.614 l 0,0 c 0,0 6.729,-13.523 14.299,-16.71 l 0,0 c 7.569,-3.187 22.918,-7.602 36.586,-5.079 l 0,0 c 13.667,2.523 26.493,8.2 32.38,10.934 l 0,0 c 5.888,2.734 8.831,8.757 8.41,16.469 l 0,0 c -0.42,7.712 0.421,14.86 -6.097,14.86 l 0,0 c -6.518,0 -42.684,-4.415 -62.659,2.524 l 0,0 c 0,0 -2.07,24.963 -18.923,25.021 l 0,0 c -0.019,0 -0.039,0 -0.057,0 l 0,0 c -8.838,10e-4 -13.799,-7.363 -14.662,-10.928"
|
||||||
|
id="path4728"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4710">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4712"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4694">
|
||||||
|
<path
|
||||||
|
d="m 513.985,669.696 c 0,0 2.103,-4.52 3.785,-5.956 l 0,0 c 1.682,-1.436 2.523,-9.005 2.523,-9.005 l 0,0 c 0,0 -7.889,-0.563 -6.308,-5.07 l 0,0 c 0.344,-0.982 8.831,-0.865 12.616,0 l 0,0 c 3.784,0.864 5.464,4.892 5.464,4.892 l 0,0 c 0,0 1.048,13.424 0,18.891 l 0,0 c -0.607,3.166 -7.138,9.173 -12.201,9.173 l 0,0 c -3.681,0 -6.588,-3.175 -5.879,-12.925"
|
||||||
|
id="path4696"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4682">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4684"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4666">
|
||||||
|
<path
|
||||||
|
d="m 466.048,679.557 c 0,0 4.202,-14.519 5.884,-19.145 l 0,0 c 1.682,-4.626 1.472,-7.57 1.472,-7.57 l 0,0 c 0,0 -9.252,1.472 -8.2,-7.149 l 0,0 c 0,0 12.382,0.137 14.087,1.052 l 0,0 c 1.706,0.914 3.462,0.787 3.995,2.92 l 0,0 c 0.534,2.133 -0.193,16.708 0.955,20.876 l 0,0 c 0.894,3.246 -8.723,11.244 -14.513,11.245 l 0,0 c -1.646,0.001 -2.981,-0.645 -3.68,-2.229"
|
||||||
|
id="path4668"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4850-5">
|
||||||
|
<path
|
||||||
|
d="m 476.04,722.415 c -3.597,-0.15 -4.206,-1.472 -4.626,-6.098 l 0,0 c -0.422,-4.626 -2.944,-29.539 -4.206,-32.642 l 0,0 c -1.262,-3.103 3.364,-9.905 10.723,-8.607 l 0,0 c 7.36,1.299 12.617,5.613 13.248,8.607 l 0,0 c 0.627,2.978 -4.982,38.742 -14.965,38.743 l 0,0 c -0.058,0 -0.116,-10e-4 -0.174,-0.003"
|
||||||
|
id="path4852-0"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4838-1">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4840-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4822-7">
|
||||||
|
<path
|
||||||
|
d="m 526.293,687.369 c 0,0 -0.842,-15.562 9.041,-22.324 l 0,0 c 0,0 2.943,-7.812 3.154,-12.438 l 0,0 c 0,0 -7.808,-2.884 -6.107,-6.939 l 0,0 c 0.274,-0.652 11.364,-1.471 14.097,0 l 0,0 c 2.733,1.473 4.626,5.467 4.626,5.467 l 0,0 c 0,0 4.29,25.833 2.247,37.662 l 0,0 c -0.913,5.284 -6.412,7.547 -12.215,7.548 l 0,0 c -7.187,0 -14.843,-3.471 -14.843,-8.976"
|
||||||
|
id="path4824-0"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4810-4">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4812-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4794-9">
|
||||||
|
<path
|
||||||
|
d="m 482.978,675.068 c -0.581,-1.681 3.995,-14.471 5.046,-17.415 l 0,0 c 1.051,-2.944 0,-10.303 0,-10.303 l 0,0 c 0,0 -6.297,1.893 -6.303,-6.939 l 0,0 c 0,0 11.349,-1.892 16.817,0 l 0,0 c 0,0 2.313,2.524 3.153,5.047 l 0,0 c 0.842,2.523 1.683,11.354 3.575,15.139 l 0,0 c 1.892,3.785 2.313,7.17 0,14.308 l 0,0 c -1.32,4.074 -6.953,7.716 -12.368,7.716 l 0,0 c -4.074,0 -8.024,-2.061 -9.92,-7.553"
|
||||||
|
id="path4796-2"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4762-1">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4764-6"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4750-0">
|
||||||
|
<path
|
||||||
|
d="m 553.456,708.327 c -2.694,-4.836 -10.37,-6.306 -10.37,-6.306 l 0,0 c -3.603,-6.306 7.808,-5.676 7.808,-5.676 l 0,0 c 0,0 8.41,3.151 9.882,13.033 l 0,0 c 1.472,9.883 -6.874,13.04 -6.874,13.04 l 0,0 c 2.589,-2.519 2.249,-9.254 -0.446,-14.091"
|
||||||
|
id="path4752-4"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4738-3">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4740-8"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4726-6">
|
||||||
|
<path
|
||||||
|
d="m 451.018,718.846 c 0,0 -24.18,-6.251 -29.648,-7.018 l 0,0 c -5.466,-0.768 -7.569,-3.402 -9.041,-11.231 l 0,0 c -1.472,-7.829 -3.364,-12.529 -1.682,-13.228 l 0,0 c 1.682,-0.699 9.882,2.244 9.882,2.244 l 0,0 c 0,0 5.467,-9.479 9.252,-9.575 l 0,0 c 3.785,-0.097 14.508,7.331 14.508,7.331 l 0,0 c 0,0 13.247,-4.642 17.452,-5.614 l 0,0 c 0,0 6.729,-13.523 14.299,-16.71 l 0,0 c 7.569,-3.187 22.918,-7.602 36.586,-5.079 l 0,0 c 13.667,2.523 26.493,8.2 32.38,10.934 l 0,0 c 5.888,2.734 8.831,8.757 8.41,16.469 l 0,0 c -0.42,7.712 0.421,14.86 -6.097,14.86 l 0,0 c -6.518,0 -42.684,-4.415 -62.659,2.524 l 0,0 c 0,0 -2.07,24.963 -18.923,25.021 l 0,0 c -0.019,0 -0.039,0 -0.057,0 l 0,0 c -8.838,10e-4 -13.799,-7.363 -14.662,-10.928"
|
||||||
|
id="path4728-2"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4710-8">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4712-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4694-3">
|
||||||
|
<path
|
||||||
|
d="m 513.985,669.696 c 0,0 2.103,-4.52 3.785,-5.956 l 0,0 c 1.682,-1.436 2.523,-9.005 2.523,-9.005 l 0,0 c 0,0 -7.889,-0.563 -6.308,-5.07 l 0,0 c 0.344,-0.982 8.831,-0.865 12.616,0 l 0,0 c 3.784,0.864 5.464,4.892 5.464,4.892 l 0,0 c 0,0 1.048,13.424 0,18.891 l 0,0 c -0.607,3.166 -7.138,9.173 -12.201,9.173 l 0,0 c -3.681,0 -6.588,-3.175 -5.879,-12.925"
|
||||||
|
id="path4696-4"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4682-7">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4684-2"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4666-5">
|
||||||
|
<path
|
||||||
|
d="m 466.048,679.557 c 0,0 4.202,-14.519 5.884,-19.145 l 0,0 c 1.682,-4.626 1.472,-7.57 1.472,-7.57 l 0,0 c 0,0 -9.252,1.472 -8.2,-7.149 l 0,0 c 0,0 12.382,0.137 14.087,1.052 l 0,0 c 1.706,0.914 3.462,0.787 3.995,2.92 l 0,0 c 0.534,2.133 -0.193,16.708 0.955,20.876 l 0,0 c 0.894,3.246 -8.723,11.244 -14.513,11.245 l 0,0 c -1.646,0.001 -2.981,-0.645 -3.68,-2.229"
|
||||||
|
id="path4668-8"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.35"
|
||||||
|
inkscape:cx="375"
|
||||||
|
inkscape:cy="520"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1680"
|
||||||
|
inkscape:window-height="987"
|
||||||
|
inkscape:window-x="1912"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata7890">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<g
|
||||||
|
id="g4654"
|
||||||
|
transform="matrix(4.4330499,0,0,-4.7432377,117.30142,421.2047)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -12.306,5.46 -5.491,11.945 6.816,6.485 12.781,4.039 12.781,4.039 0,0 -1.598,7.538 12.718,10.242 14.317,2.704 18.631,-5.303 18.631,-5.303 0,0 3.872,9.337 12.766,8.705 8.894,-0.631 7.773,-8.121 7.773,-8.121 0,0 11.561,9.212 17.104,6.817 5.543,-2.394 8.626,-4.992 8.626,-4.992 0,0 -0.035,12.198 10.941,11.648 10.976,-0.55 9.147,-10.718 9.147,-10.718 0,0 9.874,11.81 17.274,8.319 8.055,-3.799 6.555,-15.082 6.555,-15.082 0,0 6.422,5.061 8.5,-0.867 3.5,-9.986 -2,-11.358 -2,-11.358 0,0 5,-4.344 -1,-9.844 -6,-5.5 -17.862,-3 -17.862,-3 0,0 -11.926,-12 -19.282,-7.5 0,0 -6.471,-8 -15.664,-9 -9.192,-1 -11.787,7 -11.787,7 0,0 -8.891,-11.173 -19.648,-7.087 -10.757,4.087 -11.443,10.087 -11.443,10.087 0,0 -5.844,-6.5 -11.329,-4.5 -5.485,2 -5.216,7.954 -5.216,7.954 0,0 -26.177,-5.816 -22.094,10.616"
|
||||||
|
style="fill:#77b52d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4656"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4658"
|
||||||
|
transform="matrix(4.4330499,0,0,-4.7432377,251.56929,242.87079)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 4.202,-14.519 5.884,-19.145 1.682,-4.625 1.472,-7.569 1.472,-7.569 0,0 -9.252,1.472 -8.201,-7.149 0,0 12.383,0.137 14.088,1.051 1.706,0.915 3.461,0.787 3.995,2.921 0.534,2.133 -0.193,16.707 0.955,20.876 C 19.341,-4.847 3.157,7.159 0,0"
|
||||||
|
style="fill:#5b3704;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4660"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.4330499,0,0,-4.7432377,-1814.4444,3466.1678)"
|
||||||
|
id="g4662">
|
||||||
|
<g
|
||||||
|
id="g4664"
|
||||||
|
clip-path="url(#clipPath4666-5)">
|
||||||
|
<g
|
||||||
|
id="g4670"
|
||||||
|
transform="translate(467.0271,645.0141)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -0.536,3.825 0.928,4.267 0,0 -1.146,-2.936 0,-4.267 L 0,0 Z"
|
||||||
|
style="fill:#442603;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4672"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4674"
|
||||||
|
transform="translate(470.5614,645.0141)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -0.666,3.666 1.558,4.267 0,0 -0.317,-2.619 0,-4.267 L 0,0 Z"
|
||||||
|
style="fill:#442603;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4676"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.4330499,0,0,-4.7432377,-1814.4444,3466.1678)"
|
||||||
|
id="g4678">
|
||||||
|
<g
|
||||||
|
id="g4680"
|
||||||
|
clip-path="url(#clipPath4682-7)">
|
||||||
|
<g
|
||||||
|
id="g4686"
|
||||||
|
transform="translate(513.9849,669.696)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 2.103,-4.521 3.785,-5.956 1.682,-1.436 2.523,-9.005 2.523,-9.005 0,0 -7.888,-0.563 -6.308,-5.07 0.344,-0.982 8.831,-0.865 12.616,0 3.785,0.864 5.464,4.893 5.464,4.893 0,0 1.048,13.423 0,18.89 C 17.031,9.219 -1.682,23.162 0,0"
|
||||||
|
style="fill:#5b3704;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4688"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.4330499,0,0,-4.7432377,-1814.4444,3466.1678)"
|
||||||
|
id="g4690">
|
||||||
|
<g
|
||||||
|
id="g4692"
|
||||||
|
clip-path="url(#clipPath4694-3)">
|
||||||
|
<g
|
||||||
|
id="g4698"
|
||||||
|
transform="translate(515.5034,648.9719)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 0.159,3.293 1.907,3.452 0,0 -1.013,-2.384 -0.665,-4.45 L 0,0 Z"
|
||||||
|
style="fill:#442603;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4700"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4702"
|
||||||
|
transform="translate(519.4762,648.3715)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 0.079,4.052 1.907,4.052 0,0 -0.795,-1.271 0,-4.449 L 0,0 Z"
|
||||||
|
style="fill:#442603;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4704"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.4330499,0,0,-4.7432377,-1814.4444,3466.1678)"
|
||||||
|
id="g4706">
|
||||||
|
<g
|
||||||
|
id="g4708"
|
||||||
|
clip-path="url(#clipPath4710-8)">
|
||||||
|
<g
|
||||||
|
id="g4714"
|
||||||
|
transform="translate(449.9665,689.6136)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -2.944,-7.745 -1.472,-10.601 1.472,-2.856 13.464,-4.655 18.507,-2.178 5.043,2.476 1.475,27.077 0,34.016 C 15.56,28.175 9.882,29.028 6.939,29.233 3.995,29.437 0.631,7.78 0,0"
|
||||||
|
style="fill:#3d2503;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4716"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4718"
|
||||||
|
transform="translate(465.7363,729.7742)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -8.872,0.031 -13.854,-7.356 -14.719,-10.928 0,0 -24.18,-6.251 -29.647,-7.019 -5.467,-0.767 -7.569,-3.402 -9.041,-11.231 -1.472,-7.829 -3.364,-12.528 -1.682,-13.227 1.682,-0.699 9.882,2.244 9.882,2.244 0,0 5.467,-9.479 9.252,-9.575 3.784,-0.097 14.508,7.331 14.508,7.331 0,0 13.247,-4.642 17.452,-5.615 0,0 6.728,-13.522 14.298,-16.709 7.569,-3.187 22.919,-7.602 36.586,-5.079 13.667,2.523 26.493,8.2 32.381,10.934 5.887,2.733 8.831,8.757 8.41,16.469 -0.42,7.711 0.421,14.86 -6.097,14.86 -6.518,0 -42.684,-4.415 -62.659,2.524 0,0 -2.07,24.962 -18.924,25.021"
|
||||||
|
style="fill:#9a640d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4720"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.4330499,0,0,-4.7432377,-1814.4444,3466.1678)"
|
||||||
|
id="g4722">
|
||||||
|
<g
|
||||||
|
id="g4724"
|
||||||
|
clip-path="url(#clipPath4726-6)">
|
||||||
|
<g
|
||||||
|
id="g4730"
|
||||||
|
transform="translate(448.0825,689.3893)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 8.852,-2.037 13.028,-2.021 0,0 3.393,0.216 5.891,2.021 0,0 10.449,-15.351 16.286,-18.848 5.836,-3.497 22.681,-4.133 27.607,-1.908 4.927,2.225 16.686,9.376 23.837,11.442 7.152,2.065 17.158,13.067 17.955,17.18 0,0 3.734,-11.773 2.386,-17.18 -1.347,-5.408 -9.683,-14.961 -30.352,-18.979 -20.67,-4.019 -45.926,-4.859 -51.965,1.021 -6.039,5.88 -11.645,18.116 -11.645,18.116 0,0 -16.622,4.656 -17.347,6.778 C -1.031,0.22 0,0 0,0"
|
||||||
|
style="fill:#724809;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4732"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.4330499,0,0,-4.7432377,-1814.4444,3466.1678)"
|
||||||
|
id="g4734">
|
||||||
|
<g
|
||||||
|
id="g4736"
|
||||||
|
clip-path="url(#clipPath4738-3)">
|
||||||
|
<g
|
||||||
|
id="g4742"
|
||||||
|
transform="translate(543.0859,702.0211)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 7.676,1.47 10.37,6.306 2.694,4.836 3.035,11.572 0.447,14.091 0,0 8.345,-3.157 6.873,-13.04 C 16.218,-2.525 7.808,-5.676 7.808,-5.676 7.808,-5.676 -3.602,-6.306 0,0"
|
||||||
|
style="fill:#9a640d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4744"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.4330499,0,0,-4.7432377,-1814.4444,3466.1678)"
|
||||||
|
id="g4746">
|
||||||
|
<g
|
||||||
|
id="g4748"
|
||||||
|
clip-path="url(#clipPath4750-0)">
|
||||||
|
<g
|
||||||
|
id="g4754"
|
||||||
|
transform="translate(553.9026,722.4185)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 12.925,-11.955 -1.216,-25.163 0,0 0.638,-4.028 4.929,-0.911 4.291,3.118 8.422,13.912 6.992,18.685 C 9.275,-2.615 5.186,3.251 0,0"
|
||||||
|
style="fill:#724809;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4756"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.4330499,0,0,-4.7432377,-1814.4444,3466.1678)"
|
||||||
|
id="g4758">
|
||||||
|
<g
|
||||||
|
id="g4760"
|
||||||
|
clip-path="url(#clipPath4762-1)">
|
||||||
|
<g
|
||||||
|
id="g4766"
|
||||||
|
transform="translate(444.2893,687.3688)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 4.34,3.8 5.85,4.074 1.509,0.273 9.499,-0.694 11.392,0 1.892,0.694 4.542,4.73 4.542,4.73 0,0 -2.019,-6.139 -4.122,-6.77 C 15.56,1.404 8.264,2.005 5.677,2.245 3.09,2.484 0,0 0,0"
|
||||||
|
style="fill:#3d2501;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4768"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4770"
|
||||||
|
transform="translate(424.945,710.2195)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 6.057,-1.265 13.457,-3.995 13.457,-6.098 0,-2.102 -9.252,-9.07 -14.929,-7.794 -5.677,1.276 -9.041,12.42 -8.41,13.892 0.63,1.472 7.334,0.532 9.882,0"
|
||||||
|
style="fill:#301c02;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4772"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4774"
|
||||||
|
transform="translate(426.5949,696.3275)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -0.704,5.744 1.662,6.217 2.365,0.473 3.469,0 3.469,0 C 5.131,6.217 0.546,5.768 0,0"
|
||||||
|
style="fill:#020200;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4776"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4778"
|
||||||
|
transform="translate(419.8314,698.662)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 3.067,5.84 -1.51,6.564 -1.51,6.564 0.406,4.475 0,0"
|
||||||
|
style="fill:#020200;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4780"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4782"
|
||||||
|
transform="translate(426.497,708.5205)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 -8.677,1.705 -10.688,0.853 -12.699,0 3.163,-3.652 0,0"
|
||||||
|
style="fill:#a27736;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4784"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4786"
|
||||||
|
transform="translate(482.9779,675.0683)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -0.58,-1.681 3.995,-14.471 5.046,-17.415 1.052,-2.944 0,-10.303 0,-10.303 0,0 -6.297,1.892 -6.302,-6.939 0,0 11.349,-1.892 16.816,0 0,0 2.313,2.524 3.154,5.047 0.841,2.523 1.682,11.354 3.574,15.139 1.893,3.785 2.313,7.17 0,14.308 C 19.975,6.976 4.415,12.789 0,0"
|
||||||
|
style="fill:#9a640d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4788"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.4330499,0,0,-4.7432377,-1814.4444,3466.1678)"
|
||||||
|
id="g4790">
|
||||||
|
<g
|
||||||
|
id="g4792"
|
||||||
|
clip-path="url(#clipPath4794-9)">
|
||||||
|
<g
|
||||||
|
id="g4798"
|
||||||
|
transform="translate(484.1459,640.0753)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -0.743,4.204 2.117,4.939 0,0 -1.112,-2.882 -0.794,-5.444 L 0,0 Z"
|
||||||
|
style="fill:#4c2b02;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4800"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4802"
|
||||||
|
transform="translate(488.329,639.5706)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -0.245,5.344 2.897,5.443 0,0 -1.785,-2.76 -0.672,-6.415 L 0,0 Z"
|
||||||
|
style="fill:#4c2b02;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4804"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.4330499,0,0,-4.7432377,-1814.4444,3466.1678)"
|
||||||
|
id="g4806">
|
||||||
|
<g
|
||||||
|
id="g4808"
|
||||||
|
clip-path="url(#clipPath4810-4)">
|
||||||
|
<g
|
||||||
|
id="g4814"
|
||||||
|
transform="translate(526.2926,687.3688)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -0.841,-15.562 9.041,-22.324 0,0 2.944,-7.812 3.154,-12.438 0,0 -7.808,-2.885 -6.106,-6.939 0.273,-0.651 11.363,-1.471 14.096,0 2.734,1.472 4.626,5.467 4.626,5.467 0,0 4.291,25.834 2.247,37.662 C 25.015,13.256 0,9.951 0,0"
|
||||||
|
style="fill:#9a640d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4816"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.4330499,0,0,-4.7432377,-1814.4444,3466.1678)"
|
||||||
|
id="g4818">
|
||||||
|
<g
|
||||||
|
id="g4820"
|
||||||
|
clip-path="url(#clipPath4822-7)">
|
||||||
|
<g
|
||||||
|
id="g4826"
|
||||||
|
transform="translate(534.7319,645.0141)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -0.795,3.825 1.907,4.267 0,0 -1.38,-2.896 -1.008,-4.962 L 0,0 Z"
|
||||||
|
style="fill:#4c2b02;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4828"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4830"
|
||||||
|
transform="translate(538.7047,644.3986)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -0.318,4.758 2.384,4.882 0,0 -1.364,-1.942 -1,-4.961 L 0,0 Z"
|
||||||
|
style="fill:#4c2b02;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4832"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.4330499,0,0,-4.7432377,-1814.4444,3466.1678)"
|
||||||
|
id="g4834">
|
||||||
|
<g
|
||||||
|
id="g4836"
|
||||||
|
clip-path="url(#clipPath4838-1)">
|
||||||
|
<g
|
||||||
|
id="g4842"
|
||||||
|
transform="translate(476.0393,722.4149)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -3.596,-0.15 -4.205,-1.472 -4.626,-6.098 -0.42,-4.626 -2.944,-29.538 -4.205,-32.642 -1.262,-3.103 3.364,-9.905 10.723,-8.607 7.36,1.299 12.616,5.613 13.247,8.607 C 15.77,-35.745 10.093,0.421 0,0"
|
||||||
|
style="fill:#5b3902;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4844"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.4330499,0,0,-4.7432377,-1814.4444,3466.1678)"
|
||||||
|
id="g4846">
|
||||||
|
<g
|
||||||
|
id="g4848"
|
||||||
|
clip-path="url(#clipPath4850-5)">
|
||||||
|
<g
|
||||||
|
id="g4854"
|
||||||
|
transform="translate(480.1977,720.4449)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 8.152,-14.114 6.224,-28.674 -1.927,-14.561 -14.934,-9.11 -16.814,-7.564 -1.879,1.545 -1.302,11.966 -1.302,11.966 0,0 -5.259,-13.629 -2.232,-18.598 3.027,-4.969 13.151,-9.428 20.643,-2.669 7.492,6.758 8.279,8.665 7.568,11.684 C 13.375,-30.835 7.019,-1.597 0,0"
|
||||||
|
style="fill:#3d2503;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4856"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4866"
|
||||||
|
transform="matrix(4.4330499,0,0,-4.7432377,414.50481,139.44783)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -10.015,-6.825 4.044,-10.162 14.06,-3.337 19.463,2.534 20.893,5.081 1.43,2.547 -0.643,4.794 -0.643,4.794 C 24.294,-0.287 3.61,-0.352 0,0"
|
||||||
|
style="fill:#4f3203;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4868"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4870"
|
||||||
|
transform="matrix(4.4330499,0,0,-4.7432377,545.36667,159.22569)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C -3.168,-0.341 -5.731,-9.203 1.272,-7.195 8.275,-5.188 6.592,0.71 0,0"
|
||||||
|
style="fill:#4f3203;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4872"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4874"
|
||||||
|
transform="matrix(4.4330499,0,0,-4.7432377,198.81635,73.990206)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,-1.103 -0.507,-1.997 -1.133,-1.997 -0.625,0 -1.132,0.894 -1.132,1.997 0,1.103 0.507,1.998 1.132,1.998 C -0.507,1.998 0,1.103 0,0"
|
||||||
|
style="fill:#020200;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4876"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4878"
|
||||||
|
transform="matrix(4.4330499,0,0,-4.7432377,231.15598,48.577343)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C -5.562,0.069 -7.636,-7.219 -2.598,-11.145 2.724,-15.293 11.884,-0.147 0,0"
|
||||||
|
style="fill:#724809;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4880"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4882"
|
||||||
|
transform="matrix(4.4330499,0,0,-4.7432377,229.68137,79.974275)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,-1.103 -0.507,-1.997 -1.133,-1.997 -0.625,0 -1.132,0.894 -1.132,1.997 0,1.103 0.507,1.997 1.132,1.997 C -0.507,1.997 0,1.103 0,0"
|
||||||
|
style="fill:#020200;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4884"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 34 KiB |
BIN
www/img/Tiere/Kamel.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
1603
www/img/Tiere/Kamel.svg
Normal file
|
After Width: | Height: | Size: 86 KiB |
BIN
www/img/Tiere/Katze.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
793
www/img/Tiere/Katze.svg
Normal file
@ -0,0 +1,793 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="210mm"
|
||||||
|
height="297mm"
|
||||||
|
viewBox="0 0 744.09448819 1052.3622047"
|
||||||
|
id="svg7885"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.91 r13725"
|
||||||
|
sodipodi:docname="Katze.svg">
|
||||||
|
<defs
|
||||||
|
id="defs7887">
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4622">
|
||||||
|
<path
|
||||||
|
d="m 260.314,738.063 c 0,0 -5.875,4.191 -8.98,-2.39 l 0,0 c 0,0 -4.953,0.601 -7.468,-4.083 l 0,0 c -2.516,-4.683 0.748,-6.726 0.748,-6.726 l 0,0 c 0,0 -4.624,-7.853 3.435,-10.398 l 0,0 c 0,0 1.445,-8.606 8.896,-4.843 l 0,0 c 0,0 8.1,-7.533 13.095,1.192 l 0,0 c 0,0 11.763,-5.312 12.042,5.361 l 0,0 c 0,0 3.471,1.648 3.162,4.721 l 0,0 c -0.309,3.074 -3.436,4.679 -3.436,4.679 l 0,0 c 0,0 4.523,8.931 -5.622,8.698 l 0,0 c 0,0 -0.066,7.403 -6.482,4.869 l 0,0 c -1.801,1.566 -3.355,2.119 -4.65,2.119 l 0,0 c -3.116,0 -4.74,-3.199 -4.74,-3.199"
|
||||||
|
id="path4624"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4602">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4604"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4586">
|
||||||
|
<path
|
||||||
|
d="m 252.215,711.337 c 0,0 -18.168,-31.307 -15.295,-37.42 l 0,0 c 2.872,-6.112 35.732,-8.123 38.16,-2.148 l 0,0 c 2.427,5.975 0.1,38.918 -0.406,41.359 l 0,0 c -0.293,1.412 -5.815,4.155 -11.545,4.155 l 0,0 c -4.176,0 -8.461,-1.456 -10.914,-5.946"
|
||||||
|
id="path4588"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4574">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4576"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4562">
|
||||||
|
<path
|
||||||
|
d="m 298.304,747.184 c -8.317,3.684 -11.04,-4.687 -11.04,-4.687 l 0,0 c -13.29,1.069 -14.315,-11.418 -14.315,-11.418 l 0,0 c -10.611,-2.78 -4.563,-15.345 -4.563,-15.345 l 0,0 c -3.644,-1.885 0.435,-9.423 0.435,-9.423 l 0,0 c -3.38,-0.04 -3.528,-5.522 -0.314,-8.438 l 0,0 c -3.457,-1.413 -2.796,-9.653 1.897,-12.008 l 0,0 c -1.517,-4.097 4.289,-6.685 4.289,-6.685 l 0,0 c 0.073,-7.253 9.953,-8.915 9.953,-8.915 l 0,0 c 0.514,-2.281 3.335,-6.46 6.854,-3.945 l 0,0 c 1.431,-3.156 8.123,-4.296 11.18,-1.408 l 0,0 c 1.477,-2.331 10.928,-3.032 12.549,0.073 l 0,0 c 5.467,-2.902 12.286,1.098 13.309,4.968 l 0,0 c 8.892,-2.041 10.208,4.183 10.208,4.183 l 0,0 c 4.523,-2.507 10.638,3.262 10.08,7.636 l 0,0 c 2.244,-0.126 5.541,1.296 4.827,5.747 l 0,0 c 6.891,2.415 6.695,13.226 2.021,15.902 l 0,0 c 3.378,2.867 3.341,13.645 -1.553,15.278 l 0,0 c 4.399,3.844 0.014,11.67 -3.71,11.236 l 0,0 c 0.768,2.209 -0.563,10.004 -8.051,8.415 l 0,0 c 1.291,5.799 -8.191,11.64 -12.237,8.329 l 0,0 c -2.331,4.313 -12.245,5.354 -16.464,1.829 l 0,0 c -2.176,2.213 -4.417,2.99 -6.493,2.99 l 0,0 c -4.893,-0.001 -8.862,-4.314 -8.862,-4.314"
|
||||||
|
id="path4564"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4546">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4548"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4534">
|
||||||
|
<path
|
||||||
|
d="m 331.812,671.933 c 0,0 3.808,-16.171 4.405,-18.886 l 0,0 c 0,0 4.277,-0.347 6.365,0.608 l 0,0 c -0.387,5.993 -1.183,17.856 -1.672,21.797 l 0,0 c -0.175,1.414 -0.796,1.956 -1.64,1.956 l 0,0 c -2.353,0 -6.439,-4.206 -7.458,-5.475"
|
||||||
|
id="path4536"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4518">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4520"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4506">
|
||||||
|
<path
|
||||||
|
d="m 297.981,667.048 c -1.851,-0.444 -3.637,-0.888 -4.45,-0.842 l 0,0 c -0.073,0.005 4.536,-15.729 5.164,-17.909 l 0,0 c 0,0 3.439,-1.07 5.865,0.304 l 0,0 c -0.248,6.396 -0.871,17.615 -0.882,18.798 l 0,0 c -0.004,0.356 -0.393,0.495 -1.02,0.495 l 0,0 c -1.095,0 -2.915,-0.423 -4.677,-0.846"
|
||||||
|
id="path4508"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4490">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4492"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4478">
|
||||||
|
<path
|
||||||
|
d="m 280.384,672.664 c 0,0 4.604,-17.269 4.882,-18.036 l 0,0 c 0,0 2.663,-1.084 4.168,-1.068 l 0,0 c 0.089,3.861 0.253,12.313 0.044,14.639 l 0,0 c -0.264,2.938 -5.694,4.47 -8.776,4.47 l 0,0 c -0.109,0 -0.215,-0.002 -0.318,-0.005"
|
||||||
|
id="path4480"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4462">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4464"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4450">
|
||||||
|
<path
|
||||||
|
d="m 322.078,668.534 -0.025,-0.428 c 0,0 3.349,-11.678 3.662,-12.821 l 0,0 c 0.65,-0.162 1.822,-0.284 3.759,-0.045 l 0,0 c -0.189,4.337 -0.688,13.231 -1.349,15.956 l 0,0 c -0.194,0.8 -0.603,1.11 -1.12,1.111 l 0,0 c -1.802,0 -4.927,-3.773 -4.927,-3.773"
|
||||||
|
id="path4452"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4850">
|
||||||
|
<path
|
||||||
|
d="m 476.04,722.415 c -3.597,-0.15 -4.206,-1.472 -4.626,-6.098 l 0,0 c -0.422,-4.626 -2.944,-29.539 -4.206,-32.642 l 0,0 c -1.262,-3.103 3.364,-9.905 10.723,-8.607 l 0,0 c 7.36,1.299 12.617,5.613 13.248,8.607 l 0,0 c 0.627,2.978 -4.982,38.742 -14.965,38.743 l 0,0 c -0.058,0 -0.116,-10e-4 -0.174,-0.003"
|
||||||
|
id="path4852"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4838">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4840"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4822">
|
||||||
|
<path
|
||||||
|
d="m 526.293,687.369 c 0,0 -0.842,-15.562 9.041,-22.324 l 0,0 c 0,0 2.943,-7.812 3.154,-12.438 l 0,0 c 0,0 -7.808,-2.884 -6.107,-6.939 l 0,0 c 0.274,-0.652 11.364,-1.471 14.097,0 l 0,0 c 2.733,1.473 4.626,5.467 4.626,5.467 l 0,0 c 0,0 4.29,25.833 2.247,37.662 l 0,0 c -0.913,5.284 -6.412,7.547 -12.215,7.548 l 0,0 c -7.187,0 -14.843,-3.471 -14.843,-8.976"
|
||||||
|
id="path4824"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4810">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4812"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4794">
|
||||||
|
<path
|
||||||
|
d="m 482.978,675.068 c -0.581,-1.681 3.995,-14.471 5.046,-17.415 l 0,0 c 1.051,-2.944 0,-10.303 0,-10.303 l 0,0 c 0,0 -6.297,1.893 -6.303,-6.939 l 0,0 c 0,0 11.349,-1.892 16.817,0 l 0,0 c 0,0 2.313,2.524 3.153,5.047 l 0,0 c 0.842,2.523 1.683,11.354 3.575,15.139 l 0,0 c 1.892,3.785 2.313,7.17 0,14.308 l 0,0 c -1.32,4.074 -6.953,7.716 -12.368,7.716 l 0,0 c -4.074,0 -8.024,-2.061 -9.92,-7.553"
|
||||||
|
id="path4796"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4762">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4764"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4750">
|
||||||
|
<path
|
||||||
|
d="m 553.456,708.327 c -2.694,-4.836 -10.37,-6.306 -10.37,-6.306 l 0,0 c -3.603,-6.306 7.808,-5.676 7.808,-5.676 l 0,0 c 0,0 8.41,3.151 9.882,13.033 l 0,0 c 1.472,9.883 -6.874,13.04 -6.874,13.04 l 0,0 c 2.589,-2.519 2.249,-9.254 -0.446,-14.091"
|
||||||
|
id="path4752"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4738">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4740"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4726">
|
||||||
|
<path
|
||||||
|
d="m 451.018,718.846 c 0,0 -24.18,-6.251 -29.648,-7.018 l 0,0 c -5.466,-0.768 -7.569,-3.402 -9.041,-11.231 l 0,0 c -1.472,-7.829 -3.364,-12.529 -1.682,-13.228 l 0,0 c 1.682,-0.699 9.882,2.244 9.882,2.244 l 0,0 c 0,0 5.467,-9.479 9.252,-9.575 l 0,0 c 3.785,-0.097 14.508,7.331 14.508,7.331 l 0,0 c 0,0 13.247,-4.642 17.452,-5.614 l 0,0 c 0,0 6.729,-13.523 14.299,-16.71 l 0,0 c 7.569,-3.187 22.918,-7.602 36.586,-5.079 l 0,0 c 13.667,2.523 26.493,8.2 32.38,10.934 l 0,0 c 5.888,2.734 8.831,8.757 8.41,16.469 l 0,0 c -0.42,7.712 0.421,14.86 -6.097,14.86 l 0,0 c -6.518,0 -42.684,-4.415 -62.659,2.524 l 0,0 c 0,0 -2.07,24.963 -18.923,25.021 l 0,0 c -0.019,0 -0.039,0 -0.057,0 l 0,0 c -8.838,10e-4 -13.799,-7.363 -14.662,-10.928"
|
||||||
|
id="path4728"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4710">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4712"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4694">
|
||||||
|
<path
|
||||||
|
d="m 513.985,669.696 c 0,0 2.103,-4.52 3.785,-5.956 l 0,0 c 1.682,-1.436 2.523,-9.005 2.523,-9.005 l 0,0 c 0,0 -7.889,-0.563 -6.308,-5.07 l 0,0 c 0.344,-0.982 8.831,-0.865 12.616,0 l 0,0 c 3.784,0.864 5.464,4.892 5.464,4.892 l 0,0 c 0,0 1.048,13.424 0,18.891 l 0,0 c -0.607,3.166 -7.138,9.173 -12.201,9.173 l 0,0 c -3.681,0 -6.588,-3.175 -5.879,-12.925"
|
||||||
|
id="path4696"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4682">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4684"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4666">
|
||||||
|
<path
|
||||||
|
d="m 466.048,679.557 c 0,0 4.202,-14.519 5.884,-19.145 l 0,0 c 1.682,-4.626 1.472,-7.57 1.472,-7.57 l 0,0 c 0,0 -9.252,1.472 -8.2,-7.149 l 0,0 c 0,0 12.382,0.137 14.087,1.052 l 0,0 c 1.706,0.914 3.462,0.787 3.995,2.92 l 0,0 c 0.534,2.133 -0.193,16.708 0.955,20.876 l 0,0 c 0.894,3.246 -8.723,11.244 -14.513,11.245 l 0,0 c -1.646,0.001 -2.981,-0.645 -3.68,-2.229"
|
||||||
|
id="path4668"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4850-5">
|
||||||
|
<path
|
||||||
|
d="m 476.04,722.415 c -3.597,-0.15 -4.206,-1.472 -4.626,-6.098 l 0,0 c -0.422,-4.626 -2.944,-29.539 -4.206,-32.642 l 0,0 c -1.262,-3.103 3.364,-9.905 10.723,-8.607 l 0,0 c 7.36,1.299 12.617,5.613 13.248,8.607 l 0,0 c 0.627,2.978 -4.982,38.742 -14.965,38.743 l 0,0 c -0.058,0 -0.116,-10e-4 -0.174,-0.003"
|
||||||
|
id="path4852-0"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4838-1">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4840-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4822-7">
|
||||||
|
<path
|
||||||
|
d="m 526.293,687.369 c 0,0 -0.842,-15.562 9.041,-22.324 l 0,0 c 0,0 2.943,-7.812 3.154,-12.438 l 0,0 c 0,0 -7.808,-2.884 -6.107,-6.939 l 0,0 c 0.274,-0.652 11.364,-1.471 14.097,0 l 0,0 c 2.733,1.473 4.626,5.467 4.626,5.467 l 0,0 c 0,0 4.29,25.833 2.247,37.662 l 0,0 c -0.913,5.284 -6.412,7.547 -12.215,7.548 l 0,0 c -7.187,0 -14.843,-3.471 -14.843,-8.976"
|
||||||
|
id="path4824-0"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4810-4">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4812-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4794-9">
|
||||||
|
<path
|
||||||
|
d="m 482.978,675.068 c -0.581,-1.681 3.995,-14.471 5.046,-17.415 l 0,0 c 1.051,-2.944 0,-10.303 0,-10.303 l 0,0 c 0,0 -6.297,1.893 -6.303,-6.939 l 0,0 c 0,0 11.349,-1.892 16.817,0 l 0,0 c 0,0 2.313,2.524 3.153,5.047 l 0,0 c 0.842,2.523 1.683,11.354 3.575,15.139 l 0,0 c 1.892,3.785 2.313,7.17 0,14.308 l 0,0 c -1.32,4.074 -6.953,7.716 -12.368,7.716 l 0,0 c -4.074,0 -8.024,-2.061 -9.92,-7.553"
|
||||||
|
id="path4796-2"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4762-1">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4764-6"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4750-0">
|
||||||
|
<path
|
||||||
|
d="m 553.456,708.327 c -2.694,-4.836 -10.37,-6.306 -10.37,-6.306 l 0,0 c -3.603,-6.306 7.808,-5.676 7.808,-5.676 l 0,0 c 0,0 8.41,3.151 9.882,13.033 l 0,0 c 1.472,9.883 -6.874,13.04 -6.874,13.04 l 0,0 c 2.589,-2.519 2.249,-9.254 -0.446,-14.091"
|
||||||
|
id="path4752-4"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4738-3">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4740-8"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4726-6">
|
||||||
|
<path
|
||||||
|
d="m 451.018,718.846 c 0,0 -24.18,-6.251 -29.648,-7.018 l 0,0 c -5.466,-0.768 -7.569,-3.402 -9.041,-11.231 l 0,0 c -1.472,-7.829 -3.364,-12.529 -1.682,-13.228 l 0,0 c 1.682,-0.699 9.882,2.244 9.882,2.244 l 0,0 c 0,0 5.467,-9.479 9.252,-9.575 l 0,0 c 3.785,-0.097 14.508,7.331 14.508,7.331 l 0,0 c 0,0 13.247,-4.642 17.452,-5.614 l 0,0 c 0,0 6.729,-13.523 14.299,-16.71 l 0,0 c 7.569,-3.187 22.918,-7.602 36.586,-5.079 l 0,0 c 13.667,2.523 26.493,8.2 32.38,10.934 l 0,0 c 5.888,2.734 8.831,8.757 8.41,16.469 l 0,0 c -0.42,7.712 0.421,14.86 -6.097,14.86 l 0,0 c -6.518,0 -42.684,-4.415 -62.659,2.524 l 0,0 c 0,0 -2.07,24.963 -18.923,25.021 l 0,0 c -0.019,0 -0.039,0 -0.057,0 l 0,0 c -8.838,10e-4 -13.799,-7.363 -14.662,-10.928"
|
||||||
|
id="path4728-2"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4710-8">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4712-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4694-3">
|
||||||
|
<path
|
||||||
|
d="m 513.985,669.696 c 0,0 2.103,-4.52 3.785,-5.956 l 0,0 c 1.682,-1.436 2.523,-9.005 2.523,-9.005 l 0,0 c 0,0 -7.889,-0.563 -6.308,-5.07 l 0,0 c 0.344,-0.982 8.831,-0.865 12.616,0 l 0,0 c 3.784,0.864 5.464,4.892 5.464,4.892 l 0,0 c 0,0 1.048,13.424 0,18.891 l 0,0 c -0.607,3.166 -7.138,9.173 -12.201,9.173 l 0,0 c -3.681,0 -6.588,-3.175 -5.879,-12.925"
|
||||||
|
id="path4696-4"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4682-7">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4684-2"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4666-5">
|
||||||
|
<path
|
||||||
|
d="m 466.048,679.557 c 0,0 4.202,-14.519 5.884,-19.145 l 0,0 c 1.682,-4.626 1.472,-7.57 1.472,-7.57 l 0,0 c 0,0 -9.252,1.472 -8.2,-7.149 l 0,0 c 0,0 12.382,0.137 14.087,1.052 l 0,0 c 1.706,0.914 3.462,0.787 3.995,2.92 l 0,0 c 0.534,2.133 -0.193,16.708 0.955,20.876 l 0,0 c 0.894,3.246 -8.723,11.244 -14.513,11.245 l 0,0 c -1.646,0.001 -2.981,-0.645 -3.68,-2.229"
|
||||||
|
id="path4668-8"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7150">
|
||||||
|
<path
|
||||||
|
d="m 671.146,689.104 c 0,0 5.593,-31.103 2.943,-39.147 l 0,0 c 0,0 -8.871,0.303 -7.353,-8.044 l 0,0 c 0,0 3.635,-4.348 17.757,0 l 0,0 c 0,0 1.973,2.884 2.276,16.998 l 0,0 c 0.304,14.114 1.063,19.275 1.063,19.73 l 0,0 c 0,0.456 2.732,16.847 -8.196,17.757 l 0,0 c -0.705,0.059 -1.356,0.087 -1.956,0.087 l 0,0 c -8.702,0 -6.804,-5.821 -6.534,-7.381"
|
||||||
|
id="path7152"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7062">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path7064"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7046">
|
||||||
|
<path
|
||||||
|
d="m 651.205,704.112 c 0,0 1.812,-7.393 4.856,-12.293 l 0,0 c 5.565,-8.954 6.375,-14.115 7.286,-17.908 l 0,0 c 0.91,-3.794 -0.304,-21.855 15.328,-26.712 l 0,0 c 15.633,-4.856 33.844,-1.517 37.335,0.76 l 0,0 c 3.491,2.276 3.795,6.07 3.036,12.596 l 0,0 c -0.76,6.526 -3.036,16.24 -11.99,22.462 l 0,0 c -8.955,6.222 -20.94,15.405 -23.126,22.917 l 0,0 c -1.172,4.027 -11.194,7.357 -19.863,7.358 l 0,0 c -7.501,0 -13.988,-2.492 -12.862,-9.18"
|
||||||
|
id="path7048"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7022">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path7024"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7010">
|
||||||
|
<path
|
||||||
|
d="m 651.288,707.269 c 0,0 -7.823,-18.03 -10.1,-18.789 l 0,0 c 0,0 -3.642,-0.151 -6.677,5.616 l 0,0 c -3.036,5.767 -7.286,9.41 -13.205,5.615 l 0,0 c -5.918,-3.794 -8.195,-16.391 -4.401,-16.239 l 0,0 c 0,0 2.277,-1.973 4.705,0.759 l 0,0 c 0,0 0.911,-3.643 6.829,2.276 l 0,0 c 0,0 10.321,-14.265 18.365,-11.382 l 0,0 c 8.043,2.884 11.534,15.177 11.534,15.177 l 0,0 c 0,0 2.107,17.224 -5.361,17.225 l 0,0 c -0.516,0 -1.078,-0.083 -1.689,-0.258"
|
||||||
|
id="path7012"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath6998">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path7000"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath6986">
|
||||||
|
<path
|
||||||
|
d="m 715.099,720 c -2.58,-11.127 6.831,-21.806 11.384,-28.867 l 0,0 c 4.553,-7.06 5.463,-18.891 0.91,-24.508 l 0,0 c -4.554,-5.615 -12.9,-3.937 -12.9,-3.937 l 0,0 c -12.294,1.678 -29.747,-10.025 1.214,-10.936 l 0,0 c 30.961,-0.91 28.684,26.257 23.98,37.336 l 0,0 c -4.893,11.519 -15.329,22.765 -11.384,29.267 l 0,0 c 3.947,6.502 5.92,15.201 0.911,17.022 l 0,0 c -0.59,0.215 -1.201,0.32 -1.825,0.32 l 0,0 c -4.667,0 -10.013,-5.881 -12.29,-15.697"
|
||||||
|
id="path6988"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.35"
|
||||||
|
inkscape:cx="375"
|
||||||
|
inkscape:cy="520"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1680"
|
||||||
|
inkscape:window-height="987"
|
||||||
|
inkscape:window-x="1912"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata7890">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<g
|
||||||
|
id="g6962"
|
||||||
|
transform="matrix(4.902009,0,0,-4.0987788,54.02327,523.68997)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -12.306,5.46 -5.491,11.945 6.816,6.485 12.781,4.039 12.781,4.039 0,0 -1.598,7.538 12.718,10.242 14.317,2.704 18.631,-5.303 18.631,-5.303 0,0 3.872,9.337 12.766,8.705 8.894,-0.631 7.773,-8.122 7.773,-8.122 0,0 11.561,9.213 17.104,6.818 5.543,-2.394 8.626,-4.992 8.626,-4.992 0,0 -0.035,12.198 10.941,11.648 10.976,-0.55 9.147,-10.718 9.147,-10.718 0,0 9.874,11.81 17.274,8.319 8.055,-3.799 6.555,-15.082 6.555,-15.082 0,0 6.422,5.061 8.5,-0.867 3.5,-9.986 -2,-11.358 -2,-11.358 0,0 5,-4.344 -1,-9.844 -6,-5.5 -17.862,-3 -17.862,-3 0,0 -11.926,-12 -19.282,-7.5 0,0 -6.471,-8 -15.664,-9 -9.192,-1 -11.787,7 -11.787,7 0,0 -8.891,-11.173 -19.648,-7.087 -10.757,4.087 -11.443,10.087 -11.443,10.087 0,0 -5.844,-6.5 -11.329,-4.5 -5.485,2 -5.216,7.954 -5.216,7.954 0,0 -26.177,-5.816 -22.094,10.616"
|
||||||
|
style="fill:#77b52d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path6964"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g6966"
|
||||||
|
transform="matrix(4.902009,0,0,-4.0987788,309.65374,383.37894)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -3.334,1.482 -14.174,2.634 -17.038,-5.398 -2.549,-7.152 -0.256,-18.428 8.192,-20.202 0,0 -11.22,1.501 -12.313,-2.046 -1.093,-3.548 0,-6.141 0,-6.141 0,0 6.192,-1.092 15.602,0 9.409,1.092 15.322,1.938 16.543,5.185 C 12.207,-25.354 19.486,-8.661 0,0"
|
||||||
|
style="fill:#f8bc5d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path6968"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g6970"
|
||||||
|
transform="matrix(4.902009,0,0,-4.0987788,211.25721,523.8531)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 -1.418,4.297 1.337,5.011 1.337,5.011 -0.119,2.419 0,0"
|
||||||
|
style="fill:#cb8b37;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path6972"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g6974"
|
||||||
|
transform="matrix(4.902009,0,0,-4.0987788,228.97695,522.14719)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 -1.706,2.88 0.736,3.881 0.736,3.881 0.159,2.12 0,0"
|
||||||
|
style="fill:#cb8b37;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path6976"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g6978"
|
||||||
|
transform="matrix(4.902009,0,0,-4.0987788,491.73495,441.65373)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 8.347,-1.678 12.9,3.938 17.453,9.553 16.543,21.385 11.99,28.445 7.437,35.506 -1.973,46.185 0.607,57.312 3.187,68.44 9.713,74.51 14.722,72.689 19.73,70.868 17.757,62.169 13.811,55.667 9.865,49.165 20.302,37.919 25.194,26.4 29.898,15.32 32.175,-11.846 1.214,-10.936 -29.747,-10.025 -12.293,1.678 0,0"
|
||||||
|
style="fill:#f8bc5d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path6980"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.902009,0,0,-4.0987788,-3010.7142,3157.8654)"
|
||||||
|
id="g6982">
|
||||||
|
<g
|
||||||
|
id="g6984"
|
||||||
|
clip-path="url(#clipPath6986)">
|
||||||
|
<g
|
||||||
|
id="g6990"
|
||||||
|
transform="translate(729.2142,735.3771)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 2.87,-5.946 -0.785,-11.826 -2.848,-4.58 -4.291,-8.263 -2.225,-15.335 2.066,-7.071 11.76,-19.149 13.349,-28.207 1.589,-9.058 -2.821,-22.447 -16.885,-22.685 -7.623,24.02 -30.422,1.232 -25.123,-3.218 5.299,-4.45 22.302,-4.291 26.911,-3.337 4.608,0.953 16.277,4.449 17.991,14.461 1.714,10.012 1.873,24.712 -3.689,31.267 -5.562,6.554 -12.077,13.32 -9.694,18.598 C 2.234,-15.004 8.731,-3.589 0,0"
|
||||||
|
style="fill:#e4a448;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path6992"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.902009,0,0,-4.0987788,-3010.7142,3157.8654)"
|
||||||
|
id="g6994">
|
||||||
|
<g
|
||||||
|
id="g6996"
|
||||||
|
clip-path="url(#clipPath6998)">
|
||||||
|
<g
|
||||||
|
id="g7002"
|
||||||
|
transform="translate(651.288,707.2689)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -7.823,-18.03 -10.1,-18.788 0,0 -3.642,-0.152 -6.678,5.615 -3.035,5.767 -7.284,9.41 -13.204,5.616 -5.919,-3.795 -8.195,-16.392 -4.401,-16.24 0,0 2.277,-1.973 4.705,0.759 0,0 0.911,-3.642 6.83,2.277 0,0 10.32,-14.267 18.364,-11.383 C 3.559,-29.26 7.05,-16.967 7.05,-16.967 7.05,-16.967 9.458,2.72 0,0"
|
||||||
|
style="fill:#f8bc5d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7004"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.902009,0,0,-4.0987788,-3010.7142,3157.8654)"
|
||||||
|
id="g7006">
|
||||||
|
<g
|
||||||
|
id="g7008"
|
||||||
|
clip-path="url(#clipPath7010)">
|
||||||
|
<g
|
||||||
|
id="g7014"
|
||||||
|
transform="translate(655.7039,702.2353)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -3.527,-25.796 -18.875,-25.68 -15.349,0.117 5.334,-5.51 11.043,-2.776 5.709,2.734 11.541,10.044 12.439,16.718 C 5.504,-5.063 12.135,3.633 0,0"
|
||||||
|
style="fill:#e4a448;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7016"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.902009,0,0,-4.0987788,-3010.7142,3157.8654)"
|
||||||
|
id="g7018">
|
||||||
|
<g
|
||||||
|
id="g7020"
|
||||||
|
clip-path="url(#clipPath7022)">
|
||||||
|
<g
|
||||||
|
id="g7026"
|
||||||
|
transform="translate(628.4396,686.5075)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 1.622,3.694 2.257,5.193 2.257,5.193 3.464,1.095 0,0"
|
||||||
|
style="fill:#cb8b37;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7028"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7030"
|
||||||
|
transform="translate(621.61,684.231)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 -2.412,3.565 0,6.266 0,6.266 -4.002,3.109 0,0"
|
||||||
|
style="fill:#cb8b37;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7032"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7034"
|
||||||
|
transform="translate(616.9052,683.4721)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 -1.873,2.735 0,4.801 0,4.801 -2.985,3.145 0,0"
|
||||||
|
style="fill:#cb8b37;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7036"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7038"
|
||||||
|
transform="translate(651.205,704.1127)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 1.812,-7.394 4.857,-12.293 5.564,-8.955 6.374,-14.115 7.284,-17.909 0.911,-3.794 -0.303,-21.855 15.329,-26.711 15.632,-4.857 33.845,-1.518 37.335,0.758 3.491,2.277 3.795,6.071 3.036,12.597 -0.759,6.526 -3.036,16.24 -11.99,22.462 C 46.897,-14.873 34.911,-5.691 32.725,1.821 30.539,9.333 -2.428,14.418 0,0"
|
||||||
|
style="fill:#f8bc5d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7040"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.902009,0,0,-4.0987788,-3010.7142,3157.8654)"
|
||||||
|
id="g7042">
|
||||||
|
<g
|
||||||
|
id="g7044"
|
||||||
|
clip-path="url(#clipPath7046)">
|
||||||
|
<g
|
||||||
|
id="g7050"
|
||||||
|
transform="translate(658.6122,673.7794)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 6.571,-9.295 12.088,-12.56 6.648,-3.935 15.66,-3.593 21.045,6.577 C 41.642,10.089 25.562,27.95 23.756,30.976 21.95,34.002 54.847,16.033 59.153,-1.185 63.46,-18.402 67.129,-24.026 54.079,-28.181 41.03,-32.336 21.58,-32.704 12.088,-26.189 2.596,-19.673 1.562,-18.528 0.848,-15.602 0.134,-12.677 0.798,-1.91 0,0"
|
||||||
|
style="fill:#e4a448;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7052"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7054"
|
||||||
|
transform="translate(647.8718,703.4116)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 9.222,-10.123 20.924,-8.623 32.626,-7.124 46.477,-1.696 45.677,6.317 44.981,13.284 -0.062,15.083 0,0"
|
||||||
|
style="fill:#e4a448;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7056"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.902009,0,0,-4.0987788,-3010.7142,3157.8654)"
|
||||||
|
clip-path="url(#clipPath7062)"
|
||||||
|
id="g7060">
|
||||||
|
<g
|
||||||
|
transform="translate(697.545,649.7169)"
|
||||||
|
id="g7066">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path7068"
|
||||||
|
style="fill:#cb8b37;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="M 0,0 C 0,0 7.761,-0.357 10.82,0 10.82,0 3.917,-1.584 0,0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(656.871,751.667)"
|
||||||
|
id="g7070">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path7072"
|
||||||
|
style="fill:#f8bc5d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 c 0,0 14.975,1.417 23.676,-2.428 0,0 17.605,12.748 21.045,12.141 C 48.161,9.106 40.067,-36.496 28.533,-47.084 16.998,-57.672 0,-53.34 -7.69,-51.256 c -7.689,2.083 -18.414,13.36 -16.391,24.416 2.024,11.056 11.94,42.017 14.57,43.231 0,0 6.273,-7.083 9.511,-16.391" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(682.3682,748.2269)"
|
||||||
|
id="g7074">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path7076"
|
||||||
|
style="fill:#c38630;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 c 0,0 12.546,9.916 15.177,10.32 0,0 -0.405,-13.76 -2.428,-20.438 0,0 -6.678,9.309 -12.749,10.118" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(653.4425,752.066)"
|
||||||
|
id="g7078">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path7080"
|
||||||
|
style="fill:#c38630;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 c 0,0 -3.593,10.802 -5.678,12.147 0,0 -4.654,-9.308 -5.463,-14.772 0,0 6.666,2.88 11.141,2.625" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(652.5203,709.4752)"
|
||||||
|
id="g7082">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path7084"
|
||||||
|
style="fill:#60220a;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 c 0,0 2.529,-8.297 4.755,-8.499 2.226,-0.202 4.351,7.487 4.351,7.487 0,0 -4.553,0.383 -5.565,6.161 C 3.541,5.149 2.428,0.506 0,0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(656.9196,717.0637)"
|
||||||
|
id="g7086">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path7088"
|
||||||
|
style="fill:#1e130b;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 c 0,0 -0.017,-7.671 5.415,-7.674 3.918,-0.002 6.678,6.623 6.273,8.768 0,0 1.84,-9.99 -6.287,-9.862 -5.045,0.08 -6.617,5.165 -6.617,5.165 0,0 -0.654,-5.244 -6.32,-5.244 -5.1,0 -4.249,7.835 -4.249,7.835 0,0 1.194,-7.12 4.654,-6.662 C -1.365,-6.91 -1.214,0 -1.214,0 L 0,0 Z" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(651.205,720.7061)"
|
||||||
|
id="g7090">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path7092"
|
||||||
|
style="fill:#281a0f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="M 0,0 C 0,0 6.825,2.369 12.141,0 12.141,0 6.88,-6.295 4.857,-6.082 2.833,-5.868 0,0 0,0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(664.8641,717.3166)"
|
||||||
|
id="g7094">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path7096"
|
||||||
|
style="fill:#281909;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="M 0,0 C 0,0 11.079,6.678 27.622,3.642 27.622,3.642 12.142,4.857 0,0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(664.8641,714.6242)"
|
||||||
|
id="g7098">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path7100"
|
||||||
|
style="fill:#281909;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="M 0,0 C 0,0 13.204,4.665 28.684,-4.896 28.684,-4.896 13.659,1.709 0,0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(664.8641,712.7452)"
|
||||||
|
id="g7102">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path7104"
|
||||||
|
style="fill:#281909;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="M 0,0 C 0,0 8.651,-0.892 14.342,-7.874 14.342,-7.874 7.694,-2.185 0,0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(649.3837,718.1572)"
|
||||||
|
id="g7106">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path7108"
|
||||||
|
style="fill:#281909;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="M 0,0 C 0,0 -9.258,9.48 -20.944,8.873 -20.944,8.873 -7.783,6.611 0,0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(647.8718,716.7095)"
|
||||||
|
id="g7110">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path7112"
|
||||||
|
style="fill:#281909;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 c 0,0 -14.12,6.981 -21.557,0.607 0,0 9.27,3.643 21.557,-0.607" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(648.4731,714.6189)"
|
||||||
|
id="g7114">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path7116"
|
||||||
|
style="fill:#281909;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 c 0,0 -11.534,2.546 -20.034,-4.132 0,0 9.562,4.773 20.034,4.132" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(651.288,728.1291)"
|
||||||
|
id="g7118">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path7120"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 c 0,-1.824 -0.853,-3.302 -1.904,-3.302 -1.052,0 -1.905,1.478 -1.905,3.302 0,1.824 0.853,3.302 1.905,3.302 C -0.853,3.302 0,1.824 0,0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(672.6044,728.1291)"
|
||||||
|
id="g7122">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path7124"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 c 0,-1.824 -0.853,-3.302 -1.904,-3.302 -1.052,0 -1.905,1.478 -1.905,3.302 0,1.824 0.853,3.302 1.905,3.302 C -0.853,3.302 0,1.824 0,0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(705.1481,676.8193)"
|
||||||
|
id="g7126">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path7128"
|
||||||
|
style="fill:#f8bc5d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 c -3.334,1.482 -12.872,1.727 -15.857,-6.261 -3.574,-9.564 -0.194,-19.068 8.254,-20.841 0,0 -11.22,1.501 -12.313,-2.047 -1.093,-3.548 0,-6.141 0,-6.141 0,0 6.192,-1.092 15.601,0 9.41,1.092 15.322,1.938 16.543,5.185 C 13.449,-26.857 19.486,-8.661 0,0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(686.9462,641.3105)"
|
||||||
|
id="g7130">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path7132"
|
||||||
|
style="fill:#cb8b37;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="M 0,0 C 0,0 -1.918,2.992 1.189,4.949 1.189,4.949 -0.006,2.096 0,0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(691.0842,641.3105)"
|
||||||
|
id="g7134">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path7136"
|
||||||
|
style="fill:#cb8b37;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="M 0,0 C 0,0 -1.158,4.135 1.567,4.949 1.567,4.949 0.477,2.81 0,0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(689.553,671.1986)"
|
||||||
|
id="g7138">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path7140"
|
||||||
|
style="fill:#c58532;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 c 0,0 -7.767,-24.044 18.812,-21.482 0,0 -5.38,-1.268 -10.019,-0.704 -4.64,0.564 -8.056,0.809 -10.758,0.465 0,0 3.644,1.461 9.737,0.289 0,0 -14.15,2.61 -7.772,21.432" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(671.1464,689.1038)"
|
||||||
|
id="g7142">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path7144"
|
||||||
|
style="fill:#f8bc5d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 c 0,0 5.592,-31.103 2.943,-39.147 0,0 -8.871,0.303 -7.353,-8.044 0,0 3.635,-4.349 17.757,0 0,0 1.973,2.884 2.276,16.998 0.304,14.115 1.063,19.275 1.063,19.73 0,0.456 2.731,16.847 -8.196,17.757 C -2.437,8.205 -0.289,1.668 0,0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.902009,0,0,-4.0987788,-3010.7142,3157.8654)"
|
||||||
|
id="g7146">
|
||||||
|
<g
|
||||||
|
id="g7148"
|
||||||
|
clip-path="url(#clipPath7150)">
|
||||||
|
<g
|
||||||
|
id="g7154"
|
||||||
|
transform="translate(674.716,639.9801)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 5.812,2.502 6.64,4.898 0.829,2.395 1.672,24.41 1.012,31.677 -0.66,7.268 2.686,16.641 5.767,18.074 3.082,1.433 0.523,-30.869 0.883,-34.123 C 14.663,17.273 14.62,2.265 8.74,0.727 2.86,-0.812 0,0 0,0"
|
||||||
|
style="fill:#e4a448;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7156"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 37 KiB |
BIN
www/img/Tiere/Krokodil.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
479
www/img/Tiere/Krokodil.svg
Normal file
@ -0,0 +1,479 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="210mm"
|
||||||
|
height="297mm"
|
||||||
|
viewBox="0 0 744.09448819 1052.3622047"
|
||||||
|
id="svg7885"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.91 r13725"
|
||||||
|
sodipodi:docname="Krokodil.svg">
|
||||||
|
<defs
|
||||||
|
id="defs7887" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.35"
|
||||||
|
inkscape:cx="375"
|
||||||
|
inkscape:cy="520"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1137"
|
||||||
|
inkscape:window-x="-8"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata7890">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<g
|
||||||
|
id="g4246"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,156.45422,508.6773)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -12.306,5.46 -5.491,11.945 6.816,6.485 12.781,4.039 12.781,4.039 0,0 -1.598,7.538 12.718,10.242 14.317,2.704 18.631,-5.303 18.631,-5.303 0,0 3.872,9.337 12.766,8.705 8.894,-0.631 7.773,-8.122 7.773,-8.122 0,0 11.561,9.213 17.104,6.818 5.543,-2.394 8.626,-4.992 8.626,-4.992 0,0 -0.035,12.198 10.941,11.648 10.976,-0.55 9.147,-10.718 9.147,-10.718 0,0 9.874,11.81 17.274,8.319 8.055,-3.799 6.555,-15.082 6.555,-15.082 0,0 6.422,5.061 8.5,-0.867 3.5,-9.986 -2,-11.358 -2,-11.358 0,0 5,-4.344 -1,-9.844 -6,-5.5 -17.862,-3 -17.862,-3 0,0 -11.926,-12 -19.282,-7.5 0,0 -6.471,-8 -15.664,-9 -9.192,-1 -11.787,7 -11.787,7 0,0 -8.891,-11.173 -19.648,-7.087 -10.757,4.087 -11.443,10.087 -11.443,10.087 0,0 -5.844,-6.5 -11.329,-4.5 -5.485,2 -5.216,7.954 -5.216,7.954 0,0 -26.177,-5.816 -22.094,10.616"
|
||||||
|
style="fill:#77b52d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4248"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4250"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,41.243647,141.05654)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -3.002,-4.574 -2.144,-5.861 0.858,-1.286 4.225,1.284 4.225,1.284 L 0,0 Z"
|
||||||
|
style="fill:#ddc287;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4252"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4254"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,58.73609,168.99184)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -2.859,-3.642 -1.286,-4.643 1.572,-1 4.574,2.322 4.574,2.322 L 0,0 Z"
|
||||||
|
style="fill:#ddc287;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4256"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4258"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,81.054348,190.68228)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 -1.001,-4.672 0,-5.959 1.001,-7.245 3.961,-4.5 3.961,-4.5 L 0,0 Z"
|
||||||
|
style="fill:#ddc287;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4260"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4262"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,113.0239,218.97997)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 -1.429,-4.231 0,-5.803 1.429,-7.376 3.624,-4.26 3.624,-4.26 L 0,0 Z"
|
||||||
|
style="fill:#ddc287;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4264"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4266"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,142.58071,247.03019)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -2.716,-4.989 -1.001,-6.418 1.716,-1.429 4.289,1.429 4.289,1.429 L 0,0 Z"
|
||||||
|
style="fill:#ddc287;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4268"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4270"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,170.32772,288.04512)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 -1.429,-4.574 0,-5.861 1.429,-7.147 4.002,-2.93 4.002,-2.93 L 0,0 Z"
|
||||||
|
style="fill:#ddc287;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4272"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4274"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,203.50381,318.21348)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -0.715,-5.146 1.001,-5.718 1.715,-0.571 3.716,3.717 3.716,3.717 L 0,0 Z"
|
||||||
|
style="fill:#ddc287;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4276"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4278"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,15.305774,288.04512)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 2.837,4.574 3.848,4.002 4.86,3.431 4.574,-1.858 4.574,-1.858 L 0,0 Z"
|
||||||
|
style="fill:#ddc287;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4280"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4282"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,47.275326,304.73374)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 1.529,4.574 3.48,3.716 5.432,2.859 4.717,-2.388 4.717,-2.388 L 0,0 Z"
|
||||||
|
style="fill:#ddc287;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4284"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4286"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,79.177698,322.70659)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 1.445,4.431 3.161,4.002 4.876,3.574 4.406,-1.884 4.406,-1.884 L 0,0 Z"
|
||||||
|
style="fill:#ddc287;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4288"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4290"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,114.83337,341.3207)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 1.388,5.718 3.196,5.146 5.003,4.574 5.718,-1.715 5.718,-1.715 L 0,0 Z"
|
||||||
|
style="fill:#ddc287;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4292"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4294"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,156.45422,352.23282)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 1.302,4.471 2.652,4.165 4.002,3.859 4.971,-0.572 4.971,-0.572 L 0,0 Z"
|
||||||
|
style="fill:#ddc287;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4296"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4298"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,414.01977,138.48893)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -4.922,7.29 -6.923,13.865 -2.001,6.576 -3.671,16.868 -6.736,16.153 0,0 -1.207,-9.148 2.509,-16.581 C -7.433,6.004 -7.385,0.572 0,0"
|
||||||
|
style="fill:#354c09;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4300"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4302"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,559.59128,177.21511)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -0.816,0.905 -2.505,0.905 0,0 -3.26,4.717 -6.262,2.001 0,0 -5.289,5.26 -9.291,0.843 0,0 -2.859,6.591 -7.219,2.588 0,0 -5.075,7.576 -8.791,4.86 0,0 -1.715,5.146 -5.861,5.289 0,0 -1.715,6.147 -4.288,5.861 0,0 1.715,5.575 -1.429,5.146 0,0 0.285,3.716 -1.573,4.002 0,0 1.7,5.003 -0.937,7.147 0,0 -7.782,-19.44 -1.207,-32.305 6.575,-12.865 20.19,-23.157 43.401,-26.158 C 17.248,-22.823 2.505,-0.905 0,0"
|
||||||
|
style="fill:#445601;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4304"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4306"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,539.84949,214.92779)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 0.626,3.892 -2.376,4.463 -5.378,5.035 -5.947,2.462 -5.947,2.462 -5.947,2.462 -3.771,-0.461 0,0"
|
||||||
|
style="fill:#517212;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4308"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4310"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,497.86405,198.45252)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -0.429,5.87 -6.289,3.394 0,0 2.001,-4.169 6.289,-3.394"
|
||||||
|
style="fill:#517212;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4312"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4314"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,464.46718,177.00137)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -1.091,5.718 -6.523,3.002 0,0 1.325,-4.717 6.523,-3.002"
|
||||||
|
style="fill:#517212;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4316"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4318"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,423.27001,155.02398)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 0.667,5.255 -4.479,3.111 -4.479,3.111 -3.383,0.034 0,0"
|
||||||
|
style="fill:#517212;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4320"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4322"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,398.00495,134.05959)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 0.67,4.445 -3.128,4.16 -3.128,4.16 -3.795,0.986 0,0"
|
||||||
|
style="fill:#517212;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4324"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4326"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,379.63714,109.09784)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 0.858,4.89 -3.002,4.318 -3.002,4.318 -2.573,0.542 0,0"
|
||||||
|
style="fill:#517212;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4328"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4330"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,362.74763,78.794762)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 2.173,3.945 -1.141,5.003 -1.141,5.003 -2.199,2.445 0,0"
|
||||||
|
style="fill:#517212;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4332"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4334"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,262.6171,443.37867)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -7.719,1.144 -10.435,-3.431 0,0 4.574,-0.545 5.861,-0.844 0,0 -3.145,-2.014 -2.859,-5.302 0,0 5.289,3.325 7.433,3.378 0,0 -2.859,-4.093 -0.858,-6.237 0,0 7.005,5.755 9.149,6.237 0,0 5.289,1.434 6.718,3.602 C 16.438,-0.429 9.01,3.608 0,0"
|
||||||
|
style="fill:#3c560a;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4336"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4338"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,38.83057,123.72579)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 -2.287,5.146 2.001,6.004 6.29,6.861 8.005,4.002 7.147,1.429 c 0,0 3.717,3.717 6.861,0.286 3.145,-3.43 0,-6.289 0,-6.289 0,0 16.296,-18.297 28.589,-22.871 0,0 -0.858,8.005 5.718,6.861 6.575,-1.143 5.146,-6.861 5.146,-6.861 0,0 3.716,5.146 8.576,3.716 4.86,-1.429 4.86,-9.434 4.86,-9.434 0,0 2.573,2.001 5.432,0.858 2.859,-1.144 4.003,-4.384 4.003,-4.384 0,0 3.621,1.334 6.67,-2.668 2.669,2.287 6.671,3.621 9.149,1.906 0,0 5.717,4.574 9.91,2.478 0,0 6.29,5.146 10.483,2.096 0,0 4.574,4.955 8.767,1.906 0,0 -0.381,5.908 4.002,6.48 0,0 -3.621,4.574 0,6.861 0,0 -3.24,4.003 -1.905,5.718 0,0 8.386,-1.143 15.247,-6.289 6.861,-5.146 17.915,-22.871 6.67,-36.975 -11.244,-14.104 -43.454,-23.443 -72.043,-20.774 0,0 -16.391,-2.287 -28.779,9.91 0,0 -46.695,16.01 -53.175,23.634 0,0 -0.572,6.751 1.906,7.283 2.478,0.531 22.49,-12.811 31.829,-14.526 9.339,-1.715 24.014,-0.381 24.014,-0.381 0,0 -10.292,4.193 -15.247,9.148 -4.955,4.956 -12.007,15.819 -15.438,18.106 -3.431,2.287 -16.01,12.389 -19.631,20.203 L 0,0 Z"
|
||||||
|
style="fill:#517211;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4340"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4342"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,2.2364046,314.14787)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 42.709,-18.046 53.277,-19.774 10.568,-1.728 21.453,3.628 21.453,3.628 0,0 -6.154,-5.826 -15.017,-6.252 0,0 14.304,-6.761 19.666,-6.81 5.363,-0.049 9.177,4.669 9.177,4.669 0,0 -0.606,-4.917 -2.123,-6.427 0,0 12.401,-2.503 35.021,4.277 22.62,6.78 42.765,17.308 32.346,43.483 0,0 13.238,-17.494 -2.033,-32.031 -15.271,-14.538 -46.629,-20.21 -68.031,-18.307 0,0 -18.506,-3.535 -30.561,9.911 0,0 -48.528,16.896 -53.175,23.633"
|
||||||
|
style="fill:#374c09;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4344"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4346"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,331.38168,315.45817)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 1.858,2.674 4.145,1.674 6.432,0.673 5.861,-2.186 5.861,-2.186 5.861,-2.186 2.573,-3.532 0,0"
|
||||||
|
style="fill:#709822;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4348"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4350"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,366.97017,331.16831)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 3.145,2.87 5.575,2.377 8.005,1.884 9.291,-2.885 9.291,-2.885 9.291,-2.885 3.248,-4.404 0,0"
|
||||||
|
style="fill:#709822;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4352"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4354"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,436.94096,345.26011)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 0.107,6.831 7.576,2.613 7.576,2.613 6.147,-4.308 0,0"
|
||||||
|
style="fill:#709822;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4356"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4358"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,486.40363,330.27698)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -0.572,3.687 1.715,4.259 2.287,0.572 5.003,-2.13 5.003,-2.13 0,0 -0.571,-2.873 -2.716,-3.445 C 1.858,-1.888 0,0 0,0"
|
||||||
|
style="fill:#709822;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4360"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4362"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,534.43087,310.79579)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 0.483,4.924 2.198,5.066 3.914,5.209 6.915,3.208 6.915,3.208 6.915,3.208 6.664,-3.065 0,0"
|
||||||
|
style="fill:#709822;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4364"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4366"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,582.31161,283.12004)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -2.43,3.349 -1.429,4.628 1,1.279 5.003,0.708 5.003,0.708 C 3.574,5.336 4.431,0.811 0,0"
|
||||||
|
style="fill:#709822;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4368"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4370"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,597.67354,247.03019)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 -3.221,5.761 0,6.247 3.221,6.733 2.926,-0.015 0,0"
|
||||||
|
style="fill:#709822;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4372"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4374"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,591.63308,207.81096)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 -2.241,3.74 -1.224,5.158 -0.208,6.575 2.495,3.002 0,0"
|
||||||
|
style="fill:#709822;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4376"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4378"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,231.25048,416.42006)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 9.005,0.286 14.866,3.002 14.866,3.002 5.861,-5.289 0,0"
|
||||||
|
style="fill:#293a05;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4380"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4382"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,391.70117,304.60262)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 5.146,-3.533 6.004,-7.141 6.004,-7.141 5.003,0.172 0,0"
|
||||||
|
style="fill:#293a05;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4384"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4386"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,348.07033,464.77411)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 3.764,2.764 4.479,4.336 4.479,4.336 6.099,1.382 0,0"
|
||||||
|
style="fill:#293a05;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4388"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4390"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,585.93122,331.16831)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -16.153,-9.98 -11.292,-18.413 4.86,-8.434 14.008,-5.146 14.008,-5.146 0,0 -6.63,-2.716 -7.46,-5.575 0,0 6.745,0.572 7.46,0.572 0,0 -3.574,-4.003 -3.145,-6.576 0,0 5.575,2.573 7.433,2.859 0,0 -1,-3.716 0,-6.146 0,0 5.432,6.469 6.147,7.237 0,0 10.435,7.602 8.862,11.975 -1.572,4.373 -13.151,4.945 -13.579,4.659 -0.429,-0.286 6.003,6.29 2.573,13.437 C 7.576,6.03 0,0 0,0"
|
||||||
|
style="fill:#3c560a;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4392"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4394"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,621.51972,396.52169)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -2.154,-1.858 -5.651,-2.43 0,0 4.936,-1.715 5.651,2.43"
|
||||||
|
style="fill:#293a05;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4396"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4398"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,599.51946,435.03417)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 4.642,0 6.643,1.429 6.643,1.429 2.915,-2.819 0,0"
|
||||||
|
style="fill:#293a05;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4400"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4402"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,283.59108,287.32533)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -0.379,-1.181 -1.28,-1.948 -2.012,-1.712 -0.732,0.235 -1.018,1.383 -0.639,2.564 0.38,1.18 1.281,1.947 2.013,1.712 C 0.094,2.329 0.379,1.181 0,0"
|
||||||
|
style="fill:#020200;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4404"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4406"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,241.69544,272.76652)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -0.379,-1.181 -1.28,-1.948 -2.012,-1.712 -0.732,0.235 -1.018,1.383 -0.639,2.563 0.38,1.181 1.281,1.948 2.013,1.713 C 0.094,2.329 0.379,1.181 0,0"
|
||||||
|
style="fill:#020200;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4408"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4410"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,404.36847,389.46144)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -2.444,-1.407 -7.004,-7.29 -4.288,-10.435 2.716,-3.145 8.433,-6.792 8.433,-6.792 0,0 -6.704,-1.784 -9.069,-4.5 0,0 -9.898,2.287 -10.992,-2.573 0,0 5.338,-1.144 6.625,-1.43 0,0 -4.146,-4.288 -3.431,-6.575 0,0 5.24,2.144 6.837,2.001 0,0 -0.833,-4.717 1.025,-6.861 0,0 6.432,6.575 8.148,8.148 0,0 21.441,5.86 21.584,8.862 C 25.015,-17.153 17.532,10.096 0,0"
|
||||||
|
style="fill:#3c560a;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4412"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4414"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,421.86125,466.81814)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 5.289,-1.329 7.362,0.945 7.362,0.945 4.585,-3.272 0,0"
|
||||||
|
style="fill:#293a05;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4416"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4418"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,398.19703,386.25169)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -1.779,-1.373 -5.486,-6.188 -1.539,-11.28 3.947,-5.092 10.828,-3.874 14.508,-2.871 5.959,1.622 8.321,7.576 3.267,11.864 C 11.183,2.001 5.769,4.455 0,0"
|
||||||
|
style="fill:#517211;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4420"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4422"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,588.78418,329.0183)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -11.809,-8.383 -11.542,-14.175 0.267,-5.793 6.157,-4.717 14.086,-1.573 7.929,3.145 9.566,8.434 8.676,11.293 C 10.331,-1.596 10.103,8.785 0,0"
|
||||||
|
style="fill:#517211;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4424"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4426"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,72.609592,134.05959)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 0.322,4.544 3.759,2.086 3.759,2.086 2.254,3.095 0,0"
|
||||||
|
style="fill:#212d04;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4428"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4430"
|
||||||
|
transform="matrix(4.2198459,0,0,-4.4904088,57.49748,127.73842)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 2.997,4.224 -1.771,4.151 -1.771,4.151 1.295,3.549 0,0"
|
||||||
|
style="fill:#212d04;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4432"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 21 KiB |
BIN
www/img/Tiere/Kuh.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
946
www/img/Tiere/Kuh.svg
Normal file
@ -0,0 +1,946 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="210mm"
|
||||||
|
height="297mm"
|
||||||
|
viewBox="0 0 744.09448819 1052.3622047"
|
||||||
|
id="svg7885"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.91 r13725"
|
||||||
|
sodipodi:docname="Kuh.svg">
|
||||||
|
<defs
|
||||||
|
id="defs7887">
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4622">
|
||||||
|
<path
|
||||||
|
d="m 260.314,738.063 c 0,0 -5.875,4.191 -8.98,-2.39 l 0,0 c 0,0 -4.953,0.601 -7.468,-4.083 l 0,0 c -2.516,-4.683 0.748,-6.726 0.748,-6.726 l 0,0 c 0,0 -4.624,-7.853 3.435,-10.398 l 0,0 c 0,0 1.445,-8.606 8.896,-4.843 l 0,0 c 0,0 8.1,-7.533 13.095,1.192 l 0,0 c 0,0 11.763,-5.312 12.042,5.361 l 0,0 c 0,0 3.471,1.648 3.162,4.721 l 0,0 c -0.309,3.074 -3.436,4.679 -3.436,4.679 l 0,0 c 0,0 4.523,8.931 -5.622,8.698 l 0,0 c 0,0 -0.066,7.403 -6.482,4.869 l 0,0 c -1.801,1.566 -3.355,2.119 -4.65,2.119 l 0,0 c -3.116,0 -4.74,-3.199 -4.74,-3.199"
|
||||||
|
id="path4624"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4602">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4604"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4586">
|
||||||
|
<path
|
||||||
|
d="m 252.215,711.337 c 0,0 -18.168,-31.307 -15.295,-37.42 l 0,0 c 2.872,-6.112 35.732,-8.123 38.16,-2.148 l 0,0 c 2.427,5.975 0.1,38.918 -0.406,41.359 l 0,0 c -0.293,1.412 -5.815,4.155 -11.545,4.155 l 0,0 c -4.176,0 -8.461,-1.456 -10.914,-5.946"
|
||||||
|
id="path4588"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4574">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4576"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4562">
|
||||||
|
<path
|
||||||
|
d="m 298.304,747.184 c -8.317,3.684 -11.04,-4.687 -11.04,-4.687 l 0,0 c -13.29,1.069 -14.315,-11.418 -14.315,-11.418 l 0,0 c -10.611,-2.78 -4.563,-15.345 -4.563,-15.345 l 0,0 c -3.644,-1.885 0.435,-9.423 0.435,-9.423 l 0,0 c -3.38,-0.04 -3.528,-5.522 -0.314,-8.438 l 0,0 c -3.457,-1.413 -2.796,-9.653 1.897,-12.008 l 0,0 c -1.517,-4.097 4.289,-6.685 4.289,-6.685 l 0,0 c 0.073,-7.253 9.953,-8.915 9.953,-8.915 l 0,0 c 0.514,-2.281 3.335,-6.46 6.854,-3.945 l 0,0 c 1.431,-3.156 8.123,-4.296 11.18,-1.408 l 0,0 c 1.477,-2.331 10.928,-3.032 12.549,0.073 l 0,0 c 5.467,-2.902 12.286,1.098 13.309,4.968 l 0,0 c 8.892,-2.041 10.208,4.183 10.208,4.183 l 0,0 c 4.523,-2.507 10.638,3.262 10.08,7.636 l 0,0 c 2.244,-0.126 5.541,1.296 4.827,5.747 l 0,0 c 6.891,2.415 6.695,13.226 2.021,15.902 l 0,0 c 3.378,2.867 3.341,13.645 -1.553,15.278 l 0,0 c 4.399,3.844 0.014,11.67 -3.71,11.236 l 0,0 c 0.768,2.209 -0.563,10.004 -8.051,8.415 l 0,0 c 1.291,5.799 -8.191,11.64 -12.237,8.329 l 0,0 c -2.331,4.313 -12.245,5.354 -16.464,1.829 l 0,0 c -2.176,2.213 -4.417,2.99 -6.493,2.99 l 0,0 c -4.893,-0.001 -8.862,-4.314 -8.862,-4.314"
|
||||||
|
id="path4564"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4546">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4548"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4534">
|
||||||
|
<path
|
||||||
|
d="m 331.812,671.933 c 0,0 3.808,-16.171 4.405,-18.886 l 0,0 c 0,0 4.277,-0.347 6.365,0.608 l 0,0 c -0.387,5.993 -1.183,17.856 -1.672,21.797 l 0,0 c -0.175,1.414 -0.796,1.956 -1.64,1.956 l 0,0 c -2.353,0 -6.439,-4.206 -7.458,-5.475"
|
||||||
|
id="path4536"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4518">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4520"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4506">
|
||||||
|
<path
|
||||||
|
d="m 297.981,667.048 c -1.851,-0.444 -3.637,-0.888 -4.45,-0.842 l 0,0 c -0.073,0.005 4.536,-15.729 5.164,-17.909 l 0,0 c 0,0 3.439,-1.07 5.865,0.304 l 0,0 c -0.248,6.396 -0.871,17.615 -0.882,18.798 l 0,0 c -0.004,0.356 -0.393,0.495 -1.02,0.495 l 0,0 c -1.095,0 -2.915,-0.423 -4.677,-0.846"
|
||||||
|
id="path4508"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4490">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4492"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4478">
|
||||||
|
<path
|
||||||
|
d="m 280.384,672.664 c 0,0 4.604,-17.269 4.882,-18.036 l 0,0 c 0,0 2.663,-1.084 4.168,-1.068 l 0,0 c 0.089,3.861 0.253,12.313 0.044,14.639 l 0,0 c -0.264,2.938 -5.694,4.47 -8.776,4.47 l 0,0 c -0.109,0 -0.215,-0.002 -0.318,-0.005"
|
||||||
|
id="path4480"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4462">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4464"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4450">
|
||||||
|
<path
|
||||||
|
d="m 322.078,668.534 -0.025,-0.428 c 0,0 3.349,-11.678 3.662,-12.821 l 0,0 c 0.65,-0.162 1.822,-0.284 3.759,-0.045 l 0,0 c -0.189,4.337 -0.688,13.231 -1.349,15.956 l 0,0 c -0.194,0.8 -0.603,1.11 -1.12,1.111 l 0,0 c -1.802,0 -4.927,-3.773 -4.927,-3.773"
|
||||||
|
id="path4452"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4850">
|
||||||
|
<path
|
||||||
|
d="m 476.04,722.415 c -3.597,-0.15 -4.206,-1.472 -4.626,-6.098 l 0,0 c -0.422,-4.626 -2.944,-29.539 -4.206,-32.642 l 0,0 c -1.262,-3.103 3.364,-9.905 10.723,-8.607 l 0,0 c 7.36,1.299 12.617,5.613 13.248,8.607 l 0,0 c 0.627,2.978 -4.982,38.742 -14.965,38.743 l 0,0 c -0.058,0 -0.116,-10e-4 -0.174,-0.003"
|
||||||
|
id="path4852"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4838">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4840"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4822">
|
||||||
|
<path
|
||||||
|
d="m 526.293,687.369 c 0,0 -0.842,-15.562 9.041,-22.324 l 0,0 c 0,0 2.943,-7.812 3.154,-12.438 l 0,0 c 0,0 -7.808,-2.884 -6.107,-6.939 l 0,0 c 0.274,-0.652 11.364,-1.471 14.097,0 l 0,0 c 2.733,1.473 4.626,5.467 4.626,5.467 l 0,0 c 0,0 4.29,25.833 2.247,37.662 l 0,0 c -0.913,5.284 -6.412,7.547 -12.215,7.548 l 0,0 c -7.187,0 -14.843,-3.471 -14.843,-8.976"
|
||||||
|
id="path4824"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4810">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4812"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4794">
|
||||||
|
<path
|
||||||
|
d="m 482.978,675.068 c -0.581,-1.681 3.995,-14.471 5.046,-17.415 l 0,0 c 1.051,-2.944 0,-10.303 0,-10.303 l 0,0 c 0,0 -6.297,1.893 -6.303,-6.939 l 0,0 c 0,0 11.349,-1.892 16.817,0 l 0,0 c 0,0 2.313,2.524 3.153,5.047 l 0,0 c 0.842,2.523 1.683,11.354 3.575,15.139 l 0,0 c 1.892,3.785 2.313,7.17 0,14.308 l 0,0 c -1.32,4.074 -6.953,7.716 -12.368,7.716 l 0,0 c -4.074,0 -8.024,-2.061 -9.92,-7.553"
|
||||||
|
id="path4796"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4762">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4764"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4750">
|
||||||
|
<path
|
||||||
|
d="m 553.456,708.327 c -2.694,-4.836 -10.37,-6.306 -10.37,-6.306 l 0,0 c -3.603,-6.306 7.808,-5.676 7.808,-5.676 l 0,0 c 0,0 8.41,3.151 9.882,13.033 l 0,0 c 1.472,9.883 -6.874,13.04 -6.874,13.04 l 0,0 c 2.589,-2.519 2.249,-9.254 -0.446,-14.091"
|
||||||
|
id="path4752"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4738">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4740"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4726">
|
||||||
|
<path
|
||||||
|
d="m 451.018,718.846 c 0,0 -24.18,-6.251 -29.648,-7.018 l 0,0 c -5.466,-0.768 -7.569,-3.402 -9.041,-11.231 l 0,0 c -1.472,-7.829 -3.364,-12.529 -1.682,-13.228 l 0,0 c 1.682,-0.699 9.882,2.244 9.882,2.244 l 0,0 c 0,0 5.467,-9.479 9.252,-9.575 l 0,0 c 3.785,-0.097 14.508,7.331 14.508,7.331 l 0,0 c 0,0 13.247,-4.642 17.452,-5.614 l 0,0 c 0,0 6.729,-13.523 14.299,-16.71 l 0,0 c 7.569,-3.187 22.918,-7.602 36.586,-5.079 l 0,0 c 13.667,2.523 26.493,8.2 32.38,10.934 l 0,0 c 5.888,2.734 8.831,8.757 8.41,16.469 l 0,0 c -0.42,7.712 0.421,14.86 -6.097,14.86 l 0,0 c -6.518,0 -42.684,-4.415 -62.659,2.524 l 0,0 c 0,0 -2.07,24.963 -18.923,25.021 l 0,0 c -0.019,0 -0.039,0 -0.057,0 l 0,0 c -8.838,10e-4 -13.799,-7.363 -14.662,-10.928"
|
||||||
|
id="path4728"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4710">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4712"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4694">
|
||||||
|
<path
|
||||||
|
d="m 513.985,669.696 c 0,0 2.103,-4.52 3.785,-5.956 l 0,0 c 1.682,-1.436 2.523,-9.005 2.523,-9.005 l 0,0 c 0,0 -7.889,-0.563 -6.308,-5.07 l 0,0 c 0.344,-0.982 8.831,-0.865 12.616,0 l 0,0 c 3.784,0.864 5.464,4.892 5.464,4.892 l 0,0 c 0,0 1.048,13.424 0,18.891 l 0,0 c -0.607,3.166 -7.138,9.173 -12.201,9.173 l 0,0 c -3.681,0 -6.588,-3.175 -5.879,-12.925"
|
||||||
|
id="path4696"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4682">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4684"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4666">
|
||||||
|
<path
|
||||||
|
d="m 466.048,679.557 c 0,0 4.202,-14.519 5.884,-19.145 l 0,0 c 1.682,-4.626 1.472,-7.57 1.472,-7.57 l 0,0 c 0,0 -9.252,1.472 -8.2,-7.149 l 0,0 c 0,0 12.382,0.137 14.087,1.052 l 0,0 c 1.706,0.914 3.462,0.787 3.995,2.92 l 0,0 c 0.534,2.133 -0.193,16.708 0.955,20.876 l 0,0 c 0.894,3.246 -8.723,11.244 -14.513,11.245 l 0,0 c -1.646,0.001 -2.981,-0.645 -3.68,-2.229"
|
||||||
|
id="path4668"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4850-5">
|
||||||
|
<path
|
||||||
|
d="m 476.04,722.415 c -3.597,-0.15 -4.206,-1.472 -4.626,-6.098 l 0,0 c -0.422,-4.626 -2.944,-29.539 -4.206,-32.642 l 0,0 c -1.262,-3.103 3.364,-9.905 10.723,-8.607 l 0,0 c 7.36,1.299 12.617,5.613 13.248,8.607 l 0,0 c 0.627,2.978 -4.982,38.742 -14.965,38.743 l 0,0 c -0.058,0 -0.116,-10e-4 -0.174,-0.003"
|
||||||
|
id="path4852-0"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4838-1">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4840-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4822-7">
|
||||||
|
<path
|
||||||
|
d="m 526.293,687.369 c 0,0 -0.842,-15.562 9.041,-22.324 l 0,0 c 0,0 2.943,-7.812 3.154,-12.438 l 0,0 c 0,0 -7.808,-2.884 -6.107,-6.939 l 0,0 c 0.274,-0.652 11.364,-1.471 14.097,0 l 0,0 c 2.733,1.473 4.626,5.467 4.626,5.467 l 0,0 c 0,0 4.29,25.833 2.247,37.662 l 0,0 c -0.913,5.284 -6.412,7.547 -12.215,7.548 l 0,0 c -7.187,0 -14.843,-3.471 -14.843,-8.976"
|
||||||
|
id="path4824-0"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4810-4">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4812-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4794-9">
|
||||||
|
<path
|
||||||
|
d="m 482.978,675.068 c -0.581,-1.681 3.995,-14.471 5.046,-17.415 l 0,0 c 1.051,-2.944 0,-10.303 0,-10.303 l 0,0 c 0,0 -6.297,1.893 -6.303,-6.939 l 0,0 c 0,0 11.349,-1.892 16.817,0 l 0,0 c 0,0 2.313,2.524 3.153,5.047 l 0,0 c 0.842,2.523 1.683,11.354 3.575,15.139 l 0,0 c 1.892,3.785 2.313,7.17 0,14.308 l 0,0 c -1.32,4.074 -6.953,7.716 -12.368,7.716 l 0,0 c -4.074,0 -8.024,-2.061 -9.92,-7.553"
|
||||||
|
id="path4796-2"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4762-1">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4764-6"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4750-0">
|
||||||
|
<path
|
||||||
|
d="m 553.456,708.327 c -2.694,-4.836 -10.37,-6.306 -10.37,-6.306 l 0,0 c -3.603,-6.306 7.808,-5.676 7.808,-5.676 l 0,0 c 0,0 8.41,3.151 9.882,13.033 l 0,0 c 1.472,9.883 -6.874,13.04 -6.874,13.04 l 0,0 c 2.589,-2.519 2.249,-9.254 -0.446,-14.091"
|
||||||
|
id="path4752-4"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4738-3">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4740-8"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4726-6">
|
||||||
|
<path
|
||||||
|
d="m 451.018,718.846 c 0,0 -24.18,-6.251 -29.648,-7.018 l 0,0 c -5.466,-0.768 -7.569,-3.402 -9.041,-11.231 l 0,0 c -1.472,-7.829 -3.364,-12.529 -1.682,-13.228 l 0,0 c 1.682,-0.699 9.882,2.244 9.882,2.244 l 0,0 c 0,0 5.467,-9.479 9.252,-9.575 l 0,0 c 3.785,-0.097 14.508,7.331 14.508,7.331 l 0,0 c 0,0 13.247,-4.642 17.452,-5.614 l 0,0 c 0,0 6.729,-13.523 14.299,-16.71 l 0,0 c 7.569,-3.187 22.918,-7.602 36.586,-5.079 l 0,0 c 13.667,2.523 26.493,8.2 32.38,10.934 l 0,0 c 5.888,2.734 8.831,8.757 8.41,16.469 l 0,0 c -0.42,7.712 0.421,14.86 -6.097,14.86 l 0,0 c -6.518,0 -42.684,-4.415 -62.659,2.524 l 0,0 c 0,0 -2.07,24.963 -18.923,25.021 l 0,0 c -0.019,0 -0.039,0 -0.057,0 l 0,0 c -8.838,10e-4 -13.799,-7.363 -14.662,-10.928"
|
||||||
|
id="path4728-2"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4710-8">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4712-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4694-3">
|
||||||
|
<path
|
||||||
|
d="m 513.985,669.696 c 0,0 2.103,-4.52 3.785,-5.956 l 0,0 c 1.682,-1.436 2.523,-9.005 2.523,-9.005 l 0,0 c 0,0 -7.889,-0.563 -6.308,-5.07 l 0,0 c 0.344,-0.982 8.831,-0.865 12.616,0 l 0,0 c 3.784,0.864 5.464,4.892 5.464,4.892 l 0,0 c 0,0 1.048,13.424 0,18.891 l 0,0 c -0.607,3.166 -7.138,9.173 -12.201,9.173 l 0,0 c -3.681,0 -6.588,-3.175 -5.879,-12.925"
|
||||||
|
id="path4696-4"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4682-7">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4684-2"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4666-5">
|
||||||
|
<path
|
||||||
|
d="m 466.048,679.557 c 0,0 4.202,-14.519 5.884,-19.145 l 0,0 c 1.682,-4.626 1.472,-7.57 1.472,-7.57 l 0,0 c 0,0 -9.252,1.472 -8.2,-7.149 l 0,0 c 0,0 12.382,0.137 14.087,1.052 l 0,0 c 1.706,0.914 3.462,0.787 3.995,2.92 l 0,0 c 0.534,2.133 -0.193,16.708 0.955,20.876 l 0,0 c 0.894,3.246 -8.723,11.244 -14.513,11.245 l 0,0 c -1.646,0.001 -2.981,-0.645 -3.68,-2.229"
|
||||||
|
id="path4668-8"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7150">
|
||||||
|
<path
|
||||||
|
d="m 671.146,689.104 c 0,0 5.593,-31.103 2.943,-39.147 l 0,0 c 0,0 -8.871,0.303 -7.353,-8.044 l 0,0 c 0,0 3.635,-4.348 17.757,0 l 0,0 c 0,0 1.973,2.884 2.276,16.998 l 0,0 c 0.304,14.114 1.063,19.275 1.063,19.73 l 0,0 c 0,0.456 2.732,16.847 -8.196,17.757 l 0,0 c -0.705,0.059 -1.356,0.087 -1.956,0.087 l 0,0 c -8.702,0 -6.804,-5.821 -6.534,-7.381"
|
||||||
|
id="path7152"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7062">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path7064"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7046">
|
||||||
|
<path
|
||||||
|
d="m 651.205,704.112 c 0,0 1.812,-7.393 4.856,-12.293 l 0,0 c 5.565,-8.954 6.375,-14.115 7.286,-17.908 l 0,0 c 0.91,-3.794 -0.304,-21.855 15.328,-26.712 l 0,0 c 15.633,-4.856 33.844,-1.517 37.335,0.76 l 0,0 c 3.491,2.276 3.795,6.07 3.036,12.596 l 0,0 c -0.76,6.526 -3.036,16.24 -11.99,22.462 l 0,0 c -8.955,6.222 -20.94,15.405 -23.126,22.917 l 0,0 c -1.172,4.027 -11.194,7.357 -19.863,7.358 l 0,0 c -7.501,0 -13.988,-2.492 -12.862,-9.18"
|
||||||
|
id="path7048"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7022">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path7024"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7010">
|
||||||
|
<path
|
||||||
|
d="m 651.288,707.269 c 0,0 -7.823,-18.03 -10.1,-18.789 l 0,0 c 0,0 -3.642,-0.151 -6.677,5.616 l 0,0 c -3.036,5.767 -7.286,9.41 -13.205,5.615 l 0,0 c -5.918,-3.794 -8.195,-16.391 -4.401,-16.239 l 0,0 c 0,0 2.277,-1.973 4.705,0.759 l 0,0 c 0,0 0.911,-3.643 6.829,2.276 l 0,0 c 0,0 10.321,-14.265 18.365,-11.382 l 0,0 c 8.043,2.884 11.534,15.177 11.534,15.177 l 0,0 c 0,0 2.107,17.224 -5.361,17.225 l 0,0 c -0.516,0 -1.078,-0.083 -1.689,-0.258"
|
||||||
|
id="path7012"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath6998">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path7000"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath6986">
|
||||||
|
<path
|
||||||
|
d="m 715.099,720 c -2.58,-11.127 6.831,-21.806 11.384,-28.867 l 0,0 c 4.553,-7.06 5.463,-18.891 0.91,-24.508 l 0,0 c -4.554,-5.615 -12.9,-3.937 -12.9,-3.937 l 0,0 c -12.294,1.678 -29.747,-10.025 1.214,-10.936 l 0,0 c 30.961,-0.91 28.684,26.257 23.98,37.336 l 0,0 c -4.893,11.519 -15.329,22.765 -11.384,29.267 l 0,0 c 3.947,6.502 5.92,15.201 0.911,17.022 l 0,0 c -0.59,0.215 -1.201,0.32 -1.825,0.32 l 0,0 c -4.667,0 -10.013,-5.881 -12.29,-15.697"
|
||||||
|
id="path6988"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath5146">
|
||||||
|
<path
|
||||||
|
d="m 107.312,540.61 c 0,0 2.548,-0.165 2.683,-3.805 l 0,0 c 0,0 5.933,-3.387 4.585,-8.772 l 0,0 c 0,0 15.372,3.108 7.551,12.952 l 0,0 c -2.542,3.199 -4.998,4.279 -7.154,4.279 l 0,0 c -4.477,10e-4 -7.665,-4.654 -7.665,-4.654"
|
||||||
|
id="path5148"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath5094">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path5096"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath5082">
|
||||||
|
<path
|
||||||
|
d="m 76.839,539.919 c 0,0 0.12,-2.889 -2.576,-8.823 l 0,0 c -2.698,-5.933 -6.21,-1.754 -6.473,-1.555 l 0,0 c -0.263,0.199 -0.893,-20.455 2.427,-26.62 l 0,0 c 5.034,-9.349 15.006,-7.902 18.248,-7.365 l 0,0 c 5.597,0.928 11.777,8.471 13.125,14.865 l 0,0 c 1.196,5.673 2.697,20.496 2.697,20.496 l 0,0 c 0,0 -0.277,-2.067 -2.035,-2.5 l 0,0 c -2.477,-0.611 -4.797,10.77 -4.797,10.77 l 0,0 c 0,0 -0.313,-3.986 -2.151,-5.371 l 0,0 c -2.541,-1.914 -10.434,9.147 -10.434,9.147 l 0,0 c -5.394,-14.024 -8.031,-3.044 -8.031,-3.044"
|
||||||
|
id="path5084"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath5070">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path5072"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath5058">
|
||||||
|
<path
|
||||||
|
d="m 62.068,551.503 c -7.685,-5.799 -7.627,-10.518 1.137,-14.294 l 0,0 c 0,0 2.299,6.023 6.139,4.72 l 0,0 c 0,0 0.545,7.012 4.32,5.798 l 0,0 c 0,0 -2.304,5.64 -6.851,5.64 l 0,0 c -1.376,0.001 -2.958,-0.517 -4.745,-1.864"
|
||||||
|
id="path5060"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath5046">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path5048"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath5034">
|
||||||
|
<path
|
||||||
|
d="m 49.092,559.503 c 0.359,-2.157 4.315,-2.337 4.315,-2.337 l 0,0 C 42.98,553.39 33.989,537.569 35.249,531.636 l 0,0 c 1.258,-5.933 7.371,-5.753 7.371,-5.753 l 0,0 c -6.832,-7.731 -5.214,-25.89 -2.877,-27.508 l 0,0 c 2.337,-1.618 5.574,1.978 5.574,1.978 l 0,0 c -1.439,-6.293 0.898,-17.26 5.393,-18.518 l 0,0 c 4.495,-1.258 5.753,3.775 5.753,3.775 l 0,0 c 0,0 2.338,-9.888 7.551,-11.326 l 0,0 c 5.214,-1.438 10.249,6.472 10.249,6.472 l 0,0 c 0,0 -0.349,-7.994 8.09,-9.889 l 0,0 c 10.816,-2.427 15.102,10.069 15.102,10.069 l 0,0 c 0,0 1.079,-6.293 7.192,-5.214 l 0,0 c 6.112,1.079 5.932,14.563 5.932,14.563 l 0,0 c 0,0 7.911,-9.708 15.102,-4.315 l 0,0 c 7.192,5.393 3.956,16.361 3.956,16.361 l 0,0 c 0,0 8.45,-2.877 7.551,11.146 l 0,0 c -0.899,14.024 -5.933,23.013 -5.933,23.013 l 0,0 c 0,0 5.933,-3.956 4.495,5.574 l 0,0 c -1.439,9.528 -19.777,17.259 -19.777,17.259 l 0,0 c 0,0 6.832,2.337 -3.236,7.551 l 0,0 c -10.069,5.215 -23.552,-0.898 -23.552,-0.898 l 0,0 c -8.356,4.631 -15.201,6.33 -20.722,6.329 l 0,0 c -14.2,-10e-4 -19.63,-11.249 -19.371,-12.802"
|
||||||
|
id="path5036"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4974">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4976"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4962">
|
||||||
|
<path
|
||||||
|
d="m 129.601,503.956 c -22.17,-2.584 -61.271,3.162 -49.467,-20.159 l 0,0 c 0,0 0.429,-16.014 21.33,-21.196 l 0,0 c 20.903,-5.183 50.847,-2.016 57.469,0 l 0,0 c 6.622,2.015 21.018,16.699 14.683,29.944 l 0,0 c -4.561,9.537 -13.883,12.596 -27.021,12.596 l 0,0 c -5.107,0 -10.789,-0.462 -16.994,-1.185"
|
||||||
|
id="path4964"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4934">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4936"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4922">
|
||||||
|
<path
|
||||||
|
d="m 156.342,558.191 c -22.459,-17.564 3.742,-45.492 7.773,-49.535 l 0,0 c 4.031,-4.044 7.332,-12.279 7.332,-12.279 l 0,0 c 1.862,-7.395 0.923,-17.959 -0.998,-20.947 l 0,0 c -1.92,-2.988 -6.856,-10.22 0.288,-6.495 l 0,0 c 7.144,3.725 10.941,17.564 7.774,27.442 l 0,0 c -3.167,9.879 -21.594,32.158 -21.594,42.235 l 0,0 c 0,10.077 4.319,14.109 7.486,14.096 l 0,0 c 3.167,-0.013 -1.727,4.907 -1.727,4.907 l 0,0 c 0,0 4.318,0.576 1.727,3.719 l 0,0 c -0.518,0.628 -1.152,0.88 -1.833,0.88 l 0,0 c -2.727,-0.001 -6.228,-4.023 -6.228,-4.023"
|
||||||
|
id="path4924"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4910">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4912"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4898">
|
||||||
|
<path
|
||||||
|
d="m 155.19,567.98 c -3.455,-9.213 0,-14.108 0,-14.108 l 0,0 c 1.029,-2.437 6.334,-5.759 12.995,-7.913 l 0,0 c 6.661,-2.156 7.005,4.266 7.005,4.266 l 0,0 c 0.423,-7.102 5.048,-4.415 7.139,1.344 l 0,0 c 2.09,5.758 -4.97,11.804 -4.97,11.804 l 0,0 c 8.351,0.288 5.183,6.91 -2.169,9.79 l 0,0 c -7.352,2.879 -12.802,-5.183 -12.802,-5.183 l 0,0 c 0.689,5.238 -0.139,7.572 -1.569,7.572 l 0,0 c -1.558,0 -3.828,-2.769 -5.629,-7.572"
|
||||||
|
id="path4900"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7302">
|
||||||
|
<path
|
||||||
|
d="m 217.215,516.458 c 1.274,-10.623 13.81,-19.971 25.304,-21.671 l 0,0 c 11.495,-1.7 21.225,6.161 24.412,15.085 l 0,0 c 3.187,8.923 -1.594,15.284 -23.371,18.271 l 0,0 c -2.938,0.403 -5.572,0.585 -7.934,0.585 l 0,0 c -15.145,0 -18.984,-7.494 -18.411,-12.27"
|
||||||
|
id="path7304"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7266">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path7268"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7238">
|
||||||
|
<path
|
||||||
|
d="m 285.628,550.77 c -13.488,-4.314 -22.947,2.293 -22.947,2.293 l 0,0 c 0,0 -15.934,-25.026 -4.78,-43.829 l 0,0 c 0.671,-1.13 11.351,-9.602 15.077,-14.68 l 0,0 c 3.726,-5.078 4.788,-13.365 13.393,-15.914 l 0,0 c 8.605,-2.55 33.356,-6.015 39.092,-3.784 l 0,0 c 5.737,2.231 14.342,7.967 20.716,7.33 l 0,0 c 6.373,-0.637 12.11,9.201 14.34,16.213 l 0,0 c 2.231,7.011 6.374,43.235 -5.417,46.316 l 0,0 c -11.792,3.081 -18.165,4.569 -23.902,6.055 l 0,0 c -3.473,0.901 -14.506,2.293 -25.662,2.293 l 0,0 c -7.269,0 -14.589,-0.59 -19.91,-2.293"
|
||||||
|
id="path7240"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7214">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path7216"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7198">
|
||||||
|
<path
|
||||||
|
d="m 349.034,541.79 c 6.534,2.499 9.868,-4.936 11.807,-29.919 l 0,0 c 1.941,-24.982 17.353,-28.35 17.831,-29.306 l 0,0 c 0.478,-0.956 -1.274,-6.055 1.594,-7.489 l 0,0 c 2.868,-1.434 3.665,4.621 3.665,4.621 l 0,0 c 0,0 0.956,-3.984 3.505,-3.506 l 0,0 c 2.55,0.479 -0.159,6.693 -0.159,6.693 l 0,0 c 0,0 5.259,-0.797 3.028,2.549 l 0,0 c -2.231,3.346 -8.764,2.868 -8.764,2.868 l 0,0 c -14.341,4.781 -15.298,28.045 -14.979,35.357 l 0,0 c 0.319,7.311 -0.956,16.59 -5.406,19.565 l 0,0 c -1.123,0.75 -2.451,1.031 -3.809,1.031 l 0,0 c -4.024,0 -8.313,-2.464 -8.313,-2.464"
|
||||||
|
id="path7200"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7302-0">
|
||||||
|
<path
|
||||||
|
d="m 217.215,516.458 c 1.274,-10.623 13.81,-19.971 25.304,-21.671 l 0,0 c 11.495,-1.7 21.225,6.161 24.412,15.085 l 0,0 c 3.187,8.923 -1.594,15.284 -23.371,18.271 l 0,0 c -2.938,0.403 -5.572,0.585 -7.934,0.585 l 0,0 c -15.145,0 -18.984,-7.494 -18.411,-12.27"
|
||||||
|
id="path7304-2"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7266-3">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path7268-4"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7238-3">
|
||||||
|
<path
|
||||||
|
d="m 285.628,550.77 c -13.488,-4.314 -22.947,2.293 -22.947,2.293 l 0,0 c 0,0 -15.934,-25.026 -4.78,-43.829 l 0,0 c 0.671,-1.13 11.351,-9.602 15.077,-14.68 l 0,0 c 3.726,-5.078 4.788,-13.365 13.393,-15.914 l 0,0 c 8.605,-2.55 33.356,-6.015 39.092,-3.784 l 0,0 c 5.737,2.231 14.342,7.967 20.716,7.33 l 0,0 c 6.373,-0.637 12.11,9.201 14.34,16.213 l 0,0 c 2.231,7.011 6.374,43.235 -5.417,46.316 l 0,0 c -11.792,3.081 -18.165,4.569 -23.902,6.055 l 0,0 c -3.473,0.901 -14.506,2.293 -25.662,2.293 l 0,0 c -7.269,0 -14.589,-0.59 -19.91,-2.293"
|
||||||
|
id="path7240-7"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7214-6">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path7216-6"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7198-1">
|
||||||
|
<path
|
||||||
|
d="m 349.034,541.79 c 6.534,2.499 9.868,-4.936 11.807,-29.919 l 0,0 c 1.941,-24.982 17.353,-28.35 17.831,-29.306 l 0,0 c 0.478,-0.956 -1.274,-6.055 1.594,-7.489 l 0,0 c 2.868,-1.434 3.665,4.621 3.665,4.621 l 0,0 c 0,0 0.956,-3.984 3.505,-3.506 l 0,0 c 2.55,0.479 -0.159,6.693 -0.159,6.693 l 0,0 c 0,0 5.259,-0.797 3.028,2.549 l 0,0 c -2.231,3.346 -8.764,2.868 -8.764,2.868 l 0,0 c -14.341,4.781 -15.298,28.045 -14.979,35.357 l 0,0 c 0.319,7.311 -0.956,16.59 -5.406,19.565 l 0,0 c -1.123,0.75 -2.451,1.031 -3.809,1.031 l 0,0 c -4.024,0 -8.313,-2.464 -8.313,-2.464"
|
||||||
|
id="path7200-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.35"
|
||||||
|
inkscape:cx="375"
|
||||||
|
inkscape:cy="520"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1680"
|
||||||
|
inkscape:window-height="987"
|
||||||
|
inkscape:window-x="1912"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata7890">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<g
|
||||||
|
id="g7178"
|
||||||
|
transform="matrix(4.1943945,0,0,-4.7629573,142.89758,521.59411)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -12.306,5.46 -5.491,11.945 6.816,6.485 12.781,4.039 12.781,4.039 0,0 -1.598,7.538 12.718,10.242 14.317,2.704 18.631,-5.302 18.631,-5.302 0,0 3.872,9.336 12.766,8.704 8.894,-0.631 7.773,-8.121 7.773,-8.121 0,0 11.56,9.212 17.104,6.817 5.543,-2.394 8.626,-4.992 8.626,-4.992 0,0 -0.035,12.198 10.941,11.648 10.976,-0.55 9.147,-10.718 9.147,-10.718 0,0 9.874,11.81 17.274,8.319 8.055,-3.799 6.555,-15.082 6.555,-15.082 0,0 6.422,5.061 8.5,-0.867 3.5,-9.986 -2,-11.358 -2,-11.358 0,0 5,-4.344 -1,-9.844 -6,-5.5 -17.862,-3 -17.862,-3 0,0 -11.926,-12 -19.282,-7.5 0,0 -6.471,-8 -15.664,-9 -9.192,-1 -11.787,7 -11.787,7 0,0 -8.891,-11.173 -19.648,-7.087 -10.757,4.087 -11.443,10.087 -11.443,10.087 0,0 -5.844,-6.5 -11.329,-4.5 -5.485,2 -5.216,7.954 -5.216,7.954 0,0 -26.177,-5.816 -22.094,10.616"
|
||||||
|
style="fill:#77b52d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7180"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7182"
|
||||||
|
transform="matrix(4.1943945,0,0,-4.7629573,421.47376,246.69907)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 11.517,-24.928 15.801,-28.752 4.285,-3.824 3.688,-18.153 3.688,-18.153 0,0 5.573,-1.801 7.763,-0.535 0,0 2.909,30.366 3.424,41.415 C 31.19,5.025 15.148,24.29 0,0"
|
||||||
|
style="fill:#b3bdbe;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7184"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7186"
|
||||||
|
transform="matrix(4.1943945,0,0,-4.7629573,503.21664,470.10559)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 -2.09,-4.235 -2.239,-6.001 -2.389,-7.767 0,-6.212 0,-6.212 c 0,0 0,-2.381 1.493,-2.207 1.493,0.174 5.673,1.475 6.27,2.418 C 8.361,-5.058 7.814,0 7.814,0 7.814,0 2.687,1.393 0,0"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7188"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7190"
|
||||||
|
transform="matrix(4.1943945,0,0,-4.7629573,558.85569,95.253222)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 7.671,4.407 12.121,1.432 4.451,-2.974 5.726,-12.253 5.407,-19.564 -0.319,-7.312 0.637,-30.576 14.979,-35.357 0,0 6.533,0.478 8.764,-2.868 2.23,-3.346 -3.028,-2.549 -3.028,-2.549 0,0 2.709,-6.215 0.159,-6.693 -2.549,-0.478 -3.505,3.506 -3.505,3.506 0,0 -0.797,-6.055 -3.665,-4.621 -2.868,1.434 -1.116,6.533 -1.594,7.489 -0.478,0.956 -15.891,4.324 -17.83,29.306 C 9.868,-4.937 6.533,2.498 0,0"
|
||||||
|
style="fill:#ecf5f8;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7192"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.1943945,0,0,-4.7629573,-905.13185,2675.777)"
|
||||||
|
id="g7194">
|
||||||
|
<g
|
||||||
|
id="g7196"
|
||||||
|
clip-path="url(#clipPath7198-1)">
|
||||||
|
<g
|
||||||
|
id="g7202"
|
||||||
|
transform="translate(366.5189,520.8955)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -2.347,-2.796 -2.028,-6.302 0.319,-3.506 -0.823,-5.896 -0.81,-7.33 0.013,-1.434 3.24,-6.371 4.316,-5.18 1.075,1.191 2.549,3.905 2.549,3.905 L 0,0 Z"
|
||||||
|
style="fill:#14100f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7204"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7206"
|
||||||
|
transform="translate(364.8095,492.0622)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 3.512,2.021 5.136,-1.494 6.76,-5.009 6.055,-6.31 4.462,-5.673 2.868,-5.035 0,0 0,0"
|
||||||
|
style="fill:#14100f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7208"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.1943945,0,0,-4.7629573,-905.13185,2675.777)"
|
||||||
|
id="g7210">
|
||||||
|
<g
|
||||||
|
id="g7212"
|
||||||
|
clip-path="url(#clipPath7214-6)">
|
||||||
|
<g
|
||||||
|
id="g7218"
|
||||||
|
transform="translate(274.1544,494.554)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 6.374,-20.771 6.799,-24.521 0.425,-3.751 1.062,-9.367 1.699,-9.534 0.638,-0.166 5.1,-1.533 6.374,0 0,0 0.638,13.644 0,16.831 C 14.235,-14.037 4.565,4.43 0,0"
|
||||||
|
style="fill:#b3bdbe;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7220"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7222"
|
||||||
|
transform="translate(282.1024,460.4994)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -2.052,-5.031 -2.052,-5.839 0,-0.807 2.602,-0.503 2.602,-0.503 0,0 -0.405,-2.217 1.524,-1.898 1.929,0.319 4.514,1.966 5.133,2.736 C 7.827,-4.734 6.924,0 6.924,0 6.924,0 1.096,-0.524 0,0"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7224"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7226"
|
||||||
|
transform="translate(347.813,472.6281)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -0.689,0.078 -1.357,0.555 -1.874,1.034 2.97,4.082 3.332,8.051 -1.096,13.867 -8.126,10.677 -22.308,-3.983 -22.308,-3.983 0,0 -1.766,-6.155 1.836,-11.245 0,-0.001 -0.001,-0.001 -0.001,-0.001 0,0 -0.401,-1.258 -1.251,-1.682 -0.85,-0.425 -2.337,-1.488 -0.531,-3.612 1.806,-2.125 3.151,-0.435 3.718,1.214 0.567,1.65 1.179,1.289 1.179,1.289 l -0.002,0.003 c 0.848,-0.462 1.815,-0.82 2.926,-1.039 -0.043,-0.561 -0.159,-1.161 -0.45,-1.539 -0.667,-0.866 -0.53,-2.82 1.765,-3.272 2.295,-0.452 3.433,1.399 2.856,2.569 -0.36,0.733 -0.583,1.383 -0.629,1.999 1.496,0.041 2.89,0.232 4.181,0.545 0.304,-0.556 0.591,-1.154 0.635,-1.514 0.1,-0.812 0.557,-3.64 2.635,-2.607 2.078,1.034 1.937,3.071 0.556,3.921 -0.415,0.256 -0.772,0.673 -1.078,1.124 1.207,0.534 2.278,1.199 3.198,1.975 0.15,-0.263 0.31,-0.568 0.476,-0.931 0.716,-1.56 0.988,-3.432 3.057,-2.027 C 1.866,-2.508 1.455,-0.166 0,0"
|
||||||
|
style="fill:#d4dee1;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7228"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7230"
|
||||||
|
transform="translate(257.9012,509.2343)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0.67,-1.13 11.351,-9.602 15.077,-14.68 3.726,-5.079 4.788,-13.365 13.393,-15.914 8.604,-2.55 33.356,-6.015 39.093,-3.784 5.736,2.231 14.341,7.967 20.714,7.33 6.374,-0.638 12.111,9.201 14.342,16.213 2.23,7.011 6.373,43.235 -5.418,46.316 -11.792,3.081 -18.166,4.568 -23.902,6.055 -5.736,1.487 -32.085,4.314 -45.573,0 C 14.239,37.222 4.78,43.829 4.78,43.829 4.78,43.829 -11.154,18.803 0,0"
|
||||||
|
style="fill:#ecf5f8;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7232"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.1943945,0,0,-4.7629573,-905.13185,2675.777)"
|
||||||
|
id="g7234">
|
||||||
|
<g
|
||||||
|
id="g7236"
|
||||||
|
clip-path="url(#clipPath7238-3)">
|
||||||
|
<g
|
||||||
|
id="g7242"
|
||||||
|
transform="translate(252.9614,532.3395)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 4.509,-8.687 11.656,-11.116 7.147,-2.428 13.999,-0.676 18.779,-0.835 4.78,-0.159 10.836,0.107 10.357,8.34 C 40.314,4.621 40.633,12.748 46.688,9.72 52.743,6.693 57.87,6.214 57.537,11.632 57.205,17.05 68.359,13.226 67.244,21.99 66.128,30.754 38.847,24.476 31.215,20.723 23.582,16.971 11.314,23.583 9.561,23.583 7.808,23.583 -3.549,5.128 0,0"
|
||||||
|
style="fill:#14100f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7244"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7246"
|
||||||
|
transform="translate(290.2483,505.5694)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -3.562,2.192 -0.956,8.766 1.912,9.163 3.949,0.548 2.297,4.689 7.489,5.193 4.781,0.463 9.083,-3.647 7.968,-8.284 C 16.253,1.434 13.226,-0.319 9.401,0.637 5.577,1.593 4.143,-2.55 0,0"
|
||||||
|
style="fill:#14100f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7248"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7250"
|
||||||
|
transform="translate(325.3043,539.3472)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 2.923,0.156 6.533,3.084 4.78,5.368 3.028,7.652 -1.748,8.652 -3.662,6.399 -5.577,4.146 -6.055,-0.322 0,0"
|
||||||
|
style="fill:#14100f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7252"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7254"
|
||||||
|
transform="translate(352.2337,547.0148)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -3.824,-2.246 -1.275,-6.389 2.55,-4.143 2.057,-9.361 -3.353,-9.859 -5.411,-0.499 -6.845,2.21 -8.916,3.007 -2.072,0.797 -7.661,1.753 -9.487,-1.594 -1.827,-3.346 -2.624,-3.876 -5.492,-3.452 -2.868,0.425 -7.977,-2.762 -3.351,-7.064 4.626,-4.303 7.016,0.106 7.653,-4.17 0.638,-4.276 7.171,-8.617 10.836,-6.446 3.665,2.17 8.764,-2.769 12.11,-2.61 3.346,0.159 9.242,0.954 10.198,-4.861 0.956,-5.815 1.924,-5.815 1.924,-5.815 0,0 10.346,41.62 -10.847,49.253"
|
||||||
|
style="fill:#14100f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7256"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7258"
|
||||||
|
transform="translate(263.5313,507.4815)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 5.075,-4.621 8.911,-6.321 12.748,-8.02 21.257,0 21.257,0 c 0,0 4.188,-1.27 3.263,-6.557 -0.926,-5.288 -1.149,-12.724 -0.299,-13.999 0.849,-1.274 11.897,-6.248 14.234,-6.205 2.337,0.044 20.969,3.723 24.889,6.843 3.92,3.119 12.199,7.75 16.07,9.08 3.871,1.33 18.18,2.308 18.891,8.223 0.71,5.915 -0.065,-13.054 0,-16.878 0.064,-3.825 -2.698,-11.523 -10.984,-11.711 -8.286,-0.187 -30.357,-13.997 -38.018,-12.722 -7.661,1.275 -26.828,6.03 -34.454,11.301 -7.625,5.271 -6.08,6.409 -9.296,10.62 C 2.337,-17.794 -10.411,-0.053 0,0"
|
||||||
|
style="fill:#d4dee1;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7260"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.1943945,0,0,-4.7629573,-905.13185,2675.777)"
|
||||||
|
id="g7262">
|
||||||
|
<g
|
||||||
|
id="g7264"
|
||||||
|
clip-path="url(#clipPath7266-3)">
|
||||||
|
<g
|
||||||
|
id="g7270"
|
||||||
|
transform="translate(324.3187,479.2924)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -1.781,-1.406 -0.059,-5.8 5.29,-8.264 3.45,-1.589 11.6,0.105 13.643,3.112 2.044,3.007 3.412,4.587 2.251,8.088 -1.161,3.5 -3.815,5.418 -5.619,4.93 C 13.862,7.406 13.267,5.313 10.805,2.656 8.343,0 2.183,1.724 0,0"
|
||||||
|
style="fill:#ecf5f8;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7272"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7274"
|
||||||
|
transform="translate(237.9044,550.7704)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -5.66,-0.319 -7.439,4.355 0,0 -2.261,-10.938 8.71,-11.843 0,0 1.147,4.832 -1.271,7.488"
|
||||||
|
style="fill:#f6bdaf;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7276"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7278"
|
||||||
|
transform="translate(236.5488,544.7153)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -11.529,-10.355 -6.083,-13.173 5.446,-2.817 9.482,2.55 9.907,7.862 C 4.249,0 3.059,3.089 0,0"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7280"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7282"
|
||||||
|
transform="translate(233.1495,528.5683)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 6.374,10.411 6.586,13.597 0,0 -4.461,7.649 0,12.111 4.462,4.461 18.909,9.136 27.62,0 8.711,-9.136 3.824,-14.66 2.762,-17.422 -1.062,-2.762 -5.311,-11.473 -5.311,-14.235 0,-2.762 -2.762,-7.224 -3.4,-7.436 C 27.62,-13.598 -13.385,-12.535 0,0"
|
||||||
|
style="fill:#ecf5f8;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7284"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7286"
|
||||||
|
transform="translate(258.0605,537.8369)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,-1.276 -0.642,-2.31 -1.434,-2.31 -0.792,0 -1.434,1.034 -1.434,2.31 0,1.276 0.642,2.311 1.434,2.311 C -0.642,2.311 0,1.276 0,0"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7288"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7290"
|
||||||
|
transform="translate(246.4283,537.8369)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,-1.276 -0.642,-2.31 -1.434,-2.31 -0.792,0 -1.434,1.034 -1.434,2.31 0,1.276 0.642,2.311 1.434,2.311 C -0.642,2.311 0,1.276 0,0"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7292"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7294"
|
||||||
|
transform="translate(217.2149,516.458)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C -0.663,5.521 4.568,14.672 26.345,11.685 48.122,8.698 52.903,2.337 49.716,-6.586 46.529,-15.51 36.8,-23.371 25.305,-21.671 13.81,-19.971 1.275,-10.623 0,0"
|
||||||
|
style="fill:#f6bdaf;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7296"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.1943945,0,0,-4.7629573,-905.13185,2675.777)"
|
||||||
|
id="g7298">
|
||||||
|
<g
|
||||||
|
id="g7300"
|
||||||
|
clip-path="url(#clipPath7302-0)">
|
||||||
|
<g
|
||||||
|
id="g7306"
|
||||||
|
transform="translate(217.5221,514.7325)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 8.616,-11.022 15.202,-13.89 6.587,-2.869 23.004,-3.474 28.528,5.237 5.524,8.71 -1.554,18.114 -1.554,18.114 0,0 6.914,-1.513 8.614,-9.405 1.699,-7.891 -4.781,-15.327 -9.455,-18.621 C 36.661,-21.858 7,-27.114 0,0"
|
||||||
|
style="fill:#d59386;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7308"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7318"
|
||||||
|
transform="matrix(4.1943945,0,0,-4.7629573,137.30605,218.21659)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -1.552,5.923 2.691,5.649 4.243,-0.273 5.614,-5.278 1.45,-6.89 0,0 2.948,-0.083 3.756,3.168 C 8.704,5.178 5.906,6.897 4.115,7.326 2.324,7.755 -4.221,6.453 0,0"
|
||||||
|
style="fill:#704035;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7320"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7322"
|
||||||
|
transform="matrix(4.1943945,0,0,-4.7629573,54.530951,223.85878)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -5.25,3.149 -2.026,5.92 3.225,2.771 7.705,0.152 5.854,-3.912 0,0 2.166,2.001 0.471,4.89 C 2.604,9.788 -0.599,9.06 -2.18,8.115 -3.76,7.17 -7.53,1.663 0,0"
|
||||||
|
style="fill:#704035;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7324"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7326"
|
||||||
|
transform="matrix(4.1943945,0,0,-4.7629573,75.281426,261.69953)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 2.653,-5.736 6.713,-5.258 4.059,0.478 6.681,5.895 6.681,5.895 0,0 -1.371,-7.967 -6.697,-7.808 C 1.371,-7.011 0,0 0,0"
|
||||||
|
style="fill:#704035;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7328"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7330"
|
||||||
|
transform="matrix(4.1943945,0,0,-4.7629573,128.48564,17.498477)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -4.578,-2.866 -3.936,-5.052 0.643,-2.186 6.167,-3.036 7.017,-5.586 0.85,-2.549 2.863,-3.581 4.429,-2.762 1.566,0.819 4.925,4.461 7.423,6.055 2.498,1.595 6.296,3.552 4.594,4.808 C 17.824,-1.281 10.092,4.477 0,0"
|
||||||
|
style="fill:#14100f;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7332"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7334"
|
||||||
|
transform="matrix(4.1943945,0,0,-4.7629573,229.63055,68.165788)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 14.447,-8.711 13.597,-14.66 12.748,-20.609 11.473,-21.671 9.136,-22.308 6.799,-22.946 -5.655,-6.868 0,0"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7336"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7338"
|
||||||
|
transform="matrix(4.1943945,0,0,-4.7629573,218.23018,48.939177)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 9.304,1.275 10.367,5.312 0,0 2.124,-11.898 -7.861,-12.111 0,0 -3.737,1.275 -2.506,6.799"
|
||||||
|
style="fill:#f6bdaf;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7340"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7342"
|
||||||
|
transform="matrix(4.1943945,0,0,-4.7629573,477.37706,277.0396)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 12.787,-14.307 17.359,-18.132 2.689,-6.466 2.398,-26.687 2.398,-26.687 0,0 5.949,-1.801 8.286,-0.535 0,0 3.044,29.923 3.593,40.973 C 33.472,13.897 18.482,-11.581 0,0"
|
||||||
|
style="fill:#ecf5f8;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7344"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7346"
|
||||||
|
transform="matrix(4.1943945,0,0,-4.7629573,560.24487,490.5096)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 -2.231,-4.235 -2.39,-6.001 -2.55,-7.767 0,-6.212 0,-6.212 c 0,0 0,-2.381 1.593,-2.207 1.594,0.174 6.056,1.475 6.693,2.418 C 8.923,-5.058 8.34,0 8.34,0 8.34,0 2.868,1.393 0,0"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7348"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7350"
|
||||||
|
transform="matrix(4.1943945,0,0,-4.7629573,308.34802,323.34412)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -0.708,-2.125 2.479,-6.374 3.187,-4.249 5.311,-26.04 5.311,-28.742 0,0 5.949,-2.397 9.136,0 0,0 -0.425,13.87 0.85,18.544 1.275,4.674 3.612,8.286 3.399,12.535 C 20.963,0.212 3.187,20.722 0,0"
|
||||||
|
style="fill:#ecf5f8;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7352"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g7354"
|
||||||
|
transform="matrix(4.1943945,0,0,-4.7629573,341.0236,490.6001)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -2.55,-4.773 -2.868,-7.323 l 2.868,0 c 0,0 -0.319,-2.072 1.593,-1.912 1.913,0.159 7.012,0.956 7.649,1.912 0,0 -0.111,7.224 -0.131,8.317 C 9.111,0.994 3.187,-1.122 0,0"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path7356"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 49 KiB |
BIN
www/img/Tiere/Loewe.png
Normal file
|
After Width: | Height: | Size: 46 KiB |
1002
www/img/Tiere/Loewe.svg
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
www/img/Tiere/Maus.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
1611
www/img/Tiere/Maus.svg
Normal file
|
After Width: | Height: | Size: 87 KiB |
BIN
www/img/Tiere/Nashorn.png
Normal file
|
After Width: | Height: | Size: 37 KiB |
1113
www/img/Tiere/Nashorn.svg
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
www/img/Tiere/Nilpferd.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
1824
www/img/Tiere/Nilpferd.svg
Normal file
|
After Width: | Height: | Size: 95 KiB |
BIN
www/img/Tiere/Schaf.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
508
www/img/Tiere/Schaf.svg
Normal file
@ -0,0 +1,508 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="210mm"
|
||||||
|
height="297mm"
|
||||||
|
viewBox="0 0 744.09448819 1052.3622047"
|
||||||
|
id="svg7885"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.91 r13725"
|
||||||
|
sodipodi:docname="Schaf.svg">
|
||||||
|
<defs
|
||||||
|
id="defs7887">
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4622">
|
||||||
|
<path
|
||||||
|
d="m 260.314,738.063 c 0,0 -5.875,4.191 -8.98,-2.39 l 0,0 c 0,0 -4.953,0.601 -7.468,-4.083 l 0,0 c -2.516,-4.683 0.748,-6.726 0.748,-6.726 l 0,0 c 0,0 -4.624,-7.853 3.435,-10.398 l 0,0 c 0,0 1.445,-8.606 8.896,-4.843 l 0,0 c 0,0 8.1,-7.533 13.095,1.192 l 0,0 c 0,0 11.763,-5.312 12.042,5.361 l 0,0 c 0,0 3.471,1.648 3.162,4.721 l 0,0 c -0.309,3.074 -3.436,4.679 -3.436,4.679 l 0,0 c 0,0 4.523,8.931 -5.622,8.698 l 0,0 c 0,0 -0.066,7.403 -6.482,4.869 l 0,0 c -1.801,1.566 -3.355,2.119 -4.65,2.119 l 0,0 c -3.116,0 -4.74,-3.199 -4.74,-3.199"
|
||||||
|
id="path4624"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4602">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4604"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4586">
|
||||||
|
<path
|
||||||
|
d="m 252.215,711.337 c 0,0 -18.168,-31.307 -15.295,-37.42 l 0,0 c 2.872,-6.112 35.732,-8.123 38.16,-2.148 l 0,0 c 2.427,5.975 0.1,38.918 -0.406,41.359 l 0,0 c -0.293,1.412 -5.815,4.155 -11.545,4.155 l 0,0 c -4.176,0 -8.461,-1.456 -10.914,-5.946"
|
||||||
|
id="path4588"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4574">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4576"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4562">
|
||||||
|
<path
|
||||||
|
d="m 298.304,747.184 c -8.317,3.684 -11.04,-4.687 -11.04,-4.687 l 0,0 c -13.29,1.069 -14.315,-11.418 -14.315,-11.418 l 0,0 c -10.611,-2.78 -4.563,-15.345 -4.563,-15.345 l 0,0 c -3.644,-1.885 0.435,-9.423 0.435,-9.423 l 0,0 c -3.38,-0.04 -3.528,-5.522 -0.314,-8.438 l 0,0 c -3.457,-1.413 -2.796,-9.653 1.897,-12.008 l 0,0 c -1.517,-4.097 4.289,-6.685 4.289,-6.685 l 0,0 c 0.073,-7.253 9.953,-8.915 9.953,-8.915 l 0,0 c 0.514,-2.281 3.335,-6.46 6.854,-3.945 l 0,0 c 1.431,-3.156 8.123,-4.296 11.18,-1.408 l 0,0 c 1.477,-2.331 10.928,-3.032 12.549,0.073 l 0,0 c 5.467,-2.902 12.286,1.098 13.309,4.968 l 0,0 c 8.892,-2.041 10.208,4.183 10.208,4.183 l 0,0 c 4.523,-2.507 10.638,3.262 10.08,7.636 l 0,0 c 2.244,-0.126 5.541,1.296 4.827,5.747 l 0,0 c 6.891,2.415 6.695,13.226 2.021,15.902 l 0,0 c 3.378,2.867 3.341,13.645 -1.553,15.278 l 0,0 c 4.399,3.844 0.014,11.67 -3.71,11.236 l 0,0 c 0.768,2.209 -0.563,10.004 -8.051,8.415 l 0,0 c 1.291,5.799 -8.191,11.64 -12.237,8.329 l 0,0 c -2.331,4.313 -12.245,5.354 -16.464,1.829 l 0,0 c -2.176,2.213 -4.417,2.99 -6.493,2.99 l 0,0 c -4.893,-0.001 -8.862,-4.314 -8.862,-4.314"
|
||||||
|
id="path4564"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4546">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4548"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4534">
|
||||||
|
<path
|
||||||
|
d="m 331.812,671.933 c 0,0 3.808,-16.171 4.405,-18.886 l 0,0 c 0,0 4.277,-0.347 6.365,0.608 l 0,0 c -0.387,5.993 -1.183,17.856 -1.672,21.797 l 0,0 c -0.175,1.414 -0.796,1.956 -1.64,1.956 l 0,0 c -2.353,0 -6.439,-4.206 -7.458,-5.475"
|
||||||
|
id="path4536"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4518">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4520"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4506">
|
||||||
|
<path
|
||||||
|
d="m 297.981,667.048 c -1.851,-0.444 -3.637,-0.888 -4.45,-0.842 l 0,0 c -0.073,0.005 4.536,-15.729 5.164,-17.909 l 0,0 c 0,0 3.439,-1.07 5.865,0.304 l 0,0 c -0.248,6.396 -0.871,17.615 -0.882,18.798 l 0,0 c -0.004,0.356 -0.393,0.495 -1.02,0.495 l 0,0 c -1.095,0 -2.915,-0.423 -4.677,-0.846"
|
||||||
|
id="path4508"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4490">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4492"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4478">
|
||||||
|
<path
|
||||||
|
d="m 280.384,672.664 c 0,0 4.604,-17.269 4.882,-18.036 l 0,0 c 0,0 2.663,-1.084 4.168,-1.068 l 0,0 c 0.089,3.861 0.253,12.313 0.044,14.639 l 0,0 c -0.264,2.938 -5.694,4.47 -8.776,4.47 l 0,0 c -0.109,0 -0.215,-0.002 -0.318,-0.005"
|
||||||
|
id="path4480"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4462">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4464"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4450">
|
||||||
|
<path
|
||||||
|
d="m 322.078,668.534 -0.025,-0.428 c 0,0 3.349,-11.678 3.662,-12.821 l 0,0 c 0.65,-0.162 1.822,-0.284 3.759,-0.045 l 0,0 c -0.189,4.337 -0.688,13.231 -1.349,15.956 l 0,0 c -0.194,0.8 -0.603,1.11 -1.12,1.111 l 0,0 c -1.802,0 -4.927,-3.773 -4.927,-3.773"
|
||||||
|
id="path4452"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.35"
|
||||||
|
inkscape:cx="375"
|
||||||
|
inkscape:cy="520"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1680"
|
||||||
|
inkscape:window-height="987"
|
||||||
|
inkscape:window-x="1912"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata7890">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<g
|
||||||
|
id="g4434"
|
||||||
|
transform="matrix(4.7318651,0,0,-4.0658008,84.9835,442.13954)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -12.306,5.46 -5.491,11.945 6.816,6.485 12.781,4.039 12.781,4.039 0,0 -1.598,7.538 12.718,10.242 14.317,2.704 18.631,-5.302 18.631,-5.302 0,0 3.872,9.336 12.766,8.704 8.894,-0.631 7.773,-8.121 7.773,-8.121 0,0 11.56,9.212 17.104,6.817 5.543,-2.394 8.626,-4.992 8.626,-4.992 0,0 -0.035,12.198 10.941,11.648 10.976,-0.55 9.147,-10.718 9.147,-10.718 0,0 9.874,11.81 17.274,8.319 8.055,-3.799 6.555,-15.082 6.555,-15.082 0,0 6.422,5.061 8.5,-0.867 3.5,-9.986 -2,-11.358 -2,-11.358 0,0 5,-4.344 -1,-9.844 -6,-5.5 -17.862,-3 -17.862,-3 0,0 -11.926,-12 -19.282,-7.5 0,0 -6.471,-8 -15.664,-9 -9.192,-1 -11.787,7 -11.787,7 0,0 -8.891,-11.173 -19.648,-7.087 -10.757,4.087 -11.443,10.087 -11.443,10.087 0,0 -5.844,-6.5 -11.329,-4.5 -5.485,2 -5.216,7.954 -5.216,7.954 0,0 -26.177,-5.816 -22.094,10.616"
|
||||||
|
style="fill:#77b52d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4436"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4438"
|
||||||
|
transform="matrix(4.7318651,0,0,-4.0658008,567.06307,111.16304)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 7.743,0.368 8.656,-4.83 3.286,-0.185 6.354,-5.675 5.061,-8.653 0,0 4.148,-3.446 0.779,-6.152 1.719,-0.901 0.23,-4.494 -1.86,-4.468 -0.319,-2.808 -4.956,-2.364 -5.049,0.284 -1.53,-0.025 -4.615,1.975 -3.04,4.584 0,0 -3.04,2.991 -0.701,4.704 0,0 -3.561,2.452 -2.624,4.812 0,0 -2.488,1.516 -0.666,2.45 0,0 -5.964,5.483 -0.556,7.269"
|
||||||
|
style="fill:#ecf5f8;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4440"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4442"
|
||||||
|
transform="matrix(4.7318651,0,0,-4.0658008,461.68682,394.93475)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -0.19,4.337 -0.688,13.231 -1.349,15.956 -0.871,3.587 -6.048,-2.662 -6.048,-2.662 l -0.024,-0.428 c 0,0 3.349,-11.679 3.662,-12.821 C -3.109,-0.117 -1.937,-0.238 0,0"
|
||||||
|
style="fill:#e9a997;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4444"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.7318651,0,0,-4.0658008,-1097.3406,3059.0098)"
|
||||||
|
id="g4446">
|
||||||
|
<g
|
||||||
|
id="g4448"
|
||||||
|
clip-path="url(#clipPath4450)">
|
||||||
|
<g
|
||||||
|
id="g4454"
|
||||||
|
transform="translate(319.6088,664.5473)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 5.596,-3.942 9.949,1.631 0,0 1.439,2.881 -0.084,6.491 C 8.343,11.733 -3.814,10.912 0,0"
|
||||||
|
style="fill:#e1998e;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4456"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.7318651,0,0,-4.0658008,-1097.3406,3059.0098)"
|
||||||
|
id="g4458">
|
||||||
|
<g
|
||||||
|
id="g4460"
|
||||||
|
clip-path="url(#clipPath4462)">
|
||||||
|
<g
|
||||||
|
id="g4466"
|
||||||
|
transform="translate(325.7151,655.285)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0.002,-0.009 0.009,-0.031 0.011,-0.039 L -1.553,-3.06 c 0,0 1.312,0.452 1.975,0.795 L 0.341,-3.703 c 0,0 3.284,1.199 3.501,1.245 0.007,0.117 -0.023,1.039 -0.083,2.413 C 1.822,-0.284 0.65,-0.162 0,0"
|
||||||
|
style="fill:#110e0d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4468"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4470"
|
||||||
|
transform="translate(289.4334,653.5604)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0.089,3.861 0.254,12.312 0.044,14.638 -0.274,3.044 -6.085,4.578 -9.093,4.465 0,0 4.603,-17.268 4.882,-18.035 0,0 2.663,-1.084 4.167,-1.068"
|
||||||
|
style="fill:#e9a997;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4472"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.7318651,0,0,-4.0658008,-1097.3406,3059.0098)"
|
||||||
|
id="g4474">
|
||||||
|
<g
|
||||||
|
id="g4476"
|
||||||
|
clip-path="url(#clipPath4478)">
|
||||||
|
<g
|
||||||
|
id="g4482"
|
||||||
|
transform="translate(278.609,669.199)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 3.681,-1.655 5.283,-1.304 0,0 3.339,-7.705 6.537,-4.189 3.197,3.516 0,6.541 0,6.541 0,0 -13.727,9.987 -11.82,-1.048"
|
||||||
|
style="fill:#e1998e;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4484"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.7318651,0,0,-4.0658008,-1097.3406,3059.0098)"
|
||||||
|
id="g4486">
|
||||||
|
<g
|
||||||
|
id="g4488"
|
||||||
|
clip-path="url(#clipPath4490)">
|
||||||
|
<g
|
||||||
|
id="g4494"
|
||||||
|
transform="translate(285.2662,654.6288)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 -1.374,-3.461 2.162,0.307 -0.079,-1.39 3.41,1.524 c 0,0 0.021,0.76 0.048,1.952 C 2.663,-1.084 0,0 0,0"
|
||||||
|
style="fill:#110e0d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4496"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4498"
|
||||||
|
transform="translate(304.5604,648.6011)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -0.248,6.395 -0.872,17.615 -0.883,18.798 -0.015,1.635 -8.115,-1.307 -10.146,-1.193 -0.074,0.004 4.536,-15.729 5.164,-17.909 0,0 3.439,-1.07 5.865,0.304"
|
||||||
|
style="fill:#e9a997;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4500"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.7318651,0,0,-4.0658008,-1097.3406,3059.0098)"
|
||||||
|
id="g4502">
|
||||||
|
<g
|
||||||
|
id="g4504"
|
||||||
|
clip-path="url(#clipPath4506)">
|
||||||
|
<g
|
||||||
|
id="g4510"
|
||||||
|
transform="translate(293.5303,661.7655)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 6.103,-3.218 8.201,-0.501 0,0 4.376,-0.903 4.529,0.501 C 12.882,1.404 12.273,11.026 6.304,10.386 0.334,9.747 -2.717,5.062 0,0"
|
||||||
|
style="fill:#e1998e;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4512"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.7318651,0,0,-4.0658008,-1097.3406,3059.0098)"
|
||||||
|
id="g4514">
|
||||||
|
<g
|
||||||
|
id="g4516"
|
||||||
|
clip-path="url(#clipPath4518)">
|
||||||
|
<g
|
||||||
|
id="g4522"
|
||||||
|
transform="translate(304.5604,648.6011)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -2.426,-1.374 -5.865,-0.304 -5.865,-0.304 0,0 -3.473,-5.38 -3.687,-6.333 l 2.904,1.123 0.42,-2.061 c 0,0 6.036,2.448 6.292,3.184 C 0.134,-4.187 0.095,-2.445 0,0"
|
||||||
|
style="fill:#110e0d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4524"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4526"
|
||||||
|
transform="translate(342.5821,653.6545)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -0.387,5.993 -1.183,17.856 -1.672,21.797 -0.663,5.355 -7.714,-1.793 -9.098,-3.518 0,0 3.808,-16.172 4.406,-18.886 0,0 4.277,-0.347 6.364,0.607"
|
||||||
|
style="fill:#e9a997;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4528"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.7318651,0,0,-4.0658008,-1097.3406,3059.0098)"
|
||||||
|
id="g4530">
|
||||||
|
<g
|
||||||
|
id="g4532"
|
||||||
|
clip-path="url(#clipPath4534)">
|
||||||
|
<g
|
||||||
|
id="g4538"
|
||||||
|
transform="translate(331.8123,666.1783)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 9.025,-1.362 12.349,3.021 L 10.77,11.698 C 10.77,11.698 -5.737,19.961 0,0"
|
||||||
|
style="fill:#e1998e;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4540"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.7318651,0,0,-4.0658008,-1097.3406,3059.0098)"
|
||||||
|
id="g4542">
|
||||||
|
<g
|
||||||
|
id="g4544"
|
||||||
|
clip-path="url(#clipPath4546)">
|
||||||
|
<g
|
||||||
|
id="g4550"
|
||||||
|
transform="translate(342.5821,653.6545)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -2.087,-0.954 -6.364,-0.607 -6.364,-0.607 l -2.142,-5.67 c 0,0 2.685,1.993 3.131,2.29 l 0.342,-3.451 c 0,0 4.694,3.382 5.258,3.886 0,0 -0.086,1.402 -0.225,3.552"
|
||||||
|
style="fill:#110e0d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4552"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4554"
|
||||||
|
transform="translate(272.9497,731.0789)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 1.025,12.488 14.314,11.418 0,0 2.723,8.371 11.041,4.686 0,0 8.052,8.752 15.354,1.326 4.22,3.524 14.133,2.483 16.464,-1.83 4.047,3.311 13.529,-2.53 12.238,-8.329 7.488,1.589 8.818,-6.206 8.05,-8.415 3.724,0.434 8.109,-7.391 3.711,-11.236 4.894,-1.633 4.93,-12.412 1.552,-15.277 4.675,-2.676 4.87,-13.489 -2.021,-15.903 0.715,-4.451 -2.582,-5.874 -4.827,-5.747 0.558,-4.374 -5.557,-10.142 -10.08,-7.636 0,0 -1.316,-6.224 -10.208,-4.183 -1.022,-3.87 -7.842,-7.869 -13.308,-4.968 -1.622,-3.105 -11.073,-2.404 -12.55,-0.073 -3.058,-2.888 -9.749,-1.748 -11.179,1.409 -3.52,-2.516 -6.34,1.664 -6.855,3.945 0,0 -9.879,1.662 -9.953,8.914 0,0 -5.806,2.588 -4.288,6.685 -4.693,2.355 -5.355,10.595 -1.898,12.009 -3.213,2.915 -3.066,8.397 0.314,8.437 0,0 -4.079,7.537 -0.434,9.423 0,0 -6.048,12.565 4.563,15.345"
|
||||||
|
style="fill:#ecf5f8;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4556"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.7318651,0,0,-4.0658008,-1097.3406,3059.0098)"
|
||||||
|
id="g4558">
|
||||||
|
<g
|
||||||
|
id="g4560"
|
||||||
|
clip-path="url(#clipPath4562)">
|
||||||
|
<g
|
||||||
|
id="g4566"
|
||||||
|
transform="translate(265.2833,720.1404)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 4.386,-11.194 10.882,-9.53 0,0 2.555,-7.513 8.816,-6.5 0,0 3.78,-8.259 10.027,-6.365 0,0 4.039,-4.486 9.552,-0.581 0,0 6.467,-4.727 12.188,1.854 1.43,-1.762 6.723,-1.226 7.414,0.89 0,0 7.365,-2.77 11.417,4.202 0,0 7.628,-1.914 10.25,3.721 0,0 3.718,-0.077 3.647,2.779 0,0 7.023,1.753 4.645,8.089 0,0 1.59,0.915 4.396,-0.371 2.806,-1.287 9.719,-23.217 3.76,-31.322 C 91.035,-41.238 70.18,-56.967 56.77,-58.876 43.36,-60.785 28.556,-67.516 15.101,-57.238 1.645,-46.959 -7.605,-9.296 0,0"
|
||||||
|
style="fill:#c0dae4;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4568"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.7318651,0,0,-4.0658008,-1097.3406,3059.0098)"
|
||||||
|
id="g4570">
|
||||||
|
<g
|
||||||
|
id="g4572"
|
||||||
|
clip-path="url(#clipPath4574)">
|
||||||
|
<g
|
||||||
|
id="g4578"
|
||||||
|
transform="translate(252.2155,711.3366)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -18.168,-31.306 -15.296,-37.419 2.873,-6.113 35.733,-8.124 38.16,-2.149 2.427,5.976 0.1,38.919 -0.406,41.36 C 21.952,4.233 5.817,10.651 0,0"
|
||||||
|
style="fill:#e9a997;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4580"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.7318651,0,0,-4.0658008,-1097.3406,3059.0098)"
|
||||||
|
id="g4582">
|
||||||
|
<g
|
||||||
|
id="g4584"
|
||||||
|
clip-path="url(#clipPath4586)">
|
||||||
|
<g
|
||||||
|
id="g4590"
|
||||||
|
transform="translate(249.544,706.5726)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 2.249,-3.86 6.845,-1.634 0,0 8.394,-6.383 12.685,0 0,0 4.337,-4.068 6.578,1.634 2.242,5.702 0.295,10.595 0.295,10.595 0,0 -10.075,5.833 -19.558,2.973 C -2.638,10.707 1.221,2.25 0,0"
|
||||||
|
style="fill:#e1998e;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4592"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4594"
|
||||||
|
transform="translate(246.8602,701.5685)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -6.391,-16.688 -6.629,-20.988 -0.238,-4.3 21.032,-10.53 30.301,-4.197 0,0 4.672,10.653 5.043,25.718 0,0 5.06,-27.588 0.59,-32.902 -4.469,-5.315 -31.016,-10.711 -39.553,2.952 C -18.786,-15.754 0,0 0,0"
|
||||||
|
style="fill:#e1998e;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4596"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.7318651,0,0,-4.0658008,-1097.3406,3059.0098)"
|
||||||
|
id="g4598">
|
||||||
|
<g
|
||||||
|
id="g4600"
|
||||||
|
clip-path="url(#clipPath4602)">
|
||||||
|
<g
|
||||||
|
id="g4606"
|
||||||
|
transform="translate(278.0048,713.4233)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 15.589,-24.2 11.843,-30.744 8.097,-37.289 -2.733,-9.658 -2.342,0.132 -1.952,9.921 -0.705,1.122 0,0"
|
||||||
|
style="fill:#e9a997;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4608"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4610"
|
||||||
|
transform="translate(251.1203,711.8808)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0,0 -8.465,-16.09 -16.45,-20.788 -24.435,-25.485 -8.918,-1.267 -1.637,2.344 5.643,5.955 0,0 0,0"
|
||||||
|
style="fill:#e9a997;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4612"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4614"
|
||||||
|
transform="translate(269.7043,739.1428)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -6.134,5.331 -9.39,-1.08 -9.39,-1.08 0,0 -5.876,4.191 -8.98,-2.389 0,0 -4.953,0.6 -7.468,-4.084 -2.516,-4.683 0.747,-6.726 0.747,-6.726 0,0 -4.624,-7.853 3.436,-10.398 0,0 1.445,-8.606 8.895,-4.843 0,0 8.101,-7.533 13.095,1.193 0,0 11.764,-5.313 12.044,5.36 0,0 3.47,1.648 3.161,4.721 -0.31,3.074 -3.436,4.679 -3.436,4.679 0,0 4.523,8.932 -5.623,8.699 0,0 -0.066,7.402 -6.481,4.868"
|
||||||
|
style="fill:#ecf5f8;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4616"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.7318651,0,0,-4.0658008,-1097.3406,3059.0098)"
|
||||||
|
id="g4618">
|
||||||
|
<g
|
||||||
|
id="g4620"
|
||||||
|
clip-path="url(#clipPath4622)">
|
||||||
|
<g
|
||||||
|
id="g4626"
|
||||||
|
transform="translate(242.9214,728.5557)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 2.554,-4.408 5.414,-4.624 0,0 -0.953,-5.431 2.861,-5.803 0,0 4.072,-4.493 9.773,0.199 0,0 5.006,-4.672 7.866,0 0,0 5.363,-3.144 7.33,3.625 0,0 5.755,-0.355 4.219,3.088 0,0 2.831,0.25 3.507,3.515 0.677,3.265 8.245,-8.83 2.771,-14.613 -5.474,-5.783 -18.065,-12.711 -26.17,-11.004 -8.104,1.708 -14.359,6.432 -17.667,12.174 C -3.405,-7.7 -1.674,-4.17 0,0"
|
||||||
|
style="fill:#c0dae4;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4628"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4638"
|
||||||
|
transform="matrix(4.7318651,0,0,-4.0658008,104.76035,301.98935)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -0.788,-5.424 -0.316,-5.612 0.472,-0.187 9.417,1.561 10.419,2.228 0,0 -7.258,-4.175 -10.759,-4.46 -3.501,-0.286 -8.271,6.416 -9.285,8.404 0,0 6.721,-6.33 7.38,-6.045 0.66,0.284 1.118,5.566 1.118,5.566 L 0,0 Z"
|
||||||
|
style="fill:#7c3f31;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4640"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4642"
|
||||||
|
transform="matrix(4.7318651,0,0,-4.0658008,157.91623,234.12261)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -0.071,-1.265 -0.766,-2.255 -1.553,-2.211 -0.786,0.044 -1.366,1.106 -1.294,2.371 0.071,1.266 0.766,2.255 1.552,2.211 C -0.508,2.327 0.071,1.265 0,0"
|
||||||
|
style="fill:#211803;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4644"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4646"
|
||||||
|
transform="matrix(4.7318651,0,0,-4.0658008,109.08762,231.76077)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -0.071,-1.265 -0.766,-2.255 -1.553,-2.211 -0.786,0.044 -1.366,1.106 -1.294,2.371 0.071,1.266 0.766,2.255 1.552,2.211 C -0.508,2.327 0.071,1.265 0,0"
|
||||||
|
style="fill:#211803;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4648"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g4650"
|
||||||
|
transform="matrix(4.7318651,0,0,-4.0658008,70.768523,274.84076)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 4.984,-5.749 5.946,-5.803 0.962,-0.055 10.799,3.252 10.799,3.252 0,0 -7.389,-5.535 -10.623,-5.836 C 2.889,-8.687 0,0 0,0"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path4652"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 23 KiB |
BIN
www/img/Tiere/Schildkroete.png
Normal file
|
After Width: | Height: | Size: 47 KiB |
2113
www/img/Tiere/Schildkroete.svg
Normal file
|
After Width: | Height: | Size: 104 KiB |
BIN
www/img/Tiere/Schwein.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
818
www/img/Tiere/Schwein.svg
Normal file
@ -0,0 +1,818 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="210mm"
|
||||||
|
height="297mm"
|
||||||
|
viewBox="0 0 744.09448819 1052.3622047"
|
||||||
|
id="svg7885"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.91 r13725"
|
||||||
|
sodipodi:docname="Schwein.svg">
|
||||||
|
<defs
|
||||||
|
id="defs7887">
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4622">
|
||||||
|
<path
|
||||||
|
d="m 260.314,738.063 c 0,0 -5.875,4.191 -8.98,-2.39 l 0,0 c 0,0 -4.953,0.601 -7.468,-4.083 l 0,0 c -2.516,-4.683 0.748,-6.726 0.748,-6.726 l 0,0 c 0,0 -4.624,-7.853 3.435,-10.398 l 0,0 c 0,0 1.445,-8.606 8.896,-4.843 l 0,0 c 0,0 8.1,-7.533 13.095,1.192 l 0,0 c 0,0 11.763,-5.312 12.042,5.361 l 0,0 c 0,0 3.471,1.648 3.162,4.721 l 0,0 c -0.309,3.074 -3.436,4.679 -3.436,4.679 l 0,0 c 0,0 4.523,8.931 -5.622,8.698 l 0,0 c 0,0 -0.066,7.403 -6.482,4.869 l 0,0 c -1.801,1.566 -3.355,2.119 -4.65,2.119 l 0,0 c -3.116,0 -4.74,-3.199 -4.74,-3.199"
|
||||||
|
id="path4624"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4602">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4604"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4586">
|
||||||
|
<path
|
||||||
|
d="m 252.215,711.337 c 0,0 -18.168,-31.307 -15.295,-37.42 l 0,0 c 2.872,-6.112 35.732,-8.123 38.16,-2.148 l 0,0 c 2.427,5.975 0.1,38.918 -0.406,41.359 l 0,0 c -0.293,1.412 -5.815,4.155 -11.545,4.155 l 0,0 c -4.176,0 -8.461,-1.456 -10.914,-5.946"
|
||||||
|
id="path4588"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4574">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4576"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4562">
|
||||||
|
<path
|
||||||
|
d="m 298.304,747.184 c -8.317,3.684 -11.04,-4.687 -11.04,-4.687 l 0,0 c -13.29,1.069 -14.315,-11.418 -14.315,-11.418 l 0,0 c -10.611,-2.78 -4.563,-15.345 -4.563,-15.345 l 0,0 c -3.644,-1.885 0.435,-9.423 0.435,-9.423 l 0,0 c -3.38,-0.04 -3.528,-5.522 -0.314,-8.438 l 0,0 c -3.457,-1.413 -2.796,-9.653 1.897,-12.008 l 0,0 c -1.517,-4.097 4.289,-6.685 4.289,-6.685 l 0,0 c 0.073,-7.253 9.953,-8.915 9.953,-8.915 l 0,0 c 0.514,-2.281 3.335,-6.46 6.854,-3.945 l 0,0 c 1.431,-3.156 8.123,-4.296 11.18,-1.408 l 0,0 c 1.477,-2.331 10.928,-3.032 12.549,0.073 l 0,0 c 5.467,-2.902 12.286,1.098 13.309,4.968 l 0,0 c 8.892,-2.041 10.208,4.183 10.208,4.183 l 0,0 c 4.523,-2.507 10.638,3.262 10.08,7.636 l 0,0 c 2.244,-0.126 5.541,1.296 4.827,5.747 l 0,0 c 6.891,2.415 6.695,13.226 2.021,15.902 l 0,0 c 3.378,2.867 3.341,13.645 -1.553,15.278 l 0,0 c 4.399,3.844 0.014,11.67 -3.71,11.236 l 0,0 c 0.768,2.209 -0.563,10.004 -8.051,8.415 l 0,0 c 1.291,5.799 -8.191,11.64 -12.237,8.329 l 0,0 c -2.331,4.313 -12.245,5.354 -16.464,1.829 l 0,0 c -2.176,2.213 -4.417,2.99 -6.493,2.99 l 0,0 c -4.893,-0.001 -8.862,-4.314 -8.862,-4.314"
|
||||||
|
id="path4564"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4546">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4548"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4534">
|
||||||
|
<path
|
||||||
|
d="m 331.812,671.933 c 0,0 3.808,-16.171 4.405,-18.886 l 0,0 c 0,0 4.277,-0.347 6.365,0.608 l 0,0 c -0.387,5.993 -1.183,17.856 -1.672,21.797 l 0,0 c -0.175,1.414 -0.796,1.956 -1.64,1.956 l 0,0 c -2.353,0 -6.439,-4.206 -7.458,-5.475"
|
||||||
|
id="path4536"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4518">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4520"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4506">
|
||||||
|
<path
|
||||||
|
d="m 297.981,667.048 c -1.851,-0.444 -3.637,-0.888 -4.45,-0.842 l 0,0 c -0.073,0.005 4.536,-15.729 5.164,-17.909 l 0,0 c 0,0 3.439,-1.07 5.865,0.304 l 0,0 c -0.248,6.396 -0.871,17.615 -0.882,18.798 l 0,0 c -0.004,0.356 -0.393,0.495 -1.02,0.495 l 0,0 c -1.095,0 -2.915,-0.423 -4.677,-0.846"
|
||||||
|
id="path4508"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4490">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4492"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4478">
|
||||||
|
<path
|
||||||
|
d="m 280.384,672.664 c 0,0 4.604,-17.269 4.882,-18.036 l 0,0 c 0,0 2.663,-1.084 4.168,-1.068 l 0,0 c 0.089,3.861 0.253,12.313 0.044,14.639 l 0,0 c -0.264,2.938 -5.694,4.47 -8.776,4.47 l 0,0 c -0.109,0 -0.215,-0.002 -0.318,-0.005"
|
||||||
|
id="path4480"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4462">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4464"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4450">
|
||||||
|
<path
|
||||||
|
d="m 322.078,668.534 -0.025,-0.428 c 0,0 3.349,-11.678 3.662,-12.821 l 0,0 c 0.65,-0.162 1.822,-0.284 3.759,-0.045 l 0,0 c -0.189,4.337 -0.688,13.231 -1.349,15.956 l 0,0 c -0.194,0.8 -0.603,1.11 -1.12,1.111 l 0,0 c -1.802,0 -4.927,-3.773 -4.927,-3.773"
|
||||||
|
id="path4452"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4850">
|
||||||
|
<path
|
||||||
|
d="m 476.04,722.415 c -3.597,-0.15 -4.206,-1.472 -4.626,-6.098 l 0,0 c -0.422,-4.626 -2.944,-29.539 -4.206,-32.642 l 0,0 c -1.262,-3.103 3.364,-9.905 10.723,-8.607 l 0,0 c 7.36,1.299 12.617,5.613 13.248,8.607 l 0,0 c 0.627,2.978 -4.982,38.742 -14.965,38.743 l 0,0 c -0.058,0 -0.116,-10e-4 -0.174,-0.003"
|
||||||
|
id="path4852"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4838">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4840"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4822">
|
||||||
|
<path
|
||||||
|
d="m 526.293,687.369 c 0,0 -0.842,-15.562 9.041,-22.324 l 0,0 c 0,0 2.943,-7.812 3.154,-12.438 l 0,0 c 0,0 -7.808,-2.884 -6.107,-6.939 l 0,0 c 0.274,-0.652 11.364,-1.471 14.097,0 l 0,0 c 2.733,1.473 4.626,5.467 4.626,5.467 l 0,0 c 0,0 4.29,25.833 2.247,37.662 l 0,0 c -0.913,5.284 -6.412,7.547 -12.215,7.548 l 0,0 c -7.187,0 -14.843,-3.471 -14.843,-8.976"
|
||||||
|
id="path4824"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4810">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4812"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4794">
|
||||||
|
<path
|
||||||
|
d="m 482.978,675.068 c -0.581,-1.681 3.995,-14.471 5.046,-17.415 l 0,0 c 1.051,-2.944 0,-10.303 0,-10.303 l 0,0 c 0,0 -6.297,1.893 -6.303,-6.939 l 0,0 c 0,0 11.349,-1.892 16.817,0 l 0,0 c 0,0 2.313,2.524 3.153,5.047 l 0,0 c 0.842,2.523 1.683,11.354 3.575,15.139 l 0,0 c 1.892,3.785 2.313,7.17 0,14.308 l 0,0 c -1.32,4.074 -6.953,7.716 -12.368,7.716 l 0,0 c -4.074,0 -8.024,-2.061 -9.92,-7.553"
|
||||||
|
id="path4796"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4762">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4764"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4750">
|
||||||
|
<path
|
||||||
|
d="m 553.456,708.327 c -2.694,-4.836 -10.37,-6.306 -10.37,-6.306 l 0,0 c -3.603,-6.306 7.808,-5.676 7.808,-5.676 l 0,0 c 0,0 8.41,3.151 9.882,13.033 l 0,0 c 1.472,9.883 -6.874,13.04 -6.874,13.04 l 0,0 c 2.589,-2.519 2.249,-9.254 -0.446,-14.091"
|
||||||
|
id="path4752"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4738">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4740"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4726">
|
||||||
|
<path
|
||||||
|
d="m 451.018,718.846 c 0,0 -24.18,-6.251 -29.648,-7.018 l 0,0 c -5.466,-0.768 -7.569,-3.402 -9.041,-11.231 l 0,0 c -1.472,-7.829 -3.364,-12.529 -1.682,-13.228 l 0,0 c 1.682,-0.699 9.882,2.244 9.882,2.244 l 0,0 c 0,0 5.467,-9.479 9.252,-9.575 l 0,0 c 3.785,-0.097 14.508,7.331 14.508,7.331 l 0,0 c 0,0 13.247,-4.642 17.452,-5.614 l 0,0 c 0,0 6.729,-13.523 14.299,-16.71 l 0,0 c 7.569,-3.187 22.918,-7.602 36.586,-5.079 l 0,0 c 13.667,2.523 26.493,8.2 32.38,10.934 l 0,0 c 5.888,2.734 8.831,8.757 8.41,16.469 l 0,0 c -0.42,7.712 0.421,14.86 -6.097,14.86 l 0,0 c -6.518,0 -42.684,-4.415 -62.659,2.524 l 0,0 c 0,0 -2.07,24.963 -18.923,25.021 l 0,0 c -0.019,0 -0.039,0 -0.057,0 l 0,0 c -8.838,10e-4 -13.799,-7.363 -14.662,-10.928"
|
||||||
|
id="path4728"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4710">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4712"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4694">
|
||||||
|
<path
|
||||||
|
d="m 513.985,669.696 c 0,0 2.103,-4.52 3.785,-5.956 l 0,0 c 1.682,-1.436 2.523,-9.005 2.523,-9.005 l 0,0 c 0,0 -7.889,-0.563 -6.308,-5.07 l 0,0 c 0.344,-0.982 8.831,-0.865 12.616,0 l 0,0 c 3.784,0.864 5.464,4.892 5.464,4.892 l 0,0 c 0,0 1.048,13.424 0,18.891 l 0,0 c -0.607,3.166 -7.138,9.173 -12.201,9.173 l 0,0 c -3.681,0 -6.588,-3.175 -5.879,-12.925"
|
||||||
|
id="path4696"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4682">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4684"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4666">
|
||||||
|
<path
|
||||||
|
d="m 466.048,679.557 c 0,0 4.202,-14.519 5.884,-19.145 l 0,0 c 1.682,-4.626 1.472,-7.57 1.472,-7.57 l 0,0 c 0,0 -9.252,1.472 -8.2,-7.149 l 0,0 c 0,0 12.382,0.137 14.087,1.052 l 0,0 c 1.706,0.914 3.462,0.787 3.995,2.92 l 0,0 c 0.534,2.133 -0.193,16.708 0.955,20.876 l 0,0 c 0.894,3.246 -8.723,11.244 -14.513,11.245 l 0,0 c -1.646,0.001 -2.981,-0.645 -3.68,-2.229"
|
||||||
|
id="path4668"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4850-5">
|
||||||
|
<path
|
||||||
|
d="m 476.04,722.415 c -3.597,-0.15 -4.206,-1.472 -4.626,-6.098 l 0,0 c -0.422,-4.626 -2.944,-29.539 -4.206,-32.642 l 0,0 c -1.262,-3.103 3.364,-9.905 10.723,-8.607 l 0,0 c 7.36,1.299 12.617,5.613 13.248,8.607 l 0,0 c 0.627,2.978 -4.982,38.742 -14.965,38.743 l 0,0 c -0.058,0 -0.116,-10e-4 -0.174,-0.003"
|
||||||
|
id="path4852-0"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4838-1">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4840-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4822-7">
|
||||||
|
<path
|
||||||
|
d="m 526.293,687.369 c 0,0 -0.842,-15.562 9.041,-22.324 l 0,0 c 0,0 2.943,-7.812 3.154,-12.438 l 0,0 c 0,0 -7.808,-2.884 -6.107,-6.939 l 0,0 c 0.274,-0.652 11.364,-1.471 14.097,0 l 0,0 c 2.733,1.473 4.626,5.467 4.626,5.467 l 0,0 c 0,0 4.29,25.833 2.247,37.662 l 0,0 c -0.913,5.284 -6.412,7.547 -12.215,7.548 l 0,0 c -7.187,0 -14.843,-3.471 -14.843,-8.976"
|
||||||
|
id="path4824-0"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4810-4">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4812-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4794-9">
|
||||||
|
<path
|
||||||
|
d="m 482.978,675.068 c -0.581,-1.681 3.995,-14.471 5.046,-17.415 l 0,0 c 1.051,-2.944 0,-10.303 0,-10.303 l 0,0 c 0,0 -6.297,1.893 -6.303,-6.939 l 0,0 c 0,0 11.349,-1.892 16.817,0 l 0,0 c 0,0 2.313,2.524 3.153,5.047 l 0,0 c 0.842,2.523 1.683,11.354 3.575,15.139 l 0,0 c 1.892,3.785 2.313,7.17 0,14.308 l 0,0 c -1.32,4.074 -6.953,7.716 -12.368,7.716 l 0,0 c -4.074,0 -8.024,-2.061 -9.92,-7.553"
|
||||||
|
id="path4796-2"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4762-1">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4764-6"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4750-0">
|
||||||
|
<path
|
||||||
|
d="m 553.456,708.327 c -2.694,-4.836 -10.37,-6.306 -10.37,-6.306 l 0,0 c -3.603,-6.306 7.808,-5.676 7.808,-5.676 l 0,0 c 0,0 8.41,3.151 9.882,13.033 l 0,0 c 1.472,9.883 -6.874,13.04 -6.874,13.04 l 0,0 c 2.589,-2.519 2.249,-9.254 -0.446,-14.091"
|
||||||
|
id="path4752-4"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4738-3">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4740-8"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4726-6">
|
||||||
|
<path
|
||||||
|
d="m 451.018,718.846 c 0,0 -24.18,-6.251 -29.648,-7.018 l 0,0 c -5.466,-0.768 -7.569,-3.402 -9.041,-11.231 l 0,0 c -1.472,-7.829 -3.364,-12.529 -1.682,-13.228 l 0,0 c 1.682,-0.699 9.882,2.244 9.882,2.244 l 0,0 c 0,0 5.467,-9.479 9.252,-9.575 l 0,0 c 3.785,-0.097 14.508,7.331 14.508,7.331 l 0,0 c 0,0 13.247,-4.642 17.452,-5.614 l 0,0 c 0,0 6.729,-13.523 14.299,-16.71 l 0,0 c 7.569,-3.187 22.918,-7.602 36.586,-5.079 l 0,0 c 13.667,2.523 26.493,8.2 32.38,10.934 l 0,0 c 5.888,2.734 8.831,8.757 8.41,16.469 l 0,0 c -0.42,7.712 0.421,14.86 -6.097,14.86 l 0,0 c -6.518,0 -42.684,-4.415 -62.659,2.524 l 0,0 c 0,0 -2.07,24.963 -18.923,25.021 l 0,0 c -0.019,0 -0.039,0 -0.057,0 l 0,0 c -8.838,10e-4 -13.799,-7.363 -14.662,-10.928"
|
||||||
|
id="path4728-2"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4710-8">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4712-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4694-3">
|
||||||
|
<path
|
||||||
|
d="m 513.985,669.696 c 0,0 2.103,-4.52 3.785,-5.956 l 0,0 c 1.682,-1.436 2.523,-9.005 2.523,-9.005 l 0,0 c 0,0 -7.889,-0.563 -6.308,-5.07 l 0,0 c 0.344,-0.982 8.831,-0.865 12.616,0 l 0,0 c 3.784,0.864 5.464,4.892 5.464,4.892 l 0,0 c 0,0 1.048,13.424 0,18.891 l 0,0 c -0.607,3.166 -7.138,9.173 -12.201,9.173 l 0,0 c -3.681,0 -6.588,-3.175 -5.879,-12.925"
|
||||||
|
id="path4696-4"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4682-7">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4684-2"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4666-5">
|
||||||
|
<path
|
||||||
|
d="m 466.048,679.557 c 0,0 4.202,-14.519 5.884,-19.145 l 0,0 c 1.682,-4.626 1.472,-7.57 1.472,-7.57 l 0,0 c 0,0 -9.252,1.472 -8.2,-7.149 l 0,0 c 0,0 12.382,0.137 14.087,1.052 l 0,0 c 1.706,0.914 3.462,0.787 3.995,2.92 l 0,0 c 0.534,2.133 -0.193,16.708 0.955,20.876 l 0,0 c 0.894,3.246 -8.723,11.244 -14.513,11.245 l 0,0 c -1.646,0.001 -2.981,-0.645 -3.68,-2.229"
|
||||||
|
id="path4668-8"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7150">
|
||||||
|
<path
|
||||||
|
d="m 671.146,689.104 c 0,0 5.593,-31.103 2.943,-39.147 l 0,0 c 0,0 -8.871,0.303 -7.353,-8.044 l 0,0 c 0,0 3.635,-4.348 17.757,0 l 0,0 c 0,0 1.973,2.884 2.276,16.998 l 0,0 c 0.304,14.114 1.063,19.275 1.063,19.73 l 0,0 c 0,0.456 2.732,16.847 -8.196,17.757 l 0,0 c -0.705,0.059 -1.356,0.087 -1.956,0.087 l 0,0 c -8.702,0 -6.804,-5.821 -6.534,-7.381"
|
||||||
|
id="path7152"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7062">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path7064"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7046">
|
||||||
|
<path
|
||||||
|
d="m 651.205,704.112 c 0,0 1.812,-7.393 4.856,-12.293 l 0,0 c 5.565,-8.954 6.375,-14.115 7.286,-17.908 l 0,0 c 0.91,-3.794 -0.304,-21.855 15.328,-26.712 l 0,0 c 15.633,-4.856 33.844,-1.517 37.335,0.76 l 0,0 c 3.491,2.276 3.795,6.07 3.036,12.596 l 0,0 c -0.76,6.526 -3.036,16.24 -11.99,22.462 l 0,0 c -8.955,6.222 -20.94,15.405 -23.126,22.917 l 0,0 c -1.172,4.027 -11.194,7.357 -19.863,7.358 l 0,0 c -7.501,0 -13.988,-2.492 -12.862,-9.18"
|
||||||
|
id="path7048"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7022">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path7024"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7010">
|
||||||
|
<path
|
||||||
|
d="m 651.288,707.269 c 0,0 -7.823,-18.03 -10.1,-18.789 l 0,0 c 0,0 -3.642,-0.151 -6.677,5.616 l 0,0 c -3.036,5.767 -7.286,9.41 -13.205,5.615 l 0,0 c -5.918,-3.794 -8.195,-16.391 -4.401,-16.239 l 0,0 c 0,0 2.277,-1.973 4.705,0.759 l 0,0 c 0,0 0.911,-3.643 6.829,2.276 l 0,0 c 0,0 10.321,-14.265 18.365,-11.382 l 0,0 c 8.043,2.884 11.534,15.177 11.534,15.177 l 0,0 c 0,0 2.107,17.224 -5.361,17.225 l 0,0 c -0.516,0 -1.078,-0.083 -1.689,-0.258"
|
||||||
|
id="path7012"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath6998">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path7000"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath6986">
|
||||||
|
<path
|
||||||
|
d="m 715.099,720 c -2.58,-11.127 6.831,-21.806 11.384,-28.867 l 0,0 c 4.553,-7.06 5.463,-18.891 0.91,-24.508 l 0,0 c -4.554,-5.615 -12.9,-3.937 -12.9,-3.937 l 0,0 c -12.294,1.678 -29.747,-10.025 1.214,-10.936 l 0,0 c 30.961,-0.91 28.684,26.257 23.98,37.336 l 0,0 c -4.893,11.519 -15.329,22.765 -11.384,29.267 l 0,0 c 3.947,6.502 5.92,15.201 0.911,17.022 l 0,0 c -0.59,0.215 -1.201,0.32 -1.825,0.32 l 0,0 c -4.667,0 -10.013,-5.881 -12.29,-15.697"
|
||||||
|
id="path6988"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath5146">
|
||||||
|
<path
|
||||||
|
d="m 107.312,540.61 c 0,0 2.548,-0.165 2.683,-3.805 l 0,0 c 0,0 5.933,-3.387 4.585,-8.772 l 0,0 c 0,0 15.372,3.108 7.551,12.952 l 0,0 c -2.542,3.199 -4.998,4.279 -7.154,4.279 l 0,0 c -4.477,10e-4 -7.665,-4.654 -7.665,-4.654"
|
||||||
|
id="path5148"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath5094">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path5096"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath5082">
|
||||||
|
<path
|
||||||
|
d="m 76.839,539.919 c 0,0 0.12,-2.889 -2.576,-8.823 l 0,0 c -2.698,-5.933 -6.21,-1.754 -6.473,-1.555 l 0,0 c -0.263,0.199 -0.893,-20.455 2.427,-26.62 l 0,0 c 5.034,-9.349 15.006,-7.902 18.248,-7.365 l 0,0 c 5.597,0.928 11.777,8.471 13.125,14.865 l 0,0 c 1.196,5.673 2.697,20.496 2.697,20.496 l 0,0 c 0,0 -0.277,-2.067 -2.035,-2.5 l 0,0 c -2.477,-0.611 -4.797,10.77 -4.797,10.77 l 0,0 c 0,0 -0.313,-3.986 -2.151,-5.371 l 0,0 c -2.541,-1.914 -10.434,9.147 -10.434,9.147 l 0,0 c -5.394,-14.024 -8.031,-3.044 -8.031,-3.044"
|
||||||
|
id="path5084"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath5070">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path5072"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath5058">
|
||||||
|
<path
|
||||||
|
d="m 62.068,551.503 c -7.685,-5.799 -7.627,-10.518 1.137,-14.294 l 0,0 c 0,0 2.299,6.023 6.139,4.72 l 0,0 c 0,0 0.545,7.012 4.32,5.798 l 0,0 c 0,0 -2.304,5.64 -6.851,5.64 l 0,0 c -1.376,0.001 -2.958,-0.517 -4.745,-1.864"
|
||||||
|
id="path5060"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath5046">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path5048"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath5034">
|
||||||
|
<path
|
||||||
|
d="m 49.092,559.503 c 0.359,-2.157 4.315,-2.337 4.315,-2.337 l 0,0 C 42.98,553.39 33.989,537.569 35.249,531.636 l 0,0 c 1.258,-5.933 7.371,-5.753 7.371,-5.753 l 0,0 c -6.832,-7.731 -5.214,-25.89 -2.877,-27.508 l 0,0 c 2.337,-1.618 5.574,1.978 5.574,1.978 l 0,0 c -1.439,-6.293 0.898,-17.26 5.393,-18.518 l 0,0 c 4.495,-1.258 5.753,3.775 5.753,3.775 l 0,0 c 0,0 2.338,-9.888 7.551,-11.326 l 0,0 c 5.214,-1.438 10.249,6.472 10.249,6.472 l 0,0 c 0,0 -0.349,-7.994 8.09,-9.889 l 0,0 c 10.816,-2.427 15.102,10.069 15.102,10.069 l 0,0 c 0,0 1.079,-6.293 7.192,-5.214 l 0,0 c 6.112,1.079 5.932,14.563 5.932,14.563 l 0,0 c 0,0 7.911,-9.708 15.102,-4.315 l 0,0 c 7.192,5.393 3.956,16.361 3.956,16.361 l 0,0 c 0,0 8.45,-2.877 7.551,11.146 l 0,0 c -0.899,14.024 -5.933,23.013 -5.933,23.013 l 0,0 c 0,0 5.933,-3.956 4.495,5.574 l 0,0 c -1.439,9.528 -19.777,17.259 -19.777,17.259 l 0,0 c 0,0 6.832,2.337 -3.236,7.551 l 0,0 c -10.069,5.215 -23.552,-0.898 -23.552,-0.898 l 0,0 c -8.356,4.631 -15.201,6.33 -20.722,6.329 l 0,0 c -14.2,-10e-4 -19.63,-11.249 -19.371,-12.802"
|
||||||
|
id="path5036"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4974">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4976"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4962">
|
||||||
|
<path
|
||||||
|
d="m 129.601,503.956 c -22.17,-2.584 -61.271,3.162 -49.467,-20.159 l 0,0 c 0,0 0.429,-16.014 21.33,-21.196 l 0,0 c 20.903,-5.183 50.847,-2.016 57.469,0 l 0,0 c 6.622,2.015 21.018,16.699 14.683,29.944 l 0,0 c -4.561,9.537 -13.883,12.596 -27.021,12.596 l 0,0 c -5.107,0 -10.789,-0.462 -16.994,-1.185"
|
||||||
|
id="path4964"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4934">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4936"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4922">
|
||||||
|
<path
|
||||||
|
d="m 156.342,558.191 c -22.459,-17.564 3.742,-45.492 7.773,-49.535 l 0,0 c 4.031,-4.044 7.332,-12.279 7.332,-12.279 l 0,0 c 1.862,-7.395 0.923,-17.959 -0.998,-20.947 l 0,0 c -1.92,-2.988 -6.856,-10.22 0.288,-6.495 l 0,0 c 7.144,3.725 10.941,17.564 7.774,27.442 l 0,0 c -3.167,9.879 -21.594,32.158 -21.594,42.235 l 0,0 c 0,10.077 4.319,14.109 7.486,14.096 l 0,0 c 3.167,-0.013 -1.727,4.907 -1.727,4.907 l 0,0 c 0,0 4.318,0.576 1.727,3.719 l 0,0 c -0.518,0.628 -1.152,0.88 -1.833,0.88 l 0,0 c -2.727,-0.001 -6.228,-4.023 -6.228,-4.023"
|
||||||
|
id="path4924"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4910">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path4912"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath4898">
|
||||||
|
<path
|
||||||
|
d="m 155.19,567.98 c -3.455,-9.213 0,-14.108 0,-14.108 l 0,0 c 1.029,-2.437 6.334,-5.759 12.995,-7.913 l 0,0 c 6.661,-2.156 7.005,4.266 7.005,4.266 l 0,0 c 0.423,-7.102 5.048,-4.415 7.139,1.344 l 0,0 c 2.09,5.758 -4.97,11.804 -4.97,11.804 l 0,0 c 8.351,0.288 5.183,6.91 -2.169,9.79 l 0,0 c -7.352,2.879 -12.802,-5.183 -12.802,-5.183 l 0,0 c 0.689,5.238 -0.139,7.572 -1.569,7.572 l 0,0 c -1.558,0 -3.828,-2.769 -5.629,-7.572"
|
||||||
|
id="path4900"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7302">
|
||||||
|
<path
|
||||||
|
d="m 217.215,516.458 c 1.274,-10.623 13.81,-19.971 25.304,-21.671 l 0,0 c 11.495,-1.7 21.225,6.161 24.412,15.085 l 0,0 c 3.187,8.923 -1.594,15.284 -23.371,18.271 l 0,0 c -2.938,0.403 -5.572,0.585 -7.934,0.585 l 0,0 c -15.145,0 -18.984,-7.494 -18.411,-12.27"
|
||||||
|
id="path7304"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7266">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path7268"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7238">
|
||||||
|
<path
|
||||||
|
d="m 285.628,550.77 c -13.488,-4.314 -22.947,2.293 -22.947,2.293 l 0,0 c 0,0 -15.934,-25.026 -4.78,-43.829 l 0,0 c 0.671,-1.13 11.351,-9.602 15.077,-14.68 l 0,0 c 3.726,-5.078 4.788,-13.365 13.393,-15.914 l 0,0 c 8.605,-2.55 33.356,-6.015 39.092,-3.784 l 0,0 c 5.737,2.231 14.342,7.967 20.716,7.33 l 0,0 c 6.373,-0.637 12.11,9.201 14.34,16.213 l 0,0 c 2.231,7.011 6.374,43.235 -5.417,46.316 l 0,0 c -11.792,3.081 -18.165,4.569 -23.902,6.055 l 0,0 c -3.473,0.901 -14.506,2.293 -25.662,2.293 l 0,0 c -7.269,0 -14.589,-0.59 -19.91,-2.293"
|
||||||
|
id="path7240"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7214">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path7216"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7198">
|
||||||
|
<path
|
||||||
|
d="m 349.034,541.79 c 6.534,2.499 9.868,-4.936 11.807,-29.919 l 0,0 c 1.941,-24.982 17.353,-28.35 17.831,-29.306 l 0,0 c 0.478,-0.956 -1.274,-6.055 1.594,-7.489 l 0,0 c 2.868,-1.434 3.665,4.621 3.665,4.621 l 0,0 c 0,0 0.956,-3.984 3.505,-3.506 l 0,0 c 2.55,0.479 -0.159,6.693 -0.159,6.693 l 0,0 c 0,0 5.259,-0.797 3.028,2.549 l 0,0 c -2.231,3.346 -8.764,2.868 -8.764,2.868 l 0,0 c -14.341,4.781 -15.298,28.045 -14.979,35.357 l 0,0 c 0.319,7.311 -0.956,16.59 -5.406,19.565 l 0,0 c -1.123,0.75 -2.451,1.031 -3.809,1.031 l 0,0 c -4.024,0 -8.313,-2.464 -8.313,-2.464"
|
||||||
|
id="path7200"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7302-0">
|
||||||
|
<path
|
||||||
|
d="m 217.215,516.458 c 1.274,-10.623 13.81,-19.971 25.304,-21.671 l 0,0 c 11.495,-1.7 21.225,6.161 24.412,15.085 l 0,0 c 3.187,8.923 -1.594,15.284 -23.371,18.271 l 0,0 c -2.938,0.403 -5.572,0.585 -7.934,0.585 l 0,0 c -15.145,0 -18.984,-7.494 -18.411,-12.27"
|
||||||
|
id="path7304-2"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7266-3">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path7268-4"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7238-3">
|
||||||
|
<path
|
||||||
|
d="m 285.628,550.77 c -13.488,-4.314 -22.947,2.293 -22.947,2.293 l 0,0 c 0,0 -15.934,-25.026 -4.78,-43.829 l 0,0 c 0.671,-1.13 11.351,-9.602 15.077,-14.68 l 0,0 c 3.726,-5.078 4.788,-13.365 13.393,-15.914 l 0,0 c 8.605,-2.55 33.356,-6.015 39.092,-3.784 l 0,0 c 5.737,2.231 14.342,7.967 20.716,7.33 l 0,0 c 6.373,-0.637 12.11,9.201 14.34,16.213 l 0,0 c 2.231,7.011 6.374,43.235 -5.417,46.316 l 0,0 c -11.792,3.081 -18.165,4.569 -23.902,6.055 l 0,0 c -3.473,0.901 -14.506,2.293 -25.662,2.293 l 0,0 c -7.269,0 -14.589,-0.59 -19.91,-2.293"
|
||||||
|
id="path7240-7"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7214-6">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path7216-6"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath7198-1">
|
||||||
|
<path
|
||||||
|
d="m 349.034,541.79 c 6.534,2.499 9.868,-4.936 11.807,-29.919 l 0,0 c 1.941,-24.982 17.353,-28.35 17.831,-29.306 l 0,0 c 0.478,-0.956 -1.274,-6.055 1.594,-7.489 l 0,0 c 2.868,-1.434 3.665,4.621 3.665,4.621 l 0,0 c 0,0 0.956,-3.984 3.505,-3.506 l 0,0 c 2.55,0.479 -0.159,6.693 -0.159,6.693 l 0,0 c 0,0 5.259,-0.797 3.028,2.549 l 0,0 c -2.231,3.346 -8.764,2.868 -8.764,2.868 l 0,0 c -14.341,4.781 -15.298,28.045 -14.979,35.357 l 0,0 c 0.319,7.311 -0.956,16.59 -5.406,19.565 l 0,0 c -1.123,0.75 -2.451,1.031 -3.809,1.031 l 0,0 c -4.024,0 -8.313,-2.464 -8.313,-2.464"
|
||||||
|
id="path7200-5"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath5198">
|
||||||
|
<path
|
||||||
|
d="m 498.153,546.702 c -26.942,-1.243 -50.982,-27.355 -53.054,-27.769 l 0,0 c -2.073,-0.415 -15.336,7.46 -15.336,7.46 l 0,0 c -5.804,-4.56 -3.731,-31.915 0,-32.744 l 0,0 c 3.73,-0.829 17.408,1.788 17.408,1.788 l 0,0 c 17.823,-24.739 32.329,-36.604 71.291,-33.289 l 0,0 c 38.961,3.316 41.034,35.232 34.403,54.712 l 0,0 c -6.309,18.529 -25.738,29.934 -50.806,29.933 l 0,0 c -1.286,0 -2.591,-0.03 -3.906,-0.091"
|
||||||
|
id="path5200"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath5158">
|
||||||
|
<path
|
||||||
|
d="M 0,800 800,800 800,0 0,0 0,800 Z"
|
||||||
|
id="path5160"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.35"
|
||||||
|
inkscape:cx="375"
|
||||||
|
inkscape:cy="520"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1680"
|
||||||
|
inkscape:window-height="987"
|
||||||
|
inkscape:window-x="1912"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata7890">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<g
|
||||||
|
transform="matrix(4.8076893,0,0,-4.5178354,-2024.9447,2476.9409)"
|
||||||
|
clip-path="url(#clipPath5158)"
|
||||||
|
id="g5156">
|
||||||
|
<g
|
||||||
|
transform="translate(434.9562,452.9416)"
|
||||||
|
id="g5162">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5164"
|
||||||
|
style="fill:#77b52d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 c 0,0 -12.306,5.46 -5.491,11.945 6.816,6.485 12.781,4.039 12.781,4.039 0,0 -1.598,7.538 12.718,10.242 14.317,2.704 18.631,-5.303 18.631,-5.303 0,0 3.872,9.337 12.766,8.705 8.894,-0.631 7.773,-8.121 7.773,-8.121 0,0 11.56,9.212 17.104,6.817 5.543,-2.394 8.626,-4.992 8.626,-4.992 0,0 -0.035,12.198 10.941,11.648 10.976,-0.55 9.147,-10.718 9.147,-10.718 0,0 9.874,11.81 17.274,8.319 8.055,-3.799 6.555,-15.082 6.555,-15.082 0,0 6.422,5.061 8.5,-0.867 3.5,-9.986 -2,-11.358 -2,-11.358 0,0 5,-4.344 -1,-9.844 -6,-5.5 -17.862,-3 -17.862,-3 0,0 -11.926,-12 -19.282,-7.5 0,0 -6.471,-8 -15.664,-9 -9.192,-1 -11.787,7 -11.787,7 0,0 -8.891,-11.173 -19.648,-7.087 -10.757,4.087 -11.443,10.087 -11.443,10.087 0,0 -5.844,-6.5 -11.329,-4.5 -5.485,2 -5.216,7.954 -5.216,7.954 0,0 -26.177,-5.816 -22.094,10.616" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(539.1561,527.0281)"
|
||||||
|
id="g5166">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5168"
|
||||||
|
style="fill:#d59a74;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 c 0.848,-0.634 13.814,-8.911 21.068,-7.668 7.253,1.244 6.631,7.046 4.974,10.155 -1.658,3.109 -10.777,4.432 -4.974,-5.141 0,0 -10.155,2.447 -5.803,10.944 C 19.617,16.787 34.953,6.839 33.088,-3.109 31.223,-13.056 20.446,-18.445 10.291,-14.921 0.136,-11.398 0,0 0,0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(472.0399,536.3407)"
|
||||||
|
id="g5170">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5172"
|
||||||
|
style="fill:#d59a74;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="M 0,0 C 0,0 -12.788,-0.207 -14.062,-0.622 -15.336,-1.036 -14.3,-20.102 -5.596,-21.346 3.109,-22.589 0,0 0,0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(462.2995,483.8741)"
|
||||||
|
id="g5174">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5176"
|
||||||
|
style="fill:#d59a74;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 c 0,0 0.745,-22.589 1.098,-23.833 0.353,-1.243 9.264,-1.036 10.093,0 0.829,1.036 1.451,17.409 1.451,17.409 L 0,0 Z" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(463.3529,460.2932)"
|
||||||
|
id="g5178">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5180"
|
||||||
|
style="fill:#c38766;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 c 0,0 -1.494,-2.315 -1.053,-2.426 0.44,-0.111 3.419,0.723 3.419,0.723 0,0 -0.953,-2.145 2.265,-1.43 3.218,0.715 5.226,1.938 5.507,2.881 C 10.418,0.691 1.686,-0.681 0,0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(508.929,469.0432)"
|
||||||
|
id="g5182">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5184"
|
||||||
|
style="fill:#d59a74;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 c 0,0 1.036,-8.38 2.072,-8.795 1.037,-0.414 10.57,-0.207 11.813,0 1.244,0.208 0,9.948 0,9.948 L 0,0 Z" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(511.0014,460.2485)"
|
||||||
|
id="g5186">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5188"
|
||||||
|
style="fill:#c38766;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 c 0,0 -2.614,-2.39 -1.064,-2.382 1.549,0.009 3.218,0.833 3.218,0.833 0,0 -0.715,-2.07 2.384,-1.685 3.098,0.384 7.594,2.026 7.708,4.065 C 10.02,0.487 4.662,-0.421 0,0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="translate(429.7626,526.3931)"
|
||||||
|
id="g5190">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path5192"
|
||||||
|
style="fill:#ecbfa1;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 c 0,0 13.263,-7.875 15.336,-7.461 2.072,0.415 26.112,26.527 53.054,27.771 26.941,1.243 48.08,-10.362 54.712,-29.843 6.631,-19.481 4.559,-51.396 -34.403,-54.712 -38.961,-3.316 -53.468,8.55 -71.291,33.289 0,0 -13.678,-2.617 -17.408,-1.788 C -3.73,-31.915 -5.803,-4.559 0,0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(4.8076893,0,0,-4.5178354,-2024.9447,2476.9409)"
|
||||||
|
id="g5194">
|
||||||
|
<g
|
||||||
|
id="g5196"
|
||||||
|
clip-path="url(#clipPath5198)">
|
||||||
|
<g
|
||||||
|
id="g5202"
|
||||||
|
transform="translate(435.8474,497.2419)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 10.597,1.041 12.869,1.776 2.271,0.735 16.338,-20.447 38.583,-23.814 12.018,-1.818 58.19,-4.661 68.479,21.968 10.289,26.629 2.809,-1.828 1.707,-7.34 -1.102,-5.512 -9.922,-42.072 -44.096,-39.226 C 43.368,-43.789 11.031,-14.76 9.929,-11.82 9.482,-10.628 -4.202,-5.749 -6.085,-3.593 -8.847,-0.429 0,0 0,0"
|
||||||
|
style="fill:#dca784;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path5204"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g5214"
|
||||||
|
transform="matrix(4.8076893,0,0,-4.5178354,150.81937,223.4021)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 8.497,4.145 10.155,5.388 0,0 2.577,-6.036 -2.28,-9.326 C 5.428,-5.596 0,0 0,0"
|
||||||
|
style="fill:#773818;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path5216"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g5218"
|
||||||
|
transform="matrix(4.8076893,0,0,-4.5178354,207.61115,135.76694)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,-1.774 -0.928,-3.212 -2.072,-3.212 -1.145,0 -2.073,1.438 -2.073,3.212 0,1.774 0.928,3.212 2.073,3.212 C -0.928,3.212 0,1.774 0,0"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path5220"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g5222"
|
||||||
|
transform="matrix(4.8076893,0,0,-4.5178354,160.78283,135.76694)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,-1.774 -0.928,-3.212 -2.072,-3.212 -1.145,0 -2.073,1.438 -2.073,3.212 0,1.774 0.928,3.212 2.073,3.212 C -0.928,3.212 0,1.774 0,0"
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path5224"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g5226"
|
||||||
|
transform="matrix(4.8076893,0,0,-4.5178354,289.31256,60.395891)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 16.994,-1.036 19.481,-2.694 0,0 2.487,-26.113 -5.181,-26.734 C 6.632,-30.05 -1.243,-10.155 0,0"
|
||||||
|
style="fill:#d59a74;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path5228"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g5230"
|
||||||
|
transform="matrix(4.8076893,0,0,-4.5178354,83.067031,190.53937)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c -0.729,7.057 -2.901,18.652 -8.704,20.31 -5.803,1.658 -14.881,-32.705 0,-32.745 C -2.487,-12.451 0.39,-3.775 0,0"
|
||||||
|
style="fill:#fbd5bd;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path5232"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g5234"
|
||||||
|
transform="matrix(4.8076893,0,0,-4.5178354,44.974709,171.40633)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 1.455,-0.582 2.91,-6.401 0,-6.11 -2.91,-5.819 -1.455,0.582 0,0"
|
||||||
|
style="fill:#cb9a7a;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path5236"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g5238"
|
||||||
|
transform="matrix(4.8076893,0,0,-4.5178354,19.300226,161.52673)">
|
||||||
|
<path
|
||||||
|
d="M 0,0 C 0.997,-0.071 1.788,-4.968 -0.829,-4.974 -3.446,-4.979 -1.451,0.104 0,0"
|
||||||
|
style="fill:#cb9a7a;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path5240"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g5242"
|
||||||
|
transform="matrix(4.8076893,0,0,-4.5178354,288.68609,334.25124)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -1.374,-18.03 0,-19.066 1.374,-1.036 14.43,-1.036 16.088,0 1.658,1.036 1.243,16.165 1.243,16.165 L 0,0 Z"
|
||||||
|
style="fill:#dca784;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path5244"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g5246"
|
||||||
|
transform="matrix(4.8076893,0,0,-4.5178354,285.95871,406.20547)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -0.393,-4.282 -0.043,-4.759 0.35,-0.477 6.19,0.842 6.19,0.842 0,0 -0.834,-1.676 0,-1.796 0.834,-0.119 10.074,1.25 10.748,2.852 C 17.57,-1.258 17.57,0 17.57,0 17.57,0 2.077,-1.558 0,0"
|
||||||
|
style="fill:#c38766;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path5248"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g5250"
|
||||||
|
transform="matrix(4.8076893,0,0,-4.5178354,513.49217,355.78552)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 1.243,-13.471 2.487,-13.678 1.243,-0.207 12.849,0.829 14.092,2.487 1.244,1.658 -1.243,17.615 -1.243,17.615 L 0,0 Z"
|
||||||
|
style="fill:#dca784;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path5252"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="g5254"
|
||||||
|
transform="matrix(4.8076893,0,0,-4.5178354,521.25609,408.31393)">
|
||||||
|
<path
|
||||||
|
d="m 0,0 c 0,0 -1.318,-3.203 -0.484,-3.45 0.834,-0.247 4.291,1.056 4.291,1.056 0,0 0.476,-1.66 1.668,-1.66 1.192,0 9.285,2.602 9.624,4.549 0.34,1.948 0.205,1.889 0.205,1.889 C 15.304,2.384 7.278,-1.905 0,0"
|
||||||
|
style="fill:#c38766;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path5256"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 41 KiB |
BIN
www/img/Tiere/Stier.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
1551
www/img/Tiere/Stier.svg
Normal file
|
After Width: | Height: | Size: 80 KiB |
BIN
www/img/lupe.png
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
www/img/suchspiel.png
Normal file
|
After Width: | Height: | Size: 103 KiB |
@ -1,17 +1,35 @@
|
|||||||
appControllers.controller('home', function($scope, $ionicPlatform, $cordovaMedia, $state, backgroundsounds_mediahandler ) {
|
appControllers.controller('home', function($scope, $ionicPlatform, $cordovaMedia, $state, backgroundsounds_mediahandler, $timeout ) {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Mentor-Anitmation ausschalten
|
* Mentor-Anitmation ausschalten
|
||||||
*/
|
*/
|
||||||
$scope.showmentor=false;
|
$scope.showmentor=false;
|
||||||
$scope.CSSKlickSuchspiel=false;
|
$scope.CSSKlickSuchspiel=false;
|
||||||
|
$scope.CSSFarmhaus=false;
|
||||||
|
$scope.CSSWindrad=false;
|
||||||
|
$scope.CSSKornspeicher=false;
|
||||||
|
$scope.baumhauszufallaction=99;
|
||||||
/*
|
/*
|
||||||
* Hintergrundmusik laden und starten
|
* Hintergrundmusik laden und starten
|
||||||
*/
|
*/
|
||||||
$ionicPlatform.ready(function() {
|
$ionicPlatform.ready(function() {
|
||||||
var mediastartesuchspiel = new Media('/android_asset/www/sounds/suchspiel.mp3', suchspiel_intro_finish,null);
|
|
||||||
|
$scope.baumhaus_action=[];
|
||||||
|
|
||||||
|
var mediastartesuchspiel = new Media('/android_asset/www/sounds/soundsneu/spiel_intro.mp3', suchspiel_intro_finish,null);
|
||||||
|
|
||||||
|
var baumhaus_action1 = new Media('/android_asset/www/sounds/soundsneu/baumhaus_action_1.mp3', baumhaus_mentor,null);
|
||||||
|
var baumhaus_action2 = new Media('/android_asset/www/sounds/soundsneu/baumhaus_action_2.mp3', baumhaus_mentor,null);
|
||||||
|
var baumhaus_action3 = new Media('/android_asset/www/sounds/soundsneu/baumhaus_action_3.mp3', baumhaus_mentor,null);
|
||||||
|
var baumhaus_action4 = new Media('/android_asset/www/sounds/soundsneu/baumhaus_action_4.mp3', baumhaus_mentor,null);
|
||||||
|
|
||||||
$scope.mediastartesuchspiel=mediastartesuchspiel;
|
$scope.mediastartesuchspiel=mediastartesuchspiel;
|
||||||
backgroundsounds_mediahandler.playbackgroundmusic();
|
backgroundsounds_mediahandler.playbackgroundmusic();
|
||||||
|
|
||||||
|
$scope.baumhaus_action.push(baumhaus_action1);
|
||||||
|
$scope.baumhaus_action.push(baumhaus_action2);
|
||||||
|
$scope.baumhaus_action.push(baumhaus_action3);
|
||||||
|
$scope.baumhaus_action.push(baumhaus_action4);
|
||||||
});
|
});
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -34,4 +52,63 @@ appControllers.controller('home', function($scope, $ionicPlatform, $cordovaMedia
|
|||||||
$state.go('suchspiel');
|
$state.go('suchspiel');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$scope.animate_farmhaus=function(){
|
||||||
|
$scope.CSSFarmhaus=true;
|
||||||
|
$timeout(function () {
|
||||||
|
$scope.CSSFarmhaus=false;
|
||||||
|
}, 5000);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
$scope.animate_windrad=function(){
|
||||||
|
$scope.CSSWindrad=true;
|
||||||
|
$timeout(function () {
|
||||||
|
$scope.CSSWindrad=false;
|
||||||
|
}, 5000);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
$scope.animate_kornspeicher=function(){
|
||||||
|
$scope.CSSKornspeicher=true;
|
||||||
|
$timeout(function () {
|
||||||
|
$scope.CSSKornspeicher=false;
|
||||||
|
}, 5000);
|
||||||
|
}
|
||||||
|
|
||||||
|
$scope.baumhaus_actiondo=function(){
|
||||||
|
|
||||||
|
$scope.baumhauszufallaction=getRandomInt(1,5);
|
||||||
|
if ($scope.baumhauszufallaction==3){
|
||||||
|
$scope.showmentor=true;
|
||||||
|
$scope.baumhaus_action[getRandomInt(0,3)].play();
|
||||||
|
$scope.mediastartesuchspiel.setVolume('1.0');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function baumhaus_mentor(){
|
||||||
|
$timeout(function () {
|
||||||
|
$scope.showmentor=false;
|
||||||
|
}, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Zufall für Baumhausaction
|
||||||
|
*/
|
||||||
|
function getRandomInt(min, max) {
|
||||||
|
var tmpInt=0;
|
||||||
|
min = Math.ceil(min);
|
||||||
|
max = Math.floor(max);
|
||||||
|
tmpInt = Math.floor(Math.random() * (max - min + 1)) + min;
|
||||||
|
|
||||||
|
if (tmpInt > max){
|
||||||
|
tmpInt=max;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (tmpInt < min){
|
||||||
|
tmpInt=min;
|
||||||
|
}
|
||||||
|
return tmpInt;
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
@ -12,15 +12,15 @@ angular.module('kinderspiel.services', [])
|
|||||||
*/
|
*/
|
||||||
var backgroundmusic='';
|
var backgroundmusic='';
|
||||||
$ionicPlatform.ready(function() {
|
$ionicPlatform.ready(function() {
|
||||||
var mybackground_music = new Media('/android_asset/www/sounds/TORN.MID', loopbackgroundmusic ,null);
|
var mybackground_music = new Media('/android_asset/www/sounds/background/backgound4.mid', loopbackgroundmusic ,null);
|
||||||
backgroundmusic=mybackground_music;
|
backgroundmusic=mybackground_music;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
function loopbackgroundmusic(){
|
function loopbackgroundmusic(){
|
||||||
if (inbackground == false){
|
if (inbackground == false){
|
||||||
backgroundmusic.release();
|
//backgroundmusic.release();
|
||||||
backgroundmusic=mybackground_music;
|
//backgroundmusic=mybackground_music;
|
||||||
backgroundmusic.play();
|
backgroundmusic.play();
|
||||||
backgroundmusic.setVolume('0.3');
|
backgroundmusic.setVolume('0.3');
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,6 +11,7 @@ $scope.showmentorbravo=false;
|
|||||||
|
|
||||||
//Kartenarray + ListenAnsichtArray
|
//Kartenarray + ListenAnsichtArray
|
||||||
$scope.spiele=[];
|
$scope.spiele=[];
|
||||||
|
$scope.spielealletiere=[];
|
||||||
$scope.spielelistensort=[];
|
$scope.spielelistensort=[];
|
||||||
|
|
||||||
//Zufallsgenerator ID = TierindexID
|
//Zufallsgenerator ID = TierindexID
|
||||||
@ -36,6 +37,16 @@ $scope.showgametimer = false;
|
|||||||
$scope.spielvorbei=false;
|
$scope.spielvorbei=false;
|
||||||
$scope.beantwortet=false;
|
$scope.beantwortet=false;
|
||||||
|
|
||||||
|
//Mentor Zufallseinblendung
|
||||||
|
$scope.randomMentor=0;
|
||||||
|
|
||||||
|
$scope.punkte=0;
|
||||||
|
$scope.punktebonus=0;
|
||||||
|
|
||||||
|
|
||||||
|
//Zeitmessung für PunkteBonus
|
||||||
|
$scope.rundenstart = '';
|
||||||
|
$scope.rundenende = '';
|
||||||
|
|
||||||
|
|
||||||
$ionicPlatform.ready(function() {
|
$ionicPlatform.ready(function() {
|
||||||
@ -44,43 +55,64 @@ $ionicPlatform.ready(function() {
|
|||||||
* Sounds definieren
|
* Sounds definieren
|
||||||
*/
|
*/
|
||||||
$scope.sounds=[];
|
$scope.sounds=[];
|
||||||
|
$scope.bravosounds=[];
|
||||||
|
$scope.falschsounds=[];
|
||||||
|
$scope.aufloesung='';
|
||||||
/*
|
/*
|
||||||
* Sounds laden
|
* Sounds laden
|
||||||
*/
|
*/
|
||||||
var tiersound1 = new Media('/android_asset/www/sounds/finde_elefant.mp3', mentorausblenden,null);
|
var tiersound1 = new Media('/android_asset/www/sounds/soundsneu/finde_affe.mp3', mentorausblenden,null);
|
||||||
var tiersound2 = new Media('/android_asset/www/sounds/finde_esel.mp3', mentorausblenden,null);
|
var tiersound2 = new Media('/android_asset/www/sounds/soundsneu/finde_esel.mp3', mentorausblenden,null);
|
||||||
var tiersound3 = new Media('/android_asset/www/sounds/finde_hahn.mp3', mentorausblenden,null);
|
var tiersound3 = new Media('/android_asset/www/sounds/soundsneu/finde_hase.mp3', mentorausblenden,null);
|
||||||
var tiersound4 = new Media('/android_asset/www/sounds/finde_hund.mp3', mentorausblenden,null);
|
var tiersound4 = new Media('/android_asset/www/sounds/soundsneu/finde_hund.mp3', mentorausblenden,null);
|
||||||
var tiersound5 = new Media('/android_asset/www/sounds/finde_katze.mp3', mentorausblenden,null);
|
var tiersound5 = new Media('/android_asset/www/sounds/soundsneu/finde_kamel.mp3', mentorausblenden,null);
|
||||||
var tiersound6 = new Media('/android_asset/www/sounds/finde_kuh.mp3', mentorausblenden,null);
|
var tiersound6 = new Media('/android_asset/www/sounds/soundsneu/finde_katze.mp3', mentorausblenden,null);
|
||||||
var tiersound7 = new Media('/android_asset/www/sounds/finde_maus.mp3', mentorausblenden,null);
|
var tiersound7 = new Media('/android_asset/www/sounds/soundsneu/finde_krokodil.mp3', mentorausblenden,null);
|
||||||
var tiersound8 = new Media('/android_asset/www/sounds/finde_schaf.mp3', mentorausblenden,null);
|
var tiersound8 = new Media('/android_asset/www/sounds/soundsneu/finde_kuh.mp3', mentorausblenden,null);
|
||||||
|
var tiersound9 = new Media('/android_asset/www/sounds/soundsneu/finde_loewe.mp3', mentorausblenden,null);
|
||||||
|
var tiersound10 = new Media('/android_asset/www/sounds/soundsneu/finde_maus.mp3', mentorausblenden,null);
|
||||||
|
var tiersound11 = new Media('/android_asset/www/sounds/soundsneu/finde_nashorn.mp3', mentorausblenden,null);
|
||||||
|
var tiersound12 = new Media('/android_asset/www/sounds/soundsneu/finde_nilpferd.mp3', mentorausblenden,null);
|
||||||
|
var tiersound13 = new Media('/android_asset/www/sounds/soundsneu/finde_schaf.mp3', mentorausblenden,null);
|
||||||
|
var tiersound14 = new Media('/android_asset/www/sounds/soundsneu/finde_schildkroete.mp3', mentorausblenden,null);
|
||||||
|
var tiersound15 = new Media('/android_asset/www/sounds/soundsneu/finde_schwein.mp3', mentorausblenden,null);
|
||||||
|
var tiersound16 = new Media('/android_asset/www/sounds/soundsneu/finde_stier.mp3', mentorausblenden,null);
|
||||||
|
|
||||||
var bravosound = new Media('/android_asset/www/sounds/bravo.mp3', karteausblenden,null);
|
var bravosound1 = new Media('/android_asset/www/sounds/soundsneu/erfolg_1.mp3', karteausblenden,null);
|
||||||
var falschsound = new Media('/android_asset/www/sounds/falsch.mp3', null,null);
|
var bravosound2 = new Media('/android_asset/www/sounds/soundsneu/erfolg_2.mp3', karteausblenden,null);
|
||||||
|
var bravosound3 = new Media('/android_asset/www/sounds/soundsneu/erfolg_3.mp3', karteausblenden,null);
|
||||||
|
var bravosound4 = new Media('/android_asset/www/sounds/soundsneu/erfolg_4.mp3', karteausblenden,null);
|
||||||
|
var bravosound5 = new Media('/android_asset/www/sounds/soundsneu/erfolg_5.mp3', karteausblenden,null);
|
||||||
|
|
||||||
|
|
||||||
|
var falschsound1 = new Media('/android_asset/www/sounds/soundsneu/niederlage_1.mp3', mentorausblenden,null);
|
||||||
|
var falschsound2 = new Media('/android_asset/www/sounds/soundsneu/niederlage_2.mp3', mentorausblenden,null);
|
||||||
|
var falschsound3 = new Media('/android_asset/www/sounds/soundsneu/niederlage_3.mp3', mentorausblenden,null);
|
||||||
|
var falschsound4 = new Media('/android_asset/www/sounds/soundsneu/niederlage_4.mp3', mentorausblenden,null);
|
||||||
|
var falschsound5 = new Media('/android_asset/www/sounds/soundsneu/niederlage_5.mp3', mentorausblenden,null);
|
||||||
|
|
||||||
var kartegebensound = new Media('/android_asset/www/sounds/karte.mp3', kartegeben,null);
|
var kartegebensound = new Media('/android_asset/www/sounds/karte.mp3', kartegeben,null);
|
||||||
|
var aufloesungsound = new Media('/android_asset/www/sounds/soundsneu/aufloesung.mp3', aufloesung,null);
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Sounds in $Scope referenzieren
|
* Sounds in $Scope referenzieren
|
||||||
*/
|
*/
|
||||||
$scope.bravosound=bravosound;
|
|
||||||
$scope.falschsound=falschsound;
|
|
||||||
$scope.kartegebensound=kartegebensound;
|
$scope.kartegebensound=kartegebensound;
|
||||||
|
$scope.aufloesung=aufloesungsound;
|
||||||
|
|
||||||
$scope.sounds.push(tiersound1);
|
$scope.bravosounds.push(bravosound1);
|
||||||
$scope.sounds.push(tiersound2);
|
$scope.bravosounds.push(bravosound2);
|
||||||
$scope.sounds.push(tiersound3);
|
$scope.bravosounds.push(bravosound3);
|
||||||
$scope.sounds.push(tiersound4);
|
$scope.bravosounds.push(bravosound4);
|
||||||
$scope.sounds.push(tiersound5);
|
$scope.bravosounds.push(bravosound5);
|
||||||
$scope.sounds.push(tiersound6);
|
|
||||||
$scope.sounds.push(tiersound7);
|
|
||||||
$scope.sounds.push(tiersound8);
|
|
||||||
|
|
||||||
});
|
|
||||||
|
$scope.falschsounds.push(falschsound1);
|
||||||
|
$scope.falschsounds.push(falschsound2);
|
||||||
|
$scope.falschsounds.push(falschsound3);
|
||||||
|
$scope.falschsounds.push(falschsound4);
|
||||||
|
$scope.falschsounds.push(falschsound5);
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -88,113 +120,204 @@ $ionicPlatform.ready(function() {
|
|||||||
*/
|
*/
|
||||||
var tier = {
|
var tier = {
|
||||||
id: 0,
|
id: 0,
|
||||||
bild: 'elefant.jpg',
|
bild: 'Affe.png',
|
||||||
sound1: 'sound_elefant.mp3',
|
sound1: tiersound1,
|
||||||
antwort: '',
|
|
||||||
display: false,
|
display: false,
|
||||||
einblendecssid: 'elefantein',
|
einblendecssid: 'affeein',
|
||||||
ausblendecssid: 'elefantaus',
|
ausblendecssid: 'affeaus',
|
||||||
sortid: 0
|
sortid: 0
|
||||||
};
|
};
|
||||||
$scope.spiele.push(tier);
|
$scope.spielealletiere.push(tier);
|
||||||
|
|
||||||
|
|
||||||
var tier1 = {
|
var tier1 = {
|
||||||
id: 1,
|
id: 1,
|
||||||
bild: 'esel.jpg',
|
bild: 'Esel.png',
|
||||||
sound1: 'sound_esel.mp3',
|
sound1: tiersound2,
|
||||||
antwort: '',
|
|
||||||
display: false,
|
display: false,
|
||||||
einblendecssid: 'eselein',
|
einblendecssid: 'eselein',
|
||||||
ausblendecssid: 'eselaus',
|
ausblendecssid: 'eselaus',
|
||||||
sortid: 0
|
sortid: 0
|
||||||
};
|
};
|
||||||
$scope.spiele.push(tier1);
|
$scope.spielealletiere.push(tier1);
|
||||||
|
|
||||||
|
|
||||||
var tier2 = {
|
var tier2 = {
|
||||||
id: 2,
|
id: 2,
|
||||||
bild: 'hahn.jpg',
|
bild: 'Hase.png',
|
||||||
sound1: 'sound_hahn.mp3',
|
sound1: tiersound3,
|
||||||
antwort: '',
|
|
||||||
display: false,
|
display: false,
|
||||||
einblendecssid: 'hahnein',
|
einblendecssid: 'haseein',
|
||||||
ausblendecssid: 'hahnaus',
|
ausblendecssid: 'haseaus',
|
||||||
sortid: 0
|
sortid: 0
|
||||||
};
|
};
|
||||||
$scope.spiele.push(tier2);
|
$scope.spielealletiere.push(tier2);
|
||||||
|
|
||||||
|
|
||||||
var tier3 = {
|
var tier3 = {
|
||||||
id: 3,
|
id: 3,
|
||||||
bild: 'hund.jpg',
|
bild: 'Hund.png',
|
||||||
sound1: 'sound_hund.mp3',
|
sound1: tiersound4,
|
||||||
sound2: '',
|
|
||||||
display: false,
|
display: false,
|
||||||
einblendecssid: 'hundein',
|
einblendecssid: 'hundein',
|
||||||
ausblendecssid: 'hundaus',
|
ausblendecssid: 'hundaus',
|
||||||
sortid: 0
|
sortid: 0
|
||||||
};
|
};
|
||||||
$scope.spiele.push(tier3);
|
$scope.spielealletiere.push(tier3);
|
||||||
|
|
||||||
|
|
||||||
var tier4 = {
|
var tier4 = {
|
||||||
id: 4,
|
id: 4,
|
||||||
bild: 'katze.jpg',
|
bild: 'Kamel.png',
|
||||||
sound1: 'sound_katze.mp3',
|
sound1: tiersound5,
|
||||||
sound2: '',
|
display: false,
|
||||||
|
einblendecssid: 'kamelein',
|
||||||
|
ausblendecssid: 'kamelaus',
|
||||||
|
sortid: 0
|
||||||
|
};
|
||||||
|
$scope.spielealletiere.push(tier4);
|
||||||
|
|
||||||
|
|
||||||
|
var tier5 = {
|
||||||
|
id: 5,
|
||||||
|
bild: 'Katze.png',
|
||||||
|
sound1: tiersound6,
|
||||||
display: false,
|
display: false,
|
||||||
einblendecssid: 'katzeein',
|
einblendecssid: 'katzeein',
|
||||||
ausblendecssid: 'katzeaus',
|
ausblendecssid: 'katzeaus',
|
||||||
sortid: 0
|
sortid: 0
|
||||||
};
|
};
|
||||||
$scope.spiele.push(tier4);
|
$scope.spielealletiere.push(tier5);
|
||||||
|
|
||||||
|
|
||||||
var tier5 = {
|
var tier6 = {
|
||||||
id: 5,
|
id: 6,
|
||||||
bild: 'kuh.jpg',
|
bild: 'Krokodil.png',
|
||||||
sound1: 'sound_kuh.mp3',
|
sound1: tiersound7,
|
||||||
sound2: '',
|
display: false,
|
||||||
|
einblendecssid: 'krokodilein',
|
||||||
|
ausblendecssid: 'krokodilaus',
|
||||||
|
sortid: 0
|
||||||
|
};
|
||||||
|
$scope.spielealletiere.push(tier6);
|
||||||
|
|
||||||
|
|
||||||
|
var tier7 = {
|
||||||
|
id: 7,
|
||||||
|
bild: 'Kuh.png',
|
||||||
|
sound1: tiersound8,
|
||||||
display: false,
|
display: false,
|
||||||
einblendecssid: 'kuhein',
|
einblendecssid: 'kuhein',
|
||||||
ausblendecssid: 'kuhaus',
|
ausblendecssid: 'kuhaus',
|
||||||
sortid: 0
|
sortid: 0
|
||||||
};
|
};
|
||||||
$scope.spiele.push(tier5);
|
$scope.spielealletiere.push(tier7);
|
||||||
|
|
||||||
|
|
||||||
var tier6 = {
|
var tier8 = {
|
||||||
id: 6,
|
id: 8,
|
||||||
bild: 'maus.jpg',
|
bild: 'Loewe.png',
|
||||||
sound1: 'sound_maus.mp3',
|
sound1: tiersound9,
|
||||||
sound2: '',
|
display: false,
|
||||||
|
einblendecssid: 'loeweein',
|
||||||
|
ausblendecssid: 'loeweaus',
|
||||||
|
sortid: 0
|
||||||
|
};
|
||||||
|
$scope.spielealletiere.push(tier8);
|
||||||
|
|
||||||
|
var tier9 = {
|
||||||
|
id: 9,
|
||||||
|
bild: 'Maus.png',
|
||||||
|
sound1: tiersound10,
|
||||||
display: false,
|
display: false,
|
||||||
einblendecssid: 'mausein',
|
einblendecssid: 'mausein',
|
||||||
ausblendecssid: 'mausaus',
|
ausblendecssid: 'mausaus',
|
||||||
sortid: 0
|
sortid: 0
|
||||||
};
|
};
|
||||||
$scope.spiele.push(tier6);
|
$scope.spielealletiere.push(tier9);
|
||||||
|
|
||||||
|
var tier10 = {
|
||||||
|
id: 10,
|
||||||
|
bild: 'Nashorn.png',
|
||||||
|
sound1: tiersound11,
|
||||||
|
display: false,
|
||||||
|
einblendecssid: 'nashornein',
|
||||||
|
ausblendecssid: 'nashornaus',
|
||||||
|
sortid: 0
|
||||||
|
};
|
||||||
|
$scope.spielealletiere.push(tier10);
|
||||||
|
|
||||||
var tier7 = {
|
var tier11 = {
|
||||||
id: 7,
|
id: 11,
|
||||||
bild: 'schaf.jpg',
|
bild: 'Nilpferd.png',
|
||||||
sound1: 'sound_schaf.mp3',
|
sound1: tiersound12,
|
||||||
sound2: '',
|
display: false,
|
||||||
|
einblendecssid: 'nilpferdein',
|
||||||
|
ausblendecssid: 'nilpferdaus',
|
||||||
|
sortid: 0
|
||||||
|
};
|
||||||
|
$scope.spielealletiere.push(tier11);
|
||||||
|
|
||||||
|
var tier12 = {
|
||||||
|
id: 12,
|
||||||
|
bild: 'Schaf.png',
|
||||||
|
sound1: tiersound13,
|
||||||
display: false,
|
display: false,
|
||||||
einblendecssid: 'schafein',
|
einblendecssid: 'schafein',
|
||||||
ausblendecssid: 'schafaus',
|
ausblendecssid: 'schafaus',
|
||||||
sortid: 0
|
sortid: 0
|
||||||
};
|
};
|
||||||
$scope.spiele.push(tier7);
|
$scope.spielealletiere.push(tier12);
|
||||||
|
|
||||||
|
var tier13 = {
|
||||||
|
id: 13,
|
||||||
|
bild: 'Schildkroete.png',
|
||||||
|
sound1: tiersound14,
|
||||||
|
display: false,
|
||||||
|
einblendecssid: 'schildkroeteein',
|
||||||
|
ausblendecssid: 'schildkroeteaus',
|
||||||
|
sortid: 0
|
||||||
|
};
|
||||||
|
$scope.spielealletiere.push(tier13);
|
||||||
|
|
||||||
|
|
||||||
|
var tier14 = {
|
||||||
|
id: 14,
|
||||||
|
bild: 'Schwein.png',
|
||||||
|
sound1: tiersound15,
|
||||||
|
display: false,
|
||||||
|
einblendecssid: 'schweinein',
|
||||||
|
ausblendecssid: 'schweinaus',
|
||||||
|
sortid: 0
|
||||||
|
};
|
||||||
|
$scope.spielealletiere.push(tier14);
|
||||||
|
|
||||||
|
|
||||||
|
var tier15 = {
|
||||||
|
id: 15,
|
||||||
|
bild: 'Stier.png',
|
||||||
|
sound1: tiersound16,
|
||||||
|
display: false,
|
||||||
|
einblendecssid: 'stierein',
|
||||||
|
ausblendecssid: 'stieraus',
|
||||||
|
sortid: 0
|
||||||
|
};
|
||||||
|
$scope.spielealletiere.push(tier15);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Wiederholung der Aufgabe
|
* Wiederholung der Aufgabe
|
||||||
*/
|
*/
|
||||||
$scope.hilfe = function() {
|
$scope.hilfe = function() {
|
||||||
|
console.log("Hilfe geklickt");
|
||||||
$scope.showmentor=true;
|
$scope.showmentor=true;
|
||||||
$scope.sounds[$scope.randomid].play();
|
$scope.spiele[$scope.randomid].sound1.play();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -228,10 +351,26 @@ $scope.PlayerAnswer = function(src) {
|
|||||||
$scope.beantwortet=true;
|
$scope.beantwortet=true;
|
||||||
if (src==$scope.randomid){
|
if (src==$scope.randomid){
|
||||||
$timeout(function () {
|
$timeout(function () {
|
||||||
$scope.showmentorbravo=true;
|
$scope.punkte=$scope.punkte + 1000;
|
||||||
|
$scope.rundenende = new Date().getTime();
|
||||||
|
//Zeitbonus
|
||||||
|
$scope.punktebonus=1000 / (($scope.rundenende - $scope.rundenstart)/1000);
|
||||||
|
console.log($scope.rundenende - $scope.rundenstart + " Start:" + $scope.rundenstart + " Ende:" + $scope.rundenende);
|
||||||
|
$scope.punktebonus=Math.round($scope.punktebonus);
|
||||||
|
|
||||||
|
$scope.punkte = $scope.punkte + $scope.punktebonus;
|
||||||
|
|
||||||
|
$scope.randomMentor=getRandomInt(1, 2);
|
||||||
|
if ($scope.randomMentor==2){
|
||||||
|
$scope.showmentorbravo=true;
|
||||||
|
}
|
||||||
|
else{
|
||||||
|
$scope.showmentor=true;
|
||||||
|
}
|
||||||
|
|
||||||
$scope.cardindex=0;
|
$scope.cardindex=0;
|
||||||
}, 0);
|
}, 0);
|
||||||
$scope.bravosound.play();
|
$scope.bravosounds[getRandomInt(0, 4)].play();
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|
||||||
@ -248,18 +387,15 @@ $scope.PlayerAnswer = function(src) {
|
|||||||
/*
|
/*
|
||||||
* Nach 3 sekunden Fehler zurücksetzen und Karten neu vergeben
|
* Nach 3 sekunden Fehler zurücksetzen und Karten neu vergeben
|
||||||
*/
|
*/
|
||||||
$timeout(function () {
|
$scope.showmentor=true;
|
||||||
$scope.CSSErrorCode=99;
|
$scope.aufloesung.play();
|
||||||
$scope.cardindex=0;
|
|
||||||
karteausblenden();
|
|
||||||
}, 3000);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
/*
|
/*
|
||||||
* Antwort ist falsch
|
* Antwort ist falsch
|
||||||
*/
|
*/
|
||||||
$scope.falschsound.play();
|
$scope.showmentor=true;
|
||||||
|
$scope.falschsounds[getRandomInt(0, 4)].play();
|
||||||
$scope.CSSFalscheAntwort = true;
|
$scope.CSSFalscheAntwort = true;
|
||||||
$timeout(function () {
|
$timeout(function () {
|
||||||
$scope.CSSFalscheAntwort = false;
|
$scope.CSSFalscheAntwort = false;
|
||||||
@ -320,13 +456,17 @@ function kartegeben(){
|
|||||||
$scope.randomid=getRandomInt(0, 7);
|
$scope.randomid=getRandomInt(0, 7);
|
||||||
$scope.randomid=getRandomInt(0, 7);
|
$scope.randomid=getRandomInt(0, 7);
|
||||||
|
|
||||||
|
|
||||||
|
$scope.rundenstart = new Date().getTime();
|
||||||
/*
|
/*
|
||||||
* Mentor anzeigen und Sound wiedergeben
|
* Mentor anzeigen und Sound wiedergeben
|
||||||
*/
|
*/
|
||||||
$scope.showmentor=true;
|
$scope.showmentor=true;
|
||||||
$scope.sounds[$scope.randomid].play();
|
$scope.spiele[$scope.randomid].sound1.play();
|
||||||
console.log("ELSE-Zweig Einblende -ID: " + $scope.CSSEinblendung);
|
console.log("ELSE-Zweig Einblende -ID: " + $scope.CSSEinblendung);
|
||||||
console.log("CardIndex: " + $scope.cardindex);
|
console.log("CardIndex: " + $scope.cardindex);
|
||||||
|
console.log("Zufallsid: " + $scope.randomid);
|
||||||
|
console.log("Tiersuchen: " + $scope.spiele[$scope.randomid].bild);
|
||||||
}
|
}
|
||||||
console.log("Einblende funktion ID: " + $scope.CSSEinblendung);
|
console.log("Einblende funktion ID: " + $scope.CSSEinblendung);
|
||||||
}
|
}
|
||||||
@ -335,7 +475,7 @@ function kartegeben(){
|
|||||||
* Karten wieder einsammeln, runde beendet
|
* Karten wieder einsammeln, runde beendet
|
||||||
*/
|
*/
|
||||||
function karteausblenden(){
|
function karteausblenden(){
|
||||||
$timeout(function () { $scope.showmentorbravo=false; }, 0);
|
$timeout(function () { $scope.showmentorbravo=false; $scope.showmentor=false;}, 0);
|
||||||
|
|
||||||
if ($scope.spielvorbei==false){
|
if ($scope.spielvorbei==false){
|
||||||
|
|
||||||
@ -388,17 +528,34 @@ function SpieleTimer(){
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function aufloesung(){
|
||||||
|
|
||||||
|
$scope.CSSErrorCode=99;
|
||||||
|
$scope.cardindex=0;
|
||||||
|
karteausblenden();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Drei mal mischen :)
|
* Drei mal mischen :)
|
||||||
*/
|
*/
|
||||||
function kartenmischen(){
|
function kartenmischen(){
|
||||||
$scope.spiele=shuffleArray($scope.spiele);
|
$scope.spielealletiere=shuffleArray($scope.spielealletiere);
|
||||||
$scope.spiele=shuffleArray($scope.spiele);
|
$scope.spielealletiere=shuffleArray($scope.spielealletiere);
|
||||||
$scope.spiele=shuffleArray($scope.spiele);
|
$scope.spielealletiere=shuffleArray($scope.spielealletiere);
|
||||||
|
|
||||||
|
$scope.spiele=[];
|
||||||
|
for(var i = 0; i < 8; i++) {
|
||||||
|
var data= $scope.spielealletiere[i];
|
||||||
|
data.id=i;
|
||||||
|
$scope.spiele.push(data);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
$scope.spielelistensort=[];
|
$scope.spielelistensort=[];
|
||||||
for(var i = 0; i < $scope.spiele.length; i++) {
|
//for(var i = 0; i < $scope.spiele.length; i++) {
|
||||||
|
for(var i = 0; i < 8; i++) {
|
||||||
var data= $scope.spiele[i];
|
var data= $scope.spiele[i];
|
||||||
data.sortid=i;
|
data.sortid=i;
|
||||||
$scope.spielelistensort.push(data);
|
$scope.spielelistensort.push(data);
|
||||||
@ -475,7 +632,7 @@ $timeout(function () {
|
|||||||
|
|
||||||
function inittimer(){
|
function inittimer(){
|
||||||
$scope.CCSInittimer=true;
|
$scope.CCSInittimer=true;
|
||||||
if ($scope.inittimercounter > 0){
|
if ($scope.inittimercounter > 1){
|
||||||
$scope.inittimercounter=$scope.inittimercounter - 1;
|
$scope.inittimercounter=$scope.inittimercounter - 1;
|
||||||
|
|
||||||
$timeout(function () {
|
$timeout(function () {
|
||||||
@ -491,7 +648,7 @@ function inittimer(){
|
|||||||
$scope.showgametimer = true;
|
$scope.showgametimer = true;
|
||||||
SpieleTimer();
|
SpieleTimer();
|
||||||
goto_newspiel();
|
goto_newspiel();
|
||||||
}, 1500);
|
}, 1000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
www/sounds/background/backgound1.mid
Normal file
BIN
www/sounds/background/backgound2.mid
Normal file
BIN
www/sounds/background/backgound3.mid
Normal file
BIN
www/sounds/background/backgound4.mid
Normal file
BIN
www/sounds/soundsneu/aufloesung.mp3
Normal file
BIN
www/sounds/soundsneu/baumhaus_action_1.mp3
Normal file
BIN
www/sounds/soundsneu/baumhaus_action_2.mp3
Normal file
BIN
www/sounds/soundsneu/baumhaus_action_3.mp3
Normal file
BIN
www/sounds/soundsneu/baumhaus_action_4.mp3
Normal file
BIN
www/sounds/soundsneu/erfolg_1.mp3
Normal file
BIN
www/sounds/soundsneu/erfolg_2.mp3
Normal file
BIN
www/sounds/soundsneu/erfolg_3.mp3
Normal file
BIN
www/sounds/soundsneu/erfolg_4.mp3
Normal file
BIN
www/sounds/soundsneu/erfolg_5.mp3
Normal file
BIN
www/sounds/soundsneu/finde_affe.mp3
Normal file
BIN
www/sounds/soundsneu/finde_esel.mp3
Normal file
BIN
www/sounds/soundsneu/finde_hase.mp3
Normal file
BIN
www/sounds/soundsneu/finde_hund.mp3
Normal file
BIN
www/sounds/soundsneu/finde_kamel.mp3
Normal file
BIN
www/sounds/soundsneu/finde_katze.mp3
Normal file
BIN
www/sounds/soundsneu/finde_krokodil.mp3
Normal file
BIN
www/sounds/soundsneu/finde_kuh.mp3
Normal file
BIN
www/sounds/soundsneu/finde_loewe.mp3
Normal file
BIN
www/sounds/soundsneu/finde_maus.mp3
Normal file
BIN
www/sounds/soundsneu/finde_nashorn.mp3
Normal file
BIN
www/sounds/soundsneu/finde_nilpferd.mp3
Normal file
BIN
www/sounds/soundsneu/finde_schaf.mp3
Normal file
BIN
www/sounds/soundsneu/finde_schildkroete.mp3
Normal file
BIN
www/sounds/soundsneu/finde_schwein.mp3
Normal file
BIN
www/sounds/soundsneu/finde_stier.mp3
Normal file
BIN
www/sounds/soundsneu/niederlage_1.mp3
Normal file
BIN
www/sounds/soundsneu/niederlage_2.mp3
Normal file
BIN
www/sounds/soundsneu/niederlage_3.mp3
Normal file
BIN
www/sounds/soundsneu/niederlage_4.mp3
Normal file
BIN
www/sounds/soundsneu/niederlage_5.mp3
Normal file
BIN
www/sounds/soundsneu/spiel_intro.mp3
Normal file
@ -1,15 +1,25 @@
|
|||||||
<ion-view view-title="Wo ist das Tier">
|
<ion-view view-title="Wo ist das Tier">
|
||||||
<ion-content class="padding">
|
<ion-content class="padding">
|
||||||
|
|
||||||
<div class="row">
|
<div class="suchspielbutton" ng-click="suchspiel_intro()" ng-class="{'expandOpen': CSSKlickSuchspiel}">
|
||||||
<div style="width: 100%; text-align: center;" class="col">
|
<img class="imagesizebig" src="img/suchspiel.png">
|
||||||
<img ng-class="{'expandOpen': CSSKlickSuchspiel}" class="myborder" src="img/elefant.jpg" height="128" width="128" ng-click="suchspiel_intro()">
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
|
<div class="farmhaus" ng-class="{'floating': CSSFarmhaus}" ng-click="animate_farmhaus()"></div>
|
||||||
|
|
||||||
|
<div class="kornspeicher" ng-class="{'bounce': CSSKornspeicher}" ng-click="animate_kornspeicher()"></div>
|
||||||
|
|
||||||
|
<div class="windrad" ng-class="{'pulse': CSSWindrad}" ng-click="animate_windrad()"></div>
|
||||||
|
|
||||||
|
|
||||||
<div class="baumhaus">
|
<div class="baumhaus">
|
||||||
|
<div class="baumhausaction" ng-click="baumhaus_actiondo()">
|
||||||
|
</div>
|
||||||
<div class="mentorborderbaumhaus" ng-show="showmentor">
|
<div class="mentorborderbaumhaus" ng-show="showmentor">
|
||||||
<div class="mentorbaumhaus"></div>
|
<div class="mentorbaumhaus"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id="background-wrap">
|
<div id="background-wrap">
|
||||||
<div class="x1">
|
<div class="x1">
|
||||||
|
|||||||
@ -11,20 +11,25 @@
|
|||||||
|
|
||||||
<div class="row" style="font-size: 12px;padding-top:35px;" ng-repeat="rows in chunkedData">
|
<div class="row" style="font-size: 12px;padding-top:35px;" ng-repeat="rows in chunkedData">
|
||||||
<div style="width: 100%; text-align: center;" class="col" ng-repeat="item in rows">
|
<div style="width: 100%; text-align: center;" class="col" ng-repeat="item in rows">
|
||||||
<img ng-class="{'shake': CSSFalscheAntwort, 'pulse': CSSErrorCode == '{{item.id}}', 'bounceOut': CSSAusblendung == '{{item.ausblendecssid}}', 'tada': CSSEinblendung == '{{item.einblendecssid}}'}" class="myborder animated" src="img/{{ item.bild }}"width="96" height="96" alig="center" ng-click="PlayerAnswer(item.id)" ng-show="item.display">
|
<img ng-class="{'shake': CSSFalscheAntwort, 'pulse': CSSErrorCode == '{{item.id}}', 'bounceOut': CSSAusblendung == '{{item.ausblendecssid}}', 'tada': CSSEinblendung == '{{item.einblendecssid}}'}" class="myborder animated imagesizemedium" src="img/Tiere/{{ item.bild }}" align="center" ng-click="PlayerAnswer(item.id)" ng-show="item.display">
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="statusbar">
|
<div class="statusbar">
|
||||||
|
<div ng-show="showgametimer">
|
||||||
|
<div class="spieltimerdiv">
|
||||||
|
<span class="spieltimer pulse">{{ Spielzeit }} </span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="punktestand">
|
||||||
|
<span>{{punkte}}</span>
|
||||||
|
</div>
|
||||||
<div class="mentorhilfe" ng-click="hilfe()">
|
<div class="mentorhilfe" ng-click="hilfe()">
|
||||||
<div class="mentorborder" ng-show="showmentor">
|
<div class="mentorborder" ng-show="showmentor">
|
||||||
<div class="mentor"></div>
|
<div class="mentor"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div ng-show="showgametimer">
|
|
||||||
<span class="neon pulse">{{ Spielzeit }}</span>
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||