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 Vincent Hardy <vh...@eng.sun.com> on 2001/01/24 06:48:12 UTC

[design] Filter repackaging

Hello,

I just finished the repackaging of the filters as follows:

a. Filters that are generic, not dependant on GVT, have been moved to
   the org.apache.batik.ext.awt.image.xx packages.

b. Other filters remain in the org.apache.batik.gvt.filter package.

c. Renaming: ConcreteFilterXYZ are now FilterXYZ8Bit.

d. The ....ext.awt.image package has been subdivided into renderable
   and rendered.

Make sure you 'cvs update -Pd' (don't forget the -d).
Cheers.
V.