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 bafa509 commit 0523695f96a3409e197d1e9a44953d80c69e8bf2
@Tsvetan Stanislavov Tsvetan Stanislavov authored on 23 Feb 2018
Matt Karl committed on 23 Feb 2018
Showing 2 changed files
View
packages/math/src/Matrix.js
View
packages/math/test/Matrix.js