You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
will return data:, for canvas.toDataURL(), even though it might have content. We should handle this better than what we're doing right now: producing an invalid png image and including in the asset package.
This canvas
will return
data:,
forcanvas.toDataURL()
, even though it might have content. We should handle this better than what we're doing right now: producing an invalid png image and including in the asset package.https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toDataURL#:~:text=toDataURL()%20method%20returns%20a,data%3A%2C%22%20is%20returned.
The text was updated successfully, but these errors were encountered: