blob: 05cc5e40f2ab9e3dcfd3347b7ab8942b6cedf424 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
root:
items:
- type: stacking-context
bounds: [50, 50, 100, 100]
items:
- type: box-shadow
bounds: [ 10, 10, 80, 80 ]
blur-radius: 5
clip-mode: inset
spread-radius: 200
color: [255, 0, 0]
|