Skip to content

Instantly share code, notes, and snippets.

@ayamflow
Last active April 1, 2016 18:33
Show Gist options
  • Save ayamflow/d120799b4254f442a47542944f8474ce to your computer and use it in GitHub Desktop.
Save ayamflow/d120799b4254f442a47542944f8474ce to your computer and use it in GitHub Desktop.
Transform matrix for scale including transform origin
// http://stackoverflow.com/a/6714140
transform="matrix(sx, 0, 0, sy, cx - sx * cx, cy - sy * cy)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment