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-padding'", |
17 "position": [13, 73], | 21 "position": [13, 73], |
18 "bounds": [60, 60], | 22 "bounds": [60, 60], |
19 "drawsContent": true, | 23 "drawsContent": true, |
20 "backgroundColor": "#008000" | 24 "backgroundColor": "#008000" |
21 }, | 25 }, |
22 { | 26 { |
| 27 "name": "LayoutHTMLCanvas CANVAS id='canvas-border'", |
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-image'", |
29 "position": [13, 203], | 35 "position": [13, 203], |
30 "bounds": [50, 50], | 36 "bounds": [50, 50], |
31 "drawsContent": true, | 37 "drawsContent": true, |
32 "backgroundColor": "#008000" | 38 "backgroundColor": "#008000" |
33 }, | 39 }, |
34 { | 40 { |
| 41 "name": "LayoutHTMLCanvas CANVAS id='canvas-transparent-background'", |
35 "position": [13, 268], | 42 "position": [13, 268], |
36 "bounds": [50, 50], | 43 "bounds": [50, 50], |
37 "drawsContent": true, | 44 "drawsContent": true, |
38 "backgroundColor": "#00FF007F" | 45 "backgroundColor": "#00FF007F" |
39 } | 46 } |
40 ] | 47 ] |
41 } | 48 } |
42 ] | 49 ] |
43 } | 50 } |
44 | 51 |
OLD | NEW |