| 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": "LayoutSVGContainer g id='content'", | 10 "object": "LayoutSVGContainer g id='content'", |
| 11 "rect": [0, 14, 753, 366], | 11 "rect": [0, 14, 753, 366], |
| 12 "reason": "became visible" | 12 "reason": "became visible" |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutSVGText text", | |
| 16 "rect": [0, 246, 753, 134], | |
| 17 "reason": "layoutObject insertion" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutSVGText text", | |
| 21 "rect": [0, 129, 596, 135], | |
| 22 "reason": "layoutObject insertion" | |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutSVGText text", | |
| 26 "rect": [0, 14, 443, 131], | |
| 27 "reason": "layoutObject insertion" | |
| 28 } | 13 } |
| 29 ] | 14 ] |
| 30 } | 15 } |
| 31 ], | 16 ], |
| 32 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
| 33 { | 18 { |
| 34 "object": "LayoutSVGResourceLinearGradient linearGradient id='fillLinearGr
adient'", | 19 "object": "LayoutSVGResourceLinearGradient linearGradient id='fillLinearGr
adient'", |
| 35 "reason": "layoutObject insertion" | 20 "reason": "layoutObject insertion" |
| 36 }, | 21 }, |
| 37 { | 22 { |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 "object": "LayoutSVGInlineText #text", | 83 "object": "LayoutSVGInlineText #text", |
| 99 "reason": "layoutObject insertion" | 84 "reason": "layoutObject insertion" |
| 100 }, | 85 }, |
| 101 { | 86 { |
| 102 "object": "InlineTextBox 'Gradient on fill/stroke'", | 87 "object": "InlineTextBox 'Gradient on fill/stroke'", |
| 103 "reason": "layoutObject insertion" | 88 "reason": "layoutObject insertion" |
| 104 } | 89 } |
| 105 ] | 90 ] |
| 106 } | 91 } |
| 107 | 92 |
| OLD | NEW |