Update Raster#drawImage documentation (#1784)

Closes #1781
This commit is contained in:
Samuel Asensi 2020-05-23 14:48:39 +02:00 committed by GitHub
parent e43f7a8735
commit 9f249101f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -561,7 +561,7 @@ var Raster = Item.extend(/** @lends Raster# */{
/**
* Draws an image on the raster.
*
* @param {HTMLImageElement|HTMLCanvasElement} image
* @param {CanvasImageSource} image
* @param {Point} point the offset of the image as a point in pixel
* coordinates
*/