-
Notifications
You must be signed in to change notification settings - Fork 3k
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
canvas.toDataURL tests improvement #802
Comments
sounds good. can you prepare a PR/? |
will do. |
Closed
patrickkettner
pushed a commit
to patrickkettner/Modernizr
that referenced
this issue
Feb 22, 2015
remove base64 data from canvastodataurl test, fixes Modernizr#802
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does this test need to load base64 image data before performing its test? Why not just serialize a square or... a blank canvas? Changing this would remove the inherent problems with the asynchronous nature of the test.
If this change sounds good, we can prepare an alternative for pulling in.
some of my original notes on the issue are here:
#470 (comment)
The text was updated successfully, but these errors were encountered: