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