18 lines
686 B
XML
18 lines
686 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">
|
|
<circle cx="25" cy="25" r="5"/>
|
|
<circle cx="50" cy="100" r="5"/>
|
|
<circle cx="140" cy="130" r="5"/>
|
|
<circle cx="150" cy="80" r="5"/>
|
|
<circle cx="200" cy="40" r="5"/>
|
|
<circle cx="290" cy="140" r="5"/>
|
|
<g stroke="#000">
|
|
<line x1="25" y1="25" x2="150" y2="80" />
|
|
<line x1="150" y1="80" x2="140" y2="130" stroke-width="3" />
|
|
<line x1="140" y1="130" x2="290" y2="140" />
|
|
<line x1="290" y1="140" x2="150" y2="80" />
|
|
<line x1="140" y1="130" x2="50" y2="100" />
|
|
</g>
|
|
<svg>
|