aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorkaichi <49476516+kaichii@users.noreply.github.com>2022-02-12 16:47:08 +0800
committerGitHub <noreply@github.com>2022-02-12 16:47:08 +0800
commit424b5a4607bd7a389553e800eae9c801c7201347 (patch)
tree9098ebd6a4cfe2ecd8d8d522159a408f8c6305e5 /files
parentb4963acab8d4031d1bdee54aeed0bcdbf6ccd34b (diff)
downloadtranslated-content-424b5a4607bd7a389553e800eae9c801c7201347.tar.gz
translated-content-424b5a4607bd7a389553e800eae9c801c7201347.tar.bz2
translated-content-424b5a4607bd7a389553e800eae9c801c7201347.zip
typo, fix #3854 (#4080)
Diffstat (limited to 'files')
-rw-r--r--files/zh-cn/web/svg/tutorial/gradients/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/svg/tutorial/gradients/index.html b/files/zh-cn/web/svg/tutorial/gradients/index.html
index b67d799905..3f52401a0b 100644
--- a/files/zh-cn/web/svg/tutorial/gradients/index.html
+++ b/files/zh-cn/web/svg/tutorial/gradients/index.html
@@ -54,7 +54,7 @@ translation_of: Web/SVG/Tutorial/Gradients
<pre class="eval"> &lt;linearGradient id="Gradient2" x1="0" x2="0" y1="0" y2="1"&gt;
</pre>
-<div class="note"><strong>注意:</strong> 你也可以在渐变上使用<code>xlink:href属性。如果</code>使用了该属性时,一个渐变的属性和颜色中值(stop)可以被另一个渐变包含引用。在下例中,你就不需要再Grandient2中重新创建全部的颜色中值(stop)。
+<div class="note"><strong>注意:</strong> 你也可以在渐变上使用<code>xlink:href属性。如果</code>使用了该属性时,一个渐变的属性和颜色中值(stop)可以被另一个渐变包含引用。在下例中,你就不需要在Grandient2中重新创建全部的颜色中值(stop)。
<pre class="eval"> &lt;linearGradient id="Gradient1"&gt;
&lt;stop id="stop1" offset="0%"/&gt;