| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", |
| 2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 3 "children": [ | 4 "children": [ |
| 4 { | 5 { |
| 6 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 7 "drawsContent": true, | 9 "drawsContent": true, |
| 8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| 9 { | 11 { |
| 10 "object": "LayoutSVGInlineText #text", | 12 "object": "LayoutSVGInlineText #text", |
| 11 "rect": [8, 58, 400, 100], | 13 "rect": [8, 58, 400, 100], |
| 12 "reason": "subtree" | 14 "reason": "subtree" |
| 13 }, | 15 }, |
| 14 { | 16 { |
| (...skipping 13 matching lines...) Expand all Loading... |
| 28 }, | 30 }, |
| 29 { | 31 { |
| 30 "object": "LayoutSVGRoot svg", | 32 "object": "LayoutSVGRoot svg", |
| 31 "rect": [8, 8, 400, 100], | 33 "rect": [8, 8, 400, 100], |
| 32 "reason": "bounds change" | 34 "reason": "bounds change" |
| 33 }, | 35 }, |
| 34 { | 36 { |
| 35 "object": "LayoutSVGText text", | 37 "object": "LayoutSVGText text", |
| 36 "rect": [8, 8, 400, 100], | 38 "rect": [8, 8, 400, 100], |
| 37 "reason": "subtree" | 39 "reason": "subtree" |
| 38 }, | |
| 39 { | |
| 40 "object": "InlineTextBox 'Test'", | |
| 41 "reason": "full" | |
| 42 }, | |
| 43 { | |
| 44 "object": "InlineTextBox 'Test'", | |
| 45 "reason": "subtree" | |
| 46 }, | |
| 47 { | |
| 48 "object": "RootInlineBox", | |
| 49 "reason": "full" | |
| 50 }, | |
| 51 { | |
| 52 "object": "RootInlineBox", | |
| 53 "reason": "full" | |
| 54 } | 40 } |
| 55 ] | 41 ] |
| 56 } | 42 } |
| 43 ], |
| 44 "objectPaintInvalidations": [ |
| 45 { |
| 46 "object": "LayoutSVGRoot svg", |
| 47 "reason": "bounds change" |
| 48 }, |
| 49 { |
| 50 "object": "LayoutSVGText text", |
| 51 "reason": "subtree" |
| 52 }, |
| 53 { |
| 54 "object": "RootInlineBox", |
| 55 "reason": "subtree" |
| 56 }, |
| 57 { |
| 58 "object": "LayoutSVGInlineText #text", |
| 59 "reason": "subtree" |
| 60 }, |
| 61 { |
| 62 "object": "InlineTextBox 'Test'", |
| 63 "reason": "subtree" |
| 64 } |
| 57 ] | 65 ] |
| 58 } | 66 } |
| 59 | 67 |
| OLD | NEW |