SVG Options Settings

Default values applied to all conversions. Can be overridden per-job in the Convert tab’s sidebar.


Hotspot encoding

Option Behaviour
SVG anchors Hotspots encoded as <a> anchor elements
Data attributes Metadata embedded in data-* attributes
Both (default for S1000D) Both <a> anchors and data-* attributes

Use SVG anchors for standard web browser display. Use data attributes for IETP/IETM viewers.


Companion files

Option Behaviour
Auto-detect & merge (default) Finds and merges XCF or IMF files with a matching name
XCF only Merges WebCGM XML Companion Files; ignores IMF
Ignore Does not use companion files

See Supported Profiles — Companion Files.


Raster encoding

Option Behaviour
PNG (default) Lossless data URIs
JPEG Smaller file, lossy
Base64 Raw Base64 of original raster data
None (strip) Remove raster content from output

Text handling

Option Behaviour
Preserve as <text> (default) Selectable and searchable
Convert to paths Pixel-perfect rendering, not selectable

Region handling

Option Behaviour
Preserve as groups (default) Regions wrapped in <g> elements
Convert to clip paths Regions become <clipPath> elements