| 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, 678, 366], | 11 "rect": [0, 14, 678, 366], |
| 12 "reason": "became visible" | 12 "reason": "became visible" |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutSVGRect rect", | |
| 16 "rect": [16, 16, 18, 18], | |
| 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": [8, 8, 17, 17], | |
| 27 "reason": "layoutObject insertion" | |
| 28 }, | |
| 29 { | |
| 30 "object": "LayoutSVGRect rect", | |
| 31 "rect": [8, 8, 17, 17], | |
| 32 "reason": "layoutObject insertion" | |
| 33 } | 13 } |
| 34 ] | 14 ] |
| 35 } | 15 } |
| 36 ], | 16 ], |
| 37 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
| 38 { | 18 { |
| 39 "object": "LayoutSVGResourcePattern pattern id='fillPattern'", | 19 "object": "LayoutSVGResourcePattern pattern id='fillPattern'", |
| 40 "reason": "layoutObject insertion" | 20 "reason": "layoutObject insertion" |
| 41 }, | 21 }, |
| 42 { | 22 { |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 "object": "LayoutSVGInlineText #text", | 87 "object": "LayoutSVGInlineText #text", |
| 108 "reason": "layoutObject insertion" | 88 "reason": "layoutObject insertion" |
| 109 }, | 89 }, |
| 110 { | 90 { |
| 111 "object": "InlineTextBox 'Pattern on fill/stroke'", | 91 "object": "InlineTextBox 'Pattern on fill/stroke'", |
| 112 "reason": "layoutObject insertion" | 92 "reason": "layoutObject insertion" |
| 113 } | 93 } |
| 114 ] | 94 ] |
| 115 } | 95 } |
| 116 | 96 |
| OLD | NEW |