In the `plotly-strict.js` dist, there is not a check to see if `clearFlags` is > 0, prior to calling `gl2.clear(clearFlags)` This triggers a warning: `Performance warning: clear() called with no buffers in bitmask`
In the
plotly-strict.jsdist, there is not a check to see ifclearFlagsis > 0, prior to callinggl2.clear(clearFlags)This triggers a warning:
Performance warning: clear() called with no buffers in bitmask