| 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 [33, 22, 618, 196], | 9 { |
| 10 [16, 25, 18, 25], | 10 "object": "InlineTextBox 'Pattern on fill'", |
| 11 [8, 12, 17, 26] | 11 "rect": [0, 0, 0, 0], |
| 12 ], | 12 "reason": "full" |
| 13 "paintInvalidationClients": [ | 13 }, |
| 14 "RootInlineBox", | 14 { |
| 15 "InlineTextBox 'Pattern on fill'", | 15 "object": "LayoutSVGRect rect", |
| 16 "LayoutSVGText text", | 16 "rect": [8, 12, 17, 26], |
| 17 "RootInlineBox", | 17 "reason": "layoutObject insertion" |
| 18 "LayoutSVGResourcePattern pattern id='dynPattern'", | 18 }, |
| 19 "LayoutSVGRect rect", | 19 { |
| 20 "LayoutSVGRect rect" | 20 "object": "LayoutSVGRect rect", |
| 21 "rect": [16, 25, 18, 25], |
| 22 "reason": "layoutObject insertion" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutSVGResourcePattern pattern id='dynPattern'", |
| 26 "rect": [0, 0, 0, 0], |
| 27 "reason": "layoutObject insertion" |
| 28 }, |
| 29 { |
| 30 "object": "LayoutSVGText text", |
| 31 "rect": [33, 22, 618, 196], |
| 32 "reason": "style change" |
| 33 }, |
| 34 { |
| 35 "object": "RootInlineBox", |
| 36 "rect": [0, 0, 0, 0], |
| 37 "reason": "full" |
| 38 }, |
| 39 { |
| 40 "object": "RootInlineBox", |
| 41 "rect": [0, 0, 0, 0], |
| 42 "reason": "full" |
| 43 } |
| 21 ] | 44 ] |
| 22 } | 45 } |
| 23 ] | 46 ] |
| 24 } | 47 } |
| 25 | 48 |
| OLD | NEW |