-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
SVG images won't display after import of an OBZ board #765
Comments
@martinbedouret Which image is missing specifically? I investigated and found that roughly 90% of SVG images in the attached OBZ file have an invalid MIME type ( // board_1_243.obf
{
"id": "1_2931_15dbc4fe5664dd97760c86ed",
"content_type": "image/svg", // should be `image/svg+xml`
"path": "images/image_1_2931_15dbc4fe5664dd97760c86ed.svg"
}
I think we could easily handle this by detecting the MIME type ourselves based on the filename using the |
@sylvansson yes, let's fix the MIME types if possible. The other issue I saw is that images are saving in cloud storage without file extension: |
The simplest fix would be to replace Should we create a separate issue for the missing extension? |
yes let's handle the extension stuff as a separate issue. |
Great. I should have a PR for this issue by Friday night. |
Coughdrop CommuniKate Action.zip
The text was updated successfully, but these errors were encountered: