OLD | NEW |
1 | 1 |
2 When the parent document becomes composited, the layer trees should get connecte
d together. | 2 When the parent document becomes composited, the layer trees should get connecte
d together. |
3 | 3 |
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 (children 2 | 11 (children 2 |
11 (GraphicsLayer | 12 (GraphicsLayer |
12 (position 8.00 108.00) | 13 (position 8.00 108.00) |
13 (bounds 370.00 220.00) | 14 (bounds 370.00 220.00) |
14 (drawsContent 1) | 15 (drawsContent 1) |
15 (children 1 | 16 (children 1 |
16 (GraphicsLayer | 17 (GraphicsLayer |
17 (position 35.00 35.00) | 18 (position 35.00 35.00) |
18 (children 2 | 19 (children 2 |
19 (GraphicsLayer | 20 (GraphicsLayer |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 (bounds 100.00 100.00) | 58 (bounds 100.00 100.00) |
58 (contentsOpaque 1) | 59 (contentsOpaque 1) |
59 (drawsContent 1) | 60 (drawsContent 1) |
60 (backgroundColor #0000FF) | 61 (backgroundColor #0000FF) |
61 ) | 62 ) |
62 ) | 63 ) |
63 ) | 64 ) |
64 ) | 65 ) |
65 ) | 66 ) |
66 | 67 |
OLD | NEW |