OLD | NEW |
| (Empty) |
1 Layer tree when the fixed elements are out-of-view (should have just a root laye
r): | |
2 (GraphicsLayer | |
3 (bounds 785.00 4016.00) | |
4 (children 1 | |
5 (GraphicsLayer | |
6 (bounds 785.00 4016.00) | |
7 (contentsOpaque 1) | |
8 (drawsContent 1) | |
9 ) | |
10 ) | |
11 ) | |
12 Layer tree when the fixed elements are in-view (both fixed elements should have
layers): | |
13 (GraphicsLayer | |
14 (bounds 785.00 4016.00) | |
15 (children 1 | |
16 (GraphicsLayer | |
17 (bounds 785.00 4016.00) | |
18 (contentsOpaque 1) | |
19 (drawsContent 1) | |
20 (children 2 | |
21 (GraphicsLayer | |
22 (position 100.00 50.00) | |
23 (bounds 10.00 10.00) | |
24 (contentsOpaque 1) | |
25 (drawsContent 1) | |
26 (backgroundColor #C0C0C0) | |
27 ) | |
28 (GraphicsLayer | |
29 (position 100.00 100.00) | |
30 (bounds 10.00 10.00) | |
31 (contentsOpaque 1) | |
32 (drawsContent 1) | |
33 (backgroundColor #C0C0C0) | |
34 ) | |
35 ) | |
36 ) | |
37 ) | |
38 ) | |
39 Layer tree when the fixed elements are out-of-view again (should have just a roo
t layer): | |
40 (GraphicsLayer | |
41 (bounds 785.00 4016.00) | |
42 (children 1 | |
43 (GraphicsLayer | |
44 (bounds 785.00 4016.00) | |
45 (contentsOpaque 1) | |
46 (drawsContent 1) | |
47 ) | |
48 ) | |
49 ) | |
50 | |
OLD | NEW |