Enum cairo_svg_version_t
cairo_svg_version_t
is used to describe the version number of the SVG
specification that a generated SVG file will conform to.
The enum base type is
int
.
Enum members
Name | Description |
---|---|
CAIRO_SVG_VERSION_1_1
|
The version 1.1 of the SVG specification. |
CAIRO_SVG_VERSION_1_2
|
The version 1.2 of the SVG specification. |
Authors
Johannes Pfau | cairoD |
cairo team | cairo |
Copyright
License
cairoD wrapper/bindings | Boost License 1.0 |
cairo | LGPL 2.1 / MPL 1.1 |