We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130a277 commit c221189Copy full SHA for c221189
client/src/playback/Bodies.ts
@@ -436,12 +436,12 @@ export class Body {
436
ctx.font = '0.5px serif'
437
ctx.fillStyle = this.team.color
438
ctx.textAlign = 'right'
439
- ctx.textBaseline = 'top'
440
ctx.shadowColor = 'black'
441
ctx.shadowBlur = 10
442
ctx.fillText(numeral, coords.x + 1 - 0.05, coords.y + 0.4)
443
ctx.shadowColor = ''
444
ctx.shadowBlur = 0
+ ctx.textAlign = 'start'
445
}
446
447
public getInterpolatedCoords(match: Match): Vector {
0 commit comments