summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/filters/feColorMatrix-2.svg
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/svg/filters/feColorMatrix-2.svg')
-rw-r--r--layout/reftests/svg/filters/feColorMatrix-2.svg9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/svg/filters/feColorMatrix-2.svg b/layout/reftests/svg/filters/feColorMatrix-2.svg
new file mode 100644
index 0000000000..08c7b04122
--- /dev/null
+++ b/layout/reftests/svg/filters/feColorMatrix-2.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
+
+<filter id="f1" filterUnits="userSpaceOnUse" primitiveUnits="userSpaceOnUse">
+ <feColorMatrix type="matrix" values="0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0.5 0"
+ style="color-interpolation-filters:sRGB"/>
+</filter>
+<rect x="0" y="0" width="100" height="100" fill="#123456" filter="url(#f1)"/>
+
+</svg>