| 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, 15, 680, 364], | 11 "rect": [0, 15, 680, 364], |
| 12 "reason": "became visible" | 12 "reason": "became visible" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutSVGInlineText #text", | |
| 16 "rect": [0, 247, 680, 132], | |
| 17 "reason": "layoutObject insertion" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutSVGText text", | 15 "object": "LayoutSVGText text", |
| 21 "rect": [0, 247, 680, 132], | 16 "rect": [0, 247, 680, 132], |
| 22 "reason": "layoutObject insertion" | 17 "reason": "layoutObject insertion" |
| 23 }, | 18 }, |
| 24 { | 19 { |
| 25 "object": "LayoutSVGInlineText #text", | |
| 26 "rect": [0, 130, 519, 132], | |
| 27 "reason": "layoutObject insertion" | |
| 28 }, | |
| 29 { | |
| 30 "object": "LayoutSVGText text", | 20 "object": "LayoutSVGText text", |
| 31 "rect": [0, 130, 519, 132], | 21 "rect": [0, 130, 519, 132], |
| 32 "reason": "layoutObject insertion" | 22 "reason": "layoutObject insertion" |
| 33 }, | 23 }, |
| 34 { | 24 { |
| 35 "object": "LayoutSVGInlineText #text", | |
| 36 "rect": [0, 15, 370, 129], | |
| 37 "reason": "layoutObject insertion" | |
| 38 }, | |
| 39 { | |
| 40 "object": "LayoutSVGText text", | 25 "object": "LayoutSVGText text", |
| 41 "rect": [0, 15, 370, 129], | 26 "rect": [0, 15, 370, 129], |
| 42 "reason": "layoutObject insertion" | 27 "reason": "layoutObject insertion" |
| 43 }, | 28 }, |
| 44 { | 29 { |
| 45 "object": "LayoutSVGRect rect", | 30 "object": "LayoutSVGRect rect", |
| 46 "rect": [16, 16, 18, 18], | 31 "rect": [16, 16, 18, 18], |
| 47 "reason": "layoutObject insertion" | 32 "reason": "layoutObject insertion" |
| 48 }, | 33 }, |
| 49 { | 34 { |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 "object": "LayoutSVGInlineText #text", | 122 "object": "LayoutSVGInlineText #text", |
| 138 "reason": "layoutObject insertion" | 123 "reason": "layoutObject insertion" |
| 139 }, | 124 }, |
| 140 { | 125 { |
| 141 "object": "InlineTextBox 'Pattern on fill/stroke'", | 126 "object": "InlineTextBox 'Pattern on fill/stroke'", |
| 142 "reason": "layoutObject insertion" | 127 "reason": "layoutObject insertion" |
| 143 } | 128 } |
| 144 ] | 129 ] |
| 145 } | 130 } |
| 146 | 131 |
| OLD | NEW |