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, 551, 114], | 9 [80, 0, 551, 114], |
10 [80, 0, 551, 114], | 10 [80, 0, 551, 114], |
11 [80, 0, 551, 114], | 11 [80, 0, 551, 114], |
12 [30, 0, 404, 58], | 12 [30, 0, 404, 58], |
13 [30, 0, 404, 58], | 13 [30, 0, 404, 58], |
14 [30, 0, 404, 58] | 14 [30, 0, 404, 58] |
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 |