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

Advanced Web Composition for Future
Latest
interface SVGUnitTypes
import { type SVGUnitTypes } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

A commonly used set of constants used for reflecting gradientUnits, patternContentUnits and other similar attributes.

Properties

readonly
SVG_UNIT_TYPE_OBJECTBOUNDINGBOX: number
readonly
SVG_UNIT_TYPE_UNKNOWN: number
readonly
SVG_UNIT_TYPE_USERSPACEONUSE: number