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