You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zooming in on the dot, it looks like some of the curve handles are not tangent when they should be:
By removing some of the Math.floor calls here, we were able to make the dot round, and match Opentype's output.
Are those there to solve something else?
But how do we tell how it should actually look like? Did you try to render the dot in any other program, that is not Opentype.js or Typr.js ? I am not able to install your font on Windows 10 :(
Using American Typewriter (Light).ttf we noticed some subtle differences between Opentype.js (pink) and Typr (black).
Zooming in on the dot, it looks like some of the curve handles are not tangent when they should be:
By removing some of the
Math.floor
calls here, we were able to make the dot round, and match Opentype's output.Are those there to solve something else?
Typr.js/src/Typr.U.js
Line 266 in dad8e9d
Typr.js/src/Typr.U.js
Line 274 in dad8e9d
The text was updated successfully, but these errors were encountered: