blob: a1c6e2f17e9a50b04fd70d1bd6f2e867d4901663 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
root:
items:
- type: scroll-frame
bounds: [9, 9, 10, 10]
content-size: [95, 88]
items:
- type: scroll-frame
bounds: [0, 0, 100, 100]
items:
- type: rect
bounds: [0, 0, 100, 100]
color: blue
|