Breaking change from 13.6.0 to 13.7.0 #1666
-
We tried to upgrade our Magick.NET dependency but it doesn't seem to work anymore. The error doesn't happen locally (Windows) but does happen in an Alpine based docker container. Error: Stacktrace
We indeed have the following policy
So I assume it now uses Inkscape behind the scenes to handle the SVG. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This was a bug that was fixed. In earlier version the use of |
Beta Was this translation helpful? Give feedback.
This was a bug that was fixed. In earlier version the use of
inkscape
was disabled because an exception would be raised if the executable could not be found. That was fixed butinkspace
was still not enabled. And that was fixed between those two versions. I would advise you to enableinkscape
when available because this produces better results thanlibrsvg
. If you don't want to to useinkscape
you will need to specifyMagickFormat.Rsvg
as the format when reading the image.