| 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": "LayoutSVGRoot svg", | |
| 12 "rect": [187, 106, 310, 390], | |
| 13 "reason": "bounds change" | |
| 14 }, | |
| 15 { | |
| 16 "object": "LayoutSVGRoot svg", | |
| 17 "rect": [90, 85, 277, 249], | |
| 18 "reason": "bounds change" | |
| 19 }, | |
| 20 { | |
| 21 "object": "LayoutSVGInlineText #text", | 11 "object": "LayoutSVGInlineText #text", |
| 22 "rect": [203, 336, 123, 44], | 12 "rect": [203, 336, 123, 44], |
| 23 "reason": "forced by layout" | 13 "reason": "forced by layout" |
| 24 }, | 14 }, |
| 25 { | 15 { |
| 26 "object": "LayoutSVGText text id='text'", | 16 "object": "LayoutSVGText text id='text'", |
| 27 "rect": [203, 336, 123, 44], | 17 "rect": [203, 336, 123, 44], |
| 28 "reason": "full" | 18 "reason": "full" |
| 29 }, | 19 }, |
| 30 { | 20 { |
| (...skipping 24 matching lines...) Expand all Loading... |
| 55 { | 45 { |
| 56 "object": "LayoutSVGImage image id='image'", | 46 "object": "LayoutSVGImage image id='image'", |
| 57 "rect": [353, 398, 97, 98], | 47 "rect": [353, 398, 97, 98], |
| 58 "reason": "full" | 48 "reason": "full" |
| 59 } | 49 } |
| 60 ] | 50 ] |
| 61 } | 51 } |
| 62 ], | 52 ], |
| 63 "objectPaintInvalidations": [ | 53 "objectPaintInvalidations": [ |
| 64 { | 54 { |
| 65 "object": "LayoutSVGRoot svg", | |
| 66 "reason": "bounds change" | |
| 67 }, | |
| 68 { | |
| 69 "object": "LayoutSVGRect rect id='rect'", | 55 "object": "LayoutSVGRect rect id='rect'", |
| 70 "reason": "full" | 56 "reason": "full" |
| 71 }, | 57 }, |
| 72 { | 58 { |
| 73 "object": "LayoutSVGText text id='text'", | 59 "object": "LayoutSVGText text id='text'", |
| 74 "reason": "full" | 60 "reason": "full" |
| 75 }, | 61 }, |
| 76 { | 62 { |
| 77 "object": "RootInlineBox", | 63 "object": "RootInlineBox", |
| 78 "reason": "full" | 64 "reason": "full" |
| 79 }, | 65 }, |
| 80 { | 66 { |
| 81 "object": "LayoutSVGInlineText #text", | 67 "object": "LayoutSVGInlineText #text", |
| 82 "reason": "forced by layout" | 68 "reason": "forced by layout" |
| 83 }, | 69 }, |
| 84 { | 70 { |
| 85 "object": "InlineTextBox 'This is some text'", | 71 "object": "InlineTextBox 'This is some text'", |
| 86 "reason": "forced by layout" | 72 "reason": "forced by layout" |
| 87 }, | 73 }, |
| 88 { | 74 { |
| 89 "object": "LayoutSVGImage image id='image'", | 75 "object": "LayoutSVGImage image id='image'", |
| 90 "reason": "full" | 76 "reason": "full" |
| 91 } | 77 } |
| 92 ] | 78 ] |
| 93 } | 79 } |
| 94 | 80 |
| OLD | NEW |