[scriptable, uuid(2b19e692-3338-440f-a998-3cb1e8474999)]
Attributes
Methods
nsIDOMSVGPathSegArcAbs
createSVGPathSegArcAbs(in float x, in float y, in float r1, in float r2, in float angle, in boolean largeArcFlag, in boolean sweepFlag)
nsIDOMSVGPathSegArcRel
createSVGPathSegArcRel(in float x, in float y, in float r1, in float r2, in float angle, in boolean largeArcFlag, in boolean sweepFlag)
nsIDOMSVGPathSegCurvetoCubicAbs
createSVGPathSegCurvetoCubicAbs(in float x, in float y, in float x1, in float y1, in float x2, in float y2)
nsIDOMSVGPathSegCurvetoCubicRel
createSVGPathSegCurvetoCubicRel(in float x, in float y, in float x1, in float y1, in float x2, in float y2)
nsIDOMSVGPathSegCurvetoCubicSmoothAbs
createSVGPathSegCurvetoCubicSmoothAbs(in float x, in float y, in float x2, in float y2)
nsIDOMSVGPathSegCurvetoCubicSmoothRel
createSVGPathSegCurvetoCubicSmoothRel(in float x, in float y, in float x2, in float y2)
nsIDOMSVGPathSegCurvetoQuadraticAbs
createSVGPathSegCurvetoQuadraticAbs(in float x, in float y, in float x1, in float y1)
nsIDOMSVGPathSegCurvetoQuadraticRel
createSVGPathSegCurvetoQuadraticRel(in float x, in float y, in float x1, in float y1)
nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs
createSVGPathSegCurvetoQuadraticSmoothAbs(in float x, in float y)
nsIDOMSVGPathSegCurvetoQuadraticSmoothRel
createSVGPathSegCurvetoQuadraticSmoothRel(in float x, in float y)