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

\usepackage{tikz}
\usepackage{shapes}

\begin{document}
\begin{tikzpicture}

\fill[color=red](0.5,2.5)--++(1,0)--++(0,3)--++(-1,0)--cycle;

\grid{6}{9}{(-0.5,-0.5)}

\cross{teal}{(2,2)}
\cross{teal}{(3,4)}
\cross{teal}{(2,6)}

\end{tikzpicture}
\end{document}