--- title: SVGPathElement.getTotalLength() slug: Web/API/SVGPathElement/getTotalLength translation_of: Web/API/SVGPathElement/getTotalLength ---
{{APIRef("SVG")}}

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

注意:在SVG 2中,该方法被移动到 {{DOMxRef("SVGGeometryElement")}} 接口,由 {{DOMxRef("SVGPathElement")}} 继承。

语法

float someElement.getTotalLength();

返回值

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

规格

规格 状态 注解
{{SpecName("SVG1.1", "paths.html#__svg__SVGPathElement__getTotalLength", "SVGPathElement.getTotalLength()")}} {{Spec2("SVG1.1")}} 最初的定义

浏览器兼容性

{{Compat("api.SVGPathElement.getTotalLength")}}

另请参阅