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
继承。