| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", |
| 2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 3 "children": [ | 4 "children": [ |
| 4 { | 5 { |
| 6 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 7 "drawsContent": true, | 9 "drawsContent": true, |
| 8 "children": [ | 10 "children": [ |
| 9 { | 11 { |
| 12 "name": "LayoutHTMLCanvas CANVAS id='canvas-simple'", |
| 10 "position": [13, 8], | 13 "position": [13, 8], |
| 11 "bounds": [50, 50], | 14 "bounds": [50, 50], |
| 12 "contentsOpaque": true, | 15 "contentsOpaque": true, |
| 13 "drawsContent": true, | 16 "drawsContent": true, |
| 14 "backgroundColor": "#008000" | 17 "backgroundColor": "#008000" |
| 15 }, | 18 }, |
| 16 { | 19 { |
| 20 "name": "LayoutHTMLCanvas CANVAS id='canvas-transparent-background'", |
| 17 "position": [13, 73], | 21 "position": [13, 73], |
| 18 "bounds": [50, 50], | 22 "bounds": [50, 50], |
| 19 "drawsContent": true, | 23 "drawsContent": true, |
| 20 "backgroundColor": "#00FF007F" | 24 "backgroundColor": "#00FF007F" |
| 21 }, | 25 }, |
| 22 { | 26 { |
| 27 "name": "LayoutHTMLCanvas CANVAS id='canvas-padding'", |
| 23 "position": [13, 138], | 28 "position": [13, 138], |
| 24 "bounds": [60, 60], | 29 "bounds": [60, 60], |
| 25 "drawsContent": true, | 30 "drawsContent": true, |
| 26 "backgroundColor": "#008000" | 31 "backgroundColor": "#008000" |
| 27 }, | 32 }, |
| 28 { | 33 { |
| 34 "name": "LayoutHTMLCanvas CANVAS id='canvas-border'", |
| 29 "position": [13, 203], | 35 "position": [13, 203], |
| 30 "bounds": [60, 60], | 36 "bounds": [60, 60], |
| 31 "drawsContent": true, | 37 "drawsContent": true, |
| 32 "backgroundColor": "#008000" | 38 "backgroundColor": "#008000" |
| 33 }, | 39 }, |
| 34 { | 40 { |
| 41 "name": "LayoutHTMLCanvas CANVAS id='canvas-image'", |
| 35 "position": [13, 268], | 42 "position": [13, 268], |
| 36 "bounds": [50, 50], | 43 "bounds": [50, 50], |
| 37 "drawsContent": true, | 44 "drawsContent": true, |
| 38 "backgroundColor": "#008000" | 45 "backgroundColor": "#008000" |
| 39 }, | 46 }, |
| 40 { | 47 { |
| 48 "name": "LayoutHTMLCanvas CANVAS id='canvas-opaque'", |
| 41 "position": [13, 333], | 49 "position": [13, 333], |
| 42 "bounds": [60, 60], | 50 "bounds": [60, 60], |
| 43 "contentsOpaque": true, | 51 "contentsOpaque": true, |
| 44 "drawsContent": true, | 52 "drawsContent": true, |
| 45 "backgroundColor": "#008000" | 53 "backgroundColor": "#008000" |
| 46 } | 54 } |
| 47 ] | 55 ] |
| 48 } | 56 } |
| 49 ] | 57 ] |
| 50 } | 58 } |
| 51 | 59 |
| OLD | NEW |