blob: a0b43901e68969de2537ea1dae9efc2beb7daa47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
<svg
version="1.0"
x="0"
y="0"
width="500.000000"
height="500.000000"
id="svg559"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<rect
width="500.000000"
height="500.000000"
x="0"
y="0"
style="font-size:12.000;fill:black;fill-rule:evenodd;"
id="rect562"/>
<g transform="translate(100,100)">
<ellipse cx="0" cy="0" rx="30" ry="50"
transform="rotate(90)"
style="fill:none;fill-rule:evenodd;stroke:#f29400;stroke-width:12.50000;stroke-linecap:round;"
id="path572"/>
</g>
<g transform="translate(200,200)">
<ellipse cx="0" cy="0" rx="30" ry="50"
transform="rotate(180)"
style="fill:none;fill-rule:evenodd;stroke:#f29400;stroke-width:12.50000;stroke-linecap:round;"
id="path572"/>
</g>
<g transform="translate(300,300)">
<ellipse cx="0" cy="0" rx="30" ry="50"
transform="rotate(270)"
style="fill:none;fill-rule:evenodd;stroke:#f29400;stroke-width:12.50000;stroke-linecap:round;"
id="path572"/>
</g>
</svg>
|