summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/blend-clipped-raster-root.yaml
blob: 96e55f6a32e1a7cffec41a8ea3aa14fe35fe359a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
root:
  items:
    -
      bounds: [0, 100, 1000, 1000]
      type: clip
      id: 3
    -
      type: "clip-chain"
      id: 4
      clips: [3]
    -
      bounds: [200, 200, 0, 0]
      clip-chain: 4
      type: "stacking-context"
      transform: rotate(10)
      items:
        -
          type: "stacking-context"
          filters:
            - opacity(0.5)
          items:
            -
              bounds: [0, 0, 1000, 500]
              type: rect
              color: green