diff options
author | jtauber <jtauber@unknown> | 1999-11-30 02:15:22 +0000 |
---|---|---|
committer | jtauber <jtauber@unknown> | 1999-11-30 02:15:22 +0000 |
commit | 5dcd4c19fe3eb7526418cbb6a583515244d045e8 (patch) | |
tree | 6d55afcd1edce83a52816aa3568ce816acad7546 /STATUS | |
parent | a7a32c5812b8589893a80f5a6f127cf61ce64ecc (diff) | |
download | xmlgraphics-fop-5dcd4c19fe3eb7526418cbb6a583515244d045e8.tar.gz xmlgraphics-fop-5dcd4c19fe3eb7526418cbb6a583515244d045e8.zip |
added basic support for padding-{top,left,bottom,right} on blocks
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193256 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -5,6 +5,7 @@ STATUS Things to do: Get images working +[PARTIAL] Get padding working [PARTIAL] Incorporate Arved Sandstrom's simple-link implementation [PARTIAL] Implement basic keeps [PARTIAL] Incorporate Eric Schaeffer's further table fixes @@ -28,7 +29,11 @@ Todo's and problems with AWT Previewer: - should "preview" be an option when calling FOP instead of having it's own main method? -Done: +Done since 0.12.0 release: + +basic support for padding-{top,left,bottom,right} on blocks. + +Done for 0.12.0 release: Make sure Makefiles work Switch to using Status object as return from layout() |