Skip to content

zeropdf v1.3.0


zeropdf / CurveToCommand

Interface: CurveToCommand

Defined in: src/types.ts:2947

Vector path command for drawing a cubic Bezier curve.

Properties

PropertyTypeDescriptionDefined in
type"curveTo"Discriminator identifying this option or command shape.src/types.ts:2949
x1numberFirst Bezier control point x-coordinate.src/types.ts:2951
x2numberSecond Bezier control point x-coordinate.src/types.ts:2955
x3numberEnding point x-coordinate.src/types.ts:2959
y1numberFirst Bezier control point y-coordinate.src/types.ts:2953
y2numberSecond Bezier control point y-coordinate.src/types.ts:2957
y3numberEnding point y-coordinate.src/types.ts:2961

Released under the ISC license.