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