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/18 12:58:21 UTC

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

keiron      2002/06/18 03:58:21

  Modified:    docs/examples/svg Tag: fop-0_20_2-maintain external.fo
                        multi.svg
  Log:
  added xlink ns
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.2   +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.3.2.1
  retrieving revision 1.3.2.2
  diff -u -r1.3.2.1 -r1.3.2.2
  --- external.fo	6 Dec 2001 21:28:20 -0000	1.3.2.1
  +++ external.fo	18 Jun 2002 10:58:21 -0000	1.3.2.2
  @@ -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>
  
  
  
  1.1.2.1   +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.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- multi.svg	8 Jun 2001 08:56:02 -0000	1.1
  +++ multi.svg	18 Jun 2002 10:58:21 -0000	1.1.2.1
  @@ -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>
   
  
  
  

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