samuelneff / MimeTypeMap

Provides a huge dictionary of file extensions to mime types.
MIT License
625 stars 201 forks source link

Add SVG Mime type mapping #107

Closed k-rush closed 4 years ago

k-rush commented 4 years ago

Add mapping from Mime type image/svg+xml -> .svg

samuelneff commented 4 years ago

This mapping already exists. Any mapping that we have ext -> mime will get automatically mapped from mime -> ext as well. The only time we need to explicitly specify a mime -> ext mapping is when there are multiple possibilities.