diff --git a/TODO.md b/TODO.md index 98a1c52..6fc80c0 100644 --- a/TODO.md +++ b/TODO.md @@ -86,8 +86,8 @@ ## bugs Chrome on iPhone -- [ ] emojis not rendering at all -- [x] pull-to-refresh is not prevented +- [x] emojis not rendering at all - https://github.com/mozilla/twemoji-colr/issues/50 +- [x] pull-to-refresh is not prevented - https://stackoverflow.com/a/57215061 - [ ] css media query is not updating ("rotate phone") - [x] win screen: blur is not working - [ ] win screen: buttons are not working? diff --git a/src/gfx.ts b/src/gfx.ts index 960b13d..d6796d3 100644 --- a/src/gfx.ts +++ b/src/gfx.ts @@ -311,7 +311,7 @@ class Gfx ctx.font = (PRERENDER_SIZE * 0.95) + "px twemoji"; ctx.textAlign = "center"; ctx.textBaseline = "middle"; - ctx.fillText(index, PRERENDER_SIZE / 2, PRERENDER_SIZE / 2); + ctx.fillText(index, PRERENDER_SIZE / 2, PRERENDER_SIZE * 0.7); this.prerenderedStuffs[index] = canvas; } diff --git a/src/twemoji.ttf b/src/twemoji.ttf index 6091c67..600f28e 100644 Binary files a/src/twemoji.ttf and b/src/twemoji.ttf differ