You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Richard Huxton <de...@archonet.com> on 2000/11/02 21:43:42 UTC

Minor bug in CVS vn of ColorType

I was looking at the area tree and memory usage and spotted a small typo in
fop/datatypes/ColorType.java

Line 416(ish)
 int[][] vals = {

should probably be:

 final static int[][] vals = {

Isn't in .14.0 - seems to have been introduced in the last update

Thanks

- Richard Huxton