Ian Jauslin
summaryrefslogtreecommitdiff
blob: 8e50f1990a86fefcdee783b192a41aa40865c722 (plain)
1
2
3
4
5
6
7
8
9
10
11
\documentclass{standalone}

\usepackage{tikz}
\usepackage{shapes}

\begin{document}
\begin{tikzpicture}
\grid{15}{15}{(-7.5,-7.5)}
\thickcross{teal}{(0,0)}3
\end{tikzpicture}
\end{document}