diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2009-05-08 11:21:41 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2009-05-08 11:21:41 +0000 |
commit | 03ed498076aaabc791e5c89aea84f4d3c5efc9aa (patch) | |
tree | d7380be3e1a5e86f08a9549d6fcca2e4b28f3ca2 /status.xml | |
parent | a19fc7534d33c24a92ae88bbf172fc99327cf792 (diff) | |
download | xmlgraphics-fop-03ed498076aaabc791e5c89aea84f4d3c5efc9aa.tar.gz xmlgraphics-fop-03ed498076aaabc791e5c89aea84f4d3c5efc9aa.zip |
Bugfix: use the effective color profile supplied by the ImageEncodingHelper, instead of the original one.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@772943 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml index bc856a89c..27f7bc2c1 100644 --- a/status.xml +++ b/status.xml @@ -58,6 +58,10 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <action context="Images" dev="JM" type="fix"> + Bugfix: use the effective color profile supplied by the ImageEncodingHelper, instead of the + original one. + </action> <action context="Renderers" dev="JM" type="fix"> Bugfix: reset graphic state when a page is finished in PostScript. </action> |