Alex313031 / thorium

Chromium fork named after radioactive element No. 90. Windows and MacOS/Raspi/Android/Special builds are in different repositories, links are towards the top of the README.md.
https://thorium.rocks/
BSD 3-Clause "New" or "Revised" License
4.42k stars 140 forks source link

Clip-path bug with hardware acceleration flag enabled #718

Open davidwebca opened 2 weeks ago

davidwebca commented 2 weeks ago

System Details

Problem Clip-path visual inconsistency / choppy when hardware acceleration flag is enabled. When it is disabled, the visual is correct and smooth, but the rendering of the page and animations are slow (obviously).

Screenshots Chrome 126.0.6478.62
chrome-x86_64-126 0 6478 62

Thorium 124.0.6367.218 thorium-124 0 6367 218

Safari 17.5 safari-17 5

Additional Notes Here's a copy of the CSS that enables that diagonal look (adds a slanted effect at the top of a div, for example) : clip-path: polygon(0% 5.78125vw, 100% 0%, 100% 100%, 0% 100%);

Here's the spec of my MacBook Pro. Capture d’écran, le 2024-06-17 à 23 23 23

The problem happens regardless of the active graphic card enabled (discrete graphics with the Radeon or not). It was documented on Sonoma before updating my machine to the latest MacOS beta - I wanted to see if it was some internal core graphics shenanigans, but it still happens on Sequoia beta 1.