Files
ukwm/clutter/tests/conform/scripts/test-script-child.json
2017-12-15 11:47:13 +08:00

22 lines
416 B
JSON

{
"type" : "TestGroup",
"id" : "test-group",
"children" : [
{
"type" : "ClutterRectangle",
"id" : "test-rect-1",
"width" : 100.0,
"height" : 100.0,
"color" : [ 255, 0, 0, 255 ],
"child::focus" : true
},
{
"type" : "ClutterRectangle",
"id" : "test-rect-2",
"width" : 100.0,
"height" : 100.0,
"color" : [ 0, 255, 0, 255 ]
}
]
}