You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by th...@kodak.com on 2007/01/12 12:17:47 UTC

Re: Intermittent problem with JSVGCanvas?

Hi Michael,

"Bishop, Michael W. CONTR J9C880" <Mi...@je.jfcom.mil> wrote on 
01/11/2007 10:27:09 AM:

> I have a bunch of elements on a JSVGCanvas.  I?ve wired up DOM 
> EventListeners so I can drag and drop the elements around the 
> JSVGCanvas.  Every once in awhile, an element will be moved, but not
> show as moved on the JSVGCanvas.  It?s like the JSVGCanvas doesn?t 
> repaint itself.  However, other elements on the JSVGCanvas will move
> and update their position accordingly.

    Have you done an SVN update lately?  When the Animation stuff
went in the 'bridge' between DOM and the Graphics Tree switched to
using the Animation interfaces which had a problem where the animated
value could go to GC which would stop notifications of the Graphics
Tree, giving behavior that pretty much matches what you describe.

    This should be fixed in SVN now...