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 22 matching lines...) Expand all Loading... |
33 "position": [13, 203], | 33 "position": [13, 203], |
34 "bounds": [50, 50], | 34 "bounds": [50, 50], |
35 "drawsContent": true, | 35 "drawsContent": true, |
36 "backgroundColor": "#008000" | 36 "backgroundColor": "#008000" |
37 }, | 37 }, |
38 { | 38 { |
39 "name": "LayoutHTMLCanvas CANVAS id='canvas-transparent-background'", | 39 "name": "LayoutHTMLCanvas CANVAS id='canvas-transparent-background'", |
40 "position": [13, 268], | 40 "position": [13, 268], |
41 "bounds": [50, 50], | 41 "bounds": [50, 50], |
42 "drawsContent": true, | 42 "drawsContent": true, |
43 "backgroundColor": "#00FF007F" | 43 "backgroundColor": "#00FF0080" |
44 } | 44 } |
45 ] | 45 ] |
46 } | 46 } |
47 | 47 |
OLD | NEW |