Skip to main content
Module

x/commandis/mod.ts>dom.SVGUnitTypes

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.SVGUnitTypes
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.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