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