SvgParameters

SvgParameters class

SVG parameters.

The SvgParameters type exposes the following members:

Properties

Name Description
is_explicit_size_in_pixels Does SVG image contain explicit size in pixels (recommended)
Default value: true.
is_text_drawn_in_text_element Does SVG image contain text as text element rather than paths (recommended)
Default value: true.
svg_color_mode Possible 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