| 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", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 { | 22 { |
| 23 "object": "LayoutSVGText text", | 23 "object": "LayoutSVGText text", |
| 24 "reason": "SVG resource change" | 24 "reason": "SVG resource change" |
| 25 }, | 25 }, |
| 26 { | 26 { |
| 27 "object": "RootInlineBox", | 27 "object": "RootInlineBox", |
| 28 "reason": "SVG resource change" | 28 "reason": "SVG resource change" |
| 29 }, | 29 }, |
| 30 { | 30 { |
| 31 "object": "LayoutSVGInlineText #text", | 31 "object": "LayoutSVGInlineText #text", |
| 32 "reason": "location change" | 32 "reason": "SVG resource change" |
| 33 }, | 33 }, |
| 34 { | 34 { |
| 35 "object": "InlineTextBox 'X'", | 35 "object": "InlineTextBox 'X'", |
| 36 "reason": "location change" | 36 "reason": "SVG resource change" |
| 37 } | 37 } |
| 38 ] | 38 ] |
| 39 } | 39 } |
| 40 | 40 |
| OLD | NEW |