ecj2 / momo

[NOT MAINTAINED / ABANDONED] A simple 2D game-making library written in JavaScript.
MIT License
1 stars 0 forks source link

Text is positioned incorrectly in Firefox #1

Closed ecj2 closed 7 years ago

ecj2 commented 7 years ago

Compared to Chrome and Opera, Firefox uses a different method of positioning text when textBaseline is set to top. This results in inconsistent text placement between browsers.

This is a known Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=737852