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
|
---
root:
items:
-
bounds: [0, 0, 200, 200]
"clip-rect": [0, 0, 200, 200]
type: clip
id: 2
"content-size": [200, 200]
-
bounds: [0, 100, 100, 100]
"clip-rect": [0, 100, 100, 100]
clip-chain: [2]
type: rect
color: blue
-
bounds: [100, 0, 100, 100]
"clip-rect": [100, 0, 100, 100]
clip-chain: [2]
type: rect
color: green
-
bounds: [100, 100, 100, 100]
"clip-rect": [100, 100, 100, 100]
clip-chain: [2]
type: rect
color: red
|