| 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, 100, 800, 100], | 9 [0, 100, 800, 100], |
| 10 [0, 100, 800, 100], | 10 [0, 100, 800, 100], |
| 11 [0, 100, 800, 100], | 11 [0, 100, 800, 100], |
| 12 [0, 100, 800, 100], | 12 [0, 100, 800, 100], |
| 13 [0, 0, 800, 300] | 13 [0, 0, 800, 300] |
| 14 ], | 14 ], |
| 15 "paintInvalidationClients": [ | 15 "paintInvalidationClients": [ |
| 16 "LayoutSVGRoot svg id='svg-root'", | 16 "LayoutSVGRoot svg id='svg-root'", |
| 17 "LayoutSVGContainer g id='content'", | 17 "LayoutSVGContainer g id='content'", |
| 18 "LayoutSVGRect rect", | 18 "LayoutSVGRect rect", |
| 19 "LayoutSVGRect rect", | 19 "LayoutSVGRect rect", |
| 20 "LayoutSVGResourceMasker mask id='dynMask'", | 20 "LayoutSVGResourceMasker mask id='dynMask'", |
| 21 "LayoutSVGRect rect" | 21 "LayoutSVGRect rect" |
| 22 ] | 22 ] |
| 23 } | 23 } |
| 24 ] | 24 ] |
| 25 } | 25 } |
| 26 | 26 |
| OLD | NEW |