Creates an SVG document representing the specified diagram.
Namespace: MindFusion.Diagramming
File: SvgExporter.js
SyntaxJavaScript
Copy Code
|
|---|
function exportString (diagram) |
Diagram. A reference to the diagram to be exported.
Object. A string containing the SVG document's content.
See Also