Search
SvgContent.parseSvg Method
See Also
 






Loads SVG code from the specified string.

Namespace: MindFusion.Diagramming
File: SvgNode.js

 Syntax

JavaScript  Copy Code

function parseSvg (value)

 Parameters

value

String. A string containing the SVG markup code.

 See Also