> 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. Weird... Can you paste relevant code snippets, both Java and SVG?
I made a few experiments using an applet and was able to use pointer events as expected. I just recall that, if your pointer events are hyperlinks, AFAIK Batik doesn't allow navigation to other than SVG documents (can't open HTML pages, for example). I believe that file extension (.svg/.svgz) is used as heuristics - someone please correct me if I'm wrong. Hope this helps, Helder Magalhães --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
