forked from bot/app
29 lines
563 B
JSON
29 lines
563 B
JSON
|
{
|
||
|
"type": "canvas",
|
||
|
"children": [
|
||
|
{
|
||
|
"type": "rect",
|
||
|
"x": 0,
|
||
|
"y": 0,
|
||
|
"width": 100,
|
||
|
"height": 100,
|
||
|
"fill": "red"
|
||
|
},
|
||
|
{
|
||
|
"type": "rect",
|
||
|
"x": 100,
|
||
|
"y": 100,
|
||
|
"width": 100,
|
||
|
"height": 100,
|
||
|
"fill": "green"
|
||
|
},
|
||
|
{
|
||
|
"type": "rect",
|
||
|
"x": 200,
|
||
|
"y": 200,
|
||
|
"width": 100,
|
||
|
"height": 100,
|
||
|
"fill": "blue"
|
||
|
}
|
||
|
]
|
||
|
}
|