Skip to content

Commit

Permalink
Render SVG using ImageViewer
Browse files Browse the repository at this point in the history
  • Loading branch information
xupefei committed May 1, 2020
1 parent b98f8e5 commit 6312688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuickLook.Plugin/QuickLook.Plugin.HtmlViewer/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 6312688

Please sign in to comment.