Fix: remove text stroke from normal text
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user