Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/node_modules/evt/lib/types/lib.dom.d.ts>SVGPreserveAspectRatio

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface SVGPreserveAspectRatio
import { type SVGPreserveAspectRatio } from "https://deno.land/x/windmill@v1.73.1/node_modules/evt/lib/types/lib.dom.d.ts";

Corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements.

Properties

align: number
meetOrSlice: number
readonly
SVG_MEETORSLICE_MEET: number
readonly
SVG_MEETORSLICE_SLICE: number
readonly
SVG_MEETORSLICE_UNKNOWN: number
readonly
SVG_PRESERVEASPECTRATIO_NONE: number
readonly
SVG_PRESERVEASPECTRATIO_UNKNOWN: number
readonly
SVG_PRESERVEASPECTRATIO_XMAXYMAX: number
readonly
SVG_PRESERVEASPECTRATIO_XMAXYMID: number
readonly
SVG_PRESERVEASPECTRATIO_XMAXYMIN: number
readonly
SVG_PRESERVEASPECTRATIO_XMIDYMAX: number
readonly
SVG_PRESERVEASPECTRATIO_XMIDYMID: number
readonly
SVG_PRESERVEASPECTRATIO_XMIDYMIN: number
readonly
SVG_PRESERVEASPECTRATIO_XMINYMAX: number
readonly
SVG_PRESERVEASPECTRATIO_XMINYMID: number
readonly
SVG_PRESERVEASPECTRATIO_XMINYMIN: number