Open trymnilsen opened 1 year ago
Correct the y-offset
this.screenPosition.x +
this._textAlignmentOffset.x +
this.padding.left,
//TODO(#11): Correct the y-offset
y:
this.screenPosition.y +
this._textAlignmentOffset.y +
Seems like the measuring of the height of text is slightly of. This causes the alignment to not be centered.