Hi Emzic,

> thomas.deweese wrote:

> >    You can find the element under the mouse via the code I recently
> > posted to help hardc0d3r.  Our code to dispatch the DOM events lives
> > in batik.bridge.BridgeEventSupport (but it relies on the graphics node
> > already being found).

emzic <[EMAIL PROTECTED]> wrote on 07/16/2008 05:40:04 AM:

> now the event is triggered!

   Good.

> but the target that is in the event is the whole SVG. i would like to 
get
> only the element (path, rect, circle, ...) that is under the 
mousecursor.
> 
> i think i will need to look into this BatikBridge you mentioned.

   In the e-mail thread with Hardc0d3r I showed how to find the element 
at a particular point that should be the targetElement (read the thread 
starting with my first response):

http://www.nabble.com/getting-the-element-in-svg-from-an-overlay-to18301441.html

Reply via email to