| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutBR BR", | 10 "object": "LayoutBR BR", |
| 11 "rect": [24, 8, 16, 16], | 11 "rect": [24, 8, 16, 16], |
| 12 "reason": "became visible" | 12 "reason": "appeared" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutText #text", | 15 "object": "LayoutText #text", |
| 16 "rect": [8, 24, 16, 16], | 16 "rect": [8, 24, 16, 16], |
| 17 "reason": "selection" | 17 "reason": "selection" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutText #text", | 20 "object": "LayoutText #text", |
| 21 "rect": [8, 8, 16, 16], | 21 "rect": [8, 8, 16, 16], |
| 22 "reason": "selection" | 22 "reason": "selection" |
| (...skipping 17 matching lines...) Expand all Loading... |
| 40 { | 40 { |
| 41 "object": "LayoutText #text", | 41 "object": "LayoutText #text", |
| 42 "reason": "selection" | 42 "reason": "selection" |
| 43 }, | 43 }, |
| 44 { | 44 { |
| 45 "object": "InlineTextBox 'a'", | 45 "object": "InlineTextBox 'a'", |
| 46 "reason": "selection" | 46 "reason": "selection" |
| 47 }, | 47 }, |
| 48 { | 48 { |
| 49 "object": "LayoutBR BR", | 49 "object": "LayoutBR BR", |
| 50 "reason": "became visible" | 50 "reason": "appeared" |
| 51 }, | 51 }, |
| 52 { | 52 { |
| 53 "object": "InlineTextBox '\n'", | 53 "object": "InlineTextBox '\n'", |
| 54 "reason": "became visible" | 54 "reason": "appeared" |
| 55 }, | 55 }, |
| 56 { | 56 { |
| 57 "object": "LayoutText #text", | 57 "object": "LayoutText #text", |
| 58 "reason": "selection" | 58 "reason": "selection" |
| 59 }, | 59 }, |
| 60 { | 60 { |
| 61 "object": "InlineTextBox 'b'", | 61 "object": "InlineTextBox 'b'", |
| 62 "reason": "selection" | 62 "reason": "selection" |
| 63 } | 63 } |
| 64 ] | 64 ] |
| 65 } | 65 } |
| 66 | 66 |
| OLD | NEW |