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