Hi, > Is there is some way to obtain the list of SVG elements lying in some > rectangle (x1, y1, x2, y2 in screen coordinates) or I should study the > DOM tree and find them manually?
As far as I know there is none, I could be wrong. However, you could traverse the dom and use boundingBox to check/compare with the rectangle. Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]