removed unsed code
Co-authored-by: timvisee <tim@visee.me>
This commit is contained in:
parent
1cd4adfc2a
commit
0eda8d2082
|
@ -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();
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue