In HTML5 Canvas, after calling translate(), does getImageData() return transformed image or not?
It is not affected by the translate() method. See the specification for details.
From the specification...
"The current path, transformation matrix, shadow attributes, global alpha, the clipping region, and global composition operator must not affect the getImageData() and putImageData() methods."
As previously advised, as per this question.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With