#cairo_svg_version_t is used to describe the version number of the SVG specification that a generated SVG file will conform to.

cairo_svg_version_t

Format

An object of class list of length 2.

Details

Since: 1.2

CAIRO_SVG_VERSION_1_1

The version 1.1 of the SVG specification. (Since 1.2)

CAIRO_SVG_VERSION_1_2

The version 1.2 of the SVG specification. (Since 1.2)

See also