Loads SVG from the specified file.
Namespace: com.mindfusion.svg
Package: com.mindfusion.svg
SyntaxJava
Copy Code
|
|---|
public static SvgContent fromFile ( |
A string containing file path.
An SvgContent instance representing the SVG drawing, or null if I/O or parsing errors occurred.
See Also