Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>SVGPathSeg

Advanced Web Composition for Future
Latest
interface SVGPathSeg
import { type SVGPathSeg } from "https://deno.land/x/ogone@revb3/src/ogone.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