Matrix fix (#4675)
* Fixed nested stencil masks not rendering correctly.

* Fixed jslint errors.

* Documented the changes.

* Fixed Matrix.setTransform gives different result from Transform.updateLocalTransform.
Return rotation instead of skew if skewX+skewY is slightly below 360 degrees.

* Reset rotation when there is skew.

* Added test case for setTransform->decompose.

* 2 * Math.PI -> PI_2
1 parent 1d6c256 commit 3c331cc2e0995796b0a679175ca0c0d8895d3ada
@Tsvetan Stanislavov Tsvetan Stanislavov authored on 23 Feb 2018
Mat Groves committed on 23 Feb 2018
Showing 2 changed files
View
src/core/math/Matrix.js
View
test/core/Matrix.js