diff options
author | Jeremias Maerki <jeremias@apache.org> | 2007-02-03 22:31:34 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2007-02-03 22:31:34 +0000 |
commit | 838b976e8a371dbec1c6d3a4780e653442aff157 (patch) | |
tree | a07cace149adbf0cf45e876d20a386ac1fffbe66 /status.xml | |
parent | d8c9af01d3bdf2943d226e67e987d9e140e43b58 (diff) | |
download | xmlgraphics-fop-838b976e8a371dbec1c6d3a4780e653442aff157.tar.gz xmlgraphics-fop-838b976e8a371dbec1c6d3a4780e653442aff157.zip |
Bugzilla #41488:
Fix for NPE with PNG images for RTF output.
Submitted by: Dominic Brügger <bruegger.at.puzzle.ch>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@503326 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 5e11e4247..49750b3d2 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,9 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="fix" fixes-bug="41488" due-to="Dominic Brügger"> + Fix for NPE with PNG images for RTF output. + </action> <action context="Code" dev="JM" type="add"> Support for soft masks (transparency) with ImageIO image adapter. </action> |