| 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 "paintInvalidations": [ |
| 9 [8, 8, 300, 100] | 9 { |
| 10 ], | 10 "object": "InlineFlowBox", |
| 11 "paintInvalidationClients": [ | 11 "rect": [0, 0, 0, 0], |
| 12 "LayoutSVGResourcePattern pattern id='pat'", | 12 "reason": "SVG resource change" |
| 13 "LayoutSVGTSpan tspan", | 13 }, |
| 14 "InlineFlowBox", | 14 { |
| 15 "LayoutSVGInlineText #text", | 15 "object": "InlineTextBox 'Y'", |
| 16 "InlineTextBox 'Y'" | 16 "rect": [0, 0, 0, 0], |
| 17 "reason": "none" |
| 18 }, |
| 19 { |
| 20 "object": "LayoutSVGInlineText #text", |
| 21 "rect": [0, 0, 0, 0], |
| 22 "reason": "none" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutSVGResourcePattern pattern id='pat'", |
| 26 "rect": [0, 0, 0, 0], |
| 27 "reason": "full" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutSVGTSpan tspan", |
| 31 "rect": [8, 8, 300, 100], |
| 32 "reason": "SVG resource change" |
| 33 } |
| 17 ] | 34 ] |
| 18 } | 35 } |
| 19 ] | 36 ] |
| 20 } | 37 } |
| 21 | 38 |
| OLD | NEW |