vhardy 01/11/29 04:07:12 Modified: test-resources/org/apache/batik/test samplesRendering.xml samples bookOfKells.svgz sunRise.svg Added: test-references/samples bookOfKells.png sunRise.png Log: Added bookOfKells and sunRise to the regression test suite. Fixed validation problems in samples. Revision Changes Path 1.1 xml-batik/test-references/samples/bookOfKells.png <<Binary file>> 1.1 xml-batik/test-references/samples/sunRise.png <<Binary file>> 1.51 +3 -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.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- samplesRendering.xml 2001/11/13 15:27:58 1.50 +++ samplesRendering.xml 2001/11/29 12:07:12 1.51 @@ -8,7 +8,7 @@ <!-- ========================================================================= --> <!-- @author [EMAIL PROTECTED] --> -<!-- @version $Id: samplesRendering.xml,v 1.50 2001/11/13 15:27:58 tkormann Exp $ --> +<!-- @version $Id: samplesRendering.xml,v 1.51 2001/11/29 12:07:12 vhardy Exp $ --> <!-- ========================================================================= --> <testSuite id="samplesRendering" name="samples and samples/test Rendering" class="org.apache.batik.test.svg.SamplesRenderingTest"> @@ -26,6 +26,7 @@ <test id="samples/batikFX.svg" /> <test id="samples/batikLogo.svg" /> <test id="samples/batikYin.svg" /> + <test id="samples/bookOfKells.svg" /> <test id="samples/chessboard.svg" /> <test id="samples/gradients.svg" /> <test id="samples/GVT.svg" /> @@ -34,6 +35,7 @@ <test id="samples/logoTexture.svg" /> <test id="samples/moonPhases.svg" /> <test id="samples/sizeOfSun.svg" /> + <test id="samples/sunRise.svg" /> <test id="samples/textRotate.svg" /> <test id="samples/textRotateShadows.svg" /> </testGroup> 1.2 +1720 -1728xml-batik/samples/bookOfKells.svgz <<Binary file>> 1.2 +2 -2 xml-batik/samples/sunRise.svg Index: sunRise.svg =================================================================== RCS file: /home/cvs/xml-batik/samples/sunRise.svg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sunRise.svg 2001/11/26 07:21:34 1.1 +++ sunRise.svg 2001/11/29 12:07:12 1.2 @@ -12,7 +12,7 @@ <!-- ========================================================================= --> <!-- @author [EMAIL PROTECTED] --> -<!-- @version $Id: sunRise.svg,v 1.1 2001/11/26 07:21:34 vhardy Exp $ --> +<!-- @version $Id: sunRise.svg,v 1.2 2001/11/29 12:07:12 vhardy Exp $ --> <!-- ========================================================================= --> <svg id="body" width="450" height="500" viewBox="0 0 450 500"> @@ -418,7 +418,7 @@ </g> <use x="140" y="620" xlink:href="#boomingStar" transform="scale(2, 2)"/> <use x="140" y="620" xlink:href="#boomingStar" transform="scale(3, 3) rotate(30)" opacity=".5"/> - <circle id="planet" cx="-450" cy="1000" r="700" fill="url(#planetGradient)" fill-opacity="1"/> + <circle cx="-450" cy="1000" r="700" fill="url(#planetGradient)" fill-opacity="1"/> </g> <g id="saturn" transform="translate(370, 80)" filter="url(#saturnShadow)" visibility="visible" >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]