| 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": "LayoutSVGRect rect", | 12 "object": "LayoutSVGRect rect", |
| 11 "rect": [0, 100, 100, 50], | 13 "rect": [0, 100, 100, 50], |
| 12 "reason": "bounds change" | 14 "reason": "bounds change" |
| 13 }, | 15 }, |
| 14 { | 16 { |
| 15 "object": "LayoutSVGViewportContainer svg id='mover'", | 17 "object": "LayoutSVGViewportContainer svg id='mover'", |
| 16 "rect": [0, 100, 100, 50], | 18 "rect": [0, 100, 100, 50], |
| 17 "reason": "full" | 19 "reason": "full" |
| 18 }, | 20 }, |
| 19 { | 21 { |
| 20 "object": "LayoutSVGRect rect", | 22 "object": "LayoutSVGRect rect", |
| 21 "rect": [0, 50, 100, 50], | 23 "rect": [0, 50, 100, 50], |
| 22 "reason": "bounds change" | 24 "reason": "bounds change" |
| 23 }, | 25 }, |
| 24 { | 26 { |
| 25 "object": "LayoutSVGViewportContainer svg id='mover'", | 27 "object": "LayoutSVGViewportContainer svg id='mover'", |
| 26 "rect": [0, 50, 100, 50], | 28 "rect": [0, 50, 100, 50], |
| 27 "reason": "full" | 29 "reason": "full" |
| 28 } | 30 } |
| 29 ] | 31 ] |
| 30 } | 32 } |
| 33 ], |
| 34 "objectPaintInvalidations": [ |
| 35 { |
| 36 "object": "LayoutSVGViewportContainer svg id='mover'", |
| 37 "reason": "full" |
| 38 }, |
| 39 { |
| 40 "object": "LayoutSVGRect rect", |
| 41 "reason": "bounds change" |
| 42 } |
| 31 ] | 43 ] |
| 32 } | 44 } |
| 33 | 45 |
| OLD | NEW |