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 ) | |
29 (GraphicsLayer | |
30 (position 305.00 0.00) | |
31 (bounds 15.00 325.00) | |
32 ) | |
33 (GraphicsLayer | |
34 (position 305.00 325.00) | |
35 (bounds 15.00 15.00) | |
36 (drawsContent 1) | |
37 ) | |
38 ) | |
39 ) | |
40 (GraphicsLayer | |
41 (position 10.00 10.00) | |
42 (bounds 284.00 1204.00) | |
43 (contentsOpaque 1) | |
44 (drawsContent 1) | |
45 (backgroundColor #C0C0C0) | |
46 ) | |
47 ) | |
48 ) | |
49 ) | |
50 ) | |
51 | 20 |
| 21 } |
| 22 ] |
| 23 } |
| 24 ] |
| 25 }, |
| 26 { |
| 27 "position": [0, 325], |
| 28 "bounds": [305, 15] |
| 29 }, |
| 30 { |
| 31 "position": [305, 0], |
| 32 "bounds": [15, 325] |
| 33 }, |
| 34 { |
| 35 "position": [305, 325], |
| 36 "bounds": [15, 15], |
| 37 "drawsContent": true |
| 38 } |
| 39 ] |
| 40 }, |
| 41 { |
| 42 "position": [10, 10], |
| 43 "bounds": [284, 1204], |
| 44 "contentsOpaque": true, |
| 45 "drawsContent": true, |
| 46 "backgroundColor": "#C0C0C0" |
| 47 } |
| 48 ] |
| 49 } |
| 50 ] |
| 51 } |
| 52 |
OLD | NEW |