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

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