summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/filters/filter-segments-ref.yaml
blob: 1047323d23b26a3a47c19ba051ff849005d5527f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
root:
  items:
    - type: clip
      id: 2
      complex:
        - rect: [10, 10, 256, 256]
          radius: 16
    - type: rect
      color: [54, 54, 54]
      bounds: [10, 10, 512, 512]
      clip-chain: [2]
    - type: rect
      color: red
      bounds: [0, 0, 300, 32]
    - type: rect
      color: red
      bounds: [0, 250, 300, 32]