Loads SVG from the specified stream.
Namespace: com.mindfusion.svg
Package: com.mindfusion.svg
SyntaxJava
Copy Code
|
|---|
public static SvgContent fromStream ( |
A java.io.InputStream instance.
An SvgContent instance representing the SVG drawing, or null if I/O or parsing errors occurred.
See Also