Skip to content

Commit

Permalink
Raised the canvas text position by one pixel...
Browse files Browse the repository at this point in the history
In the pixel correction profile of macOS. I swear Tim Apple deliberately made the font engine there tricky to work with...
  • Loading branch information
PoneyClairDeLune committed Aug 2, 2024
1 parent b57830d commit a92fb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cambiare/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const pixelProfiles = {
},
"macos": {
"font4": [2, 0],
"cfont4": [2, 0],
"cfont4": [1, 0],
"font7": [0, 0]
},
"chromium": {
Expand Down

0 comments on commit a92fb90

Please sign in to comment.