Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
The first argument to canvas.toDataUrl() should be a mime type. Currently the values "img/png" is being given, however it should be "image/png".
Because browsers default to a PNG image if an unknown type is given, this typo does not cause any loss of functionality.