linear-aligned-clip-ref.yaml (329B)
1 --- 2 root: 3 items: 4 # an aligned gradient from [0, 400] 5 - type: gradient 6 bounds: 0 0 200 400 7 start: 100 0 8 end: 100 400 9 stops: [0.0, green, 1.0, blue] 10 # manual clipping 11 - type: rect 12 bounds: 0 0 200 100 13 color: white 14 - type: rect 15 bounds: 0 300 200 100 16 color: white