Hi Peppe, I noticed on mistake,
Peppe <[EMAIL PROTECTED]> wrote on 01/08/2007 09:07:11 AM: > >> SVGMatrix mat = > > ((SVGLocatable)shape).getScreenCTM(); > >> SVGMatrix imat = mat.inverse(); In your case you shouldn't use the mat.inverse, just use 'mat'. > I add the code above also OnUpAction method (that is i release mouse button) > but the bounding box not update it position...it stay in old position What bounding box? are you saying that bPt1-4 are the same at the end of the down and up calls?