tile-occlusion.yaml (494B)
1 # Ensure that a compositor surface with a rounded clip applied 2 # doesn't incorrectly occlude tile(s) behind it. 3 --- 4 root: 5 items: 6 - type: clip 7 id: 2 8 complex: 9 - rect: [100, 100, 200, 200] 10 radius: 64 11 12 - type: rect 13 bounds: [100, 100, 200, 200] 14 color: green 15 16 - 17 type: "scroll-frame" 18 id: 3 19 bounds: [0, 0, 300, 300] 20 21 - type: rect 22 spatial-id: 3 23 bounds: [100, 100, 200, 200] 24 color: red 25 clip-chain: [2]