| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "repaintRects": [ | 8 "repaintRects": [ |
| 9 [0, 0, 100, 100], | 9 [0, 0, 100, 100], |
| 10 [0, 0, 100, 100], | 10 [0, 0, 100, 100], |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 "LayoutSVGContainer g id='inneruse'", | 91 "LayoutSVGContainer g id='inneruse'", |
| 92 "LayoutSVGPath path id='hp'", | 92 "LayoutSVGPath path id='hp'", |
| 93 "LayoutSVGContainer g id='inneruse'", | 93 "LayoutSVGContainer g id='inneruse'", |
| 94 "LayoutSVGContainer g", | 94 "LayoutSVGContainer g", |
| 95 "LayoutSVGPath path id='hp'" | 95 "LayoutSVGPath path id='hp'" |
| 96 ] | 96 ] |
| 97 } | 97 } |
| 98 ] | 98 ] |
| 99 } | 99 } |
| 100 | 100 |
| OLD | NEW |