Skip to content

a11ydocs v1.7.0


a11ydocs / CurveToCommand

Interface: CurveToCommand

Defined in: src/types.ts:3037

Vector path command for drawing a cubic Bezier curve.

Properties

PropertyTypeDescriptionDefined in
type"curveTo"Discriminator identifying this option or command shape.src/types.ts:3039
x1numberFirst Bezier control point x-coordinate.src/types.ts:3041
x2numberSecond Bezier control point x-coordinate.src/types.ts:3045
x3numberEnding point x-coordinate.src/types.ts:3049
y1numberFirst Bezier control point y-coordinate.src/types.ts:3043
y2numberSecond Bezier control point y-coordinate.src/types.ts:3047
y3numberEnding point y-coordinate.src/types.ts:3051

Released under the ISC license.