Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/cli/tsc/dts/lib.dom.d.ts>SVGLength

A modern runtime for JavaScript and TypeScript.
Go to Latest
variable SVGLength
import { SVGLength } from "https://deno.land/x/deno@v1.28.3/cli/tsc/dts/lib.dom.d.ts";

type

{ prototype: SVGLength; readonly SVG_LENGTHTYPE_CM: number; readonly SVG_LENGTHTYPE_EMS: number; readonly SVG_LENGTHTYPE_EXS: number; readonly SVG_LENGTHTYPE_IN: number; readonly SVG_LENGTHTYPE_MM: number; readonly SVG_LENGTHTYPE_NUMBER: number; readonly SVG_LENGTHTYPE_PC: number; readonly SVG_LENGTHTYPE_PERCENTAGE: number; readonly SVG_LENGTHTYPE_PT: number; readonly SVG_LENGTHTYPE_PX: number; readonly SVG_LENGTHTYPE_UNKNOWN: number; new (): SVGLength; }