| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [785, 5021], | 5 "bounds": [785, 5021], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true | 7 "drawsContent": true |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "name": "LayoutBlockFlow DIV id='transform'", | 10 "name": "LayoutBlockFlow DIV id='transform'", |
| 11 "position": [108, 113], | 11 "position": [108, 113], |
| 12 "transformOrigin": [284.5, -100], | 12 "transformOrigin": [284.5, -100], |
| 13 "bounds": [256, 256], | 13 "bounds": [256, 256], |
| 14 "contentsOpaque": true, |
| 14 "drawsContent": true, | 15 "drawsContent": true, |
| 15 "transform": [ | 16 "transform": [ |
| 16 [1, 0, 0, 0], | 17 [1, 0, 0, 0], |
| 17 [0, 1, 0, 0], | 18 [0, 1, 0, 0], |
| 18 [0, 0, 1, 0], | 19 [0, 0, 1, 0], |
| 19 [0, 1000, 0, 1] | 20 [0, 1000, 0, 1] |
| 20 ] | 21 ] |
| 21 }, | 22 }, |
| 22 { | 23 { |
| 23 "name": "LayoutBlockFlow (positioned) DIV id='overlap'", | 24 "name": "LayoutBlockFlow (positioned) DIV id='overlap'", |
| 24 "position": [0, 1000], | 25 "position": [0, 1000], |
| 25 "bounds": [500, 500], | 26 "bounds": [500, 500], |
| 26 "contentsOpaque": true, | 27 "contentsOpaque": true, |
| 27 "drawsContent": true, | 28 "drawsContent": true, |
| 28 "backgroundColor": "#008000" | 29 "backgroundColor": "#008000" |
| 29 } | 30 } |
| 30 ] | 31 ] |
| 31 } | 32 } |
| 32 | 33 |
| OLD | NEW |