blob: 2f9bd2225b2e4341a7a107e80aed9c9fe844e997 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
root:
items:
- type: rect
bounds: 0 0 800 450
color: red
- type: conic-gradient
bounds: 0 0 800 450
center: 100 100
angle: 0.0
stops: [ 0.0, [255, 255, 255, 1], 1.0, [0,0,0,1] ]
tile-size: 100 100
tile-spacing: 20 20
|