| SVGPathSeg | SVGPathSeg 接口是一个基本接口,对应于路径数据规范中的单个命令。 |
| SVGPathSegArcAbs | SVGPathSegArcAbs 接口对应于“绝对弧”(A) 路径数据命令。 |
| SVGPathSegArcRel | SVGPathSegArcRel 接口对应一个“相对arcto”(a)路径数据命令。 |
| SVGPathSegClosePath | SVGPathSegClosePath 接口对应于“关闭路径”(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接口对应一个“相对水平lineto”(h)路径数据命令. |
| SVGPathSegLinetoRel | SVGPathSegLinetoRel 接口对应于“相对线”(l)路径数据命令。 |
| SVGPathSegLinetoVerticalAbs | SVGPathSegLinetoVerticalAbs 接口对应于“绝对垂直线”(V)路径数据命令。 |
| SVGPathSegLinetoVerticalRel | SVGPathSegLinetoVerticalRel接口对应一个“相对垂直lineto”(v)路径数据命令。 |
| SVGPathSegList | 该接口定义了 SVGPathSeg 对象的列表。 |
| SVGPathSegMovetoAbs | SVGPathSegMovetoAbs 接口对应于“绝对移动”(M) 路径数据命令。 |
| SVGPathSegMovetoRel | SVGPathSegMovetoRel 接口对应于“相对移动到”(m) 路径数据命令。 |