Hi EUBanana,

EUBanana <[EMAIL PROTECTED]> wrote on 11/26/2008 12:22:54 PM:

> It is definitely a timing issue 
[...]
> Unfortunately despite investigating events with very hopeful names like
> transformChanged and gvtRenderingCompleted I can't find a better way so 
far
> to detect when the rendering is finished.  The problem seems to be that
> setRenderingTransform on JSVGCanvas doesn't actually fire any of these
> events off.

  I can guarantee you that setRenderingTransform definitely causes a
gvtRenderingCompleted event when the canvas is used normally.  So if
you aren't getting that event then either you are registering for it
incorrectly (perhaps at the wrong time?, on the wrong object, etc).
Or you aren't actually triggering a repaint (which isn't likely the
problem since you eventually get the right drawing).

> Does anybody have any idea how this might be accomplished?  i'm very 
wary of
> delving into only dimly understood source code to try and add in my own
> event dispatcher code...
> -- 
> View this message in context: http://www.nabble.com/Batik-rendering-
> issues-tp20682211p20705311.html
> Sent from the Batik - Users mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to