Typescript Library Declarations (DOM)
Interface SVGAnimatedPreserveAspectRatio
Used for attributes of type SVGPreserveAspectRatio which can be animated.
MDN Reference
interface
SVGAnimatedPreserveAspectRatio
{
animVal
:
SVGPreserveAspectRatio
;
baseVal
:
SVGPreserveAspectRatio
;
}
Index
Properties
anim
Val
base
Val
Properties
Readonly
anim
Val
animVal
:
SVGPreserveAspectRatio
Readonly
base
Val
baseVal
:
SVGPreserveAspectRatio
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
anim
Val
base
Val
Typescript Library Declarations (DOM)
Used for attributes of type SVGPreserveAspectRatio which can be animated.
MDN Reference