summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/blend/transparent-composite-2.yaml
blob: e064f68f9588782ac0271c910e9d44eac1aafd41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
root:
  items:
    - type: stacking-context
      bounds: [0, 0, 100, 100]
      mix-blend-mode: darken
      items:
        - type: stacking-context
          bounds: [0, 0, 100, 100]
          mix-blend-mode: darken
          items:
            - type: gradient
              bounds: [0, 0, 100, 100]
              start: [0, 0]
              end: [0, 100]
              stops: [0.0, [0,0,0,0], 1.0, green]