OLD | NEW |
1 (GraphicsLayer | 1 { |
2 (bounds 800.00 600.00) | 2 "bounds": [800, 600], |
3 (children 1 | 3 "children": [ |
4 (GraphicsLayer | 4 { |
5 (bounds 800.00 600.00) | 5 "bounds": [800, 600], |
6 (contentsOpaque 1) | 6 "contentsOpaque": true, |
7 (drawsContent 1) | 7 "drawsContent": true, |
8 (repaint rects | 8 "repaintRects": [ |
9 (rect 27.00 69.00 364.00 364.00) | 9 [27, 67, 364, 364], |
10 (rect 27.00 69.00 364.00 364.00) | 10 [27, 67, 364, 364], |
11 (rect 27.00 69.00 364.00 364.00) | 11 [27, 67, 364, 364], |
12 (rect 27.00 69.00 364.00 364.00) | 12 [27, 67, 364, 364], |
13 (rect 13.00 207.00 92.00 91.00) | 13 [13, 205, 92, 91], |
14 (rect 13.00 207.00 92.00 91.00) | 14 [13, 205, 92, 91], |
15 (rect 13.00 207.00 92.00 91.00) | 15 [13, 205, 92, 91], |
16 (rect 13.00 207.00 92.00 91.00) | 16 [13, 205, 92, 91], |
17 (rect 8.00 52.00 402.00 405.00) | 17 [8, 50, 402, 404], |
18 (rect 8.00 52.00 102.00 405.00) | 18 [8, 50, 102, 404] |
19 ) | 19 ], |
20 ) | 20 "paintInvalidationClients": [ |
21 ) | 21 "RootInlineBox", |
22 ) | 22 "InlineBox", |
| 23 "LayoutBlockFlow div id='contentBox'", |
| 24 "LayoutSVGRoot svg", |
| 25 "LayoutSVGContainer use", |
| 26 "LayoutSVGViewportContainer svg id='gamesBorder'", |
| 27 "LayoutSVGPath path" |
| 28 ] |
| 29 } |
| 30 ] |
| 31 } |
23 | 32 |
OLD | NEW |