16 lines
343 B
YAML
16 lines
343 B
YAML
---
|
|
root:
|
|
items:
|
|
- type: clip
|
|
id: 2
|
|
complex:
|
|
- rect: [0, 0, 10000, 10000]
|
|
radius:
|
|
top-left: [30, 30]
|
|
top-right: [30, 30]
|
|
bottom-right: [30, 30]
|
|
bottom-left: [30, 30]
|
|
- type: rect
|
|
bounds: [0, 0, 10000, 10000]
|
|
color: green
|
|
clip-chain: [2]
|