Ian Jauslin
summaryrefslogtreecommitdiff
blob: a1cba3bc56bf2727206ba7f06c10e2ec9a2ab0fa (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](2.5,2.5)--++(1,0)--++(0,2)--++(-1,0)--cycle;

\grid{5}{8}{(-0.5,-0.5)}

\cross{teal}{(2,2)}
\cross{teal}{(2,5)}

\end{tikzpicture}
\end{document}