font changes
This commit is contained in:
parent
b50790f089
commit
63209499ac
@ -360,7 +360,7 @@ drawRectangle(file)
|
||||
// context.save();
|
||||
/// text color
|
||||
// get width of text
|
||||
context.font = "bold 75px Arial";
|
||||
context.font = "bold 75px Times New Roman";
|
||||
var width = context.measureText(this.similarity+'%').width;
|
||||
var height = context.measureText(this.similarity+'%').height;
|
||||
context.fillStyle = 'rgb(255 255 255 / 70%)';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user