| 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 BODY", |
| 11 "position": [8, 8], |
| 12 "bounds": [784, 584], |
| 13 "drawsContent": true |
| 14 }, |
| 15 { |
| 16 "name": "LayoutBlockFlow DIV id='container'", |
| 17 "position": [15, 0], |
| 18 "transformOrigin": [377, 0], |
| 19 "bounds": [256, 256], |
| 20 "contentsOpaque": true, |
| 9 "drawsContent": true, | 21 "drawsContent": true, |
| 10 "children": [ | 22 "transform": [ |
| 11 { | 23 [1, 0, 0, 0], |
| 12 "name": "LayoutBlockFlow BODY", | 24 [0, 1, 0, 0], |
| 13 "position": [8, 8], | 25 [0, 0, 1, 0], |
| 14 "bounds": [784, 584], | 26 [-10, 0, 0, 1] |
| 15 "drawsContent": true, | |
| 16 "children": [ | |
| 17 { | |
| 18 "name": "LayoutBlockFlow DIV id='container'", | |
| 19 "position": [15, 0], | |
| 20 "transformOrigin": [377, 0], | |
| 21 "bounds": [256, 256], | |
| 22 "contentsOpaque": true, | |
| 23 "drawsContent": true, | |
| 24 "transform": [ | |
| 25 [1, 0, 0, 0], | |
| 26 [0, 1, 0, 0], | |
| 27 [0, 0, 1, 0], | |
| 28 [-10, 0, 0, 1] | |
| 29 ], | |
| 30 "children": [ | |
| 31 { | |
| 32 "name": "LayoutBlockFlow (positioned) DIV id='composited'", | |
| 33 "position": [385, 0], | |
| 34 "contentsOpaque": true | |
| 35 } | |
| 36 ] | |
| 37 }, | |
| 38 { | |
| 39 "name": "LayoutBlockFlow (positioned) DIV id='green'", | |
| 40 "bounds": [300, 300], | |
| 41 "contentsOpaque": true, | |
| 42 "drawsContent": true, | |
| 43 "backgroundColor": "#008000" | |
| 44 } | |
| 45 ] | |
| 46 } | |
| 47 ] | 27 ] |
| 28 }, |
| 29 { |
| 30 "name": "LayoutBlockFlow (positioned) DIV id='composited'", |
| 31 "position": [385, 0], |
| 32 "contentsOpaque": true |
| 33 }, |
| 34 { |
| 35 "name": "LayoutBlockFlow (positioned) DIV id='green'", |
| 36 "bounds": [300, 300], |
| 37 "contentsOpaque": true, |
| 38 "drawsContent": true, |
| 39 "backgroundColor": "#008000" |
| 48 } | 40 } |
| 49 ] | 41 ] |
| 50 } | 42 } |
| 51 | 43 |
| OLD | NEW |