diff options
-rw-r--r-- | files/zh-cn/web/svg/tutorial/gradients/index.html | 2 |
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"> <linearGradient id="Gradient2" x1="0" x2="0" y1="0" y2="1"> </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"> <linearGradient id="Gradient1"> <stop id="stop1" offset="0%"/> |