14 lines
289 B
YAML
14 lines
289 B
YAML
# Don't crash when supplied an invalid image key for the mask!
|
|
---
|
|
root:
|
|
items:
|
|
- type: clip
|
|
id: 2
|
|
image-mask:
|
|
image: invalid
|
|
rect: [0, 0, 35, 35]
|
|
repeat: false
|
|
- type: rect
|
|
bounds: [0, 0, 95, 88]
|
|
color: blue
|
|
clip-chain: [2]
|