transparent-opaque-image.yaml (451B)
1 # Verify that an RGBA compositor surface that is translucent, followed 2 # by an RGBA compositor surface that is opaque draws correctly. 3 --- 4 root: 5 items: 6 - type: rect 7 bounds: [50, 50, 362, 362] 8 color: green 9 - image: transparent-checkerboard(2,16,16) 10 bounds: [100, 100, 262, 262] 11 prefer-compositor-surface: true 12 - image: checkerboard(2,16,16) 13 bounds: [100, 100, 262, 262] 14 prefer-compositor-surface: true