ying-yang

Il est possible de modifier et de compiler cet exemple :

\documentclass[border=10pt]{standalone}
\usepackage{tkz-euclide}
\begin{document}
  \begin{tikzpicture}
    \tkzDefPoint(0,0){O}
    \tkzDefPoint(-4,0){A}
    \tkzDefPoint(4,0){B}
    \tkzDefPoint(-2,0){I}
    \tkzDefPoint(2,0){J}
    \tkzDrawSector[fill=teal](O,A)(B)
    \tkzFillCircle[fill=white](J,B) 
    \tkzFillCircle[fill=teal](I,A) 
    \tkzDrawCircle(O,A) 
  \end{tikzpicture}
\end{document}