svg path arc code example
Example 1: SVG arc
A rx ry x-axis-rotation large-arc-flag sweep-flag x y
a rx ry x-axis-rotation large-arc-flag sweep-flag dx dy
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