WHAT DO YOU RECOMMEND
When drag & dropping an SVG file, it’s considered as a file and not displayed as an image.
HOW COULD IT BE DONE
For SVG files to be displayed as images, not files
REAL WORLD USE CASES
SVG are light-weight, vector-based image, so quite useful for some use cases (charts, diagrams, …).
RECOMMENDED ALTERNATIVES
Rasterize the image somewhere else and import it + SVG file for archive purposes
ADDITIONAL CONTEXT
It’s possible to import extra content in SVG files (fonts & the like), so there might be some security considerations here.