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