diff options
Diffstat (limited to 'dpi/file.c')
-rw-r--r-- | dpi/file.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -510,6 +510,8 @@ static const char *File_ext(const char *filename) return "image/jpeg"; } else if (!dStrAsciiCasecmp(e, "png")) { return "image/png"; + } else if (!dStrAsciiCasecmp(e, "svg")) { + return "image/svg+xml"; } else if (!dStrAsciiCasecmp(e, "html") || !dStrAsciiCasecmp(e, "xhtml") || !dStrAsciiCasecmp(e, "htm") || |