Skip to content

a11ydocs v1.7.0


a11ydocs / LineToCommand

Interface: LineToCommand

Defined in: src/types.ts:3025

Vector path command for drawing a straight line.

Properties

PropertyTypeDescriptionDefined in
type"lineTo"Discriminator identifying this option or command shape.src/types.ts:3027
xnumberHorizontal position in PDF points.src/types.ts:3029
ynumberVertical position in PDF points.src/types.ts:3031

Released under the ISC license.