SVGPathElement
**SVGPathElement
** 接口对应于 <path>
元素。
**注意:**在 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 表格仅在浏览器中加载
另请参阅
<path>
SVG 元素