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