> Subject: Re: problem with getViewBoxTransform in 1.5 CVS
> From: Thomas DeWeese <[EMAIL PROTECTED]>
>
> The caching of the inverseAFT seems like it might be problematic.  I

Thomas, this was exactly the problem.  I was initing my inverseAFT in
response to componentResized, which I didn't realize also gets posted
when a component is first displayed.  This "early" event caused the
inverseAFT to be set to a non-useful value since the SVG doc was not
yet loaded.  The fix is to init the inverseAFT after
gvtRenderingCompleted, as well as any subsequent componentResized
events.

Thanks very much!

PS: is anyone monitoring the listserv subscriptions?  I am still
unable to subscribe to the digest.  Thanks.



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



Reply via email to