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