blob: 724019441f8b2eddee5fe9228ab23756420adaaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
root:
items:
# make sure the ellipse transformation retains square tiles
- type: radial-gradient
bounds: 50 50 500 500
center: 100 100
radius: 200 100
stops: [0, red, 1, blue]
tile-size: 200 200
tile-spacing: 100 100
|