13 lines
336 B
YAML
13 lines
336 B
YAML
---
|
|
root:
|
|
items:
|
|
- type: stacking-context
|
|
bounds: [50, 50, 500, 500]
|
|
items:
|
|
- type: box-shadow
|
|
bounds: [ 10, 10, 400, 400 ]
|
|
blur-radius: 300
|
|
clip-mode: outset
|
|
offset: [0, 0]
|
|
spread-radius: 0
|
|
color: [255, 0, 0]
|