Open Dylan190774 opened 1 month ago
It seems this has something to do with farbling
, which Brave Browser does by default on each canvas. It's for security reasons. Kinda sucks though, since this causes the canvas to be (a tiny little bit) different from time to time, which is not what I want.
When I do multiple tests, without changing the cropper, and use
getImageData
on the canvas, I get different ImageData the second time. After that it somehow stabilizes and returns the same.I have no idea why this is happening. Here's my Typescript (and Vue3) code:
Any idea why this data could be different when nothing else was changed?