diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2008-03-05 18:22:06 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2008-03-05 18:22:06 +0000 |
commit | 77c8566a57472e33049c8e02dd753dd79944e2ad (patch) | |
tree | d8b4f12d368f8f247e16772a2053b2e9b1c373b5 /status.xml | |
parent | 3fc5d3af38b065c8298c1f56efbc810f399213c7 (diff) | |
download | xmlgraphics-fop-77c8566a57472e33049c8e02dd753dd79944e2ad.tar.gz xmlgraphics-fop-77c8566a57472e33049c8e02dd753dd79944e2ad.zip |
- Fixed the rendering of the area of a table corresponding to border-separation, which must be filled with the background of the table, and not the rows.
- Improved conformance: even if a table-cell spans several rows its background must correspond to the first row spanned.
- Added support for background on fo:table-column and fo:table-header/footer/body
TODO more testcases needed, especially tables with collapsing border model and tables broken over pages
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633961 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/status.xml b/status.xml index e622c589f..594b113e1 100644 --- a/status.xml +++ b/status.xml @@ -94,6 +94,17 @@ </p> </section> </notes> + <action context="Layout" dev="VH" type="add" importance="high"> + Added support for background on fo:table-column and fo:table-header/footer/body elements. + </action> + <action context="Layout" dev="VH" type="fix"> + Fixed the rendering of the area of a table corresponding to border-separation, which must + be filled with the background of the table, and not the rows. + </action> + <action context="Layout" dev="VH" type="fix"> + Improved conformance: even if a table-cell spans several rows its background must + correspond to the first row spanned. + </action> <action context="Renderers" dev="JM" type="fix" due-to="Gordon Cooke"> Slight improvement for thin lines in Java2D/AWT output. </action> |