Actually draw number
This commit is contained in:
parent
45af6406da
commit
95f93eabc9
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue