Hi,
We experience an issue with the SVG generation from xlsx charts. Depending on the target framework the .svg file will be slightly different. This difference is enough to break functionality in other libraries when trying to use the svg file, including Aspose.Imaging when trying to convert it to a bmp file. The difference is also visual when looking at the two files.
<TargetFrameworks>net6.0</TargetFrameworks> => net6.0 target works - and file can be rendered/ converted correctly
<TargetFrameworks>net6.0-windows</TargetFrameworks> => net6.0-windows target does not work - and file can not be converted/rendered correctly
<TargetFrameworks>net48;net6.0-windows</TargetFrameworks> => net6.0-windows + net48 target does not work - and the file can not imported/rendered correctly
AsposeSVG.zip (216.0 KB)
SVGFiles.zip (25.6 KB)