Skip to main content
Module

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

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

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