Fix #488: view SVG as webpage

This commit is contained in:
Paddy Xu
2019-05-26 18:43:40 +03:00
parent c00224fb5f
commit 7ca2f61658

View File

@@ -26,7 +26,7 @@ namespace QuickLook.Plugin.HtmlViewer
{
public class Plugin : IViewer
{
private static readonly string[] Extensions = {".mht", ".mhtml", ".htm", ".html"};
private static readonly string[] Extensions = { ".mht", ".mhtml", ".htm", ".html", ".svg" };
private WebpagePanel _panel;