Appearance
a11ydocs / LineToCommand
Interface: LineToCommand
Defined in: src/types.ts:3025
Vector path command for drawing a straight line.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
type | "lineTo" | Discriminator identifying this option or command shape. | src/types.ts:3027 |
x | number | Horizontal position in PDF points. | src/types.ts:3029 |
y | number | Vertical position in PDF points. | src/types.ts:3031 |