Loads SVG code from the specified file.
Namespace: MindFusion.Diagramming
File: SvgNode.js
SyntaxJavaScript
Copy Code
|
|---|
function parse (value) |
String. A string specifying the SVG file location.
RemarksThe MIME type of .svg files on server should be set to image/svg+xml.
See Also