Skip to main content
Module

x/evt/lib/types/lib.dom.ts>SVGPathSeg

💧EventEmitter's typesafe replacement
Go to Latest
interface SVGPathSeg
import { type SVGPathSeg } from "https://deno.land/x/evt@v2.3.1/lib/types/lib.dom.ts";

Properties

readonly
pathSegType: number
readonly
pathSegTypeAsLetter: string
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