next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
Graphics
::
svgPicture(Picture,ZZ,ZZ,String)
svgPicture(Picture,ZZ,ZZ,String) -- create an SVG picture from a Picture object and store it in a file
Synopsis
Usage:
svgPicture(mypict,w,h,filename)
Function:
svgPicture
Inputs:
mypict
,
an object of class
Picture
w
,
an
integer
, the width of the SVG picture
h
,
an
integer
, the height of the SVG picture
filename
,
a
string
, the name of the storage file
Description
If the filename is without a .svg suffix, it will be added.
The heading used is stored in
defaultSVGHeading
and the SVG opening bracket (resp. closing) used is stored in
defaultSVGOpening
(resp.
defaultSVGClosing
).
See also
svgPicture(Picture)
-- create an SVG picture from a Picture object
pgfPicture(Picture)
-- create a pgf picture from a Picture object