OLD | NEW |
1 This content is in the parent | 1 This content is in the parent |
2 Box should switch between perspective and flat | 2 Box should switch between perspective and flat |
3 | 3 |
4 First dump layer tree: | 4 First dump layer tree: |
5 (GraphicsLayer | 5 { |
6 (bounds 800.00 600.00) | 6 "bounds": [800, 600], |
7 (children 1 | 7 "children": [ |
8 (GraphicsLayer | 8 { |
9 (bounds 800.00 600.00) | 9 "bounds": [800, 600], |
10 (contentsOpaque 1) | 10 "contentsOpaque": true, |
11 (drawsContent 1) | 11 "drawsContent": true |
12 ) | 12 } |
13 ) | 13 ] |
14 ) | 14 } |
15 | 15 |
16 Second dump layer tree: | 16 Second dump layer tree: |
17 (GraphicsLayer | 17 { |
18 (bounds 800.00 600.00) | 18 "bounds": [800, 600], |
19 (children 1 | 19 "children": [ |
20 (GraphicsLayer | 20 { |
21 (bounds 800.00 600.00) | 21 "bounds": [800, 600], |
22 (contentsOpaque 1) | 22 "contentsOpaque": true, |
23 (drawsContent 1) | 23 "drawsContent": true, |
24 (children 1 | 24 "children": [ |
25 (GraphicsLayer | 25 { |
26 (position 8.00 8.00) | 26 "position": [8, 8], |
27 (bounds 342.00 292.00) | 27 "bounds": [342, 292], |
28 (drawsContent 1) | 28 "drawsContent": true, |
29 (children 1 | 29 "children": [ |
30 (GraphicsLayer | 30 { |
31 (position 31.00 41.00) | 31 "position": [31, 41], |
32 (bounds 250.00 220.00) | 32 "bounds": [250, 220], |
33 (contentsOpaque 1) | 33 "contentsOpaque": true, |
34 (drawsContent 1) | 34 "drawsContent": true, |
35 (backgroundColor #0000FF) | 35 "backgroundColor": "#0000FF", |
36 (children 1 | 36 "children": [ |
37 (GraphicsLayer | 37 { |
38 (position 10.00 10.00) | 38 "position": [10, 10], |
39 (bounds 200.00 200.00) | 39 "bounds": [200, 200], |
40 (contentsOpaque 1) | 40 "contentsOpaque": true, |
41 (drawsContent 1) | 41 "drawsContent": true, |
42 (backgroundColor #FFFF00) | 42 "backgroundColor": "#FFFF00", |
43 (transform [0.87 0.50 0.00 0.00] [-0.50 0.87 0.00 0.00] [0.00
0.00 1.00 0.00] [0.00 0.00 0.00 1.00]) | 43 "transform": [ |
44 (children 1 | 44 [0.866025403784439, 0.5, 0, 0], |
45 (GraphicsLayer | 45 [-0.5, 0.866025403784439, 0, 0], |
46 (position 100.00 0.00) | 46 [0, 0, 1, 0], |
47 (bounds 250.00 100.00) | 47 [0, 0, 0, 1] |
48 (contentsOpaque 1) | 48 ], |
49 (drawsContent 1) | 49 "children": [ |
50 (backgroundColor #008000) | 50 { |
51 (transform [0.50 0.00 -0.87 0.00] [0.00 1.00 0.00 0.00] [0
.87 0.00 0.50 -0.00] [-30.00 30.00 100.00 0.75]) | 51 "position": [100, 0], |
52 ) | 52 "bounds": [250, 100], |
53 ) | 53 "contentsOpaque": true, |
54 ) | 54 "drawsContent": true, |
55 ) | 55 "backgroundColor": "#008000", |
56 ) | 56 "transform": [ |
57 ) | 57 [0.5, 0, -0.866025403784439, 0.0021650635094611], |
58 ) | 58 [0, 1, 0, 0], |
59 ) | 59 [0.866025403784439, 0, 0.5, -0.00125], |
60 ) | 60 [-30, 30, 100, 0.75] |
61 ) | 61 ] |
62 ) | 62 } |
| 63 ] |
| 64 } |
| 65 ] |
| 66 } |
| 67 ] |
| 68 } |
| 69 ] |
| 70 } |
| 71 ] |
| 72 } |
63 | 73 |
64 Third dump layer tree: | 74 Third dump layer tree: |
65 (GraphicsLayer | 75 { |
66 (bounds 1032.00 1286.00) | 76 "bounds": [785, 1446], |
67 (children 1 | 77 "children": [ |
68 (GraphicsLayer | 78 { |
69 (bounds 1032.00 1286.00) | 79 "bounds": [785, 1446], |
70 (contentsOpaque 1) | 80 "contentsOpaque": true, |
71 (drawsContent 1) | 81 "drawsContent": true |
72 ) | 82 } |
73 ) | 83 ] |
74 ) | 84 } |
75 | 85 |
OLD | NEW |