Filed under HTML5 / JavaScript

Grid generator for <canvas>

by

Here’s a snippet of code that creates a grid in the <canvas> tag using JavaScript. It’s just a quick little experiment but I thought I’d share it with you.

I added the draw command to a loop that moves around the grid’s starting point just for fun.

See it in action.