The R Project SVN R

Rev

Rev 88907 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88907 Rev 88950
Line 61... Line 61...
61
      a length-one character string that specifies the font family to
61
      a length-one character string that specifies the font family to
62
      be used as the "symbol" font (e.g., for \link{plotmath} output).}
62
      be used as the "symbol" font (e.g., for \link{plotmath} output).}
63
}
63
}
64
\details{
64
\details{
65
  SVG (Scalar Vector Graphics) is a W3C standard for vector graphics.
65
  SVG (Scalar Vector Graphics) is a W3C standard for vector graphics.
66
  See \url{https://www.w3.org/Graphics/SVG/}.  The output from
66
  See \url{https://www.w3.org/groups/wg/svg/}.  The output from
67
  \code{svg} is SVG version 1.1 for \code{onefile = FALSE} (the
67
  \code{svg} is SVG version 1.1 for \code{onefile = FALSE} (the
68
  default), otherwise SVG 1.2.  (SVG 1.2 never passed the draft
68
  default), otherwise SVG 1.2.  (SVG 1.2 never passed the draft
69
  stage. Few SVG viewers are capable of displaying multi-page SVG files,
69
  stage. Few SVG viewers are capable of displaying multi-page SVG files,
70
  and they have been dropped from SVG 2.0 (still in draft).)
70
  and they have been dropped from SVG 2.0 (still in draft).)
71
 
71