Hi Selva,

news <[EMAIL PROTECTED]> wrote on 04/28/2006 06:29:20 AM:

> >    Since you have been sending questions about updating the transform
> > on a group I thought I would mention that the RenderingTransform
> > above has nothing to do with any transform you might have adjusted on
> > an individual element.
> 
> Actually i will always transform whole group element even tried to move 
> individual element. So i want to go to my previous and next transforms 
it has. 
> So please suggest me how to proceed this?

   Then you don't want to do anything with the rendering transform you
want to record/restore the transform on the group.  Personally I
wouldn't try and trap this in the UpdateCompleted callback I would
append these transforms when the user 'completes' the operation (mouseup).

   You will want to record the transform from the group to it's parent
(getTransformToElement).  You will likely need to record the group that
the transform needs to be applied to as well.

   As far as 'restoring' it.  There is a 'matrix' form of the transform
where you can just copy the values out of a SVGMatrix.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to