ASP.NET Pack Programmer's Guide
SvgContent.parse Method
See Also
 





Loads SVG code from the specified file.

Namespace: MindFusion.Diagramming
Package: SvgNode.js

 Syntax

JavaScript  Copy Code

function parse (value)

 Parameters

value

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

SvgContent Members
SvgContent Class
MindFusion.Diagramming Namespace