The canvas element was using default size of 300x150.
CSS displayed the element at 400x400, causing some visual artifacts.
This commit explicitly sets the canvas dimensions to 200x200.
This keeps the number of canvas pixels about the same.
The canvas element was using default size of 300x150.
CSS displayed the element at 400x400, causing some visual artifacts.
This commit explicitly sets the canvas dimensions to 200x200.
This keeps the number of canvas pixels about the same.