+ 5
Canvas drawImage error : Image is broken
This code was working fine for me when I first made it but now even I am getting error. The picture of Earth wont show up. Why...? /*TypeError: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The provided value is not of type '(CSSImageValue or HTMLImageElement or SVGImageElement or HTMLVideoElement or HTMLCanvasElement or ImageBitmap or OffscreenCanvas)'*/ https://code.sololearn.com/WKlrK9IKy7wK/?ref=app
2 Respuestas
+ 4
The image has been blocked by the source.
Or rather... you don't have permissions to access it any longer.
https://lh3.googleusercontent.com/proxy/ynVtWIL6nC8vHcTxfdjKceHchlH5ezqWX6Q1ZNKH7ksF30RVf7vZrteTBsbBRIZ6ztXmCrianaxPH8JK5lKxjkwZQq26Y1FYBWYo-i2S72_i9FAkRMl47BPRf_kuyxyk4oWURA
+ 1
Well theres that