cairo-svg-surface {RGtk2} | R Documentation |
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.
CairoSvgVersion
CairoSvgVersion
is used to describe the version number of the SVG
specification that a generated SVG file will conform to.
1-1
The version 1.1 of the SVG specification.
1-2
The version 1.2 of the SVG specification.
Derived by RGtkGen from GTK+ documentation
http://www.cairographics.org/manual/cairo-svg-surface.html