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
When the canvas used by the curve or rune modules loses its WebGL context, the canvas stops functioning and the module does not recover. Because the webglcontextlost event is not handled and does not preventDefault(), the browser does not eventually restore the context (thereby triggering the corresponding webglcontextrestored event to allow the module the chance to recover).
The modules should be updated to handle this scenario similar to CSG (see #146).
The text was updated successfully, but these errors were encountered:
When the canvas used by the curve or rune modules loses its WebGL context, the canvas stops functioning and the module does not recover. Because the
webglcontextlost
event is not handled and does notpreventDefault()
, the browser does not eventually restore the context (thereby triggering the correspondingwebglcontextrestored
event to allow the module the chance to recover).The modules should be updated to handle this scenario similar to CSG (see #146).
The text was updated successfully, but these errors were encountered: