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 Aug 8, 2023. It is now read-only.
Per #5727 (comment), runtime styling API documentation comments measure screen distances in “pixels” and “px”. This is incorrect on Apple platforms, where the fundamental screen unit is a point and there are 2–3 pixels to a point. We should replace any occurrence of “pixel” or “px” in the documentation with “point” and “pt”, respectively.
Per #5727 (comment), runtime styling API documentation comments measure screen distances in “pixels” and “px”. This is incorrect on Apple platforms, where the fundamental screen unit is a point and there are 2–3 pixels to a point. We should replace any occurrence of “pixel” or “px” in the documentation with “point” and “pt”, respectively.
/cc @frederoni
The text was updated successfully, but these errors were encountered: