~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/cairo-svg-surface.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\alias{cairo-svg-surface}
 
2
\alias{CairoSvgVersion}
 
3
\name{cairo-svg-surface}
 
4
\title{SVG Surfaces}
 
5
\description{Rendering SVG documents}
 
6
\section{Methods and Functions}{
 
7
\code{\link{cairoSvgSurfaceCreate}(filename, width.in.points, height.in.points)}\cr
 
8
\code{\link{cairoSvgSurfaceCreateForStream}(write.func, closure, width.in.points, height.in.points)}\cr
 
9
\code{\link{cairoSvgSurfaceRestrictToVersion}(surface, version)}\cr
 
10
\code{\link{cairoSvgGetVersions}(versions, num.versions)}\cr
 
11
\code{\link{cairoSvgVersionToString}(version)}\cr
 
12
}
 
13
\section{Detailed Description}{The SVG surface is used to render cairo graphics to
 
14
SVG files and is a multi-page vector surface backend.}
 
15
\section{Enums and Flags}{\describe{\item{\verb{CairoSvgVersion}}{
 
16
\code{\link{CairoSvgVersion}} is used to describe the version number of the SVG
 
17
specification that a generated SVG file will conform to.  
 
18
 
 
19
\describe{
 
20
\item{\verb{1-1}}{ The version 1.1 of the SVG specification.}
 
21
\item{\verb{1-2}}{ The version 1.2 of the SVG specification.}
 
22
}
 
23
 
 
24
}}}
 
25
\references{\url{http://www.cairographics.org/manual/cairo-svg-surface.html}}
 
26
\author{Derived by RGtkGen from GTK+ documentation}
 
27
\keyword{internal}