| OLD | NEW |
| 1 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
nd will be removed. Please use CSS animations or Web animations instead. | 1 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
nd will be removed. Please use CSS animations or Web animations instead. |
| 2 { | 2 { |
| 3 "name": "Content Root Layer", |
| 3 "bounds": [800, 600], | 4 "bounds": [800, 600], |
| 4 "children": [ | 5 "children": [ |
| 5 { | 6 { |
| 7 "name": "LayoutView #document", |
| 6 "bounds": [800, 600], | 8 "bounds": [800, 600], |
| 7 "contentsOpaque": true, | 9 "contentsOpaque": true, |
| 8 "drawsContent": true, | 10 "drawsContent": true, |
| 9 "paintInvalidations": [ | 11 "paintInvalidations": [ |
| 10 { | 12 { |
| 11 "object": "LayoutSVGRect rect id='newId'", | 13 "object": "LayoutSVGRect rect id='newId'", |
| 12 "rect": [0, 0, 100, 100], | 14 "rect": [0, 0, 100, 100], |
| 13 "reason": "style change" | 15 "reason": "style change" |
| 14 } | 16 } |
| 15 ] | 17 ] |
| 16 } | 18 } |
| 19 ], |
| 20 "objectPaintInvalidations": [ |
| 21 { |
| 22 "object": "LayoutSVGRect rect id='newId'", |
| 23 "reason": "style change" |
| 24 } |
| 17 ] | 25 ] |
| 18 } | 26 } |
| 19 | 27 |
| OLD | NEW |