OLD | NEW |
1 | 1 |
2 | 2 |
3 (GraphicsLayer | 3 { |
4 (bounds 800.00 600.00) | 4 "bounds": [800, 600], |
5 (children 1 | 5 "children": [ |
6 (GraphicsLayer | 6 { |
7 (bounds 800.00 600.00) | 7 "bounds": [800, 600], |
8 (contentsOpaque 1) | 8 "contentsOpaque": true, |
9 (drawsContent 1) | 9 "drawsContent": true, |
10 (children 2 | 10 "children": [ |
11 (GraphicsLayer | 11 { |
12 (position 10.00 10.00) | 12 "position": [10, 10], |
13 (transformOrigin -10.00 -10.00) | 13 "transformOrigin": [-10, -10], |
14 (bounds 590.00 210.00) | 14 "bounds": [590, 210], |
15 (drawsContent 1) | 15 "drawsContent": true |
16 ) | 16 }, |
17 (GraphicsLayer | 17 { |
18 (position 10.00 260.00) | 18 "position": [10, 260], |
19 (transformOrigin -10.00 -10.00) | 19 "transformOrigin": [-10, -10], |
20 (bounds 590.00 210.00) | 20 "bounds": [590, 210], |
21 (drawsContent 1) | 21 "drawsContent": true, |
22 (children 1 | 22 "children": [ |
23 (GraphicsLayer | 23 { |
24 (position 490.00 110.00) | 24 "position": [490, 110], |
25 (bounds 100.00 100.00) | 25 "bounds": [100, 100], |
26 (contentsOpaque 1) | 26 "contentsOpaque": true, |
27 (drawsContent 1) | 27 "drawsContent": true, |
28 (backgroundColor #0000FF) | 28 "backgroundColor": "#0000FF" |
29 ) | 29 } |
30 ) | 30 ] |
31 ) | 31 } |
32 ) | 32 ] |
33 ) | 33 } |
34 ) | 34 ] |
35 ) | 35 } |
36 | 36 |
OLD | NEW |