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

\usepackage{tikz}
\usepackage{shapes}

\begin{document}
\begin{tikzpicture}
\grid33{(-1,-1)}
\Vtriomino{cyan}{(0,0)}
\end{tikzpicture}
\end{document}