edemaine / svgtiler

Tool for drawing diagrams on a grid, combining grids of SVGs into a big SVG figure
MIT License
58 stars 6 forks source link

svgtiler makes PDFs with -p -j, but doesn't with -j -p #25

Closed jbosboom closed 6 years ago

jbosboom commented 6 years ago

I guess this is because -p was considered an argument to -j, but in that case I'd expect to receive an error complaining that -p isn't a number. Similarly, svgtiler -p -j witness.coffee squares_stars.xlsx spews errors because witness.coffee isn't read.

make seems to process non-numeric arguments to -j as normal options or target names instead of swallowing them, which primes my expectations.