question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Blurry content (text)

See original GitHub issue

CodePen demo

https://codepen.io/anon/pen/JayXEE

Steps to reproduce the problem

  1. View demo on Chrome 68 (Windows 10).
  2. Hover the refEl.
  3. Observe the blurry tooltip text.
  4. In case the problem doesn’t occur, I should further desribe my specs. I’m on a laptop with screen dimensions of 1920x1080 at scale %125.

What is the expected behavior?

Text should look clear, free of distortion (blur).

What went wrong?

Text looks blurry on Chrome 68.

Any other comments?

transform: translate3d(498px, 78px, 0px); seems to cause the problem. Using left and top instead of transform solves the problem. So I’m wondering is there a particular reason behind using transform instead of left and top? If the reason is arbitrary, it’d be nice to have it optional.

PS: This might be a Chrome specific problem. Text looks all right in Firefox.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
FezVrastacommented, May 14, 2019

We already round/ceil the values

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Create a Blurry Text in CSS - W3docs
The first way of creating a blurred text is making your text transparent and applying shadow to it. The shadow will make the...
Read more >
How to View Blurred Text on Websites - Lifewire
Blurred text indicates a paywall is present, meaning the site wants you to sign up to view the content. · One way to...
Read more >
Fix text that isn't displaying properly - Google Chrome Help
Text looks fuzzy or blurry (Windows only). If text doesn't look clear on your computer, try changing your font settings. Step 1: Use...
Read more >
How to Unblur Text: 3 Easy Ways to Make Blurred Text Clear
This article will walk you through how to unblur text from websites and images in 3 effective ways, to help you make the...
Read more >
How to fix blurry text in Windows 10? - ugetfix.com
1. Update graphics drivers · 2. Turn on the blurry fixing option to fix blurry text in Windows 10 · 3. Check for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found