Last active
March 21, 2019 15:25
-
-
Save riggaroo/44434157759041f6e211443cd9c0648f to your computer and use it in GitHub Desktop.
Drawing to Canvas without KTX
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
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