Actually draw number

This commit is contained in:
Matt McWilliams 2023-02-11 19:23:39 -05:00
parent 45af6406da
commit 95f93eabc9
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ for i in {0..3} ; do
echo "Drawing registration marks ${i}..."
bash position.sh set
ax guides/guide_marks.svg
name="${i}"
number=`mktemp`.svg
node ./numbers/ -n "${name}" -o "${number}"
ax "${number}"