mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
@@ -33,7 +33,6 @@ module.exports.updateFavicon = function(percentageString) {
|
|||||||
context.strokeStyle = color;
|
context.strokeStyle = color;
|
||||||
context.lineCap = 'square'; // butt, round or square
|
context.lineCap = 'square'; // butt, round or square
|
||||||
context.lineWidth = lineWidth;
|
context.lineWidth = lineWidth;
|
||||||
context.textAlign = 'center';
|
|
||||||
context.stroke();
|
context.stroke();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user