blob: d7b9541ef4dd9891497f776a21b1b6ad82f51427 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
---
root:
items:
# top left
- type: conic-gradient
bounds: 50 50 200 200
angle: 0.0
center: 100 100
stops: [0, red, 1, blue]
# top right
- type: conic-gradient
bounds: 250 50 200 200
angle: 0.0
center: 100 100
stops: [0, red, 1, blue]
# bottom left
- type: conic-gradient
bounds: 50 250 200 100
angle: 0.0
center: 100 100
stops: [0, red, 1, blue]
# bottom right
- type: conic-gradient
bounds: 250 250 200 100
angle: 0.0
center: 100 100
stops: [0, red, 1, blue]
|