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 { | 5 { |
6 "bounds": [800, 600], | 6 "bounds": [800, 600], |
7 "children": [ | 7 "children": [ |
8 { | 8 { |
9 "bounds": [800, 600], | 9 "bounds": [800, 600], |
10 "contentsOpaque": true, | 10 "contentsOpaque": true, |
(...skipping 30 matching lines...) Expand all Loading... |
41 "drawsContent": true, | 41 "drawsContent": true, |
42 "backgroundColor": "#FFFF00", | 42 "backgroundColor": "#FFFF00", |
43 "transform": [ | 43 "transform": [ |
44 [0.866025403784439, 0.5, 0, 0], | 44 [0.866025403784439, 0.5, 0, 0], |
45 [-0.5, 0.866025403784439, 0, 0], | 45 [-0.5, 0.866025403784439, 0, 0], |
46 [0, 0, 1, 0], | 46 [0, 0, 1, 0], |
47 [0, 0, 0, 1] | 47 [0, 0, 0, 1] |
48 ], | 48 ], |
49 "children": [ | 49 "children": [ |
50 { | 50 { |
51 "position": [100, 0], | 51 "position": [99, 0], |
52 "bounds": [250, 100], | 52 "transformOrigin": [126, 50], |
53 "contentsOpaque": true, | 53 "bounds": [251, 100], |
54 "drawsContent": true, | 54 "drawsContent": true, |
55 "backgroundColor": "#008000", | 55 "backgroundColor": "#008000", |
56 "transform": [ | 56 "transform": [ |
57 [0.5, 0, -0.866025403784439, 0.0021650635094611], | 57 [0.5, 0, -0.866025403784439, 0.0021650635094611], |
58 [0, 1, 0, 0], | 58 [0, 1, 0, 0], |
59 [0.866025403784439, 0, 0.5, -0.00125], | 59 [0.866025403784439, 0, 0.5, -0.00125], |
60 [-30, 30, 100, 0.75] | 60 [-30, 30, 100, 0.75] |
61 ] | 61 ] |
62 } | 62 } |
63 ] | 63 ] |
(...skipping 12 matching lines...) Expand all Loading... |
76 "bounds": [785, 1446], | 76 "bounds": [785, 1446], |
77 "children": [ | 77 "children": [ |
78 { | 78 { |
79 "bounds": [785, 1446], | 79 "bounds": [785, 1446], |
80 "contentsOpaque": true, | 80 "contentsOpaque": true, |
81 "drawsContent": true | 81 "drawsContent": true |
82 } | 82 } |
83 ] | 83 ] |
84 } | 84 } |
85 | 85 |
OLD | NEW |