<div dir="auto"><div>You have to use the various snapping modes to get it exact. There are various ways to do it but snap-to-grid is the easiest to understand.<div dir="auto"><br></div><div dir="auto">Once you have the whole thing you can group them (Ctrl-G) and move them around as one object if you need to.</div><div dir="auto"><br></div><div dir="auto">Definitely easier than Tikz!</div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 18 May 2019, 10:25 Nasser M. Abbasi via Ipe-discuss, &lt;<a href="mailto:ipe-discuss@lists.science.uu.nl">ipe-discuss@lists.science.uu.nl</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I tried this. But it did not lookgood. The new ellipse I draw<br>
behind them (without an edge, just fill) never comes exactly<br>
the exact right shape to fit well inside those outer two arcs.<br>
<br>
I ended doing this in tikz, it was simpler actually.<br>
<br>
-------------------<br>
\documentclass[tikz]{standalone}<br>
\usetikzlibrary{shapes}<br>
\begin{document}<br>
\begin{tikzpicture}<br>
\def\xR{1.25}; %x radius of ellipse<br>
\def\yR{0.5};  %y radius of ellipse<br>
\draw [dashed,domain=0:180] plot ({\xR*cos(\x)}, {\yR*sin(\x)}); %top half<br>
\draw [domain=-180:0] plot ({\xR*cos(\x)}, {\yR*sin(\x)}); %bottom half<br>
\fill[gray!20] (0,0) ellipse ({\xR} and {\yR}); %overlay with ellipse<br>
\end{tikzpicture}<br>
\end{document}<br>
-----------------<br>
<br>
--Nasser<br>
<br>
<br>
On 5/18/2019 2:27 AM, Alexander Wolff wrote:<br>
&gt; to me the obvious solution of your problem is to leave the two<br>
&gt; semi-circles as they are (one dashed, one solid) and to add behind<br>
&gt; them a filled disk without boundary, no?<br>
&gt; <br>
&gt; sascha<br>
&gt; <br>
&gt; <br>
&gt; On 18.05.19 02:27, Nasser M. Abbasi via Ipe-discuss wrote:<br>
&gt;&gt; I&#39;ve been struggling with this basic task.<br>
&gt;&gt;<br>
&gt;&gt; I simply want to draw a circle, but make the top half<br>
&gt;&gt; perimeter dashed, and the bottom half perimeter remain<br>
&gt;&gt; solid as default, and then fill it inside with some color.<br>
&gt;&gt;<br>
&gt;&gt; This is what I tried: Draw the top half using menu<br>
&gt;&gt; option &quot;Circular arc&quot; OK. Now make a copy of it Ok.<br>
&gt;&gt; Now flip the copy upside down using<br>
&gt;&gt; &quot;Iplets-&gt;Goodies-&gt;Mirror vertically&quot; OK. Now change the<br>
&gt;&gt; top half to dashed OK.  Now using the mouse move the top<br>
&gt;&gt; half to touch the top half arc. OK.<br>
&gt;&gt;<br>
&gt;&gt; Now comes the problem. I want to join these two. But when<br>
&gt;&gt; I select the top and bottom arcs then -&gt;right click-&gt;Join path,<br>
&gt;&gt; the top arc edge suddenly change from dashed back to solid !<br>
&gt;&gt;<br>
&gt;&gt; I need to join the path, because I want to fill the circle with<br>
&gt;&gt; a color and if the path is not joined, then can&#39;t do fill with<br>
&gt;&gt; color.<br>
&gt;&gt;<br>
&gt;&gt; This problem actually happen in other shapes. If I want to make<br>
&gt;&gt; triangle or square with one or two edges dashed, and also want to<br>
&gt;&gt; fill it inside. can&#39;t do it.<br>
&gt;&gt;<br>
&gt;&gt; Since once I join path, all edges turn to dashed instead.  I guess<br>
&gt;&gt; one can&#39;t join path with lines that have different styles?<br>
&gt;&gt;<br>
&gt;&gt; Any suggestion what else to try?<br>
&gt;&gt;<br>
&gt;&gt; IPE 7.2.7 on windows 10<br>
&gt;&gt;<br>
&gt;&gt; Thanks<br>
&gt;&gt; --Nasser<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Ipe-discuss mailing list<br>
&gt;&gt; <a href="mailto:Ipe-discuss@lists.science.uu.nl" target="_blank" rel="noreferrer">Ipe-discuss@lists.science.uu.nl</a><br>
&gt;&gt; <a href="https://mailman.science.uu.nl/mailman/listinfo/ipe-discuss" rel="noreferrer noreferrer" target="_blank">https://mailman.science.uu.nl/mailman/listinfo/ipe-discuss</a><br>
&gt;&gt;<br>
&gt; <br>
<br>
_______________________________________________<br>
Ipe-discuss mailing list<br>
<a href="mailto:Ipe-discuss@lists.science.uu.nl" target="_blank" rel="noreferrer">Ipe-discuss@lists.science.uu.nl</a><br>
<a href="https://mailman.science.uu.nl/mailman/listinfo/ipe-discuss" rel="noreferrer noreferrer" target="_blank">https://mailman.science.uu.nl/mailman/listinfo/ipe-discuss</a><br>
</blockquote></div></div></div>