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 2 | 8 "children": [ |
9 (GraphicsLayer | 9 { |
10 (bounds 320.00 340.00) | 10 "bounds": [320, 340], |
11 (children 4 | 11 "children": [ |
12 (GraphicsLayer | 12 { |
13 (bounds 305.00 325.00) | 13 "bounds": [305, 325], |
14 (children 1 | 14 "children": [ |
15 (GraphicsLayer | 15 { |
16 (bounds 305.00 1224.00) | 16 "bounds": [305, 1224], |
17 (shouldFlattenTransform 0) | 17 "shouldFlattenTransform": false, |
18 (children 1 | 18 "children": [ |
19 (GraphicsLayer | 19 { |
20 ) | |
21 ) | |
22 ) | |
23 ) | |
24 ) | |
25 (GraphicsLayer | |
26 (position 0.00 325.00) | |
27 (bounds 305.00 15.00) | |
28 (drawsContent 1) | |
29 ) | |
30 (GraphicsLayer | |
31 (position 305.00 0.00) | |
32 (bounds 15.00 325.00) | |
33 (drawsContent 1) | |
34 ) | |
35 (GraphicsLayer | |
36 (position 305.00 325.00) | |
37 (bounds 15.00 15.00) | |
38 (drawsContent 1) | |
39 ) | |
40 ) | |
41 ) | |
42 (GraphicsLayer | |
43 (position 10.00 10.00) | |
44 (bounds 284.00 1204.00) | |
45 (contentsOpaque 1) | |
46 (drawsContent 1) | |
47 (backgroundColor #C0C0C0) | |
48 ) | |
49 ) | |
50 ) | |
51 ) | |
52 ) | |
53 | 20 |
| 21 } |
| 22 ] |
| 23 } |
| 24 ] |
| 25 }, |
| 26 { |
| 27 "position": [0, 325], |
| 28 "bounds": [305, 15], |
| 29 "drawsContent": true |
| 30 }, |
| 31 { |
| 32 "position": [305, 0], |
| 33 "bounds": [15, 325], |
| 34 "drawsContent": true |
| 35 }, |
| 36 { |
| 37 "position": [305, 325], |
| 38 "bounds": [15, 15], |
| 39 "drawsContent": true |
| 40 } |
| 41 ] |
| 42 }, |
| 43 { |
| 44 "position": [10, 10], |
| 45 "bounds": [284, 1204], |
| 46 "contentsOpaque": true, |
| 47 "drawsContent": true, |
| 48 "backgroundColor": "#C0C0C0" |
| 49 } |
| 50 ] |
| 51 } |
| 52 ] |
| 53 } |
| 54 |
OLD | NEW |