summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/svgfe-opacity-linear.yaml
blob: 8ac12d37c7378c94fbe747cb64bb8f51678f20fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 120, 120]
      items:
        - type: stacking-context
          bounds: [10, 10, 100, 100]
          filters:
            - svgfe: SourceGraphic
            - svgfe: SourceAlpha
            - svgfe: opacity
              linear: true,
              subregion: [0, 0, 400, 400]
              in: 0
              value: 0.5
          items:
            - type: rect
              bounds: [0, 0, 100, 100]
              color: [128, 64, 32, 1]