diff options
author | fotis <fotis@unknown> | 2000-12-02 22:04:06 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2000-12-02 22:04:06 +0000 |
commit | 68d9473ba8b5673a05ca055101c6024c31d93469 (patch) | |
tree | a1f90bb0042401a021fa9e53e0cd0495c8077793 /STATUS | |
parent | 8ff24e6035b168d5e9553a254dc1946481e6f6d6 (diff) | |
download | xmlgraphics-fop-68d9473ba8b5673a05ca055101c6024c31d93469.tar.gz xmlgraphics-fop-68d9473ba8b5673a05ca055101c6024c31d93469.zip |
oops: added further files for rule-style
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193856 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -29,6 +29,7 @@ Jon Smirl Done since 0.15 release - added: FopImage class that uses JAI [Eric Schaeffer] and JAI compile target [Kelly Campbell] +- added: support for rule-style [Fotis Jannidis] - updated: svg stuff for the latest java bindings [Keiron Liddle] - fixed: enhanced error messages for page layout (region names, master) [Norm Walsh] - fixed: infinite looping bug when TableCell or TableRow is larger than a page [Hani Elabed] @@ -221,8 +222,9 @@ extended - colour not continued onto subsequent pages if coloured block goes over page - keep-next doesn't work and doubles the text lines which should be moved to the next page - border width in fo:table is added to the start position of the next block or - table (see page 6 in table.fo for a test case) - + table (see page 6 in examples/fo/table.fo for a test case) +- if a block, which is positioned with space-before, doesn't fit on the current page, + it gets lost. (see space-before.fo in bugtests/fo for a test case) SVG |