| OLD | NEW |
| 1 layer at (0,0) size 800x600 | 1 { |
| 2 LayoutView at (0,0) size 800x600 | 2 "bounds": [800, 600], |
| 3 layer at (0,0) size 300x300 | 3 "children": [ |
| 4 LayoutSVGRoot {svg} at (0,0) size 200x200 | 4 { |
| 5 LayoutSVGRect {rect} at (0,0) size 200x200 [fill={[type=SOLID] [color=#0000F
F]}] [x=0.00] [y=0.00] [width=200.00] [height=200.00] | 5 "bounds": [800, 600], |
| 6 LayoutSVGViewportContainer {svg} at (0,0) size 200x200 | 6 "contentsOpaque": true, |
| 7 LayoutSVGRect {rect} at (0,0) size 200x200 [fill={[type=SOLID] [color=#008
000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00] | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ |
| 9 { |
| 10 "object": "LayoutSVGRect rect", |
| 11 "rect": [0, 0, 200, 200], |
| 12 "reason": "full" |
| 13 }, |
| 14 { |
| 15 "object": "LayoutSVGViewportContainer svg id='inner'", |
| 16 "rect": [0, 0, 200, 200], |
| 17 "reason": "full" |
| 18 } |
| 19 ] |
| 20 } |
| 21 ] |
| 22 } |
| 23 |
| OLD | NEW |