-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some blue and white vertical lines appear in the canvas. #23
Comments
I've not encountered this exact problem, no... but try tweaking this bit of WebGLFrameSink.js: WebGLFrameSink.stripe = (function() {
if (navigator.userAgent.indexOf('Windows') !== -1) {
return true;
}
return false;
})(); to return false on Windows as well. This will use a simpler code path but might be slightly slower. |
@Brion |
Some blue and white vertical lines appear in the canvas. Did you have ever meet this problem,and can you get me some ideas.
The text was updated successfully, but these errors were encountered: