OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutText #text", | 12 "object": "LayoutText #text", |
11 "rect": [8, 17, 199, 19], | 13 "rect": [8, 17, 199, 19], |
12 "reason": "bounds change" | 14 "reason": "bounds change" |
13 }, | |
14 { | |
15 "object": "InlineTextBox 'Should have green background'", | |
16 "reason": "bounds change" | |
17 }, | |
18 { | |
19 "object": "InlineTextBox 'Should have green background'", | |
20 "reason": "selection" | |
21 }, | |
22 { | |
23 "object": "LayoutText #text", | |
24 "reason": "selection" | |
25 } | 15 } |
26 ] | 16 ] |
27 } | 17 } |
| 18 ], |
| 19 "objectPaintInvalidations": [ |
| 20 { |
| 21 "object": "LayoutText #text", |
| 22 "reason": "selection" |
| 23 }, |
| 24 { |
| 25 "object": "InlineTextBox 'Should have green background'", |
| 26 "reason": "selection" |
| 27 }, |
| 28 { |
| 29 "object": "LayoutText #text", |
| 30 "reason": "bounds change" |
| 31 }, |
| 32 { |
| 33 "object": "InlineTextBox 'Should have green background'", |
| 34 "reason": "bounds change" |
| 35 } |
28 ] | 36 ] |
29 } | 37 } |
30 | 38 |
OLD | NEW |