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