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 Jun 25, 2020. It is now read-only.
On "Preview" I get the correct output but in console I get an error: Error: Could not load http://www.simpleimageresizer.com/static/images/simple-image-resizer-128x128.png?t=1557241604986
And on "Save as PNG" nothing happens just the console outputs the same error again.
Any idea on why this happens?
Thank you,
Nika
The text was updated successfully, but these errors were encountered:
If the server does not give credentials to the origin site (by not setting the Access-Control-Allow-Origin HTTP header), the image will be tainted and its usage restricted.
But doesn't that mean that the image shouldn't have loaded at all? Because when looking at the Network section (see image below), the image is loaded successfully on both "Preview" and "Save as PNG". I would expect and error if it was a CORS issue.
Hi.
I pasted the following svg code in the Sandbox:
<svg _ngcontent-c4="" xmlns="http://www.w3.org/2000/svg" width="637" height="401"> <image _ngcontent-c4="" xlink:href="http://www.simpleimageresizer.com/static/images/simple-image-resizer-128x128.png" y="7" width="34" height="34" x="51"> </image> </svg>
On "Preview" I get the correct output but in console I get an error:
Error: Could not load http://www.simpleimageresizer.com/static/images/simple-image-resizer-128x128.png?t=1557241604986
And on "Save as PNG" nothing happens just the console outputs the same error again.
Any idea on why this happens?
Thank you,
Nika
The text was updated successfully, but these errors were encountered: