Merge "Updated patch coverage script." into devel/master
[platform/core/uifw/dali-toolkit.git] / automated-tests / resources / dli / extras.dli
1 {
2   "scene": 0,
3   "scenes": [ { "nodes": [ 0 ] } ],
4   "nodes": [ {
5     "name": "root",
6     "extras": {
7       "fudgeFactor": 9000.1,
8       "fudgeVector": [ 8, 7.0 ],
9       "fudgeVector": [ -0.25, 17.0 ],
10       "isThisTheRealLife": true,
11       "isThisJustFantasy": false,
12       "": 16384,
13       "velocity": [ 0.1, 58.0, -0.2 ],
14       "not a great extra": "this one",
15       "frameOfReference": [ 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ]
16     }
17   } ]
18 }
19