Hi Michael,

Michael Haslgrübler <[EMAIL PROTECTED]> wrote on 12/10/2007 05:50:00 
AM:

>    my problem is that i modifiy the svg document after i loaded it and
> although i am using the updateManager. i looks like all things works but
> however the changes aren't displayed at all.

   I suspect the problem is the filter effect.  Check if the
document updates properly if you remove the filter effect.

   Also don't call 'canvas.repaint()' from the UpdateManager's
update thread (first it's not needed, and second it's a swing
method an so must only be called from the swing thread).

> 
> Enclosed the java programm. 
> 
> link to the svg file: http://michael.nanihil.com/02.svg
> 
> best regards, michael
> [attachment "Apps.java" deleted by Thomas E. DeWeese/449433/EKC] 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to