Ian Jauslin
summaryrefslogtreecommitdiff
blob: 5c827661bff03db985f315fd2b8216dca5f9e7e6 (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)}
\Ltetromino{teal}{(0,0)}
\end{tikzpicture}
\end{document}