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
inkscapewas disabled because an exception would be raised if the executable could not be found. That was fixed butinkspacewas still not enabled. And that was fixed between those two versions. I would advise you to enableinkscapewhen available because this produces better results thanlibrsvg. If you don't want to to useinkscapeyou will need to specifyMagickFormat.Rsvgas the format when reading the image.