Re: Duplicate image references in SVG

2003-10-06 Thread Thomas DeWeese
Andres Toussaint wrote: Both Actions Listeners DO get fired, so it is up to my code to determine which of the duplicates is triggering the event, right? If this is so, Is there a place in Batik i can intercept the Event to kill those not wanted, and only propagate the one i want? This bug s

Re: Duplicate image references in SVG

2003-10-02 Thread Thomas DeWeese
Andres Toussaint wrote: Both Actions Listeners DO get fired, so it is up to my code to determine which of the duplicates is triggering the event, right? If this is so, Is there a place in Batik i can intercept the Event to kill those not wanted, and only propagate the one i want? Well they

Re: Duplicate image references in SVG

2003-10-02 Thread Andres Toussaint
Both Actions Listeners DO get fired, so it is up to my code to determine which of the duplicates is triggering the event, right? If this is so, Is there a place in Batik i can intercept the Event to kill those not wanted, and only propagate the one i want? Thanks in advance. Andres. On Thur

Re: Duplicate image references in SVG

2003-10-02 Thread Thomas DeWeese
Andres Toussaint wrote: Hi All, When I add two instances of the same image to my document via the , and add a actionListener to the group, only the first instance of the reacts to the actionEvents. Hmm, are you sure that both of the action listeners aren't being fired? The problem is that curr

Duplicate image references in SVG

2003-10-02 Thread Andres Toussaint
Hi All, When I add two instances of the same image to my document via the , and add a actionListener to the group, only the first instance of the reacts to the actionEvents. How can I have duplicate references to the same image inside my SVG, but that behave as individual instances to the Event