]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
looks more like the spec example
authorKeiron Liddle <keiron@apache.org>
Thu, 19 Sep 2002 06:52:14 +0000 (06:52 +0000)
committerKeiron Liddle <keiron@apache.org>
Thu, 19 Sep 2002 06:52:14 +0000 (06:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195233 13f79535-47bb-0310-9956-ffa450edef68

docs/examples/fo/alignment.fo

index a0ca7f122028da07f44f19ceb3305ba5b6943a45..24c4f9f9474acee2a482c9f59729b901d26501f0 100644 (file)
@@ -1,7 +1,7 @@
 <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg">
 <fo:layout-master-set>
   <fo:simple-page-master master-name="one">
-    <fo:region-body margin-top="25pt" margin-bottom="25pt" margin-left="35pt" margin-right="30pt" />
+    <fo:region-body margin-top="25pt" margin-bottom="25pt" margin-left="20pt" margin-right="20pt" />
   </fo:simple-page-master>
 </fo:layout-master-set>
 <fo:page-sequence master-reference="one">
@@ -199,6 +199,9 @@ This is a line with before-edge
 And this is the line of text that follows the line with the aligned objects on it.
 And finally, this line illustrates the normal spacing between lines of text in this font.
 </fo:block>
+
+<fo:block space-after="15pt"><fo:leader leader-pattern="rule"/></fo:block>
+
     </fo:flow>
   </fo:page-sequence>
 </fo:root>