Created
January 27, 2016 15:05
-
-
Save miketaylr/f4130836a326a5bf796e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
m = new WebKitCSSMatrix(); | |
m2 = m.rotate(10, 20, 30); | |
m3 = new WebKitCSSMatrix(m2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
m3.a == m2.a.toPrecision(6)