Skip to content

Instantly share code, notes, and snippets.

@miketaylr
Created January 27, 2016 15:05
Show Gist options
  • Save miketaylr/f4130836a326a5bf796e to your computer and use it in GitHub Desktop.
Save miketaylr/f4130836a326a5bf796e to your computer and use it in GitHub Desktop.
m = new WebKitCSSMatrix();
m2 = m.rotate(10, 20, 30);
m3 = new WebKitCSSMatrix(m2)
@miketaylr
Copy link
Author

m3.a == m2.a.toPrecision(6)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment