Skip to main content
Module

x/evt/lib/types/lib.dom.ts>SVGUnitTypes

💧EventEmitter's typesafe replacement
Go to Latest
interface SVGUnitTypes
import { type SVGUnitTypes } from "https://deno.land/x/evt@v2.4.3/lib/types/lib.dom.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