0

Why the border of the circle drawn in canvas is not complete and clear ?

https://code.sololearn.com/WyuQVZ7A6HfY/?ref=app

20th Oct 2018, 5:45 PM
Sumit Cheran
Sumit Cheran - avatar
4 ответов
+ 1
Try setting a higher line width c.lineWidth = 2;
20th Oct 2018, 5:54 PM
Burey
Burey - avatar
+ 1
If you remove lines 14/15 the problem is fixed Some more about this phenomena https://medium.com/wdstack/fixing-html5-2d-canvas-blur-8ebe27db07da
20th Oct 2018, 7:00 PM
Burey
Burey - avatar
0
that works thanks... what s the logic behind that ? m new 2 canvas
20th Oct 2018, 5:56 PM
Sumit Cheran
Sumit Cheran - avatar
0
thnx a lot
20th Oct 2018, 7:16 PM
Sumit Cheran
Sumit Cheran - avatar