Skip to content

GenomeSpy Core API / SvgExportOptions

Interface: SvgExportOptions

Extends

Properties

logicalWidth?

optional logicalWidth?: number

Custom width in CSS pixels. Defaults to canvas width.

Inherited from

ImageExportOptions.logicalWidth


logicalHeight?

optional logicalHeight?: number

Custom height in CSS pixels. Defaults to canvas height.

Inherited from

ImageExportOptions.logicalHeight


background?

optional background?: string

Overrides the visualization background. Null is transparent.

Inherited from

ImageExportOptions.background


rasterization?

optional rasterization?: SvgRasterizationOptions

Rasterizes dense mark layers using an available rendering backend.