| SVGPathSeg | SVGPathSeg 接口是一个基本接口,对应于路径数据规范中的单个命令。 |
| SVGPathSegArcAbs | SVGPathSegArcAbs 接口对应一个“absolute arcto”(A)路径数据命令。 |
| SVGPathSegArcRel | SVGPathSegArcRel接口对应一个“相对arcto”(a)路径数据命令。 |
| SVGPathSegClosePath | 他的SVGPathSegClosePath接口对应一个“closepath”(z)路径数据命令。 |
| SVGPathSegCurvetoCubicAbs | SVGPathSegCurvetoCubicAbs 接口对应于“绝对三次贝塞尔曲线”(C)路径数据命令。 |
| SVGPathSegCurvetoCubicRel | SVGPathSegCurvetoCubicRel 接口对应于“相对三次贝塞尔曲线”(c)路径数据命令。 |
| SVGPathSegCurvetoCubicSmoothAbs | SVGPathSegCurvetoCubicSmoothAbs 接口对应一个“绝对平滑三次曲线到”(S)路径数据命令。 |
| SVGPathSegCurvetoCubicSmoothRel | SVGPathSegCurvetoCubicSmoothRel 接口对应一个“相对平滑三次曲线”(s) 路径数据命令。 |
| SVGPathSegCurvetoQuadraticAbs | SVGPathSegCurvetoQuadraticAbs 接口对应于“绝对二次贝塞尔曲线”(Q)路径数据命令。 |
| SVGPathSegCurvetoQuadraticRel | SVGPathSegCurvetoQuadraticRel 接口对应于“相对二次贝塞尔曲线”(q)路径数据命令。 |
| SVGPathSegCurvetoQuadraticSmoothAbs | SVGPathSegCurvetoQuadraticSmoothAbs 接口对应于“绝对平滑三次曲线”(T)路径数据命令。 |
| SVGPathSegCurvetoQuadraticSmoothRel | SVGPathSegCurvetoQuadraticSmoothRel 接口对应一个“相对平滑三次曲线”(t)路径数据命令。 |
| SVGPathSegLinetoAbs | SVGPathSegLinetoAbs 接口对应于“绝对线到”(L)路径数据命令。 |
| SVGPathSegLinetoHorizontalAbs | SVGPathSegLinetoHorizontalAbs 接口对应于“绝对水平线到”(H)路径数据命令。 |
| SVGPathSegLinetoHorizontalRel | SVGPathSegLinetoHorizontalRel 接口对应一个“相对水平线到”(h)路径数据命令。 |
| SVGPathSegLinetoRel | SVGPathSegLinetoRel 接口对应一个“relative lineto”(l)路径数据命令。 |
| SVGPathSegLinetoVerticalAbs | SVGPathSegLinetoVerticalAbs 接口对应于“绝对垂直线到”(V)路径数据命令。 |
| SVGPathSegLinetoVerticalRel | SVGPathSegLinetoVerticalRel 接口对应一个“相对垂直线到”(v)路径数据命令。 |
| SVGPathSegList | 这个接口定义了一个 SVGPathSeg 对象的列表。 |
| SVGPathSegMovetoAbs | SVGPathSegMovetoAbs 接口对应于“绝对移动”(M)路径数据命令。 |
| SVGPathSegMovetoRel | SVGPathSegMovetoRel 接口对应于“相对移动”(m)路径数据命令。 |