| OLD | NEW |
| (Empty) |
| 1 preserve-3d | |
| 2 flat | |
| 3 { | |
| 4 "name": "Content Root Layer", | |
| 5 "bounds": [800, 600], | |
| 6 "children": [ | |
| 7 { | |
| 8 "name": "LayoutView #document", | |
| 9 "bounds": [800, 600], | |
| 10 "contentsOpaque": true, | |
| 11 "drawsContent": true, | |
| 12 "children": [ | |
| 13 { | |
| 14 "name": "LayoutBlockFlow DIV id='box1' class='box'", | |
| 15 "position": [18, 10], | |
| 16 "bounds": [100, 100], | |
| 17 "contentsOpaque": true, | |
| 18 "shouldFlattenTransform": false, | |
| 19 "3dRenderingContext": 1, | |
| 20 "drawsContent": true, | |
| 21 "backgroundColor": "#0000FF", | |
| 22 "transform": [ | |
| 23 [1, 0, 0, 0], | |
| 24 [0, 1, 0, 0], | |
| 25 [0, 0, 1, 0], | |
| 26 [0, 0, 1, 1] | |
| 27 ] | |
| 28 }, | |
| 29 { | |
| 30 "name": "LayoutBlockFlow DIV id='box2' class='box'", | |
| 31 "position": [18, 120], | |
| 32 "bounds": [100, 100], | |
| 33 "contentsOpaque": true, | |
| 34 "drawsContent": true, | |
| 35 "backgroundColor": "#0000FF", | |
| 36 "transform": [ | |
| 37 [1, 0, 0, 0], | |
| 38 [0, 1, 0, 0], | |
| 39 [0, 0, 1, 0], | |
| 40 [0, 0, 1, 1] | |
| 41 ] | |
| 42 } | |
| 43 ] | |
| 44 } | |
| 45 ] | |
| 46 } | |
| 47 | |
| OLD | NEW |