OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "children": [ | 8 "children": [ |
9 { | 9 { |
10 "position": [8, 13], | 10 "position": [8, 13], |
11 "bounds": [100, 100], | 11 "bounds": [100, 100], |
12 "drawsContent": true, | 12 "drawsContent": true, |
13 "children": [ | 13 "children": [ |
14 { | 14 { |
15 "bounds": [85, 100], | 15 "bounds": [85, 100], |
16 "children": [ | 16 "children": [ |
17 { | 17 { |
18 "bounds": [85, 200], | 18 "bounds": [85, 200], |
| 19 "shouldFlattenTransform": false, |
19 "children": [ | 20 "children": [ |
20 { | 21 { |
| 22 "shouldFlattenTransform": false, |
21 "children": [ | 23 "children": [ |
22 { | 24 { |
23 "bounds": [10, 200] | 25 "bounds": [10, 200] |
24 } | 26 } |
25 ] | 27 ] |
26 } | 28 } |
27 ] | 29 ] |
28 } | 30 } |
29 ] | 31 ] |
30 }, | 32 }, |
(...skipping 10 matching lines...) Expand all Loading... |
41 { | 43 { |
42 "position": [8, 13], | 44 "position": [8, 13], |
43 "bounds": [100, 100], | 45 "bounds": [100, 100], |
44 "drawsContent": true, | 46 "drawsContent": true, |
45 "children": [ | 47 "children": [ |
46 { | 48 { |
47 "bounds": [100, 85], | 49 "bounds": [100, 85], |
48 "children": [ | 50 "children": [ |
49 { | 51 { |
50 "bounds": [200, 85], | 52 "bounds": [200, 85], |
| 53 "shouldFlattenTransform": false, |
51 "children": [ | 54 "children": [ |
52 { | 55 { |
| 56 "shouldFlattenTransform": false, |
53 "children": [ | 57 "children": [ |
54 { | 58 { |
55 "bounds": [200, 10] | 59 "bounds": [200, 10] |
56 } | 60 } |
57 ] | 61 ] |
58 } | 62 } |
59 ] | 63 ] |
60 } | 64 } |
61 ] | 65 ] |
62 }, | 66 }, |
(...skipping 10 matching lines...) Expand all Loading... |
73 { | 77 { |
74 "position": [8, 13], | 78 "position": [8, 13], |
75 "bounds": [100, 100], | 79 "bounds": [100, 100], |
76 "drawsContent": true, | 80 "drawsContent": true, |
77 "children": [ | 81 "children": [ |
78 { | 82 { |
79 "bounds": [85, 85], | 83 "bounds": [85, 85], |
80 "children": [ | 84 "children": [ |
81 { | 85 { |
82 "bounds": [200, 200], | 86 "bounds": [200, 200], |
| 87 "shouldFlattenTransform": false, |
83 "children": [ | 88 "children": [ |
84 { | 89 { |
| 90 "shouldFlattenTransform": false, |
85 "children": [ | 91 "children": [ |
86 { | 92 { |
87 "bounds": [200, 200] | 93 "bounds": [200, 200] |
88 } | 94 } |
89 ] | 95 ] |
90 } | 96 } |
91 ] | 97 ] |
92 } | 98 } |
93 ] | 99 ] |
94 }, | 100 }, |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 } | 139 } |
134 ] | 140 ] |
135 } | 141 } |
136 ] | 142 ] |
137 } | 143 } |
138 ] | 144 ] |
139 } | 145 } |
140 ] | 146 ] |
141 } | 147 } |
142 | 148 |
OLD | NEW |