mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
No need to set text fillColor to black anymore, as it's the default now.
This commit is contained in:
parent
937a9def77
commit
23a0db603f
1 changed files with 0 additions and 2 deletions
|
@ -113,7 +113,6 @@
|
|||
var text = new PointText(center
|
||||
+ through.normalize(radius + 10) + new Point(0, 3));
|
||||
text.content = Math.floor(vector.angle * 100) / 100 + '\xb0';
|
||||
text.fillColor = 'black';
|
||||
items.push(text);
|
||||
}
|
||||
}
|
||||
|
@ -151,7 +150,6 @@
|
|||
text.justification = 'center';
|
||||
value = value || vector.length;
|
||||
text.content = (prefix || '') + Math.floor(value * 1000) / 1000;
|
||||
text.fillColor = 'black';
|
||||
items.push(text);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue