blob: 85d2840546c4bff7d77f20bfa201b7aadc7c6204 (
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: 0
clip-mode: inset
offset: [0, 0]
spread-radius: 0
color: [255, 0, 0]
|