Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. newcommand{valve}[2]{%
  2. begin{scope}[shift={(-1,-0.5)}]
  3. draw[fill=white] (0+#1,0+#2) -- (2+#1,1+#2) -- (2+#1,0+#2) -- (0+#1,1+#2) -- (0+#1,0+#2);
  4. end{scope}
  5. }
  6.  
  7. valve{2}{16};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement