| 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 [282, 36, 46, 18], | 9 [282, 36, 46, 18], |
| 10 [270, 54, 46, 18], | 10 [270, 54, 46, 18], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 "InlineTextBox 'Can you findme in this boring text?'", | 30 "InlineTextBox 'Can you findme in this boring text?'", |
| 31 "LayoutSVGInlineText #text", | 31 "LayoutSVGInlineText #text", |
| 32 "InlineTextBox 'Findme in a typewriter!'", | 32 "InlineTextBox 'Findme in a typewriter!'", |
| 33 "LayoutSVGInlineText #text", | 33 "LayoutSVGInlineText #text", |
| 34 "InlineTextBox 'Findme on a path! Did you findme?'" | 34 "InlineTextBox 'Findme on a path! Did you findme?'" |
| 35 ] | 35 ] |
| 36 } | 36 } |
| 37 ] | 37 ] |
| 38 } | 38 } |
| 39 | 39 |
| OLD | NEW |