Render SVG using ImageViewer

This commit is contained in:
Paddy Xu
2020-05-01 19:03:23 +03:00
parent b98f8e5ec6
commit 63126887eb

View File

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