svg mdn code example
Example 1: how to add an svg image to html
<body>
<img src="blabla.svg" alt="blabla_is_working">
</body>
Example 2: SVG arc
SVG <path> arc
A rx ry x-axis-rotation large-arc-flag sweep-flag(clockwise?) x y
a rx ry x-axis-rotation large-arc-flag sweep-flag(clockwise?) dx dy