Hello,
I’m trying to convert an svg to png and some of the text lines seem to be misaligned from their “shadow”:
b.png (93.1 KB)
Aspose.SVG version: 25.6.0
C# target framework: .NET 8
C# code used to generate the sv…...document3 = new SVGDocument(@"path to the svg file"); var options3...ConvertSVG(document3, options3, @"path to the output png file"); SVG...