diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2009-11-23 11:46:55 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2009-11-23 11:46:55 +0000 |
commit | c161b98d6d5e129705cd51e28ac912508771076e (patch) | |
tree | 561a07e887d42f36f1463c8aa9c39f774e10aedf /status.xml | |
parent | 1bc82acecdfd8d7f59641ec40e969c47cc740bd6 (diff) | |
download | xmlgraphics-fop-c161b98d6d5e129705cd51e28ac912508771076e.tar.gz xmlgraphics-fop-c161b98d6d5e129705cd51e28ac912508771076e.zip |
Bugzilla #48167: when #CMYK pseudo-profile was used in the rgb-icc() function, always the fallback RGB colors were used instead.
Patch submitted by Venkat Reddy
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@883310 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 f3f22de2e..9ca9b0c01 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="Code" dev="VH" type="fix" fixes-bug="48167" due-to="Venkat Reddy"> + Bugfix: when #CMYK pseudo-profile was used in the rgb-icc() function, always the fallback + RGB colors were used instead. + </action> <action context="Layout" dev="VH" type="fix" fixes-bug="48082"> Bugfix: value of conditional space not always taken into account in the calculation of a table’s height. |