| 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, 681, 364], | 11 "rect": [0, 15, 681, 364], |
| 12 "reason": "became visible" | 12 "reason": "became visible" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutSVGText text", | 15 "object": "LayoutSVGText text", |
| 16 "rect": [0, 247, 681, 132], | 16 "rect": [0, 247, 681, 132], |
| 17 "reason": "layoutObject insertion" | 17 "reason": "layoutObject insertion" |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutSVGRect rect", | |
| 21 "rect": [16, 16, 18, 18], | |
| 22 "reason": "layoutObject insertion" | |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutSVGRect rect", | |
| 26 "rect": [16, 16, 18, 18], | |
| 27 "reason": "layoutObject insertion" | |
| 28 }, | |
| 29 { | |
| 30 "object": "LayoutSVGRect rect", | |
| 31 "rect": [8, 8, 17, 17], | |
| 32 "reason": "layoutObject insertion" | |
| 33 }, | |
| 34 { | |
| 35 "object": "LayoutSVGRect rect", | |
| 36 "rect": [8, 8, 17, 17], | |
| 37 "reason": "layoutObject insertion" | |
| 38 } | 18 } |
| 39 ] | 19 ] |
| 40 } | 20 } |
| 41 ], | 21 ], |
| 42 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
| 43 { | 23 { |
| 44 "object": "LayoutSVGResourcePattern pattern id='fillPattern'", | 24 "object": "LayoutSVGResourcePattern pattern id='fillPattern'", |
| 45 "reason": "layoutObject insertion" | 25 "reason": "layoutObject insertion" |
| 46 }, | 26 }, |
| 47 { | 27 { |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 "object": "LayoutSVGInlineText #text", | 92 "object": "LayoutSVGInlineText #text", |
| 113 "reason": "layoutObject insertion" | 93 "reason": "layoutObject insertion" |
| 114 }, | 94 }, |
| 115 { | 95 { |
| 116 "object": "InlineTextBox 'Pattern on fill/stroke'", | 96 "object": "InlineTextBox 'Pattern on fill/stroke'", |
| 117 "reason": "layoutObject insertion" | 97 "reason": "layoutObject insertion" |
| 118 } | 98 } |
| 119 ] | 99 ] |
| 120 } | 100 } |
| 121 | 101 |
| OLD | NEW |