blob: c8ce2fb444a9346373bee729be6a43b773c36f79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
root:
items:
- type: stacking-context
blend-container: true
items:
- type: rect
bounds: [50, 50, 362, 362]
color: green
- image: transparent-checkerboard(2,16,16)
bounds: [100, 100, 262, 262]
- type: stacking-context
mix-blend-mode: multiply
items:
- type: rect
bounds: [150, 150, 162, 162]
color: red
|