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
anim
Val
:
SVGPreserveAspectRatio
Readonly
base
Val
base
Val
:
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