Fredrik, You can use setSVGDocument on the JSVGCanvas to force it to reprocess the whole DOM tree. This is a temporary solution until we have support for dynamic SVG, at which point the update will be done automatically.
Vincent. Fredrik Bj�rklund wrote: > > Well, I'm in a Java-project and the editor is part of a big application. > > -----Original Message----- > From: Alex Kachanov [mailto:[EMAIL PROTECTED]] > Sent: den 6 februari 2002 05:06 > To: Batik Users > Subject: RE: Adding elements to a JSVGCanvas in runtime > > how about this SVG editor: > http://beez.sourceforge.net/ > Opensource and free > > with best wishes > Alexander Kachanov > > -----Original Message----- > From: Fredrik Bjorklund [mailto:[EMAIL PROTECTED]] > Sent: 5 ??????? 2002 ?. 17:13 > To: 'Batik Users' > Subject: Adding elements to a JSVGCanvas in runtime > > I'm trying develop a SVG-editor. I'm adding elements to SVGDocument and it > seems to work as suspected, I'm printing out the tree when it's updated. But > I can't figure out how to rerender the JSVGCanvas it is associated with when > elements is added to the document. > > Please help. > > /fredrik > > ________________________ > Fredrik Bj?rklund > Visual Bioinformatics AB > Box 700 06 > SE-100 44 STOCKHOLM > +46 8 790 66 81 > > --------------------------------------------------------------------- > 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] > > --------------------------------------------------------------------- > 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]
