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>SVGAngle

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

Used to represent a value that can be an or value. An SVGAngle reflected through the animVal attribute is always read only.

Properties

readonly
unitType: number
value: number
valueAsString: string
valueInSpecifiedUnits: number
readonly
SVG_ANGLETYPE_DEG: number
readonly
SVG_ANGLETYPE_GRAD: number
readonly
SVG_ANGLETYPE_RAD: number
readonly
SVG_ANGLETYPE_UNKNOWN: number
readonly
SVG_ANGLETYPE_UNSPECIFIED: number

Methods

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