SvgParameters

SvgParameters

SVG parameters.

Constructor

new SvgParameters()

Source:

Methods

isExplicitSizeInPixels()

Does SVG image contain explicit size in pixels (recommended) Default value: true.
Source:

isTextDrawnInTextElement()

Does SVG image contain text as text element rather than paths (recommended) Default value: true.
Source:

setExplicitSizeInPixels()

Does SVG image contain explicit size in pixels (recommended) Default value: true.
Source:

setTextDrawnInTextElement()

Does SVG image contain text as text element rather than paths (recommended) Default value: true.
Source: