WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

SVGPreserveAspectRatio

This object is available to unprivileged JavaScript. It implements the following interfaces:

Constants

short SVG_PRESERVEASPECTRATIO_UNKNOWN = 0
short SVG_PRESERVEASPECTRATIO_NONE = 1
short SVG_PRESERVEASPECTRATIO_XMINYMIN = 2
short SVG_PRESERVEASPECTRATIO_XMIDYMIN = 3
short SVG_PRESERVEASPECTRATIO_XMAXYMIN = 4
short SVG_PRESERVEASPECTRATIO_XMINYMID = 5
short SVG_PRESERVEASPECTRATIO_XMIDYMID = 6
short SVG_PRESERVEASPECTRATIO_XMAXYMID = 7
short SVG_PRESERVEASPECTRATIO_XMINYMAX = 8
short SVG_PRESERVEASPECTRATIO_XMIDYMAX = 9
short SVG_PRESERVEASPECTRATIO_XMAXYMAX = 10
short SVG_MEETORSLICE_UNKNOWN = 0
short SVG_MEETORSLICE_MEET = 1
short SVG_MEETORSLICE_SLICE = 2

Properties

short align

short meetOrSlice

Reference documentation is generated from Mozilla's source.