| 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'", |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 "object": "LayoutSVGInlineText #text", | 113 "object": "LayoutSVGInlineText #text", |
| 114 "reason": "layoutObject insertion" | 114 "reason": "layoutObject insertion" |
| 115 }, | 115 }, |
| 116 { | 116 { |
| 117 "object": "InlineTextBox 'Gradient on fill/stroke'", | 117 "object": "InlineTextBox 'Gradient on fill/stroke'", |
| 118 "reason": "layoutObject insertion" | 118 "reason": "layoutObject insertion" |
| 119 } | 119 } |
| 120 ] | 120 ] |
| 121 } | 121 } |
| 122 | 122 |
| OLD | NEW |