Ian Jauslin
summaryrefslogtreecommitdiff
blob: 756f1e690ffe98c7ab9401cc74280f9779d55147 (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](2,0.5)--++(3,0)--++(1.5,1.5)--++(-1.5,1.5)--++(-3,0)--++(-1.5,-1.5)--cycle;
\fill[color=white](3,1.5)--++(1,0)--++(0.5,0.5)--++(-0.5,0.5)--++(-1,0)--++(-0.5,-0.5)--cycle;
\grid{7}{4}{[color=lightgray](0,0)}
\draw[color=black, line width=5pt](2,0.5)--++(3,0)--++(1.5,1.5)--++(-1.5,1.5)--++(-3,0)--++(-1.5,-1.5)--cycle;

\end{tikzpicture}
\end{document}