From 7e34be420c77ae8ff7d643de0a45f7ce83734f4d Mon Sep 17 00:00:00 2001 From: 林锦骏 <673115816@qq.com> Date: Tue, 4 Jan 2022 21:51:47 +0800 Subject: fix translation (#3543) --- files/zh-cn/web/api/webgl_api/by_example/basic_scissoring/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web') diff --git a/files/zh-cn/web/api/webgl_api/by_example/basic_scissoring/index.html b/files/zh-cn/web/api/webgl_api/by_example/basic_scissoring/index.html index 4a21b9265e..db30356186 100644 --- a/files/zh-cn/web/api/webgl_api/by_example/basic_scissoring/index.html +++ b/files/zh-cn/web/api/webgl_api/by_example/basic_scissoring/index.html @@ -9,7 +9,7 @@ translation_of: Web/API/WebGL_API/By_example/Basic_scissoring
在本例中,我们将学会如何使用WebGL (scissoring operations)剪切操作来绘制简单的矩形和正方形。Scissoring建立了一个剪切区域,在此区域内不会发生绘图。
+在本例中,我们将学会如何使用WebGL (scissoring operations)剪切操作来绘制简单的矩形和正方形。Scissoring建立了一个剪切区域,在此区域外不会发生绘图。
{{EmbedLiveSample("basic-scissoring-source",660,425)}}
-- cgit v1.2.3-54-g00ecf