Google Chrome - Images are blurred and pixelized - google-chrome

Please can you help me?
Some images in Google Chrome get pixelized as in this capture.
I have unistalled and reinstalled Chrome but this problem is happening again.

Related

Google Chrome: strange image artifacts (pixelated, broken)

I recently encountered a strange behavior in my Google Chrome browser.
Images appear pixelated and broken, but they appear on screenshots and get scrolled so it must be the browser and not my laptop. For example, google search:
Search icons get something like...distorted? Has anyone encountered that and maybe knows how to fix this?
Here's a work around: go to chrome://flags and disable GPU Rasterization.
You can use this link: chrome://flags/#enable-gpu-rasterization to get there.
Thanks to https://piunikaweb.com/2022/02/24/google-chrome-images-distorted-pixelated-after-latest-update-for-some/ for the tip
Same here. Not only icons but some large images as well
Ctrl+refresh seem to solve it
enter image description here
Turning off [GPU rasterization] and [hardware acceleration] is worked for me.
(Windows 10 + Chrome v101.x)
Turning off GPU rasterization
Go to chrome://flags
Select 'Disabled' right side of 'GPU rasterization'.
Restart browser.
Turning off hardware acceleration
Go to chrome://settings/system
Move switch off 'Use hardware acceleration when available'.
Restart browser.

Black border appear under the bookmark bar of the chrome?

So what confused me recently is that my chrome started appearing a black border under the bookmark bar of the browser.It happens whenever I open my chrome and maximize the window.Even restart the chrome it still appear.It looks like:
You can see the black border is too thick(just compare it with your chrome).
Only when I reduce the window size will it disappear.It looks like:
I have thought it might have something to do with CSS but I can't get any information from the dev tools.I have also turned to chrome community forum for help.Although there is someone alse who met the same problem,none of them know the cause.
Any ideas what might be causing this?Is it a bug?
Version: Google Chrome79.0.3945.79 (Official Build) m (64-bit)
OS: win10
what happens when opening another page? does it show it there?
Try changing the theme to black or another. see what results you get.
If it is related to google homepage only, then it's possibly something to do with getting viewport size and then the related scaling logic.

some Font Awesome icons not showing in Chrome

Some Font Awesome icons (v4.7) are not displayed in Chrome (not even in the fontawesome.com webpage) - plz see attachment. It seems the ::before is completely missing. The icons are correctly displayed in FireFox.
Please any ideas why this happens? Thanks.
Are you using Ad-Blocker or similar?
We had a user report this very same issue - most icons worked but share and share-alt icons wouldn't. Couldn't replicate the issue on Chrome until we figured the user had Ad-Blocker running. Got them to add the site to the whitelist and the problem went away.

white box in chrome covers page

I'm developing a website and today Google chrome has decided to show this big white box.
A week ago i didn't have this problem and i haven't changed the code since.
I don't have the problem in other browsers(ie and firefox).
Actually seems to be a problem with this monitor. I'm extending my laptop display and if i have the browser open on the laptop display there's no problem. But having it open on the monitor i get this big white box.
The only way i can get it to disappear on the monitor is if i zoom to 150%+.
Chrome is updated i even tried uninstalling and re installing.
Just curious has anyone else had this problem?
Any Fixes?
there is the image of what it looks like
http://postimage.org/image/kodmqafb5/
if you have download keeper enabled in extensions it's the reason for the white box atleast on mine anyways i just got rid of it and then chrome downloaded it again just get ri of it when it happens should fix your problem

ScaleRaphael Raphael scale bug in Google Chrome

I have an issue with ScaleRaphael that I can reproduce on Google Chrome for Windows and Mac, all other browsers is showing the expected result.
The image does not center/outputted at the correct position. BUT if I open up the Web inspector tool in Chrome the image instantly jumps to its correct position....
You can see the problem in action at their demo page.
SOLVED !!!
If I add paper.text(200,100,"").attr("font","30px Arial").attr("fill","#ffffff");});
in the end after the resizefunctions. (from the scaleraphael example). The image renders correctly in Chrome.
This worked in my case.