SvgImage class

SvgImage class

Represents an SVG image.

The SvgImage type exposes the following members:

Constructors

ConstructorDescription
__init__Creates new SvgImage object.
__init__Creates new SvgImage object.
__init__Creates new SvgImage object.
__init__Creates new SvgImage object.
__init__Creates new SvgImage object.
__init__Creates new SvgImage object.

Properties

PropertyDescription
svg_dataReturns SVG data.
Read-only int[].
external_resource_resolverReturn callback interface used to resolve external resources during Svg documents import.
Read-only IExternalResourceResolver.
base_uriReturns base URI of the specified Svg. Used to resolve relative links.
Read-only str.
svg_contentReturns SVG content.
Read-only str.

See Also