Hi Michael,

"Bishop, Michael W. CONTR J9C880" <[EMAIL PROTECTED]> wrote on 
10/28/2008 04:41:23 PM:

> I have a refresh function in my application that simply calls 
> setDocument() on the JSVGCanvas with the document already there, 
> basically causing it to reset to its default state without 
zoom/pan/rotate.

   Is there a reason you don't use 'resetRenderingTransform()'?

> I'm also tracking changes to my rendering transform, but keying off 
> setRenderingTransform() doesn't seem to work; it seems to be called 
> before the "final" transform is achieved.
> 
> What can I wait for to determine when the rendering transform is 
> "done" and ready to be communicated?  Maybe 
> computeRenderingTransform?  I've tried waiting for the GVT tree to 
> render and for the SVG "onLoad" event, but both seem to be too early
> and not communicating any change.

   The transform is absolutely 100% certain to be set when the GVT
tree renders.  So if you are not seeing what you want then, then something
is wrong.

Reply via email to