jeremias 2005/02/17 01:36:53
Modified: examples/fo/advanced giro.fo
Log:
region-after may not have borders. Used an absolutely positioned
block-container instead.
Revision Changes Path
1.4 +4 -1 xml-fop/examples/fo/advanced/giro.fo
Index: giro.fo
===================================================================
RCS file: /home/cvs/xml-fop/examples/fo/advanced/giro.fo,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- giro.fo 22 Feb 2004 13:37:06 -0000 1.3
+++ giro.fo 17 Feb 2005 09:36:53 -0000 1.4
@@ -7,7 +7,7 @@
page-height="29.7cm"
margin-top="5mm">
<fo:region-body margin-bottom="4.5in" margin-right="5mm"
margin-left="5mm" margin-top="5mm"/>
- <fo:region-after extent="4in" border-top-color="silver"
border-top-style="dotted" border-top-width="0.13mm"/>
+ <fo:region-after extent="4in"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="rest"
page-width="21cm"
@@ -29,6 +29,9 @@
<fo:page-sequence master-reference="A4">
<fo:static-content flow-name="xsl-region-after">
+ <fo:block-container absolute-position="absolute" width="100%"
height="100%" border-top-color="silver" border-top-style="dotted"
border-top-width="0.13mm">
+ <fo:block/>
+ </fo:block-container>
<fo:table space-before.optimum="1in div 12" margin-left="2in div
12" margin-top="1in div 10" font-family="sans-serif" font-size="7pt"
color="green">
<fo:table-column column-width="8in div 10 - 2in div 12"/>
<fo:table-column border-right-style="solid"
border-right-width="0.5mm" column-width="36in div 10"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]