interface SVGTextPositioningElement
implements SVGTextContentElement
import { type SVGTextPositioningElement } from "https://deno.land/x/evt@v2.5.3/lib/types/lib.dom.ts";
Implemented by elements that support attributes that position individual text glyphs. It is inherited by SVGTextElement, SVGTSpanElement, SVGTRefElement and SVGAltGlyphElement.
Properties
readonly
dx: SVGAnimatedLengthListreadonly
dy: SVGAnimatedLengthListreadonly
rotate: SVGAnimatedNumberListreadonly
x: SVGAnimatedLengthListreadonly
y: SVGAnimatedLengthListMethods
addEventListener<K extends keyof SVGElementEventMap>(): void
type: K,
listener: (this: SVGTextPositioningElement, 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: SVGTextPositioningElement, ev: SVGElementEventMap[K]) => any,
options?: boolean | EventListenerOptions,