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
This looks like a good project! I ran into an issue trying to use it with Edge though: this line throws an IndexSizeError and breaks everything else. The documentation on this page says an IndexSizeError is thrown when the numeric arguments for .drawImage are not valid, e.g. the destination is a 0x0 rectangle.
FWI, it works just fine in Chrome and Firefox.
The text was updated successfully, but these errors were encountered:
This looks like a good project! I ran into an issue trying to use it with Edge though: this line throws an
IndexSizeError
and breaks everything else. The documentation on this page says anIndexSizeError
is thrown when the numeric arguments for.drawImage
are not valid, e.g. the destination is a 0x0 rectangle.FWI, it works just fine in Chrome and Firefox.
The text was updated successfully, but these errors were encountered: