Skip to main content
Drag points to edit the path. Control handles (orange) adjust curve shape.

Path Commands Reference

M x yMove to (x, y) - starts a new sub-path
L x yLine to (x, y) - draws a straight line
H xHorizontal line to x
V yVertical line to y
C x1 y1 x2 y2 x yCubic Bezier curve with two control points
Q x1 y1 x yQuadratic Bezier curve with one control point
A rx ry rot large sweep x yElliptical arc
ZClose path - draws line to start