Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. tikzset{
  2. bloc/.style={
  3. anchor=south west,
  4. draw,
  5. minimum height=0.7cm,
  6. align=left,
  7. font=small
  8. },
  9. }
  10.  
  11.  
  12. begin{tikzpicture}
  13. node[bloc, minimum width=5.5cm,
  14. fading transform={xshift=-3cm},
  15. left color=green!60!black!80,
  16. right color=red!60]
  17. at (-9,0.5) {Initialize process};
  18. end{tikzpicture}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement