SvgParameters

SvgParameters class

SVG parameters.

The SvgParameters type exposes the following members:

Properties

NameDescription
is_explicit_size_in_pixelsDoes SVG image contain explicit size in pixels (recommended)
Default value: true.
is_text_drawn_in_text_elementDoes SVG image contain text as text element rather than paths (recommended)
Default value: true.
svg_color_modePossible modes for filling color in svg file, RGB is default and supported by SVG 1.1.
RGBA, HSL, HSLA is allowed in SVG 2.0 standard.
Even in RGB opacity will be set through “fill-opacity” parameter

See Also