Skip to content

Commit 4bf6f9c

Browse files
authored
translate the word "buffer"
1 parent 5116d95 commit 4bf6f9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/examples/zh-Hans/05_Image/04_Create_Image.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* @name 创建图像
3-
* @description createImage() 函数能让我们巧妙地操控一堆像素。 此范例创建了一个渐变图像。
3+
* @description createImage() 函数能让我们巧妙地操控一个像素缓冲区。 此范例创建了一个渐变图像。
44
*/
5-
let img; // 声明变量'img'
5+
let img; // 声明变量 'img'
66

77
function setup() {
88
createCanvas(720, 400);

0 commit comments

Comments
 (0)