Svg-path: curves

C, c - curveto

Parameters: (x1 y1 x2 y2 x y)+
Absolute coordinates C 150,20 150,150 20,150
Relative coordinates c 150,20 150,150 20,150

S,s - smooth curveto

Parameters: (x2 y2 x y)+
Absolute coordinates S 180,100 20,180
Relative coordinates s 180,100 20,180

Q,q - quadratic Bézier curveto

Parameters: (x1 y1 x y)+
Absolute coordinates Q 180,100 20,180
Relative coordinates q 180,100 20,180

T,t - smooth quadratic Bézier curveto

Parameters: (x y)+
Absolute coordinates T 60,100 180,20
Relative coordinates t 60,100 180,20

A,a - elliptical arc

Parameters: (rx ry x-axis-rotation large-arc-flag sweep-flag x y)+
Absolute coordinates A20,35 0 0,0 170,20
Relative coordinates a20,35 0 0,0 170,20