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

type

{ prototype: SVGTextPathElement; readonly TEXTPATH_METHODTYPE_ALIGN: number; readonly TEXTPATH_METHODTYPE_STRETCH: number; readonly TEXTPATH_METHODTYPE_UNKNOWN: number; readonly TEXTPATH_SPACINGTYPE_AUTO: number; readonly TEXTPATH_SPACINGTYPE_EXACT: number; readonly TEXTPATH_SPACINGTYPE_UNKNOWN: number; new (): SVGTextPathElement; }