| OLD | NEW |
| 1 | 1 |
| 2 | 2 |
| 3 { | 3 { |
| 4 "bounds": [800, 600], | 4 "bounds": [800, 600], |
| 5 "children": [ | 5 "children": [ |
| 6 { | 6 { |
| 7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "children": [ | 10 "children": [ |
| 11 { | 11 { |
| 12 "transformOrigin": [50, 50], | 12 "transformOrigin": [50, 50], |
| 13 "bounds": [500, 250], | 13 "bounds": [500, 250], |
| 14 "drawsContent": true, | 14 "drawsContent": true |
| 15 "children": [ | |
| 16 { | |
| 17 "bounds": [500, 250], | |
| 18 "drawsContent": true | |
| 19 } | |
| 20 ] | |
| 21 }, | 15 }, |
| 22 { | 16 { |
| 23 "children": [ | 17 "children": [ |
| 24 { | 18 { |
| 25 "position": [0, 250], | 19 "position": [0, 250], |
| 26 "transformOrigin": [50, 50], | 20 "transformOrigin": [50, 50], |
| 27 "bounds": [150, 150], | 21 "bounds": [150, 150], |
| 28 "drawsContent": true, | 22 "drawsContent": true |
| 29 "children": [ | |
| 30 { | |
| 31 "bounds": [150, 150], | |
| 32 "drawsContent": true | |
| 33 } | |
| 34 ] | |
| 35 }, | 23 }, |
| 36 { | 24 { |
| 37 "bounds": [792, 100], | 25 "bounds": [792, 100], |
| 38 "drawsContent": true | 26 "drawsContent": true |
| 39 } | 27 } |
| 40 ] | 28 ] |
| 41 }, | 29 }, |
| 42 { | 30 { |
| 43 "position": [0, 250], | 31 "position": [0, 250], |
| 44 "bounds": [100, 100], | 32 "bounds": [100, 100], |
| 45 "contentsOpaque": true, | 33 "contentsOpaque": true, |
| 46 "drawsContent": true, | 34 "drawsContent": true, |
| 47 "backgroundColor": "#008000" | 35 "backgroundColor": "#008000" |
| 48 } | 36 } |
| 49 ] | 37 ] |
| 50 } | 38 } |
| 51 ] | 39 ] |
| 52 } | 40 } |
| 53 | 41 |
| OLD | NEW |