blob: cf61cd27b63354e661faccefd949907c6881ba34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
---
root:
items:
- type: clip
id: 2
complex:
- rect: [20, 50, 100, 100]
radius: 0
- type: clip-chain
id: 10
clips: [2]
- type: rect
bounds: 20 50 100 100
color: blue
clip-chain: 10
- type: clip
id: 3
complex:
- rect: [140, 50, 100, 100]
radius: 0.001
- type: clip-chain
id: 11
clips: [3]
- type: rect
bounds: 140 50 100 100
color: blue
clip-chain: 11
- type: clip
id: 4
complex:
- rect: [260, 50, 100, 100]
radius: 0.01
- type: clip-chain
id: 12
clips: [4]
- type: rect
bounds: 260 50 100 100
color: blue
clip-chain: 12
- type: clip
id: 5
complex:
- rect: [380, 50, 100, 100]
radius: 0.1
- type: clip-chain
id: 13
clips: [5]
- type: rect
bounds: 380 50 100 100
color: blue
clip-chain: 13
|