The SVGPreserveAspectRatio
interface corresponds to the
preserveAspectRatio
attribute, which is available for some of SVG's elements.
An SVGPreserveAspectRatio
object can be designated as read only, which means that attempts to modify the object will result in an exception being thrown.
meet
for attribute
preserveAspectRatio
.slice
for attribute
preserveAspectRatio
.none
for attribute
preserveAspectRatio
.xMaxYMax
for attribute
preserveAspectRatio
.xMaxYMid
for attribute
preserveAspectRatio
.xMaxYMin
for attribute
preserveAspectRatio
.xMidYMax
for attribute
preserveAspectRatio
.xMidYMid
for attribute
preserveAspectRatio
.xMidYMin
for attribute
preserveAspectRatio
.xMinYMax
for attribute
preserveAspectRatio
.xMinYMid
for attribute
preserveAspectRatio
.xMinYMin
for attribute
preserveAspectRatio
.