Closed FEJackFly closed 1 year ago
We were seeing a similar issue, and have been able to reproduce in both Chrome and Safari. Edge is unaffected.
The issue seems to be addressed in Chrome Beta (also seems to address your issue in the sandbox).
The grid (rasters) and the yellow polygons (vectors) should be uniform squares, but are stretched and compressed horizontally.
We think the issue is with the Angle WebGL renderer but haven't been able to identify the associated issue upstream.
To follow up on this... it is still a problem even with 118. As mentioned before the issue is with the WebGL renderer, specifically the ANGLE backend. With Sonoma it looks like this was changed to default to Metal for Chrome, rather than OpenGL. However the Metal backend is still considered experimental.
There is a workaround, you can change the ANGLE backend via a flag in chrome: chrome://flags/#use-angle
and change the setting to OpenGL.
MacOS:14.1 Chrome:118 This issue has been resolved
Description
macOS sonoma 14.0 Render exception
macOS ventura Render smoothly without jagging
Flavors
Expected Behavior
No response
Steps to Reproduce
macOS sonoma 14.0
https://codesandbox.io/s/hungry-joliot-tmq3wl?file=/src/App.js
Environment
Logs
No response