sempdf
sempdf v1.9.1Interfaces

Interface: CurveToCommand

sempdf v1.9.1


sempdf / CurveToCommand

Defined in: src/types.ts:3628

Vector path command for drawing a cubic Bezier curve.

Properties

PropertyTypeDescriptionDefined in
type"curveTo"Discriminator identifying this option or command shape.src/types.ts:3630
x1numberFirst Bezier control point x-coordinate.src/types.ts:3632
x2numberSecond Bezier control point x-coordinate.src/types.ts:3636
x3numberEnding point x-coordinate.src/types.ts:3640
y1numberFirst Bezier control point y-coordinate.src/types.ts:3634
y2numberSecond Bezier control point y-coordinate.src/types.ts:3638
y3numberEnding point y-coordinate.src/types.ts:3642

On this page