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 2001/01/30 04:00:10 UTC

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

keiron      01/01/29 19:00:09

  Modified:    docs/examples/fo instream.fo
  Log:
  made fo valid
  
  Revision  Changes    Path
  1.2       +0 -18     xml-fop/docs/examples/fo/instream.fo
  
  Index: instream.fo
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/examples/fo/instream.fo,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- instream.fo	2000/09/19 00:10:08	1.1
  +++ instream.fo	2001/01/30 03:00:07	1.2
  @@ -6,25 +6,7 @@
   </fo:layout-master-set>
   <fo:page-sequence master-name="one">
   <fo:flow flow-name="xsl-region-body">
  -<fo:instream-foreign-object>
  -<svg:svg width="250" height="50">
  -  <svg:g style="fill:red; stroke:#000000">
  -     <svg:rect x="0" y="0" width="15" height="15"/>
  -     <svg:rect x="5" y="5" width="15" height="15"/>
  -  </svg:g>
  -    <svg:text x="10" y="30">SVG placed in flow before anything</svg:text>
  -</svg:svg>
  -</fo:instream-foreign-object>
         <fo:block>This is used to show how foreign objects are placed in a line area.</fo:block>
  -<fo:instream-foreign-object>
  -<svg:svg width="250" height="50">
  -  <svg:g style="fill:red; stroke:#000000">
  -     <svg:rect x="0" y="0" width="15" height="15"/>
  -     <svg:rect x="5" y="5" width="15" height="15"/>
  -  </svg:g>
  -    <svg:text x="10" y="30">SVG placed in flow after a block</svg:text>
  -</svg:svg>
  -</fo:instream-foreign-object>
         <fo:block>
         	Some block text to separate instream objects.
         </fo:block>