missing-mask.yaml (289B)
1 # Don't crash when supplied an invalid image key for the mask! 2 --- 3 root: 4 items: 5 - type: clip 6 id: 2 7 image-mask: 8 image: invalid 9 rect: [0, 0, 35, 35] 10 repeat: false 11 - type: rect 12 bounds: [0, 0, 95, 88] 13 color: blue 14 clip-chain: [2]