changed 100/100 to 1
Co-authored-by: timvisee <tim@visee.me>
This commit is contained in:
parent
305dd2f5ef
commit
0acdf3a720
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ module.exports.updateFavicon = function(percentageString) {
|
||||||
};
|
};
|
||||||
|
|
||||||
const drawNewFavicon = function() {
|
const drawNewFavicon = function() {
|
||||||
drawCircle('#efefef', lineWidth, 100 / 100);
|
drawCircle('#efefef', lineWidth, 1);
|
||||||
drawCircle(color, lineWidth, percentage / 100);
|
drawCircle(color, lineWidth, percentage / 100);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue