Fix: remove text stroke from normal text

This commit is contained in:
2019-06-09 00:30:29 +09:00
parent 1f5f87c361
commit 4026f637b7
+1 -1
View File
@@ -72,7 +72,7 @@ RankingText.prototype.resetText = function(text) {
text.text = "";
text.fill = "#ffffff";
text.stroke = "#888888";
text.strokeThickness = 2;
text.strokeThickness = 0;
};
RankingText.prototype.reset = function() {