Guest User

Untitled

a guest
May 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. documentclass[tikz,margin=5pt]{standalone}
  2. usetikzlibrary{fadings}
  3. tikzfading[name=fade right,
  4. left color=transparent!0,
  5. right color=transparent!100]
  6. begin{document}
  7. begin{tikzpicture}
  8. fill [red,path fading=fade right] (-1,-1) rectangle (1,1);
  9. end{tikzpicture}
  10. end{document}
Add Comment
Please, Sign In to add comment