nested-mask-tiling.yaml (446B)
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 tile-size: 5 11 - type: clip 12 id: 3 13 image-mask: 14 image: "mask.png" 15 rect: [4, 4, 35, 35] 16 repeat: false 17 tile-size: 5 18 - type: stacking-context 19 clip-chain: [2, 3] 20 items: 21 - type: rect 22 bounds: [0, 0, 95, 88] 23 color: blue