문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top