5 lines
417 B
XML
5 lines
417 B
XML
|
<?xml version="1.0" standalone="no"?>
|
||
|
<svg width="700" height="500" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||
|
<path d="M250 400 L150 400 C125 400 100 375 100 350 L100 150 C100 125 125 100 150 100 L550 100 C575 100 600 125 600 150 L600 350 C600 375 575 400 550 400 L440 400" style="stroke:rgb(200,200,200);stroke-width:70;" />
|
||
|
<polygon points="249,300 369,400 249,500" style="fill:rgb(200,200,200);"/>
|
||
|
</svg>
|