In TikZ, how do you change the position of the "highlight" in the shading of a circle, such as
\documentclass{article}
\usepackage{tikz}
\begin{document}
\tikz \shade[ball color=red] (0,0) circle (1);
\end{document}
so that the highlight appears in the exact middle of the circle? The default position of the highlight seems to be a bit to the northwest.
\documentclass{...}, the required\usepackage's,\begin{document}, and\end{document}. That may seem tedious to you, but think of the extra work it represents for TeX.SX users willing to give you a hand. Help them help you: remove that one hurdle between you and a solution to your problem. – dexteritas Sep 04 '17 at 17:43