vhardy      01/09/07 06:18:11

  Modified:    samples/tests image-rendering.svg
  Log:
  Modified <image> parameters.
  
  Revision  Changes    Path
  1.2       +7 -7      xml-batik/samples/tests/image-rendering.svg
  
  Index: image-rendering.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/tests/image-rendering.svg,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- image-rendering.svg       2001/03/30 11:46:02     1.1
  +++ image-rendering.svg       2001/09/07 13:18:11     1.2
  @@ -14,7 +14,7 @@
   <!--  Test 'image-rendering' property                                          -->
   <!--                                                                           -->
   <!-- @author [EMAIL PROTECTED]                                               -->
  -<!-- @version $Id: image-rendering.svg,v 1.1 2001/03/30 11:46:02 tkormann Exp $ -->
  +<!-- @version $Id: image-rendering.svg,v 1.2 2001/09/07 13:18:11 vhardy Exp $ -->
   <!-- ========================================================================= -->
   
   <?xml-stylesheet type="text/css" href="test.css" ?>
  @@ -31,15 +31,15 @@
     </text>
   
     <g>
  -    <image x="60" y="90" width="100" height="100" xlink:href="jpeg.jpg" 
style="image-rendering:auto"/>
  -    <image x="260" y="90" width="100" height="100" xlink:href="jpeg.jpg" 
style="image-rendering:optimizeSpeed"/>
  -    <image x="60" y="240" width="100" height="100" xlink:href="jpeg.jpg" 
style="image-rendering:optimizeQuality"/>
  +    <image x="60" y="90" width="150" height="50" xlink:href="jpeg.jpg" 
style="image-rendering:auto"/>
  +    <image x="260" y="90" width="150" height="50" xlink:href="jpeg.jpg" 
style="image-rendering:optimizeSpeed"/>
  +    <image x="60" y="200" width="150" height="50" xlink:href="jpeg.jpg" 
style="image-rendering:optimizeQuality"/>
     </g>
   
     <g style="font-size:11;fill:black;stroke:none;text-anchor:middle">
  -  <text x="110" y="204">auto</text>
  -  <text x="310" y="204">optimizeSpeed</text>
  -  <text x="110" y="354">optimizeQuality</text>
  +    <text x="135" y="160">auto</text>
  +    <text x="335" y="160">optimizeSpeed</text>
  +    <text x="135" y="270">optimizeQuality</text>
     </g>
   </g>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to