M = moveto
L = lineto
H = horizontal lineto
V = vertical lineto
C = curveto
S = smooth curveto
Q = quadratic Belzier curve
T = smooth quadratic Belzier curveto
A = elliptical Arc
Z = closepath<path>
M moveTo x y
L lineTo (x y)+
A arc rx ry x旋转 大弧标志(大弧:1,小弧0) 镜像标志(起点终点连线,左:0,右:1) 终点x y
1 | <body> |