OLD | NEW |
1 | 1 |
2 { | 2 { |
3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "bounds": [800, 600], | 6 "bounds": [800, 600], |
7 "contentsOpaque": true, | 7 "contentsOpaque": true, |
8 "drawsContent": true, | 8 "drawsContent": true, |
9 "children": [ | 9 "children": [ |
10 { | 10 { |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 } | 44 } |
45 ] | 45 ] |
46 }, | 46 }, |
47 { | 47 { |
48 "position": [285, 0], | 48 "position": [285, 0], |
49 "bounds": [15, 150] | 49 "bounds": [15, 150] |
50 } | 50 } |
51 ] | 51 ] |
52 }, | 52 }, |
53 { | 53 { |
54 "position": [287, 137], | 54 "bounds": [304, 154], |
55 "bounds": [15, 15], | 55 "children": [ |
56 "drawsContent": true | 56 { |
| 57 "position": [287, 137], |
| 58 "bounds": [15, 15], |
| 59 "drawsContent": true |
| 60 } |
| 61 ] |
57 } | 62 } |
58 ] | 63 ] |
59 } | 64 } |
60 ] | 65 ] |
61 } | 66 } |
62 ] | 67 ] |
63 } | 68 } |
64 | 69 |
65 | 70 |
66 -------- | 71 -------- |
(...skipping 12 matching lines...) Expand all Loading... |
79 "bounds": [210, 210], | 84 "bounds": [210, 210], |
80 "contentsOpaque": true, | 85 "contentsOpaque": true, |
81 "drawsContent": true, | 86 "drawsContent": true, |
82 "backgroundColor": "#0000FF" | 87 "backgroundColor": "#0000FF" |
83 } | 88 } |
84 ] | 89 ] |
85 } | 90 } |
86 ] | 91 ] |
87 } | 92 } |
88 | 93 |
OLD | NEW |