mutter/clutter/tests/conform/scripts/test-script-child.json
2016-04-12 20:04:26 +02: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 ]
}
]
}