thomas.deweese wrote: > > 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 > > thanks a lot for your help.
i read that article and studied the code, but it seems as if it requires some JSVGCanvas where the svg is drawn in order to call the function canvas.getGraphicsNode().nodeHitAt(gnp); my specific situation is, that i dont have a canvas, but just a readily rasterized bufferedimage as i said above. (the reason for this is, that the image is actually used as an openGL texture.) still i would like to get the element that is below the mousecursor. thanks for any help on this problem! -- View this message in context: http://www.nabble.com/simulating-batik%27s-DOMMouseEvents-tp18468447p18484934.html Sent from the Batik - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
