|
What batik classes and methods i have to
use to parse an SVG file?
You can use an XML parser to parse SVG
content.
Then, if you want to visualize an
SVG document, use the SVGCanvas and its setURI
method.
If you want to convert an SVG image into a
raster image, use the PNGTranscoder or
JPGTranscoder.
For futher details, see the documentation
online at:
Thierry.
|