cairo/test/svg/path.3.arc.svg
2022-12-28 13:22:00 +10:30

7 lines
208 B
XML

<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
<path fill="none" stroke="black" stroke-width="20"
d="M500,-500
L 712 -712
A300,300 0 1,0 712, -288 z"
/>
</svg>