examples: added svg samples

This commit is contained in:
Hermet Park 2024-07-11 21:48:27 +09:00
parent 43a5bf2fce
commit f49bf9e775
15 changed files with 13652 additions and 5 deletions

View file

@ -1,5 +0,0 @@
<svg id="svg1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<circle r="32" cx="35" cy="65" fill="#F00" opacity="0.5"/>
<circle r="32" cx="65" cy="65" fill="#0F0" opacity="0.5"/>
<circle r="32" cx="50" cy="35" fill="#00F" opacity="0.5"/>
</svg>

Before

Width:  |  Height:  |  Size: 262 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 515 KiB

View file

@ -0,0 +1,13 @@
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
<style type="text/css">
circle:hover {fill-opacity:0.9;}
</style>
<g style="fill-opacity:0.7;">
<circle cx="6.5cm" cy="2cm" r="100" style="fill:red; stroke:black; stroke-width:0.1cm" transform="translate(0,50)" />
<circle cx="6.5cm" cy="2cm" r="100" style="fill:blue; stroke:black; stroke-width:0.1cm" transform="translate(70,150)" />
<circle cx="6.5cm" cy="2cm" r="100" style="fill:green; stroke:black; stroke-width:0.1cm" transform="translate(-70,150)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 678 B

View file

@ -0,0 +1,71 @@
<svg height="100" width="200" viewBox="190 40 10 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Bench, Forest Gump</title>
<defs>
<g id="post">
<rect width="20" height="150" fill="rgb(208,196,192)"/>
<path d="M0,0 l3-3 h20 l-3,3 Z" fill="rgb(156,147,144)" />
<path d="M20,0 l3-3 v150 l-3,3 Z" fill="rgb(104,98,96)" />
</g>
<g id="foot">
<rect width="20" height="10" fill="rgb(208,196,192)"/>
<path d="M0,0 l30-30 h20 l-30,30 Z" fill="rgb(156,147,144)" />
<path d="M20,0 l30-30 v10 l-30,30 Z" fill="rgb(104,98,96)" />
</g>
<g id="back">
<rect width="300" height="10" fill="rgb(120,60,30)" />
<path d="M0,0 l3-3 h300 l-3,3 Z" fill="rgb(90,45,20)" />
<path d="M300,0 l3-3 v10 l-3,3 Z" fill="rgb(60,30,10)" />
</g>
<g id="seat">
<rect width="300" height="5" fill="rgb(120,60,30)" />
<path d="M0,0 l5-5 h300 l-5,5 Z" fill="rgb(90,45,20)" />
<path d="M300,0 l5-5 v5 l-5,5 Z" fill="rgb(60,30,10)" />
</g>
<g id="box">
<title>Box of Chocolates</title>
<rect width="45" height="15" fill="rgb(240,240,255)"/>
<path d="M0,0 l25-25 h45 l-25,25 Z" fill="rgb(220,220,240)" />
<path d="M45,0 l25-25 v15 l-25,25 Z" fill="rgb(200,200,220)" />
<rect x="20" width="5" height="15" fill="rgb(255,0,0)"/>
<path d="M20,0 l25-25 h5 l-25,25 Z" fill="rgb(255,32,32)" />
<path d="M10,-10 l5-5 h45 l-5,5 Z" fill="rgb(255,32,32)" />
<path d="M55,-10 l5-5 v15 l-5,5 Z" fill="rgb(255,64,64)" />
<path d="M35,-10 s-40,-30 0,-6 M35,-10 s60,-30 0,-6"
fill="none" stroke="red" stroke-width="2" />
</g>
</defs>
<g>
<title>Bench</title>
<use xlink:href="#foot" x="56.5" y="213.5"/>
<use xlink:href="#foot" x="276.5" y="213.5"/>
<use xlink:href="#post" x="70" y="50"/>
<use xlink:href="#post" x="290" y="50"/>
<use xlink:href="#foot" x="40" y="160"/>
<use xlink:href="#foot" x="260" y="160"/>
<use xlink:href="#back" x="40" y="60"/>
<use xlink:href="#back" x="40" y="80"/>
<use xlink:href="#back" x="40" y="100"/>
<use xlink:href="#seat" x="40" y="140"/>
<use xlink:href="#seat" x="30" y="148"/>
<use xlink:href="#seat" x="20" y="156"/>
</g>
<g>
<use xlink:href="#box" x="225" y="140"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 102">
<radialGradient id="jsongrad" cx="65" cy="90" r="100" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#EEF"/><stop offset="1"/></radialGradient>
<path d="M61,02 A 49,49 0,0,0 39,98 C 9,79 10,24 45,25 C 72,24 65,75 50,75 C 93,79 91,21 62,02" id="jsonswirl" fill="url(#jsongrad)"/>
<use xlink:href="#jsonswirl" transform="rotate(180 50,50)"/>
</svg>

After

Width:  |  Height:  |  Size: 472 B

View file

@ -0,0 +1,109 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="744.09448819"
height="1052.3622047"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.46"
sodipodi:docname="drawing.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape">
<defs
id="defs4">
<linearGradient
id="linearGradient3193"
x1="100.57143"
x3="328.57143">
<stop
style="stop-color:#0000ff;stop-opacity:1;"
offset="0"
id="stop3195" />
<stop
style="stop-color:#00ff00;stop-opacity:1;"
offset=".5"
id="stop3197" />
<stop
style="stop-color:#ff0000;stop-opacity:1;"
offset="1"
id="stop3199" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3193"
id="linearGradient3199"
x1="128.57143"
y1="289.50504"
x2="425.71428"
y2="289.50504"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3193"
id="linearGradient3299"
x1="425.71428"
y1="250.50504"
x2="425.71428"
y2="408.04504"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient2848">
<stop
style="stop-color:#5b6879;stop-opacity:1;"
offset="0"
id="stop2850" />
<stop
style="stop-color:#fc7c90;stop-opacity:1;"
offset=".9"
id="stop2852" />
<stop
style="stop-color:#00ff00;stop-opacity:1;"
offset="1"
id="stop2854" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2848"
id="linearGradient2854"
x1="605.78571"
y1="693.82843"
x2="679.82141"
y2="416.68555"
gradientUnits="userSpaceOnUse" />
</defs>
<rect
style="fill:url(#linearGradient3199);fill-opacity:1"
id="rect3191"
width="397.14285"
height="157.14285"
x="128.57143"
y="160.93361" />
<rect
style="fill:url(#linearGradient3299);fill-opacity:1"
id="rect3192"
width="297.14285"
height="157.14285"
x="528.57143"
y="250.93361" />
<rect
style="fill:url(#linearGradient2854);fill-opacity:1"
id="rect3193"
width="297.14285"
height="257.14285"
x="128.57143"
y="460.93361" />
<rect
style="fill:url(#linearGradient2854);fill-opacity:1"
id="rect3194"
width="297.14285"
height="257.14285"
x="428.57143"
y="460.93361" />
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -0,0 +1,10 @@
<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'>
<g fill="#448" stroke="#444" stroke-dasharray="4,2" fill-opacity="0.3">
<path d="M5,35l60-30l30,60l-60,30z"/>
<path d="M6,35l60-30l30,60l-60,30z" stroke-dashoffset="3"/>
</g>
<g stroke-width="3" stroke="#44C" stroke-linecap="round">
<path d="M11,30h9m5-7h9m5-7h9m5-7h9M41,90h9m5-7h9m5-7h9m5-7h9"/>
<path d="M10,39v9m7,5v9m7,5v9m7,5v9M70,10v9m7,5v9m7,5v9m7,5v9"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 462 B

View file

@ -0,0 +1,25 @@
<?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:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" height="206.25000" id="svg2" version="1.0" width="406.25000" x="0.00000000" y="0.00000000" sodipodi:version="0.32" inkscape:version="0.46" sodipodi:docname="AJ_Digital_Camera_ok.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" inkscape:export-filename="C:\joanna\Gfx\drawings_vector\admin\thumbs\AJ_Digital_Camera_ok.png" inkscape:export-xdpi="55.827694" inkscape:export-ydpi="55.827694">
<sodipodi:namedview inkscape:window-height="744" inkscape:window-width="1280" inkscape:pageshadow="2" inkscape:pageopacity="0.0" guidetolerance="10.0" gridtolerance="10.0" objecttolerance="10.0" borderopacity="1.0" bordercolor="#666666" pagecolor="#ffffff" id="base" showgrid="false" inkscape:zoom="2.3261538" inkscape:cx="69.088376" inkscape:cy="137.51653" inkscape:window-x="-4" inkscape:window-y="-4" inkscape:current-layer="svg2"/>
<defs id="defs3">
<inkscape:perspective sodipodi:type="inkscape:persp3d" inkscape:vp_x="0 : 103.125 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_z="406.25 : 103.125 : 1" inkscape:persp3d-origin="203.125 : 68.75 : 1" id="perspective222"/>
<linearGradient id="linearGradient2195">
<stop id="stop2197" offset="0.00000000" style="stop-color: rgb(50, 50, 50); stop-opacity: 1;"/>
<stop id="stop2199" offset="1.0000000" style="stop-color: rgb(150, 150, 150); stop-opacity: 1;"/>
</linearGradient>
<radialGradient inkscape:collect="always"
xlink:href="#linearGradient2195"
id="radialGradient3100"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.793492, 0, 0, 1.26025, -124.125, -349.237)"
spreadMethod="reflect"
cx="195.33907"
cy="367.99432"
fx="195.33907"
fy="367.99432"
r="10.189606"/>
</defs>
<path d="M 30.875,63.13818 C 17.07501,63.13818 5.87501,81.05816 5.875,103.13818 C 5.875,125.21818 17.07501,143.13817 30.875,143.13818 C 44.67499,143.13818 55.875,125.21817 55.875,103.13818 C 55.875,81.05818 44.67499,63.13819 30.875,63.13818 z M 20.875,93.13818 C 26.39495,93.13818 30.875,97.61819 30.875,103.13818 C 30.875,108.65818 26.39494,113.13818 20.875,113.13818 C 15.35506,113.13818 10.875,108.65817 10.875,103.13818 C 10.87501,97.6182 15.35506,93.13818 20.875,93.13818 z" id="path2384" style="fill: url(#radialGradient3100) rgb(0, 0, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(0, 0, 0); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dashoffset: 0pt; stroke-opacity: 0.196078;"/>
<rect height="200" id="rect2052" rx="20" ry="20" style="fill: url(#radialGradient3100) rgb(0, 0, 0); fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dashoffset: 0pt; stroke-opacity: 1;" width="375" x="25.875" y="3.1253552"/>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 77 KiB

View file

@ -0,0 +1,303 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="729.48969"
height="379.48499"
id="svg4793"
sodipodi:version="0.32"
inkscape:version="0.46"
version="1.0"
sodipodi:docname="ufo_50year.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
inkscape:export-filename="/home/roger/mis-dibujos/open/ufo_50year.png"
inkscape:export-xdpi="60"
inkscape:export-ydpi="60">
<defs
id="defs3">
<linearGradient
id="linearGradient4074">
<stop
id="stop4076"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
id="stop4078"
offset="0.29463875"
style="stop-color:#dadada;stop-opacity:1.0000000;" />
<stop
id="stop4080"
offset="0.81899387"
style="stop-color:#282828;stop-opacity:1.0000000;" />
<stop
id="stop4082"
offset="0.82533163"
style="stop-color:#ffffff;stop-opacity:1.0000000;" />
<stop
id="stop4084"
offset="1.0000000"
style="stop-color:#000000;stop-opacity:1.0000000;" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4074"
id="radialGradient4086"
cx="-61.776402"
cy="266.42255"
fx="-61.776402"
fy="266.42255"
r="42.557194"
gradientTransform="matrix(12.145413,-0.10886,2.6354836e-2,3.436576,1133.3596,-713.74317)"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4717">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4719" />
<stop
style="stop-color:#dadada;stop-opacity:1.0000000;"
offset="0"
id="stop4721" />
<stop
style="stop-color:#282828;stop-opacity:1.0000000;"
offset="0.81899387"
id="stop4723" />
<stop
style="stop-color:#ffffff;stop-opacity:1.0000000;"
offset="0.82533163"
id="stop4725" />
<stop
style="stop-color:#000000;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop4727" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4717"
id="radialGradient4713"
cx="-27.16481"
cy="303.93698"
fx="-27.16481"
fy="303.93698"
r="14.177454"
gradientTransform="matrix(0.8698342,12.813729,-14.817843,1.1756122,4913.3178,76.608235)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient3453">
<stop
style="stop-color:#eeeeed;stop-opacity:1;"
offset="0"
id="stop3455" />
<stop
style="stop-color:#eeeeed;stop-opacity:0;"
offset="1"
id="stop3457" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3453"
id="linearGradient4669"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.0877,0,0,2.2569851,1095.4992,-96.089996)"
x1="-354.45911"
y1="75.157806"
x2="-310.16431"
y2="126.0695" />
<linearGradient
id="linearGradient3525">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3527" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop3529" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3525"
id="linearGradient4671"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.0877,0,0,2.2569851,1185.2283,454.795)"
x1="-335.6875"
y1="-90"
x2="-356.125"
y2="-117.1875" />
<linearGradient
inkscape:collect="always"
id="linearGradient4731">
<stop
style="stop-color:#e6e6e5;stop-opacity:1;"
offset="0"
id="stop4733" />
<stop
style="stop-color:#e6e6e5;stop-opacity:0;"
offset="1"
id="stop4735" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4731"
id="linearGradient4737"
x1="22.577135"
y1="350.7699"
x2="22.577135"
y2="343.87561"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(8.5706971,0,0,9.2656681,189.26687,-2796.4917)" />
<linearGradient
inkscape:collect="always"
id="linearGradient4781">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4783" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4785" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4781"
id="linearGradient4787"
x1="-58.439777"
y1="346.25046"
x2="-55.672012"
y2="346.25046"
gradientUnits="userSpaceOnUse"
spreadMethod="repeat"
gradientTransform="matrix(8.5706971,0,0,9.2656676,527.13412,-2896.4068)" />
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
id="perspective4799" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3453"
id="linearGradient4867"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.0877,0,0,2.2569851,993.4992,-514.09)"
x1="-354.45911"
y1="75.157806"
x2="-310.16431"
y2="126.0695" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3525"
id="linearGradient4869"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.0877,0,0,2.2569851,1083.2283,46.795)"
x1="-335.6875"
y1="-90"
x2="-356.125"
y2="-117.1875" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3453"
id="linearGradient4876"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.0877,0,0,2.2569851,993.4992,-514.09)"
x1="-354.45911"
y1="75.157806"
x2="-310.16431"
y2="126.0695" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3525"
id="linearGradient4878"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.0877,0,0,2.2569851,1083.2283,46.795)"
x1="-335.6875"
y1="-90"
x2="-356.125"
y2="-117.1875" />
</defs>
<sodipodi:namedview
inkscape:document-units="mm"
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.5"
inkscape:cx="434.47386"
inkscape:cy="487.34341"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1272"
inkscape:window-height="944"
inkscape:window-x="0"
inkscape:window-y="0" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-25.336425,-60.109706)">
<path
id="path4088"
d="M 381.2162,439.59468 C 304.28442,439.59468 241.90063,385.18768 241.90063,318.18282 C 241.90063,308.14877 243.30423,298.46902 245.94092,289.14422 C 247.15584,252.28799 307.0724,222.49314 380.84208,222.49314 C 452.23334,222.49314 510.71901,250.38511 515.51877,285.58519 C 518.8399,295.96616 520.6066,306.88362 520.6066,318.18282 C 520.6066,385.18768 458.14796,439.59478 381.2162,439.59468 z"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:17.71653557;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="fill:url(#radialGradient4086);fill-opacity:1;stroke:none;stroke-width:17.71653557;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="M 389.57391,145.69788 C 376.97275,145.69788 364.53334,146.06805 352.25959,146.55099 C 174.28907,154.30254 65.530772,217.23551 25.336425,285.48651 C 102.50595,349.48347 237.70322,391.88179 391.49039,391.88187 C 543.00139,391.88187 676.43849,350.70663 754.14968,288.28958 C 754.36601,287.88559 754.61378,287.47576 754.8261,287.07085 C 715.40121,218.2045 606.25391,154.36333 426.88824,146.55099 C 426.73972,146.54514 426.58595,146.5568 426.43734,146.55099 C 420.48644,146.29514 414.39287,146.07224 408.28743,145.94166 C 408.24999,145.94091 408.21218,145.94242 408.17472,145.94166 C 402.03057,145.81102 395.87457,145.69788 389.57391,145.69788 z"
id="path4130" />
<path
sodipodi:type="arc"
style="opacity:0.54929576;fill:#eeeeed;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4146"
sodipodi:cx="182.25"
sodipodi:cy="244.68181"
sodipodi:rx="0.25"
sodipodi:ry="1.25"
d="M 182.5,244.68181 A 0.25,1.25 0 1 1 182,244.68181 A 0.25,1.25 0 1 1 182.5,244.68181 z"
transform="matrix(2.3942524,0,0,2.5883948,-262.35239,-433.38146)" />
<path
id="path4663"
d="M 385.96591,60.109706 C 318.88432,60.109706 264.48785,107.55055 264.48785,165.97637 C 264.48785,174.72573 265.71181,183.16612 268.0109,191.29693 C 269.07025,223.43425 321.31527,249.41425 385.63969,249.41425 C 447.89021,249.41425 498.88758,225.09345 503.07281,194.40027 C 505.96869,185.34846 507.50918,175.82881 507.50918,165.97637 C 507.50918,107.55055 453.04756,60.109612 385.96591,60.109706 z"
style="fill:url(#radialGradient4713);fill-opacity:1;stroke:none;stroke-width:17.71653557;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="opacity:0.89323946;fill:url(#linearGradient4669);fill-opacity:1;stroke:none;stroke-width:17.71653557;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 384.01735,62.436576 C 325.08455,62.436576 277.25491,104.09447 277.25491,155.42304 C 277.25491,164.07865 278.60318,172.44702 281.1474,180.39929 C 383.90706,137.49026 400.26302,94.260649 486.88741,180.39929 C 489.43162,172.44702 490.77986,164.07865 490.77986,155.42304 C 490.77986,104.09447 442.95032,62.436483 384.01735,62.436576 z"
id="path4665"
sodipodi:nodetypes="csccsc" />
<path
id="path4667"
d="M 490.41572,115.40092 C 466.15781,143.09165 435.66918,170.72261 400.18796,196.0176 C 378.61569,211.39657 356.6801,224.81269 335.01253,236.22011 C 348.41845,238.89251 363.03371,240.38144 378.33232,240.38144 C 440.58284,240.38144 491.58021,216.06063 495.76545,185.36746 C 498.66132,176.31564 500.20182,166.79601 500.20182,156.94353 C 500.20182,142.19639 496.68226,128.16205 490.41572,115.40092 z"
style="fill:url(#linearGradient4671);fill-opacity:1;stroke:none;stroke-width:17.71653557;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="fill:url(#linearGradient4737);fill-opacity:1;stroke:none;stroke-width:17.71653557;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="M 382.73251,435.78936 C 308.31007,435.78936 247.96096,383.15693 247.96096,318.33759 C 247.96096,308.63077 249.31891,299.26678 251.86955,290.24608 C 253.04486,254.5921 311.00701,225.76899 382.37059,225.76899 C 451.43325,225.76899 508.01125,252.75117 512.65453,286.80316 C 515.86733,296.84556 517.57632,307.40696 517.57632,318.33759 C 517.57632,383.15693 457.15496,435.78946 382.73251,435.78936 z"
id="path4729" />
<path
style="fill:none;fill-rule:evenodd;stroke:url(#linearGradient4787);stroke-width:8.91141033px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 30.549799,287.38023 C 30.549799,287.38023 338.11502,406.95091 745.67679,284.10437"
id="path4779"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 72 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 97 KiB

View file

@ -0,0 +1,539 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<!-- Manually cleaned by Jeff Schiller -->
<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="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="850" height="200" version="1.1">
<defs>
<linearGradient id="linearGradient7797">
<stop stop-color="rgb(158, 199, 240)" offset="0"/>
<stop stop-color="rgb(255, 255, 255)" offset="1"/>
</linearGradient>
<linearGradient id="linearGradient7769">
<stop stop-color="rgb(31, 50, 70)" offset="0"/>
<stop offset="0.43495357" stop-color="rgb(72, 100, 131)"/>
<stop stop-color="rgb(114, 150, 192)" offset="1"/>
</linearGradient>
<linearGradient id="linearGradient7741">
<stop stop-color="rgb(0, 0, 0)" offset="0"/>
<stop offset="0.74615383" stop-color="rgb(242, 149, 0)"/>
<stop stop-color="rgb(250, 180, 29)" offset="1"/>
</linearGradient>
<linearGradient xlink:href="#linearGradient7741" id="linearGradient7757" x1="-0.75" y1="426.69687" x2="1206.7942" y2="426.69687" gradientUnits="userSpaceOnUse"/>
<linearGradient xlink:href="#linearGradient7741" id="linearGradient7759" x1="7.1875" y1="401.26562" x2="1201.3438" y2="401.26562" gradientUnits="userSpaceOnUse"/>
<linearGradient xlink:href="#linearGradient7741" id="linearGradient7767" x1="-0.75" y1="426.69687" x2="1206.7942" y2="426.69687" gradientUnits="userSpaceOnUse"/>
<linearGradient xlink:href="#linearGradient7797" id="linearGradient7803" x1="332" y1="0" x2="332" y2="200" gradientUnits="userSpaceOnUse"/>
<linearGradient id="linearGradient7797-4">
<stop stop-color="rgb(158, 199, 240)" offset="0"/>
<stop stop-color="rgb(255, 255, 255)" offset="1"/>
</linearGradient>
<linearGradient xlink:href="#linearGradient7797-4" id="linearGradient6020" gradientUnits="userSpaceOnUse" x1="332" y1="0" x2="332" y2="200" gradientTransform="matrix(0.736586, 0, 0, 0.736586, 1.06257, 74.3338)"/>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath6016">
<rect fill="url(#linearGradient6020)" width="626.09851" height="147.31729" x="1.0625701" y="74.333763"/>
</clipPath>
<linearGradient xlink:href="#linearGradient7769" id="linearGradient6850" gradientUnits="userSpaceOnUse" x1="0" y1="177.46597" x2="589.28888" y2="180.46597"/>
<linearGradient xlink:href="#linearGradient7769" id="linearGradient6853" gradientUnits="userSpaceOnUse" x1="0" y1="177.46597" x2="589.28888" y2="180.46597"/>
<linearGradient xlink:href="#linearGradient7769" id="linearGradient6857" gradientUnits="userSpaceOnUse" x1="0" y1="177.46597" x2="589.28888" y2="180.46597"/>
<linearGradient id="linearGradient7769-6">
<stop stop-color="rgb(31, 50, 70)" offset="0"/>
<stop offset="0.43495357" stop-color="rgb(72, 100, 131)"/>
<stop stop-color="rgb(114, 150, 192)" offset="1"/>
</linearGradient>
<linearGradient xlink:href="#linearGradient7769-6" id="linearGradient6975" gradientUnits="userSpaceOnUse" x1="0" y1="177.46597" x2="589.28888" y2="180.46597"/>
<linearGradient xlink:href="#linearGradient7769-6" id="linearGradient6977" gradientUnits="userSpaceOnUse" x1="0" y1="177.46597" x2="589.28888" y2="180.46597"/>
<linearGradient xlink:href="#linearGradient7769-6" id="linearGradient6979" gradientUnits="userSpaceOnUse" x1="0" y1="177.46597" x2="589.28888" y2="180.46597"/>
<clipPath clipPathUnits="userSpaceOnUse" id="clipPath6965">
<g>
<path d="m 0,200 c 130.78582,-56.52514 221.23066,-1.27365 313.48395,0 L 0,200 z" fill="url(#linearGradient6975)"/>
<path d="m 310.68504,200 c 133.38172,-84.21766 173.33834,4.45637 279.48396,0 l -279.48396,0 z" fill="url(#linearGradient6977)"/>
<path d="m 613.125,148.96875 c -11.92087,0.0918 -23.80845,1.87228 -35.625,5.875 C 495.33954,152.91947 453.3466,185.31038 413.21875,200 c 140.94166,-0.42593 273.22701,0.46938 393.96875,0.40625 -15.84964,-0.0754 -32.07773,-3.98922 -48.59375,-9.5625 -47.79246,-15.07129 -96.9352,-42.24886 -145.46875,-41.875 z" fill="url(#linearGradient6979)"/>
</g>
</clipPath>
<filter id="drop-shadow" width="1.5" height="1.5" x="-.25" y="-.25">
<feGaussianBlur in="SourceAlpha" stdDeviation="2.000000" result="blur"/>
<feColorMatrix result="bluralpha" type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0"/>
<feOffset in="bluralpha" dx="2.000000" dy="2.000000" result="offsetBlur"/>
<feMerge>
<feMergeNode in="offsetBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<filter id="drop-shadow-2" width="1.5" height="1.5" x="-.25" y="-.25">
<feGaussianBlur in="SourceAlpha" stdDeviation="5.000000" result="blur"/>
<feColorMatrix result="bluralpha" type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0"/>
<feOffset in="bluralpha" dx="4.000000" dy="4.000000" result="offsetBlur"/>
<feMerge result="fbSourceGraphic">
<feMergeNode in="offsetBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
<feColorMatrix result="fbSourceGraphicAlpha" in="fbSourceGraphic" values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"/>
<feGaussianBlur in="fbSourceGraphicAlpha" stdDeviation="5.000000" result="blur"/>
<feColorMatrix result="bluralpha" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 0.5 0"/>
<feOffset in="bluralpha" dx="4.000000" dy="4.000000" result="offsetBlur"/>
<feMerge>
<feMergeNode in="offsetBlur"/>
<feMergeNode in="fbSourceGraphic"/>
</feMerge>
</filter>
<font id="DroidSans" horiz-adv-x="1177" ><font-face
font-family="Droid Sans"
units-per-em="2048"
panose-1="2 11 6 6 3 8 4 2 2 4"
ascent="1901"
descent="-483"
alphabetic="0" />
<missing-glyph horiz-adv-x="1229" d="M193 1462H1034V0H193V1462ZM297 104H930V1358H297V104Z" />
<glyph unicode=" " glyph-name="space" horiz-adv-x="532" />
<glyph unicode="!" glyph-name="exclam" horiz-adv-x="551" d="M336 414H215L164 1462H387L336 414ZM147 111Q147 149 157 175T184 218T224 242T274 250Q300 250 323 243T364 219T391 176T401 111Q401 74 391 48T364 4T324 -21T274 -29Q247 -29 224 -21T184 4T157
47T147 111Z" />
<glyph unicode="&quot;" glyph-name="quotedbl" horiz-adv-x="823" d="M330 1462L289 934H174L133 1462H330ZM690 1462L649 934H535L494 1462H690Z" />
<glyph unicode="#" glyph-name="numbersign" horiz-adv-x="1323" d="M983 893L920 565H1200V428H893L811 0H664L748 428H457L375 0H231L309 428H51V565H336L401 893H127V1030H426L508 1462H655L573 1030H866L950 1462H1094L1010 1030H1272V893H983ZM483 565H774L838
893H547L483 565Z" />
<glyph unicode="$" glyph-name="dollar" horiz-adv-x="1128" d="M985 446Q985 376 960 319T889 220T776 151T625 111V-119H487V102Q437 102 386 106T287 120T197 142T123 172V344Q156 328 199 312T291 282T389 261T487 252V686Q398 716 333 749T224 824T160 922T139
1051Q139 1118 163 1173T233 1270T343 1338T487 1374V1554H625V1378Q725 1373 809 1352T961 1300L895 1155Q839 1180 769 1200T625 1227V805Q713 774 780 741T893 667T962 572T985 446ZM809 446Q809 479 799 506T768 556T711 598T625 635V262Q718 276 763 325T809
446ZM315 1049Q315 1013 323 985T352 933T405 890T487 854V1223Q398 1207 357 1163T315 1049Z" />
<glyph unicode="%" glyph-name="percent" horiz-adv-x="1690" d="M250 1026Q250 861 285 779T401 696Q557 696 557 1026Q557 1354 401 1354Q321 1354 286 1273T250 1026ZM705 1026Q705 918 687 832T632 687T538 597T401 565Q328 565 272 596T178 687T121 832T102
1026Q102 1134 119 1219T173 1362T266 1452T401 1483Q476 1483 532 1452T627 1363T685 1219T705 1026ZM1133 440Q1133 275 1168 193T1284 111Q1440 111 1440 440Q1440 768 1284 768Q1204 768 1169 687T1133 440ZM1587 440Q1587 332 1570 247T1515 102T1421 12T1284
-20Q1210 -20 1154 11T1061 102T1004 246T985 440Q985 548 1002 633T1056 776T1149 866T1284 897Q1359 897 1415 866T1510 777T1567 633T1587 440ZM1331 1462L520 0H362L1174 1462H1331Z" />
<glyph unicode="&amp;" glyph-name="ampersand" horiz-adv-x="1438" d="M422 1165Q422 1131 430 1099T454 1034T497 968T559 897Q618 932 661 963T732 1026T774 1093T788 1169Q788 1205 776 1235T740 1288T683 1322T608 1335Q522 1335 472 1291T422 1165ZM557
141Q615 141 664 152T755 184T833 231T901 289L514 696Q462 663 422 632T355 564T313 486T299 387Q299 333 316 288T367 210T448 159T557 141ZM109 381Q109 459 129 520T187 631T281 724T408 809Q377 845 347 883T295 965T258 1058T244 1165Q244 1240 269 1299T341
1400T457 1463T614 1485Q697 1485 762 1464T873 1401T943 1300T967 1165Q967 1101 942 1047T875 946T779 860T664 784L1016 412Q1043 441 1064 471T1103 535T1133 608T1157 694H1341Q1326 628 1306 573T1259 468T1200 377T1128 293L1405 0H1180L1012 172Q963 127
915 92T813 32T697 -6T557 -20Q452 -20 369 6T228 84T140 210T109 381Z" />
<glyph unicode="&apos;" glyph-name="quotesingle" horiz-adv-x="463" d="M330 1462L289 934H174L133 1462H330Z" />
<glyph unicode="(" glyph-name="parenleft" horiz-adv-x="616" d="M82 561Q82 686 100 807T155 1043T248 1263T383 1462H555Q415 1269 343 1038T270 563Q270 444 288 326T342 95T431 -124T553 -324H383Q305 -234 249 -131T155 84T100 317T82 561Z" />
<glyph unicode=")" glyph-name="parenright" horiz-adv-x="616" d="M535 561Q535 437 517 317T462 85T368 -131T233 -324H63Q132 -230 185 -124T274 95T328 326T346 563Q346 807 274 1038T61 1462H233Q311 1369 367 1264T461 1044T517 808T535 561Z" />
<glyph unicode="*" glyph-name="asterisk" horiz-adv-x="1128" d="M664 1556L621 1163L1018 1274L1044 1081L666 1053L911 727L733 631L557 989L399 631L215 727L457 1053L82 1081L111 1274L502 1163L459 1556H664Z" />
<glyph unicode="+" glyph-name="plus" horiz-adv-x="1128" d="M489 647H102V797H489V1186H639V797H1026V647H639V262H489V647Z" />
<glyph unicode="," glyph-name="comma" horiz-adv-x="512" d="M362 238L377 215Q363 161 344 100T301 -23T252 -146T201 -264H63Q78 -203 92 -137T120 -6T145 122T164 238H362Z" />
<glyph unicode="-" glyph-name="hyphen" horiz-adv-x="659" d="M82 465V633H578V465H82Z" />
<glyph unicode="." glyph-name="period" horiz-adv-x="549" d="M147 111Q147 149 157 175T184 218T224 242T274 250Q300 250 323 243T364 219T391 176T401 111Q401 74 391 48T364 4T324 -21T274 -29Q247 -29 224 -21T184 4T157 47T147 111Z" />
<glyph unicode="/" glyph-name="slash" horiz-adv-x="764" d="M743 1462L199 0H20L565 1462H743Z" />
<glyph unicode="0" glyph-name="zero" horiz-adv-x="1128" d="M1032 733Q1032 556 1007 416T925 179T779 31T563 -20Q445 -20 358 31T213 179T127 416T98 733Q98 910 123 1050T204 1286T348 1434T563 1485Q682 1485 770 1435T916 1288T1003 1051T1032 733ZM283
733Q283 583 298 471T346 285T432 173T563 135Q640 135 694 172T782 283T832 469T848 733Q848 883 833 995T783 1181T694 1292T563 1329Q486 1329 433 1292T346 1181T298 995T283 733Z" />
<glyph unicode="1" glyph-name="one" horiz-adv-x="1128" d="M711 0H535V913Q535 956 535 1005T537 1102T540 1195T543 1274Q526 1256 513 1243T487 1218T458 1193T422 1161L274 1040L178 1163L561 1462H711V0Z" />
<glyph unicode="2" glyph-name="two" horiz-adv-x="1128" d="M1008 0H96V156L446 537Q521 618 580 685T680 816T744 944T766 1085Q766 1144 749 1189T701 1265T626 1313T530 1329Q435 1329 359 1291T213 1192L111 1311Q151 1347 197 1378T296 1433T408 1469T532
1483Q628 1483 705 1456T837 1379T920 1256T950 1092Q950 1007 924 930T851 779T740 629T600 473L319 174V166H1008V0Z" />
<glyph unicode="3" glyph-name="three" horiz-adv-x="1128" d="M961 1120Q961 1047 938 987T874 883T774 811T645 770V764Q822 742 914 652T1006 416Q1006 320 974 240T875 102T708 12T469 -20Q360 -20 264 -3T82 59V229Q169 183 270 158T465 133Q557 133 624
153T734 210T798 301T819 422Q819 490 793 538T717 618T598 665T438 680H305V831H438Q519 831 582 851T687 908T752 996T774 1108Q774 1160 756 1201T705 1270T626 1314T524 1329Q417 1329 336 1296T180 1208L88 1333Q126 1364 172 1391T274 1438T391 1471T524
1483Q632 1483 713 1456T850 1381T933 1266T961 1120Z" />
<glyph unicode="4" glyph-name="four" horiz-adv-x="1128" d="M1087 328H874V0H698V328H23V487L686 1470H874V494H1087V328ZM698 494V850Q698 906 699 967T703 1087T707 1197T711 1282H702Q695 1262 685 1238T662 1189T636 1141T612 1102L201 494H698Z" />
<glyph unicode="5" glyph-name="five" horiz-adv-x="1128" d="M545 897Q644 897 729 870T878 788T978 654T1014 469Q1014 355 980 264T879 110T714 14T487 -20Q436 -20 387 -15T292 -1T205 24T131 59V231Q164 208 208 190T302 160T400 142T492 135Q571 135 633
153T738 211T804 309T827 449Q827 592 739 667T483 743Q456 743 425 741T362 734T302 726T252 717L162 774L217 1462H907V1296H375L336 877Q368 883 420 890T545 897Z" />
<glyph unicode="6" glyph-name="six" horiz-adv-x="1128" d="M113 625Q113 730 123 834T160 1033T233 1211T350 1353T520 1448T752 1483Q771 1483 794 1482T840 1479T885 1473T924 1464V1309Q889 1321 845 1327T758 1333Q668 1333 600 1312T481 1251T398 1158T343
1039T312 899T299 745H311Q331 781 359 812T426 866T511 902T618 915Q713 915 790 886T921 799T1004 660T1034 471Q1034 357 1003 266T914 112T774 14T590 -20Q490 -20 403 19T251 138T150 339T113 625ZM588 133Q648 133 697 153T783 215T838 320T858 471Q858 541
842 596T792 691T710 751T594 772Q527 772 472 749T377 688T317 602T295 506Q295 439 313 373T368 253T460 167T588 133Z" />
<glyph unicode="7" glyph-name="seven" horiz-adv-x="1128" d="M281 0L844 1296H90V1462H1030V1317L475 0H281Z" />
<glyph unicode="8" glyph-name="eight" horiz-adv-x="1128" d="M565 1485Q649 1485 723 1463T854 1397T944 1287T977 1133Q977 1066 957 1012T902 915T819 837T715 774Q773 743 828 705T927 620T997 513T1024 381Q1024 289 991 215T897 88T752 8T565 -20Q455 -20
370 7T226 84T137 208T106 373Q106 448 128 508T189 616T279 701T389 766Q340 797 297 833T223 915T173 1014T154 1135Q154 1222 187 1287T278 1397T409 1463T565 1485ZM285 371Q285 318 301 274T351 198T437 149T561 131Q631 131 684 148T774 198T828 277T846
379Q846 431 827 473T771 551T683 619T569 682L539 696Q413 636 349 559T285 371ZM563 1333Q457 1333 395 1280T332 1126Q332 1069 349 1028T398 955T472 898T567 848Q615 870 657 896T731 955T781 1030T799 1126Q799 1227 736 1280T563 1333Z" />
<glyph unicode="9" glyph-name="nine" horiz-adv-x="1128" d="M1028 838Q1028 733 1018 629T981 429T908 252T791 109T621 15T389 -20Q370 -20 347 -19T301 -16T256 -10T217 -2V154Q252 141 296 135T383 129Q518 129 605 176T743 303T815 491T842 717H829Q809
681 781 650T715 596T629 560T522 547Q427 547 350 576T219 663T136 802T106 991Q106 1105 137 1196T226 1351T366 1449T551 1483Q652 1483 739 1444T890 1325T991 1124T1028 838ZM553 1329Q493 1329 444 1309T358 1247T303 1142T283 991Q283 921 299 866T349 771T431
711T547 690Q615 690 670 713T764 774T824 860T846 956Q846 1023 828 1089T773 1209T681 1296T553 1329Z" />
<glyph unicode=":" glyph-name="colon" horiz-adv-x="549" d="M147 111Q147 149 157 175T184 218T224 242T274 250Q300 250 323 243T364 219T391 176T401 111Q401 74 391 48T364 4T324 -21T274 -29Q247 -29 224 -21T184 4T157 47T147 111ZM147 987Q147 1026 157
1052T184 1095T224 1119T274 1126Q300 1126 323 1119T364 1096T391 1053T401 987Q401 950 391 924T364 881T324 856T274 848Q247 848 224 856T184 881T157 924T147 987Z" />
<glyph unicode=";" glyph-name="semicolon" horiz-adv-x="549" d="M362 238L377 215Q363 161 344 100T301 -23T252 -146T201 -264H63Q78 -203 92 -137T120 -6T145 122T164 238H362ZM147 987Q147 1026 157 1052T184 1095T224 1119T274 1126Q300 1126 323 1119T364
1096T391 1053T401 987Q401 950 391 924T364 881T324 856T274 848Q247 848 224 856T184 881T157 924T147 987Z" />
<glyph unicode="&lt;" glyph-name="less" horiz-adv-x="1128" d="M1026 238L102 662V764L1026 1245V1085L291 721L1026 399V238Z" />
<glyph unicode="=" glyph-name="equal" horiz-adv-x="1128" d="M102 852V1001H1026V852H102ZM102 442V592H1026V442H102Z" />
<glyph unicode="&gt;" glyph-name="greater" horiz-adv-x="1128" d="M102 399L838 721L102 1085V1245L1026 764V662L102 238V399Z" />
<glyph unicode="?" glyph-name="question" horiz-adv-x="872" d="M281 414V451Q281 508 288 554T315 640T368 718T451 799Q499 840 533 873T588 941T620 1015T631 1108Q631 1156 616 1195T573 1263T502 1307T403 1323Q320 1323 245 1297T100 1237L37 1382Q118
1424 212 1453T403 1483Q496 1483 570 1458T697 1384T777 1267T805 1110Q805 1043 792 991T751 893T684 806T590 717Q538 672 505 639T453 574T427 509T420 432V414H281ZM233 111Q233 149 243 175T270 218T310 242T360 250Q386 250 409 243T450 219T477 176T487
111Q487 74 477 48T450 4T410 -21T360 -29Q333 -29 310 -21T270 4T243 47T233 111Z" />
<glyph unicode="@" glyph-name="at" horiz-adv-x="1774" d="M1665 731Q1665 669 1656 607T1628 488T1581 383T1514 298T1428 242T1321 221Q1276 221 1240 236T1177 276T1135 333T1112 401H1108Q1090 364 1063 331T1001 274T921 235T823 221Q746 221 687 249T586
327T524 449T502 606Q502 707 531 791T616 936T751 1031T928 1065Q973 1065 1018 1061T1104 1050T1179 1035T1237 1018L1214 602Q1213 580 1213 567T1212 545T1212 533T1212 526Q1212 473 1222 439T1250 385T1288 358T1333 350Q1379 350 1414 380T1472 463T1508
585T1520 733Q1520 875 1477 985T1358 1172T1178 1287T950 1327Q781 1327 652 1272T436 1117T303 881T258 582Q258 431 297 314T413 117T603 -4T864 -45Q925 -45 984 -38T1099 -19T1205 8T1298 41V-100Q1212 -138 1104 -160T866 -182Q687 -182 547 -131T309 17T160
255T109 575Q109 763 168 925T336 1207T601 1394T950 1462Q1106 1462 1237 1412T1463 1267T1612 1037T1665 731ZM662 602Q662 469 712 410T848 350Q903 350 942 372T1006 436T1044 535T1061 662L1075 915Q1047 923 1009 929T928 936Q854 936 804 907T722 831T676
724T662 602Z" />
<glyph unicode="A" glyph-name="A" horiz-adv-x="1245" d="M1055 0L895 453H350L188 0H0L537 1468H707L1245 0H1055ZM836 618L688 1042Q682 1060 674 1086T656 1142T638 1204T621 1268Q614 1237 605 1204T587 1141T570 1085T555 1042L410 618H836Z" />
<glyph unicode="B" glyph-name="B" horiz-adv-x="1272" d="M199 1462H598Q726 1462 823 1443T986 1380T1085 1266T1118 1092Q1118 1030 1099 976T1042 881T951 813T827 776V766Q896 754 956 732T1062 670T1133 570T1159 424Q1159 324 1127 246T1033 113T883 29T684
0H199V1462ZM385 842H629Q713 842 770 857T862 901T912 975T928 1079Q928 1199 851 1251T608 1303H385V842ZM385 686V158H651Q739 158 798 178T894 234T947 320T963 432Q963 488 947 535T893 615T793 667T639 686H385Z" />
<glyph unicode="C" glyph-name="C" horiz-adv-x="1235" d="M793 1319Q686 1319 599 1279T451 1162T356 977T322 731Q322 590 351 481T440 296T587 182T793 143Q882 143 962 160T1120 201V39Q1081 24 1042 13T961 -6T870 -16T762 -20Q598 -20 478 34T280 187T163
425T125 733Q125 899 168 1037T296 1274T506 1428T793 1483Q901 1483 999 1461T1176 1397L1098 1241Q1035 1273 961 1296T793 1319Z" />
<glyph unicode="D" glyph-name="D" horiz-adv-x="1401" d="M1276 745Q1276 560 1228 421T1089 188T866 47T565 0H199V1462H606Q759 1462 883 1416T1094 1280T1228 1055T1276 745ZM1079 739Q1079 885 1046 991T950 1167T795 1269T586 1303H385V160H547Q811 160
945 306T1079 739Z" />
<glyph unicode="E" glyph-name="E" horiz-adv-x="1081" d="M958 0H199V1462H958V1298H385V846H920V684H385V164H958V0Z" />
<glyph unicode="F" glyph-name="F" horiz-adv-x="1006" d="M385 0H199V1462H958V1298H385V782H920V618H385V0Z" />
<glyph unicode="G" glyph-name="G" horiz-adv-x="1413" d="M782 772H1266V55Q1211 37 1155 23T1040 0T916 -15T776 -20Q619 -20 498 32T294 182T168 419T125 733Q125 905 172 1044T311 1280T535 1430T840 1483Q951 1483 1053 1461T1243 1397L1171 1235Q1135 1252
1094 1267T1008 1293T918 1312T825 1319Q703 1319 609 1279T452 1162T355 977T322 731Q322 601 349 493T437 307T592 186T821 143Q865 143 901 145T969 152T1027 161T1081 172V608H782V772Z" />
<glyph unicode="H" glyph-name="H" horiz-adv-x="1436" d="M1237 0H1051V682H385V0H199V1462H385V846H1051V1462H1237V0Z" />
<glyph unicode="I" glyph-name="I" horiz-adv-x="694" d="M612 0H82V102L254 143V1319L82 1360V1462H612V1360L440 1319V143L612 102V0Z" />
<glyph unicode="J" glyph-name="J" horiz-adv-x="555" d="M-29 -389Q-80 -389 -118 -383T-184 -365V-205Q-150 -214 -111 -219T-27 -225Q10 -225 47 -216T115 -181T165 -112T184 0V1462H371V20Q371 -85 342 -162T260 -289T134 -364T-29 -389Z" />
<glyph unicode="K" glyph-name="K" horiz-adv-x="1186" d="M1186 0H975L524 698L385 584V0H199V1462H385V731L506 899L958 1462H1167L647 825L1186 0Z" />
<glyph unicode="L" glyph-name="L" horiz-adv-x="1006" d="M199 0V1462H385V166H958V0H199Z" />
<glyph unicode="M" glyph-name="M" horiz-adv-x="1782" d="M803 0L360 1280H352Q358 1206 362 1133Q366 1070 368 1001T371 874V0H199V1462H475L887 270H893L1307 1462H1583V0H1397V887Q1397 939 1399 1006T1404 1134Q1408 1205 1411 1278H1403L956 0H803Z" />
<glyph unicode="N" glyph-name="N" horiz-adv-x="1493" d="M1294 0H1079L360 1210H352Q358 1133 362 1057Q366 992 368 921T371 793V0H199V1462H412L1128 258H1135Q1132 334 1128 408Q1127 440 1126 473T1123 540T1121 605T1120 662V1462H1294V0Z" />
<glyph unicode="O" glyph-name="O" horiz-adv-x="1520" d="M1393 733Q1393 564 1353 425T1232 187T1034 34T760 -20Q597 -20 478 34T280 187T163 425T125 735Q125 905 163 1043T280 1280T479 1431T762 1485Q917 1485 1034 1432T1232 1280T1352 1043T1393 733ZM322
733Q322 596 348 487T427 301T563 184T760 143Q874 143 956 183T1092 300T1171 486T1196 733Q1196 871 1171 980T1093 1164T958 1280T762 1321Q648 1321 565 1281T428 1165T348 980T322 733Z" />
<glyph unicode="P" glyph-name="P" horiz-adv-x="1180" d="M1075 1034Q1075 943 1048 859T957 711T791 608T535 569H385V0H199V1462H561Q695 1462 792 1434T952 1351T1045 1216T1075 1034ZM385 727H514Q607 727 676 743T791 794T860 886T883 1024Q883 1166 801
1234T545 1303H385V727Z" />
<glyph unicode="Q" glyph-name="Q" horiz-adv-x="1518" d="M1393 733Q1393 602 1369 489T1297 286T1178 129T1014 25Q1057 -69 1125 -140T1284 -272L1163 -414Q1060 -341 974 -242T836 -16Q819 -18 799 -19T760 -20Q597 -20 478 34T280 187T163 425T125 735Q125
905 163 1043T280 1280T479 1431T762 1485Q917 1485 1034 1432T1232 1280T1352 1043T1393 733ZM322 733Q322 596 348 487T427 301T563 184T760 143Q874 143 956 183T1092 300T1171 486T1196 733Q1196 871 1171 980T1093 1164T958 1280T762 1321Q648 1321 565 1281T428
1165T348 980T322 733Z" />
<glyph unicode="R" glyph-name="R" horiz-adv-x="1208" d="M385 604V0H199V1462H555Q821 1462 948 1359T1075 1047Q1075 960 1051 895T986 784T893 706T786 655L1184 0H965L614 604H385ZM385 762H549Q639 762 702 779T805 831T864 917T883 1038Q883 1110 863 1160T801
1242T696 1288T545 1303H385V762Z" />
<glyph unicode="S" glyph-name="S" horiz-adv-x="1063" d="M969 391Q969 294 935 218T836 88T680 8T473 -20Q362 -20 266 -3T104 49V227Q138 211 181 196T273 168T372 149T473 141Q633 141 709 201T786 373Q786 427 772 467T721 540T623 605T469 674Q380 709 315
750T207 844T144 962T123 1112Q123 1200 155 1269T245 1385T383 1458T561 1483Q680 1483 775 1461T944 1403L877 1247Q812 1276 730 1297T559 1319Q437 1319 370 1263T303 1110Q303 1053 318 1012T368 937T460 874T602 811Q693 775 761 737T876 651T945 540T969
391Z" />
<glyph unicode="T" glyph-name="T" horiz-adv-x="1063" d="M625 0H438V1298H20V1462H1042V1298H625V0Z" />
<glyph unicode="U" glyph-name="U" horiz-adv-x="1430" d="M1245 1464V516Q1245 402 1212 304T1113 134T946 21T709 -20Q581 -20 483 18T319 128T218 298T184 520V1462H371V510Q371 335 457 239T719 143Q808 143 872 170T977 246T1038 363T1059 512V1464H1245Z" />
<glyph unicode="V" glyph-name="V" horiz-adv-x="1163" d="M965 1462H1163L674 0H487L0 1462H197L492 535Q521 444 542 360T580 201Q595 275 618 359T672 541L965 1462Z" />
<glyph unicode="W" glyph-name="W" horiz-adv-x="1810" d="M809 1462H1006L1235 606Q1250 550 1264 494T1291 386T1313 286T1329 201Q1333 239 1339 284T1353 378T1370 479T1391 580L1591 1462H1790L1423 0H1235L981 938Q967 989 954 1043T930 1144Q918 1199 907
1251Q896 1200 885 1145Q875 1098 863 1042T836 932L594 0H406L20 1462H217L440 573Q452 527 462 478T480 379T496 285T508 201Q513 238 520 287T538 390T559 499T584 604L809 1462Z" />
<glyph unicode="X" glyph-name="X" horiz-adv-x="1120" d="M1120 0H909L555 635L188 0H0L453 764L31 1462H229L561 903L895 1462H1085L664 770L1120 0Z" />
<glyph unicode="Y" glyph-name="Y" horiz-adv-x="1079" d="M539 723L879 1462H1079L633 569V0H446V559L0 1462H203L539 723Z" />
<glyph unicode="Z" glyph-name="Z" horiz-adv-x="1104" d="M1022 0H82V145L793 1296H102V1462H1001V1317L291 166H1022V0Z" />
<glyph unicode="[" glyph-name="bracketleft" horiz-adv-x="621" d="M569 -324H164V1462H569V1313H346V-174H569V-324Z" />
<glyph unicode="&#92;" glyph-name="backslash" horiz-adv-x="764" d="M201 1462L745 0H567L23 1462H201Z" />
<glyph unicode="]" glyph-name="bracketright" horiz-adv-x="621" d="M51 -174H274V1313H51V1462H457V-324H51V-174Z" />
<glyph unicode="^" glyph-name="asciicircum" horiz-adv-x="1090" d="M41 549L500 1473H602L1049 549H888L551 1284L202 549H41Z" />
<glyph unicode="_" glyph-name="underscore" horiz-adv-x="842" d="M846 -324H-4V-184H846V-324Z" />
<glyph unicode="`" glyph-name="grave" horiz-adv-x="1182" d="M786 1241H666Q631 1269 590 1310T511 1396T441 1480T393 1548V1569H612Q628 1535 649 1495T694 1414T741 1335T786 1268V1241Z" />
<glyph unicode="a" glyph-name="a" horiz-adv-x="1087" d="M793 0L756 152H748Q715 107 682 75T610 21T523 -10T412 -20Q343 -20 285 -1T185 59T118 161T94 307Q94 471 209 559T561 655L745 662V731Q745 798 731 843T689 915T621 955T528 967Q445 967 374 943T236
885L172 1022Q246 1062 337 1090T528 1118Q630 1118 704 1098T827 1033T900 919T924 752V0H793ZM459 127Q520 127 572 146T662 203T721 300T743 438V537L600 530Q510 526 449 510T352 466T299 397T283 305Q283 213 331 170T459 127Z" />
<glyph unicode="b" glyph-name="b" horiz-adv-x="1200" d="M670 1118Q764 1118 841 1082T972 975T1057 797T1087 551Q1087 410 1057 304T973 125T841 17T670 -20Q611 -20 563 -7T477 27T409 78T356 139H344L307 0H174V1556H356V1180Q356 1145 355 1106T352 1032Q350
992 348 954H356Q379 989 408 1019T475 1071T562 1105T670 1118ZM635 967Q555 967 502 942T416 864T370 734T356 551Q356 450 369 372T415 240T502 159T637 131Q772 131 835 240T899 553Q899 761 836 864T635 967Z" />
<glyph unicode="c" glyph-name="c" horiz-adv-x="948" d="M594 -20Q493 -20 405 11T252 111T150 286T113 543Q113 700 151 809T255 987T411 1087T602 1118Q680 1118 754 1101T879 1059L825 905Q802 915 774 924T716 941T657 953T602 958Q445 958 373 858T301 545Q301
334 373 237T594 139Q675 139 740 157T860 201V39Q806 10 745 -5T594 -20Z" />
<glyph unicode="d" glyph-name="d" horiz-adv-x="1200" d="M852 147H844Q822 113 793 83T725 29T638 -7T530 -20Q437 -20 360 16T228 123T143 301T113 547Q113 688 143 794T228 973T360 1081T530 1118Q589 1118 637 1105T723 1070T792 1019T844 958H856Q853 992
850 1023Q848 1049 846 1076T844 1120V1556H1026V0H879L852 147ZM565 131Q641 131 693 154T778 224T826 341T844 506V547Q844 648 831 726T785 858T698 939T563 967Q428 967 365 858T301 545Q301 336 364 234T565 131Z" />
<glyph unicode="e" glyph-name="e" horiz-adv-x="1096" d="M608 -20Q498 -20 407 17T251 125T149 301T113 541Q113 677 146 784T239 965T382 1079T567 1118Q666 1118 745 1083T879 983T963 828T993 627V514H301Q306 321 382 230T610 139Q661 139 704 144T788 158T867
182T944 215V53Q904 34 866 20T787 -3T703 -16T608 -20ZM563 967Q449 967 383 889T305 662H797Q797 730 784 786T742 883T669 945T563 967Z" />
<glyph unicode="f" glyph-name="f" horiz-adv-x="674" d="M651 961H406V0H223V961H29V1036L223 1104V1200Q223 1307 245 1377T310 1490T415 1549T555 1567Q614 1567 663 1556T752 1530L705 1389Q674 1400 638 1408T561 1417Q521 1417 492 1408T444 1374T416 1309T406
1202V1098H651V961Z" />
<glyph unicode="g" glyph-name="g" horiz-adv-x="1061" d="M1020 1098V985L823 958Q851 923 870 869T889 745Q889 669 866 605T795 493T677 420T514 393Q492 393 470 393T434 397Q417 387 401 375T371 346T349 310T340 266Q340 239 352 223T384 197T433 185T492
182H668Q761 182 825 159T929 95T988 1T1006 -115Q1006 -203 974 -273T874 -391T705 -466T463 -492Q356 -492 276 -471T143 -410T64 -314T37 -186Q37 -126 56 -81T109 -2T185 52T276 84Q234 103 207 144T180 238Q180 299 212 343T313 430Q270 448 235 479T175 551T137
640T123 739Q123 828 148 898T222 1017T344 1092T514 1118Q551 1118 590 1113T657 1098H1020ZM209 -180Q209 -217 222 -249T264 -304T342 -340T463 -354Q649 -354 741 -297T834 -131Q834 -85 822 -56T783 -11T710 12T600 18H424Q389 18 351 10T282 -20T230 -80T209
-180ZM301 745Q301 630 355 574T508 518Q608 518 659 573T711 748Q711 871 659 929T506 987Q407 987 354 927T301 745Z" />
<glyph unicode="h" glyph-name="h" horiz-adv-x="1206" d="M860 0V707Q860 837 808 902T643 967Q562 967 507 941T419 864T371 739T356 569V0H174V1556H356V1094L348 950H358Q383 993 417 1024T493 1077T580 1108T674 1118Q857 1118 949 1023T1042 717V0H860Z" />
<glyph unicode="i" glyph-name="i" horiz-adv-x="530" d="M356 0H174V1098H356V0ZM160 1395Q160 1455 190 1482T266 1509Q288 1509 307 1503T341 1482T364 1447T373 1395Q373 1337 342 1309T266 1280Q221 1280 191 1308T160 1395Z" />
<glyph unicode="j" glyph-name="j" horiz-adv-x="530" d="M66 -492Q18 -492 -13 -485T-68 -467V-319Q-42 -329 -15 -334T47 -340Q74 -340 97 -333T137 -306T164 -254T174 -170V1098H356V-158Q356 -235 339 -296T286 -401T196 -468T66 -492ZM160 1395Q160 1455
190 1482T266 1509Q288 1509 307 1503T341 1482T364 1447T373 1395Q373 1337 342 1309T266 1280Q221 1280 191 1308T160 1395Z" />
<glyph unicode="k" glyph-name="k" horiz-adv-x="1016" d="M342 567L477 737L770 1098H981L580 623L1008 0H799L463 504L354 422V0H174V1556H354V842L338 567H342Z" />
<glyph unicode="l" glyph-name="l" horiz-adv-x="530" d="M356 0H174V1556H356V0Z" />
<glyph unicode="m" glyph-name="m" horiz-adv-x="1835" d="M1489 0V707Q1489 837 1439 902T1284 967Q1211 967 1160 944T1077 875T1029 762T1014 606V0H831V707Q831 837 782 902T627 967Q550 967 498 941T415 864T370 739T356 569V0H174V1098H322L348 950H358Q382
993 415 1024T487 1077T571 1108T662 1118Q782 1118 861 1074T979 936H987Q1013 983 1049 1017T1129 1073T1221 1107T1319 1118Q1494 1118 1582 1023T1671 717V0H1489Z" />
<glyph unicode="n" glyph-name="n" horiz-adv-x="1206" d="M860 0V707Q860 837 808 902T643 967Q562 967 507 941T419 864T371 739T356 569V0H174V1098H322L348 950H358Q383 993 417 1024T493 1077T580 1108T674 1118Q857 1118 949 1023T1042 717V0H860Z" />
<glyph unicode="o" glyph-name="o" horiz-adv-x="1182" d="M1069 551Q1069 414 1036 308T940 129T788 18T588 -20Q485 -20 398 18T248 128T149 307T113 551Q113 687 146 792T242 970T393 1080T594 1118Q697 1118 784 1081T934 971T1033 793T1069 551ZM301 551Q301
342 369 237T592 131Q746 131 813 236T881 551Q881 760 813 863T590 967Q436 967 369 864T301 551Z" />
<glyph unicode="p" glyph-name="p" horiz-adv-x="1200" d="M670 -20Q611 -20 563 -7T477 27T409 78T356 139H344Q347 105 350 74Q352 48 354 21T356 -23V-492H174V1098H322L348 950H356Q379 985 408 1015T475 1068T562 1104T670 1118Q764 1118 841 1082T972 975T1057
797T1087 551Q1087 410 1057 304T973 125T841 17T670 -20ZM635 967Q559 967 507 944T422 874T374 757T356 592V551Q356 450 369 372T415 240T502 159T637 131Q772 131 835 240T899 553Q899 761 836 864T635 967Z" />
<glyph unicode="q" glyph-name="q" horiz-adv-x="1200" d="M565 131Q641 131 693 154T778 224T826 341T844 506V547Q844 648 831 726T785 858T698 939T563 967Q428 967 365 858T301 545Q301 336 364 234T565 131ZM530 -20Q437 -20 360 16T228 123T143 301T113
547Q113 688 143 794T228 973T360 1081T530 1118Q589 1118 637 1105T723 1069T791 1016T844 950H852L879 1098H1026V-492H844V-23Q844 -4 846 25T850 81Q853 113 856 147H844Q822 113 793 83T725 29T638 -7T530 -20Z" />
<glyph unicode="r" glyph-name="r" horiz-adv-x="817" d="M649 1118Q678 1118 714 1116T776 1108L752 940Q724 945 695 948T639 952Q576 952 524 927T435 854T377 740T356 592V0H174V1098H322L344 897H352Q377 940 405 980T469 1050T549 1099T649 1118Z" />
<glyph unicode="s" glyph-name="s" horiz-adv-x="924" d="M831 301Q831 221 802 161T719 61T587 0T414 -20Q305 -20 227 -3T90 49V215Q121 199 159 184T239 156T325 137T414 129Q479 129 524 140T598 171T640 221T653 287Q653 318 643 343T607 392T534 442T416
498Q344 529 287 559T189 626T128 711T106 827Q106 897 133 951T211 1043T331 1099T487 1118Q584 1118 664 1097T817 1042L754 895Q689 924 621 945T481 967Q379 967 330 934T281 838Q281 803 292 777T332 728T407 682T524 629Q596 599 652 569T749 502T810 416T831
301Z" />
<glyph unicode="t" glyph-name="t" horiz-adv-x="694" d="M506 129Q524 129 546 131T590 136T628 143T655 150V12Q642 6 622 0T578 -10T528 -17T477 -20Q415 -20 362 -4T271 51T210 156T188 324V961H33V1042L188 1120L266 1350H371V1098H647V961H371V324Q371 227
402 178T506 129Z" />
<glyph unicode="u" glyph-name="u" horiz-adv-x="1206" d="M885 0L858 147H848Q823 104 789 73T713 21T626 -10T532 -20Q441 -20 372 3T257 75T188 200T164 381V1098H346V391Q346 261 399 196T563 131Q644 131 699 157T787 233T835 358T850 528V1098H1032V0H885Z" />
<glyph unicode="v" glyph-name="v" horiz-adv-x="981" d="M375 0L0 1098H188L387 487Q398 454 413 402T443 296T470 194T487 121H494Q499 146 511 194T538 296T568 402T594 487L793 1098H981L606 0H375Z" />
<glyph unicode="w" glyph-name="w" horiz-adv-x="1528" d="M1008 0L840 616Q836 634 830 656T818 704T806 755T793 806Q779 864 764 926H758Q744 863 731 805Q720 755 708 702T684 612L512 0H301L20 1098H211L342 514Q352 469 362 417T381 313T397 216T408 141H414Q419
167 427 210T446 302T468 398T489 479L668 1098H864L1036 479Q1045 445 1056 399T1079 306T1099 214T1112 141H1118Q1121 167 1127 210T1143 306T1162 412T1184 514L1321 1098H1507L1223 0H1008Z" />
<glyph unicode="x" glyph-name="x" horiz-adv-x="1024" d="M408 563L55 1098H262L512 688L762 1098H969L614 563L987 0H780L512 436L242 0H35L408 563Z" />
<glyph unicode="y" glyph-name="y" horiz-adv-x="1001" d="M10 1098H199L414 485Q428 445 442 401T469 313T491 228T504 152H510Q515 177 526 220T550 311T578 407T604 487L803 1098H991L557 -143Q529 -224 497 -288T421 -398T320 -467T182 -492Q130 -492 92 -487T27
-475V-330Q48 -335 80 -338T147 -342Q195 -342 230 -331T291 -297T335 -243T369 -170L426 -10L10 1098Z" />
<glyph unicode="z" glyph-name="z" horiz-adv-x="903" d="M821 0H82V125L618 961H115V1098H803V952L279 137H821V0Z" />
<glyph unicode="{" glyph-name="braceleft" horiz-adv-x="725" d="M500 -16Q500 -64 512 -94T546 -142T601 -166T674 -174V-324Q597 -323 532 -307T419 -255T344 -164T317 -31V303Q317 406 252 449T61 492V647Q186 647 251 690T317 836V1169Q317 1247 344 1302T418
1392T531 1444T674 1462V1313Q634 1312 602 1306T547 1282T512 1234T500 1155V823Q500 718 441 657T266 575V563Q381 543 440 482T500 315V-16Z" />
<glyph unicode="|" glyph-name="bar" horiz-adv-x="1128" d="M489 1556H639V-492H489V1556Z" />
<glyph unicode="}" glyph-name="braceright" horiz-adv-x="725" d="M225 315Q225 421 284 482T459 563V575Q344 595 285 656T225 823V1155Q225 1203 213 1233T179 1281T124 1305T51 1313V1462Q128 1461 193 1445T306 1393T381 1302T408 1169V836Q408 784 424 748T473
690T554 657T664 647V492Q539 492 474 449T408 303V-31Q408 -109 381 -164T307 -254T194 -306T51 -324V-174Q91 -173 123 -167T178 -143T213 -95T225 -16V315Z" />
<glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="1128" d="M530 651Q493 667 466 678T416 695T373 704T330 707Q302 707 272 698T213 672T155 633T102 586V748Q202 856 350 856Q379 856 404 854T456 845T517 826T598 793Q635 777 662 766T713 749T757
740T799 737Q827 737 857 746T916 772T974 811T1026 858V696Q927 588 778 588Q749 588 724 590T672 599T611 618T530 651Z" />
</font>
</defs>
<metadata>
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title/>
</cc:Work>
</rdf:RDF>
</metadata>
<g id="Sky">
<rect fill="url(#linearGradient7803)" width="850" height="200" x="0" y="0"/>
</g>
<g id="Sun">
<animateTransform id="sundown" attributeName="transform" type="translate" from="-100 200" to="-100 200" begin="0s" dur="1ms" fill="freeze" />
<animateTransform id="sunup" attributeName="transform" type="translate" from="-100 200" to="0 0" begin="1.5s" dur="1.5s" fill="freeze" />
<g filter="url(#drop-shadow-2)" transform="matrix(1.73543, 0, 0, 1.73543, 615.533, -184.35)" clip-path="url(#clipPath6016)">
<g transform="translate(-320.213, -42.3181)">
<path d="m 401.634,206.051 c 0,-9.84433 -7.98625,-17.8306 -17.8306,-17.8306 -9.84433,0 -17.8306,7.98625 -17.8306,17.8306 -6.96405,-6.95901 -18.2536,-6.95901 -25.2176,0 -6.95901,6.96405 -6.95901,18.2536 0,25.2176 -9.84433,0 -17.8306,7.98625 -17.8306,17.8306 0,9.84433 7.98625,17.8306 17.8306,17.8306 -6.95901,6.96405 -6.95901,18.2536 0,25.2176 6.96405,6.95901 18.2536,6.95901 25.2176,0 0,9.84433 7.98625,17.8306 17.8306,17.8306 9.84433,0 17.8306,-7.98625 17.8306,-17.8306 6.96405,6.95901 18.2536,6.95901 25.2176,0 6.95901,-6.96405 6.95901,-18.2536 0,-25.2176 9.84433,0 17.8255,-7.98625 17.8255,-17.8306 0,-9.84433 -7.98121,-17.8306 -17.8255,-17.8306 6.95901,-6.96405 6.95901,-18.2536 0,-25.2176 -6.96405,-6.95901 -18.2536,-6.95901 -25.2176,0 z" fill="rgb(247, 171, 21)"/>
<path d="m 390.626,212.879 0,19.7441 13.9633,-13.9633 c 0,-2.46738 0.94163,-4.93979 2.8249,-6.82305 3.77156,-3.77156 9.88462,-3.77156 13.6511,0 3.77156,3.76653 3.77156,9.87958 0,13.6511 -1.88326,1.88326 -4.35568,2.8249 -6.82305,2.8249 l -13.9633,13.9633 19.7441,0 c 1.74731,-1.74731 4.15929,-2.82993 6.82809,-2.82993 5.32752,0 9.64795,4.32546 9.64795,9.65298 0,5.32752 -4.32043,9.65298 -9.64795,9.65298 -2.6688,0 -5.08078,-1.08262 -6.82809,-2.82993 l -19.7441,0 13.9633,13.9633 c 2.46738,0 4.93979,0.94163 6.82305,2.8249 3.77156,3.77156 3.77156,9.88462 0,13.6511 -3.76653,3.77156 -9.87958,3.77156 -13.6511,0 -1.88326,-1.88326 -2.8249,-4.35568 -2.8249,-6.82305 l -13.9633,-13.9633 0,19.7441 c 1.74731,1.74731 2.82993,4.15929 2.82993,6.82809 0,5.32752 -4.32546,9.64795 -9.65298,9.64795 -5.32752,0 -9.65298,-4.32043 -9.65298,-9.64795 0,-2.6688 1.08262,-5.08078 2.82993,-6.82809 l 0,-19.7441 -13.9633,13.9633 c 0,2.46738 -0.94163,4.93979 -2.8249,6.82305 -3.77156,3.77156 -9.88462,3.77156 -13.6511,0 -3.77156,-3.76653 -3.77156,-9.87958 0,-13.6511 1.88326,-1.88326 4.35568,-2.8249 6.82305,-2.8249 l 13.9633,-13.9633 -19.7441,0 c -1.74731,1.74731 -4.15929,2.82993 -6.82809,2.82993 -5.32752,0 -9.64795,-4.32546 -9.64795,-9.65298 0,-5.32752 4.32043,-9.65298 9.64795,-9.65298 2.6688,0 5.08078,1.08262 6.82809,2.82993 l 19.7441,0 -13.9633,-13.9633 c -2.46738,0 -4.93979,-0.94163 -6.82305,-2.8249 -3.77156,-3.77156 -3.77156,-9.88462 0,-13.6511 3.76653,-3.77156 9.87958,-3.77156 13.6511,0 1.88326,1.88326 2.8249,4.35568 2.8249,6.82305 l 13.9633,13.9633 0,-19.7441 c -1.74731,-1.74731 -2.82993,-4.15929 -2.82993,-6.82809 0,-5.32752 4.32546,-9.64795 9.65298,-9.64795 5.32752,0 9.65298,4.32043 9.65298,9.64795 0,2.6688 -1.08262,5.08078 -2.82993,6.82809 z" fill="rgb(255, 255, 255)"/>
</g>
</g>
</g>
<g id="Land">
<animateTransform attributeName="transform" type="translate" values="0 -250;0 10;0 -30;0 5;0 -10;0 0" keyTimes="0;0.6;0.7;0.8;0.9;1.0" begin="0s" dur="700ms" fill="freeze" />
<path d="m 0,200 c 130.78582,-56.52514 221.23066,-1.27365 313.48395,0 L 0,200 z" fill="url(#linearGradient6853)"/>
<path d="m 310.68504,200 c 133.38172,-84.21766 173.33834,4.45637 279.48396,0 l -279.48396,0 z" fill="url(#linearGradient6850)"/>
<path d="m 613.125,148.96875 c -11.92087,0.0918 -23.80845,1.87228 -35.625,5.875 C 495.33954,152.91947 453.3466,185.31038 413.21875,200 c 140.94166,-0.42593 273.22701,0.46938 393.96875,0.40625 -15.84964,-0.0754 -32.07773,-3.98922 -48.59375,-9.5625 -47.79246,-15.07129 -96.9352,-42.24886 -145.46875,-41.875 z" fill="url(#linearGradient6857)"/>
</g>
<g id="Clouds" opacity="0.695067" fill="#FFF">
<g transform="translate(-167, 6)">
<path d="m 584.75,32.5 a 28,17.5 0 1 1 -56,0 28,17.5 0 1 1 56,0 z"/>
<path d="m 608.25,50.125 a 21.625,15.375 0 1 1 -43.25,0 21.625,15.375 0 1 1 43.25,0 z"/>
<path d="m 622,35.75 a 26.375,20.75 0 1 1 -52.75,0 26.375,20.75 0 1 1 52.75,0 z"/>
<path d="m 591.25,19.5 a 13.5,12 0 1 1 -27,0 13.5,12 0 1 1 27,0 z"/>
</g>
<g transform="matrix(0.700535, 0, 0, 0.700535, 38.0588, 38.1176)">
<path d="m 270,35.5 a 26.375,14 0 1 1 -52.75,0 26.375,14 0 1 1 52.75,0 z"/>
<path d="M 302,52 A 27.625,19 0 1 1 246.75,52 27.625,19 0 1 1 302,52 z"/>
<path d="m 303.5,32.375 a 30.375,17.375 0 1 1 -60.75,0 30.375,17.375 0 1 1 60.75,0 z"/>
<path d="m 357.5,47.5 a 35,20 0 1 1 -70,0 35,20 0 1 1 70,0 z"/>
<path d="m 330.25,28.5 a 19.875,14.75 0 1 1 -39.75,0 19.875,14.75 0 1 1 39.75,0 z"/>
</g>
<g transform="matrix(0.58371, 0, 0, 0.58371, 0.343891, 2.28959)">
<path d="m 87,99.375 a 25.125,16.625 0 1 1 -50.25,0 25.125,16.625 0 1 1 50.25,0 z"/>
<path d="m 128.5,95.5 a 24.5,16.5 0 1 1 -49,0 24.5,16.5 0 1 1 49,0 z"/>
<path d="m 109,87.875 a 20.5,13.125 0 1 1 -41,0 20.5,13.125 0 1 1 41,0 z"/>
<path d="m 167,78.5 a 34,16.5 0 1 1 -68,0 34,16.5 0 1 1 68,0 z"/>
<path d="M 119,74 A 20.75,13.25 0 1 1 77.5,74 20.75,13.25 0 1 1 119,74 z"/>
<path d="m 93.75,81.625 a 22.75,11.625 0 1 1 -45.5,0 22.75,11.625 0 1 1 45.5,0 z"/>
<path d="M 71,85 A 21.875,11.5 0 1 1 27.25,85 21.875,11.5 0 1 1 71,85 z"/>
</g>
</g>
<!--g id="Shadow" opacity="0.45082" clip-path="url(#clipPath6965)" fill="rgb(0, 0, 0)">
<path d="m 473.77946,171.38898 132.12619,-49.36198 55.34593,-0.74389 -161.20946,50.08982 -26.26271,0.0161 z"/>
<path d="m 514.55259,177.18349 144.62753,-49.84924 53.50194,2.45091 -167.33426,47.53398 -30.79521,-0.13565 z"/>
<path d="m 535.78683,182.55035 80.66268,-25.40177 39.33251,0.56144 -88.94394,24.6111 -31.05125,0.22923 z"/>
<path d="m 411.89011,170.22464 111.54585,-44.4582 63.699,0.18714 -145.48728,44.87791 -29.75757,-0.60685 z"/>
<path d="m 453.31939,177.71242 22.06562,0.1016 95.53034,-28.85483 -44.9922,0.15974 -72.60376,28.59349 z"/>
</g-->
<g id="Buildings">
<animateTransform id="build1" attributeName="transform" type="translate" from="0 -400" to="0 -400" begin="0" dur="1ms" fill="freeze" />
<animateTransform id="build2" attributeName="transform" type="translate" values="0 -400; 0 0; 0 -60; 0 0; 0 -5; 0 0" begin="1.75s" dur="700ms" fill="freeze" />
<path fill="rgb(0, 0, 0)" d="m 474.70608,176.89001 -18.10737,-105.876446 48.10404,-1.595561 -6.2291,107.437577 -23.76757,0.0345 z"/>
<path fill="rgb(26, 26, 26)" d="m 515.63806,178.70191 -8.13364,-106.921541 55.35766,5.256966 -18.92294,101.955555 -28.30108,-0.29098 z"/>
<path fill="rgb(51, 51, 51)" d="m 535.03874,182.62994 2.1701,-54.48422 37.23142,1.20423 -11.8877,52.78831 -27.51382,0.49168 z"/>
<path fill="rgb(26, 26, 26)" d="m 422.57676,175.15095 -23.06753,-95.35834 58.27889,0.401412 -6.5347,96.258558 -28.67666,-1.30163 z"/>
<path fill="rgb(51, 51, 51)" d="m 462.06333,179.45726 20.2908,0.21792 6.00357,-61.89067 -40.34826,0.34263 14.05389,61.33012 z"/>
</g>
<g id="Bridge">
<!-- from="-500 0" to="0 0" -->
<animateTransform attributeName="transform" type="translate" from="-500 0" to="-500 0" begin="0" dur="1ms" fill="freeze" />
<animateTransform attributeName="transform" type="translate" values="-500 0;-200 0;0 0" keyTimes="0;0.75;1.0" begin="1s" dur="350ms" fill="freeze" />
<g id="BridgeStructure" transform="matrix(0.384174, 0, 0, 0.384174, 0.28813, -64.0511)" fill="url(#linearGradient7757)" stroke="url(#linearGradient7767)" stroke-width="0.5">
<path d="m 345.72471,687.07229 100.76272,-2.52538 -1.6415,-20.32932 -96.59584,1.6415 -2.52538,21.2132 z" />
<path d="m 406.08132,664.34386 0.25254,-16.66752 2.27285,-2.52538 27.77919,-0.50508 3.53553,3.78808 0,15.65736 -33.84011,0.25254 z"/>
<path d="m 353.30085,665.60655 0.25254,-15.65736 3.15673,-3.40927 27.02158,0.12627 2.14658,3.03045 0.63134,15.65737 -33.20877,0.25254 z"/>
<path d="m 408.85924,645.02469 3.20068,-472.30533 7.40437,-6.39793 7.99239,10.00897 7.90046,468.74103 -26.4979,-0.0467 0,-4e-5 z"/>
<path d="m 357.14286,646.5 4.28571,-465.71429 7.32143,-4.64285 7.5,7.85714 c 2.94628,154.17997 7.0596,308.35995 5.96647,462.53992 L 357.14286,646.5 z"/>
<path d="m 380.57007,413.18111 c 14.29112,0.10109 25.81861,-0.81545 29.78707,-7.75254 L 410,449.53571 c -0.9155,-2.9659 -2.02403,-6.1185 -4.02402,-7.4187 -3.68974,-2.39874 -18.39576,-0.61615 -20.26849,0.98871 -2.89465,2.48059 -4.84858,7.11736 -4.42313,9.48737 l -0.71429,-39.41198 z"/>
<path d="m 379.12909,324.00263 c 14.29112,0.10109 27.96519,-1.19426 31.93365,-8.13135 l -0.16774,44.044 c -0.9155,-2.9659 -1.71128,-9.77582 -3.70835,-11.0805 -2.99526,-1.9568 -19.45782,0.61035 -21.78371,1.43065 -2.20017,0.77596 -6.11127,4.65511 -5.68582,7.02512 l -0.58803,-33.28792 z"/>
<path d="m 377.69867,252.10455 c 14.29112,0.10109 32.55968,-1.97617 33.84957,-10.2079 -0.0298,10.49107 -0.2381,9.15369 -0.26786,30.53571 -10.87506,-1.94062 -31.57711,0.24682 -32.82278,7.6556 l -0.75893,-27.98341 z"/>
<path d="m 376.0355,184.60158 c 14.29112,0.10109 28.94361,-2.55652 35.8585,-8.37754 l -0.13393,25.89285 c -13.83312,-1.61439 -27.66176,2.24787 -34.92099,7.3431 l -0.80358,-24.85841 z"/>
<path d="m 383.16347,637.49274 26.07458,-37.52085 -0.0884,-13.7002 -26.69328,38.00699 -0.13259,13.16986 0.83968,0.0442 z"/>
<path d="m 408.70772,637.27177 -25.98617,-35.00178 -0.26517,-13.61181 26.51651,32.70369 -0.26517,15.9099 z"/>
<path d="m 382.45638,587.55333 26.87006,-1.10486 0,-6.62912 -26.91425,1.85615 0.0442,5.87783 z"/>
<path d="m 382.36799,581.41034 27.22361,-40.39348 0.17678,-9.45755 -27.48878,34.82501 0.0884,15.02602 z"/>
<path d="m 409.41483,579.90774 -26.78167,-35.26696 -0.44194,-12.37437 27.13522,34.9134 0.0884,12.72793 z"/>
<path d="m 1109.1851,669.22657 42.0152,-0.22807 -1.5588,-10.25163 -39.439,0.42638 -1.0174,10.05332 z"/>
<path d="m 1136.688,652.61861 0.9767,-1.22808 9.3151,-0.14561 1.1614,1.43586 0.1675,6.13906 -11.425,0.22906 -0.1957,-6.43029 z"/>
<path d="m 1111.0826,653.49263 1.0829,-1.09228 8.759,-0.198 0.7123,1.49868 0.051,5.32657 -10.5413,0.0416 -0.064,-5.57653 0,-4e-5 10e-5,0 z"/>
<path d="m 1128.8476,458.70341 1.5764,-2.50366 2.7229,2.22381 c 4.4287,64.26105 10.1434,128.33839 13.1037,192.8092 l -8.1689,0.1683 c -1.6597,-64.43517 -6.1024,-128.47276 -9.2341,-192.69765 z"/>
<path d="m 1103.0366,460.17541 1.9684,-2.47557 2.1254,2.23751 c 3.3564,63.55943 8.4914,127.90239 12.5276,192.27106 l -7.3794,0.17554 -9.242,-192.20854 z"/>
<path d="m 1112.83,551.73025 c 0.7958,1.40711 2.1879,3.87332 3.7679,4.56129 6.0098,2.61677 16.8559,-0.98454 17.1784,-3.1153 l 0.1493,18.17419 c -0.3949,-1.22209 -2.4612,-2.74209 -3.2893,-3.27782 -1.5278,-0.98839 -12.3245,-0.71056 -13.6448,1.51225 -2.8115,4.73367 -2.3806,9.56181 -2.1904,10.53837 l -1.9711,-28.39298 z"/>
<path d="m 1131.9622,517.5119 1.1544,18.7227 c -0.395,-1.22209 -2.4461,-5.84005 -3.273,-6.37764 -1.2402,-0.8063 -14.0665,-0.10206 -15.0139,0.23594 -0.8962,0.31973 -3.0028,7.39819 -2.8127,8.37475 l -1.1712,-19.24045 c 2.9906,1.38259 17.7115,1.81322 21.1164,-1.7153 z"/>
<path d="m 1109.0709,490.17638 c 5.8557,0.0417 20.7067,0.8209 21.18,-2.57096 0.1464,3.70409 0.5817,7.1747 0.5811,12.8915 -0.6236,-4.64452 -20.581,-4.09675 -21.2626,1.25411 l -0.4985,-11.57465 z"/>
<path d="m 1128.9357,459.92653 0.3838,9.03388 c -5.6781,-0.6652 -18.6099,-0.31121 -21.5499,1.78826 l -0.4959,-9.44732 c 5.1807,0.0594 16.981,0.66321 21.662,-1.37482 z"/>
<path d="m 1138.0467,651.33934 -18.2659,0.84256 -0.2533,-3.41817 18.3016,-0.45505 0.2176,3.03066 z"/>
<path d="m 1122.3792,648.39974 14.9389,-18.55393 0,-4.71704 -18.1058,19.10779 0.2899,4.38414 2.8723,-0.22096 z"/>
<path d="m 1134.5225,648.35289 -16.096,-17.16241 -0.4652,-4.50385 19.8335,18.95553 0.221,2.62234 -3.4933,0.0884 z"/>
<path d="m 1137.4404,628.03004 -0.1324,-3.26185 -19.3228,1.20677 0.057,2.64291 19.3982,-0.58783 z"/>
<path d="m 1136.4931,607.80749 -0.1668,-4.82502 -18.7623,16.0289 0.446,7.03111 18.4831,-18.23499 z"/>
<path id="bad" d="m 1134.5601,625.06978 -17.7494,-18.15555 -0.5735,-4.61268 21.0298,22.47348 -2.7071,0.29475 2e-4,0 z"/> <!-- 2e-4 -->
<path d="m 0,485.59737 c 108.54152,8.74003 217.01401,14.61718 325.61465,23.67642 C 625.62214,534.29978 931.79622,550.29488 1206.5,615.625 l 0,6.625 C 1155.5244,613.32184 1103.9614,606.51541 1052.2369,599.10252 896.73905,576.81737 736.54061,564.95775 576.01482,554.7666 534.1247,552.10716 492.67825,550.72622 450.7354,547.92373 303.01261,538.05336 153.53433,525.97786 -0.5,522.25 L 0,485.59737 z"/>
<path d="M 0.1767767,348.7722 C 48.702655,334.51548 95.216433,317.04978 140.33369,298.85421 c 56.88119,-22.93991 112.42653,-46.55304 166.10183,-72.94688 38.33302,-18.84956 76.6934,-38.48269 113.05558,-59.56868 l 0.17678,3.53554 C 364.9349,200.48545 309.82034,227.83177 253.12777,253.66462 172.4574,290.42331 88.773092,323.39294 0,352.13096 l 0.1767767,-3.35876 z"/>
<path d="m 423.38019,170.40452 c 88.12817,102.33105 195.29403,214.3405 307.83292,297.25234 46.22574,34.05632 95.55386,64.19473 150.14629,82.26527 16.26699,5.38451 33.0987,9.67982 50.43056,12.04277 27.45747,3.74343 54.90629,2.74563 81.40144,-5.52749 18.2092,-5.6858 34.9704,-15.08745 51.6579,-27.26798 9.1622,-6.68767 19.0614,-14.79786 28.4016,-24.80193 11.9315,-12.77958 23.5036,-28.57068 37.4128,-47.58473 l -0.021,1.14276 c -18.1378,28.24298 -38.5275,52.28228 -59.6783,68.58768 -20.8119,16.04417 -40.6789,26.28661 -57.793,31.47744 -21.87845,6.63589 -43.5558,10.29006 -81.85959,5.77235 -23.48661,-2.77011 -45.3307,-9.52916 -67.09074,-17.81093 C 820.02048,529.1297 777.33929,502.89864 730.15127,469.16635 648.64013,410.89823 566.24896,333.45219 422.14275,173.40972 l 1.23744,-3.0052 z"/>
<path d="m 1133.125,459.25 c 20.4877,54.33942 45.9279,106.36624 73.4192,156.5013 L 1204.625,615.5 c -29.0904,-50.64838 -49.1355,-102.2489 -72.5,-153.5 l 1,-2.75 z"/>
<path d="m 1105.5625,458.28125 c 20.9537,52.62178 46.5744,103.11186 75.0625,152.09375 l -1.5947,-0.10983 c -27.3412,-47.59435 -51.7298,-97.83505 -73.874,-149.54642 l 0.4062,-2.4375 z"/>
<path d="m 370.875,178.5 c 40.61544,46.41298 99.29512,106.23686 162.42715,165.70235 61.82301,58.23249 131.00151,115.48092 206.81749,160.93223 35.80748,21.46641 74.81781,37.85894 115.12601,51.17346 l -5.12652,-0.35355 C 819.49116,545.88642 790.75071,533.55995 763.42622,519.41302 699.16953,486.14488 644.33422,442.36753 588.01473,395.10231 550.47568,363.54875 516.17905,330.43014 480.85844,295.88927 444.4788,260.31275 407.59649,222.89948 369.81685,180.48079 L 370.875,178.5 z"/>
<path d="m -0.25,338 c 42.143967,-13.48199 83.849358,-29.20162 124.26446,-45.78512 20.06045,-8.23138 39.04938,-16.7698 59.10722,-25.16669 42.73221,-17.88914 85.04079,-38.5336 126.80747,-59.55717 19.78229,-9.95756 41.60918,-20.83859 58.44585,-32.24102 l 0.25,3.875 c -35.41643,20.34056 -71.30293,37.18465 -106.81595,54.62726 -20.52881,10.08295 -41.39245,19.13131 -62.34825,28.28927 -38.39373,16.77855 -78.01733,32.78123 -117.554555,48.78566 C 55.228306,321.62625 28.006046,331.81502 0,341.125 L -0.25,338 z"/>
<path d="m 1104.6776,456.78277 0.4419,3.0052 c -16.3104,23.45144 -32.0532,41.21055 -45.8468,53.93815 -19.7605,18.23334 -35.9042,28.72865 -49.9114,34.75416 -16.74295,7.20232 -30.2514,13.11232 -43.27783,15.95466 -18.08542,3.94619 -32.8119,1.85439 -56.56737,1.24227 l -0.53033,-2.65165 c 27.28053,4.05753 49.34712,2.6416 67.451,-2.90525 25.12053,-7.69667 47.79993,-18.51191 66.28733,-33.6875 8.2275,-6.75362 16.7406,-14.13684 24.5007,-21.9882 15.0171,-15.1938 27.3891,-32.60523 37.4528,-47.66184 z"/>
</g>
<g id="Cables" transform="matrix(0.384174, 0, 0, 0.384174, 0.28813, -64.0511)" fill="url(#linearGradient7759)">
<path d="m 10.71875,336.03125 -3.53125,152.75 0.5,0 3.53125,-152.71875 -0.5,-0.0312 z"/>
<path d="m 46.0625,322.96875 -4.25,173.59375 0.5,0 4.25,-173.59375 -0.5,0 z"/>
<path d="m 78.9375,309.875 -2.8125,187.75 0.5,0 2.8125,-187.75 -0.5,0 z"/>
<path d="m 110.75,298.5 -3,199.25 0.5,0 3,-199.25 -0.5,0 z"/>
<path d="m 141.5,286.5 -3.25,224 0.5,0 3.25,-224 -0.5,0 z"/>
<path d="M 170.5,273.5 168,502 l 0.5,0 2.5,-228.5 -0.5,0 z"/>
<path d="m 198.75,261 -3,244.5 0.5,0 3,-244.5 -0.5,0 z"/>
<path d="m 225.5,248.5 -1.25,260.25 0.5,0 1.25,-260.25 -0.5,0 z"/>
<path d="m 251.75,237.25 -1.5,272 0.5,0 1.5,-272 -0.5,0 z"/>
<path d="m 277,225.75 -1.75,283.75 0.5,0 1.75,-283.75 -0.5,0 z"/>
<path d="m 300.25,212.75 -0.75,299.5 0.5,0 0.75,-299.5 -0.5,0 z"/>
<path d="m 323.5,202.25 0.25,311.75 0.5,0 -0.25,-311.75 -0.5,0 z"/>
<path d="m 346,190 0,325.5 0.5,0 0,-325.5 -0.5,0 z"/>
<path d="m 32.75,339.25 -2.5,153.25 0.5,0 2.5,-153.25 -0.5,0 z"/>
<path d="m 69.25,327.25 -2.75,168.25 0.5,0 2.75,-168.25 -0.5,0 z"/>
<path d="m 103.5,313.5 -3.25,181.75 0.5,0 3.25,-181.75 -0.5,0 z"/>
<path d="m 136.25,301.25 -2.75,196.25 0.5,0 2.75,-196.25 -0.5,0 z"/>
<path d="m 167.5,289 -2,211.75 0.5,0 2,-211.75 -0.5,0 z"/>
<path d="m 253.75,252.75 c 0,0.0417 -0.0166,1.12148 -0.0312,3.03125 -0.0146,1.90977 -0.0352,4.67725 -0.0625,8.1875 -0.0547,7.0205 -0.125,16.9961 -0.21875,28.9375 -0.1875,23.88281 -0.4375,55.625 -0.6875,87.34375 -0.5,63.4375 -1,126.75 -1,126.75 l 0.5,0 c 0,0 0.5,-63.3125 1,-126.75 0.25,-31.71875 0.5,-63.46093 0.6875,-87.34375 0.0937,-11.94141 0.16406,-21.91698 0.21875,-28.9375 0.0273,-3.51026 0.0479,-6.27769 0.0625,-8.1875 0.0146,-1.90981 0.0312,-2.94792 0.0312,-3.03125 l -0.5,0 z"/>
<path d="m 280,240 -1,269.25 0.5,0 1,-269.25 -0.5,0 z"/>
<path d="m 305.5,228.75 -0.5,286.5 0.5,0 0.5,-286.5 -0.5,0 z"/>
<path d="m 329.75,216 -0.25,296.5 0.5,0 0.25,-296.5 -0.5,0 z"/>
<path d="m 353.25,204 0.25,309.5 0.5,0 -0.25,-309.5 -0.5,0 z"/>
<path d="m 390,187 2.25,330.75 0.5,0 L 390.5,187 390,187 z"/>
<path d="m 397.75,201 0.5,317 0.5,0 -0.5,-317 -0.5,0 z"/>
<path d="m 449,262.5 2.25,265.25 0.5,0 -2.25,-265.25 -0.5,0 z"/>
<path d="m 467.5,281.25 2.75,245 0.5,0 -2.75,-245 -0.5,0 z"/>
<path d="m 485.25,299.5 c 0,0.0859 0.0148,0.99924 0.0312,2.6875 0.0165,1.68826 0.0317,4.12206 0.0625,7.21875 0.0615,6.19337 0.14453,15.00781 0.25,25.53125 0.21094,21.04688 0.5,49 0.78125,76.9375 0.5625,55.875 1.125,111.625 1.125,111.625 l 0.5,0 c 0,0 -0.5625,-55.75 -1.125,-111.625 -0.28125,-27.9375 -0.57031,-55.92188 -0.78125,-76.96875 -0.10547,-10.52343 -0.18848,-19.30666 -0.25,-25.5 -0.0308,-3.09667 -0.046,-5.53055 -0.0625,-7.21875 -0.0165,-1.6882 -0.0312,-2.64844 -0.0312,-2.6875 l -0.5,0 z"/>
<path d="m 503,317.25 2.25,209.75 0.5,0 -2.25,-209.75 -0.5,0 z"/>
<path d="m 519.5,332.5 2.75,195.25 0.5,0 -2.75,-195.25 -0.5,0 z"/>
<path d="m 536,348 2.5,181.5 0.5,0 -2.5,-181.5 -0.5,0 z"/>
<path d="m 551.75,362.75 2.25,167 0.5,0 -2.25,-167 -0.5,0 z"/>
<path d="m 567.25,377.5 3.25,154.75 0.5,0 -3.25,-154.75 -0.5,0 z"/>
<path d="m 583,391 2.5,140 0.5,0 -2.5,-140 -0.5,0 z"/>
<path d="m 596.75,402.25 2.5,133.5 0.5,0 -2.5,-133.5 -0.5,0 z"/>
<path d="m 611.5,414 2,120.5 0.5,0 -2,-120.5 -0.5,0 z"/>
<path d="m 625.5,426.25 2.25,110.75 0.5,0 -2.25,-110.75 -0.5,0 z"/>
<path d="m 639.5,438 1.5,98.75 0.5,0 -1.5,-98.75 -0.5,0 z"/>
<path d="m 652,447.25 2.5,90.25 0.5,0 -2.5,-90.25 -0.5,0 z"/>
<path d="m 665,456.25 2.25,83 0.5,0 -2.25,-83 -0.5,0 z"/>
<path d="m 677.25,465.75 1.5,73.75 0.5,0 -1.5,-73.75 -0.5,0 z"/>
<path d="m 690,474.5 1.25,66.75 0.5,0 -1.25,-66.75 -0.5,0 z"/>
<path d="m 702.25,482 0.75,59 0.5,0 -0.75,-59 -0.5,0 z"/>
<path d="m 713.5,490.25 1,52.5 0.5,0 -1,-52.5 -0.5,0 z"/>
<path d="m 725,497 0.5,47.25 0.5,0 -0.5,-47.25 -0.5,0 z"/>
<path d="m 735.75,503.5 1.25,42.25 0.5,0 -1.25,-42.25 -0.5,0 z"/>
<path d="m 747,510.5 0.5,35.5 0.5,0 -0.5,-35.5 -0.5,0 z"/>
<path d="m 757,515.25 0.75,31.25 0.5,0 -0.75,-31.25 -0.5,0 z"/>
<path d="m 766.25,493.5 2,55.75 0.5,0 -2,-55.75 -0.5,0 z"/>
<path d="m 777.25,500.75 1.25,49.75 0.5,0 -1.25,-49.75 -0.5,0 z"/>
<path d="m 787.75,507 0.75,43.5 0.5,0 -0.75,-43.5 -0.5,0 z"/>
<path d="m 797.75,512.25 0.75,39 0.5,0 -0.75,-39 -0.5,0 z"/>
<path d="m 807.5,518.5 0.5,33 0.5,0 -0.5,-33 -0.5,0 z"/>
<path d="m 817.625,524.125 0.375,29.125 0.5,0 -0.375,-29.125 -0.5,0 z"/>
<path d="m 827.125,528.625 0.5,26.125 0.5,0 -0.5,-26.125 -0.5,0 z"/>
<path d="m 836.25,532.875 0,22 0.5,0 0,-22 -0.5,0 z"/>
<path d="m 845.25,537.375 0.625,19.5 0.5,0 -0.625,-19.5 -0.5,0 z"/>
<path d="m 855.75,541.5 0,15.5 0.5,0 0,-15.5 -0.5,0 z"/>
<path d="M 863.25,544.75 863,558 l 0.5,0 0.25,-13.25 -0.5,0 z"/>
<path d="m 871.125,547.625 0,10.875 0.5,0 0,-10.875 -0.5,0 z"/>
<path d="m 879.25,550.375 0.25,9.5 0.5,0 -0.25,-9.5 -0.5,0 z"/>
<path d="m 886.875,553.25 0.375,7.5 0.5,0 -0.375,-7.5 -0.5,0 z"/>
<path d="m 896.625,555.375 0.125,6.875 0.5,0 -0.125,-6.875 -0.5,0 z"/>
<path d="m 910.375,559.625 0.125,4.375 0.5,0 -0.125,-4.375 -0.5,0 z"/>
<path d="m 440.28125,192.15625 3.1875,332.6875 0.5,0 -3.1875,-332.6875 -0.5,0 z"/>
<path d="m 460.4375,215.125 2.46875,307.59375 0.5,0 -2.46875,-307.59375 -0.5,0 z"/>
<path d="m 479.15625,236 3.90625,286.375 0.5,0 -3.90625,-286.375 -0.5,0 z"/>
<path d="m 497.90625,255.78125 3.1875,271.1875 0.5,0 -3.1875,-271.1875 -0.5,0 z"/>
<path d="m 516.28125,275.9375 2.84375,253.15625 0.5,0 -2.84375,-253.15625 -0.5,0 z"/>
<path d="m 534.125,292.1875 -0.5,0.0312 3.1875,239.34375 0.5,0 -3.1875,-239.375 z"/>
<path d="m 549.53125,309.875 3.875,220.28125 0.5,0 -3.875,-220.28125 -0.5,0 z"/>
<path d="m 566.5,326.84375 3.875,205.0625 0.5,0 -3.875,-205.0625 -0.5,0 z"/>
<path d="m 583.25,341.6875 -0.5,0.0312 2.84375,191.96875 0.5,0 -2.84375,-192 z"/>
<path d="m 598.3125,357.25 3.1875,180.3125 0.5,0 -3.1875,-180.3125 -0.5,0 z"/>
<path d="m 614.03125,371.03125 -0.5,0.0312 2.8125,165.09375 0.5,0 -2.8125,-165.125 z"/>
<path d="m 628,385 3.25,150.75 0.5,0 L 628.5,385 628,385 z"/>
<path d="m 642.75,397.5 2.25,139 0.5,0 -2.25,-139 -0.5,0 z"/>
<path d="m 656.25,410.25 2.5,126.75 0.5,0 -2.5,-126.75 -0.5,0 z"/>
<path d="m 669.5,421.25 3,118.75 0.5,0 -3,-118.75 -0.5,0 z"/>
<path d="m 683.5,432.5 1.75,106.25 0.5,0 -1.75,-106.25 -0.5,0 z"/>
<path d="m 696.25,442.75 1.75,100.5 0.5,0 -1.75,-100.5 -0.5,0 z"/>
<path d="m 708.5,451.75 2,92.25 0.5,0 -2,-92.25 -0.5,0 z"/>
<path d="m 720.5,461 2,82.25 0.5,0 -2,-82.25 -0.5,0 z"/>
<path d="m 732.75,470.25 1.75,74.25 0.5,0 -1.75,-74.25 -0.5,0 z"/>
<path d="m 744.5,478 0.75,67.25 0.5,0 L 745,478 l -0.5,0 z"/>
<path d="m 755.25,485.75 1.25,65 0.5,0 -1.25,-65 -0.5,0 z"/>
<path d="m 996,554.1875 0.6875,23.5 0.3125,0 -0.71875,-23.5 -0.28125,0 z"/>
<path d="m 1001.2812,551.53125 0.7188,26 0.3125,0 -0.7187,-26 -0.3126,0 z"/>
<path d="m 1006.0625,549.40625 1.0625,30.40625 0.3125,0 -1.0625,-30.40625 -0.3125,0 z"/>
<path d="m 991.90625,555.59375 0.53125,24.0625 0.3125,-0.0312 -0.53125,-24.03125 -0.3125,0 z"/>
<path d="m 986.5625,558.0625 -0.3125,0.0312 0.53125,18.90625 0.3125,0 -0.53125,-18.9375 z"/>
<path d="M 980.96875,559.84375 981.5,575.75 l 0.28125,0 -0.53125,-15.90625 -0.28125,0 z"/>
<path d="m 1011.5312,547.46875 0.7188,32 0.3125,0 -0.7187,-32 -0.3126,0 z"/>
<path d="m 1016.7812,544.625 -0.2812,0.0312 0.5312,35 0.2813,-0.0312 -0.5313,-35 z"/>
<path d="m 1021.2812,542.15625 0.6876,39.4375 0.3124,0 -0.7187,-39.4375 -0.2813,0 z"/>
<path d="m 1026.2188,538.625 0.3437,41.375 0.3125,0 -0.375,-41.375 -0.2812,0 z"/>
<path d="m 1030.4688,535.8125 1.0624,45.78125 0.2813,0 -1.0625,-45.78125 -0.2812,0 z"/>
<path d="m 1035.3438,532.78125 -0.2813,0.0312 1.2187,49.5 0.3126,-0.0312 -1.25,-49.5 z"/>
<path d="m 1039.8125,529.4375 1.7813,55.34375 0.3124,-0.0312 -1.7812,-55.3125 -0.3125,0 z"/>
<path d="m 1044.5938,525.90625 1.9374,58.875 0.3126,-0.0312 -1.9376,-58.84375 -0.3124,0 z"/>
<path d="m 1048.125,523.4375 2.125,61.15625 0.3125,0 -2.125,-61.15625 -0.3125,0 z"/>
<path d="m 1052.0312,519.1875 1.4063,66.28125 0.3125,0 -1.4375,-66.28125 -0.2813,0 z"/>
<path d="m 1094.2188,474.09375 -0.3126,0.0312 3.5626,119.125 0.2812,0 -3.5312,-119.15625 z"/>
<path d="m 1056.8125,514.59375 1.2187,71.9375 0.3126,0 -1.25,-71.9375 -0.2813,0 z"/>
<path d="m 1060.3438,534.03125 0.6874,52.875 0.3126,-0.0312 -0.7188,-52.84375 -0.2812,0 z"/>
<path d="m 1061.75,510.15625 1.0625,80.28125 0.2813,0 -1.0313,-80.28125 -0.3125,0 z"/>
<path d="m 1064.0312,530.6875 1.1563,57.875 0.3125,0 -1.1562,-57.875 -0.3126,0 z"/>
<path d="m 1065.5938,507.5 -0.3126,0.0312 2.4688,81.65625 0.3125,0 -2.4687,-81.6875 z"/>
<path d="m 1069.2812,503.4375 -0.2812,0.0312 1.9375,86.25 0.3125,0 -1.9688,-86.28125 z"/>
<path d="m 1072.5312,500.09375 2.125,90.4375 0.2813,-0.0312 -2.0937,-90.40625 -0.3126,0 z"/>
<path d="m 1076.5938,496.5625 1.9374,94.21875 0.3126,0 -1.9376,-94.21875 -0.3124,0 z"/>
<path d="m 1079.9062,491.59375 -0.3124,0.0312 2.3124,99.15625 0.2813,0 -2.2813,-99.1875 z"/>
<path d="m 1084.1875,486.84375 1.7813,106.0625 0.3124,0 -1.7812,-106.0625 -0.3125,0 z"/>
<path d="m 1081.7188,517.25 1.5937,74.59375 0.3125,0 -1.5938,-74.59375 -0.3124,0 z"/>
<path d="m 1087.7188,482.25 2.3124,111 0.3126,0 -2.3126,-111 -0.3124,0 z"/>
<path d="m 1091.9375,477.625 -0.3125,0.0312 1.9375,116.125 0.3125,0 -1.9375,-116.15625 z"/>
<path d="m 1093.0312,505.40625 1.9376,87.3125 0.3124,0 -1.9374,-87.3125 -0.3126,0 z"/>
<path d="m 1097.5938,468.96875 -0.3126,0.0312 3.5313,125.3125 0.3125,0 -3.5312,-125.34375 z"/>
<path d="m 1101,497.625 2.8125,98.8125 0.3125,0 -2.8438,-98.8125 -0.2812,0 z"/>
<path d="m 974.0625,560.90625 0,13.78125 0.3125,0 0,-13.78125 -0.3125,0 z"/>
<path d="m 964.875,563.5625 -0.1875,9.53125 0.3125,0 0.1875,-9.53125 -0.3125,0 z"/>
<path d="m 956.75,564.96875 0.15625,5.65625 0.3125,0 -0.1875,-5.65625 -0.28125,0 z"/>
<path d="m 1123.9688,465.625 4.7812,134.71875 0.2812,-0.0312 -4.75,-134.6875 -0.3124,0 z"/>
<path d="m 1120.4375,471.09375 4.5937,127.46875 0.3126,0 -4.5938,-127.46875 -0.3125,0 z"/>
<path d="m 1117.1875,475.15625 -0.2813,0.0312 4.5938,123.5625 0.3125,-0.0312 -4.625,-123.5625 z"/>
<path d="m 1113,481 4.4375,116.15625 0.2813,-0.0312 L 1113.3125,481 1113,481 z"/>
<path d="m 1138.6562,477.46875 5.2813,127.46875 0.3125,-0.0312 -5.3125,-127.4375 -0.2813,0 z"/>
<path d="m 1143.9062,487.875 -0.3124,0.0312 4.25,119.3125 0.2812,0 -4.2188,-119.34375 z"/>
<path d="m 1147.6562,497.09375 3.7188,109.59375 0.3125,0 -3.7187,-109.59375 -0.3126,0 z"/>
<path d="m 1152.0938,506.46875 c 0,0.083 0.01,0.49912 0.031,1.28125 0.021,0.78213 0.024,1.91069 0.062,3.3125 0.077,2.80362 0.2112,6.73081 0.3437,11.4375 0.2652,9.41339 0.6152,21.89393 0.9688,34.3125 0.7071,24.83714 1.4062,49.53125 1.4062,49.53125 l 0.3126,0 c 0,0 -0.7305,-24.72539 -1.4376,-49.5625 -0.3535,-12.41855 -0.7035,-24.86792 -0.9687,-34.28125 -0.1326,-4.70666 -0.2352,-8.63399 -0.3125,-11.4375 -0.039,-1.40176 -0.073,-2.53058 -0.094,-3.3125 -0.021,-0.78192 -0.031,-1.23163 -0.031,-1.28125 l -0.2812,0 z"/>
<path d="m 1156.5,514.9375 2.8438,92.28125 0.2812,0 -2.8125,-92.28125 -0.3125,0 z"/>
<path d="m 1160.875,525 -0.3125,0.0312 3,83.78125 0.3125,0 -3,-83.8125 z"/>
<path d="m 1165.5,537.75 2.125,70.53125 0.3125,0 -2.125,-70.53125 -0.3125,0 z"/>
<path d="m 1169.9375,546.59375 2.2813,63.8125 0.3124,0 -2.2812,-63.8125 -0.3125,0 z"/>
<path d="m 1175.1875,556.46875 -0.3125,0.0312 1.7812,54.25 0.2813,0 -1.75,-54.28125 z"/>
<path d="m 1179.8438,566.03125 1.4062,46.5 0.3125,0 -1.4375,-46.5 -0.2812,0 z"/>
<path d="m 1184.5938,575.9375 0.5312,35.53125 0.3125,0 -0.5313,-35.53125 -0.3124,0 z"/>
<path d="m 1188.6875,583.875 0.3437,30.9375 0.2813,0 -0.3437,-30.9375 -0.2813,0 z"/>
<path d="m 1192.375,591.84375 0.1875,21.75 0.3125,0 -0.1875,-21.75 -0.3125,0 z"/>
<path d="m 1196.8125,598.90625 0,15.90625 0.2813,0 0,-15.90625 -0.2813,0 z"/>
<path d="m 1201.0625,608.46875 0,7.0625 0.2813,0 0,-7.0625 -0.2813,0 z"/>
</g>
</g>
<g>
<text style="font-size:40px; font-weight:bold; text-align:center; line-height:125%; text-anchor:middle; fill:rgb(255, 255, 255); stroke: rgb(247, 170, 21); stroke-width: 2; filter: url(#drop-shadow); font-family: Droid Sans;" x="670.933" y="50.1627">SVG Open 2009
<animateTransform attributeName="transform" type="translate" from="450 0" to="450 0" begin="0" dur="1ms" fill="freeze" />
<animateTransform attributeName="transform" type="translate" from="450 0" to="0 0" begin="1s" dur="400ms" fill="freeze" />
</text>
<g fill="rgb(47, 69, 91)">
<animate attributeName="opacity" to="0" begin="0" dur="1ms" fill="freeze"/>
<animate attributeName="opacity" from="0" to="1" begin="2.5s" dur="1s" fill="freeze"/>
<text style="font-weight: bold; fill: rgb(42, 64, 87); font-family: Myriad Pro;" transform="translate(0, -2)"><textPath xlink:href="#path6806" font-size="14px">SVG coming of age ...</textPath></text>
<path fill="none" d="m 577,155 c 76.67782,-26.3894 156.18886,42.30596 230.5,45.5" id="path6806"/>
<path fill="none" d="m 588,170 c 0,0 47,-16 144,30" id="path6143"/>
<path fill="none" d="m 0,155.5 c 0,0 241.66667,6.66667 389.16667,27.5" id="path6461"/>
<text xml:space="preserve" style="font-size: 14px; font-weight: bold; text-align: center; line-height: 125%; text-anchor: middle; font-family: Myriad Pro;"><textPath xlink:href="#path6461" style="font-size: 12px; text-align: start; text-anchor: start;"><tspan font-size="12.3px" dx="5">M</tspan><tspan font-size="12.2px">o</tspan><tspan font-size="12.1px">u</tspan>n<tspan font-size="11.9px">t</tspan><tspan font-size="11.8px">a</tspan><tspan font-size="11.7px">i</tspan><tspan font-size="11.6px">n</tspan><tspan font-size="11.5px"> V</tspan><tspan font-size="11.4px">i</tspan><tspan font-size="11.3px">e</tspan><tspan font-size="11.2px">w,</tspan><tspan font-size="11.1px"> C</tspan><tspan font-size="11px">A, <tspan>U</tspan><tspan>S</tspan><tspan>A</tspan></tspan><tspan font-size="10.7px" dx="45">O</tspan><tspan font-size="10.6px">c</tspan><tspan font-size="10.5px">t</tspan><tspan font-size="10.4px">o</tspan><tspan font-size="10.3px">b</tspan><tspan font-size="10.2px">e</tspan><tspan font-size="10.1px">r</tspan><tspan font-size="10px"> 2-</tspan><tspan font-size="9.9px">4</tspan><tspan font-size="9.8px"> 2</tspan><tspan font-size="9.7px">0</tspan><tspan font-size="10.75px"><tspan font-size="9.6px">0</tspan><tspan style="font-size: 9.5px;">9</tspan></tspan></textPath></text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 64 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 331 KiB

View file

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<g stroke-linecap="round" stroke-linejoin="round">
<path d="M15,68v-29c27-1,26,0,26,29M86,39v29c-27,1-26,0-26-29" stroke="#000" stroke-width="20" opacity="0.5"/>
<path d="M8,10h15c26,97,26,97,52,0h15c-32,115-50,115-82,0z" fill="#2a2863" stroke-width="4" stroke="#2a2863" stroke-opacity="0.5"/>
<path d="M15,68v-29c27-1,26,0,26,29M86,39v29c-27,1-26,0-26-29" stroke="#FFF" stroke-width="8" fill="none"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 493 B