blob: ebc4b263a16ec74a3e21c8f3025929c7f15be2b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
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: [250, 250]
top-right: [0, 0]
bottom-left: [0, 0]
bottom-right: [250, 250]
|