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