Add SVG MIME type

SVG MIME type is `image/svg+xml`.
This commit is contained in:
Jose Luis Duran 2015-07-28 03:32:14 -03:00
parent 3236b6f490
commit 63286c8601

View File

@ -1317,6 +1317,7 @@ mimetype.assign = (
".jpg" => "image/jpeg",
".jpeg" => "image/jpeg",
".png" => "image/png",
".svg" => "image/svg+xml",
".xbm" => "image/x-xbitmap",
".xpm" => "image/x-xpixmap",
".xwd" => "image/x-xwindowdump",