Skip to content

Paths

  • rotation: am besten immer 0 und lieber die gesamte Form dann rotieren
  • large-arc-flag: binary value, 0: shorter path, 1: longer path
  • sweep-flag: binary value, 0: counter-clockwise arc, 1: clockwise arc
<path
d="
M[x-start],[y-start]
A[rx],[ry],[rotation],[large-arc-flag][sweep-flag][end-x][end-y]
"
/>