summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/clip/clip-between-picclip-and-lca.yaml
blob: aa042a44888660c6ac144657df9c072d578f8d87 (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
27
28
29
---
root:
  items:
  - type: clip
    id: 1
    bounds: [0, 0, 40, 40]
  - type: clip-chain
    id: 2
    clips: [1]
  - type: stacking-context
    filters: brightness(0.5)
    clip-chain: 2
    items:
    - type: clip
      id: 3
      bounds: [0, 0, 40, 40]
    - type: clip
      id: 4
      complex:
      - rect: [0, 0, 40, 40]
        radius: [20, 20, 20, 20]
        clip-mode: clip
    - type: clip-chain
      id: 5
      clips: [3, 4]
    - type: rect
      bounds: [0, 0, 40, 40]
      color: [255, 0, 0, 1.0]
      clip-chain: 5