| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "repaintRects": [ | 8 "repaintRects": [ |
| 9 [381, 267, 284, 59], | 9 [381, 267, 284, 59], |
| 10 [306, 377, 124, 156], | 10 [306, 377, 124, 156], |
| 11 [306, 34, 124, 182], | 11 [306, 34, 124, 182], |
| 12 [71, 267, 284, 59] | 12 [71, 267, 284, 59] |
| 13 ], |
| 14 "paintInvalidationClients": [ |
| 15 "LayoutText #text", |
| 16 "InlineTextBox 'The color of this text'", |
| 17 "InlineTextBox 'in the reflection'", |
| 18 "InlineTextBox 'should be green'", |
| 19 "LayoutText #text", |
| 20 "InlineTextBox 'The color of this text'", |
| 21 "InlineTextBox 'in the reflection'", |
| 22 "InlineTextBox 'should be green'", |
| 23 "LayoutText #text", |
| 24 "InlineTextBox 'The color of this text'", |
| 25 "InlineTextBox 'in the reflection'", |
| 26 "InlineTextBox 'should be green'", |
| 27 "LayoutText #text", |
| 28 "InlineTextBox 'The color of this text'", |
| 29 "InlineTextBox 'in the reflection'", |
| 30 "InlineTextBox 'should be green'" |
| 13 ] | 31 ] |
| 14 } | 32 } |
| 15 ] | 33 ] |
| 16 } | 34 } |
| 17 | 35 |
| OLD | NEW |