rounded-rgb-surface.yaml (379B)
1 # Ensure that a RGB compositor surface is correctly clipped when 2 # compositing with a shared rounded clip on the tile cache. 3 --- 4 root: 5 items: 6 - type: clip 7 id: 2 8 complex: 9 - rect: [100, 100, 200, 200] 10 radius: 32 11 12 - bounds: [100, 100, 200, 200] 13 image: checkerboard(4, 16, 12) 14 clip-chain: [2] 15 prefer-compositor-surface: true