Skip to content

Instantly share code, notes, and snippets.

@riggaroo
Last active March 21, 2019 15:25
Show Gist options
  • Save riggaroo/44434157759041f6e211443cd9c0648f to your computer and use it in GitHub Desktop.
Save riggaroo/44434157759041f6e211443cd9c0648f to your computer and use it in GitHub Desktop.
Drawing to Canvas without KTX
canvas.save()
canvas.translate(200f, 300f)
canvas.drawCircle(...) // drawn on the translated canvas
canvas.restore()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment