OLD | NEW |
1 (GraphicsLayer | 1 { |
2 (bounds 200.00 300.00) | 2 "bounds": [200, 300], |
3 (children 1 | 3 "children": [ |
4 (GraphicsLayer | 4 { |
5 (bounds 200.00 300.00) | 5 "bounds": [200, 300], |
6 (contentsOpaque 1) | 6 "contentsOpaque": true, |
7 (drawsContent 1) | 7 "drawsContent": true, |
8 (repaint rects | 8 "repaintRects": [] |
9 ) | 9 } |
10 ) | 10 ] |
11 ) | 11 } |
12 ) | 12 { |
13 (GraphicsLayer | 13 "bounds": [300, 300], |
14 (bounds 300.00 300.00) | 14 "children": [ |
15 (children 1 | 15 { |
16 (GraphicsLayer | 16 "bounds": [300, 300], |
17 (bounds 300.00 300.00) | 17 "contentsOpaque": true, |
18 (contentsOpaque 1) | 18 "drawsContent": true, |
19 (drawsContent 1) | 19 "repaintRects": [ |
20 (repaint rects | 20 [0, 0, 200, 300], |
21 (rect 0.00 0.00 200.00 300.00) | 21 [0, 0, 200, 300] |
22 (rect 0.00 0.00 200.00 300.00) | 22 ] |
23 ) | 23 } |
24 ) | 24 ] |
25 ) | 25 } |
26 ) | 26 { |
27 (GraphicsLayer | 27 "bounds": [300, 250], |
28 (bounds 300.00 250.00) | 28 "children": [ |
29 (children 1 | 29 { |
30 (GraphicsLayer | 30 "bounds": [300, 250], |
31 (bounds 300.00 250.00) | 31 "contentsOpaque": true, |
32 (contentsOpaque 1) | 32 "drawsContent": true, |
33 (drawsContent 1) | 33 "repaintRects": [ |
34 (repaint rects | 34 [0, 250, 300, 50] |
35 (rect 0.00 250.00 300.00 50.00) | 35 ] |
36 ) | 36 } |
37 ) | 37 ] |
38 ) | 38 } |
39 ) | 39 { |
40 (GraphicsLayer | 40 "bounds": [250, 250], |
41 (bounds 250.00 250.00) | 41 "children": [ |
42 (children 1 | 42 { |
43 (GraphicsLayer | 43 "bounds": [250, 250], |
44 (bounds 250.00 250.00) | 44 "contentsOpaque": true, |
45 (contentsOpaque 1) | 45 "drawsContent": true, |
46 (drawsContent 1) | 46 "repaintRects": [ |
47 (repaint rects | 47 [0, 0, 300, 250], |
48 (rect 0.00 0.00 300.00 250.00) | 48 [0, 0, 250, 250] |
49 (rect 0.00 0.00 250.00 250.00) | 49 ] |
50 ) | 50 } |
51 ) | 51 ] |
52 ) | 52 } |
53 ) | |
54 | 53 |
OLD | NEW |