6 lines
161 B
TeX
Raw Normal View History

2020-04-11 23:48:53 +02:00
\documentclass[tikz]{standalone}
\begin{document}
\begin{tikzpicture}
\draw[shading = ball] (0, 0) circle (2);
\end{tikzpicture}
\end{document}