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
almost certainly because jagged mode snaps to pixels to avoid sub-pixel rendering. It must be snapping based on top-left corner of individual pixels, rather than their center. This would cause the off-by-one errors I see with it. (Radial is probably similarly affected)
The text was updated successfully, but these errors were encountered:
almost certainly because jagged mode snaps to pixels to avoid sub-pixel rendering. It must be snapping based on top-left corner of individual pixels, rather than their center. This would cause the off-by-one errors I see with it. (Radial is probably similarly affected)
The text was updated successfully, but these errors were encountered: