keiron      2002/09/18 23:52:14

  Modified:    docs/examples/fo alignment.fo
  Log:
  looks more like the spec example
  
  Revision  Changes    Path
  1.4       +4 -1      xml-fop/docs/examples/fo/alignment.fo
  
  Index: alignment.fo
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/examples/fo/alignment.fo,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- alignment.fo      23 Aug 2002 12:53:45 -0000      1.3
  +++ alignment.fo      19 Sep 2002 06:52:14 -0000      1.4
  @@ -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 @@
   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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to