Canvas drawings, like lines, are blurry

前端 未结 10 949
野的像风
野的像风 2020-11-27 15:15

I have a

and canvas, which is drawn using:

context.lineWidth = 1;
context.strokeStyle = \"gray\         


        
10条回答
  •  一整个雨季
    2020-11-27 15:48

    I found that setting the canvas size in CSS caused my images to be displayed in a blurry manner.

    Try this:

    
    

    as per my post: HTML Blurry Canvas Images

提交回复
热议问题