I have verified that I am using the latest version of Magick.NET
I have searched open and closed issues to ensure it has not already been reported
Description
I'm seeing a weird results (png is getting clipped) when converting a particular SVG into PNG using Magick.NET (same issue using imagemagick from the console). The PNG is converted properly if a viewBox is defined in the SVG.
It turns out that both ImageMagick and the librsvg library are using a viewbox where part of the image is outside the viewbox. This will probably not be easy to fix. I would advise you to add the viewbox when it is missing. Will leave this open in case someone wants to spend time investigating why this is happening.
Prerequisites
Description
I'm seeing a weird results (png is getting clipped) when converting a particular SVG into PNG using Magick.NET (same issue using imagemagick from the console). The PNG is converted properly if a
viewBoxis defined in the SVG.Steps to Reproduce
Run the following code:
System Configuration
The text was updated successfully, but these errors were encountered: