Skip to content

a11ydocs v1.7.0


a11ydocs / MoveToCommand

Interface: MoveToCommand

Defined in: src/types.ts:3013

Vector path command for moving the current point without drawing.

Properties

PropertyTypeDescriptionDefined in
type"moveTo"Discriminator identifying this option or command shape.src/types.ts:3015
xnumberHorizontal position in PDF points.src/types.ts:3017
ynumberVertical position in PDF points.src/types.ts:3019

Released under the ISC license.