7 lines
218 B
TeX
Raw Normal View History

2020-05-25 16:25:06 +02:00
\documentclass[tikz]{standalone}
\begin{document}
\begin{tikzpicture}
\draw[shading = ball] (0, 0) circle (2);
\draw[shading = ball] (5, 0) circle (2);
\end{tikzpicture}
2020-05-12 10:55:02 +02:00
\end{document}