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'", |
11 "position": [13, 8], | 11 "position": [13, 8], |
12 "bounds": [50, 50], | 12 "bounds": [50, 50], |
13 "contentsOpaque": true, | 13 "contentsOpaque": true, |
14 "drawsContent": true, | 14 "drawsContent": true, |
15 "backgroundColor": "#008000" | 15 "backgroundColor": "#008000" |
16 }, | 16 }, |
17 { | 17 { |
18 "name": "LayoutHTMLCanvas CANVAS id='canvas-transparent-background'", | 18 "name": "LayoutHTMLCanvas CANVAS id='canvas-transparent-background'", |
19 "position": [13, 73], | 19 "position": [13, 73], |
20 "bounds": [50, 50], | 20 "bounds": [50, 50], |
21 "drawsContent": true, | 21 "drawsContent": true, |
22 "backgroundColor": "#00FF007F" | 22 "backgroundColor": "#00FF0080" |
23 }, | 23 }, |
24 { | 24 { |
25 "name": "LayoutHTMLCanvas CANVAS id='canvas-padding'", | 25 "name": "LayoutHTMLCanvas CANVAS id='canvas-padding'", |
26 "position": [13, 138], | 26 "position": [13, 138], |
27 "bounds": [60, 60], | 27 "bounds": [60, 60], |
28 "drawsContent": true, | 28 "drawsContent": true, |
29 "backgroundColor": "#008000" | 29 "backgroundColor": "#008000" |
30 }, | 30 }, |
31 { | 31 { |
32 "name": "LayoutHTMLCanvas CANVAS id='canvas-border'", | 32 "name": "LayoutHTMLCanvas CANVAS id='canvas-border'", |
(...skipping 27 matching lines...) Expand all Loading... |
60 { | 60 { |
61 "name": "LayoutHTMLCanvas CANVAS id='canvas-opaque-box-shadow'", | 61 "name": "LayoutHTMLCanvas CANVAS id='canvas-opaque-box-shadow'", |
62 "position": [13, 463], | 62 "position": [13, 463], |
63 "bounds": [60, 60], | 63 "bounds": [60, 60], |
64 "drawsContent": true, | 64 "drawsContent": true, |
65 "backgroundColor": "#008000" | 65 "backgroundColor": "#008000" |
66 } | 66 } |
67 ] | 67 ] |
68 } | 68 } |
69 | 69 |
OLD | NEW |