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

x/ogone/src/ogone.dom.d.ts>SVGAngle

Advanced Web Composition for Future
Latest
interface SVGAngle
import { type SVGAngle } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.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