kad icon indicating copy to clipboard operation
kad copied to clipboard

EPS files not created

Open russtoku opened this issue 3 years ago • 0 comments

When I add EPS file creation to the example usage program on the README.md page, I get errors like this:

ERROR: could not create EPS file for: usage_example, switch | exit status 1

I added this line to the example usage program before the cad.Draw() line:

cad.Result.Formats = append(cad.Result.Formats, []string{"eps"}...)

russtoku avatar May 25 '21 21:05 russtoku