Guest User

Untitled

a guest
Jul 13th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.36 KB | None | 0 0
  1. \begin{center}
  2. \begin{tikzpicture}
  3.  
  4. \uncover{1-2}{
  5.     \draw (0, 0) rectangle (2, 2);
  6.     \node at (1.0, 1) {Object};
  7.    
  8.     \draw[dashed, ->] (-1, 1.3) -- (0, 1.3);
  9.     \draw[dashed, ->] (-1, 1.8) -- (0, 1.8);
  10.     \draw[dashed, ->] (-1, 0.5) -- (0, 0.5);}
  11.  
  12. \uncover{1}{
  13.     \draw[->] (-1, 1) -- (0, 1);
  14.     \draw[->] (-1, 1.5) -- (0, 1.5);}
  15.  
  16. \end{tikzpicture}
  17. \end{center}
Add Comment
Please, Sign In to add comment