import { type dom } from "https://deno.land/x/evt@v2.4.10/lib/types/index.ts";
const { SVGImageElement } = dom;
Corresponds to the element.
Properties
readonly
height: SVGAnimatedLengthreadonly
preserveAspectRatio: SVGAnimatedPreserveAspectRatioreadonly
width: SVGAnimatedLengthreadonly
x: SVGAnimatedLengthreadonly
y: SVGAnimatedLengthMethods
addEventListener<K extends keyof SVGElementEventMap>(): void
type: K,
listener: (this: SVGImageElement, ev: SVGElementEventMap[K]) => any,
options?: boolean | AddEventListenerOptions,
addEventListener(): void
type: string,
listener: EventListenerOrEventListenerObject,
options?: boolean | AddEventListenerOptions,
removeEventListener<K extends keyof SVGElementEventMap>(): void
type: K,
listener: (this: SVGImageElement, ev: SVGElementEventMap[K]) => any,
options?: boolean | EventListenerOptions,