summaryrefslogtreecommitdiff
path: root/tests/data/test-script-child.json
blob: 5e8ac5242b714a58e7c3715031a71a39d2a4e927 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "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 ]
    }
  ]
}