PropsSVGSVGElement extension
Properties
- currentScale ↔ double
-
getter/setter pair
- currentTranslate → DOMPointReadOnly
-
no setter
- height → SVGAnimatedLength
-
no setter
- width → SVGAnimatedLength
-
no setter
- x → SVGAnimatedLength
-
no setter
- y → SVGAnimatedLength
-
no setter
Methods
-
animationsPaused(
) → bool -
checkEnclosure(
SVGElement element, DOMRectReadOnly rect) → bool -
checkIntersection(
SVGElement element, DOMRectReadOnly rect) → bool -
createSVGAngle(
) → SVGAngle -
createSVGLength(
) → SVGLength -
createSVGMatrix(
) → DOMMatrix -
createSVGNumber(
) → SVGNumber -
createSVGPoint(
) → DOMPoint -
createSVGRect(
) → DOMRect -
createSVGTransform(
) → SVGTransform -
createSVGTransformFromMatrix(
[DOMMatrix2DInit? matrix]) → SVGTransform -
deselectAll(
) → void -
forceRedraw(
) → void -
getCurrentTime(
) → double -
getElementById(
String elementId) → Element -
getEnclosureList(
DOMRectReadOnly rect, SVGElement? referenceElement) → NodeList -
getIntersectionList(
DOMRectReadOnly rect, SVGElement? referenceElement) → NodeList -
pauseAnimations(
) → void -
setCurrentTime(
double seconds) → void -
suspendRedraw(
int maxWaitMilliseconds) → int -
unpauseAnimations(
) → void -
unsuspendRedraw(
int suspendHandleID) → void -
unsuspendRedrawAll(
) → void