summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/svgfe-blendmultiply-linear.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/wr/wrench/reftests/filters/svgfe-blendmultiply-linear.yaml')
-rw-r--r--gfx/wr/wrench/reftests/filters/svgfe-blendmultiply-linear.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/gfx/wr/wrench/reftests/filters/svgfe-blendmultiply-linear.yaml b/gfx/wr/wrench/reftests/filters/svgfe-blendmultiply-linear.yaml
new file mode 100644
index 0000000000..c7deb2b4a7
--- /dev/null
+++ b/gfx/wr/wrench/reftests/filters/svgfe-blendmultiply-linear.yaml
@@ -0,0 +1,21 @@
+---
+root:
+ items:
+ - type: stacking-context
+ bounds: [0, 0, 120, 120]
+ filters:
+ - svgfe: SourceGraphic
+ - svgfe: SourceAlpha
+ - svgfe: flood
+ linear: true
+ subregion: [10, 10, 100, 100]
+ color: [192, 96, 128, 1]
+ - svgfe: blendmultiply
+ linear: true
+ subregion: [10, 10, 100, 100]
+ in: 0
+ in2: 2
+ items:
+ - type: rect
+ bounds: [10, 10, 100, 100]
+ color: [128, 64, 32, 0.5]