| 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 12 matching lines...) Expand all Loading... |
| 23 "object": "RootInlineBox", | 23 "object": "RootInlineBox", |
| 24 "reason": "style change" | 24 "reason": "style change" |
| 25 }, | 25 }, |
| 26 { | 26 { |
| 27 "object": "LayoutSVGInlineText #text", | 27 "object": "LayoutSVGInlineText #text", |
| 28 "reason": "geometry" | 28 "reason": "geometry" |
| 29 }, | 29 }, |
| 30 { | 30 { |
| 31 "object": "InlineTextBox 'Gradient on fill'", | 31 "object": "InlineTextBox 'Gradient on fill'", |
| 32 "reason": "geometry" | 32 "reason": "geometry" |
| 33 }, | |
| 34 { | |
| 35 "object": "LayoutSVGResourceLinearGradient linearGradient id='dynGrad'", | |
| 36 "reason": "appeared" | |
| 37 }, | |
| 38 { | |
| 39 "object": "LayoutSVGGradientStop stop", | |
| 40 "reason": "appeared" | |
| 41 }, | |
| 42 { | |
| 43 "object": "LayoutSVGGradientStop stop", | |
| 44 "reason": "appeared" | |
| 45 } | 33 } |
| 46 ] | 34 ] |
| 47 } | 35 } |
| 48 | 36 |
| OLD | NEW |