# 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: [150, 150, 199, 199] radius: 32 - type: yuv-image format: planar src-y: barn-y.png src-u: barn-u.png src-v: barn-v.png bounds: [100, 100, 299, 299] clip-chain: [3] - type: stacking-context mix-blend-mode: multiply items: - type: rect bounds: [200, 200, 100, 100] color: [255, 128, 0, 1.0]