> I am extending Batik with some basic SVG editing capabilities and > have a few > questions: > > 1) Can the GVT tree be updated in response to Interactor events? (These > events might be to select, move, resize, insert, or delete > GraphicsNodes in > the GVT tree.) What happens if I modify, insert, or delete a node > in the GVT > tree programmatically? Does the JGVTComponent repaint itself? > > 2) Is there any capability to convert a GVT tree back into an SVG DOM?
Once again, we highly recommend to manipulate the SVG DOM instead of GVT. Though GVT can be updated, it's much more difficult to setup up all the stuffs. Thierry. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
