Andres Toussaint wrote:
Hi Thomas, i appreciate your response.

I recreated a simplified setup of my problem, based on the basic JSVGCanvas sample on the Batik web page, and added the Java Scripting code. Basically i have a SVG definition that loads four other SVG´s. and a PNG, and activates the proper mouse listeners. A label displays the result of the actions.

The Actions get triggered, for the 4 SVG files that belong to the 'imgGroup' (see below) are only OVER and CLICK.
The Actions triggered for the PNG, that also belong to the 'imgGroup' are OVER, MOVE, DRAG and CLICK.


I do not get any response out of UP or DOWN actions.

The 1.svg, 2.svg, 3.svg and 4.svg files are plain vector illustrations created by exporting SVG from Adobe Illustrator,

Following is the SVG and JAVA files that i am using.

This is a bug I'm looking into it, not all event types are forwarded from the DOM referenced by the image element.





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to