fork download
  1. \documentclass[dvipdfmx,margin=2mm]{standalone}
  2. \usepackage{tikz}
  3. \begin{document}
  4.  
  5. \begin{tikzpicture}
  6. \draw [help lines] (0,0) grid (12,12);
  7. \draw [help lines,dashed] (0,12) -- (12,0);
  8. \draw [help lines,dashed] (1,12) -- (12,1);
  9. \draw [help lines,dashed] (2,12) -- (12,2);
  10. \draw [help lines,dashed] (3,12) -- (12,3);
  11. \draw [help lines,dashed] (4,12) -- (12,4);
  12. \draw [help lines,dashed] (5,12) -- (12,5);
  13. \draw [help lines,dashed] (6,12) -- (12,6);
  14. \draw [help lines,dashed] (7,12) -- (12,7);
  15. \draw [help lines,dashed] (8,12) -- (12,8);
  16. \draw [help lines,dashed] (9,12) -- (12,9);
  17. \draw [help lines,dashed] (10,12) -- (12,10);
  18. \draw [help lines,dashed] (11,12) -- (12,11);
  19.  
  20. \draw [ultra thick] (0,9) -- (3,9) -- (4,8) -- (5,8) -- (6,7) -- (8,7) -- (9,11) -- (10,11) -- (11,10);
  21. \end{tikzpicture}
  22.  
  23. \end{document}
  24.  
  25.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty