| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutSVGText text", | 10 "object": "LayoutSVGText text", |
| 11 "rect": [8, 8, 300, 100], | 11 "rect": [8, 8, 300, 100], |
| 12 "reason": "SVG resource change" | 12 "reason": "SVG resource change" |
| 13 } | 13 } |
| 14 ] | 14 ] |
| 15 } | 15 } |
| 16 ], | 16 ], |
| 17 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
| 18 { | 18 { |
| 19 "object": "LayoutSVGResourcePattern pattern id='pat'", | |
| 20 "reason": "full" | |
| 21 }, | |
| 22 { | |
| 23 "object": "LayoutSVGText text", | 19 "object": "LayoutSVGText text", |
| 24 "reason": "SVG resource change" | 20 "reason": "SVG resource change" |
| 25 }, | 21 }, |
| 26 { | 22 { |
| 27 "object": "RootInlineBox", | 23 "object": "RootInlineBox", |
| 28 "reason": "SVG resource change" | 24 "reason": "SVG resource change" |
| 29 }, | 25 }, |
| 30 { | 26 { |
| 31 "object": "LayoutSVGInlineText #text", | 27 "object": "LayoutSVGInlineText #text", |
| 32 "reason": "SVG resource change" | 28 "reason": "SVG resource change" |
| (...skipping 22 matching lines...) Expand all Loading... |
| 55 "object": "LayoutSVGInlineText #text", | 51 "object": "LayoutSVGInlineText #text", |
| 56 "reason": "SVG resource change" | 52 "reason": "SVG resource change" |
| 57 }, | 53 }, |
| 58 { | 54 { |
| 59 "object": "InlineTextBox 'Z'", | 55 "object": "InlineTextBox 'Z'", |
| 60 "reason": "SVG resource change" | 56 "reason": "SVG resource change" |
| 61 } | 57 } |
| 62 ] | 58 ] |
| 63 } | 59 } |
| 64 | 60 |
| OLD | NEW |