| 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": "LayoutBlockFlow (positioned) DIV", |
| 11 "position": [8, 8], |
| 12 "contentsOpaque": true |
| 13 }, |
| 14 { |
| 15 "name": "Child Transform Layer", |
| 16 "shouldFlattenTransform": false, |
| 17 "transform": [ |
| 18 [1, 0, 0, 0], |
| 19 [0, 1, 0, 0], |
| 20 [0, 0, 1, -0.001], |
| 21 [0, 0, 0, 1] |
| 22 ] |
| 23 }, |
| 24 { |
| 25 "name": "Squashing Containment Layer", |
| 26 "shouldFlattenTransform": false |
| 27 }, |
| 28 { |
| 29 "name": "LayoutBlockFlow (positioned) DIV", |
| 30 "bounds": [200, 200], |
| 31 "contentsOpaque": true, |
| 9 "drawsContent": true, | 32 "drawsContent": true, |
| 10 "children": [ | 33 "backgroundColor": "#00008B", |
| 11 { | 34 "transform": [ |
| 12 "name": "LayoutBlockFlow (positioned) DIV", | 35 [1, 0, 0, 0], |
| 13 "position": [8, 8], | 36 [0, 1, 0, 0], |
| 14 "contentsOpaque": true, | 37 [0, 0, 1, 0], |
| 15 "children": [ | 38 [0, 74, 200, 1] |
| 16 { | |
| 17 "name": "Child Transform Layer", | |
| 18 "shouldFlattenTransform": false, | |
| 19 "transform": [ | |
| 20 [1, 0, 0, 0], | |
| 21 [0, 1, 0, 0], | |
| 22 [0, 0, 1, -0.001], | |
| 23 [0, 0, 0, 1] | |
| 24 ], | |
| 25 "children": [ | |
| 26 { | |
| 27 "name": "Squashing Containment Layer", | |
| 28 "shouldFlattenTransform": false, | |
| 29 "children": [ | |
| 30 { | |
| 31 "name": "LayoutBlockFlow (positioned) DIV", | |
| 32 "bounds": [200, 200], | |
| 33 "contentsOpaque": true, | |
| 34 "drawsContent": true, | |
| 35 "backgroundColor": "#00008B", | |
| 36 "transform": [ | |
| 37 [1, 0, 0, 0], | |
| 38 [0, 1, 0, 0], | |
| 39 [0, 0, 1, 0], | |
| 40 [0, 74, 200, 1] | |
| 41 ] | |
| 42 }, | |
| 43 { | |
| 44 "name": "Squashing Layer (first squashed layer: LayoutBloc
kFlow (positioned) DIV)", | |
| 45 "drawsContent": true | |
| 46 } | |
| 47 ] | |
| 48 } | |
| 49 ] | |
| 50 } | |
| 51 ] | |
| 52 } | |
| 53 ] | 39 ] |
| 40 }, |
| 41 { |
| 42 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione
d) DIV)", |
| 43 "drawsContent": true |
| 54 } | 44 } |
| 55 ] | 45 ] |
| 56 } | 46 } |
| 57 | 47 |
| OLD | NEW |