Updates are often delayed or appear to not work if they are made outside of
the the RunnableQueue.
you'll need to wrap you DOM modification like this:
getUpdateManager().getUpdateRunnableQueue(),invokeLater(new Runnable() {
public void run() {
// modify the SVG DOM here
}
});
Hope this helps. If this is not the issue, you may need to provide a bit
more context.
On Fri, Nov 18, 2011 at 2:08 AM, karthikeyan <
[email protected]> wrote:
> Jsvgcanvas only updating after mouse event.The xml Document is contain the
> content of svg file but it's not updating.
> how to update the jsvgcanvas in function call. The function is called from
> Jtree click event.pls help us.
>
> karthik
>
> --
> View this message in context:
> http://batik.2283329.n4.nabble.com/Jsvgcanvas-is-not-updating-or-painting-properly-tp4082386p4082386.html
> Sent from the Batik - Dev mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>