keyboardio / Chrysalis

Graphical configurator for Kaleidoscope-powered keyboards
https://github.com/keyboardio/Chrysalis#chrysalis
GNU General Public License v3.0
496 stars 64 forks source link

fix corner artifacts on M100 keymap #1214

Closed tlyu closed 2 years ago

tlyu commented 2 years ago

Some SVG paths didn't have exactly overlapping start and end points, so when drawn with the now-thickened outlines, artifacts were visible on the corners. Some of these seem due to cumulative roundoff errors from the relative path elements.

Fixes #1141.