Skip to content

zeropdf v1.5.5


zeropdf / CurveToCommand

Interface: CurveToCommand

Defined in: src/types.ts:3008

Vector path command for drawing a cubic Bezier curve.

Properties

PropertyTypeDescriptionDefined in
type"curveTo"Discriminator identifying this option or command shape.src/types.ts:3010
x1numberFirst Bezier control point x-coordinate.src/types.ts:3012
x2numberSecond Bezier control point x-coordinate.src/types.ts:3016
x3numberEnding point x-coordinate.src/types.ts:3020
y1numberFirst Bezier control point y-coordinate.src/types.ts:3014
y2numberSecond Bezier control point y-coordinate.src/types.ts:3018
y3numberEnding point y-coordinate.src/types.ts:3022

Released under the ISC license.