Open Yukai-Qian opened 1 year ago
It seems that this SVG file is using a compact version of paths and this doesn't seem to be supported by the library that ImageMagick is using to read svg files. Maybe ImageGlass should change expands the paths before handing it to Magick.NET?
@dlemstra Thanks for answering! Personally do not know enough about SVG to comment, but I will relay this info to ImageGlass's developers.
Magick.NET version
v13.3.0 Q16-HDRI OpenMP
Environment (Operating system, version and so on)
Windows 11 Build 22621.2361, .NET SDK 6.0.413, ImageGlass 8.10.9.27
Description
An SVG that should look like is rendered as follows by ImageMagick 7.1.1-19 and Magick.NET v13.3.0 (via ImageGlass 8.10.9.27)
Steps to Reproduce