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/06/11 17:32:12 UTC

cvs commit: xml-fop/docs/examples/svg multi.svg external.fo

keiron      2002/06/11 08:32:12

  Modified:    docs/examples/svg multi.svg external.fo
  Log:
  fixed xlink namespace and put text in a more suitable position
  
  Revision  Changes    Path
  1.2       +2 -2      xml-fop/docs/examples/svg/multi.svg
  
  Index: multi.svg
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/examples/svg/multi.svg,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- multi.svg	8 Jun 2001 08:56:02 -0000	1.1
  +++ multi.svg	11 Jun 2002 15:32:12 -0000	1.2
  @@ -2,13 +2,13 @@
   <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000802//EN"
   "http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd">
   
  -<svg width="60" height="40" xml:space="preserve">
  +<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="60" height="40" xml:space="preserve">
     <g style="fill:none;stroke:yellow">
        <rect x="0" y="0" width="25" height="25"/>
        <image xlink:href="file:boxes.svg" x="10" y="10" width="20" height="20"/>
     </g>
     <g>
  -    <use xlink:href="file:ref.svg#FOP" transform="scale(1.5)" x="18" y="40"/>
  +    <use xlink:href="file:ref.svg#FOP" transform="scale(1.5)" x="12" y="25"/>
     </g>
   </svg>
   
  
  
  
  1.5       +2 -2      xml-fop/docs/examples/svg/external.fo
  
  Index: external.fo
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/examples/svg/external.fo,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- external.fo	11 Dec 2001 12:08:30 -0000	1.4
  +++ external.fo	11 Jun 2002 15:32:12 -0000	1.5
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  +<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xlink="http://www.w3.org/1999/xlink">
     <fo:layout-master-set>
       <fo:simple-page-master
     margin-right="1.5cm"
  @@ -79,7 +79,7 @@
        <image xlink:href="file:boxes.svg" x="10" y="10" width="20" height="20"/>
     </g>
     <g>
  -    <use xlink:href="file:ref.svg#FOP" transform="scale(1.5)" x="18" y="40"/>
  +    <use xlink:href="file:ref.svg#FOP" transform="scale(1.5)" x="12" y="25"/>
     </g>
   </svg>
   </fo:instream-foreign-object>
  
  
  

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