Ian Jauslin
summaryrefslogtreecommitdiff
blob: a23160620efe6fcde583d5b4a7b7ebcdf2d7c3ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\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;
\grid{3}{2}{[color=lightgray](0,0)}
\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}