Andreaierardi 4b2dc8b037 dataset
2020-05-25 16:25:06 +02:00

7 lines
218 B
TeX

\documentclass[tikz]{standalone}
\begin{document}
\begin{tikzpicture}
\draw[shading = ball] (0, 0) circle (2);
\draw[shading = ball] (5, 0) circle (2);
\end{tikzpicture}
\end{document}