cvs commit: xml-batik/sources/org/apache/batik/gvt CompositeShapePainter.java FillShapePainter.java MarkerShapePainter.java ShapeNode.java ShapePainter.java StrokeShapePainter.java

2002-02-06 Thread vhardy
vhardy 02/02/06 05:18:33 Modified:sources/org/apache/batik/gvt CompositeShapePainter.java FillShapePainter.java MarkerShapePainter.java ShapeNode.java ShapePainter.java StrokeShapePainter.java Log: Added

cvs commit: xml-batik/resources/org/apache/batik/apps/svgbrowser/resources GUI.properties

2002-02-06 Thread vhardy
vhardy 02/02/06 05:47:17 Modified:resources/org/apache/batik/apps/svgbrowser/resources GUI.properties Log: Split contributor list into commiters and contributors. Revision ChangesPath 1.42 +11 -7

cvs commit: xml-batik/sources/org/apache/batik/apps/svgbrowser Main.java AboutDialog.java

2002-02-06 Thread vhardy
vhardy 02/02/06 06:04:55 Modified:sources/org/apache/batik/apps/svgbrowser Main.java AboutDialog.java Log: Fixed AboutBox layout issue. Revision ChangesPath 1.25 +1 -2 xml-batik/sources/org/apache/batik/apps/svgbrowser/Main.java

cvs commit: xml-batik/sources/org/apache/batik/gvtCompositeShapePainter.java FillShapePainter.java MarkerShapePainter.javaShapeNode.java ShapePainter.java StrokeShapePainter.java

2002-02-06 Thread Thomas E Deweese
VH == Vincent Hardy [EMAIL PROTECTED] writes: VH getPaintedBounds Can I quickly rename this to getPaintedBounds2D ? This is used very uniformly for methods that return Rect2D vs. Rect (with the exception of GraphicsNode :(.

Re: cvs commit: xml-batik/sources/org/apache/batik/gvtCompositeShapePainter.java FillShapePainter.java MarkerShapePainter.javaShapeNode.java ShapePainter.java StrokeShapePainter.java

2002-02-06 Thread Vincent Hardy
Sure, go for it. Vincent. Thomas E Deweese wrote: VH == Vincent Hardy [EMAIL PROTECTED] writes: VH getPaintedBounds Can I quickly rename this to getPaintedBounds2D ? This is used very uniformly for methods that return Rect2D vs. Rect (with the exception of GraphicsNode :(.

cvs commit: xml-batik/sources/org/apache/batik/gvt/font FontFamilyResolver.java

2002-02-06 Thread vhardy
vhardy 02/02/06 08:43:03 Modified:sources/org/apache/batik/bridge SVGFontUtilities.java sources/org/apache/batik/gvt/font FontFamilyResolver.java Log: Made font-family selection case-insensitive to match other implementation's behavior. See new test case in

cvs commit: xml-batik/samples/tests/spec/fonts fontFamilyCaseSensitivity.svg

2002-02-06 Thread vhardy
vhardy 02/02/06 08:51:51 Added: samples/tests/spec/fonts fontFamilyCaseSensitivity.svg Log: font-family case insensitivity test. Revision ChangesPath 1.1 xml-batik/samples/tests/spec/fonts/fontFamilyCaseSensitivity.svg Index:

cvs commit: xml-batik/test-references/samples/tests/spec/painting display.png

2002-02-06 Thread vhardy
vhardy 02/02/06 09:04:37 Modified:test-references/samples/tests/spec/painting display.png Log: New reference image with minor diff. Revision ChangesPath 1.3 +29 -33 xml-batik/test-references/samples/tests/spec/painting/display.png Binary file

cvs commit: xml-batik/sources/org/apache/batik/bridge SVGUseElementBridge.java

2002-02-06 Thread tkormann
tkormann02/02/06 09:26:29 Modified:samples/tests/spec/structure useTargets.svg xmlBase.svg sources/org/apache/batik/bridge SVGUseElementBridge.java Log: fix bug 6172. combined x,y and trasform on use now works as supposed to. 2 tests changed due to the

cvs commit: xml-batik/sources/org/apache/batik/gvt CompositeShapePainter.java FillShapePainter.java MarkerShapePainter.java ShapeNode.java ShapePainter.java StrokeShapePainter.java

2002-02-06 Thread deweese
deweese 02/02/06 09:52:37 Modified:sources/org/apache/batik/gvt CompositeShapePainter.java FillShapePainter.java MarkerShapePainter.java ShapeNode.java ShapePainter.java StrokeShapePainter.java Log: Renamed

cvs commit: xml-batik/sources/org/apache/batik/dom DocumentWrapper.java

2002-02-06 Thread hillion
hillion 02/02/07 00:01:06 Modified:samples/tests/spec/scripting xyModifOnClick.svg sources/org/apache/batik/bridge BridgeEventSupport.java sources/org/apache/batik/dom DocumentWrapper.java Log: - Fixed the bug which caused xyModifOnClick.svg to throw