blob: 0a82cb5bee0e5c10caaf26a16a3e10f918d0266c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
root:
items:
- type: stacking-context
bounds: [50, 50, 1500, 200]
items:
- type: box-shadow
bounds: [ 10, 10, 900, 900 ]
blur-radius: 5000
clip-mode: outset
offset: [10, 10]
spread-radius: 10
color: [255, 0, 0]
border-radius: 10
|