Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

High Quality Images Rendering in Chrome

There is a problem with High Quality Images Rendering in Chrome using matrix3d.

I've attached the link to the example where is reproduced this problem: Example

Make zoom out to see all high quality images on the page and you will see that some of these images are displayed partially.

If you change

transform: matrix3d(0.5,0,0.00,0,0.00,0.5,0.00,0,0,0,1,0,0,0,0,1);

to

transform: matrix(0.5, 0, 0, 0.5, 0, 0);

it will work in Chrome.

In addition to it, this example is working in Firefox and in Internet Explorer.

How can I fix this problem with matrix3d?

like image 352
Anatoli Avatar asked Jan 27 '26 15:01

Anatoli


1 Answers

This is bug in Chrome. It was opened bug here: bugs.chromium.org/xxx

In addition to it, this problem is reproduced because of 100% GPU memory usage.

like image 95
Anatoli Avatar answered Feb 01 '26 18:02

Anatoli



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!