mask-atomicity.yaml (590B)
1 --- 2 root: 3 items: 4 - type: rect 5 bounds: [25, 25, 100, 100] 6 color: red 7 - type: clip 8 id: 2 9 image-mask: 10 # premultiplied 0.5 alpha white(??) 11 image: solid-color(127,127,127,127,200,200) 12 rect: [0, 0, 200, 200] 13 repeat: false 14 - 15 type: "clip-chain" 16 id: 3 17 clips: [2] 18 - type: stacking-context 19 bounds: [0, 0, 200, 200] 20 clip-chain: 3 21 items: 22 - type: rect 23 bounds: [0, 0, 100, 100] 24 color: blue 25 - type: rect 26 bounds: [50, 50, 100, 100] 27 color: green