|
SOLUTIONS
|
MATHEMATICA IMPORT/EXPORT FORMAT
SVG (.svg, .sgvz)
MIME type: image/svg+xml
SVG vector graphics format.
Intended for two-dimensional vector graphics on the web.
Partially supported by several web browsers and browser plug-ins.
SVG is an acronym for Scalable Vector Graphics.
XML-based text format.
Can represent static and animated graphics.
Supports RGB color with an optional alpha channel.
Developed by the W3C SVG Working Group since 1998.
SVG vector graphics format.
Intended for two-dimensional vector graphics on the web.
Partially supported by several web browsers and browser plug-ins.
SVG is an acronym for Scalable Vector Graphics.
XML-based text format.
Can represent static and animated graphics.
Supports RGB color with an optional alpha channel.
Developed by the W3C SVG Working Group since 1998.
- Export supports SVG versions 1.0 and 1.1.
- Mathematica exports static SVG graphics.
Import and ExportImport and Export
- Export["file.svg", expr] exports text or vector graphics to SVG.
- Export["file.svg", expr, elem] creates an SVG file by treating expr as specifying element elem.
- The export format can be explicitly specified with the command Export["file", expr, "SVG"].
- See the reference pages for full general information on Export.
- ExportString supports the SVG format.
New in 5 | Last modified in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




