vhardy      2003/07/01 02:43:09

  Modified:    test-resources/org/apache/batik/test samplesRendering.xml
               .        build.xml
  Added:       test-resources/org/apache/batik/test/svg bug19363.svg
               test-references/test-resources/org/apache/batik/test/svg
                        bug19363.png
  Log:
  Added regression test for bug 19363
  
  Revision  Changes    Path
  1.1                  xml-batik/test-resources/org/apache/batik/test/svg/bug19363.svg
  
  Index: bug19363.svg
  ===================================================================
  <?xml version="1.0" ?>
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
  "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";>
  <svg width="100" height="100" viewBox="0 0 100 100" 
xmlns:xlink="http://www.w3.org/1999/xlink";>
    <defs>
      <rect id="clipper" width="0" height="528" />
      <clipPath id="clip">
        <use xlink:href="#clipper" />
      </clipPath>
    </defs>
    <g clip-path="url(#clip)" />
  </svg>
  
  
  
  
  1.1                  
xml-batik/test-references/test-resources/org/apache/batik/test/svg/bug19363.png
  
        <<Binary file>>
  
  
  1.98      +4 -1      
xml-batik/test-resources/org/apache/batik/test/samplesRendering.xml
  
  Index: samplesRendering.xml
  ===================================================================
  RCS file: 
/home/cvs/xml-batik/test-resources/org/apache/batik/test/samplesRendering.xml,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- samplesRendering.xml      19 Jun 2003 00:32:12 -0000      1.97
  +++ samplesRendering.xml      1 Jul 2003 09:43:09 -0000       1.98
  @@ -376,4 +376,7 @@
           <test id="samples/tests/spec/scripting/zeroSize.svg" />
       </testGroup>
   
  +    <testGroup id="test-resources.bugs">
  +        <test id="test-resources/org/apache/batik/test/svg/bug19363.svg" />
  +    </testGroup>
   </testSuite>
  
  
  
  1.130     +5 -1      xml-batik/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/build.xml,v
  retrieving revision 1.129
  retrieving revision 1.130
  diff -u -r1.129 -r1.130
  --- build.xml 11 Jun 2003 22:07:23 -0000      1.129
  +++ build.xml 1 Jul 2003 09:43:09 -0000       1.130
  @@ -1049,6 +1049,10 @@
       <mkdir dir="${test-references}/org/apache/batik/ext/awt/geom/variation" />
       <mkdir 
dir="${test-references}/org/apache/batik/transcoder/image/candidate-reference" />
       <mkdir 
dir="${test-references}/org/apache/batik/transcoder/image/candidate-variation" />
  +    <mkdir 
dir="${test-references}/test-resources/org/apache/batik/test/svg/accepted-variation"/>
  +    <mkdir 
dir="${test-references}/test-resources/org/apache/batik/test/svg/candidate-variation"/>
  +    <mkdir 
dir="${test-references}/test-resources/org/apache/batik/test/svg/candidate-reference"/>
  +
     </target>
   
     <target name="ttf2svg"
  
  
  

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

Reply via email to