blob: a9670f78fab6f28f690cca8c68d31402183d735b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
root:
items:
- type: box-shadow
bounds: [ 0, 0, 1024, 1024 ]
color: green
clip-mode: outset
blur-radius: 10
border-radius: {
top-left: [10, 30],
top-right: [10, 30],
bottom-left: [30, 10],
bottom-right: [30, 10],
}
|