How to apply scale and rotation to image in Offscreen rendering? #1565
Unanswered
jeremiahlachica
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I've solved it. Not sure if this is the recommended/right way but it works based on what I need.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using this example from:
#1359 (comment)
drawImage() only accepts: image, left, top, paint params.
Is there a way to apply scale and rotation?
Beta Was this translation helpful? Give feedback.
All reactions