Guest User

Untitled

a guest
Mar 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. documentclass[tikz, border=10pt]{standalone}
  2. begin{document}
  3.  
  4. tikz{path[fill, left color=white, right color=black!10] (0, 0) -- (1, 1) -- (1, 3) -- (0, 4) -- cycle;}
  5.  
  6. end{document}
Add Comment
Please, Sign In to add comment