| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true | 7 "drawsContent": true |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "name": "LayoutHTMLCanvas CANVAS id='canvas-simple'", | 10 "name": "LayoutHTMLCanvas CANVAS id='canvas-simple'", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 { | 38 { |
| 39 "name": "LayoutHTMLCanvas CANVAS id='canvas-image'", | 39 "name": "LayoutHTMLCanvas CANVAS id='canvas-image'", |
| 40 "position": [13, 268], | 40 "position": [13, 268], |
| 41 "bounds": [50, 50], | 41 "bounds": [50, 50], |
| 42 "drawsContent": true, | 42 "drawsContent": true, |
| 43 "backgroundColor": "#008000" | 43 "backgroundColor": "#008000" |
| 44 }, | 44 }, |
| 45 { | 45 { |
| 46 "name": "LayoutHTMLCanvas CANVAS id='canvas-opaque'", | 46 "name": "LayoutHTMLCanvas CANVAS id='canvas-opaque'", |
| 47 "position": [13, 333], | 47 "position": [13, 333], |
| 48 "bounds": [50, 50], |
| 49 "contentsOpaque": true, |
| 50 "drawsContent": true, |
| 51 "backgroundColor": "#008000" |
| 52 }, |
| 53 { |
| 54 "name": "LayoutHTMLCanvas CANVAS id='canvas-opaque-border'", |
| 55 "position": [13, 398], |
| 48 "bounds": [60, 60], | 56 "bounds": [60, 60], |
| 49 "contentsOpaque": true, | 57 "drawsContent": true, |
| 58 "backgroundColor": "#008000" |
| 59 }, |
| 60 { |
| 61 "name": "LayoutHTMLCanvas CANVAS id='canvas-opaque-box-shadow'", |
| 62 "position": [13, 463], |
| 63 "bounds": [60, 60], |
| 50 "drawsContent": true, | 64 "drawsContent": true, |
| 51 "backgroundColor": "#008000" | 65 "backgroundColor": "#008000" |
| 52 } | 66 } |
| 53 ] | 67 ] |
| 54 } | 68 } |
| 55 | 69 |
| OLD | NEW |