SVG (.svg, .svgz)
- Export supports SVG versions 1.0 and 1.1.
- The Wolfram Language exports static SVG graphics.
Background & Context

-
- 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 plugins.
- 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

- 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 following reference pages for full general information:
-
Export export to a file CloudExport export to a cloud object ExportString export to a string ExportByteArray export to a byte array