24
1
Fork 0

changed 100/100 to 1

Co-authored-by: timvisee <tim@visee.me>
This commit is contained in:
Ashesh Vidyut 2019-03-21 00:45:24 +05:30 committed by timvisee
parent 305dd2f5ef
commit 0acdf3a720
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
1 changed files with 1 additions and 1 deletions

View File

@ -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);
};