1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
root: items: - type: rect bounds: [0, 0, 100, 100] color: green - type: scroll-frame bounds: [0, 0, 100, 100] items: - type: clip bounds: [0, 0, 0, 0] content-size: [100, 100] complex: - rect: [0, 0, 100, 100] radius: 20 items: - type: rect bounds: [0, 0, 500, 500] color: red