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

\usepackage{tikz}
\usepackage{shapes}

\begin{document}
\begin{tikzpicture}
\grid{10}{10}{(-0.5,-0.5)}

\cross{teal}{(5,5)}
\cross{teal}{(4,2)}
\cross{teal}{(7,2)}
\cross{teal}{(3,8)}
\cross{teal}{(1,7)}
\end{tikzpicture}
\end{document}