> How do I repaint a GVT tree in a JSVGCanvas without rebuilding > the GVT tree > from the SVG DOM? > > The Javadoc for JSVGComponent illustrates the following rendering steps: > > 1) Building DOM > 2) Building GVT > 3) Execute SVGLoad events > 4) Rendering GVT > 5) Update threads started > > My question is, how do I re-execute step 4?
You should find what you want in the JGVTComponent under the batik.swing.gvt package. Everything is protected (that's one of our design rule :) Thierry. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
