| 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, 185, 240, 19], | |
| 12 "reason": "forced by layout" | |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutSVGTSpan tspan id='ts'", | |
| 16 "rect": [200, 185, 240, 19], | |
| 17 "reason": "full" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutSVGText text", | 10 "object": "LayoutSVGText text", |
| 21 "rect": [200, 185, 240, 19], | 11 "rect": [200, 185, 240, 19], |
| 22 "reason": "forced by layout" | 12 "reason": "forced by layout" |
| 23 }, | 13 }, |
| 24 { | 14 { |
| 25 "object": "LayoutSVGInlineText #text", | 15 "object": "LayoutSVGInlineText #text", |
| 26 "rect": [20, 5, 240, 19], | 16 "rect": [20, 5, 240, 19], |
| 27 "reason": "forced by layout" | 17 "reason": "forced by layout" |
| 28 }, | 18 }, |
| 29 { | 19 { |
| (...skipping 30 matching lines...) Expand all Loading... |
| 60 "object": "LayoutSVGInlineText #text", | 50 "object": "LayoutSVGInlineText #text", |
| 61 "reason": "forced by layout" | 51 "reason": "forced by layout" |
| 62 }, | 52 }, |
| 63 { | 53 { |
| 64 "object": "InlineTextBox 'This text should be at visible at 200,200'", | 54 "object": "InlineTextBox 'This text should be at visible at 200,200'", |
| 65 "reason": "forced by layout" | 55 "reason": "forced by layout" |
| 66 } | 56 } |
| 67 ] | 57 ] |
| 68 } | 58 } |
| 69 | 59 |
| OLD | NEW |