| 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": [200, 186, 256, 17], | |
| 12 "reason": "forced by layout" | |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutSVGTSpan tspan id='ts'", | |
| 16 "rect": [200, 186, 256, 17], | |
| 17 "reason": "full" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutSVGText text", | 10 "object": "LayoutSVGText text", |
| 21 "rect": [200, 186, 256, 17], | 11 "rect": [200, 186, 256, 17], |
| 22 "reason": "forced by layout" | 12 "reason": "forced by layout" |
| 23 }, | 13 }, |
| 24 { | 14 { |
| 25 "object": "LayoutSVGInlineText #text", | |
| 26 "rect": [20, 6, 256, 17], | |
| 27 "reason": "forced by layout" | |
| 28 }, | |
| 29 { | |
| 30 "object": "LayoutSVGTSpan tspan id='ts'", | |
| 31 "rect": [20, 6, 256, 17], | |
| 32 "reason": "full" | |
| 33 }, | |
| 34 { | |
| 35 "object": "LayoutSVGText text", | 15 "object": "LayoutSVGText text", |
| 36 "rect": [20, 6, 256, 17], | 16 "rect": [20, 6, 256, 17], |
| 37 "reason": "forced by layout" | 17 "reason": "forced by layout" |
| 38 } | 18 } |
| 39 ] | 19 ] |
| 40 } | 20 } |
| 41 ], | 21 ], |
| 42 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
| 43 { | 23 { |
| 44 "object": "LayoutSVGText text", | 24 "object": "LayoutSVGText text", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 60 "object": "LayoutSVGInlineText #text", | 40 "object": "LayoutSVGInlineText #text", |
| 61 "reason": "forced by layout" | 41 "reason": "forced by layout" |
| 62 }, | 42 }, |
| 63 { | 43 { |
| 64 "object": "InlineTextBox 'This text should be at visible at 200,200'", | 44 "object": "InlineTextBox 'This text should be at visible at 200,200'", |
| 65 "reason": "forced by layout" | 45 "reason": "forced by layout" |
| 66 } | 46 } |
| 67 ] | 47 ] |
| 68 } | 48 } |
| 69 | 49 |
| OLD | NEW |