We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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