blob: 319b6368437cb0c3e644f917c8a54a0763974d81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
root:
items:
- type: stacking-context
bounds: [0, 0, 100, 100]
mix-blend-mode: darken
items:
- type: gradient
bounds: [0, 0, 100, 100]
start: [0, 0]
end: [0, 100]
stops: [0.0, [0,0,0,0], 1.0, green]
|