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

Use svgo float #16

Open tschwery opened 5 years ago

tschwery commented 5 years ago

I tried to use the upstream github.com/ajstarks/svgo/float package for the SVG generation instead of your fork. It seems like the tests produce the same output.

I don't know if you would be interested, it seems like the discussions on the svgo issues about this led to nowhere and died out ?

I also added a simple cli tool based on the readme example to generate files based on a json configuration file to facilitate testing of small variations.

kbrock commented 4 years ago

I just created a similar cli. Since I'm not to proficient in go it took a little while.

Is it possible to merge the cli part? I'd imagine many others are doing this same exercise Not sure about the other change. Think that is what pointing to the float branch is for