grumptest
authorErik Dahlström <ed@opera.com>
Sat, 09 Feb 2013 13:43:06 +1100
changeset 32 70880e89232f
parent 31 47a982ebccdd
child 33 f6347db3b74e
grumptest
contributors/ed/submitted/filters-saturate-03-ref.svg
contributors/ed/submitted/filters-saturate-03.svg
contributors/ed/submitted/filters-saturate-04-ref.svg
contributors/ed/submitted/filters-saturate-04.svg
contributors/ed/submitted/grumpycat.jpg
--- a/contributors/ed/submitted/filters-saturate-03-ref.svg	Sat Feb 09 12:38:22 2013 +1100
+++ b/contributors/ed/submitted/filters-saturate-03-ref.svg	Sat Feb 09 13:43:06 2013 +1100
@@ -1,10 +1,10 @@
 <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" viewport-fill="cyan">
+  xmlns:xlink="http://www.w3.org/1999/xlink">
 
   <g id="testmeta">
-    <title>SVG Filters: saturate(100%)</title>
+    <title>SVG Filters: saturate(-1000%)</title>
     <link rel="copyright"
           href="http://www.w3.org/Graphics/SVG/Test/Copyright"/>
     <link rel="license"
@@ -18,7 +18,7 @@
           <!-- YYYY-MM-DD -->
     <link rel="help"
           href="https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#saturateltnumbergt-ltpercentagegt"/>
-    <link rel="match"  href="filters-saturate-02-ref.svg" />
+    <link rel="match"  href="filters-saturate-03-ref.svg" />
     <metadata class="flags">namespace svg</metadata>
     <desc class="assert">
       A saturate value of -1000% under-saturates the input.
--- a/contributors/ed/submitted/filters-saturate-03.svg	Sat Feb 09 12:38:22 2013 +1100
+++ b/contributors/ed/submitted/filters-saturate-03.svg	Sat Feb 09 13:43:06 2013 +1100
@@ -4,7 +4,7 @@
   xmlns:xlink="http://www.w3.org/1999/xlink">
 
   <g id="testmeta">
-    <title>SVG Filters: saturate(100%)</title>
+    <title>SVG Filters: saturate(-1000%)</title>
     <link rel="copyright"
           href="http://www.w3.org/Graphics/SVG/Test/Copyright"/>
     <link rel="license"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contributors/ed/submitted/filters-saturate-04-ref.svg	Sat Feb 09 13:43:06 2013 +1100
@@ -0,0 +1,50 @@
+<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>SVG Filters: saturate(100%)</title>
+    <link rel="copyright"
+          href="http://www.w3.org/Graphics/SVG/Test/Copyright"/>
+    <link rel="license"
+          href="http://www.w3.org/Consortium/Legal/2008/03-bsd-license.html"/>
+    <link rel="author"
+          title="Erik Dahlström"
+          href="mailto:ed@opera.com"/>
+    <link rel="reviewer"
+          title="NAME_OF_REVIEWER"
+          href="mailto:EMAIL OR http://CONTACT_PAGE" />
+          <!-- YYYY-MM-DD -->
+    <link rel="help"
+          href="https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#saturateltnumbergt-ltpercentagegt"/>
+    <link rel="match"  href="filters-saturate-04-ref.svg" />
+    <metadata class="flags">namespace svg</metadata>
+    <desc class="assert">
+      A saturate value of 1000% over-saturates the input.
+    </desc>
+  </g>
+
+  <g id="test-body-content" font-size="16">'
+		<defs>
+			<filter id="saturatefilter" color-interpolation-filters="sRGB">
+				<feColorMatrix type="saturate" values="10"/>
+			</filter>
+			<style>
+				text {
+					font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
+					font-size: 32px;
+					text-anchor: middle;
+					text-rendering: geometricPrecision;
+				}
+			</style>
+		</defs>
+
+		<image xlink:href="grumpycat.jpg" width="480" height="360" filter="url(#saturatefilter)"/>
+    <text x="240" y="40" stroke="white" stroke-width="2">SATURATE?</text>
+    <text x="240" y="40" fill="black">SATURATE?</text>
+    <text x="240" y="340" stroke="white" stroke-width="2">NO</text>
+    <text x="240" y="340" fill="black">NO</text>
+  </g>
+
+</svg>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contributors/ed/submitted/filters-saturate-04.svg	Sat Feb 09 13:43:06 2013 +1100
@@ -0,0 +1,50 @@
+<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>SVG Filters: saturate(1000%)</title>
+    <link rel="copyright"
+          href="http://www.w3.org/Graphics/SVG/Test/Copyright"/>
+    <link rel="license"
+          href="http://www.w3.org/Consortium/Legal/2008/03-bsd-license.html"/>
+    <link rel="author"
+          title="Erik Dahlström"
+          href="mailto:ed@opera.com"/>
+    <link rel="reviewer"
+          title="NAME_OF_REVIEWER"
+          href="mailto:EMAIL OR http://CONTACT_PAGE" />
+          <!-- YYYY-MM-DD -->
+    <link rel="help"
+          href="https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#saturateltnumbergt-ltpercentagegt"/>
+    <link rel="match"  href="filters-saturate-04-ref.svg" />
+    <metadata class="flags">namespace svg</metadata>
+    <desc class="assert">
+      A saturate value of 1000% over-saturates the input.
+    </desc>
+  </g>
+
+  <g id="test-body-content" font-size="16">'
+		<defs>
+			<filter id="saturatefilter" color-interpolation-filters="sRGB">
+				<feColorMatrix type="saturate" values="10"/>
+			</filter>
+			<style>
+				text {
+					font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
+					font-size: 32px;
+					text-anchor: middle;
+					text-rendering: geometricPrecision;
+				}
+			</style>
+		</defs>
+
+		<image xlink:href="grumpycat.jpg" width="480" height="360" filter="saturate(1000%)"/>
+    <text x="240" y="40" stroke="white" stroke-width="2">SATURATE?</text>
+    <text x="240" y="40" fill="black">SATURATE?</text>
+    <text x="240" y="340" stroke="white" stroke-width="2">NO</text>
+    <text x="240" y="340" fill="black">NO</text>
+  </g>
+
+</svg>
Binary file contributors/ed/submitted/grumpycat.jpg has changed