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

x/yxz/typing/lib.dom.ts>SVGLength

Deno Standard Extensions
Go to Latest
interface SVGLength
import { type SVGLength } from "https://deno.land/x/yxz@0.17.0/typing/lib.dom.ts";

Correspond to the basic data type.

Properties

readonly
unitType: number
value: number
valueAsString: string
valueInSpecifiedUnits: number
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

Methods

convertToSpecifiedUnits(unitType: number): void
newValueSpecifiedUnits(unitType: number, valueInSpecifiedUnits: number): void