diff options
author | Kevin CHEN <33132228+KevinZonda@users.noreply.github.com> | 2021-09-04 15:56:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-04 22:56:54 +0800 |
commit | a50b6c45ca90dbed6bf615a3d34b3d5b440239f1 (patch) | |
tree | 543a6436dab704bafdf8c7d6d3b22646513e59ea /files | |
parent | c1b3d1adb6b89c3e9c17c220faa709b3c43a6718 (diff) | |
download | translated-content-a50b6c45ca90dbed6bf615a3d34b3d5b440239f1.tar.gz translated-content-a50b6c45ca90dbed6bf615a3d34b3d5b440239f1.tar.bz2 translated-content-a50b6c45ca90dbed6bf615a3d34b3d5b440239f1.zip |
Fix a typo in Web/API/HTMLCanvasElement/getContext, zh-CN (#2315)
fix #1156
Diffstat (limited to 'files')
-rw-r--r-- | files/zh-cn/web/api/htmlcanvaselement/getcontext/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/htmlcanvaselement/getcontext/index.html b/files/zh-cn/web/api/htmlcanvaselement/getcontext/index.html index 07c0e6820c..b33d9bf95c 100644 --- a/files/zh-cn/web/api/htmlcanvaselement/getcontext/index.html +++ b/files/zh-cn/web/api/htmlcanvaselement/getcontext/index.html @@ -78,7 +78,7 @@ var <em>ctx</em> = <em>canvas</em>.getContext(<em>contextType</em>, <em>contextA </ul> </li> <li> - <p><strong><code>premultipliedAlpha</code></strong>: 表明排版引擎讲假设绘制缓冲区包含预混合alpha通道的{{jsxref("boolean")}}值。</p> + <p><strong><code>premultipliedAlpha</code></strong>: 表明排版引擎将假设绘制缓冲区包含预混合alpha通道的{{jsxref("boolean")}}值。</p> </li> <li> <p><strong><code>preserveDrawingBuffer</code></strong>: 如果这个值为{{jsxref("true")}}缓冲区将不会被清除,会保存下来,直到被清除或被使用者覆盖。</p> |