OLD | NEW |
1 | 1 |
2 (GraphicsLayer | 2 { |
3 (bounds 800.00 600.00) | 3 "bounds": [800, 600], |
4 (children 1 | 4 "children": [ |
5 (GraphicsLayer | 5 { |
6 (bounds 800.00 600.00) | 6 "bounds": [800, 600], |
7 (contentsOpaque 1) | 7 "contentsOpaque": true, |
8 (drawsContent 1) | 8 "drawsContent": true, |
9 (children 2 | 9 "children": [ |
10 (GraphicsLayer | 10 { |
11 (position 8.00 8.00) | 11 "position": [8, 8], |
12 (bounds 370.00 220.00) | 12 "bounds": [370, 220], |
13 (drawsContent 1) | 13 "drawsContent": true, |
14 (children 1 | 14 "children": [ |
15 (GraphicsLayer | 15 { |
16 (position 35.00 35.00) | 16 "position": [35, 35], |
17 (children 4 | 17 "bounds": [300, 150], |
18 (GraphicsLayer | 18 "children": [ |
19 (bounds 285.00 135.00) | 19 { |
20 (children 1 | 20 "bounds": [285, 135], |
21 (GraphicsLayer | 21 "children": [ |
22 (position -80.00 -80.00) | 22 { |
23 (children 1 | 23 "children": [ |
24 (GraphicsLayer | 24 { |
25 (bounds 508.00 608.00) | 25 "bounds": [508, 608], |
26 (children 1 | 26 "children": [ |
27 (GraphicsLayer | 27 { |
28 (bounds 508.00 608.00) | 28 "bounds": [508, 608], |
29 (drawsContent 1) | 29 "drawsContent": true, |
30 (children 1 | 30 "backgroundColor": "#C0C0C0", |
31 (GraphicsLayer | 31 "children": [ |
32 (position 108.00 100.00) | 32 { |
33 (bounds 200.00 200.00) | 33 "position": [108, 100], |
34 (contentsOpaque 1) | 34 "bounds": [200, 200], |
35 (drawsContent 1) | 35 "contentsOpaque": true, |
36 (backgroundColor #0000FF) | 36 "drawsContent": true, |
37 ) | 37 "backgroundColor": "#0000FF" |
38 ) | 38 } |
39 ) | 39 ] |
40 ) | 40 } |
41 ) | 41 ] |
42 ) | 42 } |
43 ) | 43 ] |
44 ) | 44 } |
45 ) | 45 ] |
46 (GraphicsLayer | 46 }, |
47 (position 285.00 0.00) | 47 { |
48 (bounds 15.00 135.00) | 48 "position": [0, 135], |
49 ) | 49 "bounds": [285, 15] |
50 (GraphicsLayer | 50 }, |
51 (position 0.00 135.00) | 51 { |
52 (bounds 285.00 15.00) | 52 "position": [285, 0], |
53 ) | 53 "bounds": [15, 135] |
54 (GraphicsLayer | 54 }, |
55 (position 285.00 135.00) | 55 { |
56 (bounds 15.00 15.00) | 56 "position": [285, 135], |
57 (drawsContent 1) | 57 "bounds": [15, 15], |
58 ) | 58 "drawsContent": true |
59 ) | 59 } |
60 ) | 60 ] |
61 ) | 61 } |
62 ) | 62 ] |
63 (GraphicsLayer | 63 }, |
64 (position 5.00 5.00) | 64 { |
65 (bounds 50.00 50.00) | 65 "position": [5, 5], |
66 (drawsContent 1) | 66 "bounds": [50, 50], |
67 (backgroundColor #00000033) | 67 "drawsContent": true, |
68 ) | 68 "backgroundColor": "#00000033" |
69 ) | 69 } |
70 ) | 70 ] |
71 ) | 71 } |
72 ) | 72 ] |
| 73 } |
73 | 74 |
| 75 |
| 76 -------- |
| 77 Frame: '-->' |
| 78 -------- |
| 79 { |
| 80 "bounds": [508, 608], |
| 81 "children": [ |
| 82 { |
| 83 "bounds": [508, 608], |
| 84 "drawsContent": true, |
| 85 "backgroundColor": "#C0C0C0", |
| 86 "children": [ |
| 87 { |
| 88 "position": [108, 100], |
| 89 "bounds": [200, 200], |
| 90 "contentsOpaque": true, |
| 91 "drawsContent": true, |
| 92 "backgroundColor": "#0000FF" |
| 93 } |
| 94 ] |
| 95 } |
| 96 ] |
| 97 } |
| 98 |
OLD | NEW |