| 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 "position": [18, 10], | 10 "position": [18, 10], |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 "bounds": [250, 170], | 42 "bounds": [250, 170], |
| 43 "children": [ | 43 "children": [ |
| 44 { | 44 { |
| 45 "children": [ | 45 "children": [ |
| 46 { | 46 { |
| 47 "bounds": [250, 230], | 47 "bounds": [250, 230], |
| 48 "children": [ | 48 "children": [ |
| 49 { | 49 { |
| 50 "bounds": [250, 230], | 50 "bounds": [250, 230], |
| 51 "drawsContent": true, | 51 "drawsContent": true, |
| 52 "backgroundColor": "#C0C0C0", |
| 52 "children": [ | 53 "children": [ |
| 53 { | 54 { |
| 54 "position": [18, 10], | 55 "position": [18, 10], |
| 55 "bounds": [210, 210], | 56 "bounds": [210, 210], |
| 56 "contentsOpaque": true, | 57 "contentsOpaque": true, |
| 57 "drawsContent": true, | 58 "drawsContent": true, |
| 58 "backgroundColor": "#0000FF" | 59 "backgroundColor": "#0000FF" |
| 59 } | 60 } |
| 60 ] | 61 ] |
| 61 } | 62 } |
| (...skipping 15 matching lines...) Expand all Loading... |
| 77 | 78 |
| 78 -------- | 79 -------- |
| 79 Frame: '/-->' | 80 Frame: '/-->' |
| 80 -------- | 81 -------- |
| 81 { | 82 { |
| 82 "bounds": [250, 230], | 83 "bounds": [250, 230], |
| 83 "children": [ | 84 "children": [ |
| 84 { | 85 { |
| 85 "bounds": [250, 230], | 86 "bounds": [250, 230], |
| 86 "drawsContent": true, | 87 "drawsContent": true, |
| 88 "backgroundColor": "#C0C0C0", |
| 87 "children": [ | 89 "children": [ |
| 88 { | 90 { |
| 89 "position": [18, 10], | 91 "position": [18, 10], |
| 90 "bounds": [210, 210], | 92 "bounds": [210, 210], |
| 91 "contentsOpaque": true, | 93 "contentsOpaque": true, |
| 92 "drawsContent": true, | 94 "drawsContent": true, |
| 93 "backgroundColor": "#0000FF" | 95 "backgroundColor": "#0000FF" |
| 94 } | 96 } |
| 95 ] | 97 ] |
| 96 } | 98 } |
| 97 ] | 99 ] |
| 98 } | 100 } |
| 99 | 101 |
| OLD | NEW |