You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that in some scenarios (notably, UI zoom, safari fullscreen implementation etc.) the devicePixelRatio of the browser can change while a page is running. In sigma, the devicePixelRatio is captured as a constant here. Maybe we want to update it on resize (which is called before each actual render, if I remember correctly).
The text was updated successfully, but these errors were encountered:
It seems that in some scenarios (notably, UI zoom, safari fullscreen implementation etc.) the
devicePixelRatio
of the browser can change while a page is running. In sigma, thedevicePixelRatio
is captured as a constant here. Maybe we want to update it onresize
(which is called before each actual render, if I remember correctly).The text was updated successfully, but these errors were encountered: