SVGPathElement

**SVGPathElement** 接口对应于 <path> 元素。

EventTarget Node Element SVGElement SVGGraphicsElement SVGGeometryElement SVGPathElement

**注意:**在 SVG 2 中,getPathSegAtLength()createSVGPathSeg* 方法被移除,pathLength 属性以及 getTotalLength()getPointAtLength() 方法被移动到 SVGGeometryElement

实例属性

此接口继承自其父接口 SVGGeometryElement 的属性。

实例方法

此接口也继承自其父接口 SVGGeometryElement 的方法。

SVGPathElement.getPathSegAtLength() 已弃用

返回一个无符号长整型,表示在 pathSegList 中的索引,利用用户代理的路径长度算法。

SVGPathElement.createSVGPathSegClosePath() 已弃用

返回一个独立的、无父级的 SVGPathSegClosePath 对象。

SVGPathElement.createSVGPathSegMovetoAbs() 已弃用

返回一个独立的、无父级的 SVGPathSegMovetoAbs 对象。

SVGPathElement.createSVGPathSegMovetoRel() 已弃用

返回一个独立的、无父级的 SVGPathSegMovetoRel 对象。

SVGPathElement.createSVGPathSegLinetoAbs() 已弃用

返回一个独立的、无父级的 SVGPathSegLinetoAbs 对象。

SVGPathElement.createSVGPathSegLinetoRel() 已弃用

返回一个独立的、无父级的 SVGPathSegLinetoRel 对象。

SVGPathElement.createSVGPathSegCurvetoCubicAbs() 已弃用

返回一个独立的、无父级的 SVGPathSegCurvetoCubicAbs 对象。

SVGPathElement.createSVGPathSegCurvetoCubicRel() 已弃用

返回一个独立的、无父级的 SVGPathSegCurvetoCubicRel 对象。

SVGPathElement.createSVGPathSegCurvetoQuadraticAbs() 已弃用

返回一个独立的、无父级的 SVGPathSegCurvetoQuadraticAbs 对象。

SVGPathElement.createSVGPathSegCurvetoQuadraticRel() 已弃用

返回一个独立的、无父级的 SVGPathSegCurvetoQuadraticRel 对象。

SVGPathElement.createSVGPathSegArcAbs() 已弃用

返回一个独立的、无父级的SVGPathSegArcAbs 对象。

SVGPathElement.createSVGPathSegArcRel() 已弃用

返回一个独立的、无父级的SVGPathSegArcRel 对象。

SVGPathElement.createSVGPathSegLinetoHorizontalAbs() 已弃用

返回一个独立的、无父级的SVGPathSegLinetoHorizontalAbs 对象。

SVGPathElement.createSVGPathSegLinetoHorizontalRel() 已弃用

返回一个独立的、无父级的SVGPathSegLinetoHorizontalRel 对象。

SVGPathElement.createSVGPathSegLinetoVerticalAbs() 已弃用

返回一个独立的、无父级的SVGPathSegLinetoVerticalAbs 对象。

SVGPathElement.createSVGPathSegLinetoVerticalRel() 已弃用

返回一个独立的、无父级的SVGPathSegLinetoVerticalRel 对象。

SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs() 已弃用

返回一个独立的、无父级的SVGPathSegCurvetoCubicSmoothAbs 对象。

SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel() 已弃用

返回一个独立的、无父级的SVGPathSegCurvetoCubicSmoothRel 对象。

SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs() 已弃用

返回一个独立的、无父级的SVGPathSegCurvetoQuadraticSmoothAbs 对象。

SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel() 已弃用

返回一个独立的、无父级的SVGPathSegCurvetoQuadraticSmoothRel 对象。

规范

规范
可缩放矢量图形 (SVG) 2
# 接口SVGPathElement

浏览器兼容性

BCD 表格仅在浏览器中加载

另请参阅