此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。

View in English Always switch to English

SVGPathElement.getTotalLength()

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨2020年1月⁩.

SVGPathElement.getTotalLength() 该方法返回用户代理对路径总长度(以用户单位为单位)的计算值。

备注: 在 SVG 2 中,该方法被移动到 SVGGeometryElement 接口,由 SVGPathElement 继承。

语法

js
getTotalLength();

返回值

指示路径总长度(以用户单位为单位)的浮点数。

规范

Specification
Scalable Vector Graphics (SVG) 2
# __svg__SVGGeometryElement__getTotalLength

浏览器兼容性

参见