Skip to content

Commit

Permalink
Support .svgz image
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Dec 24, 2024
1 parent 3680770 commit e0d8573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuickLook.Plugin/QuickLook.Plugin.ImageViewer/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class Plugin : IViewer
".pbm", ".pef", ".pgm", ".png", ".pnm", ".ppm", ".psd", ".ptx", ".pxn",
".qoi",
".r3d", ".raf", ".raw", ".rw2", ".rwl", ".rwz",
".sr2", ".srf", ".srw", ".svg",
".sr2", ".srf", ".srw", ".svg", ".svgz",
".tga", ".tif", ".tiff",
".wdp", ".webp", ".wmf",
".x3f", ".xcf",
Expand Down

0 comments on commit e0d8573

Please sign in to comment.