import { type dom } from "https://deno.land/x/evt@v2.4.18/lib/index.ts";
const { SVGPatternElement } = dom;
Corresponds to the element.
Properties
readonly
height: SVGAnimatedLengthreadonly
patternContentUnits: SVGAnimatedEnumerationreadonly
patternTransform: SVGAnimatedTransformListreadonly
patternUnits: SVGAnimatedEnumerationreadonly
width: SVGAnimatedLengthreadonly
x: SVGAnimatedLengthreadonly
y: SVGAnimatedLengthMethods
addEventListener<K extends keyof SVGElementEventMap>(): void
type: K,
listener: (this: SVGPatternElement, 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: SVGPatternElement, ev: SVGElementEventMap[K]) => any,
options?: boolean | EventListenerOptions,