approachRuleB.tex 485 B

12345678910111213
  1. \definecolor{myblue}{HTML}{0000FF}
  2. \begin{tikzpicture}[>=latex, node distance=1cm, on grid, auto]%, scale=0.6, transform shape]
  3. \node (S2) [rectangle, minimum size=0.5mm] {};
  4. \path (S2.east)+(0.25,-1) node (B1) [draw, regular polygon, regular polygon
  5. sides=5, minimum size=1cm, color=myblue] {}; %{B};
  6. \path[-,color=myblue] (S2) edge (B1);
  7. \path (S2.west)+(-1,-0.5) node (arrow) [minimum size=0.5cm] {$\longrightarrow$};
  8. \path (arrow.west)+(-0.5,0) node (B) {B};
  9. \end{tikzpicture}