AuburnSounds/printed

Implement textBaseline

Closed this issue · 2 comments

p0nce commented

https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/textBaseline

Firefox and Chrome renders them differently, Chrome looks more correct.

p0nce commented

In SVG, Firefox doesn't implement text baseline properly. In chrome, inconsistency for 'middle' between Canvas and SVG.

p0nce commented

Done, with a Y offset. Fixed font sizing too.