diff options
author | Steve Coffman <gears@apache.org> | 2000-05-16 19:53:11 +0000 |
---|---|---|
committer | Steve Coffman <gears@apache.org> | 2000-05-16 19:53:11 +0000 |
commit | ea778ff1f7256c3a8fbc55796d317af1bd5cc624 (patch) | |
tree | d696bd555d5ade5e794e0e6a82cbced7583c91ed /docs/examples/fo | |
parent | 989ed10627c5d1f489317a56895cd29e63d38826 (diff) | |
download | xmlgraphics-fop-ea778ff1f7256c3a8fbc55796d317af1bd5cc624.tar.gz xmlgraphics-fop-ea778ff1f7256c3a8fbc55796d317af1bd5cc624.zip |
This patch applies Jordan Naftolin's fix for extra space being added to the bottom of tables. It also fixes the border.fo so the year is "2000" rather than "20000". Heh.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193348 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/examples/fo')
-rw-r--r-- | docs/examples/fo/border.fo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/fo/border.fo b/docs/examples/fo/border.fo index 919f291b4..ac1b3415d 100644 --- a/docs/examples/fo/border.fo +++ b/docs/examples/fo/border.fo @@ -41,7 +41,7 @@ </fo:block-container> <fo:block-container border-color="black" border-style="solid" border-width="1pt" height="0.5cm" width="2.5cm" top="1.7cm" left="14cm" padding="2pt" position="absolute"> <fo:block text-align="start" space-after.optimum="3pt" line-height="15pt" font-family="sans-serif" font-size="10pt"> - 01/01/20000 + 01/01/2000 </fo:block> </fo:block-container> <fo:block-container border-color="black" border-style="solid" border-width="1pt" height="0.5cm" width="2.5cm" top="1.2cm" left="16.5cm" padding="2pt" position="absolute"> |