16 lines
381 B
YAML
16 lines
381 B
YAML
---
|
|
root:
|
|
items:
|
|
- type: stacking-context
|
|
blend-container: true
|
|
items:
|
|
- type: rect
|
|
bounds: [0, 0, 100, 100]
|
|
color: green
|
|
- type: stacking-context
|
|
bounds: [0, 0, 100, 100]
|
|
mix-blend-mode: difference
|
|
items:
|
|
- type: rect
|
|
bounds: [0, 0, 100, 100]
|
|
color: green
|