1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
% Black Queen
\begin{scope}[draw=black,fill=black,line join=round,line cap=round,miter limit=4.00,even odd rule,line width=0.600pt]% g4950
\begin{scope}[fill=black]% g4952
% circle4954
\path[fill] (6.0000,12.0000) circle (0.0776cm);
% circle4956
\path[fill] (14.0000,9.0000) circle (0.0776cm);
% circle4958
\path[fill] (22.5000,8.0000) circle (0.0776cm);
% circle4960
\path[fill] (31.0000,9.0000) circle (0.0776cm);
% circle4962
\path[fill] (39.0000,12.0000) circle (0.0776cm);
\end{scope}
% path4964
\path[draw=black,fill,line cap=butt] (9.0000,26.0000) .. controls
(17.5000,24.5000) and (30.0000,24.5000) .. (36.0000,26.0000) --
(38.5000,13.5000) -- (31.0000,25.0000) -- (30.7000,10.9000) --
(25.5000,24.5000) -- (22.5000,10.0000) -- (19.5000,24.5000) --
(14.3000,10.9000) -- (14.0000,25.0000) -- (6.5000,13.5000) -- (9.0000,26.0000)
-- cycle;
% path4966
\path[draw,fill,line cap=butt] (9.0000,26.0000) .. controls (9.0000,28.0000) and
(10.5000,28.0000) .. (11.5000,30.0000) .. controls (12.5000,31.5000) and
(12.5000,31.0000) .. (12.0000,33.5000) .. controls (10.5000,34.5000) and
(10.5000,36.0000) .. (10.5000,36.0000) .. controls (9.0000,37.5000) and
(11.0000,38.5000) .. (11.0000,38.5000) .. controls (17.5000,39.5000) and
(27.5000,39.5000) .. (34.0000,38.5000) .. controls (34.0000,38.5000) and
(35.5000,37.5000) .. (34.0000,36.0000) .. controls (34.0000,36.0000) and
(34.5000,34.5000) .. (33.0000,33.5000) .. controls (32.5000,31.0000) and
(32.5000,31.5000) .. (33.5000,30.0000) .. controls (34.5000,28.0000) and
(36.0000,28.0000) .. (36.0000,26.0000) .. controls (27.5000,24.5000) and
(17.5000,24.5000) .. (9.0000,26.0000) -- cycle;
% path4968
\path[draw=black,line cap=butt] (11.0000,38.5000){[rotate=1.0]
arc(108.182:69.818:35.000)};
% path4970
\path[draw=white] (11.0000,29.0000){[rotate=1.0] arc(249.818:288.182:35.000)};
% path4972
\path[draw=white] (12.5000,31.5000) -- (32.5000,31.5000);
% path4974
\path[draw=white] (11.5000,34.5000){[rotate=1.0] arc(107.318:70.682:35.000)};
% path4976
\path[draw=white] (10.5000,37.5000){[rotate=1.0] arc(109.051:68.949:35.000)};
\end{scope}
|