summaryrefslogtreecommitdiff
path: root/svgio/qa/cppunit/data
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-06-30 12:49:10 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2023-06-30 14:11:21 +0200
commitb391d6e2934fb5f6417a4ac37d510816e0773942 (patch)
tree3d404de27c538f3c3c4e846c56273e8e593afa56 /svgio/qa/cppunit/data
parent32d8db9bb6d8d3e2dcfe3d3317505bca3cb870ca (diff)
tdf#118087: set matrix as default value for type
From https://www.w3.org/TR/SVG11/filters.html#feColorMatrixElement "If attribute ‘type’ is not specified, then the effect is as if a value of matrix were specified." Change-Id: I8ddaa9129661d9a9f51c474461cf788d8d524a1e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153804 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'svgio/qa/cppunit/data')
-rw-r--r--svgio/qa/cppunit/data/filterFeColorMatrix.svg1
1 files changed, 0 insertions, 1 deletions
diff --git a/svgio/qa/cppunit/data/filterFeColorMatrix.svg b/svgio/qa/cppunit/data/filterFeColorMatrix.svg
index 07d5559ed1b6..a86c2debc2b0 100644
--- a/svgio/qa/cppunit/data/filterFeColorMatrix.svg
+++ b/svgio/qa/cppunit/data/filterFeColorMatrix.svg
@@ -18,7 +18,6 @@
<filter id="colorMeGreen">
<feColorMatrix
in="SourceGraphic"
- type="matrix"
values="0 0 0 0 0
1 1 1 1 0
0 0 0 0 0