| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", |
| 2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 3 "children": [ | 4 "children": [ |
| 4 { | 5 { |
| 6 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 7 "drawsContent": true, | 9 "drawsContent": true, |
| 8 "children": [ | 10 "children": [ |
| 9 { | 11 { |
| 12 "name": "LayoutBlockFlow DIV id='transform-parent'", |
| 10 "position": [8, 8], | 13 "position": [8, 8], |
| 11 "bounds": [100, 100], | 14 "bounds": [100, 100], |
| 12 "contentsOpaque": true, | 15 "contentsOpaque": true, |
| 13 "drawsContent": true, | 16 "drawsContent": true, |
| 14 "backgroundColor": "#008000", | 17 "backgroundColor": "#008000", |
| 15 "transform": [ | 18 "transform": [ |
| 16 [0.866025403784439, -0.5, 0, 0], | 19 [0.866025403784439, -0.5, 0, 0], |
| 17 [0.5, 0.866025403784439, 0, 0], | 20 [0.5, 0.866025403784439, 0, 0], |
| 18 [0, 0, 1, 0], | 21 [0, 0, 1, 0], |
| 19 [100, 100, 0, 1] | 22 [100, 100, 0, 1] |
| 20 ], | 23 ], |
| 21 "children": [ | 24 "children": [ |
| 22 { | 25 { |
| 26 "name": "Squashing Containment Layer", |
| 23 "shouldFlattenTransform": false, | 27 "shouldFlattenTransform": false, |
| 24 "children": [ | 28 "children": [ |
| 25 { | 29 { |
| 30 "name": "LayoutBlockFlow (positioned) DIV id='squashing'", |
| 26 "bounds": [1, 1], | 31 "bounds": [1, 1], |
| 27 "contentsOpaque": true, | 32 "contentsOpaque": true, |
| 28 "drawsContent": true, | 33 "drawsContent": true, |
| 29 "backgroundColor": "#FFFFFF" | 34 "backgroundColor": "#FFFFFF" |
| 30 }, | 35 }, |
| 31 { | 36 { |
| 37 "name": "Squashing Layer (first squashed layer: LayoutBlockFlo
w (positioned) DIV id='squashed')", |
| 32 "position": [-100, 0], | 38 "position": [-100, 0], |
| 33 "bounds": [200, 200], | 39 "bounds": [200, 200], |
| 34 "drawsContent": true | 40 "drawsContent": true |
| 35 } | 41 } |
| 36 ] | 42 ] |
| 37 } | 43 } |
| 38 ] | 44 ] |
| 39 } | 45 } |
| 40 ] | 46 ] |
| 41 } | 47 } |
| 42 ] | 48 ] |
| 43 } | 49 } |
| 44 | 50 |
| OLD | NEW |