diff options
author | 林锦骏 <673115816@qq.com> | 2022-01-04 21:51:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 21:51:47 +0800 |
commit | 7e34be420c77ae8ff7d643de0a45f7ce83734f4d (patch) | |
tree | 93675f79ee71204b98d72e13c3c4dcc5dea7838c /files/zh-cn/web | |
parent | 5c67174079970df8d99937cd6c29a5fb36605edf (diff) | |
download | translated-content-7e34be420c77ae8ff7d643de0a45f7ce83734f4d.tar.gz translated-content-7e34be420c77ae8ff7d643de0a45f7ce83734f4d.tar.bz2 translated-content-7e34be420c77ae8ff7d643de0a45f7ce83734f4d.zip |
fix translation (#3543)
Diffstat (limited to 'files/zh-cn/web')
-rw-r--r-- | files/zh-cn/web/api/webgl_api/by_example/basic_scissoring/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <div id="basic-scissoring"> <div class="summary"> -<p>在本例中,我们将学会如何使用WebGL (scissoring operations)剪切操作来绘制简单的矩形和正方形。Scissoring建立了一个剪切区域,在此区域内不会发生绘图。</p> +<p>在本例中,我们将学会如何使用WebGL (scissoring operations)剪切操作来绘制简单的矩形和正方形。Scissoring建立了一个剪切区域,在此区域外不会发生绘图。</p> </div> <p>{{EmbedLiveSample("basic-scissoring-source",660,425)}}</p> |