thanks
Tony
> Could somebody advise me how to do that
> please or point me to an example?
This might help:
http://www.codedread.com/code.php#dragsvg
> thanks
Hope this helps,
Helder
aha, yes, the magic incantation is
getScreenCTM()
many thanks!
Tony
p.x = evt.clientX;
p.y = evt.clientY;
screenCTMInv = getScreenCTM().inverse();
p = p.matrixTransform(screenCTMInv);