blob: 7c2628b008d0ab6357de75940fdd3c6e92e69a98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
root:
items:
- type: scroll-frame
id: 2
bounds: [9, 9, 10, 10]
content-size: [95, 88]
clip-to-frame: true
items:
- type: scroll-frame
bounds: [0, 0, 100, 100]
items:
- type: rect
bounds: [0, 0, 100, 100]
color: blue
clip-chain: [2]
|