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
{{ message }}
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.
Thanks for your solution, @kl0tl! I was having this exact same problem. Originally tried setting crossorigin to 'anonymous,' but it still didn't work. Only once I removed the crossorigin attribute did the images finally load.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Chrome throws:
As a workaround, I tried to load the images as arraybuffers to build a base64 encoded (as described here). It works well, but now Safari throws:
The only solution I found is to remove the crossorigin attribute of the $img property of the scratchpad instance. I replaced this:
with this:
Is this attribute ever usefull ? It should at least be configurable.
The text was updated successfully, but these errors were encountered: