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.
 
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.
 
Michael

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

Reply via email to