24
1
Fork 0

removed unsed code

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

View File

@ -33,7 +33,6 @@ module.exports.updateFavicon = function(percentageString) {
context.strokeStyle = color;
context.lineCap = 'square'; // butt, round or square
context.lineWidth = lineWidth;
context.textAlign = 'center';
context.stroke();
};