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
When using Tremula with the Pinterest layout in Chrome I get blurry text/content in grid items. Seems to be related to it's sub-pixel positioning. (ie. transform: translate3d(63.5px, 176.952176112737px, 0px); ).
Any ideas on how to best fix this?
Thanks!
The text was updated successfully, but these errors were encountered:
Yes, I have seen this behavior but it's not consistent and not really necessarily related to sub-pixel placement.
Take a look at the screenshot below -- these items are ultimately calculated and assigned the same way as the Pinterest layout-- here is the url:
This screenshot was taken with the following configuration...
The environment is chrome on OS X with a retina screen
The font is Helvetica.
The font-smoothing is default.
If in your case, if it's caused by the OS or Screen resolution then you may be able to improve things by using different fonts, font sizes or rendering settings.
Let me know what your config is -- maybe I can try to replicate that here.
When using Tremula with the Pinterest layout in Chrome I get blurry text/content in grid items. Seems to be related to it's sub-pixel positioning. (ie. transform: translate3d(63.5px, 176.952176112737px, 0px); ).
Any ideas on how to best fix this?
Thanks!
The text was updated successfully, but these errors were encountered: