Skip to main content
Latest
variable SVGPathSeg
import { SVGPathSeg } from "https://deno.land/x/domtype@v1.0.4/domtype.d.ts";

type

{ prototype: SVGPathSeg; readonly PATHSEG_ARC_ABS: number; readonly PATHSEG_ARC_REL: number; readonly PATHSEG_CLOSEPATH: number; readonly PATHSEG_CURVETO_CUBIC_ABS: number; readonly PATHSEG_CURVETO_CUBIC_REL: number; readonly PATHSEG_CURVETO_CUBIC_SMOOTH_ABS: number; readonly PATHSEG_CURVETO_CUBIC_SMOOTH_REL: number; readonly PATHSEG_CURVETO_QUADRATIC_ABS: number; readonly PATHSEG_CURVETO_QUADRATIC_REL: number; readonly PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS: number; readonly PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL: number; readonly PATHSEG_LINETO_ABS: number; readonly PATHSEG_LINETO_HORIZONTAL_ABS: number; readonly PATHSEG_LINETO_HORIZONTAL_REL: number; readonly PATHSEG_LINETO_REL: number; readonly PATHSEG_LINETO_VERTICAL_ABS: number; readonly PATHSEG_LINETO_VERTICAL_REL: number; readonly PATHSEG_MOVETO_ABS: number; readonly PATHSEG_MOVETO_REL: number; readonly PATHSEG_UNKNOWN: number; new (): SVGPathSeg; }