blob: 902c7d089b82281044b6a4e83dbe98026bd6d5e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
root:
items:
- type: stacking-context
bounds: [0, 0, 1000, 1000]
items:
- type: box-shadow
bounds: [ 0, 0, 200, 200 ]
color: blue
clip-mode: outset
offset: 340 60
blur-radius: 4
spread-radius: 40
border-radius:
top-left: [0, 0]
top-right: [100, 100]
bottom-left: [100, 100]
bottom-right: [0, 0]
|