star-shaped-domain.tex 318 B

123456
  1. \begin{tikzpicture}[thick]
  2. \tikzstyle{point}=[circle,thick,draw=black,fill=black,inner sep=0pt,minimum width=4pt,minimum height=4pt]
  3. \draw[fill=orange!20] (-2,0) -- (-1,0.5) -- (0,2) -- (1,0.5) -- (2,0) -- (1,-0.5) -- (0,-2) -- (-1,-0.5) -- cycle;
  4. \node (a)[point,label=$x$] at (0,0) {};
  5. \end{tikzpicture}