Skip to content

Commit 9d8d48a

Browse files
Update src/data/examples/zh-Hans/05_Image/03_Alpha_Mask.js
Co-Authored-By: Kenneth Lim <[email protected]>
1 parent c72ffe1 commit 9d8d48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/examples/zh-Hans/05_Image/03_Alpha_Mask.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function preload() {
1616

1717
function setup() {
1818
createCanvas(720, 400);
19-
// maske()函数将图像蒙版覆盖在图像上
19+
// mask() 函数将图像蒙版覆盖在图像上
2020
img.mask(imgMask);
2121
imageMode(CENTER);
2222
}

0 commit comments

Comments
 (0)