| 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 "object": "LayoutSVGTSpan tspan", | 39 "object": "LayoutSVGTSpan tspan", |
| 40 "reason": "location change" | 40 "reason": "SVG resource change" |
| 41 }, | 41 }, |
| 42 { | 42 { |
| 43 "object": "InlineFlowBox", | 43 "object": "InlineFlowBox", |
| 44 "reason": "location change" | 44 "reason": "SVG resource change" |
| 45 }, | 45 }, |
| 46 { | 46 { |
| 47 "object": "LayoutSVGInlineText #text", | 47 "object": "LayoutSVGInlineText #text", |
| 48 "reason": "location change" | 48 "reason": "SVG resource change" |
| 49 }, | 49 }, |
| 50 { | 50 { |
| 51 "object": "InlineTextBox 'Y'", | 51 "object": "InlineTextBox 'Y'", |
| 52 "reason": "location change" | 52 "reason": "SVG resource change" |
| 53 }, | 53 }, |
| 54 { | 54 { |
| 55 "object": "LayoutSVGInlineText #text", | 55 "object": "LayoutSVGInlineText #text", |
| 56 "reason": "location change" | 56 "reason": "SVG resource change" |
| 57 }, | 57 }, |
| 58 { | 58 { |
| 59 "object": "InlineTextBox 'Z'", | 59 "object": "InlineTextBox 'Z'", |
| 60 "reason": "location change" | 60 "reason": "SVG resource change" |
| 61 } | 61 } |
| 62 ] | 62 ] |
| 63 } | 63 } |
| 64 | 64 |
| OLD | NEW |