You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ke...@apache.org on 2002/08/23 14:53:45 UTC

cvs commit: xml-fop/docs/examples/fo alignment.fo

keiron      2002/08/23 05:53:45

  Modified:    docs/examples/fo alignment.fo
  Log:
  fixed leader pattern
  
  Revision  Changes    Path
  1.3       +4 -4      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- alignment.fo	22 Apr 2002 13:48:57 -0000	1.2
  +++ alignment.fo	23 Aug 2002 12:53:45 -0000	1.3
  @@ -50,7 +50,7 @@
   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-length="100%"/></fo:block>
  +<fo:block space-after="15pt"><fo:leader leader-pattern="rule"/></fo:block>
   
         <fo:block><fo:inline font-weight="bold">Ex 2:</fo:inline> This
   is a longer line of text that provides a context for the line with the images aligned on it.
  @@ -91,7 +91,7 @@
   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-length="100%"/></fo:block>
  +<fo:block space-after="15pt"><fo:leader leader-pattern="rule"/></fo:block>
   
         <fo:block><fo:inline font-weight="bold">Ex 3:</fo:inline> This
   is a longer line of text that provides a context for the line with the images aligned on it.
  @@ -125,7 +125,7 @@
   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-length="100%"/></fo:block>
  +<fo:block space-after="15pt"><fo:leader leader-pattern="rule"/></fo:block>
   
         <fo:block><fo:inline font-weight="bold">Ex 4:</fo:inline> This
   is a longer line of text that provides a context for the line with the images aligned on it.
  @@ -159,7 +159,7 @@
   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-length="100%"/></fo:block>
  +<fo:block space-after="15pt"><fo:leader leader-pattern="rule"/></fo:block>
   
         <fo:block><fo:inline font-weight="bold">Ex 5:</fo:inline> This
   is a longer line of text that provides a context for the line with the images aligned on it.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org