removed unwanted comment
Co-authored-by: timvisee <tim@visee.me>
This commit is contained in:
parent
0eda8d2082
commit
e53571e219
|
@ -31,7 +31,7 @@ module.exports.updateFavicon = function(percentageString) {
|
||||||
context.beginPath();
|
context.beginPath();
|
||||||
context.arc(0, 0, radius, 0, Math.PI * 2 * percent, false);
|
context.arc(0, 0, radius, 0, Math.PI * 2 * percent, false);
|
||||||
context.strokeStyle = color;
|
context.strokeStyle = color;
|
||||||
context.lineCap = 'square'; // butt, round or square
|
context.lineCap = 'square';
|
||||||
context.lineWidth = lineWidth;
|
context.lineWidth = lineWidth;
|
||||||
context.stroke();
|
context.stroke();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue