11 lines
204 B
YAML
11 lines
204 B
YAML
root:
|
|
items:
|
|
- type: clip
|
|
id: 3
|
|
complex:
|
|
- rect: [0, 50, 100, 100]
|
|
radius: 32
|
|
- type: rect
|
|
color: green
|
|
bounds: [0, 50, 100, 100]
|
|
clip-chain: [3]
|