Hi, I currently use GraphicsNode.nodeHitAt to pick an object at any location. However, it returns the *first* node that is picked at the given location. I would like a method that returns *all* nodes picked at the given location (in front to back order). The SVGSVGElement interface specified in the SVG DOM standard does such a picking but seems to be not (yet?) implemented in Batik 1.5... So how can I pick all nodes at a given location ?
Many thanks, Olivier --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
