]> source.dussan.org Git - xmlgraphics-fop.git/commit
Removed FopFactory.getColorSpace() in favor of FopFactory.getColorSpaceCache() to...
authorJeremias Maerki <jeremias@apache.org>
Tue, 18 Jan 2011 16:40:13 +0000 (16:40 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 18 Jan 2011 16:40:13 +0000 (16:40 +0000)
commitd3d628c0b698ca5dfe7e7246028bad9634882d82
tree88715ef0643a71b74534b4df0d9e9fc83b665a2a
parent463d94cbe9455244e1c52187a5ed8436d9479b71
Removed FopFactory.getColorSpace() in favor of FopFactory.getColorSpaceCache() to better follow the pattern we use for the FontManager and ImageManager.
Increased accuracy for sRGB derivation.
Fixed some tests.
Fixed bug in ColorUtil.toSRGBColor().
Documented inconsistency inside java.awt.Color in ColorUtilTest.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@1060457 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/apps/FopFactory.java
src/java/org/apache/fop/util/ColorUtil.java
test/java/org/apache/fop/traits/BorderPropsTestCase.java
test/java/org/apache/fop/util/ColorUtilTestCase.java