The Marvin beans and applications are able to export SVG (Scalable Vector Graphics) image files. This function does not work in the applets (except signed applets).
The SVG Import/Export module recognizes the common image export options, and the following special option:
Codename | Explanation |
---|---|
nosource |
Omits saving of molecule source into image as comment. |
headless |
Generates svg without the xml headers. This output can be embed in HTML documents. |
References
- Scalable Vector Graphics (SVG) Specification (http://www.w3.org/TR/SVG/)
- Apache Batik SVG Toolkit (http://xml.apache.org/batik/)
SvgExport uses the Apache Batik SVG Toolkit, Copyright © The Apache Software Foundation
Codename: svg