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

@@ -30,11 +30,9 @@ using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Input;
using System.Windows.Interop;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using PixelFormat = System.Drawing.Imaging.PixelFormat;
using Size = System.Windows.Size;
namespace QuickLook.Plugin.ImageViewer.AnimatedImage.Providers;