dom-matrix-2d.js |
Returns a matrix for the scaling given.
Calling `scale()` or `scale(1) returns a new identity matrix.
@param {Number} [sx = 1]
the abscissa of the scaling vector.
If unspecified, it will equal to `1`.
@param {Number} [sy = sx]
The ordinate of the scaling vector.
If not present, its default value is `sx`, leading to a uniform scaling.
@return {Array}
The new matrix.
|
8822 |
moz.build |
|
337 |
utils.js |
Returns the `DOMWindowUtils` for the window given.
@param {DOMWindow} win
@returns {DOMWindowUtils}
|
26512 |