swill / kad

Keyboard Automated Design (KAD) is a Golang library for designing mechanical keyboards
http://builder.swillkb.com
GNU Affero General Public License v3.0
232 stars 58 forks source link

EPS files not created #29

Open russtoku opened 3 years ago

russtoku commented 3 years ago

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"}...)