| 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": [773, 43, 19, 77], | 11 "rect": [773, 43, 19, 77], |
| 14 "reason": "selection" | 12 "reason": "selection" |
| (...skipping 14 matching lines...) Expand all Loading... |
| 29 "object": "LayoutText #text", | 27 "object": "LayoutText #text", |
| 30 "reason": "selection" | 28 "reason": "selection" |
| 31 }, | 29 }, |
| 32 { | 30 { |
| 33 "object": "InlineTextBox 'Testing both hit testing'", | 31 "object": "InlineTextBox 'Testing both hit testing'", |
| 34 "reason": "selection" | 32 "reason": "selection" |
| 35 } | 33 } |
| 36 ] | 34 ] |
| 37 } | 35 } |
| 38 | 36 |
| OLD | NEW |