Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://forum.espruino.com/conversations/342478/
The text was updated successfully, but these errors were encountered:
The drawImage rotation sets the start coordinates for rendering as follows:
if (rotateIsSet) { xPos -= iw/2; yPos -= ih/2; }
But this is assuming that rotation is around the center.
At this point I'm wondering whether we shouldn't just remove centerx/y
centerx/y
Sorry, something went wrong.
espruino/Espruino@cdbc5de
No branches or pull requests
http://forum.espruino.com/conversations/342478/
The text was updated successfully, but these errors were encountered: