Skip to content

a11ydocs v1.7.0


a11ydocs / RectCommand

Interface: RectCommand

Defined in: src/types.ts:3057

Vector path command for adding a rectangle.

Properties

PropertyTypeDescriptionDefined in
heightnumberHeight in PDF points.src/types.ts:3067
type"rect"Discriminator identifying this option or command shape.src/types.ts:3059
widthnumberWidth in PDF points.src/types.ts:3065
xnumberHorizontal position in PDF points.src/types.ts:3061
ynumberVertical position in PDF points.src/types.ts:3063

Released under the ISC license.