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
I am no expert, but I believe the correct mime-type for SVG is image/svg+xml.
In Http.kt it is image/svg which I don't believe is a valid mime-type. I think this results in generating tf files with as content-type of image/svg instead of image/svg+xml.
EDIT: just looked at PRs, I think #98 actually fixes this, among other things
The text was updated successfully, but these errors were encountered:
I am no expert, but I believe the correct mime-type for SVG is
image/svg+xml.
In Http.kt it is
image/svg
which I don't believe is a valid mime-type. I think this results in generating tf files with as content-type ofimage/svg
instead ofimage/svg+xml
.EDIT: just looked at PRs, I think #98 actually fixes this, among other things
The text was updated successfully, but these errors were encountered: