What is this SVGPoint referencing: SVGPoint pt = ... Is it the click spot?
Thanks.
SVGLocatable elem = ...; SVGPoint pt = ... SVGMatrix mat = elem.getScreenCTM(); // elem -> screen mat = mat.inverse(); // screen -> elem pt = pt.matrixTransform(pt); // from screen coords->elem
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]