Creates an SVG (Scalable Vector Graphics) drawing representing the content of a Diagram.
Namespace: com.mindfusion.diagramming.export
Package: com.mindfusion.diagramming.export
Java
![]() |
---|
public class SvgExporter |
Scalable Vector Graphics is an XML-based graphics language that describes images with vector shapes, text, and embedded raster graphics. SVG drawings can be displayed in web pages, or edited / imported by vector graphics editing applications.
In order to create an SVG file from a Diagram, create an SvgExporter instance and call its export method, passing a Diagram object as parameter.
java.lang.Object
com.mindfusion.diagramming.export.SvgExporter