Search
SvgContent.parse Method (String)
See Also
 






Parses the content of specified SVG file.

Namespace: com.mindfusion.svg
Package: com.mindfusion.svg

 Syntax

Java  Copy Code

public void parse (
    String fileName
)

 Parameters

fileName

A string containing the path of an SVG file.

 See Also