I added an onclick event handler to the SVG file (I have the demo
running on my local machine) and can test the .svg file in Batik
directly. However when I try it using the applet I don't get the mouse
action.
Thanks!
[EMAIL PROTECTED] wrote:
Hi Bruce,
"Bruce Rindahl" <[EMAIL PROTECTED]> wrote on 04/08/2008 11:22:10 AM:
> I am playing with the demo at:
> http://xmlgraphics.apache.org/batik/demo.html
> How the applet AppletDemo.java be modified so that mouse events could be
> passed to the SVG file?
I suspect that you just need to use a dynamic SVG document
instead of a static SVG document (so add onclick event handler to
some element).