You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by comlong zhao <co...@gmail.com> on 2006/07/12 20:54:29 UTC

How to dispatcher an event without JSVGCanvas?

Hello:
   I use offscreen way to run the svg file. But some SVG files include the
javascript event. If there is a Key-event of the SVG file, How could i
change the GVTtree to get the new offscreen?  useing "fireEvent" directly?
The problem is i can not use the JSVGCanvas, so i can not make the
listerener.
   Thanks a lot
   zhao