We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In the plotly-strict.js dist, there is not a check to see if clearFlags is > 0, prior to calling gl2.clear(clearFlags)
plotly-strict.js
clearFlags
gl2.clear(clearFlags)
This triggers a warning: Performance warning: clear() called with no buffers in bitmask
Performance warning: clear() called with no buffers in bitmask