Clinton Dreisbach

Programmer, musician, game designer.
  • Articles
  • Notes
  • Games
  • Projects
  • About

16 Aug 2018

I got bit hard by a bug when making a canvas-based web game today. I forgot to call context.beginPath() after drawing some lines, and as I found out on Stack Overflow, this will kill your framerate.

Permalink

© 2019 Clinton Dreisbach