Appearance
a11ydocs / SvgImageOptions
Interface: SvgImageOptions
Defined in: src/types.ts:2387
Options for rendering SVG vector graphics on a page.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
altText? | string | Alternate text for tagged non-text content. | src/types.ts:2397 |
height? | number | Height in PDF points. | src/types.ts:2395 |
structure? | PdfStructureOptions | Additional 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? | number | Width in PDF points. | src/types.ts:2393 |
x | number | Horizontal position in PDF points. | src/types.ts:2389 |
y | number | Vertical position in PDF points. | src/types.ts:2391 |