| 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], |
| 6 "contentsOpaque": true |
| 7 }, |
| 8 { |
| 9 "name": "LayoutBlockFlow HTML", |
| 10 "bounds": [800, 70], |
| 11 "isolate": true, |
| 12 "drawsContent": true |
| 13 }, |
| 14 { |
| 15 "name": "LayoutBlockFlow DIV", |
| 16 "position": [8, 18], |
| 17 "bounds": [10, 10], |
| 18 "blendMode": "multiply", |
| 19 "drawsContent": true, |
| 20 "backgroundColor": "#0000FF" |
| 21 }, |
| 22 { |
| 23 "name": "LayoutBlockFlow DIV", |
| 24 "bounds": [10, 10], |
| 8 "contentsOpaque": true, | 25 "contentsOpaque": true, |
| 9 "children": [ | 26 "drawsContent": true, |
| 10 { | 27 "backgroundColor": "#FFFF00" |
| 11 "name": "LayoutBlockFlow HTML", | |
| 12 "bounds": [800, 70], | |
| 13 "isolate": true, | |
| 14 "drawsContent": true, | |
| 15 "children": [ | |
| 16 { | |
| 17 "name": "LayoutBlockFlow DIV", | |
| 18 "position": [8, 18], | |
| 19 "bounds": [10, 10], | |
| 20 "blendMode": "multiply", | |
| 21 "drawsContent": true, | |
| 22 "backgroundColor": "#0000FF", | |
| 23 "children": [ | |
| 24 { | |
| 25 "name": "LayoutBlockFlow DIV", | |
| 26 "bounds": [10, 10], | |
| 27 "contentsOpaque": true, | |
| 28 "drawsContent": true, | |
| 29 "backgroundColor": "#FFFF00" | |
| 30 } | |
| 31 ] | |
| 32 } | |
| 33 ] | |
| 34 } | |
| 35 ] | |
| 36 } | 28 } |
| 37 ] | 29 ] |
| 38 } | 30 } |
| 39 | 31 |
| OLD | NEW |