Pergunta

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?)

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top