OLD | NEW |
1 { | 1 { |
| 2 "name": "Frame Overflow Controls Host Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "Frame Clipping Layer", |
5 "bounds": [785, 600], | 7 "bounds": [785, 600], |
6 "children": [ | 8 "children": [ |
7 { | 9 { |
| 10 "name": "LayoutView #document (background) Layer", |
8 "transformOrigin": [0, 0], | 11 "transformOrigin": [0, 0], |
9 "bounds": [785, 600], | 12 "bounds": [785, 600], |
10 "contentsOpaque": true, | 13 "contentsOpaque": true, |
11 "drawsContent": true | 14 "drawsContent": true |
12 }, | 15 }, |
13 { | 16 { |
| 17 "name": "Frame Scrolling Layer", |
14 "children": [ | 18 "children": [ |
15 { | 19 { |
| 20 "name": "Content Root Layer", |
16 "bounds": [785, 3700], | 21 "bounds": [785, 3700], |
17 "children": [ | 22 "children": [ |
18 { | 23 { |
| 24 "name": "LayoutView #document", |
19 "bounds": [785, 3700], | 25 "bounds": [785, 3700], |
20 "drawsContent": true | 26 "drawsContent": true |
21 } | 27 } |
22 ] | 28 ] |
23 } | 29 } |
24 ] | 30 ] |
25 } | 31 } |
26 ] | 32 ] |
27 } | 33 } |
28 ] | 34 ] |
29 } | 35 } |
30 | 36 |
OLD | NEW |