Remove file created for testing access control.
authorCameron McCormack <cam@mcc.id.au>
Tue, 29 May 2012 10:11:46 +1000
changeset 15 e6ca2e1ff1ea
parent 14 3f2e8d402512
child 16 fd30606230fd
Remove file created for testing access control.
contributors/cam/incoming/svg-matrix-001.svg
--- a/contributors/cam/incoming/svg-matrix-001.svg	Tue May 29 10:11:08 2012 +1000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-<svg id="svg-root"
-  width="100%" height="100%" viewBox="0 0 480 360"
-  xmlns="http://www.w3.org/2000/svg" 
-  xmlns:xlink="http://www.w3.org/1999/xlink">
-
-  <g id="testmeta">
-    <title>CSS Transforms Test: SVG presentation attribute and matrix scaling up horizontally only: 2 0 0 1 0 0</title>
-    <link rel="copyright"
-          href="@@link to copyright page to be added@@"/>
-    <link rel="license"
-          href="http://www.w3.org/Consortium/Legal/2008/03-bsd-license.html"/>
-    <link rel="author"
-          title="Tavmjong Bah (conversion from HTML)"
-          href="mailto:tavmjong@free.fr"/>
-    <link rel="author"
-          title="Rebecca Hauck"
-          href="mailto:rhauck@adobe.com"/>
-    <link rel="help"
-          href="http://www.w3.org/TR/css3-transforms/#svg-transform"/>
-    <link rel="help"
-          href="http://www.w3.org/TR/css3-transforms/#two-d-transform-functions"/>
-    <link rel="match"
-          href="reftest/svg-matrix-four-color-ref.svg"/>
-    <metadata class="flags">svg</metadata>
-    <desc class="assert">The rect in the test should be scaled up horizontally.</desc>
-  </g>
-
-  <style id="test-style" type="text/css">
-    * {
-    }
-  </style>
-        <defs>
-            <pattern height="100" width="50" patternUnits="userSpaceOnUse" y="0" x="0" id="coloredBoxes">
-                <rect y="0" width="25" fill="green" x="0" height="50"></rect>
-                <rect y="0" width="25" fill="fuchsia" x="25" height="50"></rect>
-                <rect y="50" width="25" fill="yellow" x="0" height="50"></rect>
-                <rect y="50" width="25" fill="blue" x="25" height="50"></rect>
-            </pattern>
-        </defs>
-        <rect y="1" width="98" fill="red" x="1" height="98"></rect>
-        <rect width="50" fill="url(#coloredBoxes)" transform="matrix(2 0 0 1 0 0)" height="100"></rect>
-</svg>