So, here's the Issue: when the GVT tree first finishes rendering, everything's fine; but if I resize the component, how do I know that the layout needs to be rebuilt? Right now, I've overridden JSVGCanvas.paintComponent() to call 'doLayout()'. Obviously this is not an ideal solution.
Looking at the JSVGViewerFrame of the Squiggle application [1], method gvtRenderingPrepare() appears to be called whenever the user resizes the Squiggle window and a redraw occurs. Perhaps that is what you're looking for.
Glen
[1 - line 2132] http://cvs.apache.org/viewcvs.cgi/xml-batik/sources/org/apache/batik/apps/svgbrowser/JSVGViewerFrame.java?annotate=1.101
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]