| 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 [80, 0, 550, 117], | 9 [80, 0, 550, 117], |
| 10 [80, 0, 550, 117], | 10 [80, 0, 550, 117], |
| 11 [80, 0, 550, 117], | 11 [80, 0, 550, 117], |
| 12 [30, 0, 403, 59], | 12 [30, 0, 403, 59], |
| 13 [30, 0, 403, 59], | 13 [30, 0, 403, 59], |
| 14 [30, 0, 403, 59] | 14 [30, 0, 403, 59] |
| 15 ], | 15 ], |
| 16 "paintInvalidationClients": [ | 16 "paintInvalidationClients": [ |
| 17 "RootInlineBox", | 17 "RootInlineBox", |
| 18 "InlineTextBox 'Repaint me!'", | 18 "InlineTextBox 'Repaint me!'", |
| 19 "LayoutSVGRoot svg", | 19 "LayoutSVGRoot svg", |
| 20 "LayoutSVGText text id='bounce'", | 20 "LayoutSVGText text id='bounce'", |
| 21 "RootInlineBox", |
| 21 "LayoutSVGInlineText #text", | 22 "LayoutSVGInlineText #text", |
| 22 "InlineTextBox 'Repaint me!'" | 23 "InlineTextBox 'Repaint me!'" |
| 23 ] | 24 ] |
| 24 } | 25 } |
| 25 ] | 26 ] |
| 26 } | 27 } |
| 27 | 28 |
| OLD | NEW |