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

x/deno/cli/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.0/cli/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; }