sigilizer/helloworld.svg
2020-05-18 17:59:43 +02:00

13 lines
No EOL
763 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="400" height="400" viewBox="-200.0 -200.0 400 400">
<defs>
<marker markerWidth="6.5" markerHeight="5.0" viewBox="-0.8 -0.5 1.3 1.0" orient="auto" id="d0">
<circle cx="-0.3" cy="-0.0" r="0.3" stroke-width="0.2" stroke="black" fill="none" />
</marker>
<marker markerWidth="5.0" markerHeight="5.0" viewBox="-0.5 -0.5 1.0 1.0" orient="auto" id="d1">
<path d="M-0.0,0.5 L0.0,-0.5" stroke-width="0.2" stroke="black" />
</marker>
</defs>
<path d="M-175.0,-175.0 l150.0,-0.0 l0.0,300.0 l-100.0,-250.0 l0.0,50.0 l250.0,-0.0 l-100.0,-100.0" stroke-width="7" stroke="black" fill="none" marker-start="url(#d0)" marker-end="url(#d1)" />
</svg>