rounded-yuv-surface.yaml (457B)
1 # Ensure that a YUV 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, 299, 299] 10 radius: 32 11 12 - type: yuv-image 13 format: planar 14 src-y: barn-y.png 15 src-u: barn-u.png 16 src-v: barn-v.png 17 bounds: [100, 100, 299, 299] 18 clip-chain: [2] 19 prefer-compositor-surface: true