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 "children": [ | 12 "children": [ |
13 { | 13 { |
14 "bounds": [85, 100], | 14 "bounds": [85, 100], |
15 "children": [ | 15 "children": [ |
16 { | 16 { |
17 "bounds": [85, 200], | 17 "bounds": [85, 200], |
18 "shouldFlattenTransform": false, | 18 "shouldFlattenTransform": false, |
19 "children": [ | 19 "children": [ |
20 { | 20 { |
| 21 "shouldFlattenTransform": false, |
21 "children": [ | 22 "children": [ |
22 { | 23 { |
23 "bounds": [10, 200] | 24 "bounds": [10, 200] |
24 } | 25 } |
25 ] | 26 ] |
26 } | 27 } |
27 ] | 28 ] |
28 } | 29 } |
29 ] | 30 ] |
30 }, | 31 }, |
(...skipping 13 matching lines...) Expand all Loading... |
44 "bounds": [100, 100], | 45 "bounds": [100, 100], |
45 "children": [ | 46 "children": [ |
46 { | 47 { |
47 "bounds": [100, 85], | 48 "bounds": [100, 85], |
48 "children": [ | 49 "children": [ |
49 { | 50 { |
50 "bounds": [200, 85], | 51 "bounds": [200, 85], |
51 "shouldFlattenTransform": false, | 52 "shouldFlattenTransform": false, |
52 "children": [ | 53 "children": [ |
53 { | 54 { |
| 55 "shouldFlattenTransform": false, |
54 "children": [ | 56 "children": [ |
55 { | 57 { |
56 "bounds": [200, 10] | 58 "bounds": [200, 10] |
57 } | 59 } |
58 ] | 60 ] |
59 } | 61 } |
60 ] | 62 ] |
61 } | 63 } |
62 ] | 64 ] |
63 }, | 65 }, |
(...skipping 13 matching lines...) Expand all Loading... |
77 "bounds": [100, 100], | 79 "bounds": [100, 100], |
78 "children": [ | 80 "children": [ |
79 { | 81 { |
80 "bounds": [85, 85], | 82 "bounds": [85, 85], |
81 "children": [ | 83 "children": [ |
82 { | 84 { |
83 "bounds": [200, 200], | 85 "bounds": [200, 200], |
84 "shouldFlattenTransform": false, | 86 "shouldFlattenTransform": false, |
85 "children": [ | 87 "children": [ |
86 { | 88 { |
| 89 "shouldFlattenTransform": false, |
87 "children": [ | 90 "children": [ |
88 { | 91 { |
89 "bounds": [200, 200] | 92 "bounds": [200, 200] |
90 } | 93 } |
91 ] | 94 ] |
92 } | 95 } |
93 ] | 96 ] |
94 } | 97 } |
95 ] | 98 ] |
96 }, | 99 }, |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 } | 146 } |
144 ] | 147 ] |
145 } | 148 } |
146 ] | 149 ] |
147 } | 150 } |
148 ] | 151 ] |
149 } | 152 } |
150 ] | 153 ] |
151 } | 154 } |
152 | 155 |
OLD | NEW |