diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-03-14 11:15:24 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-03-14 11:15:24 +0000 |
commit | 5ed52d9f31436a693484dd9179b422c544b004bb (patch) | |
tree | 94fc98d33dd51df5a121a5c7414e455c772527ac /status.xml | |
parent | 107b703b63ee45bc0e04f1de603affa875cd3c6d (diff) | |
download | xmlgraphics-fop-5ed52d9f31436a693484dd9179b422c544b004bb.tar.gz xmlgraphics-fop-5ed52d9f31436a693484dd9179b422c544b004bb.zip |
Bugzilla #44412:
Bugfix: When there was a forced break after a block with (conditional) borders the border-after wasn't painted.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@637057 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/status.xml b/status.xml index 8a4fc3da9..7dd97654a 100644 --- a/status.xml +++ b/status.xml @@ -52,13 +52,17 @@ </contexts> <changes> - <!--release version="FOP Trunk" date="TBD"--> + <release version="FOP Trunk" date="TBD"> <!-- change reverted, to be added back later <action context="Renderers" dev="AC" importance="high" type="add"> Added SVG support for AFP (GOCA). </action> --> - <!--/release--> + <action context="Layout" dev="JM" type="fix" fixes-bug="44412"> + Bugfix: When there was a forced break after a block with (conditional) borders the + border-after wasn't painted. + </action> + </release> <release version="0.95beta" date="17 March 2008"> <notes> <section> |