| 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 { |
| 11 "position": [28, 28], | 11 "position": [28, 28], |
| 12 "bounds": [330, 180], | 12 "bounds": [330, 180], |
| 13 "drawsContent": true, | 13 "drawsContent": true, |
| 14 "children": [ | 14 "children": [ |
| 15 { | 15 { |
| 16 "position": [15, 15], | 16 "position": [15, 15], |
| 17 "bounds": [300, 150], | 17 "bounds": [300, 150], |
| 18 "children": [ | 18 "children": [ |
| 19 { | 19 { |
| 20 "bounds": [285, 150], | 20 "bounds": [285, 150], |
| 21 "children": [ | 21 "children": [ |
| 22 { | 22 { |
| 23 "children": [ | 23 "children": [ |
| 24 { | 24 { |
| 25 "bounds": [285, 230], | 25 "bounds": [285, 230], |
| 26 "children": [ | 26 "children": [ |
| 27 { | 27 { |
| 28 "bounds": [285, 230], | 28 "bounds": [285, 230], |
| 29 "drawsContent": true, | 29 "drawsContent": true, |
| 30 "backgroundColor": "#C0C0C0", |
| 30 "children": [ | 31 "children": [ |
| 31 { | 32 { |
| 32 "position": [18, 10], | 33 "position": [18, 10], |
| 33 "bounds": [210, 210], | 34 "bounds": [210, 210], |
| 34 "contentsOpaque": true, | 35 "contentsOpaque": true, |
| 35 "drawsContent": true, | 36 "drawsContent": true, |
| 36 "backgroundColor": "#0000FF" | 37 "backgroundColor": "#0000FF" |
| 37 } | 38 } |
| 38 ] | 39 ] |
| 39 } | 40 } |
| (...skipping 26 matching lines...) Expand all Loading... |
| 66 | 67 |
| 67 -------- | 68 -------- |
| 68 Frame: '-->' | 69 Frame: '-->' |
| 69 -------- | 70 -------- |
| 70 { | 71 { |
| 71 "bounds": [285, 230], | 72 "bounds": [285, 230], |
| 72 "children": [ | 73 "children": [ |
| 73 { | 74 { |
| 74 "bounds": [285, 230], | 75 "bounds": [285, 230], |
| 75 "drawsContent": true, | 76 "drawsContent": true, |
| 77 "backgroundColor": "#C0C0C0", |
| 76 "children": [ | 78 "children": [ |
| 77 { | 79 { |
| 78 "position": [18, 10], | 80 "position": [18, 10], |
| 79 "bounds": [210, 210], | 81 "bounds": [210, 210], |
| 80 "contentsOpaque": true, | 82 "contentsOpaque": true, |
| 81 "drawsContent": true, | 83 "drawsContent": true, |
| 82 "backgroundColor": "#0000FF" | 84 "backgroundColor": "#0000FF" |
| 83 } | 85 } |
| 84 ] | 86 ] |
| 85 } | 87 } |
| 86 ] | 88 ] |
| 87 } | 89 } |
| 88 | 90 |
| OLD | NEW |