| 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], |
| 11 "bounds": [250, 200], | 11 "bounds": [250, 200], |
| 12 "contentsOpaque": true, | 12 "contentsOpaque": true, |
| 13 "drawsContent": true, | 13 "drawsContent": true, |
| 14 "backgroundColor": "#C0C0C0", | 14 "backgroundColor": "#C0C0C0", |
| 15 "children": [ | 15 "children": [ |
| 16 { | 16 { |
| 17 "position": [35, 10], | 17 "position": [35, 10], |
| 18 "transformOrigin": [145, 50], | 18 "transformOrigin": [145, 50], |
| 19 "bounds": [195, 100], | 19 "bounds": [195, 100], |
| 20 "drawsContent": true, | 20 "drawsContent": true, |
| 21 "backgroundColor": "#0000FF" | 21 "backgroundColor": "#0000FF" |
| 22 } | 22 } |
| 23 ] | 23 ] |
| 24 } | 24 } |
| 25 ] | 25 ] |
| 26 } | 26 } |
| 27 ] | 27 ] |
| 28 } | 28 } |
| 29 | 29 |
| OLD | NEW |