Ian Jauslin
summaryrefslogtreecommitdiff
blob: b63a58de43472be372ae882221698eb695b57c48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\documentclass{standalone}

\usepackage{tikz}
\usepackage{shapes}

\begin{document}
\begin{tikzpicture}

\fill[color=red](-1,1)--++(0,5)--++(2,0)--++(0,-5)--cycle;

\grid{8}{15}{(-4,-4)}

\ttsquare{teal}{(0,0)}
\ttsquare{teal}{(0,7)}

\end{tikzpicture}
\end{document}