OLD | NEW |
1 Hi! | 1 Hi! |
2 { | 2 { |
3 "name": "Content Root Layer", | 3 "name": "Content Root Layer", |
4 "bounds": [785, 4021], | 4 "bounds": [785, 4021], |
5 "children": [ | 5 "children": [ |
6 { | 6 { |
7 "name": "LayoutView #document", | 7 "name": "LayoutView #document", |
8 "bounds": [785, 4021], | 8 "bounds": [785, 4021], |
9 "contentsOpaque": true, | 9 "contentsOpaque": true, |
10 "drawsContent": true, | 10 "drawsContent": true, |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 "object": "LayoutText #text", | 89 "object": "LayoutText #text", |
90 "reason": "subtree" | 90 "reason": "subtree" |
91 }, | 91 }, |
92 { | 92 { |
93 "object": "InlineTextBox 'Hi!'", | 93 "object": "InlineTextBox 'Hi!'", |
94 "reason": "subtree" | 94 "reason": "subtree" |
95 } | 95 } |
96 ] | 96 ] |
97 } | 97 } |
98 | 98 |
OLD | NEW |