| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 "bounds": [210, 210], | 172 "bounds": [210, 210], |
| 173 "contentsOpaque": true, | 173 "contentsOpaque": true, |
| 174 "drawsContent": true, | 174 "drawsContent": true, |
| 175 "backgroundColor": "#0000FF" | 175 "backgroundColor": "#0000FF" |
| 176 } | 176 } |
| 177 ] | 177 ] |
| 178 } | 178 } |
| 179 ] | 179 ] |
| 180 } | 180 } |
| 181 | 181 |
| OLD | NEW |