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
{{ message }}
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
I've found bug in ASTextNode when running on iPhone 6 Plus simulator. For some strings calculatedSize is slightly too large, which causes view to stretch. This results in blurry text and (probably) performance decrease.
calculatedSize returned by first node is: {286.33334350585938, 45.666667938232422}.
Second node's size was set manually to correct value which is: {286.33333333333331, 45.666666666666664}.
The text was updated successfully, but these errors were encountered:
I've found bug in ASTextNode when running on iPhone 6 Plus simulator. For some strings calculatedSize is slightly too large, which causes view to stretch. This results in blurry text and (probably) performance decrease.
Here is example project which demonstrates issue: https://github.com/Jercik/ASTextStretch. After enabling "Color Misaligned Images" you can see that first text node is stretched:
calculatedSize returned by first node is: {286.33334350585938, 45.666667938232422}.
Second node's size was set manually to correct value which is: {286.33333333333331, 45.666666666666664}.
The text was updated successfully, but these errors were encountered: