Search
SvgExporter.exportElement Method
See Also
 





Creates an SVG element representing the specified diagram.

Namespace: MindFusion.Diagramming
File: SvgExporter.js

 Syntax

JavaScript  Copy Code

function exportElement (diagram, [parentDoc])

 Parameters

diagram

Diagram. A reference to the diagram to be exported.

parentDoc
Optional.

Document. The document to export to.

 Return Value

Object. A DOM SVG element.

 See Also