| 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 "backgroundColor": "#FFFFFF", | 8 "backgroundColor": "#FFFFFF", |
| 9 "paintInvalidations": [ | 9 "paintInvalidations": [ |
| 10 { | 10 { |
| 11 "object": "LayoutSVGInlineText #text", | 11 "object": "LayoutSVGInlineText #text", |
| 12 "rect": [203, 335, 121, 43], | 12 "rect": [203, 335, 121, 43], |
| 13 "reason": "forced by layout" | 13 "reason": "geometry" |
| 14 }, | 14 }, |
| 15 { | 15 { |
| 16 "object": "LayoutSVGText text id='text'", | 16 "object": "LayoutSVGText text id='text'", |
| 17 "rect": [203, 335, 121, 43], | 17 "rect": [203, 335, 121, 43], |
| 18 "reason": "full" | 18 "reason": "full" |
| 19 }, | 19 }, |
| 20 { | 20 { |
| 21 "object": "LayoutSVGInlineText #text", | 21 "object": "LayoutSVGInlineText #text", |
| 22 "rect": [246, 104, 119, 28], | 22 "rect": [246, 104, 119, 28], |
| 23 "reason": "forced by layout" | 23 "reason": "geometry" |
| 24 }, | 24 }, |
| 25 { | 25 { |
| 26 "object": "LayoutSVGText text id='text'", | 26 "object": "LayoutSVGText text id='text'", |
| 27 "rect": [246, 104, 119, 28], | 27 "rect": [246, 104, 119, 28], |
| 28 "reason": "full" | 28 "reason": "full" |
| 29 }, | 29 }, |
| 30 { | 30 { |
| 31 "object": "LayoutSVGRect rect id='rect'", | 31 "object": "LayoutSVGRect rect id='rect'", |
| 32 "rect": [354, 125, 105, 102], | 32 "rect": [354, 125, 105, 102], |
| 33 "reason": "full" | 33 "reason": "full" |
| (...skipping 24 matching lines...) Expand all Loading... |
| 58 { | 58 { |
| 59 "object": "LayoutSVGText text id='text'", | 59 "object": "LayoutSVGText text id='text'", |
| 60 "reason": "full" | 60 "reason": "full" |
| 61 }, | 61 }, |
| 62 { | 62 { |
| 63 "object": "RootInlineBox", | 63 "object": "RootInlineBox", |
| 64 "reason": "full" | 64 "reason": "full" |
| 65 }, | 65 }, |
| 66 { | 66 { |
| 67 "object": "LayoutSVGInlineText #text", | 67 "object": "LayoutSVGInlineText #text", |
| 68 "reason": "forced by layout" | 68 "reason": "geometry" |
| 69 }, | 69 }, |
| 70 { | 70 { |
| 71 "object": "InlineTextBox 'This is some text'", | 71 "object": "InlineTextBox 'This is some text'", |
| 72 "reason": "forced by layout" | 72 "reason": "geometry" |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 "object": "LayoutSVGImage image id='image'", | 75 "object": "LayoutSVGImage image id='image'", |
| 76 "reason": "full" | 76 "reason": "full" |
| 77 } | 77 } |
| 78 ] | 78 ] |
| 79 } | 79 } |
| 80 | 80 |
| OLD | NEW |