| 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": "LayoutSVGInlineText #text", | |
| 11 "rect": [10, 63, 307, 377], | |
| 12 "reason": "full" | |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutSVGInlineText #text", | |
| 16 "rect": [10, 63, 307, 377], | |
| 17 "reason": "forced by layout" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutSVGInlineText #text", | |
| 21 "rect": [10, 63, 307, 377], | |
| 22 "reason": "forced by layout" | |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutSVGInlineText #text", | |
| 26 "rect": [10, 63, 307, 377], | |
| 27 "reason": "forced by layout" | |
| 28 }, | |
| 29 { | |
| 30 "object": "LayoutSVGInlineText #text", | |
| 31 "rect": [10, 63, 307, 377], | |
| 32 "reason": "forced by layout" | |
| 33 }, | |
| 34 { | |
| 35 "object": "LayoutSVGTSpan tspan", | |
| 36 "rect": [10, 63, 307, 377], | |
| 37 "reason": "forced by layout" | |
| 38 }, | |
| 39 { | |
| 40 "object": "LayoutSVGTSpan tspan", | |
| 41 "rect": [10, 63, 307, 377], | |
| 42 "reason": "forced by layout" | |
| 43 }, | |
| 44 { | |
| 45 "object": "LayoutSVGTSpan tspan id='modify'", | |
| 46 "rect": [10, 63, 307, 377], | |
| 47 "reason": "forced by layout" | |
| 48 }, | |
| 49 { | |
| 50 "object": "LayoutSVGText text", | 10 "object": "LayoutSVGText text", |
| 51 "rect": [10, 63, 307, 377], | 11 "rect": [10, 63, 307, 377], |
| 52 "reason": "full" | 12 "reason": "full" |
| 53 } | 13 } |
| 54 ] | 14 ] |
| 55 } | 15 } |
| 56 ], | 16 ], |
| 57 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
| 58 { | 18 { |
| 59 "object": "LayoutSVGText text", | 19 "object": "LayoutSVGText text", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 "object": "LayoutSVGInlineText #text", | 83 "object": "LayoutSVGInlineText #text", |
| 124 "reason": "forced by layout" | 84 "reason": "forced by layout" |
| 125 }, | 85 }, |
| 126 { | 86 { |
| 127 "object": "InlineTextBox 'PASS'", | 87 "object": "InlineTextBox 'PASS'", |
| 128 "reason": "forced by layout" | 88 "reason": "forced by layout" |
| 129 } | 89 } |
| 130 ] | 90 ] |
| 131 } | 91 } |
| 132 | 92 |
| OLD | NEW |