blob: 5f15cfe33211c1067075ed03827076dfd132da29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
root:
items:
- type: stacking-context
bounds: 0 0 2000 2000
blend-container: true
items:
- type: stacking-context
bounds: 0 0 2000 2000
mix-blend-mode: screen
items:
- type: rect
bounds: 0 0 2000 2000
color: [0, 128, 0, 1]
|