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 (children 1 | 8 "children": [ |
9 (GraphicsLayer | 9 { |
10 (position 8.00 8.00) | 10 "position": [8, 8], |
11 (bounds 202.00 202.00) | 11 "bounds": [202, 202], |
12 (drawsContent 1) | 12 "drawsContent": true, |
13 (children 4 | 13 "children": [ |
14 (GraphicsLayer | 14 { |
15 (position 1.00 1.00) | 15 "position": [1, 1], |
16 (bounds 185.00 185.00) | 16 "bounds": [185, 185], |
17 (children 1 | 17 "children": [ |
18 (GraphicsLayer | 18 { |
19 (bounds 185.00 1025.00) | 19 "bounds": [185, 1025], |
20 (shouldFlattenTransform 0) | 20 "shouldFlattenTransform": false, |
21 (drawsContent 1) | 21 "drawsContent": true, |
22 (children 1 | 22 "children": [ |
23 (GraphicsLayer | 23 { |
24 ) | |
25 ) | |
26 ) | |
27 ) | |
28 ) | |
29 (GraphicsLayer | |
30 (position 1.00 186.00) | |
31 (bounds 185.00 15.00) | |
32 ) | |
33 (GraphicsLayer | |
34 (position 186.00 1.00) | |
35 (bounds 15.00 185.00) | |
36 (repaint rects | |
37 (rect 0.00 0.00 15.00 185.00) | |
38 (rect 0.00 0.00 15.00 185.00) | |
39 (rect 0.00 0.00 15.00 185.00) | |
40 ) | |
41 ) | |
42 (GraphicsLayer | |
43 (position 186.00 186.00) | |
44 (bounds 15.00 15.00) | |
45 (drawsContent 1) | |
46 ) | |
47 ) | |
48 ) | |
49 ) | |
50 ) | |
51 ) | |
52 ) | |
53 | 24 |
| 25 } |
| 26 ] |
| 27 } |
| 28 ] |
| 29 }, |
| 30 { |
| 31 "position": [1, 186], |
| 32 "bounds": [185, 15] |
| 33 }, |
| 34 { |
| 35 "position": [186, 1], |
| 36 "bounds": [15, 185], |
| 37 "repaintRects": [ |
| 38 [0, 0, 15, 185], |
| 39 [0, 0, 15, 185], |
| 40 [0, 0, 15, 185] |
| 41 ] |
| 42 }, |
| 43 { |
| 44 "position": [186, 186], |
| 45 "bounds": [15, 15], |
| 46 "drawsContent": true |
| 47 } |
| 48 ] |
| 49 } |
| 50 ] |
| 51 } |
| 52 ] |
| 53 } |
| 54 |
OLD | NEW |