Skip to content
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

Open
Y0QIN opened this issue Sep 5, 2019 · 4 comments
Open

Some blue and white vertical lines appear in the canvas. #23

Y0QIN opened this issue Sep 5, 2019 · 4 comments

Comments

@Y0QIN
Copy link

Y0QIN commented Sep 5, 2019

Some blue and white vertical lines appear in the canvas. Did you have ever meet this problem,and can you get me some ideas.

@Y0QIN Y0QIN closed this as completed Sep 5, 2019
@Y0QIN Y0QIN reopened this Sep 5, 2019
@Y0QIN
Copy link
Author

Y0QIN commented Sep 5, 2019

企业微信截图_15676652752687

@Y0QIN
Copy link
Author

Y0QIN commented Sep 6, 2019

@Brion

@bvibber
Copy link
Owner

bvibber commented Sep 11, 2019

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.

@Y0QIN
Copy link
Author

Y0QIN commented Sep 20, 2019

@Brion
thank you.I tried the method you said and the problem was solved.
But what is the real cause? Is the difference between GL and D3API supported by the graphics card cause this different phenomenon on defferent devices?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants