deweese 2003/06/16 18:37:57Sorry Log didn't get sent:
Modified: sources/org/apache/batik/apps/svgbrowser JSVGViewerFrame.java sources/org/apache/batik/bridge SVGEllipseElementBridge.java SVGShapeElementBridge.java SVGUtilities.java sources/org/apache/batik/gvt ShapeNode.java sources/org/apache/batik/swing JSVGCanvas.java sources/org/apache/batik/swing/svg JSVGComponent.java Log:
1) JSVGComponent no longer calls 'pack' on it's parent Window.
The 'setMySize' method moved from the inner class of JSVGComponent,
SVGListener to JSVGComponent it's self. It now calls
setPreferredSize and invalidate only.
JSVGFrame (batik.apps.svgbrowser) now subclasses the JSVGCanvas
to call pack (if autoresize is true - browser preference).
2) Zero W/H elements now generate ShapeNodes with null geometry.
I think this works for all cases, but since you got this anyway when a script modifed the DOM after load I figure even if there are
still some problems it's better than it was.
Display still isn't implemented (it's tricker since it effects composite graphics nodes as well).
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]