cairo.svg

Members

Aliases

SVGVersion
alias SVGVersion = cairo_svg_version_t

Classes

SVGSurface
class SVGSurface

The SVG surface is used to render cairo graphics to SVG files and is a multi-page vector surface backend.

Functions

SVGVersionToString
string SVGVersionToString(SVGVersion vers)

Get the string representation of the given version id. This function will return null if version isn't valid. See getSVGVersions() for a way to get the list of valid version ids.

getSVGVersions
SVGVersion[] getSVGVersions()

Used to retrieve the list of supported versions. See SVGSurface.restrictToVersion().

Meta

Authors

Johannes PfaucairoD
_cairo team_cairo