OLD | NEW |
1 | 1 |
2 { | 2 { |
| 3 "name": "Content Root Layer", |
3 "bounds": [800, 600], | 4 "bounds": [800, 600], |
4 "children": [ | 5 "children": [ |
5 { | 6 { |
| 7 "name": "LayoutView #document", |
6 "bounds": [800, 600], | 8 "bounds": [800, 600], |
7 "contentsOpaque": true, | 9 "contentsOpaque": true, |
8 "drawsContent": true, | 10 "drawsContent": true, |
9 "children": [ | 11 "children": [ |
10 { | 12 { |
| 13 "name": "LayoutImage (positioned) IMG class='composited'", |
11 "position": [210, 23], | 14 "position": [210, 23], |
12 "transformOrigin": [90, 90], | 15 "transformOrigin": [90, 90], |
13 "bounds": [140, 140], | 16 "bounds": [140, 140], |
14 "drawsContent": true | 17 "drawsContent": true |
15 } | 18 } |
16 ] | 19 ] |
17 } | 20 } |
18 ] | 21 ] |
19 } | 22 } |
20 | 23 |
OLD | NEW |