31 lines
1018 B
XML
31 lines
1018 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="430" height="150"
|
||
|
|
style="font-family: ui-sans-serif, system-ui, sans-serif;font-size:14px">
|
||
|
|
<g>
|
||
|
|
<circle cx="30" cy="25" r="5"/>
|
||
|
|
<text x="10" y="30">A</text>
|
||
|
|
<circle cx="115" cy="40" r="5"/>
|
||
|
|
<text x="125" y="45">B</text>
|
||
|
|
<circle cx="70" cy="120" r="5"/>
|
||
|
|
<text x="50" y="125">C</text>
|
||
|
|
<circle cx="150" cy="80" r="5"/>
|
||
|
|
<text x="160" y="85">D</text>
|
||
|
|
<circle cx="170" cy="140" r="5"/>
|
||
|
|
<text x="180" y="140">E</text>
|
||
|
|
<circle cx="200" cy="50" r="5"/>
|
||
|
|
<text x="195" y="40">H</text>
|
||
|
|
<circle cx="280" cy="40" r="5"/>
|
||
|
|
<text x="290" y="40">G</text>
|
||
|
|
<circle cx="250" cy="100" r="5"/>
|
||
|
|
<text x="260" y="110">F</text>
|
||
|
|
</g>
|
||
|
|
<g stroke="#000" stroke-width="2">
|
||
|
|
<line x1="30" y1="25" x2="115" y2="40"/>
|
||
|
|
<line x1="115" y1="40" x2="70" y2="120"/>
|
||
|
|
<line x1="70" y1="120" x2="150" y2="80"/>
|
||
|
|
<line x1="150" y1="80" x2="170" y2="140"/>
|
||
|
|
<line x1="30" y1="25" x2="150" y2="80"/>
|
||
|
|
<line x1="280" y1="40" x2="250" y2="100"/>
|
||
|
|
</g>
|
||
|
|
</svg>
|