tsParticles - v4.0.0-beta.12
    Preparing search index...
    SVGPathSeg: {
        PATHSEG_ARC_ABS: number;
        PATHSEG_ARC_REL: number;
        PATHSEG_CLOSEPATH: number;
        PATHSEG_CURVETO_CUBIC_ABS: number;
        PATHSEG_CURVETO_CUBIC_REL: number;
        PATHSEG_CURVETO_CUBIC_SMOOTH_ABS: number;
        PATHSEG_CURVETO_CUBIC_SMOOTH_REL: number;
        PATHSEG_CURVETO_QUADRATIC_ABS: number;
        PATHSEG_CURVETO_QUADRATIC_REL: number;
        PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS: number;
        PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL: number;
        PATHSEG_LINETO_ABS: number;
        PATHSEG_LINETO_HORIZONTAL_ABS: number;
        PATHSEG_LINETO_HORIZONTAL_REL: number;
        PATHSEG_LINETO_REL: number;
        PATHSEG_LINETO_VERTICAL_ABS: number;
        PATHSEG_LINETO_VERTICAL_REL: number;
        PATHSEG_MOVETO_ABS: number;
        PATHSEG_MOVETO_REL: number;
        PATHSEG_UNKNOWN: number;
        prototype: SVGPathSeg;
        new (): SVGPathSeg;
    }

    Declare value

    Type Declaration

    • ReadonlyPATHSEG_ARC_ABS: number

      Absolute arcto path segment type

    • ReadonlyPATHSEG_ARC_REL: number

      Relative arcto path segment type

    • ReadonlyPATHSEG_CLOSEPATH: number

      Close path segment type

    • ReadonlyPATHSEG_CURVETO_CUBIC_ABS: number

      Absolute cubic curveto path segment type

    • ReadonlyPATHSEG_CURVETO_CUBIC_REL: number

      Relative cubic curveto path segment type

    • ReadonlyPATHSEG_CURVETO_CUBIC_SMOOTH_ABS: number

      Absolute smooth cubic curveto path segment type

    • ReadonlyPATHSEG_CURVETO_CUBIC_SMOOTH_REL: number

      Relative smooth cubic curveto path segment type

    • ReadonlyPATHSEG_CURVETO_QUADRATIC_ABS: number

      Absolute quadratic curveto path segment type

    • ReadonlyPATHSEG_CURVETO_QUADRATIC_REL: number

      Relative quadratic curveto path segment type

    • ReadonlyPATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS: number

      Absolute smooth quadratic curveto path segment type

    • ReadonlyPATHSEG_CURVETO_QUADRATIC_SMOOTH_REL: number

      Relative smooth quadratic curveto path segment type

    • ReadonlyPATHSEG_LINETO_ABS: number

      Absolute lineto path segment type

    • ReadonlyPATHSEG_LINETO_HORIZONTAL_ABS: number

      Absolute horizontal lineto path segment type

    • ReadonlyPATHSEG_LINETO_HORIZONTAL_REL: number

      Relative horizontal lineto path segment type

    • ReadonlyPATHSEG_LINETO_REL: number

      Relative lineto path segment type

    • ReadonlyPATHSEG_LINETO_VERTICAL_ABS: number

      Absolute vertical lineto path segment type

    • ReadonlyPATHSEG_LINETO_VERTICAL_REL: number

      Relative vertical lineto path segment type

    • ReadonlyPATHSEG_MOVETO_ABS: number

      Absolute moveto path segment type

    • ReadonlyPATHSEG_MOVETO_REL: number

      Relative moveto path segment type

    • ReadonlyPATHSEG_UNKNOWN: number

      Unknown path segment type

    • prototype: SVGPathSeg

      Prototype value