I've been doing this:
Open Inkscape, draw a line and set the color, size etc that I want. Then go to "edit -> XML Editor" and copy/paste my coordinates with an "M" in front of them from a text file
Code: Select all
M 110,650 590,350
M 10,50 570,30
etc...
This works perfectly - but is there a way to automate it further - ie pass that text file of coordinates to inkscape from the terminal and produce a svg or png without ever opening inkscape? Or is there a better tool for this job?
Thanks,
Dave