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 03:55:10 UTC

cvs commit: xml-fop/docs/bugtests svg-lingrad.fo

keiron      01/01/29 18:55:10

  Modified:    docs/bugtests svg-lingrad.fo
  Log:
  made the fo valid
  
  Revision  Changes    Path
  1.6       +2 -0      xml-fop/docs/bugtests/svg-lingrad.fo
  
  Index: svg-lingrad.fo
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/bugtests/svg-lingrad.fo,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- svg-lingrad.fo	2000/09/15 00:09:02	1.5
  +++ svg-lingrad.fo	2001/01/30 02:55:08	1.6
  @@ -6,6 +6,7 @@
   </fo:layout-master-set>
   <fo:page-sequence master-name="one">
   <fo:flow flow-name="xsl-region-body">
  +<fo:block>
   <fo:instream-foreign-object>
   <svg:svg width="500" height="400">
     <svg:defs>
  @@ -20,6 +21,7 @@
     </svg:g>
   </svg:svg>
   </fo:instream-foreign-object>
  +</fo:block>
         <fo:block>The above is an example of an SVG graphic</fo:block>
       </fo:flow>
     </fo:page-sequence>