OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true | 7 "drawsContent": true |
8 }, | 8 }, |
9 { | 9 { |
10 "name": "LayoutBlockFlow (positioned) DIV id='outer'", | 10 "name": "LayoutBlockFlow (positioned) DIV id='outer'", |
11 "position": [50, 50], | 11 "position": [50, 50], |
12 "bounds": [300, 300], | 12 "bounds": [300, 300], |
13 "drawsContent": true | 13 "drawsContent": true |
14 }, | 14 }, |
15 { | 15 { |
16 "name": "Child Containment Layer", | 16 "name": "Child Containment Layer", |
17 "bounds": [300, 300] | 17 "bounds": [300, 300], |
| 18 "maskLayer": [ |
| 19 { |
| 20 "name": "Child Clipping Mask Layer", |
| 21 "bounds": [300, 300], |
| 22 "drawsContent": true |
| 23 } |
| 24 ] |
18 }, | 25 }, |
19 { | 26 { |
20 "name": "Ancestor Clipping Layer", | 27 "name": "Ancestor Clipping Layer", |
21 "bounds": [285, 300], | 28 "bounds": [285, 300], |
22 "shouldFlattenTransform": false | 29 "shouldFlattenTransform": false |
23 }, | 30 }, |
24 { | 31 { |
25 "name": "LayoutBlockFlow DIV id='content'", | 32 "name": "LayoutBlockFlow DIV id='content'", |
26 "bounds": [285, 1000], | 33 "bounds": [285, 1000], |
27 "contentsOpaque": true, | 34 "contentsOpaque": true, |
28 "drawsContent": true | 35 "drawsContent": true |
29 } | 36 } |
30 ] | 37 ] |
31 } | 38 } |
32 | 39 |
OLD | NEW |