Skip to content

Commit 0447088

Browse files
Update src/data/examples/zh-Hans/05_Image/05_Pointillism.js
Co-Authored-By: Kenneth Lim <[email protected]>
1 parent f094109 commit 0447088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/examples/zh-Hans/05_Image/05_Pointillism.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function draw() {
3535
// 随机生成坐标(x, y)
3636
let x = floor(random(img.width));
3737
let y = floor(random(img.height));
38-
// 得到图像中坐标(x, y) 的颜色
38+
// 得到图像中坐标 (x, y) 的颜色
3939
let pix = img.get(x, y);
4040
// fill(灰度值,透明度值)
4141
fill(pix, 128);

0 commit comments

Comments
 (0)