blob: bcb57434ece94c15963f396a46e1cf4c4e29fd59 (
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: inset
blur-radius: 10000
border-radius: {
top-left: [500, 700],
top-right: [500, 700],
bottom-left: [600, 400],
bottom-right: [600, 400],
}
|