| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", |
| 2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 3 "children": [ | 4 "children": [ |
| 4 { | 5 { |
| 6 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 7 "drawsContent": true, | 9 "drawsContent": true, |
| 8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| 9 { | 11 { |
| 10 "object": "LayoutSVGText text", | 12 "object": "LayoutSVGText text", |
| 11 "rect": [8, 8, 100, 100], | 13 "rect": [8, 8, 100, 100], |
| 12 "reason": "SVG resource change" | 14 "reason": "SVG resource change" |
| 13 }, | |
| 14 { | |
| 15 "object": "InlineTextBox 'X'", | |
| 16 "reason": "none" | |
| 17 }, | |
| 18 { | |
| 19 "object": "LayoutSVGInlineText #text", | |
| 20 "reason": "none" | |
| 21 }, | |
| 22 { | |
| 23 "object": "LayoutSVGResourcePattern pattern id='pat'", | |
| 24 "reason": "full" | |
| 25 }, | |
| 26 { | |
| 27 "object": "RootInlineBox", | |
| 28 "reason": "full" | |
| 29 } | 15 } |
| 30 ] | 16 ] |
| 31 } | 17 } |
| 18 ], |
| 19 "objectPaintInvalidations": [ |
| 20 { |
| 21 "object": "LayoutSVGResourcePattern pattern id='pat'", |
| 22 "reason": "full" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutSVGText text", |
| 26 "reason": "SVG resource change" |
| 27 }, |
| 28 { |
| 29 "object": "RootInlineBox", |
| 30 "reason": "SVG resource change" |
| 31 }, |
| 32 { |
| 33 "object": "LayoutSVGInlineText #text", |
| 34 "reason": "none" |
| 35 }, |
| 36 { |
| 37 "object": "InlineTextBox 'X'", |
| 38 "reason": "none" |
| 39 } |
| 32 ] | 40 ] |
| 33 } | 41 } |
| 34 | 42 |
| OLD | NEW |