DOM.Enums.PathCommandsType
Represents the types of path commands used in vector graphics.
10 members
Fields
Close the current path by drawing a straight line to the starting point.
Draw a cubic Bézier curve from the current point to a new point.
Draw an elliptical arc from the current point to a new point.
Draw a horizontal line from the current point to a new point along the x-axis.
Draw a straight line from the current point to a new point.
Move the pen to a new point without drawing a line.
Draw a quadratic Bézier curve from the current point to a new point.
Draw a smooth cubic Bézier curve from the current point to a new point, using the reflection of the previous control point.
Draw a smooth quadratic Bézier curve from the current point to a new point, using the reflection of the previous control point.
Draw a vertical line from the current point to a new point along the y-axis.