From a92fb903d802d60cb61d182f6c87398b388160a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lumi=C3=A8re=20=C3=89lev=C3=A9?= <88174309+PoneyClairDeLune@users.noreply.github.com> Date: Fri, 2 Aug 2024 11:10:42 +0000 Subject: [PATCH] Raised the canvas text position by one pixel... In the pixel correction profile of macOS. I swear Tim Apple deliberately made the font engine there tricky to work with... --- src/cambiare/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cambiare/index.mjs b/src/cambiare/index.mjs index 2f9d058..51d44f2 100644 --- a/src/cambiare/index.mjs +++ b/src/cambiare/index.mjs @@ -82,7 +82,7 @@ const pixelProfiles = { }, "macos": { "font4": [2, 0], - "cfont4": [2, 0], + "cfont4": [1, 0], "font7": [0, 0] }, "chromium": {