blob: 426e2323b9cd7e6e6faf09512671335a42c90f31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
root:
items:
- type: stacking-context
blend-container: true
items:
- type: rect
bounds: [0, 0, 100, 100]
color: [10, 20, 30]
- type: stacking-context
bounds: [0, 0, 100, 100]
mix-blend-mode: lighten
items:
- type: rect
bounds: [0, 0, 100, 100]
color: [30, 20, 10]
|