You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by Thomas E Deweese <th...@kodak.com> on 2000/11/29 23:03:04 UTC

[Commit] enable-background finished

1) enable-background should be considered complete.  I had to fix a
   few bugs dealing with coordinate system transforms.

2) Added a new test case for enableBackground (ugly as sin, but fairly
   complete).

3) Brought GraphicsUtil.drawImage back in sync with new GraphicsNodeRable.

4) Minor fix in ConcreteClipRable (handle device region empty).

5) Commentary clean up in ConcreatePadRable.java and feMerge.svg

Modified files.
---------------
xml-batik/samples/tests/feMerge.svg
xml-batik/samples/tests/enableBackground.svg
xml-batik/sources/org/apache/batik/refimpl/gvt/filter/ConcreteBackgroundRable.java
xml-batik/sources/org/apache/batik/refimpl/gvt/filter/ConcreteClipRable.java
xml-batik/sources/org/apache/batik/refimpl/gvt/filter/ConcreteGraphicsNodeRable.java
xml-batik/sources/org/apache/batik/refimpl/gvt/filter/ConcretePadRable.java
xml-batik/sources/org/apache/batik/util/awt/image/GraphicsUtil.java