blob: 980bdb13fea1d3c5f9d10a2b7ec0a0d55e3dff7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
root:
items:
- type: clip
bounds: [0, 0, 200, 200]
image-mask:
image: transparent-checkerboard(2, 16, 16)
rect: [0, 0, 200, 200]
repeat: false
items:
- type: rect
bounds: [0, 0, 200, 200]
color: blue
|