10 lines
191 B
YAML
10 lines
191 B
YAML
---
|
|
root:
|
|
items:
|
|
- type: stacking-context
|
|
bounds: 100 100 1024 1024
|
|
filters: blur(100, 100)
|
|
items:
|
|
- type: rect
|
|
bounds: 0 0 1024 1024
|
|
color: red
|