Question

I have this shaded circle:

\shade [ball color=black!80!white] (0,0) circle (1);

Is it possible to encapsulate it with node style?
(Including fixing circle radius?)

Was it helpful?

Solution

\node[shade,shading=ball,circle,ball color=black!80!white,minimum size=1cm] {};

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top