OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "children": [ | 8 "children": [ |
9 { | 9 { |
10 "bounds": [400, 400], | 10 "bounds": [400, 400], |
(...skipping 23 matching lines...) Expand all Loading... |
34 } | 34 } |
35 ] | 35 ] |
36 } | 36 } |
37 ] | 37 ] |
38 } | 38 } |
39 ] | 39 ] |
40 } | 40 } |
41 ] | 41 ] |
42 }, | 42 }, |
43 { | 43 { |
| 44 "position": [0, 385], |
| 45 "bounds": [385, 15], |
| 46 "drawsContent": true |
| 47 }, |
| 48 { |
| 49 "position": [385, 0], |
44 "bounds": [15, 385], | 50 "bounds": [15, 385], |
45 "drawsContent": true | 51 "drawsContent": true |
46 }, | 52 }, |
47 { | 53 { |
48 "position": [15, 385], | 54 "position": [385, 385], |
49 "bounds": [385, 15], | |
50 "drawsContent": true | |
51 }, | |
52 { | |
53 "position": [0, 385], | |
54 "bounds": [15, 15], | 55 "bounds": [15, 15], |
55 "drawsContent": true | 56 "drawsContent": true |
56 } | 57 } |
57 ] | 58 ] |
58 } | 59 } |
59 ] | 60 ] |
60 } | 61 } |
61 ] | 62 ] |
62 } | 63 } |
63 ] | 64 ] |
(...skipping 16 matching lines...) Expand all Loading... |
80 "bounds": [100, 100], | 81 "bounds": [100, 100], |
81 "contentsOpaque": true, | 82 "contentsOpaque": true, |
82 "drawsContent": true, | 83 "drawsContent": true, |
83 "backgroundColor": "#008000" | 84 "backgroundColor": "#008000" |
84 } | 85 } |
85 ] | 86 ] |
86 } | 87 } |
87 ] | 88 ] |
88 } | 89 } |
89 | 90 |
OLD | NEW |