# Same content as the test, drawn without compositor surfaces. # Reference image is public-domain - https://en.wikipedia.org/wiki/File:Barn-yuv.png --- root: items: - type: rect bounds: [0, 0, 500, 500] color: white - type: clip id: 3 complex: - rect: [50, 50, 150, 150] radius: 32 - type: clip id: 4 complex: - rect: [280, 280, 150, 150] radius: 32 - type: yuv-image format: planar src-y: barn-y.png src-u: barn-u.png src-v: barn-v.png bounds: [50, 50, 150, 150] clip-chain: [3] - type: yuv-image format: planar src-y: barn-y.png src-u: barn-u.png src-v: barn-v.png bounds: [280, 280, 150, 150] clip-chain: [4]