| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "layers": [ |
| 3 "bounds": [800, 600], | |
| 4 "children": [ | |
| 5 { | 3 { |
| 6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 9 "drawsContent": true, | 7 "drawsContent": true, |
| 10 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 11 { | 9 { |
| 12 "object": "LayoutText #text", | 10 "object": "LayoutText #text", |
| 13 "rect": [11, 33, 79, 17], | 11 "rect": [11, 33, 79, 17], |
| 14 "reason": "selection" | 12 "reason": "selection" |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 "object": "LayoutText #text", | 78 "object": "LayoutText #text", |
| 81 "reason": "incremental" | 79 "reason": "incremental" |
| 82 }, | 80 }, |
| 83 { | 81 { |
| 84 "object": "InlineTextBox 'Second cell'", | 82 "object": "InlineTextBox 'Second cell'", |
| 85 "reason": "incremental" | 83 "reason": "incremental" |
| 86 } | 84 } |
| 87 ] | 85 ] |
| 88 } | 86 } |
| 89 | 87 |
| OLD | NEW |