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?
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With