| 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 { |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 { | 48 { |
| 49 "object": "LayoutSVGText text id='text'", | 49 "object": "LayoutSVGText text id='text'", |
| 50 "reason": "full" | 50 "reason": "full" |
| 51 }, | 51 }, |
| 52 { | 52 { |
| 53 "object": "RootInlineBox", | 53 "object": "RootInlineBox", |
| 54 "reason": "full" | 54 "reason": "full" |
| 55 }, | 55 }, |
| 56 { | 56 { |
| 57 "object": "LayoutSVGInlineText #text", | 57 "object": "LayoutSVGInlineText #text", |
| 58 "reason": "forced by layout" | 58 "reason": "geometry" |
| 59 }, | 59 }, |
| 60 { | 60 { |
| 61 "object": "InlineTextBox 'This is some text'", | 61 "object": "InlineTextBox 'This is some text'", |
| 62 "reason": "forced by layout" | 62 "reason": "geometry" |
| 63 }, | 63 }, |
| 64 { | 64 { |
| 65 "object": "LayoutSVGImage image id='image'", | 65 "object": "LayoutSVGImage image id='image'", |
| 66 "reason": "full" | 66 "reason": "full" |
| 67 } | 67 } |
| 68 ] | 68 ] |
| 69 } | 69 } |
| 70 | 70 |
| OLD | NEW |