~ubuntu-branches/ubuntu/precise/clutter-1.0/precise

« back to all changes in this revision

Viewing changes to tests/data/test-script-child.json

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-03-21 13:27:56 UTC
  • mto: (2.1.3 experimental) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100321132756-nf8yd30yxo3zzwcm
Tags: upstream-1.2.2
ImportĀ upstreamĀ versionĀ 1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "type" : "TestGroup",
 
3
  "id" : "test-group",
 
4
  "children" : [
 
5
    {
 
6
      "type" : "ClutterRectangle",
 
7
      "id" : "test-rect-1",
 
8
      "width" : 100.0,
 
9
      "height" : 100.0,
 
10
      "color" : [ 255, 0, 0, 255 ],
 
11
      "child::focus" : true
 
12
    },
 
13
    {
 
14
      "type" : "ClutterRectangle",
 
15
      "id" : "test-rect-2",
 
16
      "width" : 100.0,
 
17
      "height" : 100.0,
 
18
      "color" : [ 0, 255, 0, 255 ]
 
19
    }
 
20
  ]
 
21
}