- Uppercase is absolute, lowercase is relative
- Path segment draws from current point in path
Command | Name | Arguments |
---|---|---|
M, m | moveto | x,y |
L, l | lineto | (x,y)+ |
H, h | horizontal lineto | x+ |
V, v | vertical lineto | y+ |
Z, z | closepath |
Path commands (lines) |
![]() ![]() ![]() |
Command | Name | Arguments |
---|---|---|
M, m | moveto | x,y |
L, l | lineto | (x,y)+ |
H, h | horizontal lineto | x+ |
V, v | vertical lineto | y+ |
Z, z | closepath |
![]() |