OLD | NEW |
1 The yellow box should be 500 x 500 on startup. Then it should stretch to be 500
x 5000, then shrink back down to 500 x 500. This tests that we can resize to a h
uge layer and back again and still maintain integrity of the layer tree. | 1 The yellow box should be 500 x 500 on startup. Then it should stretch to be 500
x 5000, then shrink back down to 500 x 500. This tests that we can resize to a h
uge layer and back again and still maintain integrity of the layer tree. |
2 | 2 |
3 First (small layer): | 3 First (small layer): |
4 (GraphicsLayer | 4 (GraphicsLayer |
5 (bounds 785.00 611.00) | 5 (bounds 785.00 611.00) |
6 (children 1 | 6 (children 1 |
7 (GraphicsLayer | 7 (GraphicsLayer |
8 (bounds 785.00 611.00) | 8 (bounds 785.00 611.00) |
9 (contentsOpaque 1) | 9 (contentsOpaque 1) |
| 10 (drawsContent 1) |
10 (children 1 | 11 (children 1 |
11 (GraphicsLayer | 12 (GraphicsLayer |
12 (position 8.00 68.00) | 13 (position 8.00 68.00) |
13 (bounds 502.00 502.00) | 14 (bounds 502.00 502.00) |
14 (contentsOpaque 1) | 15 (contentsOpaque 1) |
15 (drawsContent 1) | 16 (drawsContent 1) |
16 (backgroundColor #FFFF00) | 17 (backgroundColor #FFFF00) |
17 (children 2 | 18 (children 2 |
18 (GraphicsLayer | 19 (GraphicsLayer |
19 (position 51.00 101.00) | 20 (position 51.00 101.00) |
(...skipping 17 matching lines...) Expand all Loading... |
37 ) | 38 ) |
38 | 39 |
39 | 40 |
40 Second (huge layer): | 41 Second (huge layer): |
41 (GraphicsLayer | 42 (GraphicsLayer |
42 (bounds 785.00 5111.00) | 43 (bounds 785.00 5111.00) |
43 (children 1 | 44 (children 1 |
44 (GraphicsLayer | 45 (GraphicsLayer |
45 (bounds 785.00 5111.00) | 46 (bounds 785.00 5111.00) |
46 (contentsOpaque 1) | 47 (contentsOpaque 1) |
| 48 (drawsContent 1) |
47 (children 1 | 49 (children 1 |
48 (GraphicsLayer | 50 (GraphicsLayer |
49 (position 8.00 68.00) | 51 (position 8.00 68.00) |
50 (bounds 502.00 5002.00) | 52 (bounds 502.00 5002.00) |
51 (contentsOpaque 1) | 53 (contentsOpaque 1) |
52 (drawsContent 1) | 54 (drawsContent 1) |
53 (backgroundColor #FFFF00) | 55 (backgroundColor #FFFF00) |
54 (children 2 | 56 (children 2 |
55 (GraphicsLayer | 57 (GraphicsLayer |
56 (position 51.00 101.00) | 58 (position 51.00 101.00) |
(...skipping 17 matching lines...) Expand all Loading... |
74 ) | 76 ) |
75 | 77 |
76 | 78 |
77 Third (small layer): | 79 Third (small layer): |
78 (GraphicsLayer | 80 (GraphicsLayer |
79 (bounds 785.00 611.00) | 81 (bounds 785.00 611.00) |
80 (children 1 | 82 (children 1 |
81 (GraphicsLayer | 83 (GraphicsLayer |
82 (bounds 785.00 611.00) | 84 (bounds 785.00 611.00) |
83 (contentsOpaque 1) | 85 (contentsOpaque 1) |
| 86 (drawsContent 1) |
84 (children 1 | 87 (children 1 |
85 (GraphicsLayer | 88 (GraphicsLayer |
86 (position 8.00 68.00) | 89 (position 8.00 68.00) |
87 (bounds 502.00 502.00) | 90 (bounds 502.00 502.00) |
88 (contentsOpaque 1) | 91 (contentsOpaque 1) |
89 (drawsContent 1) | 92 (drawsContent 1) |
90 (backgroundColor #FFFF00) | 93 (backgroundColor #FFFF00) |
91 (children 2 | 94 (children 2 |
92 (GraphicsLayer | 95 (GraphicsLayer |
93 (position 51.00 101.00) | 96 (position 51.00 101.00) |
94 (bounds 200.00 200.00) | 97 (bounds 200.00 200.00) |
95 (contentsOpaque 1) | 98 (contentsOpaque 1) |
96 (drawsContent 1) | 99 (drawsContent 1) |
97 (backgroundColor #FF0000) | 100 (backgroundColor #FF0000) |
98 ) | 101 ) |
99 (GraphicsLayer | 102 (GraphicsLayer |
100 (position 276.00 201.00) | 103 (position 276.00 201.00) |
101 (bounds 200.00 200.00) | 104 (bounds 200.00 200.00) |
102 (contentsOpaque 1) | 105 (contentsOpaque 1) |
103 (drawsContent 1) | 106 (drawsContent 1) |
104 (backgroundColor #0000FF) | 107 (backgroundColor #0000FF) |
105 ) | 108 ) |
106 ) | 109 ) |
107 ) | 110 ) |
108 ) | 111 ) |
109 ) | 112 ) |
110 ) | 113 ) |
111 ) | 114 ) |
112 | 115 |
OLD | NEW |