summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/svgfe-blendmultiply-linear.yaml
blob: c7deb2b4a7ceffcd6f60d0cd09cbebb14d9b683e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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]