overlapping.yaml (529B)
1 --- 2 root: 3 items: 4 - type: stacking-context 5 bounds: [0, 0, 1000, 1000] 6 items: 7 - type: clip 8 id: 2 9 complex: 10 - rect: [ 0, 0, 200, 200 ] 11 radius: 12 top-left: [180, 180] 13 top-right: [0, 0] 14 bottom-left: [0, 0] 15 bottom-right: [180, 180] 16 - type: clip-chain 17 id: 10 18 clips: [2] 19 - type: rect 20 bounds: [ 0, 0, 200, 200 ] 21 color: blue 22 clip-chain: 10