OLD | NEW |
1 Test that layers can be nicely added or removed from a squashed layer, without u
nnecessary repaints on any layer. Click anywhere to test interactively; keep cli
cking to proceed through the test. | 1 Test that layers can be nicely added or removed from a squashed layer, without u
nnecessary repaints on any layer. Click anywhere to test interactively; keep cli
cking to proceed through the test. |
2 | 2 |
3 CASE 1, original layer tree with overlap1 and overlap2: | 3 CASE 1, original layer tree with overlap1 and overlap2: |
4 (GraphicsLayer | 4 (GraphicsLayer |
5 (bounds 800.00 600.00) | 5 (bounds 800.00 600.00) |
6 (children 1 | 6 (children 1 |
7 (GraphicsLayer | 7 (GraphicsLayer |
8 (bounds 800.00 600.00) | 8 (bounds 800.00 600.00) |
9 (contentsOpaque 1) | 9 (contentsOpaque 1) |
10 (drawsContent 1) | 10 (drawsContent 1) |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 (contentsOpaque 1) | 117 (contentsOpaque 1) |
118 (drawsContent 1) | 118 (drawsContent 1) |
119 (backgroundColor #808080) | 119 (backgroundColor #808080) |
120 ) | 120 ) |
121 (GraphicsLayer | 121 (GraphicsLayer |
122 (position 300.00 300.00) | 122 (position 300.00 300.00) |
123 (bounds 100.00 100.00) | 123 (bounds 100.00 100.00) |
124 (drawsContent 1) | 124 (drawsContent 1) |
125 (repaint rects | 125 (repaint rects |
126 (rect 0.00 0.00 100.00 100.00) | 126 (rect 0.00 0.00 100.00 100.00) |
| 127 (rect 0.00 0.00 100.00 100.00) |
127 ) | 128 ) |
128 ) | 129 ) |
129 ) | 130 ) |
130 ) | 131 ) |
131 ) | 132 ) |
132 ) | 133 ) |
133 ) | 134 ) |
134 ) | 135 ) |
135 CASE 5, overlap2 gets added back: | 136 CASE 5, overlap2 gets added back: |
136 (GraphicsLayer | 137 (GraphicsLayer |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 (rect 0.00 0.00 100.00 100.00) | 206 (rect 0.00 0.00 100.00 100.00) |
206 ) | 207 ) |
207 ) | 208 ) |
208 ) | 209 ) |
209 ) | 210 ) |
210 ) | 211 ) |
211 ) | 212 ) |
212 ) | 213 ) |
213 ) | 214 ) |
214 | 215 |
OLD | NEW |