From 424b5a4607bd7a389553e800eae9c801c7201347 Mon Sep 17 00:00:00 2001 From: kaichi <49476516+kaichii@users.noreply.github.com> Date: Sat, 12 Feb 2022 16:47:08 +0800 Subject: typo, fix #3854 (#4080) --- files/zh-cn/web/svg/tutorial/gradients/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
<linearGradient id="Gradient2" x1="0" x2="0" y1="0" y2="1">-
xlink:href属性。如果
使用了该属性时,一个渐变的属性和颜色中值(stop)可以被另一个渐变包含引用。在下例中,你就不需要再Grandient2中重新创建全部的颜色中值(stop)。
+xlink:href属性。如果
使用了该属性时,一个渐变的属性和颜色中值(stop)可以被另一个渐变包含引用。在下例中,你就不需要在Grandient2中重新创建全部的颜色中值(stop)。
<linearGradient id="Gradient1"> <stop id="stop1" offset="0%"/> -- cgit v1.2.3-54-g00ecf