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
The subtitle was being aligned to sub-pixel Y positions due to anchors
being continious. This caused aliasing in the text. This fixes the issue
by manually calculating the y-coordinate rather than using anchors and
rounding the result.
0 commit comments