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 "shouldFlattenTransform": false, |
12 "drawsContent": true, | 13 "drawsContent": true, |
13 "children": [ | 14 "children": [ |
14 { | 15 { |
15 "bounds": [85, 100], | 16 "bounds": [85, 100], |
| 17 "shouldFlattenTransform": false, |
16 "children": [ | 18 "children": [ |
17 { | 19 { |
18 "bounds": [85, 200], | 20 "bounds": [85, 200], |
19 "shouldFlattenTransform": false, | |
20 "children": [ | 21 "children": [ |
21 { | 22 { |
22 "bounds": [10, 200] | 23 "bounds": [10, 200] |
23 } | 24 } |
24 ] | 25 ] |
25 } | 26 } |
26 ] | 27 ] |
27 }, | 28 }, |
28 { | 29 { |
29 "bounds": [100, 100], | 30 "bounds": [100, 100], |
30 "children": [ | 31 "children": [ |
31 { | 32 { |
32 "position": [85, 0], | 33 "position": [85, 0], |
33 "bounds": [15, 100], | 34 "bounds": [15, 100], |
34 "drawsContent": true | 35 "drawsContent": true |
35 } | 36 } |
36 ] | 37 ] |
37 } | 38 } |
38 ] | 39 ] |
39 }, | 40 }, |
40 { | 41 { |
41 "position": [8, 13], | 42 "position": [8, 13], |
42 "bounds": [100, 100], | 43 "bounds": [100, 100], |
| 44 "shouldFlattenTransform": false, |
43 "drawsContent": true, | 45 "drawsContent": true, |
44 "children": [ | 46 "children": [ |
45 { | 47 { |
46 "bounds": [100, 85], | 48 "bounds": [100, 85], |
| 49 "shouldFlattenTransform": false, |
47 "children": [ | 50 "children": [ |
48 { | 51 { |
49 "bounds": [200, 85], | 52 "bounds": [200, 85], |
50 "shouldFlattenTransform": false, | |
51 "children": [ | 53 "children": [ |
52 { | 54 { |
53 "bounds": [200, 10] | 55 "bounds": [200, 10] |
54 } | 56 } |
55 ] | 57 ] |
56 } | 58 } |
57 ] | 59 ] |
58 }, | 60 }, |
59 { | 61 { |
60 "bounds": [100, 100], | 62 "bounds": [100, 100], |
61 "children": [ | 63 "children": [ |
62 { | 64 { |
63 "position": [0, 85], | 65 "position": [0, 85], |
64 "bounds": [100, 15], | 66 "bounds": [100, 15], |
65 "drawsContent": true | 67 "drawsContent": true |
66 } | 68 } |
67 ] | 69 ] |
68 } | 70 } |
69 ] | 71 ] |
70 }, | 72 }, |
71 { | 73 { |
72 "position": [8, 13], | 74 "position": [8, 13], |
73 "bounds": [100, 100], | 75 "bounds": [100, 100], |
| 76 "shouldFlattenTransform": false, |
74 "drawsContent": true, | 77 "drawsContent": true, |
75 "children": [ | 78 "children": [ |
76 { | 79 { |
77 "bounds": [85, 85], | 80 "bounds": [85, 85], |
| 81 "shouldFlattenTransform": false, |
78 "children": [ | 82 "children": [ |
79 { | 83 { |
80 "bounds": [200, 200], | 84 "bounds": [200, 200], |
81 "shouldFlattenTransform": false, | |
82 "children": [ | 85 "children": [ |
83 { | 86 { |
84 "bounds": [200, 200] | 87 "bounds": [200, 200] |
85 } | 88 } |
86 ] | 89 ] |
87 } | 90 } |
88 ] | 91 ] |
89 }, | 92 }, |
90 { | 93 { |
91 "bounds": [100, 100], | 94 "bounds": [100, 100], |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 } | 135 } |
133 ] | 136 ] |
134 } | 137 } |
135 ] | 138 ] |
136 } | 139 } |
137 ] | 140 ] |
138 } | 141 } |
139 ] | 142 ] |
140 } | 143 } |
141 | 144 |
OLD | NEW |