approachRuleSeqResolve.tex 675 B

12345678910111213141516
  1. \definecolor{mygreen}{HTML}{129d1c}
  2. \definecolor{myred}{HTML}{d01e1e}
  3. \begin{tikzpicture}[>=latex, node distance=1cm, on grid, auto]
  4. \node (S1) [draw, regular polygon, regular polygon sides=3, minimum
  5. size=1cm, shape border rotate=180, color=mygreen] {}; %{;};
  6. \path (S1.west)+(-0.5,-1) node (A2) [draw, circle, minimum size=0.5mm, dashed, color=myred] {};
  7. \path (S1.east)+(0.5,-1) node (S2) [draw, rectangle, minimum size=0.5mm, color=mygreen] {};
  8. \path[-,color=mygreen] (A2) edge (S1);
  9. \path[-,color=mygreen] (S1) edge (S2);
  10. \path (S1.west)+(-1,-0.25) node (arrow) [minimum size=0.5cm] {$\longrightarrow$};
  11. \path (arrow.west)+(-0.5,0) node (seq) {;};
  12. \end{tikzpicture}