OLD | NEW |
1 This layer should not have backing store. | 1 This layer should not have backing store. |
2 This layer should have backing store. | 2 This layer should have backing store. |
3 (GraphicsLayer | 3 { |
4 (bounds 800.00 600.00) | 4 "bounds": [800, 600], |
5 (children 1 | 5 "children": [ |
6 (GraphicsLayer | 6 { |
7 (bounds 800.00 600.00) | 7 "bounds": [800, 600], |
8 (contentsOpaque 1) | 8 "contentsOpaque": true, |
9 (drawsContent 1) | 9 "drawsContent": true, |
10 (children 2 | 10 "children": [ |
11 (GraphicsLayer | 11 { |
12 (position 8.00 8.00) | 12 "position": [8, 8], |
13 (bounds 342.00 182.00) | 13 "bounds": [342, 182], |
14 (children 1 | 14 "children": [ |
15 (GraphicsLayer | 15 { |
16 (position 1.00 1.00) | 16 "position": [1, 1], |
17 (bounds 340.00 180.00) | 17 "bounds": [340, 180], |
18 (children 1 | 18 "children": [ |
19 (GraphicsLayer | 19 { |
20 (position 30.00 50.00) | 20 "position": [30, 50], |
21 (bounds 100.00 100.00) | 21 "bounds": [100, 100], |
22 (contentsOpaque 1) | 22 "contentsOpaque": true, |
23 (drawsContent 1) | 23 "drawsContent": true, |
24 (backgroundColor #C0C0C0) | 24 "backgroundColor": "#C0C0C0" |
25 ) | 25 } |
26 ) | 26 ] |
27 ) | 27 } |
28 ) | 28 ] |
29 ) | 29 }, |
30 (GraphicsLayer | 30 { |
31 (position 8.00 180.00) | 31 "position": [8, 180], |
32 (bounds 342.00 182.00) | 32 "bounds": [342, 182], |
33 (drawsContent 1) | 33 "drawsContent": true, |
34 (children 1 | 34 "children": [ |
35 (GraphicsLayer | 35 { |
36 (position 1.00 1.00) | 36 "position": [1, 1], |
37 (bounds 340.00 180.00) | 37 "bounds": [340, 180], |
38 (children 1 | 38 "children": [ |
39 (GraphicsLayer | 39 { |
40 (position 30.00 50.00) | 40 "position": [30, 50], |
41 (bounds 100.00 100.00) | 41 "bounds": [100, 100], |
42 (contentsOpaque 1) | 42 "contentsOpaque": true, |
43 (drawsContent 1) | 43 "drawsContent": true, |
44 (backgroundColor #C0C0C0) | 44 "backgroundColor": "#C0C0C0" |
45 ) | 45 } |
46 ) | 46 ] |
47 ) | 47 } |
48 ) | 48 ] |
49 ) | 49 } |
50 ) | 50 ] |
51 ) | 51 } |
52 ) | 52 ] |
53 ) | 53 } |
54 | 54 |
OLD | NEW |