| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "layers": [ |
| 3 "bounds": [800, 600], | |
| 4 "children": [ | |
| 5 { | 3 { |
| 6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true |
| 8 }, |
| 9 { |
| 10 "name": "Squashing Containment Layer", |
| 11 "shouldFlattenTransform": false |
| 12 }, |
| 13 { |
| 14 "name": "LayoutBlockFlow (positioned) DIV class='compositedAndRotated box
behind'", |
| 15 "position": [100, 100], |
| 16 "bounds": [100, 100], |
| 17 "contentsOpaque": true, |
| 9 "drawsContent": true, | 18 "drawsContent": true, |
| 10 "children": [ | 19 "backgroundColor": "#0000FF", |
| 11 { | 20 "transform": [ |
| 12 "name": "Squashing Containment Layer", | 21 [0.707106781186548, 0.707106781186548, 0, 0], |
| 13 "shouldFlattenTransform": false, | 22 [-0.707106781186548, 0.707106781186548, 0, 0], |
| 14 "children": [ | 23 [0, 0, 1, 0], |
| 15 { | 24 [0, 0, 0, 1] |
| 16 "name": "LayoutBlockFlow (positioned) DIV class='compositedAndRota
ted box behind'", | |
| 17 "position": [100, 100], | |
| 18 "bounds": [100, 100], | |
| 19 "contentsOpaque": true, | |
| 20 "drawsContent": true, | |
| 21 "backgroundColor": "#0000FF", | |
| 22 "transform": [ | |
| 23 [0.707106781186548, 0.707106781186548, 0, 0], | |
| 24 [-0.707106781186548, 0.707106781186548, 0, 0], | |
| 25 [0, 0, 1, 0], | |
| 26 [0, 0, 0, 1] | |
| 27 ] | |
| 28 }, | |
| 29 { | |
| 30 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p
ositioned) DIV class='box middle')", | |
| 31 "position": [20, 20], | |
| 32 "bounds": [260, 260], | |
| 33 "drawsContent": true | |
| 34 } | |
| 35 ] | |
| 36 } | |
| 37 ] | 25 ] |
| 26 }, |
| 27 { |
| 28 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione
d) DIV class='box middle')", |
| 29 "position": [20, 20], |
| 30 "bounds": [260, 260], |
| 31 "drawsContent": true |
| 38 } | 32 } |
| 39 ] | 33 ] |
| 40 } | 34 } |
| 41 | 35 |
| OLD | NEW |