0
Why the border of the circle drawn in canvas is not complete and clear ?
4 Answers
+ 1
Try setting a higher line width
c.lineWidth = 2;
+ 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
0
that works thanks... what s the logic behind that ? m new 2 canvas
0
thnx a lot