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 (rect 0.00 150.00 20.00 20.00) | 9 [0, 150, 20, 20], |
10 (rect 0.00 100.00 20.00 20.00) | 10 [0, 100, 20, 20] |
11 ) | 11 ] |
12 ) | 12 } |
13 ) | 13 ] |
14 ) | 14 } |
15 (GraphicsLayer | 15 { |
16 (bounds 300.00 300.00) | 16 "bounds": [300, 300], |
17 (children 1 | 17 "children": [ |
18 (GraphicsLayer | 18 { |
19 (bounds 300.00 300.00) | 19 "bounds": [300, 300], |
20 (contentsOpaque 1) | 20 "contentsOpaque": true, |
21 (drawsContent 1) | 21 "drawsContent": true, |
22 (repaint rects | 22 "repaintRects": [ |
23 (rect 0.00 0.00 200.00 300.00) | 23 [0, 0, 200, 300], |
24 (rect 0.00 0.00 200.00 300.00) | 24 [0, 0, 200, 300] |
25 ) | 25 ] |
26 ) | 26 } |
27 ) | 27 ] |
28 ) | 28 } |
29 (GraphicsLayer | 29 { |
30 (bounds 300.00 250.00) | 30 "bounds": [300, 250], |
31 (children 1 | 31 "children": [ |
32 (GraphicsLayer | 32 { |
33 (bounds 300.00 250.00) | 33 "bounds": [300, 250], |
34 (contentsOpaque 1) | 34 "contentsOpaque": true, |
35 (drawsContent 1) | 35 "drawsContent": true, |
36 (repaint rects | 36 "repaintRects": [ |
37 (rect 0.00 250.00 300.00 50.00) | 37 [0, 250, 300, 50], |
38 (rect 0.00 150.00 20.00 20.00) | 38 [0, 150, 20, 20], |
39 (rect 0.00 125.00 20.00 20.00) | 39 [0, 125, 20, 20] |
40 ) | 40 ] |
41 ) | 41 } |
42 ) | 42 ] |
43 ) | 43 } |
44 (GraphicsLayer | 44 { |
45 (bounds 250.00 250.00) | 45 "bounds": [250, 250], |
46 (children 1 | 46 "children": [ |
47 (GraphicsLayer | 47 { |
48 (bounds 250.00 250.00) | 48 "bounds": [250, 250], |
49 (contentsOpaque 1) | 49 "contentsOpaque": true, |
50 (drawsContent 1) | 50 "drawsContent": true, |
51 (repaint rects | 51 "repaintRects": [ |
52 (rect 0.00 0.00 300.00 250.00) | 52 [0, 0, 300, 250], |
53 (rect 0.00 0.00 250.00 250.00) | 53 [0, 0, 250, 250] |
54 ) | 54 ] |
55 ) | 55 } |
56 ) | 56 ] |
57 ) | 57 } |
58 | 58 |
OLD | NEW |