diff options
Diffstat (limited to 'figs/shapes.fig/T_tetromino.tikz.tex')
-rw-r--r-- | figs/shapes.fig/T_tetromino.tikz.tex | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/figs/shapes.fig/T_tetromino.tikz.tex b/figs/shapes.fig/T_tetromino.tikz.tex new file mode 100644 index 0000000..087e809 --- /dev/null +++ b/figs/shapes.fig/T_tetromino.tikz.tex @@ -0,0 +1,11 @@ +\documentclass{standalone} + +\usepackage{tikz} +\usepackage{shapes} + +\begin{document} +\begin{tikzpicture} +\grid34{(-1,-2)} +\Ttetromino{teal}{(0,0)} +\end{tikzpicture} +\end{document} |