Description Methods and Functions Detailed Description Enums and Flags Author(s) References
Rendering SVG documents
cairoSvgSurfaceCreate(filename, width.in.points, height.in.points)
cairoSvgSurfaceCreateForStream(write.func, closure, width.in.points, height.in.points)
cairoSvgSurfaceRestrictToVersion(surface, version)
cairoSvgGetVersions(versions, num.versions)
cairoSvgVersionToString(version)
The SVG surface is used to render cairo graphics to SVG files and is a multi-page vector surface backend.
CairoSvgVersionCairoSvgVersion is used to describe the version number of the SVG
specification that a generated SVG file will conform to.
1-1The version 1.1 of the SVG specification.
1-2The version 1.2 of the SVG specification.
Derived by RGtkGen from GTK+ documentation
https://www.cairographics.org/manual/cairo-SVG-Surfaces.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.