| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "layers": [ |
| 3 "bounds": [2008, 2016], | |
| 4 "children": [ | |
| 5 { | 3 { |
| 6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 7 "bounds": [2008, 2016], | 5 "bounds": [2008, 2016], |
| 8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true |
| 8 }, |
| 9 { |
| 10 "name": "LayoutBlockFlow DIV id='targetDiv'", |
| 11 "position": [8, 8], |
| 12 "bounds": [2000, 2000], |
| 9 "drawsContent": true, | 13 "drawsContent": true, |
| 10 "children": [ | 14 "transform": [ |
| 11 { | 15 [1, 0, 0, 0], |
| 12 "name": "LayoutBlockFlow DIV id='targetDiv'", | 16 [0, 1, 0, 0], |
| 13 "position": [8, 8], | 17 [0, 0, 1, 0], |
| 14 "bounds": [2000, 2000], | 18 [0, -1000, 0, 1] |
| 15 "drawsContent": true, | |
| 16 "transform": [ | |
| 17 [1, 0, 0, 0], | |
| 18 [0, 1, 0, 0], | |
| 19 [0, 0, 1, 0], | |
| 20 [0, -1000, 0, 1] | |
| 21 ] | |
| 22 } | |
| 23 ] | 19 ] |
| 24 } | 20 } |
| 25 ] | 21 ] |
| 26 } | 22 } |
| 27 | 23 |
| OLD | NEW |