28 lines
561 B
YAML
28 lines
561 B
YAML
---
|
|
root:
|
|
items:
|
|
-
|
|
bounds: [0, 0, 200, 200]
|
|
"clip-rect": [0, 0, 200, 200]
|
|
type: clip
|
|
id: 2
|
|
"content-size": [200, 200]
|
|
-
|
|
bounds: [0, 100, 100, 100]
|
|
"clip-rect": [0, 100, 100, 100]
|
|
clip-chain: [2]
|
|
type: rect
|
|
color: blue
|
|
-
|
|
bounds: [100, 0, 100, 100]
|
|
"clip-rect": [100, 0, 100, 100]
|
|
clip-chain: [2]
|
|
type: rect
|
|
color: green
|
|
-
|
|
bounds: [100, 100, 100, 100]
|
|
"clip-rect": [100, 100, 100, 100]
|
|
clip-chain: [2]
|
|
type: rect
|
|
color: red
|
|
|