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