8000 Added support for SVG mime type · symfony/symfony@8935dec · GitHub
[go: up one dir, main page]

Skip to content

Commit 8935dec

Browse files
author
craigmarvelley
committed
Added support for SVG mime type
1 parent b80951c commit 8935dec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeExtensionGuesser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ class MimeTypeExtensionGuesser implements ExtensionGuesserInterface
340340
'image/pict' => 'pic',
341341
'image/pjpeg' => 'jpg',
342342
'image/png' => 'png',
343+
'image/svg+xml' => 'svg',
343344
'image/targa' => 'tga',
344345
'image/tiff' => 'tif',
345346
'image/vn-svf' => 'svf',

0 commit comments

Comments
 (0)
0