Ian Jauslin
summaryrefslogtreecommitdiff
blob: 9ef3990f28ff2fc8918de2b866340073ce63c259 (plain)
1
2
3
4
5
6
7
8
9
10
11
\documentclass{standalone}

\usepackage{tikz}
\usepackage{shapes}

\begin{document}
\begin{tikzpicture}
\grid34{(-1,-2)}
\Ppentomino{teal}{(0,0)}
\end{tikzpicture}
\end{document}