1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="900" height="900" viewBox="0 0 900 900" version="1.1" xml:space="preserve">
<sodipodi:namedview pagecolor="#a9a9a9" bordercolor="#292929" borderopacity="1" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#232323" />
<style type="text/css">
g.prefab path {
vector-effect:non-scaling-stroke;
-inkscape-stroke:hairline;
fill: none;
fill-opacity: 1;
stroke-opacity: 1;
stroke: #00349c;
}
</style>
<g inkscape:label="Diamond Trellis" style="fill: white; stroke-width: 2; stroke: black;" class="prefab">
<path d="M 299.40779,96.242134 C 166.88781,96.241144 59.458625,203.69307 59.458605,336.24214 c 0,132.54908 107.429195,240.00105 239.949165,240.00001 132.51925,-3e-5 239.94729,-107.45168 239.94729,-240.00001 C 539.35507,203.69382 431.92699,96.242164 299.40779,96.242134 Z m 2.6e-4,38.090176 c 111.48724,0 201.86546,90.39812 201.86547,201.90983 10e-6,111.51172 -90.37825,201.90983 -201.86548,201.90984 -111.48819,10e-4 -201.867936,-90.39716 -201.867946,-201.90983 1e-5,-111.51267 90.379766,-201.91119 201.867956,-201.90984 z"/>
<path d="m 600.59414,96.242134 c -132.52,-9.9e-4 -239.94922,107.450946 -239.94922,240.000026 -1e-5,132.54908 107.42923,240.00103 239.94921,239.99999 132.51922,-3e-5 239.94727,-107.45168 239.94726,-240 2e-5,-132.54833 -107.42803,-239.999996 -239.94725,-240.000016 z m 2.5e-4,38.090176 c 111.48723,1e-5 201.86547,90.39811 201.86547,201.90983 0,111.51173 -90.37825,201.90983 -201.86548,201.90984 -111.4882,10e-4 -201.86793,-90.39717 -201.86792,-201.90984 0,-111.51266 90.37972,-201.91118 201.86793,-201.90983 z"/>
<path d="m 450.76266,355.75782 c -132.51997,-9.9e-4 -239.94919,107.45093 -239.94919,240.00001 0,132.54907 107.42924,240.00105 239.9492,240.00004 132.51922,-10e-5 239.94727,-107.45171 239.94728,-240.00003 -2e-5,-132.54833 -107.42806,-240 -239.94729,-240.00002 z m 2.7e-4,38.09017 c 111.48724,0 201.86549,90.39812 201.86549,201.90984 -2e-5,111.51171 -90.37825,201.90983 -201.86548,201.90984 -111.48821,10e-4 -201.86794,-90.39718 -201.86795,-201.90985 1e-5,-111.51267 90.37974,-201.91116 201.86794,-201.90983 z"/>
<path d="m 450.00083,225.99999 c -112.57591,-8.4e-4 -203.83717,91.27972 -203.83717,203.88034 -1e-5,112.60061 91.26127,203.88118 203.83716,203.8803 112.57525,-3e-5 203.83552,-91.28034 203.83551,-203.88031 2e-5,-112.59998 -91.26025,-203.88031 -203.8355,-203.88033 z m 2.1e-4,32.35766 c 94.70855,1e-5 171.48498,76.79331 171.48498,171.52266 0,94.72936 -76.77644,171.52266 -171.48498,171.52267 -94.70937,8.5e-4 -171.48707,-76.79251 -171.48706,-171.52267 0,-94.73015 76.77769,-171.52381 171.48706,-171.52266 z"/>
</g>
</svg>
|