diff options
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> |