Guest User

Untitled

a guest
Nov 23rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. documentclass[tikz,border=2mm]{standalone}
  2. usetikzlibrary{positioning}
  3.  
  4. begin{document}
  5. begin{tikzpicture}
  6. node (A) {includegraphics{hKBg1}};
  7. fill[white] ([shift={(1.5,0.5)}]A.south west) rectangle ([shift={(4,1.6)}]A.south west);
  8. end{tikzpicture}
  9. end{document}
Add Comment
Please, Sign In to add comment