SVGPathSeg | La interface SVGPathSeg es una interfaz de base que corresponde a un único comando dentro de una especificación de datos de ruta. |
SVGPathSegArcAbs | La interfaz SVGPathSegArcAbs corresponde a un comando de datos de ruta “absoluto arcto” (A). |
SVGPathSegArcRel | La interfaz SVGPathSegArcRel corresponde a un “arcto relativo” (a) comando de datos de ruta. |
SVGPathSegClosePath | La interfaz SVGPathSegClosePath corresponde a un comando de datos de “closepath” (z). |
SVGPathSegCurvetoCubicAbs | La interfaz SVGPathSegCurvetoCubicAbs corresponde a un comando de datos de ruta “absoluto cubico Bézier curveto” (C). |
SVGPathSegCurvetoCubicRel | La interfaz SVGPathSegCurvetoCubicRel corresponde a un “curveto cubico Bézier relativo” (c) comando de datos de ruta. |
SVGPathSegCurvetoCubicSmoothAbs | La interfaz SVGPathSegCurvetoCubicSmoothAbs corresponde a un comando de datos de ruta de “curveto cúbico absolutamente suave” (S). |
SVGPathSegCurvetoCubicSmoothRel | La interfaz SVGPathSegCurvetoCubicSmoothRel corresponde a un “curveto cúbico relativamente suave” (s) comando de datos de ruta. |
SVGPathSegCurvetoQuadraticAbs | La interfaz SVGPathSegCurvetoQuadraticAbs corresponde a un comando de datos de ruta “absoluto cuadrático Bézier curveto” (Q). |
SVGPathSegCurvetoQuadraticRel | La interfaz SVGPathSegCurvetoQuadraticRel corresponde a un comando de datos de ruta “relativo cuadrado de Bézier” (q). |
SVGPathSegCurvetoQuadraticSmoothAbs | La interfaz SVGPathSegCurvetoQuadraticSmoothAbs corresponde a un comando de datos de ruta “absoluta curveta cúbica” (T). |
SVGPathSegCurvetoQuadraticSmoothRel | La interfaz SVGPathSegCurvetoQuadraticSmoothRel corresponde a un comando de datos de ruta (t) de “curveta cúbica relativamente suave”. |
SVGPathSegLinetoAbs | La interfaz SVGPathSegLinetoAbs corresponde a un comando de datos de ruta “absoluto lineto” (L). |
SVGPathSegLinetoHorizontalAbs | La interfaz SVGPathSegLinetoHorizontalAbs corresponde a un comando de datos de ruta “absoluto horizontal lineto” (H). |
SVGPathSegLinetoHorizontalRel | La interfaz SVGPathSegLinetoHorizontalRel corresponde a un “lineto horizontal relativo” (h) comando de datos de ruta. |
SVGPathSegLinetoRel | La interfaz SVGPathSegLinetoRel corresponde a un comando de datos de ruta “relativo lineto” (l). |
SVGPathSegLinetoVerticalAbs | La interfaz SVGPathSegLinetoVerticalAbs corresponde a un “lineto vertical absoluto” (V) comando de datos de ruta. |
SVGPathSegLinetoVerticalRel | La interfaz SVGPathSegLinetoVerticalRel corresponde a un “lineto vertical relativo” (v) comando de datos de ruta. |
SVGPathSegList | Esta interfaz define una lista de objetos SVGPathSeg. |
SVGPathSegMovetoAbs | La interfaz SVGPathSegMovetoAbs corresponde a un comando de datos de ruta “absoluto moveto” (M). |
SVGPathSegMovetoRel | La interfaz SVGPathSegMovetoRel corresponde a un comando de datos de ruta “relativo moveto” (m). |