Learn R Programming

RGtk2 (version 2.12.17)

cairo-SVG-Surfaces: SVG Surfaces

Description

Rendering SVG documents

Arguments

Methods and Functions

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)

Detailed Description

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

References

http://www.cairographics.org/manual/cairo-SVG-Surfaces.html