transparent-composite-1.yaml (275B)
1 --- 2 root: 3 items: 4 - type: stacking-context 5 bounds: [0, 0, 100, 100] 6 mix-blend-mode: darken 7 items: 8 - type: gradient 9 bounds: [0, 0, 100, 100] 10 start: [0, 0] 11 end: [0, 100] 12 stops: [0.0, [0,0,0,0], 1.0, green]