| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
| 3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 }, | 53 }, |
| 54 { | 54 { |
| 55 "object": "RootInlineBox", | 55 "object": "RootInlineBox", |
| 56 "reason": "forced by layout" | 56 "reason": "forced by layout" |
| 57 }, | 57 }, |
| 58 { | 58 { |
| 59 "object": "LayoutSVGRoot svg", | 59 "object": "LayoutSVGRoot svg", |
| 60 "reason": "forced by layout" | 60 "reason": "forced by layout" |
| 61 }, | 61 }, |
| 62 { | 62 { |
| 63 "object": "LayoutSVGHiddenContainer defs", |
| 64 "reason": "location change" |
| 65 }, |
| 66 { |
| 67 "object": "LayoutSVGHiddenContainer symbol id='targetSymbol'", |
| 68 "reason": "location change" |
| 69 }, |
| 70 { |
| 71 "object": "LayoutSVGRect rect", |
| 72 "reason": "location change" |
| 73 }, |
| 74 { |
| 75 "object": "LayoutSVGRect rect", |
| 76 "reason": "location change" |
| 77 }, |
| 78 { |
| 63 "object": "LayoutSVGContainer use", | 79 "object": "LayoutSVGContainer use", |
| 64 "reason": "bounds change" | 80 "reason": "bounds change" |
| 65 }, | 81 }, |
| 66 { | 82 { |
| 67 "object": "LayoutSVGViewportContainer svg id='targetSymbol'", | 83 "object": "LayoutSVGViewportContainer svg id='targetSymbol'", |
| 68 "reason": "bounds change" | 84 "reason": "bounds change" |
| 69 }, | 85 }, |
| 70 { | 86 { |
| 71 "object": "LayoutSVGRect rect", | 87 "object": "LayoutSVGRect rect", |
| 72 "reason": "bounds change" | 88 "reason": "bounds change" |
| 73 }, | 89 }, |
| 74 { | 90 { |
| 75 "object": "LayoutSVGRect rect", | 91 "object": "LayoutSVGRect rect", |
| 76 "reason": "bounds change" | 92 "reason": "bounds change" |
| 77 } | 93 } |
| 78 ] | 94 ] |
| 79 } | 95 } |
| 80 | 96 |
| OLD | NEW |