blob: 64a433d83ca75aa121dffe553715bb29e68bebc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
root:
items:
- type: scroll-frame
id: 2
bounds: [10, 10, 50, 50]
content-size: [100, 100]
clip-to-frame: true
items:
- type: rect
bounds: [10, 10, 500, 500]
color: green
clip-chain: [2]
- type: scroll-frame
id: 3
bounds: [70, 10, 50, 50]
content-size: [100, 100]
clip-to-frame: true
items:
- type: rect
bounds: [70, 10, 100, 100]
color: green
clip-chain: [3]
|