We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11519b6 commit e832b3dCopy full SHA for e832b3d
src/image/p5.Image.js
@@ -847,7 +847,7 @@ p5.Image = class {
847
* image and using its alpha channel as an alpha channel for
848
* this image. Masks are cumulative, once applied to an image
849
* object, they cannot be removed. If the mask has a different
850
- * pixel density from this image, the mask will be scaled
+ * pixel density from this image, the mask will be scaled.
851
*
852
* @method mask
853
* @param {p5.Image} srcImage source image.
0 commit comments