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 { | 2 { |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
5 "bounds": [800, 600], | 6 "bounds": [800, 600], |
6 "contentsOpaque": true, | 7 "contentsOpaque": true, |
7 "drawsContent": true, | 8 "drawsContent": true, |
8 "repaintRects": [ | 9 "repaintRects": [ |
9 [27, 67, 364, 364], | 10 [27, 67, 364, 364], |
10 [27, 67, 364, 364], | 11 [27, 67, 364, 364], |
(...skipping 12 matching lines...) Expand all Loading... |
23 "LayoutBlockFlow div id='contentBox'", | 24 "LayoutBlockFlow div id='contentBox'", |
24 "LayoutSVGRoot svg", | 25 "LayoutSVGRoot svg", |
25 "LayoutSVGContainer use", | 26 "LayoutSVGContainer use", |
26 "LayoutSVGViewportContainer svg id='gamesBorder'", | 27 "LayoutSVGViewportContainer svg id='gamesBorder'", |
27 "LayoutSVGPath path" | 28 "LayoutSVGPath path" |
28 ] | 29 ] |
29 } | 30 } |
30 ] | 31 ] |
31 } | 32 } |
32 | 33 |
OLD | NEW |