blob: a878e2ac0ac288f3d06eafd409e13f0bdb4fe4e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
root:
items:
- type: rect
bounds: 0 0 800 450
color: red
- type: radial-gradient
bounds: 0 0 800 450
center: 400 225
radius: 200 200
stops: [ 0.0, [255, 255, 255, 1], 1.0, [0,0,0,1] ]
|