| 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": "LayoutSVGText text id='target'", | 10 "object": "LayoutSVGText text id='target'", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 { | 23 { |
| 24 "object": "LayoutSVGText text id='target'", | 24 "object": "LayoutSVGText text id='target'", |
| 25 "reason": "full" | 25 "reason": "full" |
| 26 }, | 26 }, |
| 27 { | 27 { |
| 28 "object": "RootInlineBox", | 28 "object": "RootInlineBox", |
| 29 "reason": "full" | 29 "reason": "full" |
| 30 }, | 30 }, |
| 31 { | 31 { |
| 32 "object": "LayoutSVGInlineText #text", | 32 "object": "LayoutSVGInlineText #text", |
| 33 "reason": "forced by layout" | 33 "reason": "geometry" |
| 34 }, | 34 }, |
| 35 { | 35 { |
| 36 "object": "InlineTextBox 'A'", | 36 "object": "InlineTextBox 'A'", |
| 37 "reason": "forced by layout" | 37 "reason": "geometry" |
| 38 }, | 38 }, |
| 39 { | 39 { |
| 40 "object": "InlineTextBox ' B C'", | 40 "object": "InlineTextBox ' B C'", |
| 41 "reason": "forced by layout" | 41 "reason": "geometry" |
| 42 }, | 42 }, |
| 43 { | 43 { |
| 44 "object": "LayoutSVGText text id='source'", | 44 "object": "LayoutSVGText text id='source'", |
| 45 "reason": "full" | 45 "reason": "full" |
| 46 }, | 46 }, |
| 47 { | 47 { |
| 48 "object": "RootInlineBox", | 48 "object": "RootInlineBox", |
| 49 "reason": "full" | 49 "reason": "full" |
| 50 }, | 50 }, |
| 51 { | 51 { |
| 52 "object": "LayoutSVGInlineText #text", | 52 "object": "LayoutSVGInlineText #text", |
| 53 "reason": "forced by layout" | 53 "reason": "geometry" |
| 54 }, | 54 }, |
| 55 { | 55 { |
| 56 "object": "InlineTextBox 'X Y Z'", | 56 "object": "InlineTextBox 'X Y Z'", |
| 57 "reason": "forced by layout" | 57 "reason": "geometry" |
| 58 } | 58 } |
| 59 ] | 59 ] |
| 60 } | 60 } |
| 61 | 61 |
| OLD | NEW |