its not the filter effect tonny kohar said earlier its a visibility problem seems quite right because adding <text id="a1" transform="translate(30,30)" style="font-size:40px">dafsda;</text> on the top level makes things work however I need to change the subelement in the tree.
best regards michael Am Montag, den 10.12.2007, 21:07 -0500 schrieb [EMAIL PROTECTED]: > > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
