-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resize SVG is returning 200 with a broken image #234
Comments
I'm seeing the same issue after upgrading to 5.0. SVG resizing worked fine in version 4.1 which we used before. If I look at the HTTP response for my resize request I do see something that looks like PNG binary data but I cannot get it to render. Edit, we are using the SharpJS syntax: |
@AhmedRagheb and @MartijnKooij |
Thanks for waiting. v4.2 was broken, so every image was return as The possible simple workaround is to change |
Thanks for waiting @AhmedRagheb and @MartijnKooij |
* thumb hash — initial check in Thumbnail generator based on [thumbhash](https://evanw.github.io/thumbhash/) implemented as a lambda function URL with/in Rust. * rust pr pipeline * rust pr pipeline * rust pr pipeline * rust pr pipeline * rust pr pipeline * rust pr pipeline * export function URL to ssm param store
Describe the bug
Resize SVG is returning 200 with a broken image
To Reproduce
Resize SVG with any mode and It will return 200 with a broken image
Expected behavior
Resize SVG should return the 200 with a resized image.
Please complete the following information about the solution:
Screenshots
(https://user-images.githubusercontent.com/12202990/94241773-60b39780-ff15-11ea-9f87-6f5de2352da3.png)
The text was updated successfully, but these errors were encountered: