Can any one tell me,should I use ony batik to display svg in my applet.cant I parse the svg file using xml4j or jaxp And get the information of the svg files and draw the svg using swings graphics2d.
Hi Ashiq,
Sure you can, this is exactly what Batik does.
If you went this route you would probably only implement a small fraction of the SVG specification (CSS, filters, use, image, DOM, ECMA Script, gradients, patterns, SVG fonts, etc...). There is a reasons Batik is not tiny, SVG is a 600 page specification that leverages several other multi-hundred page specifications.
I somehow doubt that in the end you would save yourself time over actually doing some research on Batik.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]