Fix svg rendering error #1430

This commit is contained in:
ema
2025-01-02 06:16:02 +08:00
parent fd60013d23
commit 57fb7c6a5f
4 changed files with 70 additions and 3 deletions

View File

@@ -84,6 +84,9 @@ public class Plugin : IViewer
AnimatedImage.AnimatedImage.Providers.Add(
new KeyValuePair<string[], Type>([".cur", ".ani"],
typeof(CursorProvider)));
AnimatedImage.AnimatedImage.Providers.Add(
new KeyValuePair<string[], Type>([".svg"],
typeof(SvgProvider)));
AnimatedImage.AnimatedImage.Providers.Add(
new KeyValuePair<string[], Type>(["*"],
typeof(ImageMagickProvider)));