validator/htdocs/dev/tests svg11.svg,NONE,1.1 index.html,1.73,1.74

Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv20007

Modified Files:
	index.html 
Added Files:
	svg11.svg 
Log Message:
adding svg 1.1 samples to test cases


Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- index.html	5 Apr 2007 23:31:15 -0000	1.73
+++ index.html	18 Apr 2007 02:34:41 -0000	1.74
@@ -199,7 +199,20 @@
       <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/REC-SVG-1_0-minimal.svg">validate</a> -
       <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/REC-SVG-1_0-minimal.svg">with v.w.o</a> -
       <a href="REC-SVG-1_0-minimal.svg">view</a>:
-      SVG 1.0 Rec. minimal document</li>
+      SVG 1.0 Rec. minimal document
+    </li>
+    <li>
+      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/svg11.svg">validate</a> -
+      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/svg11.svg">with v.w.o</a> -
+      <a href="svg11.svg">view</a>:
+      SVG 1.1 Rec. minimal document
+    </li>
+    <li>
+      <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/svg_tiny_1_1.svg">validate</a> -
+      <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/svg_tiny_1_1.svg">with v.w.o</a> -
+      <a href="svg_tiny_1_1.svg">view</a>:
+      SVG Tiny 1.1
+    </li>
   </ul>
 
 <h4 id="valid_notcat">Document types outside the main catalogue</h4>

--- NEW FILE: svg11.svg ---
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="5cm" height="4cm" version="1.1"
     xmlns="http://www.w3.org/2000/svg">
  <desc>Four separate rectangles
  </desc>
    <rect x="0.5cm" y="0.5cm" width="2cm" height="1cm"/>
    <rect x="0.5cm" y="2cm" width="1cm" height="1.5cm"/>
    <rect x="3cm" y="0.5cm" width="1.5cm" height="2cm"/>
    <rect x="3.5cm" y="3cm" width="1cm" height="0.5cm"/>
  <!-- Show outline of canvas using 'rect' element -->
  <rect x=".01cm" y=".01cm" width="4.98cm" height="3.98cm"
        fill="none" stroke="blue" stroke-width=".02cm" />
</svg>

Received on Wednesday, 18 April 2007 02:34:52 UTC