Skip to content

a11ydocs v1.7.0


a11ydocs / SvgImageOptions

Interface: SvgImageOptions

Defined in: src/types.ts:2387

Options for rendering SVG vector graphics on a page.

Properties

PropertyTypeDescriptionDefined in
altText?stringAlternate text for tagged non-text content.src/types.ts:2397
height?numberHeight in PDF points.src/types.ts:2395
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2401
tag?| PdfFigureStructureTag | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2399
width?numberWidth in PDF points.src/types.ts:2393
xnumberHorizontal position in PDF points.src/types.ts:2389
ynumberVertical position in PDF points.src/types.ts:2391

Released under the ISC license.