Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SVGUnitTypes

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

interface SVGUnitTypes {
readonly SVG_UNIT_TYPE_OBJECTBOUNDINGBOX: number;
readonly SVG_UNIT_TYPE_UNKNOWN: number;
readonly SVG_UNIT_TYPE_USERSPACEONUSE: number;
}
var SVGUnitTypes: {
prototype: SVGUnitTypes;
readonly SVG_UNIT_TYPE_OBJECTBOUNDINGBOX: number;
readonly SVG_UNIT_TYPE_UNKNOWN: number;
readonly SVG_UNIT_TYPE_USERSPACEONUSE: number;
new (): SVGUnitTypes;
}
;

§Properties

§
readonly SVG_UNIT_TYPE_OBJECTBOUNDINGBOX: number
[src]
§
readonly SVG_UNIT_TYPE_UNKNOWN: number
[src]
§
readonly SVG_UNIT_TYPE_USERSPACEONUSE: number
[src]