Fix: HistoryText color
This commit is contained in:
@@ -28,9 +28,9 @@ HistoryText.prototype.makeRecordText = function(x, y) {
|
||||
|
||||
HistoryText.prototype.resetText = function(text) {
|
||||
text.text = "";
|
||||
text.fill = "#ffffcc";
|
||||
text.stroke = "#888888";
|
||||
text.strokeThickness = 2;
|
||||
text.fill = "#ffffaa";
|
||||
// text.stroke = "#888888";
|
||||
// text.strokeThickness = 2;
|
||||
};
|
||||
|
||||
HistoryText.prototype.reset = function() {
|
||||
|
||||
Reference in New Issue
Block a user