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 "bounds": [304, 154], | 54 "position": [287, 137], |
55 "children": [ | 55 "bounds": [15, 15], |
56 { | 56 "drawsContent": true |
57 "position": [287, 137], | |
58 "bounds": [15, 15], | |
59 "drawsContent": true | |
60 } | |
61 ] | |
62 } | 57 } |
63 ] | 58 ] |
64 } | 59 } |
65 ] | 60 ] |
66 } | 61 } |
67 ] | 62 ] |
68 } | 63 } |
69 | 64 |
70 | 65 |
71 -------- | 66 -------- |
(...skipping 12 matching lines...) Expand all Loading... |
84 "bounds": [210, 210], | 79 "bounds": [210, 210], |
85 "contentsOpaque": true, | 80 "contentsOpaque": true, |
86 "drawsContent": true, | 81 "drawsContent": true, |
87 "backgroundColor": "#0000FF" | 82 "backgroundColor": "#0000FF" |
88 } | 83 } |
89 ] | 84 ] |
90 } | 85 } |
91 ] | 86 ] |
92 } | 87 } |
93 | 88 |
OLD | NEW |