blob: 5e2da4fa8a78ea00671212c1c1958862f6024242 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
root:
items:
- type: stacking-context
bounds: [0, 0, 1000, 1000]
items:
- type: box-shadow
bounds: [ 0, 1, 265, 265 ]
color: red
clip-mode: outset
offset: 350 -1
blur-radius: 1
spread-radius: -80
border-radius:
top-left: [185, 185]
top-right: [0, 0]
bottom-left: [0, 0]
bottom-right: [185, 185]
|