From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../web/svg/attribute/stroke-dashoffset/index.html | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 files/zh-cn/web/svg/attribute/stroke-dashoffset/index.html (limited to 'files/zh-cn/web/svg/attribute/stroke-dashoffset') diff --git a/files/zh-cn/web/svg/attribute/stroke-dashoffset/index.html b/files/zh-cn/web/svg/attribute/stroke-dashoffset/index.html new file mode 100644 index 0000000000..d836769c53 --- /dev/null +++ b/files/zh-cn/web/svg/attribute/stroke-dashoffset/index.html @@ -0,0 +1,55 @@ +--- +title: stroke-dashoffset +slug: Web/SVG/Attribute/stroke-dashoffset +tags: + - SVG + - SVG属性 + - 需要兼容性表 + - 需要示例 +translation_of: Web/SVG/Attribute/stroke-dashoffset +--- +

« SVG属性参考主页

+ +

stroke-dashoffset 属性指定了dash模式到路径开始的距离

+ +

如果使用了一个 <百分比> 值, 那么这个值就代表了当前viewport的一个百分比。
+
+ 值可以取为负值。

+ +

使用环境

+ + + + + + + + + + + + + + + + + + + + + + + + +
类别显示属性
<percentage> | <length> | inherit
初始值1
可动画Yes
规范文档SVG 1.1 (2nd Edition)
+ +

示例

+ +

元素

+ +

以下元素可使用stroke-dashoffset属性

+ + -- cgit v1.2.3-54-g00ecf