approachRuleBResolve.tex 550 B

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