我怎样才能画出这样的圆圈,2个颜色分为2个部分.我在xaml编码

<Ellipse Fill="White" HorizontalAlignment="Center" VerticalAlignment="Center" Width="300" Height="300">
</Ellipse>
<Path VerticalAlignment="Top" Fill="Brown" HorizontalAlignment="Left">
<Path.Data>
<PathGeometry>
<PathFigure StartPoint="59,150">
<ArcSegment SweepDirection="Clockwise" Size="141,80" Point="341,150"/>
</PathFigure>
</PathGeometry>
</Path.Data>
</Path>
Run Code Online (Sandbox Code Playgroud)
我试试了,上面的路径还没有完整的部分1.帮我试试吧!
<p>
<span id='0'>??u</span>
<span id='1'>tiên</span>
<span id='2'>xin</span>
<span id='3'>kh?ng</span>
<span id='4'>??nh</span>
<span id='5'>cái</span>
<span id='6'>chuy?n</span>
</p>
Run Code Online (Sandbox Code Playgroud)
我想选择跨度为id 2到5.我想用a包装所有()它们 <span class="wrap">
$("seletedspans").wrapAll("<span class="wrap"></span")
Run Code Online (Sandbox Code Playgroud)
怎么做?