SVGAnimatedRect extension type

The SVGAnimatedRect interface is used for attributes of basic SVGRect which can be animated.

Interface overview

Also implement None
Methods None
Properties
  • readonly [SVGRect] baseVal
  • readonly [SVGRect] animVal
Normative document SVG 1.1 (2nd Edition)
on
Implemented types

Properties

animVal DOMRectReadOnly
no setter
baseVal DOMRect
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited