@@ -200,7 +200,7 @@
if(endAngle <= startAngle){
return;
}
- context.lineWidth = 46;
+ context.lineWidth = 48;
context.strokeStyle = color;
context.beginPath();
context.arc(CENTER_X, CENTER_Y, radius, startAngle, endAngle, false);