nested-mask.yaml (404B)
1 --- 2 root: 3 items: 4 - type: clip 5 id: 2 6 image-mask: 7 image: "mask.png" 8 rect: [0, 0, 35, 35] 9 repeat: false 10 - type: clip 11 id: 3 12 image-mask: 13 image: "mask.png" 14 rect: [4, 4, 35, 35] 15 repeat: false 16 - type: stacking-context 17 clip-chain: [2, 3] 18 items: 19 - type: rect 20 bounds: [0, 0, 95, 88] 21 color: blue