The SVGPreserveAspectRatio interface corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements.

Documentation SVGPreserveAspectRatio by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

Static variables

staticinline read onlySVG_MEETORSLICE_MEET:Int = 1

staticinline read onlySVG_MEETORSLICE_SLICE:Int = 2

staticinline read onlySVG_MEETORSLICE_UNKNOWN:Int = 0

staticinline read onlySVG_PRESERVEASPECTRATIO_NONE:Int = 1

staticinline read onlySVG_PRESERVEASPECTRATIO_UNKNOWN:Int = 0

staticinline read onlySVG_PRESERVEASPECTRATIO_XMAXYMAX:Int = 10

staticinline read onlySVG_PRESERVEASPECTRATIO_XMAXYMID:Int = 7

staticinline read onlySVG_PRESERVEASPECTRATIO_XMAXYMIN:Int = 4

staticinline read onlySVG_PRESERVEASPECTRATIO_XMIDYMAX:Int = 9

staticinline read onlySVG_PRESERVEASPECTRATIO_XMIDYMID:Int = 6

staticinline read onlySVG_PRESERVEASPECTRATIO_XMIDYMIN:Int = 3

staticinline read onlySVG_PRESERVEASPECTRATIO_XMINYMAX:Int = 8

staticinline read onlySVG_PRESERVEASPECTRATIO_XMINYMID:Int = 5

staticinline read onlySVG_PRESERVEASPECTRATIO_XMINYMIN:Int = 2