You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by vh...@apache.org on 2001/11/02 18:07:00 UTC

cvs commit: xml-batik/samples/tests/spec/structure image.svg

vhardy      01/11/02 09:07:00

  Modified:    samples/tests/spec/structure image.svg
  Log:
  Fixed attribute error in image.svg
  
  Revision  Changes    Path
  1.2       +2 -2      xml-batik/samples/tests/spec/structure/image.svg
  
  Index: image.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/tests/spec/structure/image.svg,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- image.svg	2001/10/15 09:10:06	1.1
  +++ image.svg	2001/11/02 17:07:00	1.2
  @@ -14,7 +14,7 @@
   <!-- Image element references an SVG file                                      -->
   <!--                                                                           -->
   <!-- @author Thierry.Kormann@sophia.inria.fr                                   -->
  -<!-- @version $Id: image.svg,v 1.1 2001/10/15 09:10:06 vhardy Exp $     -->
  +<!-- @version $Id: image.svg,v 1.2 2001/11/02 17:07:00 vhardy Exp $     -->
   <!-- ========================================================================= -->
   
   <?xml-stylesheet type="text/css" href="../../resources/style/test.css" ?>
  @@ -31,7 +31,7 @@
   
           <g transform="translate(0, 50)">
               <image xlink:href="../../resources/images/svg.svg" x="75" y="10" width="300" height="193.45" 
  -                   viewBox="0 0 210 170" preserveAspectRatio="xMidYMin meet"/>
  +                   preserveAspectRatio="xMidYMin meet"/>
               <image xlink:href="../../resources/images/png.png" x="75" y="195" width="300" height="100" />
               <image xlink:href="../../resources/images/jpeg.jpg" x="75" y="320" width="300" height="100" />
           </g>
  
  
  

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