>>>>> "Y" == Yiling <[EMAIL PROTECTED]> writes:
Y> For JSVGCanvas to display a svg file, I am using the setURI method. Y> I also want to buid an svg dom tree on the fly and gave it the Y> JSVGCanvas to display. Is there a way to do this? Yes, JSVGCanvas.setSVGDocument(SVGDocument doc). Note that 'doc' has to be built with the Batik SVG DOM. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
