Ian Jauslin
summaryrefslogtreecommitdiff
blob: 9fb62fc83bddc5d6351dad0664d03bd5c9ff55b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\documentclass{standalone}

\usepackage{tikz}
\usepackage{dimer}

\begin{document}
\begin{tikzpicture}

\fill[color=gray](1,0.5)--++(1,0)--++(0.5,0.5)--++(-0.5,0.5)--++(-1,0)--++(-0.5,-0.5)--cycle;
\draw[line width=15pt,color=gray](1,-2.5)--(1,1);
\grid{3}{5}{[color=lightgray](0,-3)}
\draw[color=black, line width=5pt](1,0.5)--++(1,0)--++(0.5,0.5)--++(-0.5,0.5)--++(-1,0)--++(-0.5,-0.5)--cycle;

\end{tikzpicture}
\end{document}