-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest2
More file actions
11 lines (11 loc) · 1017 Bytes
/
test2
File metadata and controls
11 lines (11 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" ><svg xmlns = "http://www.w3.org/2000/svg" version = "1.1" ><circle cx="45" cy="100" r="50" stroke-width="1" fill="none" stroke="Black" />
<polyline points="150,100 250,100" style="fill:none;stroke:Black;stroke-width:1" />
<polyline points="250,100 250,150" style="fill:none;stroke:Black;stroke-width:1" />
<polyline points="250,150 150,150" style="fill:none;stroke:Black;stroke-width:1" />
<polyline points="150,150 150,100" style="fill:none;stroke:Black;stroke-width:1" />
<polyline points="65,50 74,77" style="fill:none;stroke:Black;stroke-width:1" />
<polyline points="74,77 51,60" style="fill:none;stroke:Black;stroke-width:1" />
<polyline points="51,60 79,60" style="fill:none;stroke:Black;stroke-width:1" />
<polyline points="79,60 56,77" style="fill:none;stroke:Black;stroke-width:1" />
<polyline points="56,77 65,50" style="fill:none;stroke:Black;stroke-width:1" />
</svg>