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 16:36:37 UTC

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

keiron      2002/08/23 07:36:37

  Modified:    docs/examples/fo leader.fo
  Log:
  added some use-content examples
  
  Revision  Changes    Path
  1.9       +23 -0     xml-fop/docs/examples/fo/leader.fo
  
  Index: leader.fo
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/examples/fo/leader.fo,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- leader.fo	11 Dec 2001 12:08:28 -0000	1.8
  +++ leader.fo	23 Aug 2002 14:36:37 -0000	1.9
  @@ -719,7 +719,30 @@
         </fo:block>
   
   
  +      <fo:block text-align="start">Characters:
  +        <fo:leader leader-pattern="use-content">abcd</fo:leader>
  +      </fo:block>
   
  +      <fo:block text-align="start">Set width:
  +        <fo:leader leader-pattern="use-content"
  +            leader-pattern-width="50pt">abcd</fo:leader>
  +      </fo:block>
  +
  +      <fo:block text-align="start">Small Width:
  +        <fo:leader leader-pattern="use-content"
  +                   leader-pattern-width="2pt">abcd</fo:leader>
  +      </fo:block>
  +
  +      <fo:block text-align="start">SVG:
  +        <fo:leader leader-pattern="use-content">
  +<fo:instream-foreign-object>
  +<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
  +<rect x="0" y="0" width="5" height="5" style="fill:red"/>
  +<rect x="5" y="5" width="5" height="5" style="fill:black"/>
  +</svg>
  +</fo:instream-foreign-object>
  +        </fo:leader>
  +      </fo:block>
       </fo:flow>
     </fo:page-sequence>
   </fo:root>
  
  
  

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