You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use noCrossOrigin then the image is loaded but I get this error.
Konva error: Unable to apply filter. Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The canvas has been tainted by cross-origin data. This post may help you https://konvajs.org/docs/posts/Tainted_Canvas.html.
As there already one issue is register but it is closed below is issue link. #319
The text was updated successfully, but these errors were encountered:
it is not advisable to use noCrossOrigin cause it might cause such an error u receive in some cases,
so it is recommended for you to set the cross-origin policy on your server and avoid using noCrossOrigin property
also, another option that might work (not sure) is to load the image from ur side and provide it as an HTML element (as mentioned in this comment #319 (comment)
or provide your own BLOB URL.
I am still facing the issue.
If I use noCrossOrigin then the image is loaded but I get this error.
Konva error: Unable to apply filter. Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The canvas has been tainted by cross-origin data. This post may help you https://konvajs.org/docs/posts/Tainted_Canvas.html.
As there already one issue is register but it is closed below is issue link.
#319
The text was updated successfully, but these errors were encountered: