blob: 6c1fecb995548c4f2f470ef9b9561d61d4611437 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
root:
items:
- type: stacking-context
bounds: [0, 0, 1000, 1000]
items:
- type: box-shadow
bounds: [ 100, 100, 200, 10 ]
blur-radius: 10.5
offset: [15, 15]
spread-radius: -15
color: red
|