| 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 DIV id='masked'", | 10 "name": "LayoutBlockFlow DIV id='masked'", |
| 11 "position": [10, 10], | 11 "position": [10, 10], |
| 12 "bounds": [400, 200], | 12 "bounds": [400, 200], |
| 13 "contentsOpaque": true, | 13 "contentsOpaque": true, |
| 14 "drawsContent": true, | 14 "drawsContent": true, |
| 15 "backgroundColor": "#000000" | 15 "backgroundColor": "#000000", |
| 16 "maskLayer": [ |
| 17 { |
| 18 "name": "Mask Layer", |
| 19 "bounds": [400, 200], |
| 20 "drawsContent": true |
| 21 } |
| 22 ] |
| 16 } | 23 } |
| 17 ] | 24 ] |
| 18 } | 25 } |
| 19 | 26 |
| OLD | NEW |