I\'m trying to allow the user to draw a rectangle on the canvas (like a selection box). I\'m getting some ridiculous results, but then I noticed that even just trying the co
The blurry problem will happen if you use css to set the canvas height and width instead of setting height and width in the canvas element.
RIGHT WAY -- SHARP LINES