blob: df478957df2a06f8c71092a34f02e0d597e16c88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
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]
|