Skip to content

Instantly share code, notes, and snippets.

@qichuan
Created July 9, 2018 14:26
Show Gist options
  • Save qichuan/04fca1a06149a2f7179b80f806ad44c2 to your computer and use it in GitHub Desktop.
Save qichuan/04fca1a06149a2f7179b80f806ad44c2 to your computer and use it in GitHub Desktop.
widthScaleFactor = canvas.width.toFloat() / previewWidth.toFloat()
heightScaleFactor = canvas.height.toFloat() / previewHeight.toFloat()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment