Skip to main content
Module

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

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.SVGUnitTypes
import { type dom } from "https://deno.land/x/evt@v2.4.3/lib/types/index.ts";
const { SVGUnitTypes } = dom;

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