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