Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/node_modules/evt/lib/types/lib.dom.d.ts>SVGPathSeg

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface SVGPathSeg
import { type SVGPathSeg } from "https://deno.land/x/windmill@v1.298.0/node_modules/evt/lib/types/lib.dom.d.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