- #1
- 16,336
- 258
Last time I asked for 5 congruent pieces.
This time I'm only asking for 2.
\begin{tikzpicture}[ultra thick]
\draw (0,0) -- (-5,0) -- (-5,5);
\draw[rotate=-90] (0,0) -- (-5,0) -- (-5,5);
\draw (-5,5) arc (135:45:{5*sqrt(2)});
\end{tikzpicture}
This time I'm only asking for 2.
\begin{tikzpicture}[ultra thick]
\draw (0,0) -- (-5,0) -- (-5,5);
\draw[rotate=-90] (0,0) -- (-5,0) -- (-5,5);
\draw (-5,5) arc (135:45:{5*sqrt(2)});
\end{tikzpicture}