| Module: | |
| Inherits from: | |
| Declared In: | |
Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- createSVGPathSegArcAbs
- createSVGPathSegArcRel
- createSVGPathSegClosePath
- createSVGPathSegCurvetoCubicAbs
- createSVGPathSegCurvetoCubicRel
- createSVGPathSegCurvetoCubicSmoothAbs
- createSVGPathSegCurvetoCubicSmoothRel
- createSVGPathSegCurvetoQuadraticAbs
- createSVGPathSegCurvetoQuadraticRel
- createSVGPathSegCurvetoQuadraticSmoothAbs
- createSVGPathSegCurvetoQuadraticSmoothRel
- createSVGPathSegLinetoAbs
- createSVGPathSegLinetoHorizontalAbs
- createSVGPathSegLinetoHorizontalRel
- createSVGPathSegLinetoRel
- createSVGPathSegLinetoVerticalAbs
- createSVGPathSegLinetoVerticalRel
- createSVGPathSegMovetoAbs
- createSVGPathSegMovetoRel
- getPathSegAtLength
- getPointAtLength
- getTotalLength
SVGPathSegArcAbs createSVGPathSegArcAbs(
in float x,
in float y,
in float r1,
in float r2,
in float angle,
in boolean largeArcFlag,
in boolean sweepFlag);
SVGPathSegArcRel createSVGPathSegArcRel(
in float x,
in float y,
in float r1,
in float r2,
in float angle,
in boolean largeArcFlag,
in boolean sweepFlag);
SVGPathSegCurvetoCubicAbs createSVGPathSegCurvetoCubicAbs(
in float x,
in float y,
in float x1,
in float y1,
in float x2,
in float y2);
SVGPathSegCurvetoCubicRel createSVGPathSegCurvetoCubicRel(
in float x,
in float y,
in float x1,
in float y1,
in float x2,
in float y2);
unsigned long getPathSegAtLength(
in float distance);
SVGPoint getPointAtLength(
in float distance);
Member Data
- pathLength
Last Updated: 2009-05-29