summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/mask/rounded-corners.yaml
blob: 1cedea53bc607a39266bd3460f42858c4b368be7 (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
---
root:
  items:
    - type: clip
      id: 2
      complex:
        - rect: [0, 0, 100, 100]
          radius:
            top-left: [30, 30]
            top-right: [30, 30]
            bottom-right: [30, 30]
            bottom-left: [30, 30]
    - type: border
      clip-chain: [2]
      bounds: [0, 0, 100, 100]
      width: [5, 5, 5, 5]
      border-type: normal
      style: [solid, solid, solid, solid]
      color: [blue, blue, blue, blue]
      radius:
        top-left: [30, 30]
        top-right: [30, 30]
        bottom-right: [0, 0]
        bottom-left: [0, 0]