Search
SvgContent.parse Method
See Also
 






Loads SVG code from the specified file.

Namespace: MindFusion.Diagramming
File: SvgNode.js

 Syntax

JavaScript  Copy Code

function parse (value)

 Parameters

value

String. A string specifying the SVG file location.

 Remarks

The MIME type of .svg files on server should be set to image/svg+xml.

 See Also