index size error
INDEX_SIZE_ERR: DOM Exception 1 – HTML Canvas
Lately, I have been working with the fancy HTML 5 canvas element. One of the errors that I encountered during development was this oddity: Uncaught Error: INDEX_SIZE_ERR: DOM Exception 1 After making sure every value was absolutely defined in the code and still getting the error, I was stumped. I asked on twitter what causes [...]